@charset "utf-8";

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: "Microsoft Yahei"; color: #212121;}
a{text-decoration: none; color: #212121;}
a:hover{color: #0055ac;}
li{list-style: none;}
input,button,textarea{outline: none; font-size: 14px; font-family: "Microsoft Yahei";}
img{vertical-align: middle;}

@font-face {
	font-family: 'ImpactMTstd';
	src: url('../font/ImpactMTstd.otf');
}
@font-face {
	font-family: "dincondregular";
	src:url("../font/dincondregular.otf");
}

.whole{margin: 0 auto;}
@media (min-width:1400px) {
	.whole{width: 1400px;}
}
.clear{clear: both;}
.clearboth::after{content: ''; display: table; clear: both;}

.webhead{background: #fff; position: relative; z-index: 9;}
.webhead .logo{width: 160px; float: left; text-align: center; line-height: 80px;}
.webhead .name{width: 210px; float: left; text-align: center; padding: 5px 0;}
.webhead .name h2{font-size: 30px; line-height: 45px; font-style: italic; letter-spacing: 3px; color: #313131;}
.webhead .name p{font-size: 18px; line-height: 25px; color: #313131; letter-spacing: 2px; position: relative; margin: 0 6px;}
.webhead .name p::before{width: 44px; height: 1px; content: ''; background: #9f9f9f; position: absolute; left: 0; top: 50%;}
.webhead .name p::after{width: 44px; height: 1px; content: ''; background: #9f9f9f; position: absolute; right: 0; top: 50%;}
.webhead .menu{float: right;}
.webhead .menu ul::after{content: ''; display: table; clear: both;}
.webhead .menu ul li{float: left; line-height: 80px;}
.webhead .menu ul li a{display: block; font-size: 18px; padding: 0 25px; color: #313131;}
.webhead .menu ul li:hover a{color: #ff7800;}
.webhead .dropdown{width: 100%; height: 40px; background: #ff9b42; position: absolute; top: 80px; left: 0; display: none;}
.webhead .menu ul li:hover .dropdown{display: block;}
.webhead .dropdown ul{width: max-content; position: relative; left: 65%; transform: translateX(-50%);}
.webhead .dropdown ul li{display: inline-block; line-height: 40px;}
.webhead .dropdown ul li a{font-size: 16px; color: #fff;}
.webhead .menu ul li:hover .dropdown ul li a{color: #fff;}

.webfoot{padding: 100px 0 30px; background: url('../images/footer.png') center bottom no-repeat #1a2634;}
.webfoot .fmenu{width: calc(96% - 650px); float: left; margin-right: 4%;}
.webfoot .fmenu h4{font-size: 18px; font-weight: normal; margin-bottom: 30px;}
.webfoot .fmenu h4 a{color: #fff;}
.webfoot .fmenu ul{width: 20%; float: left;}
.webfoot .fmenu ul li{font-size: 16px; line-height: 32px;}
.webfoot .fmenu ul li a{color: #fff;}
.webfoot .fwxcode{width: 180px; float: left; text-align: center;}
.webfoot .fwxcode p{font-size: 18px; line-height: 32px; color: #fff; margin-top: 10px;}
.webfoot .fcontact{width: 370px; float: right; color: #fff;}
.webfoot .fcontact h3{font-size: 28px; margin-bottom: 20px;}
.webfoot .fcontact p{line-height: 36px;}
.webfoot .fcontact p em{width: 18px; height: 20px; display: inline-block; vertical-align: middle; background: url('../images/contact.png') no-repeat; margin-right: 12px;}
.webfoot .fcontact p em.tel{background-position: 0 0;}
.webfoot .fcontact p em.email{background-position: 0 -33px;}
.webfoot .fcontact p em.phone{background-position: 0 -70px;}
.webfoot .fcontact p em.adds{background-position: 0 -103px;}
.webfoot .fcontact p em.wsapp{background-position: 0 -131px;}

.copyright{padding: 23px 0; background: #1a2634; border-top: solid #3f4852 1px;}
.copyright .whole{display: flex; justify-content: space-between;}
.copyright p{display: inline-block; line-height: 28px; color: #fff;}
.copyright p a{color: #fff;}

/* 内页公共banner图 */
.commonBanner{position: relative; overflow: hidden;}
.commonBanner .picture img{width: 100%; height: auto;}
.commonBanner .content{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.commonBanner .content .title{font-size: 30px; color: #fff;}
.commonBanner .content .text{font-size: 20px; color: #fff; line-height: 32px; margin-top: 10px;}

.crumbs{height: 70px; background: #ff7800; border-top: solid #ff7800 1px; position: relative; z-index: 9;}
.crumbs .whole{background: #303647; line-height: 75px; margin-top: -10px;}
.crumbs .sort{float: left;}
.crumbs .sort li{float: left;}
.crumbs .sort li a{display: block; padding: 0 28px; color: #fff; position: relative;}
.crumbs .sort li a::after{width: 0; height: 5px; content: ''; background: #303647; position: absolute; left: 50%; transform: translateX(-50%); bottom: -5px; transition: all 0.5s;}
.crumbs .sort li.active a::after{width: 100%;}
.crumbs .sort li:hover a::after{width: 100%;}
.crumbs .place{float: right; margin-right: 35px;}
.crumbs .place .home{width: 14px; height: 12px; display: inline-block; background: url('../images/home.png');}
.crumbs .place a{display: inline-block; color: #fff;}
.crumbs .place i{display: inline-block; vertical-align: middle; margin: 0 10px; border-left: solid #ff7800 6px; border-top: solid transparent 3px; border-bottom: solid transparent 3px;}

/* 分页器 */
.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: #0055ac;}
.commonPage span{display: inline-block; padding: 0 8px; margin: 0 10px;}
.commonPage .current{background: #0055ac; color: #fff; border: solid #0055ac 1px;}
.commonPage select{height: 28px; margin: 0 10px; border: solid #e5e5e5 1px; outline: none;}

/* 内页产品 */
.commonProducts{padding: 90px 0;}
.commonProducts .productOverview{text-align: center;}
.commonProducts .productOverview .title{}
.commonProducts .productOverview .title h3{font-size: 26px; font-weight: normal; line-height: 36px;}
.commonProducts .productOverview .title p{font-size: 16px; color: #999; font-family: 'dincondregular'; line-height: 26px;}
.commonProducts .productOverview .content{font-size: 15px; color: #666; margin-top: 40px; line-height: 24px;}
.commonProducts .productOverview .picture{margin-top: 50px;}
.commonProducts .productOverview .picture img{max-width: 100%;}
.commonProducts .categoryTitle{margin-top: 50px; height: 42px; background: #1a2634; position: relative;}
.commonProducts .categoryTitle .title{display: inline-block; line-height: 52px; font-size: 18px; padding: 0 60px; background: #ff7800; color: #fff; position: absolute; bottom: 0;}
.commonProducts .categoryTitle .title::before{width: 20px; height: 10px; content: ''; background: #56300e; position: absolute; top: 0; right: -69px;}
.commonProducts .categoryTitle .title::after{content: ''; border-top: solid #ff7800 52px; border-right: solid transparent 68px; position: absolute; right: -68px;}
.commonProducts .productBox{margin-top: 30px;}
.commonProducts .productBox .list{width: 31%; float: left; box-sizing: border-box; border: solid #e5e5e5 1px; padding: 25px; border-radius: 5px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); margin-right: 3.5%; margin-bottom: 50px; position: relative;}
.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{text-align: center; margin-top: 20px;}
.commonProducts .productBox .list .name h2{font-size: 18px; color: #333; margin: 5px 0; font-weight: normal;}
.commonProducts .productBox .list .name p{font-size: 16px; color: #999; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.commonProducts .productBox .list .button{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); border-radius: 5px; opacity: 0; transition: all 0.5s; position: absolute; left: 0; top: 0;}
.commonProducts .productBox .list:hover .button{opacity: 1;}
.commonProducts .productBox .list:hover .button a{display: block; width: 100%; height: 100%;}
.commonProducts .productBox .list .button span{display: inline-block; width: 140px; text-align: center; line-height: 44px; font-size: 16px; border-radius: 5px; background: #ff7800; color: #fff; position: absolute; left: calc(50% - 70px); top: calc(50% - 22px);}

.productDetails{padding: 90px 0;}
.productDetails .productPicture{width: 45%; float: left;}
.productDetails .productPicture .bigimg{border: solid #e5e5e5 1px;}
.productDetails .productPicture .bigimg img{width: 100%;}
.productDetails .productPicture .thumbnail{margin-top: 30px;}
.productDetails .productPicture .thumbnail li{height: 60px; float: left; margin-left: 10px; border: solid #eee 1px; cursor: pointer;}
.productDetails .productPicture .thumbnail li:first-child{margin: 0;}
.productDetails .productPicture .thumbnail li img{height: 60px;}
.productDetails .productPicture .thumbnail li.current{border-color: #ff7800;}
.productDetails .abstract{width: 50%; float: right;}
.productDetails .abstract .name{padding: 20px 0; border-bottom: dashed #e5e5e5 1px;}
.productDetails .abstract .name h1{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: #ff7800; 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 50px; line-height: 42px;}
.productDetails .label .current{border-bottom: solid #ff7800 2px; margin-bottom: -1px;}
.productDetails .content{margin-top: 20px; line-height: 28px;}
.productDetails .content img{max-width: 100%;}
.productDetails .content table{max-width: 100%;}
.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{padding: 90px 0;}
.commonNews .list{margin-bottom: 40px; display: flex; justify-content: space-between;}
.commonNews .list .picture{width: 300px; float: left; overflow: hidden;}
.commonNews .list .picture img{width: 100%; transition: all 0.5s;}
.commonNews .list:hover .picture img{transform: scale(1.1);}
.commonNews .list .content{width: calc(100% - 360px); float: right; border-bottom: solid #ccc 1px;}
.commonNews .list .content .date{width: 56px; height: 56px; float: right; text-align: center; border: solid #e5e5e5 1px; margin-top: 10px;}
.commonNews .list .content .date .day{font-size: 24px; line-height: 26px; margin-top: 6px;}
.commonNews .list .content .date .year{font-size: 12px; line-height: 20px;}
.commonNews .list .content .title{margin-top: 50px;}
.commonNews .list .content .title a{font-size: 16px; color: #333; transition: all 0.5s;}
.commonNews .list:hover .content .title a{color: #ff7800;}
.commonNews .list .content .mdate{display: none;}
.commonNews .list .content .text{margin-top: 20px;}
.commonNews .list .content .text a{color: #999;}
.newsDetails{padding: 90px 0;}
.newsDetails .newsTitle{padding: 10px 0;}
.newsDetails .newsTitle h1{font-size: 18px; text-align: center; line-height: 28px;}
.newsDetails .newsDate{line-height: 32px; border-bottom: dashed #e5e5e5 1px; color: #949494;}
.newsDetails .newsDate p{display: inline-block;}
.newsDetails .newsDate .date{background: url("../images/date.png") left center no-repeat; padding-left: 21px; margin-right: 30px;}
.newsDetails .newsContent{padding: 20px 0;}
.newsDetails .newsContent img{max-width: 100%;}
.newsDetails .newsContent table{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;}
/* 内页关于我们 */
.commonAboutus{padding: 90px 0;}
.commonAboutus .content::after{content: ''; display: table; clear: both;}
.commonAboutus .content .text{width: 46%; float: left;}
.commonAboutus .content .text h3{font-size: 24px; color: #ff7800;}
.commonAboutus .content .text h4{font-size: 18px; color: #999; font-weight: normal; font-family: "dincondregular"; text-transform: uppercase;}
.commonAboutus .content .picture{width: 46%; float: right;}
.commonAboutus .content img{max-width: 100%;}
/* 内页联系我们 */
.commonContactus{padding: 90px 0;}
.commonContactus .contact_title{}
.commonContactus .contact_title h3{font-size: 24px; color: #ff7800;}
.commonContactus .contact_title p{font-size: 18px; color: #999; font-family: "dincondregular"; text-transform: uppercase;}
.commonContactus .content{margin-top: 30px;}
.commonContactus .content p{line-height: 32px; color: #333;}
.commonContactus .content img{max-width: 100%;}
.commonContactus .content em{width: 16px; height: 16px; display: inline-block; vertical-align: text-top; margin: 1px 10px 0 0; background: url('../images/contact_icon.png') no-repeat;}
.commonContactus .content em.tel{background-position: 0 0;}
.commonContactus .content em.name{background-position: 0 -16px;}
.commonContactus .content em.email{background-position: 0 -32px;}
.commonContactus .content em.address{background-position: 0 -48px;}

/* 相册公用样式 */
.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 p{text-align: center; margin-top: 10px;}

/* 证书 */
.commonCertificate{padding: 90px 0;}
.commonCertificate .swiperBox{max-width: 500px; margin: 0 auto; padding: 0 80px; position: relative;}
.commonCertificate .certificateSwiper{overflow: hidden;}
.commonCertificate .certificateSwiper .picture{background: #fff; border: solid #e2e2e2 1px; text-align: center; padding: 30px 20px;}
.commonCertificate .certificateSwiper .picture img{max-width: 100%;}
.commonCertificate .certificateSwiper .title{text-align: center; line-height: 50px;}
.commonCertificate .certificateSwiper .swiper-button-prev,
.commonCertificate .certificateSwiper .swiper-button-next{width: 36px; height: 36px; background: center no-repeat #e0e0e0; border-radius: 50%;}
.commonCertificate .certificateSwiper .swiper-button-prev{left: 0; background-image: url('../images/arrow_left.png');}
.commonCertificate .certificateSwiper .swiper-button-next{right: 0; background-image: url('../images/arrow_right.png')}
.commonCertificate .certificateSwiper .swiper-button-prev:hover,
.commonCertificate .certificateSwiper .swiper-button-next:hover{background-color: #ff7800;}
.commonCertificate .certificateList{margin-top: 80px; border-top: solid #e5e5e5 1px; padding-top: 80px;}
.commonCertificate .certificateList .list{width: 22%; float: left; margin-right: 4%; margin-bottom: 50px; position: relative;}
.commonCertificate .certificateList .list:nth-child(4n){margin-right: 0;}
.commonCertificate .certificateList .list .picture img{width: 100%;}
.commonCertificate .certificateList .list .mask{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.5s;}
.commonCertificate .certificateList .list .icon{width: 48px; height: 48px; background: #ff7800; position: absolute; top: 0; right: 0;}
.commonCertificate .certificateList .list .icon::before{width: 20px; height: 1px; content: ''; background: #fff; position: absolute; left: calc(50% - 10px); top: 50%;}
.commonCertificate .certificateList .list .icon::after{width: 1px; height: 20px; content: ''; background: #fff; position: absolute; left: 50%; top: calc(50% - 10px);}
.commonCertificate .certificateList .list:hover .mask{opacity: 1;}
.commonCertificate .certificateList .list .title{width: 100%; text-align: center; font-size: 18px; color: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; transition: all 0.5s;}
.commonCertificate .certificateList .list:hover .title{opacity: 1;}

/* 应用案例 */
.commonCases{padding: 90px 0;}
.commonCases .categoryTitle{height: 42px; background: #1a2634; position: relative;}
.commonCases .categoryTitle .title{display: inline-block; line-height: 52px; font-size: 18px; padding: 0 60px; background: #ff7800; color: #fff; position: absolute; bottom: 0;}
.commonCases .categoryTitle .title::before{width: 20px; height: 10px; content: ''; background: #56300e; position: absolute; top: 0; right: -69px;}
.commonCases .categoryTitle .title::after{content: ''; border-top: solid #ff7800 52px; border-right: solid transparent 68px; position: absolute; right: -68px;}
.commonCases .casesBox{margin-top: 30px;}
.commonCases .casesBox .list{width: 47%; float: left; margin-right: 6%; margin-bottom: 50px;}
.commonCases .casesBox .list:nth-child(2n){margin-right: 0;}
.commonCases .casesBox .list .picture{overflow: hidden; position: relative;}
.commonCases .casesBox .list .picture img{width: 100%;}
.commonCases .casesBox .list .mask{width: 50%; height: 50%; text-align: center; background: rgba(0, 0, 0, 0.5); opacity: 0; transition: all 0.8s; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.commonCases .casesBox .list .view{font-size: 16px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); padding-bottom: 30px; transition: all 0.5s; opacity: 0;}
.commonCases .casesBox .list .view::after{width: 18px; height: 18px; content: ''; background: url('../images/plus_white.png'); background-size: 100%; position: absolute; left: calc(50% - 9px); bottom: 0;}
.commonCases .casesBox .list:hover .mask{width: 80%; height: 80%; opacity: 1;}
.commonCases .casesBox .list:hover .view{opacity: 1;}
.commonCases .casesBox .list .title{margin-top: 20px; transition: all 0.8s;}
.commonCases .casesBox .list:hover .title{padding: 0 30px;}
.commonCases .casesBox .list .title h2{display: inline-block; font-size: 18px; line-height: 18px; color: #333; font-weight: normal;}
.commonCases .casesBox .list:hover .title h2{color: #ff7800;}
.commonCases .casesBox .list .title i{width: 15px; height: 18px; float: right; background: url('../images/arrow_gray.png'); transition: all 0.8s;}
.commonCases .casesBox .list:hover .title i{background: url('../images/arrow_orange.png');}

.casesDetails{padding: 90px 0;}
.casesDetails .casesTitle{font-size: 26px; text-align: center; margin-bottom: 30px;}
.casesDetails .swiperItem{max-width: 1260px; margin: 0 auto; position: relative;}
.casesDetails .swiperItem .swiper-slide img{width: 100%; height: auto;}
.casesDetails .casesSwiper{width: calc(100% - 280px); float: left; overflow: hidden;}
.casesDetails .casesSwiper .swiper-button-prev,
.casesDetails .casesSwiper .swiper-button-next{width: 240px; height: 42px; bottom: 42px; margin: 0; background: center no-repeat #e0e0e0; border-radius: 0;}
.casesDetails .casesSwiper .swiper-button-prev{left: auto; right: 0px; top: 0; background-image: url('../images/arrow_up.png');}
.casesDetails .casesSwiper .swiper-button-next{right: 0px; top: auto; bottom: 0; background-image: url('../images/arrow_down.png');}
.casesDetails .casesSwiper .swiper-button-prev:hover,
.casesDetails .casesSwiper .swiper-button-next:hover{background-color: #ff7800;}
.casesDetails .thumbnailSwiper{width: 240px; height: 540px; float: right; overflow: hidden; margin: 60px 0 50px;}
.casesDetails .thumbnailSwiper .swiper-slide{width: 240px; height: 160px; opacity: 0.5; cursor: pointer;}
.casesDetails .thumbnailSwiper .swiper-slide-thumb-active{opacity: 1;}
.casesDetails .relevantCases{margin-top: 90px;}
.casesDetails .relevantCases .relevantTitle{text-align: center;}
.casesDetails .relevantCases .relevantTitle h3{font-size: 18px; font-weight: normal;}
.casesDetails .relevantCases .relevantTitle p{font-size: 18px; color: #999; font-family: "dincondregular";}
.casesDetails .relevantCases .relevantSwiper{margin-top: 50px; position: relative; overflow: hidden;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide .picture{position: relative;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide .picture img{width: 100%;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide .mask{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 0; transition: all 0.8s; position: absolute; left: 0; top: 0;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide .view{font-size: 16px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); padding-bottom: 30px; transition: all 0.5s; opacity: 0;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide .view::after{width: 18px; height: 18px; content: ''; background: url('../images/plus_white.png'); background-size: 100%; position: absolute; left: calc(50% - 9px); bottom: 0;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide:hover .mask{opacity: 1;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide:hover .view{opacity: 1;}
.casesDetails .relevantCases .relevantSwiper .swiper-slide .title{padding: 32px 0 0 15px;}
.casesDetails .relevantCases .swiper-button-prev,
.casesDetails .relevantCases .swiper-button-next{width: 20px; height: 20px; background: center no-repeat; border-radius: 0; opacity: 0.5;}
.casesDetails .relevantCases .swiper-button-prev{left: 10px; background-image: url('../images/arrow_prev.png');}
.casesDetails .relevantCases .swiper-button-next{right: 10px; background-image: url('../images/arrow_next.png');}

.commonClient{padding: 90px 0;}
.commonClient .list{width: 31%; float: left; box-sizing: border-box; border: solid #e5e5e5 1px; margin-right: 3.5%; margin-bottom: 40px; position: relative;}
.commonClient .list:nth-child(3n){margin-right: 0;}
.commonClient .list .picture img{width: 100%;}
.commonClient .list .mask{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.5s;}
.commonClient .list .icon{width: 48px; height: 48px; background: #ff7800; position: absolute; top: 0; right: 0;}
.commonClient .list .icon::before{width: 20px; height: 1px; content: ''; background: #fff; position: absolute; left: calc(50% - 10px); top: 50%;}
.commonClient .list .icon::after{width: 1px; height: 20px; content: ''; background: #fff; position: absolute; left: 50%; top: calc(50% - 10px);}
.commonClient .list:hover .mask{opacity: 1;}
.commonClient .list .title{width: 100%; text-align: center; font-size: 18px; color: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; transition: all 0.5s;}
.commonClient .list:hover .title{opacity: 1;}

/* 右边客服 */
.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.wsapp{display: none;}
.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-wsapp:after{background-position: 0 -150px;}
.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-wsapp:after{background-position: -30px -150px;}
.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;}
/* 在线留言 */
.commonInquiry{padding: 90px 0;}
.commonInquiry .inquiry_title{text-align: center;}
.commonInquiry .inquiry_title h3{font-size: 24px; color: #ff7800;}
.commonInquiry .inquiry_title p{font-size: 18px; color: #999; font-family: "dincondregular";}
.commonInquiry .inquiry_list{width: 46%; float: left; margin-top: 20px; margin-right: 8%;}
.commonInquiry .inquiry_list:nth-child(2n){margin-right: 0;}
.commonInquiry .inquiry_list .title{float: left; width: 120px; padding-right: 15px; text-align:right; line-height: 48px; font-size:14px; color:#666;}
.commonInquiry .inquiry_list .input{width: calc(100% - 135px); float: left;}
.commonInquiry .inquiry_list .input input{width: 100%; height: 48px; border: none; border-bottom: 1px solid #ccc; font-size: 14px; box-sizing: border-box; padding: 0 10px; vertical-align: middle;}
.commonInquiry .inquiry_list .input .vcode{width: calc(100% - 120px);}
.commonInquiry .inquiry_text{margin-top: 30px;}
.commonInquiry .inquiry_text .title{width: 120px; float: left; padding-right: 15px; text-align:right; line-height: 45px; font-size:14px; color:#666;}
.commonInquiry .inquiry_text .textarea{width: calc(100% - 135px); float: left;}
.commonInquiry .inquiry_text .textarea textarea{width: 100%; border:1px solid #ccc; font-size: 14px; line-height:25px; box-sizing: border-box; padding: 0 10px;}
.commonInquiry .form-required:before{content: "*"; display: inline-block;margin-right: 4px;line-height: 1;font-family: SimSun;font-size: 12px;color: #ed3f14}
.commonInquiry .inquiry_button{margin-top: 30px; text-align: center;}
.commonInquiry .inquiry_button button{width: 200px; height: 46px; border: none; text-align:center; background: #ff7800; color: #fff; cursor: pointer;}

/* 手机端 */
.phonehead{display: none;}
.phonefoot{display: none;}
.phoneFootMenu{display: none;}
@media (max-width: 960px) {
	/* 头部 */
	.webhead{display: none;}
	.phonehead{width: 100%; height: 60px; display: block; background: #fff; border-bottom: solid #e5e5e5 1px; position: fixed; top: 0; left: 0; z-index: 13;}
	.phonehead .phoneName{width: calc(100% - 50px); font-size: 16px; text-align: center; line-height: 60px;}
	.phonehead .phoneName img{max-height: 36px; vertical-align: middle; margin-right: 10px;}
	.phonehead .phoneNavbtn{position: absolute; z-index: 10; top: 0; bottom: 0; right: 12px; margin: auto 0 auto 20px; width: 30px; height: 20px;}
	.phonehead .phoneNavbtn span,
	.phonehead .phoneNavbtn:after,
	.phonehead .phoneNavbtn:before{display: block; height: 2px; width: 100%; background: #ff7800; -webkit-transition: all .5s; transition: all .5s;}
	.phonehead .phoneNavbtn span{margin: 7px 0;}
	.phonehead .phoneNavbtn:after,
	.phonehead .phoneNavbtn:before{content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
	.phonehead .phoneNavbtn.clicked span {-webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0;}
	.phonehead .phoneNavbtn.clicked:after{-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.phonehead .phoneNavbtn.clicked:before{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.phonehead .phoneMenuList{width: 100%; height: calc(100% - 61px); overflow-y: auto; display: none; background: #fff; position: fixed; left: 0; top: 61px;}
	.phonehead .phoneMenuList ul{}
	.phonehead .phoneMenuList ul li{font-size: 16px; line-height: 50px; border-bottom: solid #e5e5e5 1px;}
	.phonehead .phoneMenuList ul li a{display: inline-block; padding: 0px 20px;}
	.phonehead .phoneMenuList ul li i.btn{float: right; border-top: solid #999 12px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: relative; margin: 22px 10px 0 0; transition: all 0.5s;}
	.phonehead .phoneMenuList ul li i.btn::after{content: ''; border-top: solid #fff 12px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; top: -15px; left: -10px;}
	.phonehead .phoneMenuList ul li i.btn.rotate{transform: rotate(180deg);}
	.phonehead .phoneMenuList ul li ul{display: none;}
	.phonehead .phoneMenuList ul li ul li{font-size: 15px; border-top: dashed #e5e5e5 1px; border-bottom: none; padding-left: 16px; position: relative;}
	.phonehead .phoneMenuList ul li ul li::after{content: ''; border-left: solid #666 7px; border-top: solid transparent 5px; border-bottom: solid transparent 5px; position: absolute; left: 20px; top: 21px;}
	/* 搜索框 */
	.phonehead .search{width: 30px; height: 30px; position: absolute; right: 15px; top: 15px; display: none;}
	.phonehead .search .searchBtn{width: 30px; height: 30px; background: url("../images/search_black.png") center no-repeat; cursor: pointer;}
	.phonehead .search .searchBox{width: 100%; height: 100%; background: #fff; box-sizing: border-box; padding: 10px; position: fixed; top: 0; right: -100%; opacity: 0; transition: all 0.3s; visibility: hidden; z-index: 11;}
	.phonehead .search .searchBox.show{right: 0; opacity: 1; visibility: visible;}
	.phonehead .search .searchBox input{width: calc(100% - 77px); height: 40px; display: inline-block; vertical-align: middle; font-size: 14px; box-sizing: border-box; padding: 0 20px; border: solid #e5e5e5 1px; border-radius: 20px;}
	.phonehead .search .searchBox button{width: 40px; height: 40px; display: inline-block; vertical-align: middle; background: url("../images/search_black.png") center no-repeat; border: none;}
	.phonehead .search .searchBox .closeBtn{display: inline-block; vertical-align: middle; padding: 0 6px; line-height: 40px; font-size: 22px;}
	
	/* 底部 */
	.webfoot{padding: 30px 15px 100px;}
	.webfoot .fmenu{display: none;}
	.webfoot .fwxcode{width: 100%; float: none; display: none;}
	.webfoot .fwxcode p{font-size: 16px;}
	
	.webfoot .fcontact{width: 100%; float: none; /* margin-top: 20px; */}
	.webfoot .fcontact h3{font-size: 18px; font-weight: normal; margin-bottom: 10px;}
	.webfoot .fcontact p{line-height: 36px;}
	
	.copyright{padding: 20px 15px 100px; display: none;}
	.copyright .whole{display: block;}
	.copyright p{display: block; line-height: 28px; color: #fff;}
	.copyright p a{color: #fff;}
	
	.phoneFootMenu{width: 100%; height: 80px; display: block; background: #1a2634; border-top: solid #3f4852 1px; 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: 35px; height: 28px; 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: -35px 0;}
	.phoneFootMenu ul li.phone i{background-position: -70px 0}
	.phoneFootMenu ul li.contact i{background-position: -105px 0;}
	.phoneFootMenu ul li p{line-height: 22px;}
	.rightWindow{display: none;}
	.gotop{display: block; width: 30px; height: 30px; background: rgb(255, 255, 255, 0.5); border: solid #e5e5e5 1px; position: fixed; right: 6px; bottom: 90px; text-align: center; z-index: 10;}
	.gotop::after{content: ''; border-bottom: solid #1a2634 12px; border-left: solid transparent 8px; border-right: solid transparent 8px; position: absolute; left: 7px; top: 7px;}
		
	/* 内页公共banner图 */
	.commonBanner{margin-top: 60px;}
	/* .commonBanner .picture img{height: 220px;} */
	.commonBanner .content{box-sizing: border-box; padding: 0 20px;}
	.commonBanner .content .title{font-size: 20px;}
	.commonBanner .content .text{font-size: 16px; line-height: 32px;}
	/* 公用标题 */
	.crumbs{padding: 0 10px; margin-bottom: 0;}
	.crumbs{height: auto;}
	.crumbs .whole{line-height: 46px;}
	.crumbs .sort{display: none;}
	.crumbs .place{float: left; margin: 0 20px;}

	/* 内页产品 */
	.commonProducts{padding: 30px 15px;}
	.commonProducts .productOverview{text-align: center;}
	.commonProducts .productOverview .title{}
	.commonProducts .productOverview .title h3{font-size: 22px;}
	.commonProducts .productOverview .title p{font-size: 12px; line-height: 20px;}
	.commonProducts .productOverview .content{font-size: 14px; margin-top: 20px; text-align: left; line-height: 24px;}
	.commonProducts .productOverview .picture{margin-top: 20px;}
	.commonProducts .categoryTitle{margin-top: 40px; height: 30px;}
	.commonProducts .categoryTitle .title{line-height: 40px; font-size: 14px; padding: 0 30px;}
	.commonProducts .categoryTitle .title::before{right: -48px;}
	.commonProducts .categoryTitle .title::after{border-top: solid #ff7800 40px; border-right: solid transparent 48px; position: absolute; right: -48px;}
	.commonProducts .productBox{margin-top: 30px;}
	.commonProducts .productBox .list{width: 48.5%; margin-right: 3%; margin-bottom: 3.5%;}
	.commonProducts .productBox .list:nth-child(3n){margin-right: 3%;}
	.commonProducts .productBox .list:nth-child(2n){margin-right: 0;}
	.commonProducts .productBox .list .name{text-align: left; margin-top: 20px;}
	.commonProducts .productBox .list .name h2{font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
	.commonProducts .productBox .list .name p{font-size: 14px;}
	.commonProducts .productBox .list .button{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); border-radius: 5px; opacity: 0; transition: all 0.5s; position: absolute; left: 0; top: 0;}
	.commonProducts .productBox .list:hover .button{opacity: 1;}
	.commonProducts .productBox .list:hover .button a{display: block; width: 100%; height: 100%;}
	.commonProducts .productBox .list .button span{transform: scale(0.8);}
	.productDetails{padding: 30px 15px;}
	.productDetails .productPicture{width: 100%; float: left;}
	.productDetails .productPicture .thumbnail{margin-top: 20px;}
	.productDetails .abstract{width: 100%; float: right;}
	.productDetails .label{border: solid #e5e5e5 1px; margin-top: 20px;}
	.productDetails .label li{font-size: 14px; padding: 0 23px; line-height: 38px;}

	/* 内页新闻 */
	.commonNews{padding: 30px 15px;}
	.commonNews .list{width: 48%; float: left; margin-right: 4%; margin-bottom: 30px; display: block;}
	.commonNews .list:nth-child(2n){margin-right: 0;}
	.commonNews .list .picture{width: 100%; float: none; overflow: hidden;}
	.commonNews .list .picture img{width: 100%; transition: all 0.5s;}
	.commonNews .list:hover .picture img{transform: scale(1.1);}
	.commonNews .list .content{width: 100%; float: none; border-bottom: none;}
	.commonNews .list .content .date{display: none;}
	.commonNews .list .content .title{margin-top: 10px;}
	.commonNews .list .content .title a{font-size: 14px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.commonNews .list:hover .content .title a{color: #ff7800;}
	.commonNews .list .content .mdate{display: block; font-size: 12px; color: #ff7800; margin-top: 10px;}
	.commonNews .list .content .mdate i{width: 18px; height: 10px; display: inline-block; background: url('../images/arrow_orange.png') right center no-repeat; background-size: auto 10px;}
	.commonNews .list .content .text{margin-top: 5px;}
	.commonNews .list .content .text a{height: 72px; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis;}
	.newsDetails{padding: 30px 15px;}
	.newsDetails .newsTitle h1{font-size: 16px; text-align: center; line-height: 28px;}

	/* 内页关于我们 */
	.commonAboutus{padding: 30px 15px;}
	.commonAboutus .content .text{width: 100%;}
	.commonAboutus .content .picture{width: 100%; margin-top: 30px;}
	.commonAboutus .content img{max-width: 100%;}
	
	/* 内页联系我们 */
	.commonContactus{padding: 30px 15px;}
	.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 p{text-align: center; margin-top: 10px;}
	
	/* 证书 */
	.commonCertificate{padding: 30px 15px;}
	.commonCertificate .certificateList{margin-top: 30px; padding-top: 30px;}
	.commonCertificate .certificateList .list{width: 48%; float: left; margin-right: 4%; margin-bottom: 30px; position: relative;}
	.commonCertificate .certificateList .list:nth-child(3n){margin-right: 4%;}
	.commonCertificate .certificateList .list:nth-child(2n){margin-right: 0;}
	
	/* 应用案例 */
	.commonCases{padding: 30px 15px;}
	.commonCases .categoryTitle{height: 30px;}
	.commonCases .categoryTitle .title{line-height: 40px; font-size: 14px; padding: 0 30px;}
	.commonCases .categoryTitle .title::before{right: -48px;}
	.commonCases .categoryTitle .title::after{border-top: solid #ff7800 40px; border-right: solid transparent 48px; position: absolute; right: -48px;}
	.commonCases .casesBox{margin-top: 30px;}
	.commonCases .casesBox .list{width: 100%; float: left; margin-right: 0%; margin-bottom: 50px;}
	.commonCases .casesBox .list:nth-child(2n){margin-right: 0;}
	
	.casesDetails{padding: 30px 15px;}
	.casesDetails .casesTitle{font-size: 20px;}
	.casesDetails .swiperItem{max-width: 100%;}
	.casesDetails .casesSwiper{width: calc(100% - 100px);}
	.casesDetails .casesSwiper .swiper-button-prev,
	.casesDetails .casesSwiper .swiper-button-next{width: 80px; height: 28px; bottom: 0;}
	.casesDetails .thumbnailSwiper{width: 80px; height: 220px; float: right; overflow: hidden; margin: 40px 0 20px;}
	.casesDetails .thumbnailSwiper .swiper-slide{width: 80px; height: 53px; opacity: 0.5; cursor: pointer;}
	.casesDetails .relevantCases{margin-top: 50px;}
	.casesDetails .relevantCases .relevantSwiper{margin-top: 30px;}
	.casesDetails .relevantCases .relevantSwiper .swiper-slide .view{width: max-content; font-size: 15px; padding-bottom: 20px;}
	.casesDetails .relevantCases .relevantSwiper .swiper-slide .title{padding: 12px 0 0 0;}
	
	.commonClient{padding: 30px 15px;}
	.commonClient .list{width: 48%;  margin-right: 4%; margin-bottom: 20px;}
	.commonClient .list:nth-child(3n){margin-right: 4%;}
	.commonClient .list:nth-child(2n){margin-right: 0;}
	.commonClient .list .icon{width: 30px; height: 30px;}
	.commonClient .list .icon::before{width: 14px; height: 1px; left: calc(50% - 7px);}
	.commonClient .list .icon::after{width: 1px; height: 14px; top: calc(50% - 7px);}
	
	/* 分页器 */
	.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: #0055ac; border: none;}
	.commonPage select{display: none;}

	/* 在线留言 */
	.commonInquiry{padding: 30px 15px;}
	.commonInquiry .inquiry_title h3{font-size: 22px; font-weight: normal;}
	.commonInquiry .inquiry_title p{font-size: 12px;}
	.commonInquiry .inquiry_list{width: 100%; margin-right: 0;}
	.commonInquiry .inquiry_list:nth-child(2n){margin-right: 0;}
	.commonInquiry .inquiry_list .title{width: 80px;}
	.commonInquiry .inquiry_text .title{width: 80px;}
	.commonInquiry .inquiry_button button{width: 150px; height: 34px;}
}