body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
#content .container{
    height: auto !important;
}
#content>.swiper-wrapper{
    transition-delay:.1s;
}
#content.swiper-container {
    width: 100%;
    height: 100%;
    /*margin: 20px auto;*/
}
#content>.swiper-wrapper .swiper-slide {
    font-size: 16px;
    /*background: #fff;*/
    /* 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;
}

#content>.swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    border-radius: 283px;
    background: rgba(148, 185, 224, 1);
    margin: 30px 50px;
    cursor: pointer;
}
#content>.swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(199, 174, 131, 1);
    border: 5px solid rgba(0, 69, 144, 1);
}
#content .slide-name{
    width: 100px;
    position: relative;
    right: 100px;
    top: -4px;
    display: none;
    color: rgba(0, 69, 144, 1);
    font-size: 16px;
}
#content .swiper-pagination-bullet-active .slide-name{
    display: inline-block;
}

.content{
    width: 100%;
    height: calc(100vh - 125px);
}
.carousel{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carousel .swiper {
    width: 100%;
    /*min-width: 1440px;*/
    height: 100%;
}
.carousel .swiper-wrapper,
.carousel .swiper-slide{
    width: 100%;
    height: 100%;
}
.carousel .swiper-slide img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.carousel .swiper-slide-active img{
    transform: scale(1.00);
    /*animation: sate 2s linear forwards;*/
}
.carousel .swiper-pagination-bullet{
    width: 40px;
    height: 5px;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0.6;
    background-color: #ffffff;
    margin: 30px 10px !important;
}
.carousel .swiper-pagination-bullet-active{
    width: 60px;
    background-color: #007aff;
    border-radius: 4px;
}
.carousel .swiper-pagination-bullet-active:after{
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #007aff;
    animation: load 5s forwards linear;
}
.notice{
    width: 100%;
    height: 100%;
    background-image: url("../img/index/notice-bg.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.notice-left{
    width: 700px;
    height: 440px;
    float: left;
}

#content>.swiper-wrapper>.swiper-slide .animated-toRight{
    transform:translateX(-200px);
    opacity: 0;
    transition:all .5s;
}
#content>.swiper-wrapper>.ani-slide .animated-toRight{
    transform:translateX(0);
    opacity: 1;
}
#content>.swiper-wrapper>.swiper-slide .animated-toLeft{
    transform:translateX(200px);
    opacity: 0;
    transition:all .5s;
}
#content>.swiper-wrapper>.ani-slide .animated-toLeft{
    transform:translateX(0);
    opacity: 1;
}
#content>.swiper-wrapper>.swiper-slide .animated-toTop{
    transform:translateY(300px);
    opacity: 0;
    transition:all .7s;
}
#content>.swiper-wrapper>.ani-slide .animated-toTop{
    transform:translateY(0);
    opacity: 1;
}

.notice-right{
    width: 650px;
    height: 440px;
    float: right;
    background: rgba(255, 255, 255, 1);
}
.notice .notice-swiper{
    overflow: hidden;
}
.notice .swiper-slide{
    width: 100%;
    height: 100%;
}
.notice .notice-image{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.notice .notice-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notice .notice-image p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    text-align: left;
    position: relative;
    top: -40px;
    padding: 0 15px;
}
.top-nav{
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.top-nav-left,.top-nav-right{
    width: 50%;
    float: left;
}
.top-nav-title{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 49.39px;
    color: rgba(29, 67, 181, 1);
    float: left;
    position: relative;
    z-index: 1;
}
.top-nav-title:after{
    content: "";
    display: block;
    width: 80px;
    height: 25px;
    background: linear-gradient(90deg, rgba(219, 192, 123, 1) 0%, rgba(252, 238, 202, 0) 100%);
    position: relative;
    top: -20px;
    z-index: -1;
}
.top-nav-title-em{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 49.39px;
    color: rgba(29, 67, 181, 0.1);
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
}
.top-nav-btn{
    width: 120px;
    height: 38px;
    opacity: 1;
    border-radius: 302px;
    background: rgba(224, 212, 182, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    /*line-height: 24.7px;*/
    color: rgba(133, 101, 28, 1);
    cursor: pointer;
}

.top-nav-left.light{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-nav-left.light .top-nav-title{
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
}
.top-nav-left.light .top-nav-title:after{
    display: none;
}
.top-nav-left.light .top-nav-title-em{
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.1);
}
.news-list{
    width: 100%;
    height: auto;
    padding: 16px 20px;
}
.news-item{
    width: 100%;
    height: 68px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.news-list .news-item:last-child{
    border-bottom: 0px solid rgba(0,0,0,0.1);
}
.news-date{
    width: 60px;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.news-title{
    width: calc(100% - 80px);
    height: 100%;
    float: right;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    color: rgba(0,0,0,0.85);
    line-height: 28px;
}
.news-date p:first-child{
    font-size: 32px;
}
.news-date p:last-child{
    font-size: 14px;
}
.news-title p:hover{
    color: rgba(29, 67, 181, 1);
}
.hot-activity{
    width: 100%;
    height: 100%;
    background: url("../img/index/hot-activity-bg.png");
    display: flex;
    align-items: center;
}
.activity-list{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.activity-item{
    width: 30%;
    border-radius: 8px;
    overflow: hidden;
}
.activity-image{
    width: 100%;
    height: 290px;
    cursor: pointer;
    overflow: hidden;
}
.activity-image img{
    width: 100%;
    height: 100%;
    transform: scale(1.00);
    transition: all 0.5s;
}
.activity-title{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.activity-date{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
    color: rgba(51, 51, 51, 0.6);
}
.activity-content{
    padding: 10px 16px;
    background-color: rgba(242, 242, 242, 1);
}
.product{
    width: 100%;
    height: 100%;
    background: rgba(235, 239, 250, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.product-content{
    width: 100%;
    height: max-content;
}
.product-content .swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 96%;
    bottom: auto;
}
.product-image{
    width: 610px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
}
.product-image img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1.00);
}
.product-image:hover img{
    transform: scale(1.05);
}
.product-box{
    width: 649px;
    height: 338px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 56px  rgba(1, 24, 84, 0.1);
    backdrop-filter: blur(30px);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    right: -30px;
}
.product-btn a{
    text-decoration: none;
}
.product-title{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
}
.product-profile{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.6);
    margin-bottom: 70px;
}
.product .swiper-pagination-bullet-active{
    width: 40px !important;
    height: 8px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(224, 213, 184, 1);
}
.product .swiper-pagination-bullet{
    margin: 30px 15px !important;
    cursor: pointer;
    width: 20px;
    height: 8px;
    border-radius: 10px;
}
.product-box-bottom{
    width: 100%;
}
.product-date{
    width: 200px;
    float: left;
}
.product-date span:first-child{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 50px;
    color: rgba(199, 174, 131, 1);
}
.product-date span:last-child{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24.7px;
    color: rgba(199, 174, 131, 1);
}
.product-btn{
    width: 168px;
    height: 50px;
    opacity: 1;
    border-radius: 348px;
    background: rgba(29, 67, 181, 1);
    box-shadow: 4px 6px 20px  rgba(0, 18, 74, 0.3);
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-btn a{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
}
.education{
    width: 100%;
    height: 100%;
    background-color: rgba(36, 73, 185, 1);
    padding: 60px 0;
    background-image: url("../img/index/education-bg.jpg");
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.regulations-list{
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.regulations-item{
    width: 25%;
    height: 200px;
    float: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.regulations-image{
    width: 70%;
    height: 160px;
    background-image: url("../img/index/education-card-bg.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.regulations-title{
    width: 70%;
    height: 100px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 20px;
}
.regulations-image img{
    transform: rotate3d(0, 1, 0, 0deg);
    transition: all 0.5s;
}
.regulations-image:hover img{
    transform: rotate3d(0, 1, 0, -180deg);
}
.introduction{
    width: 100%;
    height: 100%;
    /*background-image: url("../img/index/introduction-left-bg.svg");*/
    background-color: rgba(247, 247, 245, 1);
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    align-items: center;
}
.introduction-left{
    width: 710px;
    height: 470px;
    opacity: 1;
    padding: 35px 40px;
    float: left;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 100px 10px rgba(171, 114, 0, 0.02);
}
.introduction-sm-title{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27.44px;
    color: rgba(51, 51, 51, 0.6);
}
.introduction-openness-date{
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 67.84px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 60px;
}
.introduction-title{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 44px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.introduction-title:before{
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url("../img/index/yycg-icon.svg");
    background-repeat: no-repeat;
    background-color: rgba(199, 174, 131, 0.3);
    background-position: center;
    border-radius: 50%;
    margin-right: 10px;
}
.introduction-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(51, 51, 51, 0.6);
    height: 320px;
    overflow-y: scroll;
}
.introduction-right{
    width: 450px;
    height: 470px;
    /*background-color: rgba(247, 247, 245, 1);*/
    float: right;
    background-image: url("../img/index/introduction-right-bg.png");
    background-position: 200% top;
    background-size: 80%;
    background-repeat: no-repeat;
}
.introduction-cards{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
}
.introduction-card{
    width: 400px;
    height: 120px;
    float: left;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 100px 10px rgba(171, 114, 0, 0.02);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}
.introduction-cards .introduction-card:last-child{
    margin-right: 0;
}
.introduction-card-icon{
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 302px;
    background: rgba(250, 246, 237, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    transition: all .3s;
}
.introduction-card-icon img{
    width: 50%;
}

.introduction-card-title{
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 44px;
    color: rgba(51, 51, 51, 1);
    transition: all .3s;
}
.introduction-card:hover{
    width: 100%;
    height: 150px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(224, 212, 182, 1);
    box-shadow: 0px 10px 100px 10px rgba(171, 114, 0, 0.02);
}
.introduction-card:hover .introduction-card-title{
    color: rgba(133, 101, 28, 1);
    font-size: 32px;
}
.introduction-card:hover .introduction-card-icon{
    width: 100px;
    height: 100px;
}
.about{
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../img/index/introduce-bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 0px;
    height: calc(100% - 150px);
    margin-bottom: 150px;
    display: flex;
}
.about-content{
    width: 90%;
    height: 350px;
    background: linear-gradient(90deg, rgba(227, 212, 172, 1) 0%, rgba(255, 255, 255, 0) 100%);
    margin: auto;
    padding: 40px 300px 40px 60px;
}
.about-content h2{
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(145, 129, 86, 1);
}
.about-content div{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 36px;
    color: rgba(51, 51, 51, 0.6);
}
body{
    overflow: hidden;
}
footer{
    position: absolute;
    left: 0;
    bottom: -150px;
    z-index: 10;
}
.product .swiper-button-next{
    width: 40px;
    height: 40px;
    background: rgba(224, 213, 184, 1);
    border-radius: 50%;
    right: 15%;
    top: 55%;
}
.product .swiper-button-next:after{
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/index/product-right.svg);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1440px) {
    .content{
        height: calc(100vh - 100px);
    }
    .top-nav-title{
        font-size: 24px;
    }
    .top-nav-title-em{
        font-size: 22px;
        line-height: 40px;
    }
    .top-nav-title:after{
        height: 20px;
        top: -24px;
    }
    .top-nav-btn{
        width: 100px;
        height: 30px;
        font-size: 12px;
        position: relative;
        top: 20px;
    }
    .top-nav{
        margin-bottom: 10px;
    }
    .activity-image{
        height: 200px;
    }
    .notice-left{
        width: 550px;
        height: 350px;
    }
    .notice-right{
        width: 580px;
        height: 350px;
    }
    .news-item{
        height: 54px;
    }
    .news-title{
        font-size: 14px;
        line-height: 20px;
    }
    .news-date p:first-child{
        font-size: 20px;
    }
    .news-date p:last-child{
        font-size: 12px;
    }
    .notice .notice-image p{
        font-size: 14px;
    }
    .product-image{
        width: 500px;
        height: 300px;
        border-radius: 6px;
    }
    .product-box{
        width: 500px;
        height: 240px;
        padding: 30px 35px;
    }
    .product-title{
        font-size: 18px;
        line-height: 22px;
    }
    .product-profile{
        font-size: 12px;
        line-height: 18px;
        height: 80px;
        margin-bottom: 0px;
    }
    .product-btn{
        width: 150px;
        height: 40px;
    }
    .product-btn a{
        font-size: 12px;
    }
    .regulations-image{
        height: 120px;
    }
    .regulations-image img{
        width: 20%;
    }
    .introduction-desc{
        height: 225px;
        font-size: 12px;
        line-height: 21px;
    }
    .introduction-left{
        width: 550px;
        height: 350px;
        padding: 30px;
    }
    .introduction-right{
        width: 600px;
        height: 350px;
    }
    .introduction-card{
        width: 300px;
        height: 100px;
    }
    .introduction-card:hover{
        width: 350px;
        height: 120px;
    }
    .introduction-card-icon{
        width: 60px;
        height: 60px;
    }
    .introduction-card:hover .introduction-card-icon{
        width: 80px;
        height: 80px;
    }
    .introduction-card-title{
        font-size: 22px;
    }
    .introduction-card:hover .introduction-card-title{
        font-size: 26px;
    }
    .about{
        padding-top: 0;
        height: calc(100% - 110px);
        margin-bottom: 110px;
    }
    .about-content{
        padding: 20px 25px;
        height: 260px;
    }
    .about-content h2{
        font-size: 22px;
        margin-block-start: 10px;
        margin-block-end: 10px;
    }
    .about-content div{
        font-size: 14px;
        line-height: 22px;
    }
    .introduction-title:before{
        width: 38px;
        height: 38px;
        background-size: 40%;
    }
    .introduction-title{
        font-size: 20px;
    }
    .regulations-title{
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    body{
        overflow-x: hidden;
        overflow-y: auto;
    }
    footer{
        z-index: 4;
        position: relative;
        bottom: 0;
    }

    .content{
        height: auto;
    }

    .carousel{
        height: 25vh;
    }

    .introduction{
        height: auto;
        overflow: auto;
        /*background: linear-gradient(90deg, rgba(34, 72, 185, 1) 0%, rgba(35, 72, 185, 0.5) 100%);*/
    }
    .introduction-left{
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }
    .introduction-right{
        width: 100%;
        height: 200px;
    }
    .hot-activity{
        height: auto;
        padding: 10px 0;
    }
    .activity-list{
        flex-direction: column;
    }
    .activity-item{
        width: 100%;
        margin-bottom: 10px;
    }
    .swiper .swiper-slide{
        flex-direction: column;
    }
    .product{
        height: auto;
        /*overflow: auto;*/
    }
    .product .swiper-wrapper{
        height: auto;
    }
    .product-image{
        width: 100%;
    }
    .product-box{
        width: 100%;
    }
    .education{
        height: auto;
        margin-top: 20px;
        padding: 10px 0;
    }
    .regulations-item{
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .regulations-list{
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .introduce-card{
        width: 100%;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        top: 260px;
        bottom: 0;
        height: 0;
    }
    .introduction-openness-date{
        font-size: 30px;
        margin-bottom: 0;
    }
    .introduction-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .introduction-title:before{
        width: 36px;
        height: 36px;
        background-size: 40%;
    }
    .introduction-cards{
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 0px;
    }
    .introduction-card{
        width: 48%;
        height: 80px;
        border-radius: 4px;
        flex-direction: row;
        margin-right: 0;
        justify-content: unset;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .introduction-card:hover{
        width: 48%;
        height: 80px;
        border-radius: 4px;
    }
    .introduction-card:hover .introduction-card-icon{
        width: 42px;
        height: 42px;
    }

    .introduction-card-icon{
        width: 42px;
        height: 42px;
        margin-bottom: 0;
        margin-right: 6px;
        border-radius: 8px;
    }
    .introduction-card:hover .introduction-card-title,
    .introduction-card-title{
        font-size: 20px;
    }
    .swiper-slide-active .product-image,
    .swiper-slide-active .product-box{
        opacity: 1;
        animation: none;
    }
    .top-nav-title-em{
        display: none;
    }
    .introduction-desc{
        font-size: 14px;
    }
    .carousel .swiper-pagination-bullet{
        width: 30px;
        height: 3px;
    }
    .product-content{
        height: auto;
    }
    .product-image{
        height: 240px;
        border-radius: 8px;
    }
    .product-box{
        height: auto;
        padding: 28px 20px;
        margin-top: 10px;
        border-radius: 8px;
        right: 0;
    }
    .product-profile{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .product-btn{
        width: 100px;
        height: 35px;
    }
    .product-btn a{
        font-size: 14px;
    }
    .product-title{
        font-size: 18px;
        line-height: 25px;
    }
    .product .swiper-pagination{
        position: relative;
    }
    .regulations-title{
        font-size: 16px;
        margin-top: 10px;
    }
    .regulations-image{
        height: 103px;
    }
    .regulations-image img{
        width: 28%;
    }
    .top-nav{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .top-nav-btn{
        width: 100px;
        height: 30px;
        position: relative;
        top: 16px;
        font-size: 12px;
        line-height: 30px;
    }
    .top-nav-title{
        font-size: 24px;
    }
    .top-nav-title:after{
        height: 25px;
    }
    .notice{
        height: auto;
    }
    .notice-left{
        width: 100%;
        height: 220px;
    }
    .notice-right{
        width: 100%;
        height: auto;
    }
    .news-list{
        padding: 16px 10px;
    }
    .news-date{
        width: 50px;
    }
    .news-title{
        width: calc(100% - 60px);
        font-size: 14px;
        line-height: 20px;
    }
    .news-item{
        height: 60px;
    }
    .news-date p:first-child{
        font-size: 20px;
    }
    .news-date p:last-child{
        font-size: 12px;
    }
    .product{
        padding: 10px 0;
    }
    .activity-image{
        height: 220px;
    }
    .introduction{
        margin-top: 20px;
    }
    .about{
        height: auto;
        padding: 5px 0 30px 0;
        margin-bottom: 0;
    }
    .about-content{
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .about-content h2{
        font-size: 20px;
        margin-block-start: 10px;
        margin-block-end: 10px;
    }
    .about-content div{
        font-size: 14px;
        line-height: 22px;
    }

    .carousel .swiper-container-horizontal>.swiper-pagination-bullets{
        position: relative;
        bottom: 0;
        top: -60px;
    }

    .product .swiper-button-next{
        display: none;
    }
}
