.banner {
  height: 100vh;
  position: relative;
}
.banner .svg {
  display: none;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 100px;
  overflow: hidden;
}
.banner .swiper .swiper-slide .video,
.banner .swiper .swiper-slide .video video{
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}
.banner .swiper .swiper-slide .video video{
  object-fit: cover;
}
.banner .swiper .swiper-slide.unset .text p div {
  transition-delay: unset!important;
}
.banner .swiper .swiper-slide .back_img {
  position: absolute;
  width: 100%;
  height: 100%;
  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 .text {
  font-size: 50px;
  font-family: DINAlternate-Bold;
  line-height: 76px;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 12;
  letter-spacing: 6px;
  opacity: 0;
}
.banner .swiper .swiper-slide .text p div {
  transform: translateY(100%);
  opacity: 0;
}
.banner .swiper .swiper-slide.on p div {
  transform: translateY(0);
  opacity: 1;
  transition: 0.8s;
}
.banner .swiper .swiper-slide.on .back_img {
  transform: scale(1);
}
.banner .right {
  position: absolute;
  right: 76px;
  top: 0;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
}
.banner .right .button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 94px 0;
  height: 100%;
  position: relative;
}
.banner .right .button:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 0.3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner .right .button .joke {
  position: relative;
  cursor: pointer;
}
.banner .right .button .joke .circle {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.banner .right .button .joke .circle div {
  /* border-top: 9px solid #f6aa27; */
  border-top: 9px solid #F6C93A;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.banner .right .button .joke .scattered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .right .button .joke .scattered:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #f6aa27;
  opacity: 0.4;
  border-radius: 50%;
  animation: 2s scale linear infinite;
  z-index: -1;
}
.banner .right .button .joke .scattered:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /* background: #f6aa27; */
  background: #F4C843;
  opacity: 0.4;
  border-radius: 50%;
  animation: 2s scale linear infinite;
  animation-delay: 1000ms;
  z-index: -1;
}
.banner .right .swiper-pagination {
  position: static;
  width: fit-content;
  flex-direction: column;
  display: flex;
  margin: 0 0 0 37px;
}
.banner .right .swiper-pagination span {
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 7px 0;
  transition: 0.6s;
  cursor: pointer;
  position: relative;
}
.banner .right .swiper-pagination span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
}
.banner .right .swiper-pagination span svg .path-loop-bg {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.banner .right .swiper-pagination span svg .path-loop {
  stroke-dashoffset: 157px;
  fill: none;
  /* stroke: #FFBE4A; */
  stroke:#F6C93A;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  transition: cubic-bezier(0.77, 0.42, 0, 0.93) 0.7s;
}
.banner .right .swiper-pagination span.swiper-pagination-bullet-active:after {
  /* background: #F6AA27; */
  background: #F6C93A;
  opacity: 0.8;
}
.banner .right .swiper-pagination span.swiper-pagination-bullet-active .path-loop {
  stroke-dashoffset: 19px;
}
.banner .right .swiper-pagination span:last-child {
  margin: 0;
}
.banner .right .swiper-pagination span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
  transition: 0.6s;
}
.section {
  position: relative;
}
.section .background {
  width: 100%;
  height: 100%;
}
.section .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section .position .point {
  pointer-events: auto;
  position: absolute;
  display: flex;
  cursor: pointer;
}
.section .position .point .circle {
  width: 21px;
  height: 22px;
  /* background: #F6AA27; */
  background: #F6C93A;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  left: 10px;
  top: -10px;
  transition: 0.7s;
}
.section .position .point .text {
  font-size: 8px;
  font-family: PingFangSC-Light;
  color: #333333;
  background: #F5F6F7;
  border-radius: 9px;
  font-weight: 600;
  padding: 4px 15px 6px 15px;
  text-align: center;
  transition: 0.7s;
}
.section .position .point.point_1 {
  bottom: 11.30208333vw;
  left: 18.64583333vw;
}
.section .position .point.point_2 {
  bottom: 1.82291667vw;
  left: 18.64583333vw;
}
.section .position .point.point_3 {
  bottom: 11.25vw;
  left: 29.01041667vw;
}
.section .position .point.point_4 {
  bottom: 4.16666667vw;
  left: 29.01041667vw;
}
.section .position .point.point_5 {
  top: 17.65625vw;
  left: 36.45833333vw;
}
.section .position .point.point_6 {
  bottom: 10.83333333vw;
  left: 60.72916667vw;
}
.section .position .point.point_7 {
  bottom: 4.6875vw;
  left: 60.41666667vw;
}
.section .position .point.point_8 {
  bottom: 11.61458333vw;
  left: 69.11458333vw;
}
.section .position .point.on .circle {
  background: #c68514;
}
.section .position .point.on .text {
  color: #333333;
  background: #ccc;
}
.section .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
}
.section .content .item {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 73px 97px 20px 57px;
  display: none;
  align-items: center;
  animation-duration: 1.2s !important;
}
.section .content .item.on {
  display: flex;
}
.section .content .item .img {
  width: 397px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.section .content .item .img img {
  transition: 2s;
  cursor: pointer;
}
.section .content .item .img img:hover {
  transform: scale(1.05);
}
.section .content .item .rig {
  pointer-events: auto;
}
.section .content .item .rig span {
  font-size: 26px;
  font-family: PingFangSC-Regular;
  color: #333333;
  display: block;
  margin: 0 0 22px 0;
  white-space: nowrap;
}
.section .content .item .rig h2 {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  color: #656565;
  font-weight: normal;
}
.section .content .item .rig .text {
  font-size: 15px;
  font-family: PingFangSC-Light;
  line-height: 26px;
  color: #0F0F0F;
  margin: 21px 0 36px 0;
  font-weight: 200;
}
.section .content .item .rig .button {
  width: 210px;
  height: 36px;
  background: rgba(246, 170, 39, 0.57);
  opacity: 1;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  color: #FFFFFF;
  transition: 0.7s;
}
.section .content .item .rig .button:hover {
  background: #c68514;
}
.section2 .wrap {
  margin: 100px auto 40px;
  max-width: 90%;
  width: 1720px;
}
.section2 .wrap .title {
  text-align: center;
  margin: 0 0 81px 0;
}
.section2 .wrap .title span {
  font-size: 46px;
  font-family: PingFangSC-Semibold;
  /* color: #F6AA27; */
  color: #ffc600;
  display: block;
  margin: 0 0 21px 0;
  text-transform: uppercase;
}
.section2 .wrap .title p {
  font-size: 20px;
  font-family: PingFangSC-Light;
  color: #F6AA27;
  letter-spacing: 27px;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
  font-weight: 600;
  display: none;
}
.section2 .wrap .content {
  display: flex;
  justify-content: space-between;
  height: 753px;
}
.section2 .wrap .content .item {
  width: 500px;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 120px 22px 0 22px;
  text-align: center;
  overflow: hidden;
}
.section2 .wrap .content .item:not(:last-child) {
  margin: 0 110px 0 0;
}
.section2 .wrap .content .item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 2s;
}
.section2 .wrap .content .item .text p {
  font-size: 36px;
  font-family: PingFangSC-Medium;
  color: #FFFFFF;
}
.section2 .wrap .content .item .text .img {
  margin: 137px auto 0;
  width: 250px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2 .wrap .content .item .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  /* background: #F6AA27; */
  background: #ffc600;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.section2 .wrap .content .item .more p {
  font-size: 26px;
  font-family: PingFangSC-Medium;
  color: #FFFFFF;
  margin: 0 25px 0 0;
}
.section2 .wrap .content .item .more div {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
}
.section2 .wrap .content .item:hover .more {
  transform: translateY(0);
}
.section2 .wrap .content .item:hover .back {
  transform: scale(1.1);
}
.section3 {
  position: relative;
  z-index: 1;
}
.section3 .zm {
  /* width: 148.02083333vw; */
  width: 120.02083333vw;
  position: absolute;
  top: 10.3125vw;
  left: -10.51041667vw;
  max-width: fit-content;
  z-index: -1;
}
.section3 .wrap {
  width: 1720px;
  max-width: 90%;
  margin: 100px auto 117px;
}
.section3 .wrap .title {
  font-size: 46px;
  font-family: PingFangSC-Semibold;
  /* color: #F6AA27; */
  color: #ffc600;
  width: fit-content;
  margin: 0 auto 89px;
  position: relative;
}
.section3 .wrap .title::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 130px;
  /* background: #F6AA27; */
  background: #ffc600;
  top: 91px;
  left: 168px;
}
.section3 .wrap .content {
  display: flex;
  justify-content: space-between;
}
.section3 .wrap .content .item {
  width: 500px;
  height: 613px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08);
  display: block;
  padding: 34px 35px 31px 35px;
}
.section3 .wrap .content .item:nth-child(2) {
  margin: 102px 0 0 0;
}
.section3 .wrap .content .item .picture {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.section3 .wrap .content .item .picture img {
  transition: 2s;
}
.section3 .wrap .content .item .text {
  margin: 29px 0 0 0;
}
.section3 .wrap .content .item .text span {
  font-size: 24px;
  font-family: PingFangSC-Medium;
  color: #333333;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 20px 0;
  transition: 0.7s;
}
.section3 .wrap .content .item .text .time {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  color: #999999;
  margin: 0 0 10px 0;
}
.section3 .wrap .content .item .text .pick {
  width: 417px;
  height: 75px;
  font-size: 18px;
  font-family: PingFangSC-Light;
  color: #CCCCCC;
  max-width: 100%;
  margin: 0 0 26px 0;
  font-weight: 200;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section3 .wrap .content .item .text .more {
  display: flex;
  align-items: center;
}
.section3 .wrap .content .item .text .more p {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  color: #333333;
  margin: 0 14px 0 0;
  transition: 0.7s;
}
.section3 .wrap .content .item .text .more .iconfont {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  top: 2px;
  transition: 0.7s;
}
.section3 .wrap .content .item:hover .picture img {
  transform: scale(1.1);
}
.section3 .wrap .content .item:hover .text span,
.section3 .wrap .content .item:hover .more p,
.section3 .wrap .content .item:hover .more .iconfont {
  /* color: #f6aa27; */
  color: #ffc600;
}
.section4 .wrap {
  width: 1720px;
  max-width: 90%;
  margin: 100px auto 260px;
}
.section4 .wrap .title {
  font-size: 46px;
  font-family: PingFangSC-Semibold;
  /* color: #F6AA27; */
  color: #ffc600;
  text-align: center;
  margin: 0 0 83px 0;
  text-transform: uppercase;
}
.section4 .wrap .content {
  display: flex;
  justify-content: space-between;
  height: 484px;
}
.section4 .wrap .content .item {
  width: 385px;
  height: 100%;
  position: relative;
  display: flex;
  transition: 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.section4 .wrap .content .item .images {
  width: 416px;
  height: 100%;
  transition: 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
.section4 .wrap .content .item .images img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: 1s;
}
.section4 .wrap .content .item .lump {
  width: 100%;
  height: 100%;
  padding: 93px 40px 50px 40px;
  transition: 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  right: 0;
  top: 0;
}
.section4 .wrap .content .item .lump .more {
  width: 100px;
  height: 100px;
  background: rgba(51, 51, 51, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section4 .wrap .content .item .lump .more .iconfont {
  color: #ffffff;
  font-size: 20px;
}
.section4 .wrap .content .item .lump span {
  font-size: 22px;
  font-family: PingFangSC-Semibold;
  color: #333333;
  display: block;
  transition: 0.7s;
  margin: 0 0 32px 0;
  width: 100%;
}
.section4 .wrap .content .item .lump .time {
  font-size: 18px;
  font-family: PingFangSC-Regular;
  color: #4D4D4D;
  transition: 0.7s;
  margin: 0 0 11px 0;
}
.section4 .wrap .content .item .lump .pick {
  font-size: 16px;
  font-family: PingFangSC-Light;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 200;
  opacity: 0;
  transition: 0.7s;
}
.section4 .wrap .content .item.on {
  width: 829px;
}
.section4 .wrap .content .item.on .images {
  width: 415px;
}
.section4 .wrap .content .item.on .images img {
  opacity: 1;
}
.section4 .wrap .content .item.on .lump {
  width: 414px;
  background: #8F9790;
}
.section4 .wrap .content .item.on .lump span,
.section4 .wrap .content .item.on .lump .time {
  color: #fff;
}
.section4 .wrap .content .item.on .lump .pick {
  opacity: 1;
  transition-delay: 1s;
}

@keyframes scale {
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
  .section4 .wrap .content .item.on {
    width: 760px;
  }
  .section4 .wrap .content .item.on .images,
  .section4 .wrap .content .item.on .lump{
    width: 50%;
  }
  .section4 .wrap .content{
    height: 400px;
  }
  .section4 .wrap .content .item .lump {
    padding: 50px 20px;
  }
  .section4 .wrap .content .item .lump span {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .section4 .wrap .content .item .lump .pick {
    font-size: 14px;
  }
  .section4 .wrap .content .item .lump .time {
    font-size: 16px;
  }

  .section4 .wrap {
    margin: 80px auto 150px;
  }
}

@media screen and (max-width: 1680px){
	.section2 .wrap .title span {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .section4 .wrap .title,
  .section3 .wrap .title{
    font-size: 38px;
  }
  .section3 .wrap .title::after{
    left: 50%;
  }
  .section4 .wrap{
    margin-top: 0;
  }

  .banner .swiper .swiper-slide .text {
    font-size: 42px;
    line-height: 64px;
  }

  .section2 .wrap .content{
    height: 650px;
  }
  .section2 .wrap .content .item .text .img {
    margin-top: 100px;
  }
  .section2 .wrap .content .item .text p {
    font-size: 30px;
  }
  .section2 .wrap .content .item .more {
    height: 100px;
  }
  .section2 .wrap .content .item .text .img {
    width: 220px;
  }
  .section3 .wrap .content .item .picture{
    height: auto;
  }
  .section2 .wrap .content .item:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .section3 .wrap .content .item .text span {
    font-size: 22px;
  }
  .section3 .wrap .content .item .text .time {
    font-size: 18px;
  }

  .section4 .wrap .content .item .lump .more {
    width: 80px;
    height: 80px;
  }

  .section3 .wrap .content .item {
    width: 32%;
  }
  .section4 .wrap .content .item.on {
    width: 680px;
  }
  .section4 .wrap .content .item {
    width: 380px;
  }
  .section4 .wrap .content .item .lump .pick {
    line-height: 20px;
  }

  .section2 .wrap .content .item .more p {
    font-size: 22px;
  }
  .section4 .wrap .content {
    height: 360px;
  }
  
}

@media screen and (max-width: 1600px){
	.section3 .wrap .content .item{
    height: 560px;
  }
  .section4 .wrap .content .item {
    width: 360px;
  }
  .section4 .wrap .content .item .lump .more {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1440px){
	.section .position .point{
    transform: scale(0.8);
    transform-origin: left;
  }
  .section2 .wrap .content .item .text p {
    font-size: 28px;
  }
  .section3 .wrap .content .item .text .pick {
    height: 64px;
    font-size: 16px;
  }
  .section3 .wrap .content .item {
    height: 520px;
  }
  .section .content .item .rig span {
    font-size: 22px;
  }
  .section .content .item .rig h2 {
    font-size: 18px;
  }
  .section .content .item .rig .text {
    font-size: 14px;
  }
  .section4 .wrap .content .item {
    width: 290px;
  }

  .section3 .wrap .title::after{
    height: 80px;
  }
  .section3 .wrap .title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1400px){
  .section4 .wrap .content .item.on {
    width: 640px;
  }
  .section4 .wrap .content .item {
    width: 280px;
  }
  .section4 .wrap .content .item .lump .more {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
  .banner {
    /* height: 70vh; */
    height: 56vw;
    margin-top: 80px;
  }
  .banner .swiper .swiper-slide{
    padding: 0 30px;
  }
  .banner .right{
    right: 30px;
  }
  .section .position .point{
    position: static;
  }
  .section .position{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    left: 50%;
    padding: 30px 0;
    transform: translateX(-50%);
  }

  .section .position .point{
    width: 24%;
    height: 50px;
    transform: scale(1);
  }
  .banner .swiper .swiper-slide .text p{
    height: 50px !important;
    line-height: 50px;
  }
  .section .position .point .text{
    flex: 1;
    padding-top: 10px;
  }
  .section .content .item .img {
    width: 200px;
    height: 250px;
  }
  .section .content .item {
    top: 0;
  }
  .section .content .item {
    padding: 40px 50px 20px 40px;
  }
  .section .content .item .rig span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section2 .wrap .content .item{
    width: 49%;
  }
  .section2 .wrap .content .item:not(:last-child){
    margin-right: 0;
  }
  .section2 .wrap .content{
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .section2 .wrap .content .item {
    height: 560px;
    display: block;
  }
  .section2 .wrap .content .item:not(:last-child){
    margin-bottom: 10px;
  }
  .section2 .wrap .title p {
    letter-spacing: 20px;
    font-size: 18px;
  }
  .section3 .wrap .title::after{
    display: none;
  }
  .section3 .wrap .content .item:nth-child(2){
    margin-top: 0;
  }
  .section3 .wrap .content{
    flex-wrap: wrap;
  }
  .section3 .wrap .content .item{
    width: 49%;
    margin-bottom: 20px;
    height: auto;
    padding: 20px;
  }
  .section3 .wrap .content .item:nth-child(2){
    margin-bottom: 20px;
  }
  .section3 .wrap{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section4 .wrap .content{
    height: auto;
    flex-direction: column;
  }
  .section4 .wrap .content .item.on{
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
  .section4 .wrap .content .item .lump {
    padding: 30px 20px;
  }
  .banner .swiper .swiper-slide .text p {
    height: 40px !important;
    line-height: 40px;
  }
  .banner .right .swiper-pagination{
    margin-left: 0;
  }
  .section2 .wrap .content .item .text .img {
    width: 180px;
    margin-top: 80px;
  }
  .section4 .wrap {
    margin-bottom: 50px;
  }

  .section2 .wrap .content .item .more {
    height: 80px;
  }
  .section2 .wrap .content .item .more p {
    font-size: 20px;
  }
  .section4 .wrap .content .item .lump span{
    font-size: 16px;
  }
  .section4 .wrap .content .item .lump .time{
    font-size: 14px;
  }
  .section4 .wrap .content .item .lump .pick {
    font-size: 12px;
  }
  .section4 .wrap .content .item.on {
    height: 300px;
  }
  .banner .right .swiper-pagination span {
    width: 30px;
    height: 30px;
  }
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
  .banner {
    margin-top: 60px;
  }
	.section .position .point {
    width: 49%;
    margin-bottom: 20px;
  }
  .section .background {
    height: 500px;
  }
  .section2 .wrap .title p{
    letter-spacing: 5px;
  }
  .banner .right .button .joke .circle {
    width: 42px;
    height: 42px;
  }
  .banner .right .button {
    padding-bottom: 60px;
  }
  .banner .swiper .swiper-slide .text {
    font-size: 32px;
    line-height: 50px;
  }
  .banner .swiper .swiper-slide .text p {
    height: 36px !important;
    line-height: 36px;
  }
  .section2 .wrap .title{
    margin-bottom: 30px;
  }
  .section2 .wrap .content .item {
    height: 380px;
    padding-top: 60px;
  }
  .section2 .wrap .content .item .text p {
    font-size: 24px;
    height: 3em;
  }

  .section2 .wrap .content .item .text .img {
    width: 140px;
    margin-top: 20px;
  }
  .section2 .wrap .content .item .more{
    transform: translateY(0);
  }

  .section .content .item {
    padding: 40px 20px 20px 0px;
  }
  .section .content .item .rig h2 ,
  .section .content .item .rig span {
    font-size: 16px;
  }
  .section3 .wrap .content .item {
    width: 100%;
  }
  .section4 .wrap .title, .section3 .wrap .title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .section4 .wrap .content .item.on{
    height: auto;
  }
  .section4 .wrap .content .item.on{
    flex-direction: column;
  }
  .section4 .wrap .content .item .lump{
    position: static;
  }
  .section4 .wrap .content .item.on .images, .section4 .wrap .content .item.on .lump{
    width: 100%;
  }
  .section4 .wrap .content .item .lump{
    padding-bottom: 60px;
  }
  .section2 .wrap .title span{
    font-size: 32px;
  }
  .banner .right .swiper-pagination span {
    width: 24px;
    height: 24px;
  }
  .banner .right {
    right: 10px;
  }
  .section3 .wrap .content .item .text .pick {
    margin-bottom: 15px;
  }
}


@media screen and (max-width: 414px){
	.section2 .wrap{
    margin-top: 40px;
  }
  .section .content .item .img {
    height: auto;
  }
  .section .content .item .rig h2, .section .content .item .rig span {
    font-size: 14px;
  }
  .section .content .item .rig .text {
    font-size: 12px;
    line-height: 20px;
  }
  .section .content .item .rig span{
    margin-bottom: 5px;
  }
  .section .content .item{
    flex-direction: column;
    width: 80%;
    padding-top: 0;
  }
  .banner .swiper .swiper-slide .text {
    font-size: 24px;
    line-height: 36px;
  }
  .banner .swiper .swiper-slide .text p {
    height: 32px !important;
    line-height: 32px;
  }
  .banner .swiper .swiper-slide {
    padding: 0 20px;
  }
  .banner .swiper .swiper-slide .text{
    letter-spacing: 2px;
  }
  .section2 .wrap .content .item{
    width: 100%;
    margin-bottom: 20px !important;
  }
  .section2 .wrap .content .item .text .img{
    margin-top: 0;
  }
  .section2 .wrap .content .item .more {
    height: 60px;
  }
  .section4 .wrap .title, .section3 .wrap .title {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .section3 .wrap .content .item .text .more p {
    font-size: 18px;
  }
  .section3 .wrap .content .item .text span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section3 .wrap .content .item .text .time {
    font-size: 16px;
  }
  .section2 .wrap .content{
    flex-direction: column-reverse;
  }
  .section2 .wrap .content .item:nth-child(2){
    order: 1;
  }
}

@media screen and (max-width: 375px){
	.section .position .point .circle {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 360px){
	.section .position .point .text{
    padding: 4px 10px 6px 10px;
  }
}




 