@charset "utf-8";
/* CSS Document */


.nymain {
	overflow: hidden;
	margin-top: 90px;
}
section.nybanner {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.nybanner .text {
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
section.nybanner .text h2.title {
	font-size: 36px;
	color: #fff;
	padding-bottom: 10px;
}
section.nybanner .text p.content {
	font-size: 16px;
	line-height: 24px;
}
.wujieguo {
	text-align: center;
}
.wujieguo h3 {
	font-size: 2rem;
	padding-bottom: 30px;
}
.wujieguo p {
	font-size: 1.2rem;
}

/* --- 位置 --- */
.page-path {
	height: 70px;
	line-height: 70px;
	background: #fff;
}
.page-path .wrap {
	display: flex;
	align-items: center;
}
/* 分类 */
.page-path .type {
	display: flex;
	align-items: center;
}
.page-path .type a {
	font-size: 14px;
	padding: 0 20px;
	text-align: center;
	display: block;
	position: relative;
}
.page-path .type a:after {
	content: "";
	height: 13px;
	background: #C4C4C4;
	position: absolute;
	right: 0;
	top: 24px;
	width: 1px;
}
.page-path .type a.on {
	color: #d40000;
}
.page-path .type a:last-child:after {
	display: none!important;
}
/* 位置 */
.page-path .path {
	font-size: 14px;
	color: #666;
	    background: url(../images/path.png) no-repeat 0 center;
    padding-left: 20px;
}
.page-path .path a{
	color: #666;
}

/*产品列表*/

.prolistmain{
	overflow:hidden;
	position: relative;
}
/*左侧筛选*/
.prolist_left{
	width: 20%;
	z-index: 9;
	position: relative;
	    background: #f5f5f5;
    padding: 20px 4% 80px 0;
}
.sjshaix{
	display: none;
}

ul.demo {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e4e4e4;
}
ul.demo:after {
	clear: both;
	height: 0;
	line-height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}
ul.demo li {
	padding: 1px 10px;
	display: block;
	font-size: 14px;
	line-height: 35px;

}
ul.demo li a {
	background: url(../images/pro02.jpg) no-repeat 0 2px;
	padding-left: 25px;
	color: #999!important;
}
ul.demo li:first-child {
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 15px;
	background-image: url("data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574234039269%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%222325%22%20width=%2216%22%20height=%2216%22%3E%3Cpath%20d=%22M533.931498%20739.588415c-12.692067%2012.692067-33.187867%2012.773931-45.778626%200.184195L74.382081%20326.000795c-12.590759-12.590759-12.507872-33.086559%200.184195-45.778626l0%200c12.692067-12.692067%2033.187867-12.773931%2045.778626-0.184195l413.771815%20413.771815C546.70543%20706.400548%20546.623565%20726.896348%20533.931498%20739.588415L533.931498%20739.588415zM947.851693%20281.262872c12.692067%2012.692067%2012.773931%2033.187867%200.184195%2045.778626L534.264073%20740.812289c-12.590759%2012.590759-33.086559%2012.507872-45.778626-0.184195l0%200c-12.692067-12.692067-12.773931-33.187867-0.184195-45.778626l413.770791-413.770791C914.663826%20268.48894%20935.159626%20268.570805%20947.851693%20281.262872L947.851693%20281.262872z%22%20p-id=%222326%22%3E%3C/path%3E%3C/svg%3E");
	background-position: right 12px;
	background-repeat: no-repeat;
}
ul.demo li.on {
}
ul.demo li.on a {
	color: #333;
	background: url(../images/pro01.jpg) no-repeat 0 2px;
}
.products01 {
	padding: 30px 0 60px 0;
}
.prolist_right02 {
	width: 78%;
	overflow: hidden;
}
.prolist_right {
	overflow: hidden;
}
.prolist_right ul li {
	width: 33.33%;
	display: block;
	float: left;
	margin: 0  0 30px 0px;
}
.prolist_right ul li a{
	display: block;
	margin: 0 15px;
	border: 1px solid #eee;
}
.prolist_right ul li .esc_pic {
	overflow: hidden;
}
.prolist_right ul li .esc_pic img {
	width: 100%;
	padding: 3px;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.prolist_right ul li:hover .esc_pic img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
/*
.prolist_right ul li:nth-child(3n) {
	margin: 15px 0px 15px 8px;
}
*/
.esc_tit{
	padding-top: 10px;
}
.esc_tit p{
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.esc_tit span{
	font-size: 14px;
	color: #999;
	display: block;
	padding: 0px 10px 15px 10px;
	line-height: 22px;
	text-align: center;
	    height: 40px;
}


/*产品详细*/
.proxqnav{
	overflow: hidden;
	height: 65px;
	line-height: 65px;
	color: #fff;
	font-size: 14px;
	background: rgba(35,37,38,.9);
}
.proxqnav .zhandian a{
	color: #fff;
}
.geleiurl{
	
}
.geleiurl a{
	color: #ddd;
	display: block;
	padding: 0 15px;
	float: left;
}
.geleiurl a:hover{
	color: #fff;
}
.geleiurl a:last-child{
	background: #d40000;
	padding: 0 15px;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	margin: 15px 0 0 10px;
}
.geleiurl a:last-child:hover{
	color: #fff;
}

.proxqmain{
	overflow: hidden;
	margin: 60px 0 0px 0;
}
.propic {
    height: 500px;
	width: 49%;
}
.propic-right{
	width: 48%;
}

.entry-summary h2 {
  font-size: 30px;
  line-height: 24px;
  padding: 0;
  margin: 22px 0 15px 0;
  font-weight: normal;
}
.entry-summary .liangdian{
	color: #d40000;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0 15px 5px;
}
.entry-summary .product-price {
  margin: 15px 0;
}
.entry-summary .product-price .price{
	padding-right: 20px;
	line-height: 49px;
	display: block;
	float: left;
}
.entry-summary .product-price:after {
  clear: both;
  display: table;
  content: '';
}
.entry-summary .product-price .price {
  font-weight: 900;
  color: #d40000;
  font-size: 30px;
  display: inline-block;
}
.entry-summary .product-price .stock {
  padding-left: 80px;
}
.entry-summary .product-price .stock span {
  color: #d40000;
}
.entry-summary p {
  line-height: 25px;
}
.entry-summary .description{
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	padding: 15px;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.single_add_to_cart_button {
  background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574251615583%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%227587%22%20width=%2224%22%20height=%2224%22%3E%3Cpath%20d=%22M997.4322589%20221.73677094c-17.52889564-25.80990104-46.46584031-41.21990652-77.40730067-41.21990653L244.41019584%20180.51686441l-57.82082953-0.07074718-5.21763514-28.99236431L174.19792503%20100.34215325c-2.30873036-16.4370239-16.49126364-28.82846522-32.98724468-28.8284652l-97.2508217%200c-18.37550869%200-33.32093788%2015.03386372-33.32093789%2033.51667309%200%2018.48398813%2014.94660798%2033.51785188%2033.32093789%2033.51785188l68.30208584%200%203.2201944%2022.93283234c0.06013589%200.43038148%200.13088307%200.8513293%200.20870517%201.27227714l9.51437262%2052.90740902c0.14857044%202.86056125%200.65559409%205.68339021%201.51753582%208.4130684l14.09527866%2078.35649816c0.08843453%200.49759116%200.19101897%200.99400355%200.31718462%201.57177552l71.66377571%20313.2974671c0.15328666%200.67092277%200.32308081%201.32651686%200.51881601%202.00805202%2015.65054676%2053.02767969%2044.71365823%2088.31893846%2082.00943157%20101.08770027-49.7744704%2013.57646382-86.50780041%2059.5411755-86.5078004%20114.00856886%200%2065.1090113%2052.48763998%20118.08127248%20117.00119194%20118.08127249%2064.51826821%200%20117.00708812-52.96754493%20117.00708812-118.08127249%200-48.73094336-29.40152095-90.66186247-71.24518544-108.67537931l331.53973401%200c-41.8413058%2018.01351682-71.2428279%2059.94325717-71.24282791%20108.67537931%200%2065.1090113%2052.48763998%20118.08127248%20117.00708813%20118.08127249%2064.51826821%200%20117.00472942-52.96754493%20117.00472941-118.08127249%200-54.43555727-36.69441897-100.3837615-86.43115707-113.98616523%2035.02477526-11.83017678%2064.5901953-43.58405539%2089.73388985-96.19668342%200.16507787-0.34902189%200.32897582-0.70393879%200.44806767-0.99871981l136.53814076-313.258556c0.21813881-0.49169614%200.4150528-0.98810854%200.60489182-1.47980354C1018.10470563%20278.7711233%201014.69820966%20247.15284401%20997.4322589%20221.73677094L997.4322589%20221.73677094zM698.51424023%20834.40504061c0-28.14575126%2022.59442289-51.04556873%2050.36403358-51.04556873%2027.77432693%200%2050.36992858%2022.89510008%2050.36992857%2051.04556873%200%2013.63659856-5.26833739%2026.46549629-14.82751611%2036.12725944-9.52498389%209.62285206-22.14635519%2014.92302557-35.54241246%2014.92302558C721.10866428%20885.45060938%20698.51424023%20862.55079189%20698.51424023%20834.40504061L698.51424023%20834.40504061zM325.81945183%20783.35947188c27.77432693%200%2050.36874981%2022.89510008%2050.36874982%2051.04556873%200%2028.14693003-22.59442289%2051.04556873-50.36874982%2051.04556877-27.76960951%200-50.36403356-22.89863755-50.36403357-51.04556877C275.45541944%20806.25928937%20298.04984232%20783.35947188%20325.81945183%20783.35947188L325.81945183%20783.35947188zM944.79251218%20283.85905415L808.85572578%20595.75335992c-20.32932098%2042.35422679-40.69165803%2062.94059764-62.2531663%2062.94059766L327.91004336%20658.69395758c-12.37493388%200-35.36200594-7.47330456-50.4241683-57.51071985l-71.23221549-311.4568505-7.59947021-42.22923872%2045.71237918%200.0542397%20675.65839087%200c8.77859771%200%2017.35910152%204.60213091%2022.39279264%2012.00350837C947.1837809%20266.57069981%20948.00209417%20274.96726076%20944.79251218%20283.85905415L944.79251218%20283.85905415zM944.79251218%20283.85905415%22%20p-id=%227588%22%20fill=%22#ffffff%22%3E%3C/path%3E%3Cpath%20d=%22M763.78715064%20302.09778362c-6.28828204%200-12.28296184%201.99272335-17.34377285%205.75885363L481.77426961%20505.11861733l-79.48727977-93.58727588c-5.54661097-6.52764456-13.63070353-10.27844615-22.17347508-10.27844614-6.97571224%200-13.73446673%202.52804681-19.02520776%207.11367023-12.11788398%2010.51309244-13.52104417%2029.02420042-3.12704361%2041.26353383l97.14705848%20114.39178556c5.54661097%206.52882332%2013.63070353%2010.27844615%2022.17937124%2010.27844615%206.28828204%200%2012.28767809-1.99272335%2017.3425941-5.76474979l286.5206812-213.54571732c12.86662887-9.58629855%2015.62342691-27.94529982%206.14796649-40.92630426C781.82778734%20306.5737477%20773.03975598%20302.09778362%20763.78715064%20302.09778362L763.78715064%20302.09778362zM763.78715064%20302.09778362%22%20p-id=%227589%22%20fill=%22#ffffff%22%3E%3C/path%3E%3C/svg%3E');
  background-position: 20px center;
  background-color: #d40000;
  padding: 12px 23px 12px 53px;
  background-repeat: no-repeat;
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.spxinxi{
	/* border: 1px solid #eee; */
	margin: 15px 0 35px 0;
	overflow: hidden;
	border-bottom: none;
}
.spxinxi li{
	list-style: none;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	width: 100%;
	float: left;
}
.spxinxi li span{
	display: block;
	float: left;
	padding: 10px 10px;
	
}
.spxinxi li span.title{
	width: 21%;
	/* border-right: 1px solid #eee; */
	color: #999;
}
.spxinxi li span.cont{
	width: 79%;
}
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
  background-color: #212121;
}


.product-detailed {
	margin-bottom: 50px;
}
/* 切换 */
.product-detailed .hd {
	background: #f7f8f9;
/*	border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
/*	border-radius: 5px;*/
	height: 65px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-detailed .hd ul {
	display: flex;
	height: 65px;
	justify-content: center;
	align-items: center;
}
.product-detailed .hd ul li {
	width: 200px;
	position: relative;
	text-align: center;
	cursor: pointer;
	height: 65px;
	line-height: 65px;
}
.product-detailed .hd ul li:after {
	content: "";
	width: 1px;
	background: #d1d1d1;
	height: 18px;
	position: absolute;
	right: 0;
	top: 23px;
}
.product-detailed .hd ul li:last-child:after{
	display: none;
}
.product-detailed .hd ul li.on {
	color: #d40000;
/*	background: #d40000;*/
	    border-bottom: 1px solid #d40000;
}
/* 内容 - 产品说明 */
.product-detailed .bd .box {
	text-align: center;
}
.product-detailed .bd .explain {
	text-align: center;
}
.canshubox{
/*	padding: 30px 0;*/
	display: flex;
    align-items: center;
	valign:center!important;
}
.canshubox table {
width: 100%;
border: 1px solid #eee !IMPORTANT;
border-collapse: collapse !IMPORTANT;
font-size: 14PX;
word-break: break-all; word-wrap:break-word;
}

.canshubox table td {
border: 1px solid #eee !IMPORTANT;
padding: 10px !IMPORTANT;
	    
}


/*产品详细结束*/


/*服务支持*/
.page-path-fuwu{
	background: #f7f8f9;
}
.servicemain{
	
}
.searchfaq{
	padding: 100px 0;
}
.servicetitle{
	text-align: center;
} 
.servicetitle p{
	font-size: 38px;
    padding-bottom: 15px;
}
.servicetitle span{
	font-size: 16px;
    color: #666;
}
form.fwsous{
	display: block;
	width: 600px;
	margin: 50px auto 0 auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 55px;
	line-height: 55px;
}
form.fwsous .input{
	width: 80%;
	float: left;
	border: none;
	height: 53px;
	padding-left: 3%;
	background: transparent;
	line-height: 53px;
	font-size: 14px;
}
form.fwsous .btn{
	width: 10%;
	float: right;
	height: 53px;
	border: none;
	background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574305755897%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%222329%22%20width=%2228%22%20height=%2228%22%3E%3Cpath%20d=%22M1023.6%20966.7c0%2031.7-25.6%2057.3-57.3%2057.3-16.6%200-31.2-7.3-41.7-18.5l-0.3%200.3L762%20843.3c27.6-28.7%2047.5-64.6%2057.7-104.5l185.7%20185.8-0.3%200.3c11.2%2010.5%2018.5%2025.2%2018.5%2041.8zM436%20871.8C195.4%20871.8%200.4%20676.7%200.4%20435.9%200.4%20195.2%20195.4%200%20436%200c240.5%200%20435.5%20195.2%20435.5%20435.9%200%20240.8-195%20435.9-435.5%20435.9z%20m-0.1-788.7c-181.8%200-352.5%20170.8-352.5%20352.8s170.7%20352.8%20352.5%20352.8c181.9%200%20352.5-170.8%20352.5-352.8%200.1-182-170.6-352.8-352.5-352.8z%22%20p-id=%222330%22%20fill=%22#000000%22%3E%3C/path%3E%3C/svg%3E');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: 10px 13px;
}

.moreservice{
	background: #f7f8f9;
	padding:100px 0;
}

.fwlist{
	overflow: hidden;
	padding-top: 30px;
}
.fwlist li{
	width: 20%;
	float: left;
}
.fwlist li:hover a{
	background: #fff;
}
.fwlist li a{
	display: block;
	margin: 0 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
}
.fwlist li .ico{
	margin: 20px 0 10px 0;
	height: 75px;
}
.fwlist li .wen{
	padding-bottom: 20px;
}
.fwlist li .wen p{
	font-size: 16px;
	color: #333;
	padding: 15px 0;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.fwlist li .wen span{
	font-size: 13px;
	color: #999;
}
.servicelx{
	padding: 100px 0;
	overflow: hidden;
}
.servicelianxi{
	overflow: hidden;
	padding-top: 50px;
	    text-align: center;
}
.slix01{
	display: inline-block;
    padding: 40px 0;
    margin: 0 8px;
    background: #f7f8f9;
    border-radius: 5px;
	text-align: center;
	width: 23%;
}
.slix01 i{
	display: inline-block;
	
}
.slix01 a{
	display: inline-block;
	padding-left: 10px;
	    text-align: left;
}
.slix01 a p{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 3px;
	text-transform: uppercase;
	color: #333;
}
.slix01 a span{
	font-size: 14px;
	color: #666;
}
.slix04 a{
	position: relative;
}
.slix04 img{
	opacity: 0;
	display: block;
	width: 100px;
	position: absolute;
	top: -26px;
    left: -110px;
	transition: all .8s ease;
}
.slix04 a:hover img{
	opacity: 1;
	left: -98px;
}
/*服务支持end*/


/*服务支持详细页*/
.service-xiangxi{
	padding: 70px 0;
}
.service-xiangxi h2{
	padding: 15px 0;
}
.service-xiangxi p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
/*服务支持详细页结束*/

/*下载页面*/
.xiazailist{
	padding: 70px 0;
	overflow: hidden;
}
.download_list {
	margin-bottom: 50px;
}
.download_list li {
	display: block;
	line-height: 36px;
	cursor: pointer;
	padding: 20px 30px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.download_list li:first-child {
	border-top: 1px solid #eee;
}
.download_list li .problem-h5 {
	position: relative;
	padding: 32px 50px 18px 75px;
	font-size: 18px;
	color: #333;
	background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574330568613%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%229019%22%20width=%2248%22%20height=%2248%22%3E%3Cpath%20d=%22M768.355%20416a256%20256%200%201%200-512%200%20192%20192%200%201%200%200%20384v64a256%20256%200%200%201-58.88-505.216%20320.128%20320.128%200%200%201%20629.76%200A256.128%20256.128%200%200%201%20768.355%20864v-64a192%20192%200%200%200%200-384z%20m-512%20384h64v64h-64v-64z%20m448%200h64v64h-64v-64z%22%20fill=%22#515151%22%20p-id=%229020%22%3E%3C/path%3E%3Cpath%20d=%22M539.043%20845.248V512.192a32.448%2032.448%200%200%200-32-32.192c-17.664%200-32%2014.912-32%2032.192v333.056l-36.096-36.096a32.192%2032.192%200%200%200-45.056%200.192%2031.616%2031.616%200%200%200-0.192%2045.056l90.88%2090.944a31.36%2031.36%200%200%200%2022.528%209.088%2030.08%2030.08%200%200%200%2022.4-9.088l90.88-90.88a32.192%2032.192%200%200%200-0.192-45.12%2031.616%2031.616%200%200%200-45.056-0.192l-36.096%2036.096z%22%20fill=%22#515151%22%20p-id=%229021%22%3E%3C/path%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: 0 15px;
}
.download_list li .problem-h5 span {
	font-size: 14px;
	color: #999;
	padding-top: 15px;
	font-weight: normal;
}
.problem-xia {
	display: block;
	position: relative;
	text-align: center;
	width: 124px;
	height: 36px;
	border: 1px solid #d50a1d;
	border-radius: 18px;
	overflow: hidden;
	margin-top: 20px;
}
.problem-xia:before {
	content: "";
	display: block;
	width: 130%;
	height: 100%;
	position: absolute;
	left: -144%;
	top: 0;
	z-index: 1;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
}
.problem-xia:after {
	content: "";
	position: absolute;
	z-index: 0;
	background: #d50a1d;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.problem-xia span {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	transition: .3s ease-in-out;
}
.problem-xia:hover:before {
	left: -13%;
}
.problem-xia:hover span {
	color: #d50a1d;
}
/*下载结束*/

/*产品视频*/
.shipin_list{
	overflow: hidden;
	margin-bottom: 50px;
}
.shipin_list li{
	width: 25%;
	float: left;
}
.shipin_list li a{
	display: block;
	padding: 0px 15px 60px 15px;
}
.shipin_list li .pic{
	overflow: hidden;
	position: relative;
	background: #000;
}
.shipin_list li .pic:before{
	content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574390537960%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%221962%22%20width=%2248%22%20height=%2248%22%3E%3Cpath%20d=%22M512%2024C242.48%2024%2024%20242.48%2024%20512s218.48%20488%20488%20488%20488-218.48%20488-488S781.52%2024%20512%2024z%20m198.992%20538.688L449.92%20713.408c-48.288%2027.872-87.792%205.072-87.792-50.688V361.28c0-55.76%2039.504-78.56%2087.792-50.688l261.072%20150.72c48.288%2027.872%2048.288%2073.504%200%20101.376z%22%20fill=%22#ffffff%22%20p-id=%221963%22%3E%3C/path%3E%3C/svg%3E');
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 9;
	top: 38%;
	left: 42%;
}
.shipin_list li .pic img{
	width: 100%;
	opacity: .85;
}
.shipin_list li .wen{
	padding-top: 25px;
}
.shipin_list li .wen p{
	font-size: 16px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.shipin_list li .wen span{
	color: #707473;
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
    background-color: #f7f8f9;
    display: inline-block;
    padding: 3px 6px;
	margin-top: 20px;
}


.shipin-title{
	text-align: center;
	padding-bottom: 60px;
}
.shipin-title p{
	font-size: 38px;
	padding-bottom: 20px;
}
.shipin-title span{
	color: #999;
}
.shipin-con{
	width: 80%;
	margin: 0 auto;
	    border: 5px solid #000;
}
.shipin-bot-wrap{
	overflow: hidden;
	width: 80%;
	margin: 60px auto 0 auto;
}

.shipin-bot-wrap .info-bot-dr {
	padding-top: 16px;
	float: right;
}
.shipin-bot-wrap .news-return-a {
	display: block;
	position: relative;
	text-align: center;
	width: 124px;
	height: 36px;
	border: 1px solid #d50a1d;
	border-radius: 18px;
	overflow: hidden;
}
.shipin-bot-wrap .news-return-a .load-s0 {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	transition: .3s ease-in-out;
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.shipin-bot-wrap .news-return-a:hover:before {
	left: -13%;
}
.shipin-bot-wrap .news-return-a:hover .load-s0 {
	color: #d50a1d;
}
.shipin-bot-wrap .news-return-a:before {
	content: "";
	display: block;
	width: 130%;
	height: 100%;
	position: absolute;
	left: -144%;
	top: 0;
	z-index: 1;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
}
.shipin-bot-wrap .news-return-a:after {
	content: "";
	position: absolute;
	z-index: 0;
	background: #d50a1d;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*视频页面结束*/


/*常见问答*/
.faq_list{
	height: auto;
}
.faq_list li{
	display: block;
	margin-bottom: 30px;
	
}
.faq_list li p{
	display: block;
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 60px;
	font-weight: 700;
	padding: 0px 8px;
	border-bottom: 1px solid #eee;
}
.faq_list li p i{
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin: 17px 8px 0 0;
	background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574392634527%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%224014%22%20width=%2228%22%20height=%2228%22%3E%3Cpath%20d=%22M484.5%20219.5c-92.88%200-135%2055.44-135%20135h45c1.53-56.43%2038.25-88.56%2090-90%2045.45%201.44%2065.52%2026.19%2067.05%2068.13%200%2021.69-15.66%2046.98-46.98%2075.96-36.09%2031.86-42.57%2054.9-42.57%2080.91v45h45v-45c0-14.4%207.74-33.93%2032.85-57.06%2037.62-33.3%2056.43-66.51%2056.43-99.81%200-66.51-39.69-113.13-111.78-113.13z%20m-22.5%20405h45v-45h-45v45z%20m382.5-143.64V169.28S836.04%20107%20777%20107H147v643.86s8.46%2052.38%2090%2053.64c81.54%201.26%20247.5%200%20247.5%200-9.81%201.26%20360-323.64%20360-323.64zM462%20759.5s-208.17-0.63-225%200c-52.02%201.98-45-50.22-45-50.22v-560.7h585c29.52%200%2022.5%2024.66%2022.5%2041.58v270L462%20759.5z%20m481.14-152.19l-78.21-72.99-13.86-12.87-13.77%2012.87-58.68%2054.72-215.1%20200.61-4.23%203.87-1.17%205.4L529.5%20917l129.87-23.58%205.85-1.08%204.23-3.87%20215.1-200.61%2058.68-54.72%2013.86-12.87-13.95-12.96zM645.87%20858.68l-63.18%2011.79%2012.6-58.95%20197.1-183.78%2050.58%2047.16-197.1%20183.78z%20m224.82-209.61l-50.58-47.16%2031.05-28.89%2050.58%2047.16-31.05%2028.89z%22%20p-id=%224015%22%20fill=%22#d40000%22%3E%3C/path%3E%3C/svg%3E');
}
.faq_list li span{
    padding: 25px;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	display: block;background: #f7f8f9;
}
/*常见问答结束*/

/*关于我们*/
.aboutmain{
	padding: 100px 0;
	overflow: hidden;
	position: relative;
}
.aboutmwen{
	width: 60%;
	padding-top: 50px;
}
.aboutmwen img.aboutlogo{
	width: 250px;
	display: block;
	padding-bottom: 30px;
}
.aboutmwen .note{
	font-size: 14px;
	color: #888;
	line-height: 26px;
}
.aboutmpic{
	width: 35%;
}
.aboutmpic img{
	width: 100%;
}

.pinpai{
	display: block;
	margin-top: 40px;
}
.pinpai li{
	display: block;
	padding: 20px 0;
	margin:0 0 23px 0;
	border-bottom: 1px dotted #eee;
	border-top: 1px dotted #eee;
	overflow: hidden;
	border-left: 2px solid #d40000;
	padding-left: 20px;
}
.pinpai li p.title{
	width: 15%;
	display: block;
	float: left;
	line-height: 26px;
	color: #111;
}
.pinpai li p.con{
	display: block;
	float: left;
	width: 70%;
	font-size: 14px;
	color: #888;
	line-height: 26px;
}
.pinpai li p.title02{
	width: 15%;
	display: block;
	float: left;
	line-height: 44px;
	color: #111;
}
.pinpai li p.con02{
	display: block;
	float: left;
	width: 80%;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}

/*联系*/
.about-lianxi{
	padding: 100px 0;
	overflow: hidden;
	background: #f7f8f9;
	
}
.ablixiwen{
	width: 45%;
}
.ablixiditu{
	width: 50%;
}
.ablixiditu iframe{
	border: 5px solid #eee;
	width: 100%;
	height: 740px;
}
.ablixiwen .title{
	padding-bottom: 50px;
	position: relative;
}
.ablixiwen .title:before{
	content: ' ';
	display: block;
	width: 55px;
	height: 2px;
	background: #d40000;
	position: absolute;
	bottom: 25px;
	left: 0;
}
.ablixiwen .title p{
	font-size: 31px;
	padding-bottom: 10px;
}
.ablixiwen .title span{
	font-size: 14px;
	text-transform: uppercase;
	color: #888;
}
.ablixcon p{
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.tz-blog-content{
	padding-top: 60px;
	font-size: 14px;
}
.large-ttle02{
    font-size: 36px;
	position: relative;
	padding-bottom: 50px;
}
.large-ttle02:before{
	content: ' ';
	display: block;
	width: 55px;
	height: 2px;
	background: #d40000;
	position: absolute;
	bottom: 25px;
	left: 0;
	
}
#commentform .comment-for-author, #commentform .comment-for-email {
    width: 49%;
    float: left;
    position: relative;
	
}
#commentform .comment-for-author{
	margin-right: 2%;
}
#commentform input[type='text'], #commentform input[type='email'], #commentform textarea {
    background: #fff;
/*	background: transparent;*/
    padding: 5px 15px;
    height: 50px;
    display: block;
    border: 0;
    position: relative;
    width: 100%;
	border-radius: 5px;
}
#commentform input.author {
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
	margin-bottom: 15px;
	background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574668783495%22%20class=%22icon%22%20viewBox=%220%200%201039%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%221693%22%20width=%2220%22%20height=%2220%22%3E%3Cpath%20d=%22M521.32203388%20556.91525411c-125.42372842%200-227.11864395-101.69491552-227.11864394-227.11864395s101.69491552-227.11864395%20227.11864394-227.11864395%20227.11864395%20101.69491552%20227.11864395%20227.11864395-101.69491552%20227.11864395-227.11864395%20227.11864395z%20m0-388.13559346c-88.13559287%200-159.32203417%2071.18644043-159.32203417%20159.32203417s71.18644043%20159.32203417%20159.32203417%20159.32203419%20159.32203417-71.18644043%20159.32203419-159.32203419-71.18644043-159.32203417-159.32203419-159.32203417z%22%20fill=%22#8a8a8a%22%20p-id=%221694%22%3E%3C/path%3E%3Cpath%20d=%22M148.44067753%20931.49152578c-18.64406778%200-33.89830488-15.25423711-33.89830487-33.89830576%200-223.72881328%20183.05084708-406.77966123%20406.77966122-406.77966035%2037.28813555%200%20127.11864375%2018.64406778%20161.01694951%2033.89830488%2016.94915244%208.47457666%2028.81355888%2023.72881377%2023.72881289%2042.37288154-5.08474599%2018.64406778-25.4237291%2032.20338955-42.37288065%2023.72881289-28.81355888-13.55932178-111.86440664-30.50847422-142.37288175-30.50847421-186.44067773%200-338.98305059%20152.54237286-338.98305058%20338.98305059%200%2016.94915244-15.25423711%2032.20338955-33.89830577%2032.20339042z%22%20fill=%22#8a8a8a%22%20p-id=%221695%22%3E%3C/path%3E%3Cpath%20d=%22M894.20339023%20931.49152578c-18.64406778%200-33.89830488-15.25423711-33.89830576-33.89830576%200-135.59322041-79.66101709-257.62711904-205.08474551-311.86440615-16.94915244-6.77966133-25.4237291-27.11864443-16.94915243-44.06779687%206.77966133-16.94915244%2027.11864443-25.4237291%2044.06779687-16.94915245%20149.15254219%2064.40677998%20245.76271172%20211.86440683%20245.76271172%20372.88135547%200%2018.64406778-15.25423711%2033.89830488-33.89830489%2033.89830576z%22%20fill=%22#8a8a8a%22%20p-id=%221696%22%3E%3C/path%3E%3C/svg%3E');
	background-position: 305px center;
	background-repeat: no-repeat;
}
#commentform input.email {
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
	margin-bottom: 15px;
	background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574669011386%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%223751%22%20width=%2220%22%20height=%2220%22%3E%3Cpath%20d=%22M754.915556%20436.565333%20626.062222%20276.992%20583.850667%20315.107556%20712.704%20474.680889Z%22%20p-id=%223752%22%20fill=%22#8a8a8a%22%3E%3C/path%3E%3Cpath%20d=%22M623.968074%20138.787977l44.265244-35.731911%20257.662811%20319.196678-44.265244%2035.731911-257.662811-319.196678Z%22%20p-id=%223753%22%20fill=%22#8a8a8a%22%3E%3C/path%3E%3Cpath%20d=%22M773.802667%20677.319111l-116.906667-81.066667c-13.767111-9.557333-30.094222-14.279111-46.478222-14.279111-17.749333%200-35.555556%205.575111-50.062222%2016.611556l-16.042667%2012.174222c-8.078222%206.144-17.976889%209.272889-27.875556%209.272889-9.159111%200-18.318222-2.673778-25.998222-8.021333C450.56%20584.248889%20420.579556%20544.938667%20403.683556%20498.289778%20396.743111%20479.175111%20402.090667%20457.272889%20416.995556%20443.847111l15.018667-13.539556c16.042667-14.506667%2026.225778-34.588444%2028.728889-56.490667%201.536-13.824-0.113778-27.989333-4.835556-40.96l-49.493333-136.931556c-16.042667-44.373333-54.044444-75.150222-99.157333-80.440889C302.648889%20114.972444%20298.097778%20114.688%20293.546667%20114.688c-21.731556%200-42.894222%206.087111-61.838222%2017.863111L190.577778%20158.208C125.952%20198.428444%2092.444444%20276.992%20107.178667%20353.678222c49.152%20255.146667%20212.650667%20475.420444%20437.418667%20589.198222%2018.147556%209.216%2037.546667%2015.018667%2057.628444%2017.351111%206.485333%200.739556%2013.027556%201.137778%2019.569778%201.137778%2040.504889%200%2080.497778-14.449778%20112.128-41.073778l48.355556-40.561778c24.974222-20.935111%2040.732444-50.688%2044.430222-83.683556C831.943111%20749.056%20811.690667%20703.544889%20773.802667%20677.319111zM745.699556%20836.209778l-48.412444%2040.561778c-21.276444%2017.863111-48.128%2027.761778-75.548444%2027.761778-4.323556%200-8.647111-0.227556-12.970667-0.739556-13.425778-1.592889-26.396444-5.461333-38.513778-11.605333-209.180444-105.870222-361.415111-311.182222-407.267556-549.148444-10.24-53.816889%2012.856889-108.657778%2057.628444-136.533333l41.187556-25.656889C271.701333%20174.705778%20282.339556%20171.576889%20293.546667%20171.576889c2.389333%200%204.721778%200.113778%207.111111%200.398222%2023.552%202.730667%2043.576889%2019.285333%2052.224%2043.235556l49.493333%20136.931556c1.706667%204.778667%202.389333%2010.24%201.820444%2015.303111C403.285333%20375.580444%20399.644444%20382.862222%20393.898667%20388.039111L378.936889%20401.578667C347.022222%20430.307556%20335.473778%20476.956444%20350.208%20517.688889c20.992%2057.799111%2058.254222%20106.552889%20107.690667%20140.913778%2017.123556%2011.946667%2037.376%2018.261333%2058.538667%2018.261333%2022.471111%200%2044.600889-7.395556%2062.236444-20.764444l16.156444-12.231111c4.266667-3.242667%209.784889-5.006222%2015.644444-5.006222%205.233778%200%2010.183111%201.479111%2014.051556%204.152889l116.906667%2081.123556c20.650667%2014.336%2031.687111%2039.480889%2028.728889%2065.649778C768.113778%20808.220444%20759.409778%20824.718222%20745.699556%20836.209778z%22%20p-id=%223754%22%20fill=%22#8a8a8a%22%3E%3C/path%3E%3C/svg%3E');
	background-position: 305px center;
	background-repeat: no-repeat;
}
.comment-for-content{
	clear: both;
	    
}
#commentform textarea {
    height: 150px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
	border-radius: 5px;
	padding: 15px;
	background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574669121075%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%224534%22%20width=%2220%22%20height=%2220%22%3E%3Cpath%20d=%22M368.1%20501.9c0%2028.5-23.1%2051.5-51.7%2051.5-28.5%200-51.6-23-51.6-51.5s23.1-51.6%2051.6-51.6%2051.7%2023.2%2051.7%2051.6m591.6-28.5c0-215-200.8-389.9-447.6-389.9-246.9%200-447.7%20174.9-447.7%20389.9%200%20127.7%2071.9%20247.3%20192.6%20320.2v122.9c0%208.8%204.8%2016.7%2012.5%2020.8%203.5%202%207.2%202.9%2011.2%202.9%204.6%200%209.1-1.3%2013.1-4l56.7-37.4c1.1-0.7%202.1-1.5%202.7-2.1l64.1-42.7c32%206%2063.9%209.1%2094.8%209.1%20246.9%200%20447.6-174.9%20447.6-389.7m-667.3%20286c-113.1-63.8-180.6-170.7-180.6-286.1%200-188.8%20179.6-342.5%20400.3-342.5%20220.7%200%20400.3%20153.7%20400.3%20342.5S732.8%20815.8%20512.1%20815.8c-30.9%200-62.8-3.4-95-10.1-6.1-1.4-12.6-0.1-18%203.5l-75%2050c-1%200.6-2.5%201.9-2.5%201.9l-17.1%2011.3V780c0-8.6-4.7-16.4-12.1-20.6m280-271.9c0%2028.5-23.1%2051.7-51.7%2051.7-28.5%200-51.6-23.2-51.6-51.7%200-28.5%2023.1-51.5%2051.6-51.5%2028.5-0.1%2051.7%2023%2051.7%2051.5m201.9%200c0%2028.5-23.1%2051.7-51.6%2051.7s-51.6-23.2-51.6-51.7c0-28.5%2023.1-51.5%2051.6-51.5%2028.5-0.1%2051.6%2023%2051.6%2051.5m0%200%22%20p-id=%224535%22%20fill=%22#8a8a8a%22%3E%3C/path%3E%3C/svg%3E');
	background-position: 655px 15px;
	background-repeat: no-repeat;
}
#commentform .comment-for-yanz {
    width: 50%;
    float: left;
    margin-top: 15px;
}
#commentform input.yanz {
    border-width: 1px;
    border-style: solid;
    background: #fff;
    border-color: #eee;
}
#commentform .comment-for-yanz img {
    position: absolute;
    top: 10px;
    right: 10px;
}
#commentform p {
    padding: 0;
    margin: 0;
    position: relative;
}
#commentform .comment-for-submit {
    width: 50%;
    float: right;
}
#commentform input[type='submit'] {
    background: #212121;
    color: #ffffff;
    text-transform: none;
    padding: 2px 25px;
    display: inline-block;
    border: 0;
    font-size: 14px;
    line-height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 50px;
    margin-top: 15px;
}
/*关于我们end*/



.index_con1 {
	position: relative;
}
.index_con1 .swiper-slide img {
	width: 100%;
}
.index_con1 .swiper-container {
	width: 100%;
}
.index_con1 .swiper-button-next {
	background: url(../images/index_right.png) no-repeat;
	background-size: 100% 100%;
}
.index_con1 .swiper-button-prev {
	background: url(../images/index_left.png) no-repeat;
	background-size: 100% 100%;
}



/*新闻列表*/
.newsmain01{
	overflow: hidden;
}
.newsmainfl{
	width: 50%;
	padding-right: 3%;
	border-right: 1px solid #eee;
}
.newsmain01 img{
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.newsmainfr{
	width: 47%;
}
.newsmain01 .title{
	padding-bottom: 35px;
	overflow: hidden;
}
.newsmain01 .title p{
	font-size: 28px;
	float: left;
	display: block;
	color: #333;
}
.newsmain01 .title span{
	font-size: 14px;
	text-transform: uppercase;
	color: #ccc;
	padding-left: 15px;
	display: block;
	float: left;
	padding-top: 13px;
}

.newstop{
	padding-bottom: 40px;
}
.newstop li{
	display: block;
}
.newstop li .pic{
	overflow: hidden;
}
.newstop li .pic img{
	width: 100%;
}
.newstop li:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.newstop li .wen{
	font-size: 16px;
	line-height: 40px;
	padding-top: 10px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.newsbottom li{
	width: 47%;
	float: left;
}
.newsbottom li:last-child{
	float: right;
}
.newsbottom li .pic{
	overflow: hidden;
}
.newsbottom li .pic img{
	width: 100%;
}
.newsbottom li:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.newsbottom li:hover .wen{
	color: #d40000;
}
.newsbottom li .wen{
	font-size: 14px;
	line-height: 40px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 90%;
	color: #666;
}
.newsmainfr{
	overflow: hidden;
}
.newsmainfr li{
	width: 47%;
	float: left;
	margin-bottom: 16px;
}
.newsmainfr li .pic{
	overflow: hidden;
}
.newsmainfr li .pic img{
	width: 100%;
}
.newsmainfr li:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.newsmainfr li:hover .wen{
	color: #d40000;
}
.newsmainfr li .wen{
	font-size: 14px;
	line-height: 40px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 90%;
	color: #666;
}
.newsmainfr li:nth-child(2n){
	float: right;
}


.newsindexlist{
	padding: 70px 0;
	overflow: hidden;
	background: #f7f8f9;
}

.newsindexlist li{
	list-style: none;
	overflow: hidden;
	padding: 30px 0;
/*	margin: 25px 0;*/
	border-bottom: 1px dotted #e3e3e3;
	width: 50%;
	float: left;
	padding-right: 2%;
}


.newsindexlist li .pic{
	overflow: hidden;
	padding-left: 0;
	float: left;
	width: 30%;
}
.newsindexlist li .pic img{
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.newsindexlist li:hover .pic img{
	transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.newsindexlist li .wen{
	float: left;
	width: 66%;
	padding-left: 3%;
}
.newsindexlist li .wen p{
	font-size: 16px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.newsindexlist li .wen span{
	padding: 15px 0;
	display: block;
	color: #999;
	line-height: 22px;
	font-size: 14px;
}
.newsindexlist li .date p{
	color: #707473;
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
    background-color: #ededed;
    display: inline-block;
    padding: 3px 6px;
    margin-top: 10px;float: left;
	border-radius: 3px;
}
.newsindexlist li .date span{
	color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
    background-color: #333;
    display: inline-block;
    padding: 3px 6px;
    margin-top: 10px;float: left;
	border-radius: 3px;
}
.newsindexlist .titlett{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.newsindexlist .titlett p{
	    font-size: 28px;
    float: left;
    display: block;
    color: #333;
}
.newsindexlist .titlett span{
	    font-size: 14px;
    text-transform: uppercase;
    color: #ccc;
    padding-left: 15px;
    display: block;
    float: left;
    padding-top: 13px;
}
.newsindexlist .titlett a.morem{
	display: block;
	float: right;
	color: #d40000;
} 
.newsindexlist02{
	background: #fff;
}

.newslist{
	padding: 70px 0;
	overflow: hidden;
}

.newslist02 li {
    list-style: none;
    overflow: hidden;
    width: 33.3%;
    float: left;
	margin-bottom: 50px;
}
.newslist02 li a{
	display: block;
	padding: 0 15px;
	
}
.newslist02 li .pic {
    overflow: hidden;
}
.newslist02 li .pic img{
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.newslist02 li .wen {
    width: 100%;
    padding-top: 15px;
}
.newslist02 li .wen p.title {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 90%;
}
.newslist02 li .wen span {
    padding: 15px 0;
    display: block;
    color: #999;
    line-height: 22px;
    font-size: 14px;
	height: 74px;
}
.newslist02 li .date p {
    color: #707473;
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
    background-color: #ededed;
    display: inline-block;
    padding: 3px 6px;
    margin-top: 10px;
    float: left;
    border-radius: 3px;
}
.newslist02 li:hover .pic img{
	transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
/*分页样式开始*/
.pages {
	margin:20px 0 40px 0;
	width: 100%;
	clear: both;
}
.pages .pagination {
	width: 100%;
	text-align: center!important;
	display: block;
}
.pages .pagination li {
	display: inline-block;
	border: 1px solid #dbdbdb;
	border-radius: 100%;
	margin: 0 2px;
}
.pages .pagination li.active {
	background: #d40000;
	border: 1px solid #d40000;
}
.pages .pagination li.active a {
	color: #fff;
}
.pages .pagination li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	width: 35px;
}
/*分页样式结束*/

/*新闻详细*/
.newsxx_main{
	width: 100%;
}
.news-title {
    padding: 0px 0 30px;
    text-align: center;
}
.news-title .tit {
    padding-bottom: 10px;
    color: #333;
    font-weight: normal;
    font-size: 1.5rem;
	line-height: 30px;
}
.news-title p {
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F2F5;
    color: #a3afb7;
    font-size: 0.9rem;
	line-height: 2rem;
}
.news-title p a {
    color: #a3afb7;
}
.news-content {
    padding: 0 75px 30px;
	font-size: 1rem;
	line-height: 33px;
	color: #666;
}
.news-content p{
	line-height: 33px;
	font-size: 16px;
}
.news-content img{
	max-width: 100%!important;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto!important
}
.xiangmu_xiangq img{
	max-width: 100%!important;
	display: block;
	margin: 0 auto;
	height: auto!important
}
.d_page{
	width: 100%;
	text-align: center;
/*	margin: 40px 0;*/
}
.d_page a{
	display: inline-block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #eee;
	border-radius: 50px;
	font-size: 14px;
	color: #666;
}
.d_page a:hover{
	background: #d40000;
	color: #fff;
}
.info-bot-dl .f-cb {
	line-height: 36px;
	font-size: 14px;
}
.info-bot-dl .f-cb span {
	white-space: pre-wrap !important;
	float: left;
	line-height: 36px;
}
.info-bot-dl .f-cb a:hover {
	color: #d40000;
}
.newsInfo-list1 .info-bot-dl a {
	color: #666;
	display: block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xiangguannews{
    background: #f7f8f9;
    padding: 50px 0;
	overflow: hidden;
}
/*相关文章*/

.xiangguanews02 .title{
	    height: 60px;
	position: relative;
}
.xiangguanews02 .title p {
    display: block;
    float: left;
    font-size: 1.4rem;
    line-height: 60px;
    position: absolute;
}
.xiangguanews02 .title p:before {
    content: " ";
    width: 3px;
    height: 29px;
    margin: 17px 10px 0 0;
    display: block;
    float: left;
    background: #d40000;
}
.xiangguanews02{
	padding: 0 75px 30px;
}
.xgnewslist{
	overflow: hidden;
	padding: 5px 0 0 0;
}
.xgnewslist li{
	display: block;
    padding-left: 15px;
    background: url(../images/yuanquan.png) no-repeat 0 center;
    height: 45px;
    line-height: 45px;
	width: 50%;
	float: left;
}
.xgnewslist li a {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
	width: 60%;
	float: left;
    text-overflow: ellipsis;
}
.xgnewslist li span{
	display: block;
	float: right;
	padding-right: 5%;
	font-size: 12px;
	color: #999;
	line-height: 45px;
}
/*新闻详细结束*/



.left {
	float: left;
}
.right {
	float: right;
}





/*企业相册*/
.about-xc {
	padding: 100px 0;
/*	background: #f7f8f9;*/
}
.xc-title {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 30px;
}
.xc-list {
	position: relative;
}
.xc-list .swiper-container {
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}
.xc-list .swiper-container a {
	padding: 0 15px;
	display: block;
	text-align: center;
}
.xc-list .swiper-container a .pic {
	margin-bottom: 15px;
	overflow: hidden;
	transition: all .3s;
	border: 1px solid #eee;
	background: #fff;
}
.xc-list .swiper-container a .text {
	font-size: 14px;
}
.xc-list .swiper-pagination {
	bottom: 0;
}
.xc-list .swiper-container .swiper-pagination-bullet {
	background: #999;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.xc-list .swiper-container .swiper-pagination-bullet-active {
	background: #d40000;
}


@media screen and (max-width:2020px) {
.list4-right .list4-title {
	font-size: 2.5rem;
	color: #000;
	padding: 1rem 0;
}
}

@media screen and (max-width:1780px) {
.about-con {
	padding: 60px 0 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}
.list4-right .list4-title {
	font-size: 2.5rem;
	color: #000;
	padding: 1rem 0;
}
.list4-right .list4-detail p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
	.prolistmain:before {
    width: 15%!important;

}
}

@media screen and (max-width:1560px) {
.list4-right .list4-title {
	font-size: 2rem;
	color: #000;
	padding: .8rem 0 .5rem 0;
}
.list4-right .list4-detail p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
	.aboutmwen{
	width: 60%;
	padding-top: 0px;
}
	.newsindexlist li .date p{
		margin-top: 0;
	}
	.newsindexlist li {
		padding: 35px 0;}
	
}

@media screen and (max-width:1460px) {

}
@media screen and (max-width:1415px){
	.esc_tit span {
    font-size: 14px;
    color: #999;
    display: block;
    padding: 0px 10px 15px 10px;
    line-height: 22px;
    text-align: center;
    height: 60px;
}
	.fwlist li a {
    margin: 0 8px;

}
}
@media screen and (max-width:1280px) {

.xc-list .swiper-container a {
	padding: 0 5px;
	display: block;
	text-align: center;
}
.xc-title {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}

	.prolist_left {
    width: 23%;
    z-index: 9;
    position: relative;
    background: #f5f5f5;
    padding: 20px 3% 80px 0;
}
	.prolist_right02 {
    width: 75%;
    overflow: hidden;
}
	.prolist_right ul li {
    width: 50%;
    display: block;
    float: left;
    margin: 0 0 30px 0px;
}
	.slix01{
		width: 46%;
		margin: 8px;
	}
	.fwlist li {
    width: 33.33%;
    float: left;
}
	
	.fwlist li a{
		margin-bottom: 15px;
	}
	.shipin_list li {
    width: 33.3%;
}
	.aboutmwen img.aboutlogo {
    width: 190px;
    display: block;
    padding-bottom: 20px;
}
	.aboutmwen .note {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}
	.pinpai {
    display: block;
    margin-top: 30px;
}
	.pinpai li {
    display: block;
    padding: 15px 0 15px 15px;
    margin: 0 0 15px 0;
}
	.aboutmain {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
	.about-xc,.about-lianxi{
    padding: 50px 0;
}
	.xiazailist,.newsindexlist{
    padding: 50px 0;
    overflow: hidden;
}
}
@media screen and (max-width:1200px){
	.aboutmwen {
    width: 100%;
    padding-top: 0px;
}
	.aboutmpic{
		display: none;
	}
	.aboutmwen img.aboutlogo{
		margin: 0 auto;
	}
	.ablixiwen {
    width: 100%;
}
	.ablixiditu {
    width: 100%;
		margin-top: 30px;
}
}
@media screen and (max-width:1023px) {

	section.nybanner {
    height: 285px;

}
	section.nybanner .text {
    height: 285px;
}
	.page-header .wrap02 {
     width: 100%; 

}

	.page-copyright .box .left {
    padding-left: 0px;
		width: 100%;text-align: center;line-height: 18px;
}
		.page-copyright .box .right {
		width: 100%;text-align: center;line-height: 18px;
}
	.page-copyright .box {
    border-top: 1px solid #222;
    height: auto;
    display: block;
    align-items: center;
    color: #575757;
    font-size: 12px;
		padding: 10px 0;
    background:none;
		overflow: hidden;
}
	.newsindexlist li{
		padding: 30px 15px;
	}
	.newsindexlist li .pic{
		width: 100%;
	}
	.newsindexlist li .wen {
    float: left;
    width: 100%;
    padding-left: 0%;
		padding-top: 15px;
}
	.news-content {
    padding: 0 0px 30px;
}
	.news-title .tit {
    padding-bottom: 10px;
    color: #333;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
}
	.news-title p{
		font-size: 14px;
	}
	.news-content p{
		font-size: 14px;
    line-height: 30px;
	}
	.xiangguanews02 {
    padding: 0;
}
	.xiangguanews02 .title p {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 50px;
    position: absolute;
}
	.servicelx{
		padding: 50px 0;
	}
	.servicelianxi{
		padding: 0;
	}

}
@media screen and (max-width:960px){
	.service-xiangxi {
    padding: 30px 0;
}
	.shipin-title p {
    font-size: 22px;
    padding-bottom: 10px;
}
	.shipin-title span {
    font-size: 14px;
}
	.shipin-title {
    text-align: center;
    padding-bottom: 30px;
}
	.prolist_left {
    width: 100%;
    z-index: 9;
    position: relative;
    background: #f5f5f5;
    padding: 20px;
		height: auto!important;
}
	ul.demo li {
    padding: 1px 10px;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
	.prolistmain:before {
		display: none;
}
	ul.demo{
		width: 33%;
		float: left;
		padding-right: 35px;
		border-bottom: none;
		margin-top: 0;
		padding-bottom: 0;
	}
	.prolist_right02{
		width: 100%;
		margin-top: 30px;
	}
	.searchfaq {
    padding: 50px 0;
}
	.servicetitle p {
    font-size: 24px;
    padding-bottom: 8px;
}
	.servicetitle span {
    font-size: 14px;
}
	form.fwsous{
		margin: 20px auto 0 auto;
	}
	.moreservice,.servicelx {
    padding: 50px 0;
}
	.servicelianxi{
		padding-top: 20px;
	}
	.slix01 a p {
    font-size: 16px;
    padding-bottom: 7px;
    padding-top: 0px;
}
	.newslist02 li{
		width: 50%;
	}
	.newslist {
    padding: 30px 0;
    overflow: hidden;
}
}
@media screen and (max-width:800px) {
.inner-nav-left02 {
	float: none;
}
.inner-nav-left02 .nav-left-a {
	position: relative;
	color: #333;
	flex: 0;
	display: inline-block;
	transition-duration: .3s;
	padding-right: 0;
	width: 32%;
	text-align: center;
}
.inner-nav-left02 .nav-left-a:last-child:after {
	display: block;
}
}

@media screen and (max-width:768px) {
	.d_page a{width: 32%;}
.servicetitle p {
    font-size: 20px;
    padding-bottom: 8px;
}
	.ablixiwen .title p {
    font-size: 22px;
    padding-bottom: 5px;
}
	.ablixiwen .title span {
    font-size: 12px;
}
	.ablixiwen .title {
    padding-bottom: 30px;
    position: relative;
}
	.ablixiwen .title:before {
    content: ' ';
    display: block;
    width: 30px;
    height: 2px;
    background: #d40000;
    position: absolute;
    bottom: 15px;
    left: 0;
}
	.ablixcon p {
    font-size: 14px;
    line-height: 30px;
}
	.tz-blog-content {
    padding-top: 30px;
}
	.ablixiditu iframe {
    height: 350px;
}
	.aboutmain,.about-xc{
		padding: 30px 0;
	}
	.xiazailist {
    padding: 30px 0 10px;
}
	.shipin-con {
    width: 100%;
    margin: 0 auto;
}
	.shipin-bot-wrap {
    overflow: hidden;
    width: 100%;
    margin: 30px auto;
}
	.xgnewslist li{
		width: 100%;
		    height: 35px;
    line-height: 35px;
	}
	.xgnewslist li span{
		padding-right: 0;
		line-height: 35px;
	}
	.xiangguannews{
		padding: 30px 0;
	}
	.xiangguanews02 .title {
    height: 40px;
    position: relative;
}
	.xiangguanews02 .title p {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
}
	.xiangguanews02 .title p:before {
    content: " ";
    width: 3px;
    height: 20px;
    margin: 5px 7px 0 0;
    display: block;
    float: left;
    background: #d40000;
}
	.news-title .tit{
		font-size: 16px;
		padding-bottom: 0;
	}
	.news-title p {
    font-size: 12px;
		padding-bottom: 15px;
		line-height: 20px;
}
	.news-title {
    padding: 0px 0 15px;
    text-align: center;
}
	.news-content p {
    font-size: 14px;
    line-height: 24px;
}
	.info-bot-dl .f-cb a{
		display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	}
.newsInfo-list1 .info-dt-wrap {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	border-bottom: 1px solid #dbdbdb;
	padding: 2rem 1.5rem;
	min-height: auto;
}
.newsInfo-list1 .info-dt-wrap p {
	line-height: 26px;
}
.newsInfo-list1 .info-title {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	padding: 2rem 1.5rem 0rem 1.5rem;
}
.info-title-wrap .m-info-datas {
	color: #999;
	font-size: 14px;
}
.list4-right .list4-title {
	font-size: 2rem;
	color: #000;
	padding: .5rem 0;
}
.about-qiyewh02 h5 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #222;
}
.inner-nav-left .nav-left-a {
	padding-right: 24px;
}
.page-path .path {
	
}
.newslist .content ul li .text h3 {
	font-size: 16px;
}
.newslist .content ul li .text p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin: 10px 0;
}
.newslist .content ul li .text {
	padding: 20px 5%;
}
.inner-nav-left .nav-left-a:after {
	right: 12px;
}

.pages {
	margin: 2rem 0;
	width: 100%;
	clear: both;
}

	form.fwsous{
		width: 90%;
	}
	.fwlist li {
    width: 50%;
}
	.fwlist li .ico {
    margin: 0;
    height: 75px;
}
	.fwlist li .wen p {
    font-size: 14px;
    color: #333;
    padding: 10px 0 ;
}
	.fwlist li .wen {
     padding-bottom: 8px; 
}
	.shipin_list li {
    width: 50%;
}
	.shipin_list li .wen {
    padding-top: 15px;
}
	.shipin_list li .wen p{
		font-size: 14px;
	}
	.shipin_list li .wen span {

    margin-top: 15px;
}
	.shipin_list li a {
    padding: 0px 10px 20px 10px;
}
	.shipin_list {
    overflow: hidden;
    margin-bottom: 0px;
}
	.newsindexlist .titlett p,.newsmain01 .title p{
    font-size: 22px;
    float: left;
    display: block;
    color: #333;
}
	.newsindexlist .titlett span,.newsmain01 .title span{
    font-size: 12px;
    padding-left: 5px;
    padding-top: 9px;
}
	.newsindexlist .titlett a.morem{
		font-size: 14px;
	}
	.newsindexlist .titlett{
		padding-bottom: 10px;
	}
	.newsmain01 .title{
		padding-bottom: 20px;
	}
	.newsindexlist li {
    padding: 20px 5px 10px 5px;
		border-bottom: none;
}
	.newsindexlist li .wen span {
    line-height: 18px;
    font-size: 12px;
}
	.newsindexlist li .wen p{
		font-size: 14px;
	}
	.newsindexlist li .date p,.newsindexlist li .date span{
		margin-top: 0;
	}
	.newsmainfl {
    width: 100%;
    padding-right: 0;
    border-right: none;
}
	.newsmainfr{
		width: 100%;
	}
	.newstop {
    padding-bottom: 11px;
}
	.newsmainfr li{
		margin-bottom: 0;
	}
}

@media screen and (max-width:640px) {
.pinpai li p.title,.pinpai li p.title02{
		font-size: 14px;
	width: 20%;
	}
	.pinpai li p.title02{
		line-height: 54px;
	}
	.newslist02 li{
		margin-bottom: 30px;
	}
	.page-path .path{
		font-size: 12px;
	}
	.newslist02 li a {
    display: block;
    padding: 0 8px;
}
	.newslist02 li .wen span{
		font-size: 12px;
		line-height: 16px;
		padding: 10px 0;
		height: 58px;
	}
	.newslist02 li .wen p.title{
		font-size: 14px;
	}
		.page-path {
    height: 50px;
    line-height: 50px;
}
	.pinpai li p.title{
		
	}
	.pinpai li p.con02{
    display: block;
    float: left;
    width: 80%;
    font-size: 12px;
    color: #888;
    line-height: 18px;
}
	.pinpai li p.con {

    width: 80%;
    font-size: 12px;
    line-height: 26px;
}
	.nymain {
    overflow: hidden;
    margin-top: 56px;
}
	section.nybanner {
    height: 215px;
}
	section.nybanner .text {
    height: 215px;
}
	section.nybanner .text h2.title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
}
	section.nybanner .text p.content {
    font-size: 14px;
    line-height: 20px;
}
	form.fwsous .btn{
	width: 15%;
	float: right;
	height: 53px;
	border: none;
	background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574305755897%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%222329%22%20width=%2224%22%20height=%2224%22%3E%3Cpath%20d=%22M1023.6%20966.7c0%2031.7-25.6%2057.3-57.3%2057.3-16.6%200-31.2-7.3-41.7-18.5l-0.3%200.3L762%20843.3c27.6-28.7%2047.5-64.6%2057.7-104.5l185.7%20185.8-0.3%200.3c11.2%2010.5%2018.5%2025.2%2018.5%2041.8zM436%20871.8C195.4%20871.8%200.4%20676.7%200.4%20435.9%200.4%20195.2%20195.4%200%20436%200c240.5%200%20435.5%20195.2%20435.5%20435.9%200%20240.8-195%20435.9-435.5%20435.9z%20m-0.1-788.7c-181.8%200-352.5%20170.8-352.5%20352.8s170.7%20352.8%20352.5%20352.8c181.9%200%20352.5-170.8%20352.5-352.8%200.1-182-170.6-352.8-352.5-352.8z%22%20p-id=%222330%22%20fill=%22#000000%22%3E%3C/path%3E%3C/svg%3E');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: 10px 13px;
}
	.shipin_list li .pic:before{
	content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574390537960%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%221962%22%20width=%2225%22%20height=%2225%22%3E%3Cpath%20d=%22M512%2024C242.48%2024%2024%20242.48%2024%20512s218.48%20488%20488%20488%20488-218.48%20488-488S781.52%2024%20512%2024z%20m198.992%20538.688L449.92%20713.408c-48.288%2027.872-87.792%205.072-87.792-50.688V361.28c0-55.76%2039.504-78.56%2087.792-50.688l261.072%20150.72c48.288%2027.872%2048.288%2073.504%200%20101.376z%22%20fill=%22#ffffff%22%20p-id=%221963%22%3E%3C/path%3E%3C/svg%3E');
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 9;
	top: 38%;
	left: 42%;
}
.shipin-bot-wrap .info-bot-dr {
    padding-top: 16px;
    float: none;
    margin: 0 auto;
    clear: both;
}
	.shipin-bot-wrap .news-return-a {
    margin: 0 auto;
}
}

@media screen and (max-width:560px) {

.newslist .content ul li {
	width: 100%;
	margin: 2% 0;
}
	.slix01 {
    width: 100%;
    margin: 8px;
}
	.download_list li {
    display: block;
    line-height: 36px;
    cursor: pointer;
    padding: 15px 10px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
	.aboutMenu li{
		width: 28%!important;
		margin: 5px 0!important;
	}
	.problem-xia{
		display: none;
	}
	.download_list li .problem-h5{
		padding: 8px 0px 8px 60px;
		background-position: 0 2px;
		font-size: 16px;
	}
	.download_list li .problem-h5 span {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
    font-weight: normal;
}
}

@media screen and (max-width:480px){
	.fwlist li {
    width: 100%;
}
		.aboutMenu li{
		width: 28%!important;
		margin: 5px 3px!important;
	}
	.aboutMenu li a{
		font-size: 13px!important;
	}
	section.nybanner {
    height: 130px;
}
	section.nybanner .text {
    height: 130px;
}
	section.nybanner .text h2.title {
    font-size: 20px;
    color: #fff;
    padding-bottom: 5px;
}
	section.nybanner .text p.content {
    font-size: 14px;
    line-height: 20px;
}
	.ablixiditu iframe {
    height: 250px;
}
}

/*下载导航*/
.aboutMenu {
	width: 100%;
	text-align: center;
	margin: 0 auto 4em auto;
}
.aboutMenu li {
	display: inline-block;
*display: inline;
	font-size: 14px;
	color: #333333;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 30px;
	height: 50px;
	line-height: 50px;
	    margin: 0 5px;
	width: 14%;
	text-align: center;
}
.aboutMenu li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 16px;
}
.aboutMenu li:first-child {
	margin-left: 0;
}
.aboutMenu li.on {
	background: #d40000;
	border: 1px solid #d40000;
	
}
.aboutMenu li.on a {
	color: #fff;
}
.aboutMenu li:hover {
	background: #d40000;
	border: 1px solid #d40000;
}
.aboutMenu li:hover a {
	color: #fff;
}

.materials table td{
	border: 1px solid #eee !IMPORTANT;
    padding: 10px !IMPORTANT;
	    text-align: center;
}
.materials table {
    width: 100%;
    border: 1px solid #eee !IMPORTANT;
    border-collapse: collapse !IMPORTANT;
    font-size: 14PX;
    word-break: break-all;
    word-wrap: break-word;
}

.fzlc{
				overflow: hidden;
				padding: 100px 0 ;
	background: #f7f8f9;
			}
			.fzlcs{
				width: 60%;
    padding-top: 50px;
			}
			.aboutmwen .note p{
				    font-size: 14px;
    color: #333;
    line-height: 36px;
			}
.aboutmwen .note p strong{
	color: #d40000;
	font-size: 16px;
}