@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: #000;
	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;
	border: 0;
	vertical-align: top;
        -webkit-filter: blur(6px);
        filter: blur(6px);
}
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%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	position: relative;
	z-index: 99999;
}
.head .head_top{
	background: #ededed;
	line-height: 35px;
	height: 35px;
	color: #454545;
	z-index: 99999;
}
.topfont{line-height: 35px;
	height: 35px;
	color: #454545;}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	width: 100%;
	background: #fff;
}
.head .head_body ul{ margin-top: 15px}
.head .head_body ul li{
	line-height: 65px;
	width: 114px;
	text-align: center;
	float: left;
}

.head .head_body ul li a{
	display: block;
	font-size: 16px;
	color: #666;
}
.head .head_body ul li:hover a{
	background: #005eb6;
	font-weight: bold;
	color: #fff;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:480px;
	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: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #005eb6;
}

.flexslider .slides a img {
	width: 100%;
	height: 480px;
	display: block;
}
/*banner end*/

.title{
	margin-bottom: 20px;
	text-align: center;
}
.title b{
	font-size: 38px;
    color: #454545;
    line-height: 60px;
    display: block;
}
.title span{
	color: #005eb6;
}
.title p{
	font-size: 20px;
	color: #888;
	font-family: Arial;
	text-align: center;
}

/*product start*/
.product{
	padding: 50px 0;
	background:url(../images/probg.jpg) no-repeat center bottom #f1f1f1;
}
.product .list ul{border:1px solid #dfdfdf;margin-bottom: 20px}
.product .list ul li{
	float: left;
	width: 171px;
	text-align: center;
	line-height: 40px;
	
	font-size: 16px;
	color: #005eb6;
}
.product .list ul li a{
	font-size: 16px;
	color: #454545;
}
.product .list ul li:nth-child(1){
	background: #005eb6;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 4px;
	color: #fff;
}

.product .list ul li:hover{
	background: url(../images/list.jpg) no-repeat center bottom;
}
.product .list ul li:nth-child(1):hover{
	background: url(../images/prolist.png) no-repeat center top;
}
.product .list ul li:hover a{
	color: #005eb6;
}

.product .pro_body ul li{
	width: 250px;
	padding: 15px;
	background: #fff;
	float: left;
	margin:20px 0 20px 26.6px;
	box-shadow: 0 10px 10px #aaa;
}
.product .pro_body ul li:nth-child(4n+1) {
	margin-left: 0px;
}
.product .pro_body ul li .img{
	width: 250px;
	height: 188px;
	overflow: hidden;
}
.product .pro_body ul li img{
	width: 250px;
	height: 188px; 
	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 ul 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);
}
.product .pro_body ul li p{
	font-size: 15px;
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.product .pro_body ul li:hover {
	background: #dfdfdf;
}
/*product end*/

/*company start*/
.company{
	padding: 50px 0;
}
.company .com_body{
	padding: 20px 0;
	text-align: center;
}
.company .com_body b{font-size: 20px;color: #005EB6}
.company .com_body p{line-height: 160%;text-indent: 2em;padding: 20px 30px;font-size: 15px;}
.company .com_body ul li{
	width: 300px;
	float: left;
	text-align: center;
}
.company a{
	display: block;
	width: 100px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #113a90;
	font-size: 15px;
	margin: 0 auto;
	margin-top: 20px;
}
.company a:hover{
	background: #901111;
}
/*company end*/

/*equipment start*/
.equipment{
	padding: 50px 0;
	background: url(../images/equipbg.jpg) no-repeat center top;
}
.equipment .pro_js{
	width: 240px;
	height: 170px;
	background: url(../images/equipleftbg.jpg) no-repeat center;
	padding: 20px;
	margin-left: 25px;
	position: absolute;
	z-index: 999;
}
.equipment .pro_js b{
	color: #fff;
	font-size: 24px;
}
.equipment .pro_js font{
	font-size: 16px;
	color: #fff;
}
.equipment .pro_js p{
	color: #fff;
}
.equipment .picScroll-left{
	overflow:hidden;
	position:relative;
}
.equipment .picScroll-left .hd{
	overflow:hidden;
	height:30px;
	margin-top: 15px;
}
.equipment .picScroll-left .hd .prev,.picScroll-left .hd .next{
	display:block;
	width:20px;
	height:20px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/left_icon.jpg") no-repeat;
}
.equipment .picScroll-left .hd .next{
	background:url("../images/right_icon.jpg") no-repeat;
}
.equipment .picScroll-left .hd .prevStop{
	background-position:-60px 0;
}
.equipment .picScroll-left .hd .nextStop{
	background-position:-60px -50px;
}
.equipment .picScroll-left .bd{
	width: 100%!important;
}
.equipment .picScroll-left .bd .tempWrap{
	width: 100%!important;
	margin-left: 328px;
}
.equipment .picScroll-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.equipment .picScroll-left .bd ul li{
	margin:0 12px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.equipment .picScroll-left .bd ul li .pic{
	text-align:center;
	width:280px;
	height:210px;
	overflow: hidden;
}
.equipment .picScroll-left .bd ul li .pic img{
	width:280px;
	height:210px;
	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;
}
.equipment .picScroll-left .bd ul li:hover .pic 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);
}
.equipment .picScroll-left .bd ul li .title{
	line-height:24px;
}
.equipment .picScroll-left .bd ul li .cover{
	width: 280px;
	height: 210px;
	background: url(../images/coverbg.png) no-repeat center;
	position: absolute;top: 0px;
}
.equipment .picScroll-left .bd ul li .cover p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	height:45px;
	line-height: 45px;
	margin-top: 165px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/*equipment end*/

/*case start*/
.case{
	padding: 50px 0;
	background: url(../images/casebg.jpg) no-repeat center;
}

.case .title{
	background: none;
}

#d_tab29 ul,#d_tab29 li{
	margin:0;
	padding:0;
	list-style:none;
}
#d_tab29 img{
	border:0;
	vertical-align:top;
}
#d_tab29{
	position:relative;
	height:370px;
	text-align:left;
}
#d_tab29 .d_img{
	position:relative;
	margin:0 auto;
	width:1200px;
	height:100%;
} 
#d_tab29 .d_img li{
	position:absolute;
	display:none;
	z-index:0;
}
#d_tab29 .d_img li img{
	width:100%; border: 6px solid #ffffff;
}
#d_tab29 .d_img li:nth-child(1) {
	display:block;
	width:350px;
	left:0%;
	top:60px;
	z-index:1;
}
#d_tab29 .d_img li:nth-child(2) {
	display:block;
	width:400px;
	left:16%;
	top:40px;
	z-index:2;
}
#d_tab29 .d_img li:nth-child(3) {
	display:block;
	width:450px;
	left:32%;
	top:20px;
	z-index:3;
}
#d_tab29 .d_img li:nth-child(4) {
	display:block;
	width:400px;
	right:16%;
	top:40px;
	z-index:2;
}
#d_tab29 .d_img li:nth-child(5) {
	display:block;
	width:350px;
	right:0%;
	top:60px;
	z-index:1;
}
#d_tab29 .d_next{
	position:absolute;
	left:50%;
	margin-left:620px;
	top:180px;
	z-index:10;
	cursor:pointer;
}
#d_tab29 .d_prev{
	position:absolute;
	left:50%;
	margin-left:-660px;
	top:180px;
	z-index:10;
	cursor:pointer;
}
/*case end*/

/*new start*/
.news{padding: 50px 0;background: url(../images/newbg.jpg) no-repeat center;}
.news .new_l{width:702px; float:left; background:url("../images/bj4.jpg") repeat; padding-top: 13px;}
.news .new_l .new_tit{border-bottom:1px solid #cccccc;height:48px; line-height: 48px;margin-bottom: 21px;}
.news .new_l .new_tit span{display: block; font-size: 20px; color:#333333; padding-left:17px; background:url("../images/f.jpg") no-repeat left;border-bottom:1px solid #ba1319; width:100px;}
.news .new_l dl{width:680px; height:177px;margin-bottom: 20px;}
.news .new_l dl dt{width:319px; height:177px;float:left;}
.news .new_l dl dt img{width:319px; height:177px;}
.news .new_l dl dd{width:319px; height:132px;float:left;background:#f2f2f3;padding:27px 19px 18px 23px; }
.news .new_l dl dd span{display: block;margin-bottom: 10px;}
.news .new_l dl dd span a{font-size: 18px; color:#333333;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_l dl dd p{ font-size: 14px; color:#999999;margin-bottom: 21px; line-height: 20px;}
.news .new_l dl dd .ck{ font-size: 14px; color:#005eb6; float:right;padding-right:26px; background:url("../images/xq1.png") no-repeat right;}
.news .new_l ul li{height:24px; line-height: 24px; padding-left:14px;background:url("../images/hg.jpg") no-repeat left;margin-bottom: 10px;padding-right: 20px;}
.news .new_l ul li a{ font-size: 14px; color:#666666; }
.news .new_l ul li a span{display:inline-block;width:550px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_l ul li a em{float:right;font-size: 14px; color:#666666;}
.news .new_l ul li:hover a{color: #005eb6}
.news .new_r{width:465px;float:right; padding-top:13px;}
.news .new_r .new_tit{border-bottom:1px solid #cccccc;height:48px; line-height: 48px;margin-bottom: 21px;}
.news .new_r .new_tit span{display: block; font-size: 20px; color:#333333; padding-left:17px; background:url("../images/f.jpg") no-repeat left;border-bottom:1px solid #ba1319; width:100px;}
.news .new_r dl{border-bottom:1px dashed #999999;padding-bottom:22px;margin-bottom: 20px;}
.news .new_r dl dt{height:23px; line-height: 23px; margin-bottom: 18px;}
.news .new_r dl dt i{display: block; width:55px; height:23px; text-align: center;float:left; line-height: 22px; background:#005eb6; color:#FFF; margin-right: 6px;font-size: 16px}
.news .new_r dl dt a{ font-size: 16px; color:#333333;width:400px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;float: right;}
.news .new_r dl dd{ font-size: 14px; color:#999999;}
.news .new_r ul li{height:61px;margin-bottom: 16px;}
.news .new_r ul li span{display: block;width:58px; height:58px;border:2px solid #dcdcdc; float:left;margin-right: 16px;}
.news .new_r ul li span b{display: block; font-size: 32px; font-weight: bold; color:#cccccc; text-align: center;line-height: 40px}
.news .new_r ul li span em{display: block; font-size: 12px;color:#cccccc; text-align: center;}
.news .new_r ul li strong{display: block;font-weight: normal;float:left;margin-top: 8px;}
.news .new_r ul li strong a{font-size: 16px;display:inline-block;width:385px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_r ul li p{float:left; font-size: 14px; color:#999999; margin-top: 5px;width:385px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_r ul li:hover span{border:2px solid #005eb6;}
.news .new_r ul li:hover  span b{color:#005eb6;}
.news .new_r ul li:hover span em{color:#005eb6;}
.news .new_r ul li strong a:hover{color:#005eb6;}
/*new end*/

/*footer start*/
.foot{
	background: #ededed;
	padding-top: 50px;
}

.foot .tit{
	padding-bottom: 10px;
	background: url(../images/foottit.png) no-repeat center bottom;
	margin-bottom: 10px;
}
.foot .tit b{
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
	color: #454545;
}
.foot .tit span{
	color: #888;
	font-family: Arial;
	line-height: 30px;
	font-size: 20px;
}

.foot .nav{
	width: 300px;
	margin-right: 100px;
	overflow: hidden;
}
.foot .nav ul li{
	float: left;
	width: 150px;
	line-height: 30px;
}
.foot .nav ul li a{
	font-size: 16px;
	color: #454545;
}
.foot .nav ul li:hover a{
	color: #005eb6;
}

.foot .lx{
	width: 480px;
}
.foot .lx ul li{
	float: left;
	width: 240px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #454545;
}
.foot .lx ul li:nth-child(8){
	width: 480px;
}

.foot .ewm{
	margin-top: 30px;
}
.foot .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #454545;
	font-size: 16px;
}
.foot .ewm p:nth-child(2) {
	padding-top: 35px;
	padding-left: 10px;
}
.foot .ewm p:nth-child(3) {
	padding-top: 16px;
	padding-left: 10px;
}

.foot .foot_bot{
	background: #005eb6;
	margin-top: 30px;
}
.foot .foot_bot span{
	color: #fff;
	line-height: 30px;
}
.foot .foot_bot a{
	color: #fff;
	line-height: 30px;
}
/*footer end*/