.banner {
  width: 100%;
  height: 100vh;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .swiper .swiper-slide .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
  object-fit: cover;
}
.banner .swiper .swiper-slide.on .back {
  transform: scale(1);
}
.banner .content {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 149px;
  z-index: 2;
}
.banner .content .flex {
  height: 250px;
  position: relative;
}
.banner .content .flex .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.banner .content .flex .item .text {
  font-size: 50px;
  font-family: "PingFang SC r", sans-serif;
  line-height: 70px;
  color: #FFFFFF;
  margin: 0 0 60px 0;
}
.banner .content .flex .item .pick {
  font-size: 20px;
  font-family: "PingFang SC r", sans-serif;
  line-height: 25px;
  color: #A1A1A1;
}
.banner .content .flex .item.on {
  opacity: 1;
  pointer-events: auto;
}
.banner .content .flex .item.on .text p div {
  transition: 1s;
  opacity: 1 !important;
  transform: translateX(0) !important;
  filter: blur(0) !important;
}
.banner .content .flex .item.on .pick p div {
  transition: 1s;
  opacity: 1 !important;
  transform: translateX(0) !important;
  filter: blur(0) !important;
}
.banner .content .flex .item.unset {
  opacity: 1;
  pointer-events: auto;
}
.banner .content .flex .item.unset .text p div {
  transition: unset !important;
  transition-delay: unset !important;
}
.banner .content .flex .item.unset .pick p div {
  transition-delay: unset !important;
}
.banner .content .pagination {
  margin: 110px 0 0 0;
  display: flex;
  align-items: center;
}
.banner .content .pagination .list {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: 0.6s;
  cursor: pointer;
}
.banner .content .pagination .list div {
  width: 0;
  height: 9px;
  background: #D9371E;
  border-radius: 5px;
}
.banner .content .pagination .list:not(:last-child) {
  margin: 0 25px 0 0;
}
.banner .content .pagination .list.on {
  width: 73px;
  border-radius: 5px;
}
.banner .content .pagination .list.on div {
  animation: 5.5s schedule linear forwards;
}
.banner .button {
  position: absolute;
  right: 52px;
  bottom: 73px;
  z-index: 2;
  display: flex;
}
.banner .button .circle {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 2s;
}
.banner .button .circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
}
.banner .button .circle svg .path-loop {
  stroke-dashoffset: 157px;
  fill: none;
  stroke: #D9371E;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
  transition: cubic-bezier(0.77, 0.42, 0, 0.93) 1s;
}
.banner .button .circle .iconfont {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  transition: 1s cubic-bezier(0, 0.87, 0, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.banner .button .circle .iconfont:nth-child(1) {
  transition-delay: 0.3s;
}
.banner .button .circle .iconfont:nth-child(2) {
  transform: translateX(-15px);
  opacity: 0;
}
.banner .button .circle:not(:last-child) {
  margin: 0 20px 0 0;
  transform: rotate(180deg);
}
.banner .button .circle:hover {
  border: 1px solid transparent;
}
.banner .button .circle:hover .iconfont {
  color: #fff;
}
.banner .button .circle:hover .iconfont:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.banner .button .circle:hover .iconfont:nth-child(1) {
  transition-delay: unset;
  opacity: 0;
  transform: translateX(20px);
}
.banner .button .circle:hover svg .path-loop {
  stroke-dashoffset: 19;
}
@keyframes schedule {
  100% {
    width: 100%;
  }
}
.section1 {
  position: relative;
  z-index: 1;
}
.section1 .wrap {
  position: relative;
  top: 57%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 120px;
}
.section1 .wrap .text {
  width: 977px;
  font-size: 22px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  max-width: 100%;
  margin: 0 0 45px 0;
}
.section1 .wrap .more {
  width: 217px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.section1 .wrap .more p {
  font-size: 20px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 15px 0 0;
}
.section1 .wrap .more .iconfont {
  color: #ffffff;
  font-size: 15px;
}
.section1 .wrap .more:hover{
  background: #D9371E;
  border: 1px solid transparent;
}
.section1 .wrap .figure {
  margin: 42px 0 0 0;
  display: flex;
}
.section1 .wrap .figure .item {
  text-align: center;
  position: relative;
}
.section1 .wrap .figure .item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 8px;
  right: -90px;
  width: 1px;
  height: 79px;
  background: #161F1E;
  opacity: 0.1;
}
.section1 .wrap .figure .item:not(:last-child) {
  margin: 0 150px 0 0;
}
.section1 .wrap .figure .item span {
  font-size: 50px;
  color: #FFFFFF;
  line-height: 67px;
  display: block;
  margin: 0 0 8px 0;
  position: relative;
}
.section1 .wrap .figure .item span:after {
  content: attr(data-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0 0 0 5px;
  display: inline-block;
}


.section1 .wrap .figure .item:not(:first-child) span:after{
  position: relative;
  top: -32px;
}

.section1 .wrap .figure .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
}
.section1 .wrap .figure .item:nth-child(1) span:after {
  font-size: 14px;
}
.section1 .wrap .video {
  position: relative;
  width: 314px;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 68px 0 0 0;
  overflow: hidden;
  border-radius: 12px;
}
.section1 .wrap .video .click {
  position: relative;
  z-index: 2;
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section1 .wrap .video .click .iconfont {
  color: #fff;
  font-size: 25px;
  position: relative;
  left: 2px;
}
.section2 {
  position: relative;
}
.section2 .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1598px;
  margin: auto;
}
.section2 .wrap .map {
  width: 100%;
  height: 752px;
  position: relative;
}
.section2 .wrap .map .img {
  width: 100%;
  height: 100%;
}
.section2 .wrap .map .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section2 .wrap .map .position .point {
  position: absolute;
}
.section2 .wrap .map .position .point .circle {
  width: 10px;
  height: 10px;
  background: #DD431F;
  border-radius: 50%;
  position: relative;
}
.section2 .wrap .map .position .point .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DD431F;
  opacity: 0.5;
  border-radius: 50%;
  animation: 1s circle linear infinite;
  pointer-events: none;
}
.section2 .wrap .map .position .point.point_1 {
  top: 208px;
  left: 272px;
}
.section2 .wrap .map .position .point.point_2 {
  top: 254px;
  left: 201px;
}
.section2 .wrap .map .position .point.point_3 {
  top: 270px;
  left: 173px;
}
.section2 .wrap .map .position .point.point_4 {
  top: 282px;
  left: 187px;
}
.section2 .wrap .map .position .point.point_5 {
  top: 292px;
  left: 199px;
}
.section2 .wrap .map .position .point.point_6 {
  top: 308px;
  left: 180px;
}
.section2 .wrap .map .position .point.point_7 {
  top: 264px;
  left: 145px;
}
.section2 .wrap .map .position .point.point_8 {
  top: 289px;
  left: 128px;
}
.section2 .wrap .map .position .point.point_9 {
  top: 253px;
  left: 117px;
}
.section2 .wrap .map .position .point.point_10 {
  top: 253px;
  left: 80px;
}
.section2 .wrap .map .position .point.point_11 {
  top: 324px;
  left: 74px;
}
.section2 .wrap .map .position .point.point_12 {
  top: 452px;
  left: 102px;
}
.section2 .wrap .map .position .point.point_13 {
  top: 381px;
  left: 220px;
}
.section2 .wrap .map .position .point.point_14 {
  top: 398px;
  left: 323px;
}
.section2 .wrap .map .position .point.point_15 {
  top: 600px;
  left: 216px;
}
.section2 .wrap .map .position .point.point_16 {
  top: 409px;
  left: 421px;
}
.section2 .wrap .map .position .point.point_17 {
  top: 499px;
  left: 533px;
}
.section2 .wrap .map .position .point.point_18 {
  top: 521px;
  left: 567px;
}
.section2 .wrap .map .position .point.point_19 {
  top: 437px;
  left: 615px;
}
.section2 .wrap .map .position .point.point_20 {
  top: 350px;
  left: 1141px;
}
.section2 .wrap .map .position .point.point_21 {
  top: 357px;
  left: 1227px;
}
.section2 .wrap .map .position .point.point_22 {
  top: 387px;
  left: 1203px;
}
.section2 .wrap .map .position .point.point_23 {
  top: 308px;
  left: 1323px;
}
.section2 .wrap .map .position .point.point_24 {
  top: 365px;
  left: 1290px;
}
.section2 .wrap .map .position .point.point_25 {
  top: 387px;
  left: 1298px;
}
.section2 .wrap .map .position .point.point_26 {
  top: 578px;
  left: 1438px;
}
.section2 .wrap .map .position .point.point_27 {
  top: 605px;
  left: 1345px;
}
.section2 .wrap .map .position .point.point_28 {
  display: flex;
  align-items: center;
  top: 369px;
  left: 597px;
}
.section2 .wrap .map .position .point.point_28 .circle {
  width: 16px;
  height: 16px;
}
.section2 .wrap .map .position .point.point_28 img {
  margin: 0 0 0 20px;
}
.section2 .wrap .content {
  position: absolute;
  top: 71px;
  z-index: 9;
  left: -41px;
}
.section2 .wrap .content .text span {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  margin: 0 0 21px 0;
  position: relative;
}
.section2 .wrap .content .text span strong {
  position: relative;
  margin: 0 12px 0 0;
}
.section2 .wrap .content .text span strong:after {
  content: '+';
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  top: -11px;
  margin: 0 0 0 5px;
}
.section2 .wrap .content .text p {
  font-size: 16px;
  font-weight: 400;
  color: #C1C1C1;
  opacity: 0.8;
}
.section2 .bottom {
  width: 1678px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  display: flex;
  justify-content: space-between;
}
.section2 .bottom .item {
  width: 400px;
  height: 200px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section2 .bottom .item:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: 1s;
}
.section2 .bottom .item .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section2 .bottom .item p {
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  transform: scale(0.8);
  transition: 0.5s;
  position: relative;
  z-index: 8;
}
.section2 .bottom .item:hover:after{
  opacity: 1;
}
.section2 .bottom .item:hover p{
  transform: scale(1);
}
.section3 {
  position: relative;
}
.section3 .wrap {
  width: 1680px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section3 .wrap .title {
  text-align: center;
  margin: 0 0 52px 0;
}
.section3 .wrap .title span {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  margin: 0 0 30px 0;
}
.section3 .wrap .title p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.section3 .wrap .content {
  width: 100%;
  height: 530px;
  display: flex;
  border-top-left-radius: 61px;
  border-bottom-right-radius: 61px;
  overflow: hidden;
}
.section3 .wrap .content .item {
  width: 160px;
  transition: 1s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.section3 .wrap .content .item:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.section3 .wrap .content .item:not(:last-child) {
  margin: 0 10px 0 0;
}
.section3 .wrap .content .item .img {
  width: 1000px;
  height: 100%;
}
.section3 .wrap .content .item.on {
  width: 1000px;
}
.section3 .wrap .content .item .show {
  position: absolute;
  bottom: 61px;
  width: 100%;
  padding: 0 37px 0 41px;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: 1s;
}
.section3 .wrap .content .item.on .show{
  opacity: 1;
}
.section3 .wrap .content .item .show span{
  width: fit-content;
  font-size: 24px;
  font-family: "PingFang SC r",sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
}
.section3 .wrap .content .item .show span:after{
  content: '';
  position: absolute;
  left: 94%;
  top: -1px;
  width: 16px;
  height: 16px;
  z-index: -1;
  background: #D9371E;
  border-radius: 50%;
}
.section3 .wrap .content .item .show p{
  width: 476px;
  font-size: 14px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.section3 .wrap .content .item .show .circle{
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.5);
  position: relative;
  transition: 1s;
}
.section3 .wrap .content .item .show .circle .iconfont{
  color: #F0F8FA;
  font-size: 20px;
}
.section3 .wrap .content .item .show .circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
}
.section3 .wrap .content .item .show .circle svg .path-loop-bg {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.section3 .wrap .content .item .show .circle svg .path-loop {
  stroke-dashoffset: 157px;
  fill: none;
  stroke: #D9371E;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  transition: cubic-bezier(0.77, 0.42, 0, 0.93) 0.7s;
}
.section3 .wrap .content .item .show .circle:hover{
  border: 1px solid transparent;
}
.section3 .wrap .content .item .show .circle:hover svg .path-loop{
  stroke-dashoffset: 19px;
}
.section3 .wrap .content .item .hide{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 25;
  transition: 1s;
}
.section3 .wrap .content .item .hide span{
  font-size: 18px;
  font-family: "PingFang SC r",sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  margin: 0 0 16px 0;
  white-space: nowrap;
}
.section3 .wrap .content .item .hide p{
  font-size: 14px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
  opacity: 0.6;
}
.section3 .wrap .content .item.on .hide{
  opacity: 0;
}
.section4 {
  position: relative;
}
.section4 .border {
  width: 783px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section4 .wrap {
  width: fit-content;
  max-width: 90%;
  position: relative;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section4 .wrap .video {
  cursor: pointer;
}
.section4 .wrap .video .circle {
  width: 95px;
  height: 95px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 52px;
  transition: 0.8s;
}
.section4 .wrap .video .circle .iconfont {
  color: #fff;
  font-size: 50px;
  position: relative;
  left: 2px;
}
.section4 .wrap .video p {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}
.section4 .wrap .video:hover .circle {
  background: #D9371E;
}
.section5 {
  position: relative;
}
.section5 .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 63;
}
.section5 .wrap .title {
  position: absolute;
  top: 11.40625vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 90%;
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
.section5 .wrap .content {
  width: 100%;
  height: 100%;
  display: flex;
}
.section5 .wrap .content .item {
  width: 33.3%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 0 0;
  cursor: pointer;
}
.section5 .wrap .content .item:nth-child(1) img{
  width: 200px;
}
.section5 .wrap .content .item:nth-child(3) img{
  width: 60px;
}
.section5 .wrap .content .item:nth-child(2) img{
  transform: scale(0.5);
}
.section5 .wrap .content .item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.section5 .wrap .content .item img{
  transition: 1.2s;
}
.section5 .wrap .content .item:hover img{
  transform: scale(1.5);
}
.section5 .wrap .content .item:nth-child(2):hover img{
  transform: scale(1);
}
footer {
  height: auto!important;
}
footer .fp-tableCell {
  height: auto!important;
}
@keyframes circle {
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1800px){
  .section1 .fp-tableCell {
    display: flex;
    align-items: center;
  }
  .section2 .wrap .content {
    left: calc((1598px - 90vw)/2);
  }
  .section1 .wrap {
    top: unset;
    transform: unset;
  }
  .section1 .wrap .text {
    font-size: 20px;
    line-height: 36px;
  }
  .section1 .wrap .figure .item span {
    font-size: 40px;
  }
  .section1 .wrap .figure .item:not(:first-child) span:after {
    top: -28px;
  }
  .section1 .wrap .video {
    margin: 40px 0 0 0;
  }
  .section3 .wrap {
    width: 90%;
  }
  .section3 .wrap .content .item.on {
    width: 58%;
  }
  .section3 .wrap .content .item {
    width: 9%;
  }
  .section3 .wrap .content .item .hide {
    width: 90%;
  }
  .section3 .wrap .content .item .hide p {
    width: 100%;
    white-space: unset;
    font-size: 12px;
  }
  .section2 .bottom {
    width: 90%;
  }
  .section2 .bottom .item {
    width: 24%;
  }
}
@media screen and (max-width: 1660px){
  .section4 .border {
    width: 680px;
  }
  .section2 .wrap .content {
    left: 5vw;
  }
}
@media screen and (max-width: 1600px){
  .section2 .wrap .map {
    transform: scale(0.9);
  }
  .banner .content .flex .item .text {
    font-size: 40px;
  }
  .section3 .wrap .content {
    height: 55vh;
  }
}
@media screen and (max-width: 1400px){
  .banner .content .flex .item .text {
    font-size: 34px;
  }
  .section1 .wrap {
    transform: translateY(10%);
  }
  .section1 .wrap .video {
    width: 280px;
    height: 150px
  }
  .section1 .wrap .text {
    margin: 0 0 25px 0;
  }
  .section1 .wrap .figure {
    margin: 30px 0 0 0;
  }
  .section1 .wrap .figure .item span {
    line-height: 35px;
  }
  .section1 .wrap .figure .item span {
    font-size: 30px;
    line-height: 35px;
  }
  .section2 .bottom .item {
    height: 160px;
  }
  .section2 .bottom {
    bottom: 40px;
  }
  .section2 .wrap .content {
    top: 140px;
  }
  .section3 .wrap .title {
    margin: 0 0 20px 0;
  }
  .section3 .wrap .title span {
    margin: 0 0 15px 0;
  }
  .section3 .wrap {
    transform: translate(-50%, -45%);
  }
  .section5 .wrap .title {
    font-size: 34px;
  }
  .section4 .border {
    width: 600px;
  }
}
.map_ph {
  display: none;
}
@media screen and (max-width: 1365px){
  .banner {
    position: relative;
  }
  .banner .content{
    width: 90%;
    padding: 0;
  }
  .map_ph {
    display: block;
  }
  .section2 .wrap .map .img,.section2 .wrap .map .position {
    display: none;
  }
  .section2 .wrap .map {
    width: 100%;
    height: auto;
    transform: unset;
  }
  .section2 .wrap{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    position: static;
    transform: unset;
    padding-top: 110px;
  }
  .section2 .wrap .content {

  }
}
@media screen and (max-width: 1024px){
  .section2 .bottom .item:hover p {
    transform: translate(-50%,-50%);
  }
  .section1 .wrap .figure .item:not(:last-child):after {
    top: 2px;
    right: -11px;
  }
  .banner .content .flex .item .text {
    font-size: 24px;
    line-height: 48px;
    margin: 0 0 30px 0;
  }
  .banner .content .flex .item .pick {
    font-size: 18px;
  }
  .banner .content .flex {
    height: 170px;
  }
  .banner .button .circle{
    width: 35px;
    height: 35px;
  }
  .section2 .wrap .content {
    margin-bottom: 40px;
    top: 75px;


  }
  .section2 .bottom {
    margin: 220px auto 0;
  }
  .banner .button .circle .iconfont {
    font-size: 18px;
  }
  .banner .button {
    right: 5%;
    bottom: 30px;
  }
  .section1,.section1 .fp-tableCell,.section3,.section3 .fp-tableCell,.section2,.section2 .fp-tableCell {
    height: auto!important;
  }
  .section2 .fp-tableCell {
    padding: 50px 0;
  }
  .section2 .wrap .content .text span {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .section2 .wrap .content .text p {
    font-size: 18px;
  }
  .section1 .wrap {
    width: 90%;
    padding: 0;
    margin: auto;
  }
  .section1 .wrap .text {
    font-size: 16px;
    line-height: 32px;
  }
  .section1 .wrap .more {
    width: 140px;
    height: 40px;
  }
  .section1 .wrap .more p {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  .section1 .wrap .figure .item:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .section1 .wrap .figure .item span {
    font-size: 24px;
  }
  .section1 .wrap .figure .item:not(:first-child) span:after {
    top: -18px;
  }
  .section1 .wrap .figure .item span:after {
    font-size: 16px;
  }
  .section1 .wrap .figure .item p {
    font-size: 14px;
  }
  .section1 .wrap{
    transform: unset;
  }
  .section1 .wrap,.section3 .wrap {
    padding: 50px 0;
  }
  .section1 .wrap .video {
    width: 200px;
    height: 110px;
  }
  .section5 .wrap .title{
    font-size: 24px;
  }
  .section3 .wrap .content {
    height: auto;
  }
  .section3 .wrap .content {
    display: block;
  }
  .section3 .wrap .content .item {
    width: 100% !important;
    margin-bottom: 30px!important;
  }
  .section3 .wrap{
    position: unset;
    transform: unset;
    margin: auto;
  }
  .section3 .wrap .title {
    position: relative;
    z-index: 99;
  }
  .section3 .wrap .title span {
    font-size: 24px;
  }
  .section3 .wrap .content .item .img {
    width: 100%;
  }
  .section3 .wrap .content .item .hide{
    display: none;
  }
  .section3 .wrap .content .item .show p {
    width: 100%;
  }

  .section3 .wrap .content .item .show {
    position: relative;
    opacity: 1;
    bottom: 0;
    padding: 0;
    display: block;
  }
  .section3 .wrap .content .item:after {
    display: none;
  }
  .section3 .wrap .content .item .show .circle {
    width: 35px;
    height: 35px;
  }
  .section3 .wrap .content .item .show .circle .iconfont {
    font-size: 16px;
  }
  .section3 .wrap .content .item .show span {
    font-size: 22px;
  }
  .section3 .wrap .content .item .img {
    margin-bottom: 20px;
  }
  .section3 .wrap .content .item .show p {
    margin-bottom: 10px;
  }
  .section3 .wrap .content{
    border-radius: unset;
  }
  .section3 .wrap .title {
    margin: 0 0 50px 0;
  }
  .section2 .bottom{
    position: unset;
    transform: unset;
    margin: 220px auto 0;
  }
  .section2 .wrap .content {
    top: 75px;

  }
  .section2 .bottom .item .back {
    position: unset;
  }
  .section2 .bottom .item p {

    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
  }
  .section2 .bottom .item {
    height: auto;
  }
  .section2 .bottom .item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px){
  .section2 .bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .section2 .bottom .item {
    width: 48%;
  }
  .section2 .bottom {
    margin: 40px auto 0;
  }
  .section2 .bottom .item p {
    font-size: 18px;
  }
  .section2 .bottom .item {
    margin-bottom: 20px;
  }
  .section2 .wrap .content .text span strong:after {
    font-size: 22px;
  }

  .section4 .border {
    width: 90%;
  }
  .section4 .wrap .video .circle {
    width: 60px;
    height: 60px;
  }
  .section4 .wrap .video .circle .iconfont {
    font-size: 34px;
  }
  .section5 .wrap .content {
    flex-direction: column;
  }
  .section5 ,.section5 .fp-tableCell {
    height: auto!important;
  }
  .section5 .wrap .content .item {
    padding: 0;
  }
  .section5 .wrap .content .item {
    width: 100%;
    height: 25vh;
  }
  .section5 .wrap .title {
    font-size: 28px;
  }
  .section5 .wrap .title {
    position: unset;
    transform: unset;
  }
  .section5 .wrap {
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0;
  }

  .section5 .wrap .title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 500px){
  .section2 .bottom {
    display: block;
  }
  .section2 .bottom .item {
    width: 100%;
  }
  .section2 .bottom {
    margin: 40px auto 0;
  }
  .section2 .bottom .item p {
    font-size: 18px;
  }
  .section2 .bottom .item {
    margin-bottom: 20px;
  }
  .section2 .wrap .content {
    top: 40px;
  }
}
