.myContainer {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.banTxt {

  color: #fff;

}



.sustan li {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 200px 0 0;

}



.sustxt {

  width: 650px;

  display: flex;

}



.sustxt h3 {

  font-size: 108px;

  font-stretch: normal;

  letter-spacing: 0px;

  width: 76px;

  border-top: 11px solid;

  padding-top: 50px;

  margin-right: 50px;

  margin-top: 30px;
}



.sus01 {

  color: #1c2075;

  border-color: #1c2075;

}



.sus02 {

  color: #d6000f;

  border-color: #d6000f;

}



.sus03 {

  color: #f39800;

  border-color: #f39800;

}



.susMg {

  width: 920px;

}



.susMg img {

  display: block;

  width: 100%;

}



.susInfo h4 {

  font-size: 58px;

  letter-spacing: 10px;

  color: #000;

  margin: 0 0 60px;

}



.susInfo p {

  font-size: 26px;

  line-height: 45px;

  color: #000000;
  text-align: justify;

}



.sustan li:nth-child(even) .sustxt {

  order: 2;

}



.sustan li:nth-child(even) .susMg {

  order: 1;

}



.file {

  padding: 100px 0;

  background: #EFEFEF;

  margin-top: 120px;

}



.file h3 {

  font-size: 55px;

  font-weight: bold;

  font-stretch: normal;

  letter-spacing: 6px;

  color: #000;

  /* font-family: initial; */


}

.file h3 span {
  font-family: initial;
}



.filist {

  margin-top: 25px;

  border-top: solid 4px #c3c3c3;

}



.filist li {

  border-bottom: solid 4px #c3c3c3;

}



.filist li a {

  display: flex;

  align-items: center;
  justify-content: space-between;

  font-size: 26px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 42px;

  letter-spacing: 0px;

  color: #595959;

  padding: 10px 0;

}


.filist li a span {
  display: flex;
  align-items: center;
  font-family: initial;
}



.filist span>img {

  display: block;

  width: 40px;

  margin-right: 20px;

}


.filist a>img {
  width: 165px;
  display: block;
}

.vision {
  padding-top: 130px;
}

.vision .titleBox .img {
  display: block;
  width: 51.16%;
  height: auto;
  margin: auto;
}

.vision .visionContent {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.vision .visionContent .item{
  max-width: 100%;
}
.vision .ps {
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
  line-height: 1;
  padding-top: 38px;
  text-align: right;
  color: #484646;
}

.rd {

  text-align: center;

}

.autonomously,
.quality {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.autonomously.team {
  padding: 200px 0;
}

.autonomously .bg {
  width: 47.81%;
}

.quality .myContainer,
.autonomously .myContainer {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */

}
.quality .myContainer{
  position: static;
  transform: translate(0);
}
.quality .right{
  height: auto;
}
.autonomously .autonomouslyContent {
  /* width: 41%; */
  max-width: 600px;
  /* padding-left: 10%; */
}

.aTitle {
  font-family: SourceHanSansCN-Bold;
  font-size: 58px;
  letter-spacing: 6px;
  color: #212121;
  margin-bottom: 50px;
  padding-bottom: 40px;
  position: relative;
  width: fit-content;
}

.aTitle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37.5%;
  height: 9px;
  background-color: #1c2075;
}

.aText {
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
  line-height: 1.73;
  color: #484646;
}




.rd .banTxt {

  color: #1c2075;

}


.rd h3 {

  font-size: 62px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 12px;

  color: #212121;

}



.rd h5 {

  font-size: 38px;

  letter-spacing: 0px;

  color: #212121;

  margin: 10px 0 50px;

}



.rd p {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 35px;

  letter-spacing: 0px;

  color: #484646;

}



.rd hr {

  width: 90px;

  height: 8px;

  background-color: #81cde4;

  border: none;

  margin: 60px auto 0;

}



.achievements {

  margin: 100px 0 150px;

}

.achievements .ps {
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
  line-height: 1.88;
  color: #484646;
  padding-top: 40px;
  text-align: right;
}

.achievements h4 {

  text-align: center;

  font-size: 42px;

  font-weight: normal;

  font-stretch: normal;

  margin: 0 0 65px;

  letter-spacing: 0px;

  color: #1c2075;

}



.achList {

  display: flex;

  gap: 40px;

  margin-top: 65px;

}



.achList li {
  flex: 1;

  text-align: center;

  background-color: #f5f5f5;

  border-radius: 35px 0px 35px 0px;

  padding: 70px 20px 100px;

  box-sizing: border-box;

}



.achMg {

  display: flex;

  align-items: center;

  justify-content: center;

}



.achMg img {

  display: block;

  max-width: 100%;

}



.achList li h6 {

  font-size: 43px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #1c2075;

  margin: 40px 0 50px;

}



.achList li h6 b {

  font-size: 66px;

}



.achList li p {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 42px;

  letter-spacing: 0px;

  color: #1c2075;

}





.abUs {

  position: relative;

  display: flex;

  justify-content: flex-end;

  background: #F5F5F5;

}



.abInfo {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}



.abTxt {

  /* max-width: 715px; */

  max-width: 45%;

}



.abTxt h3 {

  font-size: 62px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 12px;

  color: #212121;

}



.abTxt h6 {

  font-size: 38px;

  letter-spacing: 0px;

  color: #212121;

  margin: 20px 0 70px;

}



.abTxt p {

  font-size: 26px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 45px;

  letter-spacing: 0px;

  color: #484646;

}



.abTxt hr {

  width: 90px;

  height: 8px;

  background-color: #f39700;

  border: none;

  margin: 70px 0 0;

}



.abMg {

  max-width: 50%;

}



.abMg img {

  display: block;

  width: 100%;

}



.base {

  padding: 120px 0;

}



.basMg {

  width: 100%;

  margin: 40px 0 0;

}



.basMg img {

  display: block;

  margin: 0 auto;

  max-width: 100%;

}



.honor {

  padding: 120px 0 115px;

  background: url(../images/valuesBack.jpg) center no-repeat;

  background-size: cover;

}



.honList {

  display: grid;

  grid-template-columns: repeat(2, 700px);

  justify-content: space-between;

}



.honList li {

  position: relative;

}



.valSwiper .swiper-button-next:after,

.valSwiper .swiper-button-prev:after {

  font-size: 32px;

  font-weight: 600;

}



.honBox {

  max-width: 480px;

}



.honBox img {

  width: auto;

  height: auto;

  max-width: 100%;

  margin: 0 auto;

}



.honBox h6 {

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 37px;

  letter-spacing: 0px;

  color: #1c2175;

  margin: 50px 0 35px;

}



.honBox h4 {

  font-size: 34px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 42px;

  letter-spacing: 0px;

  color: #1c2175;

}



.honList .rd {

  text-align: left;

}



.honList .rd hr {

  width: 91px;

  height: 9px;

  background-color: #1c2175;

  margin: 60px 0 0;

}



.autonomously .myContainer{
  padding-left: 6%;
}
.quality .myContainer{
  padding-left: 6%;
}
.quality {
  display: flex;
  align-items: stretch;
  background-color: #f5f5f5;
}
.quality .swiper-slide img{
  object-position: left;
}
.quality .swiper_2{
  height: 100%;
}
.quality .left {
  /* padding-left: 240px; */
  /* flex: 1; */
  /* flex-shrink: 0; */
  padding: 20px 0;
}

.quality .left .aText {

  max-width: 600px;
  text-align: justify;
}

.quality .right {
  width: 100%;
  width: 48.95%;
  height: auto;
}

.quality .mySwiper_2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team {
  background-color: #fff;
  padding: 200px 0;

}

.team .mySwiper_3 {
  overflow: hidden;
}

@media screen and (max-width:1750px) {

  .susMg {
    width: 55%;
  }

  .sustxt h3 {
    font-size: 80px;
    border-top: 8px solid;
    padding-top: 10px;
    margin-right: 30px;
  }

  .susInfo h4 {
    /* font-size: 40px; */
    letter-spacing: 8px;
    margin: 0 0 20px;
  }

  .susInfo p {
    font-size: 22px;
    line-height: 1.6;
  }

  .sustxt {
    width: 40%;
  }

  .sustan li {
    margin: 120px 0 0;
  }

  .file h3 {
    font-size: 40px;
  }

  .file {
    padding: 60px 0;
    margin-top: 90px;
  }

  .filist {
    border-top: solid 3px #c3c3c3;
  }

  .filist li {
    border-bottom: solid 3px #c3c3c3;
  }

  .filist li a {
    font-size: 20px;
    line-height: 40px;
    padding: 12px 0;
  }

}

@media screen and (max-width:1500px) {

  .sustxt h3 {
    font-size: 70px;
    border-top: 6px solid;
    padding-top: 5px;
  }

  .susInfo h4 {
    /* font-size: 36px; */
  }

  .susInfo p {
    font-size:26px;
  }

  .file {
    padding: 40px 0;
  }

  .filist span>img {
    width: 30px;
    margin-right: 15px;
  }

  .filist a>img {
    width: 100px;
  }

  .file h3 {
    font-size: 32px;
  }

  .rd h3 {
    font-size: 50px;
    letter-spacing: 10px;
  }

  .rd h5 {
    font-size: 30px;
    margin: 5px 0 30px;
  }

  .rd p {
    font-size: 20px;
  }

  .rd hr {
    width: 80px;
    height: 5px;
    margin: 40px auto 0;
  }

  .achievements {
    margin: 60px 0 100px;
  }

  .achievements h4 {
    font-size: 35px;
    margin: 0 0 30px;
  }

  .achList {
    grid-template-columns: repeat(3, 31%);
    margin-top: 40px;
  }

  .achMg img {
    height: 110px;
  }

  .achList li h6 b {
    font-size: 50px;
  }

  .achList li h6 {
    margin: 30px 0;
    font-size: 34px;
  }

  .achList li p {
    font-size: 20px;
    line-height: 30px;
  }

  .abTxt {
    max-width: 50%;
  }

  .abMg {
    max-width: 50%;
  }

  .abTxt h3 {
    font-size: 46px;
    letter-spacing: 8px;
  }

  .abTxt h6 {
    font-size: 30px;
    margin: 10px 0 40px;
  }

  .abTxt p {
    font-size: 22px;
    line-height: 35px;
  }

  .abTxt hr {
    width: 90px;
    height: 5px;
    margin: 40px 0 0;
  }

  .rd h3 {
    font-size: 40px;
    letter-spacing: 8px;
  }

  .rd h5 {
    font-size: 26px;
    margin: 5px 0 15px;
  }

  .rd p {
    font-size: 17px;
    line-height: 30px;
  }

  .base {
    padding: 100px 0;
  }

  .honList {
    grid-template-columns: repeat(2, 47%);
  }

  .rd h3 {
    font-size: 36px;
  }

  .rd h5 {
    font-size: 22px;
  }

  .rd p {
    font-size: 16px;
  }

  .honBox h6 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 15px;
  }

  .honBox h4 {
    font-size: 28px;
  }

  .quality .left {
    /* padding-left: 6%; */
  }
  .filist li a{
    font-size: 26px;
  }
}


@media screen and (max-width:1300px) {

  .sustxt {
    width: 42%;
  }

  .susInfo h4 {
    /* font-size: 32px; */
  }

  .susInfo p {
    font-size: 17px;
  }


  .achMg img {
    height: 90px;
  }

  .achList li h6 {
    margin: 20px 0;
    font-size: 28px;
  }

  .achList li {
    padding: 40px 20px 60px;
  }

  .achList li p {
    font-size: 18px;
    line-height: 30px;
  }

  .abTxt h3 {
    font-size: 42px;
    letter-spacing: 6px;
  }

  .abTxt h6 {
    font-size: 26px;
    margin: 10px 0 30px;
  }

  .abTxt p {
    font-size: 18px;
    line-height: 30px;
  }

  .abTxt hr {
    width: 80px;
    margin: 30px 0 0;
  }

  .base {
    padding: 70px 0;
  }

  .honor {
    padding: 80px 0 70px;
  }

  .honBox h4 {
    font-size: 24px;
  }

}


@media screen and (max-width:1200px) {

  .sustxt h3 {
    font-size: 60px;
    border-top: 4px solid;
    padding-top: 0;
  }

  .susInfo h4 {
    font-size: 30px;
  }

  .susInfo p {
    font-size: 15px;
    line-height: 25px;
  }

  .file h3 {
    font-size: 28px;
  }

  .filist span>img {
    width: 26px;
    margin-right: 10px;
  }

  .filist a>img {
    width: 60px;
  }

  .filist li a {
    font-size: 17px;
    line-height: 30px;
  }

  .rd hr {
    margin: 20px auto 0;
  }

  .achievements h4 {
    font-size: 30px;
    margin: 0 0 20px;
  }

  .achMg img {
    height: 70px;
  }

  .achList li h6 b {
    font-size: 40px;
  }

  .achList li h6 {
    margin: 15px 0;
    font-size: 22px;
  }

  .achList li p {
    font-size: 16px;
  }

  .achievements {
    margin: 40px 0 60px;
  }

  .abTxt h3 {
    font-size: 34px;
    letter-spacing: 4px;
  }

  .abTxt h6 {
    font-size: 22px;
    margin: 5px 0 20px;
  }

  .abTxt p {
    font-size: 15px;
    line-height: 25px;
  }

  .abTxt hr {
    width: 70px;
    margin: 20px 0 0;
    height: 3px;
  }

  .rd p {
    font-size: 15px;
  }

  .rd h3 {
    font-size: 32px;
  }

  .rd h5 {
    font-size: 20px;
  }

  .honBox h6 {
    font-size: 20px;
  }

  .honBox h4 {
    font-size: 22px;
  }

  .aTitle {
    font-size: 30px;
    padding-bottom: 18px;
    margin-bottom: 10px;
  }

  .aText {
    font-size: 18px;
  }

  .autonomously.team,.quality {
    padding: 120px 0;
  }

  .autonomously .autonomouslyContent, .quality .left{
    /* width: 48%; */
    padding-left: 10%;
    box-sizing: border-box;
  }
  .filist li a{
    font-size: 15px;
  }
}
@media (max-width:1280px) {
  .aTitle{
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .aText{
    font-size: 18px;
  }
  .achievements .ps{
    font-size: 18px;
  }
  .susInfo h4{
    font-size: 36px;
  }
  .susInfo p{
    font-size: 18px;
  }
  .vision .ps{
    font-size: 18px;
  }
  .filist li a{
    font-size: 18px;
  }
  .file h3{
    font-size: 36px;
  }
  .aTitle::after{
    height: 4px;
  }
  .team{
    padding: 100px 0;
  }
}
@media screen and (max-width:1100px) {

  .sustan li {
    margin: 40px 0 0;
    flex-wrap: wrap;
  }

  .sustxt,
  .susMg {
    width: 100%;
  }

  .sustxt {
    margin: 0 0 10px;
  }

  .sustan li:nth-child(even) .sustxt {
    order: 1;
  }

  .sustxt h3 {
    font-size: 50px;
    border-top: 4px solid;
    width: 50px;
  }
  .file h3{
    font-size: 36px;
  }
  .susInfo h4 {
    font-size: 36px;
  }
  .susInfo p{
    font-size: 18px;
  }
  .filist li a{
    font-size: 18px;
  }
  .filist {
    border-top: solid 2px #c3c3c3;
    margin-top: 20px;
  }

  .filist li {
    border-bottom: solid 2px #c3c3c3;
  }

  .abTxt h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .abTxt h6 {
    font-size: 18px;
    margin: 5px 0 10px;
  }

  .abTxt p {
    font-size: 15px;
  }

  .honList {
    grid-template-columns: repeat(2, 48%);
  }

  .honBox h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .honBox h6 {
    font-size: 17px;
    line-height: 30px;
    margin: 7px 0;
  }

  .vision .visionContent {
    padding-top: 50px;
    gap: 30px;
  }

  .vision .ps {
    font-size: 16px;
  }

  .vision {
    padding-top: 80px;
  }
}

@media screen and (max-width:768px) {

  .sustxt h3 {
    font-size: 40px;
    border-top: 3px solid;
    width: auto;
    margin-right: 20px;
  }

  .susInfo h4 {
    font-size: 22px;
  }

  .susInfo p {
    font-size: 14px;
    line-height: 23px;
  }

  .susInfo br {
    height: 10px;
  }

  .file {
    padding: 25px 0;
    margin-top: 40px;
  }

  .file h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .filist {
    margin-top: 12px;
  }

  .filist li a {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
  }

  .rd h3 {
    font-size: 26px;
  }

  .rd h5 {
    font-size: 16px;
    margin: 2px 0 10px;
  }

  .rd p {
    font-size: 14px;
    line-height: 25px;
  }

  .rd hr {
    margin: 15px auto 0;
    height: 3px;
  }

  .achievements h4 {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .achList li p {
    font-size: 13px;
    line-height: 20px;
  }

  .achList li h6 {
    margin: 10px 0;
    font-size: 14px;
  }

  .achList li h6 b {
    font-size: 20px;
  }

  .achList li {
    padding: 30px 5px 40px;
  }

  .achList {
    grid-template-columns: repeat(3, 32%);
    margin-top: 20px;
  }

  .achMg img {
    height: 40px;
  }

  .abUs {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
  }

  .abInfo {
    position: relative;
  }

  .abTxt {
    max-width: 100%;
    margin: 0 0 15px;
  }

  .abMg {
    max-width: 90%;
  }

  .achievements {
    margin: 20px 0 30px;
  }

  .abTxt h3 {
    font-size: 21px;
    letter-spacing: 2px;
  }

  .abTxt h6 {
    font-size: 15px;
    margin: 5px 0 10px;
  }

  .abTxt p {
    font-size: 14px;
    line-height: 23px;
  }

  .base {
    padding: 30px 0;
  }

  .honList {
    grid-template-columns: repeat(1, 100%);
  }

  .honList li {
    margin-top: 20px;
  }

  /* .honList li:first-child {
    m
  } */

  .honList .rd hr {
    height: 5px;
    margin: 20px 0 0;
  }

  .honor {
    padding: 40px 0 30px;
  }

  .autonomously,.quality {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .autonomously .myContainer ,.quality .myContainer{
    position: static;
    transform: translate(0);
  }

  .autonomously .autonomouslyContent, .quality .left{
    width: 100%;
  }

  .autonomously .bg {
    width: 90.5%;
  }

  .quality {
    padding: 40px 30px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .swiper-slide img {
    aspect-ratio: 1 / 1;
    object-position: right center;
  }

  .quality .left {
    padding-left: 0;
  }

  .quality .right {
    width: 100%;
  }

  .autonomously.team {
    padding: 80px 0;
  }

  .achList {
    gap: 10px;
  }

  .achievements .ps {
    font-size: 14px;
    padding-top: 20px;
  }

  .aTitle::after {
    height: 4px;
  }

  .aTitle {
    padding-bottom: 30px;
  }

  .vision {
    padding-top: 40px;
  }

  .vision .visionContent {
    padding-top: 30px;
    gap: 20px;
  }
  .aTitle{
    font-size: 24px;
  }
  .aText{
    font-size: 14px;
  }
  .susInfo h4{
    font-size: 24px;
  }
  .filist li a{
    font-size: 24px;
  }
  .file h3{
    font-size: 24px;
  }
  .sustxt h3{
    margin-top: 0;
  }
  .filist li a{
    font-size: 14px;
  }
  .vision .ps{
    font-size: 12px;
  }
  .autonomously .autonomouslyContent, .quality .left{
    padding-left: 0;
  }
  .quality .myContainer{
    padding: 0;
  }
  .autonomously .myContainer{
    padding: 0 30px;
  }
  .aText{
    text-align: justify;
  }
}