/* about盒子的CSS样式 */
/* 从style.css抽离的样式 */

body {
  min-width: 100vw !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
  -webkit-text-size-adjust: 100%; /* 防止iOS横屏时文字放大 */
  -webkit-tap-highlight-color: transparent; /* 移除移动端点击高亮 */
  font-family: system-ui, -apple-system, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; /* 使用系统字体 */
  line-height: 1.5;
  color: #333; /* 默认文字颜色 */
  background-color: #fff; /* 默认背景色 */
  overflow-x: hidden; /* 防止横向滚动 */
  min-height: 100vh; /* 确保body至少占满整个视口高度 */
}
/* 防止横向滚动 */
.container {
  max-width: 100vw !important;
  overflow-x: hidden;
}
.contact-box {
  width: 100vw;
  max-width: 100vw;
}
.contact-box .top1 {
  margin-top: 6.67vw;
}

.contact-box .about-box {
  width: 100vw;
  padding: 0 5.33vw 6.67vw;
  background-color: #fff;
  margin-bottom: 6.67vw;
  box-shadow: 0vw 1.07vw 4.91vw 0.43vw rgba(0, 0, 7, 0.08);
}

.contact-box .about-box .about-title {
  width: 100%;
  font-size: 3.2vw;
  line-height: 3.2vw;
  font-weight: bold;
  padding: 5.33vw 0 4vw;
  border-bottom: 0.13vw solid #f1f2f3;
}

.contact-box .about-box .desc-box {
  display: flex;
  width: 100%;

  flex-direction: column;
  justify-content: space-between;
  margin-top: 5.33vw;
}

.contact-box .about-box .desc-box .info-box {
  width: 100%;
}

.contact-box .about-box .desc-box .info-box .info-title {
  font-size: 3.2vw;
  line-height: 3.2vw;
  font-weight: bold;
  display: flex;
  color: #333;
  flex-direction: column;
  margin-bottom: 2.67vw;
  justify-content: space-between;
}

.contact-box .about-box .desc-box .info-box .info-title .info-title-item {
  font-size: 3.2vw;
  line-height: 3.2vw;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}

.contact-box .about-box .desc-box .info-box .info-title .info-title-num {
  font-size: 3.33vw;
  line-height: 5.33vw;
  font-weight: bold;
  color: #409eff;
}

.contact-box .about-box .desc-box .info-box .info {
  font-size: 2.13vw;
  line-height: 3.73vw;
  color: #666;
  padding-right: 1.33vw;
}

.contact-box .about-box .desc-box .info-box .info::-webkit-scrollbar {
  width: 0.67vw;
  height: 1.33vw;
  background-color: #f3f4f5;
}

.contact-box .about-box .desc-box .info-box .info::-webkit-scrollbar-track {
  background-color: #f3f4f5;
}

.contact-box .about-box .desc-box .info-box .info::-webkit-scrollbar-thumb {
  background-color: #143375;
}

.contact-box .about-box .desc-box .info-box .more {
  width: 18.67vw;
  height: 5.33vw;
  line-height: 5.33vw;
  text-align: center;
  border: 0.13vw solid #ddd;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9.33vw;
  transition: all 0.6s;
}

.contact-box .about-box .desc-box .info-box .more i {
  font-size: 2.13vw;
  color: #bbb;
}

.contact-box .about-box .desc-box .info-box .more:hover {
  background-color: #143375;
  color: #fff;
}

.contact-box .about-box .desc-box .info-box .more:hover i {
  color: #fff;
}

.contact-box .about-box .desc-box .video-box {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/20200911150108.jpg');
  position: relative;
}

.contact-box .about-box .desc-box .video-box img {
  width: 100%;
}

.contact-box .about-box .culture-box {
  display: flex;
  justify-content: space-between;
  margin-top: 5.33vw;
}

.contact-box .about-box .culture-box .items {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.6s;
}

.contact-box .about-box .culture-box .items img {
  width: 100%;
  opacity: 0;
}

.contact-box .about-box .culture-box .items .text-box {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.contact-box .about-box .culture-box .items .text-box i {
  width: 6.67vw;
  height: 6.67vw;
  margin: auto;
  display: inline-block;
}

.contact-box .about-box .culture-box .items .text-box .title {
  margin-top: 2.67vw;
}

.contact-box .about-box .culture-box .items .text-box .title .cn {
  font-size: 2.93vw;
  line-height: 2.93vw;
}

.contact-box .about-box .culture-box .items .text-box .title .en {
  font-size: 1.87vw;
  text-transform: uppercase;
  margin-top: 0.67vw;
}

.contact-box .about-box .culture-box .items .text-box .txt {
  margin-top: 2.67vw;
  font-size: 2.93vw;
}

.contact-box .about-box .culture-box .items.left {
  width: 32.5%;
}

.contact-box .about-box .culture-box .items:hover {
  box-shadow: 0vw 2vw 2.67vw 0vw rgba(0, 89, 156, 0.2);
}

.contact-box .about-box .culture-box .culture {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
}

.contact-box .about-box .culture-box .culture .items {
  width: 48.8%;
  margin-right: 2.4%;
  margin-bottom: 2.4%;
}

.contact-box .about-box .culture-box .culture .items:nth-of-type(2n) {
  margin-right: 0;
}

.contact-box .about-box .culture-box .culture .items:nth-of-type(3) {
  margin-bottom: 0;
}

.contact-box .about-box .culture-box .culture .items:nth-of-type(4) {
  margin-bottom: 0;
}

.contact-box .about-box .develop-banner {
  width: 100%;
  position: relative;
  margin-top: 4vw;
}

.contact-box .about-box .develop-banner .swiper-develop {
  height: 100%;
}

.contact-box .about-box .develop-banner .swiper-wrapper {
  height: 100%;
}

.contact-box .about-box .develop-banner .swiper-slide {
  width: 30% !important;
  padding-right: 3%;
  border-right: 0.13vw solid #f1f2f3;
}

.contact-box .about-box .develop-banner .swiper-slide .year {
  font-size: 1.87vw;
  font-weight: bold;
}

.contact-box .about-box .develop-banner .swiper-slide .year span {
  font-size: 2.93vw;
  line-height: 2.93vw;
  margin-right: 1.33vw;
}

.contact-box .about-box .develop-banner .swiper-slide .desc {
  font-size: 2.13vw;
  line-height: 3.73vw;
  color: #666;
  margin-top: 2.67vw;
  margin-bottom: 2.67vw;
}

.contact-box .about-box .develop-banner .swiper-slide img {
  max-width: 100%;
}

.contact-box .develop-box {
  position: relative;
  overflow: hidden;
}

.contact-box .develop-box .prevNext-box {
  width: 87.5%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.contact-box .develop-box .prevNext-box .prev,
.contact-box .develop-box .prevNext-box .next {
  position: absolute;
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
  background-color: rgba(0, 104, 182, 0.8);
}

.contact-box .develop-box .prevNext-box .prev i,
.contact-box .develop-box .prevNext-box .next i {
  font-size: 2.13vw;
  color: #fff;
}

.contact-box .develop-box .prevNext-box .prev.swiper-button-disabled,
.contact-box .develop-box .prevNext-box .next.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
}

.contact-box .develop-box .prevNext-box .prev {
  left: 0;
  background-image: url(../images/prev.png);
}

.contact-box .develop-box .prevNext-box .next {
  right: 0;
  background-image: url(../images/next.png);
}
/* 联系我们*/
/* 联系我们 CSS样式 */

/* 电脑端样式 */
#honor .about-box {
  padding: 0 5.33vw 4vw;
  background-color: #fff;
  margin-bottom: 6.67vw;
  box-shadow: 0vw 1.07vw 4.91vw 0.43vw rgba(0, 0, 7, 0.08);
}

#honor .about-box .about-title {
  font-size: 3.2vw;
  line-height: 3.2vw;
  font-weight: bold;
  padding: 5.33vw 0 4vw;
  border-bottom: 0.13vw solid #f1f2f3;
}

#honor .contact-box-s {
  background-color: #fff;
  margin-top: 6.67vw;
  margin-bottom: 6.67vw;
  /* box-shadow: 0.00vw 1.07vw 4.91vw 0.43vw rgba(0, 0, 7, 0.08); */
}

#honor .contact-box-s .map-box {
  padding: 5.33vw;
}

#honor .contact-box-s .map-box #map {
  width: 100%;
  height: 64vw;
}

#honor .contact-box-s .address-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.04vw;
  padding: 1.04vw;
  max-width: 100%;
}

#honor .contact-box-s .address-items .item {
  width: 100%;
  border: 0.05vw solid #f1f2f3;
  border-radius: 0.42vw;
  padding: 1.04vw 0.78vw;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 0.1vw 0.42vw rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#honor .contact-box-s .address-items .item .img {
  position: relative;
  display: block;
  width: 9vw;
  height: 9vw;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#honor .contact-box-s .address-items .item .img img {
  width: 100%;
  height: 100%;
}
/* #honor .contact-box .address-items .item:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
} */

#honor .contact-box-s .address-items .item .img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#honor .contact-box-s .address-items .item:hover .img img:nth-child(2) {
  opacity: 1;
}

#honor .contact-box-s .address-items .item .t1 {
  font-size: 2.13vw;
  color: #999;
  margin: 1.04vw 0;
}

#honor .contact-box-s .address-items .item .desc {
  font-size: 2.13vw;
  color: #333;
  padding-bottom: 0.13vw;
}

#honor .contact-box-s .address-items .item .desc a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

#honor .contact-box-s .address-items .item .desc a:hover {
  color: #409eff;
  text-decoration: underline;
}

#honor .contact-box-s .address-items .item:last-of-type {
  border-right: 0;
}

#honor .contact-box-s .address-items .item:hover .desc {
  display: inline-block;
  color: #143375;
}

#honor .message-box {
  padding: 5.33vw 5.33vw 9.33vw;
  background-color: #fff;
  margin-bottom: 8vw;
}

#honor .message-box .title {
  font-size: 2.13vw;
  color: #999;
}

#honor .message-box .title span {
  font-weight: bold;
  color: #333;
  font-size: 3.2vw;
  line-height: 3.2vw;
  margin-right: 2vw;
}

#honor .message-box .advise-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

#honor .message-box .advise-nav .item {
  width: 18.67vw;
  height: 6.67vw;
  line-height: 6.67vw;
  text-align: center;
  font-size: 2.13vw;
  color: #666;
  border: 0.13vw solid #eee;
  transition: all 0.6s;
  margin-right: 2.67vw;
  cursor: pointer;
}

#honor .message-box .advise-nav .item.active,
#honor .message-box .advise-nav .item:hover {
  background-color: #0068b6;
  color: #fff;
}

#honor .message-box .txt {
  text-align: center;
  color: #666;
  font-size: 2.13vw;
  margin-top: 2.67vw;
}

#honor .message-box .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4vw;
}

#honor .message-box .form-box .line {
  width: 49%;
  margin-bottom: 2%;
  height: 9.33vw;
  position: relative;
}

#honor .message-box .form-box .line input {
  width: 100%;
  height: 100%;
  border: 0.13vw solid #eee;
  transition: all 0.6s;
  padding-left: 4vw;
}

#honor .message-box .form-box .line input:focus {
  box-shadow: 0vw 0vw 1.33vw 0vw rgba(0, 66, 120, 0.2);
  border: solid 0.13vw #0068b6;
}

#honor .message-box .form-box .line.has-star:before {
  content: '*';
  position: absolute;
  color: #f00000;
  font-size: 2.13vw;
  left: 2.93vw;
  top: 2.93vw;
}

#honor .message-box .form-box .line.has-text {
  width: 100%;
  height: 21.33vw;
  resize: none;
}

#honor .message-box .form-box .line.has-text textarea {
  width: 100%;
  height: 100%;
  border: 0.13vw solid #eee;
  padding: 2.67vw 4vw;
  transition: all 0.6s;
  resize: none;
}

#honor .message-box .form-box .line.has-text textarea:focus {
  box-shadow: 0vw 0vw 1.33vw 0vw rgba(0, 66, 120, 0.2);
  border: solid 0.13vw #0068b6;
}

#honor .message-box .form-box .code-box {
  height: 9.33vw;
  display: flex;
  align-items: center;
}

#honor .message-box .form-box .code-box .line {
  width: 25.33vw;
  height: 100%;
  margin-bottom: 0;
}

#honor .message-box .form-box .code-box .img-box {
  overflow: hidden;
  width: 21.33vw;
  height: 100%;
  line-height: 9.33vw;
}

#honor .message-box .form-box .code-box .img-box img {
  height: 100%;
}

#honor .message-box .form-box .msg-btn {
  width: 25.33vw;
  height: 9.33vw;
  line-height: 9.33vw;
  text-align: center;
  color: #fff;
  font-size: 2.13vw;
  border: 0;
  background-color: #0068b6;
}
#footer {background-color: #2b3344; width: 100%;}
#footer .list {padding-top: 2.71vw; width: 100%; display: flex; justify-content: space-between;}
#footer .list li {margin-right: 4.17vw;}
#footer .list li .name {color: #fff; font-weight: bold; font-size: 0.83vw; margin-bottom: 0.94vw;}
#footer .list li .item {font-size: 0.73vw; color: #ccc; margin-bottom: 0.52vw; display: block; cursor: pointer;}
#footer .list li>a:hover {color: #fff;}
#footer .list li .item span {color: #6aa6ff;}
#footer .list li .official {float: left; margin-right: 0.94vw;}
#footer .list li .official .ewm {font-size: 0.73vw; color: #ccc; text-align: center; margin-top: 0.31vw;}
#footer .list li .official .ewm .iconfont {vertical-align: middle; margin-right: 0.26vw;}
#footer .list li .official .ewm .iconfont.iconxiaochengxu {font-size: 0.73vw;}
#footer .friendship {border: 0.05vw solid #494d53; border-left: 0; border-right: 0; margin-top: 1.88vw; padding: 0.83vw 0; font-size: 0.68vw;}
#footer .friendship>a {color: #ccc; cursor: pointer; }
#footer .copy {height: 3.65vw; padding-top: 0.78vw; }
#footer .copy a {font-size: 0.73vw; color: #ccc;}

/**体验**/
.probation-section {border-bottom: 0.10vw solid #fff; padding: 1.56vw 0 2.08vw 0; text-align: center;}
.probation-section h3 {color: #fff; font-size: 1.30vw; font-weight: bold; margin-bottom: 1.56vw; letter-spacing: 0.10vw;}
.probation-form {display: flex; justify-content: center; align-items: center; max-width: 24.48vw; margin: 0 auto;}
.probation-form input[type="text"] {flex: 1; height: 2.60vw; border: none; border-radius: 0.31vw 0 0 0.31vw; padding: 0 1.04vw; font-size: 0.94vw; color: #333; background: #fff; outline: none;}
.probation-form button {height: 2.60vw; min-width: 7.29vw; border: none; border-radius: 0 0.31vw 0.31vw 0; background: #fff; color: #18346e; font-size: 1.04vw; font-weight: bold; cursor: pointer; transition: background 0.2s, color 0.2s;}
.probation-form button:hover {background: #18346e; color: #fff;}

/* 移动端底部样式美化 */

  /* 内容区域 */
  #footer .inner {
    padding: 25px 20px 20px;
  }
  
  /* 链接列表 - 改为网格布局 */
  #footer .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    padding-top: 0;
    margin-bottom: 25px;
  }
  
  #footer .list li {
    margin-right: 0;
  }
  
  #footer .list li .name {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #409eff;
    display: inline-block;
  }
  
  #footer .list li .item {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 8px;
    display: block;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1.5;
  }
  
  /* 官方账号区域 - 单独占一行 */
  #footer .list li:last-child {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  #footer .list li .official {
    display: inline-block;
    margin: 0 15px 20px;
    text-align: center;
  }
  
  #footer .list li .official img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  
  #footer .list li .official .ewm {
    font-size: 12px;
    color: #ccc;
    text-align: center;
    margin-top: 8px;
    line-height: 1.3;
  }
  
  /* 友情链接和版权信息 */
  #footer .friendship {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
    border-right: 0;
    margin-top: 20px;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
  
  #footer .friendship > a {
    color: #ccc;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
  }
  
  #footer .copy {
    padding: 15px 0;
    text-align: center;
  }
  
  #footer .copy a {
    font-size: 12px;
    color: #ccc;
    display: block;
    margin-bottom: 5px;
    line-height: 1.4;
  }
