@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:96%;max-width:96%;margin:0 auto;}
.wraps{width:96%;max-width:96%;margin:0 auto;}
.wrapper{width:96%;max-width:1020px;margin:0 auto;}
.wrap-1700{width:96%;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;}
.banner .p img{width:100%;}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;transition: 0.6s ease;}
.header-link{height: 100%;display: flex;align-items: center;}
.lang-box{margin-left: 25px;}
.lang{align-items: center;}
.lang-box .lang a{display: flex;align-items: center;justify-content: center;}
.lang-box .lang a.current span{color: var(--on-color);}
.lang-box .lang a span{font-size:16px;transition: 0.3s;}
.lang-box .lang a:hover span{color: var(--bgcolor);}
.lang-box .lang .line{color: #fff;margin: 0 10px;font-size: 16px;}
.lang-box .lang .line:last-child{display: none;}
.header{transition:.6s;height:95px;width:100%;z-index: 9999999;display:flex;align-items: center;border-bottom: 1px solid rgba(255,255,255,0.2);}
.header.height{height: 60px;box-shadow: 0 3px 7px rgba(0,0,0,.10);background: #0a0a0a;}
.header.height .logo img{transform: scale(0.8);}
.header .logo{display: flex;align-items: center;margin-right: 70px;}
.header .logo img{transition: 0.5s;}
.header>.wraps{position: relative;}
.header .header-right .menu,.header .header-right,.header .wraps{height: 100%;}
.header .header-right .item h3 a{font-size:16px;transition: 0.5s;line-height: 1;display: flex;align-items: center;position: relative;color: #fff;}
.header .header-right .item{margin-right:45px;position: relative;display:flex;height:100%;align-items: center;position: relative;}
.header .header-right .item h3 a::after{content: '';width: 0;height: 2px;background: #c3913c;position: absolute;bottom: -7px;left: 50%;transition: 0.4s ease;transform: translate(-50%);}
.header .header-right .item h3 a:hover::after,.header .header-right .item.on h3 a::after{width: 100%;}
.header .ico{align-items: center;}
.header .ico a{margin-left:20px;margin-top: 3px;position: relative;}
.header .ico a i{font-size: 18px;transition: 0.3s;color: #fff;}
.header .ico a i:hover{color: var( --on-color);}
.header .ico a:nth-child(3) i{font-size: 19px}
.header .ico a:nth-child(3) i{font-size: 16px}
.header .item h3{height: 100%;display: flex;align-items: center;}
.header .item h3 a:hover,.header .item.on h3 a{color: var(--on-color);}

.header .subx{z-index:999;transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease;position: fixed;top:100%;left:0;width:100%;background:var(--bgcolor);padding: 30px 0;}
.header .subx .wrap{display:flex;justify-content: center;}
.header .subx .items{display: flex;flex-direction: column;margin-right: 40px;width: calc((100% - 80px)/3);}
.header .subx .items img{transition: 0.5s;}
.header .subx .items:hover img{transform: scale(1.1);}
.header .subx .pics{overflow: hidden;border-radius: 15px;border: 5px solid #fff;}
.header .subx .pics img{width: 100%;}
.header .subx .items:nth-child(3n){margin-right: 0;}
.header .subx .items span{font-size: 16px;margin-top: 20px;color: #fff;padding-left: 10px;}
.header .subx .ab span{font-size: 20px;margin-top: 25px;}
.header .header-right .item:hover .subx{transform: scaleY(1);}

.header .header-right .menu .sub {
  z-index: 2;
  transform: translate(-50%) scaleY(0);
  transform-origin: top;transition:transform 0.3s ease;
  position: absolute;
  top:100%;
  left: 50%;
  width: auto;
  background: rgba(0,0,0,0.8);
  color: #fff !important;
  /* border-radius: 0 0 5px 5px; */
  box-shadow:0 15px 30px rgba(20,73,111,0.1);
  border: 1px solid #3b3b3b;
}
.header .header-right .menu .item:hover .sub {transform: translate(-50%) scaleY(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;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
}
.header .header-right .menu .sub .p:last-child{border-bottom: none;}
.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;
  font-size: 16px;
  padding: 0 18px;
  transition: 0.6s;
  color: #fff;
}
.header .header-right .menu .sub .p:hover > a {
  transform: translateX(5px);
  color: #fff;
}
.header .header-right .menu .sub .p:hover{background: var(--bgcolor);}

.box_skitter .text_b{position: absolute;left: 290px;top: 50%;z-index: 999;transform: translateY(-50%);transition: 0.6s;display: none;}
.box_skitter .titleb{font-size: 123px;color: #fff;transition: 1s ease;font-family: 'SourceHanSansCN-Bold';line-height: 1;}
.box_skitter .title_s{margin-left: 90px;}
.box_skitter .text_b .list span{color: var(--on-color);font-size: 30px;border: 2px solid var(--on-color);line-height: 1;display: inline-block;border-radius: 4px;padding-bottom: 3px;margin-right: 20px;}
.box_skitter .text_b .list div{display: flex;align-items: flex-end;}
.box_skitter .text_b p{font-family: 'DMSANS_MEDIUM';font-size: 12px;opacity: 0.5;color: #fff;}
.box_skitter .text_b .p1{margin-bottom: 35px;}
.box_skitter .text_b .p2{margin-top: 30px;font-size: 14px;line-height: 26px;}


.home_swi{position: relative;}
.home_swi img{width: 100%;}
.h_banner .home_swi .h_b_box .h_b_img{position: relative;}
.h_banner .home_swi .h_b_box .h_b_img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.3);}
 .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: center;
    justify-content: center;
    color: #fff;
    min-width: 135px;
  }
  .h_banner .home_swi .h_b_box .h_b_txt .container .icon{display: flex;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1,.h_banner .home_swi .h_b_box .h_b_txt .container .p1 span{font-size: 48px;font-family: 'Montserrat-SemiBold';text-align: center;line-height: 1;text-transform: uppercase;margin-top: 35px;color: #fff;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1 span{color: var(--c-color);}
.h_banner .btn-box{display: flex;margin-top: 100px;}
.h_banner .btns{height: 50px;background: #fff;font-size: 18px;border-radius: 10px;display: flex;align-items: center;justify-content: center;min-width: 180px;padding: 0 10px;z-index: 10;transition: 0.4s;font-family: 'OPENSANS-REGULAR';}
.h_banner .btns:hover i{color: #fff;}
.h_banner .btns i{margin-right: 10px;z-index: 9;transition: 0.4s;}
.h_banner .btns span{line-height: 1;z-index: 9;transition: 0.5s;transition-delay: 0.4s;}
.h_banner .btn-box .btns:nth-child(1){margin-right: 20px;background: var(--c-color);}
.h_banner .btn-box .btns:nth-child(1) span{color: #fff;}
.h_banner .btn-box .btns:nth-child(1):hover{color: #000;}
.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,.home_swi .swiper-slide,.home_swi .h_b_box,.home_swi .h_b_img,.home_swi .h_b_img a,.home_swi .h_b_img a img{height: 100%;width: 100%;}
.home_swi .swiper-button-prev {
    left: 3.39vw !important;
    top: 50% !important;
    margin-top: 0;
    transform: translateY(-50%);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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-next {
    right: 3.39vw !important;
    top: 50%;
    color: #fff;
    margin-top: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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);}

.index-support{padding: 110px 0 120px;border-top: 1px solid #232323;position: relative;overflow: hidden !important;}
.index-support .tit{font-size: 72px;line-height: 1;font-family: 'Montserrat-SemiBold';}
.index-support .item{width: 25%;transition: 0.5s;padding: 0 40px;display: flex;align-items: center;flex-direction: column;border-right: 1px solid #232323;}
.index-support .item:last-child{border-right: none;}
.index-support .flex{margin-top: 90px;}
.index-support .item .icon{width: 100px;height: 100px;border-radius: 50%;border: 2px solid var(--bgcolor);display: flex;align-items: center;justify-content: center;transition: 0.6s ease;}
.index-support .item .icon i{font-size: 40px;color: var(--on-color);transition: 0.6s ease;}
.index-support .item:hover .icon{background: var(--bgcolor);}
.index-support .item:hover .icon i{color: #fff;}
.index-support .item h1{font-size: 30px;line-height: 1;margin-top: 30px;transition: 0.4s;}
.index-support .item p{font-size: 16px;line-height: 24px;margin-top: 25px;transition: 0.4s;opacity: 0.6;text-align: center;}
.index-support .item:hover h1,.index-support .item:hover p{color: #fff;}
.index-support::after{content: "";position: absolute;left: 0;top: 0;width: 440px;height: 440px;border: 1px solid #232323;border-radius:50%;transform: translate(-35%,-40%);}
.index-support::before{content: "";position: absolute;right: 0;bottom: 0;width: 260px;height: 260px;border: 1px solid #232323;border-radius:50%;transform: translate(50%,25%);}
.index-about::after{content: "";position: absolute;left: 0;top: 0;width: 580px;height: 580px;border: 1px solid #232323;border-radius:50%;transform: translate(-35%,-45%);z-index: -1;}
.list-about::after{display: none;}
.index-about::before{content: "";position: absolute;right: 0;bottom: 0;width: 390px;height: 390px;border: 1px solid #232323;border-radius:50%;transform: translate(17%,36%);}
.list-about::before{display: none;}

.titles{text-align: center;}
.titles h1{font-size: 14px;font-family: 'DMSANS_MEDIUM';color: var(--bgcolor);line-height: 1;}
.titles h3{font-size: 60px;font-family: 'SourceHanSansCN-Bold';line-height: 1;margin-top: 20px;}
.titles p{font-size: 14px;font-family: 'DMSANS_MEDIUM';opacity: 0.6;margin-top: 20px;}

.index-cate .titles{display: flex;flex-direction: column;align-items: center;}
.index-cate .titles h1{font-size: 72px;font-family: 'Montserrat-SemiBold';line-height: 1;margin-top: 15px;}
.index-cate .item{width: 25%;position: relative;overflow: hidden;}
.index-cate .item .back{position: absolute;bottom: 55px;left: 0;width: 100%;padding-left: 30px;}
.index-cate .item .back h1{font-size: 24px;width: 100%;}
.index-cate .item .back h2{font-size: 16px;opacity: 0.5;margin-top: 15px;}

.index-about{padding: 160px 0 180px;position: relative;}
.index-about .flex{flex-wrap: nowrap;}
.index-about .about-l{width: 42%;margin-right: 40px;}
.index-about .about-l h3{font-size: 18px;font-family: 'DMSANS_MEDIUM';text-align: right;color: #3b3b3b;}
.index-about .about-l h2{font-size: 14px;font-family: 'DMSANS_MEDIUM';color: #3b3b3b;}
.index-about .about-l h1{font-size: 100px;font-family: 'DMSANS_MEDIUM';line-height: 1;margin-top: 70px;}
.index-about .about-l h5{font-size: 60px;font-family: 'DMSans-Regular';line-height: 1;margin-top: 15px;margin-left: 90px;}
.index-about .about-l p{font-size: 30px;font-family: 'DMSans-Regular';opacity: 0.3;line-height: 36px;margin-top: 35px;}
.index-about .about-l .lines{align-items: center;}
.index-about .about-l .line{width: calc(100% - 125px);height: 1px;background: #3b3b3b;}
.index-about .textcontent p{font-size: 18px;line-height: 38px;opacity: 0.6;transition: 0.5s;}
.index-about .textcontent:hover p{opacity: 1;}
.index-about .about-r{width: 48%;}
.index-about .about-r h3{font-size: 14px;opacity: 0.3;margin: 130px 0 30px;}
.list-about{padding: 0 0 120px;overflow: hidden;}
.list-about .pics{margin: 270px 0 25px 0;}
.list-about .textcontent p{margin-bottom: 25px;}
.vision{padding: 110px 0;}
.vision .desc{font-size: 18px;line-height: 36px;margin-top: 80px;color: #a5a5a5;}

.vision .item{width: 22%;transition: 0.5s;padding: 35px 25px 30px 25px;display: flex;align-items: center;flex-direction: column;border: 1px solid #232323;border-radius: 4px;}
.vision .flex{margin-top: 60px;}
.vision .item .icon{display: flex;align-items: center;justify-content: center;transition: 0.6s ease;}
.vision .item:hover .icon{transform: rotateY(360deg);}
.vision .item h1{font-size: 30px;line-height: 1;margin-top: 30px;transition: 0.4s;color: var(--bgcolor);}
.vision .item p{font-size: 16px;line-height: 32px;margin-top: 20px;transition: 0.4s;opacity: 0.6;text-align: center;}

.index-pro{position: relative;}
.index-pro{padding-bottom: 60px;}
.index-pro .list {margin-top: 60px;}
.pro-swiper{overflow: visible !important;width: 100%;padding-top: 70px;}
/* .pro-swiper .swiper-slide{display: flex;align-items: center;justify-content: center;} */
.index-pro .pic{overflow: hidden;position: relative;cursor: pointer;}
.index-pro .pic .txt{position: absolute;bottom: -80px;left: 0;color: #fff;width: 100%;z-index: 5;transition: 0.7s;}
.index-pro .pic h3{font-size: 24px;line-height: 1;text-align: center;margin-top: 20px;}
.index-pro .pic .icon img{width: auto;}
.index-pro .pic .icon{text-align: center;}
.index-pro .pic img{width: 100%;}
.index-pro .pic::after{content: "";position: absolute;top: 0;left: 0;width: 0;height: 100%;background: rgba(0,0,0,0.5);transition: 0.7s;}
.index-pro .pic:hover::after{width: 50%;}
.index-pro .pic:hover .txt{bottom: 50%;transform: translateY(50%)}
.index-pro .pic::before{content: "";position: absolute;top: 0;right: 0;width: 0;height: 100%;background: rgba(0,0,0,0.5);transition: 0.7s;z-index: 1;}
.index-pro .pic:hover::before{width: 50%;}
 .pro-swiper .swiper-button-prev {
  left: 0 !important;
  top: auto;
  margin-top: 0;
  background-image: none !important;
  height: 30px !important;
  width: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.pro-swiper .swiper-button-prev:hover i,.pro-swiper .swiper-button-next:hover i{color: var(--bgcolor);}
.pro-swiper .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  background-image: none !important;
  display: flex;
  align-items: flex-end;
  height: 30px !important;
  width: 30px !important;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0.8;}
.pro-swiper .swiper-button-next i,.pro-swiper .swiper-button-prev i{font-size: 30px;transition: 0.6s;color: #b4b4b4;}
.list-application .list .item{width: calc((100% - 60px)/4);margin-right: 20px;margin-bottom: 20px;}
.list-application .list .item:nth-child(4n){margin-right: 0;}
.list-application{padding-bottom: 80px;}

.index-data{width: 100%;padding: 90px 0;}  
.base-data{padding: 45px 0 0;border-top: 1px solid #232323;margin-top: 90px;}
.list-data{border-top: 1px solid #232323;border-bottom: 1px solid #232323;}
 .bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
 .bn-list .libox{width: 25%;transition: 0.5s;display: flex;justify-content: center;border-right: 1px solid #232323;}
 .bn-list .libox:nth-child(1){border-left: 1px solid #232323;}
 .base-data .bn-list .libox{width: 40%;border: none;justify-content: flex-start;}
 .base-data .bn-list .libox:last-child{width: 20%;}
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.5s;
    /* width: 80%; */
  }
  .bn-list li h2 .txt{
    font-size: 40px;
    position: absolute;
    top: -10px;
    right: -40px;
    font-family: 'DMSANS_MEDIUM';
    color: var(--bgcolor);
   }
   .base-data .bn-list li h2 .txt{position: relative;font-size: 20px;font-family: 'DMSans-Regular';right: auto;top: auto;color: #fff;}
   .bn-list li h2{position: relative;}
   .bn-list li h2 .plus{
    font-size: 50px;
    font-family: 'DMSANS_MEDIUM';
    display: inline-block;
    color: var(--bgcolor);
    position: absolute;
    top: -10px;
    right: -35px;
   }

 .bn-list li h2 .number {
    font-size: 70px;
    /* line-height: 1; */
    font-family: 'DMSANS_MEDIUM';
    display: inline-block;
    transition: 0.5s;
    color: #fff;
  }
  .base-data .bn-list li h2 .number {font-size: 48px;}
  .bn-list .libox:hover h2 .number{color: var(--bgcolor);}
 .bn-list li .des {
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    color: #fff;
    opacity: 0.5;
    text-align: left;
  }
.base-data .bn-list li .des{font-size: 14px;margin-top: 10px;}
.list-type .list .item{margin-bottom: 60px;border: 1px solid #323232;}
.list-type{padding-bottom: 90px;}
.list-type .item .pic{width: 56%;box-shadow: var(--box-shadow);}
.list-type .item .pic img{width: 100%;height: 100%;object-fit: cover;}
.list-type .item .text{width: 44%;padding: 70px 60px 40px 60px;background: #151515;}
.list-type .item .text .line{width: 65px;height: 5px;background: var(--bgcolor);margin-bottom: 45px;}
.list-type .item .text h2{font-size: 24px;border-bottom: 1px solid #2d2d2d;padding-bottom: 20px;}
.list-type .item .text .des{font-size: 16px;line-height: 30px;margin-top: 30px;color: #8a8a8a;}
.list-type .item .adv h3{font-size: 18px;color: var(--bgcolor);margin: 45px 0 25px;}
.list-type .item .adv p{font-size: 16px;line-height: 50px;font-weight: lighter;padding-left: 30px;position: relative;}
.list-type .item .txt{display: flex;margin-top: 75px;}
.list-type .item .btns{font-size: 16px;background: var(--bgcolor);height: 50px;padding: 0 20px;display: flex;align-items: center;border-radius: 5px;}
.list-type .item .btns span{margin-left: 10px;color: #0a0a0a;}

.honor{padding-bottom: 130px;background:url('/skin/images/honor-back_02.png') no-repeat center bottom/100% auto;}
.honor .flex{align-items: flex-end;margin: 80px 0 0 60px;flex-wrap: nowrap;}
.honor .jb{margin-bottom: 90px;margin-right: 25px;}
.honor-swiper{padding-bottom: 75px;width: calc(100% - 170px);padding-top: 20px;}
.honor-swiper .pic{position: relative;overflow: visible;transition: 0.5s;}
.honor-swiper .pic:hover{transform: translateY(-20px);}
.honor-swiper .hpic{width: 100%;}
.honor-swiper .swiper-pagination{bottom: 0;}
.honor-swiper .swiper-pagination-bullet{ opacity: 1; width: 18px;height: 18px;position: relative;z-index: 10;margin-right: 18px !important;margin-left: 0 !important;background: #000;border: 4px solid #000;}
.honor-swiper .swiper-pagination-bullet-active{background: var(--bgcolor);}

.list-base .flex{margin-top: 80px;}
/* width: calc(100% - 920px); */
.list-base .base-l{width: 43%;}
.list-base .base-l h1{font-size: 30px;}
.list-base .base-l .textcontent{margin-top: 50px;}
.list-base .base-l .textcontent p{line-height: 32px;font-size: 16px;color: #a5a5a5;margin-bottom: 30px;}
.list-base .pic{width: 48%;}

.news-list{padding: 0 0 120px;}
.list-news .list{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.list-news .list .item {width: calc((100% - 180px)/4);margin-right: 60px;border-radius: 7px;
padding-bottom: 20px;margin-bottom: 60px;transition: 0.8s;position: relative;}
.list-news .list .item:hover .more{transform: translateX(10px);}
.list-news .list .item:hover h2{color: var(--on-color) !important;}
.list-news .list .item:nth-child(4n){margin-right: 0;}
.list-news .list .item .date{font-size: 14px;margin-top: 30px;display: inline-block;color: #5c5c5c;}
.list-news .list .pic{margin-bottom: 25px;overflow: hidden;}
.list-news .list .item h2{font-size: 18px;transition: 0.8s;line-height: 36px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.list-news .list .item p{font-size: 16px;margin-top: 30px;line-height: 32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color: #a5a5a5;}

.footer{border-top: 7px solid var(--on-color);}
.info_f{margin-top: 60px;}
.info_f .ico{align-items: center;}
.info_f .ico a{position: relative;font-size:20px;margin-right:18px}
.info_f .ico a i{font-size: 20px;display: inline-block;transition: 0.5s;color:#fff;opacity: 0.4;}
.info_f .ico a:after{content:"";width:1px;height:18px;background:#fff;position: absolute;right:-9px;top:50%;margin-top:-9px;opacity: 0.4;}
.info_f .ico a:nth-last-child(1):after{display: none;}
.info_f .ico a i:hover{opacity: 1;color: var(--bgcolor);}

.footer .info{padding-top: 80px;width: 100%;}
.footer .info>.flex{flex-wrap: nowrap;}
.footer .info .info-txt{font-size: 18px;color: #fff;max-width: 600px;line-height: 26px;}
.footer .info .dls{display: flex;width: 100%;justify-content: space-between;padding-right: 170px;}
.footer .info .dls .dl .h3{font-size: 14px;font-family: 'DMSans-Regular';opacity: 0.2;margin-top: 15px;}
.footer .info .dls .dl .desc{font-size: 14px;font-family: 'DMSans-Regular';opacity: 0.6;margin-top: 40px;line-height: 25px;max-width: 320px;}
.footer .info .dls .dl{margin-right: 30px;margin-bottom: 20px;}
.dl .dl-title {
  margin-bottom: 36px;
  color: #fff;
}
.dl .dl-title a{white-space: nowrap; font-size: 24px;}
.dl>dd a{
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0.6;
  transition: 0.3s;
}
.dl>dd a:hover{opacity: 1;}
.dl>dd{line-height: 40px;position: relative;}
.dl>dd.child{padding-left: 25px;}
.dl>dd.child::before{content: "";width: 18px;height: 1px;background: #fff;position: absolute;left: 0;top: 50%;}
.dl>dd a span{color: #fff;}
.dl>dt a{color: #fff;}
.footer .info .dls .dl dd span{position: relative;}
.footer .info .dls .dl dd span:hover::after{width: 100%;}
.footer .info .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
}
.footer .meslist{width: 100%;padding: 50px 0 45px;flex-wrap: nowrap;justify-content: center;border-bottom: 1px solid #232323;}
.footer .meslist .mes-title{font-size: 30px;color: #fff;line-height: 1;}
.footer .meslist .mes-des{font-size: 16px;color: #fff;line-height: 24px;max-width: 340px;opacity: 0.6;margin-top: 20px;}
.footer .meslist form{flex-wrap: nowrap;width: calc(100% - 340px);padding-left: 90px;}
.footer .meslist .form-con{width: calc(100% - 210px)}
/* .footer .meslist label{width: 100%;} */
.footer .meslist .mw
{font-size: 16px; width: 100%;height: 50px;padding-left: 13px;box-sizing: border-box;background: #000000;border-radius: 4px;border: 1px solid #141414;transition: 0.3s ease;color: #fff;}
.footer .meslist .mw:hover{border-color: var(--on-color);}
.footer .meslist .mw::placeholder{color: #989898;}
.footer .meslist #submit{transition: 0.4s ease; display: flex; background-color: var(--bgcolor);border: none;align-items: center;justify-content: center;padding: 15px 10px;position: relative;width: 160px;line-height: 1;cursor: pointer;border-radius: 6px;flex-direction: column;}
.footer .meslist #submit:hover{transform: scale(1.05);}
.footer .meslist #submit span{font-size: 14px;color: #fff;z-index: 2;transition: 0.5s;}
.footer .meslist #submit i{font-size: 22px;z-index: 2;transition: 0.5s;margin-bottom: 10px;}
 .message #submit:hover{transform: scale(1.05);}
 /* .footer .meslist #submit:hover span{transform: translate(10px);color: var(--bgcolor);}
 .footer .meslist #submit:hover i{transform: translate(-10px);color: var(--bgcolor);} */
.footer .meslist .ipt-title{font-size: 16px;color: #fff;margin-bottom: 15px;}
.form-group {
 margin-top: 20px;
}
.checkbox-label {
  font-size: 14px;
  display: flex;
  align-items: center;
}
 .checkbox-label span{display: inline-block;width: calc(100% - 30px);opacity: 0.6;}
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
} 
.custom-check{width: 16px;height: 16px;position: relative;margin-right: 13px;border: 1px solid var(--bgcolor);}
input[type="checkbox"]:checked + .custom-check::after{
  font-family: 'iconfont';
  content: "\e659";
  position: absolute;
  color: var(--on-color);
  left: 50%;
   top: 50%;
   transform: translate(-60%, -50%);
   font-size: 12px;
}
.footer .info .totop{font-size: 14px;font-family: 'DMSans-Regular';margin: 40px 0 10px;justify-content: flex-end;display: flex;}
.footer .info .totop h5{color: #383838;cursor: pointer;transition: 0.3s;}
.footer .info .totop h5:hover{color: var(--on-color);}
.footer .bottom{padding:35px 0 45px;border-top:1px solid #232323;}
.footer .bottom br{display: none;}
.footer .bottom p,.footer .bottom p a{color:#3b3b3b;font-size:14px;font-family: 'DMSans-Regular';}
.footer .bottom p a{margin-left: 15px;}

.list-news .content,.list-products .content{width: 100%;}
.news-detail .wrap{border: none;}
.news-detail{padding-bottom: 30px;}
.list-news .show .t h2{font-size:18px;border-bottom:1px solid #232323;padding-bottom: 25px;}
.list-news .show .t .time{font-size:18px;color: #5c5c5c;margin-top: 25px;}
.list-news .show .c{margin-bottom:35px;padding:40px 0 60px;font-size:16px;line-height:32px;border-bottom:1px solid #232323;}
.list-news .show .c p{color: #a5a5a5;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:16px;line-height:32px;color: #a5a5a5;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{width:135px;height:50px;display:flex;align-items: center;background:var(--bgcolor);font-size:16px;justify-content: center;border-radius: 4px;}
.list-news .show .m .btn span{color: #0a0a0a;}
.list-news .show .m .btn img{margin-right:10px}
.list-news .title_n{font-size: 30px;margin: 80px 0 50px;}

.location{z-index: 9999;position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0,0,0,0.5);}
.location .wrapl{display:flex;align-items: center;height: 50px;}
.location .icons{margin-right: 18px;}
.location a{font-size: 16px;color: #fff;}
.location a:hover{color: var(--bgcolor);}
.location i{margin:0 15px;font-size: 16px;margin-top: 3px;}
.location a:last-child{color:var(--bgcolor)}
.contacts{margin-top: 70px;}
.contacts .con-item{text-align: center;width: 23%;background: linear-gradient(to right bottom,#1a1206,#0d0d0d);padding: 50px 30px 40px 30px;border-radius: 5px;border: 1px solid #1a1a1a;transition: 0.3s ease;}
.contacts .con-item h2{font-size: 24px;color: #fff;line-height: 1;margin-top: 40px;border-bottom: 1px solid #2f2820;padding-bottom: 20px;}
.contacts .con-item>a{font-size: 30px;color: var(--bgcolor);margin-top: 25px;font-family: 'DMSANS_MEDIUM';display: inline-block;white-space:wrap; word-break: break-all;}
.contacts .con-item:nth-child(4)>a{font-size: 18px;font-family: '微软雅黑';}
.contacts .con-item h3,.contacts .con-item h3 a{font-size: 16px;color: #7a7978;line-height: 1;margin-top: 20px;}
.contacts .con-item:hover{border-color: var(--bgcolor);transform: translateY(-10px);}
.list-contaact{padding-top: 90px;}
.list-contaact .bd .contact-l{width:575px;display: flex;align-items: flex-end;}
.list-contaact .bd .t h1{font-family: 'Montserrat-SemiBold';font-size: 60px;}
.list-contaact .bd .t p{font-size:18px;line-height:32px;margin-top: 30px;}
.list-contaact .bd .t .pic{margin-top:60px}
.list-contaact .bd .txt{width:calc(100% - 575px);padding-left: 70px;padding-bottom: 100px;}
.list-contaact .bd{margin-top: 100px;}
.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: 30px;}
.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: 'Montserrat-SemiBold';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;font-family: 'Barlow-Medium';color: #000;}
.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%;}
.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-div{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.list-contaact .message  .name,.list-contaact .message .mw
{color:#676767; font-family: 'Barlow-Medium';font-size: 16px; width: 100%;height: 50px;padding-left: 12px;box-sizing: border-box;border: 1px solid #141414;margin-bottom: 30px;border-radius: 5px;transition: 0.4s;background: #000000;color: #fff;}
.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{color: #676767;}
.list-contaact .message .content{padding-top: 20px; width:100%;height: 250px;padding-left: 12px;margin-bottom: 30px;font-size: 16px;border: 1px solid #141414;border-radius: 5px;transition: 0.4s;background: #000000;color: #676767;color: #fff;}
.list-contaact .message #submit{transition: 0.4s ease; display: flex; width: 200px;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: 22px;font-size: 18px;color: #fff;}
/* .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 #141414;
  width: calc(100% - 225px);
  border-radius: 5px;
  transition: 0.4s;
}
.list-contaact .form-div .code_box input{width: 100%;height: 50px;padding-left: 12px;border-radius: 5px; background: #000000;color: #fff;}
.list-contaact .form-div .code_box img {
  height: 35px;
  position: absolute;
  right: 5px;
  top: 7px;
  cursor: pointer;
}

.catalog{padding: 120px 0;}
.a-back{position: relative;} 
.a-back img{width: 100%;}
.a-back .txts{position: absolute;left: 30px;top: 26%;color: #fff;} 
.a-back .txts h1{font-size: 24px;line-height: 1.1;font-family: 'DMSANS_MEDIUM';color: #fff;margin-top: 5px;text-transform: uppercase;}
.a-back .txts h2{font-size: 36px;}
.a-back .name{font-size: 16px;position: absolute;left: 30px;bottom: 13.5%;}
.bookbox{flex-direction: column;align-items: center;}
.bookbox  iframe{width: 100%;height: 830px;}
.bookbox .btn-box{display: flex;margin-top: 40px;justify-content: center;}
.btna{height: 45px;min-width: 150px;display: flex;align-items: center;background: var(--bgcolor);padding: 2px;transition: 0.5s;position: relative;z-index: 0;overflow: hidden;cursor: pointer;padding-right: 10px;border-radius: 4px;}
.btna span{font-size: 16px;line-height: 1;display: flex;min-width: 90px;height: 100%;align-items: center;justify-content: center;position: relative;z-index: 3;color: var(--bgcolor);padding: 0 10px;transition: 0.5s;background-color: #fff;}
.btna span::after{content: '';width: 100%;height: 100%;background: #fff;position: absolute;top: 0;left: 0;z-index: -1;transition: 0.5s;border-radius: 2px 0 0 2px;background-color: #0a0a0a;}
.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 i{font-size: 22px;color: #fff;position: relative;z-index: 3;margin-left: 18px;transition: 0.5s;}

.sw-box{width: 150px;height: 50px;background: #fff;border-radius: 9px;display: flex;align-items: center;padding: 0 4px;}
/* .prod-swiper{padding-bottom: 120px;} */
.sw-box .swiper-button-prev i,.sw-box .swiper-button-next i{ font-size: 30px;color: #000000;transition: 0.4s;display: inline-block;font-weight: bold;}
  .pro-swiper .swiper-button-prev:hover i,.pro-swiper .swiper-button-next:hover i{color: var(--bgcolor);}
.sw-box .swiper-button-prev {
  left: 0 !important;
  top: auto;
  bottom: 0px !important;
  margin-top: 0;
  transition: 0.6s;
  width: 50%;
  height: 40px !important;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-button-prev,.swiper-button-next{background-image: none;}
.swiper-button-prev:hover i,.swiper-button-next:hover i{color: #fff;}
.sw-box .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  width: 50%;
  height: 40px !important;
  border-radius: 0 5px 5px 0;
   display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sw-box .swiper-button-prev:hover,.sw-box .swiper-button-next:hover{background: var(--bgcolor);}
.prod-swiper{padding-bottom: 40px;}
.prod-swiper .swiper-pagination{bottom: 0;}
.prod-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #333333;width: 70px;height: 6px;border-radius: 6px;margin-right: 20px !important;}
.prod-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);}

.list-products .list .item{width: 48%;margin-bottom:60px;transition: 0.6s;}
.swiper-container{margin: unset;}
.prod-swiper{width: calc(100% - 100px);overflow: hidden !important;padding-right: 100px;margin-top: 70px;}
.pros-box{display: flex;width: 100%;justify-content: flex-end;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;}
.list-products .list{justify-content: space-between;}
.list-products .list .item .pic{overflow: hidden;transition: 0.5s;}
.list-products .list .item .txt h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;width: 100%;transition: 0.5s;text-align: center;margin-top: 25px;}
.list-products .list .item:hover .txt h3{color: var(--bgcolor);}
.list-coop .list .item{width: calc((100% - 120px)/4);margin-right:40px;}
.list-coop .list .item:nth-child(4n){margin-right: 0;}

.list-pro{padding-bottom: 120px;}
.sidebar{width: 250px}
.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(--on-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: var(--bgcolor);border-color: var(--bgcolor);}
.sidebar .bd .item a:hover,.sidebar .bd .item.on a{color:var(--bgcolor)}

.list-pro .right{width: calc(100% - 250px);padding-left: 180px;}
.list-pro .right .body{line-height:30px;color:#fff;}
.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:25px 20px 30px 20px;background: #fff;border: 1px solid #e4e4e4;border-radius: 8px;}
.list-products .head .img_list{z-index:2;width:700px}
.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;align-content: space-between;height: 500px;}
.list-products .head .img_list .xiaotu li{transition-duration:.5s;width:90px;height:90px;margin-bottom:10px;border:1px solid #000;background: #fff;position: relative;}
.list-products .head .img_list .xiaotu li:hover{border-color:var(--bgcolor);}
.list-products .head .img_list .xiaotu li img{width:100%;max-height: 100%;}
.list-products .head .img_list .xiaotu .btn{width:100%;margin-top: 5px;}
.list-products .head .img_list .xiaotu .btn a{cursor: pointer;;background:#000;width:50%;height:40px;display:flex;justify-content: center;align-items: center;}
.list-products .head .img_list .xiaotu .btn a i{font-size:16px;color:#fff;}
.list-products .head .img_list .xiaotu .btn a:hover{background:var(--bgcolor)}
.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% - 715px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 30px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t{border-bottom:1px solid #d6d6d6;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:8px;font-size:30px;font-family: 'Montserrat-SemiBold';}
.list-products .head .txt_list .t p{font-size: 16px;line-height: 1;margin-top: 10px;}
.list-products .head .txt_list .t h3,.list-products .no{padding-top:10px;color:var(--on-color);font-size:24px;font-family: 'Barlow-Bold';}
.list-products .no{border-bottom: 2px solid var(--on-color);}
.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;}
.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: 10px;border-bottom:1px solid #d6d6d6;padding-bottom: 12px;}
.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;background:#333;font-size: 19px;}
.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 a i{color:#fff;}
.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{border:1px solid #e4e4e4;border-radius: 5px;margin-top: 175px;width: 100%;padding: 15px 10px 20px 15px;}
.list-products .head .txt_list .b h1{color:var(--on-color);font-size:24px;font-family: 'Montserrat-SemiBold';}
.list-products .head .txt_list .b p{color:#191a1c;font-size:16px;margin-top: 10px;border-bottom: 1px solid #d2d2d2;padding-bottom: 12px;}
.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;}
.a2{color: var(--bgcolor);}
.a3{margin-left: 30px;}
.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;}
.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}

.list-products .title_n{font-size: 48px;margin: 50px 0 30px;}
.list-products .title_n span{font-family: 'Montserrat-SemiBold';border-bottom: 3px solid var(--on-color);color: var(--on-color);line-height: 1;display: inline-block;}
.list-products .title_n1{margin-bottom: 50px;}
.list-products .body{width: 100% !important;margin-top: 10px;}
.list-products .bodys p{font-size: 18px;line-height: 38px;padding-left: 25px;position: relative;}
.list-products .bodys p::after{content: "";position: absolute;left: 0;top: 12px;width: 0;height: 0;border: 7px solid transparent;border-left-color: #333;}

.list-products .body table tbody{display: flex;flex-wrap: wrap;justify-content: space-between;}
.list-products .body table{width: 100% !important;border-collapse: collapse;}
.list-products .body table td{font-size:18px;color:var(--color);height:50px;vertical-align: middle;width: auto;position: relative;padding: 0 !important;}
.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;}
.list-products .body table tr{width: 48%;border-bottom: 1px solid #ccc;}
.pro-detail .list{margin-top: 50px;}
.list-coop{padding: 70px 0 40px;}

.img-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999999;align-items:center;justify-content:center;}
.img-modal.active{display:flex;}
.img-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.65);}
.img-modal-content{position:relative;z-index:10;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;}
.img-modal-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:#c3913c;color:#0a0a0a;border:none;border-radius:50%;font-size:24px;cursor:pointer;z-index:11;display: flex;align-items: center;justify-content: center;line-height: 1;}
.img-modal-image-wrap{max-width:80vw;max-height:70vh;overflow:auto;display:flex;align-items:center;justify-content:center;}.img-modal-image{max-width:100%;max-height:65vh;object-fit:contain;display:block;}
.img-modal-footer{display:flex;justify-content:space-between;align-items:center;height: 65px;background: #0a0a0a;padding: 0 25px;}.img-modal-title{color:#fff;font-size:16px;font-family:'Microsoft YaHei',sans-serif;}
.img-modal-nav{display:flex;width: 100px;height: 35px;border-radius: 4px;overflow: hidden;border: 1px solid #1e1e1e;}
.img-modal-prev,.img-modal-next{width:50%;background:transparent;color:#fff;font-size:22px;cursor:pointer;transition:background 0.4s;display: flex;align-items: center;justify-content: center;border: none;}.img-modal-prev:hover,.img-modal-next:hover{background:#c3913c;}.img-modal-prev:disabled,.img-modal-next:disabled{opacity:0.3;cursor:not-allowed;}
.img-modal-prev i,.img-modal-next i{font-size: 26px;color: #c3913c;}.img-modal-prev:hover i,.img-modal-next:hover i{color: #fff;}
.btn-l:hover{-webkit-animation: pulse 2s;animation: pulse 1.5s;animation-iteration-count: 2;}
@keyframes pulse {
 0% {
  box-shadow: 0 0 0 0 #c3913c;
 }

 70% {
  box-shadow: 0 0 0 10px rgb(195 145 60 / 0%);
 }

 100% {
  box-shadow: 0 0 0 0 rgb(195 145 60 / 0%);
 }
}
.rongyao-section{padding:80px 0;color:#fff;}
.rongyao-content{margin-top: 60px;}
.rongyao-left{flex:0 0 45%;text-align: center;}
.rongyao-right{flex:0 0 50%;margin-top:45px;}
.jingshen-section h2{font-size:30px;margin-bottom:30px;border-bottom: 1px solid #232323;padding-bottom: 20px;}
.jingshen-section p{font-size:16px;line-height:28px;color:#a5a5a5;margin-bottom: 70px;}
.gongyi-section{background:#1a1a1a;padding:80px 0;color:#fff;}
.gongyi-intro{font-size:16px;color:#a5a5a5;margin-top:50px;}
.gongyi-swiper{padding-top: 75px;max-width:1760px;}
.gongyi-swiper-container{margin-top: 60px;padding-left: 160px;position: relative;}
.gongyi-swiper-container .line-gy{width: 100%;height: 1px;background: #232323;position: absolute;top: 20px;left: 0;}
.gongyi-card{background: linear-gradient(to right bottom,#1a1206,#0d0d0d);border:1px solid rgba(255,255,255,0.1);border-radius:5px;padding:25px 20px 30px 20px;transition:all 0.3s ease;min-height:220px;}
.gongyi-card:hover{border-color:#c3913c;}
.card-number{width:40px;height:40px;border:2px solid #c3913c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#c3913c;position: absolute;top: -75px;left: 0;}
.gongyi-card h3{font-size:24px;margin-bottom:20px;padding-bottom: 20px;border-bottom: 1px solid #2b2722;}
.gongyi-card p{font-size:16px;line-height:32px;color:#a7a6a5;}
.zhaoshang-section{padding:80px 0 120px;}
.zhaoshang-content{margin-top: 45px;}
.youshi-section{width: 65%;}
.liucheng-section{width: 31%;margin-top: 60px;}
.youshi-section h2{font-size:30px;margin-bottom:35px;}
.youshi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}
.youshi-card{background: linear-gradient(to right bottom,#1a1206,#0d0d0d);border:1px solid rgba(255,255,255,0.1);border-radius:5px;padding:30px 20px;transition:all 0.3s ease;min-height: 220px;}
.youshi-card:hover{border-color:#c3913c;transform:translateY(-10px);}
.youshi-card h3{font-size:24px;margin-bottom:20px;padding-bottom: 20px;border-bottom: 1px solid #2b2722;}
.youshi-card p{font-size:16px;line-height:32px;color:#a7a6a5;}
.liucheng-section{background: linear-gradient(to right bottom,#1a1206,#0d0d0d);border:1px solid rgba(255,255,255,0.1);border-radius:5px;padding: 30px 18px 20px 20px;}
.liucheng-section h2{font-size:24px;margin-bottom:30px;padding-bottom: 20px;border-bottom: 1px solid #2b2722;}
.liucheng-list{display:flex;flex-direction:column;gap:20px;}
.liucheng-item{display:flex;align-items:flex-start;gap:20px;transition:all 0.3s ease;margin-bottom: 35px;}
.liucheng-item:last-child{margin-bottom: 0;}
.step-number{flex-shrink:0;width:40px;height:40px;border:2px solid var(--bgcolor);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--bgcolor);}
.step-content h4{font-size:16px;color:var(--bgcolor);margin-bottom:10px;}
.step-content p{font-size:16px;color:#a7a6a5;}
.contact-info{margin-top:60px;}
.contact-info .list{align-items: center;}
.contact-info .phone{font-size:60px;color:var(--bgcolor);font-family: 'DMSANS_MEDIUM';}
.consult-btn{display:flex;background:var(--bgcolor);color:#0a0a0a;font-size:16px;padding:0 25px;border-radius:4px;transition:0.6s ease;cursor:pointer;justify-content: center;align-items: center;height: 50px;margin-left: 35px;}
.consult-btn img{margin-right: 15px;}
.consult-btn:hover{background:#b68229;transform:translateY(-5px);box-shadow:0 5px 15px rgba(193,145,60,0.4);}
.contact-info .address{font-size:14px;color:rgba(255,255,255,0.5);margin-top: 10px;}

@media (max-width: 1920px){
 .wrap{max-width:1600px;}
 .wraps{max-width:1860px;} 
 /*.wrapper{max-width:1020px;}*/
 .wrap-1700{max-width:1700px;}
}

@media (max-width: 1600px){
 .honor{padding-bottom: 6.77vw;}
.honor-swiper{width: calc(100% - 140px);}
.box_skitter .titleb{font-size: 6.41vw;}
.box_skitter .title_s{margin-left: 4.69vw;}
.box_skitter .text_b .list span{font-size: 1.56vw;margin-right: 1.04vw;}
.box_skitter .text_b{left: 15.1vw;}
 .a-back .txts{left: 1.56vw;} 
.a-back .txts h1{font-size: 1.25vw;}
.a-back .txts h2{font-size: 1.88vw;}
.a-back .name{font-size: .83vw;left: 1.56vw;}
.contacts .con-item>a{font-size: 24px;}
}
@media (max-width: 1440px){
.footer .info .dls{padding-right: 0;}
.index-support::after{width: 22.92vw;height: 22.92vw;}
.index-support::before{width: 13.54vw;height: 13.54vw;}
.index-about::after{width: 30.21vw;height: 30.21vw;}
.index-about::before{width: 20.31vw;height: 20.31vw;}
.list-contaact .bd .txt{padding-left: 30px;}
.index-about .ab_l h1{font-size: 36px;}
.header .header-right .item{margin-right: 25px;}
}
@media (max-width: 1350px){
 .contacts .con-item>a{font-size: 20px;}
 .contacts .con-item{padding: 40px 15px 30px 15px;}
 .base-data .bn-list li h2 .number{font-size: 35px;}
  .list-base .base-l{width: 48%;}
  .vision .item h1{font-size: 25px;}
  .index-about .about-l h1{font-size: 80px;}
  .index-about .about-l h5{font-size: 40px;}
 .index-cate .item .back h1{font-size: 20px;}
  .titles h3{font-size: 45px;}
  .bn-list .libox:last-child li h2 .plus{right: 0;} 
  .bn-list li h2 .number{font-size: 45px;}
  .bn-list li h2 .plus{font-size: 40px;}
  .bn-list li h2 .txt{font-size: 30px;}
  .header .header-right .item h3 a{font-size: 14px;}
  .header .header-right .item{margin-right: 15px;}
  .header .header-right .logo img{width: 160px;}
}
@media screen and (max-width:1200px){.rongyao-content{flex-direction:column;gap:30px;}.rongyao-left,.rongyao-right{flex:0 0 100%;}.youshi-grid{grid-template-columns:repeat(2,1fr);}}
@media screen and (max-width:992px) {
.contacts .con-item{width: 48%;margin-bottom: 30px;}
.contacts .con-item{padding: 35px 20px;}
.contacts .con-item:nth-child(4)>a{font-size: 16px;}
.contacts .con-item>a{font-size: 22px;}
.contacts .con-item h2{font-size: 22px;}
.list-news .list .item {width: 48%;margin-right: 0;}
.list-application .list{justify-content: space-between;}
.list-application .list .item{width: 48%;margin-right: 0;margin-bottom: 40px;}
.list-type .item .text,.list-type .item .pic{width: 100%;}
.contact-info{margin-top: 35px;}
.youshi-section{width: 100%;}
.liucheng-section{width: 100%;}
 .list-base .pic,.list-base .base-l{width: 100%;}
 .list-base .pic{margin-top: 20px;}
  .vision .item{width: 48%;margin-bottom: 35px;}
  .list-about .pics{margin: 50px 0 25px 0;}
  .footer .meslist form{width: 100%;padding-left: 0;margin-top: 35px;}
  .index-about .about-l,.index-about .about-r{width: 100%;margin-right: 0;}
  .index-cate .item{width: 50%;}
  .index-support .item{width: 50%;margin-bottom: 40px;border-right: none;}
  .index-support .item:nth-child(2n-1){border-right: 1px solid #232323;}
  .bn-list .libox,.bn-list .libox:nth-child(1){border: none;}
  .bn-list .libox:nth-child(2n-1){border-right: 1px solid #232323;}
  .base-data .bn-list .libox{border: none;}
  .bn-list .libox{width: 50%;margin-bottom: 30px;}
  .bn-list{flex-wrap: wrap;}
  .list-products .title_n{font-size: 30px;}
  .list-ins .list{justify-content: space-between;}
  .list-ins .item{width: 48%;margin-right: 0;}
  .hand{margin-top: 15px;}
  .list-contaact .bd .contact-l,.list-contaact .bd .txt{width: 100%;padding-left: 0;}
  .list-news .list .item{width: 48%;margin-right: 0;}
  .list-news .list{justify-content: space-between;}
  .list-pro{padding: 35px 0;}
  .list-about .about-l,.about-a{width: 100%;padding-left: 0;}
  .footer .info .dls{flex-wrap: wrap;}
  .h_banner{margin-top: 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 .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;}
  .index-pro{padding: 35px 0;}
  .about-r{width: 100%;margin-top: 40px;}
  .index-about .about-r h3{margin: 80px 0 30px;}
  .index-about .wrap.flex{flex-wrap: wrap;}
  .index-about{padding: 40px 0;}
  .wrap{width: 96%;}
 .list-products .head .show-banner{display: block;}
.list-pro .right{width:100%;max-width:100%;padding-left: 0;}
.main,.footer{padding:20px 0;}
.top_header,.list-pro .left,.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;}
.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 40px 0;}
.list-pro .list{justify-content: space-between;}
.list-contact .bd .left p{margin-top:10px;}
.index-form{height:auto;padding:30px 15px;}
.index-form .txt p{font-size:15px;margin-top:12px;}
.index-form .form{width:100%;}
.index-form .form .btn{height:45px;width:120px;font-size:14px;}
.index-form .form input{height:45px;flex:1;font-size:14px;}
.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 .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; }
}
@media screen and (max-width:786px){
.list-contaact .bd{margin-top: 20px;}
.contacts .con-item{width: 100%;margin-bottom: 35px;}
.catalog{padding: 40px 0;}
.index-pro .list{margin-top: 0;}
.location{display: none;}
.list-type{padding: 40px 0;}
.cats{display: none;}
.rongyao-section,.gongyi-section,.zhaoshang-section{padding:50px 0 20px 0;}.rongyao-title h1,.gongyi-title h1,.zhaoshang-title h1{font-size:32px;}.rongyao-right h2{font-size:24px;}.img-grid{gap:10px;}.img-item.medium{height:150px;}.youshi-grid{grid-template-columns:1fr;gap:30px;}.youshi-section h2,.liucheng-section h2{font-size:26px;}.liucheng-item{gap:15px;}.contact-info .phone{font-size:36px;}.consult-btn{font-size:16px;padding:8px 15px;}.gongyi-card{padding:30px 20px;}.card-number{width:45px;height:45px;font-size:16px;}.step-number{width:38px;height:38px;font-size:14px;} .jingshen-section p{margin-bottom: 35px;}.rongyao-right{margin-top: 20px;}
.vision{padding: 50px 0 30px;}
.vision .desc,.vision .flex{margin-top: 40px;}
.footer .info .dls .dl{width: 100%;margin-right: 0;}
.footer .info .dls .dl .desc{max-width: 100%;}
  .box_skitter .prev_button::after,.box_skitter .next_button::after{font-size: 20px;}
  .box_skitter .prev_button{left: 15px;width: 20px;height: 20px;}
  .box_skitter .next_button{right: 15px;width: 20px;height: 20px;}
  .list-contaact .bd .t h1{font-size: 35px;}
  .list-news .title_n{font-size: 26px;margin: 40px 0;}
  .titlec h1{font-size: 35px;}
  .footer .info .dls .dl1{display: none;}
  .index-support .tit{font-size: 35px;}
  .index-cate .titles h1{font-size: 35px;}
  .list-products .body table tr td:nth-child(1){padding-left: 30px;width: 30%;}
  .titlex h1{font-size: 35px;}
  .titlex h1{margin-top: 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: 40px 0;}
  .index-join .tit{font-size: 24px;}
  .index-join .box{padding: 60px 0;}
  .index-join .item{width: 100%;margin-bottom: 35px;}
  .about-t .about-l .content,.index-about .wrap.flex{margin-top: 35px;}
  .custom{padding: 40px 0;}
  .custom .tit{font-size: 30px;}
  .custom .contents{margin-top: 35px;}
}
@media screen and (max-width:600px){
.contacts{margin-top: 40px;}
.list-application .list .item{width: 100%;}
.list-type .item .text{padding: 30px 15px 40px;}
.list-type .list .item{margin-bottom: 40px;}
.list-type .item .text h2{font-size: 22px;}
.list-type .item .txt{margin-top: 40px;}
.youshi-card h3{font-size: 20px;}
.youshi-card{min-height: 200px;}
.liucheng-item{margin-bottom: 20px;}
.liucheng-section{margin-top: 40px;}
.contact-info .phone{font-size: 30px;}
.consult-btn{margin-left: 20px;}
.list-base .base-l .textcontent p{margin-bottom: 15px;}
.list-base .flex{margin-top: 40px;}
.list-base .base-l .textcontent{margin-top: 35px;}
.list-base .base-l h1{font-size: 22px;}
.base-data{margin-top: 40px;}
.base-data .bn-list .libox,.base-data .bn-list .libox:last-child{width: 50%;}
.honor{padding-bottom: 60px;}
.honor .jb{display: none;}
.honor{background:url("/skin/images/honor-back_02.png") no-repeat center bottom -40px/auto auto;}
.honor-swiper{padding-bottom: 60px;}
.wrap-1700{margin: 30px auto 0 auto !important;width: 88%;}
.honor-swiper{width: 100%;}
.honor .list{width: 100%;}

.vision .item{width: 100%;}
.footer .info{padding-top: 35px;}
.footer .info .totop{margin: 20px 0 10px;}
.footer .meslist{padding: 25px 0 30px;}
.footer .meslist #submit i{margin: 0 15px 0 0;}
.footer .meslist #submit{flex-direction: row;}
.footer .meslist .mes-title{font-size: 24px;}
.footer .meslist form{flex-wrap: wrap;}
.footer .meslist #submit{margin-top: 30px;}
.footer .meslist .form-con{width: 100%;}
.pro-swiper{padding-top: 40px;}
 .index-about .about-l h5 {font-size: 35px;}
.index-about .about-r h3{margin: 40px 0 20px;}
.index-about .about-l h1{font-size: 55px;margin-top: 40px;}
.index-about .about-l p{font-size: 23px;}
.index-about .about-l h3{font-size: 14px;}
.index-cate .item{width: 100%;}
.index-support::before{width: 80px;height: 80px;}
.index-support::after{width: 120px;height: 120px;}
.index-support .item h1{font-size: 22px;margin-top: 20px;}
.index-support .item .icon{width: 60px;height: 60px;}
.index-support .item .icon i{font-size: 25px;}
.index-support .flex{margin-top: 40px;}
.titles h3{font-size: 26px;line-height: 1.1;}
.bn-list li h2 .plus{font-size: 35px;}
.bn-list li h2 .txt{font-size: 25px;}
.bn-list .libox{justify-content: flex-start;padding-left: 15px;}
.bn-list li h2 .txt{right: -30px;}
.box_skitter .text_b .list span{font-size: 10px;border-width: 1px;border-radius: 2px;} 
/*.box_skitter .text_b p{display: none;}*/
.box_skitter .text_b .p1{margin-bottom: 20px;}
.box_skitter .text_b .p2{line-height: 22px;}
.list-products .title_n{margin: 25px 0 20px;}
.bookbox  iframe{height: 450px;}
  .list-contaact .message .content{height: 120px;}
.list-contaact .bd .txt{padding-bottom: 20px;}
.list-contaact .message .form-div{flex-wrap: wrap;}
.list-contaact .form-div .code_box{width: 100%;margin-bottom: 30px;}
.list-contaact{padding-top: 40px;}
.news-list{padding: 50px 0;}
.news-detail{padding: 35px 0;}
.list-news .list .item{width: 100%;;margin-bottom: 40px;padding-bottom: 0;}
  .footer .bottom br{display: inline-block;}
  .footer .bottom p a{margin-left: 0;}
  .form-group{flex-wrap: wrap;}
  .checkbox-row{flex: unset;margin-top: 20px;}
  .index-support{padding: 50px 0;}
  .index-support .item h1{min-height: unset;}
  .index-support .item p{margin-top: 25px;}
  .index-support .item{width: 100%;}
  .link{padding: 40px 0 20px;}
  .link .item{width: 48%;}
  .link .item i{font-size: 60px;}
  .link .item span{font-size: 16px;margin-top: 10px;}
 .link .item:nth-child(2) i{font-size: 65px;}
 .link .item:nth-child(6) i{font-size: 52px;}
  .index-about .textcontent p{margin-bottom: 30px;}
  .index-about .about-r{width: 100%;}
  .h_banner .btns{display: none;}
  .list-news .show .m .btn{margin-top: 35px;}
  .news{padding-bottom: 40px;}
  .list-fac .item{width: 100%;margin-bottom: 25px;}
.history{background-position: center center;}
.his-swiper .swiper-slide .his-item{height: 650px;}
.his-swiper .swiper-slide-active .his-item .txt{height: 280px;opacity: 1;min-height: 280px;}
.his-swiper .swiper-slide-active .his-item .txts{top: 25%}
.his-swiper .swiper-slide-active .his-item{background: rgba(230,0,18,0.3);}
  .bn-lista{flex-wrap: wrap;}
.bn-lista li{width: 50%;margin-bottom: 30px;}
.index-data{padding: 35px 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;}
.index-adv .adv_r .tit{font-size: 28px;}
.list-pro .list .item{width: 100%;}
.index-app .item h2{height: 40px;font-size: 18px;}
 .bn-list li .des{font-size: 14px;}
 .bn-list li h2 .number{font-size: 38px;}
 .bn-list{margin-top: 0;}
 .about-t .about-l .content p, .content1 p{margin-bottom: 10px;}
.location{height: 40px;margin-top: -40px;}
.location a{font-size: 16px;}
.about-b,.bn-list{width: 100% !important;}
.index-pros{padding-bottom: 60px;}
.index-about .ab_box .textcontent{margin-top: 30px;}
.index-about .ab_l h1{font-size: 30px;}
.bna-list li{width: 47% !important;}
.bna-list li .li_box{margin-left: 0;}
.bna-list li .des{font-size: 13px;}
.list-about .about-l .tit-a{font-size: 28px;}
.list-about{padding: 35px 0 10px;}
.list-about .about-l .textcontent{margin-top: 35px;}
.list-about .about-l .pics{margin-top: 30px;}
.list-about .about-l .textcontent p{font-size: 16px;line-height: 28px;}
.paging{margin-top: 0;}
.faq{padding: 10px 0 50px;}
.gongyi-swiper-container{padding-left: 0;}
.gongyi-section{padding-left: 15px;padding-right: 15px;}
.pro-swiper,.box_skitter,.border_box,.index-about{overflow: hidden !important;}
.wrapper{max-width:96%;padding: 0 10px;}
}