



/* header */
.header{
	width: 100%;
	height: 86px;
	z-index: 1;
	border-bottom: solid 6px #65b6e5
}
.logo{
	display: block;
	float: left;
}
.nav{
	float: left;
	margin-left: 150px;
}
.nav>ul>li{
	margin: 0px 13px;
	float: left;
}
.nav>ul>li>a{
	display: block;
	height: 86px;
	padding: 0px 10px;
	text-align: center;
	line-height: 86px;
	font-size: 16px;
	color: #000000;
}

.two-nav{
	position: absolute;
	margin-top: -10px;
	padding-top: 10px;
	background: url(../images/nav.png) no-repeat;
	background-position: center 0px;
	display:none;
	z-index: 9999999
}
.nav>ul>li:hover .two-nav{
	display: block;
}
.two-nav li{
	background: #65b6e5;
	padding:8px 10px;
	text-align: center;
}
.two-nav li a{
	color: #ffffff;
	font-size: 14px;
}
.two-nav li a:hover{
	text-decoration: underline;
}
.selected>a,.nav>ul>li:hover >a{
	color: #65b6e5!important
}


/* banner */


.slide-banner{
	height: 556px;
	position: relative;
	z-index: 10
}
.banner-bg{
	position: absolute;	
	left: 0;
	top: 0;
	height: 556px;
	z-index: 1;
	width: 100%;
    background-color: #f4f4f4;
    background-position: 50% 0;
}

.banner-nav{
	position: absolute;
	left:50%!important;
	width: 212px;
	margin-left: -106px;
	bottom: 27px;
	z-index: 999;
	padding:5px 10px;
}
.banner-nav li{
	float: left;
	width: 49px;
	height: 6px;
	background: #fff;
	margin-right: 20px;
    cursor: pointer;
}
.banner-nav li.active{
	background: #65b6e5;
}
.banner-content{
	width: 1180px;
	margin: 0 auto;
	position: relative;
	height: 556px;
	z-index: 100;
}
.banner-img{
	position: absolute;
	z-index: 2;
    left: -150%;
}

/* .banner-bar-bg{
    width: 1180px;
    height: 3px;
    background: url(bar-bg.png) no-repeat;
    margin: 0 auto;
    bottom: 71px;
    position: relative;
    z-index: 99999;
} */
.banner-bar{
	height: 3px;
	width: 0;
	background: #00925f;
	position: absolute;
	left: 0;
	z-index: 999;
}
.floor1-title{
	height: 80px;
	overflow: hidden;
    width: 300px;
    margin: 60px auto 0;
    cursor: pointer;
}

/* 除IE6浏览器的通用方法 */

.ie6fixedTL{position:absolute;left:0;top:0}

.ie6fixedBR{position:absolute;right:0;bottom:0}

.floor-title-png{
	height: 80px;
	overflow: hidden;
    width: 287px;
    margin: 60px auto 0;
    cursor: pointer;
    display:block;
}



/* 公司简介 */

.company-profile{
	padding-top: 55px
}

.title{
	width: 200px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2
}
.title h1{
	font-size: 18px;
	color: #000000
}
.title p{
	font-size: 14px;
	color: #c8c8c8;
	margin-top: 3px
}
.det{
	width: 100%;
	height: 2px;
	background: #c8c8c8;
	margin-top: -25px;
	position: relative;
	z-index: 1
}
.company-con{
	margin-top: 60px
}
.company-text{
	margin-left: 620px
}
.company-text p{
	font-size: 14px;
	color: #6b6b6b;
	line-height: 2
}
.company-con .details{
	display: block;
	width: 122px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #808080;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}
.company-con .details:hover{
	background: #356fc6
}
.hot-sale-product{
	margin-top: 55px
}



/* 产品 */


.picScroll-left{
	position:relative;
	margin: 60px auto;
    width: 1200px;
}
.picScroll-left  .prev{ 
	display:block;  
	width:47px; 
	height:68px; 
	float:right; 
	margin-right:5px; 
	margin-top:10px;  
	overflow:hidden;
	cursor:pointer; 
	position: absolute;
	left: -60px;
	top: 95px;
	background:url("../images/left.png") no-repeat;
}

.picScroll-left  .next{ 
	display:block;  
	width:47px; 
	height:68px; 
	float:right; 
	margin-top:10px;  
	overflow:hidden;
	cursor:pointer; 
	position: absolute;
	right: -60px;
	top: 95px;
	background:url("../images/right.png") no-repeat;
}

.picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	width: 370px;
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;
	margin-right: 38px;
	border: solid 1px #c8c8c8;
}
.picScroll-left .bd ul li h1{
	height: 55px;
	border-top: solid 1px #c8c8c8;
	line-height: 55px;
	text-align: center;
	color: #000000;
	transition: all .3s;
	font-size: 16px;
}
.picScroll-left .bd ul li:hover{
	border:solid 1px #65b6e5;
}
.picScroll-left .bd ul li:hover h1{
	background: #65b6e5;
	color: #fff;
	border-top: solid 1px #65b6e5;
}


/* 应用领域 */

.application{
	width: 100%;
	height: 515px;
	background: url(../images/lingyu-bg.jpg) no-repeat center top
}
.application .container{
	position: relative;
}
.app-title{
	padding-top: 30px;
	text-align: center;
	color: #ffffff
}
.app-title h1{
	font-size: 18px;
	margin-bottom: 5px
}
.app-title p{
	font-size: 14px
}
.appli-con{
	width: 810px;
	margin: 0 auto;
}
.appli-con li{
	width: 193px;
	height: 187px;
	float: left;
	margin: 3px
}
.appli-con li img{
	transition: all .3s;
}
.appli-con li:hover img{
	-moz-transform:scale(1.06,1.06); 
	-webkit-transform:scale(1.06,1.06); 
	-o-transform:scale(1.06,1.06); 
}
.appli-links{
	width: 995px;
	margin: 0 auto;
	top: 177px;
	left: 96px;
	position: absolute;
}
.appli-links a{
	display: block;
	width: 193px;
	height: 187px;
	background: url(../images/y-bg.png) no-repeat;
	text-align: center;
	line-height: 187px;
	font-size: 20px;
	color: #ffffff;
	float: left;
	margin: 0 3px;
}
.appli-links a:hover{
	background-position: left bottom
}


/* 联系我们 */

.contact-us{
	margin-top: 55px
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #c8c8c8; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #c8c8c8; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #c8c8c8; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #c8c8c8; 
} 


.contact-wrap{
	margin-top: 60px
}
.form{
	width: 578px;
	float: left;
}
.f-ipt input{
	display: block;
	outline: none;
	height: 37px;
	color: #333;
	line-height: 37px;
	border: solid 1px #c8c8c8;
	text-indent: 6px;
	font-size: 14px;
}
.f-ipt .name{
	width: 245px;
	float: left;
}
.f-ipt .phone{
	width: 320px;
	float: right;
}

#textarea{
	display: block;
	width: 100%;
	height: 140px;
	border: solid 1px #c8c8c8;
	outline: none;
	padding: 10px 0;
	text-indent: 6px;
	color: #333;
	margin-top: 13px;
	resize: none;
}
.f-btn{
	display: block;
	width: 120px;
	height: 30px;
	float: right;
	border: none;
	outline: none;
	font-size: 16px;
	background: #808080;
	margin-top: 13px;
	color: #fff;
	cursor: pointer;;
	line-height: 28px;
	transition:all .3s
}
.f-btn:hover{
	background: #457acb
}
.address{
	width: 560px;
	float: right;
}
.address p{
	font-size: 16px;
	color: #6b6b6b;
	padding-left: 30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left 3px
}
.c1{
	background-image: url(../images/c1.png);
}
.c2{
	background-image: url(../images/c2.png);
}
.c3{
	background-image: url(../images/c3.png);
}
.c4{
	background-image: url(../images/c4.png);
}

/* footer */

.footer{
	width: 100%;
	height: 130px;
	padding:12px 0;
	background: #4c4c4c;
	margin-top: 50px;
	text-align: center;
}
.footer h1{
	font-size: 14px;
	color: #fff
}
.footer h1 span{
	font-size:20px;
	color: #4aabff
}
.footer h2 a{
	font-size: 12px;
	padding: 0px 15px;
	color: #fff
}
.footer h2 a:hover{
	color: #4aabff
}
.footer h2{
	border-bottom: solid 1px #2a2a2a;
	padding-bottom: 14px;
	margin-top: 30px;
}
.footer p{
	border-top: solid 1px #6a6a6a;
	font-size: 14px;
	color: #fff;
	padding-top: 14px;
}


/* fixed */
.fixed{
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 999;
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-top: solid 1px #c8c8c8
}
.fixed a img{
	display: block;
	border-bottom: solid 1px #c8c8c8
}
.fixed a{
	border-bottom: solid 1px #c8c8c8
}
.return-top{
	display: none
}




/* 产品 */

.banner{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top
}
/*.pic1{*/
	/*background-image: url(../images/pic1.jpg);*/
/*}*/
/*.pic2{*/
	/*background-image: url(../images/pic2.jpg);*/
/*}*/
/*.pic3{*/
	/*background-image: url(../images/pic3.jpg);*/
/*}*/
/*.pic4{*/
	/*background-image: url(../images/pic4.jpg);*/
/*}*/
/*.pic5{*/
	/*background-image: url(../images/pic5.jpg);*/
/*}*/
/*.pic6{*/
	/*background-image: url(../images/pic6.jpg);*/
/*}*/
.menu{
	width: 205px;
	float: left;
	text-align: center;
	margin-top: -30px
}
.menu-top{
	padding: 27px 0px;
	background: #1e90ff;
	text-align: center;
	color: #fff
}
.menu-top h1{
	font-size: 24px;
}
.menu-top h2{
	font-size: 18px;
	margin-top: 5px;
}

.menu dt{
	font-size: 14px;
	color: #000000;
	padding: 10px 0;
	background: #e2e2e2;
	border-bottom: solid 1px #c8c8c8
}
.menu a{
	display: block;
	font-size: 14px;
	color: #666666;
	padding: 10px 0;
	border-bottom: solid 1px #c8c8c8
}
.active a,.menu dd:hover a{
	color: #1e90ff!important
}

/* r */
.con-r{
	width: 940px;
	float: right;
	padding-top: 15px;
}
.caption-wrap{
	padding-bottom: 7px;
	border-bottom: solid 2px #c8c8c8;
}
.caption{
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	float: left;
	background: url(../images/labt.jpg) no-repeat left center;
}

.series{
	float: right;
}
.series a{
	padding:7px 10px;
	color: #000000;
	font-size: 14px
}
.series a:hover{
	background: #7f7f7f;
	color: #fff
}
.series-on{
	background: #7f7f7f;
	color: #fff!important
}
.product-lists{
	margin-top: 20px
}
.product-lists li{
	width: 200px;
	height: 215px;
	overflow: hidden;
	float: left;
	margin-right: 44px;
	margin-bottom: 20px;
	position:relative;
	border-top: transparent solid 1px;
	border-left: transparent solid 1px;
	border-right: transparent solid 1px;
	border-bottom: solid 1px #c8c8c8
}
.product-lists li a{
	display: block;
}
.product-lists li img{
	display: block;
	width: 200px;
	height: 176px;
}
.product-lists li h1{
	width: 100%;
	height: 38px;
	line-height: 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #000000;
	text-align: center;
	display:block;
	border-top: transparent solid 1px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.product-lists li:hover{
	border-top: solid 1px #1e90ff;
	border-left: solid 1px #1e90ff;
	border-right: solid 1px #1e90ff;
	border-bottom: solid 1px #1e90ff;
}
.product-lists li:hover h1{
	border-top: solid 1px #1e90ff;
}


/* fenye */


.pagination{
	margin-top: 50px;
	float: right;
}
.pagination a,.pagination span{
	padding: 1px 7px;
	margin: 0px 5px;
	text-align: center;
	line-height: 39px;
	color: #666666;
	font-size: 14px;
}

.page,.pagination a:hover{
	background: #808080!important;
	color: #fff!important
}


.productCon-details{
	margin-top: 20px
}
.current-location{
	display: block;
	font-size: 14px;
	color: #666666;
	float: right;
}
.product-pic{
	width: 487px;
	height: 430px;
	float: left;
	border: solid 1px #c8c8c8;
}
.product-pic img{
	width: 100%;
	height: 100%;
}
.product-data{
	margin-top:35px;
}
.product-sm{
	width: 678px;
	float: right;
}

.product-sm h1{
	font-size: 18px;
	color: #000000
}
.sma-pic{
	width: 220px;
	height: 65px;
	border: solid 1px #dadada;
	text-align: center;
	margin: 10px 0
}
.product-sm p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px
}
.product-sm p span{
	font-size: 16px;
	color: #000000;
	padding-right: 20px
}
.download{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #65b6e5;
	transition: all .3s;
}
.download:hover{
	background: #085a89
}

.product-describe{
	margin-top:30px;
}
.fonts{
	font-size: 18px;
}
.product-describe-con{
	margin-top: 15px;
}
.product-describe-con p{
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 15px
}

.recommended-products{
	margin-top: 30px
}




/* 推荐产品 */


.tuiajian{
	position:relative;
	margin: 60px auto;
    width: 1200px;
}
.tuiajian  .prev{ 
	display:block;  
	width:47px; 
	height:68px; 
	float:right; 
	margin-right:5px; 
	margin-top:10px;  
	overflow:hidden;
	cursor:pointer; 
	position: absolute;
	left: -60px;
	top: 59px;
	background:url("../images/left.png") no-repeat;
}

.tuiajian  .next{ 
	display:block;  
	width:47px; 
	height:68px; 
	float:right; 
	margin-top:10px;  
	overflow:hidden;
	cursor:pointer; 
	position: absolute;
	right: -60px;
	top: 59px;
	background:url("../images/right.png") no-repeat;
}

.tuiajian .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.tuiajian .bd ul li{ 
	width: 187px;
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;
	margin-right: 38px;
}
.tuiajian .bd ul li h1{
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #000000;
	transition: all .3s;
	font-size: 16px;
}
.tuiajian .bd ul li:hover h1{
	color: #65b6e5;
}
.tuiajian .tempWrap{
	margin: 0 auto;
}


/* 公司简介 */

.introduction,.introduction-det{
	margin-top: 20px
}
.introduction-con{
	margin-top: 20px;
}
.introduction-con p{
	font-size: 15px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 20px
}
.introduction-con li{
	width: 218px;
	height: 110px;
	float: left;
	margin-right: 27px;
	margin-bottom: 40px
}
.introduction-con li a{
	display: block;
}
.introduction-con li img{
	border: solid 1px #dadada;
}
.introduction-con li h1{
	text-align: center;
	margin-top: 10px;
	color: #666666
}
.introduction-con li:hover h1{
	color: #65b6e5
}

.introduction-lists{
	margin-top: 30px
}
.introduction-lists li{
	width: 223px;
	height: 357px;
	position: relative;
	float: left;
	border: solid 1px #c8c8c8;
	margin-right: 18px;
	margin-bottom: 20px;
	float: left;
}
.introduction-lists li a{
	display: block;
}
.introduction-lists li img{
	display: block;
	margin: 10px auto;
	width: 202px;
	height: 145px;
}
.consul-text{
	padding: 10px;
	border-top: solid 1px #c8c8c8;
}
.introduction-lists li h1{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px
}
.introduction-lists li p{
	font-size: 12px;
	color: #666666;
	line-height: 1.7
}
.introduction-lists li .consul-bt{
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: solid 1px #c8c8c8;
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.introduction-lists li .consul-bt span{
	font-size: 12px;
	color: #9a9a9a
}
.introduction-lists li:hover{
	border: solid 1px #65b6e5;
}
.introduction-lists li:hover .consul-text{
	border-top: solid 1px #65b6e5;
}
.introduction-lists li:hover .consul-bt{
	border-top: solid 1px #65b6e5;
}


.introduction-det-con{
	margin-top: 30px
}
.introduction-det-con h1{
	font-size: 18px;
	color: #000000;
	text-align: center;
}
.introduction-det-con h2{
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin-top: 14px;
	padding-bottom: 20px;
}

.introduction-det-top{
	border-bottom: solid 1px #c8c8c8
}
.introduction-det-text{
	margin-top: 20px
}
.introduction-det-text p{
	font-size: 14px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 15px;
}
.introduction-det-text img{
	display: inline-block;
	margin: 5px
}

.introduction-det-bt{
	margin-top: 50px;
	float: right;
}
.introduction-det-bt a{
	padding:5px 15px;
	margin: 0px 10px;
	background: #808080;
	color: #fff;
}
.introduction-det-bt a:hover{
	background: #65b6e5;
}


/* 范围 */

.range{
	margin-top: 20px
}
.range-lists{
	margin-top: 25px;
}
.range-lists li{
	padding-bottom: 20px;
	border-bottom: solid 1px #c8c8c8;
	margin-bottom: 20px
}
.range-lists img{
	display: block;
	float: left
}
.range-text {
	width: 550px;
	float: left
}
.range-text h1{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
.range-text p{
	font-size: 14px;
	color: #000;
	line-height: 1.6
}
.mr20px{
	margin-right: 20px
}
.range-lists .odd img{
	
}
.range-lists .odd .range-text{
	float: left
}


/* 应用举例 */


.yy-on,.yy-tit a:hover{
	color: #1e90ff!important
}

.app-sm{
	margin: 15px 0 20px;
	font-size: 14px;
	color: #000
}

.application-lists li{
	width: 290px;
	cursor: pointer;
	margin-right: 31px;
	margin-bottom: 30px;
	float: left;
	border: solid 1px #c8c8c8;
}
.application-lists li img{
	width: 272px;
	height: 195px;
	display: block;
	margin: 10px auto;
}
.application-lists li h1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 14px;
	border-top: solid 1px #c8c8c8 ;
}
.application-lists li:hover h1{
	color: #1e90ff
}


/* new-product */

.product-new{
	width: 430px
}
.product-new p span{
	width: 173px;
	display: inline-block;
}

.product-new .download{
	margin-top: 34px
}
.new-product-text{
	margin-top: 30px;
}
.new-product-text p{
	font-size: 14px;
	color: #666666;
	line-height: 2;
	margin-bottom: 20px
}



/* contact-us */


.map-box{
	width: 100%;
	height: 500px;
	margin-top: 40px
}

































































































































