.swiper-banner {
    width: 100%;
    height: 3.25rem;
}

.swiper-banner .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 3.25rem;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.swiper-banner .swiper-button-prev:after,
.swiper-banner .swiper-button-next:after {
    font-size: 0.49rem;
    font-weight: bold;
    color: #00B5D3;
}

.news,
.plan {
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.news h1,
.plan h1 {
    margin-top: 1.08rem;
    font-size: 0.4rem;
    font-family: PingFang SC;
    font-weight: bold;
    font-style: italic;
    color: #00B5D3;
    line-height: 0.4rem;
    text-align: center;
}

.news .first {
    width: 6.90rem;
    height: 7.63rem;
    margin-top: 0.45rem;
}

.news .first a {
    width: 6.90rem;
    height: 7.63rem;
    display: block;
    position: relative;
}

.news .first a img {
    width: 6.90rem;
    height: 7.63rem;
    display: block;
}

.news .first .msg {
    width: 6.90rem;
    background: #13283F;
    box-shadow: 0rem 0rem 0rem 0rem rgba(11, 3, 6, 0.1);
    opacity: 0.88;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    padding: 0.44rem 0.3rem;
}

.news .first .msg p:first-of-type {
    font-size: 0.5rem;
    font-family: DIN;
    font-weight: 500;
    color: #00B5D3;
    line-height: 0.5rem;
    text-align: center;
}

.news .first .msg p:last-of-type {
    font-size: 0.3rem;
    font-family: DIN;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.42rem;
}

.news .first .msg h5 {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.47rem;
}

.news ul {
    margin-top: 0.3rem;
}

.news li a {
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #dcdcdc;
}

.news li .img-box {
    width: 2.4rem;
    height: 1.68rem;
    border-top-right-radius: 0.2rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0.3rem;
}

.news li .img-box img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.news li .msg h6 {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #13283F;
    line-height: 0.47rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news li .msg p {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 0.47rem;
    margin-top: 0.14rem;
}

.news>a {
    width: 2.39rem;
    height: 0.7rem;
    background: #FFFFFF;
    border: 1px solid #002846;
    border-radius: 0.35rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #002846;
    line-height: 0.7rem;
    text-align: center;
    margin-top: 0.55rem;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}

.swiper-plan {
    width: 6.9rem;
    height: 8.99rem;
    margin-top: 0.45rem;
}

.swiper-plan .swiper-slide a {
    width: 6.9rem;
    height: 8.99rem;
    display: block;
    overflow: hidden;
}

.swiper-plan .swiper-slide a img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.swiper-plan .swiper-button-prev:after,
.swiper-plan .swiper-button-next:after {
    content: '';
    width: 0.58rem;
    height: 0.58rem;
}

.swiper-plan .swiper-button-prev,
.swiper-plan .swiper-button-next {
    width: 0.58rem;
    height: 0.58rem;
}

.swiper-plan .swiper-button-prev:after {
    background: url(../images/left_icon.png) no-repeat center;
    background-size: cover;
}

.swiper-plan .swiper-button-next:after {
    background: url(../images/right_icon.png) no-repeat center;
    background-size: cover;
}

.about {
    margin-top: 0.9rem;
    width: 100%;
    position: relative;
    background: #8FE6E5;
    padding: 0.85rem 0.6rem 0.52rem;
    box-sizing: border-box;
}

.about>img {
    width: 0.74rem;
    height: 0.84rem;
    position: absolute;
    left: 0.49rem;
    top: -0.47rem;
}

.about h1 {
    font-size: 0.4rem;
    font-family: PingFang SC;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    margin-bottom: 0.49rem;
}

.about .content {
    background: #fff;
}

.about .img-box {
    width: 6.3rem;
    height: 5.09rem;
    overflow: hidden;
}

.about .img-box video {
    width: 100%;
    height: 100%;
    display: block;
     object-fit: fill;
}

.about .msg {
    padding: 0 0.3rem;
    box-sizing: border-box;
    padding-bottom: 0.3rem;
}

.about .msg p {
    height: 1.38rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .msg span {
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #00B5D3;
    line-height: 0.36rem;
}

.about .msg a {
    width: 1.06rem;
    height: 0.4rem;
    border: 1px solid #00B5D3;
    border-radius: 0.2rem;
    display: block;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #00B5D3;
    line-height: 0.4rem;
    text-align: center;
}

.about .msg div {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #13283F;
    line-height: 0.4rem;
}