@import "font-awesome.css";
@import "iconfont.css";
@import "/skin/iconfont/iconfont.css";
@import "michuan.css";
@import "animate.css";
@import "swiper.min.css";
*{box-sizing:border-box}
.wrap{width:100%;max-width:96%;margin:0 auto;}
.wrap-1000{width:100%;max-width:1000px;margin:0 auto;}
.wrap-1550{width:100%;max-width:1550px;}
.wrap-1740{width:100%;max-width:96%;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}
.banner{position: relative;overflow: hidden;margin-top: 100px;}
.banner .p img{width:100%;}
.whatsapp{position: fixed;bottom: 10px;right: 10px;z-index: 99999999999;}
.whatsapp .close{position: absolute;top: -3px;right: -3px;width: 14px;height: 14px;background: #dddcdc;border-radius: 50%;padding: 2px;cursor: pointer;}
@media screen and (max-width:992px) {.banner{margin-top: 0;} .whatsapp{bottom: 48px;} .whatsapp .whatsapp-icon{width: 45px;height: 45px}}
.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;display: flex;align-items: flex-end;background: #fff;}
.top{height:40px;transition: 0.6s;padding-right: 50px;}
.top_header .top-left{border-left: 1px solid #ebebeb;width: 215px;}
.top_header .top_box{width: calc(100% - 215px);border-left: 1px solid #ebebeb;border-right: 1px solid #ebebeb;}
.top_header .top-left .logo{display: flex;align-items: center;height: 100%;padding: 0 25px;}
.top .flex{align-items: center;height: 100%;}
.top>.flex{justify-content: flex-end;}
.top .lang-box .txts{align-items: center;}
.top .lang-box .txts img{margin: 0 13px 0 8px;width: auto;}
.top .lang-box h3{font-size: 16px;font-family: 'Barlow-Medium';text-transform: uppercase;}
.top .lang{align-items: center;}
.top .lang-box .lang a{margin-left:20px;display: flex;align-items: flex-start;}
.top .lang-box .lang a:nth-child(1){margin-left: 0;}
.top .lang-box .lang a span{font-size:14px;margin-left:8px;line-height: 1;transition: 0.4s;}
.top .lang-box .lang a:hover span{color: var(--bgcolor);}
.top .lang-box .lang a:hover span{opacity: 0.9;}
.top_header.height .top{height: 35px;}
.headline{height: 60px;border-top: 1px solid #ebebeb;flex: 1;transition:.6s;}
.header{transition:.6s;height:60px;width:100%;z-index: 9999999;display:flex;align-items: center;border-top: 1px solid #ebebeb;padding-left: 25px;}
.header.height,.top_header.height .headline,.header.height .ico{height: 38px;}
.header>.wrap{position: relative;}
.top_header.height{box-shadow:0 10px 20px rgba(0,0,0,0.05);}
.header .header-right .item h3,.header .header-right .item{height: 100%;}
.header .header-right .item h3 a{font-size:16px;font-family: 'Barlow-Medium';transition: 0.5s;line-height: 1;height: 100%;}
.header .header-right .item h3 a:hover,.header .header-right .item.on h3 a{color: var(--on-color);}
.header .header-right .item{margin-right:25px;position: relative;}
.header .header-right .item:last-child{margin-right:0;}
.header .ico{align-items: center;height: 59px;transition:.6s;}
.header .ico a{border-left: 1px solid #ebebeb;height: 99%;width: 60px;display: flex;justify-content: center;align-items: center;}
.header .ico a i{font-size:22px;}
.header .ico a:hover{color: var(--bgcolor);}
.header .ico a:nth-child(3) i{font-size: 20px}
.header .item h3{height: 100%;display: flex;align-items: center;}
.header .item{display:flex;height:40px;align-items: center;position: relative;}
.header .item h3 a{text-transform:uppercase;display: flex;align-items: center;height: 100%;}
/* .top_header.height .header .header-right .menu .sub{top:45px;} */
.header .header-right .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow:0 15px 30px rgba(0,0,0,.1);
  }
  .header .header-right .menu .sub .wrap {
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px;
    width: 100%;
  }
  .header .header-right .menu .sub .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
    position: relative;
    align-items: center;
  }
  .header .header-right .menu .sub .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .header-right .menu .sub .p a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    transition-duration: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
  }
  .header .header-right .menu .sub .p:hover > a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .header-right .menu .item:hover .sub {
    transform: scaleY(1);
  }
  .header .header-right .menu .sub .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .header-right .menu .sub .p a:hover::before {
    background-color: #fff;
  }
  .header .header-right .menu .sub::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,1);
    left: 20px;
    top: -19px;
    position: absolute;
  }
.h_banner .home_pag{display: flex;justify-content: center;position: relative;}
.h_banner .page_box{display: flex;position: absolute;bottom: 45px;left: 110px;align-items: center;}
.progress{height: 2px;width:150px;background: #fff;z-index: 10;margin-left: 15px;}
.progress .fill{height: 100%;background: #fd6736;transition: 0.6s;width: 0;}
.home_swi{margin-top: 100px;position: relative;}
.home_swi img{width: 100%;}
.home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; width: 30px;height: 30px;position: relative;z-index: 10;margin-right: 10px !important;margin-left: 0;display: flex;align-items: center;justify-content: center;color: #fff;background: none;font-size: 24px;font-family: 'Barlow-Medium';}
.home_swi .swiper-pagination .swiper-pagination-bullet-active{color: #fd6736;}
.com-swiper{padding-bottom: 70px;}
.com-swiper .swiper-pagination-bullet,.honor-swiper .swiper-pagination-bullet{ opacity: 1; width: 18px;height: 18px;position: relative;z-index: 10;margin-right: 18px !important;margin-left: 0;background: #373739;}
.com-swiper .swiper-pagination-bullet-active,.honor-swiper .swiper-pagination-bullet-active{background: #fd6736;}

 .h_banner{position: relative;}
.h_banner .home_swi .h_b_box .h_b_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
.h_banner .home_swi .h_b_box .h_b_txt .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    min-width: 135px;
  }
.h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 60px;font-family: 'Barlow-Bold';line-height: 1;margin-left: 130px;text-transform: uppercase;max-width: 430px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 60px;font-family: 'Barlow-Bold';line-height: 0.9;margin-left: 130px;text-transform: uppercase;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2 img{width: auto;}

.swiper-button-next:after,.swiper-button-prev:after{content: "";display: none;}
.swiper-button-next, .swiper-button-prev{color: transparent;background: none;width: auto;height: auto !important;}
.home_swi .swiper-button-prev {
    left: 2.34vw !important;
    top: 50% !important;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .home_swi .swiper-button-prev i{ font-size:2.08vw;color: #fff;opacity: 0.6;transition: 0.4s;}
  .home_swi .swiper-button-prev i:hover{opacity: 1;color: var(--bgcolor);}
  .home_swi .swiper-button-prev:hover,.home_swi .swiper-button-next:hover{background: transparent;}
  
  .home_swi .swiper-button-next {
    right: 2.34vw !important;
    top: 50%;
    color: #fff;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .home_swi .swiper-button-next i{ font-size: 2.08vw;color: #fff;opacity: 0.6;transition: 0.4s;}
  .home_swi .swiper-button-next i:hover{opacity: 1;color: var(--bgcolor);}

.links{width: 100%;margin-top: 95px;}
.links .item{display: flex;flex-direction: column;width: 23%;align-items: center;border-right: 1px solid #ececec;}
.links .item:first-child{width: 33%;}
.links .item:last-child{border-right: none;width: 21%;}
.links .item i{font-size: 60px;color: #171a1c;transition: 0.5s;}
.links .item:hover i{color: var(--bgcolor  );}
.links .item span{font-size: 18px;font-family: 'Barlow-Bold';text-align: center;margin-top: 30px;}
.titles h1{font-size: 66px;font-family: 'SourceHanSansCN-Medium';text-align: center;line-height: 1;}
.titles h3{font-size: 20px;font-family: 'Roboto-Regular';text-align: center;color: #535353;text-transform: uppercase;line-height: 1;margin-top: 15px;}
.titles .tits{font-size: 24px;}
 .index-about{padding: 80px 0;position: relative;}
 .index-about .wrap.flex{flex-wrap: nowrap;align-items: center;}
 .list-about .wrap.flex{align-items: flex-start;}
 .about-t{position: relative;width: 41.9%;z-index: 10;}
 .titlex{display: flex;align-items: flex-end;max-width: 410px;}
 .about-t .titlex img{margin-bottom: 10px;margin-left: 10px;}
 .titlex .texts>span{font-size: 18px;color: var(--color);font-family: 'Barlow-Medium';margin-bottom: 20px;display: inline-block;}
 .titlex h1{font-size: 36px;font-family: 'Barlow-Bold';color: var(--color);line-height: 1;text-transform: uppercase;}

 .btns{height: 50px;width: 150px;border-radius: 8px;display: flex;align-items: center;justify-content: center;font-size: 16px;margin-top: 75px;padding: 0 10px ;z-index: 99;position: relative;box-shadow: 0 2px 8px rgba(55,55,57,0.15);}
 .btns i{font-size: 20px;margin-left: 20px;}

 .list-about{background-color: #fff !important;padding-top: 85px;position: relative;}
 .list-about .about-t .about-l{width: 100%;}
 .list-about .about-t .about-l .content p{margin-bottom: 35px !important;}
 .about-t .about-l .content{width: 100%;margin-top: 50px;}
 .about-t .about-l .content p,.content1 p{font-size: 16px;font-family: 'Barlow-Medium';color: #010d14;line-height: 24px;width: 100%;}
 .content1 p{margin-top: 0;}
 .list-about .about-t .about-l .content p{margin-bottom: 0;}
 .about-t .btns{margin-top: 70px;}
 .about-t button{width: 170px;height: 50px;background: var(--bgcolor);border-radius: 3px;border: none;font-family: 'Barlow-Medium';color: #fff;display: flex;justify-content: center;align-items: center;transition: 0.7s;font-size: 16px;}
 .about-t button img{margin-right: 10px;}
 .about-t button:hover{transform: scale(1.1);}
 .about-t .videolist{width: 50px;height: 50px;border-radius: 5px;border: 1px solid #102041;display: flex;justify-content: center;align-items: center;transition: 0.7s;margin-left: 20px;cursor: pointer;}
 .about-t .videolist i{font-size: 22px;color: var(--color);}
 .pic_e {display: block;}
 .pic_e button{display: block;margin-top: -80px;cursor: pointer;}
 .about-r{z-index: 10;margin-bottom: -5px;width: 52.5%;}
 .list-about .about-r{margin-bottom: 0;}
 .about-r .pics{position: relative;}
 .about-r .pics img{width: 100%;}
 .about-b{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;padding-bottom: 35px;}

 .index-pro{padding:100px 0 110px;background: #f5f5f5;}
.pro-top h1{font-size: 36px;font-family: 'Barlow-Bold';line-height: 1;max-width: 360px;text-transform: uppercase;}
.pro-top h1 span{color: var(--bgcolor);text-transform: uppercase;font-family: 'Barlow-Bold';}
.pro-top p{font-size: 16px;font-family: 'Barlow-Medium';line-height: 26px;max-width: 860px;margin-top: 15px;}
.index-prod{padding-bottom: 90px;}
.index-prod .pro-top h1{text-align: center;}
.index-prod .pro-top p{text-align: center;max-width: 880px;margin: 20px auto 0 auto;}

.pro-swiper{overflow: hidden;margin: 0 auto;padding-bottom: 20px;}
.pro-swiper .swiper-wrapper{margin-top: 42px;}
.pro-swiper .swiper-slide a{width: 100%;}
.pro-swiper .item{position: relative;overflow: hidden;padding: 30px 0;background: #fff;transition: 0.6s;border-radius: 10px;box-shadow: 0 2px 8px rgba(55,55,57,0.15);margin: 0 10px}
.pro-swiper .item .txts{border-top: 1px solid #ebebeb;}
.pro-swiper .item .pro-no{display: flex;align-items: center;}
.pro-swiper .item .pro-no .line{margin-right: 8px;}
.pro-swiper .item .pro-no h3{font-size: 16px;font-family: 'Barlow-Bold';margin-top: 3px;}
.pro-swiper .item .pro-no .name{margin-left: 10px;}
.pro-swiper .item .pics{width: 100%;overflow: hidden;position: relative;padding: 15px 0;}
.pro-swiper .item .pics img{transition: 0.5s;width:100%}
.pro-swiper .item .txts{padding: 30px 15px 0 15px;}
.pro-swiper .item .txts h1{font-size: 18px;margin-bottom: 15px;}
.pro-swiper .item .txts .more{color: #989898;font-size: 16px;border-bottom: 1px solid #989898;line-height: 1;}
.img_t{position: absolute;top: 0;left: 0;transition:0.6s;transform: translate(-100%);}
.pro-swiper .item:hover .img_t{transform: translate(0);}
.img_t{transition: 0.6s;}
.pro-swiper .item:hover .img_o{transform: translateY(110%);}
.sw-box{width: 110px;z-index: 99999999999999 !important;height: 50px;}
.pro-flex{align-items: center;}
.swiper-button-prev i,.swiper-button-next i{ font-size: 38px;color: #000000;transition: 0.4s;display: inline-block;color: #fff;}
.com-swiper .swiper-button-prev i,.com-swiper .swiper-button-next i{font-size: 42px;}
.sw-box .swiper-button-prev {
  left: 0 !important;
  top: auto;
  bottom: 0px !important;
  margin-top: 0;
  transition: 0.6s;
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px;
  background: #373739;
}
.swiper-button-prev,.swiper-button-next{background-image: none;display: flex;justify-content: center;align-items: center;transition: 0.5s;}

.com-swiper .swiper-button-next,.com-swiper .swiper-button-prev {
  width: 55px !important;
  height: 55px !important;
  border-radius: 18px;
  background: #373739;
  transform: translateY(-35px);
}
.com-swiper .swiper-button-next{right: -145px;}
.com-swiper .swiper-button-prev{left: -145px;}
.sw-box .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  transition: 0.6s;
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px;
  background: #373739;
  margin-left: 10px !important;
}
.swiper-button-prev:hover,.swiper-button-next:hover{background: var(--bgcolor);}

.pro-wrap{position: relative;}
.pro-wrap .swiper-button-prev {
  left: -25px !important;
  top: auto;
  bottom: 35% !important;
  margin-top: 0;
  transition: 0.6s;
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px;
  background: #373739;
}
.pro-wrap .swiper-button-next {
  right: -25px !important;
  top: auto;
  margin-top: 0;
  bottom: 35% !important;
  transition: 0.6s;
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px;
  background: #373739;
  margin-left: 10px !important;
}
.index-pro .btns_box{display: flex;align-items: center;}
.index-pro .btns_box span{height: 50px;background: #000;padding: 0 18px;display: flex;align-items: center;color: #fff;font-size: 20px;border-radius: 10px;margin-left: 15px;cursor: pointer;}
/*.pro-wrap .pro-swiper:nth-child(3){display: none;}*/
.bcolor{background: var(--bgcolor) !important;}

.list-about{padding: 170px 0 110px;}
.about{background: #fff;}
.index-about .about_l{width: 42%;display: flex;flex-direction: column;position: relative;}
.index-about .about_l .pic1{padding-left: 100px;}
.index-about .about_l .pic2{margin-top: 100px;}
.index-about .about_l .videolist{transition: 0.5s;}
/*.ab .pic2{opacity: 0;}*/
.ab{border-top: 1px solid #d7d7d7;padding: 110px 0 80px;}
.index-about .about_l .videolist:hover{transform: scale(1.1) rotate(360deg);}
.index-about .about_l .about_pict{position: absolute;top: 150px;right: 40px;z-index: 99;}
.about .about_l .about_pict{background: #fff;}
.index-about .about_l .videoes{background: var(--bgcolor);width: 290px;flex-direction: column;justify-content: center;align-items: center;position: absolute;top: -65px;right: 0;height: 160px;border-radius: 20px;}
.index-about .about_l .videoes h2{font-size: 36px;font-family: 'Barlow-Bold';color: #fff;margin-top: 15px;}
.index-about .about_r{width: 51%;padding-right: 90px;}
.index-about .about_r h3{position: relative;}
.index-about .about_r h1{font-size: 60px;font-family: 'Barlow-Bold';text-transform: uppercase;margin-top: 30px;margin-top: 30px;max-width: 645px;line-height: 1;}
.index-about .about_r h1 span{color: var(--on-color);}
.index-about .about_r .content_r{margin-top: 45px;margin-bottom: 100px;}
.index-about .about_r p{font-size: 16px;font-family: "Barlow-Medium";line-height: 26px;}
.index-about .about_r1 .content_r{margin-bottom: 0;}
.index-about .about_r1 p{margin-bottom: 25px;}
.index-about .about_r1 p:last-child{margin-bottom: 0;}
.index-about .about_r .tit_b{font-size: 10.42vw;font-family:"TECHNA-SANS-REGULAR";color: #eaecef;margin-top: 50px;}
.bn-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
/* .list-about .bn-list {width: 770px;} */
.bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* width: auto !important; */
    cursor: pointer;
    transition: 0.7s;
    /* width: 25% !important; */
    position: relative;
  }
  .bn-list li:nth-child(1){width: 24%;}
  .bn-list li:nth-child(2){width: 20%;}
  .bn-list li:nth-child(3){width: 21.5%;}
  .bn-list li:nth-child(4){width: 12%;}
  /* .bn-list li:first-child{width: 27.7% !important;}
  .bn-list li:last-child{width: 20% !important;} */
.bn-list li::after{width: 1px;background: #c3c3c3;height: 100px;content: "";position: absolute;right:0;top: 50%;transform: translateY(-50%);}
.bn-list li:last-child::after{display: none;}
.bn-list li:hover .number{color: var(--bgcolor);}
.bn-list li h2 {
    position: relative;
}
  
.bn-list li h2 .number {
    font-size: 48px;
    color: #000;
    font-family: 'Barlow-Bold';
    line-height: 48px;
    transition: 0.5s;
  }
.bn-list li .des {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
  }
.bn-list li img{margin-bottom: 35px !important;}
.bn-list li:nth-child(1) img{margin-left: 50px;}
.bn-list li:nth-child(3) img{margin-left: 30px;}
.bn-list li:nth-child(4) img{margin-left: 10px;}
.titlea {text-align: center;margin-bottom: 45px;}
.titlea h1{font-size: 36px;font-family: 'Barlow-Bold';margin-top: 10px;}
.index-app {padding: 75px 0 100px;background: #f5f5f5;}
.index-app .flex{flex-wrap: nowrap;}
.index-app .pic-lr{display: flex;flex-direction: column;justify-content: space-between;width: 31.7%;}
.index-app .pic-c{width: 31.7%;}
.index-app .pic img{width: 100%;}
.index-app .pic{overflow: hidden;border-radius: 8px;}
.title_p h3{font-size: 36px;font-family: 'Barlow-Bold';text-transform: uppercase;margin-top: 15px;}
.culture{padding: 80px 0 90px;}
.culture .cul_content,.cul_pic{width: 48.8%;}
.cul_pic img{width: 100%;}
.culture .flex{margin-top: 50px;}
.culture .cul_content p{font-size: 16px;line-height: 26px;}

.index-adv .item .more{color: var(--on-color);font-size: 16px;line-height: 1;margin-top: 30px;display: inline-block;}
.index-adv .item .more span{border-bottom: 1px solid var(--on-color);transition: 0.5s;}
.index-adv .item:hover .more span{border: none;font-weight: bolder;}
.index-adv{padding: 90px 0 100px;}
.index-adv .item{width: 18.5%;display: flex;flex-direction: column;justify-content: space-between;cursor: pointer;}
.index-adv .item h2{font-size: 24px;font-family: 'Barlow-Bold';margin-top: 30px;}
.index-adv .item p{font-size: 16px;line-height: 26px;margin-top: 15px;}

.com-swiper{overflow: visible !important;width: 100%;}
.com-swiper .swiper-slide{display: flex;align-items: center;justify-content: center;opacity: 0.4;transition: 0.5s;}
.com-swiper .swiper-slide-active{opacity: 1;}
.com-swiper .pic{margin: 0 30px;overflow: hidden;position: relative;cursor: pointer;}
.com-swiper .swiper-slide .pic:hover img{transform: scale(1);}
.com-swiper .swiper-slide-active .pic:hover img{transform: scale(1.1);}
.philosophy{padding: 80px 0 100px;}
.philosophy .tit{font-size: 24px;font-family: 'Barlow-Bold';margin-top: 60px;text-transform: uppercase;}
.philosophy .phicontent p{font-size: 16px;line-height: 24px;margin-top: 30px;}
.philosophy .corp .item h5{font-size: 16px;margin-top: 25px;color: #fd6736;}
.philosophy .corp .item p{font-size: 16px;margin-top: 25px;line-height: 24px;}

.honor{background: url("/skin/images/honor-back_02.jpg") no-repeat center bottom/100% auto;padding-bottom: 30px;}
.honor .flex{align-items: flex-end;margin: 65px 0 0 60px;flex-wrap: nowrap;}
.honor .jb{margin-bottom: 90px;margin-right: 25px;}
.honor-swiper{padding-bottom: 85px;width: calc(100% - 170px);padding-top: 20px;}
.honor-swiper .swiper-wrapper{margin-left: -15px !important;}
.honor-swiper .pic{position: relative;overflow: visible;margin: 0 30px;transition: 0.5s;}
.honor-swiper .pic:hover{transform: translateY(-20px);}
.honor-swiper .hpic{width: 100%;}
.honor-swiper .pic .sb{position: absolute;left: 0;bottom: -10px;}
.honor-swiper .pic .sb img{width: 100%;}
.honor-swiper .pic .sr{position: absolute;right: -46px;bottom: 0;height: 100%;}
.honor-swiper .pic .sr img{height: 100%;width: auto;}

.list-news .flex .item{width: 48%;margin-top: 55px;} 
.news-detail .flex .item{margin-top: 35px;}
.list-news .flex .item .pic{width: 46%;border-radius: 8px 0 0 8px;}
.list-news .flex .item .pic img{width: 100%;height: 100%;object-fit: cover;}
.list-news .flex .item .news-box{width: 54%;padding: 30px 20px 20px 35px;border-radius: 0 8px 8px 0;border: 1px solid #ecf1f5;transition: 0.5s;}
.list-news .flex .item:hover .news-box{border-color: var(--on-color);}
.list-news .flex .item .news-box h1{font-size: 18px;font-family: 'Barlow-Bold';margin-top: 0;color: #666464;}
.list-news .flex .item .news-box h2{font-size: 16px;margin-top: 0;color: #666464;margin-top: 30px;padding-bottom: 15px;border-bottom: 1px solid #ebebeb;transition: 0.5s;}
.list-news .flex .item:hover .news-box h2{border-color: var(--on-color);}
.list-news .flex .item .news-box .desc{font-size: 16px;line-height: 24px;margin-top: 35px;color: #666464;}
.list-news .paging{margin-top: 70px;}

.footer{color:#fff;background:#373739;padding-top: 60px;}
.info_f{margin-top: 50px;}
.info_f .ico{align-items: center;}
.info_f .ico a{position: relative;color:#fff;font-size:20px;margin-right:18px}
.info_f .ico a i{font-size: 20px;display: inline-block;transition: 0.5s;}
.info_f .ico a:after{content:"";width:1px;height:18px;background:#bababa;position: absolute;right:-9px;top:50%;margin-top:-9px;}
.info_f .ico a:nth-last-child(1):after{display: none;}
.info_f .ico a i:hover{transform: translateY(-5px);}

.footer .info{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 60px;}
.footer .info>.flex{flex-wrap: nowrap;}
.footer .info .info-txt{font-size: 16px;color: #fff;max-width: 580px;line-height: 28px;}
.footer .info .dls{display: flex;width: 100%;margin-top: 30px;}
.footer .info .dls .dl-txt{margin-right: 60px;margin-bottom: 30px;}
.footer .info .dls .dl-txt p{font-size: 16px;line-height: 32px;max-width: 545px;margin-top: 30px;}
.footer .info .dls .dl{margin-right: 140px;margin-bottom: 20px;max-width: 330px;}
.footer .info .dls .dl:nth-child(1){margin-right: 170px;}
.footer .info .dls .dl:nth-child(2){margin-right: 200px;}
.footer .info .dls .dl:last-child{margin-right: 30px;}
.dl .dl-title {
  font-size: 24px;
  margin-bottom: 25px;
  color: #fff;
}
.dl .dl-title a{border-bottom: 2px solid rgba(255,255,255,.8); font-family: 'Barlow-Bold';text-transform: uppercase;}
.dl>dd a{
  color: #fff !important;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
}

.dl>dt a{color: #fff;}
.dl>p{display: flex;margin-bottom: 30px;}
.dl>.p{line-height: 28px;}
.dl>p .iconx{width: 20px;margin-right: 10px;}
.dl>p .iconx img{width: 100%;}
.dl>p .txt_box{width: calc(100% - 32px);}
.dl>p,.dl>p a{color: #fff;font-size: 16px;line-height: 25px;transition: 0.5s;}
.footer .info .dls .dl dd span{position: relative;}
.footer .info .dls .dl dd span:hover::after{width: 100%;right: auto;left: 0;}
.footer .info .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}
.footer .info .message{width: 420px;margin-top: 85px;}
.footer .info .message .mes-title{margin-bottom: 25px;font-size: 24px;font-family: 'Barlow-Bold';color: #fff;line-height: 1;}
.footer .info .message .mes-title span{border-bottom: 1px solid #fff;}
.footer .info .message .mes-title i{font-size: 32px;margin-right: 16px;color: #fff;}
.footer .info .message .mes-des{font-size: 16px;color: #fff;line-height: 24px;}
.footer .info .message form{margin-top: 40px;}
.footer .info .message .form-div{display: flex;width: 100%;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.footer .info .message label{width: 100%;}
.footer .info .message .mw
{font-size: 16px; width: 100%;height: 50px;padding-left: 18px;box-sizing: border-box;background: #fff;border-radius: 4px;}
.footer .info .message .mw::placeholder{color: #373739;}
.footer .info .message #submit{transition: 0.4s ease; display: flex; height:50px;background-color: var(--bgcolor);border: none;align-items: center;justify-content: center;padding: 0 10px;position: relative;width: 100%;line-height: 1;margin-top: 20px;cursor: pointer;border-radius: 4px;}
.footer .info .message #submit span{font-size: 16px;color: #fff;z-index: 2;transition: 0.5s;}
.footer .info .message #submit i{font-size: 20px;z-index: 2;color: #fff;transition: 0.5s;margin-right: 8px;}
 .footer .info .message #submit:hover{box-shadow: 10px 5px 20px rgba(216,23,6,0.2),-10px -5px 20px rgba(216,23,6,0.2),-10px -5px 20px rgba(216,23,6,0.2) inset;transform: scale(1.05);}
 .footer .info .message #submit:hover span{transform: translate(-10px);}
 .footer .info .message #submit:hover i{transform: translate(-10px);}
.footer .info .message .ipt-title{font-size: 16px;color: #fff;margin-bottom: 15px;}

.footer .bottom{padding:40px 0 45px;border-top:1px solid rgba(255,255,255,.2);}
.footer .bottom br{display: none;}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF;font-size:16px;}
.footer .bottom p a{margin-left: 15px;}

.list-news .content,.list-products .content{width: 100%;}
.news-detail .wrap{border: none;}
.news-detail.main{padding: 0 0 100px;}
.list-news .show .t h2{font-size:18px;color:#666464;margin-top: 80px;font-family: 'Barlow-Bold';}
.list-news .show .t .time{padding:25px 0 15px;color:#666464;font-size:16px;}
.list-news .show .c{margin-bottom:25px;padding:40px 0 100px;font-size:16px;line-height:24px;border-top:1px solid #CED2D9;border-bottom:1px solid #CED2D9;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;line-height:24px;color: #666464;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{border-radius:8px;width:120px;height:50px;display:flex;align-items: center;font-size:18px;justify-content: center;box-shadow: 0 2px 8px rgba(55,55,57,.15);}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:30px}
.tit_d{font-size: 36px;font-family: 'Barlow-Bold';text-transform: uppercase;margin-top: 60px;}

.location{margin-top: 25px;}
.location .wrap{display:flex;align-items: center;height: 100%;}
.location a{font-size: 16px;}
.location a:hover{color: var(--bgcolor);}
.location span{margin:0 10px;font-size: 16px;}
.location a:last-child{color:var(--bgcolor)}
.location.cordless a:last-child{color:#f9a31a}
.list-contaact .info-f{margin-top: 60px;}
.list-contaact .info-f .ico a {
  position: relative;
  color: #373739;
  margin-right: 46px;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  line-height: 1;
}
.list-contaact .info-f .ico a::after{content: "";position: absolute;width: 1px;height: 21px;background: #d5d5d8;right: -23px;bottom: 50%;transition: 0.5s;transform: translateY(50%);}
.list-contaact .info-f .ico a:last-child:after{display: none;}
.list-contaact .info-f .ico a:hover i{color: var(--on-color);}
.list-contaact .info-f .ico a i{font-size: 20px;transition: 0.5s;font-size: 30px;}
.list-contaact .info-f .ico a:nth-last-child(1) i{font-size: 25px;}
.list-contaact .info-f .ico a:nth-last-child(2) i{font-size: 36px;}

.list-contaact{padding-top: 60px;}
.list-contaact .bd .contact-l{width:490px;display: flex;flex-direction: column;justify-content: space-between;}
.list-contaact .bd .t h1{font-family: 'Barlow-Bold';font-size: 36px;}
.list-contaact .bd .t p{font-size:16px;line-height:26px;margin-top: 25px;}
.list-contaact .bd .t .pic{margin-top:60px}
.list-contaact .bd .txt{width:calc(100% - 520px);padding-left: 120px;padding-bottom: 70px;}
.list-contaact .bd .txt .cons_box{display: flex;align-items: center;justify-content: space-between;}
.list-contaact .bd .txt .icon{width: 45px;}

.list-contaact .bd .txt .con_box{display: flex;align-items: center;border-bottom:1px solid #cccccc;width: 48%;position: relative;}
.list-contaact .bd .txt .con_box .items{display: flex;width: calc(100% - 60px);margin-left: 20px;}
.list-contaact .bd .txt .con_box .items .item{margin-top: 30px;width: 37%;margin-left: 0;}
.list-contaact .bd .txt .con_box .items .item:nth-child(1){width: 25%;}
.list-contaact .bd .txt .con_box::after{width: 0;height: 1px;background: var(--bgcolor);content: "";position: absolute;left: 0;bottom: 0;transition: 0.8s;}
.list-contaact .bd .txt .con_box:hover::after{width: 100%;}
.list-contaact .bd .txt .con_box1{width: 100%;}
.list-contaact .bd .txt .con_box i{font-size: 38px;color: var(--bgcolor);font-weight: bold;}
/* .list-contaact .bd .txt .con_box1 .item{margin-top: 0;} */
.list-contaact .bd .txt .item{margin-top: 30px;padding-bottom: 25px;transition: 0.6s;margin-left: 20px;width: calc(100% - 60px);}
.list-contaact .bd .txt .item .p a{margin-right: 50px;}
.list-contaact .bd .txt .item .p a:last-child{margin-right: 0;}
.list-contaact .bd .txt .item:hover{border-color: var(--bgcolor);}
.list-contaact .bd .txt .item h1{font-size: 18px;font-family: 'Barlow-Bold';line-height: 1;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 16px;margin-top: 12px;line-height: 24px;}
.list-contaact .bd .txt .item1 .p:nth-child(3){margin-top: 0;}
.list-contaact .bd .codes{display: flex;justify-content: space-between;}
.list-contaact .bd .codex{margin-top: 50px;text-align: center;width: 47%;}
.list-contaact .bd .codex img,.footer .codex img{border: 10px solid var(--on-color);border-radius: 10px;width: 100%;}
.footer .codex{max-width: 200px;margin-top: 55px;}

.list-contaact .message{width: 100%;margin-top: 70px;}
.list-contaact .message .mes-title{margin-bottom: 15px; margin-top: 65px; font-size: 36px;color: var(--on-color);display: flex;align-items: center;font-family: 'DouyinSansBold';}
.list-contaact .message .mes-title i{font-size: 50px;margin-right: 16px;}
.list-contaact .message .mes-des{font-size: 18px;color: #000;line-height: 28px;}
.list-contaact .message form{margin-top: 40px;}
.list-contaact .message .form-div{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.list-contaact .message  .name,.list-contaact .message .mw
{color:#373739; font-family: 'Barlow-Medium';font-size: 16px; width: 100%;height: 50px;padding-left: 12px;box-sizing: border-box;border: 1px solid #bcbcbc;margin-bottom: 30px;border-radius: 5px;transition: 0.4s;}
.list-contaact .message  .name:hover,.list-contaact .message .mw:hover,.list-contaact .message .content:hover,.list-contaact .form-div .code_box:hover{border-color: var(--bgcolor);}
.list-contaact .message .label-name,.list-contaact .message .label-mw{display: flex;width: 100%;}
.list-contaact .message form input::placeholder,.list-contaact .message form textarea::placeholder{ font-family: 'Barlow-Medium';color: #202b32;}
.list-contaact .message .content{padding-top: 25px; width:100%;height: 250px;padding-left: 12px;margin-bottom: 30px;font-size: 16px;border: 1px solid #bcbcbc;border-radius: 5px;transition: 0.4s;}
.list-contaact .message #submit{transition: 0.4s ease; display: flex; width: 170px;height:50px;font-size: 16px;color: #fff;border: none;align-items: center;justify-content: center;border-radius: 5px;cursor: pointer;background: var(--bgcolor);}
.list-contaact .message #submit:hover{transform: scale(1.05);}
.list-contaact .message #submit i{ margin-right: 10px;font-size: 18px;}
/* .list-contaact .message #submit:hover{transform: scale(1.08);} */
.list-contaact .message .ipt-title{font-size: 18px;font-family: 'Roboto-Medium';color: #000;margin-bottom: 20px;}
.list-contaact .message .label-content{margin-top: 25px !important;}
.list-contaact .form-div .code_box {
  position: relative;
  border: 1px solid #bcbcbc;
  width: calc(100% - 190px);
  border-radius: 5px;
  transition: 0.4s;
}
.list-contaact .form-div .code_box input{width: 100%;height: 50px;padding-left: 12px;border-radius: 5px;}
.list-contaact .form-div .code_box img {
  height: 50px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}
.catalog{margin-top: 30px;}
.a-back{position: relative;} 
.a-back img{width: 100%;}
.a-back .txts{position: absolute;left: 50px;top: 25%;color: #fff;} 
.a-back .txts h1{font-size: 36px;line-height: 1.1;font-family: 'Barlow-Bold';text-transform: uppercase;}
.a-back .name{font-size: 18px;color: #acacac;position: absolute;left: 0;bottom: 15%;}
.bookbox{flex-direction: column;align-items: center;margin-bottom: 100px;}
.bookbox  iframe{width: 100%;height: 870px;}
.bookbox .btn-box{display: flex;margin-top: 40px;justify-content: center;}
.btna{height: 45px;min-width: 230px;display: flex;align-items: center;background: var(--bgcolor);padding: 2px;transition: 0.5s;position: relative;z-index: 0;overflow: hidden;cursor: pointer;margin-right: 35px;padding-right: 13px;}
.btna span{font-size: 16px;line-height: 1;display: flex;min-width: 180px;height: 100%;align-items: center;justify-content: center;position: relative;z-index: 3;color: #000;padding: 0 10px;transition: 0.5s;}
.btna span::after{content: '';width: 100%;height: 100%;background: #fff;position: absolute;top: 0;left: 0;z-index: -1;transition: 0.5s;}
.btna::after{content: '';width: 100%;height: 100%;background: var(--bgcolor);position: absolute;top: 0;right: 0;z-index: -3;transition: 0.5s;}
.btna:hover::after{width: 0;}
.btna:hover span::after{width: 0;}
.btna:hover span,.btna:hover i{color: #fff;}
.btna i{font-size: 22px;color: #fff;position: relative;z-index: 3;margin-left: 13px;transition: 0.5s;}

.list-pro .pro_t{margin-bottom:25px;}
.list-pro .pro_t span{font-size:36px;font-family: 'Barlow-Bold';color:#ff6b1b;border-bottom: 2px solid #ff6b1b;}
.cordless .pro_t span{color:#f9a31a;border-bottom: 2px solid #f9a31a;}
.list-pro .pro_b{display: flex;align-items: center;padding-bottom: 15px;border-bottom: 1px solid #d7d7d7;margin-bottom: 25px;}
.list-pro .pro_b h2{font-size: 18px;font-family: 'Barlow-Bold';;margin-left: 15px;}
.sidebar{width: 300px}
.sidebar .bd .item h3 a{align-items:center;font-size:16px;display:flex;position:relative;margin-bottom: 20px !important;}
.sidebar .bd .item .sub{padding-bottom:20px;}
.sidebar .bd .item .sub a{margin-bottom:20px;display:flex;align-items:center;font-size: 16px;}
.sidebar .bd .item a i{font-size:13px;width:17px;margin-right:8px;height: 17px;font-weight: bold;border: 2px solid var(--color);color: transparent;transition: 0.5s;display: flex;justify-content: center;align-items: center;}
.sidebar .bd .item a:last-child{margin-bottom:0;}
.sidebar .bd .item.on a i,.sidebar .bd .item:hover a i{color: #ff6b1b;border-color: #ff6b1b;}
.sidebar .bd .item a:hover,.sidebar .bd .item.on a{color:#ff6b1b}
.cordless .sidebar .bd .item.on a i,.cordless .sidebar .bd .item:hover a i{color: #f9a31a;border-color: #f9a31a;}
.cordless .sidebar .bd .item a:hover,.cordless .sidebar .bd .item.on a{color:#f9a31a}
.list-pro .right{width: calc(100% - 310px);padding-left: 50px;}
.list-pro .list .item{transition-duration:.6s;width: calc((100% - 120px)/4);margin:0 40px 40px 0;transition: 0.6s;background: #fff;padding: 5px 0 28px 0;box-shadow: 0 2px 8px rgba(0,0,0,0.15);border-radius: 8px;}
.list-pro .list .item:nth-child(4n){margin-right:0;}
.index-pros{background: var(--bgcolor);padding: 90px 0 85px 0;position: relative;}
.index-pros .part-l .icon{margin-left: 10px;margin-top: 5px;}
.index-pros .tits h1{font-size: 48px;font-family: 'Montserrat-SemiBold';color: #fff;line-height: 1;}
.index-pros .tits h2{font-size: 30px;font-family: 'Montserrat-SemiBold';color: #fff;line-height: 1;text-transform: uppercase;}
.index-pros .tits h3{font-size: 16px;font-family: 'OPENSANS-REGULAR';color: #fff;line-height: 1;margin-top: 15px;}
.index-pros .tits h5{font-size: 24px;font-family: 'Montserrat-SemiBold';color: #fff;line-height: 1;margin-top: 40px;}
.index-pros .list .item{width: 90%;margin-right: 0;}
.prod-swiper{margin-top: 45px;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;padding-top: 15px;}
.list-pro .list .item .txt{display: flex;width: 100% !important;border-top: 1px solid #ebebeb;transition: 0.6s;justify-content: space-between;padding:25px 18px 0 16px;}
.list-pro .list .item .txt .txts{width: calc(100% - 40px);}
.list-pro .list .item .pic{padding: 0 15px;overflow: hidden;}
.list-pro .list .item .txt h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height: 1;transition: 0.5s;}
.list-pro .list .item:hover .txt h3{color: var(--bgcolor);}
.cordless .list .item:hover .txt h3{color: #f9a31a;}
.index-prod .list .item .txts{width: calc(100% - 50px) !important;}
.list-pro .list .item .more{border-top: 1px solid #ebebeb;margin-top: 25px;padding: 25px 20px 0 16px;color: #989898;font-size: 16px;line-height: 24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.cordless .list .item .more{padding-top: 18px;}
.list-pro .list .item .txt p{color:#989898;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:16px;margin-top:13px;width: 100%;font-family: 'Barlow-Medium';}
.list-pro .list .item .txt i{color:#ff6b1b;font-size:24px}
.cordless .list .item .txt i{color:#f9a31a;font-size:24px}
.list-pro .list .item:hover{box-shadow:0 8px 20px rgba(0,0,0,0.10);}

.list-pro .right .title{font-size:48px;color:#FFFFFF;margin-bottom:40px;font-family: 'Barlow-Bold';text-transform:uppercase;line-height:48px;}
.list-pro .right .body{line-height:30px;color:#fff;}
.list-pro .right .body ul{display:flex;justify-content: space-between;flex-wrap:wrap;}
.list-pro .right .body ul li{width:calc(50% - 30px);border-bottom:1px solid #FF9463;display:flex;align-items: center;height:52px;}
.list-pro .show_head .show_swiper{display:none;}
.show_swiper .swiper{position: relative;}
.show_swiper .swiper .swiper-slide{text-align: center;}
.show_swiper .swiper-pagination .swiper-pagination-bullet-active{background: var(--bgcolor);}
.list-products .head{padding:5px 30px 40px 20px;background: #fff;box-shadow: 0 2px 8px rgba(55,55,57,.15);border-radius: 7px;}
.list-products .head .img_list{z-index:2;width:630px}
.list-products .head .img_list .datu{width: calc(100% - 100px);background: #fff;}
.list-products .head .img_list .datu .cloud-zoom img{width:95%;}
.list-products .head .img_list .xiaotu{width:90px;display:flex;flex-wrap:wrap;height: 490px;align-items: flex-start;justify-content: center;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:90px;height:90px;margin-bottom:10px;border:1px solid #373739;background: #fff;position: relative;}
.list-products .head .img_list .xiaotu li:hover{border-color:var(--bgcolor);}
.cordless .head .img_list .xiaotu li:hover{border-color:var(--ccolor);}
.list-products .head .img_list .xiaotu li img{width:100%;max-height: 100%;}
.list-products .head .img_list .xiaotu .pro_next,.list-products .head .img_list .xiaotu .pro_prev{cursor: pointer;background:#373739;width:27px;height: 27px;display:flex;justify-content: center;align-items: center;border-radius: 10px;}
.list-products .head .img_list .xiaotu .pro_next:hover,.list-products .head .img_list .xiaotu .pro_prev:hover{background:#fd6736;}
.cordless .head .img_list .xiaotu .pro_next:hover,.cordless .head .img_list .xiaotu .pro_prev:hover{background:var(--ccolor);}
.list-products .head .img_list .xiaotu .pro_next i,.list-products .head .img_list .xiaotu .pro_prev i{font-size:16px;color:#fff;}
.list-products .head .img_list .xiaotu .pro_next i,.list-products .head .img_list .xiaotu .pro_prev i{transform: rotate(-90deg);}
.list-products .head .img_list .xiaotu .pro_next{transform: translateY(50%);z-index: 999;}
.list-products .head .img_list .xiaotu .pro_prev{transform: translateY(-50%);z-index: 999;}
.list-products .head .img_list .xiaotu li video{width: 100%;height: 100%;object-fit: cover;}
.list-products .head .img_list .xiaotu li .vbtn{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: auto;}
.list-products .head .txt_list{width: calc(100% - 630px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 40px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #ebebeb;padding-bottom:20px;display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;}
.list-products .head .txt_list .t .tr{padding-right: 10px;}
.list-products .head .txt_list .t h2{padding-top:30px;font-size:18px;}
.list-products .head .txt_list .t p{font-size: 16px;line-height: 1;margin-top: 10px;color: #989898;}
.list-products .head .txt_list .c .feature{margin-top: 20px;}
.list-products .head .txt_list .c .feature p{font-size: 16px;line-height: 26px;margin-bottom: 10px;color: #989898;}
.list-products .head .txt_list .c .pro_icon{margin-top: 30px;}
.list-products .head .txt_list .c .descr{font-size: 18px;color: #272c33;margin-top: 22px;line-height: 30px;max-width: 470px;}
.list-products .head .txt_list .c .nav{display:flex;margin-top: 20px;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;padding: 15px 0;}
.list-products .head .txt_list .c .nav a{width:45px;height:45px;border-radius:5px;margin-right:10px;display:flex;align-items: center;justify-content: center;color:#fff;background:#000;font-size: 19px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;border-radius: 50%;}
.cordless .head .txt_list .c .nav a:hover{border-color:var(--ccolor);background:var(--ccolor);}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:45px;padding:0 15px;border-radius:6px;display:flex;align-items: center;width: auto;margin-left: 2px;}
.list-products .head .txt_list .c .nav .message_btn img{margin-right:10px;}
.list-products .head .txt_list .c .nav .message_btn span{color:#fff;font-size: 16px;line-height: 1;margin-top: 2px;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;}
.list-products .head .txt_list .b{width: 100%;padding-top: 20px;}
.list-products .head .txt_list .b h1{color:var(--on-color);font-size: 18px;font-family: 'Barlow-Bold';}
.cordless .head .txt_list .b h1{color:var(--ccolor);}
.list-products .head .txt_list .b p{color:#373739;font-size:16px;margin-top: 10px;line-height: 1;border-bottom: 1px solid #ebebeb;padding-bottom: 15px;}
.list-products .head .txt_list .b>span{margin-top: 15px;display: block;font-size: 16px;}
.list-products .head .txt_list .b span{color:#000;font-size:16px;}
.a3{margin-left: 15px;}
.list-products .head .txt_list .b .message_btn{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:40px;border-radius:6px;display:flex;align-items: center;justify-content: center;margin-top: 20px;}
.cordless .head .txt_list .b .message_btn{background:var(--ccolor);}
.list-products .head .txt_list .b .message_btn i{margin-right:10px;color: #fff;font-size: 20px;}
.list-products .head .txt_list .b .message_btn span{color:#fff;font-family: 'Barlow-Medium';}
.list-products .head .txt_list .b .message_btn:hover{border-radius:30px}
.titlex3{margin-top: 60px;}
.titlep{display: flex;}
.titlep h1{font-size: 36px;font-family: 'Barlow-Bold';border-bottom: 2px solid #373739;margin-top: 40px;line-height: 1}
.list-products .body{width: 100% !important;margin-top: 10px;}
/*.list-products .body table tbody{display: flex;flex-wrap: wrap;justify-content: space-between;}*/
.list-products .body table{width: 100% !important;border-collapse: collapse;margin-top: 20px;table-layout: fixed;}
.list-products .body table td{font-size:18px;color:var(--color);height:60px;vertical-align: middle;width: auto !important;position: relative;border: 1px solid #ccc;padding-left:20px;}
/*.list-products .body table td:nth-child(1)::after{content: ":";position:absolute;right: 5px;bottom: 50%;transform: translateY(50%);}*/
.list-products .body table td:nth-child(1){padding-right: 12px !important;white-space: nowrap;width: auto;}
/*.list-products .body table td:nth-child(2){width: 62%;}*/
.list-products .body table tr{height:60px}
.pro-detail .list{margin-top: 50px;}

@media (max-width: 1920px){
.wrap,.wrap-1740{max-width: 1740px;}
}
@media (max-width: 1820px){
.pro-wrap .swiper-button-prev,.pro-wrap .swiper-button-next{width: 30px !important;height: 30px !important; border-radius: 8px;}
.pro-wrap .swiper-button-prev{left: 0 !important;}
.pro-wrap .swiper-button-next{right: 0 !important;}
.pro-wrap .swiper-button-prev i,.pro-wrap .swiper-button-next i{font-size: 25px;}
}
@media (max-width: 1740px){
.wrap{width:98%;}
.honor-swiper{margin-right: 30px;}
.honor-swiper .pic .sb{bottom: -0.52vw;}
.honor-swiper .pic .sr{right: -2.4vw;}
.honor-swiper{padding-bottom: 4.43vw;width: calc(100% - 140px);overflow-y: visible !important;}
.footer .info .dls .dl{margin-right: 5vw;}
.footer .info .dls .dl:nth-child(1){margin-right: 4.5vw;}
.footer .info .dls .dl:nth-child(2){margin-right: 6vw;}
.footer .info .dls .dl:last-child{margin-right: 30px;}
.h_banner .page_box{bottom: 2.34vw;left: 5.73vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 3.13vw;margin-left: 6.77vw;max-width: 22.4vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 3.13vw;margin-left: 6.77vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2 img{width: 8.33vw;}
.bn-list li h2 .number {font-size: 32px;}
.index-about .about_r h1{font-size: 45px;}
.bn-list li:nth-child(1) img{margin-left: 30px;}
.bn-list li:nth-child(3) img{margin-left: 15px;}
.bn-list li:nth-child(4) img{margin-left: 5px;}
.bn-list li img{margin-bottom: 25px !important;}
.index-about .about_r{padding-right: 20px;}
.index-about .about_l .pic1{padding-left: 5.21vw;}
.index-about .about_l .pic1{padding-left: 5.21vw;}
.index-about .about_l .pic2{margin-top: 5.21vw;}
.ab{padding: 5.73vw 0 4.17vw;}
.index-about .about_l .about_pict{top: 7.81vw;right: 2.08vw;}
.index-about .about_l .videoes{width: 15.1vw;top: -3.39vw;height: 8.33vw;border-radius: 1.04vw;}
.index-about .about_l .videoes h2{font-size: 1.88vw;margin-top: .78vw;}
.index-about .about_l .pic1 img,.index-about .about_l .about_pict img{width: 17.71vw;}
.index-about .about_l .pic2 img{width: 19.53vw;}
.index-about .about_l .videolist{width: 2.4vw;}
}
@media (max-width: 1440px){
.wrap{width: 98%;}
.a-back .txts{left: 2.6vw;top: 25%;} 
.a-back .txts h1{font-size: 1.88vw;}
.a-back .name{font-size: 0.94vw;bottom: 15%;}
.list-products .head .txt_list{padding-left: 20px;}
.honor-swiper .pic .sr{right: -3.4vw;}
.footer .info .dls .dl{margin-right: 2.86vw;}
.list-pro .list .item{width: calc((100% - 80px)/3);}
.list-pro .list .item:nth-child(4n){margin-right:40px;}
.list-pro .list .item:nth-child(3n){margin-right:0;}
.list-pro .right .show_head .show_box .tupian_list{width:100%;}
.list-pro .right .show_head .show_box .info_list{width:100%;}
}
@media (max-width: 1350px){
  .list-products .body table td:nth-child(2){width: auto;}
  .list-products .body table tr{justify-content: flex-start;}
  .list-products .head .txt_list{width: 100%;padding-left: 0;margin-top: 55px;}
  .cats .item{margin-right: 30px;}
  .cats{padding-left: 30px;}
  .index-adv .item{width: 22%;}
  .bn-list li h2 .number {font-size: 26px;}
  .pro-top p{max-width: 44.79vw;}
  .links .item span{font-size: 16px;}
  .list-products .head .txt_list .c .nav .message_btn{margin-left: 0;}
  .list-contact .cons .item .con-content{font-size: 22px;line-height: 30px}
  .list-contact .cons .item .con-content{padding-right: 25px;padding-left: 25px;}
  .list-contact .cons .item h1{padding-left: 25px;}
  .footer .info .message{width: 270px;}
  .titles h1,.titlex{font-size: 45px;}
  .header .header-right .item h3 a{font-size: 14px;}
  .header .header-right .item{margin-right: 20px;}
  .top .lang-box h3{font-size: 14px;}
  .top{padding-right: 20px;}
  .top .lang-box .lang a span{font-size: 12px;}
}
@media (max-width: 1200px){
  .top_header .top-left .logo img{width: 130px;}
  .top_header .top-left{width: 185px;}
  .top_header .top_box{width: calc(100% - 185px);}
}
@media screen and (max-width:992px) {
.banner{margin-top: 0;}
.list-contaact .bd .contact-l{width: 100%;}
.list-contaact .bd .txt{width: 100%;padding-left: 0;margin-top: 35px;}
 .list-contaact .bd .hand{margin-top: 35px;}
.list-news .show .t h2{margin-top: 40px;}
.list-news .flex .item{width: 100%;margin-top: 35px;}
.honor-swiper .pic .sb{bottom: -0.52vw;}
.honor-swiper .pic .sr{right: -4.2vw;}
.culture .cul_content,.cul_pic{width: 100%;}
.cul_pic{margin-top: 35px;}
.index-about{padding: 35px 0;}
.sidebar{display: none;}
.list-pro .right{width: 100%;padding-left: 0;}
.index-about .about_l .pic1{padding-left: 100px;}
.index-about .about_l .pic1{padding-left: 100px;}
.index-about .about_l .pic2{margin-top: 100px;}
.ab{padding: 110px 0 80px;}
.index-about .about_l .about_pict{top: 150px;right: 40px;}
.index-about .about_l .videoes{width: 290px;top: -65px;height: 160px;border-radius: 20px;}
.index-about .about_l .videoes h2{font-size: 36px;margin-top: 15px;}
.index-about .about_l .pic1 img,.index-about .about_l .about_pict img{width: 340px;}
.index-about .about_l .pic2 img{width: 375px;}
.index-about .about_l .videolist{width: 46px;}

  .index-about .about_l{width: 96%;margin: 0 auto;}
  .index-about .about_r{width: 96%;padding-right: 0;margin: 0 auto;margin-top: 35px;}
  .home_swi .swiper-button-prev,.home_swi .swiper-button-next{display: none;}
  .home_swi{margin-top: 0}
  /* .list-products .head .txt_list .t h2, .list-products .head .txt_list .t p{font-size: 35px;} */
  .list-pro .show_head .show_swiper{display:block;overflow: hidden;}
  .list-contact .map{margin-top: 40px;}
  .list-contact .cons .item{width: 100%;margin-bottom: 35px;}
  .list-contact{padding: 40px 0;}
  .list-fac .list{justify-content: space-between;}
  .list-fac .item{width: 49%;margin-right: 0;}
  .footer .bottom .flex{justify-content: center;}
  .footer .bottom p,.footer .bottom p a{width: 100%;text-align: center;}
.footer .bottom .mc{margin-top: 15px;}
  .footer .info .dls{justify-content: space-between;flex-wrap: wrap;}
  .footer .info .message{width: 100%;margin-top: 35px;}
  .footer .info .info-l{width: 100%;}
  .footer .info>.flex{flex-wrap: wrap;}
  .footer .info .dls .dl{margin-right: 35px;margin-bottom: 20px;}
  .cons{margin-top: 40px;}
  .index-pro{padding: 35px 0;}

  .about-r{width: 100%;margin-top: 35px;}
  .about-t{width: 100%;}
  .index-about .wrap.flex{flex-wrap: wrap;}
  .list-about{padding: 120px 0;}
  .wrap{width: 96%;}
 .list-products .head .show-banner{display: block;}
.list-contact .bd .left,.list-contact .bd .right,.list-pro .right,.footer .right{width:100%;max-width:100%;}
.main,.factory,.culture{padding:20px 0;}
.top_header,.list-pro .left,.index-hotpro .btn,.cats,.list-pro .right .show_head .show_box .tupian_list,.footer .left,.list-products .head .img_list{display:none;}
.position{padding:15px 10px;}
.list-pro .right .show_head{padding:15px;margin-bottom:20px;padding-bottom: 30px;}
.list-pro .right .show_head .show_swiper{display:block !important;overflow: hidden;}
.list-pro .right .show_head .show_box .info_list .m li a{font-size:14px;margin-right:10px;}
.list-pro .right .title,.index-form .txt h2,.index-partnership .hd h2,.list-about .hd h2,.list-about .body .txt h2,.list-news .alt h2,.list-contact .bd .left h2{font-size:28px;line-height:28px;}
.list-pro .right .title{margin-bottom:20px;}
.list-pro .right .body{line-height:24px;font-size:14px;padding-bottom:20px;}
.list-pro .right .body ul li{width:100%;height:40px;}
.list-pro .list .item{width:48%;margin:0 0 35px 0;}
.list-pro .list .item:nth-child(4n){margin-right: 0;}
.list-pro .list{justify-content: space-between;}
.footer .right h2{margin-top:30px;font-size:24px;line-height:30px}
.footer .right h2 br{display:none}
.bottom .michuan{margin:15px auto 0;}
.fixed{position: static;}
.list-contact .bd .right form textarea{min-height:120px}
.list-contact .bd .right form .itembox .codebox{width:100%;}
.list-contact .bd .right form .itembox .btn{margin:20px auto 0;}
.list-contact .bd .right .txt .item .p p,.index-partnership .bd .item .p p,.index-hotpro .swiper-slide a .left .dasc p,.list-about .lacela .txt p,.list-about .body .txt p,.list-news .show .c p,.list-news .item .p{font-size:14px;line-height:24px;}
.list-news .show{padding:0 10px;}
.list-news .item .t{font-size:18px;line-height:28px;}
.list-news .alt{padding:20px 10px 0;}
.list-news .line{margin:20px 0;}
.list-news .item .m{margin-top:20px;}
.list-news .list{padding:0}
.list-news .list .item{width:100%;border:0;padding:0;border-bottom:1px solid #FF7C40}
.list-news .list .item a{padding:20px 10px;display:block;}
.list-news .item .time{margin-top:20px;}
.list-news .list .item .t{min-height:auto;}
.list-news .showbd{padding-bottom:25px}
.list-news .hd{margin:0;}
.list-news .hd .item{margin-top:0;}
.list-news .hd .item a{padding:20px 10px;}
.list-news .hd .item a .txt{width:100%;}
.list-news .hd .item a .pic{width:100%;margin-top:12px;}
.list-news .item .p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.list-news .paging{padding:20px 0;}
.list-about .body{padding:50px 20px;background:#FF6620}

}
@media screen and (max-width:786px){
.index-adv .flex{flex-wrap: wrap;}
.index-adv .item .more{margin-top: 20px;}
.index-adv .item{width: 48%;margin-bottom: 50px;}
.index-adv,.index-app{padding: 40px 0 0;}
.index-about .about_l .pic1{padding-left: 0.9rem;}
.index-about .about_l .pic2{margin-top: 1.25rem;}
.ab{padding: 1.38rem 0 1rem;}
.index-about .about_l .about_pict{top: 1.88rem;right: 0.8rem;}
.index-about .about_l .videoes{width: 3.63rem;top: -0.81rem;height: 2rem;border-radius: 0.25rem;}
.index-about .about_l .videoes h2{font-size: 0.45rem;margin-top: 0.19rem;}
.index-about .about_l .pic1 img,.index-about .about_l .about_pict img{width: 4.25rem;}
.index-about .about_l .pic2 img{width: 4.69rem;}
.index-about .about_l .videolist{width: 0.57rem;}
  .titlex h1{font-size: 30px;}
  .news .items{padding: 25px 10px;}
  .list-news .items .times{margin-top: 0;}
  .list-news .items .news-boxc .news-c{width: 100%;}
  .list-news .items .more{margin-top: 35px;}
  .list-news .items .title{margin-top: 10px;}
  .list-news .items .pic{margin-top: 35px;text-align: center;width: 100%;}
  .list-fac{padding: 10px 0 0;}
  .titles h1,.titlex{font-size: 35px;}
  .culture .flex{margin-top: 30px;}
}
@media screen and (max-width:600px){
.titlep h1{margin-top: 20px;}
.titlex3{margin-top: 35px;}
.bookbox  iframe{height: 400px;}
.list-products .body table tr{width: 100%;}
.list-contaact .message .form-div{flex-wrap: wrap;}
.list-contaact .form-div .code_box{width: 100%;margin-bottom: 30px;}
.list-contaact .bd .txt{padding-bottom: 40px;}
.list-contaact .bd .txt .con_box{width: 100%;}
.list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
.list-contaact .message{margin-top: 40px;}
.list-contaact{padding-top: 35px;}
.list-contaact .info-f{margin-top: 35px;}
.tit_d{font-size: 30px;}
.list-news .show .c{padding: 40px 0;}
.list-news .show .t h2{margin-top: 0;}
.list-news .flex .item .pic{width: 100%;border-radius: 8px 8px 0 0;}
.list-news .flex .item .news-box{width: 100%;border-radius: 0 0 8px 8px;padding: 20px 15px;}
.philosophy{padding: 0 0 40px 0;}
.philosophy .tit{margin-top: 35px;}
.philosophy .phicontent p{margin-top: 20px;}
.honor .jb{display: none;}
.honor{background: url("/skin/images/honor-back_02.jpg") no-repeat center bottom 120px /100% auto;padding-bottom: 30px;}
.honor-swiper{padding-bottom: 60px;}
.honor-swiper .pic .sb{bottom: -20px;}
.honor-swiper .pic .sr{right: -45px;}
.honor .flex{margin-left: 0;margin-top: 40px;}
.honor-swiper{width: 96%;margin: 0 auto;margin-right: 0 !important;}
.title_p h3{font-size: 32px;}
.com-swiper{overflow: hidden;}
.index-about{padding-top: 10px;}
.paging{padding-bottom: 20px;margin-top: 20px;}
.footer .info .dls{margin-top: 0;}
.footer .info .dls .dl1{display: none;}
/* .index-adv .item{width: 100%;} */
.index-adv .item h2{font-size: 20px;}
.index-adv .item .icon img{max-width: 45px;}
/* .index-adv .item h2,.index-adv .item .icon,.index-adv .item p{text-align: center;} */
.index-app .flex{flex-wrap: wrap;}
.index-app .pic-lr{width: 100%;}
.index-app .pic-c{width: 100%;}
.index-app .pic{margin-bottom: 30px;}
.titlea h1{font-size: 30px;}
 .list-about{padding: 80px 0 40px;}
.index-about .about_r h1{font-size: 35px;}
.pro-top h1{font-size: 32px;}
.pro-top p{max-width: 100%;}
.links .item,.links .item:last-child,.links .item:first-child{width: 50%;margin-bottom: 40px;}
.links .item:nth-child(2){border: none;}
.about-t .about-l .content{margin-top: 30px;}
.links .item i{font-size: 50px;}
.links,.about-t .btns{margin-top: 50px;}
/* .about-r{margin-top: 0;} */
 .home_swi .swiper-pagination .swiper-pagination-bullet{font-size: 19px;margin-right: 0 !important;}
  .list-news .show .t h2{font-size:22px;line-height:28px;}
  .news-detail.main{padding: 35px 0;}
  .list-news .show .m .btn{margin-top: 35px;}
  .pro_list .main{padding: 40px 0;}
  .list-fac .item{width: 100%;margin-bottom: 25px;}
.bn-lista li{width: 50%;margin-bottom: 30px;}
.index-data{padding: 25px 0 15px 0;}
.footer .info .form-div .code_box{width: 100%;margin-bottom: 25px;}
.footer .info .message .form-div>label,.footer .info .message .content{margin-bottom: 25px;}
.footer .info .message .form-div>label{width: 100%;}
.footer .info .message .form-div,.footer .info .message form>.form-div{flex-wrap: wrap;margin-bottom: 0;}
.list-pro .list .item{width: 100%;}
 .bn-list li .des{font-size: 18px;}
 .index-about .titles h1,.profile .titles h1{font-size: 27px;}
 .titles h3{font-size: 16px;line-height: 24px;}
 .location{height: 40px;margin-top: -40px;}
 .location a{font-size: 16px;}
 .bn-list{flex-wrap: wrap;}
  .bn-list li:nth-child(1){width: 47%;margin-bottom: 35px;}
  .bn-list li:nth-child(2){width: 40%;margin-bottom: 35px;}
  .bn-list li:nth-child(2):after{display: none;}
  .bn-list li:nth-child(3){width: 47%;}
  .bn-list li:nth-child(4){width: 40%;}
   .bn-list li h2 .number{font-size: 32px;line-height: 1;}
   .bn-list li img{max-width: 45px;}
   .index-about .about_r .content_r{margin-bottom: 40px;}
   .index-about .about_r .content_r{margin-top: 30px;}
   .footer{padding: 30px 5px;}
   .footer .info{padding-bottom: 40px;}
   .ab .about_r{margin-top: 0;}
   .index-ab .about-r{display:none;}
   .index-ab,.index-ab .about-b{padding-bottom: 0;}
   .com-swiper{overflow: hidden;}
   .com-swiper .pic{margin: 0 15px;}
   .footer .info .dls .dl{max-width: 100%;}
   .list-products .body table td,.list-products .body table td:nth-child(1){padding: 8px !important;}
   .h_banner .home_swi .h_b_box .h_b_txt{display: none;}
   .pro-swiper .sw-box{top: 220px !important;}
    .pro-flex{justify-content: flex-end;}
   .pro-swiper .sw-box{margin: 15px 10px 0;}
   .index-adv .item{width: 100%;}
   .index-adv{padding-left: 15px;}
   .footer .info .message form,.footer .info .message,.info_f,.footer .info .dls,.honor .flex{margin-top: 25px;}
   .dl>p{margin-bottom: 20px;}
   .list-contaact .info-f .ico a{margin-bottom: 10px;}
    .index-pro .btns_box{margin-top: 25px;}
    .list-contaact .info-f .ico a{margin-right: 30px}
 .list-contaact .info-f .ico a::after{right: -15px;}
 .list-contaact .info-f .ico a i{font-size: 25px;}
 .list-contaact .info-f .ico a:nth-last-child(1) i{font-size: 22px;}
 .list-contaact .info-f .ico a:nth-last-child(2) i{font-size: 29px;}
}