@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;
}
img{
	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%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1240{
	width: 1240px;
	margin:0 auto;
}

/*header start*/
.head{
	position: relative;
	z-index: 99999;
	background: #fff;
}

.head_top{
	background: #ccc;
	line-height: 35px;
	color: #333;
}
.head_top a{
	padding: 0 15px;
	color: #333;
}
.head_top a:nth-child(2){
	padding-right: 0px;
}

.head_nav{
	padding: 10px 0;
	background: #fff;
}
.head_nav ul li{
	float: left;
}
.head_nav a{
	display: block;
	text-align: center;
}
.head_nav .logo{
	height: 80px;
}
.head_nav .logo img{
	height: 80px;
}
.head_nav .nav{
	width: 600px;
}
.head_nav .nav li{width: 100px;}
.head_nav .nav li p{
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #5d5d5d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
}
.head_nav .nav li .xt{
	height: 2px;
	width: 70px;
	background: #0073be;
	margin: 0 auto;
}
.head_nav .nav li b{
	font-weight: normal;
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 1px;
	display: block;
	line-height: 38px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.head_nav .nav li:hover{
	background: #0073be;
}
.head_nav .nav li:hover p{
	color: #fff;
}
.head_nav .nav li:hover .xt{
	background: #fff;
}
.head_nav .nav li:hover b{
	color: #ccc;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 450px;
	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: #0073be;
}

.flexslider .slides a img {
	width: 100%;
	height: 450px;
	display: block;
}
/*banner end*/

/*company start*/
.company{
	padding: 50px 0;
	background: #fff;
}

.com_tit{
	width: 330px;
	padding: 20px 10px;
	background: #ccc;
	text-align: center;
}
.com_tit b{
	font-weight: normal;
	font-size: 35px;
	letter-spacing: 2px;
	color: #0073be;
}
.com_tit p{
	text-align: center;
	line-height: 40px;
	font-family: Arial;
	font-size: 16px;
	color: #0073be;
	letter-spacing: 5px;
}
.com_tit .xt{
	margin: 10px auto;
	height: 2px;
	width: 50px;
	background: #0073be;
}
.com_tit span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 330px;
	margin-top: 12px;
}

.com_nr{
	margin-left: 50px;
	width: 800px;
}
.com_nr b{
	font-weight: normal;
	font-size: 22px;
    color: #0073be;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}
.com_nr p{
	line-height: 28px;
	font-size: 15px;
	color: #666;
	text-indent: 2em;
}
.com_nr a{
	display: block;
	width: 150px;
	text-align: center;
	margin-top: 25px;
	line-height: 35px;
	background: #5d5d5d;
	color: #fff;
	font-size: 15px;
}
.com_nr a:hover{
	background: #0073be;
}

.company img{
	width: 280px;
	height: 330px;
	overflow: hidden;
	margin-top: 45px;
}
/*company end*/

/*product start*/
.pro_bt{
	padding: 15px 0;
	background: url(../images/probg.jpg) no-repeat center;
}
.pro_bt .tit{
	margin-bottom: 0px;
	text-align: center;
}
.pro_bt .tit b{
	font-weight: normal;
	font-size: 35px;
	color: #0073be;
	letter-spacing: 2px;
}
.pro_bt .tit p{
	text-align: center;
	line-height: 40px;
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	letter-spacing: 5px;
}
.pro_bt .tit .xt{
	margin: 10px auto;
	height: 2px;
	width: 50px;
	background: #0073be;
}
.pro_lb{
	width: 100%;
	text-align: center;
}
.pro_lb li{
	float: left;
	color: #fff
}
.pro_lb a{
	display: block;
	width: 240px;
	 text-indent: 15px;
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_lb a:hover{
	color: #0073be;
}

.pro_cp li{
	width: 262px;
	margin-left: 24px;
	background: #ececec;
	padding: 10px;
	float: left;
	margin-top: 25px;
}
.pro_cp li:nth-child(4n+1){
	margin-left: 0;
}
.pro_cp li a{
	display: block;
	border: 1px solid #fff;
}
.pro_cp li .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
}
.pro_cp li .img img{
	cursor: pointer;
	transition: all 2s;
	width: 260px;
	height: 195px;
}
.pro_cp li:hover .img img{
	transform: scale(1.2);
}
.pro_cp li p{
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #666;
}
.pro_cp li:hover{
	background: #0073be;
}

.pro_cp li:hover p{
	color: #fff;
}
/*product end*/

/*case start*/
.case{
	padding: 30px 0;
	background: #ededed;
	margin-top: 50px;
}

.case_tit{
	margin-bottom: 20px;
}
.case_tit b{
	font-weight: normal;
	font-size: 35px;
	color: #5d5d5d;
	letter-spacing: 2px;
}
.case_tit p{
	line-height: 40px;
	font-family: Arial;
	font-size: 16px;
	color: #888;
	letter-spacing: 5px;
}
.case_tit .xt{
	margin-top: 10px ;
	height: 2px;
	width: 50px;
	background: #0073be;
}
.case_tit .butt{
	margin-top: 30px
}
.case_nr{
	height: 315px;
	margin-bottom: 20px;
}
.case_nr .slideBox{
	width: 1240px;
	overflow:hidden;
	zoom:1;
	position:absolute;
	z-index: 9999;
	margin: 0 auto;
}
.case_nr .sPrev,.case_nr .sNext{
	display:inline-block;
	width:46px;
	height:46px;
	background:url(../images/arrow-left.jpg) no-repeat center;
}
.case_nr .sNext{
	width:46px;
	height:46px;
	background:url(../images/arrow-right.jpg) no-repeat center;
}
.case_nr .sPrev:hover,.slideBox .sNext:hover{
	border-color:#aaa;
}
.case_nr ul{
	overflow:hidden;
	zoom:1;
}
.case_nr ul li{
	width: 270px;
	margin:0 20px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.case_nr ul li .img{
	width: 270px;
	height: 202.5px;
	overflow: hidden;
}
.case_nr ul li img{
	width: 270px;
	height: 202.5px;
	cursor: pointer;
	transition: all 2s;
}
.case_nr ul li img:hover{
	transform: scale(1.2);
}
.case_nr ul li .pro_name{
	width: 270px;
	line-height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: left;
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #aaa;
}
.case_nr ul li i{
	display: block;
	width: 110px;
	height: 32px;
	background: #0073be;
	line-height:32px;
	margin-top: 15px;
	color: #fff;
}
/*case end*/

/*new start*/
.news{overflow: hidden;background: url("../images/news_line.jpg") no-repeat center 108px #f6f6f6;}
.new_title{font-size: 24px; margin: 50px 0 30px; font-weight: normal;height: 58px;}
.new_title .news-more{ color: #333333; font-size: 14px;margin-top:20px; }
.new_title span{ color: #666; border-bottom: 3px solid #0073be; display: inline-block; height: 55px;}
.new_title a:hover{color: #0073be;}
.new_title .title_r{width:58px; height:58px;display:block; background:url(../images/more.jpg) center no-repeat; text-align:center; float:right;}
.new_title .title_r i{font-size:12px; color:#fff; line-height:94px; text-transform:uppercase;text-align: center;}
.news-b{ overflow: hidden;}
.news-b dl{ width:525px;margin: 0 140px 20px 0; float: left;}
.news-b dl:nth-child(2n) {margin-right: 0;}
.news-b dt{ font-size: 48px;color: #e6e6e6; float: left;}
.news-b dd{ font-size: 14px;color: #666666; width: 448px; float: right;}
.news-b dd i{display:block;color: #666;font-size: 16px; margin: 5px 0;font-weight:bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news-b dd:hover i{ color: #0073be;}
.news-b dd p{ font-size: 15px; color: #929292;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news-b dd span{ display: block; font-size: 12px; color: #b2b2b2;}

.faq{ background: url("../images/faq_bg.jpg") no-repeat center 0; height: 133px; overflow: hidden; margin:10px auto 50px;}
.faq .que_title{ width: 22px; float: left; font-size: 20px; color: #fff; padding: 15px 28px 0;box-sizing: content-box;}
.faq .que_title a{ color: #fff;}
.faq .faq-list{ width: 1200px; float: right; margin-top: 20px;}
.faq .faq-list ul li{float: left;width: 296px;height: 45px;line-height: 45px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin-left: 70px;font-size: 16px}
/*new end*/

/*footer start*/
.foot{
	background: #5d5d5d;
	padding-top: 30px;
}

.foot_body li{
	float: left;
	width: 130px;
	margin-left: 40px;
}
.foot_body .tel{
	width: 220px;
	border-right: 1px solid #aaa;
	text-align: center;
	margin-left: 0;
	padding: 10px 50px 10px 0;
}
.foot_body .tel p{
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 5px;
	background: url(../images/tel.png) no-repeat 20px center;
}
.foot_body .tel em{
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff;
	font-family: Arial;
	line-height: 40px;
	display: block;
}
.foot_body .tel img{
	width: 110px;
	height: 110px;
	margin-top: 10px;
}
.foot_body .tel i{
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.foot_body b{
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
}
.foot_body span{
	display: block;
	line-height: 30px;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: Arial;
	color: #aaa;
}
.foot_body .xt{
	height: 2px;
	width: 50px;
	background: #0073be;
	margin-bottom: 5px;
}
.foot_body .link{
	margin-left: 0px;
}
.foot_body .link a{
	line-height: 25px;
}
.foot_body .pro{
	width: 610px;
}
.foot_body a{
	line-height: 30px;
	display: inline-block;
	width: 200px;
	font-size: 15px;
	color: #ddd;
}
.foot_body a:hover{
	color: #0073be;
}
.foot_body .lx{
	width: 370px;
}
.foot_body .lx p{
	font-size: 15px;
	line-height: 26px;
	color: #ddd;
	width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot_bot{
	background: #0073be;
	line-height: 35px;
	margin-top: 20px;
}
.foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/