.clear{ clear:both}
.clear:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clear {zoom:1; }

/*主导航多级菜单*/
.tel_header,.arlo_tm_mobile_menu_wrap,.tel_search{display: none;}
.hbg{width: 100%;height: 90px;position: fixed;top: 0px; left: 0; z-index: 9999;background: none;text-align: center;border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);}
#logo{transition: .5s;position: absolute; left: 2%; top: 25px; width: 13%;}
#logo:hover{left:4%;}
#logo img{ width:100%}

.hbg .nav{ height:50px; width:52%; position: absolute;   left: 27%;font-size: 18px; }
.hbg .nav li{width: calc(100%/7); float:left; text-align:center; line-height:50px; position:relative; padding:0 0 20px 0}
.hbg .nav li a{ color:#fff; display:block;  margin-top:20px; font-weight: 400;}
.hbg .nav ul li i{position: absolute;width:100%;height:0;background-color:#1274bd;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.hbg .nav ul li a:hover i, .hbg .nav ul li a.active i{height:100%;}
.hbg .nav ul li a:hover, .hbg .nav ul li a.active{color:#fff;}

.hbg .product_son{display: none;position: absolute;left:0;top:90px;text-align: center;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999;}
.hbg .product_son .item{display: inline-block;width:9%;margin:0.5%;}
.hbg .product_son .item img{border: 0;vertical-align: middle;max-width: 100%;display: block;}
.hbg .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;}
.hbg .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(0,153,70,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}


.ttel{text-align: center;color: #fff;padding: 0 15px;transition: .5s;display: flex; align-items: center;-webkit-align-items: center;}
.ttel img{display: inline-block;border-right: 1px solid rgba(255,255,255,0.4);padding-right: 5px;margin-right: 5px;}
.ttel em{ padding-left: 5px; display: inline-block;}
.hrt{display:block;float:right;margin-top:32px;margin-right:15px;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; }
.hrt a{display:block;float:left;padding:0 15px;border-right:2px solid #fff;height:20px;position:relative; margin-top: 5px;}
.hrt a:last-child{border:none;padding-right:0;}
.hrt a img{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;display:block;width:30px;position:relative;top:0;cursor: pointer;}
.hrt .lang{display: flex; align-items: center;-webkit-align-items: center;color: #fff;}
.hrt .lang i{margin-right: 5px;}
.hbg .hrt a img.ssr{display: none;}
.hbg .hrt a:hover img.ss{display: none;}
.hbg .hrt a:hover img.ssr{display: block;}
.hbg .hrt a .ewm{width:133px;position:absolute;top:42px;right:0;display:none;}
.hbg .hrt a .ewm img{width:100%;}


.hbg.bg{padding:6px 0; height: 70px;background: #1274bd;;}
.hbg.bg #logo{width: 13%; top: 16px;}
.hbg.bg #logo img{margin-top:0;}
.hbg.bg .nav{padding-top: 4px;}
.hbg.bg .nav li{line-height:15px; }
.hbg.bg .hrt{margin-top:16px;}

@media( max-width:1280px ){
  #logo{ top: 18px;}
  .hbg .nav{  left: 35%; }
  .ttel{display: none;}
}

@media( max-width:790px){
  .hbg .nav,.hbg #logo,.hrt,.product_son{display: none;}
  .hbg{ border-bottom: none; height: 70px;}
  .hbg.bg{padding: 0 0 0 0; height: 45px;}
  .arlo_tm_mobile_header_wrap{width: 100%;height: auto;display: block;}
  .tel_yuyan{ width: 100%; height: 30px; background: #009946;}
  .tel_yuyan_cont{width: 95%;margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; }
  .tel_yuyan_cont a{color: #fff; line-height: 30px;}
  .yuyan_l{width: 25%;}
  .yuyan_l ul{ width: 100%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
  .yuyan_l li img{width: 60%; margin-top: 5px;}
  .yuyan_r{width: 50%;}
  .tel_header{ width: 100%;height: auto;clear: both;float: left;padding: 10px 20px;display: flex;align-items: center;justify-content: space-between;background: #1274bd;border-bottom: 1px solid rgba(255,255,255,.1);
  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box; /* Firefox, other Gecko */
          box-sizing: border-box; /* Opera/IE 8+ */}
  .tel_header .tel_logo{width: 50%;}
  .tel_header .tel_logo img{width: 100%;}
  .arlo_tm_trigger{width: auto;}
  .arlo_tm_trigger .hamburger{padding: 15px 15px;display: inline-block;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;
  text-transform: none;background-color: transparent;border: 0;margin: 0;overflow: visible;}
  .arlo_tm_trigger .hamburger-box{width: 30px;height: 18px;display: inline-block;position: relative;}
  .arlo_tm_trigger .hamburger-inner{display: block;top: 50%;margin-top: -2px;}
  .arlo_tm_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{width: 30px;height: 2px;background-color: #f50056;position: absolute;transition-property: transform;transition-duration: 0.15s;
  transition-timing-function: ease;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  .arlo_tm_trigger .hamburger-inner::before,.arlo_tm_trigger .hamburger-inner::after{content: "";display: block;}
  .arlo_tm_trigger .hamburger-inner::before{top: -8px;}
  .arlo_tm_trigger .hamburger-inner::after{ bottom: -10px;}
  .arlo_tm_trigger .hamburger--collapse-r .hamburger-inner{top: auto;bottom: 0;transition-duration: 0.13s;transition-delay: 0.13s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
  .arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::after{top: -16px;transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;}
  .arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::before{transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
  .arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner{transform: translate3d(0, -10px, 0) rotate(45deg);transition-delay: 0.22s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
  .arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::after{top: 0;opacity: 0;transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;}
  .arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::before{top: 0;transform: rotate(90deg);transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);}
  .arlo_tm_trigger .hamburger{padding: 0px;height: 100%;display: table-cell;vertical-align: middle;}
  .arlo_tm_trigger .hamburger-box{display: block;}
  .arlo_tm_trigger .hamburger .hamburger-inner::before,.arlo_tm_trigger .hamburger .hamburger-inner::after,.arlo_tm_trigger .hamburger .hamburger-inner{background-color: #fff;width: 30px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
  
  .arlo_tm_mobile_menu_wrap{width: 100%;height: auto;clear: both;float: left;background-color: rgba(0,0,0,.97);padding: 30px 20px;display: none;border-bottom: 1px solid rgba(255,255,255,.09);border-top: 1px solid rgba(255,255,255,.09);-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */	}
  .arlo_tm_mobile_menu_wrap .mob_menu{width: 100%;height: auto;clear: both;float: left;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}
  .arlo_tm_mobile_menu_wrap .mob_menu > ul{margin: 0px;list-style-type: none;}
  .arlo_tm_mobile_menu_wrap .mob_menu > ul > li{ text-align: center;border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); line-height: 65px;}
  .arlo_tm_mobile_menu_wrap .mob_menu > ul > li:last-child{margin-bottom: 0px;}
  .arlo_tm_mobile_menu_wrap .mob_menu > ul > li a{text-decoration: none;color: #fff;font-family: "Montserrat";font-weight: 600;font-size: 19px;}
  }



/* #banner */
#banner .swiper-slide .pcpic{display: block;}
#banner .swiper-slide .telpic{display: none;}
#banner {width:100%; position:relative; z-index:0; overflow:hidden;}
#banner .txt .main{width:90%;margin:0 auto}
#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; display: flex; flex-direction:column; justify-content:center;  }
#banner .txt2{display: block; top: 20%;}
#banner .txt div.yea{  transform:translateY(200px);opacity:0;transition:all 0.3s;  margin:  0 auto 25px auto; display: block; }
#banner .txt div.yea img{display: block; margin: 0 auto;}
#banner .txt p{font-size:32px;padding-top: 0px; transform:translateY(200px);opacity:0;transition:all 0.6s;  text-align: center; width: 70%; margin: 0 auto;color: #fff; line-height: 42px;}
#banner .txt em{font-size:36px; transform:translateY(400px);opacity:0;transition:all 0.6s;  color: #fff;   text-align: center; display: block;font-style:normal; }
#banner .txt strong{font-size:62px;   transform:translateY(200px);opacity:0;transition:all 0.9s; line-height: 1;display: block;  text-align: center; color: #1274bd;-webkit-text-stroke: 1px #fff;}
#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s; margin:2% 0 0 0  }
#banner .swiper-slide-active .txt .yea,#banner .swiper-slide-active .txt em,#banner .swiper-slide-active .txt p,#banner .swiper-slide-active .txt strong,#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:0.5s;}
#banner .swiper-slide .pic {position:relative; z-index:1; height:100vh;}
#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s; }
#banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image:url(../images/img23.png) no-repeat center top!important; }
.viewmore {position: relative;}
.viewmore a{pointer-events: all; display: block;line-height:38px;padding: 10px 20px 10px 20px; font-size: 22px; width: 190px;   color:#fff;background: #1274bd; border-radius: 50px;  position: relative;transition:all 0.3s; text-align: center;margin:2% auto 0 auto ; }
.viewmore a i{ color: #1274bd;}
.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0; height:100%; transition:0.6s all;}
.viewmore a:hover:after{width:100%; left:0;}
#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;opacity: 1.0; font-size:0; margin: 0 5px;} 
#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px; }
#banner .swiper-pagination{bottom:20px;left: 0;right: 0;}

@media (max-width:1440px){
    #banner .swiper-slide .pic{height: 75vh}
#banner .txt em{width: 60%;}
}

@media (max-width:1280px){
#banner .txt strong{font-size:52px;}
#banner .txt em{font-size: 26px; width: 50%;}
#banner .swiper-slide .pic{height: 70vh}
}


@media (max-width:1023px){
#banner .swiper-slide .pcpic{display: none;}
#banner .swiper-slide .telpic{display: block;}
#banner .txt2{display: block; top:0%;display: flex;}
#banner .txt em{width: 95%; font-size: 18px; padding: 10px 0; margin-bottom: 20px;}
#banner .txt strong{font-size:26px; line-height: 30px;-webkit-text-stroke: 0px #fff; color: #fff;letter-spacing:normal}
#banner .txt p{font-size: 16px; line-height: 30px;; padding-top:20px; width: 95%;}
#banner .swiper-slide .pic{height: 65vh}
.viewmore a{width: 220px;  line-height: 17px; font-size: 20px}
}


.swiper-box .prevnext .next { margin-left: .18rem; }
.swiper-box .swiper-wrapper .swiper-slide { position: relative; overflow: hidden; height: 100%;background:  url(../images/b1.jpg) no-repeat center top;  }
.swiper-box .swiper-wrapper .swiper-slide .img { width: 100%; height:100vh;    overflow: hidden; }
.swiper-box .swiper-wrapper .swiper-slide video{width:100%;object-fit:cover;z-index:1;position: relative;display: block;}
.swiper-box .swiper-wrapper .swiper-slide .img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.swiper-box .swiper-wrapper .swiper-slide .text {z-index: 3; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: rgba(0, 0, 0, 0.2); color: #fff; }
.swiper-box .swiper-wrapper .swiper-slide .text.active .w1400 h6 span { -webkit-animation: fadeInUp2 1s forwards; animation: fadeInUp2 1s forwards;}
.swiper-box .swiper-wrapper .swiper-slide .text.active .w1400 h5 span { -webkit-animation: fadeInUp2 1.5s forwards; animation: fadeInUp2 2s forwards; }
.swiper-box .swiper-wrapper .swiper-slide .text.active .w1400 p { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.swiper-box .swiper-wrapper .swiper-slide .text.active .w1400 i { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 { text-align: center; }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400:before{content: ""; width: 150px; height: 3px; background: #fff; display: block; margin: 0 auto 6% auto}
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 h6 { font-size: 5vw;   text-transform: uppercase;   letter-spacing: 6px;font-weight: bold!important;  }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 h6 span.letters { color: #fff;  }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 h5 { font-size: 0.5rem; line-height: 2.5;}
.swiper-box .swiper-wrapper .swiper-slide a {background:#009946;font-size:18px;font-weight:500;line-height:initial;text-align:center;color:#fff;padding:0 12px;margin:50px auto 0 auto; line-height: 56px;text-transform:uppercase;display:block; width:196px;transition:all .4s ease; border-top-left-radius: 19px;border-bottom-right-radius: 19px;}
.swiper-box .swiper-wrapper .swiper-slide a:hover {background:#009946;width:176px;}
.mm_bg{top: 0;height: 100%;width: 100%; z-index: 2;position: absolute;background:  url(../images/hhbg2.png) no-repeat left top;background-size: cover;}
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 p { font-family: 'proximar'; font-size: .16rem; -webkit-transition: 1s; transition: 1s; }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 i { margin-top: .8rem; width: .68rem; height: .68rem; position: relative; border-radius: 50%; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .22rem; margin-left: auto; margin-right: auto; cursor: pointer; -webkit-transition: 1s; transition: 1s; }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 i:hover:after { border-color: #009946; }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 i:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .5s; transition: .5s; }
.telbanner{display: none}

@media only screen and (max-width:1440px){
.swiper-box .swiper-wrapper .swiper-slide .img{height: 90vh; overflow: hidden; }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 h6 { font-size:56px; }
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 h5 { font-size: 26px; }
}

@media screen and (max-width: 1024px) {
.swiper-box{display: none}
.swiper-box .swiper-wrapper .swiper-slide video{height: 100%}
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 h6{font-size: 18px;letter-spacing:0}
.swiper-box .swiper-wrapper .swiper-slide .text .w1400 h5{font-size: 26px}
.telbanner{display: block}
.telbanner{display: block;width: 100%; height: 95%;background: url('../images/b1.jpg') no-repeat center top;background-size: 100%;margin-top:55px}
.telbanner video{height: 100%;width: 100%;}
}

/* index */
.banner {position: relative;}
.mbshow{display: none}
.index-banner-swiper {position: relative;background: #000;z-index:1;}
.banner-slide {}
.banner-slide .txt{position: absolute;width: 60%;left: 10%;top: 37%;;z-index: 33;}
.banner-slide .txt h4{margin: 0;padding: 0;position: relative;text-transform: uppercase;}
.banner-slide .txt h2{color: #fff;padding:10px 0 25px 0;margin:0;line-height:70px;font-weight: bold;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);}
.banner-slide .txt h3{font-size: 20px;color: #fff;padding:25px 0;margin:0;font-weight: normal;line-height: 30px;}
.banner-slide .txt .line {width: 80px;height: 4px;background: #cb272a;margin: 10px 0;}
.banner-slide .txt.center {text-align: center;width:100%;left:0;top:40%;margin: 0;}
.banner-slide .txt.center .line{margin: 10px auto;}
.banner-slide .txt.right {left: auto;right: 5%;}
.banner-slide .txt.none {display: none;}
.banner-slide .img {text-align: center;}
.banner-slide .txt .img {text-align: left;}
.banner-slide  .txt a {position: relative;z-index: 9;}
.flex {display: -webkit-flex;display: -ms-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.public_button_icon {width: 2.6041666vw;height: 2.6041666vw;background: #009946;-webkit-justify-content: center;
justify-content: center;-webkit-align-items: center;align-items: center;-webkit-border-radius: 100%;border-radius: 100%;position: absolute;left: 100%;top: 0;z-index: 9;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: all .8s ease;transition: all .8s ease;}
.public_button_color {fill: #009946;;-webkit-transition: all .6s ease;transition: all .6s ease;}
.public_button_icon svg {fill: #fff;width: 0.8333vw;-webkit-transition: all .6s ease;transition: all .6s ease;}
.public_button_text {position: relative;width: 6.5vw;padding: 0 2.6041666vw 0 0;-webkit-transition: all .6s ease;transition: all .6s ease;}
.public_button_back {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.public_button_svg {width: 100%;height: 100%;}
.public_button_label {color: #ffffff;font-size: 0.78125vw;line-height: 2.6041666vw;position: relative;z-index: 9;-webkit-transition: all .6s ease;transition: all .6s ease;text-align: center;}
.index_banner_button {margin: 3.125vw auto 0 auto; width: 10vw}
.public_button_box {position: relative;z-index: 1;-webkit-border-radius: 1.30208333vw;border-radius: 1.30208333vw;overflow: hidden;-webkit-transition: all .6s ease;transition: all .6s ease;}
.public_button_box a {position: relative;z-index: 9;}
.public_button_circle {-webkit-transition: all .8s ease;transition: all .8s ease;cx: calc(7.8125vw - 0.1041666vw);}
.public_button_active .public_button_circle {cx: calc(1.30208333vw + 0.1041666vw);}
.public_button_box:hover .public_button_text {padding: 0 0 0 2.6041666vw;}
.public_button_box:hover .public_button_icon {left: 0;-webkit-transform: none;transform: none;}
.public_button_box:hover .public_button_label {color: #009946;}
.public_button_box:hover .public_button_icon {background: #fff;}
.public_button_box:hover .public_button_icon svg {fill: #009946;}
.public_button_box:hover .public_button_color {fill: #fff;}


.banner-slide .txt h4 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
.banner-slide .txt h2 {transform:translateY(200px);opacity:0;transition:all 0.5s;}
.banner-slide .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.8s;}
.banner-slide .txt .line {transform:translateY(200px);opacity:0;transition:all 0.7s;}
.index-banner-swiper .swiper-slide-active .txt h4,
.index-banner-swiper .swiper-slide-active .txt h2,
.index-banner-swiper .swiper-slide-active .txt h3,
.index-banner-swiper .swiper-slide-active .txt .line{transform:translateY(0px);opacity:1;}


.swiper-banner-pagination {bottom: 55px;width: 100%; display: block;z-index: 90;}
.swiper-banner-pagination .swiper-pagination-bullet {width:60px;height:10px;margin:0 0 0 10px;border-radius: 0;opacity:1;background: none; position: relative;z-index: 11;outline: none;}
.swiper-banner-pagination .swiper-pagination-bullet::before {content: '';display: block;width: 100%;height: 2px;position: absolute;left: 0;top:5px;background: #fff;opacity: 0.3;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{opacity: 1;}
.swiper-banner-pagination .swiper-pagination-bullet::after {content: '';display: block;position: absolute;left:0;top:5px;width:0;height: 2px;background: #cb272a;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;z-index: 10;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {-webkit-animation: w100 4000ms 1;animation: w100 4000ms 1;}

@keyframes w100{0%{width: 0%;} 100%{width: 100%;}}

@media screen and (max-width:1120px){
.aside-top,.pcshow  {display: none!important;}
.mbshow{display: block}
.index-banner-swiper .swiper-slide {background: #000;}
.banner-slide .img img.mbshow {width: 100%!important;}
.banner-slide .txt h1 {font-size: 30px;}
.banner-slide .txt {width:90%;left: 5%;top:20%;margin-top:0px;}
.banner-btn a {margin-bottom: 15px;}
.banner-slide .txt h2{margin-top: 20%}
}


/* ------------------------ */
#banner2{position:relative;overflow:hidden;width:100%;}
#banner2 ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner2 ul li{width:33.333%;float:left}
#banner2 ul li img{width:100%;display:block;}
#banner2 aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner2 aside span{display:block;width:45px;height:45px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner2:hover aside span{opacity:1;}
#banner2 aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:20px;height:20px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner2 aside span.prev{float:left;}
#banner2 aside span.next{float:right;}
#banner2 aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner2 #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner2  #bannerBtnS em{display:block;float:left;width:15px;height:15px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:2px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner2  #bannerBtnS em.act{background:#009946}

#banner2 .pcbanner{display: block;}
#banner2 .telbanner{display: none;}

@media (max-width:750px){
    #banner2{margin-top: 50px;}
	#banner2  #bannerBtnS em{width: 10px; height: 10px;}
    #banner2 aside span{width: 45px; height: 45px;}
    #banner2 aside span:after{width: 20px; height: 20px;}
    #banner2 .pcbanner{display: none;}
#banner2 .telbanner{display: block;}
}


.index_a_tit {text-align: center;}
.index_a_tit h2 {font-size: 58px;color: #1274bd;font-weight: bold;text-transform: uppercase;}
.index_a_tit h2 i{color: #1274bd;}
.index_a_tit h2 em {color: #f16426;background: #fff;padding: 0 25px;border-radius: 70px;font-size: 50px；}
.index_a_tit h3 {font-size: 22px;font-weight: 400;color: #333;margin-top:10px;font-family: "Manrope-Regular";}
.index_a_tit .line{background: url(../images/line.png) no-repeat center top; width: 70px; height: 23px;display: block;margin:10px auto;background-size: 100%;}

@media (max-width: 1280px){
  .index_a_tit h2{font-size: 48px;}  

}

@media (max-width: 1023px){
    .index_a_tit h2 {font-size: 26px;}
    .index_a_tit h2 em{font-size:26px;padding: 0 15px;}
    .index_a_tit h3 {font-size: 16px;}
}

/*首页公司简介*/

.pro{width: 100%; overflow: hidden;background: url(../images/prolist.jpg) no-repeat center top; background-size: cover; }
.prolist{padding-top: 0%;}
.prolist ul{display: flex; display:-webkit-flex;-webkit-justify-content: center;   justify-content:center;flex-wrap: wrap;margin: 0 auto 0 auto;width: 95%;}
.prolist li{width:16%; height: 60px; margin: 0 0.5% 1% 0.5%; border:1px dashed transparent; border-color: rgba(255, 255, 255, 0.5); text-align: center;display: flex; align-items: center;-webkit-align-items: center;justify-content:center;transition: .5s; padding: 1.5% 1% ;background:#1274bd;}
.prolist li a{color: #fff;}
.prolist li:hover{background-image: -webkit-linear-gradient(left,#fd913f, #f16325);border-radius: 50px}
.prolist li:hover a{color: #fff;}

.prolist_cont{width:100%; margin: 2% auto 0 auto;}
.tx_index_pro{ overflow:hidden;	width:100%; padding:20px 0; clear:both;  position:relative; margin-top: 2%;}
.rtCont{position:relative;width: 90%;margin: 0 auto;overflow: hidden;}
.rtCont ul{}
.rtCont ul li{width:230px;float: left; border-radius:18px;overflow:hidden;margin:0 15px 0 15px;position:relative;z-index:1;}
.pro_pic{border-radius:50%;border:7px solid #fff; overflow: hidden;}
.rtCont ul li img{border-radius:10px 10px 0 0; width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;  }
.rtCont ul li:hover img{transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.rtCont ul li h3{  margin-top: 9%; background:#1274bd;;}
.rtCont ul li h3 a{color:#fff;line-height:30px;text-align:center;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:3% 0;transition:all linear .3s; ;}


@media (max-width: 1023px){
    .prolist_cont{width: 95%;}
.rtCont ul li{width: 100px; margin:0 10px 0 10px;}
.pro_pic{border:4px solid #fff;}
.rtCont ul li h3 a{font-size: 14px;}
}

.product{background: #fff; padding: 4% 0 3% 0;}
#tel_pro{display: none;}
#top_scroll {overflow: hidden;width:95%; margin:0 auto 0 auto; padding-bottom: 2%;height: 1000px; position: relative; }
#top_scroll ul{}
#top_scroll ul li{position: relative; float: left;width:24%;margin:0 .5% 1%;overflow: hidden; background-color:#f7fefa;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);}
#top_scroll ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center; overflow: hidden;  }
#top_scroll ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 25px 0; transition: .4s;-webkit-transition: .4s;}
#top_scroll ul li strong{display: block; color: #333333;   text-align: center;font-weight:normal;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
#top_scroll ul li span{width: 50%; padding: 10px 0; text-align: center;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); display: block; margin:20px auto 0 auto; border-radius: 63px; background: #fff;color: #f00;display: flex; align-items: center;-webkit-align-items: center;justify-content:center;flex-direction: row;}

.h_more{color: #fff;font-size: 22px;width: 275px; line-height: 68px; background: #009946; margin:3% auto 0 auto; display: block; padding:0 25px;position: relative; border-radius: 15px; transition: 0.3s;}
.h_more:after{width:45px;height: 45px;background:rgba(255,255,255,.3) url(../images/gt4.png) no-repeat center center; content: ''; position: absolute;right:25px;top:12px; border-radius: 24px;}
.h_more:hover{ font-weight: bold;width: 250px;}

.yindd{width: 100%;display: flex;justify-content: center;align-items: center;margin:60px 0 20px;}
.yindd a{width: 255px;height: 63px;border-radius: 63px;text-align: center;font-size: 18px;box-sizing: border-box;line-height: 63px;margin-left: 14px;margin-right: 14px;}
.yindd a:nth-child(1){color: #FFFFFF;background-color: #009946;}
.yindd a:nth-child(2){color: #fff;background-color: #009946;}
.yindd a:hover{background-color: #009946;color: #fff;}

#top_scroll2 {overflow: hidden;width:90%; margin:4% auto 0% auto; height: 800px; position: relative; }
#top_scroll2 ul{}
#top_scroll2 ul li{position: relative; float: left;width:24%;margin:0 .5% 1%;overflow: hidden; border: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;}
#top_scroll2 ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center; overflow: hidden;  }
#top_scroll2 ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll2 ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll2 ul li .proText{ padding: 25px 0; transition: .4s;-webkit-transition: .4s;}
#top_scroll2 ul li strong{display: block; color: #333333;   text-align: center;font-weight:normal;font-size: 22px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}


@media (max-width:1280px){
    #top_scroll2 ul li strong{font-size: 20px;}
    .pro-list .c-wrap .c-title{padding: 15px 0;}
}


@media (max-width:1023px){
    #top_scroll,#top_scroll2{display: none;}
    .prolist ul{width: 95%}
    .prolist li{width: 49%;height: 45px}
    #top_scroll{display: none;}
    #tel_pro {overflow: hidden;width:98%; margin:1vh auto 0 auto; padding-bottom: 3%; display: block;}
    #tel_pro ul li{position: relative; float: left;width:49%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
    #tel_pro ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center; overflow: hidden;  }
    #tel_pro ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
    #tel_pro ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
    #tel_pro ul li .proText{ padding:15px 0; transition: .4s;-webkit-transition: .4s;}
    #tel_pro ul li strong{display: block; color: #333333;   text-align: center;font-weight:500;font-size: 16px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
    #tel_pro .protel{width: 70%; margin: 0 auto; line-height: 35px; padding:0 0 15px 0;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 14px;}
    .h_more{width: 200px; height: 55px ; line-height: 55px; font-size: 20px}
    .h_more:after{width: 35px; height: 35px; right: 10px}
.yindd{margin: 20px 0 20px;}
    .yindd a{width: 200px; height: 55px ; line-height: 55px; font-size: 16px;}
}



/*adv*/
.adv{width: 100%;background: url(../images/adv.jpg) no-repeat center top;  background-size: 100%}
.adv .s_width{width: 70%; color: #fff; padding: 4vw 0 5vw 15%; }
.adv_txt{width: 800px;}
.adv h2{padding-bottom: 20px}
.adv h2 em{padding-left: 10px; color: #fbe104}
.adv h3{text-align: center;}
.adv h3:before{content: ""; background:  rgba(255, 255, 255, 0.3);; width: 90%; margin: 0 auto 15px auto; height: 1px; display: block}

@media screen and (max-width: 1440px) {
    .adv_txt{width: 600px;}
}

@media (max-width:750px){
    .adv{background-size: auto}
    .adv .s_width{width: 100%; padding:20px 0}
    .adv_txt{width: 95%; margin: 0 auto; text-align: center}
    .adv h2 em{display: block}
}

.choose{width: 100%;background: url(../images/choose.jpg) no-repeat center top; padding: 5% 0; margin: 0 auto;background-attachment: fixed; background-size: cover;}
.choose .choose_box{width: 900px; margin: 0 auto; height: 900px; border:10px solid transparent; border-color: rgba(255, 255, 255, 0.6);border-radius:50%; position: relative;background: url(../images/choose_box.png) no-repeat center top;}
.choose_img{width: 310px; height: 310px; position: absolute; left: 50%; margin-left: -155px;border:10px solid transparent; border-color: rgba(255, 255, 255, 0.6);border-radius:50%; background:#009946; top: 32%; z-index: 1; text-align: center}
.choose_img img{width: 50%; margin:25% auto 0 auto; display: block}
.choose_img h2{color: #fff;}
.choose_img h3{color: #fdfd09;}

.choose .choose_box .choose_a{position: absolute;left: 33%; top: 5%; width: 300px; text-align: center}
.choose .choose_box .choose_a h2{color: #009946}
.choose .choose_box .choose_a h2 em{padding-right: 10px; display: inline-block}
.choose .choose_box .choose_a p{line-height: 31px; margin-top:3%}

.choose .choose_box .choose_b{position: absolute;right:4%; top:22%; width: 265px; text-align: center;color: #fff}
.choose .choose_box .choose_b h2{}
.choose .choose_box .choose_b h2 em{padding-right: 10px; display: inline-block}
.choose .choose_box .choose_b p{line-height: 31px; margin-top:3%}

.choose .choose_box .choose_c{position: absolute;right:4%; bottom:24%; width: 265px; text-align: center;color: #fff}
.choose .choose_box .choose_c h2{}
.choose .choose_box .choose_c h2 em{padding-right: 10px; display: inline-block}
.choose .choose_box .choose_c p{line-height: 31px; margin-top:3%}

.choose .choose_box .choose_d{position: absolute;left: 33%; bottom: 9%; width: 300px; text-align: center}
.choose .choose_box .choose_d h2{color: #009946}
.choose .choose_box .choose_d h2 em{padding-right: 10px; display: inline-block}
.choose .choose_box .choose_d p{line-height: 31px; margin-top:3%}

.choose .choose_box .choose_e{position: absolute;left:6%; bottom:25%; width: 265px; text-align: center;color: #fff}
.choose .choose_box .choose_e h2{}
.choose .choose_box .choose_e h2 em{padding-right: 10px; display: inline-block}
.choose .choose_box .choose_e p{line-height: 31px; margin-top:3%}

.choose .choose_box .choose_f{position: absolute;left:4%; top:22%; width: 265px; text-align: center;color: #fff}
.choose .choose_box .choose_f h2{}
.choose .choose_box .choose_f h2 em{padding-right: 10px; display: inline-block}
.choose .choose_box .choose_f p{line-height: 31px; margin-top:3%}


@media (max-width:750px){
    .choose{display: none}
}


.inabout{width: 100%;background: url(../images/aboutbg.jpg) no-repeat center top; padding: 4% 0 8% 0;background-size: cover;}
.inabout .index_a_tit h3{color: #fff;}
.inabout .index_a_tit h2,.inabout .index_a_tit h2 i{color: #fff;}
.inabout .index_a_tit .line{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);transition: all 1s cubic-bezier(.4, 0, .2, 1);}
.inabout .l-contain{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; margin: 3% auto 0 auto;}
.inabout .about_l{width: 46%; margin: 2% 0 0 3%;font-family: "Manrope-Regular";}
.inabout .about_l .index-title{text-align: left; width: 100%;}
.inabout .about_r{width: 47%;}
.boxBottom{width: 100%; margin: 0 auto; border-top:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);color: #fff;}
.boxBottom ul{display: flex; display:-webkit-flex;   -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap; width: 95%; margin: 0 auto;}
.boxBottom li .counter{font-size: 65px;margin-right: 10px; }
.boxBottombox{display: flex; display:-webkit-flex;   -webkit-justify-content: space-between;   justify-content: space-between;}
.boxBottombox .boxBottombox_l{padding: 20px 10px 0 0;}

@media (max-width:1440px){
    .boxBottom li .counter{font-size: 58px;}
}
@media (max-width:1280px){
    .boxBottom li .counter{font-size: 50px;}
}
@media (max-width:1023px){
    .homeNum_cont{width:98%;}
    .homeNum_cont p{line-height: 30px}
    .boxBottom li{width: 50%; padding-bottom: 20px;}
    .boxBottom li .counter{font-size: 30px}
    .boxBottombox .boxBottombox_l{width: 20%;}
    .boxBottombox .boxBottombox_r{width: 80%;}
}

.public_button_icon {width: 2.6041666vw;height: 2.6041666vw;background: #1274bd;-webkit-justify-content: center;
justify-content: center;-webkit-align-items: center;align-items: center;-webkit-border-radius: 100%;border-radius: 100%;position: absolute;left: 100%;top: 0;z-index: 9;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: all .8s ease;transition: all .8s ease;}
.public_button_color {fill: #1274bd;;-webkit-transition: all .6s ease;transition: all .6s ease;}
.public_button_icon svg {fill: #fff;width: 0.8333vw;-webkit-transition: all .6s ease;transition: all .6s ease;}
.public_button_text {position: relative;width: 9.11458333vw;padding: 0 2.6041666vw 0 0;-webkit-transition: all .6s ease;transition: all .6s ease; }
.public_button_back {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.public_button_svg {width: 100%;height: 100%;}
.public_button_label {color: #ffffff;line-height: 2.6041666vw;position: relative;z-index: 9;-webkit-transition: all .6s ease;transition: all .6s ease;text-align: center;}
.index_banner_button {margin-top: 3.125vw;}
.public_button_box {position: relative;z-index: 1;-webkit-border-radius: 1.30208333vw;border-radius: 1.30208333vw;overflow: hidden;-webkit-transition: all .6s ease;transition: all .6s ease; width: 175px; margin-top: 4%;}
.public_button_box a {position: relative;z-index: 9;}
.public_button_circle {-webkit-transition: all .8s ease;transition: all .8s ease;cx: calc(9.8125vw - 0.1041666vw);}
.public_button_active .public_button_circle {cx: calc(1.30208333vw + 0.1041666vw);}
.public_button_box:hover .public_button_text {padding: 0 0 0 2.6041666vw;}
.public_button_box:hover .public_button_icon {left: 0;-webkit-transform: none;transform: none;}
.public_button_box:hover .public_button_label {color: #1274bd;}
.public_button_box:hover .public_button_icon {background: #f5f5f5;}
.public_button_box:hover .public_button_icon svg {fill: #1274bd;}
.public_button_box:hover .public_button_color {fill: #f5f5f5;}

@media (max-width: 1200px){
.inabout .l-contain{display: block;}
.inabout .about_l{width: 95%; margin: 0 auto;}
.inabout .about_r{width: 100%;}
.public_button_box a{display: none;}
}


/*客户案例*/
.sty2 {margin-top: 3%;position: relative}
.sty2 .swiper-container {width: 100%;border-radius: 25px 0 0 25px}
.sty2 .swiper-slide {width:33.33%;display: block;position: relative;overflow: hidden;transition: all linear 0.4s}
.sty2 .swiper-slide .case_pic{width: 97%; margin: 0 auto;}
.sty2 .swiper-slide img {width: 100%;display: block;border-radius: 10px;}
.sty2 .swiper-slide .wenan {position: absolute;left: 0;right: 0;bottom: -102px;padding: 20px 0;background-image: linear-gradient(transparent, #000);transition: all linear 0.4s}
.sty2 .swiper-slide .wenan strong {display: block;font-size: 22px;line-height: 1.4;text-align: center;color: #FFFFFF}
.sty2 .swiper-slide:hover .wenan {bottom: 0}
.sty2 .swiper-button {width: 42px;height: 42px;position: absolute;top: 50%;margin-top: -21px;z-index: 2;background: rgba(0,0,0,0.1);border-radius: 50%;text-align: center;line-height: 42px;
    cursor: pointer;transition: all linear 0.3s}
.sty2 .swiper-button:hover {background: rgba(0,0,0,0.5)}
.sty2 .swiper-button-prev {left: 0}
.sty2 .swiper-button-next {right: 0}

@media (max-width: 1280px){
    .sty2 .swiper-slide {width: 450px;}
}
@media (max-width: 1200px){
    {	padding-top: .8rem;	padding-bottom:0.93333rem;}
    .sty2 {margin-top: .8rem;margin-left: -.4rem;margin-right: -.4rem}
    .sty2 .swiper-container {width: 100%;border-radius: 0}
    .sty2 .swiper-slide {width:50%;margin: 0 5px;border-radius: .4rem}
    .sty2 .swiper-slide .case_pic{width: 100%;}
    .sty2 .swiper-slide .wenan {bottom: 0;padding: .4rem 0}
    .sty2 .swiper-slide .wenan strong {font-size:18px}
    .sty2 .swiper-button {width: .8rem;height: .8rem;top: 50%;margin-top: -.4rem;line-height: .8rem}
    .sty2 .swiper-button img {width: 50%}
    .sty2 .swiper-button-prev {left: .4rem}
    .sty2 .swiper-button-next {right: .4rem}
}


.honor{width: 85%; margin:3% auto 0 auto;}
.honor ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
.honor li{width: 33%; background: #fff; margin-bottom: 15px; padding: 25px 25px 10px 25px;}
.honor li .proText{padding: 25px 0;font-size: 22px; font-weight: normal;text-align: center;}


@media screen and (max-width:1023px){
.honor{width: 95%;}
.honor li{width: 49%;  padding: 15px 15px 10px 15px;}
.honor li .proText{padding: 15px 0;font-size: 20px; }
}

/*首页厂容厂貌*/
.cf  .swiper-container.casebox { width: 100%; padding-top: 50px; padding-bottom: 1.5%; }
.cf  .swiper-container.casebox .swiper-slide { background-position: center; background-size: cover; width: 600px; height: 455px; border: 10px solid #fff; box-sizing: border-box }
.cf  .swiper-container.casebox .swiper-slide img{width: 100%;}

/*首页新闻资讯*/
.news{width: 100%;background: url(../images/choose.jpg)no-repeat center top;}
.news .index-news-cont{width: 90%; margin:3% auto 0 auto; }



.xl-bottom{display: none;}
@media screen and (max-width: 1023px) {
.xl-bottom{display: block; position:fixed!important;bottom:0;width:98%;left:1%;height:50px;max-width:40pc;text-align:center;line-height:50px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border-radius:.5em;background: #1274bd;;box-shadow:0 1px 2px rgba(0,0,0,.6);color:#fae7e9;text-shadow:0 1px 1px rgba(0,0,0,.3);z-index: 1000;}
.xl-bottom a{display:block;color:#fff;vertical-align:middle}
.xl-bottom a span{display:inline-block;height:40px;font-size:18px;line-height:40px;padding-left:36px;background:url(../images/tel.png) no-repeat 5px}
}


/*liuyan*/
.index-doing{width:100%;; position: relative; overflow: hidden;}
.index-doing h2{text-align: center; color: #666666; font-weight: normal; }
.index-doing h2 em{display: block; margin-bottom: 5px;color: #1274bd;display: block}
.index-doing-cont{background-color: #f2f2f2; border-radius: var(--size-20); overflow: hidden; align-items:center;}
.index-doing-cont>*{width: 50%; position: relative; z-index: 2; padding: var(--size-60) var(--size-40);}
.index-doing-cont>*.left{padding: var(--size-50) var(--size-40) calc(var(--size-20) * 2);}
.index-doing-cont::before{content: ''; display: block; width: 56%; height: 100%; background-image: -webkit-linear-gradient(left,#05c16a, #04bde5);
    position: absolute; right: var(--size-60-); top: 0; border-radius: var(--size-20); transform: skewX(10deg);}

.liuyan_cont{width: 100%; margin: 10% auto 0 auto;}
.liuyan_cont .layui-form-item{padding: 0 3px;float: left; width:100%;overflow: hidden;margin: 0 23px 0 0;border:none;font-size: 16px;color: #666;line-height: 50px;}
.liuyan_cont .layui-input{ margin-bottom:15px;border: 1px solid #ececec; line-height: 35px; width: 75%; font-size: 13px; padding-left: 15px;transition: .5s; outline: none;background: #fff}
.liuyan_cont .layui-input:hover{border: 1px solid #73af1b; }
.liuyan_cont .l-grid-2>*{width: 100%}
/* .liuyan_r_cont .layui-form-item input::-webkit-input-placeholder {color: #999;} */
.liuyan_cont .layui-input input:hover::-webkit-input-placeholder {color: #fff;}
.liuyan_cont .layui-textarea{width: 75%; display:block; border: 1px solid #ececec;height: 100px; line-height: 35px; font-family: -webkit-body; font-size: 13px; padding-left: 15px;transition: .5s; outline: none; background: #fff}
.liuyan_cont .layui-textarea:hover{border: 1px solid #73af1b; }
/* .liuyan_r_cont .layui-textarea input::-webkit-input-placeholder {color: #999;} */
.liuyan_cont .layui-textarea input:hover::-webkit-input-placeholder {color: #fff;}
.liuyan_cont .layui-btn{ display:block; background-image: -webkit-linear-gradient(left,#05c16a, #04bde5);; color:#fff;width: 30%;  text-transform: uppercase;  line-height: 45px; border:0!important; margin:15px 0 0 0;}
.liuyan_cont .layui-btn-primary,.box_title{display: none;}
.liuyan_cont .layui-form-label{display: none;}

@media screen and (max-width: 1024px){
    .index-doing-cont>*.left{width: 100%; padding: 0}
    .index-doing-cont{padding: 30px;}
    .index-doing-an>.name{height: 50px;}
    .doing-an-item>*:nth-child(1){right: 0%;}
    .doing-an-item>*:nth-child(2){top: 30%; right: 10%;}
    .doing-an-item>*:nth-child(3){left: 0%;}
    .index-doing-cont::before{width: 120%; height: 55%; right: 0; bottom: 0; top: auto;transform: skewX(0);}
    .index-doing-cont>.right{width: 100%; margin-top: 50px; padding: 0}
    .liuyan_cont .layui-btn{line-height:normal}
}

@media (max-width:750px){
    .liuyan_cont .layui-input{ margin-bottom:0;}
}

.doing-an-item>*{position: absolute; display: flex; align-items: center; padding: calc(var(--size-10) - 3px) var(--size-20); border-radius: 30px; background-color: #14ae67; border:1px solid var(--color-dominant); white-space: nowrap;}
.doing-an-item>* i{color:var(--color-dominant); margin-right: var(--size-10);}
.doing-an-item>*:nth-child(1){right: 52%; top:-8%;}
.doing-an-item>*:nth-child(2){right: 84%; top: 50%;}
.doing-an-item>*:nth-child(3){left: 74%; top:65%;}
.doing-r{padding-left: var(--size-40);}
.doing-r>*{padding: var(--size-40) 0; border-top: 1px dashed rgba(255,255,255,.5);}
.doing-r>*:first-child{border:none; padding: 0 0 var(--size-40);}
.doing-r>*:last-child{padding: var(--size-40) 0 0;}
.doing-r>* dd{margin-top: var(--size-20);}
.doing-r>* dd h3{margin-bottom: var(--size-10);}
.doing-r>* dd p{align-items: center; line-height:200%;}
.doing-r>* dd p>*{margin-right: var(--size-15); display: flex; align-items: center;}
.doing-r>* dd p>* i{margin-right: 4px; font-size: var(--size-20);}
.doing-r>* dd p>*:last-child{margin-right: 0;}
.l-grid-5{display: flex;display: -webkit-flex;flex-direction: row;-webkit-flex-direction: row;}


.se_case{width: 85%; margin:0 auto;}
.se_case .se_case_tit{text-align: center; margin-bottom:0%; color: #333}
.se_case .se_case_tit h3{font-size: 48px; text-align: center;display: block;font-weight: bold;}
.se_case .se_case_tit h2{font-size: 24px;}
.se_case ul {-webkit-justify-content: left;   justify-content: left;display: flex; display:-webkit-flex;flex-wrap: wrap;}
.se_case ul li {transition: all .3s ease;width:32%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin: 0 0.5% 2% 0.5%; padding: 20px;}
.se_case ul li .se_case_pic img {width: 100%; display: block; margin: 0 auto;}
.se_case ul li .se_case_pic i {display: none;}
.se_case ul li .se_case_tit {font-size: 18px;color: #333;line-height:70px;display: block;text-align: center;background: #f2f2f2;}
.se_case ul li .se_case_pic {position: relative;display: block;overflow: hidden;}
.se_case ul li .se_case_pic i {display: block;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));transform: skewx(-25deg);-o-transform: skewx(-25deg);-moz-transform: skewx(-25deg);-webkit-transform: skewx(-25deg);}
.se_case ul li:hover .se_case_pic i {transition: all .3s ease;left: 100%}
.se_case ul li:hover {transition: all .3s ease;transform: translateY(-6px);-webkit-transform: translateY(-6px);-moz-transform: translateY(-6px);box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);-webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);-moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5)}

@media screen and (max-width:1280px){
    .se_case ul li {width: 31%;}
}
@media screen and (max-width:1023px){
    .se_case{width: 98%;}
    .se_case .se_case_tit h3{font-size:26px; }
    .se_case .se_case_tit h2{font-size: 16px;}
    .se_case ul {margin-left: 0;}
    .se_case ul li {width: 47%;}
    .se_case ul li .pro_tit{font-size: 16px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;line-height: 50px;}
    .se_case ul li .se_case_tit{line-height: 60px}
}


/*内页产品展示*/
a{color:inherit;text-decoration: none;transition: .5s;  }
.prolist_bot { width: 100%; margin: 0% auto; }
.prolist_bot ul{display: flex; display:-webkit-flex;-webkit-justify-content: left;   justify-content:  left;width: 95%; margin:2% auto 0 auto;flex-wrap: wrap;}
.prolist_bot ul li {width: 24%;height: auto;margin-right: 1%;margin-bottom: 25px;transition: all .5s;;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);}
.prolist_bot ul li:nth-child(4n) {margin-right: 0px;}
.prolist_bot ul li a {display: block;width: 100%;height: 100%;}
.prolist_bot ul li a .prolist_liimg {width: 100%;border-radius: 6px;overflow: hidden;transition: .5s; }
.prolist_bot ul li a .prolist_liimg img {width: 100%;height: 100%;object-fit: cover;transition: .5s; }
.prolist_bot ul li:hover .prolist_liimg img {transform: scale(1.1);}
.prolist_lititle {height: 90px;width: 100%;background-color: #f2f2f2;display: flex; align-items: center;-webkit-align-items: center; justify-content:center}
.prolist_lititle h3 {font-size:22px;color: #333;font-weight: normal }
.prolist_bot ul li:hover {box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);}

@media screen and (max-width:1023px) {
    .prolist_bot ul{width: 95%;}
    .prolist_bot ul li{width: 49%; margin-right: 1%; margin-bottom: 10px}
    .prolist_bot ul li:nth-child(2n) {margin-right: 0px;}
    .prolist_lititle {height:55px;}
    .prolist_lititle h3 {font-size: 16px;}
}


/*se_hangye*/
.se_xinwen{width: 100%; margin: 0% auto;background:#f2f7fa; padding:4% 0;}
/*se_hangye*/
.newslist {width: 85%;margin:3% auto 0 auto;overflow: hidden;background: #fff; padding:0 4%;}
.newslist li {width: 100%;border-bottom: 1px solid #e7e7e7;}
.newslist li .lin {padding: 60px 0;position: relative;}
.newslist li a {display: block;position: relative;min-height: 225px;overflow: hidden;padding-right: 540px;}
.newslist li .pic {position: absolute;right: 0;top: 0;z-index: 1;width: 400px;height: 225px;overflow: hidden;}
.newslist li .pic img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.newslist li .wrap {padding: 26px 0 0;}
.newslist li h3 {font-size: 26px;color: #333;line-height: 42px;height: 42px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;margin: 20px 0;}
.newslist li .date {font-size: 24px;color: #999;line-height: 32px;height: 32px;font-family: "Times New Roman";}
.newslist li .txt {color: #666;line-height: 31px;text-align: justify;overflow: hidden;height: 89px;-webkit-box-orient: vertical;font-size: 16px}
.newslist li i {width: 50px;height: 50px;border-radius: 50%;overflow: hidden;-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);-webkit-transition: 0.5s;transition: 0.5s;
    opacity: 0;position: absolute;left: 50%;top: 50%;z-index: 2;margin-left: -25px;margin-top: -25px;}
.newslist li:hover i {width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;opacity: 1;}
.newslist li .cov {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);}
.newslist li label {position: absolute;left: 0;top: 50%;z-index: 3;width: 100%;height: 30px;margin-top: -15px;font-size: 14px;color: rgba(255, 255, 255, 0);line-height: 30px;text-align: center;cursor: pointer;}
.newslist li:hover {border-bottom-color: #222;}
.newslist li:hover h3 {color: #009946;}
.newslist li:hover .cov {background-color: rgba(0, 0, 0, 0.4);}
.newslist li:hover label {color: #fff;}
.newslist li,.newslist h3,.newslist .cov,.newslist label {-webkit-transition: 0.4s;transition: 0.4s;}
@media screen and (max-width: 1200px) {
    .newslist {padding: 60px 0;}
    .newslist li .lin {padding: 40px 0;}
    .newslist li a {padding-right: 490px;}
}
@media screen and (max-width: 1100px) {
    .newslist li .wrap {padding: 30px 0 0;}
    .newslist li .txt {height: 104px;}
}
@media screen and (max-width: 1023px) {
    .se_xinwen{width: 95%; margin: 0 auto}
    .newslist {width: auto;margin: 0 -20px;}
    .newslist li {display: inline-block;width: 50%;padding-top: 0;margin-bottom: 30px;}
    .newslist li .lin {margin: 0 20px;padding-top: 0;}
    .newslist li .pic {position: relative;width: 100%;height: 0;padding-bottom: 62.8%;right: 0;}
    .newslist li .pic img {position: absolute;left: 0;top: 0;z-index: 0;}
    .newslist li a {padding-right: 0;}
    .newslist li .wrap {padding: 20px 15px 0;}
    .newslist li h3 {font-size: 20px;margin: 10px 0;}
}
@media screen and (max-width: 750px) {
    .newslist {margin: 0 -10px;padding: 60px 0 20px;}
    .newslist li .lin {margin: 0 10px;padding-bottom: 10px;}
    .newslist li .wrap {padding: 20px 0 0;}
    .newslist li .date {font-size: 18px;line-height: 24px;height: 24px;}
    .newslist li h3 {font-size: 18px;margin: 0;}
    .newslist li .txt {display: none;}
}
@media screen and (max-width: 600px) {
    .newslist {margin: 0 0;}
    .newslist li {display: block;width: 100%;}
    .newslist li .lin {margin: 0 0;}
    .newslist li .txt {display: block;height: 55px;}
}


/*内页新闻详情*/
.newsdetail_page {background: #f2f7fa; width: 100%; margin: 0 auto}
.newsdetail_page .con1200{width: 80%; margin: 0 auto; padding: 3% 0; max-width: 1350px}
.newsdetail_item {padding: 50px 75px;background-color: #ffffff;}
.newsdetail_title {border-bottom: 1px solid #e5e5e5;text-align: center;}
.newsdetail_title h3 {font-size: 32px;font-weight: bold;line-height: 42px;padding: 0px 15px;color: #333333;}
.newsdetail_title span {padding: 45px 0px 40px;display: block;font-size: 16px;color: #666666;}
.news_detail {padding: 40px 0px;}
.news_detail p {font-size: 17px;line-height: 36px;color: #333333;text-indent: 1em;}
.news_detail img {margin: 10px auto;display: block;text-indent: -4em;}
.news_nextprev {border-top:1px solid #e5e5e5;padding: 40px 0px;margin: 80px 0px;align-items: flex-start;}
.news_nextprev_l a {width: 136px;height: 51px;border-radius: 25px;border: solid 1px #bdbdbd;justify-content: center;margin-bottom: 10px;transition: all .5s;}
.news_nextprev_l a p {font-size: 16px;color: #666666;}
.news_nextprev_l a img {height: 12px;margin-left:15px;}
.news_nextprev_l a:hover {background-color: #00a67e;border-color: #00a67e;}
.news_nextprev_l a:hover p {color: #ffffff;}
.news_nextprev_l a:hover img {filter: grayscale(100%) brightness(200%);}
.news_nextprev_r .bannerdesc_btn {width: 136px;height: 51px;border-radius: 25px;}
.news_nextprev_r .bannerdesc_btn_ico {background-color: #ffffff;height: 43px;width: 43px;top: 4px;right: 4px;}
.news_nextprev_r .bannerdesc_btn a p {left: -4px;top: 14px;}
.news_nextprev_r .bannerdesc_btn_ico img {right: 9px;top: 15px;height: 12px;width: auto;}
.news_nextprev_r .bannerdesc_btn:hover .bannerdesc_btn_ico img {top: 20px;}
.news_detail iframe {width: 80%;height: 600px; margin: 0 auto;text-indent: -4em;display: block}
.bannerdesc_btn {width: 180px;height: 72px;background: linear-gradient(90deg, #00a67e 0%, rgba(91, 163, 79, 0.08) 100%);border-radius: 36px;position: relative;}
.bannerdesc_btn a {width: 100%;height: 100%;}
.bannerdesc_btn a p {font-size: 16px;padding-left: 20px;color: #f5f5f5;position: absolute;left: 6px;top: 24px;z-index: 2;transition: all .5s;}
.bannerdesc_btn_ico {width: 60px;height: 60px;border-radius: 30px;background-color: #f5f5f5;transition: all .5s;position: absolute;right: 6px;top: 6px;z-index: 1;}
.bannerdesc_btn_ico img {width: 26px;position: absolute;right: 16px;top: 20px;}
.bannerdesc_btn:hover a p {color: #00a67e;}
.bannerdesc_btn:hover .bannerdesc_btn_ico {width: 100%;height: 100%;border-radius: 36px;top: 0px;right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
.bannerdesc_btn:hover .bannerdesc_btn_ico img {top: 25px;}

.se_product_cont h2{ font-size: 30px;color: #3a4a64;line-height: 40px;margin-bottom: 20px;background: url(../images/new-tag.png) no-repeat left 5px;padding-left:42px;margin-top: 4%}
.se_product_cont table {width: 100%;text-align: center;border-spacing: 0px;border-collapse: collapse;background: #fff;border-bottom: 1px solid #ddd;margin-bottom: 15px;font-size: 16px;}
.se_product_cont tr:first-child {background-image: linear-gradient(90deg,#00a69c 3%,#00c0fa 100%);;height: 60px;line-height: 60px;color: #fff;}
.se_product_cont tr:nth-child(2n+3) {background: #f5f5f5;}
.se_product_cont .bhead {background-image: linear-gradient(90deg,#148ffa 3%,#00c0fa 100%);background: #148ffa;color: #fff}
.se_product_cont tr.odd {background: #f5f5f5;color: #333;}
.se_product_cont tr.even {background: none;}
.se_product_cont td.even {background: #fff;}
.se_product_cont table td {line-height: 46px;border: 1px solid #ddd;}
.se_product_cont tr {border: 1px solid #ddd;}
.se_product_cont .fr.frcontent {width: 22.1%;background: url(../images/ico15.png) repeat;margin-top: 80px;margin-bottom: 40px;-webkit-box-shadow: 2px 4px 15px 0 rgba(30,37,79,0.4);-moz-box-shadow: 2px 4px 15px 0 rgba(30,37,79,0.4);
    box-shadow: 2px 4px 15px 0 rgba(30,37,79,0.4);}
.se_product_cont .fr.frcontent .tt {padding: 0 35px;margin-top: -31px;}


@media screen and (max-width:1023px) {
    .newsdetail_page .con1200{width: 95%;}
    .newsdetail_title span{padding: 15px 0}
    .newsdetail_page{width: 95%}
    .newsdetail_item {padding: 50px 2%;}
    .news_detail p{font-size: 16px; line-height: 31px}
    .newsdetail_title h3 {font-size: 26px; line-height: 31px}
    .news_detail iframe {width: 100%;height: 250px; margin: 0 auto;}
}
.fenye{width: 80%; margin: 0 auto 0% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 130px; background: #f2f2f2; text-align: center;  line-height: 35px;}

/*内页联系我们*/
.contact .flex{width: 100%;display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;}
.contact{padding: 65px 0; width: 85%; margin: 0 auto; }
.contact ._list{flex-wrap: wrap;}
.contact ._list ._item{width: 23%; margin: 0 1%}
.contact ._list ._item>div{padding:30px;border: 1px solid #ddd;margin: 0 -1px -1px 0;height: 100%;}
.contact ._list ._item ._title{font-size: 20px;font-weight: bold;line-height: 1;}
.contact ._list ._item ._icon{margin: 30px 0;height: 140px;}
.contact ._list ._item ._icon img{height: 100%;}
.contact ._list ._item ._tel ._n{color: #666;line-height: 1;margin-bottom: 5px;}
.contact ._list ._item ._tel ._t{font-size: 20px;font-weight: bold;line-height: 28px;min-height:56px;}
.contact ._list ._item ._tel ._t._zh{font-size: 18px;}
.contact ._list ._item ._tps{color: #666;line-height: 1.625;margin-top: 10px;}

.secontact_box{width: 100%; margin: 4% auto;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;background: rgba(255, 255, 255, 0.8);}
.secontact_box .secontact_box_l{width: 40%;background: #f2f7fa; padding:2% 4%;}
.secontact_box .secontact_box_l li{margin-bottom: 25px;border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 15px;}
.secontact_box .secontact_box_l li strong{display: block;padding-bottom: 15px;}
.secontact_box .secontact_box_l li em{font-style: normal;display: block;}
.secontact_box .secontact_box_r{width: 60%;}
.relBd-from{width:100%; background: #1274bd; padding: 6% 0;}
.relBd-from .mess_box{}
.relBd-from .layui-form-item{margin: 30px 0 0 34px;}
.relBd-from .layui-form-item{width: 45%; color: #fff; }
.relBd-from .layui-form-item:nth-child(6){width: 94%}
.relBd-from .other{margin-top: 20px;}
.relBd-from  .hint{font-size: 14px;color: #4c5664;line-height: 1;height: 28px;}
.relBd-from  .hint span, .relBd-from  .tell span{color: #0050b5;margin-right: 5px;}
.relBd-from  input, .relBd-from  textarea{width: 100%;display: block;background: transparent;border-radius: 10px;height: 50px;font-size: 14px;color: #222;padding: 0 18px;transition: border .4s ease;border: 1px solid #d1d8de; background: #fff;}
.relBd-from  textarea{padding: 14px 18px;height: 110px;}
.relBd-from  input:focus, .relBd-from li textarea:focus{border-color: #75a9dd;}
.relBd-from  button{padding: 0 54px;height: 50px;border-radius: 25px;background: #fff;cursor: pointer;line-height: 1;color: #333;font-size: 16px;transition: all .4s ease; border: none;}
.relBd-from  button span{position: relative;}
.relBd-from  button i{font-size: 14px;position: absolute;top: 50%;margin-top: -7px;right: -26px;transform: rotate(180deg);transition: transform .4s ease;}
.relBd-from  button:hover{box-shadow: 0 4px 20px rgba(209, 41, 46, 0.3);}
.relBd-from  button:hover i{transform: rotate(180deg) translateX(4px);}

@media screen and (max-width: 1023px) {
    .secontact{width: 95%;flex-wrap: wrap;}
    .secontact .secontact_l{width:100%;}
.secontact .secontact_r{width: 100%;;}
.secontact .secontact_r ul li{width: 31%;}
.secontact_box{width:100%;flex-wrap: wrap;}
.secontact_box .secontact_box_l{width: 100%; margin-right: 0%;}
.secontact_box .secontact_box_r{width: 100%;}
.relBd-from .layui-form-item{margin: 30px 0 0 10px;}
.relBd-from button{padding: 0 20px;}
}

.message{padding-top:120px;padding-bottom:8vw;position: relative;}
.message ._bg{position:absolute;top:0;left:0;width:100%;height:calc(100% + 3.125vw);overflow: hidden;z-index: -1;}
.message ._bg>div{width:100%;position:absolute;bottom:0;left:0;}
.message ._bg>div img{width:100%;object-fit:cover;}
.message ._box{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.message ._info{width: 420px;padding-right:40px;}
.message ._info ._title .en{font-size: 44px;line-height:1.3;text-transform: uppercase;margin-bottom: 25px;}
.message ._info ._title .cn{font-size: 38px;font-weight: bold;color: var(--color04);line-height: 1;}
.message ._info ._line{margin-top: 45px;font-size: 16px;line-height: 1.875;}
.message ._info ._tel{line-height: 1;margin-top: 120px;}
.message ._info ._tel ._name{font-size: 24px;margin-bottom: 15px;}
.message ._info ._tel ._txt{font-size: 40px;font-weight: bold;color: var(--color04);}
.liuyan {font-size: 0; width:55%;}
.liuyan .hang {width: 100%;margin-bottom: 32px;}
.liuyan label {display: block;font-size: 16px;color: #333;line-height: 30px;}
.liuyan input[type=text] {width: 100%;height: 32px;border: 0 none;border-bottom: 1px solid #b8c4d0;line-height: 32px;font-size: 14px;color: #555;padding-bottom: 12px;background-color: rgba(255, 255, 255, 0.2);
}
.liuyan textarea {padding: 12px 14px;height: 110px;resize: none;vertical-align: top;width: 100%;line-height: 28px;font-size: 14px;}
.liuyan input[type=text]:focus,.liuyan textarea:focus {border-color: #155bc4;}
.liuyan input[type=text],.liuyan textarea {-webkit-transition: 0.3s;transition: 0.3s;}
.liuyan i.v {display: block;width: 100%;vertical-align: top;}
.liuyan .layui-form-item {height: 48px;margin-top: 46px;}
.liuyan .layui-textarea {width: 100%;height: 65px;border: 0 none;border-bottom: 1px solid #b8c4d0;line-height:21px;font-size: 14px;color: #555;padding-bottom: 12px;background-color: rgba(255, 255, 255, 0.2);}
.liuyan  .layui-btn{ display: block;width: 150px;height: 46px;font-size: 16px;line-height: 46px;background-color: #155bc4;color: #fff;border: 1px solid #155bc4;margin-top: 75px;}
.liuyan  .layui-btn:hover{background-color: #fff;color: #155bc4;}

@media screen and (max-width: 1023px) {
    .contact{padding:2em 0; width: 95%}
    .contact .flex{display: block;}
    .contact ._list ._item{width: 100%}
    .contact ._list ._item ._title{font-size: 16px;}
    .contact ._list ._item ._icon,.contact ._list ._item ._tel ._n{display: none;}
    .contact ._list ._item ._tel ._t{min-height: auto;}
    .message{padding-top: 50px;}
    .message ._box{width: 95%; display: block}
    .message ._info ._title .en{display: none}
    .message ._info ._title .cn{font-size: 28px}
    .message ._info ._line{margin-top: 15px; font-size: 14px; width: 90%}
    .message ._info ._tel{margin-top: 25px}
    .liuyan{width: 100%; margin-bottom: 150px}
    .liuyan .layui-btn{margin-top: 25px}
}