* {
    margin: 0;
    padding: 0;
}

html{
    font-size: 16px;
    /* overflow-x: hidden; */
    min-width: 1500px;
    width: 100%;
}

.mobile-contents,.mobile-rules,.mobile-footer{
    display: none;
}

ul li{
    list-style: none;
}

ul li a{
    text-decoration: none;
    color: #414141;
}

.menu-logo span{
    display: none;
}

.main{
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 80px;
}

.clear{
    clear: both;
}
.grid{
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    justify-content: space-between;
    grid-template-columns: repeat(2, 48%);
}

.subtitle{
    padding: 3rem 0;
    text-align: center;
    color: #444444;
    font-size: 1.75rem;
}
.fblod{
    font-weight: bold;
}
.f18{
    font-size: 1.125rem;
}
.indent2{
    text-indent: 2rem;
}

/* header */
header{
    width: 100%;
    min-width: 1500px;
    height: 80px;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 2;
}
.logo{
    width: 35%;
    height: 100%;
    background: url(../img/logo.png) no-repeat center;
    float: left;
    cursor: pointer;
}
.menu{
    width: 65%;
    height: 100%;
    float: right;
    text-align: center;
    position: relative;
}
.menu ul{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.menu ul li {
    display: inline-block;
    margin: 0 1rem;
    cursor: pointer;
}
.menu ul li a{
    padding: 30px 6px;
    font-size: 1rem;
}
.menu ul li a.active{
    font-weight: bold;
    color: #ffffff;
    /* border-bottom: 3px solid #273b7a; */
    background-color: #67a4f0;
}

/* banner */
.banner{
    width: 100%;
    min-width: 1500px;
}
.banner img{
    width: 100%;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
    /* --swiper-theme-color: #98c4ff; */
    --swiper-pagination-color: #f7f9ff;
}

/* news */
.news{
    width: 75%;
    margin: 0 auto;
}

.news .news-item{
    height: 10rem;
    /* width: 50%; */
    background-color: #f6f6f6;
    /* flex: none; */
    cursor: pointer;
}

.news .news-img{
    float: left;
    width: 230px;
    height: 160px;
    position: relative;
}
.news .news-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20px;
}

.news .news-article{
    float: right;
    width: 56%;
    height: 100%;
    /* padding: 0 0.8rem; */
    position: relative;
}
.news .news-intro{
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.news .intro-title{
    font-size: 1.125rem;
    color: #444444;
    font-weight: bold;
}
.news .intro-main{
    font-size: 0.875rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news .intro-date{
    font-size: 0.75rem;
    color: #666666;
    text-align: right;
}

.news .news-btn{
    width: 170px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 30px auto;
    color: #ffffff;
    background-color: #b2d1f6;
    font-size: 0.875rem;
    border-radius: 5px;
    cursor: pointer;
}

/* advise */
.advise{
    background-color: #f6f6f6;
    padding-bottom: 9rem;
}

.advise-intro{
    width: 70%;
    margin: 0 auto;
    color: #333333;
    font-size: 1rem;
}

/* contents */
.contents{
    position: relative;
    top: -4.5rem;
}

.contents .left{
    width: 53%;
    height: 500px;
    background: url(../img/left.png) no-repeat right;
}

.contents .right{
    width: 53%;
    height: 500px;
    background: url(../img/right.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 4rem;
}

/* schedule */
.schedule{
    margin-top: 3rem;
}
.schedule .schedule-title{
    text-align: center;
    color: #333333;
    font-size: 1.125rem;
    margin-top: -1.5rem;
}
.schedule .schedule-box{
    display: flex;
    width: 900px;
    margin: 5.5rem auto;
}
.schedule .schedule-item{
    text-align: center;
    flex: 1;
}
.schedule .schedule-item .s-date{
    color: #333333;
    font-size: 1.125rem;
}
.schedule .schedule-item img{
    width: 180px;
    height: auto;
    margin: 18px 0 28px 0;
}
.schedule .schedule-item .s-name{
    color: #999999;
    font-size: 1.375rem;
}
.schedule .schedule-item.active .s-name{
    color: #333333;
    font-weight: bold;
}
/* awards */
.awards{
    width: 100%;
    height: 680px;
    background: url(../img/awards-bg.png) no-repeat center;
}
.awards .subtitle{
    color: #ffffff;
}

.awards .awards-item{
    width: 165px;
    height: 225px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.awards .awards-grid{
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 33%);
    margin-top: 2.5rem;
}
.awards .awards-item .box{
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.awards .awards-item .number{
    color: #666666;
    font-size: 0.875rem;
    margin: 0.5rem 0;
}
.awards .awards-item .number span{
    color: #3493f8;
    font-size: 1.375rem;
}
.awards .awards-item p{
    color: #333333;
    font-weight: bold;
    font-size: 0.875rem;
}
.awards .awards-item.no1{
    width: 192px;
    height: 260px;
    background: url(../img/No1.png) no-repeat center;
}
.awards .awards-item.no2{
    background: url(../img/No2.png) no-repeat center;
}
.awards .awards-item.no3{
    background: url(../img/No3.png) no-repeat center;
}
.awards .awards-item.no4{
    background: url(../img/No4.png) no-repeat center;
}
.awards .awards-item.no1 .number{
    font-size: 1rem;
}
.awards .awards-item.no1 .number span{
    font-size: 3rem;
}
.awards .awards-item.no1 p{
    font-size: 1rem;
}

/* rules */
.rules{
    min-width: 1500px;
    height: 600px;
    margin: 5rem auto;
    background: url(../img/rules.png) no-repeat center;
}

/* footer */
footer{
    background: #222222;
    color: #fff;
    height: 14rem;
}
.container{
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
.top {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top div{
    flex: 1;
}
.top .footer-menu.pg2{
    margin-left: -10rem;
}
.top .slogan{
    width: 100%;
    height: 100%;
}
.top .logo1{
    width: 100%;
    height: 50%;
    background: url(../img/logo1.png) no-repeat left;
}
.top ul li {
    margin: 10px 0;

}
.top .footer-menu ul li{
    padding: 0 5rem;
}
.top .footer-menu ul li a{
    text-decoration: none;
    color: #fff;
}
.top .contact-info .line{
    width: 60px;
    height: 1px;
    background: #fff;
    margin-bottom: 25px;
}
.top .qrcode .code{
    float: right;
}
.top .qrcode .code div{
    width: 120px;
    height: 120px;
    background: url(../img/qrcode.png) no-repeat center;
    /* float: right; */
}
.top .qrcode p{
    width: 120px;
    text-align: center;
}
.copyright{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1c1c1c;
}
.copyright p{
    float: left;
    color: #717171;
    font-size: 12px;
}
.copyright .icons{
    float: right;
    color: #fff;
}
.copyright .icons span{
    margin: 0 10px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    html{
        font-size: 13px;
        min-width: 100%;
    }
    .container{
        width: 100%;
    }
    .blank{
        height: 0;
    }
    .main{
        margin-top: 60px;
    }
    footer .container,.left,.right{
        display: none;
    }
    .mobile-contents,.mobile-rules,.mobile-footer{
        display: block;
    }
    .subtitle {
        padding: 2rem 0;
    }
    
    /* header */
    header{
        width: 100%;
        min-width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        z-index: 2;
        line-height: 60px;
    }
    .logo{
        width: 45%;
    }
    .menu-logo{
        width: 20%;
        height: 100%;
        float: right;
        text-align: center;
        background: url(../img/menu.png) no-repeat center;
        background-size: 50%;
    }
    .menu{
        width: 100%;
        height: auto;
        text-align: center;
        background: #ffffff;
        float: none;
        position: absolute;
        top: 58px;
        display: none;
        line-height: 1.5rem;
    }
    .menu ul{
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
    .menu ul li {
        display: block;
        margin: 0 1rem;
        padding: 0.6rem 0;
        cursor: pointer;
    }
    .menu ul li a{
        padding: 0.6rem 0;
        color: #333333;
        font-size: 1.2rem;
    }
    .menu ul li a.active{
        font-weight: bold;
        color: #66a5ef;;
        border-bottom: none;
        background: none;
    }
    .grid {
        grid-template-columns: repeat(1, 100%);
    }

    /* banner */
    .banner {
        min-width: 100%;
    }

    /* news */
    .news{
        width: 100%;
    }
    .news .news-img {
        width: 44%;
        height: 100%;
    }
    /* advise */
    .advise-intro {
        width: 90%;
    }
    /* contents */
    .mobile-contents{
        width: 100%;
        background: url(../img/m-left.png) no-repeat center;
        color: #ffffff;
    }
    .mobile-contents .mobile-box {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px
    }
    .mobile-contents .subtitle{
        color: #ffffff;
    }
    .mobile-contents p{
        font-size: 0.875rem;
    }
    /* schedule */
    .schedule .schedule-box{
        width: 100%;
        flex-wrap: wrap;
        margin: 3rem auto;
    }
    .schedule .schedule-item{
        margin: 10px 0;
    }
    /* awards */
    .awards{
        height: 550px;
    }
    .awards .awards-grid{
        margin: 0;
    }
    .awards .awards-item.no1 {
        height: 200px;
        background-size: 70%;
    }
    .awards .awards-item.no2,.awards .awards-item.no3,.awards .awards-item.no4 {
        background-size: 100%;
    }
    
    .awards .awards-item.no1 .box{
        bottom: 28px;
    }
    .awards .awards-item .box {
        bottom: 68px;
    }
    .awards .awards-item .number{
        margin: 0;
    }
    .awards .awards-item {
        width: 100px;
    }
    /* rules */
    .rules{
        min-width: 90%;
        background: #eff3ff;
        border: 5px solid #6cbaf9;
        border-radius: 20px;
        height: 630px;
    }
    .mobile-rules{
        width: 90%;
        margin: 0 auto;
    }
    .mobile-rules .section{
        margin-bottom: 15px;
    }

    /* footer */
    footer{
        height: auto;
    }
    .mobile-footer{
        width: 80%;
        margin: 0 auto;
        padding: 2rem 0;
        text-align: center;
        font-size: 1.2rem;
    }
    .mobile-footer h3{
        margin-bottom: 2rem;
    }
    .mobile-footer ul li{
        margin: 0.6rem 0;
    }
    .mobile-footer ul li a{
        font-size: 1.2rem;
        color: #fff;
        text-decoration: none;
    }
    .mobile-footer span{
        font-size: 1.5rem;
    }
    .mobile-footer .qrcode div{
        width: 80px;
        height: 80px;
        background: url(../img/qrcode.png) no-repeat center;
        background-size: 100%;
        margin: 2rem auto;
    }
    .mobile-footer .qrcode p {
        width: 100%;
        text-align: center;
    }
    .copyright{
        width: 100%;
        height: 4rem;
        line-height: 2;
        background: #1c1c1c;
        padding: 1rem 0;
    }
    .copyright .icons{
        display: none;
    }
    .copyright p{
        float: none;
        text-align: center;
    }

}