.page {
    /* overflow: hidden; */
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    color: #495060;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

.swiper {
    width: 100%;
    height: 750px;
}

.swiper-container {
    height: 100%;
}

.swiper-slide {
    /* background-size: cover !important;
   background-position: center;
   background-repeat: no-repeat; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide .sw_img {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    box-sizing: border-box;
}

.lunboimg {
    width: 100%;
    height: 100%;
}

.swiper-slide .bg-img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    /* top: unset !important; */
    /* top: 50%; */
    /* top: 100% !important; */
    bottom: 41px !important;
    /* width: 27px;
    height: 44px; */
    /* margin-top: -22px; */
    z-index: 10;
    cursor: pointer;
    background-size: 39px 39px !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 39px !important;
    height: 39px !important;
    /* background: black; */
    /* border: 1px solid #FFFFFF; */
    opacity: 0.5;
    border-radius: 50%;
    box-sizing: border-box;
}

.swiper-con .swiper-icon {
    position: absolute;
    bottom: 41px;
    display: block;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    font-size: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #666 !important;
}


/* .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:unset !important;
    left: 10px;
    right: auto;
    background: white;
    font-family: Ionicons !important;
} */


/* * {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
  } */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: auto !important;
    display: inline-block;
    border-radius: unset !important;
    background: #000;
    opacity: .2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    opacity: 0.7 !important;
    z-index: 99999;
    font-size: 16px;
}

.swiper-pagination-bullet-active-main::before {
    width: 4px !important;
    height: 35px !important;
    background: #B1FFE7 !important;
    border-radius: 2px !important;
    content: '|';
    position: absolute;
    left: 0;
    vertical-align: middle;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    display: inline-block;
    margin-right: 100px;
}

.swiper-pagination-bullet-active-main::after {
    color: black;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    /* background: #007aff !important; */
    font-weight: bold !important;
    color: #FFFFFF !important;
    font-size: 16px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 46px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
}


/* 

.swiper-pagination:after {
    content: "";
    position: absolute;
    border: 1px dashed hsla(0,0%,100%,.3);
    bottom: 52px;
    width: 100%;
    left: 0;
    z-index: -1;
} */

.normalBac {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    /* right: 201px !important; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    /* left: 201px !important; */
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    height: 80px !important;
}

.over {
    text-overflow: ellipsis;
    white-space: nowrap;
    /* max-width: 100px; */
    width: 200px;
    overflow: hidden;
    margin-left: 15px;
    color: white;
    opacity: 0.7;
    font-weight: 500;
    /* color: white; */
    /* opacity: ; */
    /* color: cornflowerblue ; */
    /* color: white; */
    /* opacity: 0.7; */
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.line {
    width: 4px;
    height: 35px;
    background: #B1FFE7;
    border-radius: 2px;
}

.zpjs {
    width: 100px;
    height: 292px;
    background: linear-gradient(-50deg, #2EE4DF, #1CA9E2);
    display: flex;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
    margin-bottom: 102px;
}

.zpjstitle {
    width: 27px;
    height: 144px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.zpjstit {
    /* width: 184px;
height: 23px; */
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.zpjsend {
    position: relative;
    width: 199px;
    height: 292px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2EB0F5;
    flex-direction: column;
}

.zpjsorp {
    margin-top: 15px;
    display: flex;
}

.zpjsor {
    width: 16px !important;
    height: 16px !important;
    background: #FFFFFF;
    border-radius: 50%;
}

.rrow {
    top: 50% !important;
    left: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: url('images/index/head/left.png') !important;
    background-size: 100% !important;
    /* background-size: cover; */
    width: 31px !important;
    height: 53px !important;
}

.lrow {
    top: 50% !important;
    right: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: url('images/index/head/right.png') !important;
    background-size: 100% !important;
    /* background-size: cover; */
    width: 31px !important;
    height: 53px !important;
}

.planepos {
    position: absolute;
    right: 26px;
    bottom: 0;
}

.plane {
    width: 87px;
    height: 89px;
}


/* .swiper-pagination-bullet-active-prev-prev{
    opacity: -1 !important;
}

.swiper-pagination-bullet-active-prev{
    opacity: -1 !important;
} */

.guide-list li .item-img .mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .6s ease 0s;
    transition: opacity .6s ease 0s;
    cursor: default;
}

.guide-list li .item-img .mask .mask-con {
    width: 100%;
    padding: 0 50px;
    height: 100%;
}

.guide-list li .item-img .mask .mask-con .mask-txt {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-align: center;
    width: 140px;
    height: 40px;
    margin: auto;
    background-image: linear-gradient( 135deg, #00d0fb, #00acf6);
    border-radius: 4px;
    line-height: 40px;
    margin-top: 108px;
    cursor: pointer;
}

.guide-list li .item-img .mask .mask-con .mask-txt a {
    color: #fff;
    display: block;
}

.mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 230px;
    background: #000;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(27, 32, 41, 0)), color-stop(55%, rgba(27, 32, 41, .85)), to(rgba(27, 32, 41, .85)));
    background: linear-gradient( 180deg, rgba(27, 32, 41, 0) 0, rgba(27, 32, 41, .85) 55%, rgba(27, 32, 41, .85));
}