.border_B {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#banner .image img{
    max-height: 60vh !important;
    object-fit: cover;
}
.pb20 {
  padding-bottom: 20px;
}
.con {
  padding: 20px 0 0 0;
}
.con .nav_tit {
  width: 100%;
  color: #181818;
  text-align: center;
}

.con .tab{
    display: flex;
   flex-wrap: wrap;
}

.con .tab::-webkit-scrollbar {
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.con .tab::-webkit-scrollbar-thumb {
  height:  100%;
  background: linear-gradient(to bottom, #5F5CFE 0%, #3091CA 100%);
  border-radius: 8px;
  cursor: pointer;

}
.con .page5 .next, .con .page5 .prev{
      position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-60deg, #359edc 0%, #5f5bfe 100%), #0054a3;
}
.con .page5 .next.swiper-button-disabled,
 .con .page5 .prev.swiper-button-disabled{
     
     visibility: hidden;
 }
.con .page5 .prev{
    left: -60px;
}
.con .page5 .next {
    right: -60px;
}
.con .tab p a{
    display: block;
     width: max-content
}
.con .tab p {

  transition: all 0.2s linear;
  color: rgba(0,0,0,.44);
  padding-bottom: 20px;
  position: relative;
  margin-right: 4.8%;
  margin-top: 20px;
  cursor: pointer;
}
.con .tab p:last-child {
  margin-right: 0;
}
.con .tab p::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--onColor);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.con .tab p:hover {
  color: var(--onColor);
}
.con .tab p.act {
      font-weight: 600;
  color: var(--onColor);
}
.con .tab p.act::after {
  width: 100%;
}
.con .page1 {
  padding: 90px 0 0 0;
  max-width: 1920px;
  margin: auto;
}
.con .page1 .main_l {
  flex: 0 0 54.16%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con .page1 .main_l video,
.con .page1 .main_l img {
  max-width: 100%;
  max-height: 600px;
}
.con .page1 .main_r {
  flex: 1;
  height: auto;
  background: #F6F7F9;
  display: flex;
  align-items: center;
}
.con .page1 .main_r > div {
  padding: 40px  88px;
}
.con .page1 .main_r .tit {
  color: #181818;
}
.con .page1 .main_r .mes {
  margin-top: 28px;
  color: #1D1D1F;
  line-height: 2;

  overflow-y: auto;
}
.con .page1 .main_r .mt_50 {
  margin-top: 50px;
}
.con .page1 .main_r .btn {
  padding: 14px 46px;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  margin-right: 30px;
  background: linear-gradient(90deg, #5F5CFE 0%, #3091CA 100%);
}
.con .page1 .main_r .btn:last-child {
  margin-right: 0;
}
.con .page1 .main_r .btn svg {
  margin-right: 5px;
}
.con .page2 {
  background-color: #fff;
  padding: 100px 0 0 0;
}
.con .page2 .mes {
  font-weight: 400;
  color: #1D1D1F;
  line-height: 1.5;
  margin-top: 40px;
}

.con .page2 .mt_50 {
      margin-top: 50px;
}
.con .page2 .page2_box .page2_list{
    padding: 40px;
    border-radius: 10px;
    background: #F6F7F9;
    margin-bottom: 20px;
    
}
.con .page2 .page2_box .page2_list .page2_listTit{
    font-weight: 600;
    color: var(--onColor);
}
.con .page2 .page2_box .page2_list .page2_listsubTit{
    margin-top: 10px;
    color: #1D1D1F;
}
.con .page3 {
  margin-top: 150px;
  background: #F6F7F9;
}
.con .page3 video{
    width: 100%;
}
.con .page3 img {
  width: 100%;
  transform: translateY(-110px);
}
.con .page4 {
  padding: 110px 0 140px 0;
}
.con .page4 .mt_50 {
  margin-top: 50px;
}
.con .page4 .main_l {
  flex: 0 0 100%;
  height: auto;
}
.con .page4 .main_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .page4 .main_r {
  flex: 1;
  padding-left: 90px;
  color: #1D1D1F;
  line-height: 1.5;
}
.con .page5 {
  padding: 124px 0 134px 0;
  background: #F6F7F9;
}
.con .page5 .mt_60 {
  margin-top: 60px;
  justify-content: center;
  position: relative;
}
.con .page5 .list {


  background: #fff;
  border-radius: 10px;
  padding: 50px 30px 50px 45px;
}

.con .page5 .list .image {
  width: 110px;
  height: 110px;
  background: #FFFFFF;
  border-radius: 100%;
  border: 10px solid #F6F7F9;
  margin-top: -55px;
    transition: all 0.4s linear;
}
.con .page5 .list:hover .image{
    transform: translateX(20px);
}
.con .page5 .list .image img {
  max-width: 50%;
  transition: all 0.4s linear;
}
.con .page5 .list .tit {
  font-weight: bold;
  color: #333333;
  line-height: 1.3;
  text-align: left;
  margin-top: 0;
}
.con .page5 .list hr {
  width: 42px;
  height: 3px;
  background: #0054A3;
  border-radius: 14px;
  margin: 20px 0 0 0;
}
.con .page5 .list .mes {
  margin: 20px 0 0 0;
  color: #333333;
  line-height: 2;
}
.con .page6 {
  padding: 140px 0 180px 0;
  background: #fff;
}
.con .page6 .mt_80 {
  margin-top: 80px;
}
.con .page6 .list {
  flex: 1;
  padding: 40px 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.con .page6 .list:first-child {
  border: none;
}
.con .page6 .tit {
  font-size: 120px;
  line-height: 1;
  text-align: center;
  color: transparent;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(#000000 0%, #C9C9C9 100%);
  -webkit-background-clip: text;
  transition: all 0.4s linear;
}
.con .page6 .list:hover .tit{
    transform: translateY(-20px);
}
.con .page6 .mes {
  margin-top: 10px;
  text-align: left;
}
.con .page6 .mes span {
  color: var(--onColor);
}
.con .page7 {
  background: #F6F7F9;
  padding: 130px 0 120px 0;
}
.con .page7 .swiper_pro {
  margin-top: 40px;
  padding-bottom: 70px;
}
.con .page7 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #0054A3;
  opacity: 0.2;
}
.con .page7 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 38px;
  border-radius: 50px;
}
.con .page7 .swiper-slide {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 30px 35px 0 35px;
  cursor: pointer;
}
.con .page7 .swiper-slide .image {
  text-align: center;
  padding-top: 56%;
  position: relative;
}
.con .page7 .swiper-slide .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  transition: all 0.4s linear;
}
.con .page7 .swiper-slide .info {
  padding: 20px 0 34px 0;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
.con .page7 .swiper-slide .info p {
  text-align: center;
  margin-top: 6px;
}


.pop_form{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    display: none;
}
.pop_form > div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_form .w1440{
    max-width: 800px;
    background: #fff;
    padding:60px 40px 20px 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.pop_form .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    
}
.pop_form .close svg{
    opacity: 0.3;
    transition: all 0.4s linear;
}
.pop_form .close:hover svg{
    transform: rotate(180deg);
}
.pop_form .layui-form-item {
  margin-bottom: 0;
}
.pop_form .layui-form-select .layui-edge {
  top: 15px;
}
.pop_form .layui-form-select dl dd.layui-this {
  background: var(--onColor);
}
.pop_form .layui-input {
  background: transparent;
  padding-bottom: 20px;
  border: none;
  height: auto;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: inherit;
  padding-left: 0;
  border-radius: 0;
}
.pop_form .layui-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.pop_form .layui-form-select dl dd.layui-this {
  color: #fff;
}
.pop_form form > div{
    margin-bottom: 20px;
    text-align: center;
}
.pop_form form > div > div:first-child{
    margin-right: 10px;
}
.pop_form div{
    flex: 1;
}
.pop_form .layui-input:focus,
.pop_form .layui-textarea:focus {
  border-color: var(--onColor) !important;
  box-shadow: none !important;
}
.pop_form .btn {
  margin: 20px 0 0 0;
  padding: 14px 48px;
  border-radius: 50px;
  display: inline-block;
  background: linear-gradient(90deg, #5F5CFE 0%, #3091CA 100%);
  color: #fff;
  overflow: hidden;
}





@media only screen and (max-width: 1600px) {
    .con .page5 .mt_60{
        margin-top: 3vw;
    }
    .con .page2 .mt_50 {
      margin-top: 2.5vw;
}
.con .page1 .main_r .mes{
    max-height: 8em;
    
    padding-right: 10px;
    overflow-y: auto;
}

.con .page1 .main_r .mes::-webkit-scrollbar {
  width: 6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.con .page1 .main_r .mes::-webkit-scrollbar-thumb {
  width: 100%;
  background: linear-gradient(to bottom, #5F5CFE 0%, #3091CA 100%);
  border-radius: 8px;
  cursor: pointer;
}
.con .page2 .page2_box .page2_list{
    padding: 2vw;
    
}

  .con .page1 .main_r > div {
    padding-right:  4.5833vw;
    padding-left: 4.5833vw;
  }
  .con {
    padding-top: 2.3958vw;
  }
  .con .page1 {
    padding-top: 4.6875vw;
  }
  .con .page1 .main_r .mt_50 {
    margin-top: 2.6042vw;
  }
  .con .page2 {
    padding-top: 5.2vw;
  }
  .con .page2 .mes {
    margin-top: 2vw;
  }
  .con .page4 {
    padding: 5.7292vw 0 7.2917vw 0;
  }
  .con .page4 .main_r {
    padding-left: 4.6875vw;
  }
  .con .page5 {
    padding: 6.4583vw 0 6.9792vw 0;
    background: #F6F7F9;
  }
  .con .page5 .list {
    padding-bottom: 2.6042vw;
    padding-left: 2.3438vw;
    padding-right: 1.5625vw;
  }
  .con .page6 {
    padding: 7.2917vw 0 9.375vw 0;
  }
  .con .page6 .list {
    padding: 2.0833vw 2.6042vw;
  }
  .con .page7 {
    padding: 6.7708vw 0 6.25vw 0;
  }
  .con .page7 .swiper_pro {
    margin-top: 2.0833vw;
  }
  .con .page1 .main_r .btn {
    margin-right: 1.5625vw;
  }
  .con .page1 .main_r .btn {
    padding: 14px 2.3958vw;
  }
  .con .page4 .mt_50 {
    margin-top: 2.6042vw;
  }
  .con .page6 .mt_80 {
    margin-top: 4.1667vw;
  }
  .con .page6 .tit {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1200px) {

  .con .page6 .tit {
    font-size: 80px;
  }
  .con .page1 .main_l video,
  .con .page1 .main_l img {

  max-height: 400px;
}
}
@media only screen and (max-width: 768px) {
.con .page5 .next, .con .page5 .prev {
        width: 36px;
        height: 36px;
    }
        .con .page5 .prev {
        left: -5%;
    }
    .con .page5 .next{
        right: -5%;
    }
    .con .page5 .mt_60{
        margin-top: 6vw;
    }
  .con {
    padding-top: 6px;
  }
  .con .page1 .main_l video, .con .page1 .main_l img{
      width:100%;
  }
  .con .page6 .list{
      flex: 0 0 100%;
      border: none;
  }
  .con .page5 .list{

      padding: 20px;
  }
  .con .page1 .main_l video,
  .con .page1 .main_l img {

  max-height: 300px;
}
  .pop_form .w1440{
      max-width: 90%;
      padding: 60px 20px 0px 20px;
  }
  .pop_form .btn{
      margin: 0;
  }
  .con .page1 {
    padding-top: 40px;
  }
  .con .page1 .main_l {
    flex: 0 0 100%;
  }
  .con .page1 .main_r > div {
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .con .page1 .main_r .mes {
    margin-top: 10px;
  }
  .con .page1 .main_r .btn {
    padding: 10px 20px;
  }
  .con .page1 .main_r .mt_50 {
    margin-top: 20px;
  }
    .con .page2 .mt_50 {
      margin-top:20px;
}
.con .page2 .page2_box .page2_list{
    padding: 20px;
   
  .con .page2 {
    padding-top: 40px;
  }
  .con .page2 .mes {
    margin-top: 20px;
  }
  .con .page3 {
    margin-top: 80px;
  }
  .con .page3 img {
    transform: translateY(-40px);
  }
  .con .page4 {
    padding: 40px 0;
  }
  .con .page4 .mt_50 {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .con .page4 .main_l {
    flex: 0 0 100%;
  }
  .con .page4 .main_r {
    padding: 20px 0 0 0;
  }
  .con .page5 {
    padding: 40px 0;
  }
  .con .page5 .list .image {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
  .con .page5 .list {

    margin-bottom: 60px;
    padding: 0 20px 20px 20px;
  }
  .con .page5 .list:last-child {
    margin-bottom: 0;
  }
  .con .page5 .list .tit {
    margin-top: 0;
  }
  .con .page5 .list hr {
    margin-top: 10px;
    height: 2px;
  }
  .con .page6 {
    padding: 40px 0;
  }
  .con .page6 .mt_80 {
    margin-top: 20px;
  }
  .con .page6 .tit {
    font-size: 60px;
  }
  .con .page6 .list {
    flex: 0 0 50%;
    padding: 20px 10px;
  }
  .con .page6 .list:nth-child(2n-1) {
    border: none;
  }
  .con .page7 {
    padding: 40px 0;
  }
  .con .page7 .swiper_pro {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .con .page7 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .con .page7 .swiper-pagination-bullet-active {
    width: 20px;
  }
  .con .page7 .swiper-slide .info {
    padding: 20px 0;
  }
  .con .page5 .mt_60 {
    margin-top: 40px;
  }
}
