@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:1685px;margin:0 auto;}
.wraps{width:96%;max-width:1600px;margin:0 auto;}
.wrap-1480{width:96%;max-width:1480px;margin:0 auto;}
.wrap-860{width:96%;max-width:860px;margin:0 auto;}
.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}
.top{height:60px;background:var(--bgcolor);transition: 0.6s;}
.top .wrap{align-items: center;height: 100%;}
.top .txt h2{font-size:18px;color:#fff;font-family: 'Poppins-Regular';}
.top .info{height:50px}
.top .lang-box .lang a{display: flex;align-items: center;margin-right: 30px;font-size: 16px;}
.top .lang-box .lang a span{margin-left: 10px;color: #fff;font-family: 'Roboto-Regular';}
.top .lang-box{align-items: center;height: 100%;}
.header{transition:.6s;height:70px;width:100%;background:#fff;z-index: 9999999;display:flex;align-items: center;}
.header.height{box-shadow:0 15px 30px rgba(0,82,162,.1);height: 60px;transform: translateY(-60px);}
.top_header.height .top{transform: translateY(-60px);}
.header.height .header-left .menu .sub{top: 50px;}
.header .header-left{align-items: center;}
.header .menu{align-items: center;} 
.header .header-left .logo{margin-right:40px;}
.header .header-left .logo img{transition: 0.5s;}
.header.height .header-left .logo img{transform: scale(0.8);}
.header .header-left .item h3 a{font-family: 'Roboto-Medium';font-size:18px;position: relative;}
.header .header-left .item:hover h3 a,.header .header-left .item.on h3 a{color:var(--bgcolor);}
.header .header-left .item{margin-right:55px;position: relative;height: 100%;}
.header .header-left .item:last-child{margin-right: 20px;}
.header .header-right {align-items: center;}
.header .header-right .book{width: 45px;height: 45px;border-radius: 50%;background: var(--bgcolor);display: flex;align-items: center;justify-content: center;margin-left: 25px;}
.header .item{display:flex;height:80px;align-items: center;}
.header .header-left .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
    position: absolute;
    top: 55px;
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.93);
    box-shadow:0 15px 30px rgba(0,82,162,.1);
  }
  .header .header-left .menu .sub .wrap {
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px;
    width: 100%;
  }
  .header .header-left .menu .sub .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
    position: relative;
    align-items: center;
  }
  .header .header-left .menu .sub .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .header-left .menu .sub .p a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    transition-duration: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
  }
  /* .header .header-left .menu .sub .p:hover{border-color:#338BCF} */
  .header .header-left .menu .sub .p:hover > a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .header-left .menu .item:hover .sub {
    transform: scaleY(1);
  }
  .header .header-left .menu .sub .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .header-left .menu .sub .p a:hover::before {
    background-color: #fff;
  }
  .header .header-left .menu .sub::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,.93);
    left: 20px;
    top: -19px;
    position: absolute;
  }
  
  .header .subs {
    z-index: 2;
    /* transform: scaleY(0); */
    /* transform-origin: top; */
    transform: translate(100%);
    transition: 0.6s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.8);
    display: none;
  }
  .header .subs .wrap {
    display: flex;
    flex-direction: column;
    padding: 15px 0 25px;
  }
  .header .subs .p {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: 1px solid #d4d5d6;
  }
  .header .subs .p:nth-child(5n) {
    margin-right: 0;
  }
  .header .subs .p a {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    transition-duration: 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
  }
  .header .subs .p:hover a {
    color: #fff;
    background-color: var(--bgcolor);
  }
  .header .sub .p:hover > .subs {
    /* transform: scaleY(1); */
    opacity: 1;
    display: block;
  }
  .header .subs .p a::before {
    content: "";
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--bgcolor);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .header .subs .p a:hover::before {
    background-color: #fff;
  }
.header .item:hover .sub{transform: scaleY(1);}

.search-div {
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  background: var(--bgcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  padding-left: 10px;
}
.search-div form{display: flex;align-items: center;width: 100%;justify-content: center;}
.search-div input {
  height: 35px;
  width: calc(83% - 25px);
  border: none;
  outline: none;
  font-size: 18px;
  background: var(--bgcolor);
  font-family: 'Poppins-Regular';
  color: #fff;
  padding-left: 5px;
}
.search-div input::placeholder{color: #fff;}
.search-div button i{font-size: 26px !important;color: #fff !important;}
.search-div button {
  border: none;
  width: 17%;
  background: var(--bgcolor);
  display: flex;
  align-items: center;
}

.h_banner{position: relative !important;margin-top: 130px;overflow: hidden;}
.h_banner img{width: 100%;}

.swiper-button-next:after,.swiper-button-prev:after{content: ""}

.h_banner .home_swi .home_pag { bottom: 70px;}
.home_swi .swiper-button-prev {
    left: 2.86vw !important;
    top: 20vw !important;
    margin-top: 0;
    background-image: none !important;
  }
  .home_swi .swiper-button-prev i{ font-size: 2.34vw;color: #fff;opacity: 0.7;}
  .home_swi .swiper-button-prev i:hover{opacity: 1}
  
  .home_swi .swiper-button-next {
    right: 2.86vw !important;
    top: 20vw;
    color: #fff;
    margin-top: 0;
    background-image: none !important;
  }
  .home_swi .swiper-button-next i{ font-size: 2.34vw;color: #fff;opacity: 0.7;}
  .home_swi .swiper-button-next i:hover{opacity: 1}
  .home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background-color: #fff; width: 25px;height: 25px;border-radius: 50%;margin-right: 15px !important;transition: 0.5s;}
  .home_swi .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);width: 55px;height: 25px;border-radius: 25px;margin-right: 15px !important;}
    .h_banner .home_swi .h_b_box .h_b_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .h_banner .home_swi .h_b_box .h_b_txt .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
.h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 60px;font-family: 'Versa-Versa';line-height: 1.1;text-transform: uppercase;z-index: 10; color: #fff;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 24px;text-align: center;margin-top: 50px;font-family: 'Roboto-Regular';line-height: 1.1;z-index: 10; color: #fff;max-width: 1130px;text-align: center;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btns{width: 220px;height: 60px;border-radius: 8px;font-size: 25px;color: #fff;font-family: 'Roboto-Medium';display: flex;align-items: center;justify-content: center;margin: 60px 0 0;z-index: 10;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btns span{color: #fff;line-height: 1;}
.h_banner .home_swi .h_b_box .h_b_txt::after{content: "";height: 100%;width: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.4);z-index: 2;}
 .h_banner .jump{position: absolute;bottom: 70px;left: 50%;transform: translateX(-50%);z-index: 5;animation: slide 1.5s linear infinite;}
 .h_banner .jump img{width: auto;}
.banner{margin-top: 130px;}
.company-section {
  padding: 110px 0 120px;
}
.titles {
  text-align: center;
}
.company-main-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.company-main-left .pic{width: 46.6%;overflow: visible;}
.company-main-left .pic .exp{background: var(--bgcolor);color: #fff;font-size: 26px;position: absolute;top: 53%;right: -9%;white-space: nowrap;padding: 20px 52px;font-family: 'Roboto-Bold';max-width: 310px;word-break: break-all;white-space: wrap;background: linear-gradient(-135deg, transparent 30px, var(--bgcolor) 0);}
.company-main .pic img,.company-main .pics img{transition: 0.5s;}
.company-main .pics:hover img{transform: translateY(-20px);}
.btn-box .btns{width: 160px;height: 50px;border-radius: 5px;font-size: 20px;font-family: 'Roboto-Medium';display: flex;align-items: center;justify-content: center;}
.btn-box .btns span{color: #fff;}
.btn-box{display: flex;margin-right: 60px;}
.prosw .btn-box,.index-app .btn-box{margin-right:0;justify-content: center;width: 100%;}
.index-app .btn-box{margin-top: 50px;}
.company-section .list{margin-top: 50px;align-items: center;}
.company-desc {
 width: 46%;
}
.company-desc .tit{font-size: 56px;font-family: 'Versa-Versa';margin-bottom: 15px;line-height: 1.1;}
.company-desc .tit span{color: var(--bgcolor);font-family: 'Versa-Versa';}
.company-desc p {
  font-size: 20px;
  line-height: 38px;
  font-family: 'Roboto-Regular';
  color: #676767;
}

.desc-list {
  list-style: none;
  margin-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c5c5c5;
}

.desc-list li {
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1.05;
  width: 50%;
}
.desc-list li p{width: calc(100% - 45px);cursor: pointer;transition: 0.4s;font-family: 'Roboto-Bold';font-size: 30px;color: #3c3c3c;}
.desc-list li:hover p{color: var(--bgcolor);}
.desc-list li .icons img{transition: 0.6s;}
.desc-list li .icons{margin-right: 18px;}
.contact-box {
  display: flex;
  align-items: center;
}
.contact-box .cons p,.contact-box .cons p a{font-family: 'Roboto-Bold';font-size: 24px;transition: 0.4s;color: #3c3c3c;}
.contact-box .cons{margin-left: 20px;margin-top: 0;}
.contact-box .cons:hover p,.contact-box .cons:hover p a{color: var(--bgcolor);}
.contact-label {
 font-size: 20px;
 font-family: 'Roboto-Medium';
 color: #676767;
}

.index-cates .cates-l{width: 40%;}
.index-cates .cates-r{width: 54%;}
.index-cates .cates-tit{font-size: 42px;font-family: 'Versa-Versa';line-height: 1;}
.index-cates .cates-desc{font-size: 20px;color: #676767;line-height: 30px;margin-top: 30px;font-family: 'Roboto-Regular';max-width: 650px;}
.cates-list{list-style: none;padding: 0;margin: 40px 0 30px;}
.cates-list li{margin-bottom: 34px;}
.cates-list li:last-child{margin-bottom: 0;}
.cates-list li a{display: flex;align-items: center;height: 105px;border: 2px solid #d5d5d5;padding: 0 40px;transition: 0.4s;}
.cates-list li a:hover{border-color: var(--bgcolor);}
.cates-list li .icons{display: flex;align-items: center;margin-right: 40px;background: transparent;}
.cates-list li .icons img{transition: 0.4s;}
.cates-list li p{font-size: 24px;font-family: 'Roboto-Bold';transition: 0.4s;}
.cates-list li a:hover p{color: var(--bgcolor);}
.cates-btn{display: flex;align-items: center;justify-content: center;width: 100%;height: 105px;background: var(--bgcolor);border-radius: 11px;color: #fff;font-size: 25px;transition: 0.4s;}
.cates-btn:hover{box-shadow: 0 10px 23px rgba(0,0,0,0.13);}
.cates-btn span{color: #fff;line-height: 1;font-family: 'Roboto-Bold';}
.cates-btn i{display: flex;margin-left: 30px;transition: 0.3s;}
.cates-btn:hover i{transform: translate(10px);}
.index-cates .cates-r .pic img{display: block;width: 100%;height: 525px;object-fit: cover;}
.index-cates .cates-r p{background: rgba(0,0,0,0.06);padding: 40px 50px;font-size: 20px;color: #676767;line-height: 32px;font-family: 'Roboto-Regular';}
.index-cates .icons img:nth-child(2){display: none;}
.index-cates .item.active .icons img:nth-child(2){display: inline-block;}
.index-cates .item.active .icons img:nth-child(1){display: none;}
.index-cates .item.active a{background: var(--bgcolor);border-radius: 7px;box-shadow: 0 10px 23px rgba(0,0,0,0.13);border-color: var(--bgcolor);}
.index-cates .item.active a p{color: #fff;}
.index-cates .cates-list li a:hover{background: var(--bgcolor);border-radius: 7px;box-shadow: 0 10px 23px rgba(0,0,0,0.13);}
.index-cates .cates-list li a:hover p{color: #fff;}

.titlea{font-size: 55px;font-family: 'Versa-Versa';text-align: center;}
.list-about{padding: 60px 0 100px;}
.list-about .textcontent{margin-top: 20px;}
.list-about .textcontent p{font-size: 20px;line-height: 32px;color: #5b5b5b;margin-bottom: 20px;}
.bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
    margin-top: 80px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 40px;
  }
 .bn-list .libox{width: 25%;transition: 0.5s;border-right: 1px solid #cfcfcf;}
 .bn-list .libox:last-child{border-right: none;}
 .bn-list li {
    transition: 1s ease;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.5s;
  }
  .bn-list li h2 .txt{
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -60px;
   }
   .bn-list li h2{position: relative;}
   .bn-list li h2 .txt>sup{
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 20px;
   }
   .bn-list li h2 .plus{
    font-size: 21px;
    font-family: 'Montserrat-Medium';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -30px;
   }
   .bn-list li h2 .number {
    font-size: 67px;
    font-family: 'Roboto-Bold';
    display: inline-block;
    transition: 0.5s;
  }
  .bn-list .libox:hover h2 .number{color: var(--bgcolor);}
 .bn-list li .des {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    font-family: 'Montserrat-Medium';
  }
.fac .fac-swiper{overflow: visible;width: 100%;}
.fac .fac-swiper h2{font-size: 27px;text-align: center;background: var(--bgcolor);color: #f8f8f8;padding: 25px 5px;}
.fac{padding-bottom: 130px;}
.fac-swiper .item{opacity: 0.5;transition: 0.5;}
.fac-swiper .swiper-slide-active .item{opacity: 1;}
.fac-swiper .swiper-button-prev,.fac-swiper .swiper-button-next{width: 42px;height: 42px;border: 4px solid #000;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: 0.5s;}
.fac-swiper .swiper-button-prev i,.fac-swiper .swiper-button-next i{font-size: 30px;color: #000;font-weight: bold;transition: 0.5s;}
.fac-swiper .swiper-button-prev{left: -120px;position: absolute;top: 50%;transform: translateY(-50%);}
.fac-swiper .swiper-button-next{right: -120px;position: absolute;top: 50%;transform: translateY(-50%);}
.fac-swiper .swiper-button-prev:hover,.fac-swiper .swiper-button-next:hover{background: var(--bgcolor);border-color: var(--bgcolor);}
.fac-swiper .swiper-button-prev:hover i,.fac-swiper .swiper-button-next:hover i{color: #fff;}
.fac-swiper .swiper-pagination{bottom: 0;}
.fac-swiper .swiper-pagination .swiper-pagination-bullet{ opacity: 1; background: #5b5b5b;width: 18px;height: 18px;border-radius: 50%;margin-right: 20px !important;}
.fac-swiper .swiper-pagination .swiper-pagination-bullet-active{background: var(--bgcolor);}
.fac-swiper{padding-bottom: 100px;}
.app-swiper .pic img{width: 100%;}
.link{width: 100%;border-top: 1px solid #e9e9e9;border-bottom: 1px solid #e9e9e9;padding: 60px 0;}
.link .item{display: flex;flex-direction: column;width: 16.6%;align-items: center;justify-content: flex-end;}
.link .item i{font-size: 75px;color: #333333;transition: 0.5s;}
.link .item:hover i{color: var(--bgcolor  );}
.link .item:nth-child(2) i{font-size: 80px;}
.link .item:nth-child(6) i{font-size: 67px;}
.link .item span{font-size: 24px;font-family: 'Montserrat-SemiBold';text-align: center;margin-top: 18px;}
.index-support{padding: 70px 0 80px;}
.index-support .tit{font-size: 72px;line-height: 1;font-family: 'Montserrat-SemiBold';}
.index-support .item{width: 22.6%;}
.index-support .flex{margin-top: 90px;}
.index-support .item .icon{min-height: 44px;}
.index-support .item h1{font-size: 24px;line-height: 1.1;font-family: 'Montserrat-SemiBold';margin-top: 25px;max-width: 200px;min-height: 50px;}
.index-support .item p{font-size: 18px;line-height: 32px;margin-top: 35px;}

.profile{border-top: 1px solid #f3f3f3;padding-top: 65px;}
.profile .txtcontent{margin-top: 45px;}
.profile .txtcontent p{font-size: 20px;font-family: 'SourceHanSansCN-Light';color: #343434;line-height: 36px;width: 100%;margin-bottom: 25px;}
.list-fac{padding-top: 70px;}
.list-fac .item{width: calc((100% - 120px)/4);margin-right: 40px;position: relative;margin-bottom: 40px;padding: 4px;border-radius: 8px;overflow: hidden;transition: 0.5s;background: #fff;}
.list-fac .item:hover{box-shadow: 0 5px 20px rgba(0,0,0,.05);}
.list-fac .item:nth-child(4n){margin-right: 0;}
.list-fac .item .pic{border-radius: 8px 8px 0 0;overflow: hidden;}
.list-fac .item:hover .pic img{transform: scale(1.1);}
.list-fac .item h2{width: 100%;display: flex;align-items: center;font-size: 18px;transition: 0.5s;padding: 20px 10px 20px 13px;}

.list-application{padding-top: 75px;}
.list-application .list{width: 100%;}
.list-application .list .item{width: calc((100% - 165px)/4);margin-right: 55px;margin-bottom: 65px;overflow: hidden;transition: 0.5s;}
.list-application .list .item:nth-child(4n){margin-right: 0;}

.list-download{padding: 60px 0 0;}
.list-download .list .item{margin-bottom:45px;}
.list-download .list .item a{transition-duration:.5s;display:flex;padding:35px 160px 30px 115px;width: 100%;justify-content: space-between;border: 2px solid #d5d5d5;}
.list-download .list .item .name{display:flex;}
.list-download .list .item .name .i{width:40px;display:flex;align-items: center;}
.list-download .list .item .name .i i{height:22px;width:22px;background:#000;font-size:0;border-radius:22px;}
.list-download .list .item .name .info{width: calc(100% - 40px);}
.list-download .list .item .name .info h3{transition-duration:.5s;font-size:22px;}
.list-download .list .item .name .info p{transition-duration:.5s;padding-top:8px;color:#1a1f2d;font-size:14px;display: flex;align-items: center;}
.list-download .list .item .name .info p i{font-size:20px;margin-right:4px;}
.list-download .list .item .more{display:flex;align-items: center;}
.list-download .list .item .more i{transition-duration:.5s;color:#000;font-size: 25px;}
.list-download .list .item .more i:last-child{margin-left:20px;}
.list-download .list .item:hover a{background:var(--on-color);border-color: var(--bgcolor);border-radius: 7px;}
.list-download .list .item:hover .name .i i{font-size:16px;color:var(--bgcolor);background:#fff;;}
.list-download .list .item:hover .name .info h3{color:#fff}
.list-download .list .item:hover .name .info p{color:#fff;}
.list-download .list .item:hover .more i{color:#fff;}
.down-paging{margin-top: 60px;}

.faq{display: flex;justify-content: space-between;align-items: center;margin: 50px 0 30px;}
.title_s{font-size: 38px;font-family: 'Montserrat-Bold';text-align: center;line-height: 1;margin-bottom: 60px;}
.faq .faq_t{display: flex;justify-content: space-between;align-items: center;}
.faq .faq_t .qu,.faq .faq_t .qu span{font-size: 26px;width: calc(100% - 40px);color: #000;font-family: 'Roboto-Medium';}
.faq .faq_t i{font-size: 16px;width: 30px;height: 30px;background: #fff;color: #8e8e8e;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: bold;cursor: pointer;border: 2px solid #8e8e8e;transition: 0.5s;transform: rotate(-90deg);}
.faq .faq_box{border-top: 2px solid #e7e7e7;padding: 50px 0 35px;cursor: pointer;}
.faq .faq_box:last-child{border-bottom: 2px solid #e7e7e7;}
.faq .faq_box .an{font-size: 20px;line-height: 35px;margin-top: 20px;display:none;height: auto;padding: 0 100px 0 35px;color: #565656;}
.trans{transform: rotate(-180deg) !important;}
.bgcolor{background: var(--bgcolor) !important;border-color: var(--bgcolor) !important;color: #fff !important;}
.color{color: var(--bgcolor) !important;}

.honor{padding-top: 70px;}
.honor .index-title{margin-bottom: 20px;}
.honor .list{margin-top: 70px;}
.honor .item{width: calc((100% - 240px)/4);margin-right: 80px;margin-bottom: 40px;transition: 0.5s;}
.honor .item img{width: 100%;}
.honor .item:hover{transform: translateY(-15px);box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.honor .item:nth-child(4n){margin-right: 0;}

.titlec h1{font-size: 60px;font-family: 'Montserrat-SemiBold';line-height: 1;color: var(--bgcolor);}
.titlec p{font-size: 18px;line-height: 32px;margin-top: 20px;max-width: 820px;color: #000;}
.list-act .titlec p{max-width: 100%;margin-top: 30px;}
.titlec h3{font-size: 18px;margin-top: 30px;color: var(--bgcolor);}
.develop {padding-top: 60px;}
.develop .bd{padding-left:16px}
.develop .bd ul{border-left:1px solid #D2D2D2;margin-top:50px;}
.develop .bd li{position:relative;padding-bottom:60px;display:flex;}
.develop .bd li:before{left:-16px;top:16px;width:32px;height:32px;z-index:1;background:var(--bgcolor);border-radius:32px;position:absolute;content:"";}
.develop .bd li:after{left:-6px;top:26px;width:12px;height:12px;z-index:2;background:#fff;border-radius:12px;position:absolute;content:"";}
.develop .bd li span{position:relative;margin:0 30px 0 35px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:25px;background:var(--bgcolor);width:150px;height:63px;border-radius:10px;padding: 0 5px;text-align: center;}
.develop .bd li span:before{content:"";width:0;height:0;position:absolute;left:-20px;top:50%;transform: translateY(-50%);border: 10px solid transparent;border-right-color: var(--on-color);}
.develop .bd li p{display:flex;align-items:center;padding-left:26px;position:relative;font-size: 16px;width: calc(100% - 200px);line-height: 19px;}
.develop .bd li p:before{width:16px;height:16px;border-radius:16px;background:var(--bgcolor);position:absolute;left:0;top:50%;margin-top:-8px;content:"";}

.list-news .list .item{width: calc((100% - 100px)/3);margin-right: 50px;margin-bottom: 80px;overflow: hidden;transition: 0.5s;}
.list-news .list .item .pic{position: relative;transition: 0.5s;}
.list-news .list .item:hover .pic{position: relative;border-radius: 7px 7px 0 0;}
.list-news .list .item .pics{position: relative;}
.list-news .list .item:nth-child(3n){margin-right: 0;}
.news .list{margin-top: 50px;}
.list-news .list .item .date{min-width: 220px;height: 50px;border: 3px solid #fff;background: var(--bgcolor);color: #fff;font-family: 'Poppins-Medium';font-size: 20px;display: flex;align-items: center;justify-content: center;border-radius: 3px;position: absolute;left: 35px;bottom: 0;transform: translateY(50%);}
.list-news .list .item h2{font-size: 24px;font-family: 'Roboto-Bold';width: 100%;transition: 0.5s;padding-bottom: 24px;border-bottom: 1px solid #e0e0e0;}
.list-news .list .item:hover h2{color: var(--on-color);}
.list-news .list .item p{font-size: 18px;line-height: 36px;margin-top: 20px;}
.list-news .list .item .txts{background: #fff;padding: 70px 40px 50px 35px;}
.list-news .list .item:hover{box-shadow: 0px 32px 50px rgba(0,0,0,0.07);border-radius:  0 0 7px 7px;}
.news-list .list{margin-top: 80px;}

.links{width: 100%;padding-top: 70px;}
.links .pic{position: relative;width: 25%;overflow: hidden;}
.links .pic .txts{position: absolute;top: 0;left: 0;width: 100%;padding: 0 45px;z-index: 5;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.links .pic h2{font-size: 35px;font-family: 'Versa-Versa';line-height: 1;margin-top: 20px;color: #fff;text-align:center;}
.links .pic img{width: 100% !important;transition: 0.4s;transform: scale(1.01);}

.links .pic:hover>img{transform: scale(1.12);}

.footer{color:#fff;background:url("/skin/images/footer_02.jpg") no-repeat;background-size: cover;padding-top: 155px;}
.footer .info{display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 60px;}
.footer .info>.flex{flex-wrap: nowrap;}

.dl .dl-title1{margin-bottom: 24px;}
.footer .info .dls dt:hover a{margin-left: 8px;}
.dl>dd a{
  color: #fff;
  font-size: 18px;
}
.dl>dd a span{color: #fff;}
.footer .info-f{margin-left: 0 !important;}
.info-f .ico {
  align-items: center;
}
.info-f .ico a {
  position: relative;
  color: #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.info-f .ico a i{color: #fff;}
.info-f .ico a:hover{transform: translate(5px);}
.info-f .ico a:nth-child(1) i,.info-f .ico a:nth-child(3) i{font-size: 19px;width: 30px;height: 30px;background: #fff;color: var(--bgcolor) !important;border-radius: 50%;text-align: center;padding-top: 5px;}
.info-f .ico a:nth-child(3) i{font-size: 24px;padding-top: 10px;}
.info-f .ico a:nth-child(4) i{font-size: 32px;}
.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{margin-top: 45px;}

.footer{background: var(--bgcolor);padding-top: 50px;}
.footer .footer_l .des{color: #fff;font-size: 18px;max-width: 290px;line-height: 24px;margin-top: 20px;}
.footer .flex{flex-wrap: nowrap;}
.footer .dls{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.footer .dls .dl{margin-right: 30px;}
.dl .dl-title,.dl>dt a {
font-size: 20px;
color: #fff;
line-height: 1;
margin-bottom: 20px;
font-family: 'Roboto-Medium';
text-transform: uppercase;
}
.footer .dls .dl:last-child{margin-right: 0;}
.dl .tel a{margin-right: 10px;}
.dl>p .iconx{width: 16px;margin-right: 10px;}
.dl>p .iconx img{width: 100%;}
.dl>p a{width: calc(100% - 30px);}
.dl>p,.dl>p a{color: #fff;line-height: 32px;font-size: 18px;}
.dl>p{display: flex;max-width: 420px;margin-bottom: 5px;}
.dl .consbox{display: flex;white-space: nowrap;margin-right: 10px;color: #fff;}
.dl p:last-child .consbox{margin-right: 0;}
.dl .ems a{display: block;white-space: nowrap;}
.footer .dls .dl dd{line-height: 44px;}
.footer .dls .dl dd span{position: relative;display: inline-block;white-space: nowrap;}
.footer .dls .dl dd span:hover::after{width: 100%;}
.footer .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #f8c678;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
  z-index: -5;
}
.footer .dls .dl1{margin-top: 30px;}
.footer-c form{ margin-top: 150px;}
.footer-c .form-div{margin: 0 auto;display: flex;position: relative;width: 535px;height: 55px;background: #fff !important;border-radius: 55px !important;align-items: center;padding-left: 30px;}
.footer-c .form-div .email
{color:var(--bgcolor);font-size: 18px;height: 55px;padding-left: 40px;border-radius: 3px 0 0 3px;width: calc(100% - 145px);background: url("/skin/images/email_03.png") no-repeat left center;}
.footer-c .form-div .email::placeholder{color:var(--bgcolor);font-size: 18px;}
.footer-c #submit{transition: 0.3s ease;display: block; width: 140px;height: 45px;background-color: var(--bgcolor);font-size: 18px;color: #fff;cursor: pointer;border-radius: 45px;}
.footer .bottom{padding:30px 0;width: 100%;margin-top: 90px;border-top: 1px solid #f5ab38;}
.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:16px;color: #fff;display: flex; align-items: center;}
.footer .bottom .ba{margin-left: 15px;}
.footer .bottom .ga img{margin: 0 5px 0 15px;}

.list-news .content,.list-products .content{width: 100%;}
.news-detail .wrap{border: none;}
.news-detail{padding: 80px 0 50px;}
.list-news .show .t h2{font-size:25px;font-family: 'Roboto-Medium';}
.list-news .show .t .time{padding:25px 0 35px;font-size:18px;}
.list-news .show .c{margin-bottom:35px;padding:40px 0 60px;font-size:18px;line-height:32px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;}
.list-news .show .m .top_bottom_page p,.list-news .show .m .top_bottom_page p a{font-size:18px;line-height:32px;}
.list-news .show .m .top_bottom_page p a:hover{color:var(--bgcolor)}
.list-news .show .m .btn{width:150px;height:50px;display:flex;align-items: center;background:var(--bgcolor);color:#fff;font-size:18px;justify-content: center;border-radius: 6px;}
.list-news .show .m .btn span{color: #fff;}
.list-news .show .m .btn img{margin-right:10px}
.list-news .show .m .btn:hover{border-radius:30px}
.list-news .title_n{font-size: 48px;margin: 80px 0 65px;}
.list-news .title_n span{font-family: 'Montserrat-SemiBold';border-bottom: 3px solid var(--on-color);color: var(--on-color);}

.location{position: relative;margin-top: 40px;}
.location .wrap{display:flex;align-items: center;height: 100%;justify-content: space-between;}
.location a{font-size: 18px;color: #000;}
.location a:hover{color: var(--bgcolor);}
.location span{margin:0 6px;color: #000;font-size: 18px;}

.nav{display:flex;}
.list-contaact .nav{margin-top: 60px;}
.nav a{width:45px;height:45px;border-radius:6px;margin-right:10px;display:flex;align-items: center;justify-content: center;color:var(--on-color);border: 2px solid var(--on-color);}
.nav a i{color: var(--on-color);font-size: 23px;}
.nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);border-radius: 50%;}
.nav a:hover i{color:#fff;}
.list-contaact{padding: 55px 0 60px;}
.list-contaact .bd .t{width:360px;}
.list-contaact .bd .t h3{font-size:58px;font-family: 'Roboto-Bold';color:#fff;line-height: 1;color: var(--on-color);}
.list-contaact .bd .t p{font-size:18px;line-height:24px;margin-top: 25px;color: #212121;}
.list-contaact .bd .txt{width:calc(100% - 495px);}
.list-contaact .bd .txt .cons_box{display: flex;align-items: center;justify-content: space-between;width: 100%;flex-wrap: wrap;}

.list-contaact .bd .txt .icon{width: 47px;}
.list-contaact .bd .txt .con_box{display: flex;position: relative;background: #fcfcfc;border: 1px solid #e5e5e5;padding: 40px 60px 40px 45px;border-radius: 7px;margin-bottom: 50px;transition: 0.5s;align-items: flex-end;}
.list-contaact .bd .txt .con_box:hover{border-color: var(--on-color);}
.list-contaact .bd .txt .cons_box1 .con_box{width: 48%;}
.list-contaact .bd .txt .cons_box:last-child .con_box{padding: 35px 80px 35px 45px;}
.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_box .p span{font-size: 28px;font-family: 'Roboto-Medium';margin-right: 18px;white-space: nowrap;}
.list-contaact .bd .txt .con_box1 .item{margin-top: 0;}
.list-contaact .bd .txt .item{transition: 0.6s;margin-left: 30px;width: calc(100% - 80px);}
.list-contaact .bd .txt .item .p a{display: block;word-break: break-all;}
.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: 30px;font-family: 'Poppins-Medium';line-height: 1;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 22px;line-height: 32px;color: #212121;display: flex;font-size: 22px;}
.list-contaact .bd .codes{display: flex;justify-content: space-between;}
.list-contaact .bd .codex{margin-top: 50px;text-align: center;width: 47%;}
.list-contaact .bd .codex img,.footer .codex img{border: 10px solid var(--on-color);border-radius: 10px;width: 100%;}
.footer .codex{max-width: 200px;margin-top: 55px;}

.list-contaact .message{width: 100%;margin-top: 10px;background: #fcfcfc;border-radius: 20px;padding: 45px 70px 40px 60px;border: 1px solid #fcfcfc;}
.list-contaact .message .tit{font-size: 42px;font-family: 'Roboto-Bold';color: var(--on-color)}
.list-contaact .message p{font-size: 22px;margin: 30px 0 35px;font-family: 'Roboto-Regular';}
.list-contaact .message .form-div{display: flex;justify-content: space-between;align-items: center;margin-bottom: 35px;}
.list-contaact .message  .name,.list-contaact .message .mw
{font-size: 21px; width: 100%;height: 60px;padding-left: 30px;box-sizing: border-box;border-radius: 8px;transition: 0.4s;border: 1px solid #efefef;}
.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: 48.6%;}
.list-contaact .message form input::placeholder,.list-contaact .message form textarea::placeholder{ color: #000;}
.list-contaact .message .content{padding-top: 20px; width:100%;height: 300px;padding-left: 30px;margin-bottom: 35px;font-size: 21px;border: 1px solid #efefef;border-radius: 8px;transition: 0.4s;color:#000;}
.list-contaact .message #submit{transition: 0.5s ease; display: flex; min-width: 200px;height:60px;font-size: 20px;color: #fff;border: none;align-items: center;justify-content: center;border-radius: 8px;cursor: pointer;font-family: 'Roboto-Medium';}
.list-contaact .message #submit i{ margin-left: 10px;font-size: 26px;color: #fff;}
/* .list-contaact .message #submit:hover{transform: scale(1.08);} */
.list-contaact .form-div .code_box {
  position: relative;
  border: 1px solid #efefef;
  width: calc(100% - 290px);
  border-radius: 8px;
  transition: 0.4s;
}
.list-contaact .form-div .code_box input{width: 100%;height: 60px;padding-left: 30px;border-radius: 8px;font-size: 20px;}
.list-contaact .form-div .code_box img {
  height: 60px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}

.catalog{margin-top: 80px;}
.a-back{position: relative;} 
.a-back img{width: 100%;}
.a-back .txts{position: absolute;left: 30px;top: 23%;color: #fff;} 
.a-back .txts h1{font-size: 48px;line-height: 1.1;font-family: 'Montserrat-SemiBold';color: #fff;}
.a-back .name{font-size: 18px;color: #acacac;position: absolute;left: 20px;bottom: 13.5%;}
.bookbox{flex-direction: column;align-items: center;margin-bottom: 100px;}
.bookbox  iframe{width: 100%;height: 870px;}
.bookbox .btn-box{display: flex;margin-top: 40px;justify-content: center;}
.btna{height: 45px;min-width: 230px;display: flex;align-items: center;background: var(--bgcolor);padding: 2px;transition: 0.5s;position: relative;z-index: 0;overflow: hidden;cursor: pointer;margin-right: 35px;padding-right: 13px;}
.btna span{font-size: 16px;line-height: 1;display: flex;min-width: 180px;height: 100%;align-items: center;justify-content: center;position: relative;z-index: 3;color: #000;padding: 0 10px;transition: 0.5s;}
.btna span::after{content: '';width: 100%;height: 100%;background: #fff;position: absolute;top: 0;left: 0;z-index: -1;transition: 0.5s;}
.btna::after{content: '';width: 100%;height: 100%;background: var(--bgcolor);position: absolute;top: 0;right: 0;z-index: -3;transition: 0.5s;}
.btna:hover::after{width: 0;}
.btna:hover span::after{width: 0;}
.btna:hover span,.btna:hover i{color: #fff;}
.btna i{font-size: 22px;color: #fff;position: relative;z-index: 3;margin-left: 13px;transition: 0.5s;}
.swiper-button-prev,.swiper-button-next{background-image: none;}
.prosw .list{position: relative;}
.prosw .swiper-button-prev,.prosw .swiper-button-next{width: 47px;height: 47px;border: 4px solid #8e8e8e;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: 0.5s;}
.prosw .swiper-button-prev i,.prosw .swiper-button-next i{font-size: 30px;color: #8e8e8e;font-weight: bold;transition: 0.5s;}
.prosw .swiper-button-prev{left: -120px;position: absolute;top: 50%;transform: translateY(-50%);}
.prosw .swiper-button-next{right: -120px;position: absolute;top: 50%;transform: translateY(-50%);}
.list-app .swiper-button-prev{left: -90px;}
.list-app .swiper-button-next{right: -90px;}
.prosw .swiper-button-prev:hover,.prosw .swiper-button-next:hover{background: var(--bgcolor);border-color: var(--bgcolor);}
.prosw .swiper-button-prev:hover i,.prosw .swiper-button-next:hover i{color: #fff;}
.titles{text-align: center;}
.titles h1{font-size: 55px;font-family: 'Versa-Versa';}
.titles p{font-size: 21px;font-family: 'Roboto-Regular';color: #676767;margin-top: 5px;}
 .index-prod .list{display: flex;width: 100%;flex-wrap: wrap;}
 .index-prod .list .item{width: calc((100% - 160px) / 3);margin-right: 80px;border-radius: 8px;overflow: hidden;margin-bottom: 70px;background: #fff;transition: 0.5s;border: 1px solid #cfcfcf;padding-bottom: 60px;}
 .index-prod .list .item:nth-child(3n){margin-right: 0;}
 .prosw .list .item{width: 100%;margin-right: 0;margin-bottom: 0;}
 .pro-list .list .item{box-shadow: 7px 7px 7px rgba(0,0,0,0.04);}
 .index-prod .list .item:hover{box-shadow: 0px 32px 50px rgba(0,0,0,0.07);border-color: transparent;}
 .index-prod .list .item .pics{width: 100%;overflow: hidden;position: relative;background: #fff;text-align: center;display: block;padding-top: 70px;}
 .index-prod .list .item .pics .image{width:70%;transition: 0.8s;}
 .index-prod .list .item .pics .icon{position: absolute;left: 25px;top: 25px;display: flex;align-items: center;}
 .index-prod .list .item:hover .pics .image{transform: scale(1.08);}
 .index-prod .list .item:hover .txt{transition: 0.8s;}
 .index-prod .list .item .txt{padding: 25px 5px 0 5px;display: block;}
 .index-prod .list .item .txt .name,.index-prod .list .item .txt .no{font-size: 18px;text-align: center;font-family: 'Roboto-Medium';}
  .prosw .list .item .txt .name,.prosw .list .item .txt .no{color: var(--bgcolor);font-size: 16px;}
 .index-prod .pic_list{display: flex;background: #fff;justify-content: center;padding: 0 10px;cursor: pointer;margin-top: 40px;}
 .index-prod .pic_list .pic_item{width: 67px;height: 67px;border: 1px solid #ebebeb;margin-right: 12px;transition: 0.3s;}
 .index-prod .pic_list .pic_item:hover{border-color: var(--bgcolor);}
 .index-prod .pic_list .pic_item:last-child{margin-right: 0;}

.prosw{padding: 110px 0 120px;}
.index-pro{padding: 95px 0;}
.index-pro .list {margin-top: 60px;}
.index-pros .list .item{width: 100%;margin-right: 0;}
.swiper-container{margin: unset;}
.prod-swiper{width: 100%;overflow: hidden !important;margin-top: 60px;padding: 0 30px 60px 30px;}
.pros-box{display: flex;width: 100%;justify-content: flex-end;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;}
.list-app{padding: 0 0 50px;}

.video_ab{background: url("/skin/images/index_video_02.jpg") no-repeat center top/cover;padding: 220px 0 200px;position: relative;display: flex;flex-direction: column;align-items: center;background-size: cover ;}
.video_ab h2{font-size: 50px;font-family: 'Versa-Versa';line-height: 1.05;text-align: center;color: #fff;max-width: 1180px;margin: 0 auto;}
.video_ab .video-btn{position: relative;margin-top: 60px;display: inline-block;cursor: pointer;}
.video_ab .video-btn img{width: auto;}
.video_ab .video-btn .vbtn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 5;}
.videoback1{position: absolute;left: 0;top: 0;}
.video_ab .video-btn .videoback{animation: video 4s infinite}
.video_ab .video-btn .videoback1{animation: video1 4s 0.4s infinite}
.video_ab .more{color: #fff;font-size: 22px;padding-bottom: 5px;margin-top: 60px;cursor: pointer;}
.video_ab .more::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: #fff;transition: 0.5s;}
.video_ab .more:hover::after{width: 0;background: var(--bgcolor);}
.video_ab .more:hover{color: var(--bgcolor);border-color: var(--bgcolor);}
.index-app{padding: 130px 0 110px;}
.index-app .pics img{width: 100%;}
.index-app .pics{margin-top: 30px;}

.list-video{padding: 65px 0 0;}
.list-video .list .item{width: calc((100% - 70px) / 3);margin-right: 35px;margin-bottom: 80px;position: relative;overflow: hidden;transition: 0.5s;}
.list-video .list .item:nth-child(3n){margin-right: 0;}
.list-video .list .item .play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.list-video .list .item h2{font-size: 20px;padding: 25px 5px;width: 100%;text-align: center;background: #fff;transition: 0.5s;}
.index-video .list{margin-top: 60px;}
.list-video .list .item:hover .pic img{transform: scale(1.1);}
.list-video .list .item .pic{position: relative;}
.list-video .list .item:hover h2{background: var(--bgcolor);color: #fff;}
.list-video .list .item:hover{border-radius: 8px;}

.list-pro{padding: 70px 0 80px;}
.pro-detail{padding-bottom: 0;}
.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: 100%;}
.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 .img_list{z-index:2;width:930px}
.list-products .head .img_list .datu{width: calc(100% - 220px);box-shadow: 0 21px 30px rgba(0, 0, 0, 0.08);border: 1px solid #f5f5f5;background: #fff;}
.list-products .head .backs{width: 60px;height: 50px;background-color: #000;display: flex;justify-content: center;align-items: center;}
.list-products .head .datu .backs img{width: 29px;}
.list-products .head .img_list .datu{position: relative;}
.list-products .head .img_list .datu .cloud-zoom img{width:100%;}
.list-products .head .img_list .xiaotu{width:155px;display:flex;flex-wrap:wrap;align-content:flex-start;height: 560px;position: relative;}
.list-products .head .img_list .xiaotu li{transition:.5s;width:155px;height: 155px;margin-bottom: 25px;border: 1px solid #f1f1f1;border-radius: 2px;}
.list-products .head .img_list .xiaotu li:not(:last-child):hover{border-color:var(--bgcolor)}
.list-products .head .img_list .xiaotu li img{width:100%;max-height: 100%;}
.list-products .head .img_list .xiaotu .pro_next,.list-products .head .img_list .xiaotu .pro_prev{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:30px;}
.list-products .head .img_list .xiaotu .pro_next{position: absolute;top: -30px;left: 50%;transform: translate(-50%);}
.list-products .head .img_list .xiaotu .pro_prev{position: absolute;bottom: -30px;left: 50%;transform: translate(-50%);}
.list-products .head .img_list .xiaotu .more_pic{margin-top: 25px;position: relative;margin-bottom: 0;cursor: pointer;}
.list-products .head .img_list .xiaotu .more_pic::after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,.5);}
.list-products .head .img_list .xiaotu .more_pic span{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 35px;color: #fff;z-index: 99;font-family: 'Montserrat-Medium';}
.list-products .head .img_list .xiaotu .more_pic video{width: 100%;height: 100%;object-fit: cover;}
.list-products .head .img_list .xiaotu .more_pic .btn,.video-item .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 33px;z-index: 999;margin: 0;}
.list-products .head .txt_list{width: calc(100% - 930px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 95px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t h2{font-size:28px;font-family: 'Roboto-Bold';line-height: 1;margin-top: 20px;}
.list-products .head .txt_list .t p{margin-top: 30px;font-size: 30px;font-family: 'Roboto-Bold';font-weight: bold;}
.list-products .head .txt_list .t {border-bottom: 4px solid var(--bgcolor);padding-bottom: 30px;}
.list-products .head .txt_list .c .feature h3{margin-top: 30px;font-size: 25px;font-family: 'Roboto-Medium';line-height: 1;}
.list-products .head .txt_list .c .feature .fea-content{margin-top: 20px;}
.list-products .head .txt_list .c .feature p{font-size: 18px;color: #202020;line-height: 26px;;}
.list-products .head .txt_list .c .nav{display:flex;margin-top: 30px;}
.list-products .head .txt_list .c .nav a{min-width:50px;height:50px;border-radius:4px;margin-right:12px;display:flex;align-items: center;justify-content: center;color:#000;border: 2px solid #d6d6d6;background: #fff;width: unset;padding: 0 25px;font-size: 18px;}
.list-products .head .txt_list .c .nav a i{font-size: 25px;color:#000;margin-right: 30px;}
.list-products .head .txt_list .c .nav a:hover{border-color:var(--bgcolor);background:var(--bgcolor);color:#fff;}
.list-products .head .txt_list .c .nav a:hover i{color:#fff;}
.list-products .head .txt_list .c .nav .btnx{display: flex;}
.list-products .head .txt_list .c .nav .message_btns{transition-duration:.5s;cursor: pointer;background:var(--bgcolor);height:50px;padding:0 10px;border-radius:4px;display:flex;align-items: center;min-width: 160px;justify-content: center;font-size: 18px;margin-right: 65px;border: none;}
.list-products .head .txt_list .c .nav .message_btns img{margin-right:15px;}
.list-products .head .txt_list .c .nav .message_btns span{color:#fff;}
.list-products .head .txt_list .c .nav .message_btns:hover{border-radius:30px;background: var(--bgcolor);}

.list-products .title_n{font-size: 36px;margin-top: 70px;font-family: 'Roboto-Bold';font-weight: bolder;}
.list-products .params .menus{display: flex;justify-content: space-between;border-bottom: 2px solid #ababab;padding: 0 150px 0 200px;margin-top: 120px;}
.list-products .params .menus .item{font-size: 34px;font-family: 'Roboto-Bold';padding-bottom: 30px;margin-right: 30px;position: relative;}
.list-products .params .menus .item::after{content: "";width: 0;height: 5px;background: #262626;position: absolute;left: 0;bottom: -2px;transition: 0.5s;background: var(--bgcolor);}
.list-products .params .menus .item.active::after{width: 100%;}
.list-products .params .menus .item:last-child{margin-right: 0;}
.list-products .body{width: 100%;margin-top: 60px;}

.list-products .body table{width: 100%;border-collapse: collapse;}
.list-products .body table td{font-size:18px;color:var(--color);height:50px;vertical-align: middle;background: rgba(0,0,0,0.04);padding: 8px;width: 50%;padding-left: 205px;}
.list-products .body table td p{font-family: 'Roboto-Regular';}
.list-products .body table tr:nth-child(2n) td{background: transparent;}
.list-products .body table tr:first-child td{background: var(--bgcolor);color: #fff;font-family: 'Roboto-Medium';font-size: 20px;}
.pro-detail .list{margin-top: 50px;}
.list-products .feat p,.list-products .endurance p{font-size: 16px;line-height: 1.8;}

.modal-overlay{position:fixed;left: 0;top: 0;background: rgba(0,0,0,.5);width: 100%;height: 100%;z-index: 99999999999;display: none}
.modal-main{width: 1820px;height: 760px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 10px;padding: 30px 60px 25px 40px;overflow: hidden;}
.modal-main .hd{border-bottom: 2px solid #e7e7e7;} 
.modal-main .hd ul{display: flex;} 
.modal-main .close{position: absolute;top: 10px;right:10px;cursor: pointer;}
.modal-main .close i{font-size: 25px;}
.modal-main .bd,.modal-main .bd .modal-content{height: 100%;}
.modal-main .hd ul li{font-size: 16px;margin-left: 30px;padding-bottom: 10px;margin-bottom: -2px;cursor: pointer;}
.liclass{border-bottom: 2px solid var(--bgcolor);}
.modal-main .modal-l{width: 75%;height: 100%;}
.modal-main .modal-l .pic-box{height: 100%;width: 100%;cursor: zoom-in;overflow: hidden;position: relative;}
.modal-main .modal-l .pic-box img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 100%;}
.modal-main .modal-r{width: 22%;padding-top: 30px;}
.modal-main .modal-r h2,.modal-main .modal-r p{font-size:16px;line-height: 24px;}
.modal-main .modal-r .pic-item{width: calc((100% - 45px)/4);margin-right: 15px;border: 2px solid #d5dbdb;margin-bottom: 15px;}
.modal-main .modal-r .pic-list{flex-wrap: wrap;margin-top: 25px;}
.modal-main .videocontent .modal-l{display: flex;align-items: center;justify-content: center;align-items: center;padding-top: 20px;}
.modal-main .videocontent .modal-l h1{font-size: 18px;margin-top: 10px;}
.modal-main .modal-r .pic-item:nth-child(4n){margin-right: 0;}
.video-box{height: 100%;}
.modal-main .modal-l video{max-height: 90%;max-width: 100%;}
.modal-main .modal-r h3{font-size: 17px;padding: 8px 10px;background: #F0F2F2;margin-bottom: 15px;border-radius: 4px;}
.modal-main .modal-r .video-list{overflow-y: auto;}
.modal-main .modal-r .video-item{margin-bottom: 15px;}
.modal-main .modal-r .video-item .video-l{width: 50%;position: relative;}
.modal-main .modal-r .video-item .video-l video{width: 100%;transition: 0.5s;border: 2px solid transparent;}
.modal-main .modal-r .video-item .video-l .time{position: absolute;bottom: 8px;right: 8px;font-size: 12px;color: #fff;z-index: 999;}
.modal-main .modal-r .video-item .txt{width: 45%;font-size: 13px;line-height: 22px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}


@media (max-width: 1820px){
.h_banner .home_swi .h_b_box .h_b_txt .container .p1{font-size: 3.13vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{margin-top: 2.6vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .btns{margin: 3vw 0 0;}
}
@media (max-width: 1685px){
.prosw .swiper-button-prev,
.prosw .swiper-button-next{display: none;}
.list-app .swiper-button-prev{left: 15px;}
.list-app .swiper-button-next{right: 15px;}
.list-products .head .txt_list .c .nav .message_btn{margin-left: 0;margin-right: 25px;}
.list-products .head .txt_list{padding-left: 45px;}
.list-contaact .bd .txt .con_box,.list-contaact .bd .txt .cons_box:last-child .con_box{padding: 35px 30px 35px 30px;}
.list-contaact .bd .txt{width: calc(100% - 400px);}
.cats .item h3 a{font-size: 18px;padding: 0 20px;}
.cats .item{margin-right: 30px;}
 .index-prod .list .item{width: calc((100% - 80px) / 3);margin-right: 40px;}
.prosw .list .item{width: 100%;margin-right: 0;}
.company-main-left .pic{margin-bottom: 35px;}
.company-section {padding: 80px 0 90px;}
.company-section .btn-box{margin-right: 25px;}
.company-section .list{margin-top: 30px;}
.company-desc .tit{font-size: 45px;}
.desc-list li p{font-size: 25px;line-height: 32px;}
.desc-list{margin-top: 35px;padding-bottom: 30px;}
.company-main-left .pic .exp{font-size: 25px;max-width: 310px;padding: 15px 30px;}
.company-main-left{align-items: center;}
.header .header-left .item{margin-right: 30px;}
 .develop .bd li .events p{max-width: 41.67vw;font-size: 20px;line-height: 28px;padding: 20px 15px;}
}
@media (max-width: 1440px){
.list-products .head .txt_list .c .nav{flex-wrap: wrap;}
.list-products .head .txt_list .c .nav a{margin-top: 15px;}
.list-products .head .txt_list .t p{font-size: 28px;}
.list-products .head .txt_list .t h2{font-size: 24px;margin-top: 10px;}
.bn-list li h2 .number{font-size: 47px;}
.links .pic h2{font-size: 30px;}
.header .header-left .item h3 a{font-size: 16px;}
.list-pro .right{padding-left: 30px;}
.link .item span{font-size: 20px;}
.index-about .ab_l h1{font-size: 36px;}
.footer .info .dls .dl{margin-right: 2.86vw;}
.header .header-right .item{margin-right: 30px;}
.h_banner .btns{height: 45px;font-size: 16px;min-width: 150px;}
.index-cate .titles h1,.index-pros .pro-top .pro-l h1,.index-support .tit{font-size: 60px;}
.index-cate .item i img{width: .5rem;}
.index-cate .item .back{height: 60px;}
.index-cates .cates-tit{font-size: 40px;}
.cates-list li a{height: 90px;padding: 0 30px;}
.cates-list li .icons img{width: 60px;}
.cates-btn{height: 85px;font-size: 18px;}
.index-cates .cates-r .pic img{height: 430px;}
}
@media (max-width: 1350px){
  .list-products .params .menus{margin-top: 60px;}
  .list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
  .list-contaact .bd .txt .cons_box1 .con_box{width: 100%;}
  .list-contaact .bd .txt .icon{width: 38px;}
  .list-contaact .bd .txt .con_box{align-items: center;margin-bottom: 35px;}
  .list-contaact .bd .txt .con_box .p span{font-size: 24px;}
  .list-contaact .bd .txt .item .p a{font-size: 20px;}
  .list-video .list .item h2{font-size: 18px;}
  .fac .fac-swiper h2{font-size: 22px;}
  .titlea{font-size: 45px;}
  .video_ab h2{font-size: 40px;}
  .contact-box .cons p, .contact-box .cons p a{font-size: 20px;}
  .h_banner .jump img{width: 30px;}
   .h_banner .jump{bottom: 3.65vw;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .btns{width: 180px;height: 50px;font-size: 22px;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{margin-top: 2.6vw;font-size: 20px;}
  .search-div{width: 210px;}
  .search-div input{font-size: 16px;}
  .list-products .head .txt_list{width: 100%;padding-left: 0;margin-top: 55px;}
  .list-contaact .bd .txt .cons_box{flex-wrap: wrap;}
  .list-contaact .bd .txt .con_box{width: 100%;}
  .list-products .head .txt_list .c .nav .message_btn{margin-left: 0;margin-top: 15px;}
  .footer .info .message{width: 485px;}
  .header .header-left .item h3 a{font-size: 15px;}
  .header .header-left .item{margin-right: 15px;}
}
@media screen and (max-width:992px) {
.banner{margin-top: 0;}
.list-products .params .menus{padding: 0 35px;}
.list-video .list{justify-content: space-between;}
.list-video .list .item{width: 48%;margin-right: 0;margin-bottom: 40px;}
.list-download .list .item a{padding: 35px 20px 30px 20px;}
  .list-pro .paging{margin-top: 20px;}
  .honor .item,.list-application .list .item{width: 48%;margin-right: 0;}
  .list-application .list .item{margin-bottom: 40px;}
  .honor .list,.list-application .list{justify-content: space-between;}
  .bn-list .libox{width: 50%;margin-bottom: 35px;border-right: none;}
  .bn-list .libox:nth-child(2n+1){border-right: 1px solid #cfcfcf;}
  .bn-list{flex-wrap: wrap;padding-bottom: 10px;}
  .banner{margin-top: 0;}
  .footer .dls{flex-wrap: wrap;}
  .links .pic{width: 50%;}
  .titles h1{font-size: 40px;}
  .prosw{padding: 40px 0;}
  .company-main-left .pic img{width: 95%;}
  .company-main-left .pic .exp{right: 0;}
  .company-main-left .pic,.company-desc{width: 100%;}
  .company-main-left{flex-wrap: wrap;}
  .list-products .title_n{font-size: 30px;}
  .list-contaact .bd .t{width:100%;margin-bottom: 35px;}
.list-contaact .bd .txt{width: 100%;}
.list-contaact .bd{flex-wrap: wrap;}
  .list-news .list .item{width: 48%;margin-right: 0;}
  .list-news .list{justify-content: space-between;}
  .list-pro{padding: 35px 0;}
  .sidebar{display: none;}
  .develop{padding:35px 0;}
	.develop .bd li{padding-bottom:20px}
	.develop .bd li span{width:80px;margin:0 10px 0 30px;font-size:15px;height:45px}
	.develop .bd li p:before{top:18px;margin:0;width:10px;height:10px;}
	.develop .bd li p{width: calc(100% - 120px);}
	.develop .bd li:before{top:7px;}
	.develop .bd li:after{top:17px}
  .footer .info .dls{flex-wrap: wrap;}
  .link .item{width: 33.3%;margin-bottom: 30px;}
  .index-about .about-r{width: calc(100% - 270px);}
  .index-cates .cates-l,.index-cates .cates-r{width: 100%;}
  .index-cates .cates-r{margin-top: 35px;}
  .index-cates .cates-tit{font-size: 35px;}
  .index-cates .cates-r .pic img{height: auto;}
  .h_banner{margin-top: 0;}
  .list-pro .show_head .show_swiper{display:block;overflow: hidden;}
  .list-fac .list{justify-content: space-between;}
  .list-fac .item{width: 48%;margin-right: 0;}
  .footer .bottom .flex{justify-content: center;}
  .footer .bottom p{width: 100%;text-align: center;}
  /* .footer .bottom p a{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: 10px;}
  .about-t{width: 100%;}
  .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;}
.footer{padding:40px 0;}
.top_header,.list-pro .left,.cats,.list-pro .right .show_head .show_box .tupian_list,.footer .left,.list-products .head .img_list{display:none;}
.position{padding:15px 10px;}
.list-pro .right .show_head{padding:15px;margin-bottom:20px;}
.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-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;}
.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 .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:16px;line-height:26px;}
.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; }
.list-news .paging{padding:20px 0;}

}
@media screen and (max-width:786px){
.list-products .params .menus{padding: 0 10px;}
.list-products .params .menus .item{font-size: 25px;padding-bottom: 20px;}
.list-contaact .message p{font-size: 18px;}
.list-contaact .message .tit{font-size: 30px;}
.list-contaact .message  .name,.list-contaact .message .mw,.list-contaact .message .content,.list-contaact .form-div .code_box input{font-size: 16px;padding-left: 15px;}
.list-contaact .form-div .code_box{width: 100%;margin-bottom: 20px;}
.list-contaact .message .form-div{flex-wrap: wrap;margin-bottom: 0;}
.list-contaact .message .label-name,.list-contaact .message .label-mw{width: 100%;margin-bottom: 20px;}
.list-contaact .message{padding: 35px 15px 40px 15px;}
.list-contaact .bd .txt .item .p{font-size: 20px;}
.list-contaact .bd .txt .item .p a{white-space:normal;  }
.list-contaact{padding: 40px 0;}
  .faq .faq_t .qu, .faq .faq_t .qu span{font-size: 20px;}
  .faq .faq_box .an{font-size: 18px;line-height: 26px;padding: 0;}
  .faq .faq_box{padding: 30px 0;}
  .list-about{padding: 40px 0;}
  .location{display: none;}
  .titlea{font-size: 30px;}
  .index-cates{padding: 0 0 35px;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .btns{display: none;}
  .list-products .body table tbody{flex-wrap: wrap;}
  .list-products .body table tr{width: 100%;}
  .catalog{margin-top: 40px;}
  .list-contaact .bd .t h1{font-size: 35px;}
  .develop .bd li .events p{max-width: 38vw;}
  .fac{padding: 0 0 40px 0;}
  .index-support .tit{font-size: 35px;}
  .index-pros .pro-top .pro-l h1{font-size: 35px;}
  .index-pros .pro-top .pro-l p{margin-left: 0;font-size: 16px;max-width: 100%;margin-top: 25px;}
  .index-cates .cates-tit{font-size: 28px;}
  .index-cates .cates-desc{font-size: 16px;line-height: 26px;margin-top: 15px;}
  .cates-list{margin: 25px 0;}
  .cates-list li{margin-bottom: 15px;}
  .cates-list li a{height: auto;padding: 15px 20px;}
  .cates-list li .icons{margin-right: 20px;}
  .cates-list li .icons img{width: 45px;}
  .cates-list li p{font-size: 16px;}
  .cates-btn{height: 55px;font-size: 16px;}
  .cates-btn img{width: 24px}
  .index-cates .cates-r p{padding: 20px;font-size: 16px;line-height: 26px;}
  .index-cate .item{margin-bottom: 40px;}
  .index-cate .titles h1{font-size: 35px;}
.list-products .body table td{padding: 8px;}
  .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 10px;}
  .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){
.pro-detail .prosw{padding: 0 0 35px;}
.pro-detail{padding-bottom: 0;}
.inquire .inquire_form .btn_s,.pro-detail .list{margin-top: 35px;}
.inquire .inquire_title2{margin-top: 20px;}
.inquire .inquire_title{margin-bottom: 15px;font-size: 25px;}
.inquire .inquire_box{padding: 10px 0;}
.inquire .inquire_box .item .s6,.inquire .inquire_box .item .s1{width: 160px;}
.inquire .inquire_box .item{font-size: 14px;}
.inquire .inquire_box .item .num_box .num_reduce,.inquire .inquire_box .item .num_box .num_add{width: 30px;height: 30px;line-height: 30px;font-size: 16px;}
.inquire .inquire_box .item .num_box .num{width:calc(100% - 60px);height: 30px;}
.inquire .inquire_box .item .num_box{width: 120px;}
.list-products .body{margin-top: 40px;}
.list-products .body table tr:first-child td{font-size: 18px;}
.list-products .body table td{font-size: 16px;}
.list-products .head .txt_list .c .nav{margin-top: 40px;}
.list-products .params .menus{margin-top: 35px;}
.list-products .params .menus .item{font-size: 18px;padding-bottom: 10px;}
.list-contaact .message #submit{height: 50px;min-width: 160px;}
.list-contaact .bd .txt .con_box,.list-contaact .bd .txt .cons_box:last-child .con_box{padding: 30px 15px 30px 20px;}
.list-contaact .bd .txt .item .p{flex-wrap: wrap;}
.list-contaact .bd .txt .con_box{margin-bottom: 30px;}
.list-contaact .bd .t h3{font-size: 35px;}
.list-video{padding: 40px 0 0;}
.list-video .list .item{width: 100%;}
.list-news .show .t h2{font-size: 22px;}
.news-list .list{margin-top: 0;}
.list-download{padding: 40px 0;}
.list-download .list .item a{padding: 15px 10px 15px 10px;}
.list-download .list .item{margin-bottom: 35px;}
.list-download .list .item .name{margin: 10px 0;}
.list-download .list .item .name .info h3{font-size: 16px}
.list-application{padding-top: 40px;}
.list-application .list .item{margin-bottom: 25px;}
.honor{padding-top: 40px;}
.honor .list{margin-top: 40px;}
.index-cates .cates-r{margin-top: 15px;}
.fac .fac-swiper{padding-bottom: 100px;overflow: hidden;}
.fac .fac-swiper h2{padding: 15px 5px;font-size: 18px;}
.bn-list li h2 .txt{font-size: 16px;right: -47px;}
.bn-list li h2 .plus{right: -20px;}
.footer .bottom{margin-top: 40px;}
.dl .dl-title, .dl>dt a{margin-bottom: 10px;}
.footer .info-f{margin-top: 35px;}
.footer .dls .dl dd{line-height: 32px;}
.footer .footer_l .des{max-width: 100%;}
.links{padding-top: 20px;}
.links .pic{width: 100%;}
.links .pic h2{font-size: 28px;}
.list-news .list .item h2{font-size: 20px;}
.list-news .list .item .date{font-size: 18px;height: 40px;min-width: 180px;}
.list-news .list .item .txts{padding: 40px 20px;}
.index-app .btn-box{margin-top: 40px;}
.index-app{padding: 40px 0;}
.video_ab .more{font-size: 20px;}
.video_ab h2{font-size: 26px;padding: 0 5px;}
.video_ab{background: url("/skin/images/index_video_02.jpg") no-repeat;background-position: -1080px 0;padding: 100px 0;}
.prod-swiper{padding: 0 10px 40px 10px;margin-top: 40px;}
.prosw{padding: 0 0 40px 0;}
.titles p{font-size: 18px;}
.titles h1{font-size: 30px;}
.company-section .btn-box .btns{margin-bottom: 15px;}
.desc-list{padding-bottom: 10px;}
.desc-list li p{font-size: 22px;line-height: 28px;}
.company-section{padding: 40px 0;}
.desc-list li{width: 100%;margin-bottom: 20px;}
.desc-list{flex-wrap: wrap;}
.company-desc p{font-size: 18px;line-height: 26px;}
.company-desc .tit{font-size: 30px;}
.company-main-left .pic .exp{font-size: 20px;padding: 10px 25px;background: linear-gradient(-135deg, transparent 20px, var(--bgcolor) 0);}
.h_banner .jump img{width: 18px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1,
 .h_banner .home_swi .h_b_box .h_b_txt .container .p2,.h_banner .home_swi .h_b_box .h_b_txt::after{display: none;}
  .list-products .bodys p{font-size: 16px;line-height: 32px;}
  .list-products .bodys p::after{top: 7px;}
.list-products .title_n{margin: 30px 0 0;}
.list-products .head .txt_list .b{margin-top: 40px;}
.ins{padding: 35px 0 10px;}
.list-ins .item{width: 100%;}
.bookbox  iframe{height: 450px;}
.bookbox{margin-bottom: 50px;}
  .list-contaact .message .content{height: 120px;margin-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: 40px 0 20px;}
.news-detail{padding: 35px 0;}
.list-news .list .item{width: 100%;;margin-bottom: 40px;}
.market .market-box .box-hd h2{font-size: 16px;}
.market .market-box .logo-grids td{height: 90px;}
.list-act .list{margin-top: 40px;}
.list-lab .item, .list-act .item{width: 100%;}
.titlec p{line-height: 28px;}
 .develop{padding: 40px 0;}
  .develop .bd li .events{margin-bottom: 80px;}
  .develop .bd li .events span{transform: translate(calc(100% + 30px),-50%) !important;}
  .develop .bd li .events:nth-child(2n) span{transform: translate(calc(-100% - 30px),-50%) !important;}
  .develop .bd li p:before{right:-39px;}
  .develop .bd li .events:nth-child(2n) p:before{left: -39px;}
  .develop .bd li .events p{max-width: 38vw;font-size: 15px;line-height: 22px;font-family: 'OPENSANS-REGULAR';transform: translate(calc(-100% - 30px),-50%);padding: 15px 10px;}
  .develop .bd li .events:nth-child(2n) p{transform: translate(calc(100% + 30px),-50%);}
  .develop .bd li .events span{font-size: 30px;}
  .honor .item{width: 100%;}
  .footer .bottom br{display: inline-block;}
  .footer .bottom p a{margin-left: 0;}
  .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 .flex{padding-bottom: 20px;}
    .index-about .about-r{width: 100%;}
   .home_swi .swiper-button-prev i,.home_swi .swiper-button-next i{ font-size:5vw;}
  .h_banner .btns{display: none;}
  .list-news .show .m .btn{margin-top: 35px;}
  .list-fac .item{width: 100%;margin-bottom: 25px;}
.index-data{padding: 25px 0 15px 0;}
.list-pro .list .item .txt{padding-top:5px;margin-top:15px;}
.list-pro .list .item{width: 100%;}
.index-app .item h2{height: 40px;font-size: 18px;}
 .bn-list li .des{font-size: 17px;}
 .bn-list li h2 .number{font-size: 30px;}
 .bn-list{margin-top: 0;}
.location a{font-size: 16px;}
.paging{margin-top: 0;}
.faq{padding: 10px 0 50px;}
.list-products .head .backs{margin-top: 0;}
.list-products .head .txt_list .c .nav .message_btns{margin: 0;margin-right: 50px;}
}


