@charset "utf-8";
* {border:0;margin:0;padding:0;}
body {min-height: 100%;_height:100%;position: relative;background: #f7f6f8;margin:0px;padding:0px;font-size:12px;font-family:"Microsoft YaHei";color:#4d4d4d;overflow-x:hidden;}
html{min-height: 100%;_height:100%;}
a {text-decoration:none;color:#4d4d4d;}
ul, li {list-style:none;}
li, dd{float: left;}
a:hover {text-decoration:none;}
input:focus { outline: none; } 
textarea:focus { outline: none; }
img {border:0px;}
.w1100{width: 1100px;}
.clear {
    clear: both;
}
.f-cb{
    zoom: 1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
img.hover{
    transform: scale(1.15);
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: transform 1s;
}
.lazy {
	display: inline-block;
	background: url(../loading.gif) center center no-repeat;
}


#bodymb{
	width: 100%;
    height: 100%;
    min-width: 1200px;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
}
#bodymba{
	width: 100%;
    height: 100%;
    min-width: 1200px;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
}



/*header*/
#header{
	position: fixed;
    top: 0;
    display: none;
    z-index: 900;
}
.header{
	width: 100%;
	height: 92px;
	background: #fcfcfc;
}
.header .head-con{
	width: 1200px;
	height: 92px;
	margin: 0 auto;
}
.header .head-con .logo{
	width: 278px;
	height: 28px;
	float: left;
	display: block;
	margin-top: 40px;
}
.header .head-con .head-menu{
	margin-top: 50px;
	float: left;
	margin-left: 72px;
}
.header .head-con .head-menu li{
	width: 112px;
	height: 42px;
	text-align: center;
	position: relative;
}
.header .head-con .head-menu .hmenu1{
	width: 57px;
	height: 14px;
}
.header .head-con .head-menu .hmenu1 a{
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	border-right: 1px solid #c8c8c8;
}
.header .head-con .head-menu li .menua{
	font-size: 14px;
	color: #444;
	line-height: 14px;
	display: block;
	border-right: 1px solid #c8c8c8;
}
.header .head-con .head-menu li:last-child .menua{border-right: none;}
.header .head-con .head-menu li a:hover{
	font-weight: bold;
}
.headhover{
	font-weight: bold !important;
}
.header .head-con .head-menu .menunav{
	position: absolute;
	width: 610px;
	z-index: 500;
	top: 42px;
	transform: translateX(-40%);
    display: none;
}
.header .head-con .head-menu .menunav dd{
	float: none;
}
.head-menu .menunav .menunavl{
	float: left;
	padding-left: 34px;
	padding-top: 82px;
}
.head-menu .menunav .menunavl h2{
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
.head-menu .menunav .menunavl h2 em{
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
}
.head-menu .menunav .menunavl span{
	display: block;
	width: 20px;
	height: 1px;
	background: #fff;
	margin-top: 36px;
}
.head-menu .menunav .menunavl p{
	margin-top: 30px;
	font-size: 12px;
	line-height: 20px;
	color: #fff; 
	width: 266px;
	text-align: left;
}
.head-menu .menunav .menunavl .menunavl-box{
	width: 210px;
	height: 52px;
	margin-top: 52px;
}
.head-menu .menunav .menunavl .menunavl-box a{
	display: block;
	width: 196px;
	height: 54px;
	border:1px solid #fff;
	background:url(/static/menunext.png) no-repeat 184px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 52px;
	text-align: left;
	padding-left: 14px;
	color: #fff;
	transition:all .5s;
}
.head-menu .menunav .menunavl .menunavl-box a:hover{
	color: #444;
	background:url(/static/menunexton.png) no-repeat 184px 20px #fff;
}

.head-menu .menunav .menunavr{
	float: right;
	background: #f2f2f2;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}
.head-menu .menunav dl{
	position: absolute;
	top: 56px;
	left: 410px;
}
.head-menu .menunav dd{
	height: 26px;
	margin-bottom: 26px;
}
.head-menu .menunav dd a{
	display: block;
	text-align: left;
	font-size: 12px !important;
	line-height: 24px !important;
	color: #444;
	float: left;
	position: relative;
}
.head-menu .menunav dd a .menunavbots{
	width: 0;
	height: 2px;
	background: #999;
	position: absolute;
	bottom: 0;
	left: 0;
}
.head-menu .menunav dd a:hover{
	font-weight: bold;
}
.head-menu .menunav .menunews{
	position: absolute !important;
	top: 90px !important;
	left: 410px !important;
}

.header .head-con .head-ser{
	margin-top: 47px;
	float: right;
	position: relative;
}
.header .head-con .head-ser a{
	float: left;
}
.header .head-con .head-ser .hserch{
	background: url(/static/head-ico.png);
	background-position: 0 -1px;
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 18px;
}
.header .head-con .head-ser #hserch{
	background: url(/static/head-ico.png);
	background-position: 0 -1px;
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 18px;
}
.header .head-con .head-ser .hen{
	background: url(/static/head-ico.png);
	background-position: 57px -1px;
	display: block;
	width: 32px;
	height: 21px;
	margin-right: 17px;
}
.header .head-con .head-ser #hen{
	background: url(/static/head-ico.png);
	background-position: 57px -1px;
	display: block;
	width: 32px;
	height: 21px;
	margin-right: 17px;
}
.header .head-con .head-ser .hstyle{
	width: 1px;
	height: 22px;
	background: #444;
	display: block;
	margin-right: 17px;
}
.header .head-con .head-ser .hyx{
	background: url(/static/head-ico.png) no-repeat;
	background-position: -59px 0;
	display: block;
	height: 22px;
	padding-left: 29px;
	line-height: 22px;
}
.header .head-con .head-ser .hyx:hover{
	font-weight: bold;
}

#hen-con1{
	position: absolute;
	top: 45px;
	left: -160px;
	width: 340px;
	height: 54px;
	border: 1px solid #a2b3bc;
	background: #f2f2f2;
	z-index: 920;
	display: none;
}
#hen-con1a{
	position: absolute;
	top: 45px;
	left: -160px;
	width: 340px;
	height: 54px;
	border: 1px solid #a2b3bc;
	background: #f2f2f2;
	z-index: 920;
	display: none;
}
#hen-con1:before{
	content: " ";
	position: absolute;
	bottom:100%; 
	left: 50%;
	margin-left: -10px; 
	width: 0;
	height: 0; 
	border-left: 10px solid transparent;  
	border-bottom: 15px solid #000;
	border-right: 10px solid transparent;
}
#hen-con1a:before{
	content: " ";
	position: absolute;
	bottom:100%; 
	left: 50%;
	margin-left: -10px; 
	width: 0;
	height: 0; 
	border-left: 10px solid transparent;  
	border-bottom: 15px solid #000;
	border-right: 10px solid transparent;
}
.header .head-con .head-ser .hen-con1:after{
	content: " ";   
	position: absolute;   
	bottom:100%;   
	left: 50%;
	margin-left: -10px;   
	width: 0;   
	height: 0;   
	border-left: 10px solid transparent;   
	border-bottom: 15px solid #f2f2f2;   
	border-right: 10px solid transparent;  
}

#hen-con1 .hc1box{
	width: 315px;
	height: 27px;
	border: 1px solid #a7a7a7;
	margin: 12px;
	background: #fff;
}
#hen-con1a .hc1box{
	width: 315px;
	height: 27px;
	border: 1px solid #a7a7a7;
	margin: 12px;
	background: #fff;
}
#hen-con1 .hc1box input{
	width: 225px;
	height: 27px;
	line-height: 24px;
	font-size: 14px;
	float: left;
	padding:0 0 0 11px;
	color: #b2b2b2;
}
#hen-con1a .hc1box input{
	width: 225px;
	height: 27px;
	line-height: 24px;
	font-size: 14px;
	float: left;
	padding:0 0 0 11px;
	color: #b2b2b2;
}
#hen-con1 .hc1box #search{
	width: 79px;
	height: 27px;
	line-height: 27px;
	float: right;
	background: #444;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0;
}
#hen-con1a .hc1box #search{
	width: 79px;
	height: 27px;
	line-height: 27px;
	float: right;
	background: #444;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0;
}
#hen-con{
	position: absolute;
	top: 45px;
	left: -115px;
	width: 340px;
	height: 134px;
	border: 1px solid #a2b3bc;
	background: #fff;
	z-index: 920;
	display: none;
}
#hen-cona{
	position: absolute;
	top: 45px;
	left: -115px;
	width: 340px;
	height: 134px;
	border: 1px solid #a2b3bc;
	background: #fff;
	z-index: 920;
	display: none;
}
#hen-con:before{
	content: " ";
	position: absolute;
	bottom:100%; 
	left: 50%;
	margin-left: -10px; 
	width: 0;
	height: 0; 
	border-left: 10px solid transparent;  
	border-bottom: 15px solid #000;
	border-right: 10px solid transparent;
}
#hen-cona:before{
	content: " ";
	position: absolute;
	bottom:100%; 
	left: 50%;
	margin-left: -10px; 
	width: 0;
	height: 0; 
	border-left: 10px solid transparent;  
	border-bottom: 15px solid #000;
	border-right: 10px solid transparent;
}
.header .head-con .head-ser .hen-con:after{
	content: " ";   
	position: absolute;   
	bottom:100%;   
	left: 50%;
	margin-left: -10px;   
	width: 0;   
	height: 0;   
	border-left: 10px solid transparent;   
	border-bottom: 15px solid #fff;   
	border-right: 10px solid transparent;  

}
#hen-con:hover:after {   
	width: 0;   
	height: 0;   
	border-left: 10px solid transparent;   
	border-bottom: 15px solid #ddd;   
	border-right: 10px solid transparent;   
}
#hen-cona:hover:after {   
	width: 0;   
	height: 0;   
	border-left: 10px solid transparent;   
	border-bottom: 15px solid #ddd;   
	border-right: 10px solid transparent;   
}
#hen-con a:hover{
	background: #ddd;
	font-weight: bold;
}   
#hen-cona a:hover{
	background: #ddd;
	font-weight: bold;
}   
.header .head-con .enl{
	width: 340px;
	height: 67px;
	display: block;
	line-height: 67px;
	text-align: center;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	color: #424242;
}
.header .head-con .cnl{
	width: 340px;
	height: 67px;
	display: block;
	line-height: 67px;
	text-align: center;
	font-size: 14px;
	color: #424242;
}

/*banner*/
.banner{width: 100%; height:728px;  /*轮播高度，记得修改*/ top:0 ;background: #bbb; margin: 0 auto; position: relative; background-color:#eee;overflow: hidden;}
.banner .bd  {margin: 0 auto; position: relative !important; z-index:0; overflow: hidden; width: 100%;}
.banner .bd ul {width: 100% !important; position: relative; margin:0 auto;}
.banner .bd li {width: 100% !important; height:728px;/*轮播高度，记得修改*/  text-align: center; background-repeat:no-repeat; background-position:center center;  margin:0  auto;}
.banner .bd li  a{display:block;width:100%;margin:0 auto;height:728px}
.banner .hd{z-index:1; height:40px;line-height:40px;width:100%;  overflow:hidden; position:absolute; left:0;bottom:0px; }
.banner .hd ul{ text-align:center; display: table; margin: 0 auto;}
.banner .hd ul li { cursor: pointer; display: inline-block; zoom:1; width:8px; height: 8px; margin: 5px;  overflow: hidden;*display:inline;line-height: 9999px;background:#7BCAF9;-webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; border:2px solid #0099E0; }
.banner .hd ul li.on{ background:#f4f9fe; border:2px solid #7BCAF9;}
.banner .prev,.banner .next{width: 42px; height: 42px; /*左右键宽高，记得修改， 以及左右键位置*/ position: absolute; top: 50%;margin-top: -53px;}
.banner .prev{left: 0px; top: 50%; margin-top: -21px;} /* 左右键图片片经过出现效果，不希望出现，可以设置成0px；*/
.banner .next{right: 0px; top: 50%; margin-top: -21px;}

/*@media only screen and (max-width: 1919px){
	.banner .ban-pro dd{
		width: 14%;
		height: 114px;
	}
}*/

.banner .banner-butb{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
}
.banner .banner-but{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -34px;
	width: 68px;
	height: 26px;
	display: block;
	overflow: hidden;
	z-index: 888;
	background: url(/static/bannmore.png) no-repeat;
}
.banner .ban-pro{
	width: 100%;
	height: 136px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f5f8fa;
	display: none;
	border-bottom: 1px solid #dddfe1;
	text-align: center;
}
.banner .ban-pro dl{
	margin-top: 22px;
	display: inline-block;
	width: 100%
}
.banner .ban-pro dd{
	width: 14%;
	height: 114px;
}
.banner .ban-pro dd img{
	width: 90px;
	height: 77px;
	display: block;
	margin: 0 auto;
}
.banner .ban-pro dd a{
	display: block;
	width: 100%;
	height: 98px;
	border-right:2px solid #e9ebed;
	text-align: center;
}

/*index*/
.index-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 62px;
}
.index-con .idcon-left{
	width: 576px;
}
.index-con .idcon-left .idl-head{
	margin-bottom: 50px;
	height: 21px
}
.index-con .idcon-left .idl-head h2{
	font-size: 21px;
	line-height: 21px;
	color: #444;
	float: left;
	margin-right: 12px;
}
.index-con .idcon-left .idl-head span{
	width: 1px;
	height: 21px;
	background: #b4b4b4;
	float: left;
	margin-right: 12px;
}
.index-con .idcon-left .idl-head p{
	font-size: 14px;
	line-height: 21px;
	color: #b4b4b4;
	float: left;
}
.index-con .idcon-left .idl-con{
	width: 576px;
	height: 378px;
	background: #fff;
}
.index-con .idcon-left .idl-con .idlc-l{
	width: 272px;
	height: 378px;
	overflow: hidden;
}
.index-con .idcon-left .idl-con .idlc-r{
	width: 274px;
	height: 338px;
	padding-top: 40px;
	padding-left: 30px;
}
.index-con .idcon-left .idl-con .idlc-r h3{
	font-size: 18px;
	line-height: 22px;
	color: #444;
}
.index-con .idcon-left .idl-con .idlc-r h4{
	font-size: 18px;
	line-height: 18px;
	color: #d3d3d3;
	margin-top: 6px;
}
.index-con .idcon-left .idl-con .idlc-r p{
	width: 244px;
	margin-top: 50px;
	border-top: 1px solid #dbdbdb;
	padding-top: 11px;
	font-size: 12px;
	line-height: 24px;
	color: #444;
}
.index-con .idcon-left .idl-con .idlc-r a{
	background: url(/static/newsb.png) no-repeat center #cdcdcd;
	width: 150px;
	height: 45px;
	display: block;
	margin-top: 40px;
	transition: all .5s;
}
.index-con .idcon-left .idl-con .idlc-r a:hover{
	background: url(/static/newsb.png) no-repeat center #444;
}
.index-con .idcon-right{
	width: 552px;
}
.index-con .idcon-right .idr-head{
	margin-bottom: 50px;
	height: 21px;
}
.index-con .idcon-right .idr-head h2{
	font-size: 21px;
	line-height: 21px;
	color: #444;
	float: left;
	margin-right: 12px;
}
.index-con .idcon-right .idr-head span{
	width: 1px;
	height: 21px;
	background: #b4b4b4;
	float: left;
	margin-right: 12px;
}
.index-con .idcon-right .idr-head p{
	font-size: 14px;
	line-height: 21px;
	color: #b4b4b4;
	float: left;
}
.index-con .idcon-right .idr-head a{
	float: right;
	margin-right: 2px;
	margin-top: 1px;
	width: 21px;
	height: 18px;
	display: block;
	background: url(/static/in-news.png) no-repeat;
	transition: all .2s;
}
.index-con .idcon-right .idr-head a:hover{
	background: url(/static/in-newson.png) no-repeat;
}
.index-con .idcon-right .idr-g h3 ,.index-con .idcon-right .idr-q h3{
	font-size: 18px;
	line-height: 18px;
	color: #4a4a4a;
}
.index-con .idcon-right .idr-g li ,.index-con .idcon-right .idr-q li{
	width: 552px;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 26px;
	padding-bottom: 10px;
	position: relative;
}
.index-con .idcon-right .idr-g li:hover h4,.index-con .idcon-right .idr-q li:hover h4{
	color: #000;
}
.index-con .idcon-right .idr-g li .idr-gsty,.index-con .idcon-right .idr-q li .idr-gsty{
	width: 10px;
	height: 1px;
	background: #0f2331;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.index-con .idcon-right .idr-g li h4 ,.index-con .idcon-right .idr-q li h4{
	font-size: 14px;
	line-height: 22px;
	color: #444;
	margin-bottom: 6px;
}
.index-con .idcon-right .idr-g li h4 span ,.index-con .idcon-right .idr-q li h4 span{
	font-size: 12px;
	color: #444;
	margin-left: 21px;
}
.index-con .idcon-right .idr-g li p ,.index-con .idcon-right .idr-q li p{
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.index-con .idcon-right .idr-q{
	margin-top: 50px;
}
.idcon-bottom{
	width: 100%;
	height: 115px;
	background: #fff;
	margin-top: 107px;
}
.idcon-bottom .ib-con{
	width: 1200px;
	height: 115px;
	margin: 0 auto;
}
.idcon-bottom .ib-con h5{
	font-size: 21px;
	color: #4a4a4a;
	line-height: 115px;
	float: left;
}

.picMarquee-left{ width:1010px;  overflow:hidden; position:relative; float: right;margin-top: 38px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin-left: 92px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:92px; height:43px; display:block;}
.picMarquee-left .bd ul li .title{ line-height:24px;   }

.otherhead{
	width: 100%;
/*	height:300px;*/
}
.otherhead img{
	display: block;
	margin: 0 auto;
}
/*about*/
.about{
	width: 100%;
	background: #fff;
}
.about .about-intro{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 58px;
}
.about .about-intro h2{
	font-size: 36px;
	line-height: 36px;
	color: #444;
	font-weight: bold;
}
.about .about-intro .aii{
	display: block;
	width: 13px;
	height: 2px;
	background: #e5e5e5;
	margin: 30px 0 34px;
}
.about .about-intro .abtincon{
	width: 100%;
}
.about .about-intro .abtincon .abtinl{
	width: 420px;
}
.about .about-intro .abtincon .abtinl-con{
	font-size: 14px;
	line-height: 24px;
	color: #444;

}
.about .about-intro .abtincon .abtinl .abtinl-con p{
	/*width: 600px;*/
	height: 150px;
	overflow: hidden;
}
.about .about-intro .abtincon .abtinl .abtinl-con a{
	display: block;
	width: 85px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-top: 60px;
	background: url(/static/more-ico.png) no-repeat right;
	transition: all .3s;
}
.about .about-intro .abtincon .abtinl .abtinl-con a:hover{
	background: url(/static/more-ico1.png) no-repeat right;
}
.about .about-intro .abtincon .abtinl h3{
	font-size: 24px;
	color: #333;
	line-height: 24px;
}
.about .about-intro .abtincon .abtinl h4{
	font-size: 18px;
	color: #c7c7c7;
	line-height: 20px;
	margin-top: 15px;
	width: 312px;
}
.about .about-intro .abtincon .abtinr{
	width: 700px;
	position: relative;
}
.value,.value1,.value2{
	display: block;
	font-size: 70px;
	line-height: 70px;
	color: #b0b0b0;
	font-family: "Arial"
}
.value{
	position: absolute;
	bottom: 128px;
	left: 30px;
}
.value1{
	position: absolute;
	bottom: 128px;
	left: 286px;
}
.value2{
	position: absolute;
	bottom: 26px;
	left: 58px;
}
.value3{
	display: block;
	font-size: 70px;
	line-height: 70px;
	color: #b40100;
	position: absolute;
	top: 0;
	left: 36px;
	font-family: "Arial"
}
.jia{position: absolute;font-size: 40px;line-height: 1em;color: #b40100;}
.jia.jia1{left: 145px;top: -15px;}
.jia.jia2{left: 100px;top: 235px;color: #b0b0b0;}
.mes{display: flex;flex-wrap: wrap;padding-top: 50px;justify-content: space-between;}
.mes p:first-child{width: 100%;margin-bottom: 20px; text-align: center;}
.mes p{margin-right: 20px;font-size: 16px;line-height: 2em;}

.about .abtcourse{
	width: 100%;
	height: 572px;
	background: url(/static/aboutl2.jpg) no-repeat center;
}
.about .abtcourse .abtcourse-con{
	width: 1200px;
	height: 430px;
	margin: 0 auto;
	padding: 64px 0 78px;
}
.about .abtcourse .abtcourse-con h2{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.about .abtcourse .abtcourse-con h2 span{
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #c7c7c7;
	margin-top: 10px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
}
.about .abthoner{
	width: 1200px;
	margin: 0 auto;
	padding: 75px 0 92px;
}
.about .abthoner h2{
	font-size: 36px;
	font-weight: bold;
	color: #444;
	line-height: 36px;
}
.about .abthoner h2 span{
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: #e0e0e0;
	font-weight: bold;
	margin-top: 10px;
}
.about .abthoner .abtprosty{
	width: 100%;
	height: 1px;
	background: #efefef;
	margin-top: 46px;
}
.about .abtproduct{
	width: 100%;
	background: #f9f9f9;
}
.about .abtproduct .abtproh{
	width: 100%;
	height: 370px;
	background: url(/static/aboutl3.jpg) no-repeat center;
	padding-top: 80px;
}
.about .abtproduct .abtproh h2{
	width: 1200px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
}
.about .abtproduct .abtproh h2 span{
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	margin-top: 14px;
}
.about .abtproduct .abtprocon{
	width: 1200px;
	margin: 0 auto;
}
.abtprocon .m-slide{
	width: 990px;
	height: 840px;
	position: relative;
}
.abtprocon .m-slide .img{
	position: relative;
	right: 0;
	top: 0;
}
.abtprocon .m-slide .img li, .abtprocon .m-slide .img a, .abtprocon .m-slide .img img{
	width: 990px;
	height: 840px;
}
.abtprocon .m-slide .img li{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.abtprocon .m-slide .img .first{
	display: block;
}
.abtprocon .m-slide .img li a p{
	width: 308px;
	font-size: 14px;
	line-height: 24px;
	color: #919191;
	position: absolute;
	top: 145px;
	right: 123px;
}
.abtprocon .m-slide .img li a p span{
	margin-top: 30px;
	display: block;
	width: 232px;
	height: 1px;
	background: #ccc;
}
#tab{
	width: 432px;
	height: 164px;
	overflow: hidden;
	position: absolute;
	bottom: 110px;
	right: 0px;
}
.abtprocon .m-slide .tab li{
	width: 418px;
	height: 38px;
	float: left;
}
.zUIpanelScrollBox,.zUIpanelScrollBar{
			width:4px;
			top:4px;
			right:2px;
			
		}
		.zUIpanelScrollBox{
			background:black;opacity:1;
			filter:alpha(opacity=1);
			background: #f1f1f1 !important;
		}
		.zUIpanelScrollBar{
			background:#fff;opacity:1;
			filter:alpha(opacity=1);
			background: #e2e2e3 !important;
		}

.abtprocon .m-slide .tab li a{
	display: block;
	font-size: 14px;
	line-height: 38px;
	color: #636b73;
	transition: all .3s;
}
.abtprocon .m-slide .tab li a b{
	display: none;
}
.abtprocon .m-slide .tab li a .des0{
	display: none;
}
.abtprocon .m-slide .tab li a .des1{
	display: none;
}
.abtprocon .m-slide .tab li a .des2{
	display: none;
}
.m-slide .tab .on a{
	font-weight: bold;
	color: #444 ; 
}
.m-slide .tab .on a b{
	width: 78px;
	height: 1px;
	background: #b40100;
	line-height: 38px;
	display:inline-block !important;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 10px;
}
.m-slide .tab .on a .des0{
	color: #444;
	display:inline-block !important;
	margin-right: 6px;
}
.m-slide .tab .on a .des1{
	font-size: 14px;
/*	color: #444;
	font-weight: bold;*/
	display:inline-block !important;
}
.m-slide .tab .on a .des2{
	font-size: 14px;
	color: #cdd4d6;
	display:inline-block !important;
}

.about .abtculture{
	background: url(/static/aboutl4.jpg) no-repeat center;
	width: 100%;
	height: 746px;
}
.about .abtculture .abtculture-con{
	width: 1200px;
	height: 650px;
	padding-top: 96px;
	margin: 0 auto;
}
.about .abtculture .abtculture-con h2{
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 75px;
}
.about .abtculture .abtculture-con h2 span{
	display: block;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	margin-top: 14px;
}
.about .abtculture .abtculture-con li{
	width: 293px;
	height: 159px;
	margin: 0 3px 9px;
	position: relative;
}
.about .abtculture .abtculture-con li a{
	width: 293px;
	height: 159px;
	display: block;
}
.about .abtculture .abtculture-con li a p{
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding-top: 30px;
	margin-left: 18px;
}

.about .abtculture .abtculture-con li .acutxt{
	width: 293px;
	height: 159px;
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
}
.about .abtculture .abtculture-con li .acutxt h5{
	font-size: 14px;
	line-height: 14px;
	color: #444;
	padding-top: 30px;
	padding-left: 18px;
}
.about .abtculture .abtculture-con li .acutxt h5 span{
	display: block;
	font-size: 13px;
	color: #969696;
	line-height: 13px;
	margin-bottom: 10px;
}
.about .abtculture .abtculture-con li .acutxt .acutxts{
	width: 7px;
	height: 1px;
	background: #444;
	margin-left: 18px;
}
.about .abtculture .abtculture-con li .acutxt .acutxtpt{
	font-size: 12px;
	line-height: 18px;
	color: #444;
	margin-top: 26px;
	margin-left: 18px;
}

.about .abtwork{
	width: 1200px;
	margin: 0 auto;
	padding-top: 110px;
}
.about .abtwork h2{
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #444;
}
.about .abtwork h2 span{
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #e0e0e0;
	margin-top: 14px;
	margin-bottom: 46px;
}
.about .abtwork .abtwork-com{
	width: 100%;
	height: 565px;
}
.about .abtwork .abtwork-com .abtworkcl{
	width: 667px;
}
.about .abtwork .abtwork-com .abtworkcl p{
	font-size: 14px;
	line-height: 24px;
	color: #444;
	margin-bottom: 116px;
}
.about .abtwork .abtwork-com .abtworkcr{
	width: 434px;
}
.about .abtwork .abtwork-com .abtworkcr img{
	margin-bottom: 42px;
}
#wrapper-inner img{
	width: 667px;
	height: 401px;
}
#wrapper1 img{
	width: 434px;
	height: 263px;
}
#wrapper2 img{
	width: 434px;
	height: 260px;
}

.about .abtsupplier{
	width: 100%;
	padding-bottom: 123px;
}
.about .abtsupplier h2{
	width: 1200px;
	margin: 116px auto 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #444;
}
.about .abtsupplier h2 span{
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #e0e0e0;
	margin-top: 14px;
}

.multipleLinebox{height: 336px;/*background: url(/static/trbg.png) no-repeat center;*/ margin-top: 76px;position: relative;}
.multipleLinebox .gystyle{width: 100%;height: 1px;background: #d2d2d2;position: absolute;top: 167px;;left: 0;}
.multipleLinebox .multipleLinebox-con{width: 1200px;margin: 0 auto;}
.multipleLine{position:relative; width:905px; margin-left: 77px;}
.multipleLine .hd .prev{ display:block;  width:60px; height:60px;cursor:pointer; background:url("/static/workprev.jpg") no-repeat; position: absolute;right: -116px;top:107px;transition: all .3s;}
.multipleLine .hd .next{ display:block;  width:60px; height:60px;cursor:pointer; background:url("/static/worknext.jpg") no-repeat; position: absolute;right: -116px;top:168px;transition: all .3s;}
.multipleLine .hd .prev:hover{background:url("/static/workprevon.jpg") no-repeat;}
.multipleLine .hd .next:hover{background:url("/static/workdnexton.jpg") no-repeat;}
.multipleLine .bd{ height:336px; overflow:hidden; }
.multipleLine .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px; border-left: 1px solid #d2d2d2; }
.multipleLine .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center; /*margin-right: 1px;*/margin-bottom: 1px;border-right: 1px solid #d2d2d2;}
.multipleLine .bd ul li .pic{ text-align:center; }
.multipleLine .bd ul li .pic img{ width:225px; height:167px; display:block;}
.multipleLine .bd ul li .title{ line-height:24px;}

/*product*/
.product{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 102px;

}
.product .productheadcon{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px; 
	margin-bottom: 40px;
}
.product .productheadcon p{
	font-size: 21px;
	line-height: 30px;
	color: #010101;
}
.product .productheadcon p span{
	font-size: 14px;
	color: #c4c4c4;
	line-height: 20px;
	display: block;
}
.product .submenu{
	float: left;
	width: 182px;
}

.product .submenu li{
	float: left;
	width: 182px;
	overflow: hidden;
}
.product .submenu .substyleb{
	border-bottom: 1px solid #ebebeb;
}
.product .submenu li a{
	display: block;
	width: 182px;
	height: 42px;
}

.product .submenu li a p{
	font-size: 12px;
	color: #666;
	height: 100%;
	line-height: 42px;
	vertical-align: middle; 
    display:inline-block;
    margin-left: 8px;
}
.product .submenu li a span{
	height: 12px;
	width: 3px;
	background: #fff;
	line-height: 42px;
	vertical-align: middle;
    display:inline-block;
    margin-left: 10px;
    transition: all .3s;
}
.product .submenu li a:hover span{
	background: #b40100;
}
.proliston{
	background: #b40100 !important;
}
.product .submenu ul li ul{
	display: none;
}
.product .main{
	width: 955px;
	float: right;
	text-align: center;
}
.product .main li{
	width: 300px;
	height: 240px;
	float: left;
	margin-left: 18px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e6e6e6;
}
.product .main li img{
	width: 300px;
	height: 168px;
}
.product .main li .procontxt{
	width: 300px;
	height: 72px;
	position: relative;
}
.product .main li .procontxt p{
	font-size: 14px;
	color: #444;
	line-height: 14px;
	margin-top: 18px;
	float: left;
	text-align: left;
}
.product .main li .procontxt p span{
	font-size: 14px;
	color: #aba6a2;
	display: block;
	margin-top: 8px;
}
.product .main li .procontxt .protstyb{
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	background: #000;
}
.product .main li .procontxt div{
	width: 38px;
	height: 20px;
	background: url(/static/probut.png) no-repeat -45px center;
	float: right;
	margin-top: 26px;
	transition: all .5s;
}
.product .main li:hover .procontxt div{
	background: url(/static/probut.png) no-repeat 10px center;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

.product .main .pager{
	display: inline-block;
	_display: inline;
}
.product .main .pager{
	color: #7f7f7f;
	margin-top: 25px;
}
.product .main .pager span, .product .main .pager a{
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	text-align: center;
	line-height: 36px;
	background: #ebecef;
	margin-right: 10px;
	transition: all .3s;
}
.product .main .pager a:hover{
	background: #575757;
	color: #fff;
}
.product .main .pager .now{
	background: #575757 !important;
	color: #fff !important;
}
.product-view .viewpage{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: fixed;
	top: 0;
	left: 0;
	background: #4c4c4c;
}
.product-view .viewpage .viewpage-box .viewpage-con{
	width: 98%;
	height: 96%;
	margin: 20px auto;
	position: relative;
	background: #fff;
}
.product-view .viewpage .viewpage-box .viewpage-con .viewconfl{
	width: 50%;
	height: 100%;
}
.product-view .viewpage .viewpage-box .viewpage-con .viewconfl img{
	width: 940px;
	height: 908px;
	text-align: center;
}
.product-view .viewpage .viewpage-box .viewpage-con .viewconfr{
	width: 50%;
	height: 100%;
}
.viewpage-con .viewconfr .vfrico{
	height: 56px;
	margin-top: 6px;
}
.viewpage-con .viewconfr .vfrico span{
	width: 1px;
	height: 48px;
	background: #d4d8de;
	display: block;
	float: left;
	margin: 0 7px;
}
.viewpage-con .viewconfr .vfrico .vfricofl{
	height: 56px;
	float: left;
	position: relative;
}
.viewpage-con .viewconfr .vfrico .vfricofl .vfricoflb{
	width: 48px;
	height: 48px;
	display: block;
	background: url(/static/vico.png) no-repeat center;
	transition: all .3s;
}
.viewpage-con .viewconfr .vfrico .vfricofl .vfricoflb:hover{
	background: url(/static/vicoon.png) no-repeat center;
}
.bdsharebuttonbox{
	position: absolute;
	top: 56px;
	left: -66px;
	width: 178px;
	border: 1px solid #ccc;
	display: none;
}
.bdshare-button-style1-24 a{
	font-size: 12px !important;
	line-height: 58px !important;
	height: 58px !important;
	width: 118px !important;
	border-bottom: 1px solid #ccc;
	padding-left: 60px !important;
	margin: 0 !important;
	background: #fff url(/static/icot.png) no-repeat !important;
}
.bdshare-button-style1-24 a:hover{
	background-color: #f4f5f6 !important;
}
.bdshare-button-style1-24 .bds_mail{
	background-position: 22px 22px !important;
}
.bdshare-button-style1-24 .bds_sqq{
	background-position: 22px -38px !important;
}
.bdshare-button-style1-24 .bds_weixin{
	background-position: 22px -98px !important;
}
.bdshare-button-style1-24 .bds_tsina{
	background-position: 22px -160px !important;
}
.viewpage-con .viewconfr .vfrico .vfricofr{
	float: left;
}
.viewpage-con .viewconfr .vfrico .vfricofr a{
	width: 48px;
	height: 48px;
	display: block;
	background: url(/static/vicoa.png) no-repeat center;
}
.viewpage-con .viewconfr .viewconfr-con{
	margin-top: 118px;
}
.viewpage-con .viewconfr .viewconfr-con h5{
	font-size: 30px;
	line-height: 30px;
	color: #444;
	text-align: center;
}
.viewpage-con .viewconfr .viewconfr-con .vfrcs{
	width: 27px;
	height: 1px;
	background: #b41413;
	margin: 15px auto 28px;
	display: block;
}
.viewpage-con .viewconfr .viewconfr-con h6{
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-align: center;
}
.viewpage-con .viewconfr .viewconfr-con .vfrctxt{
	width: 675px;
	height: 161px;
	border-top: 1px solid #f4f5f6;
	border-bottom: 1px solid #f4f5f6;
	overflow: auto;
	margin: 58px auto 96px;
	font-size: 12px;
	line-height: 20px;
	color: #676767;
	padding-top: 22px;
	padding-bottom: 22px;
}
.viewpage-con .viewconfr .viewconfr-con .vfrcdl{
	width: 675px;
	margin: 0 auto;
}
.viewpage-con .viewconfr .viewconfr-con .vfrcdl h6{
	font-size: 16px;
	line-height: 16px;
	color: #444;
	text-align: center;
	margin-bottom: 22px;
}
.viewpage-con .viewconfr .viewconfr-con .vfrcdl div{
	width: 100%;
	height: 58px;
	border-top: 1px solid #f4f5f6;
}
.viewpage-con .viewconfr .viewconfr-con .vfrcdl div p{
	font-size: 14px;
	line-height: 58px;
	color: #444;
	float: left;
}
.viewpage-con .viewconfr .viewconfr-con .vfrcdl div a{
	width: 42px;
	height: 16px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #444;
	background: url(/static/lode.jpg) no-repeat left;
	float: right;
	margin-top: 22px;
	margin-right: 10px;
	padding-left: 20px;
}
.product-view .viewpage-link .infolist2prev{
	position: absolute;
	top: 50%;
	left: 40px;
	width: 23px;
	height: 44px;
	display: block;
	background: url(/static/prop.png) no-repeat;
}
.product-view .viewpage-link .infolist2next{
	position: absolute;
	top: 50%;
	right: 40px;
	width: 23px;
	height: 44px;
	display: block;
	background: url(/static/pron.png) no-repeat;
}
.product-view .viewpage-return{
	width: 24px;
	height: 28px;
	position: absolute;
	top: 40px;
	right: 40px;
	background: url(/static/proclose.jpg) no-repeat;
	display: block;
}

/*news*/
.news-con{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 112px;
	background: #fff;
}
.news-con .nchead{
	text-align: center;
}
.news-con .nchead h2{
	font-size: 24px;
	line-height: 38px;
	color: #444;
}
.news-con .nchead p{
	font-size: 14px;
	color: #303030;
	line-height: 18px;
}
.news-con .submenu{
	width: 336px;
	height: 34px;
	margin: 58px auto 102px;
}
.news-con .submenu li{
	width: 110px;
	height: 34px;
	margin: 1px;
}
.news-con .submenu li a{
	display: block;
	width: 108px;
	height: 32px;
	border: 1px solid #d2d2d2;
	text-align: center;
	font-size: 12px;
	color: #444;
	line-height: 32px;
	transition: all .3s;
}
.news-con .submenu li a:hover{
	border: 1px solid #b40100;
	background: #b40100;
	color: #fff;
}
.on-show{
	border: 1px solid #b40100 !important;
	background: #b40100 !important;
	color: #fff !important;
}
.news-con .main{
	width: 1326px;
	margin: 0 auto;
}
.news-con .main li{
	width: 380px;
	height: 158px;
	padding-left: 62px;
	margin-bottom: 62px;
}
.news-con .main li span{
	font-size: 18px;
	line-height: 18px;
	color: #acacac;
	display: block;
}
.news-con .main li a{
	font-size: 16px;
	line-height: 64px;
	color: #000;
}
.news-con .main li em{
	width: 318px;
	height: 1px;
	background: #efefef;
	display: block;
}
.news-con .main li p{
	width: 314px;
	font-size: 12px;
	line-height: 18px;
	color: #303030;
	margin-top: 20px;
}
.news-con .main .pager{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.news-con .main .pager span{
    color: #7f7f7f;
    text-decoration: none;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin: 0 3px;
}
.news-con .main .pager span.now{
	width: 36px;
	height: 36px;
	font-size: 12px;
	color: #fff;
	background: #575757;
	line-height: 36px;
}
.news-con .main .pager a{
	width: 36px;
	height: 36px;
	font-size: 12px;
	color: #7f7f7f;
	display: inline-block;
	background: #fafafa;
	line-height: 36px;
	transition:all .3s;
}
.news-con .main .pager a:hover{
	background: #575757;
	color: #fff;
}
.newsviewpage{
	width: 100%;
	padding-top: 88px;
	padding-bottom: 164px;
	background: #fff;
}
.newsviewpage .viewpage-title{
	font-size: 16px;
	line-height: 28px;
	color: #444;
	text-align: center;
}
.newsviewpage .viewpage-info{
	font-size: 12px;
	line-height: 20px;
	color: #9b9b9b;
	text-align: center;											
}
.newsviewpage .viewpage-style{
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: 68px;
	margin-bottom: 36px;
}
.newsviewpage .viewpage-body{
	width: 1014px;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	margin: 0 auto;
}
.newsviewpage .viewpage-link{
	font-size: 14px;
	color: #444;
	margin-top: 90px;
	width: 1014px;
	margin: 90px auto 0;
	text-align: center;
}
.newsviewpage .viewpage-link ul{
	display: inline-block;
}
.newsviewpage .viewpage-link li a{
	float: left;
	display: block;
	width: 82px;
	height: 36px;
	background: #fafafa;
	color: #575757;
	transition: all .3s;
	line-height: 36px;
	text-align: center;
	margin-right: 15px;
}
.newsviewpage .viewpage-link li a:hover{
	background: #575757;
	color: #fafafa;
}
.newsviewpage .viewpage-link .viewpage-return{
	width: 91px;
	height: 14px;
	text-align: center;
	display: block;
	line-height: 14px;
	font-size: 12px;
	color: #b5b5b5;
	float: left;
	transition: all .3s;
	background: url(/static/newsreadb.png) no-repeat;
	padding-left: 14px;
	margin-top: 9px;
}
.newsviewpage .viewpage-link .viewpage-return:hover{
	color: #d50100;
}

/*content*/
.viewpage{
	background: #fff;
}
.contviewpage{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 116px;
}
.contviewpage .viewpage-title{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 24px;
	color: #444;
	line-height: 42px;
	margin-bottom: 35px;
}
.contviewpage .contviewpage-sum{
	width: 640px;
	line-height: 24px;
	font-size: 12px;
	color: #888;
}
.contviewpage .cvsum{
	width: 100%;
	margin-top: 68px;
}
.contviewpage .cvsum .cvsuml{
	width: 164px;
	margin-left: 15px;
}
.contviewpage .cvsum .cvsumr{
	margin-right: 15px;
}
.contviewpage .cvsum .cvsumlh{
	width: 72px;
	height: 53px;
	border-bottom: 1px solid #f0f0f0;
	background: url(/static/contico1.jpg) no-repeat;
	margin-bottom: 15px;
}
.contviewpage .cvsum .cvsumm{
	margin-left: 345px;
}
.contviewpage .cvsum .cvsummh{
	width: 72px;
	height: 53px;
	border-bottom: 1px solid #f0f0f0;
	background: url(/static/contico2.jpg) no-repeat;
	margin-bottom: 15px;
}
.contviewpage .cvsum .cvsumrh{
	width: 72px;
	height: 53px;
	border-bottom: 1px solid #f0f0f0;
	background: url(/static/contico3.jpg) no-repeat;
	margin-bottom: 15px;
}
.contviewpage .cvsum p{
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.contviewpage .cvsum .cvsumm1 h5{
	font-size: 12px;
	color: #888;
	font-weight: bold;
	line-height: 24px;
}
.contviewpage .cvsum .cvsumr1 h5{
	font-size: 14px;
	color: #888;
	font-weight: bold;
	line-height: 24px;
}
.contviewpage .cvsum .cvsumr1{
	margin-bottom: 49px;
}
.contviewpage .cvsum .cvsumm1{
	margin-bottom: 25px;
	width: 222px;
}
.contviewpage .cvsmap{
	margin-top: 44px;
	width: 100%;
	overflow: hidden;
}
.n-main{
	width: 1194px;
	height: 446px;
	margin: 120px auto 0;
	position: relative;
}
.n-main .title{
	display: none;
}
.n-main .espcms_form_group{
	width: 382px;
	height: 46px;
	color: #888;
	font-size: 12px;
	line-height: 46px;
	padding-left: 21px;
	background: #fafafa;
}
.n-main .espcms_form_group .control_label{
	float: left;
}
.n-main .espcms_form_group .control_required{
	float: left;
	margin-left: 5px;
}
.n-main .espcms_form_group .control_label em{
	position: absolute;
	right: -14px;
}
#biaodan0{
	position: absolute;
	top: 0;
	left: 0;
}
#biaodan1{
	position: absolute;
	top: 56px;
	left: 0;
}
#biaodan2{
	position: absolute;
	top: 112px;
	left: 0;
}
#biaodan3{
	position: absolute;
	top: 168px;
	left: 0;
}
#biaodan4{
	position: absolute;
	top: 224px;
	left: 0;
}
#biaodan5{
	position: absolute;
	top: 280px;
	left: 0;
}
#biaodan6{
	position: absolute;
	top: 0;
	right: 0;
	width: 701px;
}
#biaodan7{
	position: absolute;
	top: 56px;
	right: 0;
	width: 701px;
}
#biaodan8{
	position: absolute;
	top: 112px;
	right: 0;
	width: 701px;
	height: 214px;
}
.n-main .espcms_form_group input{
	width: 298px;
	height: 34px;
	line-height: 24px;
	background: #fafafa;
}
#biaodan7 input, #biaodan6 input{
	width: 594px;
	height: 34px;
}

#biaodan8 textarea{
	width: 660px;
    height: 198px;
    margin-top: 15px;
    background: #fafafa;
}
#feedbackbotton{
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -105px;
	width: 210px;
	height: 54px;
	background: #fafafa;
	font-size: 16px;
	color: #888;
	cursor: pointer;
	transition:all .5s;
}
#feedbackbotton:hover{
	background: #444;
	color: #fff;
}

/*产品*/
.procon{
	width: 1200px;
	margin-top: 40px;
	margin-bottom: 115px;
}


.yxline1{
	width: 100%;
	background: #fff;
	padding: 50px 0px;
}
.yxline1 .yl1con{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 602px;
	padding: 0 48px;
	box-sizing: border-box;
}
.yxline1 .yl1con .ylchina{
	position: absolute;
	top: 8px;
	left: 88px;
}
.yxline1 .yl1con .yllist{
	margin-top: 54px;
	height: 300px;
	position: relative;
}
.yxline1 .yl1con .yllist li{
	height: 36px;
	float: none;
}
.yxline1 .yl1con .yllist li a{
	color: #444;
	font-size: 12px;
	display: inline-block;
}
.yxline1 .yl1con .yllist li a:hover{
	font-weight: bold;
	color: #000;
	border-bottom:1px solid #000;
}
.yxline1 .yl1con .ylhr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	margin-top: 22px;
}
.yxline1 .yl1con .ylfot{
	width: 972px;
	margin:55px auto 0;
	position: relative;
}

/*.yxline1 .yl1con li{
	width: 1100px;
	height: 78px;
	border-bottom: 1px solid #e7e7e7;
}
.yxline1 .yl1con li .yl1con-menu{
	width: 997px;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #444;
	padding-left: 68px;
	padding-right: 35px;
	cursor: pointer;
}
.yxline1 .yl1con li .yl1con-menu span{
	width: 16px;
	height: 16px;
	display: block;
	background: url(/static/b.png) no-repeat;
	margin-top: 30px;
	transition: all .3s;
	display: none;
}
.yxline1 .yl1con li:hover{
	border-bottom: 1px solid #15222e;
}
.yxline1 .yl1con li:hover .yl1con-menu span{
	display: block;
}
.yxline1 .yl1con .yl1con-con{
	width: 1034px;
	height: 315px;
	padding-left: 66px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	overflow: hidden;
	display: none;
}
.yxline1 .yl1con .yl1con-con h4{
	font-size: 18px;
	line-height: 18px;
	color: #444;
	margin-top: 30px;
	margin-bottom: 40px;
}
.yxline1 .yl1con .yl1con-con h4 span{
	width: 12px;
	height: 12px;
	display: inline-block;
	float: right;
	background: url(/static/close.png) no-repeat;
	cursor: pointer;
	margin-right: 35px;
	margin-top: 4px;
}
.yxline1 .yl1con .yl1con-con dd{
	width: 344px;
	float: left;
	margin-bottom: 16px;
}
.yxline1 .yl1con .yl1con-con dd a{
	font-size: 12px;
	color: #7d7d7d;
	line-height: 12px;
	display: inline-block;
	height: 13px;
}
.yxline1 .yl1con .yl1con-con dd a:hover{
	color: #444;
	border-bottom: 1px solid #444;
}*/
.yxline3{
	width: 100%;
	background: #fff;
	padding: 47px 0 165px;
}
.yxline3 .layui-tab{
	text-align: center;
}
.yxline3 .layui-tab-title{
	height: 30px;
	transition: all .2s;
	display: inline-block
}
.layui-tab-title li{
	width: 82px;
	height: 28px;
	font-size: 14px;
	color: 808080;
	line-height:28px; 
	position: relative;
	border: 1px solid #ababab;
	border-radius: 16px;
	margin-right: 75px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}
.tabbtn li.current{
	color: #fff;
	background: #ababab;
}
.footer{
	width: 100%;
	height: 495px;
	background: url(/static/footbg.jpg);
}
.footer .footer-con{
	width: 1200px;
	height: 495px;
	margin: 0 auto;
	position: relative;
}
.footer .footer-con ul{
	padding-top: 70px;
}
.footer .footer-con dt{
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}
.footer .footer-con dt span{
	font-size:  12px;
	line-height: 12px;
}
.footer .footer-con dd{
	float: none;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
.footer .footer-con dd a{
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.footer .footer-con dd a:hover{
	color: #eee;
}
.footer .footer-con .fot-sty1{
	width: 188px;
	height: 1px;
	background: #444;
	margin-top: 13px;
	margin-bottom: 15px;
	margin-right: 147px;
}
.footer .footer-con .fot-sty2{
	width: 180px;
	height: 1px;
	background: #444;
	margin-top: 13px;
	margin-bottom: 15px;
	margin-right: 126px;
}
.footer .footer-con .fot-sty3{
	width: 240px;
	height: 1px;
	background: #444;
	margin-top: 13px;
	margin-bottom: 15px;
	margin-right: 126px;
}
.footer .footer-con .fot-sty4{
	width: 180px;
	height: 1px;
	background: #444;
	margin-top: 13px;
	margin-bottom: 15px;
}
.footer .footer-con .fot-logo{
	position: absolute;
	top: 389px;
}
.footer .footer-con .fot-logo img{
	width: 80px;
	height: 16px;
	display: block;
	margin-bottom: 17px;
}
.footer .footer-con .fot-logo span{
	font-size: 12px;
	line-height: 12px;
	color: #888;
	margin-right: 24px;
}
.footer .footer-con .fot-map{
	display: block;
	position: absolute;
	right: -42px;
	bottom: 14px;
}


/*mleft*/
.scolltop{
	position: fixed;
	right: 1px;
	bottom: 20px;
	margin-top: -86px;
	display: none;
}
.scolltop li{
	float: none;
	margin-bottom: 1px;
	width: 42px;
	height: 42px;
	position: relative;
}
.scolltop a{
	display: block;
	width: 42px;
	height: 42px;
	transition:all .3s;
	float: right;
}
.scolltop .llx{
	background: #1f3a55 url(/static/rightico.png) no-repeat;
	background-position: 6px 9px;
}
.scolltop .llx:hover{
	background: #1e2a32 url(/static/rightico.png) no-repeat;
	background-position: 6px 9px;
}
.scolltop .lyx{
	background: #1f3a55 url(/static/rightico.png) no-repeat;
	background-position: 6px -34px;
}
.scolltop .lyx:hover{
	background: #1e2a32 url(/static/rightico.png) no-repeat;
	background-position: 6px -34px;
}
.scolltop .lfx{
	background: #1f3a55 url(/static/rightico.png) no-repeat;
	background-position: 6px -75px;
}
.scolltop .lfx:hover{
	background: #1e2a32 url(/static/rightico.png) no-repeat;
	background-position: 6px -75px;
}
.scolltop .scolltopdh{
	width: 188px;
	height: 42px;
	background: #d4102c;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -188px;
	display: none;
}
.scolltop .scolltopyj{
	width: 188px;
	height: 42px;
	background: #d4102c;
	line-height: 42px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -188px;
	display: none;
}
.scolltop dl{
	position: absolute;
	width: 191px;
	height: 42px;
	left: -189px;
	display: none;
}
.scolltop dd{
	float: left;
	margin-left: 1px;

}
.scolltop .headqq{
	display: block;
	width: 62px;
	height: 42px;
	background: #d4102c url(/static/fxico.png) no-repeat;
	background-position: center 12px;
}
.scolltop .headqq:hover{
	background-color: #bb1629 ;
}
.scolltop .headwx{
	display: block;
	width: 62px;
	height: 42px;
	background: #d4102c url(/static/fxico.png) no-repeat;
	background-position: center -26px;
}
.scolltop .headwx:hover{
	background-color: #bb1629;
}
.scolltop .headwb{
	display: block;
	width: 62px;
	height: 42px;
	background: #d4102c url(/static/fxico.png) no-repeat;
	background-position: center -64px;
}
.scolltop .headwb:hover{
	background-color: #bb1629;
}

.scolltop .scolltoptop{
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(/static/scotop.jpg) no-repeat center;
	cursor: pointer;
}

/*==========search============*/
.espcms_page{margin: 0 auto;}
.download-list{overflow: hidden;margin-top: 30px;}
.download-list li{margin-bottom: 10px;}
.download-list li a{font-size: 16px;color: #444;}
.download-list li a:hover{color: #000;font-weight: bold;}
.download-list li span{margin-left: 50px;}
.espcms_page_center_line{width: 100%;height: 1px;background: #808080;margin: 10px auto;}


























