@charset "UTF-8";
.about_common .about_tit {
  text-align: center;
  font-weight: bold;
}
.about_common .about_des {
  color: #737373;
  margin-top: 3px;
  text-align: center;
}

.btn {
  position: absolute;
  top: 32px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:not(.swiper-button-disabled) {
  cursor: pointer;
}
.btn.swiper-button-disabled {
  opacity: 0.5;
}
.btn.prev {
  left: 0;
}
.btn.next {
  right: 0;
}
.btn:not(.swiper-button-disabled):hover svg{
    transform: scale(1.2);
}
.btn svg{
    transition: all 0.5s;
}
.intro {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), to(rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 100%), #FFFFFF;
}
.intro .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .l {
  width: 46.25%;

  overflow: hidden;
}
.intro .r {
  width: 50%;
  color: #737373;
  line-height: 1.875;
}
.intro .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    border-radius: 0 30px 0 30px;
}
.intro .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.intro .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .top {
  line-height: 1.875;
  width: 190px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
}
.intro .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .btm div {
  line-height: 1.5;
}
.intro .btm div:first-child {
  color: #f06330;
}
.intro .des {
  color: #737373;
  margin-left: 8px;
}

.history {
  overflow: hidden;
  background-size: cover;
  height: 910px;
}
.history .about_common {
  color: #fff;
}
.history .about_common .about_des {
  color: #fff;
}
.history .year {
  position: relative;
}
.history .year .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
.history .year .swiper-slide::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #DCDCDC;
  border: 4px solid #fff;
  margin-top: 12px;
      box-sizing: border-box;
}
.history .year .swiper-slide-thumb-active {
  color: rgb(255, 255, 255);
}
.history .year .swiper-slide-thumb-active::after {
  background: #f06330;
      border: 2px solid #fff;
}
.history .year::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  left: 50%;
  bottom: 9px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
}
.history .introduction {
  position: relative;
}
.history .icon {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    transition: all 0.5s;      
}
.history .icon img {
  max-height: 100%;
}
.history .des {
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
}

.vision {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 249, 0)), to(#E4EDFA)), #FFFFFF;
  background: linear-gradient(180deg, rgba(239, 243, 249, 0), #E4EDFA), #FFFFFF;
}
.ctn6 .mobile{
    display: none;
}
.ctn6 .ctn-list {
  margin-top: -20px;
  position: relative;
}
.ctn6 .ctn-list .tu img {
  width: 100%;
}
.ctn6 .ctn-list .left {
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
}
.ctn6 .ctn-list .left li {
  padding-right: 38px;
  text-align: right;
  position: absolute;
}
.ctn6 .ctn-list .left li h2 {
  position: relative;
  text-align: right;
}
.ctn6 .ctn-list .left li h2:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #f06330;
  position: absolute;
  right: -38px;
  top: 2px;
}
.ctn6 .ctn-list .left li p {
    text-align: right;
  margin-top: 6px;
  color: #777;
  line-height: 1.4;
}
.ctn6 .ctn-list .left li:nth-child(1) {
  width: 70%;
  top: 19.2%;
  right: 0;
}
.ctn6 .ctn-list .left li:nth-child(2) {
  top: 35%;
  right: 22%;
}
.ctn6 .ctn-list .left li:nth-child(3) {
  top: 55%;
  right: 22%;
}
.ctn6 .ctn-list .left li:nth-child(4) {
  top: 70%;
  right: 2%;
}
.ctn6 .ctn-list .right {
  position: absolute;
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
}
.ctn6 .ctn-list .right li {
  padding-left: 38px;
  position: absolute;
}
.ctn6 .ctn-list .right li h2 {
  position: relative;
}
.ctn6 .ctn-list .right li h2:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0b318f;
  position: absolute;
  left: -38px;
  top: 2px;
}
.ctn6 .ctn-list .right li p {
  margin-top: 6px;
  color: #777;
  line-height: 1.4;
}
.ctn6 .ctn-list .right li:nth-child(1) {
  width: 90%;
  top: 19.2%;
  left: 0;
}
.ctn6 .ctn-list .right li:nth-child(2) {
  top: 35%;
  left: 22%;
}
.ctn6 .ctn-list .right li:nth-child(3) {
  top: 55%;
  left: 22%;
}
.ctn6 .ctn-list .right li:nth-child(4) {
  top: 70%;
  left: 2%;
}

.environment {
  position: relative;
}
.environment .about_common {
  position: absolute;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
  color: #fff;
  background: none;
}
.environment .about_des {
  color: #fff;
}
.environment .img {
  position: relative;
  height: 0;
  padding-bottom: 47%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.environment .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.environment .small {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.environment .small .swiper {
  margin: 0 28px;
}
.environment .small .img {
  padding-bottom: 66%;
}
.environment .small .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.environment .small .swiper-slide {
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  cursor: pointer;
}
.environment .swiper-slide-thumb-active {
  border: 2px solid #fff;
}
.environment .btn {
  position: relative;
  top: inherit;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

.business .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.business .map {
  position: relative;
}
.business .map img {
  max-width: 100%;
}
.business .location > div {
  position: absolute;
}
.business .location > div:nth-child(1) {
  top: 38%;
  left: 2%;
}
.business .location > div:nth-child(2) {
  top: 39%;
  left: 6%;
}
.business .location > div:nth-child(3) {
  top: 43%;
  left: 4%;
}
.business .location > div:nth-child(3) .country {
  bottom: inherit;
  top: 100%;
  margin-top: 5px;
}
.business .location > div:nth-child(4) {
  top: 49%;
  left: 36%;
}
.business .location > div:nth-child(5) {
  top: 42%;
  left: 46%;
}
.business .location > div:nth-child(6) {
  top: 38%;
  left: 76%;
}
.business .location .act .country {
  background: #f06330;
}
.business svg{
    position: relative;
    z-index: 2;
}
.business .circle{
    position: absolute;
    left: 50%;
    transform: rotateX(45deg) translateX(-50%);
}
.business .circle::before,.business .circle::after{
    border-radius: 50%;
    content: ''; 
    border:1px solid #f06330;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.business .circle::before{animation: scale 4s infinite; }
.business .circle::after{animation: scale 4s 2s infinite; }
@keyframes scale{
    0%{ width:0;height:0; opacity:1}
    100%{ width:44px;height:44px; opacity: 0;}
}
@keyframes scale2{
    0%{ transform: scale(1);opacity:.9;}
    100%{ transform: scale(12);opacity:0;}
}


.business .country {
  color: #fff;
  border-radius: 0 10px 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  padding: 0 10px;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-bottom: 5px;
}
.business .con {
  position: absolute;
  width: 296px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 30px 0 30px;
  right: 26%;
  top: 50%;
  color: #737373;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.business .con div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.business .con > div {
  display: none;
}
.business .con .num {
  color: #f06330;
}
.business .con .line {
  height: 1px;
  width: 54%;
  margin: 12px auto 9px;
  background: rgba(0, 0, 0, 0.05);
}

.equipment .swiper-slide {
  overflow: hidden;
  border-radius: 0 30px 0 30px;
  border: 1px solid rgba(0,0,0,0.1);
}
.equipment .img {
  position: relative;
  height: 0;
  padding-bottom: 76%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  
}
.equipment .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment .hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-102%);
      -ms-transform: translateX(-102%);
          transform: translateX(-102%);
}
.equipment .hov_act {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.equipment .txt {
  max-height: 100%;
  padding: 0 40px;
  line-height: 1.875;
  overflow-y: auto;
}
.equipment .txt::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.equipment .txt::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 5px;
}
.equipment .txt::-webkit-scrollbar-thumb {
  /* 滚动色 */
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.equipment .scrollbar {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.equipment .swiper-scrollbar-drag {
  background: #f06330;
  cursor: grab;
  cursor: grabbing;
}

.honor {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 249, 0)), to(#E4EDFA)), #FFFFFF;
  background: linear-gradient(180deg, rgba(239, 243, 249, 0), #E4EDFA), #FFFFFF;
}
.honor .honor_flx{
    display: flex;
    flex-wrap: wrap;
}
.honor .honor_flx>div{
    width: calc((100% - 80px)/5);
    margin-right: 20px;
        background: #fff;
    transition: all 0.5s;    
}
.honor .honor_flx>div:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.06);
}
.honor .honor_flx>div:nth-child(5n){
    margin-right: 0;
}
.honor .honor_flx>div:nth-child(n+6){
    margin-top: 20px;
}
.honor .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.honor .swiper {
  margin: 0 30px;
}
.honor .swiper-slide {
  background: #fff;
}
.honor .img {
  /*height: 300px;*/
  height: 240px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.honor .img img {
  max-height: 100%;
  max-width: 100%;
}
.honor .tit {
  line-height: 2;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.honor .tit span{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.honor .btn {
  position: relative;
  top: inherit;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}
@media screen and (max-width:1700px){
    .intro .img{
        border-radius: 0 20px 0 20px;
    }
    .intro .r{
        padding-top: 0;
    }
    .history{
        height: 100vh;
    }
    .vision .img{
        max-width: 100%;
    }
    .environment .small .swiper-slide {
    border-radius: 0 20px 0 20px;
        
    }
    .equipment .swiper-slide {
    border-radius: 0 20px 0 20px;
    }
    .equipment .txt{
        padding: 0 30px;
    }
    .business .con{
        border-radius: 0 20px 0 20px;
    }
    
    
    
.honor .honor_flx>div{
    width: calc((100% - 60px)/4);
}
.honor .honor_flx>div:nth-child(5n){
    margin-right: 20px;
}
.honor .honor_flx>div:nth-child(4n){
    margin-right: 0px;
}
.honor .honor_flx>div:nth-child(n+5){
    margin-top: 20px;
}
}
@media screen and (max-width: 1440px){
    .ctn6 .ctn-list .left li {
    padding-right: 30px;
  }
  .ctn6 .ctn-list .left li h2:before {
    width: 12px;
    height: 12px;
    right: -30px;
  }
  .ctn6 .ctn-list .left li:nth-child(1) {
    width: 100%;
  }
  .ctn6 .ctn-list .right li {
    padding-left: 30px;
  }
  .ctn6 .ctn-list .right li h2:before {
    width: 12px;
    height: 12px;
    left: -30px;
  }
  .ctn6 .ctn-list .right li:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width:1200px){
    .history{
        padding-bottom: 7vw;
                height: auto;
    }
    .environment .small{
        padding: 0 25px;
        bottom:40px;
    }
    
    .honor .flx{
        padding: 0 25px;
    }
    .intro .top{
        width: 150px;
    }
    .ctn6 .ctn-list .left li p {
    font-size: 12px;
    margin-top: 2px;
  }
  .ctn6 .ctn-list .left li:nth-child(2) {
    top: 33%;
    right: 20%;
  }
  .ctn6 .ctn-list .right li p {
    font-size: 12px;
    margin-top: 2px;
  }
  .ctn6 .ctn-list .right li:nth-child(2) {
    top: 33%;
    left: 20%;
  }
}
@media screen and (max-width:768px){
    
    .equipment .swiper{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
        .equipment .swiper-slide {
        border-radius: 0 15px 0 15px;
    }
    .intro .flx{
        flex-direction: column;
    }
    .intro .l{
        width: 100%;
    }
    .intro .r{
        width: 100%;
        margin-top: 4vw;
    }
        .intro .img {
        border-radius: 0 15px 0 15px;
    }
        .intro .top {
        width: 120px;
    }
    .business .box{
        flex-direction: column;
    }
    .business .con{
            position: relative;
    width: 100%;
    right: 0;
            border-radius: 0 15px 0 15px;
    }
    .business .country{
            font-size: 10px;
    border-radius: 0 4px 0 4px;
    }
    .environment .small .swiper-slide {
        border-radius: 0 15px 0 15px;
    }
    .environment .swiper-slide-thumb-active {
    border: 1px solid #fff;
    }
    .environment .small{
        bottom: 20px;
    }
    .environment .small .swiper{
        width: calc(100% - 140px);
        margin: 0 25px;
    }
    .environment .big .img{
        padding-bottom: 0;
        height: 400px;
    }
    .business .location > div img{
        width: 14px;
    }
    .honor .swiper{
        width: calc(100% - 140px);
        margin: 0 25px;
    }
    .honor .tit{
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.5;
    }
        .honor .img {
        height: 154px;
    }
    .honor .honor_flx{
        justify-content: space-between;
    }
    .honor .honor_flx>div{
    width: calc((100% - 15px)/2);
    margin-right: 0 !important;
}
.honor .honor_flx>div:nth-child(n+3){
    margin-top: 15px;
}


    .ctn6 {
    padding-bottom: 12vw;
  }
  .ctn6 .ctn-list {
    margin-top: 0;
  }
  .ctn6 .ctn-list .tu {
    margin-top: 20px;
  }
  .ctn6 .ctn-list .left {
    position: relative;
    width: 100%;
  }
  .ctn6 .ctn-list .left li {
    position: relative;
    right: 0!important;
    top: 0!important;
    text-align: left;
    padding-right: 0;
    padding-left: 24px;
    margin-top: 14px;
  }
  .ctn6 .ctn-list .left li h2:before {
    width: 10px;
    height: 10px;
    border: 2px solid #f05a23;
    right: auto;
    left: -24px;
    top: 5px;
  }
  .ctn6 .ctn-list .left li p {
    font-size: 14px;
  }
  .ctn6 .ctn-list .right {
    position: relative;
    width: 100%;
  }
  .ctn6 .ctn-list .right li {
    position: relative;
    left: 0!important;
    top: 0!important;
    margin-top: 14px;
    padding-left: 24px;
  }
  .ctn6 .ctn-list .right li h2:before {
    width: 10px;
    height: 10px;
    border: 2px solid #0b318f;
    left: -24px;
    top: 5px;
  }
  .ctn6 .ctn-list .right li p {
    font-size: 14px;
  }
  .ctn6 .ctn-list .left li h2{
      text-align: left;
  }
  .ctn6 .ctn-list .left li p{
      text-align: left;
  }
  /*.ctn6 .ctn-list{
      display: none;
  }
  .ctn6 .mobile{
    display: block;
  }
  .ctn6 .mobile img{
      max-width: 100%;
  }*/
}
@media screen and (max-width:600px){
    .intro .num{
        flex-wrap: wrap;
    }
    .intro .num>div{
        width: 46%;
    }
    .intro .num>div:nth-child(n+3){
        margin-top: 20px;
    }
        .intro .top {
        width: 100%;
    }
    .history {
        padding-bottom: 12vw;
    }
}
