body {
  line-height: 1.5;
}

.ix_1440 {
  width: 75%;
  margin: 0 auto;
}

.banner {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.banner .index_banner {
  width: 100%;
}

.banner .index_banner .swiper-pagination {
  bottom: 5%;
}

.banner .index_banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 6px;
  height: 6px;
}

.banner .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.banner .index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}

.banner .index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
}

.banner .index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .index_banner .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.07);
  transition: all ease-out 8s;
}

.banner .index_banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}

.new_scr {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}

.new_scr::-webkit-scrollbar-thumb {
  background-color: #792696;
}


.new_scr::-webkit-scrollbar-track {
  background-color: transparent;
  /* 设置滚动条凹槽背景颜色为透明 */
}

.banner .index_banner .swiper-slide .text p {
  width: 100%;
  display: block;
  transform: translateY(50px);
  font-family: 'Regular';
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}

.banner .index_banner .swiper-slide .text span {
  display: block;
  width: 100%;
  font-family: 'Heavy';
  transform: translateY(50px);
  margin-top: 0%;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  line-height:1.2;
}

.banner .index_banner .swiper-slide .text i {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-style: normal;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  font-family: 'Regular';
}

.banner .index_banner .swiper-slide .text .more {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transform: translateY(50px);
}

.banner .index_banner .swiper-slide .text a {
  display: flex;
  margin-top: 3%;
  font-family: 'Medium';
  color: #792696;
  background: #fff;
  transition: all 0.3s;
  position: relative;
  height:42px;
  width:140px;
      justify-content: center;
    align-items: center;
flex-wrap:wrap;
}
.banner .index_banner .swiper-slide .text a:after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
      position: absolute;
    right: -16px;
    top: 6px;
    z-index: -1;
    transform: rotate(45deg);
  transition: all 0.3s;
}
.banner .index_banner .swiper-slide .text a:hover:after{background: #792696;}
.banner .index_banner .swiper-slide .text a:hover {
  background: #792696;
  color: #fff;
}

.banner .index_banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.001);
}

.banner .index_banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.8s;
}

.banner .index_banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 1.2s;
}

.banner .index_banner .swiper-slide.swiper-slide-active .text i {
  transition-delay: 1.6s;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}

.banner .index_banner .swiper-slide.swiper-slide-active .text .more {
  transition-delay: 2s;
}

.banner .index_banner .swiper-slide.swiper-slide-active .text p,
.banner .index_banner .swiper-slide.swiper-slide-active .text span,
.banner .index_banner .swiper-slide.swiper-slide-active .text .more {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}

.cont {
  overflow: hidden;
}

.cont svg {
  margin: 0 !important;
}

.cont .page1 {
  display: flex;
  overflow: hidden;
}

.cont .page1 .box_l {
  width: 74.27%;
  position: relative;
}

.cont .page1 .box_l .txt {
  position: absolute;
  left: 16.5%;
  top: 50%;
  padding-right:2vw;
  transform: translateY(-50%);
}

.cont .page1 .box_l .txt i {
  font-style: normal;
  display: flex;
  align-items: center;
  color: #792696;
  font-family: 'Regular';
  position: relative;
}

.cont .page1 .box_l .txt i::before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #792696;
  margin-right: 15px;
}

.cont .page1 .box_l .txt p {
  display: block;
  color: #222;
  font-family: 'Bold';
  margin-top: 5%;
  max-width:60%;
}

.cont .page1 .box_l .txt .des {
  font-family: 'Regular';
  color: #666;
  width: 51%;
  margin-top: 3%;
  line-height: 1.8;
}
.cont .page1 .box_l .txt .des p{max-width:100%;}
.cont .page1 .box_l .txt .des strong {
  font-family: 'Bold';
  color: #792696;
  font-weight:700;
}

.cont .page1 .box_l .txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  font-family: 'Medium';
  color: #fff;
  background: #792696;
  transition: all 0.3s;
  height:42px;
  width:140px;
}
.cont .page1 .box_l .txt a:after{
    content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #792696;
      position: absolute;
    right: -16px;
    top: 6px;
    z-index: -1;
    transform: rotate(45deg);
  transition: all 0.3s;
}
.cont .page1 .box_l .txt a:hover:after{background:#5e1c75;}
.cont .page1 .box_l .txt a svg {
  margin-left: 8px !important;
}

.cont .page1 .box_l .txt a path {
  transition: all 0.3s;
}

.cont .page1 .box_l .txt a:hover {
  color: #fff;
  background: #5e1c75;
}

.cont .page1 .box_l .txt a:hover path {
  fill: #fff;
}

.cont .page1 .box_r {
  width: 25.73%;
  position: relative;
}

.cont .page1 .box_r .txt {
  width: 100%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  writing-mode: vertical-lr;
  color: #ffd893;
  font-family: 'Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.cont .page1 .box_r .txt::before {
  content: '';
  display: block;
  width: 1px;
  height: 27%;
  margin-bottom: 30px;
  background: #ffd893;
}

.cont .page2 {
  background: url(index_bg3.jpg) no-repeat center center;
  background-size: cover;
  padding: 5% 0;
}

.cont .page2 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cont .page2 ul li {
  width: 33.33%;
  padding: 3% 0 3% 0%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display:flex;
  justify-content: center;
}

.cont .page2 ul li:nth-child(3) {
  border-right: 0;
}

.cont .page2 ul li:nth-last-child(1) {
  border-right: 0;
  border-bottom: 0;
}

.cont .page2 ul li:nth-last-child(2) {
  border-bottom: 0;
}

.cont .page2 ul li:nth-last-child(3) {
  border-bottom: 0;
}

.cont .page2 ul li .num {
  position: relative;
  display: flex;
  color: #fff;
  font-family: 'Medium';
      flex-wrap: wrap;
      flex-direction: column;
}
.cont .page2 ul li .num>div{
    display: flex;
    
}
.cont .page2 ul li .num p {
  line-height: 1;
}

.cont .page2 ul li .num i {
  line-height: 1.2;
}

.cont .page2 ul li span {

  bottom: -40px;
  left: 0;
  display: block;
  width: 100%;
  font-family: 'Medium';
  color: #ffd893;
}

.cont .page3 {
  background: url(index_bg4.jpg) no-repeat right bottom;
  background-size: 100%;
  padding: 10% 0 13%;
  display: flex;
}

.cont .page3 .box_l {
  width: 50%;
  position: relative;
}

.cont .page3 .box_l img {
  z-index: 5;
  position: relative;
}

.cont .page3 .box_l .bg {
  width: 57.9%;
  position: absolute;
  bottom: -14%;
  left: 0;
  z-index: 1;
}

.cont .page3 .box_r {
  width: 50%;
  padding-right: 11.5%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}

.cont .page3 .box_r .tit {
  color: #222;
  font-family: 'Bold';
  width: 100%;
  text-align: right;
}

.cont .page3 .box_r .subtit {
  width: 100%;
  margin-top: 3%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #792696;
  font-family: 'Bold';
  position: relative;
}

.cont .page3 .box_r .subtit::before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #792696;
  margin-right: 15px;
}

.cont .page3 .box_r .tab {
  font-family: 'Bold';
  display: flex;
  width: 60%;
  margin-top: 9%;
  background: #ffefd4;
  position: relative;
}

.cont .page3 .box_r .tab .active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #792696;
  transition: all 0.3s;
  z-index: 1;
}

.cont .page3 .box_r .tab a {
  display: block;
  padding: 6px 0;
  width: 50%;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.cont .page3 .box_r .tab a.on {
  color: #fff;
}

.cont .page3 .box_r .txt {
  color: #666;
  font-family: 'Regular';
  width: 90%;
  display: flex;
  justify-content: flex-end;
  margin-top: 7%;
}

.cont .page3 .box_r .txt .p {
  display: none;
  text-align: left;
  width: 100%;
}
.cont .page3 .box_r .txt .p a{
    /*margin-top:20px;display:inline-block;
    color:#792696;
    */
}
.cont .page3 .box_r .txt .p a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  font-family: 'Medium';
  color: #fff;
  background: #792696;
  transition: all 0.3s;
  height:42px;
  width:140px;
  position:relative;
  margin-left: auto;
  margin-right:22px;
}
.cont .page3 .box_r .txt .p a:after{
    content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #792696;
      position: absolute;
    right: -16px;
    top: 6px;
    z-index: -1;
    transform: rotate(45deg);
  transition: all 0.3s;
}
.cont .page3 .box_r .txt .p a:hover{background:#5e1c75;}
.cont .page3 .box_r .txt .p a:hover:after{background:#5e1c75;}

.cont .page3 .box_r .txt .p:nth-child(1) {
  display: block;
}

.cont .page4 {
  background: url(index_bg6.jpg) no-repeat center center;
  background-size: cover;
  padding: 8% 0 13%;
}

.cont .page4 .tit {
  font-family: 'Bold';
  text-align: center;
  color: #fff;
  padding:0 2vw;
}

.cont .page4 form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
}

.cont .page4 form .input-group {
  position: relative;
  margin-right:10px;
}

.cont .page4 form .input-group label {
  font-family: 'Medium';
  color: #fff;
  position: absolute;
  top: -29px;
  left: 0;
}

.cont .page4 form .input-group:nth-child(1),
.cont .page4 form .input-group:nth-child(2),
.cont .page4 form .input-group:nth-child(3),
.cont .page4 form .input-group:nth-child(4),
.cont .page4 form .input-group:nth-child(5)  {
  width: 16%;
}

.cont .page4 form .input-group input,
.cont .page4 form .input-group select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fafafa;
  color: rgba(0, 34, 34, 0.5);
  font-family: 'Medium';
  padding-left: 20px;
}

.cont .page4 form .input-group select {
  background: url(arr.png) #fafafa no-repeat 90% center;
  background-size: 17px 12px;
}

.cont .page4 form button {
  width: 13.8%;
  font-family: 'Medium';
  background: #792696;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cont .page4 form button .icon {
  margin-right: 10px !important;
}

.cont .page4 .filtering {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}

.cont .page4 .filtering a {
  font-family: 'Medium';
  color: #fff;
  padding: 3px 6px;
}

.cont .page4 .filtering a.on {
  background: #792696;
}

.cont .page5 {
  background: url(index_bg7.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 10% 0 22%;
  text-align: center;
}

.cont .page5 .tit {
  text-align: center;
}

.cont .page5 .tit  {
  line-height: 1;
  font-family: 'Heavy';
  color: transparent;
  background-image: url(index_bg9.jpg);
  background-size: 1145px 331px;
  -webkit-background-clip: text;
  background-clip: text;
}

.cont .page5 .tit .t1 {
  background-position: center 30%;
}

.cont .page5 .tit .t2 {
  background-position: center 90%;
}

.cont .page5 .tit span {
  margin-bottom: 10px;
}

.cont .page5 .tit span,
.cont .page5 .tit i {
  display: block;
  font-family: 'Medium';
  line-height: 1;
}

.cont .page5 .des {
  text-align: center;
  font-family: 'Regular';
  color: #000;
  margin-top: 4%;
  line-height: 1.7;
  max-width: 1440px;
  padding:0 10px;
  margin-left:auto;
  margin-right:auto;
}

.cont .page5 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
  font-family: 'Regular';
  color: #fff;
  background: #792696;
  transition: all 0.3s;
  position: relative;
  height:42px;
  width:140px;
  margin-right: auto;
  margin-left: auto;
}
.cont .page5 a:after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #792696;
  position: absolute;
  right: -16px;
  top: 6px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cont .page5 a:hover:after{background:#5e1c75;}
.cont .page5 a:hover {
  background: #5e1c75;
}

.cont .page6 {
  padding-bottom: 5%;
}

.cont .page6 .ix_1440 {
  width: 82.5%;
}

.cont .page6 .btn_t {
  display: flex;
  justify-content: space-between;
}

.cont .page6 .btn_t .tab span {
  color: #666;
  font-family: 'Regular';
  padding: 0 15px;
}

.cont .page6 .btn_t .tab a {
  color: #666;
  position: relative;
  font-family: 'Regular';
}

.cont .page6 .btn_t .tab a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #792696;
  transition: all 0.3s;
}

.cont .page6 .btn_t .tab a.on {
  color: #792696;
  font-family: 'Bold';
}

.cont .page6 .btn_t .tab a.on::after {
  width: 70%;
}

.cont .page6 .btn_t .tab a:hover::after {
  width: 70%;
}

.cont .page6 .btn_t .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Regular';
  position: relative;
  height:42px;
  width:140px;
  color: #fff;
  background: #792696;
  transition: all 0.3s;
  margin-right:22px;
}
.cont .page6 .btn_t .more a:after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #792696;
  position: absolute;
  right: -16px;
  top: 6px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cont .page6 .btn_t .more a:hover{background: #5e1c75;}
.cont .page6 .btn_t .more a:hover:after{background:#5e1c75;}

.cont .page6 .news_list {
  margin-top: 6%;
}

.cont .page6 .news_list .news_box {
  width: 100%;
  display: none;
}

.cont .page6 .news_list .news_box:nth-child(1) {
  display: block;
}

.cont .page6 .news_list .news_box .news_ctn {
  display: flex;
  position: relative;
}

.cont .page6 .news_list .news_box .news_ctn .img {
  display: block;
  width: 63.13%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 35.3%;
}

.cont .page6 .news_list .news_box .news_ctn .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.cont .page6 .news_list .news_box .news_ctn .img .text {
  position: absolute;
  top: 10%;
  left: 5%;
  color: #fff;
  z-index: 2;
}

.cont .page6 .news_list .news_box .news_ctn .img .text span {
  display: block;
  font-family: 'Regular';
}

.cont .page6 .news_list .news_box .news_ctn .img .text p {
  font-family: 'Bold';
  display: block;
  margin-top: 3%;
  line-height: 1.7;
  width: 64%;
}

.cont .page6 .news_list .news_box .news_ctn .img:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.cont .page6 .news_list .news_box .news_ctn .txt {
  width: 36.87%;
  padding-left: 4%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.cont .page6 .news_list .news_box .news_ctn .txt .item {
  display: block;
  margin-bottom: 9%;
}

.cont .page6 .news_list .news_box .news_ctn .txt .item:nth-last-child(1) {
  margin-bottom: 0;
}

.cont .page6 .news_list .news_box .news_ctn .txt .item p,
.cont .page6 .news_list .news_box .news_ctn .txt .item span {
  display: block;
  font-family: 'Regular';
  color: #000;
  padding-bottom: 8px;
}

.cont .page6 .news_list .news_box .news_ctn .txt .item::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #000;
  margin-top: 3%;
}

.cont .page6 .news_list .news_box .news_ctn .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #792696;
}

.cont .page6 .news_list .news_box .news_ctn .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.pp {
  animation: p2fd 0.4s linear 0.1s 1 forwards;
  transform: scale(0);
}

.pp {
  animation: hand2 1s linear 0s infinite;
  transform: scale(0);
}

@keyframes p2fd {
  0% {
    transform: scale(0.1);
  }

  60% {
    transform: scale(1.3);
  }

  75% {
    transform: scale(1);
  }

  85% {
    transform: scale(1.1);
  }

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

@media screen and (max-width: 1600px) {
  .ix_1440 {
    width: 80%;
  }
}

/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page5 .tit p {
    font-size: 80px;
  }
}

@media screen and (max-width: 1366px) {
  .cont .page1 .box_r .txt {
    font-size: 14px;
  }

  .cont .page4 form .input-group input,
  .cont .page4 form .input-group select {
    height: 40px;
    line-height: 40px;
  }

  .cont .page5 .tit p {
    font-size: 70px;
  }
}

@media screen and (max-width: 1280px) {
  .cont .page1 .box_l .txt .des {
    width: 65%;
  }

  .cont .page1 .box_r .txt {
    font-size: 12px;
  }

  .cont .page5 {
    padding: 4% 0 31%;
  }
}

@media screen and (max-width: 1200px) {
  .ix_1440 {
    width: 90%;
  }

  .cont .page6 .ix_1440 {
    width: 90%;
  }

  .cont .page6 .news_list .news_box .news_ctn .img .text p {
    width: 82%;
  }
}

@media screen and (max-width: 1170px) {
  .cont .page1 .box_l img {
    width: 150%;
    margin-left: -50%;
  }

  .cont .page1 .box_r img {
    width: 150%;
  }
}

/* 150 */
@media screen and (max-width: 998px) {
  .banner .index_banner {
    height: 400px;
  }

  .banner .index_banner .swiper-slide .text a {
    width:120px;height:30px;
  }
  .banner .index_banner .swiper-slide .text a:after{width:22px;height:22px;right:-11px;top:4px;}

  .banner .index_banner .swiper-slide .text i {
    font-size: 12px;
  }

  .cont .page2 ul li span {
    bottom: -30px;
  }

  .cont .page3 {
    flex-wrap: wrap;
  }

  .cont .page3 .box_l {
    width: 100%;
    order: 2;
    margin-top: 5%;
  }

  .cont .page3 .box_r {
    width: 100%;
  }

  .cont .page3 .box_r .subtit {
    margin-top: 2%;
  }

  .cont .page3 .box_r .tab {
    margin-top: 5%;
  }

  .cont .page3 .box_r .txt {
    margin-top: 5%;
  }

  .cont .page3 .box_r .txt p br {
    display: none;
  }

  .cont .page4 form .input-group input,
  .cont .page4 form .input-group select {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .cont .page4 form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cont .page4 form .input-group {
    width: 49% !important;
    margin-bottom: 50px;
    margin-right:0px;
  }

  .cont .page4 form .input-group:nth-child(1) {
    margin-right: 2%;
  }

  .cont .page4 form .input-group:nth-child(3) {
    margin-bottom: 0;
    margin-right: 2%;
  }

  .cont .page4 form .input-group:nth-child(5) {
    margin-bottom: 0;
    width: 100% !important;
  }

  .cont .page4 form button {
    width: 50%;
    height: 40px;
    margin-top: 4%;
  }

  .cont .page4 .filtering {
    flex-wrap: wrap;
    margin-top: 4%;
  }

  .cont .page6 .news_list .news_box .news_ctn {
    flex-wrap: wrap;
  }

  .cont .page6 .news_list .news_box .news_ctn .img {
    width: 100%;
    padding-top: 56%;
  }

  .cont .page6 .news_list .news_box .news_ctn .txt {
    width: 100%;
    position: static;
    height: 230px;
    padding-left: 0;
    margin-top: 4%;
  }
  .cont .page1 .box_l .txt a {
    width:120px;height:30px;
  }
  .cont .page1 .box_l .txt a:after{width:22px;height:22px;right:-11px;top:4px;}
  .cont .page5 a {
    width:120px;height:30px;
  }
  .cont .page5 a:after{width:22px;height:22px;right:-11px;top:4px;}
  
  .cont .page6 .btn_t .more a {
    width:120px;height:30px;
  }
  .cont .page6 .btn_t .more a:after{width:22px;height:22px;right:-11px;top:4px;}
}

@media screen and (max-width: 768px) {
  .cont .page1 .box_r {
    display: none;
  }

  .cont .page1 .box_l {
    width: 100%;
    padding: 40px 0;
  }

  .cont .page1 .box_l .txt {
    position: static;
    transform: translate(0);
    z-index: 2;
    width: 90%;
    margin: 0 auto;
  }

  .cont .page1 .box_l .txt .des {
    width: 100%;
  }



  .cont .page1 .box_l img {
    position: absolute;
    height: 100%;
    width: auto;
    object-fit: cover;
    bottom: 0;
    right: 0;
    margin-left: 0;
  }
.cont .page2 ul li .num p{font-size:24px;}
.cont .page2 ul li span{font-size:14px;}
  .cont .page2 ul li {
    padding: 5% 0 5% 0%;
  }




  .cont .page5 .tit p {
    font-size: 50px;
  }

  .cont .page5 .des {
    width: 90%;
    margin: 4% auto 0;
  }

  .cont .page5 .des br {
    display: none;
  }

  .cont .page5 {
    padding: 20% 0 40%;
  }
.cont .page5 .tit span, .cont .page5 .tit i{font-size:28px;}
  .cont .page6 .btn_t {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cont .page6 .btn_t .tab {
    width: 100%;
    text-align: center;
  }

  .cont .page6 .btn_t .more {
    margin-top: 10%;
  }



  .cont .page6 .btn_t .tab a.on::after {
    height: 2px;
    bottom: -8px;
  }
}

/*# sourceMappingURL=./index.css.map */
