html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;

}

body {
  background-color: #FFFFFF;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

body::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #385acd;

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #385acd;
}

img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.swiper-container {
  width: 100%;
  max-height: 100vh;
  position: relative;
  /* margin-top: 100px; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}







.wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}


/* 按钮 */


.nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #009448;
  position: fixed;
  width: 90px;
  height: 90px;
  top: 0px;
  right: 0%;
  z-index: 50;
  /* background: linear-gradient(135deg, #01bbf5, #dde2e4) center center no-repeat; */
}

.nav-btn span {
  top: 35px;
  left: 30%;
  display: block;
  width: 40%;
  height: 3px;
  background-color: #FFFFFF;
  margin: 5px 0px;
}

.nav-btn span:before {
  top: -10px;
  width: 100%;
}

.nav-btn span:after {
  top: 10px;
  width: 100%;
}

.nav-btn span,
.nav-btn span:after,
.nav-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;
}

.nav-btn span:after,
.nav-btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.nav-btn span,
.nav-btn span:after,
.nav-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;
}

.nav-btn.active span {
  background-color: transparent;
}

.nav-btn.active span:after,
.nav-btn.active span:before {
  width: 25px;
}

.nav-btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.nav-btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


/* 按钮end */




.gxHead {
  display: none;
  width: 100%;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 99999;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.gxHead .logo {
  margin: 5px 15px;
  /* width: 60%; */
  height: 40px;
  margin-top: 15px;
}


/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  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;
  color: #000;
}

.hideNav {
  height: 0;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;

  background: linear-gradient(135deg, #385acd, #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);
}


.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 1rem;
  position: fixed;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0rem;
  transition: 0.7s all;
  background-color: #FFFFFF;
  background-image: url(../images/header-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

.header .nav-list {
  display: flex;
  height: 100%;
  margin: 0;
  align-items: center;
}

.header .nav-list li {
  position: relative;
  height: 100%;
  min-width: 0.8rem;
  margin-right: 0.2rem;
  max-width: 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
}

.header .nav-list li a {
  display: flex;
  font-size: 0.18rem;
  color: #000000;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  transition: 0.5s all;
  white-space: nowrap;
}

.header .nav-list li a::after {
  width: 0;
  transition: 0.7s all;
  content: "";

  position: absolute;
  bottom: 0rem;
  height: 4px;
}

.header .nav-list .active>a::after {
  width: 100%;
  background-color: #f29114;
  transition: 0.5s all;
}

.header .nav-list>li:hover>a::after {
  width: 100%;
  background-color: #f29114;
  transition: 0.5s all;
}

/* .header .nav-list li:hover a{
  color: #ffba00;
} */
.header .nav-list .active>a {
  color: #f29114;
  font-weight: 600;
}

.header .nav-list li a img {
  width: 10px;
  height: 6px;
  margin-left: 5px;
}



.header .nav-list li:hover .sub-nav {
display: flex ;

}


.header .handle {
  display: flex;
  align-items: center;
  width: 1rem;
  height: 1rem;
  background-color: #FFFFFF;
  justify-content: center;
}

.header .handle .item {
  margin: 0rem 0.15rem;
  display: flex;
  align-items: center;
}

.header .handle .item .text {
  font-size: 0.18rem;
  font-weight: 600;
  color: #10a33f;
  white-space: nowrap;
}

.header .handle .item img {
  width: 23px;
  height: 24px;
  margin-right: 10px;
}

.header .nav-list li .sub-nav .item:nth-child(2) {
  margin-left: 0.8rem;
}

.header .logo {
  height: 100%;
  width: 2.1rem;
  height: auto;
  margin-left: 0.9rem;
}

.header .logo a {
  display: block;
  height: 100%;
}

.section1 {
  justify-content: unset;
  box-sizing: border-box;
  padding-top: 1rem;
}

.indexSwiper {
  width: 100%;
  height: calc(100vh - 1rem);
  position: relative;
  /* top: 1rem; */
}

.indexSwiper .swiper-slide {
  position: relative;
}

.indexSwiper .swiper-slide .wrapper {
  position: absolute;
  z-index: 3111;
  left: calc((100% - 12rem)/2);
  top: 48%;
  width: 12rem;
  height: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.indexSwiper .swiper-slide .wrapper p {
  color: #504d4d;
  font-size: 16px;
  margin-top: -0.5rem;
}

.indexSwiper .swiper-slide .wrapper img {
  width: 10.37rem;
  height: auto;
  margin-top: -1.5rem;
}

.indexSwiper .swiper-slide img {
  display: inline-block;
}

.indexSwiper .swiper-slide .wrapper .yuan {
  width: 0.18rem;
  height: 0.18rem;
}


.indexSwiper .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.52;
}

.indexSwiper .swiper-pagination-bullet-active {
  background-color: #f29114;
  opacity: 1;
}

.indexSwiper .more-notice {
  position: absolute;
  z-index: 999;
  color: #FFFFFF;
  bottom: 0.8rem;
  left: 0.66rem;
  width: 20px;
  font-size: 14px;

}

.indexSwiper .cursor {
  position: absolute;
  left: 9.5rem;
  bottom: 0.7rem;
  z-index: 10;
  transform: translateX(-50%);
  animation: moveCursor 1.8s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.indexSwiper .cursor img {
  width: 0.16rem;
  height: 0.23rem;
  margin-bottom: 0.1rem;
}

.indexSwiper .more-notice::after {
  content: "";
  width: 1px;
  height: 0.5rem;
  position: absolute;
  left: -0.1rem;
  bottom: -30%;
  background-color: #ffffff;
  opacity: 0.5;
}



.about {
  background-image: url(../images/index-about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}


footer {
  width: 100%;
  background-color: #FFFFFF;
  background-image: url(../images/footerbg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}



footer .logo img {
  width: auto;
  height: auto;
}

footer .wrapper {
  width: 16.4rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .slogn {
  text-align: right;
  font-size: 16px;
  color: #222222;
  line-height: 26px;

}

footer .middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.64rem;
  box-sizing: border-box;

}

footer .middle .wrapper {
  padding-top: 50px;
  align-items: center;
  justify-content: space-between;
}

footer .middle .wrapper .right {
  width: 3.66rem;
  height: 1.8rem;
  background-color: rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

footer .middle .wrapper .right .code {
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

footer .middle .wrapper .right .code img {
  width: 0.94rem;
  height: 0.94rem;
  margin-bottom: 0.14rem;
}




footer .middle .left ul {
  /* margin-right: 0.6rem; */
}

footer .middle .left ul li {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #787878;
}

footer .middle .left {
  display: flex;
  flex-direction: column;
}

footer .middle .left .zf-icon {
  display: flex;
  margin-top: 0.3rem;
}

footer .middle .left .zfjg {
  display: block;
  width: 0.5rem;
  height: 0.62rem;
  margin-right: 0.2rem;
}

footer .middle .left .zf {
  display: block;
  width: 1.1rem;
  height: 0.55rem;
}

footer .middle .middle-in .cell {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

footer .left .logo .cn-logo {
  font-size: 0.36rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  color: #ffffff;
}

footer .left .logo .en-logo {
  font-size: 0.12rem;
  font-weight: 600;
  margin-top: 0.06rem;
  color: #FFFFFF;

}

footer .bottom {
  height: 0.63rem;
  font-size: 14px;
  color: #fff;
  justify-content: center;
}

footer .bottom .wrapper {
  justify-content: space-between;


}



/* 定义动画 */
@keyframes moveCursor {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.33rem);
  }
}


.search-box {
  width: 4rem;
  position: absolute;
  right: 0;
  top: 1rem;
  background-color: #fafafa;
  height: 0.6rem;
  box-sizing: border-box;
  padding: 0.1rem;
  border-radius: 1px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}



.search-box input {
  width: 80%;
  background-color: #FFFFFF;
  height: 100%;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid #999999;
  padding-left: 10px;
}

.search-box button {
  width: 20%;
  height: 100%;
  border: none;
  outline: none;
  color: #FFF;
  background-color: #385acd;
  font-size: 16px;
  box-sizing: border-box;

}

/* 添加动画效果 */
@keyframes scaleDown {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.92);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0.92);
  }

  80% {
    transform: scale(0.92);
  }

  100% {
    transform: scale(1);
  }
}

/* 为 section 添加过渡效果 */
section {
  transition: transform 0.3s ease;
}

.scale-down {
  animation: scaleDown 1.2s forwards;
  /* 动画持续时间 */
}

.scale-up {
  animation: scaleUp 1.2s forwards;
  /* 动画持续时间 */
}

.about .wrapper {
  width: 16.6rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.section .title {
  display: flex;
  flex-direction: column;
}

.section .title .en-title {
  font-size: 0.6rem;
  color: #f29114;
  display: flex;
  align-items: center;
  font-weight: 200;
  font-family: MicrosoftYaHeiLight;
}

.section .title .en-title .line {
  font-size: 60px;
  background-color: #f29114;
  width: 0.6rem;
  height: 0.05rem;
  margin-right: 0.3rem;
}

.section .title .cn-title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 0.48rem;
  font-weight: 600;
  color: #010101;
  padding-left: 0.9rem;
}

.about .wrapper .right {
  width: 6.88rem;
  height: 5.4rem;
  border-radius: 1rem 0rem 1rem 0rem;
}

.about .wrapper .left {
  width: 8.5rem;
}

.about .wrapper .left .about-content {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
  padding-top: 0.7rem;
  max-height: 2.2rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.about .wrapper .left .about-content span{
  background-color: unset !important;
}
.about .wrapper .left .about-content::-webkit-scrollbar {
  opacity: 0;
}

.about .wrapper .left .about-content::-webkit-scrollbar-thumb {}

.about ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.about ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about ul li a .icon {
  width: 0.54rem;
  height: 0.54rem;
}

.about ul li a .icon img {
  width: auto;
  height: auto;
  vertical-align: bottom;
  max-width: 0.54rem;
  max-height: 0.54rem;
}

.about ul li a .cn-title {
  font-size: 0.18rem;
  margin: 0.12rem 0rem;
  font-weight: 600;
}

.about ul li a .en-title {
  font-size: 12px;
  color: #666666;
}

.station {
  background-image: url(../images/index-station-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}

.station .title .en-title {
  color: #FFFFFF;
}

.station .title .cn-title {
  color: #FFFFFF;
}

.station .wrapper .right {
  width: auto;
  height: auto;
  display: flex;
  padding-top: 0.5rem;
}

.station .wrapper .right .left-arr,
.station .wrapper .right .right-arr {
  width: 0.66rem;
  height: 0.66rem;
  background-color: rgba(0, 0, 0, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
}

.station .wrapper .right .right-arr {
  background-color: #f29114;
}

.station .wrapper .right .left-arr img,
.station .wrapper .right .right-arr img {
  width: 9px;
  height: 15px;
}

.station .wrapper .right .left-arr {
  transform: rotate(180deg);
}

.station .wrapper .right div:hover {
  background-color: #f29114;
  cursor: pointer;
}

.station .swiper-container {
  width: 17rem;
  height: 4.6rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  bottom: 0;
}

.station .wrapper {
  height: 2rem;
  position: absolute;
  top: 2rem;
  left: 1.1rem;
}

.station .wrapper .left {
  height: auto;
}

.station .swiper-container .swiper-slide a {
  display: flex;
}

.station .swiper-container .swiper-slide a .left-slide {
  width: 50%;
  box-sizing: border-box;
  padding: 0.7rem 0.6rem;
}

.station .swiper-container .swiper-slide a .img {
  width: 50%;
  height: 100%;
}

.station .swiper-container .swiper-slide a .left-slide .s-title {
  font-size: 0.28rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000;
}

.station .swiper-container .swiper-slide a .left-slide .content {
  font-size: 0.16rem;
  color: #333333;
  height: 1.6rem;
  overflow: hidden;
  margin: 0.2rem 0rem;
}

.station .swiper-container .swiper-slide a .left-slide .line {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 0.14rem 0rem;
}

.station .swiper-container .swiper-slide a .left-slide .more {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  align-items: center;

}

.station .swiper-container .swiper-slide a .left-slide .more img {
  width: 19px;
  height: auto;
}

.news {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF !important;
  box-sizing: border-box;
  padding-top: 1.5rem;
}

.news .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 95%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.news .wrapper .cover {
  width: 6rem;
  height: 6.12rem;
  background-color: #73a2ee;
  position: relative;
  overflow: hidden;
}

.news .wrapper .m-cover img {

  transition: 0.6s all;
}

.news .wrapper .cover a {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 0.42rem 0.52rem;
}

.news .wrapper .cover a .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.news .wrapper .cover a .bg {
  transition: 0.6s all;
}

.news .wrapper .cover a .time {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
}

.news .wrapper .cover a .title-n {
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFF;
  margin-top: 0.3rem;
  position: relative;
}

.news .wrapper .item {
  width: 4.23rem;
  height: 3.13rem;
  box-sizing: border-box;
  padding: 0.28rem 0rem;
  border-bottom: 1px solid #999999;
}

.news .wrapper .item .more {
  width: 42px;
  height: 23px;
  background-color: #333399;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.news .wrapper .item .more img {
  width: 10px;
  height: 11px;
}

.news .wrapper .m-cover {
  width: 4.3rem;
  height: 3.1rem;
}

.news .wrapper .item .time {
  font-size: 14px;
  letter-spacing: 0px;
  color: #cccccc;
}

.news .wrapper .item .n-title {
  font-size: 0.28rem;
  margin: 0.28rem 0rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news .wrapper .item p {
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;

  text-indent: 0.32rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;

}

.news .more {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10000;
}

body main .footer {
  width: 100%;
  /* min-height: 3.13rem; */
  position: relative;
  background-color: #212132 !important;
}

main .footer .wrapper {
  width: 16rem;
  margin: 0 auto;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main .footer .link {
  display: flex;

}

main .footer .code img {
  width: 1.46rem;
  height: 1.46rem;
}

main .footer .code {
  text-align: center;
  color: #FFF;
  margin-top: 0.3rem;

}

main .footer .code p {
  color: #FFF;
}

.fp-warning,
.fp-watermark a {
  display: none;
}

main .footer .left {
  width: 13.6rem;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 0.27rem;
  position: relative;
}

main .footer .left::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 0.4rem;
}

main .footer .left .link {
  display: flex;
  color: #FFF;
  height: 0.9rem;
  line-height: 0.9rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

main .footer .left .link .label {
  font-size: 0.2rem;
  font-weight: 600;
  margin-right: 0.62rem;
}

main .footer .left .link a {
  font-size: 0.16rem;
  margin-right: 0.62rem;
}

main .footer .left .nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.35rem;
  align-items: center;
  margin-bottom: 0.4rem;
}

main .footer .left .nav .kb-btn {
  width: 1.37rem;
  height: 0.3rem;
  background-color: #3300cc;
  border-radius: 0.15rem;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 0.3rem;
}

main .footer .left .nav ul {
  display: flex;
  align-items: center;
}

main .footer .left .nav ul li {
  color: #FFF;
  margin-right: 0.5rem;
  font-size: 0.16rem;
}

main .footer .left .cell {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.29;
}

.news .wrapper .item:hover {
  border-bottom: 1px solid #3300cc;
}

.news .wrapper .cover a .bg:hover img {
  transform: scale(1.1);
}

.news .wrapper .cover a:hover .title-n {
  color: #3300cc;
}

.news .wrapper .m-cover:hover img {
  transform: scale(1.1);
}

.news .wrapper .item:hover .n-title {
  color: #385acd;
}

.banner {
  width: 100%;
  height: 4.9rem;
  position: relative;
  margin-top: 1rem;
}

.banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner .wrapper {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;

}

.banner .wrapper .title {
  font-size: 0.6rem;
  color: #FFFFFF;

}

.about-container .page1 {
  width: 100%;
  height: 7.4rem;
  overflow: hidden;
}

.about-container .page1 .wrapper {
  width: 18.2rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.about-container .page1 .left {
  width: 9.9rem;
  height: 5.6rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  position: relative;

}

.about-container .page1 .left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-container .page1 .right {
  width: 7.5rem;
  height: 5.9rem;
}

.about-container .page1 .right .title {
  font-size: 0.4rem;
  font-weight: 600;
}

.about-container .page1 .right .content {
  height: 4.8rem;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  width: 100%;
  overflow-y: scroll;
}

.about-container .page1 .right .content::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 5px;
}

.about-container .page1 .right .content::-webkit-scrollbar-thumb {
  background-color: #385acd;

}

.about-container .page1 .left .play-icon {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 52px;
  left: 50%;
  top: 47%;
}

.page2 {
  width: 100%;
  height: 7.65rem;
  background-image: url(../images/about-bg2.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page2 .wrapper {
  width: 16.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.page2 .wrapper .cell {
  height: 2rem;
  width: 5.7rem;
  border-bottom: 1px solid #a6bcd8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page2 .wrapper .cell .label {
  font-size: 0.18rem;
  color: #333333;
}

.page2 .wrapper .cell .value {
  font-size: 0.36rem;
  color: #333333;
  margin-top: 0.2rem;
  white-space: nowrap;
}

.page3 {
  height: 6.67rem;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.88rem;

}

.page3 .title {
  font-size: 0.48rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0.7rem;
}

.page3 .wrapper {
  width: 15.5rem;
  margin: 0 auto;

}

.page3 .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background-color: #a6a6a6;
  border-radius: 2px;
  opacity: 0.52;
  margin-right: 0.1rem;
}


.page3 .swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  background-color: #f29114;
  border-radius: 2px;
  opacity: 1;
}

.page3 .swiper-pagination {
  left: 47%;
  /* bottom: 0.3rem; */
  margin-top: 0.3rem;
}

.page4 {
  width: 100%;
  height: 7rem;
  background-image: url(../images/about-bg-b.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 1rem;
}

.pag3 .wrapper .swiper-container .swiper-slide {
  box-shadow: 0px 4px 7px 0px rgba(72, 72, 99, 0.1);
  box-sizing: border-box;
  padding: 0.14rem;
}

.page4 .wrapper {
  width: 17rem;
  margin: 0 auto;
}

.page4 .wrapper .title {
  text-align: center;
  font-size: 0.48rem;
  color: #FFFFFF;
  font-weight: 300;
}

.page4 .left-arr,
.page4 .right-arr {
  width: 0.5rem;
  height: 0.5rem;
}

.page4 .right-arr {
  transform: rotate(180deg);
}

.page4 .wrap {
  display: flex;
  align-items: center;
  margin-top: 0.81rem;
}

.page4 .wrap .swiper-container {
  margin: 0rem 0.14rem;
}

.page4 .wrap .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page4 .wrap .swiper-slide .year {
  width: 1.21rem;
  height: 1.21rem;
  text-align: center;
  line-height: 1.21rem;
  font-size: 0.36rem;
  margin-bottom: -0.5rem;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  border-radius: 50%;
  background-image: linear-gradient(-37deg,
      #6991c7 0%,
      #a3bded 100%),
    linear-gradient(#000000,
      #000000);
  background-blend-mode: normal,
    normal;
}

.page4 .wrap .swiper-slide .info {
  width: 100%;
  height: 2.3rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 0.8rem;
  box-sizing: border-box;
  padding: 0.8rem 0.2rem;
  border-radius: 3px;
  font-size: 0.16rem;
}

.page4 .wrap .swiper-slide-active .year {
  background-image: linear-gradient(-37deg,
      rgba(255, 147, 76, 1) 0%,
      #fc686f 100%),
    linear-gradient(#000000,
      #000000);
}

.page4 .wrap .left-arr,
.page4 .wrap .right-arr {
  margin-top: 0.6rem;
}

.yw-wrap>.wrapper {
  width: 16rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 0.9rem;
  margin-bottom: 1.6rem;
}

.yw-wrap .wrapper .description {
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0px;
  color: #000000;
}

.yw-wrap .wrapper .list {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
}

.yw-wrap .wrapper .list li {
  width: 3.21rem;
  margin-right: 0.8rem;
  margin-bottom: 0.4rem;
}

.yw-wrap .wrapper .list li:nth-child(4n) {
  margin-right: 0px;
}

.yw-wrap .wrapper .list li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  text-align: center;
}

.yw-wrap .wrapper .list li a .cover {
  width: 3.21rem;
  height: 1.52rem;
  border-radius: 3px;
}

.yw-wrap .wrapper .list li a .title {
  font-size: 0.16rem;
  color: #000000;
  margin-top: 0.31rem;
  margin-bottom: 0.2rem;

}

.yw-wrap .wrapper .list li a p {
  width: 100%;
  margin: 0;
  color: #666666;
  text-align: left;
}

.news-wrap>.wrapper {
  width: 16rem;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 1.7rem; 
  padding-top: 0.7rem;
}

.news-wrap .wrapper .main-news {
  display: flex;
  justify-content: space-between;
}

.news-wrap .wrapper .main-news .left {
  width: 7.08rem;
  flex-shrink: 0;
  height: 4.51rem;
  background-color: #000000;
}

.news-wrap .wrapper .main-news .right {
  margin-left: 0.58rem;
  width: 8.35rem;
  flex-shrink: 0;
  cursor: pointer;
}

.news-wrap .wrapper .main-news .right .title {
  font-size: 0.3rem;
  color: #333333;
  transition: 0.6s all;
  font-weight: 600;
}

.news-wrap .wrapper .main-news .right .time {
  font-size: 0.18rem;
  color: #7c7c7c;

  margin: 0.2rem 0rem;
}

.news-wrap .wrapper .main-news .right .line {
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
  transition: 0.6s all;
  margin-bottom: 0.47rem;
}

.news-wrap .wrapper .main-news .right .content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  font-size: 16px;
  color: #7c7c7c;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-wrap .wrapper .main-news .right .more {
  width: 2.13rem;
  text-align: center;
  line-height: 0.55rem;
  color: #FFFFFF;
  height: 0.55rem;
  display: block;
  background-color: #ff9900;
  border-radius: 3px;
  margin-top: 0.4rem;
  position: relative;
  transition: 0.6s all;
  overflow: hidden;
  z-index: 2;
}

.news-wrap .wrapper .main-news .right .more::after {
  position: absolute;
  content: "";
  width: 0%;
  transition: 0.6s all;
  z-index: 1;
  text-align: center;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #333399;
  border-radius: 0px 30% 30% 0px;
}

.news-wrap .wrapper .main-news .right .more span {
  position: relative;
  z-index: 3;
}

.news-wrap .wrapper .main-news .right:hover .more::after {
  width: 160%;
}

.news-wrap .wrapper .main-news .right:hover .title {
  color: #333399;
}

.news-wrap .wrapper .main-news .right:hover .line {
  background-color: #333399;
}

.news-wrap .wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.7rem;
}

.news-wrap .wrapper .list li {
  width: 7.76rem;
  height: 3.2rem;
  border: solid 1px #e6e6e6;
  transition: 0.6s all;
  background-color: #FFFFFF;
  margin-bottom: 0.7rem;
}

.news-wrap .wrapper .list li a {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.31rem;
  flex-direction: column;
}

.news-wrap .wrapper .list li a .time {
  font-size: 16px;
  line-height: 32px;
  color: #999999;
}

.news-wrap .wrapper .list li a .line {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 0.14rem 0rem;

}

.news-wrap .wrapper .list li a .title {
  font-size: 0.24rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.news-wrap .wrapper .list li a p {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: #7c7c7c;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-wrap .wrapper .list li:hover {
  background-color: #333399;
  border: solid 1px #e6e6e6;

}

.news-wrap .wrapper .list li:hover a .time {
  color: #ffffff;
}

.news-wrap .wrapper .list li:hover a .title {
  color: #FFF;
}

.news-wrap .wrapper .list li:hover a p {
  color: #ffffff;
}

.news-detail {
  padding-top: 1rem;
  /* min-height: 80vh; */
}

.news-detail>.wrapper {
  min-height: 60vh;
  width: 16rem;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}

.news-detail>.wrapper .title {
  margin-top: 0.79rem;
  font-size: 0.3rem;
  color: #333333;
  font-weight: 600;
  text-align: center;
}

.news-detail>.wrapper .time {
  text-align: center;
  margin: 0.3rem 0rem;
  font-size: 0.18rem;
  color: #7c7c7c;
}

.news-detail>.wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
  margin-bottom: 0.47rem;
}

.news-detail>.wrapper .content {
  margin-bottom: 0.4rem;
  font-size: 16px;
}
.news-detail>.wrapper .content img{
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.news-detail>.wrapper .handle {
  display: flex;
  justify-content: space-between;
}

.news-detail>.wrapper .handle .close {
  width: 118px;
  height: 38px;
  background-color: #003399;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}

.news-detail>.wrapper .handle .left {
  display: flex;
  flex-direction: column;
}

.news-detail>.wrapper .handle .left a {
  font-size: 18px;
  margin: 10px 0px;
}


.station-wrap {
  min-height: 80vh;
  padding-bottom: 3vh;
}

.station-wrap>.wrapper {
  width: 16.6rem;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}

.wrapper .drop-nav {
  width: 100%;
  height: 0.72rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(123, 123, 123, 0.34);
  display: flex;
  margin-top: -0.36rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.72rem;
  align-items: center;
  justify-content: center;
}

.wrapper .drop-nav li {
  height: 100%;
  min-width: 1.53rem;
  line-height: 0.72rem;
  font-size: 18px;
  color: #333333;
  text-align: center;
}


.station-wrap .wrapper .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

.station-wrap .wrapper .list li {

  width: 5.18rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: 0.6s all;
  box-sizing: border-box;
  border-bottom: 0.03rem solid transparent;
}

.station-wrap .wrapper .list li:nth-child(3n) {
  margin-right: 0px;
}

.station-wrap .wrapper .list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.station-wrap .wrapper .list li img {
  transition: 0.6s all;
}

.station-wrap .wrapper .list li a .cover {
  width: 5.18rem;
  height: 3.37rem;
  overflow: hidden;
}

.station-wrap .wrapper .list li a p {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.station-wrap .wrapper .list li:hover {
  font-weight: 600;
  border-bottom: 0.03rem solid #ff9900;
}

.station-wrap .wrapper .list li:hover img {
  transform: scale(1.1);
}

.wrapper .drop-nav>.active {
  background-color: #f29114;
  color: #FFF;
}


.station-mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.station-mask .card {
  width: 12.88rem;
  height: 7.8rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0rem 0.8rem;

}

.station-mask .card .title {
  font-size: 0.28rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.6rem;
  width: 100%;
}

.station-mask .card .left-arr,
.station-mask .card .right-arr {
  width: 0.34rem;
  height: 0.34rem;
}

.station-mask .card .swiper-container {
  width: 8.8rem;
  height: 80%;
}

.station-mask .card .swiper-container .swiper-slide .cover {
  height: 80%;
}

.station-mask .card .swiper-container .swiper-slide .cover img {
  object-fit: cover;
}

.station-mask .card .swiper-container .swiper-slide .info {
  font-size: 16px;
  line-height: 0.35rem;
  margin-top: 0.3rem;
}

.station-mask .close {
  margin-top: 0.3rem;
  cursor: pointer;
}


.company-wrap {

  width: 100%;
  background-image: url(../images/qy-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 0.68rem;
}

.company-wrap>.wrapper {
  width: 16.6rem;
  height: 100%;
  min-height: 8.68rem;

  padding-bottom: 0.5rem;
}

.company-wrap .title {
  font-size: 0.36rem;
  text-align: center;
}

.company-wrap .wrapper>p {
  width: 10rem;
  margin: 0.3rem auto;
  color: #999999;
  line-height: 0.30rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.3rem;
}

.company-wrap .wrapper .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.company-wrap .wrapper .list li {
  margin-right: 0.6rem;
  margin-bottom: 1.3rem;
      width: 2.61rem;
    height: 1.24rem;
    border: solid 1px #e6e6e6;
        display: flex;
    justify-content: center;
    align-items: center;
}
.company-wrap .wrapper .list li  a{
 
  width: 60%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}


.company-wrap .wrapper .list li:nth-child(5n) {
  margin-right: 0px;
}

.advantage-container {
  width: 100%;

}

.advantage-container .wrapper {
  width: 15rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.8rem 0rem;
  margin: 0 auto;
}

.advantage-container .wrapper .title {
  font-size: 0.48rem;
  color: #000000;
  text-align: center;
}

.advantage-container .wrapper .info {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin: 0 auto;
  width: 10.6rem;
  margin-top: 0.48rem;
}

.advantage-container .wrapper .list {
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  margin-top: 0.5rem;
}

.advantage-container .wrapper .list li .number {
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.36rem;
  text-align: center;
  margin-bottom: 0.2rem;
}

.advantage-container .wrapper .list li .desc {
  color: #666666;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0.3rem;
}

.advantage-container .wrapper .list li .line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.advantage-container .wrapper .advantage {
  display: flex;
  height: 5.3rem;
  background-color: #deeaf0;
  overflow: hidden;
}



.advantage-container .wrapper .advantage .left {
  width: 5.4rem;
  box-sizing: border-box;
  padding: 1rem 0.5rem;
}
.advantage-container .wrapper .advantage .left .adv-content{
  overflow-y: scroll;
  margin-top: 10px;
  height: 100%;
}
.advantage-container .wrapper .advantage .left .adv-content::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 5px;
}

.advantage-container .wrapper .advantage .left .adv-content::-webkit-scrollbar-thumb {
  background-color: #385acd;

}
.advantage-container .wrapper .advantage .right {
  width: 9.56rem;
  height: 100%;
  flex-shrink: 0;

}


.advantage-container .wrapper .advantage .left .titile-a {
  font-size: 0.3rem;
  color: #2053b1;
}

.advantage-container .wrapper .advantage .left p {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}


.contact-container {
  width: 100%;
}

.contact-container>.wrapper {
  width: 16.6rem;
  margin: 0 auto;
  min-height: 8rem;
  box-sizing: border-box;
  padding-top: 0.8rem;
}

.contact-container .wrapper .list {
  display: flex;
  width: 100%;

}

.contact-container .wrapper .list li {
  width: 4rem;
  height: 1.25rem;
  background-color: #ffffff;
  border: solid 1px rgba(237, 237, 237, 0.85);
  display: flex;
  box-sizing: border-box;
  padding: 0rem 0.34rem;
  align-items: center;
}

.contact-container .wrapper .list li .icon {
  width: 0.34rem;
  margin-right: 0.22rem;
}

.contact-container .wrapper .list li .value p {
  font-size: 14px;
  color: #ef8701;
  margin: 0;
}

.contact-container .wrapper .list li .value h4 {
  font-size: 0.18rem;
  color: #000000;
  font-weight: 500;
}

.contact-container .wrapper .map {
  margin-top: 0.4rem;
}

.leave-wrods {
  width: 100%;
  min-height: 7.5rem;
  box-sizing: border-box;
  background-color: #2053b1;
}

.leave-wrods .wrapper {
  margin: 0 auto;
  width: 16.6rem;
  box-sizing: border-box;
  padding: 0.8rem 0rem;
}

.leave-wrods .handle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.leave-wrods .wrapper .t {
  font-size: 0.36rem;
  color: #FFF;
  text-align: center;
  position: relative;
  font-weight: 400;
}

.leave-wrods .wrapper .t .en-t {
  position: absolute;
  font-size: 1.16rem;
  color: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  top: -0.4rem;
  left: 10%;
}

.leave-wrods .wrapper .leave-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  justify-content: space-between;
}

.leave-wrods .wrapper .leave-form .cell {
  width: 5.4rem;
  height: 0.6rem;
  background-color: #FFFFFF;
}

.leave-wrods .wrapper .leave-form .cell input[type='text'] {
  height: 100%;
  width: 70%;
  box-sizing: border-box;
  border-bottom: none;
  outline: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 15px;
}

.leave-wrods .wrapper .leave-form .phone,
.leave-wrods .wrapper .leave-form .email {
  width: 5.4rem;
  height: 0.6rem;
  background-color: #FFFFFF;
  padding-left: 10px;
  outline: none;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 15px;
}

.leave-wrods .wrapper .leave-form .phone input,
.leave-wrods .wrapper .leave-form .email input {}

.leave-wrods .wrapper .leave-form textarea {
  width: 100%;
  height: 1.92rem;
  border-radius: 3px;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  box-sizing: border-box;
  padding: 0.2rem;
}

.leave-wrods .wrapper .leave-form .code {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0.3rem;
}

.leave-wrods .wrapper .leave-form .code input {
  width: 5.4rem;
  height: 0.6rem;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 15px;
}

.leave-wrods .wrapper .leave-form .code img {
  width: 1.47rem;
  margin-left: 0.1rem;
  height: 0.6rem;
}

.leave-wrods .wrapper .leave-form .handle {
  display: flex;
  align-items: center;
}

.leave-wrods .wrapper .leave-form button {
  width: 2.57rem;
  height: 0.6rem;
  background-color: #ff9900;
  border-radius: 0.03rem;
  color: #000;
  letter-spacing: 2px;
  font-size: 18px;
  border: none;
  outline: none;
  margin-top: 0.2rem;

}

.team-wrap {
  position: relative;
}

.team-wrap>.wrapper {
  width: 16.6rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 0.5rem;
  margin-bottom: 1.6rem;

}

.team-wrap .drop-nav {
  margin-top: -0.86rem;
}


.team-wrap .list {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.team-wrap .list li {
  width: 8rem;
  margin-bottom: 0.5rem;
}

.team-wrap .list li a {
  display: flex;
  align-items: center;
}

.team-wrap .list .cover {
  width: 2.9rem;
  position: relative;
  height: 3.35rem;
  z-index: 2;
}

.team-wrap .list .info {
  position: relative;
  z-index: 1;
  width: 6.54rem;
  height: 3.75rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
  margin-left: -1.3rem;
  box-sizing: border-box;
  padding: 0.4rem 0rem;
  padding-right: 0.3rem;
  padding-left: 1.6rem;
  transition: 0.3s all;
}

.team-wrap .list .info .name {
  font-size: 0.24rem;
  font-weight: 600;
}

.team-wrap .list .info .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0.2rem 0rem;

}

.team-wrap .list .info p {
  color: #414141;
  font-size: 16px;
  line-height: 36px;
  text-indent: 32px;
}

.team-wrap .list li:hover .info {
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.19);
  border: solid 5px rgba(0, 102, 204, 0.85);
}

.team-wrap .list li:hover .name {
  color: #0066cc;
}

.map-container {
  min-height: 10.6rem;
  width: 100%;
  background-image: url(../images/fb-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.map-container>.wrapper {
  min-height: 10.6rem;
  display: flex;
  width: 16.6rem;
  box-sizing: border-box;
  padding-top: 0.8rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  /* align-items: center; */
}

.map-container>.wrapper .left {
  width: 5rem;
  margin-top: 1.5rem;
}

.map-container>.wrapper .left .title {
  font-size: 0.48rem;
  color: #000000;
}

.map-container>.wrapper .left .content {
  font-size: 16px;
  margin-top: 0.4rem;

  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.map-container>.wrapper  .right map .active{
position: relative;
border: 1px solid red;

}
.map-container>.wrapper  .right map .active::after{
content: "";
position: absolute;
width: 0.28rem;
height: 0.34rem;
background-image: url(../images/mini-logo.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% 100%;
left: 0;
top: 0;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.close {
  cursor: pointer;
  float: right;
  font-size: 20px;
}
map{
width: 10rem;
height: 9rem;
}

.data-container{
  width: 100%;
  min-height: 100vh;
  background-color: #f2f3f8;
  padding: 0;
  margin: 0 ;

}
.data-container .data-header{
  width: 100%;
  height: 0.8rem;
  background-color: #ffffff;
	box-shadow: 0px 4px 7px 0px 
		rgba(72, 72, 99, 0.1);
}
.data-container .data-header .wrapper{
  width: 17.59rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-container .data-header .wrapper .logo{
  height: 0.5rem;
  cursor: pointer;
}
.data-container .layui-tab{
  margin: 0;
}

.data-container .data-header .wrapper .user{
  display: flex;
  align-items: center;
}
.data-container .data-header .wrapper .user button{
  border: none;
}

.data-container .data-header .wrapper .user img{
  width: 0.36rem;
  margin-right: 0.1rem;
  height: 0.36rem;
}
.data-container  .data-body{
  width: 17.59rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.data-container  .data-body .layui-tab .layui-tab-title li {
font-size: 16px;
transition: 0.6s all;
}
.data-container  .data-body .layui-this{
  font-weight: 600;
  font-size: 18px;
  color: #000 !important;
}

.data-container  .data-body .card-wrap{
  display: flex;
  flex-wrap: wrap;
}

.data-container  .data-body .card-wrap .item{
  width: 330px;
  height: 188px;
  border-radius: 5px;
  margin-right: 27px;
  background-color: #FFF;
}
.data-container  .data-body .card-wrap .item:nth-child(5n){
  margin-right: 0px;
}
.data-container  .data-body .card-wrap .item .icon{
  width: 65px;
  height: 65px;
}

.data-container  .data-body {
  margin-top: 40px;
}


.data-container  .data-body .card-wrap .item{
  box-sizing: border-box;
  padding: 30px 50px;
}

.data-container  .data-body .card-wrap .item .cell{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.data-container  .data-body .card-wrap .item .cell .datas {
  display: flex;
  align-items: baseline;
}
.data-container  .data-body .card-wrap .item .cell .datas .number{
  font-size: 36px;
  font-weight: 600;
}
.data-container  .data-body .card-wrap .item .cell .datas span{
  font-size: 14px;
	color: #666666;
  margin-left: 5px;
}

.data-container  .data-body .card-wrap .item p{
  margin-bottom: 15px;
  color: #332c2b;
  font-size: 16px;
}

.data-container  .data-body .card-wrap .item  .info{
  font-size: 16px;
	color: #666666;
}
.curve-wrap{
  background-color: #FFF;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 36px 29px;
}
.curve-wrap .curve-title{
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.data-container  .data-body .layui-tab{
  background-color: #FFF;
  margin-top: 33px;
}

.data-container  .data-body  .layui-tab-title .layui-this:after{
  width: 50%;
  height: 5px;
  top: unset;
  bottom:-2px;
  left: 25%;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 0px;
  border-bottom:5px solid #ff9900;
} 

.inner-wrap .layui-tab-title{
  width: fit-content;
  height: 30px;
  background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #e0e0e0;
  /* box-sizing: border-box; */
}

.inner-wrap .layui-tab .layui-tab-title li{
  width: 47px;
  padding: 0px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  min-width: 47px;
}
.inner-wrap .layui-tab .layui-tab-title  .layui-this{
  background-color: #03b3b5;
  color: #FFF !important;
}
.data-container .data-body .inner-wrap .layui-tab-title .layui-this:after{
  display: none;
}

.inner-wrap .layui-tab .layui-tab-title:after{
  display: none;
}

.inner-wrap .innder-header{
  display: flex;
  align-items: center;
}
.inner-wrap .innder-header .date {
  position: relative;
}
.inner-wrap .innder-header input{
  width: 180px;
  margin: 0px 20px;
  padding-left: 40px;
}
.inner-wrap .innder-header .date i{
  
position: absolute;
left: 15%;
top: 34%;

}






 .wave {
  bottom: 100%;
  height: 1.2rem;
  left: 0;
  position: absolute;
  width: 100%
}

 .wave>svg {
  display: block;
  height: 100%;
  width: 100%
}

 .wave>svg use {
  -webkit-animation: move-forever 3.6s linear infinite;
  animation: move-forever 3.6s linear infinite
}

@-webkit-keyframes move-forever {
  0% {
      -webkit-transform: translate(-90px);
      transform: translate(-90px)
  }

  to {
      -webkit-transform: translate(85px);
      transform: translate(85px)
  }
}

@keyframes move-forever {
  0% {
      -webkit-transform: translate(-90px);
      transform: translate(-90px)
  }

  to {
      -webkit-transform: translate(85px);
      transform: translate(85px)
  }
}

 .wave>svg use:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: .2
}

 .wave>svg use:nth-child(2) {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
  opacity: .4
}

 .wave>svg use:nth-child(3) {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}

.header .nav-list>li {
  position: relative;
}
.sub-nav{
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.67);
  left: -40%;
  top: 100%;
  min-width: 1.43rem;
  display: none;
}
.header .nav-list .sub-nav li{
  text-align: center;
  margin-right: 0;
  width: 100%;
  height: 0.43rem;
  border: none;
  max-width: unset;
}
.header .nav-list .sub-nav li a{
  display: flex;
  border: none;
}

.header .nav-list .sub-nav li a {
  font-size: 14px;
  color: #333;
}

.header .nav-list .sub-nav li:hover{
  background-color: #f18800;
  color: #FFFFFF;
}
.header .nav-list .sub-nav li:hover a{
  color: #FFFFFF;
}

.mobile-container{
  display: none;
}

.adv-content{
  
}



.located-p {
    width: 4.9rem;
    height: 3.8rem;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.76);
    position: absolute;
    right: 20%;
    top: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: none; /* 默认隐藏 */
    z-index: 1000; /* 确保显示在地图上层 */
    pointer-events: auto; /* 确保可以接收鼠标事件 */
}

.located-p .cover {
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.located-p .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.located-p .title {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-top: 10px;
}

#map {
    position: relative; /* 添加这行 */
    z-index: 1; /* 添加这行 */
}
.map-container{
  overflow: hidden;
}



.yw-wrap  .drop-nav {
  width: 100%;
  height: 0.72rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(123, 123, 123, 0.34);
  display: flex;
  margin-top: -0.36rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.72rem;
  align-items: center;
  justify-content: center;
}

.yw-wrap  .drop-nav li {
  height: 100%;
  min-width: 1.53rem;
  line-height: 0.72rem;
  font-size: 18px;
  color: #333333;
  text-align: center;
}


.yw-wrap  .drop-nav>.active {
  background-color: #f29114;
  color: #FFF;
}

.yw-wrap  .drop-nav {
}