html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;
}

@font-face {
  font-family: "DINAlternate-Bold";
  src: url(../font/DINCond-Regular.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: 17.7rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.top .wrapper .logo {
  /* width: 203px; */
  height: 66px;
  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;
  margin-left: 0.4rem;
  background-color: #184588;

}

.top .wrapper .right .search .line {
  width: 1px;
  height: 20px;
  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: 0.18rem;
  color: #333333;
  margin-right: 0.7rem;

}

.nav-b .wrapper .logo img:nth-child(1) {
  display: none;
}

.nav-b .wrapper .nav .active {
  font-weight: 600;
  position: relative;
  color: #ee8100;
}

.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: #ffb221;
  position: absolute;
  left: 10%;
  bottom: -0.1rem;
}

.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 .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: #ee8100;
}


.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: 48px;
  height: 110px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 62px;
  display: flex;
  flex-direction: column;

}

.index-container .section-1 .swiper-slide .slogn h1 {
  margin: 0;
  font-size: 56px;
  color: #FFF;
  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;

  line-height: 40px;
  font-size: 18px;
  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-bg1.png);
  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 {
  width: 6.67rem;
  height: 100%;
}

.section-2 .wrapper .about-wrap {
  width: 8.4rem;
  height: auto;
  background-color: #184588;
  flex-shrink: 0;
}

.section-2 .wrapper .about-info .title {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 600;
  margin-top: 0.5rem;
  position: relative;
}

.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: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0.4rem 0rem;
}

.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: center;
}

.section-2 .wrapper .about-info .more img {
  width: 20px;
  height: 10px;
  margin-left: 10px;
}


.section-2 .wrapper .about-wrap .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 1.82rem;
}

.section-2 .wrapper .about-wrap .list .item .cell {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

.section-2 .wrapper .about-wrap .list .item .num {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: DINAlternate-Bold;
  color: #ffffff;
}

.section-2 .wrapper .about-wrap .list .item .desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}



.section-3 {
  width: 100%;
  height: 100%;
  /* background-image: url(../images/index-bg2.jpg);
  background-size: 100% 100% ;
  background-repeat: no-repeat; */
  background-color: #ffffff;
  position: relative;
}


.section-3 .bgs-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-3 .bgs-wrap .bg {
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.4s all;
  animation: icon-scale 1.5s ease-in-out forwards;
}

.section-3 .wrapper .label {
  animation: icon-scale 1.5s ease-in-out forwards;
  display: none;
  transition: 0.4s all;
}

@keyframes icon-scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}


.section-3 .bgs-wrap .bg:nth-child(1) {
  display: block;
}

.section-3 .wrapper .label:nth-child(1) {
  display: block;
}

.section-3 .column {
  width: 100%;
  display: flex;
  height: 4rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;

}

.section-3 .column .item {
  width: 6.4rem;
  border-right: 1px solid rgba(239, 239, 239, 0.3);
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
  cursor: pointer;
  overflow: hidden;
}

.section-3 .column .item .desc-wrap {
  display: none;
}


.section-3 .column .item .more {
  display: none;
}

.section-3 .column .item .icon {
  width: 0.85rem;
  height: 0.85rem;
  transition: 0.4s all;
}

.section-3 .column .item .titles {
  margin-top: .3rem;
  transition: 0.4s all;
}

.section-3 .column .item .titles .cn-title {
  font-size: 0.32rem;
  color: #FFF;
  text-align: center;
  transition: 0.4s all;
  font-weight: 400;
}

.section-3 .column .item .desc-wrap .line {
  width: 2.6rem;
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  margin-top: 0.5rem;
  transition: 0.4s all;
}

.section-3 .column .item .titles .en-title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #fdfdfd;
  text-align: center;
  transition: 0.4s all;
  font-family: DINAlternate-Bold;
  font-size: 18px;
}

.section-3 .column .item .order {
  margin-top: 1rem;
  font-size: 0.24rem;
  color: #cecece;
  transition: 0.4s all;
  font-family: DINAlternate-Bold;

}

.section-3 .column .item .desc-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 3.8rem;
  text-align: center;
  transition: 0.4s all;
}

.section-3 .column .item .desc-wrap .content {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin-top: 0.3rem;
  transition: 0.4s all;
}

.section-3 .column .active .desc-wrap {
  display: flex;
  transition: 0.4s all;
}

.section-3 .column .active .titles {
  /* margin-top: -0rem; */
}

.section-3 .column .active .icon {
  margin-top: -0.8rem;
  animation: icon-rotate 0.5s ease-in-out;

}

.section-3 .column .active {
  background-image: url(../images/hover-img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.4s all;
}

.section-3 .column .item .add-icon {
  margin-top: 0.47rem;
}

.section-3 .column .active .add-icon {
  display: none;
}

.section-3 .column .active .order {
  position: absolute;
  bottom: -0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  opacity: 0.13;
  color: rgba(255, 255, 255, 0.4);

}


.section-3 .column .item .more {
  width: 1.5rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #FFF;
  justify-content: center;
  display: none;
  transition: 0.4s all;
  color: #FFF;
  position: absolute;
  bottom: 0rem;

}

.section-3 .column .item .more:hover {
  color: #7b5100;
  background-color: #FFF;
  border: 1px solid #d58f13;
}

.section-3 .column .item .more img:nth-child(1) {
  display: block;
}

.section-3 .column .item .more img:nth-child(2) {
  display: none;
}

.section-3 .column .item .more::after {
  position: absolute;
  width: 100%;
  /* content: ""; */
  height: 100%;
  background-color: #d58f13;
  left: 0;
  top: 0;
}

.section-3 .column .item .more:hover img:nth-child(1) {
  display: none;
}

.section-3 .column .item .more:hover img:nth-child(2) {
  display: block;
}

.section-3 .column .item .more img {
  width: 20px;
  height: 12px;
  margin-left: 20px;
}

.section-3 .column .active .more {
  display: flex;
  bottom: 0.5rem;
  /* color: #FFF; */
}


.section-3 .column .item .icon img:nth-child(2) {
  display: none;
}

.section-3 .column .active .icon img:nth-child(1) {
  display: none;
}

.section-3 .column .active .icon img:nth-child(2) {
  display: block;
}

.section-3 .wrapper ul {
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
}

.section-3 .wrapper ul:nth-child(1) {
  display: flex;
}

.section-3 .wrapper ul li {
  margin-right: 0.4rem;
  transition: 0.5ss all;
}

.section-3 .wrapper ul li:nth-last-child(1) {
  margin-right: 0px;
}

.section-3 .wrapper ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  font-size: 16px;
}

.section-3 .wrapper ul li a .icon {
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s all;
}

.section-3 .wrapper ul li a .icon img {
  max-width: 0.5rem;
  max-height: 0.5rem;
}

.section-3 .wrapper .label h1 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.section-3 .wrapper ul li:hover .icon {
  background-color: #ee8100;
  animation: icon-rotate 0.5s ease-in-out;
}

.section-3 .wrapper ul li:hover .icon::after {
  content: "";
  width: 1.17rem;
  height: 1.17rem;
  background-color: #ee8100;
  opacity: 0.2;
  position: absolute;
  left: -0.08rem;
  top: -0.08rem;
  border-radius: 50%;
}

.section-3 .wrapper .label .en-name {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: DINAlternate-Bold;
}

.section-3 .wrapper .label p {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.section-3 .wrapper {
  width: 16.8rem;
  height: 4.7rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 1.2rem;
}

/* .section-3  .column .active  .more img:nth-child(1){
  display: none;
} */
/* .section-3  .column .active  .more img:nth-child(2){
  display: block;
} */

.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.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-4 .fp-overflow {}

.section-4 .wrapper {
  width: 16.8rem;
  margin: 0 auto;
  height: 9.6rem;
  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 {
  margin-left: 0.3rem;
  width: 0.2rem;
  height: 0.1rem;
}

.section-4 .header-top .left .cn-title {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 600;
}

.section-4 .header-top .left .en-title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #bbbbbb;
  font-family: DINAlternate-Bold;
}

@keyframes shinkS {
  0% {
    transform: scale(1.3);
  }

  60% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.section-4 {
  position: relative;
}

.section-4 .swiper-container {
  margin-top: 0.55rem;
  height: 5rem !important;
  width: 100% !important;
}

.section-4 .swiper-container .swiper-slide {
  background-color: transparent;

  display: flex;
  justify-content: space-between;
}

.section-4 .swiper-container .swiper-slide .swiper-slide-item {
  background-color: #FFF;
  height: 100%;
  width: 24%;
  box-sizing: border-box;
  padding: 0.4rem 0.35rem;
}

.section-4 .swiper-pagination {
  width: auto;
  bottom: 0.8rem;
  justify-content: center;
  margin: 0 auto;
  left: 50%;
}

.section-4 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background-color: #aaaaaa;
  margin: 0px 10px;
  border-radius: 0px;
}

.section-4 .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 4px;
  background-color: #ee8100;
  border-radius: 0px;
}

.section-4 .swiper-container .swiper-slide .time {

  font-size: 16px;
  font-family: DINAlternate-Bold;
  letter-spacing: 0px;
  color: #ee8100;
}

.section-4 .swiper-container .swiper-slide .more {
  display: flex;
  align-items: center;

}

.section-4 .swiper-container .swiper-slide .news-t {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin: 20px 0px;
  font-weight: 600;
  overflow: hidden;
  height: 64px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section-4 .swiper-container .swiper-slide .cover {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}

.section-4 .swiper-container .swiper-slide .more img {
  width: 20px;
  height: 10px;
  margin-left: 5px;
}

.section-4 .swiper-container .swiper-slide .more img:nth-child(1) {
  display: none;
}



.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;
}

.footer {
  width: 100%;
  background-color: rgb(44, 58, 119);
  height: 100%;
  background-image: url(../images/index-bg4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-position: bottom; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .link {
  width: 100%;
  background-color: #ee8100;
  height: 1rem;
}

.footer .link .wrapper {
  width: 16.8rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;

  padding-top: 0px;
}

.footer .link .wrapper .label {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.footer .link .wrapper .link-list {
  display: flex;
  align-items: center;

}

.footer .link .wrapper .link-list a {
  margin-right: 0.4rem;
  font-size: 14px;
  color: #FFF;
}

.footer .footer-b {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgb(227, 219, 204, 0.3);
  height: 55px;
  font-size: 14px;
  color: rgba(91, 88, 88, 0.6);
  margin-top: 0.3rem;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-b .wrapper {
  width: 16.8rem;
  margin: 0 auto;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px;
}

.footer .footer-t {
  height: auto;
  box-sizing: border-box;
  padding-top: 0.74rem;
  /* min-height: calc(100vh - 0.98rem); */
}

.footer .footer-b img {
  width: 18px;
  height: 20px;
}

.footer .wrapper {
  width: 15.5rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 0.3rem;
}

/* 图标沿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: 15.5rem;
  align-items: center;

  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: 2.4rem;
  height: 0.78rem;
}

.footer .footer-t .left .logo img {
  width: auto;
}

.footer .footer-t .left .tel {
  width: 3.5rem;

  margin: 0.35rem 0rem;
}

.footer .footer-t .left {
  position: relative;
  height: fit-content;
  display: flex
  ;
      flex-direction: column-reverse;
}

.footer .footer-t .left .codes {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-top: 0.4rem;
  /* position: absolute;
  right: -1rem;
  top: -0.4rem; */
}

.footer .footer-t .left .codes .code {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 1.3rem;
  height: 1.56rem;
  background-color: #ee8100;
}

.footer .footer-t .left .codes .code .i {
  background-color: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.3rem;
}

.footer .footer-t .left .codes .code .i img {
  width: 92%;
  height: 92%;
}

.footer .footer-t .left .codes .code .t {
  height: 0.36rem;
  line-height: 0.36rem;
}

.footer .footer-t .left .codes .cover {
  width: 97px;
  height: 97px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-sizing: border-box;
  background-color: #FFF;
  padding: 5px;
}

.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;
}

.footer .footer-t .left .cell .label img {

  width: 17px;
  height: auto;

}

.footer .footer-t .left .cell .value {
  white-space: nowrap;
  color: #FFFFFF;
  opacity: 0.89;
}


.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;
  width: 7.9rem;
  flex-wrap: wrap;

}

.footer .footer-t .right img {
  width: 100%;
  height: 4.5rem;
}

.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: #ee8100;
  height: 8px;
  opacity: 1;
}

.section-1 .swiper-pagination {
  right: 120px;
  left: unset;
  width: auto;
  bottom: 70px;
}

.banner {
  width: 100%;
  height: 9.6rem;
  margin-top: .9rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner .label {
  position: relative;
  z-index: 2;
  margin-top: 0.5rem;
}

.banner .label .title {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}

.banner .label .en-title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: DINAlternate-Bold;
}

.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;
}

.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.png);
  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);
  }
}

.honor {
  width: 100%;
  height: 100%;
  background-image: url(../images/about-bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.honor .wrapper {
  width: 16.8rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 0.95rem;
  display: flex;
  flex-direction: column;
}

.honor .wrapper .header-t {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.honor .wrapper .header-t .label .cn-title {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}

.honor .wrapper .header-t .label .en-title {
  font-family: DINAlternate-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #bbbbbb;
}

.honor .wrapper .header-t .tabs {
  display: flex;
  margin-left: 6rem;
}

.honor .wrapper .header-t .tabs .tab-item {
  background-color: #184588;
  width: 2.7rem;
  height: 0.68rem;
  font-size: 18px;
  letter-spacing: 0px;
  color: #f6f8fa;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-right: 0.3rem;
  justify-content: center;
  background-color: rgba(24, 69, 136, 0.5);
}

.honor .wrapper .header-t .tabs .active {
  background-color: #184588;
}

.honor .wrapper .handle {
  display: flex;
  align-items: center;
  margin-top: -0.3rem;
}


.honor .wrapper .handle .left {
  margin-right: 0.2rem;
  position: absolute;
  left: -80px;
  top: 60%;
  z-index: 2;
}

.honor .wrapper .handle .right {
  margin-right: 0.2rem;
  position: absolute;
  right: -100px;
  top: 60%;
  z-index: 2;
}

.honorSwiper,
zzSwiper {
  width: 100%;
  height: 5.5rem;
  margin-top: 0.5rem;
}

.honorSwiper .swiper-slide,
.zzSwiper .swiper-slide {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.honorSwiper .swiper-slide-item,
.zzSwiper .swiper-slide-item {
  box-sizing: border-box;
  padding: 0.3rem;
  background-color: #FFF;
  text-align: center;
  font-size: 18px;
  /* width: auto !important;*/
  /* height: fit-content !important; */
  border: 2px solid rgba(24, 69, 136, 0.5);
  width: 24%;
}

.honorSwiper .swiper-slide .i,
.zzSwiper .swiper-slide .i {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
}

.honorSwiper .swiper-slide .i img {
  width: auto;
  height: 100%;
}

.zzSwiper .swiper-slide .i img {
  width: 100%;
  height: auto;
}

.zzSwiper .swiper-slide-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.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;
}

.news-list {
  width: 100%;
  height: 100%;
  background-color: #e3e9f3;
}

.news-list .wrapper {
  width: 16.8rem;
  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.png);
  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: #ee8100;
  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.png);
  background-repeat: no-repeat;
  background-position: bottom;
  box-sizing: border-box;
  padding: 0.52rem 1rem;
  margin-bottom: 0.5rem;
  margin-top: -7rem;
  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.png);
  background-repeat: no-repeat;
  background-position: bottom;
  box-sizing: border-box;
  padding: 0.52rem 1rem;
  margin-bottom: 0.5rem;
  margin-top: -7rem;
  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;
}

.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;
}