.header-swiper {
    width: 100%;
    height: 100%;
}
.header-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.header-swiper .swiper-slide  {
    height: 100%;
    width: 100%;
    position: relative;
}
.header-swiper .swiper-slide >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-swiper .swiper-pagination {
    bottom: 30px;
}
.header-swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
}
.header-swiper .swiper-pagination-bullet-active {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #A4F2FF;
}
.header-swiper .swiper-pagination-bullet-active::after {
    position: absolute;
    top: -2px;
    left: -2px;
    content: '';
    width: 14px;
    height: 14px; 
    border-radius: 50%;
    border: 2px solid rgba(164, 242, 255, 0.6);
}
.header-swiper .swiper-button-prev {
    height: 100vh;
    width: 10.4167vw;
    left: 0;
    top: 0;
    /* margin-left: 6.7708vw; */
    /* background: url('../../image/swiper_left.png') no-repeat;
    background-size: 100% 100%; */
}
.header-swiper .swiper-button-next {
    height: 100vh;
    width: 10.4167vw;
    right: 0;
    top: 0;
    /* margin-right: 6.7708vw; */
    /* background: url('../../image/swiper_right.png') no-repeat;
    background-size: 100% 100%; */
}
.header-swiper .swiper-button-prev::after,.swiper-button-next::after{
    content: none !important;
}

.second-swiper {
    width: 100%;
    height: 100%;
}
.second-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.second-swiper .swiper-slide  {
    height: 100%;
    width: 100%;
    position: relative;
}
.second-swiper .swiper-slide >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-swiper .swiper-pagination {
    bottom: 30px;
}
.second-swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
}
.second-swiper .swiper-pagination-bullet-active {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #A4F2FF;
}
.second-swiper .swiper-pagination-bullet-active::after {
    position: absolute;
    top: -2px;
    left: -2px;
    content: '';
    width: 14px;
    height: 14px; 
    border-radius: 50%;
    border: 2px solid rgba(164, 242, 255, 0.6);
}
.second-swiper .swiper-button-prev {
    height: 2.7083vw;
    width: 2.7083vw;
    left: auto;
    right: 0 !important;
    top: 47%;
    margin-right: 1.3542vw !important;
    background-image: url('../../image/swiper_left.png');
    background-size: 100% 100%;
    transition: all 0.6s;
}
.second-swiper .swiper-button-next {
    height: 2.7083vw;
    width: 2.7083vw;
    right: 0;
    top: 54%;
    margin-right: 1.3542vw;
    background-image: url('../../image/swiper_right.png');
    background-size: 100% 100%;
    transition: all 0.6s;
}
.second-swiper .swiper-button-prev:hover {
    background-size: 100% 100%;
    background-image: url('../../image/swiper_left_active.png');
}
.second-swiper .swiper-button-next:hover {
    background-size: 100% 100%;
    background-image: url('../../image/swiper_right_active.png');
}
.second-swiper .swiper-button-prev::after,.swiper-button-next::after{
    content: none !important;
}


.section .center-content {
    height: 100%;
    display: flex;
}
.section .center-content .content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.section .center-content .content1 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.section .center-content .content1 .img {
    height: 100%;
    width: 100%;
}
.section .center-content .content-EN {
    font-size: 0.46rem;
    /* font-size: 90px; */
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FBFBFB;
    line-height: 0.5rem;
}
.section .center-content .content-title {
    margin-top: -50px;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
}
.section.active .content-title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section .center-content .content-tips {
    z-index: 1;
    margin-bottom: 60px;
    position: relative;
    font-size: 40px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #5F6C6F;
    line-height: 40px;
}

.section.active .content-tips {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section .center-content .content-tips::after {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 12px;
    background-color: rgba(197, 246, 254, 0.5);
}
.section .center-content .content-text {
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #666666;
    line-height: 34px;
    white-space:pre-wrap;
    word-wrap: break-word;
    word-break:break-all;
    overflow:hidden;
}

.section.active .center-content .content-text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section .content:hover .view-more {
    opacity: 1;
}
.section .center-content .view-more {
    opacity: 0;
    height: 44px;
    width: 132px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252E;
    border: 1px solid #00252E;
    border-radius: 22px;
    transition: all .6s;
}

.section .center-content .content3 {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.section .content3 .img-title {
    height: 7.4479vw;
    width: 26.3021vw;
    margin: 12.5vw 0 4.8958vw 0;
}
.section.active .content3 .img-title1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.section .content3 .content3-title {
    margin-bottom: 1.0417vw;
    position: relative;
    font-size: 1.5625vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #00252F;
}
.section.active .content3 .content3-title1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.section .content3 .content3-title::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -3.6458vw;
    height: 1px;
    width: 2.6042vw;
    background-color: #00252F;
}
.section .content3 .content3-title::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -3.6458vw;
    height: 1px;
    width: 2.6042vw;
    background-color: #00252F;
}
.section .content3 .content3-text {
    font-size: 1.0417vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #00252F;
}
.section.active .content3 .content3-text1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.section.active .content3 .content3-more1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.content3 .content3-more {
    position: absolute;
    bottom: 5.7292vw;
    left: 37%;
    /* transform: translateX(-50%); */
    display: flex;
    align-items: center;
    padding: 0.3125vw 0.6771vw;
    background: linear-gradient(88deg, #FCCDDD 0%, #DEE8FF 51%, #76D5FF 100%);
    border-radius: 0px 0px 6px 6px;
}
.content3 .content3-more .more-text {
    margin-right: 0.5208vw;
    font-size: 1.0417vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #00252F;
}
.content3 .content3-more .icon-mouse {
    height: 1.25vw;
    width: 0.8333vw;
}


.swiper-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 首页启动页 */
.index-start-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    padding: 0 7.2917vw;
    z-index: 9999;
    opacity: 1;
    transition: all 1s ease-in-out;
    box-sizing: border-box;
    transition: all 1.5s;
}
.index-start-wrap-active {
    opacity: 0;
    transform: translateY(-100%);
}
.index-start-wrap .logo-index {
    margin: 11.6458vw auto 8.4583vw auto;
    display: flex;
    height: 4.1667vw; 
    width: 12.9688vw;
}
.watlove-tags {
    position: relative;
    z-index: 99;
    height: 4.0625vw;
    width: 28.125vw;
    display: flex;
    margin: 0 auto;
}
.index-start-text {
    position: absolute;
    left: 0;
    bottom: 2.6042vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.index-start-text .text1 {
    font-size: 0.7292vw;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
    line-height: 0.7292vw;
    letter-spacing: 0.1042vw;
}
.index-start-text .text2 {
    font-size: 0.7292vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
    line-height: 0.7292vw;
    letter-spacing: 0.1042vw;
}
.index-start-text .line {
    margin: 0 1.0417vw;
    height: 0.625vw;
    width: 0.0521vw;
    background-color: #00252F;
}

.index-progress-wrap {
    margin-top: -0.1083vw;
    margin-bottom: 2.0833vw;
    width: 100%;
}
.index-progress-wrap .progress-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 1.4583vw;
}
.index-progress-wrap .progress-wrap .box {
    width: 100%;
    height: 0.1042vw;
    background-color: #F1F1F1;
    border-radius: 1.0417vw;
}
.index-progress-wrap .progress-wrap .box-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.1042vw;
    background: linear-gradient(90deg, #FDB5A4 0%, #DDE7FF 50%, #71D4FF 100%);
    border-radius: 1.0417vw;
    transition: all 0.6s;
}
.index-progress-wrap .progress-text {
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252F;
}
.index-start-wrap .index-start-text1 {
    text-align: center;
    font-size: 1.875vw;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252F;
    line-height: 1.875vw;
    letter-spacing: 0.3125vw;
}

/* 移动鼠标提示 */
.move-tips-wrap {
    z-index: 99;
    padding: 0.4167vw 0.8333vw;
    position: absolute;
    bottom: 2.0833vw;
    left: 50%; 
    transform:translateX(-50%);
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0px 0px;
}
.move-tips-wrap .tips-text {
    margin-right: 0.5208vw;
    font-size: 1.0417vw;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.0417vw;
    text-shadow: 0px 2px 4px rgba(119, 119, 119, 0.5);
}
.move-tips-wrap .mouse-icon {
    width: 1.25vw;
    height: 1.25vw;
}