@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:1790px;margin:0 auto;}
.wrap-780{width:96%;max-width:780px;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;margin-top: 120px;}
.banner .p img{width:100%;}

.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;transition: 0.6s;}
.top{height:40px;background:#101010;}
.top .wrap{align-items: center;height: 100%;}
.top .txt h2{text-align: center;display: flex;align-items: center;justify-content: center;}
.top .txt h2 span{font-size:15px;color:#FFFFFF;font-family: 'Montserrat-Light';text-align: center;border-bottom: 1px solid #fff;display: inline-block;}
.top .txt{width: calc(100% - 120px);display: flex;justify-content: center;height: 100%;align-items: center;}
.top-swiper{width: 890px;position: relative;}
.top-swiper .swiper-button-next i{color: #fff !important;font-size: 20px;} 
.top-swiper .swiper-button-prev i{color: #fff !important;font-size: 20px;} 
.top .lang{position: relative;display:flex;align-items:center;height: 100%;justify-content: center;}
.top .lang h3{display:flex;align-items: center;cursor: pointer;}
.top .lang h3 span{margin:0 10px;font-size:14px;color:#fff;font-family: 'Barlow-Medium';transition: 0.5s;font-family: 'Montserrat-Light';}
.top .lang h3 i{transition-duration:.5s;color:#fff;font-size: 11px;}
.top .lang:hover h3 i{transform: rotate(180deg);}
.top .lang .sub{z-index:99999999;transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;padding-bottom:10px;position: absolute;box-shadow:0 15px 30px rgba(0,0,0,0.1);left:0;top:100%;background:#fff;width:100%;border-radius: 0 0 4px 4px;}
.top .lang .sub a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;;display:flex;align-items: center;padding:8px 0;color:#fff;margin:0 8px;border-bottom:1px solid #E9E9E9;font-size:15px}
.top .lang .sub a img{margin-right:5px;}
.top .lang:hover .sub{transform: scaleY(1);}
.top .lang .sub a:hover span{color: var( --bgcolor);}
.header{transition:.6s;height:80px;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: 65px;}
.top_header.height{transform: translateY(-40px);}
.header .wrap{height: 100%;}
.header .header-left,.header .menu{align-items: center;height: 100%;} 
.header .header-left .logo{margin:0 55px 0 0;}
.header .header-left .logo img{transition: 0.5s;}
.header.height .header-left .logo img{transform: scale(0.85);}
.header .header-left .item h3 a{font-family: 'Montserrat-Regular';font-size:15px;}
.header .header-left .item{margin-right:50px;position: relative;height: 100%;position: relative;}
.header .header-left .item h3 a:hover,.header .header-left .item.on h3 a{color: var(--bgcolor);}
.header .header-right {align-items: center;}
.header .header-right .book{margin-left: 25px;}
.header .header-right .book i{font-size: 26px;color: #000;transition: 0.3s;}
.header .header-right .book:hover i{color: var(--bgcolor);}
.header .item{display:flex;height:100%;align-items: center;}
.header .header-left .menu .sub {
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: auto;
    border-top: 1px solid #e6e8ec;
    background: #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255,.94);
    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: 15px;
    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,.85);
    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,.94);
    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 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #686868;
  border-radius: 6px;
  padding-left: 10px;
}
.search-div form{display: flex;align-items: center;width: 100%;}
.search-div input {
  height: 45px;
  width: 300px;
  border: none;
  outline: none;
  font-size: 12px;
  font-family: 'Montserrat-Light';
  border-radius: 6px;
}
.search-div input::placeholder{color: #686868;}
.search-div button i{font-size: 20px;color: #686868;transition: 0.3s;}
.search-div button:hover i{color: var(--bgcolor);}
.search-div button {
  border: none;
  width: 50px;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
.location .search-div {
  width: 420px;
  height: 50px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  padding-left: 0;
}
.location .search-div form{display: flex;align-items: center;width: 100%;justify-content: center;}
.location .search-div input {
  height: 48px;
  width: 355px;
  border: none;
  outline: none;
  font-size: 16px;
  padding-left: 15px;
  font-family: 'Montserrat-Regular';
  background: #f8f8f8;
}
.location .search-div input::placeholder{color: #b7b7b7;}
.location .search-div button i{font-size: 25px !important;color: #fff;}
.location .search-div button {
  border: none;
  width: calc(100% - 355px);
  height: 48px;
  background: var(--bgcolor);
  font-family: 'Poppins-Light';
  font-size: 18px;
  color: #fff;
  border-left: 1px solid #e1e1e1;
}
.home_swi{position: relative;}
.home_swi img{width: 100%;}
.h_banner{position: relative;margin-top: 120px;}
.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;
    justify-content: flex-end;
    color: #fff;
    padding: 0 0 90px 80px;
  }
  .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: 52px;font-family: 'timesbd';line-height: 1.35;margin-top: 35px;color: #fff;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p1 span{display: block;margin-bottom: 20px;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 16px;font-family: 'Montserrat-Light';line-height: 36px;margin-top: 35px;color: #fff;max-width: 420px;}
.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{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%;}
 .top-swiper .swiper-button-prev {
    left: 0 !important;
    top: 50% !important;
    margin-top: 0;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .top-swiper .swiper-button-next {
    right: 0 !important;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }

.home_swi .swiper-pagination{position: relative;height: 50px;line-height: 50px;z-index: -1;}
.home_swi .swiper-pagination .swiper-pagination-bullet{ opacity: 1; width: 19px;height: 19px;border-radius: 50%;margin-right: 25px !important;background: #fff;}
.home_swi .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0 !important;}
.home_swi .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bgcolor);}
.home_swi .swiper-pagination-bullets{display: flex;align-items: center;}
.home_swi .sw-box{position: absolute !important;bottom: 70px;left:50%;width: 250px;z-index: 99999999999999 !important;height: 30px;transform: translate(-50%) !important;display: flex;align-items: center;justify-content: center;background: transparent;}
 .home_swi .swiper-button-prev {
  left: 0 !important;
  top: auto;
  margin-top: 0;
  background-image: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.home_swi .swiper-button-prev:hover i,.home_swi .swiper-button-next:hover i{color: #fff;}
.home_swi .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  background-image: none !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0.8;}
.home_swi .swiper-button-next i,.home_swi .swiper-button-prev i{font-size: 30px;transition: 0.6s;color: #fff;font-weight: lighter;}
.home_swi .swiper-button-next i:hover,.home_swi .swiper-button-prev i:hover{color: var(--bgcolor);}
.title{font-size: 34px;font-family: 'timesbi';text-align: center;}
.title span{color: var(--bgcolor);font-family: 'timesbi';font-size: 46px;}
.title2 span{font-size: 34px;}
.title1{text-align: left;}
.titles p{font-size: 15px;font-family: 'Montserrat-Light';margin-top: 15px;}
.titles .p3{text-align: center;font-size:22px;margin-top: 30px;}
.index-pro{padding: 50px 30px 100px;}
.pro-swiper{margin-top: 40px !important;}
.pro-swiper .item .txt h3{font-size: 24px;font-family: 'times';margin-top: 45px;text-align: center;}
.pro-swiper .item .txt p{font-size: 14px;font-family: 'Montserrat-Light';margin: 60px auto 0 auto;text-align: center;max-width: 300px;line-height: 17px;}
.pro-swiper .item .txt h5{font-size: 14px;font-family: 'Montserrat-Light';margin-top: 45px;text-align: center;}
.pro-swiper .item .txt h5 span{position: relative;transition: 0.4s;}
.pro-swiper .item .txt h5 span::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #000;transition: 0.5s;}
.pro-swiper .item .txt h5 span:hover::after{width: 0;left: auto;right: 0;}
.pro-swiper .item .txt h5 span:hover{color: var(--bgcolor);}
.adv-swiper{overflow: visible;}
.adv-swiper .pic{border-radius: 8px;}
.adv-swiper .item{position: relative;}
.adv-swiper .txt{background: rgba(255,255,255,.9);position: absolute;left: 50px;bottom: 50px;padding: 50px 70px 20px 30px;border-radius: 9px;min-height: 190px;}
.adv-swiper .txt h2{font-size: 18px;font-family: 'Montserrat-Bold';}
.adv-swiper .txt p{font-size: 16px;font-family: 'Montserrat-Light';max-width: 300px;line-height: 22px;margin-top: 15px;}
.index-partner{padding: 80px 0 50px;background: #fcfdfd;}
.partner{width: 100%;}
.partner .bd ul li{ margin:0 16px; float:left; display:inline; overflow:hidden; text-align:center;width: 275px;transition: 0.5s;display: flex;align-items: center;justify-content: center;box-shadow: 0 21px 30px rgba(242,235,226,0.25);height: 190px;background: #fff;border-radius: 8px;}
.partner .bd ul li:hover{box-shadow: 0 21px 30px rgba(242,235,226,0.4);}
.partner .bd ul li a{text-align: center;font-size: 36px;font-family: 'Barlow-Medium';color: #fff;white-space: nowrap;height: 110px;display: flex;justify-content: center;align-items: center;width: 200px;}
.partner .bd ul li a img{transition: 0.5s;}
.partner .bd ul li:hover a img{transform: scale(1.1)} 
.partner .tempWrap{width: 100% !important;}
.partner .picList{padding: 30px 0 !important;}
.partner .picMarquee-logo2 .picList{padding-bottom: 50px !important;}
.logop{margin-top: 40px;}

.index-about{overflow: hidden;}
.index-about .flex{flex-wrap: nowrap;}
.index-about .textcontent{margin-top: 40px;}
.index-about .textcontent p{font-size: 18px;line-height: 32px;margin-bottom: 40px;}
.index-about .about-l{width: 33%;padding-left: 80px;background: #f0f0f0;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom: 150px;}
.index-about .about-r{width: 67%;}
.index-about .about-r img{width: 100%;height: 100%;object-fit: cover;transition: 0.7s;}
.index-about .about-r img:hover{box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);}
.index-about .about-l h2{font-size: 34px;font-family: 'times';}
.index-about .about-l p{font-size: 14px;font-family: 'Montserrat-Light';line-height: 28px;margin-top: 40px;}
.index-about .about-l a{font-size: 14px;margin-top: 40px;margin-top: 110px;display: inline-block;}
.index-about .about-l a span{font-family: 'Montserrat-Light';position: relative;transition: 0.3s;}
.index-about .about-l a span::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #000;transition: 0.5s;}
.index-about .about-l a span:hover {color: var(--on-color);}
.index-about .about-l a span:hover::after{width: 0;left: auto;right: 0;}
.index-about .btns{background: var(--bgcolor);border-radius: 8px;display: flex;justify-content: center;height: 50px;align-items: center;min-width: 180px;}
.index-about .btns span{font-size: 18px;margin-left: 10px;color: #fff;}
.list-about{padding: 70px 0 90px;}
.list-about .profile{background: url("/skin/images/custom-b_02.jpg") no-repeat center center/cover;padding: 205px 0 0 130px;background-attachment: fixed;}
.list-about .profile .texts{background: linear-gradient(to bottom,rgba(19,44,84,0.8),rgba(19,44,84,0));width: 595px;padding: 90px 65px 120px 45px;border-radius: 10px 10px 0 0;}
.list-about .profile .texts h1{font-size: 55px;font-family: 'timesbi';color: #fff;margin-bottom: 55px;}
.list-about .profile .texts p{font-size: 18px;font-family: 'Montserrat-Light';color: #fff;margin-bottom: 30px;line-height: 32px;}
.list-about .about-l{margin-top: 60px;}
.about .about-l{margin-top: 0;}
.list-about .about-l .pics{margin-top: 40px;}
.list-about .about-l .pics img{width: 100%;}
.list-about .about-l .textcontent{margin-top: 50px;padding: 0 55px;}
.list-about .about-l .textcontent p{font-size: 22px;line-height: 46px;color: #4f4f4f;font-family: 'Montserrat-Light';text-align: center;}
.list-about .about-l .textcontent1 p{text-align: left;margin-bottom: 10px;}

.teamwork{background: url("/skin/images/map.jpg") no-repeat;padding: 90px 0 100px;background-size:cover; }
.teamwork .des{font-size: 18px;text-align: center;max-width: 770px;line-height: 27px;margin: 0 auto;margin-bottom: 40px;}
.teamwork .item{display: flex;flex-direction: column;align-items: center;}
.teamwork .item .pics{width: 200px;height: 200px;overflow: hidden;border-radius: 50%;}
.teamwork .item .pics img{width: 100%;}
.teamwork .item .jx{width: 70px;height: 12px;background-color: var(--bgcolor);margin-top: 50px;}
.teamwork .item p{font-size: 22px;line-height: 40px;max-width: 1080px;text-align: center;margin-top: 25px;font-family: 'Montserrat-Light';}
.teamwork .item h3{font-size: 30px;font-family: 'Montserrat-Medium';margin-top: 25px;}
.part-swiper{margin-top: 60px !important;}
.part-swiper .swiper-button-prev {
    left: 80px !important;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .part-swiper .swiper-button-prev img,.part-swiper .swiper-button-next img{ opacity: 0.8;transition: 0.4s;}
  .part-swiper .swiper-button-next img:hover,.part-swiper .swiper-button-prev img:hover{opacity: 1}
  
  .part-swiper .swiper-button-next {
    right: 80px !important;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
.index-data{margin-top: 50px;width: 100%;}  
 .bn-list{
    display: flex;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
 .bn-list .libox{width: 25%;padding: 70px 0 60px 0;transition: 0.5s;border-radius: 5px;}
 .bn-list .libox:hover{box-shadow: 0 21px 30px rgba(153,170,190,0.25);}
 .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: 27px;
    position: absolute;
    top: -10px;
    right: -30px;
    font-family: 'times';
   }
   .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: 50px;
    font-family: 'Montserrat-Bold';
    display: inline-block;
   }
 .bn-list li h2 .number {
    font-size: 50px;
    /* line-height: 1; */
    font-family: 'Montserrat-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;
    color: #363636;
  }
.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;}

.history{background: url("/skin/images/history_02.webp") no-repeat;}
.history .txts{position: absolute;left: 0;padding: 0 35px;top: 74%;transition: 0.8s;}
.history .txts .no{font-family: 'Roboto-Bold';font-size: 58px;color: #e9e9e9;line-height: 1;text-align: center;}
.history .txts .txt{width: 100%;margin-top: 40px;min-height: 0;transition: 0.8s;opacity: 0;height: 0;}
/* .history .txts .txt::after{width: 100%;height: 0;content: "";position: absolute;bottom: 0;left: 0;background: var(--bgcolor);transition: 0.6s ease;z-index: 2;} */
.history .txts .txt p{font-family: 'SourceHanSansCN-Regular';font-size: 26px;color: #fff;margin-top: 15px;line-height: 48px;position: relative;z-index: 3;}
.history .txts .txt{position: relative;}
.history .his-back{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,.5);z-index: 0;transition: 0.6s;}
.his-swiper .swiper-slide .his-item{height: 880px;display: flex;flex-direction: column;justify-content: flex-end;transition: 0.8s;position: relative;cursor: pointer;}
.his-swiper .swiper-slide .his-item:hover .txt{height: 280px;opacity: 1;min-height: 280px;}
.his-swiper .swiper-slide .his-item:hover .txts{top: 40%}
.his-swiper .swiper-slide .his-item:hover{background: rgba(230,0,18,0.7);}
.his-swiper .pic img{width: 100%;}
/* .list-fac{padding: 80px 0 60px;} */
.list-fac .list{margin-top: 60px;}
.list-fac .item{width: calc((100% - 120px)/4);margin-right: 40px;position: relative;margin-bottom: 40px;}
.list-fac .item .pic{border-radius: 8px;transition: 0.5s;}
.list-fac .item:hover .pic{box-shadow: 0 5px 16px rgba(0,0,0,0.18);}
.list-fac .item:hover .pic img{transform: scale(1.1);}
.list-fac .item:nth-child(4n){margin-right: 0;}
.list-fac .item h2{width: 100%;text-align: center;font-size: 22px;transition: 0.5s;margin-top: 25px;}
.list-fac .item:hover h2{color: var(--on-color);}

.faq{padding: 20px 0 100px;}
.faq-c{transition: 0.7s;box-shadow: 0 9px 30px rgba(3,108,184,0.10);margin-top: 40px;overflow: hidden;border-radius: 14px;}
.faq-c h1{font-size: 16px;display: flex;align-items: center;cursor: pointer;padding: 25px 15px 25px 25px;line-height: 1.1;border-radius: 9px 9px 0 0;}
.faq-c p{font-size: 18px;display: flex;align-items: flex-start;padding: 30px 25px;cursor: pointer;line-height: 32px;background: var(--bgcolor);color: #fff;}
.faq-c:hover{box-shadow: 0 9px 30px rgba(3,108,184,0.2);transform: translateY(-10px);}

.list-partner{padding: 20px 0 60px 0;}
.list-partner .list{margin-top: 40px;}
.list-partner .pic{width: calc((100% - 125px)/6);margin-right: 25px;position: relative;margin-bottom: 40px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);display: flex;align-items: center;justify-content: center;border-radius: 8px;padding: 20px 10px;transition: 0.5s;}
.list-partner .pic:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);}
.list-partner .pic:nth-child(6n){margin-right: 0;}
.list-partner .pic img{width: auto;}
.list-partner .pic:hover img{transform: scale(1.1);}

.honor{padding-bottom: 60px;}
.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;}
.titlea{margin: 50px 0;}
.titlea h2{font-size: 34px;font-family: 'Montserrat-Bold';text-transform: uppercase;text-align: center;}
.develop {padding: 20px 0 70px;}
.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;font-family: 'Montserrat-Bold';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-rd{padding: 80px 0 70px;}
.list-rd .rd-l{width: 57.5%;}
.list-rd .rd-content{margin-top: 80px;}
.list-rd .rd-content p{font-size: 18px;line-height: 32px;color: #000;}
.list-rd .rd-r{width: 31.7%;padding-right: 50px;}
.list-rd .rd-r .pics{border-radius: 10px;padding: 10px;background: #fff;margin-bottom: 35px;box-shadow:0 9px 30px rgba(3,108,184,0.18);}
.list-rd .rd-r .pics img{width: 100%;}
.list-lab{margin-top: 30px;}
.list-lab .list{margin-top: 30px;}
.list-lab .item,.list-act .item{width: calc((100% - 120px)/4);margin-right: 40px;position: relative;margin-bottom: 40px;padding: 10px;border-radius: 15px;overflow: hidden;box-shadow: 0 9px 30px rgba(3,108,184,.18);transition: 0.5s;}
.list-lab .item:hover,.list-act .item:hover{box-shadow: 0 5px 20px rgba(3,108,184,.1);}
.list-lab .item .pic,.list-act .item .pic{border-radius: 8px 8px 0 0;}
.list-lab .item:nth-child(4n),.list-act .item:nth-child(4n){margin-right: 0;}
.list-lab .item h1,.list-act .item h1{width: 100%;display: flex;align-items: center;font-size: 18px;transition: 0.5s;padding: 20px 10px 20px 10px;}
.list-act{padding: 80px 0 70px;}
.list-act .list{margin-top: 65px;}

/* 营销网络 */
.clear{clear: both;}
.market{padding: 80px 0 100px;}
.market .market-grid{margin-top: 45px;gap: 30px;}
.market .market-box{width: 47.6%;border-radius: 15px;overflow: hidden;box-shadow: 0 9px 30px rgba(3,108,184,.18);float: left;margin-bottom: 50px;}
.market .market-box:nth-child(2n){margin-left: 4.8%;}
.market .market-box .box-hd{background: var(--bgcolor);padding: 18px;}
.market .market-box .box-hd h2{font-size: 18px;color: #fff;}
.market .market-box .box-bd{background: #fff;}
.market .market-box .logo-grid{display: flex;flex-wrap: wrap;}
.market .market-box .logo-item{width: 33.33%;border: 1px solid #e0e0e0;min-height: 100px;display: flex;align-items: center;justify-content: center;padding: 20px;box-sizing: border-box;}
.market .market-box td img{max-width: 100%;max-height: 60px;}
.market .market-box .logo-grids{width: 100%;border-collapse: collapse;border: none;outline: none;table-layout: fixed;}
.market .market-box .logo-grids td{border-right: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;text-align: center;min-height: 113px;height: 113px;padding: 0 10px;}
.market .market-box .logo-grids td:nth-child(3n){border-right: none;}
.market .market-box .logo-grids tr:last-child td{border-bottom: none;}

.news{padding-bottom: 30px;}
.list-news .list .item{width:calc((100% - 90px) / 3);margin-bottom: 60px;background:#fff;position: relative;margin-right: 45px;border-radius: 0 0 6px 6px;overflow: hidden;}
.list-news .list .item:nth-child(3n){margin-right: 0;}
.list-news .list .item .pic{background: #f9f9f9 !important;width: 100%;}
.list-news .list .item .pic img{width: 100%;}
.list-news .list .item .txt{transition-duration:.4s;position: relative;overflow: hidden;padding: 30px 20px 50px 20px;width: 100%;}
.list-news .list .item .txt::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 0;background: var(--bgcolor);transition: 0.5s;z-index: -1;}
.list-news .list .item:hover .txt::after{height: 100%;}
.list-news .list .item .txt h3{font-size: 22px;transition: 0.5s;font-family: 'Montserrat-Bold';}
.list-news .list .item .txt p{font-size: 18px;transition: 0.5s;line-height: 24px;margin-top: 25px;font-family: 'Montserrat-Light';}
.list-news .list .item .txt .box{margin-top: 15px;}
.list-news .list .item .txt .date{display: flex;align-items: center;}
.list-news .list .item .txt .date h4{font-size: 20px;font-family: 'Montserrat-Medium';}
.list-news .list .item .txt .date .icon img:nth-child(2){display: none;}
.list-news .list .item .txt .more i{font-size: 40px;color: #000;transition: 0.5s;}
.list-news .list .item:hover .txt .more i{transform: translate(15px);color: #fff;}
.list-news .list .item:hover .txt h3,.list-news .list .item:hover .txt p,.list-news .list .item:hover .txt .date h4{color: #fff;}
.news-list{padding-bottom: 70px;}
.news-list .list{margin-top: 65px;}
.list-news .paging{margin-top: 0;}
.footer{padding-top: 70px;border-top: 1px solid #f5f5f5;}
.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{
  line-height: 32px;
  font-size: 18px;
  font-family: 'Poppins-Regular' !important;
}
.footer .info-f .ico {
  align-items: center;
}
.footer .info-f .ico a {
  position: relative;
  color: #000;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .info-f .ico a:nth-child(4) i{font-size: 20px;width: 26px;height: 26px;background: #1877f2;color: #fff;border-radius: 50%;text-align: center;padding-top: 9px;}
.footer .info-f .ico a:nth-child(2) i{color: #ff0000;font-size: 32px;}
.footer .info-f .ico a:nth-child(1) i{font-size: 23px;color: #000;}
.footer .info-f .ico a i{font-size: 30px;transition: 0.5s;}
.info-f .ico a:nth-child(3) svg{width: 26px;height: 26px;}
.footer .info-f{margin-top: 20px;}
.info-f .ico a:nth-child(5) i{font-size: 20px;width: 26px;height: 26px;background: #0275B4;color: #fff;text-align: center;padding-top: 5px;border-radius: 3px;}

.footer .footer_l .logo_f{margin-bottom: 20px;}
.footer .flex{flex-wrap: nowrap;}
.footer .dls{display: flex;flex-wrap: nowrap;justify-content: space-between;width: 100%;}
.footer .dls .dl{margin-right: 30px;}
.footer .dls .dl:not(:last-child):not(:first-child){max-width: 185px;}
.dl .dl-title,.dl>dt a {
font-size: 20px;
line-height: 1;
margin-bottom: 30px;
font-family: 'Montserrat-Light';
}
.dl .dl-title{padding-bottom: 15px;border-bottom: 1px solid #282828;width: 185px;}
.footer .dls .dl:last-child{margin-right: 0;}
.dl .tel a{margin-right: 10px;}
.dl p{display: flex;}
.dl p .txt_box{color: #414141;}
.dl p,.dl p a{color: #414141;font-size: 18px;line-height: 32px;transition: 0.5s;font-family: 'Montserrat-Light';}
.footer .dls .dl dd{height: 40px !important;}

/* .dl>p:hover a{color: var(--bgcolor);} */
.footer .dls .dl dd span{position: relative;white-space: nowrap;font-size: 18px;color: #282828;font-family: 'Montserrat-Light';overflow: hidden;text-overflow: ellipsis;width: 100%;display: block;transition: 0.3s;}
.footer .dls .dl dd span:hover{transform: translateX(10px);color: var(--bgcolor);}
/* .footer .dls .dl dd span:hover::after{width: 100%;}
.footer .dls .dl dd span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
  z-index: -5;
} */
.footer .codes{display: flex;flex-direction: column;align-items: center;}
.footer .codes .ali{margin-top: 10px;}
.footer .bottom{padding: 17px 0 13px;background: #000000;margin-top: 100px;}
.footer .bottom .wrap{flex-wrap: wrap;}
.footer .bottom br{display: none;}
.footer .bottom p,.footer .bottom p a{color:#FFFFFF;font-size:16px;font-family: 'Montserrat-Light';}

.list-news .content,.list-products .content{width: 100%;}
.news-detail .wrap{border: none;}
.news-detail{padding: 60px 0 20px;}
.list-news .show .t h2{font-size:25px;line-height:1;font-family: 'Montserrat-Medium';}
.list-news .show .t .time{padding:20px 0 25px;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}
.title_n{font-size: 41px;margin: 60px 0;}
.title_n span{font-family: 'Montserrat-Black';}
.title_n{padding-bottom: 30px;border-bottom: 1px solid #dddddd;}

.location{position: relative;margin-top: 60px;}
.location .wrap{display:flex;align-items: center;height: 100%;justify-content: space-between;}
.location a{font-size: 18px;color: #000;font-family: 'Montserrat-Regular';}
.location a:hover{color: var(--bgcolor);}
.location span{margin:0 6px;color: #000;font-size: 16px;}
.list-contaact{padding-top: 20px;}
.titlec{width: 100%;margin-bottom: 45px;padding: 0 10px;}
.titlec h2{font-size: 45px;font-family: 'timesbi';text-align: center;}
.titlec h2 span{color: var(--bgcolor);font-family: 'timesbi';}
.titlec p{font-size: 24px;font-family: 'Montserrat-Regular';text-align: center;margin-top: 25px;}
.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;width: 48%;position: relative;background: #f9f9f9;padding-left: 130px;margin-bottom: 30px;border: 1px solid transparent;transition: 0.5s;}
.list-contaact .bd .txt .con_box .items{display: flex;width: calc(100% - 60px);margin-left: 20px;}
.list-contaact .bd .txt .con_box:hover{border: 1px solid var(--on-color)}
.list-contaact .bd .txt .con_box .items .item{margin-top: 30px;width: 37%;margin-left: 0;}
.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 {width: 100%;}
.list-contaact .bd .txt .item{padding: 30px 0;transition: 0.6s;margin-left: 30px;width: calc(100% - 60px);display: flex;align-items: center;}
.list-contaact .bd .txt .item:hover{border-color: var(--bgcolor);}
.list-contaact .bd .txt .item h1{font-size: 22px;font-family: 'Montserrat-Bold';color: #212121;}
.list-contaact .bd .txt .item a:hover{color:var(--on-color)}
.list-contaact .bd .txt .item .p{font-size: 20px;color: #212121;margin-left: 15px;}
.list-contaact .bd .txt .item .p a{font-family: 'Montserrat-Regular';word-break: break-all;}
.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 .infos{width: 100%;}
.list-contaact .infos .item{width: 100%;padding: 50px 190px 70px 180px;display: flex;box-shadow: 0 8px 33px rgba(0,0,0,0.08);margin-bottom: 90px;align-items: center;transition: 0.5s;}
.list-contaact .infos .item:hover{box-shadow: 0 20px 30px rgba(4,0,0,0.09);transform: translateY(-10px);}
.list-contaact .infos .item .info a:hover {color: var(--bgcolor);}
.list-contaact .infos .box{align-items: center;margin-bottom: 40px;}
.list-contaact .infos .box .avatar{width: 240px;height: 240px;border-radius: 50%;overflow: hidden;}
.list-contaact .infos .item .name{margin-left: 55px;}
.list-contaact .infos .item .name h2{font-family: 'Montserrat-Bold';font-size: 47px;}
.list-contaact .infos .item .name h3{font-family: 'Montserrat-Medium';font-size: 32px;}
.list-contaact .infos .item .name .jx{width: 80px;height: 5px;background: var(--on-color);margin: 10px 0 25px 5px;}
.list-contaact .infos .item .info{padding-left: 20px;}
.list-contaact .infos .item .info,.list-contaact .infos .item .info a{font-size: 30px;line-height: 52px;font-family: 'Montserrat-Regular';}
.list-contaact .infos .item .info i{font-size: 26px;margin-right: 15px;}
.list-contaact .infos .item .code img{max-width: 320px;}
.list-contaact .infos .item .info_box{width: calc(100% - 230px);}
.infos .titlec{margin: 80px 0 65px;}
.message .cont_l{padding-left: 55px;}
.message .cont_l .txts h1{font-size: 38px;font-family: 'timesbi';color: var(--bgcolor);}
.message .cont_l .txts p{font-family: 'Montserrat-Medium';font-size: 22px;margin-top: 20px;color: #212121;}
.message {
  width: 100%;
  padding: 50px 80px 70px 90px;
  overflow: hidden;
  background: #f9f9f9;
  margin-top: 10px;
  border: 1px solid #f2f2f2;
}
 .message form{margin-top: 25px;}
 .message .form-div label{width: 48.5%;}
.message .iptb{
  width: 100%;
  height: 55px;
  margin-top: 30px;
  padding-left: 25px;
  background: #fff;
  border-radius: 2px;
  font-size: 20px;
  font-family: 'Montserrat-Regular';
  border-radius: 8px;
  border: 1px solid #ececec;
  transition: 0.3s;
}
.message .iptb:hover,.list-contaact .form-div .code_box:hover{border: 1px solid var(--on-color);box-shadow: 0 0 10px rgba(220,185,142,0.1);}
.message .iptl{height: 275px;padding-top: 25px;width: 100%;}
.message .iptb::placeholder,.message .iptl::placeholder,.list-contaact .form-div .code_box input::placeholder{color: #212121;}

.message .form-div {
  display: flex;
  justify-content: space-between;
  width: 100%; 
}
.message .form-div1{margin-top: 0;overflow: scroll;}
.list-contaact .form-div .code_box {
  position: relative;
   border-radius: 8px;
  border: 1px solid #ececec;
  width: calc(100% - 220px);
  transition: 0.3s;
}
.list-contaact .message #submit{transition: 0.4s ease; display: flex; width: 170px;height:55px;font-size: 20px;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 .codebox{margin-top: 30px;}
.list-contaact .message #submit i{ margin-left: 10px;font-size: 18px;color: #fff;}
.list-contaact .form-div .code_box input{width: 100%;height: 55px;padding-left: 25px;border-radius: 8px;font-size: 20px;}
.list-contaact .form-div .code_box img {
  height: 53px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
}

.list-download{padding: 60px 0 90px;}
.list-download .list .item{margin-bottom:35px;}
.list-download .list .item a{transition-duration:.5s;display:flex;padding:20px 40px 20px 25px;box-shadow: 0 0 30px rgba(142,142,142,0.14);border-radius:5px;width: 100%;justify-content: space-between;}
.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:var(--on-color);font-size:0;border-radius:22px;display: flex;justify-content: center;align-items: center;}
.list-download .list .item .name .info{width: calc(100% - 40px);}
.list-download .list .item .name .info h3{transition-duration:.5s;font-size:18px;}
.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:var(--on-color);font-size: 25px;}
.list-download .list .item .more i:last-child{margin-left:20px;}
.list-download .list .item:hover a{background:var(--on-color)}
.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,.list-download .list .item:hover .name .info p i,.list-download .list .item:hover .more i{color:#fff;}
.faq{margin-top: 30px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 80px;}
.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: 22px;font-family: 'Montserrat-Medium';width: calc(100% - 40px);color: #000;}
.faq .faq_t p span{margin-left: 30px;}
.faq .faq_t i{font-size: 16px;width: 30px;height: 30px;background: #fff;color: #000;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: bold;cursor: pointer;border: 2px solid #000;transition: 0.6s;}
.faq .faq_box{border-top: 2px solid #e7e7e7;padding: 40px 0;cursor: pointer;}
.faq .faq_box:last-child{border-bottom: 2px solid #e7e7e7;}
.faq .faq_box .an{font-size: 20px;line-height: 32px;margin-top: 20px;display:none;height: auto;padding: 0 70px 0 50px;}
.trans{transform: rotate(180deg);}
.prod-swiper{padding-bottom: 40px;}
.prod-swiper .swiper-pagination{position: relative !important;height: 2px !important;z-index: -1;background: #e3e3e3 !important;width: 71% !important;}
.prod-swiper .sw-box{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%) !important;width: 505px;display: flex;justify-content: space-between;align-items: center;height: 20px;}
.swiper-pagination-progressbar-fill{background: #9c7449 !important;}
.prod-swiper .swiper-button-next i,.prod-swiper .swiper-button-prev i{font-size: 25px;transition: 0.6s;color: #000;font-weight: lighter;}
.prod-swiper .swiper-button-next i:hover,.prod-swiper .swiper-button-prev i:hover{color: var(--bgcolor);}
.prod-swiper .sw-box .swiper-button-prev {
  left: 0 !important;
  top: auto;
  bottom: 0px !important;
  margin-top: 0;
  transition: 0.6s;
  position: relative;
  display: flex;
  align-items: center;
}
.prod-swiper .sw-box .swiper-button-next {
  right: 0 !important;
  top: auto;
  margin-top: 0;
  bottom: 0px !important;
  position: relative;
  display: flex;
  align-items: center;
}
/* .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{transition:.6s;width: calc((100% - 100px)/3);margin:0 50px 60px 0;
transition: 0.6s;}
.list-products .list .item:nth-child(3n){margin-right:0;}
.index-pros{padding: 80px 0 ;position: relative;}
.index-pros .pro-top{align-items: center;}
.index-pros .pro-top .pro-l{align-items: flex-end;}
.index-pros .pro-top .pro-l h1{font-size: 72px;font-family: 'Montserrat-SemiBold';line-height: 0.9;}
.index-pros .pro-top .pro-l p{font-size: 18px;color: #333;max-width: 340px;margin-left: 55px;line-height: 30px;}
.index-pros .list .item{width: 100%;margin-right: 0;margin-bottom: 50px;}
.swiper-container{margin: unset;}
.prod-swiper .swiper-slide{display: flex;justify-content: center;margin-top: 0 !important;}
.list-products .list .item .txt{width: 100%;transition: 0.6s;padding:30px 10px;border-radius: 0 0 7px 7px;position: relative;overflow: hidden;}
.list-products .list .item .txt::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 0;background: var(--bgcolor);transition: 0.5s;z-index: -1;}
.list-products .list .item:hover .txt::after{height: 100%;}
.list-products .list .item .pic{overflow: hidden;border-radius: 7px;background: #fff;}
.list-products .list .item:hover .pic{border-radius: 7px 7px 0 0;}
.list-products .list .item .txt h3,.list-products .list .item .txt p{font-family: 'Montserrat-Light';color:#5f5f5f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height: 1;width: 100%;transition: 0.5s;text-align: center;}
.list-products .list .item:hover .txt h3,.list-products .list .item:hover .txt p{color: #fff;}
.list-products .list .item .txt p{margin-bottom: 15px;}
.list-products .list .item .txt i{color:var(--c-color);font-size:20px}
.list-products .list .item:hover .pic{box-shadow:0 8px 20px rgba(0,0,0,0.03);}

.list-pro{padding: 70px 0;}
.sidebar{width: 330px}
.sidebar .bd .item h3 a{align-items:center;font-size:28px;display:flex;position:relative;margin-bottom: 30px !important;border-bottom: 1px solid #e8e8e8;padding-bottom: 25px;color: #21202e;font-family: 'Montserrat-Bold';}
.sidebar .bd .item h3 a .icon{width: 60px;margin-right: 15px;}
.sidebar .bd .item .sub{padding: 10px 0;}
.sidebar .bd .item .sub a{margin-bottom:25px;display:flex;align-items:center;font-size: 18px;}
.sidebar .bd .item .sub a span{transition: 0.5s;}
.sidebar .bd .item a i{font-size:13px;width:22px;margin-right: 15px;height: 22px;font-weight: bold;border: 1px solid #dddcde;color: transparent;transition: 0.5s;display: flex;justify-content: center;align-items: center;background: #f8f8f8;}
.sidebar .bd .item .sub a.on i,.sidebar .bd .item .sub a:hover i{color: var(--bgcolor);}
.sidebar .bd .item a:hover,.sidebar .bd .item.on a,.sidebar .bd .item .sub a.on span,.sidebar .bd .item a:hover span{color:var(--bgcolor)}

.list-pro .right{width: calc(100% - 330px);padding-left: 35px;}
.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:1020px}
.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;}
.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:165px;display:flex;flex-wrap:wrap;align-content:flex-start;height: 560px;position: relative;}
.list-products .head .img_list .xiaotu li{transition:.5s;width:165px;height: 165px;margin-bottom: 30px;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% - 1020px);display:flex;align-content: space-between;flex-wrap:wrap;padding-left: 120px;}
.list-products .head .txt_list .txt_list_t{width:100%}
.list-products .head .txt_list .t h2{font-size:28px;font-family: 'Montserrat-Bold';line-height: 1;margin-top: 10px;}
.list-products .head .txt_list .t p{margin-top: 50px;font-size: 42px;font-family: 'Montserrat-Black';}
.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: 20px;font-size: 26px;font-family: 'Montserrat-Bold';}
.list-products .head .txt_list .c .feature .fea-content{margin-top: 15px;}
.list-products .head .txt_list .c .feature p{font-size: 20px;color: #202020;line-height: 35px;;}
 .nav a{width:40px;height:40px;border-radius:6px;margin-right:10px;display:flex;align-items: center;justify-content: center;color:#9f815c;font-size: 24px;border: 2px solid #9f815c;}
 .nav{display: flex;}
 .nav a:hover{border-color:#9f815c;background:#9f815c;color:#fff;border-radius: 50%;}
 .nav a i{color: #9f815c;font-size: 20px;}
 .nav a:hover i{color: #fff;}
.message_btns{transition:.5s;cursor: pointer;background:var(--bgcolor);height:40px;padding:0 10px;border-radius:3px;display:flex;align-items: center;min-width: 175px;justify-content: center;}
.message_btns:hover{border-radius:30px;background: var(--bgcolor);}
.message_btns:hover{border-radius:30px;background: var(--bgcolor);}
.list-products .head .txt_list .touch{border: 1px solid #dddddd;padding: 30px 20px 40px 35px;margin-top: 50px;width: 100%;}
.list-products .head .txt_list .touch .titles{font-size: 24px;margin-bottom: 20px;text-align: left;font-family: 'Montserrat-Medium';}
.list-products .head .txt_list .touch .desc{font-size: 16px;font-family: 'Montserrat-Regular';line-height: 24px;color: #202020;}
.list-products .head .txt_list .touch .desc a:hover{color: var(--on-color) !important;}
.list-products .head .txt_list .touch .touch-box{display: flex;margin-top: 25px;justify-content: space-between;padding-right: 40px;}
.list-products .head .txt_list .touch .touch-box .btn{border-radius:4px;height:65px;display:flex;align-items: center;background: var(--bgcolor);font-size:18px;transition: 0.6s ease;color: #fff;border: none;font-family: 'Montserrat-Black';padding: 0 17px 0 28px;transition: 0.5;}
.list-products .head .txt_list .touch .touch-box .btn:hover{border-radius: 65px;}
.cart span{font-family: 'Montserrat-Regular';font-size: 16px;color: #fff;}
.titlex{margin: 70px 0 60px;}
.titlex span{font-size: 42px;font-family: 'Montserrat-Black';display: inline-block;}
.pro-detail{padding: 50px 0;}
.list-products .body,.list-products .body table{width: 100%;border-collapse: collapse;}
.list-products .body table{margin-bottom: 50px;}
.list-products .body table td{font-size:18px;color:var(--color);height:50px;vertical-align: middle;padding: 8px;font-family: 'Montserrat-Regular';border: 1px solid #dddddd;}
.list-products .body table td p{font-family: 'Montserrat-Regular';}

.production .items{width: calc((100% - 100px)/3);margin-right: 50px;margin-bottom: 30px !important;}
.production .items:nth-child(3n){margin-right: 0;}
.production .items .pic{width: 100%;border-radius: 8px;overflow: hidden;transition: 0.5s;}
.production .items:hover .pic{border-radius: 8px !important;box-shadow: 0 11px 26px rgba(0,0,0,.22) !important;}
.production .items h2{font-size: 24px;font-family: 'Montserrat-Medium';text-align: center;margin-top: 40px;}
.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%);}
.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,.h_banner .home_swi .h_b_box .h_b_txt .container .p1 span{font-size: 2.9vw;margin-top: 1.82vw;}
.h_banner .home_swi .h_b_box .h_b_txt .container .p2{font-size: 16px;line-height: 36px;margin-top: 35px;max-width: 420px;}
.h_banner .home_swi .h_b_box .h_b_txt .container{padding: 0 0 4.69vw 4.17vw;}
.home_swi .sw-box{bottom: 2vw;}
}
@media (max-width: 1790px){
.list-products .head .txt_list{padding-left: 30px;}
.index-about .about-l{padding-left: 4.17vw;padding-bottom: 6vw;}
.list-fac .item h2{font-size: 16px;}
}
@media (max-width: 1440px){
.message_btns{min-width: 140px;margin-right: 10px;}
.list-products .head .txt_list .touch{padding:30px 15px 40px 20px;}
.cats .item h3 a span{font-size: 20px;}
.cats .item{margin-right: 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;}
}
@media (max-width: 1350px){
.list-contaact .infos .item{padding: 50px 50px 70px 40px;}
.part-swiper .swiper-button-prev {left: 4.17vw !important;}
.part-swiper .swiper-button-next {right: 4.17vw !important;}
.part-swiper .swiper-button-prev img, .part-swiper .swiper-button-next img{width: 3.02vw;}
.footer .dls .dl{margin-right: 10px;max-width: 150px;}
.dl .dl-title{width: 150px;}
.footer .dls .dl{margin-right: 10px;max-width: 150px;}
.bn-list li h2 .number,.bn-list li h2 .plus{font-size: 40px;}
.index-about .about-l h2{font-size: 28px;}
  .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-contaact .bd .txt .item{align-items: flex-start;}
  .list-products .head .txt_list .c .nav .message_btn{margin-left: 0;}
  .header .header-left .item h3 a{font-size: 14px;}
 .header .header-left .item{margin-right: 30px;}
  .header .header-left .logo img{width: 120px;}
  .search-div input{width: 180px;}
}
@media screen and (max-width:992px) {
 .production .items{width: 48%;margin-right: 0;}
  .list-contaact .infos .item .info_box,.list-contaact .infos .item .code{width: 100%;justify-content: center;}
  .list-contaact .infos .item .code{text-align: center;margin-top: 30px;}
.list-contaact .infos .item{flex-wrap: wrap;}
.message .form-div{flex-wrap: wrap;}
 .message .form-div label{width: 100%;}
.message .iptb,.list-contaact .form-div .code_box input{font-size: 16px;}
.message{padding: 35px 15px 50px 20px;}
.list-news .list .item .txt{padding: 20px 15px 25px 15px;}
.list-partner .pic{width: calc((100% - 75px)/4);}
.list-partner .pic:nth-child(6n){margin-right: 25px;}
.list-partner .pic:nth-child(4n){margin-right: 0;}
.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}
.list-about{padding: 40px 0;}
.banner{margin-top: 0;}
 .footer .dls{flex-wrap: wrap;justify-content: flex-start;}
 .footer .dls .dl{margin-bottom: 35px;margin-right: 30px;}
 .bn-list{flex-wrap: wrap;}
 .bn-list .libox{width: 50%;}
 .index-about .about-l{padding: 40px 30px 60px 30px;}
  .index-about .about-l,.index-about .about-r{width: 100%;}
  .h_banner .home_swi .h_b_box .h_b_txt .container{justify-content: center;}
  .h_banner .home_swi .h_b_box .h_b_txt .container .p2{display: none;}
  .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;}
  .sidebar{display: none;}
  .market .market-box{width: 100%;}
  .market .market-box:nth-child(2n){margin-left: 0;}
  .list-lab .item, .list-act .item{width: 48%;margin-right: 0;}
  .list-lab .list,.list-act .list{justify-content: space-between;}
  .list-rd{padding: 35px 0;}
  .list-rd .rd-content{margin-top: 35px;}
.list-rd .rd-l,.list-rd .rd-r{width: 100%;}
.list-rd .rd-r{padding-right: 0;margin-top: 35px;}
  .develop .bd li .events{margin-bottom: 100px;}
  .honor .list{justify-content: space-between;}
  .honor .item{width: 48%;margin-right: 0;}
  .honor .wrap{margin-top: 40px;}
  .honor .titlev{position: relative;}
  .honor .titlev p{max-width:100%;}
  .culture .vision .pics{width: 100%;}
  .culture .vision .vision-r{width: 100%;padding-left: 0;margin-top: 35px;}
  .culture .cul-list{margin-top: 25px;}
  .culture .cul-main{width: 100%;margin-top: 35px;}
  .footer .info .dls{flex-wrap: wrap;}
  .index-video .btns{margin-top: 2vw;}
  .index-video .texts h1{font-size: 25px;}
  .index-video .texts p{font-size: 16px;line-height: 20px;margin-top: 1.2vw;}
  .index-support{padding: 40px 0;}
  .index-support .flex{margin-top: 40px;}
  .index-support .item{width: 49%;margin-bottom: 45px;}
  .link .item{width: 33.3%;margin-bottom: 30px;}
  .index-about .about-r{width: 100%;}
  .index-about .ab_box{width: 100%;margin-left: 0;margin-top: 35px;}
  .index-about .flex{flex-wrap: wrap;}
  .prod-swiper{width: 100%;padding: 0 15px;}
  .index-pros .sw-box{margin-top: 25px;}
  .index-cate .list{margin-top: 35px;}
  .index-cate .item{top: -25%;}
  .index-cate .item:hover i{top: 35%;}
  .index-cate .item{width: 48%;margin-right: 0;}
  .index-cate .list{justify-content: space-between;}
  .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,.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: 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:35px 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-contact .bd .left h2{font-size:28px;line-height:28px;}
.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 30px 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 .txt .con_box{padding-left: 30px;}
  .list-news .list .item{margin-bottom: 30px;}
  .part-swiper .swiper-button-prev,.part-swiper .swiper-button-next {top: 30%;}
  .part-swiper .swiper-button-prev img, .part-swiper .swiper-button-next img{width: 40px;}
  .location{display: none;}
  .list-about .about-l .textcontent{padding: 0;}
  .list-about .profile{padding: 100px 60px 0 40px;}
  .title{font-size: 28px;}
  .title span{font-size: 29px;}
  .list-products .body table tbody{flex-wrap: wrap;}
  .list-products .body table tr{width: 100%;}
  .list-contaact .bd .t h1{font-size: 35px;}
  .list-news .title_n{font-size: 28px;margin: 40px 0;}
  .titlec h1{font-size: 35px;}
  .develop .bd li .events p{max-width: 38vw;}
  .fac{padding: 40px 0;}
  .footer .info .dls .dl1{display: none;}
  .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 .pic{margin-top: 35px;text-align: center;width: 100%;}
  .list-fac{padding: 40px 0 10px;}
}
@media screen and (max-width:600px){
.inquire .inquire_title{font-size: 30px;}
.inquire .inquire_box{padding: 35px 0;}
.inquire .inquire_box .item{font-size: 14px;}
.titlex{margin: 40px 0;}
.titlex span{font-size: 35px;}
.production .items{width: 100%;}
.production .items h2{margin-top: 30px;}
.list-products .head .txt_list .t p{font-size: 35px;margin-top: 40px;}
.list-products .head .txt_list .t h2{font-size: 22px;}
.faq .faq_box .an{line-height: 28px;}
.title_s{font-size: 30px;margin-bottom: 40px;}
.faq{margin-bottom: 0;}
.faq .faq_t .qu, .faq .faq_t .qu span{font-size: 20px;}
.faq{padding: 10px 0 50px;}
.list-download{padding: 40px 0;}
.infos .titlec{margin: 40px 0;}
.list-contaact .infos .item .info, .list-contaact .infos .item .info a{font-size: 20px;padding-left: 0;}
.list-contaact .infos .box{justify-content: center;flex-direction: column;}
.list-contaact .infos .box .avatar{width: 180px;height: 180px;}
.list-contaact .infos .item .name h2{font-size: 32px;}
.list-contaact .infos .item .name h3{font-size: 25px;}
.list-contaact .infos .item .name{margin-left: 0;margin-top: 20px;}
.list-contaact .infos .item{padding: 50px 20px 50px 15px;margin-bottom: 50px;}
.message form{margin-top: 0;}
.message .cont_l .txts h1{font-size: 30px;}
.message .cont_l .txts p{font-size: 20px;}
.message .cont_l{padding-left: 0;}
.titlec h2{font-size: 35px;}
.list-contaact .bd .txt .item{align-items: flex-start;flex-direction: column;}
.list-contaact .bd .txt .item .p{margin: 10px 0 0 0;}
.list-news .show .t h2{font-size: 21px;}
.news-list .list{margin-top: 0;}
.list-news .list .item .txt h3{font-size: 21px;}
.footer .dls{justify-content: space-between;}
.footer .dls .dl{margin-right: 0;width: 48%;}
.list-partner{padding: 40px 0 20px;}
.list-partner .list{justify-content: space-between;}
.list-partner .pic{width: 48%;margin-right: 0;}
.list-partner .pic:nth-child(6n){margin-right: 0;}
.honor{padding-bottom: 20px;}
.honor .list{margin-top: 35px;}
.titlea h2{font-size: 28px;}
.list-fac .list{margin-top: 35px;}
.titlea{margin: 0 0 25px 0;}
.develop .bd ul{margin-top: 35px;}
.teamwork .item h3{font-size: 24px;}
.titles .p3{font-size: 20px;}
.teamwork .item p{font-size: 20px;line-height: 30px;}
.list-news .list .item .txt{padding: 25px 15px 35px 15px;}
 .teamwork{padding: 45px 0;}
  .footer .bottom{margin-top: 40px;padding: 25px 0 40px;}
  .footer .dls .dl:nth-child(1),.footer .dls .dl:last-child{width: 100%;max-width: unset;margin-right: 0;}
  .footer .dls .dl{max-width: 180px;}
  .index-partner{padding: 40px 0;}
  .partner .picMarquee-logo2 .picList{padding-bottom: 30px !important;}
  .partner .bd ul li{width: 200px;height: 100px;}
   .partner .bd ul li img{max-width: 80%;}
  .logop{margin-top: 10px;}
  .adv-swiper .txt{left: 50%;top: 50%;transform: translate(-50%,-50%);width: 80%;padding: 30px 20px;min-height: 170px;display: flex;flex-direction: column;}
  .adv-swiper .txt p{max-width: unset;}
  .index-data{margin-top: 20px;}
   .bn-list .libox{padding: 30px 0;}
   .list-about{padding:0 0 40px 0;}
  .list-about .about-l{margin-top: 40px;}
  .list-about .about-l .textcontent{margin-top: 30px;}
  .list-about .about-l .textcontent p{font-size: 20px;line-height: 32px;}
  .list-about .profile .texts h1{font-size: 30px;margin-bottom: 30px;}
  .list-about .profile .texts p{margin-bottom: 20px;line-height: 28px;}
  .list-about .profile .texts{width: 100%;}
  .list-about .profile .texts{padding: 40px 20px 50px 25px;}
  .list-about .profile{padding: 100px 20px 0 30px;}
  .prod-swiper .sw-box{width: 80%;}
  .index-pros{padding: 40px 0;}
  .index-pros .list .item{margin-bottom: 0;}
  .pro-swiper .item .txt p{margin: 35px auto 0 auto;}
  .pro-swiper .item .txt h3,.pro-swiper .item .txt h5{margin-top: 35px;}
  .pro-swiper{margin-top: 30px !important;}
.list-products .title_n{margin: 35px 0 30px;}
.list-products .head .txt_list .b{margin-top: 40px;}
.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 .message{margin-top: 30px;}
.list-contaact{padding-top: 35px;}
.news-list{padding: 50px 0;}
.news-detail{padding: 35px 0;}
.list-news .list .item{width: 100%;;margin-bottom: 20px;}
.titlec p{line-height: 28px;font-size: 20px;}
.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{margin-top: 20px;}
  .honor .titlev h1{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 .about-r{width: 100%;}
  .prod-swiper .swiper-pagination .swiper-pagination-bullet{width: 45px;}
  .prod-swiper{padding-bottom: 40px;}
  .index-cate .item:hover i{top: 40%;}
  .index-cate .item{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;}
  .news{padding-bottom: 20px;}
  .list-fac .item{width: 100%;margin-bottom: 25px;}
.footer .info .form-div .code_box{width: 100%;margin-bottom: 25px;}
.footer .info .message .form-div>label,.footer .info .message .content{margin-bottom: 25px;}
.footer .info .message .form-div>label{width: 100%;}
.footer .info .message .form-div,.footer .info .message form>.form-div{flex-wrap: wrap;margin-bottom: 0;}
.list-pro .list .item{width: 100%;}
 .bn-list li .des{font-size: 15px;}
 .bn-list li h2 .number,.bn-list li h2 .plus{font-size: 33px;}
 .about-t .about-l .content p, .content1 p{margin-bottom: 10px;}
.location{height: 40px;margin-top: -40px;}
.location a{font-size: 16px;}
.paging{margin-top: 0;}
.faq{padding: 10px 0 50px;}
}


