@charset "UTF-8";
body {
  overflow-x: hidden;
} 
.history .text_lq p{
    text-align: center;
}
.intro .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history .des{
    text-align: center;
}
.intro .l {
  width: 15%;
}
.intro .r {
flex: 1;
  line-height: 1.5;
  padding-left: 8vw;
}
.but_rl {
    position: absolute;
    left: 50%;
    top: 1px;
    transform: translateX(-50%);
    width: 80px;
    height: 50px;
    z-index: 99;
}
.but_rl .st0{
    fill: #01409963;}
.intro .con {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.intro .con img, .intro .con video, .intro .con table {
  max-width: 100% !important;
}

.data {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#13438f), to(#0c7898));
  background: linear-gradient(to right, #13438f, #0c7898);
}
.data .des {
  color: #b9e4ff;
  text-align: center;
}
.data .top {
  color: #fff;
  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;
  line-height: 1;
}
.data .tit {
  font-weight: bold;
  font-size: 90px;
}
.data .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.data .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data .item:not(:last-child) {
  margin-right: 160px;
}
.data .r {
  position: relative;
  width: 43.6%;
}
.data .r img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.team {
  background-size: cover;
  background-image: url(../img/gy_3_bj.jpg);
}
.team .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team .item {
  background: #fff;
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
  padding: 30px 40px;
  position: relative;
  cursor: pointer;
}
.team .item:nth-child(4n) {
  margin-right: 0;
}
.team .item:nth-child(n+5) {
  margin-top: 20px;
}
.team .item::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #ff5b1f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .item:hover::after {
  width: 100%;
}
.team .item:hover .more {
  color: #ff5b1f;
}
.team .item:hover .more svg path {
  fill: #ff5b1f;
}
.team .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.team .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 70px;
}
.team .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .des {
  color: #777777;
  margin-top: 20px;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.team .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
      color: #11487f;
}
.team .more svg {
  margin-left: 18px;
  height: 14px;
  width: auto;
}
.team .more svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  fill: #11487f;
}
.team .fixed {
  position: fixed;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.team .item2 {
  width: 1058px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-bottom: 2px solid #ff5b1f;
}
.team .flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .l2 {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: center;
          padding-left: 60px;
}
.team .l2 img {
  max-width: 100%;
  max-height: 100%;
}
.team .r2 {
  width: 66%;
  padding: 80px 75px;
  position: relative;
}
.team .picBlank .r2 {
    width: 100%;
}
.team .name {
  font-weight: bold;
  position: relative;
  line-height: 1;
}
.team .name::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #ff5b1f;
  top: 0;
  left: -15px;
}
.team .work {
  color: #000000;
  line-height: 1.5;
  height: 11.9em;
}
.team .fixed_close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  right: 75px;
  top: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .fixed_close path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team .fixed_close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.team .fixed_close:hover path {
  fill: #ff5b1f;
}

.mCSB_scrollTools .mCSB_dragger::after {
  content: "";
  display: block;
  width: 2px;
  background: #ff5b1f;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCSB_scrollTools .mCSB_draggerContainer::after {
  content: "";
  display: block;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

/*.history .sw1{
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
}
.history .sw3{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}*/
.history {
  overflow: hidden;
  background-size: cover;
  background-image: url(../img/gy_4_bj.jpg);
  color: #fff;
  position: relative;
}
.history .swiper-scrollbar{
    height: 2px;
    background: rgba(255,255,255,0.4);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.history .swiper-scrollbar-drag{
    background: #fff;
}
/*.history .box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}*/
.history .text_lq {
  text-align: center;
}
.history .p1 {
  color: #fff;
}
.history .swiper {
  overflow: hidden;
}
.history .s_line {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.history .txt {
  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;
  text-align: center;
}
.history .line {
  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;
    display: none;      
}
.history .line_1 {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.history .line_2 {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}
.history .line_3 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.history .des{
    margin-top: 10px;
    font-size: 12px;
}
.history .year {
  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;
  font-weight: bold;
}

.history .img{
    margin-top: 10px;
    width: calc(100% - 10px);
}
.history .img img{
    width: 100%;
}
.history .point {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  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;
}
.history .sw1 .point{
    margin-top: 15px;
}
.history .point::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.history .sw1 .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.history .sw1 .swiper-slide:nth-child(odd) .des {
  margin-bottom: 20px;
}
.history .sw1 .swiper-slide:nth-child(odd) .txt {
  display: none;
}
.history .sw3 .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history .sw3 .swiper-slide:nth-child(even) .txt {
  display: none;
}
.history .sw3 .swiper-slide:nth-child(even) .year {
  display: none;
}
.history .sw3 .swiper-slide:nth-child(even) .des {
  margin-top: 20px;
}
.history .sw2 .swiper-slide {
  height: 40px;
}
.history .sw2 .swiper-slide:nth-child(odd) {
  background-size: 100% 100%;
  background-image: url(../img/gy_4_1.png);
}
.history .sw2 .swiper-slide:nth-child(even) {
  background-size: 100% 100%;
  background-image: url(../img/gy_4_2.png);
}
.history .box2 {
  position: relative;
}
.history .box2 .box2_l {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
  width: auto;
}
.history .box2 .box2_r {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 100%;
  width: auto;
}
.history .sw3 .swiper-pagination {
    display: none;
}
.history .box2 .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -75px;
    background: url(/static/en/img/new-left.png);
  background-repeat: repeat-y;
    animation: play 1s steps(50) infinite;
    height: 60px;
    width: 60px;
}
.history .box2 .swiper-button-prev:after {
    display: none;
    content:"";
}
.history .box2 .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -75px;
    background: url(/static/en/img/new-right.png);
  background-repeat: repeat-y;
  animation: play 1s steps(50) infinite;
    height: 60px;
    width: 60px;
}
.history .box2 .swiper-button-next:after {
    display: none;
    content:"";
}
.history .box2 .swiper-button-prev.swiper-button-disabled {
    background: url(/static/en/img/zuo_00000.png);
    animation: initial;
  background-repeat: no-repeat;
}
.history .box2 .swiper-button-next.swiper-button-disabled {
    background: url(/static/en/img/you_00000.png);
    animation: initial;
  background-repeat: no-repeat;
}
@keyframes play {
  0% {
    background-position: 0 0;
  }
  100% {
    /* 移动距离 = 单帧宽度 × 总帧数 */
    background-position: 0 -3000px;
  }
}
.awards .text_lq {
  text-align: center;
}
.awards .text_lq .s_line {
  margin-left: auto;
  margin-right: auto;
}
.awards .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#0b87a6), to(#1369bf));
  background: linear-gradient(to right, #0b87a6, #1369bf);
  color: #fff;
}
.awards .anchor .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  position: relative;
}
.awards .anchor .flx a {
    color: #fff; 
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px 40px;
  border-radius: 60px;
  line-height: 1;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  transition: all 0.5s;
}
.awards .anchor .flx a:not(.anchor_shadow) {
  position: relative;
  z-index: 2;
}
.awards .anchor .flx .anchor_act {
    color: #ffffff !important;
}
.awards .anchor .flx .anchor_shadow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0px;
  position: absolute;
    background: #ff5b1f;
}
.awards .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.awards .item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #f0f2f5;
  color: #000000;
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  transition: all 0.5s;
}
.awards .item a{
  padding: 40px;
}
.awards .item:hover {
  background: #ff5b1f;
}
.awards .item:hover a{
  color: #fff;
}
.awards .item span {
  padding-left: 15px;
  position: relative;
}
.awards .item:nth-child(4n) {
  margin-right: 0;
}
.awards .item:nth-child(n+5) {
  margin-top: 10px;
}
.awards .item span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-weight: bold;
}
.awards .tab:not(:first-child) {
  display: none;
}
.awards .a_con {
  margin: auto;
}

.principle .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.principle .flx > div {
  width: 50%;
}
.principle .l {
  position: relative;
}
.principle .l img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.principle .r {
  padding-left: 120px;
  padding-right: calc((100% - 1440px) / 2);
  background: #f0f2f5;
}
.principle .des {
  color: #000000;
  text-align: justify;
}
.principle .box {
  position: relative;
  aspect-ratio: 16 / 9; 
  background-color: #000000;
}
.principle video {
  width: 100%;
  display: block;
}
.principle .vio_info {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.principle .vio_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.principle .play {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
}

@media screen and (max-width: 1700px) {
  .data .item:not(:last-child) {
    margin-right: 70px;
  }
  .data .tit {
    font-size: 60px;
  }
  .team .item {
    padding: 25px 30px;
  }
  .awards .item a{
    padding: 25px;
  }
  .principle .r {
    padding-left: 6.25%;
    padding-right: 10%;
  }
  .history .line_2 {
    height: 90px;
  }
  .data .l {
    width: calc(56.4% - 20px);
  }
  .data .tit {
    font-size: 40px;
  }
  .team .r2 {
    padding: 50px;
  }
}
@media screen and (max-width: 1500px) {
    .history .des.fnt18 {
        font-size: 14px;
    }
    .history .year.fnt48 {
        font-size: 24px;
    }
    .history .year .fnt48 {
        font-size: 24px;
    }
.history .img {
    margin-top: 4px;
}
.history .des {
    margin-top: 4px;
}
}
@media screen and (max-width: 1440px) { 
    .intro .l {
        width: 18%;
    }
    .history .des.fnt18 {
        
                font-size: 12px;
    }
    .principle .play {
        
    width: 60px;
    }
    
}

@media screen and (max-width: 1200px) {
    .history .box.wrap {
        width: 80%;
    }
  .principle .play {

    width: 40px;
  }
  .team .item2 {
    width: 90%;
  }
  .team .r2 {
    padding: 35px;
  }
  .data .item:not(:last-child) {
    margin-right: 35px;
  }
  .team .item {
    width: calc((100% - 40px) / 3);
  }
  .team .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .team .item:nth-child(4n) {
    margin-right: 20px;
  }
  .team .item:nth-child(3n) {
    margin-right: 0;
  }
  .history .line_2 {
    height: 60px;
  }
  .awards .anchor .flx a {
    padding: 0 30px;
  }
  .awards .item {
    width: calc((100% - 20px) / 3);
  }
  .awards .item:nth-child(n+4) {
    margin-top: 10px;
  }
  .awards .item:nth-child(4n) {
    margin-right: 10px;
  }
  .awards .item:nth-child(3n) {
    margin-right: 0;
  }
  .principle .r {
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
    .awards .anchor .flx .anchor_act{
        background: #ff5b1f;
    }
    .awards .anchor .flx a{
        text-align: center;
    }
    .but_rl {
        display: none;
    }
    .team .flx2 {
    flex-wrap: wrap;
    }
    .team .l2 {
        
        width: 100%;
        padding-top: 25px;
        padding-left: 0;
    }
    .team .r2 {
        width: 100%;
    }
    .team .l2 img {
          object-fit: contain;
    }
    
    .team .work {
            font-size: 14px;
        height: 5.9em;
    }
    .team .l2 {
        
        height: 220px;
    }
    .team .r2 {
        
                padding: 25px;
    }
    .team .fixed_close {
        
            right: 20px;
    top: 20px;
    }
    
    .history .box2 .box2_r {
        
        display: none;
    }
    .history .box2 .box2_l {
        
        display: none;
    }
    .history .sw2 .swiper-slide {
        
        height: 30px;
    }
  .intro .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            flex-wrap: wrap;
  }
  .intro .l {
      
          width: 100%;
  }
  .intro .r {
    width: 100%;
    margin-top: 4vw;
        padding-left: 0;
  }
  .data .flx {
    -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;
  }
  .data .l {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .data .r {
    width: 100%;
    margin-top: 6vw;
  }
  .data .r img {
    position: relative;
  }
  .data .item:not(:last-child) {
    margin-right: 20px;
  }
  .team .flx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .item {
    width: calc((100% - 20px) / 2);
    margin-right: 0 !important;
  }
  .team .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .awards .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .awards .item {
    width: calc((100% - 10px) / 2);
    margin-right: 0 !important;
    
    padding: 20px 15px;
  }
  .awards .item:nth-child(n+3) {
    margin-top: 10px;
  }
  .principle .flx .l {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .principle .flx .l 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;
  }
  .principle .flx .r {
    width: 100%;
    padding: 5%;
  }
  .principle .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .principle .play {
    width: 60px;
  }
  .history .line_2 {
    height: 25px;
  }
  .awards .anchor .flx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .awards .anchor .flx a {
      color: #fff;
    width:50%;
    padding: 0 15px;
    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;
  }
  .awards .anchor .flx a:nth-child(n+3) {
    margin-top: 20px;
  }
  .awards .anchor {
    padding-left: 15px;
    padding-right: 15px;
  }
  .anchor_shadow {
    display: none !important;
  }
  .history{
      height: auto;
  }
  .history .sw1{
      display: none;
  }
  .history .sw3{
      position: relative;
      top: inherit;
      overflow: visible;
  }
  .history .sw3 .swiper-pagination-bullet {
      width:15px;
      height:15px;
  }
  .history .sw3 .swiper-pagination-bullet-active {
      background: #ffffff;
  }
  .history .sw3 .swiper-pagination {
      width: 100%;
      bottom: -50px;
      display: block;
  }
  .history .box{
      position: relative;
      left: 0;
      transform: inherit;
  }
  .history .box2 .swiper-button-prev {
top: 100%;
    left: -10%;
    bottom: auto;
  transform: scale(0.7);
  }
  .history .box2 .swiper-button-next {
top: 100%;
    right: -10%;
  bottom: auto;
  transform: scale(0.7);
  }
  .history .sw3 .swiper-slide:nth-child(even) .year {
    display: flex;
  }
  .history .sw3 .swiper-slide:nth-child(even) .txt {
    display: flex;
  }
  .history .sw3 .swiper-slide .des {
    margin-top: 20px;
}
.history .sw2{
    margin-top: 6vw;
}
}
@media screen and (max-width: 500px) {
  .team .item {
    width: 100%;
  }
  .team .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .awards .item {
    width: 100%;
  }
  .awards .item:nth-child(n+2) {
    margin-top: 10px;
  }
}
