@charset 'utf-8';

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: 'Microsoft Yahei', Arial; color: #303030;}
li{list-style: none;}
a{text-decoration: none; color: #303030;}
a:hover{color: #025098;}
img{vertical-align: top;}
input,button{vertical-align: top; border: none; outline: none;}
.clear{clear: both;}

.container{margin: 0 auto;}

@media (min-width: 1400px) {
	.container{max-width: 1400px;}
}
@media (max-width: 1399px) {
	.container{max-width: 100%;}
}

.webhead{width: 100%; position: absolute; top: 0; left: 0; z-index: 99;}
.webhead .logo{width: 200px; float: left; margin-top: 12px;}
.webhead .slogan{width: 400px; float: left; margin-top: 40px; padding-left: 20px; color: #fff; position: relative;}
.webhead .slogan h3{font-size: 30px;}
.webhead .slogan p{font-size: 18px;}
.webhead .slogan::before{content: '/'; font-size: 24px; color: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.webhead .menu{width: 40%; float: right; margin-top: 44px;}
.webhead .menu ul{display: flex; justify-content: space-between;}
.webhead .menu ul li{font-size: 16px; line-height: 32px; position: relative;}
.webhead .menu ul li a{color: #fff;}
.webhead .menu ul li a:hover{color: #ff8023;}
.webhead .menu ul li a.current{color: #ff8023;}
.webhead .menu ul li ul{display: none; width: max-content; background: rgba(0, 0, 0, 0.5); border: solid #666 1px; padding: 5px 0; position: absolute; left: 50%; transform: translateX(-50%);}
.webhead .menu ul li:hover ul{display: block;}
.webhead .menu ul li ul li{}
.webhead .menu ul li ul li a{display: block; text-align: center; padding: 0 20px;}
.webhead .search{width: 35px; height: 35px; float: right; position: relative; margin-top: 42px; margin-left: 23px; z-index: 99;}
.webhead .search .searchBtn{width: 35px; height: 35px; background: url("../images/search.png") center no-repeat #fff; border-radius: 50%; cursor: pointer;}
.webhead .search .searchBox{width: 0; height: 35px; background: #fff; border-radius: 20px; position: absolute; top: 0; left: 30px; opacity: 0; transition: all 0.3s; visibility: hidden; overflow: hidden;}
.webhead .search .searchBox.show{width: 300px; left: -265px; opacity: 1; visibility: visible;}
.webhead .search .searchBox input{width: 200px; height: 35px; float: left; font-size: 14px; margin-left: 20px;}
.webhead .search .searchBox button{width: 30px; height: 35px; float: left; background: url("../images/search.png") center no-repeat; cursor: pointer;}
.webhead .search .searchBox .closeBtn{height: 35px; float: right; line-height: 33px; font-size: 22px; color: #666; margin-right: 20px;}

/* 首页轮播图 */
.banner{position: relative; overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{position: relative; left: 50%; transform: translateX(-50%);}
.banner .swiper-button{width: 100%; height: 30px; position: absolute; bottom: 40px; left: 0;}
.banner .swiper-button .container{height: 100%; position: relative;}
.banner .swiper-button .swiper-pagination-fraction{width: 60px; line-height: 30px; font-size: 24px; color: #fff; left: auto; right: 30px; bottom: 0;}
.banner .swiper-button .swiper-pagination-fraction .swiper-pagination-total{color: #474747;}
.banner .swiper-button .swiper-button-prev,
.banner .swiper-button .swiper-button-next{width: 30px; height: 30px; line-height: 30px; margin: 0; top: 0; background: none; font-size: 24px; color: #fff; text-align: center; font-family: cursive; font-weight: bold;}
.banner .swiper-button .swiper-button-prev{left: auto; right: 90px;}
.banner .swiper-button .swiper-button-next{right: 0;}

/* 公用标题 */
.commonTitle{}
.commonTitle h2{font-size: 48px;}
.commonTitle p{font-size: 22px;}
.commonTitle .white{color: white;}
.commonTitle .black{color: #303030;}
.commonTitle .orange{color: #ff8023;}

/* 我们的优势 */
.indexAdvantage{background: url("../images/advantage.jpg") center no-repeat; padding: 70px 0;}
.indexAdvantage .advantageList{display: flex; justify-content: space-between; margin-top: 60px;}
.indexAdvantage .advantageList .list{width: 23%; box-sizing: border-box; padding: 50px 20px; border: solid rgba(254, 242, 242, 0) 1px; transition: all 0.5s;}
.indexAdvantage .advantageList .list:hover{border: solid rgba(254, 242, 242, 0.5) 1px; border-top-right-radius: 50px; box-shadow: 0 0 30px -10px #fef2f2 inset, 0 0 30px -10px #fef2f2;}
.indexAdvantage .advantageList .list .picture{height: 100px; overflow: hidden;}
.indexAdvantage .advantageList .list:hover .picture img{margin-top: -100px;}
.indexAdvantage .advantageList .list .title{margin-top: 20px; font-size: 32px; font-weight: bold; color: #fff;}
.indexAdvantage .advantageList .list .text{font-size: 16px; line-height: 24px; color: #fff; margin-top: 10px;}

/* 产品中心 */
.indexProduct{padding: 60px 0 50px;}
.indexProduct .productTab{float: right;}
.indexProduct .productTab li{float: left; font-size: 16px; line-height: 38px; margin-left: 40px; cursor: pointer;}
.indexProduct .productTab li.current{color: #1946b9; border-bottom: solid #1946b9 2px; padding-bottom: 5px;}
.indexProduct .productTab li.more a{display: block; padding: 0 20px; background: #1946b9; color: #fff; border-radius: 20px; transition: all 0.5s;}
.indexProduct .productTab li.more a:hover{box-shadow: 0 3px 10px #94b1fc;}
.indexProduct .productList{display: none; margin-top: 30px;}
.indexProduct .productList.show{display: block;}
.indexProduct .productList .list{width: 23.5%; float: left; margin-right: 2%;}
.indexProduct .productList .list:nth-child(4){margin-right: 0;}
.indexProduct .productList .list .picture{border: solid #f2f2f2 1px;}
.indexProduct .productList .list .picture img{width: 100%;}
.indexProduct .productList .list:hover .picture{border-color: #1946b9; box-shadow: 0 0 0 4px #1946b9, 0 0 20px 5px #eee;}
.indexProduct .productList .list .name{margin-top: 16px;}
.indexProduct .productList .list .name a{display: inline-block; font-size: 16px; line-height: 26px;}
.indexProduct .productList .list .name a span{display: none;}
.indexProduct .productList .list:hover .name a{background: #1946b9; color: #fff; padding: 0 15px; border-radius: 13px; margin-left: 5px;}
.indexProduct .productList .list:hover .name a span{display: inline-block;}

/* 适用于多场合 */
.indexApply{background: #4d70c4; padding: 80px 0;}
.indexApply .applyList{display: flex; justify-content: space-between; margin-top: 40px;}
.indexApply .applyList .list{width: 24%; position: relative;}
.indexApply .applyList .list .picture img{width: 100%;}
.indexApply .applyList .list .mask{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); position: absolute; left: 0; top: 0; transition: all 0.5s;}
.indexApply .applyList .list:hover .mask{height: 0;}
.indexApply .applyList .list .icon{width: 60%; text-align: center; position: absolute; left: 20%; top: 30%;}
.indexApply .applyList .list .text{width: 80%; text-align: center; position: absolute; left: 10%; top: 60%;}
.indexApply .applyList .list .text h4{font-size: 20px; font-weight: normal; color: #fff;}
.indexApply .applyList .list .text p{font-size: 13px; color: #fff;}

/* 案例展示 */
.indexCase{padding: 60px 0;}
.indexCase .caseSwiper{margin-top: 50px; overflow: hidden;}
.indexCase .caseSwiper .list{padding: 30px 13px; border: solid #e8e8e8 1px; box-shadow: 0 0 10px #e8e8e8;}
.indexCase .caseSwiper .list .title{font-size: 20px;}
.indexCase .caseSwiper .list .picture{margin-top: 20px;}
.indexCase .caseSwiper .list .picture img{width: 100%;}

/* 关于我们 */
.indexAbout{position: relative;}
.indexAbout .aboutBg img{width: 100%;}
.indexAbout .content{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.indexAbout .content .aboutTab{margin-top: 100px;}
.indexAbout .content .aboutTab a{font-size: 18px; color: #fff; margin-right: 36px;}
.indexAbout .content .aboutTab a.current{border-bottom: solid #1946b9 3px;}
.indexAbout .content .aboutItem{display: none;}
.indexAbout .content .aboutItem.show{display: block;}
.indexAbout .content .company{margin-top: 60px;}
.indexAbout .content .company .text{font-size: 16px; color: #fff; margin-top: 70px;}
.indexAbout .content .company .more{margin-top: 50px;}
.indexAbout .content .company .more a{display: inline-block; width: 191px; height: 55px; text-align: center; line-height: 55px; background: #1946b9; color: #fff; font-size: 24px; border-radius: 28px 36px 0 28px;}
.indexAbout .content .message{margin-top: 130px;}
.indexAbout .content .message .title{font-size: 30px; color: #fff;}
.indexAbout .content .message .title small{font-size: 12px;}
.indexAbout .content .message .form{width: 700px;}
.indexAbout .content .message .form .list{width: 188px; height: 31px; float: left; box-sizing: border-box; padding-left: 46px; border: solid rgba(238, 238, 238, 0.3) 1px; margin-right: 50px; margin-top: 30px;}
.indexAbout .content .message .form .list input{width: 140px; height: 29px; background: none; color: #fff;}
.indexAbout .content .message .form .list input::placeholder{color: #e8e8e8;}
.indexAbout .content .message .form .list.name{background: url("../images/msg_name.png") 17px center no-repeat;}
.indexAbout .content .message .form .list.tel{background: url("../images/msg_tel.png") 19px center no-repeat;}
.indexAbout .content .message .form .list.vcode{background: url("../images/msg_lock.png") 21px center no-repeat; margin-right: 0px;}
.indexAbout .content .message .form .list.vcode input{width: 78px;}
.indexAbout .content .message .form .list.vcode img{width: 62px; height: 29px;}
.indexAbout .content .message .form .list.msg{width: 426px; background: url("../images/msg_msg.png") 16px center no-repeat;}
.indexAbout .content .message .form .list.msg input{width: 378px;}
.indexAbout .content .message .form .button{width: 188px; float: left; margin-top: 30px;}
.indexAbout .content .message .form .button button{width: 100%; height: 31px; background: #1946b9; color: #fff; cursor: pointer;}
.indexAbout .content .message .more{margin-top: 150px;}
.indexAbout .content .message .more a{display: inline-block; width: 191px; height: 55px; text-align: center; line-height: 55px; background: #1946b9; color: #fff; font-size: 24px; border-radius: 28px 36px 0 28px;}

/* 新闻资讯 */
.indexNews{background: url("../images/news.jpg") center bottom no-repeat; padding: 80px 0 100px;}
.indexNews .newsTab{width: 150px; float: left; margin-top: 50px;}
.indexNews .newsTab li{font-size: 20px; padding-left: 58px; margin-bottom: 28px; cursor: pointer;}
.indexNews .newsTab li.current{color: #1946b9; position: relative;}
.indexNews .newsTab li.current::after{width: 45px; height: 2px; content: ''; background: #1946b9; position: absolute; left: 0; top: 12px;}
.indexNews .newsContent{width: calc(100% - 180px); float: right; margin-top: 50px;}
.indexNews .newsContent .newsList{display: none;}
.indexNews .newsContent .newsList.show{display: block;}
.indexNews .newsContent .list{width: 32%; float: left; background: #fff; color: #424242; margin-left: 2%; box-sizing: border-box; padding: 20px 30px; transition: all 0.5s;}
.indexNews .newsContent .list:first-child{margin-left: 0;}
.indexNews .newsContent .list a{color: #424242;}
.indexNews .newsContent .list:hover{background: #4a6dc1; color: #fff;}
.indexNews .newsContent .list:hover a{color: #fff;}
.indexNews .newsContent .list .date{width: 108px; text-align: center;}
.indexNews .newsContent .list .date .day{font-size: 40px; font-weight: bold;}
.indexNews .newsContent .list .date .month{font-size: 20px;}
.indexNews .newsContent .list .title{font-size: 20px; margin-top: 30px;}
.indexNews .newsContent .list .title a{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.indexNews .newsContent .list .picture{overflow: hidden; margin-top: 20px;}
.indexNews .newsContent .list .picture img{width: 100%; transition: all 0.5s;}
.indexNews .newsContent .list .picture:hover img{transform: scale(1.1);}
.indexNews .newsContent .list .text{font-size: 16px; line-height: 20px; height: 60px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis;}
.indexNews .newsContent .list .more{margin-top: 20px;}
.indexNews .newsContent .list .more a{display: block; width: 108px; height: 30px; text-align: center; line-height: 30px; background: #4a6dc1; color: #fff; border-radius: 15px 20px 0 15px; transition: all 0.5s;}
.indexNews .newsContent .list:hover .more a{background: #fff; color: #4a6dc1;}

/* 友情链接 */
.blogroll{background: #3d3d3d; color: #6e6e6e; line-height: 36px;}
.blogroll a{color: #6e6e6e; margin: 0 6px;}
.blogroll a:hover{color: #ddd;}

/* 底部 */
.footer{padding: 35px 0;}
.footer .footLogo{width: calc(100% - 740px); float: left;}
.footer .footLogo .online{padding-left: 52px;}
.footer .footLogo .online a{display: block; width: 200px; height: 44px; text-align: center; line-height: 44px; font-size: 16px; border: solid #e5e5e5 1px;}
.footer .footLogo .online i{width: 27px; height: 26px; display: inline-block; vertical-align: middle; background: url("../images/consult.png"); margin-right: 15px;}
.footer .footLogo .copyright{color: #bebebe; margin-top: 30px;}
.footer .footLogo .copyright p{display: inline-block; margin-right: 20px;}
.footer .footLogo .copyright p a{color: #bebebe;}
.footer .footLogo .copyright p a:hover{color: #025098;}
.footer .footCode{width: 160px; float: left; text-align: center;}
.footer .footCode p{font-size: 16px;}
.footer .footContact{width: 520px; float: right;}
.footer .footContact .tel{height: 50px; font-size: 32px;}
.footer .footContact .tel i{width: 49px; height: 49px; display: inline-block; vertical-align: text-bottom; background: url("../images/tel.png"); margin-right: 20px;}
.footer .footContact .tel b{font-style: italic; text-decoration: underline #1946b9 6px;}
.footer .footContact .text{font-size: 18px; line-height: 46px; margin-top: 20px;}

/* 右边客服 */
.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 img{width: 100%;}
.mconBanner{display: none;}
.crumbs{height: 50px; line-height: 50px; background: #f7f7f7; 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: #1946b9;}
.commonPage span{display: inline-block; padding: 0 8px; margin: 0 10px;}
.commonPage .current{background: #1946b9; color: #fff; border: solid #1946b9 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 #025098 1px; background: #1946b9; 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: 46px; border-bottom: solid #ececec 1px; position: relative;}
.commonLeft .classification ul li:last-child{border-bottom: none;}
.commonLeft .classification ul li::after{width: 2px; height: 2px; content: ''; border: solid #025098 2px; transform: rotate(45deg); position: absolute; left: 10px; top: 20px;}
.commonLeft .classification ul li a{margin-left: 26px;}
.commonLeft .classification ul li .btn{border-top: solid #999 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; right: 10px; top: 20px; cursor: pointer; transition: all 0.5s;}
.commonLeft .classification ul li .btn::after{content: ''; border-top: solid #fff 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; right: -10px; top: -12px;}
.commonLeft .classification ul li .btn.rotate{transform: rotate(180deg);}
.commonLeft .classification ul li ul{display: none;}
.commonLeft .classification ul li ul li{font-size: 15px; border-bottom: none; border-top: dashed #ececec 1px;}
.commonLeft .classification ul li ul li::after{background: #888; border-color: #888; border-radius: 50%; left: 15px;}
.commonLeft .classification ul li ul li a{margin-left: 32px;}

.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;}
.commonLeft .leftMessage{margin-bottom: 30px;}

/* 内页关于我们 */
.commonAboutus{}
.commonAboutus .title{font-size: 30px; text-align: center;}
.commonAboutus .title h3{display: inline-block; color: #1946b9; position: relative; padding-bottom: 20px;}
.commonAboutus .title h3::after{width: 20px; height: 3px; content: ''; background: #1946b9; 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: #1946b9; position: relative; padding-bottom: 20px;}
.commonContactus .title h3::after{width: 20px; height: 3px; content: ''; background: #1946b9; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonContactus .content{margin-top: 30px;}
.commonContactus .content img{max-width: 100%;}
/* 内页产品 */
.commonProducts{}
.commonProducts .productBox{}
.commonProducts .productBox .list{width: 30%; float: left; box-sizing: border-box; border: solid #e5e5e5 1px; margin-right: 5%; margin-bottom: 50px;}
.commonProducts .productBox .list:nth-child(3n){margin-right: 0;}
.commonProducts .productBox .list .picture{overflow: hidden;}
.commonProducts .productBox .list .picture img{width: 100%;}
.commonProducts .productBox .list .name{padding: 15px; font-size: 16px; background: #f2f2f2; text-align: center;}
.productDetails{padding-bottom: 50px;}
.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: #025098; color: #fff; border-radius: 18px; transition: all 0.3s;}
.productDetails .abstract .consult a:hover{box-shadow: 0 3px 5px #d5e5ff;}
.productDetails .label{border: solid #e5e5e5 1px; margin-top: 20px;}
.productDetails .label li{display: inline-block; font-size: 15px; font-weight: bold; padding: 0 28px; line-height: 46px;}
.productDetails .label .current{border-bottom: solid #025098 2px;}
.productDetails .content{margin-top: 20px; line-height: 28px;}
.productDetails .content table{max-width: 100%; border-collapse: collapse;}
.productDetails .content img{max-width: 100%; height: auto !important;}
.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{border-bottom: dashed #e5e5e5 1px; padding-bottom: 20px; margin-bottom: 30px;}
.commonNews .list .title{font-size: 16px; font-weight: bold; color: #025098; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.commonNews .list .text{color: #6c6c6c; 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 .list .date{color: #999; margin-top: 10px;}
.commonNews .list .more{margin-top: 10px;}
.commonNews .list .more a{color: #d00000;}
.commonNews .list .more a:hover{color: #025098;}
.newsDetails{padding-bottom: 50px;}
.newsDetails .newsTitle{font-size: 20px; font-weight: bold; text-align: center; line-height: 28px; padding: 10px;}
.newsDetails .newsDate{line-height: 32px; border-bottom: dashed #e5e5e5 1px; color: #949494;}
.newsDetails .newsDate p{display: inline-block; margin-right: 20px;}
.newsDetails .newsPicture{width: 80%; margin: 30px auto 0; text-align: center;}
.newsDetails .newsPicture img{max-width: 100%;}
.newsDetails .newsDescribe{width: 90%; margin: 20px auto; font-weight: bold; border: solid #f7f7f7 5px; box-sizing: border-box; padding: 10px 20px; line-height: 28px;}
.newsDetails .newsContent{padding: 20px 0;}
.newsDetails .newsContent::after{content: ''; display: table; clear: both;}
.newsDetails .newsContent img{max-width: 100%;}
.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; box-sizing: border-box; padding: 15px; border: solid #e8e8e8 1px; margin-right: 3.5%; margin-bottom: 30px;}
.commonAlbum .list:nth-child(3n){margin-right: 0;}
.commonAlbum .list img{width: 100%;}
.commonAlbum .list p{font-size: 16px; text-align: center; margin-top: 10px;}
.commonAlbumDetails .picture{width: 50%; margin: 0 auto; border: solid #e5e5e5 1px;}
.commonAlbumDetails .picture img{width: 100%;}
.commonAlbumDetails .title{font-size: 16px; font-weight: bold; text-align: center; margin-top: 10px;}
.commonAlbumDetails .label{border: solid #e5e5e5 1px; margin-top: 20px;}
.commonAlbumDetails .label li{display: inline-block; font-size: 15px; font-weight: bold; padding: 0 28px; line-height: 46px;}
.commonAlbumDetails .label .current{border-bottom: solid #025098 2px;}
.commonAlbumDetails .content{margin-top: 20px; line-height: 28px;}
.commonAlbumDetails .casesLinks{margin-top: 20px; padding: 10px 0; border-bottom: solid #e5e5e5 1px; color: #7a7a7a;}
.commonAlbumDetails .prevNext{margin-top: 10px;}
.commonAlbumDetails .prevNext p{line-height: 28px; color: #7a7a7a;}

/* 在线留言 */
.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 #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_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 #1473e6;}
.hs_inquiry_form_v .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}

@media (max-width: 1440px) {
	.banner .swiper-slide img{height: 700px;}
}
@media (max-width: 1280px) {
	.banner .swiper-slide img{height: 550px;}
	.commonTitle h2{font-size: 44px;}
}
@media (max-width: 1150px) {
	.webhead .logo{width: 160px;}
	.webhead .logo img{width: 150px;}
	.webhead .slogan{width: 340px; margin-top: 34px;}
	.webhead .slogan h3{font-size: 26px;}
	.webhead .slogan p{font-size: 16px;}
	.commonTitle h2{font-size: 40px;}
}

/* 手机端 */
.phoneHeader{display: none;}
.phoneFootMenu{display: none;}
@media (max-width: 990px) {
	/* 头部 */
	.webhead{display: none;}
	.phoneHeader{width: 100%; height: 60px; display: block; background: #4d70c4; border-bottom: solid #1946b9 1px; color: #fff; position: fixed; top: 0; left: 0; z-index: 99;}
	.phoneHeader .phoneName{width: 73%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px;}
	.phoneHeader .phoneName img{max-height: 40px; vertical-align: middle;}
	.phoneHeader .phoneNavbtn{position: absolute; z-index: 10; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 16px; 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: calc(100% - 60px); overflow-y: auto; display: none; background: #4d70c4; position: fixed; left: 0; top: 61px;}
	.phoneHeader .phoneMenuList ul{}
	.phoneHeader .phoneMenuList ul li{font-size: 16px; line-height: 46px; border-bottom: solid #1946b9 1px; color: #fff; position: relative;}
	.phoneHeader .phoneMenuList ul li a{display: inline-block; padding: 0px 20px; color: #fff;}
	.phoneHeader .phoneMenuList ul li .btn{border-top: solid #fff 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; right: 10px; top: 20px; cursor: pointer; transition: all 0.5s;}
	.phoneHeader .phoneMenuList ul li .btn::after{content: ''; border-top: solid #4d70c4 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; right: -10px; top: -12px;}
	.phoneHeader .phoneMenuList ul li .btn.rotate{transform: rotate(180deg);}
	.phoneHeader .phoneMenuList ul li ul{display: none;}
	.phoneHeader .phoneMenuList ul li ul li{font-size: 15px; border-top: dashed #1946b9 1px; border-bottom: none;}
	.phoneHeader .phoneMenuList ul li ul li::after{width: 2px; height: 2px; content: ''; background: #025098; border: solid #fff 2px; transform: rotate(45deg); position: absolute; left: 20px; top: 20px;}
	.phoneHeader .phoneMenuList ul li ul li a{margin-left: 16px;}
	.phoneHeader .phoneMenuList ul li ul li li::after{background: #fff; border-radius: 50%; left: 30px;}
	.phoneHeader .phoneMenuList ul li ul li li a{margin-left: 26px;}
	
	
	/* 搜索框 */
	.phoneHeader .search{width: 30px; height: 30px; position: absolute; right: 12px; top: 15px;}
	.phoneHeader .search .searchBtn{width: 30px; height: 30px; background: url("../images/msearch.png") center no-repeat; cursor: pointer;}
	.phoneHeader .search .searchBox{width: 100%; height: 100%; background: #4d70c4; 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/msearch.png") center no-repeat;}
	.phoneHeader .search .searchBox .closeBtn{display: inline-block; padding: 0 3px; line-height: 40px; font-size: 22px; color: #fff;}
	/* 轮播图 */
	.banner{margin-top: 61px;}
	.banner .swiper-slide img{width: 100%; height: auto;}
	.banner .swiper-button{bottom: 0;}
	.banner .swiper-button .swiper-pagination-fraction{width: 50px; font-size: 18px; right: 30px;}
	.banner .swiper-button .swiper-pagination-fraction .swiper-pagination-total{color: #474747;}
	.banner .swiper-button .swiper-button-prev,
	.banner .swiper-button .swiper-button-next{width: 20px; font-size: 18px;}
	.banner .swiper-button .swiper-button-prev{left: auto; right: 80px;}
	.banner .swiper-button .swiper-button-next{right: 10px;}
	
	/* 公用标题 */
	.commonTitle{padding: 0 10px;}
	.commonTitle h2{font-size: 26px;}
	.commonTitle p{font-size: 18px;}
	.commonTitle .white{color: white;}
	.commonTitle .black{color: #303030;}
	.commonTitle .orange{color: #ff8023;}
	
	/* 我们的优势 */
	.indexAdvantage{background: url("../images/advantage.jpg") center no-repeat; background-size: auto 100%; padding: 30px 0;}
	.indexAdvantage .advantageList{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 20px;}
	.indexAdvantage .advantageList .list{width: 49%; box-sizing: border-box; padding: 20px 20px; border: solid rgba(254, 242, 242, 0) 1px; transition: all 0.5s;}
	.indexAdvantage .advantageList .list:hover{border: solid rgba(254, 242, 242, 0.5) 1px; border-top-right-radius: 50px; box-shadow: 0 0 30px -10px #fef2f2 inset, 0 0 30px -10px #fef2f2;}
	.indexAdvantage .advantageList .list .picture{height: 50px; text-align: center; overflow: hidden;}
	.indexAdvantage .advantageList .list .picture img{height: 100px;}
	.indexAdvantage .advantageList .list:hover .picture img{margin-top: -50px;}
	.indexAdvantage .advantageList .list .title{margin-top: 10px; text-align: center; font-size: 18px;}
	.indexAdvantage .advantageList .list .text{font-size: 14px; line-height: 20px; margin-top: 5px;}
	
	/* 产品中心 */
	.indexProduct{padding: 30px 0;}
	.indexProduct .productTab{float: none; text-align: center; margin-top: 20px; position: relative;}
	.indexProduct .productTab li{float: none; display: inline-block; font-size: 16px; line-height: 22px; margin: 0 10px;}
	.indexProduct .productTab li.more{position: absolute; right: 0; top: -56px;}
	.indexProduct .productTab li.more a{display: block; padding: 6px 20px; background: #1946b9; color: #fff; border-radius: 20px; transition: all 0.5s;}
	.indexProduct .productList{display: none; margin-top: 20px;}
	.indexProduct .productList.show{display: block;}
	.indexProduct .productList .list{width: 46%; margin: 0 2% 20px;}
	.indexProduct .productList .list .picture{border: solid #f2f2f2 1px;}
	.indexProduct .productList .list .picture img{width: 100%;}
	.indexProduct .productList .list:hover .picture{border-color: #1946b9; box-shadow: none;}
	.indexProduct .productList .list .name{margin-top: 10px; text-align: center;}
	.indexProduct .productList .list .name a{display: inline-block; font-size: 16px; line-height: 26px;}
	.indexProduct .productList .list .name a span{display: none;}
	.indexProduct .productList .list:hover .name a{background: #1946b9; color: #fff; padding: 0 15px; border-radius: 13px; margin-left: 5px;}
	.indexProduct .productList .list:hover .name a span{display: inline-block;}
	
	/* 适用于多场合 */
	.indexApply{background: #4d70c4; padding: 30px 0;}
	.indexApply .applyList{display: flex; justify-content: space-around; flex-wrap: wrap; margin-top: 20px;}
	.indexApply .applyList .list{width: 46%; margin-bottom: 20px;}
	
	/* 案例展示 */
	.indexCase{padding: 30px 0;}
	.indexCase .caseSwiper{margin: 20px 10px 0; overflow: hidden;}
	.indexCase .caseSwiper .list{padding: 10px; border: solid #e8e8e8 1px; box-shadow: 0 0 10px #e8e8e8;}
	.indexCase .caseSwiper .list .title{font-size: 16px; text-align: center;}
	.indexCase .caseSwiper .list .picture{margin-top: 10px;}
	.indexCase .caseSwiper .list .picture img{width: 100%;}
	
	/* 关于我们 */
	.indexAbout{position: relative; overflow: hidden;}
	.indexAbout .aboutBg img{width: auto;}
	.indexAbout .content{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
	.indexAbout .content .aboutTab{margin: 30px 10px 0;}
	.indexAbout .content .aboutTab a{margin-right: 20px;}
	.indexAbout .content .company{margin-top: 30px;}
	.indexAbout .content .company .text{font-size: 16px; color: #fff; margin-top: 20px; padding: 0 10px;}
	.indexAbout .content .company .more{margin-top: 30px; margin-left: 10px;}
	.indexAbout .content .company .more a{width: 150px; height: 40px; line-height: 40px; font-size: 16px; border-radius: 28px 36px 0 28px;}
	
	.indexAbout .content .message{margin-top: 30px; padding: 0 10px;}
	.indexAbout .content .message .title{font-size: 26px; color: #fff;}
	.indexAbout .content .message .title small{font-size: 12px;}
	.indexAbout .content .message .form{width: 100%;}
	.indexAbout .content .message .form .list{width: 100%; height: 36px; margin-right: 0; margin-top: 30px;}
	.indexAbout .content .message .form .list input{width: 100%; height: 34px; background: none; color: #fff;}
	.indexAbout .content .message .form .list.vcode input{width: calc(100% - 80px);}
	.indexAbout .content .message .form .list.vcode img{width: 80px; height: 34px;}
	.indexAbout .content .message .form .list.msg{width: 100%; background: url("../images/msg_msg.png") 16px center no-repeat;}
	.indexAbout .content .message .form .list.msg input{width: 100%;}
	.indexAbout .content .message .form .button{width: 100%; float: left; margin-top: 30px;}
	.indexAbout .content .message .form .button button{width: 100%; height: 38px; background: #1946b9; color: #fff; cursor: pointer;}
	.indexAbout .content .message .more{margin-top: 50px;}
	.indexAbout .content .message .more a{width: 150px; height: 40px; line-height: 40px; font-size: 16px; border-radius: 28px 36px 0 28px;}
	
	/* 新闻资讯 */
	.indexNews{background: none; padding: 30px 0 0;}
	.indexNews .newsTab{width: 100%; float: none; margin-top: 20px;}
	.indexNews .newsTab ul{text-align: center;}
	.indexNews .newsTab li{display: inline-block; font-size: 20px; padding-left: 0; margin: 0 18px;}
	.indexNews .newsTab li.current::after{width: 0; height: 0;}
	.indexNews .newsContent{width: 100%; float: none; margin-top: 0;}
	.indexNews .newsContent .list{width: 100%; float: left; background: #f7f7f7; color: #424242; margin: 20px 0 0; padding: 20px 10px;}
	.indexNews .newsContent .list .date{text-align: left;}
	.indexNews .newsContent .list .date p{display: inline-block;}
	.indexNews .newsContent .list .date .day{font-size: 18px; font-weight: bold; margin-right: 3px;}
	.indexNews .newsContent .list .date .month{font-size: 16px;}
	.indexNews .newsContent .list .title{font-size: 18px; font-weight: bold; margin-top: 10px;}
	.indexNews .newsContent .list .picture{overflow: hidden; margin-top: 10px;}
	.indexNews .newsContent .list .picture img{width: 100%; transition: all 0.5s;}
	.indexNews .newsContent .list .picture:hover img{transform: scale(1.1);}
	.indexNews .newsContent .list .text{font-size: 14px; line-height: 20px; height: 40px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
	.indexNews .newsContent .list .more{margin-top: 20px;}
	.indexNews .newsContent .list .more a{display: block; width: 108px; height: 30px; text-align: center; line-height: 30px; background: #4a6dc1; color: #fff; border-radius: 15px 20px 0 15px; transition: all 0.5s;}
	.indexNews .newsContent .list:hover .more a{background: #fff; color: #4a6dc1;}
	
	/* 友情链接 */
	.blogroll{background: #3d3d3d; color: #6e6e6e; line-height: 22px; padding: 13px 10px;}
	.blogroll a{display: inline-block; color: #6e6e6e; margin: 0 12px 0 0;}
	.blogroll a:hover{color: #ddd;}
	
	/* 底部 */
	.footer{padding: 35px 0 100px;}
	.footer .footLogo{width: 100%; float: left; text-align: center;}
	.footer .footLogo .logo img{width: 130px;}
	.footer .footLogo .online{display: none;}
	.footer .footLogo .copyright{color: #bebebe; margin-top: 20px;}
	.footer .footLogo .copyright p{display: inline-block; margin-right: 20px; line-height: 24px;}
	.footer .footLogo .copyright p a{color: #bebebe;}
	.footer .footLogo .copyright p a:hover{color: #025098;}
	.footer .footCode{display: none;}
	.footer .footCode p{font-size: 16px;}
	.footer .footContact{display: none;}
	
	.phoneFootMenu{width: 100%; display: block; background: #4d70c4; 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: #4d70c4;}
		
	/* 内页公共banner图 */
	.commonBanner{display: none;}
	.mconBanner{display: block; margin-top: 61px;}
	.mconBanner img{width: 100%;}
	.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 .productBox{padding: 20px 10px 0;}
	.commonProducts .productBox .list{width: 46%; float: left; box-sizing: border-box; border: solid #e5e5e5 1px; margin: 0 2% 30px;}
	.commonProducts .productBox .list:nth-child(3n){margin: 0 2% 30px;}
	.commonProducts .productBox .list .name{padding: 10px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.commonProducts .productBox .list img{width: 100%;}
	.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 0;}
	.productDetails .prevNext{margin: 10px 0;}
	/* 内页新闻 */
	.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 .list{margin: 20px; border: dashed #e5e5e5 1px; padding: 10px;}
	.commonNews .list .picture{display: none;}
	.commonNews .list .content{width: 100%; float: none;}
	.commonNews .list .title{font-size: 15px; font-weight: normal;}
	.commonNews .list .date{margin: 10px 0;}
	.commonNews .list .text{font-size: 14px; line-height: 26px; height: 52px; -webkit-line-clamp: 2;}
	.commonNews .list .content .more{margin-top: 10px;}
	.newsDetails{padding-bottom: 20px;}
	.newsDetails .newsTitle{font-size: 16px;}
	.newsDetails .newsDate{padding: 0 10px;}
	.newsDetails .newsPicture{width: 80%; margin: 20px auto 0;}
	.newsDetails .newsContent{padding: 10px;}
	.newsDetails .newsLinks{margin-top: 10px; padding: 10px;}
	.newsDetails .prevNext{margin: 10px;}
	.newsDetails .prevNext p{line-height: 28px; color: #7a7a7a;}
	/* 内页关于我们 */
	.commonAboutus{}
	.commonAboutus .title{font-size: 18px;}
	.commonAboutus .title h3{padding-bottom: 10px;}
	.commonAboutus .title h3::after{height: 2px;}
	.commonAboutus .content{margin: 20px;}
	/* 内页联系我们 */
	.commonContactus{}
	.commonContactus .title{font-size: 18px;}
	.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%;}
}
