@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:14px 微软雅黑;color:#444;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.border{border:1px solid #DFDFDF;}
.bg{background-color: #B0C4DE;}
.bg1{background-color: #CAFF70;}
.bg2{background-color: #FFC1C1;}
.bg3{background-color: #FFA07A;}
.bg4{background-color: white;}
.hj200 {line-height: 200%;}
.mt30{margin-top: 30px}
.mt20{margin-top: 20px}
.mt10{margin-top: 10px}
.w0{width: 100%}
.w1100{width: 1100px;margin:0 auto;}
.w1200{width: 1200px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}
.w1180{width: 1180px;margin:0 auto;}
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 {margin: 0;padding: 0;}
img{margin: 0;padding: 0;}
img { border: 0; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}

/*header start*/
.header .topti{ background: url(../images/topbg.jpg) repeat-x center; height: 30px;}
.header .head_top{height: 32px;line-height: 32px;}
.header .head_top font {color: #fff;line-height: 32px;}
.header .head_top font a{ color:#F6C306;}
.header .language ul li{margin-left: 2px;}
.header .language ul li a{color: #fff;}
.header .head_body{height: 100px;background: url(../images/logo.jpg) no-repeat center;}
.header .head_body b{font-size: 30px;font-family: Arial;margin-top: 50px;color: #154D86}
.header .head_bot{height: 46px; background: #315BAF; border-bottom: 4px #fdb33a solid;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav3{ width: 1240px; height:50px; line-height:50px; position:relative;z-index:1;margin: 0 auto}
.nav3 a{ color:#fff;}
.nav3 .nLi{ float:left;  position:relative; display:inline;}
.nav3 .nLi h3{ float:left;}
.nav3 .nLi h3 a{ display:block; width: 155px; font-size:16px;font-weight: normal;text-align: center;}
.nav3 .nLi:nth-child(5) .sub{ background: none; }
.nav3 .nLi:nth-child(7) .sub{ background: none; }
.nav3 .nLi:nth-child(8) .sub{ background: none; }
.nav3 .sub{ display:none; width:155px; left:0; top:50px;  position:absolute; background:url(../images/hoverbg.png);  line-height:35px; padding:5px 0; z-index:9999;}
.nav3 .sub li{ zoom:1;}
.nav3 .sub a{ display:block; padding:0 10px;text-align: center; color: #fff; text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.nav3 .sub a:hover{ background: #fdb33a; color: #444;}
.nav3 .on h3 a{ background:#fdb33a; color:#fff;}
.nav3 .nLi:nth-child(3) .sub{width: 180px; line-height: 27px;}
.nav3 .nLi:nth-child(3) .sub li a{ text-align: left; }
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 500px;
	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 {
	width: 100%;
	position: absolute;
	bottom: -10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}
/*banner end*/

/*product start*/
.product{background: #F4F4F4}
.proList{background: url(../images/proListbg.png) no-repeat center;padding: 10px 0; height: 200px;}
.proList .title{width: 330px;height: 120px;}
.proList .title a{display: block;width: 120px;height: 40px;text-align: center;line-height: 40px;color: #fff;background: #F6C306;margin: 110px 60px;}
.proList .title a:hover{ background: #315BAF; }
.proList ul li{height: 25px;line-height: 25px;list-style-type: square;color:#444; }
.proList ul li a{color: #444;transition: all 0.2s ease-in; font-size: 16px;}
.proList ul li a:hover {text-decoration: underline;}
.proList ul{width: 280px; margin-top: 25px;}
.proList ul:nth-child(1){ width: 235px; }
.product .pro_main{padding:0px 0 40px 0;}
.product .pro_main ul li{box-shadow: 0 0 10px 0 #ccc;margin-left: 40px;margin-top: 30px;}
.product .pro_main ul li:nth-child(1) {margin-left: 0px;}
.product .pro_main ul li:nth-child(5) {margin-left: 0px;}
.product .pro_main ul li .img{border-bottom: 3px solid #315BAF;}
.product .pro_main ul li p{width: 270px;height: 40px;text-align: center;line-height: 40px;background: #fff;transition: all 0.2s ease-in;}
.product .pro_main li .img{width: 270px;height: 202px;overflow: hidden}
.product .pro_main li img{ width: 270px;height: 202px; 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_main li:hover img{ 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_main li:hover p{background: #315BAF;color: #fff}
/*product end*/

/*company start*/
.company{padding: 40px 0 80px 0;background:url(../images/combg1.png) no-repeat center bottom;margin-top: 40px;}
.company .com_body{height: 380px;}
.company .com_body .com_l{width: 1200px;height: 426px;background:url(../images/comlbg.png)no-repeat;}
.company .com_body .com_l .comimg{padding-left: 20px;}
.company .com_body .com_l .comimg {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.company .com_body .com_l .profile{width: 823px;padding-top:100px;padding-left: 45px;color: #000}
.company .com_body .com_l .profile b{text-indent: 2em;line-height: 300%;font-size: 18px; color:#444; }
.company .com_body .com_l .profile p{text-indent: 2em;line-height: 200%;font-size: 15px;}
.company .com_body .com_l .profile .more{width: 120px;height: 40px;text-align: center;line-height: 40px;background: #315BAF; color:#fff;position: relative;

bottom: 7px;}
.company .com_body .com_l .profile .more:hover {border-radius: 10px;}
/*company end*/

/*youshi start*/
.mainOdds{height:886px;background:url(../images/ysbj.jpg) no-repeat center;}
.mainOdds .position{ width: 1000px; margin: 0 auto; position: relative; }
.mainOdds .youshi{position:absolute;width:425px;}
.mainOdds .youshi h3{font-size:26px;line-height:30px;padding-bottom:8px;font-weight:normal;color:#315BAF;}
.mainOdds .youshi p{line-height:22px;}
.mainOdds .txt1{right:0;top:335px;}
.mainOdds .txt2{right:0;top:445px;}
.mainOdds .txt3{right:0;top:550px;}
.mainOdds .txt4{left:50px;top:655px;}
.mainOdds .txt5{left:50px;top:760px;}
/*youshi end*/
/*shebei start*/
.anli{ background:#f9f6f1; height: 400px;}
.shebei{padding-top: 45px;}
.shebei .title_s{height: 80px;background: url(../images/title_s.png) no-repeat center top;}
.shebei .slideBox{width: 1160px; overflow:hidden; zoom:1; padding:0px 0 10px 50px; position:absolute;z-index: 9999 ;position: relative;top: 0px;}
.shebei .sPrev,.shebei .sNext{ position:absolute; left:5px; top:0px; display:block; width:46px; height:230px; background:url(../images/arrow-left.png) no-repeat center; }
.shebei .sNext{width:46px; height:230px; left:auto; right:15px; background:url(../images/arrow-right.png) no-repeat center;  }
.shebei .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.shebei .con{width:1300px;}
.shebei .con .ul1 .li1{width:243px;height:225px;float:left;position:relative;overflow:hidden;cursor:pointer;border:1px solid #D8D8D8;background: url(../images/kuangbg.png) no-repeat center;}
.shebei .ul1{ overflow:hidden; zoom:1;   }
.shebei .ul1 .li1{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center; background: #fff }
.shebei .ul1 .li1 { text-align:center; }
.shebei .ul1 .li1 img{ width:230px; height:172.5px; display:block; margin:5.5px auto 0 auto;}
.shebei .ul1 .li1 a:hover img{ border-color:#999;  }
.shebei .ul1 .li1 .title{width:220px;height: 40px; line-height:38px;margin: 0 auto;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 16px;font-weight: bold;margin-top: 5px;background: url(../images/titlebg.png);color: #333}
.shebei .ul1 .li1 .zi{width: 220px;margin: 10px auto}
.shebei .ul1 .li1:hover .zi{color: #444}
.shebei .ul1 .li1:hover .title{color: #1A76E9}
.shebei .ul1 .li1 .more{width:100px;height:32px;background: url(../images/morebg.jpg) no-repeat center;margin: 5px auto 0 auto;text-align: center;line-height: 32px;}
.shebei .ul1 .li1 .more:hover {color: #D81E06;background: url(../images/morebg1.jpg) no-repeat center;}
/*shebei end*/
/*new start*/
.new{padding: 35px 0; height: 335px;}
.new .title_n{height: 80px;background: url(../images/title_n.png) no-repeat center;}
.new .new_body .new_l{width: 560px;}
.new .new_body .new_top{width: 560px;height: 114px;}
.new .new_body .new_top img{border:2px solid #dfdfdf;}
.new .new_body .new_top .con{width: 360px;height: 100px;padding:2px 0 6px 0;}
.new .new_body .new_top .con b{font-size: 16px;color: #666;}
.new .new_body .new_top .con b:hover {color: #333}
.new .new_body .new_top .con p{text-indent: 2em;line-height: 150%;position: relative;top: 2px;color: #666}
.new .new_body .new_top .con a{color: #777}
.new .new_body .new_top .con p:hover a{color: #444;}
.new .new_body .new_top .con .more{color: #fdb33a;font-weight: bold;}
.new .new_body ul{margin-top: 10px;}
.new .new_body ul li{height: 25px;line-height: 25px;color: #777;font-size: 15px;}
.new .new_body ul li:hover{ color: #fdb33a; }
.new .new_body .new_r{width: 560px;}
/*new end*/

/*footer start*/
.footer{height: 150px; padding: 20px 0;background: #333;border-top: 4px solid #fdb33a}
.footer .yqlj b{color: #fff;font-size: 18px;line-height: 25px;font-weight: normal;}
.footer .yqlj ul li{margin-right: 20px;color: #ddd}
.footer .footnav{width: 1200px;height: 80px;background: url(../images/footnav.png) no-repeat center;}
.footer .footnav ul{width: 1100px;margin: 0 auto;}
.footer .footnav ul li{width: 137px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;color: #fff}
.footer .footnav ul li:hover{ color: #fdb33a; font-size: 17px;}
/*.footer .lxwm p:nth-child(1) {margin-right:10px;}*/
.footer .lxwm p:nth-child(4) {margin-right:0px;}
.footer .lxwm p:nth-child(6) {margin-right:70px; margin-top: 15px;}
.footer .lxwm p:nth-child(7) {margin-right:70px; margin-top: 15px;}
.footer .lxwm p:nth-child(8) {margin-right:0px; margin-top: 15px;}
.footer .lxwm p{text-align: left;color: #ddd;font-size: 16px; margin-right:103px;}
.footer .lxwm p a{ color: #ddd; }
.foot_bot{height: 35px;background: #111;line-height: 35px;color: #fff;}
/*footer end*/
/*links start*/
.links-title{ width:100%; height:40px; line-height:40px; font-size:24px; color:#fff;}
.links{ width:100%; height: auto; background: #222; clear: both;}
.links ul{ width:1200px; height:auto; margin:0 auto; padding:10px 0px;clear:both;}
.links ul li{float:left; margin:0px; color: #ddd;line-height:23px;}
.links ul li a{color:#ddd; padding:0px 8px; font-size:14px; line-height:23px; display:inline-block; }
.links ul li a:hover{ color:#fff; text-decoration:none;}
/*links end*/
/*left*/
.productz .pb_l{width: 260px;}
.productz .pbl_top{width: 260px;height: 130px;background: url(../images/pro_list_t.jpg) no-repeat center;}
/*.productz .pb_l .pro_list9{height: 760px; border: 1px #dfdfdf solid;}*/
.productz .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.productz .nav{ width:260px;position:relative;z-index:1;margin: 0px auto;}
.productz .nav a{ color:#fff;}
.productz .nav .nLi{position:relative; display:inline; height:37.5px; line-height:37.5px;}
.productz .nav .nLi h3 a{display:block;font-size:16px;text-align: left;background: #32808D;margin-top: 4px;color: #444;height:37.5px; line-height:37.5px; width: 245px; background:url(../images/libg2.jpg) no-repeat; padding-left: 15px;}
.productz .nav .nLi:nth-child(1){margin-top: 0px; }
.productz .nav .nLi:nth-child(6) .sub{ background: none; }
.productz .nav .nLi:nth-child(7) .sub{ background: none; }
.productz .nav .sub{display:none; width:180px; left:260px; top:-37.5px;  position:absolute; background:#6c6260;  line-height:37.5px;z-index: 9999;}
.productz .nav .sub li{ zoom:1;text-align: left;font-size: 13px;}
.productz .nav .sub a{ display:block;padding-left: 15px; text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.productz .nav .sub a:hover{background:#E2E2E2;color:#333;}
.productz .nav .on h3 a{ background:url(../images/libg1.jpg) no-repeat; color:#fff;}
/*left news*/
.sideWrap {width: 260px; margin-top:10px;}
.sideWrap h2 { background:#315BAF; height: 43px; line-height: 43px; font-size:22px; font-weight: bold;color: #fff;text-align: center;border-top-right-radius: 5px;border-top-left-radius: 5px;}
.sideWrap h2 span{ padding-left:10px;}
.sideBox { background: #f2f2f2; }
.sideNewsBox { padding: 11px 12px 13px 11px; }
.sideNewsBox li { border-bottom: 1px dashed #d2d2d2; height: 29px; line-height: 29px; }
.sideNewsBox h3 a {color:#393939;display: block;padding-left: 11px;font-size: 13px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 30px;}
.sideNewsBox h3 a:hover {color:#315BAF;font-size: 14px;font-weight: bold;}
/*left contert*/
.lxzc{ width: 256px; height: 148px; margin:10px 0 20px 0; border: 2px #444 solid;}
.lxzc a h2{ color: #fff; font-size: 20px; font-weight: bold; text-align: center; height: 40px; background: #315BAF; line-height: 40px;}
.lxzc .lxxq{ padding: 6px 0px 6px 16px;}
.lxzc .lxxq p{ font-size: 18px; color: #444; font-weight: bold; }
.lxzc .lxtu{ width: 50px; height: 59px; background: url(../images/tell.png) no-repeat center; padding: 16px 28px 16px 0px;}
/*map start*/
.mapbody{margin:0 auto;}
#content01 h3{ font-size: 20px;padding: 10px;margin-left: 22px;color:#04AFDA;line-height: 20px;font-weight: 600;border-bottom: #d6d6d6 1px solid;    clear: both; }
#content01 h3 span{float: right;font-weight: 100; font-size: 12px;color: #666666;}
#content01{float:left;line-height:30px;font-size:14px;margin-left:10px;margin-right:10px; margin-bottom:20px;  margin-top: 25px;  width: 1100px;}
#contact-c li{margin-top:10px;}
.linkbox{padding:0px 30px; width:auto;}.f6{width:990px;}.linkbox h3{ width:150px;}
.linkbox ul li{border-bottom:1px #ccc dashed;margin-left:15px; width:auto; float:left;list-style:none; line-height:30px;text-align: center; margin-bottom: 10px;}
.linkbox .sj{ width:900px;}.linkbox .sj ul li{ float:left; }
.hotnew_bt{font-size:16px;width:1100px;float:left;color:#666666;font-weight: bold;border-bottom:#111111 2px solid;margin-bottom: 20px;}
.hotnew{ width:auto;padding: 0px 30px;}
.hotnew ul li{border-bottom:1px #ccc dashed; float:left;margin-left:15px;}
.hotnew a{ color: #333;}
.wrapper {width:1200px;margin: 0 auto;}
/*map end*/
/*main start*/
.main{padding: 20px 0 25px 0;}
.main .main_r{width: 900px;}
.main .main_r .top{height: 35px;line-height: 35px;border-bottom: 2px solid #315BAF;padding-top: 10px;}
.main .main_r .top b{font-size: 20px;}
.main .main_r .top p{font-size: 15px;}
.main .main_r .bot{padding: 15px;}
.main .main_r .bot p{text-indent: 2em;line-height: 180%;}
/*main end*/
/*后加*/
/*new*/
.mr_bot{width: 920px;padding:10px; line-height:28px;}
dl.news_dl {font-size:14px; color:#666; padding:5px; line-height:22px; border-bottom:1px dashed #CCCCCC;    margin: 6px;}
.news_dl a img:hover{ background: #EE7703;}
dl.news_dl a{ color:#000; }
dl.news_dl dt {line-height:24px;height:24px;width:900px;overflow:hidden;}
dl.news_dl .dt_1 { height:20px;padding-left:20px;    font-size: 16px;color: #666666; font-weight:bold;text-decoration:none;  }
dl.news_dl .dt_2 { font-size:12px; float:right; padding:0 10px 0 8px;  font-family:"Microsoft YaHei"; }
dl.news_dl .dt_3 { font-size:12px;}
dl.news_dl .dt_3 a { color:#FF0000; text-decoration:underline;} 
dl.news_dl dd {font-size:12px;overflow:hidden;}

.ny_title{ height:48px; border-bottom: 1px #ccc dashed;}
.ny_title h1{line-height:40px;color:#666666;font-size:18px;margin-bottom:10px;font-weight: bold;}
.ny_title .zuozhe{ position:relative; bottom:28px;}
.ny_title .fabutime{ position:relative; bottom:28px;}
.dbtel{ font-size:20px; font-weight:bold; text-align:center; margin-top: 20px; color: #315baf;}
.per{float:left;margin-top:20px; text-align:center; width: 100%;margin-bottom: 20px; background:#eee;}
.per p{ line-height:35px; margin:0px;  padding:0px 10px;width:auto; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.per p a:hover{ color:#f08300 }
.xgwz{display: inline-block;}.xgwz ul{ padding:0px;}
.cgbt{border-bottom: 1px #ccc solid;font-size: 18px;font-weight: bold; width:940px;}
.xgxw{ width:430px;line-height: 25px; height:25px; float:left;margin:5px 20px;border-bottom: 1px #ccc dashed;white-space: nowrap;overflow: hidden;}
.xgxw a{background: url(../images/arrow.gif) no-repeat 0 center; padding-left: 10px;}
.pro_img2{ width:100%; margin: 0px auto; height:auto    overflow: auto;}
.pro_img2 ul{ padding:0px; margin:0px;list-style:none; }
.pro_img2 ul li{ float:left;width:150px; margin:10px 5px;height: 160px;}
.pro_img2 ul li:hover img{transform: scale(1.05);}
.pro_img2 ul li a{text-decoration:none;} 
.pro_img2 ul li a img{ width:150px; height:113px; border:1px #ccc solid; border-radius:3px; }
.pro_img2 ul li a span{ width:150px; line-height:20px; height:20px;text-align:center; color:#666; display:block; white-space: nowrap;overflow: hidden; text-overflow: ellipsis; }
/*分页*/
.content{ /*width:450px;*/ height:auto; margin:0 auto;}
.content .left{ width:100%;_width:668px; height:auto; margin-right:30px; float:left;}
.content .left .comment .turn a{ padding:6px 12px; border:1px solid #d0cece; color:#333; margin-left:10px; line-height:20px;}
.content .left .comment .turn a:hover{ color:#fff; background:#315BAF;}
.content .left .turn1{padding-left:20px; padding-bottom:30px;}
.content .left .turn1 li{ float:left; margin-right:10px; display:inline-block; height:40px; line-height:40px;}
.content .left .turn1 a{  border:1px solid #d0cece; color:#333; font-size:14px ; display:block;_display:inline ; padding:0px 12px;_ padding:4px 12px;height:30px; text-align:center; line-height:30px;}
.content .left .turn1 a:hover{ color:#fff; background:#315BAF;}
.content table p{width:auto}

/* productBox */
.productBox { width:900px; overflow: hidden;margin-top: 20px }
.productBox li { float: left; position: relative; width:240px; height:230px; border: 1px solid #858585; background: #f4f4f4; margin:0px 24px; margin-bottom: 45px; }
.productBox h3 { text-align: center;    line-height: 25px; font-size: 16px; color: #716868; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.productBox h4 {margin-bottom: 8px;text-align: center;font-size: 12px;color: #315BAF;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 20px;}
.productBox p { padding: 0 5px; line-height: 20px; color: #737373; height: 40px; overflow: hidden; margin-bottom: 10px; }
.productBox span { width: 78px; height: 19px; border: 1px solid #929292; text-align: center; color: #777; display: block; line-height: 19px; position: relative; left: 5px; }
.productBox .on {background:#FDBB00;border-color: #2D2D2B;}
.productBox .on h3 { color: #fff;line-height: 50px;cursor:pointer; }
.productBox .on h4 { display:none; color: #fff;}
.productBox .on p { color: #fff;}
.productBox .on span { border-color: #125ed6; background: #fff; color: #125ed6;}