﻿*{margin: 0;padding: 0;white-space:normal !important;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{font-size: 100px;font-size: calc(100vw/19.2);}
a{text-decoration: none;color: #222;transition: all .5s;-webkit-transition: all .5s;}
a:hover{color: #222;transition: all .5s;-webkit-transition: all .5s;}
li{list-style: none;}
img{vertical-align: middle;max-width: 100%;display: block; width: 100%;}
img.max{width: 100%;}
.fupcs{text-transform: uppercase;}
input, button, textarea {background: none; outline: none; border: none; -webkit-appearance: none;border-radius: 0;}
body{width: 100%;font-size: 16px;color: #222;line-height: 2;font-family:'Microsoft YaHei','PingFang SC','Arial';}
@font-face{font-family: "D-DIN-Regular";src: url(../font/D-DIN-PRO-400-Regular.otf);}
@font-face{font-family: "OPPOSans-R";src: url(../font/OPPOSans-R.ttf);}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:#e67f2c}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb:vertical{background-color:#e67f2c;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#e67f2c;}
::-webkit-scrollbar-corner:vertical{background-color:#535353;}
::-webkit-scrollbar-resizer:vertical{background-color:#e67f2c;}

.container{padding:0 1.4rem;width:100%;}
.f_14{font-size: 14px;}
.f_15{font-size: 15px;}
.f_16{font-size: 16px;}
.f_18{font-size: 18px;}
.f_20{font-size: 0.2rem;}
.f_22{font-size: 0.22rem;}
.f_24{font-size: 0.24rem;}
.f_26{font-size: 0.26rem;}
.f_28{font-size: 0.28rem;}
.f_30{font-size: 0.3rem;line-height: 1.6;}
.f_32{font-size: 0.32rem;line-height: 1.6;}
.f_34{font-size: 0.34rem;line-height: 1.6;}
.f_36{font-size: 0.36rem;line-height: 1.6;}
.f_40{font-size: 0.4rem;;line-height: 1.6;}
.f_42{font-size: 0.42rem;line-height: 1.6;}
.f_44{font-size: 0.44rem;line-height: 1.6;}
.f_46{font-size: 0.46rem;line-height: 1.6;}
.f_48{font-size: 0.48rem;line-height: 1.6;}
.f_50{font-size: 0.5rem;line-height: 1.6;}
.f_52{font-size: 0.52rem;line-height: 1.6;}
.f_54{font-size: 0.54rem;line-height: 1.6;}
.f_56{font-size: 0.56rem;line-height: 1.6;}
.f_58{font-size: 0.58rem;line-height: 1.6;}
.f_60{font-size: 0.6rem;line-height: 1.6;}
.f_64{font-size: 0.64rem;line-height: 1.6;}
.f_72{font-size: 0.72rem;line-height: 1.6;}
.f_76{font-size: 0.72rem;line-height: 1.6;}
.f_80{font-size: 0.8rem;line-height: 1.6;}
.f_90{font-size: 0.9rem;line-height: 1.6;}
.f_107{font-size: 1.07rem;line-height: 1.6;}
.f_112{font-size: 1.12rem;line-height: 1.6;}
.f_148{font-size: 1.48rem;line-height: 1.6;}

.overfloat-dot{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
.overfloat-dot-2,.overfloat-dot-3,.overfloat-dot-4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.overfloat-dot-3{-webkit-line-clamp: 3;}
.overfloat-dot-4{-webkit-line-clamp: 4;}
/****/
.header{position: fixed;width:100%;height:80px;top:0;left:0;z-index:99;}
.header .container{display:flex;justify-content:space-between;}
.header .logo{width:140px;display:flex;height:80px;align-items: center;}
.header .logo .logo_cs{display:none;}
.header .header_r{display:flex;align-items: center;}
.header .header_r .header-nav{display:flex;justify-content: space-between;margin-right:50px;}
.header-nav-li{display: inline-block;vertical-align: top;padding:0 20px;position: relative;}
.header-d{display: block;line-height:80px;color: #ffffff;position: relative;}
.header-d:after{content: '';width: 0%;height: 3px;background: #e67f2c;position: absolute;left: 50%;bottom: 0;border-radius: 2px;transition: all .5s;-webkit-transition: all .5s;}
.header-d:hover{color: #ffffff;}
.header-nav-li:hover .header-d:after, .header-nav-li.on .header-d:after{width: 100%;left: 0;transition: all .5s;-webkit-transition: all .5s;}
.header-sw{position: absolute;width: 140px;top:100%;background: #fff;box-shadow: 0 3px 3px #ccc;display: none;border-top: 1px solid #eff1f5;left:50%;transform: translateX(-50%);}
.header-e{text-align: center;padding:10px 0;}
.header-e a{display: inline-block;color: #333333;line-height: 2;padding: 3px 15px;width: 100%;margin-right: 0px;position: relative;}
.header-e a:hover{color:#e67f2c;}
.header-nav-li.on .header-d{color:#e67f2c;}
.header .header_r .search_btn_box{margin-right:30px;}
.header .header_r .search_btn_box svg{display: block;}
.header .header_r .lag{position: relative;color: #ffffff;display:flex;align-items: center;}
.header .header_r .lag svg{display: block;width:18px;height:18px;}
.header .header_r .lag a{display: block;padding: 0 0px 0 15px;height: 50px;color:#ffffff;display: flex;justify-content: center;align-items: center;white-space: nowrap;}
.menu-btn {width: 20px;height: 14px; border-top: 2px solid #ff6a00; cursor: pointer; transition: all .3s ease; display: none; z-index: 12;position: relative;}
.menu-btn:before,.menu-btn:after{content: ''; height: 2px;background: #ff6a00;position: absolute;right: 0;transition: all .3s ease;}
.menu-btn:before{bottom: 6px;width: 14px;}
.menu-btn:after{bottom: 0;width: 20px;}
.menu-btn.cli{border-top: transparent;}
.menu-btn.cli:before{width: 24px;transform: translate(2px, 0) rotate(-45deg);}
.menu-btn.cli:after{width: 24px;transform: translate(2px,-6px) rotate(-135deg);}

.clearfix:after{content: "";display: block; height: 0;clear: both;visibility: hidden;}
/**/
.search-dialog-box{position: fixed;left: 0;top: 0;width: 100%;height:2.88rem;z-index: 1000000;opacity: 0;visibility: hidden;transition: .6s;/* overflow: hidden;*/}
.search-dialog-box:before{content: "";position: absolute;top: 0;height: 0;background: #e67f2c;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{height: 100%}
.search-dialog-box .bubbles-bg{opacity: 0;visibility: hidden;display: none;}
.search-dialog-box .search-bg{position: absolute;left: 0;top: 0;width: 100%;height: 0;margin: 0;background: rgba(0,0,0,.7);background-size: cover;background-repeat: no-repeat;/* z-index: 1;*/transform-origin: center center;transition: height .8s cubic-bezier(.77,0,.175,1);}
.search-dialog-box .wrap-inner{transform: translateY(100%);transition: .6s;}
.header-right .bubbles-bg{opacity: 0;visibility: hidden;transition: all .5s .8s;}
.search-dialog-box .bubbles-bg .bubble{position: absolute;}
.search-dialog-box .bubbles-bg .bubble .circle{border-radius: 100%;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.search-dialog-box .bubbles-bg .bubble1{width: 6%;padding-top: 6%;left: 26.875%;top: -6.67%;}
.search-dialog-box .bubbles-bg .bubble1 .circle{border: 1px solid #fff;}
.search-dialog-box .bubbles-bg .bubble2{width: 12px;padding-top: 12px;left: 13.54%;top: 18%;}
.search-dialog-box .bubbles-bg .bubble2 .circle{background-color: #ff495f;}
.search-dialog-box .bubbles-bg .bubble3{width: 36px;padding-top: 36px;left: 8.854%;top: 30.55%;}
.search-dialog-box .bubbles-bg .bubble3 .circle{background-color: #fff;}
.search-dialog-box .bubbles-bg .bubble4{width: 56.875%;padding-top: 56.875%;left: -28.6458%;top: 51.85%;}
.search-dialog-box .bubbles-bg .bubble4 .circle{background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);}
.search-dialog-box .bubbles-bg .bubble5{width: 54px;padding-top: 54px;left: 26.3%;top: 70.83%;}
.search-dialog-box .bubbles-bg .bubble5 .circle{background-color: #fff;opacity: .1;}
.search-dialog-box .bubbles-bg .bubble6{width: 56.875%;padding-top: 56.875%;left: 73.4375%;top: -52.77%;}
.search-dialog-box .bubbles-bg .bubble6 .circle{background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);}
.search-dialog-box .bubbles-bg .bubble7{width: 2rem;padding-top: 2rem;left: 60.9375%;top: 18.5%;}
.search-dialog-box .bubbles-bg .bubble7 .circle{background-color: #ff495f;}
.search-dialog-box .bubbles-bg .bubble8{width: 1.35rem;padding-top: 1.35rem;left: 95.83%;top: 70.83%;}
.search-dialog-box .bubbles-bg .bubble8 .circle{border: 1px solid #fff;}
.search-dialog-box .bubbles-bg .bubble9{width: 16px;padding-top: 16px;left: 76.5625%;top: 96.296%;}
.search-dialog-box .bubbles-bg .bubble9 .circle{background-color: #fff;}
.search-dialog-box .bubbles-bg .bubble10{width: 56.875%;padding-top: 56.875%;left: 71.354%;top: 87%;}
.search-dialog-box .bubbles-bg .bubble10 .circle{background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);}
.search-dialog-box .bubbles-bg .bubble{animation: spin 8s infinite linear;transform-origin: 50% 45%;}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){animation: spin2 8s infinite linear;}
.search-dialog-box .bubbles-bg .bubble .circle{animation: spin-reverse 8s infinite linear;}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{animation: spin-reverse2 8s infinite linear;}
.search-dialog-box .bubbles-bg .sm-bubble{transform-origin: 30% 30px;}
.search-dialog{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.search-dialog .search-tit{font-size: 0.275rem;line-height: 3.5rem;color: #fff;text-align: center;overflow: hidden;display: none;}
.search-dialog .search-inner{overflow: hidden;margin-top: 0;}
.search-dialog .search-input{width: 6rem;margin: 0 auto;padding: 0 0.06rem 0 0.2rem;background-color: rgba(255,255,255,.3);box-sizing: border-box;transition: all .3s;max-width: 94%;}
.search-dialog .search-input input[type=text]{float: left;height: 0.55rem;width: calc(100% - 0.6rem);background-color: transparent;font-size: 0.16rem;line-height: .5rem;color: #fff;transition: all .3s;}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{color: rgba(255,255,255,0.5);}
.search-dialog .search-input input[type=text]:-moz-placeholder{color: rgba(255,255,255,0.5);}
.search-dialog .search-input input[type=text]::-moz-placeholder{color: rgba(255,255,255,0.5);}
.search-dialog .search-input input[type=text]:-ms-input-placeholder{color: rgba(255,255,255,0.5);}
.search-dialog .search-input input[type=submit],.search-dialog .search-input .clear-btn{float: right;height:0.55rem;width:0.55rem;}
.search-dialog .search-input input[type=submit]{background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: 0.25rem;background-image: url('../images/search-btn.svg'); cursor:pointer;}
.search-dialog .search-input .clear-btn{background-color: rgba(0,0,0,.2);background-repeat: no-repeat;background-position: center;background-image: url('../images/close-btn.svg');background-size: 0.3rem;border-radius: 100%;margin-right: 1rem;display: none;}
.search-dialog .search-input.on{background-color: #fff;}
.search-dialog .search-input.on input[type=submit]{background-image: url('../images/search-btn2.svg')}
.search-dialog .hot-search{font-size: 0;width: 19.5rem;margin: .6rem auto 0;box-sizing: border-box;padding: 0 .6rem;overflow: hidden;}
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link{display: inline-block;zoom:1;vertical-align: top;}
.search-dialog .hot-search .hot-tit{font-size: .375rem;line-height: .5rem;color: #fff;font-weight: bold;padding-left: .6rem;background-repeat: no-repeat;background-position: left center;background-size: .5rem;background-image: url(../images/hot-icon.png);}
.search-dialog .hot-link{margin-left: 1rem;}
.search-dialog .hot-link a{display: inline-block;zoom:1;font-size: .375rem;line-height: .5rem;margin-right: .75rem;color: #fff;padding-bottom: 5px;position: relative;}
.search-dialog .hot-link a:before{content: "";position: absolute;left: 0%;bottom: 0;width: 100%;height: 2px;background-color: #fff;transform: scaleX(0);transform-origin: left center;transition: transform .3s;}
.search-dialog-box .bottom-box{position: absolute;left: 0;bottom: 5.1%;width: 100%;}
.search-dialog-box .bottom-box .share-box{overflow: hidden;}
.search-dialog-box .bottom-box .copy{font-size: .35rem;line-height: .5rem;color: #fff;margin-top: .5rem;overflow: hidden;}
.search-dialog-box.on{opacity: 1;visibility: visible;}
.search-dialog-box.on .search-bg{height: 100vh;}
.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{transform: translateY(0)}
.pub-close{position: absolute;width: 0.4rem;height:0.4rem;z-index: 10;right:0.5rem;top: 0.5rem;background-color: rgba(255,255,255,.3);border-radius: 100%;}
.pub-close .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transform: scale(0);border-radius: 100%;transition: transform .3s;}
.pub-close i{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-size: 0.1rem;background-repeat: no-repeat;background-image: url(../images/close-btn.svg);transition: .6s}
.pub-close i:hover{transform: rotate(180deg)}

.header.bj{background-color:#ffffff;box-shadow:0 2px 4px rgba(0 0 0 / 0.1);}
.header.bj .logo .logo_cs{display:block;}
.header.bj .logo .logo_w{display:none;}
.header.bj .header-d{color:#333333;}
.header.bj .search_btn_box svg path{fill:#333333}
.header.bj .header_r .lag a{color:#333333;}
.header.bj .header_r .lag svg path{fill:#333333}

.bannerbox{}
.bannerbox .swiper-button{display:none;}
.bannerbox .ban-slide-bj{height:100vh;display:flex;align-items: center; background-position:center; background-size: cover;background-repeat: no-repeat;}
.bannerbox .ban-slide-bj.md-show{display:none;}
.bannerbox .ban-slide-bj .bantxt{color:#ffffff;margin-bottom:40px;}
.bannerbox .ban-slide-bj .container{display:flex;flex-direction: column;align-items: flex-start;}
.bannerbox .banmore{display:flex;border-radius:10px; border:2px solid #ffffff;padding:10px 30px;color:#ffffff;align-items: center;position: relative; overflow: hidden;line-height:1.6;}
.bannerbox .banmore:before{content:'';width:0;left:0;top:0;height:100%;position: absolute;background:#e67f2c;transition: all 0.3s;-webkit-transition: all 0.3s;}
.bannerbox .banmore p{margin-right:20px;position: relative;z-index:1;}
.bannerbox .banmore img{width:24px;position: relative;z-index:1;}
.bannerbox .banmore:hover{border-color:#e67f2c;}
.bannerbox .banmore:hover:before {width:100%;}
.bannerbox .banner_btn{position: absolute;bottom:60px;}
.bannerbox .banner_btn .swiper-pagination span{width:28px;height:5px;background-color:#ffffff;margin-right:15px;border-radius:0;opacity:1;}
.bannerbox .banner_btn .swiper-pagination span.swiper-pagination-bullet-active{background-color:#e67f2c;}

.font-run span{opacity: 0;clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%); transition: all 1s; transform: translateY(100%);display: block;}
.font-run.on span{opacity: 1;clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); transform: translateY(0);}
/***/
.in_titbox{display:flex;justify-content: space-between;align-items: center;}
.in_titbox .in_tit{}
.inmore a{display:flex;align-items: center;height:0.5rem;border-bottom:2px solid #e67f2c;}
.inmore a p{margin-right:10px;color:#e67f2c;}
.inmore img{width:24px;height:24px;}
/***/
.liucheng{position: relative;overflow: hidden;}
.liucheng .dian_box{position: absolute;width:100%;height:100%;top:0;left:0;}
.liucheng .dian_box .box {position: absolute;display: flex;align-items: center;}
.liucheng .dian_box .box a{}
.liucheng .dian_box .box .dian{width: 0.27rem;height: 0.27rem;background-color: #e67f2c;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: relative;margin-right: 0.24rem;}
.liucheng .dian_box .box.right .dian{margin-right: 0;margin-left: 0.24rem;}
.liucheng .dian_box .box .dian img{width:10px;position: relative;z-index:2;display: block;}
.liucheng .dian_box .box .dian:before{content: '';display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 0.32rem;height: 0.32rem;border-radius: 50%;background: rgba(230, 128, 45, 0.8);opacity:0;}
.liucheng .dian_box .box .dian:after{content: '';display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 0.37rem;height: 0.37rem;border-radius: 50%;background: rgba(230, 128, 45, 0.8);opacity: 0;}
/*.liucheng .dian_box .box .dian:before{animation: boderM 3s .75s infinite;}
.liucheng .dian_box .box .dian:after{animation: boderM 3s infinite;}*/

.liucheng .dian_box .box .txt{white-space: nowrap;padding: 0.1rem 0.3rem;border-radius: 0.25rem;line-height: 0.22rem;color: #fff;background-color: rgba(230, 128, 45, 0.8);z-index:-999; opacity: 0;transition: all 0.5s 0.5s;pointer-events: none;position: relative;}
.liucheng .dian_box .box .txt,.liucheng .dian_box .box.on .txt,.liucheng .dian_box .box .txt{opacity: 1;z-index:-999;pointer-events: all;transition: all 0.5s;}
.liucheng .dian_box .box .txt .h{padding-right: 0.17rem;background: url(../images/banner_jt.svg)no-repeat right center;background-size: 0.08rem auto;font-family: hm;position: relative;z-index:1;}
.liucheng .dian_box .box .txt:before{content:'';position: absolute;width:calc(100% + 0.06rem);height:calc(100% + 0.06rem);left:50%;top:50%;background: rgba(230, 128, 45, 0.8);opacity:0;border-radius:0.3rem;animation: boderM 3s .75s infinite;}
.liucheng .dian_box .box .txt:after{animation: boderM 3s infinite;}

@keyframes boderM {
    0% {transform: translate(-50%, -50%) scale(1);opacity: 0}
    20% {opacity: 1}
    75% {transform: translate(-50%, -50%) scale(1.2);opacity: 0}
    100% {opacity: 0}
}
/***/
.in_product{padding:1rem 0 2.5rem;background-image:url(../images/pro_bg.jpg); background-position: center; background-repeat:no-repeat; background-size:auto 100%;}
.in_product .pro_more{display:flex;}
.in_product .pro_more a{display:flex;align-items: center;height:0.5rem;border-bottom:2px solid #ffffff;}
.in_product .pro_more a p{margin-right:10px;color:#ffffff;}
.in_product .pro_more img{width:28px;height:28px;}
.in_product .in_proli{margin-top:0.5rem;}
.in_product .in_proli ul{display:flex;gap:4px;}
.in_product .in_proli ul li{width:25%;position: relative;transition: all 0.3s;-webkit-transition: all 0.3s;overflow: hidden;background-color:#000000;}
.in_product .in_proli ul li .txt1{position: absolute;padding:30px 40px;bottom:0;width:100%;display:flex;align-items: center; justify-content: space-between;background-image: linear-gradient(to bottom, transparent 0%, rgba(0 0 0 / 0.2) 40%, rgba(0 0 0 / 0.4) 70%)}
.in_product .in_proli ul li .txt1 .pro_tit{color:#ffffff;}
.in_product .in_proli ul li .txt1 .proicon img{width:45px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.in_product .in_proli ul li .txt2{position: absolute;overflow: hidden;height:0; width:100%;transition: all 0.3s;-webkit-transition: all 0.3s; padding:0;background-image: linear-gradient(320deg, transparent 40%,#E67F2C 98%);}
.in_product .in_proli ul li .txt2 .pro_btit{margin-bottom:0.4rem;line-height:1.6;}
.in_product .in_proli ul li .txt2 .pro_tit{margin-bottom:0.15rem;line-height:1.6;}
.in_product .in_proli ul li .txt2 .pro_subtit{margin-bottom:50px;line-height:1.6;}
.in_product .in_proli ul li .probg{width:100%;padding-bottom:36.5vw;position: relative;background-repeat:no-repeat; background-position:center;background-size:auto 100%;}
.in_product .in_proli ul li .probg img{height:100%; width:auto;position: absolute;top:0;left:0;opacity:0;}
.in_product .in_proli ul li.cur{width:50%;}
.in_product .in_proli ul li.cur .txt1 .proicon img{width:77px;}
.in_product .in_proli ul li.cur .txt1 .pro_tit{opacity:0;}
.in_product .in_proli ul li.cur .txt2{height:100%;bottom:0;color:#ffffff;padding:0.4rem 0.4rem 0;}
.in_product .in_proli ul li.cur .probg{opacity:0.7;}
.in_product .in_proli ul li.cur .txt1{background-image:none;}

.in_product .in_probox{display:none;margin-top:0.6rem;}
.in_product .in_probox .swiper-slide a{display: block;overflow: hidden;background-color:#000000;position: relative;}
.in_product .in_probox .swiper-slide .txt1{position: absolute;padding:30px 40px;bottom:0;width:100%;display:flex;align-items: center; justify-content: space-between;background-image: linear-gradient(to bottom, transparent 0%, rgba(0 0 0 / 0.2) 40%, rgba(0 0 0 / 0.4) 70%)}
.in_product .in_probox .swiper-slide .txt1 .pro_tit{color:#ffffff;}
.in_product .in_probox .swiper-slide .txt1 .proicon img{width:36px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.in_product .in_probox .swiper-slide .txt2{position: absolute;overflow: hidden;height:0; width:100%;transition: all 0.3s;-webkit-transition: all 0.3s; padding:0;background-image: linear-gradient(320deg, transparent 40%,#E67F2C 98%);}
.in_product .in_probox .swiper-slide .txt2 .pro_btit{margin-bottom:25px;}
.in_product .in_probox .swiper-slide .txt2 .pro_tit{margin-bottom:10px;}
.in_product .in_probox .swiper-slide .txt2 .pro_subtit{margin-bottom:40px;}
.in_product .in_probox .swiper-slide .probg{width:100%;padding-bottom:46vw;position: relative;background-repeat:no-repeat; background-position:center;background-size:cover;}
.in_product .in_probox .swiper-slide .probg img{height:100%; width:auto;position: absolute;top:0;left:0;opacity:0;}
.in_product .in_probox .swiper-slide.swiper-slide-active .txt1 .proicon img{width:52px;}
.in_product .in_probox .swiper-slide.swiper-slide-active .txt1 .pro_tit{opacity:0;}
.in_product .in_probox .swiper-slide.swiper-slide-active .txt2{height:100%;bottom:0;color:#ffffff;padding:0.8rem 0.6rem 0;}
.in_product .in_probox .swiper-slide.swiper-slide-active .probg{opacity:0.7;}
.in_product .in_probox .swiper-slide.swiper-slide-active .txt1{background-image:none;}


/**/
.in_about{margin-top:0px;padding:1rem 0 1.2rem;}
.in_about .container{display:flex;justify-content: space-between;}
.in_about .about_left{width:40%;display:flex;flex-direction: column;align-items: flex-start;justify-content: space-between; padding:0 0 0.20rem; }
.in_about .about_left .about_txt{width:100%;text-align: justify;margin-bottom:0.2rem;line-height:0.36rem;}
.in_about .about_left .about_tit{margin-bottom:0.2rem;}
.in_about .about_left .about_list{width:100%;margin-bottom:0.3rem;}
.in_about .about_left .about_list ul li a{display:flex;justify-content: space-between;border-bottom:1px solid #dfdfdf;padding:0.3rem 0;position: relative;}
.in_about .about_left .about_list ul li a:after{content:'';position: absolute;bottom:0;left:0;height:3px;width:0;background:#e67f2c;transition: all 0.3s;-webkit-transition: all 0.3s;}
.in_about .about_left .about_list ul li .icon{display:flex;align-items: center;justify-content: center;}
.in_about .about_left .about_list ul li .icon img{width:0.4rem;}
.in_about .about_left .about_list ul li .icon img.on{display:none;}
.in_about .about_left .about_list ul li:hover .txt{color:#e67f2c;}
.in_about .about_left .about_list ul li:hover .icon img{display:none;}
.in_about .about_left .about_list ul li:hover .icon img.on{display:block;}
.in_about .about_left .about_list ul li:hover  a:after{width:100%;}
.in_about .about_left .inmore{width:100%;display:flex;justify-content: flex-end;}
.in_about .about_right{width:50%;position: relative;padding-bottom:48vw;margin-top:-2rem;overflow: hidden;}
.in_about .about_right img{position: absolute;width:100%;top:0px;height:100%;object-fit: cover;left:0%;}
.in_about .about_right .zz{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 3;background: #f5f7f9;}
/***/
.in_service{padding:1.2rem 0 0.7rem;background-image:url(https://img200m.xgxian.com/snt.sh.cn/images/servicebg.jpg),url(../images/servicebg.jpg);background-position:center; background-repeat:no-repeat; background-size:cover;min-height:50vw;display:flex;}
.in_service .container{display:flex;justify-content: space-between;align-items: center;}
.in_service .service_left{width:32%;height: 100%;}
.service_number{display:flex;flex-direction: column;justify-content: space-between;}
.service_number ul{display:flex;flex-wrap: wrap;gap:0.25rem 5%;}
.service_number ul li{width:50%;}
.service_number ul li:nth-child(2n){width:45%;}
.service_number ul li .tit{color:#6D6969;margin-bottom:0.08rem;line-height:1.6;}
.service_number ul li .num{color:#E67F2C;font-weight:600;line-height: 0.7rem;font-family:'D-DIN-Regular';}
.service_number .service_info{color:#767676;}
.in_service .service_right{width:68%;}
.in_service .service_right img{opacity:0.7;}
.projectbox{ position: relative;display:flex;align-items: center;width:72vw;margin:0 auto;}
.projectbox .x-pp{position: absolute; }
.projectbox .x-pp .x-app{position: absolute;width: 10px;height: 10px;border-radius: 50%;background: #E67F2C;display: flex;justify-content: center;align-items: center;}
.projectbox .x-pp .x-app i{position: absolute; width: 20px;}
.projectbox .x-pp p{background-color: #ffffff;position: absolute;width: 120px;/* height: 50px; */text-align: center; padding: 5px 10px;border-radius: 10px;left: 20px;top: -16px;opacity: 0;transform: translateY(20px); transition: 0.6s;pointer-events: none; box-shadow:0px 0px 6px 1px rgba(0, 0, 0, 0.08);}
.projectbox .x-pp .x-app .x-d1{flex: 0 0 45px; min-width: 45px; height: 45px; border-radius: 50%;transform: translateY(-50%) translateX(-50%); background:rgb(230 128 45 / 40%);opacity:0; border: 1px solid #E67F2C;transition: all .5s; animation: star 3s infinite;  -webkit-animation: star 3s infinite; /*animation: scalemap 2s linear infinite; -moz-animation: scalemap 2s linear infinite;-webkit-animation: scalemap 2s linear infinite;*/position: absolute;/*top: -17.5px;left: -17.5px;*/}
.projectbox .x-pp:hover p{opacity: 1;transform: translateY(0); pointer-events: auto;}
.projectbox .x-pp.x-a43 .x-app,.projectbox .x-pp.x-a44 .x-app,.projectbox .x-pp.x-a45 .x-app,.projectbox .x-pp.x-a46 .x-app{width:12px;height:12px;background-color:#d9300a;}
.projectbox .x-pp.x-a43 .x-app .x-d1,.projectbox .x-pp.x-a44 .x-app .x-d1,.projectbox .x-pp.x-a45 .x-app .x-d1,.projectbox .x-pp.x-a46 .x-app .x-d1,.projectbox .x-pp.x-a51 .x-app .x-d1{background:rgb(217 48 10 / 40%);opacity:0; border: 1px solid #d9300a;}


.projectbox .x-a1{top: 17%;left: 13%;}
.projectbox .x-a2{top: 20.4%;left: 12.5%;}
.projectbox .x-a3{top: 19.6%;left: 15%;}
.projectbox .x-a4{top: 19.6%;left: 18%;}
.projectbox .x-a5{top: 29%;left: 17.5%;}
.projectbox .x-a6{top: 32%;left: 21%;}
.projectbox .x-a7{top: 68%;left: 15%;}
.projectbox .x-a8{top: 42%;left: 27%;}
.projectbox .x-a9{top: 43%;left: 32%;}
.projectbox .x-a10{top: 46.6%;left: 33.7%;}
.projectbox .x-a11{top: 55.5%;left: 33.5%;}
.projectbox .x-a12{top: 45.8%;left: 35.2%;}
.projectbox .x-a13{top: 19.1%;left: 32.2%;}
.projectbox .x-a14{top: 37.5%;left: 34.6%;}
.projectbox .x-a15{top: 42%;left: 35.2%;}
.projectbox .x-a16{top: 37.7%;left: 37%;}
.projectbox .x-a17{top: 42%;left: 37.5%;}
.projectbox .x-a18{top: 36.5%;left: 38.8%;}
.projectbox .x-a19{top: 33%;left: 39.2%;}
.projectbox .x-a20{top: 38.2%;left: 40%;}
.projectbox .x-a21{top: 31.2%;left: 41.3%;}
.projectbox .x-a22{top: 34.5%;left: 42.3%;}
.projectbox .x-a23{top: 35%;left: 45%;}
.projectbox .x-a24{top: 23%;left: 80.5%;}
.projectbox .x-a25{top: 52%;left: 90.5%;}
.projectbox .x-a26{top: 62%;left: 94.5%;}
.projectbox .x-a27{top: 50%;left: 91.5%;}
.projectbox .x-a28{top: 26%;left: 9.5%;}
.projectbox .x-a29{top: 18%;left: 21%;}
.projectbox .x-a30{top: 42%;left: 19%;}
.projectbox .x-a31{top: 43%;left: 33%;}
.projectbox .x-a32{top: 54.5%;left: 34%;}
.projectbox .x-a33{top: 59.5%;left: 39.5%;}
.projectbox .x-a34{top: 49.8%;left: 36.2%;}
.projectbox .x-a35{top: 36%;left: 26%;}
.projectbox .x-a36{top: 26%;left: 28%;}
.projectbox .x-a37{top: 31%;left: 27%;}
.projectbox .x-a38{top: 79%;left: 14%;}
.projectbox .x-a39{top: 36%;left: 15%;}
.projectbox .x-a40{top: 22%;left: 15.5%;}
.projectbox .x-a41{top: 21%;left: 16%;}
.projectbox .x-a42{top: 37%;left: 78.5%;}
.projectbox .x-a43{left: 38.5%;top: 39.5%;}
.projectbox .x-a44{left: 41.5%;top: 31.5%;}
.projectbox .x-a45{left: 37.5%;top: 43%;}
.projectbox .x-a46{left: 37%;top: 39.5%;}
.projectbox .x-a47{left: 38.3%;top: 43.8%;}
.projectbox .x-a48{left: 45%;top: 73%;}
.projectbox .x-a49{top: 19%;left: 16%;}
.projectbox .x-a50{top: 40.5%;left: 21.5%;}
.projectbox .x-a51{left: 40.5%;top: 38.5%;}

.projectbox .x-a1 .x-app .x-d1{animation-delay:0s;}
.projectbox .x-a2 .x-app .x-d1{animation-delay: 1s;}
.projectbox .x-a3 .x-app .x-d1{animation-delay: 4.5s;}
.projectbox .x-a4 .x-app .x-d1{animation-delay: 2.5s;}
.projectbox .x-a5 .x-app .x-d1{animation-delay: 8s;}
.projectbox .x-a6 .x-app .x-d1{animation-delay: 12s;}
.projectbox .x-a7 .x-app .x-d1{animation-delay: 9s;}
.projectbox .x-a8 .x-app .x-d1{animation-delay: 2s;}
.projectbox .x-a9 .x-app .x-d1{animation-delay: 8s;}
.projectbox .x-a10 .x-app .x-d1{animation-delay: 0s;}
.projectbox .x-a11 .x-app .x-d1{animation-delay: 11s;}
.projectbox .x-a12 .x-app .x-d1{animation-delay: 0.5s;}
.projectbox .x-a13 .x-app .x-d1{animation-delay: 14s;}
.projectbox .x-a14 .x-app .x-d1{animation-delay: 16s;}
.projectbox .x-a15 .x-app .x-d1{animation-delay: 1.5s;}
.projectbox .x-a16 .x-app .x-d1{animation-delay: 6s;}
.projectbox .x-a17 .x-app .x-d1{animation-delay: 2.5s;}
.projectbox .x-a18 .x-app .x-d1{animation-delay: 3.5s;}
.projectbox .x-a19 .x-app .x-d1{animation-delay: 7.5s;}
.projectbox .x-a20 .x-app .x-d1{animation-delay: 2s;}
.projectbox .x-a21 .x-app .x-d1{animation-delay: 0.5s;}
.projectbox .x-a22 .x-app .x-d1{animation-delay: 4.5;}
.projectbox .x-a23 .x-app .x-d1{animation-delay: 3.5s;}
.projectbox .x-a24 .x-app .x-d1{animation-delay: 1.5s;}
.projectbox .x-a25 .x-app .x-d1{animation-delay: 3s;}
.projectbox .x-a26 .x-app .x-d1{animation-delay: 5s;}
.projectbox .x-a27 .x-app .x-d1{animation-delay: 0s;}
.projectbox .x-a28 .x-app .x-d1{animation-delay: 2.5s;}
.projectbox .x-a29 .x-app .x-d1{animation-delay: 3.5s;}
.projectbox .x-a30 .x-app .x-d1{animation-delay: 9s;}
.projectbox .x-a31 .x-app .x-d1{animation-delay: 2s;}
.projectbox .x-a32 .x-app .x-d1{animation-delay: 0.5s;}
.projectbox .x-a33 .x-app .x-d1{animation-delay: 3.5;}
.projectbox .x-a34 .x-app .x-d1{animation-delay: 5.5s;}
.projectbox .x-a35 .x-app .x-d1{animation-delay: 2.5s;}
.projectbox .x-a36 .x-app .x-d1{animation-delay: 6s;}
.projectbox .x-a37 .x-app .x-d1{animation-delay: 4s;}
.projectbox .x-a38 .x-app .x-d1{animation-delay: 1.5s;}
.projectbox .x-a40 .x-app .x-d1{animation-delay: 3s;}
.projectbox .x-a41 .x-app .x-d1{animation-delay: 16s;}
.projectbox .x-a42 .x-app .x-d1{animation-delay: 7s;}
.projectbox .x-a43 .x-app .x-d1{animation-delay: 0.5s;}
.projectbox .x-a44 .x-app .x-d1{animation-delay: 3.5;}
.projectbox .x-a45 .x-app .x-d1{animation-delay: 5.5s;}
.projectbox .x-a46 .x-app .x-d1{animation-delay: 2.5s;}
.projectbox .x-a47 .x-app .x-d1{animation-delay: 6s;}
.projectbox .x-a48 .x-app .x-d1{animation-delay: 4s;}
.projectbox .x-a49 .x-app .x-d1{animation-delay: 1.5s;}
.projectbox .x-a50 .x-app .x-d1{animation-delay: 3s;}




/***/
.incontent{position: relative;}
.incontent .inimg{position: relative;overflow: hidden;height:20vw;}
.incontent .inimg img{transform: translateY(-2rem);}
.incontent .ininfo{position: absolute;width:100%;height:100%;top:0;left:0;display:flex;flex-direction: column; align-items: center;justify-content: center;background-color:rgba(0 0 0 /0.7);}
.incontent .ininfo .txt{color:#ffffff;margin-bottom:0.4rem;}
.incontent .conmore{border-radius:10px; background:#ffffff;border:2px solid #ffffff;position: relative;overflow: hidden;}
.incontent .conmore:before{content:'';position: absolute;width:0%;left:0;top:0;height:100%;background:#E67F2C;transition: all 0.3s;-webkit-transition: all 0.3s;}
.incontent .conmore a{display:flex;color:#E67F2C;padding:10px 30px;align-items: center;position: relative;z-index:1;line-height: 1.6;}
.incontent .conmore p{margin-right:15px;}
.incontent .conmore img{width:24px;}
.incontent .conmore img.on{display: none;}
.incontent .conmore:hover:before{width:100%;}
.incontent .conmore:hover a{color:#ffffff;}
.incontent .conmore:hover img{display:none;}
.incontent .conmore:hover img.on{display: block;}

@keyframes star {
  100% {transform: scale(1.5);opacity: 0;}
  0% {transform: scale(0.2);opacity: 1;}
   
  }
  @-moz-keyframes star {
    100% {transform: scale(1.5);opacity: 0;}
    0% {transform: scale(0.2);opacity: 1;}
  }
  @-webkit-keyframes star {    
    100% {transform: scale(1.5);opacity: 0;}
    0% {transform: scale(0.2);opacity: 1;}
  }
  @-o-keyframes star {
    100% {transform: scale(1.5);opacity: 0;}
    0% {transform: scale(0.2);opacity: 1;}
  }

/**底部**/
.footer{background-color:#212121;padding:0.1rem 0;color:#ffffff;}
.footer .f_top{display:flex;justify-content: space-between;align-items: center; padding:0.3rem 0;border-bottom:1px solid rgba(255 255 255 /0.1);}
.footer .f_top .f_logo img{width:1.5rem;}
.footer .f_top .share{display:flex;gap:20px;}
.footer .f_top .share a{display: block;width:24px;height:24px;position: relative;}
.footer .f_top .share svg{width:24px;height:24px;}
.footer .f_top .share .ewm{position: absolute;width: 110px;height: 123px; padding: 3px 3px 16px;bottom: 100%;left: 50%; transform: translateX(-50%); display: none;}
.footer .f_top .share .ewm img{position: relative;z-index:1;}
.footer .f_top .share a:hover .ewm{display:block;}
.footer .f_top .share a:hover svg path{fill:#E67F2C;}
.footer .f_top .share .ewm:before{content: '';width: 100%;height: calc(100% - 13px);background: #fff;position: absolute;top: 0;left: 0;z-index: 1;box-shadow: 0 0 0.13rem 0 rgba(0, 0, 0, 0.15);border-radius: 5px;}
.footer .f_top .share .ewm:after{content: '';border-top: 7px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;bottom: 6px;left: 50%;transform: translateX(-50%);z-index: 2;}
.footer .f_navbox{display:flex;justify-content: space-between;padding:0.6rem 0 0.3rem;}
.footer .f_navbox .f_tel .tel_tit{display: flex;align-items: center;margin-bottom:10px;}
.footer .f_navbox .f_tel .tel_tit img{width:24px;display:block;}
.footer .f_navbox .f_tel .tel_tit .tit{margin-left:8px;}
.footer .f_navbox .f_tel .tel_txt{font-family:'OPPOSans-R';font-weight:600;}
.footer .f_navbox .f_nav{width:60%;}
.footer .f_navbox .f_nav ul{display:flex;gap: 40px;justify-content: space-between;}
.footer .f_navbox .f_nav ul li .nav_tit{margin-bottom:20px;line-height: 1.6;}
.footer .f_navbox .f_nav ul li .nav_tit a{color:#ffffff;}
.footer .f_navbox .f_nav ul li .nav_list{gap:12px;display: flex;flex-direction: column;line-height: 1.6;}
.footer .f_navbox .f_nav ul li .nav_list a{display: block; color:rgba(255 255 255 /0.5);}
.footer .f_navbox .f_nav ul li .nav_list a:hover{color:#E67F2C;}
.footer .f_bottom{display:flex;justify-content: space-between;padding:0.2rem 0;}
.footer .f_bottom .Copy{color:rgba(255 255 255 /0.3);}
.footer .f_bottom .f_link{color:rgba(255 255 255 /0.3);}
/* 适配*/
@media (max-width:2000px){
.f_24{font-size: 24px;}
.f_22{font-size: 22px;}
.f_20{font-size: 20px;}
.header .logo {width: 120px;}
.in_product .in_proli ul li.cur .txt1 .proicon img{width:66px;}
.in_product .in_proli ul li .txt1 .proicon img{width: 40px;}
.liucheng .dian_box .box .dian{width: 0.4rem;height: 0.4rem;}
.liucheng .dian_box .box .txt{padding: 0.1rem 0.3rem;border-radius: 0.25rem;line-height: 0.3rem;}
.liucheng .dian_box .box .txt .h {padding-right:15px;background-size:10px auto;}

}
@media (max-width: 1680px){
.f_24{font-size: 22px;}
.f_22{font-size: 20px;}
.f_20{font-size: 18px;}
.f_16{font-size: 13px;}
.f_18{font-size: 16px;}
.search-dialog .search-input{width:38%;padding:0 10px 0 20px;}
.search-dialog .search-input input[type=text]{height:46px;font-size:16px;line-height: 46px;width:calc(100% - 50px);}
.search-dialog .search-input input[type=submit]{width:46px;height:46px;background-size:24px;}
.in_product .in_proli ul li.cur .txt1 .proicon img{width:58px;}
.in_product .in_proli ul li .txt1 .proicon img{width: 36px;}
.pub-close { position: absolute;width:32px;height:32px;right: 40px; top:40px;}
.pub-close i{background-size: 12px;}
.header .logo {width: 100px;}
.header .header_r .header-nav{font-size:14px;}
.header-nav-li {padding: 0 15px;}


}
@media (max-width: 1440px){
.f_24{font-size: 20px;}
.f_22{font-size:19px;}
.f_20{font-size: 17px;}
.f_16{font-size: 13px;}
.f_18{font-size: 15px;}
.header .header_r .header-nav{margin-right:30px;}
.header-nav-li { padding: 0 15px;}
.header .header_r .search_btn_box{margin-right: 20px;}
.header .header_r .search_btn_box svg{width:16px;}
.header .header_r .lag svg{width:15px;}
.header .header_r .lag a{padding: 0 0px 0 10px;}
.bannerbox .banmore{border-radius: 6px;padding: 8px 24px;}
.bannerbox .banmore p{margin-right: 15px;}
.bannerbox .banner_btn .swiper-pagination span{width: 28px;height: 3px;}
.inmore a,.in_product .pro_more a{height:48px;}
.in_about .about_left .about_txt{line-height:1.75em;}
.in_product .in_proli ul li.cur .txt1 .proicon img{width:52px;}
.in_product .in_proli ul li .txt1 .proicon img{width: 32px;}

.incontent .conmore{border-radius: 6px;}
.incontent .conmore a{padding: 8px 24px;}
.footer{padding:40px 0 10px;}
.footer .f_top .f_logo img{width:120px;}
.footer .f_navbox .f_tel .tel_tit img {width: 20px;}
.footer .f_top .share .ewm{width: 96px;height: 118px;}
.footer .f_navbox{padding:40px 0 30px;}
.footer .f_navbox .f_nav{width:75%;}
.footer .f_navbox .f_nav ul li .nav_tit{margin-bottom:15px;}
.footer .f_navbox .f_nav ul li .nav_list{gap:8px;}
.footer .f_top .share svg{ width:20px;height:20px;}
}
@media (max-width: 1280px){
.f_24{font-size: 18px;}
.f_22{font-size:17px;}
.f_20{font-size: 16px;}
.f_16{font-size: 13px;}
.f_18{font-size: 15px;}

.f_28{font-size: 0.40rem;}
.f_30{font-size:0.42rem;}
.f_32{font-size: 0.48rem;}
.f_34{font-size: 0.52rem;}
.f_36{font-size: 0.54rem;}
.f_40 {font-size: 0.58rem;}
.f_42 {font-size: 0.62rem;}
.f_44 {font-size: 0.64rem;}
.f_48 {font-size: 0.7rem;}
.f_50 {font-size: 0.78rem;}
.f_52 {font-size: 0.82rem;}
.f_56 {font-size: 0.86rem;}

.header{height:70px;}
.header .logo{height: 70px;}
.header-d{line-height:70px;}
.header-sw {width: 120px;}
.header-nav-li{padding: 0 10px;}
.search-dialog .search-input input[type=text] {height: 42px;font-size: 14px;line-height: 42px;width: calc(100% - 45px);}
.search-dialog .search-input input[type=submit] {width: 42px;height: 42px;background-size: 20px;}



}
@media (max-width: 1200px){

body{line-height:1.75;font-size:14px;}
.container{ padding: 0 30px;}
.menu-btn{display: block;}
.header .header_r .lag{margin-right:20px;font-size:18px;}
.header .header_r .header-nav{display:none;position: fixed;width: 100%;padding:0 20px; left: 0;top: 70px;height: 100%; background: #ffffff;font-size: 16px;}
.header-d:after{display:none;}
.search-dialog-box{height:120px;}
.search-dialog .search-input{width: 80%;}
.pub-close{width: 26px;height: 26px;right: 10px;top: 10px;}
.pub-close i {background-size:8px;}
.header-nav-li{width: 100%;margin: 0;display: block;padding: 10px 10px;position: relative;border-bottom: 1px solid #ebebeb;}
.header-nav-i{width: 50%;height: 60px;position: absolute;top: 0;right: 0;z-index: 3;display: block;}
.header-nav-i:before,.header-nav-i:after{content: ''; width: 18px; height: 2px;position: absolute;background-color: #d0cece;right: 20px;top: 28px;}
.header-nav-i:before{-webkit-transform: rotate(90deg);}
.header-nav-li.act .header-nav-i:before{display: none;}
.header-sw{position: initial;top: initial;box-shadow: initial;border: 0;transform: translateX(0%);width: 100%;padding: 0 15px;}
.header-d{color: #222;font-size: 16px;line-height: 40px; position: relative;}
.header-e{width: 100%;text-align: left;padding: 5px 0;font-size:14px;}
.header-e a{display: block;margin: 0;width: 100%;padding: 2px 0;}
.bannerbox .banner_btn .swiper-pagination span{margin-right:5px;width:16px;height: 2px;}
.bannerbox .ban-slide-bj{height:52vw;}
.liucheng .dian_box .box .dian{width:24px;height:24px;}
.liucheng .dian_box .box .txt{padding:8px 20px;line-height:2;border-radius:40px;}
.liucheng .dian_box .box .dian img { width: 6px;}

.in_product{padding: 50px 0 50px;}
.in_product .in_probox{display:block;margin-top:30px;}
.in_product .in_proli{display: none;}
.in_product .in_probox .banner_btn{margin-top:10px;}
.in_product .in_probox .banner_btn .swiper-pagination{position: unset;}
.in_product .in_probox .banner_btn .swiper-pagination span{width:24px;height:3px;border-radius:0;margin:0 5px;}
.in_product .in_probox .banner_btn .swiper-pagination span.swiper-pagination-bullet-active{background-color:#E67F2C;}

.in_about{padding:50px 0;}
.in_about .container {flex-direction: column;}
.in_about .about_left{width:100%;margin-bottom:0.8rem;}
.in_about .about_right{width:100%;margin-top:0; padding-bottom: 80vw;}
.in_about .about_left .about_list ul li .icon img{width:22px;}
.projectbox .x-pp p{ width: 80px; font-size: 12px;left:15px;top:-8px;}
.projectbox .x-pp.x-a24 p,.projectbox .x-pp.x-a26 p,.projectbox .x-pp.x-a27 p,.projectbox .x-pp.x-a42 p{left:auto;right:15px;}




.in_service {padding:50px 0 50px;}
.in_service .container{flex-direction:column-reverse;}
.in_service .service_left{width:100%;}
.projectbox,.in_service .service_right{width:100%;margin-bottom:50px;}
.in_service .service_left ul{gap: 3%;}
.in_service .service_left ul li,.in_service .service_left ul li:nth-child(2n){width: 22.5%;margin-bottom:25px;}
.in_service .service_left ul li:last-child{margin-bottom:0;}
.in_service .service_left .service_info{margin-top:40px;}
.in_service .service_left ul li .tit{margin-bottom:10px;}
.in_service .service_left ul li .num{line-height:1.2;}
.in_service .service_left .service_info{margin-top: 25px;}
.incontent .inimg {height: 28vw;}

.footer .f_navbox .f_nav{display:none;}
.footer .f_top{border:0;flex-direction: column;}
.footer .f_top .f_logo{margin-bottom:30px;}
.footer .f_navbox{justify-content: center;}
.footer .f_top .share a{width:auto;height:auto;}
.footer .f_top .share svg{display:none;}
.footer .f_top .share .ewm{position: unset;padding:0;display: block;transform: translateX(0%);height:auto;width:70px;}
.footer .f_navbox{padding:30px 0 20px;}
.footer .f_navbox .f_tel .tel_tit{margin-bottom:5px;}
.footer .f_top .share .ewm:after,.footer .f_top .share .ewm:before{display:none;}
.footer .f_bottom { padding: 0.2rem 0;flex-direction: column;align-items: center;text-align: center;}
.footer .f_bottom .Copy{margin-bottom:5px;}

}

@media (max-width: 768px){
.container { padding: 0 20px;}
.incontent .conmore p{margin-right: 10px;}
.f_60{font-size:0.9rem;}
.f_56,.f_50{font-size:28px;}
.f_46,.f_48{font-size:22px;}
.f_28,.f_30,.f_32{font-size:18px;}
.f_34,.f_36,.f_40,.f_42,.f_44{font-size:20px;}
.f_18{font-size: 14px;}
.f_20{font-size:15px;}
.f_24,.f_22{font-size: 16px;}
.header {height: 60px;}
.header .logo {width: 90px;height:60px;}
.header .header_r .header-nav{top:60px}
.header .header_r .lag {font-size: 16px;}
.inmore a, .in_product .pro_more a{height: 40px;font-size:12px;}
.inmore a p{margin-right: 5px;}
.inmore img,.incontent .conmore img{width: 20px;height: 20px;}
.bannerbox .ban-slide-bj .bantxt {margin-bottom:15px;margin-top:20px;}
.bannerbox .banmore {border-radius: 4px;padding:4px 10px;font-size:12px;border-width:1px;}
.bannerbox .banmore p {margin-right: 3px;}
.bannerbox .banmore img {width: 16px;}
.bannerbox .banner_btn {bottom: 30px;}
.liucheng .dian_box .box .dian{width: 20px;height: 20px;}
.liucheng .dian_box .box .txt{font-size: 12px;line-height:1.6;opacity:0;}
.liucheng .dian_box .box .txt:before{width: calc(100% + 6px);height: calc(100% + 6px);border-radius:40px;}
.liucheng .dian_box .box:hover .txt{opacity:1;}

.in_product,.in_service{padding: 40px 0 40px;}
.in_about {padding:40px 0;}
.in_product .in_probox { margin-top: 20px;}
.in_product .in_probox .swiper-slide .txt2 .pro_btit{margin-bottom:15px;font-size:18px;}
.in_product .in_probox .swiper-slide .txt2 .pro_tit{margin-bottom: 5px;}
.in_product .in_probox .swiper-slide .txt2 .pro_subtit{margin-bottom:25px;}
.in_product .pro_more img{width: 20px;height: 20px;}
.in_product .pro_more p{font-size: 12px;}
.in_product .in_probox .swiper-slide.swiper-slide-active .txt1 .proicon img{width:42px;}
.in_product .in_probox .swiper-slide .txt1{padding: 20px 20px;}
.in_product .in_probox .swiper-slide .probg{padding-bottom:70vw;}
.in_about .about_left .about_tit{margin-bottom:10px;}
.in_about .about_left .about_txt{margin-bottom:15px;}
.in_about .about_left .about_list{margin-bottom:30px;}
.in_about .about_left .about_list ul li a{padding:15px 0;}
.in_about .about_left .about_list ul li .icon img{width:18px;}
.projectbox .x-pp .x-app{width: 6px;height: 6px;}
.projectbox .x-pp .x-app .x-d1{flex: 0 0 30px;min-width: 30px;height: 30px;top: -12px;left: -12px;}
.incontent .inimg img{transform: translateY(0rem) !important;}
.incontent .inimg {height: 200px;}
.incontent .conmore a {padding: 6px 15px;font-size: 12px;}
.incontent .ininfo .txt{margin-bottom:20px;}
.footer{padding:30px 0 15px;}


}
@media (max-width: 420px){
  .f_56{font-size:20px;}
 .in_service .service_left ul li .tit{margin-bottom:5px;line-height:1.5em;}
 .in_service .service_left ul{gap:0;}
  .in_service .service_left ul li, .in_service .service_left ul li:nth-child(2n){margin-bottom:20px;width:35%;}
.in_service .service_left ul li:nth-child(3n){width:28%;}

}