html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;
}

@font-face {
  font-family: "DINAlternate-Bold";
  src: url(../font/DINCond-Regular.otf);
}

@font-face {
  font-family: "DINCond-Regular";
  src: url(../font/DINCond-Regular.otf);
}

@font-face {
  font-family: "Objectivity-Medium";
  src: url(../font/objectivity-medium.otf);
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

.top {
  width: 100%;
  height: 0.9rem;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.5s all;
  background-color: #ffffff;
  /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04); */
}

.top .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
}

.top .wrapper .logo {
  /* width: 203px; */
  height: 0.66rem;
  display: block;
  transition: 0.4s all;
}

.top .wrapper .right {
  display: flex;
  align-items: center;
  height: 100%;
}

.top .wrapper .right .search {
  display: flex;
  align-items: center;
  width: 1.08rem;
  height: 100%;
  justify-content: center;

  /* background-color: #184588; */

}

.top .wrapper .right .search .line {
  width: 1px;
  height: 20px;
  display: none;
  background-color: #ffffff;
  opacity: 0.2;
  transition: 0.4s all;
}

.top .wrapper .right .search img {
  width: 22px;
  height: 22px;
  transition: 0.4s all;
}

.top .wrapper .nav {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.4s all;
}

.top .wrapper .nav .nav-item {
  font-size: 18px;
  color: #333333;
  margin-right: 0.7rem;
  font-weight: 500;
  font-size: 0.18rem;
  white-space: nowrap;
}

.nav-b .wrapper .logo img:nth-child(1) {
  display: none;
}

.nav-b .wrapper .nav .active {
  font-weight: 500;
  position: relative;
  color: #eb8b0f;
}

.nav-b .wrapper .right .search img:nth-child(2) {
  display: none;
}

.nav-b .wrapper .nav .active::after,
.nav-w .wrapper .nav .active::after {
  content: "";
  width: 80%;
  border-radius: 3px;
  height: 3px;
  background-color: #eb8b0f;
  position: absolute;
  left: 10%;
  bottom: -0.1rem;
}

.nav-b .lan-search {
  display: flex;
  align-items: center;
  font-size: 14px;
  border-left: 1px solid #dcdcdc;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 0px 10px;
}

.nav-w {
  background-color: transparent;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  transition: 0.4s all;
}

.nav-w .wrapper .logo img:nth-child(2) {
  display: none;
}

.nav-w .wrapper .logo img:nth-child(1) {
  display: block;
}

.nav-w .wrapper .nav .nav-item {
  color: #ffffff;
}

.nav-w .wrapper .nav .active {
  color: #eb8b0f;
}

.nav-w .wrapper .right .search {
  /* background-color: rgba(255, 255, 255, 0.2); */
}

.nav-w .wrapper .right .search .line {
  background-color: #969696;
}

.nav-w .wrapper .right .search img:nth-child(1) {
  display: none;
}

.nav-w .wrapper .right .search img:nth-child(2) {
  display: block;
}


.nav-w .wrapper .nav .active {
  font-weight: 600;
  color: #eb8b0f;
}


.index-container {
  width: 100%;
  height: 100%;
}


.index-container .section {
  width: 100%;
  height: 100%;
  overflow: hidden;

  box-sizing: border-box;
}

.index-container .section .swiper-container {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.index-container .section .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.index-container .section .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;

}

.index-container .section-1 .kj-wrap {
  position: absolute;
  left: 0.8rem;
  bottom: 0.36rem;
  z-index: 10;
  width: 3rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-left: 9px solid #ebb200;
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.index-container .section-1 .kj-wrap .order {
  display: flex;
  align-items: baseline;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 0.4rem;

}

.index-container .section-1 .kj-wrap .order span {
  font-size: 18px;
  margin: 0px 10px;
}

.index-container .section-1 .kj-wrap .order #totalNo {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  margin-right: 0.1rem;
}

.index-container .section-1 .kj-wrap .order #currentNo {
  font-family: DINAlternate-Bold;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #ffffff;
}

.index-container .section-1 .kj-wrap .handle {
  display: flex;
  margin-right: 0.3rem;
  align-items: center;
  cursor: pointer;
}

.index-container .section-1 .kj-wrap .handle .left-ar,
.index-container .section-1 .kj-wrap .handle .right-ar {
  margin: 0px 10px;
  height: 12px;

}

/* .index-container .section-1 .kj-wrap   .handle .left-ar img,.index-container .section-1 .kj-wrap   .handle .right-ar img{
  width: 12px;
} */
.index-container .section-1 .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-container .section-1 .swiper-slide .slogn {
  position: absolute;
  left: 120px;
  bottom: 100px;
  /* height: 110px; */
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background-image: url(../images/slogn-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-left: 62px;
  display: flex;
  box-sizing: border-box;
  padding: 0.6rem;
  flex-direction: column;

}

.index-container .section-1 .swiper-slide .slogn h1 {
  margin: 0;
  font-size: 60px;
  color: #FFF;
  font-weight: 400;
  margin-top: -20px;
}

.index-container .section-1 .swiper-slide .slogn h3 {
  margin: 0;
  font-size: 36px;
  line-height: 60px;
  font-weight: 500;
  color: #FFF;
}

.index-container .section-1 .swiper-slide .slogn p {
  margin: 0;
  font-family: DINAlternate-Bold;
  letter-spacing: 2px;
  line-height: 40px;
  font-size: 24px;
  color: #FFF;
}

.index-container .section-1 .fp-overflow {
  height: 100%;
}

.section .wrapper {
  width: 15.5rem;
  margin: 0 auto;
}

.section-2 {
  background-image: url(../images/index-about-bg1.jpg);
  background-size: 100% calc(100% - 0.9rem);
  background-position: bottom;
  background-repeat: no-repeat;
}

.section-2 .wrapper {
  box-sizing: border-box;
  /* padding-top: 0.7rem; */
  width: 16.8rem;
  /* height: 74vh; */
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

/* .section-2 .wrapper .about-info p {
  width: 40px;
  height: 8px;
  background-color: #eb8b0f;
  display: block;
} */

.section-2 .wrapper .about-info {
  width: 6.67rem;
  height: 100%;
}

.section-2 .wrapper .about-wrap {
  width: 8.4rem;
  height: 5.6rem;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.45rem;
  position: relative;
  background-color: transparent;
}

.section-2 .wrapper .about-wrap .slogn {
  font-size: 0.36rem;
  line-height: 54px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0.4rem;
}

.section-2 .wrapper .about-info .title,
.section .title {

  letter-spacing: 0px;
  color: #222222;
  font-weight: 400;
  position: relative;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 0.3rem 0rem;
  color: #333333;
}

.section-2 .wrapper .about-info .cn-name,
.section .cn-name {
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #000000;
}

/* .section-2 .wrapper .about-info .title::after {
  content: "SINCE";
  position: absolute;
  left: 0;
  color: rgba(24, 69, 136, 0.12);
  font-size: 1.2rem;
  font-family: DINAlternate-Bold;
  font-weight: 400;
  top: -0.4rem;
} */
/* 
.section-2 .wrapper .about-info .title::before {
  content: "2007";
  position: absolute;
  left: 2.44rem;
  top: -0.5rem;
  color: rgba(24, 69, 136, 0.12);
  font-size: 1.6rem;
  font-family: DINAlternate-Bold;
  font-weight: 400;
} */

.section-2 .wrapper .about-info .content {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0.4rem 0rem;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section-2 .wrapper .about-info .more {
  background-color: #184588;
  width: 2rem;
  height: 0.56rem;
  display: flex;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 60px;
  background-color: #0063b8;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s all;
  padding: 0px 12px 0px 24px;
}

.section-2 .wrapper .about-info .more .icon {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.section-2 .wrapper .about-info .more img {
  width: 15px;
  transition: 0.4s all;
  height: 15px;
  position: relative;
  z-index: 2;
}

.section-2 .wrapper .about-info .more span {
  z-index: 2;
}

.section-2 .wrapper .about-info .more .icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 80%;
  background-color: rgba(255, 255, 255, 1);
  right: 0;
  z-index: 1;
  top: 10%;
  border-radius: 25px;
  transition: 0.4s all;
}

.section-2 .wrapper .about-info .more:hover img {
  transform: rotate(45deg);
}

.section-2 .wrapper .about-info .more:hover {
  color: #000000;
  /* background-color: #ffffff; */
}

.section-2 .wrapper .about-info .more:hover .icon::after {
  width: 90%;
  right: 5%;
}

.section-2 .wrapper .about-info .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.82rem;
}

.section-2 .wrapper .about-info .list .item {
  height: 100%;
}

.section-2 .wrapper .about-info .list .item .cell {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}

.section-2 .wrapper .about-info .list .item .num {
  font-size: 0.6rem;
  font-weight: 500;
  font-stretch: normal;
  /* line-height: 30px; */
  letter-spacing: 0px;
  font-family: DINCond-Regular;
  color: #ffffff;
  /* 文字渐变从上到下#9f09a7  #ed007f*/
  background: linear-gradient(to bottom, #d58f13, #f1ca2c);
  margin-top: 30px;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px 0px rgba(210, 210, 210, 0.53);
}

.section-2 .wrapper .about-info .list .item .tit {
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  font-family: Objectivity-Medium;
  height: 100%;
  font-weight: 500;
  display: flex;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}


.section-2 .wrapper .about-info .list .item .desc {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
}



.section-3 {
  width: 100%;
  height: 100%;
  /*
  background-size: 100% 100% ;
  background-repeat: no-repeat; */

  background-image: url(../images/index-bg2.jpg);
  background-color: #ffffff;
  position: relative;
  display: flex;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.9rem;
}

.section-3 .fp-overflow {
  display: flex;
}

.section-3 .aside {
  width: 4.8rem;
  height: calc(100vh - 0.9rem);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-left: 1.2rem;
  padding-top: 1rem;

}

.section-3 .aside .title {
  line-height: 0.5rem;
  margin-bottom: 0.2rem;
}

.section-3 .server-container {
  flex: 1;
  /* width: calc(100% - 4rem); */
  height: calc(100vh - 0.9rem);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 3% 0%;

}

.section-3 .aside .title-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section-3 .aside .title-wrap .cn-title {
  font-size: 0.44rem;
  line-height: 0.48rem;
  letter-spacing: 2px;
  color: #ffffff;
  box-sizing: border-box;
  text-align: left;
  margin-left: -1.2rem;
  margin-top: -0.4rem;
}

.section-3 .aside .title-wrap .en-title {
  font-size: 0.6rem;
  /* padding: 0 0.3rem 0rem 0.5rem; */
  width: 80%;
  box-sizing: border-box;
  line-height: 0.6rem;
  font-family: Objectivity-Medium;
  margin-top: 0.64rem;
  letter-spacing: 0px;

  font-weight: 600;
  color: #ffffff;
  opacity: 0;
}

.section-3 .server-container .wrapper {
  width: 100%;
  align-items: center;
}

.section-3 .server-container .caseSwiper {
  width: 13.2rem;
  height: 6.1rem;
  margin-top: 0.3rem;
}

.section-3 .server-container .caseSwiper .swiper-slide {
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-3 .server-container .caseSwiper .swiper-slide .item {
  width: 6.5rem;
  margin-bottom: 0.2rem;
  background-color: #FFFFFF;
  border-radius: 0.08rem;
  height: 1.36rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.2rem;
  justify-content: space-between;

}

.section-3 .server-container .caseSwiper .swiper-slide .item .title3 {
  font-size: 18px;
  flex: 1;
  margin-left: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #111111;
}

.section-3 .server-container .caseSwiper .swiper-slide .item .time {
  width: 96px;
  height: 96px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 0.15rem;
  border: solid 1px #e5e5e5;
  flex-shrink: 0;
  color: #FFF;
  display: flex;

  color: #999999;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-3 .server-container .caseSwiper .swiper-slide .item .time .line {
  width: 100%;
  margin: 0.1rem 0rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #eeeeee;
  flex-shrink: 0;
}

.section-3 .server-container .caseSwiper .swiper-slide .item .time .day {
  font-size: 0.3rem;
  color: #FFFFFF;
  color: #333333;
  font-family: Objectivity-Medium;
}

.section-3 .server-container .caseSwiper .swiper-slide .item .title {
  width: 70%;
}

.section-3 .server-container .caseSwiper .swiper-slide .item:hover .time {
  background-color: #eb8b0f;
  color: #FFF;

}

.section-3 .server-container .caseSwiper .swiper-slide .item:hover .time .day {
  color: #FFF;

}

.section-3 .server-container .caseSwiper .swiper-slide .item:hover .line {
  background-color: rgba(255, 255, 255, 0.5);
}

.section-3 .aside .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}

.section-3 .aside .list .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #000000;
  line-height: 0.5rem;
}

.section-3 .aside .list .active {
  background-color: transparent;
}



.section-3 .aside .list .item .text {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 2;
}

.section-3 .aside .list .active .text {
  color: #0066cc;
  font-size: 18px;
  font-weight: 500;
}

.section-3 .server-container .header-top .left .cn-title {
  font-size: 0.44rem;
  position: relative;
  line-height: 1rem;

}

.section-3 .server-container .header-top .left .cn-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.08rem;
  background-color: #eb8b0f;
}

.section-3 .server-container .header-top .left .en-title {
  font-size: 16px;
  color: #333333;
  margin-top: 0.1rem;
  font-weight: 500;
}

.section-3 .changePage {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.3rem 0;
  cursor: pointer;
}

.section-3 .changePage .prev-page,
.section-3 .changePage .next-page {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0.1rem;
}

.section-3 .changePage .prev-page {
  background-color: #0066cc;
}

.section-3 .changePage img {
  width: 0.12rem;
  height: 0.22rem;
}

@keyframes icon-scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}




.wrapper {
  width: 16.8rem;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.section-4 {
  width: 100%;
  height: 100%;
  /* background-image: url(../images/index-bg3.jpg); */
  background-size: 100% 100%;
  background-image: none !important;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}



.section-4 .wrapper {
  width: 16.8rem;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1.4rem !important;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

.section-4 .header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section-4 .header-top .more {
  width: 2rem;
  height: 0.56rem;
  background-color: #184588;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
  color: #FFF;
}

.section-4 .header-top .more img {}

.section-4 .header-top .left {
  position: relative;
}

.section-4 .header-top .left .cn-title {
  font-size: 0.44rem;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 500;

}

.section-4 .header-top .left .en-title {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  font-weight: 600;
  color: #bbbbbb;
  color: #9d0987;
  font-size: 0.68rem;
  margin-top: -0.2rem;
  opacity: 0.08;
  font-family: Objectivity-Medium;
}

.section-4 .caseSwiper1 .swiper-slide .handle {
  width: 100%;
  justify-content: space-between;
  alcign-items: center;
}

@keyframes shinkS {
  0% {
    transform: scale(1.3);
  }

  60% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.section-4 {
  position: relative;
}

.section-4 .server-container .caseSwiper1 {
  width: 13.2rem;
}

.section-4 .caseSwiper1 .swiper-slide {
  display: flex;

}

.section-4 .news {
  width: 4.1rem;
  height: 6rem;
  display: flex;
  box-shadow: 0px 0px 16px 0px rgba(92, 98, 150, 0.1);
  background-color: #ffffff;
  justify-content: space-between;
  margin-top: 0.5rem;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.25rem;
  margin-right: 0.45rem;
  flex-shrink: 0;
}

.section-4 .news:nth-child(3n) {
  margin-right: 0rem;
}

.section-4 .news .time {
  display: flex;
  /* align-items: center; */
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}

.section-4 .news .time .icon {
  width: 14px;
  height: 14px;
  margin-right: 0.1rem;
}

.section-4 .caseSwiper1 .swiper-slide .handle {
  display: flex;
}

.section-4 .caseSwiper1 .swiper-slide .handle img {
  width: 8px;
  height: 14px;
}

.section-4 .caseSwiper1 .swiper-slide .title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 500;
  color: #000000;
  margin: 0.2rem 0rem;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section-4 .caseSwiper1 .swiper-slide  .cover {
  width: 100%;
  height: 2.5rem;
}

.section-4 .caseSwiper1 .swiper-slide .title .cover img {
  object-fit: cover;
}

.section-4 .caseSwiper1 .swiper-slide .desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #787878;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-4 .caseSwiper1 .swiper-slide .desc .cover{
  height: 2.5rem;
}
.news .right-list {
  width: 5.34rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .right-list .item {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0px 0px 0.15rem 0px;
  height: 1rem;
  display: flex;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  position: relative;

}

.news .right-list .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  transition: 0.6s all;
  height: 100%;
  background-color: rgba(160, 10, 160, 0.3);
}

.news .right-list .item:hover::after {
  width: 100%;
}

/* .news .right-list .item:hover .title{
  color: #ffffff;
} */
.news .right-list .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

}

.news .right-list .item .time {
  display: flex;
  align-items: center;

}

.news .right-list .item .time .icon {
  width: 16px;
  height: 16px;
  display: flex;
}

.news .right-list .item .time .text {
  font-size: 14px;
  color: #eb8b0f;
  margin-left: 0.1rem;
  margin-top: 3px;
  font-family: Objectivity-Medium;

}

.section-5 {
  width: 100%;
  height: 100%;
  background-image: url(../images/index-bg3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-5 .wrapper {
  width: 15.5rem;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.98rem;
}

.section-5 .wrapper .title {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.section-5 .wrapper iframe {
  width: 12rem;
  height: 5.4rem;
  margin: 0 auto;
  margin-top: 0.2rem;

}

.section-5 .wrapper .list {
  width: 12rem;
  display: flex;
  margin-top: 0.2rem;
  overflow: hidden;
  /* justify-content: space-between; */
}

.section-5 .wrapper .list .icon {
  width: 109px;
  height: 109px;
  background-color: #000000;
  border: solid 4px #cdcdcd;
  box-sizing: border-box;
  margin-right: 0.2rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}

.section-5 .wrapper .list .icon:nth-last-child(1) {
  margin-right: 0;
}

.section-5 .wrapper .list .icon .title {
  position: absolute;
  width: 100%;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 33px;
}

main .footer {
  width: 100%;
  background-color: rgb(44, 58, 119);
  background-image: url(../images/footer.jpg);
  background-blend-mode: normal,
    normal;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 6.6rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer {
  background-image: url(../images/footer.jpg);
}




.footer .footer-t {
  /* height: 6.6rem !important; */
  min-height:6rem;
  box-sizing: border-box;
  /* padding-top: 0.74rem; */
  /* min-height: calc(100vh - 0.98rem); */
}



/* 图标沿y轴旋转 180度*/


@keyframes icon-rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.fp-watermark {
  display: none !important;
}

.footer .footer-t .wrapper {
  display: flex;
  /* width: 17rem; */
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}


.footer .footer-t .left .logo {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 1.82rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}

.footer .footer-t .left .logo img {
  width: 100%;
  height: 0.62rem;
}

.footer .footer-t .left .tel {
  width: 3.5rem;

  margin: 0.35rem 0rem;
}

.footer .footer-t .left {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  box-sizing: border-box;

}

.footer .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0.5rem 0rem;
  /* max-width: 11rem; */
}

.footer .footer-nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  /* margin-right: 1rem; */
}

.footer .footer-nav ul li {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.5rem;
}
.footer .footer-nav ul li a{
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;

}
.footer .footer-nav ul li:nth-child(1) {
  font-weight: 600;
  color: #ffffff;
}

.footer .icp {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.4rem;

}
.footer .icp a{
    color: rgba(255, 255, 255, 0.7);

}
.footer .footer-t .left .line {
  width: 475px;
  height: 1px;
  margin: 0.4rem 0rem;
  background-color: rgba(17, 17, 17, 0.12);
}


.footer .footer-t .left .cell {
  display: flex;
  margin: 20px 0px;

}

.footer .footer-t .left .cell .label {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 16px;
  color: #FFFFFF;
}

.footer .footer-t .left .cell .label img {

  width: 17px;
  height: auto;

}

.footer .footer-t .left .footer-l {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 2rem;
  position: relative;
  padding-right: 0.5rem;
}

.cz-list {
  box-sizing: border-box;
  padding: 0.4rem 0rem;
  margin-left: 1rem;
}

.footer .footer-t .left {
  position: relative;
}

/* .footer .footer-t .left .footer-l::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 1rem;
 right: 0rem;
} */
/* .footer .footer-t .left .footer-l::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0.6rem;
  right: 0rem;
} */
.footer .footer-t .left .cell .value {
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 16px;
}


.footer .footer-t .left select {
  width: 4.4rem;
  height: 0.45rem;
  margin-top: 0.4rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #595959;
  background-color: rgba(255, 255, 255, 0.21);
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  /* border: solid 1px #cccccc */
  padding-right: 20px;
}

.footer .footer-t .right {
  display: flex;
  flex-wrap: wrap;

}

.footer .footer-t .right img {}

.info .wrapper {
  flex-direction: column;
  padding-top: 2.1rem;

}



@keyframes icon-rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}


.section-1 .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0px;
}

.section-1 .swiper-pagination-bullet-active {
  background-color: #eb8b0f;
  height: 8px;
  opacity: 1;
}

.section-1 .swiper-pagination {
  right: 120px;
  left: unset;
  width: auto;
  bottom: 70px;
}

.banner {
  width: 100%;
  height: 8rem;
  margin-top: 0rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.banner .title-wrap {
  position: relative;
  z-index: 2;
  width: 16.8rem;
  margin: 0 auto;
  top: 40%;

}

.banner .title-wrap .cn-title {
  font-size: 0.48rem;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
}

.banner .title-wrap .en-title {
  font-size: 0.72rem;
  line-height: 0.6rem;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  text-align: center;
  margin-top: -0.8rem;
  opacity: 0;
}

.banner .arrow-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 9;
  bottom: 0.35rem;
  width: 100%;
  align-items: center;
}

.banner .arrow-list img {
  width: 0.4rem;
  animation: arrow-down 1s infinite 0.5s alternate;
  height: 0.23rem;
}

.banner .arrow-list img:nth-child(1) {
  opacity: 0.4;
  animation: arrow-down 1s infinite 0.5s alternate;

}

.banner .arrow-list img:nth-child(2) {
  opacity: 0.6;
  animation: arrow-down 1s infinite 0.5s alternate;
}

/* 箭头向下动画 */
@keyframes arrow-down {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(10px);
  }
}

.banner .jg-img {
  width: 10.4rem;
  height: auto;
}

.banner .wrapper {
  width: 16.8rem;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.72rem;
  padding-bottom: 0.5rem;
}

.drop-nav {
  width: 100%;
  background-color: #FFFFFF;
  height: 72px;
}

.drop-nav .wrapper {
  margin: 0 auto;
  display: flex;
  width: 14.4rem;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.drop-nav .wrapper .list {
  display: flex;
  align-items: center;
  height: 100%;
}

.drop-nav .wrapper .list .item {
  min-width: 180px;
  padding: 0 10px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
}

.drop-nav .wrapper .list .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.drop-nav .wrapper .list .item.active {
  background-color: #eb8b0f;
}

.drop-nav .wrapper .list .item.active a {
  color: #ffffff;
}

.logo-wrap {
  position: absolute;
  z-index: 2;
  font-size: 11px;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  background-image: url(../images/wr-icon.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 1.2rem;
  animation: rotate 3s linear infinite;
}

.logo-wrap img {
  width: 41px;
  height: 56px;
  animation: unrotate 3s linear infinite;
}

/* 旋转360度 */

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes unrotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}

.about {
  width: 100%;

}

.about .section-2 .wrapper .content {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.about .section-2 {
  background-image: url(../images/about-bg.jpg);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.6rem 0rem;
}

.about .wrapper {
  margin: 0 auto;
  width: 14.4rem;
}

.about .section-2 .about-info {
  width: 100%;
}

.about .section-2 .about-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.6rem;
  align-items: center;
}

.about .section-2 .about-top .list {}

.about .section-2 .wrapper .about-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  height: 4.4rem;
  justify-content: space-between;
}

.about .section-2 .wrapper .about-wrap img {
  width: 48%;
}

.culture {
  width: 8.4rem;
  height: 7.26rem;
  box-sizing: border-box;
  padding: 1rem 0.77rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.about .section-2 .list {
  width: 6.7rem;
}

.about .section-2 .since {
  font-size: 1.2rem;
  letter-spacing: 0px;
  font-family: 'DINCond-Regular';
  font-weight: 600;
  color: #0063b8;
  opacity: 0.06;
  position: absolute;
  top: 0rem;
}

.about .section-2 .since span {
  font-weight: 500;
  font-size: 1.6rem;
}

.about .culture {
  background-image: url(../images/about-bg.jpg);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.6rem 0rem;
  width: 100%;
  height: 100%;
  min-height: 7rem;
}

.about .culture .wrapper {
  width: 16.8rem;
}

.about .culture .title-wrap {
  width: 16.8rem;
  margin: 0 auto;
}

.about .culture .title-wrap .cn-title {
  font-size: 0.44rem;
  color: #FFFFFF;
}

.about .culture .title-wrap .en-title {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 30px;
}

.about .culture .wrapper {
  flex-direction: column;
}

.about .culture .wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9rem;
}

.about .culture .wrapper ul li {
  width: 3.2rem;
  height: 3rem;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about .culture .wrapper ul li .m-title {
  font-size: 0.24rem;
  font-weight: 600;
  color: #eb8b0f;
  margin: 0.2rem 0rem;
}

.about .culture .wrapper ul li .icon {
  width: 0.86rem;
  height: 0.86rem;
}

.about .culture .wrapper ul li .content {
  font-size: 16px;
  color: #333333;
  width: 80%;
  text-align: center;
  line-height: 30px;
}

.news-list {
  width: 100%;
  height: 100%;
  background-color: #e3e9f3;
}

.news-list .wrapper {
  width: 14.4rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.78rem 0rem;
  display: flex;
  flex-wrap: wrap;
}

.news-list .wrapper .item {
  width: 8.22rem;
  height: 1.8rem;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  padding: 0.3rem;
  margin-bottom: 0.36rem;
  display: flex;
  align-items: center;
  transition: 0.6s all;
}

.news-list .wrapper .item .time {
  background-color: #cccccc;
  width: 1rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 0.32rem;
  transition: 0.6s all;
}

.news-list .wrapper .item .time .day {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.news-list .wrapper .item .time .line {
  width: 0.6rem;
  margin: 0.1rem 0rem;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
}

.news-list .wrapper .item .time .year {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.news-list .wrapper .item .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.news-list .wrapper .item:hover .time {
  background-color: #ee8100;
}


.yw-wrap {
  width: 100%;
  height: 0.6rem;
  background-color: #184588;
  position: relative;
  margin-top: 75px !important;
}

.yw-wrap .wrapper {
  margin: 0 auto;
  width: 16.8rem;
  position: unset;
  justify-content: flex-start;

}

.yw-wrap .wrapper .drop-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.6rem;
  height: 2.11rem;
  background-color: #FFF;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yw-wrap .wrapper .drop-content p {
  margin: 10px 0px;
  line-height: 30px;
  color: #333333;
}

.yw-wrap .wrapper .drop-item {
  width: 1.5rem;
  height: 100%;
  line-height: 0.6rem;
  text-align: center;
  color: #FFF;
  font-size: 16px;

}


.yw-wrap .wrapper .active {
  background-color: #FFF;
  color: #184588;
}

.yw-wrap .wrapper .drop-content a .icon {
  width: 101px;
  height: 100px;
  background-color: rgba(24, 69, 136, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: 0px 0.25rem;
  justify-content: center;
  transition: 0.5s all;
  position: relative;
}

.yw-wrap .wrapper .drop-content a .icon img {
  max-width: 50px;
  max-height: 50px;
}

.yw-wrap .wrapper .active .drop-content {
  z-index: 10;
}

.yw-wrap .wrapper .drop-content a:hover .icon {
  background-color: #ee8100;
}

.yw-wrap .wrapper .drop-content a:hover .icon::after {
  width: 117px;
  height: 116px;
  background-color: #ee8100;
  opacity: 0.2;
  content: "";
  left: -8px;
  top: -8px;
  position: absolute;

  border-radius: 50%;
}

.yw-wrap .wrapper .active .drop-content .active .icon {
  background-color: #ee8100;
}

.yw-wrap .wrapper .drop-content .active .icon::after {
  width: 117px;
  height: 116px;
  background-color: #ee8100;
  opacity: 0.2;
  content: "";
  left: -8px;
  top: -8px;
  position: absolute;

  border-radius: 50%;
}

.yw-container {
  margin-top: 2.11rem;
  font-family: 微软雅黑;
}

.yw-container .page1 {
  width: 100%;
  min-height: 4.8rem;
  background-image: url(../images/ywbg1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

.yw-container .page1 .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 0.85rem;
  width: 9rem;
}

.yw-container .page1 .wrapper .title {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  font-family: DINAlternate-Bold;
  margin: 20px 0px;
}

.yw-container .page1 .wrapper p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.yw-container .page1 .wrapper .en-title {
  margin-top: 0.87rem;
  font-size: 0.3rem;
  display: none;
  font-family: DINAlternate-Bold;
  font-family: 微软雅黑;
}


.yw-container .page1 .wrapper h2 {
  margin-top: 0.27rem;
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: 500;
}

.yw-container .page1 .wrapper p {
  margin: 0px;
}

.yw-container .page1 .wrapper .icon {
  margin-top: 0.5rem;
}

.yw-container .page2 {
  width: 100%;
  min-height: 8.6rem;
  background-color: #e3e9f3;
  box-sizing: border-box;
  //  padding-top: 0.75rem;
}

.yw-container .page2 .wrapper {
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  width: 16.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 0px;
}

.yw-container .page2 .wrapper .title {
  margin-bottom: 0.5rem;
}

.yw-container .page2 .wrapper .show {
  width: 100%;
  height: 6rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}

.yw-container .page2 .wrapper .show .left {
  width: 8.4rem;
  height: 100%;
}

.yw-container .page2 .wrapper .show .right {
  width: 8.4rem;
  overflow-y: scroll;
}

.yw-container .page2 .wrapper .show .right {
  box-sizing: border-box;
  padding: 0.7rem 0.6rem;
  text-align: left;
}

.yw-container .page2 .wrapper .show .right .prize-t {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}

.yw-container .page2 .wrapper .show .right .content-t {
  box-sizing: border-box;
  padding: 0rem 0.4rem;
}

.yw-container .page2 .wrapper .show .right .desc-t {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
}

.yw-container .page2 .wrapper .show .right p {
  font-size: 14px;
}


.yw-container .page3 {
  width: 100%;
  min-height: 8rem;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0.6rem 0rem;
}



.yw-container .page3 .wrapper {
  width: 16.8rem;
  margin: 0 auto;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0.6rem;
}


.yw-container .page3 .wrapper .title {
  font-size: 0.4rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0.6rem;
}

.yw-container .page3 .wrapper table {
  width: 100%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.yw-container .page3 .wrapper .table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.yw-container .page3 .wrapper .table .cell {
  width: 50%;
  min-height: 0.76rem;
  box-sizing: border-box;
  line-height: 0.76rem;
  box-sizing: border-box;
  padding-left: 0.41rem;
  line-height: 0.46rem;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}

.yw-container .page3 .wrapper .table .cell:nth-child(2n) {
  margin-left: -0.02rem;

}

.yw-container .page3 .wrapper .table .cell:nth-child(3n) {}

.yw-container .page3 .wrapper table tr td {
  width: 50%;
  height: 0.76rem;
  box-sizing: border-box;
  padding-left: 0.41rem;
  border-right: 1px solid #dcdcdc;
}

.yw-container .page3 .wrapper table tr:nth-child(2n) {
  background-color: #e3e9f3;
  box-sizing: border-box;

}


.page4 {
  width: 100%;
  height: 0.6rem;
  position: relative;
}

.page4 .fix-t {
  position: absolute;
  left: 8.8rem;
  top: 0.7rem;
  font-size: 0.4rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  z-index: 999;
  display: none;
}


.page4 .yw-swiper {
  width: 100%;
  height: 100%;
}

.page4 .yw-swiper .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}

.page4 .yw-swiper .title-b {
  width: 8.4rem;
  height: 1.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 9;
  left: 1.2rem;
  bottom: 1.1rem;
  box-sizing: border-box;
  padding: 0.4rem;
}

.page4 .yw-swiper .title-b h2 {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  margin: 0px;
  color: #ffffff;
}

.page4 .yw-swiper .title-b p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.page4 .yw-swiper .swiper-pagination {
  width: auto;
  right: 1.2rem;
  bottom: 1.1rem;
  left: unset;
}

.page4 .yw-swiper .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0px;
}

.page4 .yw-swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  background-color: #eb8b0f;
  opacity: 1;
}








/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: white;
  z-index: 999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
}

.hideNav {
  height: 0;
}

.gxHead {
  display: none;
  width: 100%;
  background-color: white;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.gxHead .logo {
  margin: 15px;
  width: 40%;
}

.gxHead .logo img {
  width: 100%;
  height: auto;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;
  background: linear-gradient(135deg, #ee8100, #dde2e4) center center no-repeat;
}

.menu_btn span {
  top: 35px;
  left: 22px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


.section-4 .swiper-container {
  width: 100%;
}

.sub-phone {
  position: absolute;
  width: 180px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  border-radius: 10px;
  background-color: #FFFFFF;
  top: 110%;
  box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 10px;
  display: none;
  white-space: nowrap;
}

.top .search {
  cursor: pointer;
}

.top .search:hover .sub-phone {
  display: block;
}


.party-banner {
  height: 8.7rem;
}

.party-wrap {
  width: 1200px;
  margin: 0 auto;
  min-height: 400px;
  background-color: #FFFFFF;
  background-image: url(../images/party-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  box-sizing: border-box;
  padding: 0.52rem 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 3;
}

.party-wrap .title {
  font-size: 0.32rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 0.48rem;
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
}

.party-wrap .time {
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #666666;
}


.party-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0.3rem 0rem;
}

.party-wrap .content p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #555555;
  /* text-indent: 36px; */
}

.party-wrap .content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.party-banner {
  height: 8.7rem;
}

.party-wrap {
  width: 1200px;
  margin: 0 auto;
  min-height: 400px;
  background-color: #FFFFFF;
  background-image: url(../images/party-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  box-sizing: border-box;
  padding: 0.52rem 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.4rem;
  position: relative;
  z-index: 3;
}

.party-wrap .title {
  font-size: 0.3rem;
  font-weight: 500;
  font-stretch: normal;
  line-height: 0.48rem;
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
}

.party-wrap .time {
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #666666;
}


.party-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0.3rem 0rem;
}

.party-wrap .content p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #555555;
  /* text-indent: 36px; */
}

.party-wrap .content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.party-wrap .handle {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.party-wrap .handle-item {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}

.party-wrap .back-btn {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin: 30px 0px;
  justify-content: center;

  width: 180px;
  height: 50px;
  background-color: #eb8b0f;
}

.banner .content {
  position: absolute;
  left: 0;
  top: 20%;
  width: 30%;

  font-weight: 500;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFF;
  margin: 0rem 0rem;
  /* margin-top: -0.5rem; */
}

.mobile-swiper {
  display: none;
}






/* more-btn */
.section .more {
  background-color: #184588;
  width: 2rem;
  height: 0.56rem;
  display: flex;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 60px;
  background-color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s all;
  padding: 0px 12px 0px 24px;
  color: #333333;
}

.section .more .icon {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.section .more img {
  width: 15px;
  transition: 0.4s all;
  height: 15px;
  position: relative;
  z-index: 2;
}

.section .more span {
  z-index: 2;
}

.section .more .icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 80%;
  background-color: #f3f3f3;
  right: 0;
  z-index: 1;
  top: 10%;
  border-radius: 25px;
  transition: 0.4s all;
}

.section .more:hover img {
  transform: rotate(45deg);
}

.section .more:hover {
  color: #000000;
  /* background-color: #ffffff; */
}

.section .more:hover .icon::after {
  width: 90%;
  right: 5%;
}


.footer .footer-t .right .code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
}

.footer .footer-t .right .code-item .cover {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer .footer-t .right .code-item .cover img {
  width: 130px;
  height: 130px;
}

.footer .footer-t .right .code-item .text {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}

.team {
  width: 100%;
  background-color: #f7f7fb;
  background-image: url(../images/about-bg.jpg);
  background-size: 100% 100%;
}

.team .section {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0rem;
}

.team .section .wrapper {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
}

.team .section .wrapper .title {
  font-size: 0.44rem;

}

.team .team-card {
  width: 100%;
  background-color: transparent;
  min-height: 6.6rem;
  margin-top: 0.5rem;
  display: flex;
  box-sizing: border-box;
  padding: 0;
  flex-direction: column;

}

.team .team-card .left {
  width: 50%;
  height: 100%;
  background-color: #FFFFFF;
  position: relative;
}

.team .team-card .right {

  flex: 1;
  /* height: 100%; */
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.team .team-card .right .sign {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.team .team-card .right .sign img {
  width: 1.5rem;
}

.team .team-card .left .cover {
  width: 3.56rem;
  height: 5rem;
  background-color: #eb8b0f;
  border-radius: 16px;
  position: relative;
}

.team .team-card .left .cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eb8b0f;
  border-radius: 16px;
  opacity: 0.2;
  left: -0.3rem;
  top: -0.3rem;
}

.team .team-card .left::after {
  content: "“";
  position: absolute;
  font-size: 200px;
  color: #eb8b0f;
  left: -0.6rem;
  top: -0.6rem;
  z-index: 2;
}

.team .team-card .left::before {
  content: "”";
  position: absolute;
  font-size: 200px;
  color: #eb8b0f;
  left: 3.7rem;
  bottom: 0;
  z-index: 2;
  line-height: 0;
}

.team .section.leader {
  display: flex;
}

.team .section.leader .card {
  width: 8.1rem;
  display: flex;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0.46rem 0.4rem;
}

.team .section.leader .card .cover {
  width: 2.8rem;
  height: 100%;
  margin-right: 0.4rem;
  flex-shrink: 0;
}

.team .section.leader .card .info {
  /* width: 5.3rem; */
  height: 100%;
}

.team .section.leader .card .info .name {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
}

.team .section.leader .card .info .position {

  font-size: 0.18rem;
  color: #eb8b0f;
  margin: 0.2rem 0rem;
}

.team .section.leader .card .info .desc {
  font-size: 16px;
  color: #333333;
}

.team .section.leader .card p {
  margin: 0;
  line-height: 0.3rem;
}


.honor {
  width: 100%;
  background-color: #f7f7fb;
  box-sizing: border-box;
  padding: 0.4rem 0rem;
}

.honor .wrapper {
  width: 14.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.honor .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}

.honor .honor-item {
  width: 4.5rem;
  height: 3.8rem;
  background-color: #FFFFFF;
  /* border-radius: 16px; */
  display: flex;
  margin-right: 0.45rem;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.3rem;
  margin-bottom: 0.4rem;
}

.honor .honor-item .cover {
  width: 100%;
  height: 4.38rem;
  background-color: #eb8b0f;
  border-radius: 16px;
}

.honor .honor-item .cover img {}

.honor .honor-item:nth-child(3n) {
  margin-right: 0;
}

.honor .honor-item .title {
  font-size: 0.18rem;

  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
}

.honor .page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}

.honor .page .num {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
}

.honor .page .num.active {
  background-color: #eb8b0f;
  color: #FFFFFF;
}

.honor .page .prev,
.honor .page .next {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .section .introduce {
  width: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.team .section .introduce .title {
  font-size: 0.44rem;
}

.team .section .introduce .line {
  width: 40px;
  height: 8px;
  background-color: #eb8b0f;
}

.team .section .introduce .content {
  font-size: 16px;
  color: #333333;
  margin-top: 0.4rem;
  line-height: 0.4rem;
}

.team-card {
  justify-content: space-between;
}





.news-list {
  height: auto;
}

.news-list .list {
  display: flex;
  flex-wrap: wrap;
}

.news-list .card {
  width: 4.5rem;
  height: 5.2rem;
  background-color: #FFFFFF;
  box-sizing: border-box;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;

}

.news-list .card:nth-child(3n) {
  margin-right: 0px;
}

.news-list .card .cover {
  overflow: hidden;
}

.news-list .card .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
}

.news-list .card:hover .cover img {
  transform: scale(1.05);
}

.news-list .card .content {
  width: 100%;
  height: 2.22rem;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.6s all;
}

.news-list .card .content .title {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.32rem;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 0.6s all;
}

.news-list .card:hover .content .title {
  color: #eb8b0f;
}

.news-list .card .content .title-text {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0px;
}

.news-list .card .content .time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  font-family: Objectivity-Medium;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #eb8b0f;
}

.news-list .card .content .time img {
  width: 16px;
  height: 16px;
  margin-right: 0.1rem;

}

.news-list .card .content .time p {
  margin: 0;
  font-size: 14px;
  font-family: Objectivity-Medium;
  line-height: unset;
  display: inline-block;
  margin-top: 3px;
}

.news-list .card .cover {
  width: 100%;
  height: 3rem;
  background-color: #FFFFFF;
  box-sizing: border-box;

}

.culture .card {
  height: 3.8rem;
}

.server .wrapper .list .card {
  height: 4.57rem;
}

.server .wrapper .list .card .cover {
  height: 3.76rem;
}

.server .wrapper .list .card .content {
  height: 0.81rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.server .wrapper .list .card .content .title {
  font-size: 16px;
  font-weight: 500;
}

.server .wrapper .list .card:hover .content {
  background-color: #eb8b0f;
  color: #FFFFFF;
}

.server .wrapper .list .card:hover .content .title {
  color: #FFFFFF;
}

.server center {
  width: 100%;
  margin: 0.5rem 0rem;
}

.server center h2 {
  font-size: 0.44rem;
  font-weight: 400;
  margin: 0;
}

.server center p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0;
}

.mask {

  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.mask.show {
  display: block;
}

.mask-content {
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  height: 7.6rem;
  padding: 0.46rem 1rem;
  position: relative;
}

.mask-content .server-swiper {
  width: 100%;
  height: 4.78rem;
}

.mask-content .server-content {
  width: 100%;
}

.mask-content .server-content .title {
  font-size: 0.24rem;
  font-weight: 600;
}

.mask-content .server-content .content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #333333;
  color: #666666;
}

.mask-content .changePage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}

.mask-content .exit {
  position: absolute;
  right: -76px;
  width: 76px;
  height: 76px;
  background-color: #eb8b0f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask-content .exit img {
  width: 30px;
  height: 30px;
}



.accordion {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0rem 0rem;
  padding-top: 0px;
}


.join-container {
  overflow: hidden;
  box-sizing: border-box;

}

.join-container .wrapper .contact-wrap {
  width: 17rem;
}

.join-container .wrapper {
  width: 16.8rem;
  padding: 0.7rem 0.8rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.accordion .table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eeeeee;
  width: 100%;
  color: #FFFFFF;
  height: 0.8rem;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}

.accordion .table-header .table-header-item {
  flex: 1;
  text-align: center;
}

.accordion .accordion-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ebf3f9;
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #FFFFFF;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

.accordion .accordion-item .table-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.8rem;
  background-color: rgb(162, 162, 162, 0.15);
}

.accordion .accordion-item .table-wrap .table-item-label {
  flex: 1;
  text-align: center;
}

.accordion .accordion-item .table-wrap .table-item-value {
  flex: 1;
  text-align: center;

}

.accordion .accordion-item .table-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0rem;
  height: 0;
  overflow: hidden;
  padding: 0;
  /* transition: 0.5s ease-in-out; */
}

.accordion .accordion-item .table-content .title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.accordion .accordion-item .table-content .num {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.accordion .accordion-item.active {
  height: auto;

}

.accordion .accordion-item.active .table-wrap {
  /* height: auto; */
  background-color: #eb8b0f;
  color: #FFFFFF;
}

.accordion .accordion-item.active .table-content {
  display: flex;
  height: auto;
  padding: 0.3rem;
  border: solid 1px #eb8b0f;
}

.accordion .accordion-item.active img {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}

.accordion .accordion-item .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.accordion .accordion-item .icon:nth-child(2) {
  background-color: #eb8b0f;
  display: block;

}

.accordion .accordion-item .icon:nth-child(1) {
  display: none;
  background-color: #FFFFFF;
}

/* .accordion .accordion-item.active .icon:nth-child(2) {
  display: block;
} */
.accordion .accordion-item.active .icon:nth-child(2) {
  display: none;
}

.accordion .accordion-item.active .icon:nth-child(1) {
  display: flex;
}






.contact-container {
  background-image: url(../images/about-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-container .wrapper {
  background-color: transparent;
  width: 14.4rem;
}

.contact-content {
  width: 100%;
  display: block;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}

.contact-card {
  width: 5.1rem;
  padding: 15px;
  box-sizing: border-box;
  border: solid 1px #eeeeee;
}

.contact-card-inner {
  /* background: #f9f9f9; */
  padding: 25px;
  border-radius: 8px;
  /* height: 100%; */
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-content .title {
  font-size: 0.44rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.contact-card-inner:hover {
  /* background: #f0f7ff; */
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: 50%;
}

.contact-icon img {}

.contact-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.map-btn {
  width: 150px;
  height: 50px;
  background-color: #eb8b0f;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin: 20px 0px;

}

.contact-detail {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.contact-detail strong {
  color: #333;
}

.map-container {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.map {
  position: relative;
}

.map .card-wrap {
  position: absolute;
  right: 3.5rem;
  top: 1%;

}

.map .card-wrap:nth-of-type(1) {
  top: 0.7rem;
}

.map .card-wrap:nth-of-type(2) {
  display: none;
}

.map .card-wrap:nth-of-type(3) {
  display: none;
  top: 18%;
}

.map .line {
  width: 80px;
  height: 3px;
  background-color: #eb8b0f;
}

.map .card-wrap .card {
  width: 4.5rem;
  min-height: 3rem;
  box-sizing: border-box;
  padding: 0.24rem;
  background-color: #FFF;
  font-size: 16px;
}

.map .card-wrap h1 {
  font-size: 0.18rem;
  line-height: 0.2rem;
  color: #eb8b0f;
}

.map .card-wrap .card h3 {
  font-size: 0.16rem;
  line-height: 0.18rem;
}

/* .map .card-wrap .card p {
  line-height: 0.24rem;
  font-size: 0.14rem;
  margin: 5px 0px;
  color: #666666;
} */

.map .card-wrap .cricle {
  color: #CC3020;
  font-size: 0.18rem;
  font-weight: 600;
  position: relative;
  width: auto;
  position: absolute;
  left: 34%;
}

.map .card-wrap:nth-of-type(2) .cricle {
  left: 2.6rem;
  bottom: -0.4rem;
}

.map .card-wrap:nth-of-type(3) .cricle {
  left: 43%;
}

@keyframes circleScaleBounce {
  0% {
    transform: scale(0.5);
    opacity: 0.4;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.map .card-wrap .cricle::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  position: absolute;
  background-color: #CC3020;
  animation: circleScaleBounce 1s ease-in-out infinite alternate;
  bottom: -0.15rem;
  left: 0.15rem;
}

.map .card-wrap .cricle::before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  position: absolute;
  animation: circleScaleBounce 1s ease-in-out infinite alternate;

  background-color: rgba(204, 48, 32, 0.4);
  bottom: -0.2rem;
  left: 0.1rem;
}

.form-container {
  /* background: #f9f9f9; */
  display: flex;
  border-radius: 8px;
  margin-top: 1rem;
  justify-content: space-between;
  width: 100%;
}

.form-container .left {
  width: 30%;
}

.form-container .left .title {
  width: 375px;
  font-size: 0.44rem;
  font-weight: 400;
}

.form-container .left .line {
  width: 40px;
  height: 8px;
  background-color: #eb8b0f;
  margin: 0.4rem 0rem;
}

.form-container .left .content {
  font-size: 16px;
  color: #333333;
}

.form-container .tabs {
  display: flex;
  flex-direction: column;
}

.form-container .tab {
  background-color: #bfc1c2;
  width: 3.5rem;
  height: 0.64rem;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 0.3rem;
}

.form-container .tabs .active {
  background-color: #323436;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 84px;
}

.form-group {
  padding: 0 15px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.form-group.full {
  flex: 0 0 100%;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

.form-input {
  width: 100%;
  padding: 12px 15px;
  border: solid 1px #333333;
  border-radius: 4px;
  height: 100%;
  background-color: transparent;
  font-size: 18px;
  transition: border 0.3s;
}

.form-input:focus {
  border-color: rgba(160, 10, 160, 0.5);
  outline: none;
}

textarea.form-input {
  min-height: 150px;
  resize: vertical;
}

.submit-btn {
  width: 390px;
  height: 84px;
  background-color: #eb8b0f;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  color: #FFFFFF;
}

.submit-btn:hover {
  cursor: pointer;
  border-color: rgba(160, 10, 160, 0.5);
  background-color: rgba(160, 10, 160, 0.5);
}

#contact-form {
  flex: 1;
  margin-left: 1.5rem;
}

@media (max-width: 992px) {
  .contact-card {
    flex: 0 0 50%;
  }

  .form-group {
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .contact-card {
    flex: 0 0 100%;
  }

  .contact-tab {
    padding: 12px 20px;
    font-size: 16px;
  }

  .form-container {
    padding: 25px;
  }
}

.dsj {
  min-height: 13.5rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 2rem;
}

.dsj .section .introduce {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsj .line {
  margin: 10px 0px;
  cursor: pointer;
}

.dsj .line .huojian {
  margin-bottom: 0.1rem;
}

.dsj .line .huojian img {
  width: 0.3rem;
  height: 0.44rem;

}

.dsj .line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dsj .line .arrow-down {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0.02rem solid #c2cdd4;
  display: flex;
  align-items: center;
  justify-content: center;

}

.dsj .line .line-1 {
  width: 2px;
  height: 9rem;
  background-color: #c2cdd4;
}

.dsj .line .arrow-down img {
  width: 0.09rem;
  height: 0.16rem;
  transform: rotate(90deg);

}

.dsj-wrapper .dsj-swiper {
  width: 14.4rem;
  position: absolute;
  height: 8.6rem;
  top: 2.5rem;
}

.dsj-wrapper .dsj-swiper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dsj-wrapper .dsj-swiper .swiper-slide:nth-child(2n) {
  flex-direction: row-reverse;
}

.dsj-wrapper .dsj-swiper .swiper-slide .cricle {
  width: 18px;
  height: 18px;
  background-color: #f3dab7;
  border-radius: 50%;
  position: relative;
  margin: 0rem 0.25rem;
}

.dsj-wrapper .dsj-swiper .swiper-slide .cricle::after {
  content: '';
  position: absolute;
  background-color: #eb8b0f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: calc(50% - 4px);
  left: calc(50% - 4px);

}

.dsj-wrapper .dsj-swiper .swiper-slide .year {
  font-size: 0.6rem;
  font-weight: 600;
  font-stretch: normal;
  /* line-height: 30px; */
  letter-spacing: 0px;
  font-family: DINCond-Regular;
  color: #ffffff;
  /* 文字渐变从上到下#9f09a7  #ed007f*/
  background: linear-gradient(to bottom, #d58f13, #f1ca2c);


  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px 0px rgba(210, 210, 210, 0.53);
}

.dsj-wrapper .dsj-swiper .swiper-slide .message-box {
  background-color: #e8eff3;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  width: 6.86rem;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #5f5f5f;
  position: relative;
}

/* 三角形 */
.dsj-wrapper .dsj-swiper .swiper-slide .message-box::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -0.1rem;
  width: 0.01rem;
  height: 0.01rem;
  border-top: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #e8eff3;
  border-left: 0.1rem solid #e8eff3;
  transform: rotate(45deg);


}

.dsj-wrapper .dsj-swiper .swiper-slide:nth-child(2n) .message-box::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
  left: unset;
  width: 0.01rem;
  height: 0.01rem;
  border-top: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-right: 0.1rem solid #e8eff3;
  transform: rotate(180deg);
}

.leader .section .wrapper {
  display: flex;
  width: 14.5rem;
  justify-content: space-between;
  align-items: flex-start;
}


.leader .section .wrapper .leader-lf {
  width: 5rem;
  position: relative;
  flex-shrink: 0;
  position: relative;
  margin-right: 2rem;
  z-index: 2;
  height: 7rem;
}

.leader .section .wrapper .leader-lf img {
  z-index: 2;
  position: relative;
  width: 5rem;
  height: 6.3rem;
}

.leader .section .wrapper .leader-lf::after {
  content: '';
  position: absolute;
  width: 2rem;
  height: 6.36rem;
  background-color: #eb8b0f;
  right: -0.8rem;
  top: 1rem;
  z-index: 1;
}

.leader .section .wrapper .leader-rg {
  box-sizing: border-box;
  padding-top: 0.4rem;
}

.leader .section .wrapper .leader-rg .leader-t {
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.leader .section .wrapper .leader-rg .line {
  width: 40px;
  height: 8px;
  background-color: #eb8b0f;
  margin: 0.2rem 0rem;
}

.leader .section .wrapper .leader-rg .leader-c {
  font-size: 1.2rem;
  letter-spacing: 0px;
  color: #ebf3f5;
}

.improve-webkit-text-stroke {
  -webkit-text-stroke: 2px #fadbb2;
  position: relative;
  z-index: 1;
}

.text {
  text-align: left;
  font-size: 42px;
  line-height: 1.3;
  color: #fadbb2;
  font-weight: bold;
}

.improve-webkit-text-stroke:after {
  content: "HIDILI";
  color: #ebf3f5;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  -webkit-text-stroke-width: 0;
}

.leader-desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.leader-rg .sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.leader-rg .sign img {
  width: 1.2rem;
  height: auto;
}


.culture .card .content {
  padding: 0px 0.2rem;
  height: 0.8rem;
}

.culture .card .content .title-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.culture .card .cover {
  positon: relative;
}

.culture .card .play {
  position: absolute;
  z-index: 2;
  left: calc(50% - 0.4rem);
  top: calc(40% - 0.4rem);
}

.Investor .wrapper .announcement-header {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem;
}

.Investor .wrapper .announcement-header .title {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.Investor .wrapper .announcement-header .line {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  position: relative;
  margin: 0.2rem 0rem;
}

.Investor .wrapper .announcement-header .line::after {
  content: "";
  height: 3px;
  background-color: #0865b7;
  width: 60px;
  position: absolute;
  left: 0;
}

.Investor .wrapper .announcement-header .adv-notice {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0.2rem;
}

.Investor .wrapper .announcement-header .announcement-header-wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}

.Investor .wrapper .announcement-header .announcement-header-wrap select {
  width: 3rem;
  height: 0.4rem;
  background-color: #ffffff;
  border: solid 1px #e4e6e9;
  font-size: 16px;
  color: #999999;
}

.Investor .wrapper .announcement-header .announcement-header-wrap span {
  margin: 0rem 0.2rem;
}

.Investor .wrapper .announcement-header .announcement-header-wrap button {
  width: 1rem;
  height: 0.36rem;
  background-color: #eb8b0f;
  border-radius: 18px;
  border: none;
  outline: none;
  color: #FFFFFF;
  margin-left: 0.3rem;
}

.announcement-list {
  display: flex;
  flex-direction: column;
  margin-top: 0.15rem;
  width: 100%;

}

.announcement-list .a-item {
  width: 100%;
  min-height: 1.2rem;
  background-color: #FFFFFF;
  margin-bottom: 0.15rem;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0.5rem 0.4rem;
  justify-content: space-between;
}

.announcement-list .a-item .info {
  flex: 1;
}

.announcement-list .a-item .more {
  width: 2rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: solid 1px #0865b7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0865b7;
  margin-left: 0.6rem;
}

.announcement-list .a-item .more img {
  width: 0.2rem;
  height: 0.2rem;
}

.announcement-list .a-item .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 0.3rem;
}

.announcement-list .a-item .info .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333333;
}

.announcement-list .a-item .info .content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.2rem;
}

.Investor {
  padding: 0px 0.6rem;
}

.announcement-header .left,
.announcement-header .right {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #e8eff3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.announcement-header .left img,
.announcement-header .right img {
  width: 0.1rem;
  height: 0.16rem;
}

.announcement-header .left img {
  transform: rotate(180deg);
}

.social-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-header .year-swiper {
  width: 12rem;
}

.social-header .year-swiper .swiper-slide {
  font-family: DINCond-Regular;
  font-size: 40px;
  letter-spacing: 0px;
  color: #999999;
}

.social-header .year-swiper .swiper-slide-active {
  font-size: 40;
  font-weight: 500;
  font-stretch: normal;
  /* line-height: 30px; */
  letter-spacing: 0px;
  font-family: DINCond-Regular;
  color: #ffffff;
  /* 文字渐变从上到下#9f09a7  #ed007f*/
  background: linear-gradient(to bottom, #d58f13, #f1ca2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px 0px rgba(210, 210, 210, 0.53);
}

.cooperation-swiper {
  margin: 0px;
  width: 100%;
}

.cooperation-swiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cooperation-swiper .swiper-slide .item {
  width: 7rem;
  height: 1.6rem;
}

.cooperation-swiper .swiper-slide .item .time {
  flex-shrink: 0;
  border-radius: 0.08rem;
  background-color: #FFF;
  color: #333333;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 0.2rem;
}

.cooperation-swiper .swiper-slide .item .time .day {
  font-family: Objectivity-Medium;
  color: #333;
  font-weight: 500;
}

.cooperation-swiper .swiper-slide .item .time .line {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  opacity: 1;
}

.cooperation-swiper .swiper-slide .item:hover .day {
  color: #FFFFFF;
}

.cooperation-swiper .swiper-slide .item:hover .month {
  color: #FFFFFF;
}

.layer1 {
  min-height: 7rem;
  background-color: #FFF;
}

.layer1 .wrapper {}

.layer1 .layer-lf {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.layer1 .title {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.layer1 .line {
  width: 40px;
  height: 8px;
  background-color: #eb8b0f;
  margin: 0.2rem 0rem;
}

.layer1 .layer-rg {
  width: 7.2rem;
  height: 5.2rem;
  flex-shrink: 0;
}

.layer2 {
  background-image: url(../images/index-bg2.jpg);
  background-size: 100% 100%;
}

.layer2 .wrapper {
  background-color: transparent;
  flex-direction: column;

}


.tzzgx {
  position: absolute;
  left: 2.23rem;
  top: 2rem;
  width: 6.2rem;
  min-height: 3.6rem;
  background-color: rgba(0, 99, 184, 0.85);
  box-sizing: border-box;
  padding: 0.35rem;
}

.tzzgx .title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.tzzgx .line {
  width: 40px;
  height: 8px;
  background-color: #eb8b0f;
  margin: 20px 0px;
}

.tzzgx .cell {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}

.tzzgx .cell .icon {
  margin-right: 10px;
}

.Investor-bx {
  overflow: hidden;
}

.Investor-bx .wrapper {
  background-color: #FFFFFF;
  margin: 50px auto;
  box-sizing: border-box;
  padding: 0.4rem;
}

.rangs {
  display: flex;
  justify-content: space-around;
}

.rangs label {
  margin-right: 0.5rem;
  color: #666666;
  font-size: 18px;
}
.title-wrap .en1{
  display: none;
}