body {
    background-color: #000320;
    color: #fff;
}

.headlogo {
    width: 100%;
    background-color: #00010c;
    height: 108px;
}

.headlogo .logocen {
    width: 1281px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.headlogo .logo {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
    /* 垂直居中 */
    margin: 0 auto;
    /* justify-content:center;*/
    height: 108px;
}

.headlogo .toptel {
    float: right;
    width: 70%;
    padding-top: 29px;
    display: block;
    overflow: hidden;
    text-align: right;
    font-size: 20px;
    color: #cccccc;
}

.headlogo .toptel img {
    padding-right: 10px;
    width: 35px;
}

.banner {
    width: 100%;
    height: 905px;
    background: url(../images/banner.jpg) no-repeat center;
}

.banner .bannercon {
    width: 1281px;
    height: 905px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.banner .bannercon .toptxt {
    padding-top: 44px;
    font-size: 20px;
    color: #fff;
    text-align: right;
}

.banner .bannercon .toptxt p {
    line-height: 45px;
}

.banner .bannercon .btn {
    margin-top: 20px;
    text-align: center;
    padding-top: 510px;
}

.banner .bannercon .btn .canjia {
    background-color: #ffea00;
    color: #000;
    float: left;
    padding: 25px 50px;
    font-size: 25px;
    font-weight: bold;
    /* border-radius: 50px; */
    margin-left: 190px;
    animation: bounce 2s infinite;
    /* 应用 bounce 动画 */
}

.banner .bannercon .btn .canjia a {
    color: #000;
}

.banner .bannercon .btn .canjia a:hover {
    background-color: #ffea00;
    color: #000;
}

.banner .bannercon .btn .lianluo {
    background-color: #00e8de;
    color: #000;
    margin-left: 20px;
    float: left;
    padding: 15px 50px;
    font-size: 20px;
    border-radius: 50px;
}

.banner .bannercon .btn .lianluo a:hover {
    background-color: #00e8de;
    color: #000;
}

.banner .bottomtxt {
    padding-left: 340px;
    padding-top: 40px;
    display: block;
    overflow: hidden;
    font-size: 20px;
}

.tit {
    margin: 0 auto;
    width: 1281px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tit .top {
    font-weight: bold;
    color: #47495e;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.tit .top2 {
    font-weight: bold;
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.tit .top2 i {
    color: #ffea00;
    font-style: normal;
}

.tit .con {
    color: #fff;
    position: relative;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    display: block;
    overflow: hidden;
    /* height:3rem;*/
    line-height: 60px;
    padding: .5rem 0;
    padding-bottom: 27px;
}

.tit .con::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 48%;
    width: 48px;
    height: 7px;
    background-color: #fff;
    z-index: 999;
    border-radius: 10px;
}

.tit .con i {
    color: #ffea00;
    font-style: normal;
}

.tit .xiao {
    font-size: 30px;
    text-align: center;
    color: #bebebe;
    padding-top: 10px;
}

.tit .xiao2 {
    font-size: 23px;
    text-align: center;
    color: #bebebe;
    padding-top: 10px;
}

.no2 {
    background-color: #00042d;
}

.news {
    width: 1281px;
    margin: 0 auto;
    padding-top: 30px;
    display: block;
    overflow: hidden;
}

.news .newslist {
    width: 100%;
    display: block;
}

.news .newslist ul li {
    background: #fff;
    border: 0.3rem solid #c87cb1;
    border-radius: 10px;
    height: 80px;
    margin-bottom: 35px;
    width: 30%;
    float: left;
    margin-right: 33px;
}

.news .newslist ul li .leftimg {
    width: 20%;
    float: left;
    display: flex;
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中，如果也需要水平居中的话 */
    height: 80px;
}

.news .newslist ul li .leftimg img {
    max-width: 50%;
    max-height: 100%;
}

.news .newslist ul li .rightwen {
    width: 80%;
    float: left;
    padding-top: 15px;
}

.news .newslist ul li .rightwen h3 {
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
    line-height: 1.5rem;
    font-style: normal;
}

.news .newslist ul li .rightwen p {
    font-size: 1rem;
    color: #909090;
    line-height: 2rem;
}

.but {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 60px;
}

.butt {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1281px;
    margin: 0 auto;
}

.butt .canjia {
    background-color: #c87cb1;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    border-radius: 50px;
}

.butt .canjia a {
    color: #fff;
}

.butt .canjia a:hover {
    background-color: #c87cb1;
    color: #fff;
}

.butt .lianluo {
    background-color: #00e8de;
    color: #000;
    margin-left: 20px;
    padding: 15px 50px;
    font-size: 20px;
    border-radius: 50px;
}

.butt .lianluo a:hover {
    background-color: #00e8de;
    color: #000;
}

.shipin {
    width: 100%;
    display: block;
    overflow: hidden;
}

.spcon {
    width: 1081px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.spcon .video1 {
    width: 474px;
    float: left;
}

.spcon .video2 {
    width: 474px;
    float: right;
}

.video1,
.video2 {
    position: relative;
}

.play-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    cursor: pointer;
    z-index: 1;
}

.play-icon img {
    width: 20%;
}

.play-icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    cursor: pointer;
    z-index: 1;
}

.play-icon2 img {
    width: 20%;
}

  .play-icon2.hidden {
    display: none;
  }
.swiper {
    background: #000320;
    margin-bottom: 2rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -1px;
}

.swiper-horizontal {
    padding-bottom: 1rem;
}

/* 修改小圆点样式分页器的样式 */
.swiper-pagination-bullet {
    width: 40px;
    /* 宽度 */
    height: 7px;
    /* 高度 */
    background: #707070;
    /* 背景颜色 */
    border-radius: 10px;
    opacity: 1;
    /* 不透明度 */
    margin: 0 5px;
    /* 间距 */
}

/* 修改选中的小圆点样式 */
.swiper-pagination-bullet-active {
    background: #ff0000;
    /* 选中后的背景颜色 */
}

.slider {
    margin-top: 64px;
    height: 260px !important;
}

.slider .slides {
    height: 260px !important;
}

.slider-content {
    margin: 10px auto;
    top: 30% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    flex-shrink: 0;
}

.slider .slides li img {
    width: 100%;
    height: 100%;
}

.slider .slides li::before {
    background-color: #000;
    opacity: 0.5;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-content h2 {
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.slider-content h4 {
    font-size: 16px;
    color: #ffffff;
}

.slider-content p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.slider-content .button-default {
    margin: 20px 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

.slider .indicators {
    position: relative;
    bottom: 26px;
    z-index: 95;
}

.slider .indicators .indicator-item {
    z-index: 1000;
    height: 8px;
    width: 8px;
    background: #cccccc;
    margin: 0 8px;
}

.slider .indicators .indicator-item.active {
    background: #ffffff;
}

/*  */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important
}

.youshi {
    width: 100%;
    display: block;
    overflow: hidden;
}

.youshicon {
    width: 1281px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.jieshao {
    background-color: #000;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 725px;
}

.jieshao .jscon {
    width: 1281px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    height: 725px;
}

.jieshao .jscon .jstxt {
    width: 50%;
    float: left;
    padding-top: 150px;
}

.jieshao .jscon .jstxt p {
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    padding-top: 50px;
}

.jieshao .jscon .jsimg {
    width: 50%;
    float: left;
}

.jieshao .jscon .jsimg img {
    height: 606px;
    padding-left: 100px;
    padding-top: 40px;
}

.jieshao .jscon .jstxt h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    line-height: 2.5rem;
    font-style: normal;
    position: relative;
}

.jieshao .jscon .jstxt h2 i {
    color: #c87cb1;
    font-style: normal;
}

.jieshao .jscon .jstxt h2:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0%;
    width: 72px;
    height: 4px;
    background-color: #c87cb1;
    z-index: 999;
    border-radius: 10px;
}

.divbott {
    width: 100%;
    display: block;
    overflow: hidden;
}

.divbott .di {
    margin: 0 auto;
    width: 1281px;
    display: block;
    overflow: hidden;
}

.di .diimg {
    margin: 0 auto;
}

.di .diimg img {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.di p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    padding-top: 1rem;
}

.footers {
    width: 100%;
    background-color: #000;
    display: block;
    overflow: hidden;
}

.footers .footcon {
    margin: 0 auto;
    width: 1281px;
    display: block;
    overflow: hidden;
}

.footers .footcon .footleft {
    float: left;
    width: 30%;
}

.footers .footcon .footright {
    float: right;
    width: 36%;
}

.footers .footcon .footleft .t {
    padding-top: 48px;
}

.footers .footcon .footleft .b img {
    width: 30px;
    padding-right: 10px;
}

.footers .footcon .footleft .b {
    padding-top: 22px;
    color: #7b7b7b;
    font-size: 20px;
}

.footers .footcon .footright .fa1 {
    padding-top: 57px;
    padding-left: 100px;
    width: 100px;
    float: left;
}

.footers .footcon .footright .fa2 {
    padding-top: 57px;
    width: 100px;
    float: left;
}

.footers .footcon .footright .fa3 {
    padding-top: 57px;
    width: 100px;
    float: left;
}



.swiper-button-next,
.swiper-button-prev {
    color: #fff !important
}

.kuanv2 {
    width: 100%;
    height: 735px;
    background: url(../images/v2.webp) no-repeat center;
}

.kuanv2 .con {
    width: 1281px;
    height: 735px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.kuanv3 {
    width: 100%;
    height: 799px;
    background: url(../images/v3.jpg) no-repeat center;
}

.kuanv3_1 {
    width: 100%;
    height: 1059px;
    background: url(../images/v3-1.jpg) no-repeat center;
}

.kuanv4 {
    width: 100%;
    height: 1128px;
    background: url(../images/v4.jpg) no-repeat center;
}

.kuanv5 {
    width: 100%;
    height: 1069px;
    background: url(../images/v5.jpg) no-repeat center;
}

.kuanv6 {
    width: 100%;
    height: 702px;
    background: url(../images/v6.jpg) no-repeat center;
}

.kuanv7 {
    width: 100%;
    height: 889px;
    background: url(../images/v7.jpg) no-repeat center;
}

.kuanv8 {
    width: 100%;
    height: 447px;
    background: url(../images/center.jpg) no-repeat center;
}
.kuanv9 {
    width: 100%;
    height: 880px;
    background: url(../images/v8.jpg) no-repeat center;
}
.kuanv10{
    width: 100%;
    height: 920px;
    background:#142671;
}
.kuanv11{
    width: 100%;
    height: 741px;
    background:#142671;
}
.kuanv12{
    width: 100%;
    height: 1297px;
    background:#142671;
}
.poster {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}
 
.poster-content {
    position: relative;
    z-index: 1; /* 确保内容在背景之上（虽然这里没有背景图片或颜色，但保留以防万一） */
}
 
.poster h1 {
    color: #ffea00;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}
 
.poster p {
    font-size: 24px;
    margin: 10px 0;
}
 
.price-and-signup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 使价格列表和报名按钮垂直对齐到顶部 */
    margin-bottom: 30px; /* 与下方的查看时间表链接留出空间 */
}
 
.price-list {
    flex: 1; /* 价格列表占据剩余空间的一部分 */
    max-width: 50%; /* 限制最大宽度为容器的一半 */
    padding-left: 120px;
}
.price-list p{
    width: 400px;
    padding-left: 100px;
    text-align: left;
    line-height: 45px;
}
.sign-up {
    display: flex;
    align-items: center;
}
 
.cube-icon {
    width: 380px;
    margin-top: 20px;
    margin-right: 20px;
    animation: bounce 2s infinite;
}
 
.view-schedule a {
    font-size: 20px;
    color: #ffeb3b; /* 一种醒目的颜色，如黄色 */
    text-decoration: none;
    transition: color 0.3s;
}
 
.view-schedule a:hover {
    color: #ffffff; /* 鼠标悬停时变为白色 */
}
.anli1{width:1280px;margin:0 auto;background:none}
.anli1 .swiper{background: none;}
.anli1 .swiper-wrapper{padding-bottom:20px;}
.swiper-pagination-bullet {
    width: 40px;
    /* 宽度 */
    height: 7px;
    /* 高度 */
    background: #ffffff;
    /* 背景颜色 */
    border-radius: 10px;
    opacity: 1;
    /* 不透明度 */
    margin: 0 5px;
    /* 间距 */
}
.swiper-pagination-bullet-active{background:#dd00e0;}
/* 修改小圆点样式分页器的样式 */
/* 容器样式 */
.v3con.swiper {
    width: 1280px;
    margin: 0 auto; /* 居中对齐 */
    display: flex; /* 使用Flexbox布局 */
    justify-content: space-between; /* 内容之间均匀分布 */
    align-items: center; /* 垂直居中对齐 */
  }
  
  /* 内容块样式 */
  .v3con .swiper-slide {
    flex: 1; /* 每个内容块占据相等的空间 */
    padding: 20px; /* 内边距，可以根据需要调整 */
    box-sizing: border-box; /* 确保内边距不会影响宽度 */
  }
  
  /* 视频样式 */
  .v3con .swiper-slide video {
    width: 100%;
    height: auto;
  }
  
  /* 播放图标样式 */
  .v3con.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  
  /* 视频标题样式 */
  .v3con .videotitle {
    text-align: center;
    margin-top: 10px;
  }
  .v3con.swiper{background:none;}
  .v3con2.swiper{background:none; }

  /* 容器样式 */
.v3con2.swiper {
    width: 1280px;
    margin: 0 auto; /* 居中对齐 */
    display: flex; /* 使用Flexbox布局 */
    justify-content: space-between; /* 内容之间均匀分布 */
    align-items: center; /* 垂直居中对齐 */
    transition: transform 0.3s ease;
  }

   /* 视频样式 */
   .v3con2.swiper-slide video {
    width: 100%;
    height: auto;
  }
  
  
  /* 内容块样式 */
  .v3con2.swiper-slide {
    flex: 1; /* 每个内容块占据相等的空间 */
    padding: 20px; /* 内边距，可以根据需要调整 */
    box-sizing: border-box; /* 确保内边距不会影响宽度 */
    flex-shrink: 0;
    width: 49.99%; /* 每个幻灯片占25%的宽度 */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
 
  /* 播放图标样式 */
  .v3con2.play-icon2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  
  /* 视频标题样式 */
  .v3con2 .videotitle {
    text-align: center;
    margin-top: 10px;
  }
  .v3con2 .swiper-wrapper{padding-bottom:20px;}

  
.v3anli {
    position: relative;
    height: 550px;
    width: 1280px;
    margin: 0 auto;
}
.v3anli .swiper{background:none;}
.v3anli .swiper-slide {
    height: calc((100% - 60px) / 4) !important;
    width: 40%;
    text-align: center;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.v3anli .swiper-slide img {
    width: 100%;
}
.v3anli .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.v3anli .swiper-slide{padding-bottom:30px;margin-bottom: 15px;}


.v4anli {
    padding: 20px 0;
    width: 1280px;
    margin: 0 auto;
    padding-top:60px;
}

.v4anli .swiper-wrapper {
    padding-bottom: 20px;
}
.v4anli .swiper{background:none;}

.kuanv13{width:1280px;margin:0 auto;}

.kuanv13 .logo{padding-top:20px;}
.kuanv13 .logo img{width:261px;margin:0 auto;}
/* 版心容器样式 */
.kuanv13 .kkk {
    width: 1200px; /* 版心宽度 */
    margin: 0 auto; /* 居中 */
    padding: 20px; /* 内边距 */
    text-align: left; /* 文本居中 */
}
 
/* 头部样式 */
.kuanv13.header {
    margin-bottom: 20px; /* 与下面的内容留出空间 */
}
 
.kuanv13 .header h1, .kuanv13 .header h2 {
    margin-top:30px;
    margin-bottom: 10px; /* 标题之间的空间 */
}
.kuanv13 .contact-info{text-align: left;margin:0 auto;}
/* 联系信息样式 */
.kuanv13 .contact-info p {
    font-size: 16px; /* 字体大小 */
    line-height: 36px; /* 行高 */
    text-align: left;
}
.kuanv13 a{color:#fff;}