@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;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	position: relative;
	z-index: 99999;
}
.head .head_top{
	background: #454545;
	line-height: 35px;
	color: #fff;
}
.head .head_top a{
	padding: 0 15px;
	color: #fff;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding:5px 0;
}
.head .tel{
	padding: 18px 0 18px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 31px;
	color: #454545;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #379bff;
}

.head .head_nav{
	position: absolute;
	width: 100%;
	z-index: 99999;
	line-height: 50px;
	background: rgba(0,0,0,0.5);
	border-top: 5px solid #379bff;
}
.head .head_nav ul li{
	float: left;
	width: 170px;
	border-right: 1px solid #379bff;
	text-align: center;
	font-size: 16px;
}
.head .head_nav ul li:nth-child(1){
	border-left: 1px solid #379bff;
}
.head .head_nav ul li a{
	color: #fff;
}
.head .head_nav ul li:hover{
	background: #379bff;
}
/*header end*/

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

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

/*product start*/
.product{
	padding: 50px 0;
}
.list{
	width: 305px;
	background: #ededed;
}
.list .tit{
	text-align: center;
	background: #379bff url(../images/listbg.jpg) no-repeat center;
	padding: 25px 0;
}
.list .tit p{
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	opacity: 0.5;
	text-align: center;
}
.list .tit b{
	font-size: 25px;
	letter-spacing: 2px;
	color: #fff;
}
.list .tit .xt{
	margin: 0 auto;
	margin-top: 10px;
	height: 5px;
	width: 50px;
	border-radius: 20px;
	background: #fff;
}
.list ul li{
	float: left;
	width: 265px;
	padding: 0 20px;
}
.list ul li a{
	display: block;
	width: 265px;
	border-top: 1px dashed #379bff;
	font-size: 16px;
	color: #454545;
	line-height: 40px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list ul li:nth-child(1) a{
	border-top: none;
}
.list ul li:hover a{
	color: #379bff;
}
.list .bot{
	padding: 25px;
	background: #379bff url(../images/botbg.jpg) no-repeat center;
	text-align: center;
}
.list .bot p{
	font-size: 20px 30px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.list .bot span{
	font-weight: bold;
	font-family: Arial;
	font-size: 30px;
	color: #fff;
}
.list .bot .more{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #fff;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 150px;
	border-radius: 30px;
}
.list .bot .more:hover{
	background: #fff;
	color: #379bff;
}

.pro_body{
	width: 875px;
}
.pro_body ul li{
	float: left;
	width: 274px;
	height: 204px;
	overflow: hidden;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 30px;
	margin-left: 17.5px;
	position: relative;
	text-align: center;
}
.pro_body ul li:nth-child(3n+1){
	margin-left: 0;
}
.pro_body ul li .img{
	width: 274px;
	height: 204px;
	overflow: hidden;
}
.pro_body ul li .img img{
	cursor: pointer;
	transition: all 2s;
}
.pro_body ul li:hover .img img{
	transform: scale(1.2);
}
.pro_body ul li .name{
	display: none;
	width: 274px;
	height: 204px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 2px;
	z-index: 9999;
}
.pro_body ul li .name p{
	line-height: 204px;
	font-size: 18px;
	color: #fff;
	width: 200px;
	text-align: center;
	margin: 0 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_body ul li:hover .name{
	display: block;
}
.pro_body ul li:hover{
	background: #379bff;
}
/*product end*/

/*message start
.message{
	background: url(../images/messbg.jpg) no-repeat center;
	padding: 50px 0;
}

.message .mesl{
	width: 400px;
	margin-left: 150px;
}
.message .mesl p{
	font-family: Arial;
	font-size: 40px;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.5;
	font-weight: bold;
}
.message .mesl b{
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}
.message .mesl .xt{
	margin: 15px 0;
	height: 5px;
	width: 50px;
	border-radius: 20px;
	background: #2c79f8;
}
.message .mesl .sub{
	margin-top: 10px;
}
.message .mesl form label{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 34px;
}
.message .mesl form .ixinput{
	height: 28px;
	line-height: 28px;
	outline: none;
	width: 100%;
	border: none;
	text-indent: 10px;
}
.message .mesl form .ly{
	width: 100%;
	outline: none;
	height: 60px;
	padding: 5px;
	line-height: 23px;
	margin: 0;
}
.message .mesl form .btn_sub{
	background: #454545;
	display: block;
	width: 110px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-size: 16px;
}
.message .mesl form .sub .input-code{
    outline: none;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: none;
    text-indent: 10px;
}
.indexcode{
	vertical-align: top;
	height: 40px;
	margin-left: 10px;
}
message end*/

/*fwlc start*/
.fwlc{
	background: #379bff url(../images/lcbg.jpg) no-repeat center;
	padding: 30px 0;
}
.fwlc ul li{
	float: left;
	width: 170px;
	padding-right: 87px;
	background: url(../images/jt.png) no-repeat top right;
}
.fwlc ul li:nth-child(5){
	padding-right: 0;
	background: none;
}
.fwlc ul li img{
	width: 120px;
	height: 120px;
	margin: 0 25px;
	margin-bottom: 5px;
}
.fwlc ul li .xt{
	margin: 15px auto;
	height: 5px;
	width: 50px;
	background: #454545;
	border-radius: 20px;
}
.fwlc ul li p{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
/*fwlc end*/

/*advantage start*/
.advantage{
	padding: 50px 0;
}
.advantage .title{
	text-align: center;
}
.advantage .title p{
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
	color: #454545;
	opacity: 0.5;
}
.advantage .title b{
	font-size: 25px;
	color: #454545;
	letter-spacing: 1px;
	font-weight: normal;
}
.advantage .title .xt{
	height: 5px;
	width: 50px;
	margin: 0 auto;
	margin-top: 10px;
	background: #379bff;
	border-radius: 20px;
}

.advantage .adv_body{
	margin-top: 30px;
}
.advantage .adv_body img{
	width: 650px;
	height: 200px;
}
.advantage .adv_body .nr{
	width: 500px;
	margin-top: 17px;
}
.advantage .nr b{
	font-size: 20px;
	font-weight: normal;
	color: #454545;
	display: block;
	padding-left: 35px;
	line-height: 35px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #379bff;
	background: url(../images/lx.png) no-repeat center left;
}
.advantage .nr p{
	line-height: 30px;
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	padding: 0 30px;
}
/*advantage end*/

/*case start*/
.case{
	background: #379bff;
	padding: 50px 0;
}
.case .title{
	text-align: center;
	margin-bottom: 20px;
}
.case .title p{
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	opacity: 0.5;
}
.case .title b{
	font-size: 25px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
}
.case .title .xt{
	height: 5px;
	width: 50px;
	margin: 0 auto;
	margin-top: 10px;
	background: #fff;
	border-radius: 20px;
}

.case_body{
	width: 1200px;
	margin: 0 auto;
}
.marqueetop{
	height:750px;
	overflow:hidden;
}
.case_body .con{
	width: 280px;
	height: 210px;
	overflow: hidden;
	position: relative;
	margin-left: 26px;
	margin-top: 30px;
	float: left;
}
.case_body .con:nth-child(1){
	margin-left: 0;
}
.case_body .con .img{
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.case_body .con .img img{
	cursor: pointer;
	transition: all 2s;
}
.case_body .con:hover .img img{
	transform: scale(1.2);
}
.case_body .con .name{
	position: absolute;
	z-index: 9999;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	width: 280px;
}
.case_body .con .name p{
	line-height: 35px;
	padding: 0 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*case end*/

/*company start*/
.company{
	padding-top: 50px;
}
/*.company .com_l{
	width: 500px;
	position: relative;
}
.company .com_l img{
	width: 500px;
	height: 353px;
}
.company .com_l .name{
	position: absolute;
	z-index: 9999;
	text-align: center;
	background: rgba(255,255,255,0.5);
	width: 500px;
	bottom: 0;
	padding: 20px 0;
	margin: 98px 0;
}
.company .com_l .name .bk{
	background: rgba(255,255,255,0.5);
	width: 400px;
	margin: 0 50px;
	padding: 20px 0;
}
.company .com_l .name p{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #666;
	font-family: Arial;
}
.company .com_l .name b{
	font-size: 25px;
	color: #454545;
	letter-spacing: 1px;
}
.company .com_l .name .xt{
	margin: 0 auto;
	margin-top: 10px;
	width: 50px;
	height: 5px;
	border-radius: 10px;
	background: #379bff;
}*/

.company .com_r span{
	display: block;
	font-size: 30px;
	color: #379bff;
	opacity: 0.3;
	letter-spacing: 1px;
	font-family: Arial;
	font-weight: bold;
}
.company .com_r b{
	color: #454545;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.company .com_r p{
	font-size: 15px;
	line-height: 180%;
	text-indent: 2em;
	color: #666;
}
.company .com_r a{
	font-size: 15px;
	display: block;
	width: 150px;
	margin-top: 10px;
	border: 1px solid #379bff;
	color: #379bff;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
}
.company .com_r a:hover{
	background: #379bff;
	color: #fff;
}
/*company end*/

/*new start*/
.new{
	padding:20px 0 35px 0;
	background: #fff;
}
.new .slideTxtBox .new_title{
	position:relative;
	top: 8px;
}
.new .slideTxtBox .new_title i{
	display: inline-block;
	font-size: 30px;
	font-family: Arial;
	text-transform: uppercase;
	color: #379bff;
	line-height: 55px;
	padding-left:20px;
}
.new .slideTxtBox .new_title b{
	font-size: 40px;
	line-height: 55px;
}
.new .slideTxtBox .hd{
	height:55px;
	line-height:55px;
	margin-bottom: 30px;
}
.new .by p{
	line-height: 30px;
	font-size: 18px;
	color: #aaa;
	margin-top: 25px;
}

.new .slideTxtBox .hd dl dt.on{
	background: #5f4434;
}
.new .slideTxtBox .bd dl{
	width: 1200px;
}
.new .slideTxtBox .bd dt{
	width: 580px;
	margin-left: 40px;
	float: left;
}
.new .slideTxtBox .bd dt a{display: block;width: 270px;margin-left:40px;}
.new .slideTxtBox .bd dl dt:nth-child(1) {
	margin-left: 0px;
}
.new .slideTxtBox .bd dl dt i{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	padding-bottom: 10px;
}
.new .slideTxtBox .bd dl dt:hover i{
	color: #379bff;
}
.new .slideTxtBox .bd dl dt p{
	line-height: 160%;
	color: #666;
}
.new .slideTxtBox .bd dl dt img{border:1px solid #dfdfdf;width: 268px}
.new dt font{
	display: block;
	padding-top: 15px;
	color: #aaa;
}
.new dt span{
	margin-top: 15px;
	display: block;
	width: 150px;
	border: 1px solid #379bff;
	text-align: center;
	font-size: 15px;
	color: #379bff;
	line-height: 30px;
	border-radius: 30px;
}
.new dt:hover span{
	background: #379bff;
	color: #fff;
}
.new dd{width: 270px;margin-left: 40px}
.new dd a{display: block;width: 268px;height: 50px;border: 1px solid #dfdfdf;margin-bottom: 15px;line-height: 50px;}
.new dd a b{display: inline-block;width: 40px;height: 40px;background: #2C79F8;text-align: center;line-height: 40px;color: #fff;font-size: 20px;float:left;margin: 5px}
.new dd a span{display: inline-block;width: 200px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin-left: 5px;}
/*new end*/

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

.foot .foot_body ul li{
	float: left;
	width: 450px;
}
.foot .foot_body .xt{
	height: 5px;
	width: 50px;
	background: #379bff;
	border-radius: 20px;
}
.foot .foot_body b{
	display: block;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.foot .foot_body .lx p{
	line-height: 45px;
	font-size: 16px;
	color: #ddd;
}

.foot .foot_body ul li a{
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #ddd;
}
.foot .foot_body ul li a:hover{
	color: #379bff;
}

.foot .foot_body .ks{
	width: 300px;
}
.foot .foot_body .ks a{
	line-height: 38.5px;
}

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