

img {
  border: none;
  outline: none;
}

.width-container {
  max-width: 1200px;
  margin: 0 auto;
}

.autodoor-pc {
  display: block;
}

.autodoor-m {
  display: none;
}

.banner {
  background: linear-gradient(to bottom, #ffffff 50%, #f7f7f7 70%, #caccdc);
  height: 800px;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .banner-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.banner .banner-docs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner .banner-docs .banner-title-img {
  width: 224px;
  height: 40px;
  margin-bottom: 12px;
}

.banner .banner-docs .banner-title {
  color: #4D4F75;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.banner .banner-docs .banner-tips {
  color: #4D4F75;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.747px;
}

.banner .banner-docs .banner-desc {
  color: #222;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 48px */
  letter-spacing: 0.747px;
}

.banner .banner-docs .banner-text {
  color: #222;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.747px;
  margin-bottom: 42px;
}

.banner .banner-docs .banner-btn {
  height: 60px;
  border: 1px solid rgba(34, 34, 34, 0.7);
  border-radius: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 0px 48px 0px 10px;
  margin-bottom: 112px;
}

.banner .banner-docs .banner-btn .banner-btn-icon {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.banner .banner-docs .banner-btn .banner-btn-text {
  color: #222;
  text-align: center;

  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 36.4px */
  letter-spacing: 0.747px;
}

.banner .banner-robot-img {
  width: 387px;
  height: 741px;
  flex-shrink: 0;
}

.banner .banner-robot-img-m {
  display: none;
}
.company-banner{
  /* background: url('https://www.orionstar.com/res/orics/down/ow001_20250321_5fbbef9ca703591aaaeff8e10abbfd5b.webp'); */
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
}
.max-width-container{
  max-width: 1560px;
  margin: 0 auto;
}
.company-banner .banner-content{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 0;
}
.banner-content .text-content{
  max-width: 630px;
  margin-right: 120px;
}
.text-content .title{
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  color: #104F9B;
  /* 81.6px */
}
.text-content .description{
  font-size: 18px;
  color: #646464;
}
.logo-container{
  display: flex;
  align-items: center;
}
.logo-container .logo:nth-child(1){
  width: 180px;
  height: 91.82px;
  margin-right: 48px;
}
.logo-container .logo:nth-child(2){
  width: 301.24px;
  height: auto;
}
.product {
  padding: 160px 0;
  background: linear-gradient(to bottom, #51658D 0%, #16223A);
}

.product .product-contents {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  height: 600px;
  padding-right: 100px;
}


.product .product-contents .product-360 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product .product-360 .product-box .robot_3D img {
  height: 600px;
  object-fit: cover;
  flex-shrink: 0;
  position: absolute;
}

.product .product-360 .product-box .robot_3D {
  position: relative;
  /* margin-right: 60px; */
}

.spritespin {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-size: cover;
}

.spritespin_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-size: cover;
}

.sprites_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.20);
  width: 190px;
  padding: 6px 8px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  margin-top: -60px;
}

.rotate-middle,
.rotate-loading {
  margin: 0px 24px;
}

.rotate-left,
.rotate-right,
.rotate-middle,
.rotate-loading {
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rotate-middle {
  display: none;
}

.rotate-left {
  background: url('../img/ow001_20240428_2777db9a9ee5c93e8899d8486f33e8ae.png') center no-repeat;
  background-size: contain;
}

.rotate-middle {
  background: url('../img/ow001_20240809_617d5dd99233ed88dbb6f074ed349308.png') center no-repeat;
  background-size: contain;
}

.rotate-right {
  background: url('../img/ow001_20240428_5eec2770e8fe1acd204961e652e962f1.png') center no-repeat;
  background-size: contain;
}

.rotate-loading {
  background: url('../img/9570092031f911ef9b66553e354eb148.gif') center no-repeat;
  background-size: contain;
}

.product .product-contents .product-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 60%;
}

.product .product-contents .product-title-m {
  display: none;
}

.product .product-contents .product-title {
  margin-bottom: 60px;
  font-size: 64px;
  color: #fff;
}


.product .product-contents .product-desc .product-list {
  width: 696px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 42px; */
}

.product .product-contents .product-desc .product-list .product-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.product .product-contents .product-desc .product-list .product-item:nth-child(7),
.product .product-contents .product-desc .product-list .product-item:nth-child(8) {
  margin-bottom: 0px;
}

.product .product-contents .product-desc .product-list .product-item-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 21px;
}

.product .product-contents .product-desc .product-list .product-item-desc {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  /* 21px */
}

.highlights {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #fff;
}
.highlights .swiper-slide{
  width: 480px !important;
}
.highlights .highlights-title {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 81.6px */
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlights .highlights-title-m {
  display: none;
}

.highlights .highlights-desc {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 48px */
  margin-bottom: 80px;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#highlight3 .highlights-desc {
  margin-top: 80px;
}

.highlights .highlights-desc .highlights-desc-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#highlight3 .highlights-desc .highlights-desc-item {
  flex-direction: column;
}



.highlights .highlights-desc .highlights-desc-item .highlights-desc-item-icon {
  width: 80px;
  height: 80px;
}

.highlights .highlights-desc .highlights-desc-item .highlights-desc-item-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  margin-left: 20px;
}

.highlights .highlights-desc-img {
  height: 164px;
  margin: 80px auto;
}

.highlights .highlights-img img,
.highlights .highlights-img video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

#highlight3 .highlights-desc .highlights-desc-item .highlights-desc-item-text {
  margin-left: 0px;
  margin-top: 20px;
  color: #646464;
}

#highlight3 .highlights-desc .highlights-desc-line {
  width: 26.5px;
  height: auto;
  margin-top: -7%;
}

#highlight3 .highlights-desc .highlights-desc-line-m {
  display: none;
}

.highlights .highlights-img img {
  width: 100%;
  height: 100%;
}

.highlights-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* margin-left: 360px; */
}
.highlights-box .highlights-box-left{
  /* min-width: 540px; */
  margin-right: 80px;
  max-width: 33%;
}
.highlights-bg-img{
  width: 50%;
  height: 100%
}
.swiper-container{
  width: 86%;
  margin-top: 30px;
  margin-right: 0 !important;
}
.honor-content .swiper-container{
  width: 100%;
}
.more-pc{
  display: block;
}
.more-m{
  display: none;
}
.more1 .more-title {
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 102px */
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 160px;
}

.more1 .more-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding: 120px 0;
}

.more1 .more-item:nth-child(odd){
  /* justify-content: flex-end; */
}
.more1 .more-item:nth-child(even){
  flex-direction: row;
}

.more1 .more-item .more-item-img-box {
  width: 45%;
  height: auto;
}
.more1 .more-item .more-item-img-box .more-item-img {
  width: 100%;
  height: 100%;
}

.more1 .more-item .more-item-title {
  color: #222;

  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  /* 129.63% */
}


.more1 .more-item .more-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.more1 .more-item:nth-child(odd) .more-item-content {
  /* margin-left: calc(100% - 90px - 50% - 490px); */
  width: 35%;
  margin-right: 90px;
}
.more1 .more-item:nth-child(even) .more-item-content {
  /* margin-right:  calc(100% - 90px - 50% - 490px); */
  margin-left: 90px;
  width: 35%;
}
.more-hight3 .more-item{
  flex-direction: row;
}
.more-hight3 .more-item:nth-child(odd) .more-item-content {
  margin-right: 0;
  margin-left: 90px;
}
.more1 .more-item .more-item-desc {
  color: #646464;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  margin-top: 24px;
  list-style: none;
  padding-left: 0;
}

.more1 .more-item .more-item-desc li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #646464;
}

.more1 .more-item .more-item-desc li::before {
  content: '.';
  color: #646464;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 12px;
}

.desc{
  position: relative;
  height: 840px;
  color: #fff;
  background: url('https://www.orionstar.com/res/orics/down/ow001_20250312_e7437633566390c5df921eae97c06c90.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.desc .desc-img{
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
}
.desc .desc-content{
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
}
.desc .desc-title{
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
}
.desc .desc-con li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 200%;
}
.desc .desc-con li::before {
  content: '.';
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 12px;
}
/* .more-two-container .more-item:nth-child(1){
  justify-content: center;
} */
.more-two-container .more-item:nth-child(1) .more-item-img-box{
  /* width: 570px;
  height: auto; */
  cursor: pointer;
  position: relative;
}
.more-two-container .more-item:nth-child(1) .more-item-img-box img:nth-child(2){
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.honor {
  padding: 160px 0;
  background: linear-gradient(to bottom, #51658D 0%, #16223A);
}

.honor .container-width {
  max-width: 1254px;
  margin: 0 auto;
}

.honor .honor-title {
  text-align: center;
  color: #fff;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.honor .honor-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  gap: 160px;
}

.honor .honor-tab span {
  color: rgba(255, 255, 255, 0.70);
  
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease;
  /* 添加平滑过渡效果 */
}

.honor .honor-tab span.active {
  font-size: 36px;
  color: #fff;
}

.honor .honor-tab span.active::after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 20px;
  ;
  background: #0AF;
  margin: 0 auto;
  margin-top: 5px;
}

.honor .honor-list {
  margin: 0 auto;
  overflow: hidden;
}

.honor .honor-list:nth-child(1),
.honor .honor-list:nth-child(3) {
  opacity: 0;
  height: 0;
}

.honor .honor-list .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto;
  transition: transform 0.3s ease;
}

.honor .swiper-honor-1 {
  /* width: 935px; */
  margin: 0 auto;
}

.honor .honor-list .swiper-slide {
  width: 294px !important;
  /* height:378px; */
  margin-right: 26px;
  flex: 0 0 auto;
}

.honor .honor-list .swiper-slide img {
  width: 100%;
  max-height: 376px;
  object-fit: contain;
}

.honor .honor-list .honor-item:last-child {
  margin-right: 0;
}
/* speci-container */
.speci {
  /* padding-top: 120px;
  padding-bottom: 120px; */
  display: flex;
  /* background: url('https://www.orionstar.com/res/orics/down/ow001_20250312_44dffc28492e31208e66b2755abae6a5.webp') no-repeat;
  background-size: 120% 100%; */
  background-color: #16223A;
  color: #fff;
  position: relative;
}
.speci-bg-img{
  position: absolute;
  top: 0;
  left: -20%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speci-title {
  font-size: 40px;
  font-weight: var(--semiBold);
  text-align: center;
  line-height: 75px;
}
.speci-tips {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.speci-list {
  margin-top: 30px;
  /* margin-left: 320px; */
}

.speci-item {
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: row;
}

.speci-item-title {
  min-width: 300px;
  width: 300px;
  height: 60px;
  font-size: 18px;
  font-weight: var(--semiBold);
  text-align: left;
  line-height: 60px;
}


.speci-item-list {
  margin-left: 80px;
}

.speci-item-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.speci-item-list-item {
  display: flex;
  flex-direction: row;
}

.speci-item-list-item-key {
  width: 300px;
  opacity: 0.8;
  font-size: 18px;
  text-align: left;
  line-height: 60px;
}


.speci-item-list-item-value {
  flex: 1;
  max-width: 600px;
  opacity: 0.8;
  font-size: 18px;
  text-align: left;
  line-height: 60px;
  margin-left: 80px;
}

@media (max-width: 1488px) {
  .highlights .highlights-desc .highlights-desc-item .highlights-desc-item-icon{
    width: 45px;
    height: 45px;
  }
  /* #highlight3 .highlights-desc .highlights-desc-line{
    margin-top: -67px;
  } */
}
@media (max-width: 1000px) {
  .autodoor-slim{
    overflow-x: hidden;
  }
  .autodoor-pc {
    display: none;
  }

  .autodoor-m {
    display: block;
  }

  .banner {
    height: 177.867vw;
    padding-bottom: 10vw;
    background-image: url('https://www.orionstar.com/res/orics/down/ow001_20250310_b92444392bc19824581ad4bd4acb5379.webp') !important;
    ;
  }

  .banner .banner-container {
    flex-direction: column;
    align-items: center;
  }

  .banner .banner-docs {
    margin-top: 12vw;
    align-items: center;
  }

  .banner .banner-docs .banner-title-img {
    width: 40.533vw;
    height: auto;
    margin-bottom: 1.333vw;
  }

  .banner .banner-docs .banner-title {
    font-size: 3.2vw;
  }

  .banner .banner-docs .banner-desc {
    font-size: 8vw;
  }

  .banner .banner-docs .banner-text {
    font-size: 8vw;
    margin-bottom: 0px;
    margin-top: 1vw;
  }


  .banner .banner-docs .banner-btn {
    margin-bottom: 2vw;
    height: 11vw;
    padding: 0px 5vw 0px 1vw;
  }

  .banner .banner-docs .banner-btn .banner-btn-icon {
    width: 10.5vw;
    height: 10.5vw;
    margin-right: 2.5vw;
  }

  .banner .banner-docs .banner-btn .banner-btn-text {
    font-size: 3.733vw;
  }

  .banner .banner-robot-img {
    width: 100vw;
    height: auto;
  }

  .banner .banner-robot-img-pc {
    display: none;
  }

  .banner .banner-robot-img-m {
    display: block;
  }
  .company-banner .banner-content{
    flex-direction: column;
    padding: 16vw 5.333vw;
  }
  .banner-content .text-content{
    margin-right: 0;
    width: 100%;
  }
  .text-content .title{
    font-size: 7.2vw;
  }
  .text-content .description{
    font-size: 3.2vw;
  }
  .logo-container{
    width: 100%;
    margin-top: 12vw;
  }
  .logo-container .logo:nth-child(1){
    width: 100%;
    height: 57.784vw;
    margin-right:0;
  }
  .product {
    padding: 16vw 0 10.667vw 0;
  }

  .product .product-contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    height: auto;
  }

  .product .product-contents .product-desc {
    margin: 0;
    width: 100%;
    margin-top: 8vw;
  }

  .product .product-contents .product-desc .product-title-pc {
    display: none;
  }

  .product .product-contents .product-title {
    margin-bottom: 0;
  }

  .product .product-contents .product-title-m {
    display: block;
    font-size: 8vw;
    margin-top: 0;
  }

  .product .product-contents .product-desc .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .product .product-contents .product-desc .product-list .product-item {
    flex-direction: column;
  }

  .product .product-contents .product-desc .product-list .product-item:nth-child(1),
  .product .product-contents .product-desc .product-list .product-item:nth-child(2),
  .product .product-contents .product-desc .product-list .product-item:nth-child(3),
  .product .product-contents .product-desc .product-list .product-item:nth-child(4) {
    margin-bottom: 5.333vw;
  }

  .product .product-contents .product-desc .product-list .product-item-img {
    width: 10.667vw;
    height: 10.667vw;
    margin-right: 0;
    margin-bottom: 2.133vw;
  }

  .product .product-contents .product-desc .product-list .product-item-desc {
    font-size: 3vw;
  }

  .product .product-contents .product-360 {
    margin-right: 0;
  }

  .product .product-360 .product-box .robot_3D {
    margin-right: 0px;
  }

  .product .product-360 .product-box .robot_3D img {
    height: 100vw;
  }

  .rotate-left,
  .rotate-right,
  .rotate-middle,
  .rotate-loading {
    opacity: 0.3;
  }

  .rotate-left {
    background: url('https://www.orionstar.com/res/orics/down/ow001_20250311_14a803961ee2332206a6d11e5bea30c2.webp') center no-repeat;
    background-size: contain;
  }

  .rotate-middle {
    background: url('https://www.orionstar.com/res/orics/down/ow001_20250311_bf34a734f2ca303318ecf5fd2a70d370.webp') center no-repeat;
    background-size: contain;
  }

  .rotate-right {
    background: url('https://www.orionstar.com/res/orics/down/ow001_20250311_e5198e7d72e9c1d9b3f7eb69446aeb9a.webp') center no-repeat;
    background-size: contain;
  }

  .product .product-360 .sprites_btns {
    margin-top: -5.333vw;
    width: 21.333vw;
  }
  .sprites_btns{
    padding: 1.067vw 0.8vw;
  }
  .rotate-left, .rotate-right, .rotate-middle, .rotate-loading{
    width: 4.267vw;
    height: 4.267vw;
  }

  .spritespin {
    width: 100vw;
    height: 100vw;
  }

  .highlights {
    padding:0 5.333vw 0 5.333vw;
  }

  .highlights .highlights-title {
    font-size: 4.267vw;
  }

  .highlights .highlights-title-m {
    display: block;
  }

  .highlights .highlights-title-pc {
    display: none;
  }

  .highlights .highlights-desc .highlights-desc-item .highlights-desc-item-text {
    font-size: 2.133vw;
  }

  .highlights .highlights-desc {
    font-size: 3.2vw;
    margin-top: 6vw;
    margin-bottom: 8vw;
  }

  .highlights .highlights-desc .highlights-desc-item .highlights-desc-item-icon {
    width: 10.667vw;
    height: 10.667vw;
  }

  #highlight3 .highlights-desc {
    margin-top: 8vw;
    margin-bottom: 12vw;
  }

  #highlight3 .highlights-desc .highlights-desc-item .highlights-desc-item-text {
    margin-top: 2vw;
    white-space: nowrap;
    font-size: 3.2vw;
    color: #646464;
  }

  #highlight3 .highlights-desc .highlights-desc-line {
    width: 1.6vw;
    height: auto;
    margin-top: -5.867vw;
  }

  #highlight3 .highlights-desc .highlights-desc-line-pc {
    display: none;
  }

  #highlight3 .highlights-desc .highlights-desc-line-m {
    display: block;
  }
  .highlights-bg-img{
    width: 100%;
  }
  .highlights-box{
    margin: 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: inherit;
  }
  .highlights-box .highlights-box-left{
    min-width: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .swiper-container{
    margin-top: 6.667vw;
    width: 100%;
  }
  .highlights .swiper-slide{
    width: 81.867vw !important;
  }
  .more-hight3 .more-item:nth-child(odd) .more-item-content {
    margin:0;
  }
  .more-pc{
    display: none;
  }
  .more-m{
    margin: 16vw 5.333vw;
    display: block;
  }
  .more-two-container .more-item:nth-child(1) .more-item-img-box{
    width: 100%;
    height: auto;
  }
  .more-two-container .more-item:nth-child(1) .more-item-img-box img:nth-child(2){
    width: 10.527vw;
    height: 10.527vw;
  }
  
  .more-m .more-title {
    font-size: 8.533vw;
    font-weight: 600;
    text-align: center;
  }

  .more-m .more-item{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 16vw;
  }
  .more-m .more-item .more-item-img-box {
    width: 100vw;
    height: auto;
  }

  .more-m .more-item .more-item-img-box .more-item-img {
    width: 100%;
    height: auto;
  }

  .more-m .more-item .more-item-content {
    margin-top: 16vw;
    width: 100%;
  }

  .more-m .more-item .more-item-title {
    font-size: 4.267vw;
    line-height: 8vw;
    font-weight: 600;
    margin-bottom: 3.2vw;
  }

  .more-m .more-item .more-item-desc {
    font-size: 3.2vw;
    line-height: 150%;
    margin-bottom: 12vw;
  }

  .more-m .more-item .more-item-desc li {
    padding-left: 4vw;
    line-height: 200%;
    position: relative;
    color: #646464;
    font-size: 3.2vw;
  }

  .more-m .more-item .more-item-desc li::before {
    content: '.';
    position: absolute;
    left: 0;
    top: 0;
    color: #646464;
  }
  .desc{
    height: 160.8vw;
    background: linear-gradient(to bottom, #51658D 0%, #16223A);
  }
  .desc .desc-img{
    width: 100%;
    height: 80vw;
    top: 38%;
  }
  .desc .desc-content{
    top: 10%;
    left: 10%;
  }
  .desc .desc-title{
    font-size: 4.267vw;
  }
  .desc .desc-con li {
    font-size: 3.2vw;
    padding-left: 4vw;
  }
  .desc .desc-con li::before{
    font-size: 2.4vw;
    margin-left: 1.6vw;
  }
  .feature_hight1{
    margin: 16vw 0;
  }
  .feature_hight1 .more-item-content{
    padding: 0 5.333vw;
  }
  .feature_hight1 .more-item:nth-child(2){
    background-color: #000833;
    margin-top: 16vw;
    color: #fff;
    padding-bottom: 16vw;
  }
  .feature_hight1 .more-item:nth-child(2) .more-item-desc{
    margin-bottom: 0;
  }
  .feature_hight1 .more-item:nth-child(2) li,
  .feature_hight1 .more-item:nth-child(2) li::before{
    color: #B2B5C2;
  }
  .honor {
    padding: 16vw 0;
  }

  .honor .honor-title {
    font-size: 9vw;
  }

  .honor .honor-tab {
    gap: 10vw;
    margin: 10vw auto;
  }

  .honor .honor-tab span {
    font-size: 4vw;
  }

  .honor .honor-tab span.active {
    font-size: 4.5vw;
  }

  .honor .honor-tab span.active::after {
    width: 20px;
    height: 2px;
    margin-top: 5px;
  }

  .honor .swiper-honor-1 {
    width: auto;
    margin: 0 auto;
  }

  .honor .honor-list .swiper-slide {
    width: 55vw !important;
    margin-right: 4vw;
  }
  .honor .honor-list .swiper-slide img{
    max-height: 302px;
  }
  .honor .honor-list .swiper-wrapper{
    justify-content: unset;
  }
  .speci {
    padding: 0;
    width: 100%;
    background-image:none;
  }

  /* speci-container */
  .speci-container {
    padding-top: 10vw;
    padding-bottom: 10vw;
    width: 100%;
    /* background: #28292E; */
    color: #fff;
    background: #16223A;
  }

  .speci-title {
    font-size: 27px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 37.5px;
  }


  .speci .speci-tips {
    font-size: 3.5vw;
    margin-bottom: 10vw;
  }
  .speci-list {
    margin-top: 0px;
  }

  .speci-item {
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: flex;
    flex-direction: column;
  }

  .speci-item-title {
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }

  .speci-item-list {
    margin: 4vw;
    width: 100%;
  }

  .speci-item-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .speci-list .speci-item-line:last-child {
    display: none;
  }

  .speci-item-list-item {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .speci-item-list-item-key {
    width: 30%;
    font-size: 3.5vw;
    text-align: center;
    line-height: 5.5vw;
  }

  .speci-item-list-item-value {
    width: 53%;
    max-width: 53%;
    font-size: 3.5vw;
    text-align: left;
    margin-left: 4vw;
    opacity: 0.8;
    line-height: 5.5vw;
  }

  
}