@charset 'utf-8';

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: 'Microsoft Yahei'; background: #f9fdff; color: #6d6d65;}
li{list-style: none;}
a{text-decoration: none; color: #6d6d65;}
img{vertical-align: top;}
input,button{vertical-align: top; border: none; outline: none;}
.clear{clear: both;}

.container{margin: 0 auto;}

@media (min-width: 1280px) {
	.container{max-width: 1280px;}
}
@media (max-width: 1279px) {
	.container{max-width: 100%;}
}

.webheader{width: 100%; background: #fff;}
.webheader .container{position: relative;}
.webheader .logo{float: left; margin: 30px 0 0 11%;}
.webheader .logo img{vertical-align: middle;}
.webheader .tel{width: 180px; height: 34px; font-size: 18px; color: #6d6d65; line-height: 30px; border: solid #a3a3a3 1px; border-radius: 16px; background: url("../images/tel.png") 20px center no-repeat; box-sizing: border-box; padding-left: 46px; text-shadow: 2px 2px 2px #eee; position: absolute; top: 40px; right: 300px}
.webheader .search{width: 180px; height: 34px; border: solid #a3a3a3 1px; border-radius: 16px; box-sizing: border-box; padding: 0 16px; position: absolute; top: 40px; right: 100px;}
.webheader .search input{width: 116px; height: 32px; float: left; font-size: 14px;}
.webheader .search button{width: 30px; height: 32px; float: left; background: url("../images/search.png") center no-repeat; cursor: pointer;}
.webheader .menu{width: 88%; margin: 0 auto; padding: 20px 0;}
.webheader .menu ul{display: flex; align-items: flex-start; text-align: center;}
.webheader .menu ul li{flex: 1; font-size: 18px; line-height: 36px; position: relative; z-index: 9;}
.webheader .menu ul li a{color: #6d6d65; text-shadow: 2px 2px 2px #eee;}
.webheader .menu ul li ul{width: 100%; background: #fff; padding-bottom: 10px; display: none; position: absolute;}
.webheader .menu ul li:hover ul{display: block;}

/* 首页轮播图 */
.banner{width: 100%; position: relative; overflow: hidden;}
.banner .swiper-slide img{width: 100%;}
.banner .pagination{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.banner .container{max-width: 1000px; height: 100%; position: relative;}
.banner .swiper-pagination{bottom: auto; height: auto; top: 10%; right: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; display: block; margin: 10px ; border-radius: 50%; background: #333; opacity: 1; cursor: pointer;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}

/* 首页产品 */
.indexProduct{}
.indexProduct .productTitle{position: relative;}
.indexProduct .productTitle .picture img{width: 100%;}
.indexProduct .productTitle .arrow{width: 13%; height: 100%; background: url("../images/arrow.png") right center no-repeat; position: absolute; left: 0; top: 0;}
.indexProduct .productTitle .text{width: 70%; height: 65%; position: absolute; left: 13%; top: 35%; text-align: center;}
.indexProduct .productTitle .text h3{font-size: 46px; font-weight: normal; text-shadow: 5px 5px 2px #d5dcdb;}
.indexProduct .productTitle .text p{font-size: 22px; text-shadow: 5px 5px 2px #d5dcdb; margin-top: 5px;}
.indexProduct .productTitle .more{width: 17%; position: absolute; right: 0; top: 47%;}
.indexProduct .productTitle .more a{display: block;}
.indexProduct .productBox{display: flex; justify-content: space-between;}
.indexProduct .productTab{width: 189px; box-sizing: border-box; padding: 30px 22px; background: linear-gradient(to right, #eaf5fa, #f8fcfd); border-right: solid #babdbe 1px; border-radius: 15px; box-shadow: 5px 10px 10px #c1e0e2;}
.indexProduct .productTab h3{font-size: 48px; text-align: center; font-family: system-ui; padding: 30px 0; border-bottom: solid #6d6d65 1px;}
.indexProduct .productTab ul{padding-top: 22px;}
.indexProduct .productTab li{color: #1a1a1a; line-height: 50px; text-align: center; cursor: pointer; position: relative;}
.indexProduct .productTab li::after{width: 124px; height: 1px; content: ''; background: #d6dde1; position: absolute; left: 10px; bottom: 0;}
.indexProduct .productTab li.current{background: url("../images/sort.png") center no-repeat; color: #fff;}
.indexProduct .productBox .productList{width: calc(100% - 210px);}
.indexProduct .productBox .productList .tabList{margin-top: 23px;}
.indexProduct .productBox .productList .list{width: 32%; float: left; margin-right: 2%; margin-bottom: 23px; background: linear-gradient(to right, #e8f4f9, #f8fcfd); box-sizing: border-box; padding: 23px; border-radius: 10px; box-shadow: 5px 10px 10px #c1e0e2;}
.indexProduct .productBox .productList .list:nth-child(3n){margin-right: 0;}
.indexProduct .productBox .productList .list .picture{border-radius: 10px; overflow: hidden;}
.indexProduct .productBox .productList .list .picture img{width: 100%; transition: all 0.5s;}
.indexProduct .productBox .productList .list:hover .picture img{transform: scale(1.1);}
.indexProduct .productBox .productList .list .text{font-size: 22px; margin-top: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* 首页关于我们 */
.indexAboutus{padding: 100px 0;}
.indexAboutus .contentBox{background: url("../images/aboutbg.jpg") no-repeat; background-size: 100% 100%; padding: 50px; border-top: solid #fff 1px; border-right: solid #babdbe 1px; border-bottom: solid #c9d5d7 1px; border-left: solid #fff 1px; border-radius: 6px; box-shadow: 5px 10px 30px #c9d9db;}
.indexAboutus .contentBox .aboutTab{padding: 26px 0 40px;}
.indexAboutus .contentBox .aboutTab ul{display: flex; justify-content: space-evenly;}
.indexAboutus .contentBox .aboutTab li.tabMenu{width: 206px; height: 62px; text-align: center; line-height: 60px; font-size: 22px; color: #fff; text-shadow: 2px 2px 2px #6d6d65; background: url("../images/menu.png"); border: solid #fff 1px; border-radius: 32px; cursor: pointer;}
.indexAboutus .contentBox .aboutTab li.tabMenu.current{background: url("../images/menuHover.png");}
.indexAboutus .contentBox .aboutTab li.line{line-height: 64px;}
.indexAboutus .contentBox .aboutLogo{width: 94%; text-align: center; margin: 50px auto 0;}
.indexAboutus .contentBox .aboutLogo img{max-width: 100%;}
.indexAboutus .contentBox .aboutList{height: 0; overflow: hidden;}
.indexAboutus .contentBox .aboutList.showList{height: auto;}
.indexAboutus .contentBox .aboutContent{}
.indexAboutus .contentBox .aboutContent .picture{width: 55%; float: left;}
.indexAboutus .contentBox .aboutContent .picture img{width: 100%; border-radius: 8px;}
.indexAboutus .contentBox .aboutContent .content{width: 40%; float: right;}
.indexAboutus .contentBox .aboutContent .content .name{position: relative;}
.indexAboutus .contentBox .aboutContent .content .name::after{width: 20px; height: 18px; line-height: 18px; letter-spacing: -4px; overflow: hidden; content: '//'; color: #4a5255; font-size: 30px; font-family: fantasy; font-weight: bold; position: absolute; left: -26px; top: 10px;}
.indexAboutus .contentBox .aboutContent .content .name .cn{font-size: 42px; color: #6bb9cf;}
.indexAboutus .contentBox .aboutContent .content .name .en{font-size: 30px; color: #4a5255; font-weight: bold;}
.indexAboutus .contentBox .aboutContent .content .text{margin-top: 30px; padding-top: 20px; border-top: solid #dbe6e9 2px;}
.indexAboutus .contentBox .aboutContent .content .text p{font-size: 16px; line-height: 32px; color: #4a5255; text-indent: 2em;}
.indexAboutus .contentBox .aboutSwiper{padding: 0 60px; position: relative;}
.indexAboutus .contentBox .aboutSwiper .swiperBox{overflow: hidden;}
.indexAboutus .contentBox .aboutSwiper .swiper-slide img{width: 100%;}
.indexAboutus .contentBox .aboutSwiper .swiper-slide p{font-size: 16px; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* 首页新闻中心 */
.indexNews{}
.indexNews .newsTab{display: flex; align-items: center;}
.indexNews .newsTab .arrow{width: 13%; text-align: right;}
.indexNews .newsTab .text{width: 70%; height: 65%; text-align: center;}
.indexNews .newsTab .text h3{font-size: 46px; font-weight: normal; text-shadow: 5px 5px 2px #d5dcdb;}
.indexNews .newsTab .text p{font-size: 22px; text-shadow: 5px 5px 2px #d5dcdb; margin-top: 5px;}
.indexNews .newsTab .more{width: 17%;}
.indexNews .newsTab .more a{display: block;}
.indexNews .newsBox{margin-top: 60px; padding-bottom: 70px; display: flex; justify-content: space-between; align-items: flex-start;}
.indexNews .newsBox .newsList{width: 31%; background: linear-gradient(to right, #eaf5fa, #f7fbfc); border-right: solid #babdbe 1px; border-radius: 8px; box-sizing: border-box; padding: 20px; box-shadow: 5px 5px 10px #c1e0e2;}
.indexNews .newsBox .newsList .date{font-size: 12px; color: #a9a9a9;}
.indexNews .newsBox .newsList .picture{overflow: hidden; border-radius: 10px; margin-top: 10px;}
.indexNews .newsBox .newsList .picture img{width: 100%; transition: all 0.5s;}
.indexNews .newsBox .newsList:hover .picture img{transform: scale(1.1);}
.indexNews .newsBox .newsList .title{font-size: 16px; font-weight: bold; line-height: 30px; color: #1c202f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 20px;}
.indexNews .newsBox .newsList .title a{color: #1c202f;}
.indexNews .newsBox .newsList .text{color: #6a6a6a; line-height: 26px; height: 52px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; margin-top: 10px;}
.indexNews .newsBox .newsList .text a{color: #6a6a6a;}
.indexNews .newsBox .newsList .more{margin-top: 20px;}
.indexNews .newsBox .newsList .more a{font-size: 15px; font-weight: bold; color: #6fc0d1;}

/* 底部 */
.webfooter{background: url("../images/footer.png") center top no-repeat; box-sizing: border-box; padding-top: 100px;}
.webfooter .footMenu{width: calc(100% - 650px); float: left; display: flex; justify-content: space-between; padding-top: 35px;}
.webfooter .footMenu a{font-size: 16px; color: #fff; text-shadow: 1px 2px 1px #6d6d65}
.webfooter .footContact{width: 600px; float: right; padding-top: 12px;}
.webfooter .footContact img{float: left; width: 64px; box-shadow: 2px 2px 2px #6d6d65;}
.webfooter .footContact p{display: inline-block; font-size: 16px; line-height: 32px; margin: 0 15px; color: #fff; text-shadow: 1px 2px 1px #6d6d65;}
.webfooter .copyright{font-size: 16px; text-align: center; color: #fff; text-shadow: 1px 2px 1px #6d6d65; margin-top: 20px; padding: 10px 0; line-height: 32px;}
.webfooter .copyright p{display: inline-block; margin: 0 10px;}
.webfooter .copyright a{color: #fff;}

/* 右边客服 */
.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: 210px; 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 img{width: 100%;}
.crumbs{height: 50px; line-height: 50px; background: #f7f7f7; border-top: solid #e5e5e5 1px; border-bottom: solid #e5e5e5 1px; margin-bottom: 50px;}
.commonLeft{width: 240px; float: left;}
.commonRight{width: calc(100% - 260px); 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: #6bb9cf;}
.commonPage span{display: inline-block; padding: 0 8px; margin: 0 10px;}
.commonPage .current{background: #6bb9cf; color: #fff; border: solid #6bb9cf 1px;}
.commonPage select{height: 28px; margin: 0 10px; border: solid #e5e5e5 1px; outline: none;}
/* 内页通用左边 */
.commonLeft .leftProduct{width: 189px; box-sizing: border-box; padding: 30px 22px; background: linear-gradient(to right, #eaf5fa, #f8fcfd); border-right: solid #babdbe 1px; border-radius: 15px; box-shadow: 5px 10px 10px #c1e0e2;}
.commonLeft .leftProduct h3{font-size: 48px; text-align: center; font-family: system-ui; padding: 30px 0; border-bottom: solid #6d6d65 1px;}
.commonLeft .leftProduct ul{padding-top: 22px;}
.commonLeft .leftProduct li{line-height: 50px; text-align: center; cursor: pointer; position: relative;}
.commonLeft .leftProduct li::after{width: 124px; height: 1px; content: ''; background: #d6dde1; position: absolute; left: 10px; bottom: 0;}
.commonLeft .leftProduct li a{display: block; color: #1a1a1a;}
.commonLeft .leftProduct li a:hover{background: url("../images/sort.png") center no-repeat; color: #fff;}
.commonLeft .leftProduct li a.current{background: url("../images/sort.png") center no-repeat; color: #fff;}

/* 内页关于我们 */
.commonAboutus{}
.commonAboutus .title{text-align: center;}
.commonAboutus .title h3{font-size: 32px; display: inline-block; color: #6bb9cf; position: relative; padding-bottom: 20px; text-shadow: 1px 2px 1px #e5e5e5;}
.commonAboutus .title h3::after{width: 20px; height: 3px; content: ''; background: #6bb9cf; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonAboutus .content{margin-top: 30px;}
.commonAboutus .content img{max-width: 100%;}
/* 内页联系我们 */
.commonContactus{}
.commonContactus .title{text-align: center;}
.commonContactus .title h3{font-size: 32px; display: inline-block; color: #6bb9cf; position: relative; padding-bottom: 20px; text-shadow: 1px 2px 1px #e5e5e5;}
.commonContactus .title h3::after{width: 20px; height: 3px; content: ''; background: #6bb9cf; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonContactus .content{margin-top: 30px;}
.commonContactus .content img{max-width: 100%;}

/* 内页产品 */
.commonProducts{}
.commonProducts .productCategory{display: none;}
.commonProducts .productBox{}
.commonProducts .productBox .list{width: 31%; float: left; background: linear-gradient(to right, #e8f4f9, #f8fcfd); box-sizing: border-box; padding: 23px; margin-bottom: 23px; border-radius: 10px; box-shadow: 5px 10px 10px #c1e0e2; margin-right: 3.5%;}
.commonProducts .productBox .list:nth-child(3n){margin-right: 0;}
.commonProducts .productBox .list .picture{border-radius: 10px; overflow: hidden;}
.commonProducts .productBox .list .picture img{width: 100%; transition: all 0.5s;}
.commonProducts .productBox .list:hover .picture img{transform: scale(1.1);}
.commonProducts .productBox .list .text{font-size: 22px; margin-top: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.productDetails{}
.productDetails .picture{width: 45%; float: left; background: linear-gradient(to right, #e8f4f9, #f8fcfd); box-sizing: border-box; padding: 23px; margin-bottom: 23px; border-radius: 10px; box-shadow: 5px 10px 10px #c1e0e2;}
.productDetails .picture img{width: 100%; border-radius: 10px;}
.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: #6bb9cd; color: #fff; border-radius: 18px; transition: all 0.3s;}
.productDetails .abstract .consult a:hover{box-shadow: 0 3px 5px #c1e0e2;}
.productDetails .label{margin-top: 10px; border-bottom: solid #e5e5e5 1px; line-height: 40px;}
.productDetails .label h3{display: inline-block; font-size: 16px; padding: 0 20px; border-bottom: solid #6bb9cd 2px;}
.productDetails .content{margin-top: 20px; line-height: 28px;}
.productDetails .content img{max-width: 100%; height: auto !important;}
.productDetails .content table{max-width: 100%; border-collapse: collapse;}
.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 .newsCategory{display: none;}
.commonNews .newsBox .newsList{background: linear-gradient(to right, #eaf5fa, #f7fbfc); border-right: solid #babdbe 1px; border-radius: 8px; box-sizing: border-box; padding: 20px; box-shadow: 5px 5px 10px #c1e0e2; margin-bottom: 36px;}
.commonNews .newsBox .newsList .picture{width: 40%; float: left; overflow: hidden; border-radius: 10px;}
.commonNews .newsBox .newsList .picture img{width: 100%; transition: all 0.5s;}
.commonNews .newsBox .newsList:hover .picture img{transform: scale(1.1);}
.commonNews .newsBox .newsList .content{width: 56%; float: right;}
.commonNews .newsBox .newsList .title{font-size: 16px; font-weight: bold; line-height: 30px; height: 60px; color: #1c202f; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; margin-top: 20px;}
.commonNews .newsBox .newsList .title a{color: #1c202f;}
.commonNews .newsBox .newsList .date{font-size: 12px; color: #a9a9a9; margin-top: 10px;}
.commonNews .newsBox .newsList .text{color: #6a6a6a; line-height: 26px; height: 52px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; margin-top: 10px;}
.commonNews .newsBox .newsList .text a{color: #6a6a6a;}
.commonNews .newsBox .newsList .more{margin-top: 20px;}
.commonNews .newsBox .newsList .more a{font-size: 15px; font-weight: bold; color: #6fc0d1;}
.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 span{display: inline-block; margin-left: 20px;}
.newsDetails .newsPicture{width: 80%; margin: 30px auto 0; text-align: center;}
.newsDetails .newsPicture img{max-width: 100%; border-radius: 10px;}
.newsDetails .newsDescribe{width: 90%; margin: 20px auto; font-weight: bold; border: solid #eaf5fa 5px; box-sizing: border-box; padding: 10px 20px; line-height: 28px;}
.newsDetails .newsContent{padding: 20px 0;}
.newsDetails .newsContent img{max-width: 100%; height: auto !important;}
.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;}
/* 相册公用样式 */
.commonAlbum{}
.commonAlbum .list{width: 31%; float: left; background: linear-gradient(to right, #e8f4f9, #f8fcfd); box-sizing: border-box; padding: 15px; margin-bottom: 26px; border-radius: 10px; box-shadow: 5px 10px 10px #c1e0e2; margin-right: 3.5%;}
.commonAlbum .list:nth-child(3n){margin-right: 0;}
.commonAlbum .list img{width: 100%; border-radius: 10px;}
.commonAlbum .list p{font-size: 16px; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* 在线留言 */
.hs_inquiry_form{width: 600px; clear: both; margin-top: 20px;}
.hs_inquiry_form:after{content: ""; display: table; clear: both;}
.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 .hs_lf{float:left;width:120px;margin-right:15px;text-align:right;line-height:45px;font-size:14px;font-weight:bold;color:#666}
.hs_inquiry_form .hs_rf{float:left;width:auto;line-height:45px;}
.hs_inquiry_form .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 #1473e6;}
.hs_inquiry_form .input:focus{border:1px solid #1473e6;outline:0}
.hs_inquiry_form_button .button1{border:0;height:35px;line-height:35px;text-align:center;background-color:#025098;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:#296292;}
.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 .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 .textarea:hover{border:1px solid #1473e6;}
.hs_inquiry_form .textarea:focus{border:1px solid #1473e6;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: #6fc0d1; border-bottom: solid #6bb9cd 1px; color: #fff; position: fixed; top: 0; left: 0; z-index: 13;}
	.phoneHeader .phoneName{width: 60%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px;}
	.phoneHeader .phoneName img{height: 50px; vertical-align: middle;}
	.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: #6fc0d1; position: fixed; left: 0; top: 61px;}
	.phoneHeader .phoneMenuList ul{}
	.phoneHeader .phoneMenuList ul li{font-size: 16px; line-height: 50px; border-bottom: solid #6bb9cd 1px; color: #fff;}
	.phoneHeader .phoneMenuList ul li a{display: inline-block; padding: 0px 20px; color: #fff;}
	.phoneHeader .phoneMenuList ul li .triangle{width: 24px; height: 50px; float: right; margin-right: 20px; background: url("../images/triangle.png") center no-repeat; transition: all 0.5s;}
	.phoneHeader .phoneMenuList ul li .triangle.checked{transform: rotate(180deg);}
	.phoneHeader .phoneMenuList ul li ul{display: none;}
	.phoneHeader .phoneMenuList ul li ul li{font-size: 15px; border-top: dashed #6bb9cd 1px; border-bottom: none; padding-left: 16px;}
	/* 搜索框 */
	.phoneHeader .search{width: 30px; height: 30px; position: absolute; right: 15px; top: 15px;}
	.phoneHeader .search .searchBtn{width: 30px; height: 30px; background: url("../images/search1.png") center no-repeat; cursor: pointer;}
	.phoneHeader .search .searchBox{width: 100%; height: 100%; background: #6fc0d1; box-sizing: border-box; padding: 10px; position: fixed; top: 0; right: -100%; opacity: 0; transition: all 0.3s; visibility: hidden; z-index: 11;}
	.phoneHeader .search .searchBox.show{right: 0; opacity: 1; visibility: visible;}
	.phoneHeader .search .searchBox input{width: 80%; height: 40px; font-size: 14px; box-sizing: border-box; padding: 0 20px; background: #fff; border-radius: 20px;}
	.phoneHeader .search .searchBox button{width: 40px; height: 40px; background: url("../images/search1.png") center no-repeat;}
	.phoneHeader .search .searchBox .closeBtn{display: inline-block; padding: 0 4px; line-height: 40px; font-size: 22px; color: #fff;}
	/* 轮播图 */
	.banner{margin-top: 61px;}

	/* 首页产品 */
	.indexProduct{}
	.indexProduct .productTitle{width: 70%; margin: 0 auto; position: relative;}
	.indexProduct .productTitle .picture img{width: 100%;}
	.indexProduct .productTitle .more{display: none;}
	.indexProduct .productTitle .arrow{display: none;}
	.indexProduct .productTitle .text{width: 70%; height: 65%; position: absolute; left: 13%; top: 35%; text-align: center;}
	.indexProduct .productTitle .text h3{font-size: 20px; font-weight: normal; text-shadow: 3px 3px 2px #d5dcdb;}
	.indexProduct .productTitle .text p{display: none;}
	.indexProduct .productBox{display: block;}
	.indexProduct .productTab{width: 90%; margin: 10px auto; padding: 10px; border-radius: 10px; box-shadow: 5px 10px 10px #c1e0e2;}
	.indexProduct .productTab h3{display: none;}
	.indexProduct .productTab ul{padding-top: 0;}
	.indexProduct .productTab li{width: 46%; height: 33px; float: left; margin: 5px 2%; line-height: 33px;}
	.indexProduct .productTab li::after{width: 0; height: 0; display: none;}
	.indexProduct .productTab li.current{background: url("../images/sort.png") center no-repeat; color: #fff; border-radius: 4px;}
	.indexProduct .productBox .productList{width: 96%; margin: 20px auto 0;}
	.indexProduct .productBox .productList .list{width: 49%; padding: 10px;}
	.indexProduct .productBox .productList .list:nth-child(2n){margin-right: 0;}
	.indexProduct .productBox .productList .list .text{font-size: 16px; margin-top: 10px;}
	
	/* 首页关于我们 */
	.indexAboutus{padding: 30px 10px;}
	.indexAboutus .contentBox{padding: 20px;}
	.indexAboutus .contentBox .aboutTab{display: none;}
	.indexAboutus .contentBox .aboutContent .picture{display: none;}
	.indexAboutus .contentBox .aboutContent .picture img{width: 100%; border-radius: 8px;}
	.indexAboutus .contentBox .aboutContent .content{width: 100%; float: none;}
	.indexAboutus .contentBox .aboutContent .content .name::after{display: none;}
	.indexAboutus .contentBox .aboutContent .content .name .cn{font-size: 22px;}
	.indexAboutus .contentBox .aboutContent .content .name .en{font-size: 12px; font-weight: normal;}
	.indexAboutus .contentBox .aboutContent .content .text{margin-top: 10px; padding-top: 10px; border-top: solid #dbe6e9 1px;}
	.indexAboutus .contentBox .aboutContent .content .text p{font-size: 16px; line-height: 32px; color: #4a5255; text-indent: 2em;}
	.indexAboutus .contentBox .aboutLogo{margin-top: 20px;}
	
	/* 首页新闻中心 */
	.indexNews{}
	.indexNews .newsTab{padding-top: 30px;}
	.indexNews .newsTab .arrow{display: none;}
	.indexNews .newsTab .more{display: none;}
	.indexNews .newsTab .text{width: 100%; height: 65%; text-align: center;}
	.indexNews .newsTab .text h3{font-size: 22px; text-shadow: 3px 3px 2px #d5dcdb;}
	.indexNews .newsTab .text p{font-size: 16px; text-shadow: 3px 3px 2px #d5dcdb; margin-top: 5px;}
	.indexNews .newsBox{margin-top: 30px; padding: 0 10px 30px; display: block;}
	.indexNews .newsBox .newsList{width: 100%; padding: 10px 15px; margin-bottom: 30px;}
	.indexNews .newsBox .newsList .title{font-size: 15px; line-height: 24px; height: 48px; margin-top: 10px;}
	.indexNews .newsBox .newsList .text{line-height: 22px; height: 44px; margin-top: 5px;}
	.indexNews .newsBox .newsList .more{margin-top: 10px;}
	.indexNews .newsBox .newsList .more a{font-size: 14px;}
	
	/* 底部 */
	.webfooter{background: url("../images/mfooter.jpg") repeat-x; background-size: auto 100%; height: auto; padding: 30px 0 100px; box-shadow: 0 0 20px #c1e0e2;}
	.webfooter .footMenu{display: none;}
	.webfooter .footContact{width: 100%; float: none; padding-top: 0;}
	.webfooter .footContact img{width: 100px; float: none; display: block; margin: 0 auto 10px; box-shadow: 2px 2px 2px #6d6d65;}
	.webfooter .footContact p{display: block; font-size: 16px; line-height: 32px; margin: 0 15px; color: #fff; text-shadow: 1px 2px 1px #6d6d65;}
	.phoneFootMenu{width: 100%; display: block; background: #6fc0d1; border-top: solid #48a7bf 1px; 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: #48a7bf;}
	
	/* 内页公共banner图 */
	.commonBanner{margin-top: 61px;}
	.crumbs{padding: 0 10px; margin-bottom: 20px;}
	.crumbs .container{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.commonLeft{display: none;}
	.commonRight{width: 100%; float: none;}
	/* 分页器 */
	.commonPage{font-size: 14px; margin-bottom: 30px;}
	.commonPage a{display: inline-block; padding: 0; margin: 0 8px; border: none;}
	.commonPage span{display: inline-block; padding: 0; margin: 0 8px;}
	.commonPage .current{background: none; color: #025098; border: none;}
	.commonPage select{display: none;}
	/* 内页产品 */
	.commonProducts{}
	.commonProducts .productCategory{display: none;}
	.commonProducts .productBox{width: 96%; margin: 20px auto 0;}
	.commonProducts .productBox .list{width: 49%; padding: 10px; margin-right: 2%;}
	.commonProducts .productBox .list:nth-child(3n){margin-right: 2%;}
	.commonProducts .productBox .list:nth-child(2n){margin-right: 0;}
	.commonProducts .productBox .list .text{font-size: 16px; margin-top: 10px;}
	.productDetails{padding: 10px 20px; box-sizing: border-box;}
	.productDetails .picture{width: 90%; float: none; margin: 0 auto; padding: 10px; margin-bottom: 23px; border-radius: 10px; box-shadow: 5px 10px 10px #c1e0e2;}
	.productDetails .picture img{width: 100%; border-radius: 10px;}
	.productDetails .abstract{width: 100%; float: none;}
	.productDetails .abstract .name{padding: 10px 0;}
	.productDetails .abstract .text{margin-top: 10px;}
	.productDetails .abstract .consult{margin-top: 10px;}
	.productDetails .content{margin-top: 20px; line-height: 28px;}
	.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 .newsCategory{display: block; text-align: center;}
	.commonNews .newsCategory li{display: inline-block; font-size: 15px; font-weight: bold; margin: 0 8px; line-height: 28px;}
	.commonNews .newsBox{padding: 0 10px;}
	.commonNews .newsBox .newsList{padding: 15px;}
	.commonNews .newsBox .newsList .picture{width: 100%; float: none;}
	.commonNews .newsBox .newsList .content{width: 100%; float: none;}
	.commonNews .newsBox .newsList .title{font-size: 15px; line-height: 24px; height: 48px; margin-top: 10px;}
	.commonNews .newsBox .newsList .date{font-size: 12px; color: #a9a9a9; margin-top: 5px;}
	.commonNews .newsBox .newsList .text{line-height: 22px; height: 44px; margin-top: 5px;}
	.commonNews .newsBox .newsList .more{margin-top: 10px;}
	.commonNews .newsBox .newsList .more a{font-size: 14px;}
	.newsDetails{}
	.newsDetails .newsTitle{font-size: 16px;}
	.newsDetails .newsDate{padding: 0 10px;}
	.newsDetails .newsPicture{width: 80%; margin: 20px auto 0;}
	.newsDetails .newsContent{padding: 0 20px;}
	.newsDetails .newsLinks{margin-top: 10px; padding: 10px;}
	.newsDetails .prevNext{margin: 10px;}
	.newsDetails .prevNext p{line-height: 28px; color: #7a7a7a;}
	/* 内页关于我们 */
	.commonAboutus{}
	.commonAboutus .title h3{font-size: 18px; padding-bottom: 10px;}
	.commonAboutus .title h3::after{height: 2px;}
	.commonAboutus .content{margin: 20px;}
	/* 内页联系我们 */
	.commonContactus{}
	.commonContactus .title h3{font-size: 18px; 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 .textarea{width: 80%;}
	.hs_inquiry_form .vcode,.hs_inquiry_form_v .vcode{width: 36%;}
}
