@import "font-awesome.css";
@import "iconfont.css";
@import "/skin/iconfont/iconfont.css";
@import "michuan.css";
@import "slick.css";
@import "animate.css";
@import "banner.css";
*{box-sizing:border-box}
.wrap{width:1600px;margin:0 auto;}
.wrap-b{width:96%;margin:0 auto;height: 100%;}
.wrap-1000{width:1000px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:50px 0;}
.f20{font-size:20px}
.f26{font-size:26px}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;transition: 0.6s;}
.top{height:45px;border-bottom: 4px solid #de1c21;transition: 0.6s;background: #fff;}
.top .wrap-b{align-items: center;height: 100%;}
.top .txt{font-size:14px;color:#FFFFFF;font-family: 'Roboto-Regular';}
.top .lang-box .lang h3{font-size: 13px;color: #3f3f3f;margin-right: 13px;}
.top .lang-box .lang a{display: flex;align-items: center;margin-right: 18px;}
.info-f {
  margin-left: 35px;
}
.footer .info-f{margin-left: 0 !important;}
.info-f .ico {
  align-items: center;
}
.info-f .ico a {
  position: relative;
  color: #000;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-f .ico a i{font-size: 28px}
.about-titles h2{font-size: 30px;text-align: center;line-height: 1;margin-top: 35px;font-family: 'verdana';}
.about .bodys{margin-top: 40px;overflow: hidden;}
.about .bodys p{font-size: 16px;line-height: 32px;margin-top: 15px;}
.about{padding-bottom: 40px;}
.info-f .ico a:nth-child(1) i{font-size: 18px;width: 22px;height: 22px;background: #000;color: #fff;border-radius: 50%;text-align: center;padding-top: 5px;}
.footer .info-f .ico a:nth-child(1) i{background: #1877f2;color: #fff;}
.info-f .ico a:nth-child(5){margin-right: 0;}
.footer .info-f .ico a:nth-child(5) i{color: #ff0000;}
.info-f .ico a:nth-child(4) i{font-size: 25px;}
.footer .info-f .ico a:nth-child(4) i{color: #000;}
.info-f .ico a i{font-size: 30px;transition: 0.5s;}
.info-f .ico a:nth-child(2) i{font-size: 28px;}
.footer .info-f .ico a:nth-child(2) i{color: unset !important;}
.info-f .ico a:nth-child(3) i{width: 21px;height: 21px;background: #000;color: #fff;font-size: 18px;display: flex;align-items: center;justify-content: center;}
.footer .info-f .ico a:nth-child(3) i{background: #2867b2;color: #fff;}
.info-f .ico a:nth-child(6) i{margin-left: 25px;}
.footer .info-f .ico a{color: #393939;}
.footer .info-f{margin-top: 35px;margin-left: 15px;}
.header{transition-duration:.6s;height:120px;width:100%;z-index: 9999999;display:flex;align-items: center;transition: 0.6s;}
.header.height{box-shadow:0 15px 30px rgba(0,0,0,0.1);height: 60px;background: #000;}
.top_header.height{background: var(--bgcolor);}
.top_header.height .top{background: var(--bgcolor);height: 45px;}
.header .header-left{align-items: center;}
.header .menu{align-items: center;height:100%;} 
.header .header-left .logo{margin-right:35px;}
.header .header-left .logo img{transition:all 1s ease;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item h3 a{font-size:22px;font-family: 'Montserrat-Light';color: #fff;position: relative;}
.header .header-right .item h3 a::after{content: "";width: 0;height: 2px;background: #fff;position: absolute;bottom: -9px;left: 50%;transition: 0.5s;transform: translateX(-50%);}
.header .header-right .item h3 a:hover::after{width: 100%;}
.header .header-right .item{margin-right:60px;position: relative;height: 100%;}
.header .header-right .item:last-child{margin-right:0;}
.header .header-right .item.on h3 a{color: var(--bgcolor);}
.header .header-right .ico{align-items: center;}
.header .header-right .ico a{margin-left:25px}
.header .item{display:flex;height:80px;align-items: center;}
.header .wrap{height: 100%;}

.header .subs{z-index:999;transform: scaleY(0);transform-origin: top;transition:transform 0.6s ease;transition-duration:.5s;position: fixed;top:150px;left:0;width:100%;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,0.1);padding: 30px 0 40px 0;}
.header.height .subs{top:100px;}
.header .subs .wrap-1400{display:flex;justify-content: space-between;}
.header .subs .items{display: flex;flex-direction: column;align-items: center;}
.header .subs .items span{font-size: 20px;font-family: 'News706';margin-top: 20px;}
.header .header-right .item:hover .subs{transform: scaleY(1);}

.header .header-right .menu .sub {
  z-index: 2;
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  background: #fff;
  background-color: rgba(255,255,255,.9);
  color: #000 !important;
  border-radius: 4px;
}
.header.height .header-right .menu .sub{top:60px;}
.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;
  position: relative;
}
.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;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  padding: 0 18px;
  transition: 0.6s;
  color: #000;
  font-family: 'News706';
}
.header .header-right .menu .sub .p:hover > a {
  color: #fff;
  transform: translate(10px);
}
.header .header-right .menu .sub .p:hover{background: var(--bgcolor);}
.box_skitter .title_b{font-size: 58px;color: #fdfcfc !important;position: absolute;left: 160px;top: 280px;z-index: 99;opacity: 0;transition: 1s ease;font-family: 'Montserrat-ExtraBold';line-height: 1.1;display: none;}
.box_skitter .title_s{font-size: 23px;color: #fff !important;position: absolute;left: 160px;top: 515px;z-index: 99;transition: 1s ease;line-height: 1.3;display: none;}
.box_skitter .btnx{height: 50px;min-width: 150px;border: 2px solid #ffffff !important;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #fff;overflow: hidden;transition: 0.8s;position: absolute;left: 160px;top: 595px;z-index: 999;display: none;}
.box_skitter .btnx:hover{border-color: var(--bgcolor);}
.box_skitter .btnx span{z-index: 3;}

.banner{margin-top: 45px;}
.banner{position: relative;}
.banner img{width:100%;}
.banner .tit{font-size: 114px;color: #fff;font-family: 'Montserrat-ExtraLight';position: absolute;left:160px;bottom: 50px;}
.banner .a-btn{position: absolute;bottom: 50px;left: 50%;transform: translate(-50%);}

.index-about{padding-top: 90px;background: url("/skin/images/about-back_02.webp") no-repeat;}
.index-about .tit-a{font-size: 47px;color: #27272e}
.index-about .txts{margin-top: 70px;}
.index-about .txts h3{font-size: 16px;color: #27272e;margin-bottom: 30px;}
.index-about .txt-r p{color: #282828;font-size: 28px;line-height: 42px;max-width: 960px;}
.btns {
  color: #27272e;
  font-size: 18px;
  width: 215px;
  height: 70px;
  border: 1px solid #27272e;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
.btns i{font-size: 28px;margin-left: 15px;position: relative;z-index: 8;transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);}
.btns span{position: relative;z-index: 8;transition: all 0.8s}
.btns:hover span,.btns:hover i{color: #fff;}
.btns:hover span{transform: translate(45px);}
.btns1{border: 2px solid #fff;width: 250px;height: 50px;color: #fff;position: absolute;left: 65px;bottom: 65px;}
.btns1 i,.btns2 i,.btns2 span{color: #fff;} 
.btns2{width: 205px;height: 50px;border: none;background: #ce171f;color: #fff;border-radius: 4px;margin-top: 20px;}
.btns3{width: 100%;font-size: 16px;border-radius: 0;margin-top: 30px;}

.btns::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--bgcolor);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.btns:hover::after{opacity: 1; width: 260px;
  height: 260px;}
.btns4:hover::after{opacity: 1; width: 350px;
  height: 350px;}
.btns .arrow {position: absolute;left: -25%;}
.btns:hover .arrow {left: 15%;}
.btns4:hover .arrow {left: 25%;}
.btns:hover .arrow1 {transform: translate(100px);}
.btns4:hover .arrow1{transform: translate(120px);}
.btnx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--bgcolor);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.btnx:hover::after{opacity: 1; width: 160px;
  height: 160px;}
.btnx1:hover::after{opacity: 1; width: 140px;height: 140px;}
  .btnx:hover,.btns:hover{border-color: var(--bgcolor) !important}
  .btn-l{position: relative;overflow: hidden;}
  .btn-l1{position: absolute;}
  .btn-l::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
    z-index: 5;
}
@keyframes shiny-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.links{display: flex;padding: 0 10px;margin: 120px 0 10px 0;} 
.links .item{width: 50%;position: relative;} 
.links .item>img{width: 100%;}
.links .item .link_box{height: 115px;position: absolute;bottom: 0;left: 0;align-items: center;width: 100%;padding: 0 25px;text-transform: uppercase;flex-wrap: nowrap;}
.links .item .link_box1{padding: 0 40px 0 30px;}
.links .item .link_box h2{font-size: 26px;color: #fff;font-family: 'Montserrat-Bold';z-index: 2;}
.links .item .link_box .icon_a{z-index: 2;}
.links .item .link_box img{width: auto;}
.links .item .link_box::after{content: "";width: 100%;height: 0;background: rgba(0,0,0,.5);position: absolute;right: 0;bottom: 0;z-index: 0;transition: 0.5s ease;}
.links .item:hover .link_box::after{height: 100%;}
.index-data{margin: 0 10px;background: #c10000;padding: 70px 0 55px 0;} 
.list-about{background: url("/skin/images/about_b_02.png") no-repeat;background-size: cover;}
.list-about .index-data{background: none;}
.bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    cursor: pointer;
    transition: 0.7s;
  }
 .list-about .bn-list li{width: 27%;}
 .list-about .bn-list li:nth-child(1){width: 19%;}
  /* .bn-list li:hover .number{color: #88b14b;} */
 .bn-list li h2 {
    position: relative;
    display: flex;
    align-items: center;
  }
 .bn-list li h2 .number {
    font-size: 65px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-family: 'verdanab';
    transition: 0.5s;
  }
  .list-about .bn-list li h2 .number{color: #2b2a27;}
  .list-about .bn-list li:hover h2 .plus,.list-about .bn-list li:hover h2 .number{color: var(--bgcolor);}
   .bn-list li h2 .plus{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    right: -35px;
    font-family: 'verdana';
    transition: 0.5s;
   }
   .list-about .bn-list li h2 .plus{color: #2b2a27;}
  .bn-list li h2::after{content: "";position: absolute;bottom: -30px;left: 50%;width: 60px;height: 5px;background: #fff;transform: translate(-50%);}
 .list-about .bn-list li h2::after{background: #2b2a27;}
 .bn-list li .des {
    font-size: 15px;
    color: #fff;
    line-height: 1.03;
    margin-top: 65px;
    text-align: center;
    font-family: 'verdana';
  }
.list-about .bn-list li .des{color: #7b7b7b;}
.index-pro{padding:80px 0 50px 0}
.title{font-size: 63px;font-family: 'Montserrat-Bold';text-align: center;text-transform: uppercase;line-height: 1;}
.index-pro .pro_box{margin-top: 55px;}
.index-pro .item{width: 49.6%;position: relative;margin-bottom: 40px;border-radius: 4px;overflow: hidden;display: block;transition: 0.5s;}
.index-pro .item img{width: 100%;overflow: hidden;transition: 0.6s;}
.index-pro .item:hover img{transform: scale(1.1);}
.index-pro .pro_box .item:nth-child(3){width: 100%;margin-bottom: 50px;}
.index-pro .item h2{font-size: 27px;color: #fff;font-family: 'Montserrat-ExtraBold';position: absolute;left: 65px;top: 60px;text-transform: uppercase;}
.index-pro .pro_box .item:nth-child(3) h2{top: 120px;}
.index-pro .item1{width: 100%;margin-bottom: 0;background-size: cover !important;display: flex;justify-content: flex-end;padding: 190px 0 140px;}
.index-pro .item .txt-p{margin-right: 160px;}
.index-pro .item .txt-p h2,.index-pro .item .txt-p .btns1{position: relative;top: unset;left: unset;bottom: unset;}
.index-pro .item .txt-p h2{font-size: 46px;line-height: 1.3;}
.index-pro .item .txt-p p{font-size: 18px;line-height: 30px;max-width: 580px;color: #fff;margin-top: 30px;}
.index-pro .item .txt-p .btns1{margin-top: 40px;}

.index-prod{width: 100%;}
.prod-swiper{overflow: visible;padding-bottom: 75px;width: 100%;}
.prod-swiper .swiper-slide .item .pic img{transition: 0.6s;width: auto;max-width: 75%;max-height: 75%;}
.prod-swiper .swiper-slide .item .pic{overflow: visible;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;opacity: 0.5;transition: 0.6s;}
.prod-swiper .swiper-slide .txts{opacity: 0;transform: translateY(100px);}
.prod-swiper .swiper-slide-active{opacity: 1;}
.prod-swiper .swiper-slide-active .txts{opacity: 1;transform: translateY(0);}
.prod-swiper .swiper-slide .item .txts{text-transform: uppercase;margin: 20px 0 0 -250px;transition: 0.6s;}
.prod-swiper .swiper-slide .item .txts h1{font-size: 43px;font-family: 'Montserrat-Bold';line-height: 1;}
.prod-swiper .swiper-slide .item .txts h2{font-size: 22px;font-family: 'Montserrat-Bold';line-height: 1;color: #000;}
.prod-swiper .swiper-slide .item .txts .btn_p{width: 220px;height: 35px;background: #c10000;font-size: 18px;display: flex;justify-content: center;align-items: center;color: #fff;margin-top: 25px;}
.prod-swiper .swiper-slide .item .txts p{font-size: 18px;margin-top: 15px;color: #000;}
.prod-swiper .swiper-slide .item:hover .pic img{transform: scale(1);}
.prod-swiper .swiper-slide .item .pic{text-align: center;}
.prod-swiper .swiper-slide-active .item:hover .pic img{transform: scale(1.1);}
.prod-swiper .swiper-button-prev {
  background-image: none !important;
  left: -120px;
  width: auto;
  top: 35%;
}
.h_banner .home_swi .swiper-button-prev:hover i,.h_banner .home_swi .swiper-button-next:hover i{color: var(--bgcolor);}
.prod-swiper .swiper-button-next {
  background-image: none !important;
  right: -120px;
  width: auto;
  top: 35%;
}
.exhibition-banner {
    display: block;
  position: relative;
  /* background: url('/skin/images/exh_back_02.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; */
  overflow: hidden;
  /* padding: 215px 30px 145px 0; */
}
.exhibition-banner>img{width: 100%;}
.banner-content {
  padding-left: 170px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .banner-right {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-title {
  color: #fff;
  font-size: 58px;
  font-family: 'Montserrat-Medium';
  margin-right: 40px;
}

.banner-center {
  width: 255px;
  height: 255px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.exhibition-banner:hover .banner-center{transform: scale(1.1);box-shadow: 0 10px 20px rgba(218,33,39,.5);}
.banner-right {
  text-align: center;
  margin-left: 50px;
}

.banner-fair {
  color: #fff;
  font-size: 58px;
  font-family: 'Montserrat-Bold';
  margin-bottom: 8px;
}

.banner-date, .banner-booth{
  color: #fff;
  font-size: 27px;
 font-family: 'Montserrat-Regular';
}
.list-customer{padding: 70px 0;}
.list-customer .des{color: #707070;text-align: center;font-size: 16px;margin-top: 15px;}
.list-customer .list{margin-top: 50px;}
.list-customer .item{width: calc((100% - 120px)/4);margin-right: 40px;position: relative;margin-bottom: 45px;}
.list-customer .item:nth-child(4n){margin-right: 0;}
.list-customer .item .pic{border-radius: 14px;overflow: hidden;}
.list-customer .item .txts{position: absolute;left: 0;bottom: 30px;padding: 0 30px 0 40px;}
.list-customer .item .txts .tit{font-size: 27px;font-family: 'Montserrat-Medium';color: #fff;margin-bottom: 15px;transition: 0.5s;}
.list-customer .item:hover .txts .tit{color: var(--bgcolor);}
.list-customer .item .txts p{font-size: 12px;color: #fff;line-height: 22px;}
.cus-flex{display: flex;flex-direction: column;align-items: center;}
.cates{border-bottom: 2px solid #eaeaea;padding-bottom: 35px;}
.cates.flex{flex-wrap: nowrap;}
.cates .item{display: flex;flex-direction: column;align-items: center;}
.cates .item h3{font-size: 25px;margin-top: 15px;text-align: center;}
.cates .item.on h3{color: var(--bgcolor);}
.advantage{background: url("/skin/images/adv_02.jpg") no-repeat;padding: 130px 0 140px;background-size: cover;}
.advantage .texts{margin-left: 220px;}
.advantage .title-ad{color: #fff;font-size: 60px;font-family: 'Montserrat-Black';}
.advantage .adv_content{font-size: 28px;color: #fff;line-height: 56px;font-family: 'Montserrat-ExtraLight';margin-top: 40px;padding-left: 40px;}
.advantage .adv_content p{position: relative;cursor: pointer;}
.advantage .adv_content p::before{content: "";position: absolute;top: 50%;left: -40px;width: 17px;height: 17px;background: #fff;border-radius: 50%;transform: translateY(-50%);transition: 0.5s;}
.advantage .adv_content p:hover::before{background: var(--bgcolor);}
.workshop{overflow: hidden;padding: 65px 0 10px 0;}
.workshop .work_box{display: flex;margin-top: 55px;flex-wrap: wrap;}
.workshop .work_box .item{width: calc((100% - 120px) / 3);margin-right: 60px;cursor: pointer;margin-bottom: 60px;border-bottom: 1px solid #d7d7d7;padding-bottom: 30px;}
.workshop .work_box .item:nth-child(3n){margin-right: 0;}
.workshop .item .pic{width: 100%;overflow: hidden;border-radius: 13px;}
.workshop .item .pic img{width: 100%;transition: 0.6s ease;}
.workshop .item:hover .pic img{transform: scale(1.08);}
.workshop .item .tit{font-size: 24px;transition: 0.6s;line-height: 1;flex: 1;}
.workshop .item:hover .tit{color: var(--on-color);} 
.workshop .item .txt{display: flex;justify-content: space-between;align-items: center;margin-top: 30px;}
.workshop .item .txt a{font-size: 15px;font-family: 'Montserrat-ExtraLight';line-height: 1;}
.honor{overflow: hidden;padding: 120px 0 45px 0;background: url("/skin/images/honor_back_02.jpg") no-repeat;background-size: cover;}
 .honor .honor_box{display: flex;margin-top: 85px;flex-wrap: wrap;}
 .honor .honor_box .item{width: calc((100% - 150px) / 4);margin-right: 50px;cursor: pointer;margin-bottom: 15px;}
 .honor .honor_box .item:nth-child(4n){margin-right: 0;}
 .honor .item .pic,.honor .item .pic_b{width: 100%;text-align: center;}
 .honor .item .pic img{width: 76%;transition: 0.6s ease;margin-top: -10px;}
 .honor .item .pic_b .honor .item .pic_b img{width: 100%;}
 .honor .item:hover .pic img{transform: scale(1.05) translateY(-25px);}
 .sell{padding: 100px 0 70px 0;}
 .sell p{color: #909090;font-size: 20px;line-height: 32px;max-width: 1230px;text-align: center;margin: 30px auto 60px auto;}

  .list-news{padding-bottom: 100px;}
  .list-news .news-list{width: 100%;}
  .list-news .news-list .news-item{display: flex;border-bottom: 1px solid #c3c3c4;padding: 40px 0;}
  .list-news .news-list .news-item:hover .news-l img{transform: scale(1.1);}
  .list-news .news-list .news-item .news-l img{transition: 0.5s;}
  .list-news .news-list .news-item .news-l{overflow: hidden;width: 38.75%;}
  .news-rl{padding-right: 15px;}
  .list-news .news-list .news-item .news-r {display: flex;justify-content: space-between;flex: 1;align-items: center;}
  .list-news .news-list .news-item .news-r .time{color: #141414;font-size: 30px;font-family: 'Montserrat-Bold';display: flex;align-items: center;min-width: 170px;}
  .list-news .news-list .news-item .news-r .titlex{font-size: 26px;font-family: 'Montserrat-ExtraBold';color: #141414;line-height: 1;margin-bottom: 30px;transition: 0.5s;}
   .list-news .news-list .news-item:hover .news-r .titlex{color: var(--bgcolor);}
  .list-news .news-list .news-item .news-r p{font-size: 22px;color: #141414;line-height: 36px;}
  .list-news .news-list .news-item .news-r a{width: calc(100% - 250px);margin-left: 60px;}

.contact-l{position: absolute;top: 265px;left: 160px;}
.contact-l .title-c{font-size: 55px;font-family: 'Montserrat-ExtraBold';color: #fff;line-height: 1;margin-bottom: 70px;}
.contact-l .con,.contact-l .con a{font-size: 25px;font-family: 'Montserrat-Bold';color: #fff;line-height: 44px;cursor: pointer;margin-right: 15px;}
.contact-l .con:hover a{color: var(--bgcolor);}
.contact-l .con1{margin-top: 50px;}
.list-contaact .address{font-size: 30px;font-family: 'Montserrat-Bold';color: #000201;text-align: center;margin-bottom: 40px;}
.list-contaact .maps,.list-contaact .maps img{width: 100%;transition: 0.5s;}
.list-contaact{padding: 55px 0 75px 0;}
.list-contaact .maps img:hover{box-shadow: 0 10px 20px rgba(0,0,0,.07);transform: translateY(20px);}

.footer{background:url("/skin/images/footer_b_02.jpg") no-repeat;background-size: cover;padding-top: 150px;}
.footer .footer_l{margin-right: 30px;}
.footer .footer_l .codes{margin-top: 100px;}
.footer .footer_l .codes p{color: #3e3e3e;font-size: 15px;margin-top: 10px;display: flex;align-items: center;}
.footer .footer_l .codes:hover p i{transform: translate(10px);}
.footer .footer_l .codes p i{font-size: 25px;margin-left: 15px;transition: 0.5s;}
.footer .flex{flex-wrap: nowrap;}
.footer .dls{display: flex;flex-wrap: nowrap;}
.footer .dls .dl{margin-right: 90px;}
.footer .dls .dl1{max-width: 345px;}
.dl .dl-title,.dl>dt a {
font-size: 26px;
color: #7f7f7f;
line-height: 56px;
margin-bottom: 20px;
}
.dl>dd a{
  line-height: 56px;
  font-size: 30px;
  color: #7f7f7f;
  text-transform: capitalize !important;
}
.footer .dls .dl:last-child{margin-right: 0;}
.dl .tel{margin-top: 35px;}
.dl .tel a{margin-right: 10px;}
.dl>.p{margin-top: 20px;}
.dl>p,.dl>p a{color: #7f7f7f;font-size: 16px;line-height: 26px;}
.dl>p:hover a{color: var(--bgcolor);}
.footer .dls .dl dd span{position: relative;}
.footer .dls .dl dd span:hover::after{width: 100%;}
.footer .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: var(--bgcolor);
  left: 0;
  bottom: 4px;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}
.footer .dls .dl dd span:hover{color: var(--on-color);}

.footer .bottom{padding:45px 0;width: 100%;margin-top: 110px;}
.footer .bottom .flex{flex-wrap: wrap;}
.footer .bottom br{display: none;}
.footer .bottom .mc{margin-left: 50px;}
.footer .bottom p,.footer .bottom p a{font-size:12px;}

.location{display:flex;align-items: center;border-bottom:1px solid #CED2D9;height:55px;;}
.location a{text-transform:capitalize}
.location i{margin:0 10px;}
.location a:last-child{color:#338BCF}

.sidebar{width:280px}
.sidebar .sticky{position:sticky;top:150px;}
.sidebar .t{margin-bottom:10px;height:109px;background:url(../images/news_bg.png);border-radius:10px 10px 0 0;padding:23px 0 0 30px}
.sidebar .t h2{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;color:#fff;}
.sidebar .t .line{width:46px;height:3px;background:#fff;}
.sidebar .bd .item h3 a{height:50px;border-bottom:1px solid #CED2D9;align-items:center;font-size:18px;display:flex;position:relative;}
.sidebar .bd .item h3 a i{position:absolute;font-size:13px;right:5px;top:50%;margin-top:-5px;}
.sidebar .bd .item.on h3 a,.sidebar .bd .item h3 a:hover{color:#338BCF}
.sidebar .bd .item .sub{padding:20px 0;}
.sidebar .bd .item .sub a{margin-bottom:20px;display:flex;align-items:center;}
.sidebar .bd .item .sub a i{font-size:13px;width:25px;margin-left:10px;}
.sidebar .bd .item .sub a span{width: calc(100% - 35px);}
.sidebar .bd .item .sub a:last-child{margin-bottom:0;}
.sidebar .bd .item .sub a.on,.sidebar .bd .item .sub a:hover{color:#338BCF}
.content{width:100%}

.list-job .t{margin-bottom:40px;text-transform:uppercase;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-job .list .item{margin-bottom:50px;}
.list-job .list .item .info{width: calc(100% - 130px);}
.list-job .list .item .info h3{transition-duration:.5s;font-size:18px;padding:15px 0 30px}
.list-job .list .item .info .desc{margin-bottom:25px;display:flex;}
.list-job .list .item .info .desc p{display:flex;align-items: center;color:#0B2042;margin-right:60px;}
.list-job .list .item .info .desc p:last-child{margin-right:0;}
.list-job .list .item .info .desc p i{margin-right:4px;color:#338BCF}
.list-job .list .item .info .desc p span{font-size:14px;margin-right:30px;}
.list-job .list .item .info .desc p span:last-child{margin-right:0;}
.list-job .list .item .btn{cursor: pointer;width:115px;height:40px;display:flex;justify-content: center;align-items: center;border-radius:5px;color:#fff;background:#338BCF;;}
.list-job .list .item .btn i{color:#fff;margin-right:5px;}
.list-job .list .item .btn span{font-size:14px;}
.list-job .list .item .more{padding-top:15px;border-top:1px solid #DBDEE3;width:100%;}
.list-job .list .item .more span{transition-duration:.5s;font-size:14px;color:#338BCF;border-bottom:1px solid #338BCF}
.list-job .list .item:hover a .info h3{color:#338BCF;}
.list-job .list .item:hover a .more span{margin-left:10px}
.list-job .content{margin-top:-30px;color:#0B2042;font-size:14px;line-height:30px}
.list-job .content h3{font-size:18px;color:#0B2042;margin-bottom:15px;}

.job-pop{flex-direction: column;position: fixed;display:none;;justify-content: center;align-items: center;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);z-index:999999}
.job-pop .hd{height:80px;width:900px;padding:0 35px;background:#338BCF;align-items: center;;}
.job-pop .hd .name{color:#FFFFFF;font-size:18px}
.job-pop .hd .del{cursor: pointer;}
.job-pop .bd{width:900px;padding:35px;background:#fff;}
.job-pop .bd input,.job-pop .bd textarea{width:100%;display:block;padding:0 20px;border-radius:4px;margin-bottom:20px;border:1px solid #000000;font-size:14px;color:#000000;}
.job-pop .bd input:hover,.job-pop .bd textarea:hover{border-color:#338BCF}
.job-pop .bd input{height:50px;display:flex;align-items: center;;}
.job-pop .bd textarea{min-height:180px;padding:10px 20px;line-height:30px}
.job-pop .bd .btn{transition-duration:.6s;width:160px;height:50px;border-radius:4px;background:#338BCF;display:flex;justify-content: center;align-items: center;margin:0 auto;cursor: pointer;color:#fff;;}
.job-pop .bd .btn i{margin-left:8px}
.job-pop .bd .btn:hover{border-radius:30px;}

.list-news .show .t h2{font-size:24px;color:var(--bgcolor);line-height:30px;}
.list-news .show .t .time{padding:20px 0 17px;color:#000;font-size:16px;}
.list-news .show .c{margin-bottom:30px;padding:30px 0;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;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{border-radius:6px;width:100px;height:40px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:18px;justify-content: center;transition: 0.6s;}
.list-news .show .m .btn img{margin-right:5px}
.list-news .show .m .btn:hover{border-radius:40px;}

.list-products .sidebar .t{padding-top:33px}
.list-products .sidebar .t h2{text-transform:uppercase;font-size:30px;}
.list-products .list .item{transition-duration:.6s;width: 50%;padding:15px;border-bottom: 1px solid #eaeaea;padding: 90px 50px 50px 50px;}
.list-products .list .item:nth-child(2n){border-left: 1px solid #eaeaea;}
.list-products .list .item .pic{overflow: visible;text-align: center;display: block;}
.list-products .list .item .pic img{transition: 0.6s;width: 80%;z-index: -1;}
.list-products .list .item:hover .pic img{transform: scale(1.08);}
.list-products .list .item .txt{display: flex;justify-content: space-between;}
.list-products .list .item .txt .pro_btn{min-width: 135px;height: 35px;border-radius: 35px;background: #020202;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 14px;transition: 0.6s;text-transform: capitalize;position: relative;overflow: hidden;cursor: pointer;}
.list-products .list .item .txt .pro_btn span{z-index: 9;}
.list-products .list .item .txts{text-transform: uppercase;transition: 0.6s;}
.list-products .list .item .txts h1{font-size: 24px;font-family: 'Montserrat-Bold';line-height: 1;margin-right: 15px;}
.list-products .list .item .txts h2{font-size: 22px;font-family: 'Montserrat-Bold';line-height: 1;color: #000;margin-top: 5px;}
.list-products .list .item .txts .btn_p{height: 35px;font-size: 16px;text-transform: capitalize;display: flex;align-items: center;justify-content: flex-start;position: relative;z-index: 5;}
.list-products .list .item .txts .btn_p i{margin: 3px 0 0 10px;transition: 0.6s;}
.list-products .list .item:hover .txts .btn_p i{transform: translate(10px);color: var(--bgcolor);}
.list-products .list .item:hover .txts .btn_p{color: var(--bgcolor);}
.list-products .list .item .txts p{font-size: 18px;margin-top: 15px;color: #000;margin-bottom: 5px;}
/* .list-products .list .item:hover{box-shadow:0 10px 20px rgba(51,139,207,.3);} */
.list-products .content .title{margin-bottom:15px;padding-bottom:12px;font-size:30px;font-family: 'Barlow-ExtraBold';font-style: italic;border-bottom:1px solid #0B2042;}
.list-products .content .title2{margin-bottom:40px}
.list-products .body{font-size:16px;line-height:24px;color:#0B2042;padding-bottom:30px;}
.list-products .body ul{display:flex;flex-wrap:wrap;justify-content: space-between;}
.list-products .body ul li{width:calc(50% - 30px);height:50px;border-bottom:1px solid #CED2D9;display:flex;align-items: center;}
.list-products .head{margin-bottom:40px}
.list-products .head .img_list{z-index:2;width:920px}
.list-products .head .img_list .datu{width: calc(100% - 190px);border:1px solid #dfdfdf;border-radius: 7px;box-shadow: 0 14px 32px rgba(0,0,0,.07);position: relative !important;}
.list-products .head .img_list .datu img{width:100%;z-index:-10 !important;}
.list-products .head .txt_list .backs{position: absolute;left:-110px !important;top: 0 !important;width: 43px;height: 43px;background-color: #000 !important;display: flex;justify-content: center;align-items: center;z-index: 9999;}
.list-products .head .datu .backs img{width: auto;}
.list-products .head .img_list .xiaotu{width:170px;display:flex;flex-wrap:wrap;align-content: space-between;position: relative;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:170px;height:170px;margin-bottom:10px;border:1px solid #dfdfdf;border-radius: 7px;overflow: hidden;}
.list-products .head .img_list .xiaotu li:hover{border-color:var(--bgcolor)}
.list-products .head .img_list .xiaotu li img{width:100%;}
.list-products .head .img_list .xiaotu .pro_next,.list-products .head .img_list .xiaotu .pro_prev{color:#767676;text-align:center;cursor: pointer;display:block;width:100%;}
.list-products .head .img_list .xiaotu .pro_next i,.list-products .head .img_list .xiaotu .pro_prev i{font-size:25px;}
.list-products .head .img_list .xiaotu .pro_next{position: absolute;top: -35px;left: 50%;transform: translate(-50%);}
.list-products .head .img_list .xiaotu .pro_prev{position: absolute;bottom: -18px;left: 50%;transform: translate(-50%);}
.list-products .head .txt_list{width: calc(100% - 1040px);display:flex;align-content: space-between;flex-wrap:wrap;z-index: -1;position: relative;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t h2{padding-top:30px;font-size:24px;font-family: 'Montserrat-Bold';}
.list-products .head .txt_list .t p{font-size:22px;font-family: 'Montserrat-Bold';margin-top: 10px;}
.list-products .head .txt_list .c .desc{font-size: 20px;line-height: 40px;margin-top: 40px;}
.list-products .head .txt_list .c .desc .p{margin-top: 40px;}
.list-products .head .txt_list .c .nav{display:flex;margin-top: 70px;}
.list-products .head .txt_list .c .nav a{width:65px;height:65px;border-radius:6px;margin-right:15px;display:flex;align-items: center;justify-content: center;color:#7a7a7a;border: 2px solid #676767;}
.list-products .head .txt_list .c .nav a i{font-size: 22px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;border-radius: 50%;}
.list-products .head .txt_list .c .nav .message_btn{transition-duration:.5s;cursor: pointer;background:#020202;height:65px;padding:0 10px;border-radius:6px;display:flex;align-items: center;width: 275px;justify-content: center;font-size: 18px;font-family: 'Montserrat-Black';margin-left: 10px;}
.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;}
.list-products .head .txt_list .c .nav .message_btn:hover{border-radius:30px;background: var(--bgcolor);}
.list-products .head .txt_list .txt_list_m{width:100%;padding-top:8px;border-top:1px solid #CCCCCC;}
.list-products .head .txt_list .txt_list_m .ico{display:flex;}
.list-products .head .txt_list .txt_list_m .ico a{border-left:1px solid #B5BCC6;margin-left:7px;padding-left:7px}
.list-products .head .txt_list .txt_list_m .ico a:first-child{border:0;margin:0;padding:0;}
.list-products .body .menus{margin-top: 70px;}
.list-products .body .menus .flex{justify-content: center;}
.list-products .body .menus .item{font-size: 20px;position: relative;padding: 0 40px;height: 70px;border-radius: 70px;line-height: 70px;margin-right: 45px;}
.list-products .body .menus .item:hover{background: #000;color: #fff;}
.pro-detail{background: #fbfbfc;padding-top: 80px;}
.list-products .body .menus .item:last-child{margin-right: 0;}
.list-products .body table {  
    width: 100%;  
    border-collapse: separate;
    border: 1px solid #ebebeb;
    margin-top: 35px;
    background: #f9fafb;  
    border-radius: 22px !important; 
    color: #000;
    table-layout: fixed;
}   
.list-products .body table tbody{border-radius: 22px !important;}
.list-products .body table tbody tr td{border-bottom: 1px solid #ebebeb;}
.list-products .body table tbody tr:last-child td{border: none;}
.list-products .body table tbody td{width: auto;font-size:20px;vertical-align: middle;height: 60px;padding-left: 30px;font-family: 'Montserrat-Light';}
.list-products .body table tbody tr td:nth-child(1){padding-left: 30px;font-family: 'Montserrat-Bold';} 
.workshop1{padding: 15px 0 0 0;}
.faq{margin-top: 40px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 80px;}
.faq .faq_t{display: flex;justify-content: space-between;align-items: center;}
.faq .faq_t .qu{font-size: 22px;font-family: 'Montserrat-ExtraBold';width: calc(100% - 40px);color: #000;}
.faq .faq_t p span{margin-left: 30px;}
.faq .faq_t i{font-size: 16px;width: 30px;height: 30px;background: #fff;color: #000;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: bold;cursor: pointer;border: 2px solid #000;transition: 0.6s;}
.faq .faq_box:nth-child(2){margin-top: 35px;}
.faq .faq_box{border-top: 2px solid #e5e5e6;padding: 40px 0;}
.faq .faq_box:last-child{border-bottom: 2px solid #e5e5e6;}
.faq .faq_box .an{font-family: 'Montserrat-Light';font-size: 20px;line-height: 30px;margin-top: 25px;display:none;height: 70px;padding-right: 70px;}
.trans{transform: rotate(180deg);}
.color{color: #ea981e !important;}

.titlea{font-size: 57px;font-family: 'Montserrat-Black';text-align: center;text-transform: uppercase;}
.workshop1 .titlea,.faq .titlea{font-size: 45px;font-family: 'Montserrat-Light';}
.faq .titlea{text-transform: capitalize;}
.titlep{font-size: 38px;font-family: 'News706';text-align: center;}
.list-about{padding: 70px 0 80px 0;}
.list-about .content_o{margin-top: 50px;}
.list-about .content_o p{font-size: 22px;color: #141414;font-family: 'verdana';line-height: 38px;}
.list-contaact .bd .t{width:405px;}
.list-contaact .bd .t h2{font-family:"Arial";color:#fff;font-weight:bold;font-size:100px;width:77px;height:77px;background:#338BCF;border-radius:77px;text-align:center;}
.list-contaact .bd .t h3{padding:35px 0 5px 0;font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-contaact .bd .t p{font-size:16px;line-height:24px;}
.list-contaact .bd .t .pic{margin-top:70px}
.list-contaact .bd .txt{width:calc(100% - 520px);}
.list-contaact .bd .txt .item{height:60px;display:flex;border-bottom:1px solid #CED2D9;align-items: center;}
.list-contaact .bd .txt .item .i{width:40px;display:flex;justify-content: center;align-items: center;font-size:20px;}
.list-contaact .bd .txt .wx{padding:40px 0 0 10px;}
.list-contaact .what h2{text-align:center;font-size:40px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-contaact .what h3{font-size:18px;padding:60px 0 30px;}
.list-contaact .what .info .list{width:calc(100% - 450px)}
.list-contaact .what .info .list .item{display:flex;margin-bottom:50px;}
.list-contaact .what .info .list .item .i{width:60px;height:60px;display:flex;}
.list-contaact .what .info .list .item .i span{margin-top:13px;font-family:"Arial";width:60px;display:flex;align-items: center;color:#338BCF;height:60px;font-weight:bold;font-size:100px;}
.list-contaact .what .info .list .item .c{width:calc(100% - 60px);color:#0B2042;}
.list-contaact .what .info .list .item .c h4{font-size:30px;font-family: 'Barlow-ExtraBold';font-style: italic;}
.list-contaact .what .info .list .item .c p{margin-top:10px}
.list-contaact .what .info .list .more{border-top:1px solid #0B2042;padding-top:15px;}
.list-contaact .what .info .list .more img{height:22px}
.list-contaact .what .info .txt{width:350px}
.list-contaact .what .info .txt .star{display:flex;padding:38px 0 21px;}
.list-contaact .what .info .txt .star span{width:60px;height:60px;background:#338BCF;display:flex;align-items: center;justify-content: center;margin-right:10px;}
.list-contaact .what .info .txt .star span:last-child{margin:0;}
.list-contaact .what .info .txt .star span i{color:#fff;font-size:38px}
.list-contaact .what .info .txt p{font-size:18px;}
.list-contaact .what .info .txt .more{width:255px;height:60px;border:2px solid #338BCF;display:flex;justify-content: center;align-items: center;margin:80px auto 0;}
.list-contaact .what .info .txt .more span{color:#0B2042;font-size:18px;margin-right:10px;}
.list-contaact .what .info .txt .more img{height:18px}
.list-contaact .what .info .txt .more:hover{border-radius:40px;}

.index-banner{position:relative;overflow:hidden;margin-top:120px;}
.index-banner .slick-dots{bottom:50px}
.index-banner .slick-dots li{background:#fff;width:16px;border:0;transition-duration:.6s;position:relative;border-radius:16px;margin:0 16px 0 0;height:16px;opacity:1;}
.index-banner .slick-dots li button{display:none;}
.index-banner .slick-dots li.slick-active{width:35px}
.index-banner .btn{transition-duration:.5s;width:40px;height:40px;cursor: pointer;position:absolute;top:50%;margin-top:-20px;cursor:pointer;}
.index-banner .btn i{transition-duration:.5s;color:#fff;font-size:40px;opacity:.5}
.index-banner .btn:hover i{opacity:1;}
.index-banner .prev{left:50px;}
.index-banner .next{right:50px;}

.index-products{background:#FAFAFA;}
.index-products .list .item{background:#fff;padding:30px 20px 35px;margin:20px !important}
.index-products .list .item .txt{padding-top:23px}
.index-products .list .item .txt .auth{margin-top:30px}
.index-products .list .item .txt .auth img{width:auto;}
.index-products .index-title{margin-bottom:33px}
.index-products .index-title .t{display:flex;align-items: center;}
.index-products .index-title .t h2{font-size:40px;font-family: 'Barlow-ExtraBold';font-style: italic;margin-right:35px;}
.index-products .index-title .t a{height:35px;padding:0 25px;background:#338BCF;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-products .index-title .t a:hover{background:#0B2042;color:#fff;}
.index-products .index-title .more{display:flex;align-items: center;;}
.index-products .index-title .more i{transition-duration:.5s;font-size:37px;z-index:9999;color:#0B2042;cursor: pointer;}
.index-products .index-title .more i:hover{color:#338BCF}

.index-advantage{background:#ECEFF2;color:#0B2042}
.index-advantage .t h2{color:#338BCF;}
.index-advantage .t p{color:#0B2042}
.index-advantage .bd .item{padding:0 40px}
.index-advantage .bd .item i,.index-advantage .bd .item h3{transition-duration:.5s;}
.index-advantage .bd .item:hover i,.index-advantage .bd .item:hover h3{color:#338BCF}

.index-message{background:#ECEFF2;}
.index-message h2{margin-bottom:25px;height:35px;display:inline-block;padding:0 25px;background:#0B2042;color:#fff;text-align:center;line-height:35px;border-radius:30px;}
.index-message .info .hd{width:450px;padding-right:30px;}
.index-message .info .hd h3{color:#338BCF;font-size:40px;text-transform:uppercase;font-family: 'Barlow-ExtraBold';font-style: italic;}
.index-message .info .hd p{margin-top:10px;color:#0B2042;font-size:16px;line-height:24px;}
.index-message .info .form{width:calc(100% - 450px)}
.index-message .info .form .item{width:30%}
.index-message .info .form .item input{width:100%;height:45px;display:flex;color:#0B2042;background:#FFFFFF;padding:0 10px;border-radius:4px;margin-bottom:10px;}
.index-message .info .form .item input:last-child{margin:0;}
.index-message .info .form .item:nth-child(2){width:40%;padding:0 10px;}
.index-message .info .form .item textarea{width:100%;height:100px;border-radius:4px;padding:10px;}
.index-message .info .form .item .code_box{position: relative;}
.index-message .info .form .item .code_box img{height:45px;position: absolute;right:0;top:0;cursor: pointer;;}
.index-message .info .form .item .btn{height:45px;color:#fff;cursor: pointer;border-radius:4px;width:100%;background:#2D8BCF;display:flex;justify-content: center;align-items: center;;}
.index-message .info .form .item .btn i{margin-right:10px;}

@media (max-width: 1920px){
  .wrap-b{width:1600px;}
}
@media (max-width: 1850px){
.contact-l{top: 13.8vw;left: 8.33vw;}
.contact-l .title-c{margin-bottom: 3.65vw;font-size: 2.86vw;}
.contact-l .con1{margin-top: 2.6vw;}
.contact-l .con,.contact-l .con a{font-size: 1.3vw;line-height: 2.29vw;}
.banner-center img{width: 90%;} 
.banner-content {padding-left: 8.85vw;}
.banner-right{margin-left: 2.6vw;}
.banner-title {font-size: 3.02vw; margin-right: 2.08vw;}
.banner-center{ width: 13.28vw;height: 13.28vw;}
.banner-fair{ font-size: 3.02vw;}
.banner-date, .banner-booth{font-size: 1.41vw;}
.box_skitter .title_b{font-size: 3.02vw;left: 8.33vw;top: 14.58vw;}
.box_skitter .title_s{font-size: 1.2vw;left: 8.33vw;top: 26.82vw;}
.box_skitter .btnx{height: 50px;min-width: 150px;left: 8.33vw;top: 30.99vw;}
.index-pro .item .txt-p{margin-right: 5vw;}
.index-pro .item .txt-p h2{font-size: 2.4vw;}
}
@media (max-width: 1600px){
  .banner .tit{font-size: 5.94vw;left:8.33vw;bottom: 2.6vw;}
.wrap-b{width:98%;}
.wrap{width:98%}
.list-products .head .txt_list .c .nav .message_btn{width: 200px;}
}
@media (max-width: 1440px){
  .list-products .head .txt_list .backs{left:-80px !important;}
.list-products .head .img_list{width: 615px;}
.list-products .head .txt_list{width: calc(100% - 700px);}
.list-products .head .img_list .datu{width: calc(100% - 115px);}
.list-products .head .img_list .xiaotu{width:80px;}
.list-products .head .img_list .xiaotu li{width:80px;height:80px;}
#zoomcont {width:80px;height:440px;}
.workshop .item .tit{font-size: 18px;}
.list-customer .item .txts .tit{font-size: 22px;}
.list-customer .item .txts{bottom: 20px;padding: 0 10px 0 10px;}
.bn-list li h2 .number{font-size: 45px;}
.index-pro .item h2,.index-pro .pro_box .item:nth-child(3) h2{left: 30px;top: 30px;font-size: 22px;}
  .btns1{width: 180px;height: 50px;font-size: 16px;left: 30px;bottom: 30px;}
}
@media (max-width: 1280px){
  .list-products .list .item{padding: 40px 20px 30px 20px;}
  .cats .item{margin-right: 30px;}
  .list-news .news-list .news-item .news-r a{margin-left: 0;}
  .advantage .texts{margin-left: 60px;}
  .prod-swiper .swiper-slide .item .txts{margin: 50px 0 0 0;}
  .prod-swiper .swiper-button-prev{ left: 0;}
  .prod-swiper .swiper-button-next{right: 0;}
  .title{font-size: 50px;}
  .links .item .link_box h2{font-size: 22px;}
  .index-about .tit-a{font-size: 35px;}
  .index-about .txt-r p{font-size: 20px;line-height: 30px;}
  .header .header-right .item h3 a{font-size: 17px;}
  .header .header-right .item{margin-right: 30px;}
  .header .header-right .item{margin-right: 2.86vw;}
}
@media screen and (max-width:1100px){
  .list-products .head .txt_list {width: 80%;margin-top: 35px;}
}
@media screen and (max-width:1000px){
  .wrap-1000{width: 98%;}
}
@media screen and (max-width:992px) {
/* .btns4 .arrow {position: absolute;left: -25%;} */

.list-products .body .menus .item{font-size: 16px;padding: 0 20px;margin-right: 10px;}
.list-products .body table tbody td,.list-products .body table tbody tr td:nth-child(2){padding-left: 30px;}
.list-products .list .item:nth-child(2n){border-left: none;}
.list-products .list{flex-wrap: wrap;}
.list-products .list .item{width: 100%;}
.contact-l{top: 8vw;}
.contact-l .title-c{font-size: 4.8vw;}
.contact-l .con,.contact-l .con a{font-size: 3.2vw;line-height: 3.8vw;}
.list-news .news-list .news-item{flex-wrap: wrap;}
.list-news .news-list .news-item .news-l{width: 100%;margin-top: 35px;text-align: center;}
.workshop .work_box .item{width: 48%;margin-right: 0;}
.workshop .work_box{justify-content: space-between;}
.advantage .title-ad{font-size: 40px;}
.advantage .adv_content p{font-size: 22px;line-height: 40px;}
.titlea{font-size: 35px;}
.banner{margin-top: 0;}
.list-customer .list{justify-content: space-between;}
.list-customer .item{width: 49%;margin-right: 0;}
.index-pro .item .txt-p h2{font-size: 30px;}
.index-pro .item{width: 100%;}
.index-pro .pro_box{flex-wrap: wrap;}
.bn-list li,.list-about .bn-list li,.list-about .bn-list li:nth-child(1){width: 49%;margin-bottom: 30px;}
.index-data{padding: 40px 0;margin: 0;}
.links .item{width: 100%;margin-top: 10px;}
.links{flex-wrap: wrap;}
 .box_skitter .title_b{font-size: 3.7vw;left: 8.33vw;top: 18vw;}
 .box_skitter .title_s{font-size: 13px;left: 8.33vw;top: 32vw;}
 .box_skitter .btnx{height: 50px;min-width: 150px;left: 8.33vw;top: 30.99vw;}
  .border_box{margin-top: -45px;}
  .box_skitter .info_slide_dots{bottom: 20px;background: none;}
  .box_skitter .info_slide_dots .image_number {background:#e2e2e2!important;;margin:0 10px 0 0;cursor:pointer;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;width:10px;height:10px;text-indent:-9999em;overflow:hidden;transition: 0.5s;}
  .box_skitter .info_slide_dots .image_number_select {background:var(--bgcolor)!important;margin:0 10px 0 0;width: 25px;color: var(--bgcolor) !important;}
  
  
    .list-products .head .txt_list,.list-contact-msg .hd,.list-contact-msg .form,.list-contaact .what .info .list,.list-contaact .what .info .txt,.list-contaact .bd .t,.list-contaact .bd .txt,.list-about-content .culture .item .pic,.list-about-content .culture .item .txt,.list-about .bd .pic,.list-about .bd .txt,.list-events .list .item .pic,.list-events .list .item .txt,.footer .menu .item{width:100%}
    .index-products .index-title .more,.index-banner .btn,.list-products .head .img_list,.list-products .list .item .txt .i,.list-contaact .what .info .txt .star,.list-contaact .what .info .txt p,.list-contaact .what .info .txt .logo,.list-download .list .item .more,.sidebar,.top_header,.cates{display:none !important;}
    .footer .menu,.main{padding:20px 0}
    .location{padding:0 10px;height:45px;}
    .location .wrap-1300{overflow-x:auto;display:flex;white-space:pre;height:45px;align-items: center;flex-wrap:nowrap;}
    .list-news .list .item{margin-bottom:40px}
    .list-news .list .item p{margin:10px 0;}
    .footer .menu .item{margin:0 0 25px 0;}
    .footer .menu .item h3{font-size:20px;padding-bottom:10px}
    .footer .menu .item .sub{display:flex;flex-wrap:wrap;justify-content: space-between}
    .footer .menu .item .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:48%;margin-top:10px}
    .footer .bottom{padding:20px 10px 60px}
    .footer .bottom .mc{margin:20px auto 0;}
    .list-download .list .item{margin-bottom:15px}
    .list-download .list .item a{padding:20px;}
    .list-events .list .item{margin-bottom:20px}
    .list-events .list .item .txt h3{padding:10px 0;}
    .list-events .list .item .txt p{height:35px}
    .show-banner{display:block !important;overflow:hidden}
    /* .list-products .list{justify-content: space-between;}
    .list-products .list .item{width:48%;margin:0 0 15px 0 !important;padding:10px;} */
    .list-products .head{padding:15px;}
    .list-products .head .txt_list .t h2{padding:0;}
    .list-products .head .txt_list .c .auth{padding:10px 0;}
    .list-products .head .txt_list .c .nav{margin-bottom:10px}
    .list-products .body{font-size:14px;line-height:24px;padding-bottom:15px;}
    .list-products .content .title{font-size:24px;padding-bottom:5px;margin-bottom:10px}
    .list-products .body ul li{width:100%;height:40px;}
    .index-banner{margin:0;}
    .index-banner .slick-dots{bottom:15px}
    .index-banner .slick-dots li{margin-right:8px;width:8px;height:8px}
    .index-pro{padding:30px 0 10px 0}
    .index-pro .bd{padding-bottom:30px}
    .index-pro .bd .item{margin:0;}
    .index-pro .slick-dots{bottom:0px;}
    .index-pro .slick-dots li{margin:0 5px 0 0;}
    .index-products{padding:20px 10px 40px}
    .index-products .index-title{margin-bottom:20px;}
    .index-products .index-title .t{justify-content: space-between;width:100%;}
    .index-products .index-title .t h2{font-size:28px;margin:0;}
    .index-products .list .item{box-shadow: none !important;}
    .index-products .slick-dots{bottom:-20px}
    .index-about{padding:30px 10px;}
    .index-about .list{margin-top:0;}
    .index-about .list .item{width:100%;margin:0 0 20px 0;}
    .index-message .info .hd{width:100%;padding:0 0 15px 0;}
    .index-message .info .hd h3{font-size:28px}
    .index-message .info .form,.index-message .info .form .item{width:100%;margin-bottom:10px !important}
    .index-message .info .form .item:nth-child(2){width:100%;padding:0;}
}
@media screen and (max-width:786px) {
.btns4:hover .arrow {left: 1%;}
.btns4:hover:hover span{transform: translate(40px);}
.btns:hover .arrow {left: 1%;}
.btns:hover:hover span{transform: translate(20px);}
.cats{display: none;}
.sell p{font-size: 16px;line-height: 28px;}
.sell{padding: 50px 0;}
.honor{padding-top: 60px;}
 .honor .honor_box{justify-content: space-between;}
.honor .honor_box .item{width: 48%;margin-right: 0;}
.footer{padding-top: 60px;}
.footer .footer_l .codes{margin-top: 40px;}
.footer>.flex{flex-wrap: wrap;justify-content:center;}
.footer .dls{margin-top: 30px;}
.btns{width: 180px;height: 50px;font-size: 16px;}
.links{padding: 0;margin-top: 50px;}
}
@media screen and (max-width:600px) {
  .workshop1 .titlea, .faq .titlea{font-size: 30px;}
  .faq .faq_t .qu{font-size: 18px}
  .faq .faq_box .an{font-size: 16px;height: auto;padding-right: 20px;}
.list-products .body table tbody td,.list-products .body table tbody tr td:nth-child(2){padding-left: 5px;}
.list-products .body table tbody td{font-size: 16px;}
.list-products .body .menus .item{font-size: 12px;padding: 0 10px;margin-right: 10px;height: 40px;line-height: 40px;}
  .list-products .body .menus .flex{justify-content: flex-start;width: 100%;}
.list-products .list .item .txt .pro_btn{min-width: 100px;}
.list-products .list .item{padding: 40px 0 30px 0;}
.list-products .list .item .txts h1{font-size: 18px;}
.list-products .list .item .txts h2{font-size: 16px;}
.list-customer{padding: 40px 0;}
.list-contaact{padding: 50px 0;}
.list-contaact .address{font-size: 20px;}
.paging{margin-top: 35px;}
.list-news{padding-bottom: 35px;}
.list-news .news-list .news-item .news-r a{width: 100%;margin-left: 0;}
.list-news .news-list .news-item .news-r .time{min-width: 100%;margin-bottom: 15px;}
.list-news .news-list .news-item .news-r{flex: unset;width: 100%;}
.list-news .news-list .news-item .news-r{flex-wrap: wrap;}
.wrap{width: 96%;}
.workshop .work_box .item{width: 100%;}
.advantage{padding: 100px 0;}
.advantage .adv_content p::before{top: 8px;transform: translateY(0);}
.advantage .adv_content p{font-size: 18px;line-height: 32px;margin-bottom: 10px;}
.advantage .texts{margin-left: 15px;}
.list-about{padding: 35px 0;}
.footer .bottom br{display: inline;}
.footer .bottom p,.footer .bottom p a{text-align: center;}
.footer .dls .dl{margin-right: 0;}
.footer .dls .dl1{max-width: unset;}
  .footer .footer_l{margin-right: 0;}
  .footer .dls{flex-wrap: wrap;padding-left: 30px;}
  .list-customer .item .txts{padding: 0 20px 0 20px;}
  .list-customer .list{justify-content: center;}
  .list-customer .item{width: 96%;}
  .banner-content {padding-left: 2.5vw;}
  .banner-fair{ font-size: 3.02vw;}
  .banner-date, .banner-booth{font-size: 2.4vw;}
  .prod-swiper .swiper-button-prev,.prod-swiper .swiper-button-next{top: 25%;}
  .prod-swiper .swiper-button-prev img,.prod-swiper .swiper-button-next img{width: 30px;}
  .prod-swiper .swiper-slide .item .pic img{width: 75%;}
  .prod-swiper .swiper-slide .item .txts{padding: 0 10px;}
  .prod-swiper .swiper-slide .item .txts h1{font-size: 25px;}
  .index-pro .item .txt-p h2{font-size: 25px;}
  .index-pro .item .txt-p{padding: 35px 15px;margin-right: 0;background: rgba(255,255,255,.5);}
  .index-pro .item1{background-position: 28% center !important;}
  .index-pro .item h2,.index-pro .pro_box .item:nth-child(3) h2{left: 15px;top: 10px;font-size: 16px;}
  .btns1{width: 110px;height: 35px;font-size: 12px;left: 15px;bottom: 10px;}
  .btns i{font-size: 20px;margin-left: 7px;}
  .bn-list{padding: 0 10px;}
   .bn-list li h2 .number{font-size: 30px;}
   .bn-list li h2 .plus{font-size: 25px;right: -25px;}
  .links .item .link_box img{width: 30px;}
  .links .item .link_box,.links .item .link_box1{padding: 0 10px;height: 80px;}
  .links .item .link_box h2{font-size: 18px;}
   .box_skitter .btnx{height: 30px;min-width: 100px;left: 8.33vw;top: 40vw;font-size: 14px;}
   .index-about .tit-a{font-size: 30px;}
   .index-about .txts{margin-top: 35px;}
   .title{font-size: 30px;}
   .pro-detail{padding-top: 30px;}
   .list-products .body table tbody tr td:nth-child(1){padding-left: 10px;}
   .prod-swiper{overflow: hidden;}
   .a-btn{display: none;}
}