
.load {
  width: 100%;
  height: 100vh;
  background: #F2F5F8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.load .wrap {
  width: 600px;
  position: relative;
}

.load svg {
  transition: 1s;
}
.banner .swiper .swiper-slide .joke .more {
  display: none!important;
}
.load path, .load polygon, .load rect {
  fill: none;
  stroke-width: 0.5px;
  stroke: #fff;
  animation: dash 15s ease forwards;
}

@keyframes dash {
  0% {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    /*stroke-dasharray: 784;*/
    /*stroke-dashoffset: 784;*/
  }
  100% {
    stroke-dashoffset: 0
  }
}

.load img {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1s;
}

.load.on img {
  opacity: 1;
}

.load.on svg {
  opacity: 0;
}

.load .after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #082552;
  /*transform: scaleY(0) translateZ(0);*/
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(.77, 0, .175, 1) .2s, -webkit-transform 0.9s cubic-bezier(.77, 0, .175, 1) .2s;
  transition-delay: 0s;
}

.load .after_active {
  transform: scaleY(1) translateZ(0) !important;
}

.load .after2_active {
  transform: scaleY(0) translateZ(0) !important;
  transform-origin: bottom !important;
}

.load .after_first {
  transform-origin: bottom;
  transform: scaleY(0) translateZ(0) !important;
}

.load .after_transform {
  transform: scaleY(0) translateZ(0);
}
.banner .swiper .swiper-slide .joke .text span,.banner .swiper .swiper-slide .joke .text p,.banner .swiper .swiper-slide .joke .more {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}
.banner .swiper .swiper-slide video{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide .joke .text p {
  transition-delay: 0.2s;
}
.banner .swiper .swiper-slide .joke {
  opacity: 0;
}
.banner .swiper .swiper-slide-active .joke {
  opacity: 1;
}
.banner .swiper .swiper-slide .joke .more {
  transition-delay: 0.4s;
}
.banner .swiper .swiper-slide-active .joke .text span,.banner .swiper .swiper-slide-active .joke .text p,.banner .swiper .swiper-slide-active .joke .more {
  opacity: 1;
  transform: translateY(0px);
}
.banner {
  padding-top: 100px;
  height: 100vh;
}
.banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec1 .left h1 {
  font-size: 30px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 40px;
  color: #292929;
  margin-bottom: 30px;
}
.sec1 .left .lines {
  width: 63px;
  height: 1px;
  border: 1px solid #000000;
  opacity: 1;
  margin-bottom: 50px;
}
.sec1 .fp-tableCell {
  display: flex;
  align-items: flex-end;

}
.sec1 .joke {
  display: flex;
  width: 1440px;
  margin: auto;
  justify-content: space-between!important;
  padding: 63px 0 92px;
}
.sec1 .joke>.right {
  width: 867px;
  padding-top: 134px;
}
.sec1 .joke>.right1 {
  width: 50%;
}
.sec1 .joke>.right1 h1 {
  font-size: 30px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 40px;
  color: #292929;
  margin-bottom: 30px;
}
.sec1 .joke>.right1 .more {
  margin-top: 53px;
}
.sec1 .joke>.right1 .more p {
  color: #000000;
  transition-delay: 0.6s;
}
.sec1 .joke>.right1 .more:hover p {
  color: #FFFFFF;
}
.sec1 .joke>.right1 .recommend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sec1 .joke>.right1 .recommend .img {
  display: block;
  width: 350px;
  height: 140px;
  overflow: hidden;
}
.sec1 .joke>.right1 .recommend .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec1 .joke>.right1 .recommend .img:hover img {
  transform: scale(1.1);
}
.sec1 .joke>.right1 .recommend .text {
  width: 346px;

}
.sec1 .joke>.right1 .recommend .text span {
  display: block;
  font-size: 12px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 28px;
  color: #969696;
}
.sec1 .joke>.right1 .recommend .text .tt {
  font-size: 18px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  display: block;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.6s;
  margin: 2px 0 3px;
}
.sec1 .joke>.right1 .recommend .text .tt:hover {
  color: #005CA9;
}
.sec1 .joke>.right1 .recommend .text .more1 {
  width: fit-content;
  display: block;
  font-size: 14px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 28px;
  color: #005CA9;
  transition: 0.6s;
  position: relative;
}
.sec1 .joke>.right1 .recommend .text .more1:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #005CA9;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: 0.6s;
}
.sec1 .joke>.right1 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec1 .joke>.right1 .item a:hover {
  color: #005CA9;
}
.sec1 .joke>.right1 .item a {
  font-size: 16px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  transition: 0.6s;
  display: block;
}
.sec1 .joke>.right1 .item span {
  display: block;
  font-size: 12px;
  font-family: PingFang SC l;
  font-weight: 300;
  line-height: 28px;
  color: #969696;
}
.sec1 .joke>.right1 .recommend .text .more1:hover:after {
  width: 100%;
}
.sec1 .right h2 {
  font-size: 30px;
  font-family: PingFang SC m;
  font-weight: 100;
  line-height: 40px;
  color: #292929;
  padding-left: 88px;
}
.sec1 .right .num {
  display: flex;
  align-items: flex-end;
  margin: 40px 0 40px;
  padding-left: 56px;
}
.sec1 .right .num span  {
  font-size: 50px;
  font-family: PowerLinePlain;
  line-height: 40px;
  color: transparent;
  background-image: radial-gradient(circle, #8a8077,#8a8077, #445160, #ba9e86, #394553), linear-gradient(45deg, rgba(56, 68, 83, 0) 100%, rgba(56, 68, 83, 0) 100%, rgba(56, 68, 83, 0) 100%, #8a8077 50%, #8a8077 100%);
  -webkit-background-clip: text;
}
.sec1 .right .num p {
  width: 300px;
  font-size: 320px;
  font-family: PowerLinePlain;
  color: transparent;
  line-height: 242px;
  background-image: radial-gradient(circle, #8a8077,#8a8077, #445160, #ba9e86, #394553), linear-gradient(45deg, rgba(56, 68, 83, 0) 100%, rgba(56, 68, 83, 0) 100%, rgba(56, 68, 83, 0) 100%, #8a8077 50%, #8a8077 100%);
  -webkit-background-clip: text;
}
.sec1 .left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec1 .left>p {
  font-size: 16px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 36px;
  color: #666666;
  margin-bottom: 40px;
}
.sec1 .left .numList {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.sec1 .left .numList .numItem .num {
  display: flex;
  margin-bottom: 8px;
}
.sec1 .left .numList .numItem .num p {
  font-size: 60px;
  font-family: DINCond-Bold;
  line-height: 40px;
  color: #005CA9;
}
.sec1 .left .numList .numItem .num span {
  /* font-size: 35px; */
  font-size: 28px;
  font-family: DIN-Medium;
  line-height: 40px;
  color: #005CA9;
}
.sec1 .left .numList .numItem .num span.add{
  line-height: 20px;
}
.sec1 .left .numList .numItem>p {
  font-size: 14px;
  font-family: PingFang SC r;
  font-weight: 400;
  line-height: 40px;
  color: #999999;
}
.sec1 .left .more p {

  color: #000000;
}
.sec2 {
  position: relative;
}
.sec2 .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec2 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec2 h1 {
  font-size: 50px;
  font-family: PingFang SC b;
  line-height: 60px;
  color: rgba(7, 175, 211, 1);
  font-weight: 100;
  margin-bottom: 100px;
}
.sec2 h1 span {
  color: #FFFFFF;
}
.sec2 .main {
  width: 1600px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sec2 .main .joke {
  display: flex;
  justify-content: space-between;
}
.sec2 .main .joke .swiperList {
  width: 1036px;
  height: 257px;
  background: #FFFFFF;
  position: relative;
}
.sec2 .main .joke .swiper {
  width: 860px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%,-20%);
  height: 90px;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.sec2 .main .joke .swiper.swiper_on {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%,-50%);
}
.sec2 .main .joke .links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 121px;
}
.sec2 .main .joke .links .item {
  font-size: 14px;
  font-family: PingFang SC b;
  font-weight: 100;
  line-height: 17px;
  color: #fff;
  transition: 0.6s;
  margin-left: 30px;
  cursor: pointer;
}
.sec2 .main .joke .links .item.on,.sec2 .main .joke .links .item:hover {
  color: #005CA9;
}
.sec2 .main .joke .swiper .swiper-slide {
  opacity: 0!important;
}
.sec2 .main .joke .swiper .swiper-slide {
  opacity: 1!important;
}
.sec2 .main .joke .swiper .swiper-slide a {
  font-family: PingFang SC m;
  line-height: 26px;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  font-weight: 100;
  display: block;
  transition: 0.6s;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
}
.sec2 .main .joke .swiper .swiper-slide-active a {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sec2 .main .joke .swiper .swiper-slide a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #005CA9;
  transition: 0.6s;
}
.sec2 .main .joke .swiper .swiper-slide a:hover:after {
  width: 100%;
}
.sec2 .main .joke .swiper .swiper-slide a:hover {
  color: #005CA9;
}
.sec2 .main .joke .swiper .swiper-slide {
  opacity: 0!important;
  pointer-events: none;
}
.sec2 .main .joke .swiper .swiper-slide.swiper-slide-active {
  opacity: 1!important;
  pointer-events: auto;
}
.sec2 .main .joke .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 88px;
  bottom: 37px;
}
.sec2 .main .joke .btns .iconfont {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
}
.sec2 .main .joke .btns .iconfont:nth-child(1) {
  margin-right: 12px;
  transform: rotate(180deg);
}
.sec2 .main .joke .btns .iconfont:hover {
  border: 1px solid transparent;
  background: #005CA9;
  color: #FFFFFF;
}
.sec2 .main .joke .swiper-pagination {
  bottom: unset;
  top: -37px;
  font-size: 20px;
  font-family: DINCond-Bold;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.sec2 .main .joke .swiper-pagination span {
  font-size: 20px;
  font-family: DINCond-Bold;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
}
.sec2 .main .joke .swiper-pagination .line {
  margin: 0 10px;
}
.sec2 .main .joke .swiper-pagination .swiper-pagination-total {

  color: #B1B1B1;
}
.sec4 {
  position: relative;
}
.sec4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec4 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec4 .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec4 h1 {
  font-size: 100px;
  font-family: Poppins-Light;
  line-height: 120px;
  color: #FFFFFF;
  font-weight: 100;
  margin-bottom: 20px;
}
.sec4 h2 {
  font-size: 130px;
  font-family: PingFang SC m;
  line-height: 156px;
  color: #FFFFFF;
  font-weight: 100;
  margin-bottom: 20px;
}
.sec4 p {
  font-size: 40px;
  font-family: PingFang SC l;
  line-height: 48px;
  color: #FFFFFF;
}
.sec3 .sec3_top {
  width: 100%;
  height: 43vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 23px;
  position: relative;
}
.sec3 .sec3_top .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec3 .sec3_top .bg img  {
  display: block;
  width: 100%;
  height: 100%;
}
.sec3 .sec3_top h1 {
  font-size: 50px;
  font-family: PingFang SC b;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: 100;
  text-align: center;
  padding-top: 175px;
}
.sec3 .sec3_top .an {
  width: 1880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec3 .sec3_top .an .links {
  display: flex;
}
.sec3 .sec3_top .an .links .item {
  width: 201px;
  height: 46px;
  border: 1px solid #444444;
  font-size: 16px;
  font-family: PingFang-SC-Medium;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  transition: 0.6s;
  cursor: pointer;
}
.sec3 .sec3_top .an .links .item:hover,.sec3 .sec3_top .an .links .item.on {
  border: 1px solid transparent;
  background: #005CA9;
}
.sec1 .left .more {
  margin-top: 60px;
}
.sec3 .sec3_top .an .btns {
  display: flex;
  margin-right: 40px;
}
.sec3 .sec3_top .an .btns .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
  margin-left: 16px;
  color: #fff;
  font-weight: 100;
}
.sec3 .sec3_top .an .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
}
.sec3 .sec3_top .an .btns .iconfont:hover {
  background: #07afd3;
  border: 1px solid transparent;
}
.sec3 .sec3_bt {
  width: 100%;
  height: 57vh;
  position: relative;
  background: #F8F8F8;
}
.sec3 .sec3_bt .index_news {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  width: 1880px;
}
.sec3 .sec3_bt .index_news.on {
  opacity: 1;
  pointer-events: auto;
}
.sec1 .left .more p {
  transition-delay: 0.6s;
}
.sec1 .left .more:hover p {
  color: #FFFFFF;
}
.sec3 .sec3_bt .index_news .swiper-slide {
  background: #FFFFFF;
  position: relative;
  padding: 46px 35px 18px;
}
.sec3 .sec3_bt .index_news .swiper-slide .title {
  font-size: 20px;
  font-family: PingFang SC b;
  line-height: 30px;
  color: #000000;
  font-weight: 100;
  height: 60px;
  transition: 1s;
  margin-bottom: 19px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec3 .sec3_bt .index_news .swiper-slide .title:hover {
  color: #005CA9;
}
.sec3 .sec3_bt .index_news .swiper-slide p {
  font-size: 14px;
  font-family: PingFang SC m;
  line-height: 28px;
  color: #424141;
  font-weight: 100;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  margin-bottom: 8px;
}
.sec3 .sec3_bt .index_news .swiper-slide p.time {
  font-size: 12px;
  font-family: PingFang SC b;
  line-height: 16px;
  color: #969696;
  font-weight: 100;
  height: 16px;
  margin-bottom: 0;
}
.sec3 .sec3_bt .index_news .swiper-slide div {
  display: flex;
  justify-content: flex-end;
}
.sec3 .sec3_bt .index_news .swiper-slide .more1 {
  font-size: 14px;
  font-family: PingFang SC m;
  line-height: 28px;
  color: #000000;
  font-weight: 100;
  display: block;
  margin-bottom: 29px;
  transition: 1s;
  width: fit-content;
  position: relative;
  height: auto;
}
.sec3 .sec3_bt .index_news .swiper-slide .more1:hover {
  color: #005CA9;
}
.sec3 .sec3_bt .index_news .swiper-slide .more1:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #005CA9;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 1s;
}
.sec3 .sec3_bt .index_news .swiper-slide .more1:hover:after {
  width: 100%;
}
.sec3 .sec3_bt .index_news .swiper-slide .img {
  overflow: hidden;
  width: 100%;
  display: block;
}
.sec3 .sec3_bt .index_news .swiper-slide .img img {
  display: block;
  width: 100%;
  transition: 3s;
}
.sec3 .sec3_bt .index_news .swiper-slide .img:hover img {
  transform: scale(1.2);
}
.sec3 .sec3_bt .index_news .swiper-slide .line {
  transition: ease .2s;
}
.sec3 .sec3_bt .index_news .swiper-slide .line1, .sec3 .sec3_bt .index_news .swiper-slide .line2 {
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #005CA9;
  top: 0;
}
.sec3 .sec3_bt .index_news .swiper-slide .line1 {
  transition-delay: 0.6s;
}
.sec3 .sec3_bt .index_news .swiper-slide .line2 {
  right: 0;
  bottom: 0;
  left: unset;
  top: unset;
  transition-delay: 0.2s;
}
.sec3 .sec3_bt .index_news .swiper-slide .line3, .sec3 .sec3_bt .index_news .swiper-slide .line4 {
  position: absolute;
  width: 1px;
  height: 0%;
  background: #005CA9;
}
.sec3 .sec3_bt .index_news .swiper-slide .line3 {
  right: 0;
  top: 0;
  transition-delay: 0.4s;
}
.sec3 .sec3_bt .index_news .swiper-slide .line4 {
  left: 0;
  bottom: 0;
}
.sec3 .sec3_bt .index_news .swiper-slide:hover .line1 {
  transition-delay: unset;
}
.sec3 .sec3_bt .index_news .swiper-slide:hover .line3 {
  transition-delay: 0.2s;
}
.sec3 .sec3_bt .index_news .swiper-slide:hover .line2 {
  transition-delay: 0.4s;
}
.sec3 .sec3_bt .index_news .swiper-slide:hover .line4 {
  transition-delay: 0.6s;
}
.sec3 .sec3_bt .index_news .swiper-slide:hover .line1,
.sec3 .sec3_bt .index_news .swiper-slide:hover .line2 {
  width: 100%;
}
.sec3 .sec3_bt .index_news .swiper-slide:hover .line3,
.sec3 .sec3_bt .index_news .swiper-slide:hover .line4 {
  height: 100%;
}

.sec2 h1{
  position: absolute;
}
.sec2 .main .titleList{
  height: 70px;
}
.sec2 .main .titleList h1{
  transform: translateY(20px);
  opacity:0;
  transition: all 1s;
}
.sec2 .main .titleList h1.active{
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 2560px){
	.sec1 .joke{
    justify-content: center;
  }

}


@media screen and (max-width: 2048px){
  .sec1 .joke{
    justify-content: space-between;
  }
}

@media screen and (max-width: 1856px){
	.sec3 .sec3_top .an,
  .sec3 .sec3_bt .index_news{
    width: 90%;
  }
  .sec1 .joke>.right {
    width: 45%;
  }
  .sec1 .right .num p {
    font-size: 300px;
  }
  .sec1 .right h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .sec1 .left{
    margin-right: 30px;
  }
  .sec1 .right .num {
    margin: 30px 0 30px;
  }
  .sec1 .right .num span {
    font-size: 44px;
  }
  .sec1 .left>p,
  .sec1 .left .numList{
    width: 100%;
  }
}

@media screen and (max-width: 1792px){

}
@media screen and (max-width: 1680px){
	.sec1 .right .num p {
    font-size: 260px;
    width: 260px;
    line-height: 200px;
  }
  .sec1 .right .num {
    padding-left: 30px;
  }
  .sec1 .right h2 {
    padding-left: 50px;
  }
  .sec1 .left h1 {
    font-size: 32px;
  }
  .sec1 .left>p {
    line-height: 36px;
    margin-bottom: 70px;
  }
  .sec1 .left .numList .numItem .num p {
    font-size: 52px;
  }
  .sec2 h1 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .sec2 .main {
    width: 90%;
  }
  .sec3 .sec3_top h1 {
    font-size: 40px;
  }
  .sec4 h1 {
    font-size: 80px;
  }
  .sec4 h2 {
    font-size: 100px;
  }
  .sec4 p {
    font-size: 32px;
  }
  .sec3 .sec3_bt .index_news .swiper-slide .title {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
  }
  .sec2 .main .joke .swiperList {
    width: 960px;
    height: 210px;
  }
  .sec2 .main .joke .btns {
    bottom: 10px;
  }
  .sec2 .main .joke .swiper.swiper_on {
    transform: translate(-50%,-65%);
  }
  .sec2 .main .joke .swiper{
    transform: translate(-50%,-40%);
  }
}

@media screen and (max-width: 1600px){
  .sec1 .joke {
    width: 90%;
  }
  .sec1 .left h1,.sec1 .joke>.right1 h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec1 .left .numList .numItem .num p {
    font-size: 40px;
  }
  .sec1 .joke>.right1 .recommend .img {
    width: 48%;
    height: auto;
  }
  .sec1 .joke>.right1 .recommend .text {
    width: 48%;
  }
  .sec1 .left>p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1440px){
  .sec1 .right h2 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 20px;
  }
  .sec1 .joke>.right1 .more {
    margin-top: 24px;
  }
  .sec1 .right .num p {
    font-size: 220px;
    width: 220px;
    line-height: 170px;
  }
  .sec1 .right .num span {
    font-size: 40px;
  }
  .sec2 h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .sec2 .main .joke .links {
    margin-bottom: 100px;
  }
  .sec2 .main .joke .swiperList {
    width: 800px;
    height: 200px;
  }
  .sec3 .sec3_bt .index_news .swiper-slide .title{
    font-size: 16px;
  }
  .sec3 .sec3_bt .index_news .swiper-slide {
    padding: 30px 25px 18px;
  }
  .sec4 h1 {
    font-size: 64px;
  }
  .sec4 h2 {
    font-size: 80px;
    line-height: 100px;
  }
  .sec4 p {
    font-size: 24px;
    line-height: 32px;
  }
  .sec1 .left {
    width: 45%;
  }
  .sec1 .left>p {
    line-height: 30px;
  }
  .sec2 .main .joke .swiper {
    width: 90%;
  }
  .sec1 .joke {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1365px){
  .sec1 .left>p {
    font-size: 14px;
  }
  .sec1 .left .numList .numItem .num p {
    font-size: 30px;
  }
  .sec1 .left .numList .numItem .num span {
    font-size: 20px;
  }
  .sec1 .left .numList .numItem>p {
    font-size: 12px;
    line-height: 1.5;
  }
  .more p {
    font-size: 12px;
  }
  .sec1 .joke>.right1 .recommend .text .tt {
    font-size: 16px;
  }
  .sec1 .joke>.right1 .item a {
    font-size: 14px;
  }
  .sec1 .left>p {
    margin-bottom: 30px;
  }
  .more {
    width: 160px;
    height: 35px;
  }
}



@media screen and (max-width: 1000px){
  .sec1 .left,.sec1 .joke>.right1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec1 .joke {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px){
  .banner {
    padding-top: 60px;
  }
  .banner{
    height: auto;

  }
  .sec1,
  .sec1 .fp-tableCell,
  .sec2,
  .sec2 .fp-tableCell,
  .sec3,
  .sec3 .fp-tableCell,
  .sec4,
  .sec4 .fp-tableCell
  {
    height: auto !important;
  }
  .sec1 .joke{
    flex-direction: column;
  }
  .sec1 .joke>.left,
  .sec1 .joke>.right{
    width: 100%;
    margin: 0 auto;
  }
  .sec1 .left .lines{
    margin-bottom: 20px;
  }
  .sec1 .joke>.right{
    margin-bottom: 50px;
    padding-top: 40px;
  }
  .sec1 .right .num,
  .sec1 .right h2 {
    padding-left: 0;
  }

  .more {
    width: 160px;
    height: 45px;
    margin: 30px 0 0;
  }
  .sec1 .left .more {
    margin-top: 30px;
  }
  .sec1 .joke>.right1 {
    margin-top: 40px;
  }
  .sec1 .left>p {
    margin-bottom: 30px;
  }
  .sec1 .right .num p {
    font-size: 160px;
    width: 160px;
    line-height: 125px;
  }
  .sec1 .right h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .sec1 .joke>.right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sec1 .right h2{
    width: 50%;
  }
  .sec1 .right .num{
    width: auto;
  }
  .sec2 .main{
    padding:50px 0 ;
  }
  .sec2 .main .joke .links{
    justify-content: start;
    margin-bottom: 70px;
  }
  .sec2 .main .joke .links .item:first-child{
    margin-left: 0;
  }
  .sec2 .main .joke{
    flex-direction: column-reverse;
  }
  .sec2 .main .joke .swiperList{
    width: 100%;
  }
  .sec2 .main .joke .swiper{
    height: auto;
    transform: translate(-50%,40%);
  }
  .sec2 .main .joke .swiper .swiper-slide a{
    padding-bottom: 10px;
  }
  .sec2 .main .joke .swiperList {
    height: 250px;
  }
  .sec2 .main .joke .swiper.swiper_on{
    transform: translate(-50%,0);
  }
  .sec2 .main .joke .swiper {
    top: 20%;
  }
  .sec3 .sec3_top{
    height: auto;
    padding-bottom: 40px;
  }
  .sec3 .sec3_top h1 {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .sec3 .sec3_bt {
    height: 42vh;
  }
  .sec3 .sec3_bt .index_news .swiper-slide .title {
    font-size: 18px;
  }
  .sec4 h1{
    margin-top: 40px;
  }
  .sec4 p{
    margin-bottom: 50px;
  }
  .sec2 .main .joke .btns {
    bottom: 20px;
  }

  .sec3 .sec3_top h1 {
    font-size: 32px;
  }
  .sec3 .sec3_top .an .btns{
    align-items: center;
  }
  .sec3 .sec3_bt .index_news .swiper-slide .more1 {
    margin-bottom: 20px;
  }
  .sec4 h1 {
    font-size: 50px;
    line-height: 80px;
  }
  .sec4 h2 {
    font-size: 64px;
  }
  .sec1 .left .numList .numItem>p {
    text-align: center;
  }

}


@media screen and (max-width: 768px){
	.sec4 h1{
    margin-bottom: 0;
  }
  .sec1 .joke>.right1 .recommend {
    flex-direction: column;
  }
  .sec1 .joke>.right1 .recommend .img,.sec1 .joke>.right1 .recommend .text {
    width: 100%;
  }
  .sec1 .joke>.right1 .recommend .text {
    margin: 15px 0;
  }
  .sec1 .joke>.right1 .item a {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


@media screen and (max-width: 540px){
  .sec1 .left .more {
    margin-top: 10px;
  }
  .sec1 .joke {
    padding: 30px 0 60px;
  }
  .load svg,
	.load img{
    width: 90%;
  }
  .load svg{
    margin: 0 auto;
    display: block;
  }
  .sec1 .left h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .sec1 .left .numList .numItem .num p {
    font-size: 44px;
  }
  .sec1 .left .numList .numItem .num span {
    font-size: 24px;
  }
  .sec1 .left .numList .numItem .num {
    margin-bottom: 0;
  }
  .more p {
    font-size: 12px;
  }
  .sec1 .right .num p {
    width: 120px;
    font-size: 120px;
    line-height: 100px;
  }
  .sec1 .right .num span {
    font-size: 32px;
  }
  .sec1 .left .numList .numItem .num span {
    font-size: 18px;
  }
  .sec1 .right h2{
    width: 100%;
    font-size: 16px;
  }
  .sec2 .main .joke .swiper {
    top: 10%;
  }
  .sec3 .sec3_top .an .links .item {
    width: 120px;
  }
  .sec2 h1{
    font-size: 28px;
  }
  .sec2 .main .joke .btns{
    right: 30px;
  }
  .sec3 .sec3_bt {
    height: 500px;
  }
  .sec3 .sec3_bt .index_news .swiper-slide{
    padding: 20px;
  }
  .sec4 h1 {
    font-size: 38px;
  }
  .sec4 h2 {
    font-size: 48px;
    line-height: 80px;
    margin-bottom: 10px;
  }
  .sec1 .right h2 {
    font-size: 14px;
    line-height: 24px;
  }
  .sec3 .sec3_top h1 {
    font-size: 28px;
  }
  .sec1 .left .numList {
    flex-wrap: wrap;
  }
  .sec1 .left .numList .numItem {
    width: 25%;
    margin-bottom: 20px;
  }
  .sec1 .left .numList .numItem .num {
    justify-content: center;
  }
  .sec1 .right h2 br {
    display: none;
  }
  .sec1 .left .numList .numItem>p {
    white-space: nowrap;
  }
}


@media screen and (max-width: 414px){
  .sec1 .left h1 {
    font-size: 24px;
  }

  .sec1 .left .numList .numItem .num p {
    font-size: 36px;
  }
  .sec1 .left>p{
    font-size: 14px;
    line-height: 24px;
  }
  .more {
    width: 130px;
    height: 35px;
  }
  .sec1 .right .num {
    margin: 20px 0 20px;
  }
  .sec2 .main .joke .links .item{
    font-size: 16px;
    margin-left: 0;
    width: 50%;
    margin-bottom: 20px;
  }
  .sec2 .main .joke .links{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .sec2 h1 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .sec2 .main .joke .swiper .swiper-slide a{
    font-size: 14px;
    line-height: 24px;
  }
  .sec3 .sec3_top h1 {
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .sec3 .sec3_top .an .btns {
    margin-right: 0;
  }
  .sec3 .sec3_bt {
    height: 440px;
  }
  .sec3 .sec3_bt .index_news .swiper-slide p {
      line-height: 24px;
      height: 48px;
  }
  .sec3 .sec3_top .an .links .item {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .sec4 h1 {
    font-size: 32px;
  }
  .sec4 h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .sec4 p {
    font-size: 20px;
    line-height: 24px;
  }
  .sec2 .main .joke .swiperList {
    height: 300px;
  }
  .sec2 .main {
    padding: 30px 0;
  }

}

@media screen and (max-width: 375px){
  .sec3 .sec3_bt {
    height: 410px;
  }
  .sec3 .sec3_bt .index_news .swiper-slide .title {
    font-size: 16px;
    line-height: 24px;
  }
  .sec3 .sec3_bt .index_news .swiper-slide .more1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px){

}

.sec1 .more .line .right div {
  background: #07afd3!important;
}
.sec1 .more .line .left div {
  background: #005ca9!important;
}
.header {
  transform: unset!important;
}
