@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:14px 微软雅黑;color:#444;}
a { text-decoration: none; outline: none; color: #666; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li {list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul,ol {margin: 0;padding: 0;}
img{margin: 0;padding: 0;border: 0; vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}
dl,dt,dd{padding: 0;margin:0;}
i,em{font-style: normal;}

.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.w0{width: 100%;}
.w1200{width: 1200px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}

/*header start*/
.header{height: 100px;border-top: 5px solid #0048AF;box-shadow: 0 0 10px 0 #999;position: absolute;z-index: 999999;width: 100%;background: #fff;}
.header .nav{position: relative;left: 30px}
.header .nav li{float: left;width: 150px;text-align: center;font-size: 18px;line-height: 65px;color: #333}
.header .nav li a{display: block;color: #333}
.header .lan{color: #666}
.header .lan a{display: inline-block;padding: 0 15px;height: 25px;line-height: 25px;color: #fff;margin:5px;}
.header .lan a.cn{background: #C50000;}
.header .lan a.en{background: #005AD3;}
.header .nav li:hover {background: url(../images/line.jpg) no-repeat center bottom;}
/*header end*/

/*banner start*/
.banner{padding-top: 105px;}
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:830px;
	overflow: hidden;
	zoom: 1;

}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.flex-control-nav li {
	float: left;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: block;
	width: 400px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	color: #fff;
	font-size: 18px;
	/*letter-spacing: 2px;*/
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background: #BF0000;
}

.flexslider .slides a img {
	width: 100%;
	height: 780px;
	display: block;
}
/*banner end*/

/*product start*/
.product{border-top: 1px solid #dfdfdf;margin-top: 50px}
.product .pro_list{height: 220px;}
.product .pro_list .pl_l { width: 400px;}
.product .pro_list .pl_l img{padding-top:35px}
.product .pro_list .pl_l b{display: block;font-size: 28px;line-height: 180%;color: #0048AF;margin-top: 15px}
.product .pro_list .pl_l p{font-size: 18px}
.product .pro_list .pl_r li{float: left;width: 230px;height: 220px;margin-left: 30px;text-align: center}
.product .pro_list .pl_r li p{text-align: center;display: block;width: 230px;font-size: 18px}
.product .pro_list .pl_r li img{padding: 30px 0 7px;}
.product .pro_list .pl_r li:hover {background: url(../images/plhover.jpg) no-repeat center bottom #0048AF;}
.product .pro_list .pl_r li.on {background: url(../images/plhover.jpg) no-repeat center bottom #0048AF;}
.product .pro_list .pl_r li:hover p{color: #fff}
.product .pro_list .pl_r li.on p{color: #fff}
.product .pro_body{background: url(../images/probg.jpg) no-repeat center top;}
.product .pro_body dl{padding-top: 50px}
.product .pro_body dl dt{width:786px;height:590px;border:1px solid #dfdfdf;;overflow: hidden;position: relative;}
.product .pro_body dl dt img{ width: 786px; height: 590px; display: block;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in;}
.product .pro_body dl dt img:hover { 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)}

.product .pro_body dl dd{margin-left: 52px;margin-bottom: 50px;border:1px solid #dfdfdf;width: 358px;height: 269px;overflow: hidden;position: relative;}
.product .pro_body dl dd img{ width: 358px; height: 269px; display: block;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in;}
.product .pro_body dl dd img:hover { 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)}
.product .pro_body dl .cover{width: 160px;height: 32px;position: absolute;bottom:0px;left:0px;z-index: 9999;background: url(../images/coverbg.png) no-repeat center;color: #fff;padding: 58px 80px 0 10px;font-size: 16px}
.product .pro_body dl dd:hover .cover {background: url(../images/coverbg1.png) no-repeat center;}
.product .pro_body dl dt:hover .cover {background: url(../images/coverbg1.png) no-repeat center;}
/*product end*/

/*factory start*/
.factory{padding: 50px 0;}
.factory .fac_body .hd{width: 380px;border:1px solid #dfdfdf;}
.factory .fac_body .hd ul li{width: 380px;height: 82px;line-height:82px;font-size: 18px;letter-spacing: 2px;border-bottom: 1px solid #dfdfdf;background: #f1f1f1}
.factory .fac_body .hd ul li a{display: inline-block;height: 82px;line-height: 82px;padding-left: 140px;}
.factory .fac_body .hd ul .li1 a{background:url(../images/facicon1.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li2 a{background:url(../images/facicon2.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li3 a{background:url(../images/facicon3.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li4 a{background:url(../images/facicon4.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li5 a{background:url(../images/facicon5.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li6 a{background:url(../images/facicon6.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li7 a{background:url(../images/facicon7.png) no-repeat 85px center;}
.factory .fac_body .hd ul li.on{background: #0048AF}
.factory .fac_body .hd ul li.on a{color: #fff}
.factory .fac_body .hd ul .li1.on a{background:url(../images/facicon11.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li2.on a{background:url(../images/facicon21.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li3.on a{background:url(../images/facicon31.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li4.on a{background:url(../images/facicon41.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li5.on a{background:url(../images/facicon51.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li6.on a{background:url(../images/facicon61.png) no-repeat 85px center;}
.factory .fac_body .hd ul .li7.on a{background:url(../images/facicon71.png) no-repeat 85px center;}
.factory .fac_body .hd .more{width: 240px;height: 70px;display: block;line-height: 70px;background: url(../images/moreicon.png) no-repeat 85px center #C50000;padding-left: 140px;font-size: 18px;letter-spacing: 2px;color: #fff}
.factory .fac_body .bd{width: 780px;}
.factory .fac_body .bd .fac_cate{position: relative;}

.slideBox .inhd{ height:66px; overflow:hidden; position:absolute; right:5px; bottom:10px; z-index:1; }
.slideBox .inhd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .inhd ul li{ float:left; margin-right:10px;  width:80px; height:60px; cursor:pointer; border:3px solid #fff;}
.slideBox .inhd ul li img{width: 80px;height:60px}
.slideBox .inhd ul li.on{border:3px solid #C50000;}
.slideBox .inbd{ position:relative; height:100%; z-index:0;   }
.slideBox .inbd li{ zoom:1; vertical-align:middle; }
.slideBox .inbd img{ width:780px; height:585px; display:block;  }
/*factory end*/

/*lxwm start*/
.scrollbg {width: 100%;height: 100%;background-image: url(../images/lxwmbg.jpg);background-attachment: fixed;background-position: 50% 0%;background-repeat: no-repeat;position: absolute;z-index: -1;}
.lxwm{background: rgba(229,229,229,0.5);padding: 50px 0;}
.lxwm .lxwm_con,.lxwm .zx_con{width:570px;}
.lxwm .lxwm_con b{font-size: 34px;color: #333;font-weight:normal;}
.lxwm .lxwm_con p{line-height: 180%;display: block;padding: 15px 0;font-size: 16px}
.lxwm .lxwm_con > a{display: block;width: 180px;height: 40px;background-color: #0048AF;color: #fff;text-align: center;line-height: 40px;font-size: 16px}
.lxwm .lxwm_con ul.zx_nr{padding-top: 36px}
.lxwm ul.zx_nr li{height: 35px;line-height: 35px;border-bottom: 1px dashed #dfdfdf}
.lxwm ul.zx_nr li > a{display: block;}
.lxwm ul.zx_nr li i{display:inline-block;width:470px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.lxwm ul.zx_nr li span{float: right;}
.lxwm ul.zx_nr li:hover a{color: #0048AF}
/*lxwm end*/


/*new start*/
.new{background: #fff;padding: 50px 0;}

.new_body .new_l,.new_body .new_m,.new_body .new_r{width: 380px;}
.new_body .new_m,.new_body .new_r{margin-left: 30px;}
.new_body ul{padding-top: 10px;border-top: 1px solid #dfdfdf;margin-top: 10px;}
.new_body ul li{font-size: 14px;line-height: 25px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-left: 20px;background: url(../images/lx.png) no-repeat center left;}
.new_body ul li:hover a{color: #00419E}
.new_body p{font-size: 17px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;line-height: 200%;padding-top: 5px}
.new_body p:hover {color: #00419E}
.new_body em{font-size: 14px;color: #888;text-indent: 2em;display: block;}

/*footer start*/
.footer {width: 100%;padding-top: 45px;height: auto;background:url(../images/footbg.jpg) no-repeat center bottom;color:#666;font-size: 15px;}
.f_con{width: 850px;}
.f_con h3{height: 32px;border-bottom: solid 1px #ddd;position: relative;font-size: 18px;color: #000;line-height: 22px;margin-bottom: 23px;}
.f_con h3:before{content: "";position: absolute;width: 75px;height: 2px;background: #C10001;left: 0;top: 31px;}
.f_text{float: left;overflow: hidden;padding: 9px 0 0;}
.f_text li{width: 330px;height: 66px;float: left;line-height: 24px;background: url(../images/f_ico4.png) no-repeat 0 5px;padding: 0 0 0 55px;color: #2f3030;}
.f_text li.f_text1{width: 390px;background: url(../images/f_ico1.png) no-repeat 0 5px;}
.f_text li.f_text2{background: url(../images/f_ico2.png) no-repeat 0 5px;}
.f_text li.f_text3{width: 390px;background: url(../images/f_ico3.png) no-repeat 0 5px;}
.f_text li span{display: block;color: #717171;}

.footer .foot_mid a h1{font-weight: normal;font-size: 16px;}
.footer .foot_mid a span{font-size: 12px;text-align: center}
.footer .foot_right {width: 185px;height: 185px;text-align: center;background: url(../images/chat_bg.png) no-repeat;}
.footer .foot_right img{width: 140px;height: 140px;padding: 23.5px;}
.footer .foot_right p{color: #666;text-align: center;line-height: 180%}
.footer .sm b{font-size: 16px;line-height: 200%;color: #C80007;display: block;}
.footer .sm p{line-height: 180%;}
.footer_bottom {width: 100%;height: 50px;margin-top: 50px;line-height: 50px;text-align: center;background: #0048AF;color: #fff}
.footer_bottom a{color: #fff;}
/*footer end*/


.breadtitle{height: 105px;line-height: 103px;font-size: 15px;color:#f3f3f3;}
.breadtitle a{color: #f3f3f3}
.breadtitle p{text-align: left;}
.innerbody{padding: 105px 0 50px;background: url(../images/lxwm-img.jpg) no-repeat 0 105px;}
.innerbody .innercon{background: #fff}
.innerbody p.innertitle{width:1170px;height:100px;line-height: 100px;font-size: 30px;display: block;border-bottom: 1px solid #dfdfdf}

.innerbody .innerproul{background: #fff}
.innerbody .innerproul li{margin-right: 30px;width: 370px;margin-top: 30px;float: left}
.innerbody .innerproul li .img{width: 368px;height: 276px;overflow: hidden;border:1px solid #dfdfdf;}
.innerbody .innerproul li img{ width: 368px;height: 276px; display: block;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in;}
.innerbody .innerproul li img:hover { 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)}

.innerbody .innerproul li .zi i{font-size: 24px;line-height: 200%;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.innerbody .innerproul li .zi p{line-height:23px; height:46px;text-indent: 2em;}