@charset 'utf-8';

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: 'Microsoft Yahei'; color: #333;}
li{list-style: none;}
a{text-decoration: none; color: #333;}
a:hover{color: #25b989;}
img{vertical-align: top;}
.clear{clear: both;}

.container{margin: 0 auto;}

@media (min-width: 1400px) {
	.container{max-width: 1400px;}
}
@media (max-width: 1399px) {
	.container{max-width: 100%;}
}

.webheader{background: url("../images/header.jpg") left no-repeat;}
.webheader .logo{width: 100px; height: 110px; float: left; line-height: 110px; box-sizing: border-box; padding-left: 3px; background: url("../images/logobg.jpg")}
.webheader .logo img{vertical-align: middle;}
.webheader .name{width: 543px; height: 110px; float: left; background: url("../images/name.jpg") left no-repeat; color: #fff; box-sizing: border-box; padding: 20px 0 0 20px;}
.webheader .name h3{font-size: 33px;}
.webheader .name p{font-size: 20px;}
.webheader .menu{width: calc(100% - 643px); float: right;}
.webheader .menu ul{display: flex; margin-top: 40px;}
.webheader .menu ul li{flex: 1; font-size: 18px; text-align: center;}
.webheader .menu ul li a{color: #272727;}
.webheader .menu ul li a.current{border-bottom: solid #25b989 5px;}
.webheader .menu ul li a:hover{border-bottom: solid #25b989 5px;}
.webheader .menu>ul>li{position: relative;}
.webheader .menu>ul>li>ul{width: 100%; display: none; position: absolute; z-index: 9; text-align: center; margin-top: 5px; background: #fff; padding: 10px 0; border: solid #eee 1px;}
.webheader .menu>ul>li:hover>ul{display: block;}
.webheader .menu>ul>li>ul>li{display: block; padding: 6px 0;}

@media (max-width: 1280px) {
	.webheader .logo{width: 96px;}
	.webheader .logo img{width: 76px;}
	.webheader .name{width: 500px;}
	.webheader .name h3{font-size: 30px;}
	.webheader .name p{font-size: 18px; margin-top: 4px;}
	.webheader .menu{width: calc(100% - 600px);}
	.webheader .menu ul li{font-size: 16px;}
}
@media (max-width: 1020px) {
	.webheader .name{width: 460px;}
	.webheader .name h3{font-size: 28px;}
	.webheader .name p{font-size: 16px; margin-top: 6px;}
	.webheader .menu{width: calc(100% - 560px);}
	.webheader .menu ul li{font-size: 15px;}
}

/* 首页轮播图 */
.banner{width: 100%; overflow: hidden; position: relative;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width: 45px; height: 70px; text-align: center; line-height: 70px; background: rgba(255, 255, 255, 0.5); color: #25b989; font-size: 60px; font-family: cursive; opacity: 0.3;}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next{opacity: 1;}
.banner .swiper-pagination{bottom: 16px !important;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 80px; height: 3px; margin: 0 10px; border-radius: 0; background: #fff; opacity: 0.8; cursor: pointer;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background: #25b989; opacity: 1;}
/* 首页搜索框 */
.search{height: 140px; background: #25b989;}
.search form{width: 290px; height: 40px; float: right; background: #fff; padding: 0 35px; margin-top: 26px; border-radius: 20px;}
.search form input{width: 255px; height: 40px; border: none; font-size: 16px; outline: none;}
.search form button{width: 30px; height: 30px; background: url("../images/search.png"); border: none; vertical-align: middle; cursor: pointer;}
.search .text{font-size: 25px; color: #fff; text-align: center; margin-top: 20px;}
@media (max-width: 1420px) {
	.search .text{font-size: 20px;}
}
@media (max-width: 1180px) {
	.search .text{font-size: 18px;}
}
@media (max-width: 1020px) {
	.search .text{font-size: 16px;}
}

/* 公用标题 */
.commonTitle{margin: 60px 0; position: relative;}
.commonTitle .en{font-size: 60px; font-weight: bold; color: #262626; opacity: 0.1;}
.commonTitle .cn{font-size: 48px; font-weight: bold; color: #3c3c3c; margin-top: -50px; margin-left: 5px;}
.commonTitle .cn span{border-bottom: solid #25b989 7px;}
.commonTitle .text{font-size: 18px; color: #2a2a2a; position: absolute; left: 266px; top: 70px;}
@media (max-width: 1280px) {
	.commonTitle .en{font-size: 50px;}
	.commonTitle .cn{font-size: 40px; margin-top: -40px;}
	.commonTitle .text{font-size: 16px; left: 230px; top: 66px;}
}
/* 应用领域 */
.indexFields{}
.indexFields .fieldsContent{display: flex; justify-content: space-between;}
.indexFields .description{width: 33%; box-sizing: border-box; padding: 80px 1% 2% 10%; background: linear-gradient(to bottom, #0c9579, #25b989);}
.indexFields .description .title{font-size: 18px; font-weight: bold; color: #fff;}
.indexFields .description .text{font-size: 14px; color: #fff; line-height: 26px; margin-top: 26px;}
.indexFields .description .more{margin-top: 26px;}
.indexFields .description .more a{width: 168px; height: 38px; display: inline-block; text-align: center; line-height: 38px; font-size: 18px; background: #fff; color: #24b888; border-radius: 19px;}
.indexFields .description .more a span{width: 30px; height: 30px; display: inline-block; line-height: 30px; background: #24b888; color: #fff; border-radius: 15px; margin-left: 20px;}
.indexFields .fieldsList{width: 66%; display: flex; justify-content: space-between;}
.indexFields .fieldsList .list{width: 32.5%; margin: 30px 0; border-radius: 5px; background: #949494; overflow: hidden; position: relative; cursor: pointer;}
.indexFields .fieldsList .list .picture img{width: 100%;}
.indexFields .fieldsList .list .mask{width: 100%; height: 100%; background: #000; opacity: 0.6; position: absolute; left: 0; top: 0; transition: all 0.5s;}
.indexFields .fieldsList .list:hover .mask{opacity: 0;}
.indexFields .fieldsList .list .text{width: 100%; position: absolute; bottom: 10px;}
.indexFields .fieldsList .list .text p{text-align: center; font-size: 30px; color: #fff;}
.indexFields .fieldsList .list .text p.line{font-size: 18px; padding: 5px 0 10px;}
@media (max-width: 1600px) {
	.indexFields .description{width: 28%; padding: 20px 20px 20px 5%;}
	.indexFields .fieldsList{width: 71%;}
}
@media (max-width: 1440px) {
	.indexFields .description{width: 28%; padding: 20px;}
	.indexFields .fieldsList{width: 71%;}
}

/* 首页产品 */
.indexProduct{background: #f8f8f8; padding: 60px 0;}
.indexProduct .container{position: relative;}
.indexProduct .productTab{position: absolute; right: 0; top: 60px;}
.indexProduct .productTab li{width: 138px; height: 32px; display: inline-block; text-align: center; font-size: 18px; color: #3c3c3c; line-height: 32px; border: solid #949494 1px; border-radius: 10px 0 10px 0; margin-left: 15px; cursor: pointer;}
.indexProduct .productTab li.current{background: #25b989; border-color: #25b989; color: #fff;}
.indexProduct .productBox{margin-top: 100px;}
.indexProduct .productBox .productList{}
.indexProduct .productBox .productList .list{width: 30%; float: left; margin-right: 5%; box-sizing: border-box; border: solid #e5e5e5 1px; margin-bottom: 60px; overflow: hidden; position: relative; transition: all 0.3s;}
.indexProduct .productBox .productList .list:nth-child(3n){margin-right: 0;}
.indexProduct .productBox .productList .list .picture img{width: 100%;}
.indexProduct .productBox .productList .list .content{width: 100%; height: 100%; box-sizing: border-box; padding: 22px; position: absolute; left: 0; top: 0;}
.indexProduct .productBox .productList .list .content .name{font-size: 24px; color: #313131;}
.indexProduct .productBox .productList .list .content .text{display: inline-block; line-height: 26px; padding: 0 10px; background: #ececec; color: #313131; border-radius: 13px; margin-top: 8px; transition: all 0.3s;}
.indexProduct .productBox .productList .list .content .details{position: absolute; bottom: 25px;}
.indexProduct .productBox .productList .list .content .details p{display: inline-block; color: #313131; transition: all 0.3s;}
.indexProduct .productBox .productList .list .content .details span{display: inline-block; font-size: 20px; font-family: cursive; transform: rotate(-45deg); margin-left: 5px;}
.indexProduct .productBox .productList .list .line{width: 100%; height: 6px; background: #25b989; position: absolute; left: 0; bottom: 0; opacity: 0; transition: all 0.3s;}
.indexProduct .productBox .productList .list:hover{border-color: #25b989; border-radius: 0 40px 0 40px;}
.indexProduct .productBox .productList .list:hover .content .text{background: #25b989; color: #fff;}
.indexProduct .productBox .productList .list:hover .content .details p{color: #25b989;}
.indexProduct .productBox .productList .list:hover .line{opacity: 1;}
/* 首页我们的优势 */
.indexAdvantage{background: url("../images/advantage.jpg"); background-size: 100%; padding: 50px 0 130px;}
.indexAdvantage .commonTitle .en, .indexAdvantage .commonTitle .cn, .indexAdvantage .commonTitle .text{color: #fff;}
.indexAdvantage .commonTitle .cn span{border-color: #abe6ae;}
.indexAdvantage .content{margin-top: 100px; display: flex; justify-content: space-between;}
.indexAdvantage .content .list{width: 19%; background: #fff; box-sizing: border-box; padding: 25px; border: solid #fff 1px; border-bottom-width: 11px; border-radius: 13px; transition: all 0.3s; cursor: pointer;}
.indexAdvantage .content .list .picture{border-bottom: dashed #e5e5e5 1px; padding-bottom: 18px;}
.indexAdvantage .content .list .picture .icon{width: 65px; height: 65px; margin: 0 auto; position: relative; overflow: hidden;}
.indexAdvantage .content .list .picture .icon img{position: absolute; top: 0; transition: all 0.3s;}
.indexAdvantage .content .list .picture .text{font-size: 18px; color: #282828; text-align: center; margin-top: 10px;}
.indexAdvantage .content .list .explain{color: #7a7a7a; line-height: 22px; margin-top: 20px;}
.indexAdvantage .content .list:hover{border-color: #25b989; border-radius: 0 13px 0 13px;}
.indexAdvantage .content .list:hover .picture .icon img{top: -65px;}
/* 首页资质证书 */
.certificate{}
.certificate .certificateSwiper{width: 100%; overflow: hidden; position: relative; padding-bottom: 60px;}
.certificate .certificateSwiper .swiper-slide{text-align: center; border: solid #f6f6f6 10px; box-sizing: border-box; padding: 50px;}
.certificate .certificateSwiper .swiper-slide img{max-width: 100%; max-height: 100%;}
.certificate .swiper-pagination{bottom: 10px !important;}
.certificate .swiper-pagination .swiper-pagination-bullet{width: 46px; height: 5px; margin: 0 10px; border-radius: 3px; background: #717171; cursor: pointer;}
.certificate .swiper-pagination .swiper-pagination-bullet-active{background: #25b989;}
/* 首页关于我们 */
.indexAboutus{padding-top: 100px; background-image: url("../images/hengguan.jpg"), url("../images/about.jpg"); background-position: left 100px, right 130px; background-repeat: no-repeat;}
.indexAboutus .commonTitle{width: 640px; background: #fff; display: inline-block; margin: 0; padding-bottom: 80px;}
.indexAboutus .content{width: 65%; background: #fff; box-sizing: border-box; padding: 50px 30px; box-shadow: 0 0 20px #e5e5e5;}
.indexAboutus .content .name{font-size: 30px; font-weight: bold; color: #535353;}
.indexAboutus .content .text{font-size: 18px; line-height: 26px; color: #2a2a2a; margin-top: 40px;}
.indexAboutus .aboutusList{display: flex; justify-content: space-between; margin: 60px 0;}
.indexAboutus .aboutusList .list{width: 20%; text-align: center;}
.indexAboutus .aboutusList .list .icon{height: 70px; overflow: hidden;}
.indexAboutus .aboutusList .list:hover .icon img{margin-top: -70px;}
.indexAboutus .aboutusList .list .title{font-size: 30px; font-weight: bold; color: #414141;}
.indexAboutus .aboutusList .list .text{font-size: 16px; line-height: 26px; color: #414141; margin-top: 10px;}
/* 首页合作伙伴 */
.indexPartner{background: url("../images/partner.jpg"); padding: 100px 0 50px;}
.indexPartner .commonTitle{margin: 0;}
.indexPartner .commonTitle .en, .indexPartner .commonTitle .cn, .indexPartner .commonTitle .text{color: #fff;}
.indexPartner .commonTitle .cn span{border-color: #abe6ae;}
.indexPartner .partners{text-align: center;}
.indexPartner .partners img{max-width: 100%;}
/* 首页新闻中心 */
.indexNews{padding: 60px 0;}
.indexNews .container{position: relative;}
.indexNews .newsTab{position: absolute; right: 0; top: 60px;}
.indexNews .newsTab li{width: 138px; height: 32px; display: inline-block; text-align: center; font-size: 18px; color: #3c3c3c; line-height: 32px; border: solid #949494 1px; border-radius: 10px 0 10px 0; margin-left: 15px; cursor: pointer;}
.indexNews .newsTab li.current{background: #25b989; border-color: #25b989; color: #fff;}
.indexNews .newsBox{margin-top: 80px;}
.indexNews .newsBox .list{margin-bottom: 50px; display: flex; justify-content: space-around;}
.indexNews .newsBox .list .date{width: 10%; text-align: center; color: #2a2a2a; position: relative;}
.indexNews .newsBox .list .date::after{width: 30px; height: 3px; content: ''; background: #5e73b4; position: absolute; top: 0; right: -15px;}
.indexNews .newsBox .list .date .day{font-size: 48px;}
.indexNews .newsBox .list .date .month{font-size: 18px;}
.indexNews .newsBox .list .picture{width: 26%;}
.indexNews .newsBox .list .picture img{width: 100%;}
.indexNews .newsBox .list .content{width: 50%; color: #2a2a2a;}
.indexNews .newsBox .list .content .title{font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.indexNews .newsBox .list .content .text{line-height: 26px; height: 78px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis;}
.indexNews .newsBox .list .content .more{margin-top: 20px;}
.indexNews .newsBox .list .content .more a{color: #d00000;}
.indexNews .newsBox .list .content .more a:hover{color: #25b989;}

/* 底部 */
.webfooter{background: url("../images/footer.jpg") center top no-repeat; padding-top: 50px;}
.webfooter .footMenu{width: 62%; float: left; display: flex;}
.webfooter .footMenu ul{width: 30%; text-align: center;}
.webfooter .footMenu ul h3{font-size: 24px; color: #fff; padding-bottom: 20px;}
.webfooter .footMenu ul li{font-size: 16px; line-height: 36px;}
.webfooter .footMenu ul li a{color: #fff;}
.webfooter .footContact{width: 38%; float: right;}
.webfooter .footContact p{line-height: 40px; font-size: 18px; color: #fff; padding-left: 50px; background: left center no-repeat; margin-bottom: 26px;}
.webfooter .footContact p.tel{background-image: url("../images/tel.png");}
.webfooter .footContact p.email{background-image: url("../images/email.png");}
.webfooter .footContact p.location{background-image: url("../images/location.png");}
.webfooter .feedback{background: #fff; padding-top: 20px; margin-top: 30px; box-shadow: 0 10px 10px #dfdfdf;}
.webfooter .feedback .title{color: #464646; margin-left: 130px;}
.webfooter .feedback .title label{font-size: 30px;}
.webfooter .feedback .title small{font-size: 12px;}
.webfooter .feedback .form{width: 700px; float: left; margin: 30px 0 30px 130px;}
.webfooter .feedback .form input{height: 40px; float: left; border: solid #dfdfdf 1px; outline: none; box-sizing: border-box; padding-left: 42px;}
.webfooter .feedback .form .name{width: 220px; background: url("../images/name.png") 15px center no-repeat; margin-right: 30px;}
.webfooter .feedback .form .tel{width: 220px; background: url("../images/tel1.png") 13px center no-repeat; margin-right: 30px;}
.webfooter .feedback .form .code{width: 120px; background: url("../images/lock.png") 17px center no-repeat;}
.webfooter .feedback .form .vcode{width: 80px; height: 40px; float: left; cursor:pointer;}
.webfooter .feedback .form .msg{width: 470px; background: url("../images/msg.png") 13px center no-repeat; margin-right: 30px; margin-top: 30px;}
.webfooter .feedback .form button{width: 200px; height: 40px; background: #25b989; color: #fff; border: none; margin-top: 30px; cursor: pointer;}
.webfooter .feedback .qrcode{float: right; text-align: center; margin-right: 130px;}
.webfooter .feedback .qrcode p{font-size: 16px; margin-top: 5px;}
.webfooter .feedback .consult{line-height: 70px; text-align: center; background: #25b989; color: #fff; font-size: 24px;}
.webfooter .feedback .consult b{font-size: 30px;}
.webfooter .copyright{padding: 30px 0 50px;}
.webfooter .copyright ul{display: flex; justify-content: space-between;}
.webfooter .copyright ul li{color: #595959;}
.webfooter .copyright ul li a{color: #595959;}
.webfooter .concentration{color: #595959; margin-top: 10px;}
.webfooter .blogroll{color: #595959; margin-top: 10px;}
.webfooter .blogroll a{color: #595959;}
@media (max-width: 1280px) {
	.webfooter .feedback .title{margin-left: 80px;}
	.webfooter .feedback .form{margin-left: 80px;}
	.webfooter .feedback .qrcode{margin-right: 80px;}
}
/* 右边客服 */
.rightWindow{position: fixed; z-index: 99; right: 10px; bottom: 10%;}
.rightWindow li{margin-bottom: 3px; font-size: 0;width: 57px; height: 57px; right: 0; position: relative;}
.rightWindow li a{width: 57px;	height: 57px; display: block; position: absolute; z-index: 9; right: 0;	top: 0;	overflow: hidden; background: #292e39; -webkit-transition: all .5s ease; transition: all .5s ease; white-space: nowrap;	font-size: 0;}
.rightWindow li .icon-font:after{width: 30px; height: 30px; content: ""; background-image: url("../images/icon_right.png"); background-repeat: no-repeat; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px);}
.rightWindow li .icon-font{display: inline-block; vertical-align: middle; width: 57px; height: 57px; background-color: #d9d9d9; position: relative;}
.rightWindow li .icon-qq:after{background-position: 0 -120px;}
.rightWindow li .icon-phone:after{background-position: 0 -60px;}
.rightWindow li .icon-ewm:after{background-position: 0 0;}
.rightWindow li .icon-message:after{background-position: 0 -90px;}
.rightWindow li .icon-top:after{background-position: 0 -30px;}
.rightWindow li .wz{display: inline-block;	line-height: 57px; font-size: 14px;	color: #fff; vertical-align: middle; padding-left: 10px;}
.rightWindow li.ewm .ewm-box{position: absolute; z-index: 1; padding: 5px; background: #292e39; width: 130px; right: 120%; bottom: 0; opacity: 0; visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all .7s; transition: all .7s;}
.rightWindow li.ewm .ewm-box p{margin-bottom: 0;}
.rightWindow li.ewm .ewm-box img{max-width: 100%;}
.rightWindow li.ewm .ewm-box:after {content: ''; position: absolute; right: -5px; bottom: 20px;	width: 0; height: 0; line-height: 0; font-size: 0; overflow: hidden; border-width: 5px; cursor: pointer; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #292e39; border-right: none;}
.rightWindow li.ewm:hover .ewm-box{opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0);}
.rightWindow li.backtop{cursor: pointer;}
.rightWindow li.backtop .iconfont{color: #fff; background-color: #292e39;}
.rightWindow li:hover a{width: 200px; background: rgb(59,57,57);}
.rightWindow li:hover .icon-font{background-color: #292e39;}
.rightWindow li:hover .icon-qq:after{background-position: -30px -120px;}
.rightWindow li:hover .icon-phone:after{background-position: -30px -60px;}
.rightWindow li:hover .icon-ewm:after{background-position: -30px 0;}
.rightWindow li:hover .icon-message:after{background-position: -30px -90px;}
.rightWindow li:hover .icon-top:after{background-position: -30px -30px;}
.gotop{display: none;}

/* 内页公共banner图 */
.commonBanner{}
.commonBanner img{width: 100%;}
.crumbs{height: 50px; line-height: 50px; background: #f8f8f8; border-top: solid #e5e5e5 1px; border-bottom: solid #e5e5e5 1px; margin-bottom: 30px;}
.commonLeft{width: 280px; float: left;}
.commonRight{width: calc(100% - 330px); float: right;}
/* 分页器 */
.commonPage{text-align: center; line-height: 26px; font-size: 16px; margin-bottom: 50px;}
.commonPage a{display: inline-block; padding: 0 8px; margin: 0 10px; border: solid #e5e5e5 1px;}
.commonPage a:hover{color: #25b989;}
.commonPage span{display: inline-block; padding: 0 8px; margin: 0 10px;}
.commonPage .current{background: #25b989; color: #fff; border: solid #25b989 1px;}
.commonPage select{height: 28px; margin: 0 10px; border: solid #e5e5e5 1px; outline: none;}
/* 内页通用左边 */
.commonLeft .leftTitle{height: 52px; line-height: 52px; font-size: 20px; font-weight: bold; padding-left: 15px; border: solid #0c9579 1px; background: #25b989; color: #fff;}
.commonLeft .leftTitle small{font-size: 16px;}
.commonLeft .classification{border: solid #e5e5e5 1px; border-top: none; margin-bottom: 30px;}
.commonLeft .classification ul li{font-size: 16px; line-height: 52px; border-bottom: dashed #ececec 1px;}
.commonLeft .classification ul li a{padding: 0 15px;}
.commonLeft .classification ul li:last-child{border-bottom: none;}
.commonLeft .classification ul li ul li{font-size: 15px;}
.commonLeft .classification ul li ul li a{padding-left: 35px;}

.commonLeft .leftNews{border: solid #e5e5e5 1px; border-top: none; margin-bottom: 30px;}
.commonLeft .leftNews ul li{line-height: 52px; border-bottom: dashed #ececec 1px; padding: 0 15px;}
.commonLeft .leftNews ul li:last-child{border-bottom: none;}
.commonLeft .leftNews ul li a{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.commonLeft .leftContact{border: solid #e5e5e5 1px; border-top: none; margin-bottom: 30px;}
.commonLeft .leftContact p{line-height: 22px; border-bottom: dashed #ececec 1px; padding: 13px 15px;}
.commonLeft .leftContact p:last-child{border-bottom: none;}
/* 内页产品 */
.commonProducts{}
.commonProducts .list{width: 31%; float: left; margin-right: 3.5%; box-sizing: border-box; border: solid #e5e5e5 1px; margin-bottom: 30px; overflow: hidden; position: relative; transition: all 0.3s;}
.commonProducts .list:nth-child(3n){margin-right: 0;}
.commonProducts .list .picture img{width: 100%;}
.commonProducts .list .content{width: 100%; height: 100%; box-sizing: border-box; padding: 22px; position: absolute; left: 0; top: 0;}
.commonProducts .list .content .name{font-size: 24px; color: #313131;}
.commonProducts .list .content .text{display: inline-block; line-height: 26px; padding: 0 10px; background: #ececec; color: #313131; border-radius: 13px; margin-top: 8px; transition: all 0.3s;}
.commonProducts .list .content .details{position: absolute; bottom: 25px;}
.commonProducts .list .content .details p{display: inline-block; color: #313131; transition: all 0.3s;}
.commonProducts .list .content .details span{display: inline-block; font-size: 20px; font-family: cursive; transform: rotate(-45deg); margin-left: 5px;}
.commonProducts .list .line{width: 100%; height: 6px; background: #25b989; position: absolute; left: 0; bottom: 0; opacity: 0; transition: all 0.3s;}
.commonProducts .list:hover{border-color: #25b989; border-radius: 0 40px 0 40px;}
.commonProducts .list:hover .content .text{background: #25b989; color: #fff;}
.commonProducts .list:hover .content .details p{color: #25b989;}
.commonProducts .list:hover .line{opacity: 1;}
.productDetails{}
.productDetails .picture{width: 45%; float: left; border: solid #e5e5e5 1px;}
.productDetails .picture img{width: 100%;}
.productDetails .abstract{width: 50%; float: right;}
.productDetails .abstract .name{padding: 20px 0; border-bottom: dashed #e5e5e5 1px;}
.productDetails .abstract .name h4{font-size: 16px;}
.productDetails .abstract .text{margin-top: 20px;}
.productDetails .abstract .text p{color: #717171; line-height: 28px;}
.productDetails .abstract .consult{margin-top: 20px;}
.productDetails .abstract .consult a{width: 150px; height: 36px; display: inline-block; text-align: center; line-height: 36px; background: #25b989; color: #fff; border-radius: 18px; transition: all 0.3s;}
.productDetails .abstract .consult a:hover{box-shadow: 0 3px 5px #abe6ae;}
.productDetails .abstract .thumbnail{margin-top: 30px;}
.productDetails .abstract .thumbnail .button{width: 25px; height: 82px; float: left;}
.productDetails .abstract .thumbnail .button a{display: block; text-align: center; line-height: 80px; font-size: 20px; background: #f8f8f8; border: solid #eee 1px;}
.productDetails .abstract .thumbnail .button a:hover{border-color: #25b989;}
.productDetails .abstract .thumbnail .list{max-width: calc(100% - 60px); float: left; overflow: hidden; box-sizing: border-box; margin: 0 5px;}
.productDetails .abstract .thumbnail .list ul{width: max-content;}
.productDetails .abstract .thumbnail .list li{height: 80px; float: left; margin: 0 5px; border: solid #eee 1px; cursor: pointer;}
.productDetails .abstract .thumbnail .list li img{height: 80px;}
.productDetails .abstract .thumbnail .list li.current{border-color: #25b989;}
.productDetails .contentTab{margin-top: 20px;}
.productDetails .contentTab ul{border: solid #e5e5e5 1px;}
.productDetails .contentTab ul li{display: inline-block; padding: 0 28px; line-height: 46px; font-size: 16px; font-weight: bold; cursor: pointer;}
.productDetails .contentTab ul li.current{border-bottom: solid #25b989 2px;}
.productDetails .content{margin-top: 20px; line-height: 28px; display: none;}
.productDetails .content.show{display: block;}
.productDetails .content table{max-width: 100%; border-collapse: collapse;}
.productDetails .content table td{padding: 3px 8px;}
.productDetails .productLinks{margin-top: 20px; padding: 10px 0; border-bottom: solid #e5e5e5 1px; color: #7a7a7a;}
.productDetails .prevNext{margin-top: 10px;}
.productDetails .prevNext p{line-height: 28px; color: #7a7a7a;}
/* 内页新闻 */
.commonNews{}
.commonNews .list{margin-bottom: 50px; display: flex; justify-content: space-around; border: dashed #e5e5e5 1px; padding: 30px 0;}
.commonNews .list .date{width: 10%; text-align: center; color: #2a2a2a; position: relative;}
.commonNews .list .date::after{width: 30px; height: 3px; content: ''; background: #5e73b4; position: absolute; top: 0; right: -15px;}
.commonNews .list .date .day{font-size: 48px;}
.commonNews .list .date .month{font-size: 18px;}
.commonNews .list .picture{width: 26%;}
.commonNews .list .picture img{width: 100%;}
.commonNews .list .content{width: 50%; color: #2a2a2a;}
.commonNews .list .content .title{font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.commonNews .list .content .text{line-height: 26px; height: 52px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
.commonNews .list .content .more{margin-top: 20px;}
.commonNews .list .content .more a{color: #d00000;}
.commonNews .list .content .more a:hover{color: #25b989;}
.newsDetails{}
.newsDetails .newsTitle{font-size: 20px; font-weight: bold; text-align: center; line-height: 28px; padding: 10px;}
.newsDetails .newsDate{text-align: right; line-height: 32px; border-bottom: dashed #e5e5e5 1px; color: #949494;}
.newsDetails .newsDate p{display: inline-block; margin-left: 20px;}
.newsDetails .newsContent{padding: 20px 0;}
.newsDetails .newsContent img{max-width: 100%; height: auto;}
.newsDetails .newsContent table{max-width: 100%; border-collapse: collapse;}
.newsDetails .newsLinks{margin-top: 20px; padding: 10px 0; border-bottom: solid #e5e5e5 1px; color: #7a7a7a;}
.newsDetails .prevNext{margin-top: 10px;}
.newsDetails .prevNext p{line-height: 28px; color: #7a7a7a;}
/* 内页关于我们 */
.commonAboutus{}
.commonAboutus .title{font-size: 30px; text-align: center;}
.commonAboutus .title h3{display: inline-block; color: #25b989; position: relative; padding-bottom: 20px;}
.commonAboutus .title h3::after{width: 20px; height: 3px; content: ''; background: #25b989; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonAboutus .content{margin-top: 30px;}
.commonAboutus .content img{max-width: 100%;}
/* 内页联系我们 */
.commonContactus{}
.commonContactus .title{font-size: 30px; text-align: center;}
.commonContactus .title h3{display: inline-block; color: #25b989; position: relative; padding-bottom: 20px;}
.commonContactus .title h3::after{width: 20px; height: 3px; content: ''; background: #25b989; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonContactus .content{margin-top: 30px;}
.commonContactus .content img{max-width: 100%;}
/* 相册公用样式 */
.commonAlbum{}
.commonAlbum .list{width: 31%; float: left; margin-right: 3.5%; margin-bottom: 30px;}
.commonAlbum .list:nth-child(3n){margin-right: 0;}
.commonAlbum .list img{width: 100%; border: solid #e5e5e5 1px;}
.commonAlbum .list:hover img{border-color: #25b989;}
.commonAlbum .list p{text-align: center; margin-top: 10px;}
/* 在线留言 */
.hs_inquiry_form{width:600px;height:auto;clear:both;margin-top: 20px;}
.hs_inquiry_form_v{width:600px;height:120px;clear:both;margin-top: 20px;}
.hs_inquiry_form_button{width:470px;height:80px;line-height:80px;clear:both;margin-top:5px;padding-left:130px;margin-top: 20px;}
.hs_inquiry_form:after,.hs_inquiry_form_v:after{content:"";display:table;clear:both}
.hs_inquiry_form .hs_lf,.hs_inquiry_form_v .hs_lf{float:left;width:120px;margin-right:15px;text-align:right;height:45px;line-height:45px;font-size:14px;font-weight:bold;color:#666}
.hs_inquiry_form .hs_rf,.hs_inquiry_form_v .hs_rf{float:left;width:auto;height:45px;line-height:45px;}
.hs_inquiry_form .input,.hs_inquiry_form_v .input{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; height:35px;border:1px solid #cccccc;font-size:14px;margin-right:10px;line-height:35px;padding:5px 10px;}
.hs_inquiry_form .input:hover{border:1px solid #25b989;}
.hs_inquiry_form .input:focus{border:1px solid #25b989;outline:0}
.hs_inquiry_form_button .button1{border:0;height:35px;line-height:35px;text-align:center;background-color:#25b989;color:#FFF;text-decoration:none;-webkit-border-radius:5px;
 -moz-border-radius:5px; border-radius:5px;width:120px; cursor: pointer;}
.hs_inquiry_form_button .button1:hover{background-color:#25b989;}
.hs_inquiry_form_button .button2{margin-left:15px;border:0;height:35px;line-height:35px;text-align:center;background-color:#d9534f;color:#FFF;text-decoration:none;-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;width:120px;cursor: pointer;}
.hs_inquiry_form_button .button2:hover{background-color:#bb423e;}
.hs_inquiry_form_v .textarea{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; border:1px solid #cccccc;font-size:14px;line-height:25px;padding:5px 10px;margin-top:5px;}
.hs_inquiry_form_v .textarea:hover{border:1px solid #25b989;}
.hs_inquiry_form_v .textarea:focus{border:1px solid #25b989;outline:0}
.form-required:before{content: "*"; display: inline-block;margin-right: 4px;line-height: 1;font-family: SimSun;font-size: 12px;color: #ed3f14}
/* 手机端 */
.phoneHeader{display: none;}
.phoneFootMenu{display: none;}
@media (max-width: 990px) {
	/* 头部 */
	.webheader{display: none;}
	.phoneHeader{width: 100%; height: 60px; display: block; background: #25b989; border-bottom: solid #0c9579 1px; color: #fff; position: fixed; top: 0; left: 0; z-index: 13;}
	.phoneHeader .phoneName{width: 70%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px;}
	.phoneHeader .phoneNavbtn{position: absolute; z-index: 10; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 20px; width: 30px; height: 20px;}
	.phoneHeader .phoneNavbtn span,
	.phoneHeader .phoneNavbtn:after,
	.phoneHeader .phoneNavbtn:before{display: block; height: 2px; width: 100%; background: #fff; -webkit-transition: all .5s; transition: all .5s;}
	.phoneHeader .phoneNavbtn span{margin: 7px 0;}
	.phoneHeader .phoneNavbtn:after,
	.phoneHeader .phoneNavbtn:before{content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
	.phoneHeader .phoneNavbtn.clicked span {-webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0;}
	.phoneHeader .phoneNavbtn.clicked:after{-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.phoneHeader .phoneNavbtn.clicked:before{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.phoneHeader .phoneMenuList{width: 100%; height: 100%; display: none; background: #25b989; position: fixed; left: 0; top: 61px;}
	.phoneHeader .phoneMenuList ul{}
	.phoneHeader .phoneMenuList ul li{font-size: 16px; line-height: 50px; border-bottom: solid #0c9579 1px; color: #fff;}
	.phoneHeader .phoneMenuList ul li a{display: block; padding: 0px 20px; color: #fff;}
	.phoneHeader .phoneMenuList ul li i{float: right; font-size: 24px; font-style: normal; font-family: cursive;}
	.phoneHeader .phoneMenuList ul li ul li{font-size: 15px; border-top: dashed #0c9579 1px; border-bottom: none; padding-left: 1em;}
	/* 轮播图 */
	.banner{margin-top: 61px;}
	.banner .swiper-button-prev,
	.banner .swiper-button-next{display: none;}
	.banner .swiper-pagination{bottom: 5px !important;}
	.banner .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 10px; border-radius: 50%; background: #fff; opacity: 0.8;}
	.banner .swiper-pagination .swiper-pagination-bullet-active{background: #25b989; opacity: 1;}
	/* 搜索框 */
	.search{height: auto; padding: 20px 0;}
	.search form{float: none; margin: 0 auto;}
	.search .text{display: none;}
	/* 公用标题 */
	.commonTitle{margin: 20px 10px;}
	.commonTitle .en{font-size: 36px;}
	.commonTitle .cn{font-size: 26px; margin-top: -30px;}
	.commonTitle .cn span{border-bottom-width: 3px;}
	.commonTitle .text{font-size: 15px; position: initial; text-align: right; padding: 5px 10px;}
	/* 应用领域 */
	.indexFields{}
	.indexFields .fieldsContent{display: block;}
	.indexFields .description{width: 100%; box-sizing: border-box; padding: 20px; background: linear-gradient(to bottom, #0c9579, #25b989);}
	.indexFields .description .title{font-size: 15px; text-align: center;}
	.indexFields .description .more{margin-top: 26px;}
	.indexFields .description .more a{width: 120px; height: 30px; line-height: 30px; font-size: 14px; color: #24b888; border-radius: 15px;}
	.indexFields .description .more a span{width: 20px; height: 20px; line-height: 20px; border-radius: 10px; margin-left: 10px;}
	.indexFields .fieldsList{width: 100%;}
	.indexFields .fieldsList .list{width: 32%; margin: 10px 0;}
	.indexFields .fieldsList .list .picture img{width: 100%;}
	.indexFields .fieldsList .list .mask{opacity: 0.2;}
	.indexFields .fieldsList .list .text p{font-size: 18px;}
	.indexFields .fieldsList .list .text p.line{display: none;}
	/* 首页产品 */
	.indexProduct{padding: 10px 0;}
	.indexProduct .productTab{position: initial;}
	.indexProduct .productTab li{font-size: 16px; margin-left: 10px;}
	.indexProduct .productBox{margin-top: 10px;}
	.indexProduct .productBox .productList .list{width: 46%; margin: 2%;}
	.indexProduct .productBox .productList .list:nth-child(3n){margin: 2%;}
	.indexProduct .productBox .productList .list .content{padding: 10px;}
	.indexProduct .productBox .productList .list .content .name{font-size: 18px;}
	.indexProduct .productBox .productList .list .content .text{display: none;}
	.indexProduct .productBox .productList .list .content .details{bottom: 10px;}
	/* 首页我们的优势 */
	.indexAdvantage{padding: 1px 0;}
	.indexAdvantage .content{margin-top: 10px; display: block;}
	.indexAdvantage .content .list{width: 92%; margin: 20px auto; padding: 20px;}
	.indexAdvantage .content .list .picture{padding-bottom: 10px;}
	.indexAdvantage .content .list .picture .text{font-size: 16px; margin-top: 10px;}
	.indexAdvantage .content .list .explain{color: #7a7a7a; line-height: 22px; margin-top: 10px;}
	/* 首页资质证书 */
	.certificate{padding-bottom: 30px;}
	.certificate .certificateSwiper{padding-bottom: 30px;}
	.certificate .swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 10px; border-radius: 5px; background: #717171; cursor: pointer;}
	.certificate .swiper-pagination .swiper-pagination-bullet-active{background: #25b989;}
	/* 首页关于我们 */
	.indexAboutus{padding-top: 10px; background: url("../images/about.jpg") right top no-repeat;}
	.indexAboutus .commonTitle{width: auto; display: block; background: none; margin: 0; padding-bottom: 0;}
	.indexAboutus .content{width: 92%; margin: 10px auto; background: rgba(255, 255, 255, 0.6); padding: 20px; border-radius: 10px; box-shadow: 0 0 10px #e5e5e5;}
	.indexAboutus .content .name{font-size: 20px;}
	.indexAboutus .content .text{font-size: 14px; line-height: 20px; margin-top: 10px;}
	.indexAboutus .aboutusList{display: flex; justify-content: space-between; flex-wrap: wrap; background: #fff; padding: 10px; margin: 0;}
	.indexAboutus .aboutusList .list{width: 46%; text-align: center; margin: 2%; box-sizing: border-box; border: solid #e5e5e5 1px; padding: 10px;}
	.indexAboutus .aboutusList .list .title{font-size: 22px;}
	.indexAboutus .aboutusList .list .text{font-size: 14px; line-height: 22px;}
	/* 首页合作伙伴 */
	.indexPartner{background: url("../images/partner.jpg"); padding: 10px 0;}
	.indexPartner .commonTitle .text{padding: 5px;}
	/* 首页新闻中心 */
	.indexNews{padding: 10px 0;}
	.indexNews .newsTab{position: initial;}
	.indexNews .newsTab li{font-size: 16px; margin-left: 10px;}
	.indexNews .newsBox{margin-top: 30px;}
	.indexNews .newsBox .list{margin-bottom: 30px;}
	.indexNews .newsBox .list .date{display: none;}
	.indexNews .newsBox .list .picture{display: none;}
	.indexNews .newsBox .list .content{width: 92%; margin: 0 auto; box-sizing: border-box; padding: 15px; border: solid #e5e5e5 1px;}
	.indexNews .newsBox .list .content .title{font-size: 20px;}
	.indexNews .newsBox .list .content .text{height: 52px; -webkit-line-clamp: 2;}
	.indexNews .newsBox .list .content .more{margin-top: 10px;}
	/* 底部 */
	.webfooter{padding-top: 20px;}
	.webfooter .footMenu{display: none;}
	.webfooter .footContact{width: 90%; float: none; margin: 0 auto;}
	.webfooter .footContact p{line-height: 30px; font-size: 16px; padding-left: 32px; margin-bottom: 10px;}
	.webfooter .footContact p.tel{background-size: 22px;}
	.webfooter .footContact p.email{background-size: 22px;}
	.webfooter .footContact p.location{background-size: 22px;}
	.webfooter .feedback{margin-top: 20px;}
	.webfooter .feedback .title{color: #464646; margin-left: 20px;}
	.webfooter .feedback .title label{font-size: 18px;}
	.webfooter .feedback .form{width: 100%; float: none; margin: 20px 0; box-sizing: border-box; padding: 0 20px;}
	.webfooter .feedback .form input{height: 40px;}
	.webfooter .feedback .form .name{width: 100%; margin-right: 0; margin-bottom: 20px;}
	.webfooter .feedback .form .tel{width: 100%; margin-right: 0; margin-bottom: 20px;}
	.webfooter .feedback .form .code{width: 70%;}
	.webfooter .feedback .form .vcode{width: 30%; height: 40px; float: left;}
	.webfooter .feedback .form .msg{width: 100%; margin-right: 0; margin-top: 20px;}
	.webfooter .feedback .form button{width: 100%; margin-top: 20px;}
	.webfooter .feedback .qrcode{float: none; margin: 20px 0;}
	.webfooter .feedback .qrcode p{font-size: 16px; margin-top: 5px;}
	.webfooter .feedback .consult{line-height: 50px; font-size: 16px;}
	.webfooter .feedback .consult b{font-size: 20px;}
	.webfooter .copyright{padding: 20px 0 100px;}
	.webfooter .copyright ul{display: block; text-align: center;}
	.webfooter .copyright ul li{color: #595959; padding: 3px 0;}
	.webfooter .copyright ul li a{color: #595959;}
	.webfooter .concentration{display: none;}
	.webfooter .blogroll{display: none;}
	.phoneFootMenu{width: 100%; display: block; background: #25b989; height: 80px; position: fixed; left: 0; bottom: 0; z-index: 10;}
	.phoneFootMenu ul{display: flex;}
	.phoneFootMenu ul li{width: 25%; text-align: center;}
	.phoneFootMenu ul li a{display: block; padding: 13px 0; color: #fff;}
	.phoneFootMenu ul li i{width: 40px; height: 32px; display: inline-block; background: url("../images/icon.png") no-repeat;}
	.phoneFootMenu ul li.home i{background-position: 0 0;}
	.phoneFootMenu ul li.product i{background-position: -40px 0;}
	.phoneFootMenu ul li.phone i{background-position: -80px 0}
	.phoneFootMenu ul li.contact i{background-position: -120px 0;}
	.phoneFootMenu ul li p{line-height: 22px;}
	.rightWindow{display: none;}
	.gotop{display: block; background: #fff; border: solid #e5e5e5 1px; position: fixed; right: 10px; bottom: 120px; text-align: center; z-index: 10;}
	.gotop a{display: block; padding: 10px 5px; color: #25b989;}
	/* 内页公共banner图 */
	.commonBanner{margin-top: 61px;}
	.crumbs{padding: 0 20px; margin-bottom: 10px;}
	.crumbs .container{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.commonLeft{display: none;}
	.commonRight{width: 100%; float: none;}
	/* 分页器 */
	.commonPage{margin: 20px 0; line-height: 20px; font-size: 12px;}
	.commonPage a{padding: 0 6px; margin: 0 8px;}
	.commonPage span{padding: 0 6px; margin: 0 8px;}
	.commonPage select{display: none;}
	/* 内页产品 */
	.commonProducts{}
	.commonProducts .list{width: 46%; margin: 2%;}
	.commonProducts .list:nth-child(3n){margin: 2%;}
	.commonProducts .list .content{padding: 10px;}
	.commonProducts .list .content .name{font-size: 18px;}
	.commonProducts .list .content .text{display: none;}
	.commonProducts .list .content .details{bottom: 10px;}
	.productDetails{padding: 10px 20px; box-sizing: border-box;}
	.productDetails .picture{width: 60%; float: none; margin: 0 auto;}
	.productDetails .abstract{width: 100%; float: none;}
	.productDetails .abstract .name{padding: 15px 0;}
	.productDetails .abstract .name h4{font-size: 16px;}
	.productDetails .abstract .text{margin-top: 15px;}
	.productDetails .abstract .consult{margin-top: 15px;}
	.productDetails .productLinks{padding: 10px;}
	.productDetails .prevNext{margin: 10px;}
	/* 内页新闻 */
	.commonNews{padding-top: 10px;}
	.commonNews .list{margin-bottom: 20px; display: block; border: none; padding: 0;}
	.commonNews .list .date{display: none;}
	.commonNews .list .picture{display: none;}
	.commonNews .list .content{width: 92%; margin: 0 auto; box-sizing: border-box; padding: 15px; border: dashed #e5e5e5 1px;}
	.commonNews .list .content .title{font-size: 20px;}
	.commonNews .list .content .text{height: 52px; -webkit-line-clamp: 2;}
	.commonNews .list .content .more{margin-top: 10px;}
	.newsDetails .newsTitle{font-size: 18px;}
	.newsDetails .newsDate{padding-right: 10px;}
	.newsDetails .newsDate span{display: inline-block; margin-left: 20px;}
	.newsDetails .newsContent{padding: 20px 0;}
	.newsDetails .newsContent img{max-width: 100%;}
	.newsDetails .newsLinks{padding: 10px;}
	.newsDetails .prevNext{margin: 10px;}
	/* 内页关于我们 */
	.commonAboutus{}
	.commonAboutus .title{font-size: 20px;}
	.commonAboutus .title h3{padding-bottom: 10px;}
	.commonAboutus .title h3::after{height: 2px;}
	.commonAboutus .content{margin: 20px;}
	/* 内页联系我们 */
	.commonContactus{}
	.commonContactus .title{font-size: 20px;}
	.commonContactus .title h3{padding-bottom: 10px;}
	.commonContactus .title h3::after{height: 2px;}
	.commonContactus .content{margin-top: 20px;}
	/* 相册公用样式 */
	.commonAlbum{}
	.commonAlbum .list{width: 46%; margin: 2%; margin-bottom: 20px;}
	.commonAlbum .list:nth-child(3n){margin-right: 2%;}
	/* 在线留言 */
	.hs_inquiry_form{width:100%;}
	.hs_inquiry_form_v{width:100%;}
	.hs_inquiry_form_button{width:100%;padding-left:0;margin-top: 20px;text-align: center;}
	.hs_inquiry_form .hs_lf,.hs_inquiry_form_v .hs_lf{width:85px;}
	.hs_inquiry_form .hs_rf,.hs_inquiry_form_v .hs_rf{float:left;width: calc(100% - 100px);}
	.hs_inquiry_form .input,.hs_inquiry_form_v .input{width: 80%;}
	.hs_inquiry_form_v .textarea{width: 80%;}
	.hs_inquiry_form .vcode,.hs_inquiry_form_v .vcode{width: 36%;}
}


