html{
  -webkit-tap-highlight-color:transparent;
    /* scroll-padding-top: 80px; */
    /* background-color: #fff; */
    /* width: 100%; */
    /* height: 100% */
}
body{
  /* min-width: 100vw !important; */
/* height: 100%; */
/* display: flex; */
flex-grow: 1;
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
} 
ul{
  margin: 0;
}
ul li::marker {
  color: red; /* 使默认标记颜色透明 */
} 
input, button, select, textarea {
  -webkit-appearance: none;
}
[v-cloak]{
  display: none;
}
 
.menu-icon{
  display: none;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  z-index: 1;
}
.content{
  width: 1200px !important; 
}
.app-container{
    width: 100%;
    margin: 0 auto; 
}
.mycontent{
    max-width: 100vw;
    min-width: 1200px;
    /* width: 100%; */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    /* border:1px solid red; */
}   
.nav{
    /* background-color: #000;
    opacity: 0.6; */
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}
.nav-modal{
    background-color:rgba(0,0,0,.5);
    /* background-color:#fff; */
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    z-index: 999;
}
.top-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #fff; */
    height: 80px;
    color: #fff;
    margin: 0px auto;
    position: relative;
}
.top-nav-left{
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-nav-left img{
    /* width: 200px; */
    height: 44px;
    display: inline-block;
}
.top-nav-left > .line{
  margin:0 13px 0 15px;
  height: 38px;
  width: 1px;
  background-color: #fff;
}

.top-nav-right{
    margin-left: 100px;
    display:flex;

}
.nav-item{
    position: relative;
    cursor: pointer;
    margin-right: 44px;
    font-size:18px;
    font-family: MicrosoftYaHei;
}
.nav-item > div:nth-child(2){
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #fff;
}
.nav .logo{
  display: block;
}
.nav .logo-blue{
  display: none;
}
.nav-whitebg{
  background-color: #fff;
  box-shadow: 2px 2px 1px 2px #F4F4F4;
}
.nav-whitebg .top-nav{
  color: #000;
}
.nav-whitebg .logo{
  display: none;
}
.nav-whitebg .logo-blue{
  display: block;
}
.nav-whitebg .nav-item .nav-text-active {
  color:#FF448D;
}
.nav-whitebg .nav-item > div:nth-child(2){
  background: #FF448D;
}
.nav-whitebg .top-nav-left .line{
  background-color: #c9c9c9;
}
.banner{
    overflow: hidden;
}

.swiper {
    width:100%;
    /* height: 30.667vw;  */
    height: 615px;
    position:relative;
  }
  .swiper .modal{
    width:100%;
    height:100%; 
    background: rgba(0, 0, 0, 0.47); 
    position:absolute;
    z-index:2;
    top:0;
    left:0
  }
  .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
  }
  
  .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text-center{
    text-align: center;
  }
  .title1{
    font-size: 42px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold; 
    color: #373a4b; 
    margin-top:63px;
  }
  .title2{
    color: #7F7F7F;
    width: 50%;
    margin: 61px auto 0 !important;
    width: 1200px;
    font-family: MicrosoftYaHei;
    color: #434343;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }
  .core-content{
    margin: 41px auto 0;
    /* height: 800px; */
    overflow: hidden;
  }
  .core-content .capacity-tab{
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    /* width: fit-content; */
    padding-bottom: 23px;
    margin: 0 auto;
  }
  .jishu-tab{
    padding-bottom: 0 !important;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    display: flex;
    /* padding: 0 10px; */
    justify-content: space-between;
    /* width: fit-content; */
    padding-bottom: 23px;
    margin: 0 auto;
  }
  .jishu-tab .tab-item{
    padding: 0px 10px;
    height: 75px; 
    background-color: #FFDEDD;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size:18px;
    color: #000;
  }
  .jishu-tab .tab-item{
    width: 25%;
    background: transparent !important; 
  }
  .jishu-tab .tab-item.active{
    background: transparent;

  }
  .jishu-tab .tab-item > .jishu-item-title{
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #000000; 
    margin-left:4px;

  }
  .jishu-tab .tab-item.active > .jishu-item-title{ 
    text-transform: none;
    background: linear-gradient(90deg, #FF458F, #FF7808);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .core-content .capacity-tab .tab-item{
    /* width: 22%; */
    padding: 0px 10px;
    height: 75px; 
    background-color: #FFDEDD;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size:18px;
    color: #434343;
  }
  .core-content .capacity-tab .tab-item img{
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .core-content .jishu-tab .tab-item img{
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .capacity-tab .active{
    color: #fff;
    background-color: transparent !important;
    position: relative;
    overflow: hidden;
    color:#fff !important;
    /* bacikground-image: url("../../img/index/block1-bg.png"); */
  }
  .capacity-tab .active .title-img{
    position: absolute;
    width: 105% !important;
    height: 100% !important;
    z-index: 1;
  }
  .capacity-tab-text{
    position: relative;
    z-index: 2;
  }
  .capacity-content-wrapper{
    /* padding: 10px; */
    margin-top:20px;
    position: relative;
    height: 540px;
    overflow: hidden;
    /* box-shadow: 3px 0px 13px 0px #D4DCF9; */

  }
  .capacity-content-bg{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
  }
  .capacity-content{
    width: 97%;
    height: 93%;
    margin: 0 auto;
    margin-top: 1.2%;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top:20px; */
    /* padding:20px; */
    /* background: #FFFFFF; */
    /* box-shadow: 3px 0px 13px 0px #D4DCF9; */
    /* border-radius: 20px 20px 20px 20px; */
    /* border: 2px solid; */
    overflow: hidden;
    /* border:5px solid red; */
  }
  .capacity-content .img-box{
    width: 304px;
    margin-right: 40px;
  }
  .capacity-content img{
    width: 100%;
  }
  .course{
    margin-top: 23px;
    margin-left:35px;
  }
  .course li{
    /* margin-bottom: 5px; */
    line-height:30px;
  }
  .capacity-left{
    width:calc(100% - 434px);
    height: 100%;
  }
  .capacity-content-list{

  }
  .capacity-content-bigtitle{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 34px;
    color: #373a4b;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 40px;
    margin-top: 50px;
  }
  .capacity-content-stitle{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 22px;
    color: #373a4b;
  }
  .capacity-content-list .capacity-content-title{
    display: flex;
    margin-top:50px;
    align-items: center;
  }
  .capacity-content-title .icon{
    width:33px;
    height: 30px;
    margin-left: 40px;
    margin-right:14px;
  }
  .teacher{
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    /* background-color: #EBF0F8; */
    /* background-image: url("/assets/img/index/teacher-bg.jpg"); */
    background-size: cover;
    height: 834px;
  }
  .teacher li{
    list-style: none;
  }
  #cbe{
    height: 1000px;
    /* 渐变背景 */
    background: linear-gradient(to bottom, #FFFFFFFF, #FFF5F6 100%);
    /* background: linear-gradient(90deg, #FC3C86, #FF7240); */
  }
  .cbe-content{
    height: auto;
    margin: 74px auto 0;
  }
  .cbe-img{
    width: 546px;
    height: 531px;
    margin: 0 auto;
    position: relative;
  }
  .cbe-img img{
    width: 100%;
    height: 100%;
  }
  .cbe-modal{
    position: absolute; 
    width: auto;
    z-index: 0;
    /* height: 100px; */
    /* border:1px solid red; */
  }
  .cbe-modal1{
    left: -35%;
    top: 80px;
  }
  .cbe-modal2{
    right: -35%;
    top: 20px;
  }
  .cbe-modal3{
    left: 6%;
    bottom: -130px;
  }
  .cbe-modal-top{
    width: 80%;
    height: 100px;
    background: #8E39FF;
    position: absolute;
    top: -10px;
    left: 50%;
    transform:translateX(-50%);
    z-index: 1;
    border-radius: 15%;
  }
  .cbe-modal-content{
    width: 180px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    text-align: center;
    text-wrap: nowrap;
    padding: 15px 0;
    border-radius: 14px;
    box-shadow: 3px 0 13px 0px #D4DCF9;

  }
  .cbe-modal-title{ 
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #8020FF;
    line-height: 30px;
  }
  .cbe-modal-text{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #5C5C5C;
    line-height: 30px;
  }
  .teacher .bgimg{
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: -1;
  }
  .teacher-title{ 
    height: 42px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 42px;
    color: #373a4b; 
    text-align: center; 
    margin-top:74px;
  }
  .teacher-title2{
    width: 1200px;
    margin:60px auto 0; 
    font-family: MicrosoftYaHei;
    color: #434343;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;

  }
  .teacher-con{
    /* height: 600px; */
    /* background-color: #fff; */
    margin:10px auto;
    border-radius: 10px;
    overflow: hidden;
    width: 1300px;
  }
  .team-list{
    display: flex;
    justify-content: space-between;
    /* height: 200px; */
    padding: 50px 20px;
    align-items: center;
    border: 1px solid #ccc;
  }
  .team-list .team-item{
    /* border: 1px solid #ccc; */
    display: flex;
    align-items: center;
  }
  .team-item-num{
    font-size: 30px;
    font-weight: 900;
    display: flex;
    align-items: flex-end;
    color: #0d75f6;
    margin-right: 10px;
  }
  .team-item-num span{
    font-size: 16px;
    /* color: #fff; */
  }
  .team-item-title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
  }
  .b_d_second{
    width: 90%; 
    /* border:1px solid red; */
    margin: 0 auto;
    overflow: hidden;
  }
  
  .b_d_second .b_d_second_list{
    width: 100%;
    height: auto;
    padding: 0px;
    align-items: center;
    margin-top:50px
  }
  
  .b_d_second .b_d_second_list .swiper-slide{
    /* transform: scale(0.8); */
    /* width: 300px !important; */
    /* border:1px solid red; */
    box-sizing: border-box;
    /* height: 280px; */
    background: #fff;
    border-radius: 10px;
    padding: 30px;
  }
  .b_d_second .b_d_second_list .swiper-slide-active{
    transform: scale(1);
    /* width: 400px !important; */
    /* border:1px solid red; */
    box-sizing: border-box;

  } 
  #swiper-teacher{
    margin: 0 auto;
    width: 98%;
    padding: 20px 0;
  }
  .b_d_second_list_item_content{
    height: calc(100%);
  }
  .swiper-slide-active .top{
    height: 200px !important;
    border-bottom: none !important;
  }
  .swiper-slide-active .top-num{
    height: 150px !important;
    /* border-bottom: none !important; */
  }
  
  .swiper-slide-active .con{
    margin-top: -45px !important;
  }
  .swiper-slide-active .kong{
    height:20px;
  }
  .swiper-slide-active .top .img{
    border-radius: 100% !important;
    width: 250px !important;
    background-color: transparent !important;
  }
  .swiper-slide-active .top img{
    position: absolute !important;
    top:-20%;
    right:0%;
    width: 250px !important;
    height: 245px !important;
  }
  .swiper-slide-active .con{
    height: calc(60%) !important;
  }
  .b_d_second_list_item_content .top{
    display: flex;
    height: 50px;
    /* border:1px solid red; */
    /* width: 90%; */
    height: 30%;
    margin: 0 auto;
    align-items: center;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    padding-bottom: 17px;
  }
  .b_d_second_list_item_content.swiper-slide-active .top{
    height: 90px !important;
  }
  .b_d_second_list_item_content .teacher-name{
    display:flex;
    margin:24px 0;
    align-items: center;
  }
  .teacher-name > div:nth-child(1){
    font-family: MicrosoftYaHei;
    font-size: 21px;
    color: #000000; 
  }
  .teacher-name > div:nth-child(2){
    font-size: 14px;
    color: #000000; 
    margin-left:10px;
  }
  .b_d_second_list_item_content .con{
    overflow: hidden;
    /* border:1px solid red; */
    height: 70%;
  }
  .b_d_second_list_item_content .top .img{
    width: 135px;
    height: 135px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #FFC4E0;
  }
  .b_d_second_list_item_content .top .img img{
    width: 100%;
    height: 90%;
    margin-top:10%;
  }
  .b_d_second_list_item_content .top .right{
    margin-left: 10px;
  }
  .b_d_second_list_item_content .top .right > div:nth-child(1){
    font-size: 18px;
    font-weight: 600;
  } 
  .b_d_second_list_item_content .num{ 
    font-size: 35px;
    font-weight: bold;
    background: linear-gradient(90deg, #FC3C86, #FF7240);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-wrap: nowrap;
  }
  .b_d_second_list_item_content .text1{
    text-wrap: nowrap;

  }
  .teacher-list{
    /* background-color: #f5f5f5; */
  }
  .b_d_second_list_item_content .text2{
    /* white-space: nowrap; */
    height: 125px;
    /* border: 1px solid red; */
    display: -webkit-box;
    overflow: hidden;
    /* max-height: 60px; */
    text-overflow: ellipsis;
    -webkit-line-clamp: 5; /* 显示5行 */
    -webkit-box-orient: vertical; 
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #000000;
    line-height: 25px;
  }
  .b_d_second_list_item_content .swiper-slide-active .text2{
    -webkit-line-clamp: 6; 显示6行
  }


  .scroll-container {
    margin: 62px auto 0;
    /* border: 1px solid #ccc; */
    overflow: hidden;
    position: relative;
  }

  .scroll-content {
    display: flex;
    animation: scroll 50s linear infinite;
    height: 100%;
  }
  .scroll-item{
    background: #000;
    padding: 3px;
    margin-right: 34px;
    border-radius: 15px;
    border:2.5px solid #842268;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    align-items: center;
  }

  .scroll-content img {
    width: 336px;
    height: 220px;
    border-radius: 15px;
    object-fit: cover;
  }
  .loop-img-item{
    width: 100px;
    height: 100px;
    /* border:1px solid red; */
  }
  .divider{
    width: 570px;
    height: 3px;
    background: linear-gradient(90deg, #21013D 0%, #8020FF 50%, #21013D 100%);
    opacity: 0.3;
    margin: 31px auto;
  }
  .fuhua{
    /* background-image: url("/assets/img/index/jishu-bg.jpg"); */
    overflow: hidden;
    background-size: cover;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .scroll-container:hover .scroll-content {
    animation-play-state: paused;
  }

  .video-swiper .swiper-slide-active .b_d_second_list_item_content{
    height: 310px;
    background-color: skyblue;
  }

  #swiper-video{
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
  }
  .swiper-wrapper{

  }
   #swiper-video .swiper-container {
    width: 100%;
    height: 400px; /* 根据需要调整高度 */
    position: relative;
  }

  #swiper-video .swiper-wrapper {
    transform: translateX(50%); /* 整体向左移动50% */
  }

  #swiper-video .swiper-slide {
    display: flex;
    /* width: 0px !important; */
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    height: 300px;
    background-color: #000;
    opacity: 0.5;
    /* transform: scale(0) translateX(0);  */
    /* transform: scale(0.7) translateX(-50%); 默认向左移动50% */
    /* transition: all 0.3s ease; */
  }
.swiper-test{
  /* width: 1220px; */
  /* border: 1px solid #000; */
  overflow: hidden;
}
  .swiper-test .swiper-test-container {
    /* width: 1920; */
    /* height: 400px; */
    padding: 0px 0 80px;
    border-radius: 5px;
    width: 1000px;
    /* border: 1px solid #000; */
  }
  .swiper-test{
    /* height: 200px; */
  }
  .swiper-test .swiper-slides {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 60px;
    /* width: 300px !important; */
  }
  .swiper-test-container .swiper-wrapper >.swiper-slide{
    /* width: 800px !important; */
  }
  .swiper-test-container .swiper-wrapper >.swiper-slide:nth-child(6){
    /* display:none; */
    /* border:1px solid #000; */
    /* position: absolute; */
  }
  .swiper-test-container .swiper-slide-active{
    /* background-color: #000; */
  }
  .swiper-test-container .swiper-wrapper >.swiper-slide.swiper-slide{
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 350px;
  }
  .swiper-test-container .swiper-wrapper >.swiper-slide.swiper-slide{
    border:2.5px solid #842268 !important;
    background-color: #000; 
    padding: 3px;
  }
  .swiper-test-container .swiper-wrapper >.swiper-slide video{
    /* background-color: #000; */
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
  }
  .video-modal{ 
    display: none;
    position: absolute;
    width: 10%;
    height: 10%;
    left: 0%;
    top: 0%;
    background-color: #f5f5f5;
  }

  /* .swiper-test-container .swiper-wrapper >.swiper-slide.swiper-slide-active - * {
    opacity: 0.5;

  }
  .swiper-test-container .swiper-wrapper >.swiper-slide.swiper-slide-active[style*="order: 1"] {
    opacity: 0.5;
  } */

  .swiper-slides img,.swiper-slides video{
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
  }
  .swiper-test .one {
    /* background-color: #34495e; */
  }
  .swiper-test .two {
    /* background-color: #d35400; */
  }
  .swiper-test .three {
    /* background-color: #16a085; */
  }
 .shebei{
  /* background-image: url("/assets/img/index/zhibo-bg.jpg"); */
  /* no-repeat center center / cover!important */
  background: no-repeat center center / cover !important;
  overflow: hidden;
 }
 .zhibo-title{
  background: linear-gradient(90deg, #FFA80D, #F8074C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
 }
 .core-content .jishu-tab{
  justify-content: center !important;
 }
 /* .core-content .jishu-tab .tab-item{
  width: auto !important;
  margin-left:80px;
 } */
 .jishu-tab .tab-item{
   border:none !important;
   position: relative !important;
   border-radius: 0 !important;
 }
 .jishu-tab .active{
  color:#007AFF !important;
  /* background: #fff !important; */
  border:none;
  /* border-bottom: 2px solid linear-gradient(90deg, #FFA80D, #F8074C); !important; */
 }
 .jishu-tab .active .avtive-line{
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FF4591, #FF7900);
  position: absolute;
  bottom: -3px;
  border-radius: 3px;
 }
 .core-content .jishu-tab .tab-item img{
  margin-right: 0px;
 }
 .jishu-content-wrap{
  /* padding: 10px; */
  margin: 38px 0 62px 0;
 }
 .jishu-content{
  padding: 69px 90px 69px 50px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  /* border:1px solid red; */
  box-sizing: border-box; 
  background: #fff;
  box-shadow: 0px 0 13px 0px #DCDCDC;
  border-radius: 15px 15px 15px 15px;
 }
 .jishu-content .img-box{
  width: 436px;
  height: 284px;
 }
 .jishu-content .img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
 }
 .jishu-content-title{ 
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 34px;
  color: #373a4b;  
 }
 .jishu-content-course{ 
  margin-top:48px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #434343;
  line-height: 45px; 
 }
 .touzi{
  overflow: hidden;
  /* padding-bottom: 30px; */
  cursor: pointer;
  height: 400px;
  margin-top: 0px;
  /* background-image: url("/assets/img/index/touzi-bg.jpg") !important; */
  bacskground-size: cover;
 }
 .touzi .touzi-img {
  position: absolute;
  bottom: -30px;
  width: 600px;
  left:50%;
  transform: translateX(-50%);
  height: 150px;
  position: absolute;
  bottom:-170px;
 }
 .touzi .touzi-img img{
  width: 100%;
 }
 .touzi .touzi-title2{
  margin-top: 60px;
  width: 1000px;
  font-size:18px;
  color: #fff;
  text-align: center;
 }
 .touzi-pc:hover{
  /* height: 440px; */
 }
 .touzi-pc:hover .touzi-title1{
  display: block;
  transition:all .25s  linear;
  transform:translateY(-40px);
 }
 .touzi-pc:hover .touzi-title2{
  display: block;
  transition:all .25s  linear;
  transform:translateY(-70px)
 }
 .touzi-pc:hover .touzi-img {
  transition:all .25s  linear;
  transform:translate(-300px,-220px)
 }
 .news_swiper .swiper-slide{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
 }
 .news-list-item:nth-last-child(-n+3) {
  /* justify-self: start; 最后一行左对齐 */
}
.new-con .swiper-slide .news-list-item:nth-child(4n+1) {
  /* 样式规则 */
  margin: 0 !important;
}
.news-wrap{
  position: relative;
}
/* .news-list-item:last-child{margin-right:auto} */
 .new-con {
  width: 1200px !important;
  margin:60px auto; 
  cursor: pointer;
  overflow: hidden;
 }
 .new-con .swiper-slide{
  /* background: #f5f5f5 !important; */
  /* width: 1200px !important; */
  margin: 0 auto;
 }
 .news-list-item{
  margin-left:2.6%;
  width: 23%;
  /* border: 1px solid #e5e5e5; */
  box-sizing: border-box;
  overflow: hidden;
  /* height: 260px; */
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #F5F6FA;
  box-shadow: 0px 0 13px 0px #DCDCDC;
 }
 .news-list-item img{
  width: 100%;
  height: 160px !important;
 }
 .news-list-item .news-list-item-text{ 
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  text-align: left; 
 }
 .news-list-item-text div{
  margin: 15px 0 15px 0;
  padding:0 14px;
  overflow: hidden;
  display: -webkit-box;
  /* max-height: 60px; */
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* 显示5行 */
  -webkit-box-orient: vertical; 
  font-family: MicrosoftYaHei; 
 }
 .news-list-item:hover .news-list-item-text div{
  color: #FF4590;
 }
 .news-list-item-text span{
  text-align: right;
  display:block; 
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #707070; 
  padding-right: 14px;
  padding-bottom: 15px;
 }
 .news-pagination{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
 }
 .news-pagination > div{
  width: 50px;
 }
 .news-pagination > div img{
  width: 100%;
 }
 .news-wrap{
  width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
 }
 .news-wrap .swiper-button-prev{
  background-image: url('/assets/img/index/prev.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  left:35px;
  color:transparent !important;
  background-size: contain;
  cursor: pointer;
 }
 .news-wrap .swiper-button-next{
  background-image: url('/assets/img/index/next.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  right: 0px;
  color:transparent !important;
  background-size: contain;
  cursor: pointer !important;
 }
 .news-container{
  width: 100%;
 }
 @media (min-width: 768px) and (max-width: 1400px){
  .new-con{
    width: 1000px !important;
  }
  .news-wrap .mycontent{
    min-width: 1000px;
  }
  .news-wrap{
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
   }
  .news-wrap .swiper-button-prev{
    left:0px;
  }
  .news-wrap .swiper-button-next{
    right: -25px;
  }
 }
 .news-wrap .swiper-button-prev.swiper-button-disabled, .news-wrap .swiper-button-next.swiper-button-disabled{
  opacity: 1 !important;
 }
.form-con{
  /* height: 400px; */
  border: 1px solid #e5e5e5;
  margin-top:30px;
  background: skyblue;
  padding: 78px 0;
  position: relative;
  overflow: hidden;
  /* background-image: url('/assets/img/index/form-bg.jpg') !important; */
  background-size: cover; 
}
.form-content{
  width: 1200px;
  /* height: 400px; */
  margin: 0 auto;
  display:flex;
  position: relative;
}
.form-content > div:nth-child(1){
  background:#fff;
  width: 700px;
  /* height: 445px; */
  border-radius: 15px;
}
.title-con{
  display: flex;
  align-items: center;
}
.age-icon{
  width: 38px;
  margin-right: 9px;
}
.age-icon img{
  width: 100%;
}
.phone-icon{
  width: 32px;
}
.status-box{
  padding: 0 10px;
  display: flex;
  cursor: pointer;
  margin-top:9px;
  justify-content: space-between;
}
.age-text{
  cursor: pointer;
  justify-content: space-between; 
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #1B1B1B; 
}
.status-item{
  width: 22%;
  height: 40px;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #FF4E65 ;
  box-sizing: border-box;
  border-radius: 5px; 
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #1B1B1B; 
}
.status-item.active{
  background: #FC3C86;
  border:none;
  color: #fff;
}
.input-box{
  display:flex;
  width: calc(100% - 40px);
  align-items: center;
  border:1px solid #FF4E65;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  margin: 20px auto;
  padding: 0 10px;
}
.input-box > div:nth-child(1){ 
  /* width: 60px; */
  text-indent: 10px;
  margin-right: 10px;
 }
.input-box > div:nth-child(2){
  margin: 0px 13px 0 10px;
  width:2px;
  height: 31px;
  background-color:#FFD6D8;
 }
 .input-box input{
  width: 80%;
  height: 100%;
  border:none;
  background: transparent; 
  font-family: MicrosoftYaHei;
  font-size: 18px;
 }
 .input-box input:focus{
  outline: none;
 }
 .form-content .tips{
  color: #C7C7C7;
  font-size:14px;
  margin-top:17px;
  padding: 0 10px;
 }
 .form-content .btn{
  width: 260px;
  height: 56px;
  margin: 30px auto; 
  background: #ffc600;
  text-align: center;
  line-height: 56px;
  border-radius: 28px;
  color: #fff;
  font-size:20px; 
  background: #FF7804; 
 }
 .form-con .img-box{
  width: 410px;
  position: absolute;
  left: 820px;
  bottom: -82px;
 }
 .form-con .img-box img{
  width:100%;
  /* height: 100%; */
 }
 .footer{
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 80px 0 80px;
 }
 .footer-content{
  margin: 0 auto;
  /* width: 1200px; */
 }
 .footer-top{
  display: flex;
  padding-bottom: 59px;
  border-bottom: 1px solid #666;
 }
 .contract > div{
  display:flex;
  align-items: center;
 }
 .contract > div .img-icon-box {
  width: 37px;
  height: 37px;
  background: #42454A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
 }
 .contract > div img{
  width: 20px;
 }
 .about_us{
  margin-top: 20px;
 }
 .copyright{
  text-align: center;
  margin-top: 33px !important;
  padding-bottom: 0px;
 }
 .footer .text{
  margin-top:10px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #bfbfbf;
  line-height: 30px;
 }
 .footer-item-title{
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 27px;
  margin-bottom: 25px;
 }
 .new-con .swiper-button-next{
  /* visibility: hidden; */
  /* display: none; */
 }
 .new-con .swiper-button-prev{
  /* visibility: hidden; */
  /* display: none; */

 }
 .new-con:hover .swiper-button-prev{
  /* visibility: visibility; */
  display: block;

 }
 .new-con:hover .swiper-button-next{
  /* visibility: visibility; */
  display: block;

 }
 .nav-modal{
  display:none;
 }
 .swiper-video-wrap{
  width: 1200px;
  margin: 0 auto;
  border:1px solid red;
  display: flex;
  align-items: center;
 }
 .swiper-video-list{
  display: flex;
  align-items: center;
 }
 .swiper-video-list .swiper-slide{
  overflow: hidden;
 }  
 .swiper-video-list .swiper-slide video{
  width: 100%;
  height: 100%;
 }
 .swiper-video-list .swiper-slide .swiper-video-list-item-content{
  width: 100%;
  height: 100%;
  background: #fff;
 }
 /* 中间视频 */
 .swiper-video-list .swiper-slide.swiper-slide-active{
  height: 400px;
  z-index: 999;
 }
 /*  */
 .swiper-video-list .swiper-slide.swiper-slide-prev .swiper-video-list-item-content{
  /* transform: translateX(100px); */
  border:1px solid #000;
  height: 200px;
  z-index: 1;
 }
 .swiper-video-list .swiper-slide.swiper-slide-prev .swiper-video-list-item-content video{
  transform: translateX(50%);
 }
 /*  */
 .swiper-video-list .swiper-slide.swiper-slide-next .swiper-video-list-item-content{
  /* transform: scale(); */
  /* transform: translateX(-100px); */
  border:1px solid #000;
  height: 200px;
  z-index: 1;
 }
 .swiper-video-list .swiper-slide.swiper-slide-next .swiper-video-list-item-content video{
  transform: translateX(-50%);
 } 