*{
    padding:0;
    margin: 0;
}
body{
    width: 100%;
    height: 100%;
}
.content{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
img{border: none;}
a{
    text-decoration: none;
    display:block;
}
.info{
    position: fixed;
    top: 0;
    background-color: tan;
    z-index: 999;
    width: 100%;
    display: none;
}
.info p{
    padding: 50px;
    text-align: center;
}
.info a{
    border-bottom: 1px solid black;
    cursor: pointer;
    display: inline !important;
}
.info span{
    border-bottom: 1px solid black;
    cursor: pointer;
    margin-left: 100px;
}
/* å¯¼èˆª */
.index-header{
    position: relative;
}
.item-logo,.index-menu{
    display: none;
}
.index-pagetop{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-image: url(../images/pageTop.png);
    background-position: center;
}
.index-pagetop-content{
    max-width: 1200px;
    margin: auto;
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-direction: row-reverse;
}
.search {
    width: auto;
    height: 100%;
    padding: 3px;
}
.search-open .text {
    width: 150px!important;
    margin-left: 8px;
}
.search .text {
    line-height: 20px;
    background: transparent;
    border: 0px;
    border-bottom: #ffffff solid 1px;
    text-indent: 5px;
    float: left;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    width: 0;
}
.search-open .btn {
    width: 40px;
}
.search .btn {
    width: 18px;
    /* height: 40px; */
    background: url(../images/search.png) center no-repeat;
    border: 0px;
    cursor: pointer;
}
.item{
    color: white;
    /*margin-top: 10px;*/
}
.item a{
    color: white;
    font-size: 14px;
    padding: 0px 11px;
}
.index-pagecenter{
    background-color: white;
}
.header-submenu img{
    display: none;
}
.index-pagecenter-content{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    max-width: 1200px;
    margin: auto;
    position: relative;
    height: 70px;
    justify-content: space-between;
}
.index-pagelogo{
    background-image: url(../images/logoBack.png);
    background-size: cover;
    margin-top: -20px;
    width: 260px;
}
.index-pagelogo img{
    margin: auto;
    display: block;
    width: 150px;
    margin-top: 20px;
}

.index-header-navigation ul{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    margin: 15px auto;
}
.index-header-navigation ul li{
    list-style: none;
    padding: 6px;
    font-size: 16px;
}
.header-submenu p{
    display:flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
}
.index-header-navigation ul li a{
    color: black;
    font-size: 16px;
}
.index-header-submenu{
    display: none;
    position: absolute;
    z-index: 1000;
    width: 112px;
    margin-left: -24px;
}
.index-header-submenu ul{
    position: relative;
    display: block;
    background-color: white;
    padding-top: 10px;
}
.index-header-submenu ul li{
    color: black;
    display: block;
    text-align: center;

}
.index-header-submenu ul li a{
    font-size: 14px!important;
}
.header-submenu:hover > .index-header-submenu{
    display: block;
}
.header-submenu:hover >p >a{
    color: #704487;
}
.index-header-submenu ul li a:hover{
    color: #704487;
}

/* è½®æ’­ */
.swiper-one img{
    width: 100%;
    /* position: relative; */
}
.swiper-bottom{
    position: absolute;
    bottom: 0;
    z-index: 222;
}
.bannerIndex{
    position: absolute;
    bottom: 0;
    z-index: 222;
}
.bannerBottom1024,.bannerBottom768,.bannerBottom375{
    display: none;
}
.swiper-button-prev-one,.swiper-button-next-one{
    width: 60px!important;
    height: 60px!important;
    background-size: 60px 60px!important;
}
.swiper-button-prev{
    background-image: url(../images/bannerLeft.png)!important;
    left: 20px!important;
}
.swiper-button-next{
    background-image: url(../images/bannerRight.png)!important;
    right: 20px!important;
}
.swiper-button-prev:hover{
    background-image: url(../images/bannerActiveLeft.png)!important;
}
.swiper-button-next:hover{
    background-image: url(../images/bannerActiveRight.png)!important;
}
.swiper-pagination-bullet {
    width: 18px!important;
    height: 10px!important;
    background: none!important;
    background-image: url(../images/bannerDot.png)!important;
    /* background-size: 18px 10px!important; */
    background-size: cover!important;
    border-radius: 0!important;
}
.swiper-pagination-bullet-active {
    background-image: url(../images/bannerActive.png)!important;
    /* background-size: 18px 10px!important; */
}
.swiper-slide a{
    position: relative;
    width: 100%;
}

/* çƒ­ç‚¹å…³æ³¨ */
.index-attention{
    width: 100%;
    /* height: 537px; */
    background: url(../images/indexBackone.png) no-repeat;
    background-size: cover;
}
.index-attention-content{
    max-width: 1200px;
    margin: auto;
}
.index-attention-content h3{
    padding-top: 50px;
}
.index-attention-content h3 img{
    margin: auto;
    display: block;
}
.attention-line{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: -10px;
}
.attention-line span{
    text-align: center;
    font-size: 20px;
    color: #666666;
    font-family: TimesNewRomanPSMT;
    margin-bottom: 10px;
}
.attention-line img{
    height: 1px;
    padding: 14px 0;
}
.attention-card-content{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-bottom: 40px;
}
.attention-card:hover>.attention-card-text>p{
    color: #704487;
}
.attention-card:hover>.new-card-text>p{
    color: #704487;
}
.study-card:hover>.study-card-text>p,.study-card:hover>.study-card-text>.study-card-message>p{
    color: #704487;
}
.notice-list-content:hover>.notice-text{
    color: #704487;
}
.notice-list-content:hover>.notice-day{
    background: url(../images/radiusActive.png) no-repeat;
    color:white;
}
.friend-link ul li a:hover{
    color: #704487;

}
.attention-card{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    /* padding: 30px; */
    /* width: 33%; */
    justify-content: space-between;
}
.attention-card img:first-child{
    width: 360px;
}
.attention-card p:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 20px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 0;
    line-height: 26px;
}
.attention-card p:last-child{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    justify-content: flex-end;
    padding-right: inherit;
    font-size: 14px;
    color: #555555;
    padding: 16px 20px;
}
.attention-card p:last-child img{
    width: 14px;
    height: 14px;
    padding-right: 8px;
    padding-top: 2px;
}
.attention-card-text{
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 360px;
}
.index-attention-more {
    text-align: right;
    /* position: absolute; */
    /* right: 0; */
}
.index-attention-more a{
    color: #333333;
    font-size:14px;
}
.index-attention-more a:hover{
    color: #704487;
}
.attention-card-content a {
    width: 30%;
}
/* å­¦æ ¡æ–°é—» */
.index-new{
    width: 100%;
    background: url(../images/indexBacktwo.png) no-repeat;
    background-size: cover;
}
.index-new-content{
    max-width: 1200px;
    margin: auto;
}
.index-new-content h3{
    padding-top: 50px;
}
.index-new-content h3 img{
    margin: auto;
    display: block;
}
.new-card-text{
    background-color: transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 360px;
}
.new-card p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 20px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 0;
}
/* .attention-card p:last-child {
    display: flex;
    justify-content: flex-end;
    padding-right: inherit;
    font-size: 14px;
    color: #555555;
    padding: 16px 20px;
} */
/* å­¦æœ¯æŠ¥å‘Š */
.index-study{
    width: 100%;
    background: url(../images/indexBackthree.png) no-repeat;
    background-size: cover;
}
.index-study-content{
    max-width: 1200px;
    margin:auto;
}
.index-study-content h3{
    text-align: center;
    padding-top: 50px;
}
.study-card-content{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    justify-content: space-between;
    padding-bottom: 50px;
    flex-wrap: wrap;
    width: 100%;
}
.study-card{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    /* width: 25%; */
    max-width: 276px;
}
.study-card img:first-child{
    max-width: 276px;
    width: 100%;
}
.study-line{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: -10px;
}
.study-line span{
    text-align: center;
    font-size: 20px;
    color:white;
    font-family: TimesNewRomanPSMT;
    margin-bottom: 10px;
}
.study-line img{
    height: 1px;
    padding: 14px 0;
    width: 41%;
}
.index-study-more{
    text-align: right;
}
.index-study-more a{
    color: white;
}
.study-card-text{
    max-width: 276px;
    background-color: white;
    width: 100%;
}
.study-card-text p:first-child{
    padding: 20px 10px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    padding-bottom: 0;
}
.study-card-message{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 20px;
}
.study-card-time{
    font-size: 14px;
    color: #824487;
    padding: 20px!important;
    /* padding-left: 0; */
}
.study-card-date{
    background-color: #442150;
    color: white;
    text-align: center;
}
.study-card-date p:first-child{
    font-size: 20px;
    padding: 5px 10px!important;
    color: white;
}
.study-card-date p:last-child{
    font-size: 12px;
    padding: 0 10px;
}

/* é€šçŸ¥ */
.index-notice{
    background: url(../images/indexBackfour.png) no-repeat;
    background-size: cover;
}
.index-notice-content{
    max-width: 1200px;
    margin: auto;
}
.notice-content-inner{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    padding: 40px 0;
    padding-bottom: 10px;
}
.notice-content{
    width: calc(100% - 360px);
    margin-right: 100px;
    /* position: relative; */
}
.notice-content h3{
    text-align: center;
}
.notice-other-button{
    width: 260px;
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-left: 60px; */
    margin-top:30px;
    margin-bottom: 30px !important;
    align-items: center;
}
.other-button-one{
    background: url(../images/buttonone.png) no-repeat;
    width: 260px;
    height: 80px;
}
.other-button-one img, .other-button-two img,.other-button-three img{
    display: block;
    margin: auto;
    padding-top: 30px;
}
.other-button-two{
    background: url(../images/buttontwo.png) no-repeat;
    width: 260px;
    height: 80px;
    background-size: cover;
}
.other-button-three{
    background: url(../images/buttonthree.png) no-repeat;
    width: 260px;
    height: 80px;
    background-size: cover;
}
.notice-line {
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: -12px;
}
.notice-line img{
    width: 40%;
    height: 1px;
    padding: 12px 0;
}
.notice-line span{
    /* padding: 10px; */
    font-size: 20px;
    color: #666666;
}
.notice-list{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.notice-text{
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
    margin: 0 8px;
    white-space: pre-wrap;
    width: calc(103% - 100px);
    padding-left: 0;
    margin-left: 0;
    line-height: 26px;
}
.notice-list a{
    width: 49%;
    /* margin-left: 60px; */
}
.notice-list-content{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
}
.notice-day{
    font-family: MicrosoftYaHei;
    background: url(../images/radius.png) no-repeat;
    width: 70px;
    height: 70px;
    color: #666666;
    position: relative;
}
.notice-day p{
    text-align: center;
}
.notice-day p:first-child{
    font-size: 24px;
    padding-top: 10px;
}
.notice-day p:last-child{
    font-size: 16px;
}
/* footer */
.contact-us ol{
    margin-top: 20px;
}
ol li{
    list-style: none;
    padding: 9px;
    padding-left: 0;
    font-size: 14px;
}
ol li img{
    padding-right: 8px;
}
.footer{
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
}
.footer-content{
    max-width: 1200px;
    margin: auto;
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    padding-top: 40px;
    justify-content: space-between;
    padding-bottom: 40px;
}
.friend-link{
    margin-right: 40px;
    color: #6B3E7B;
    width: 240px;
}
.friend-link ul{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    margin-top: 20px;
}
.friend-link ul li{
    float: left;
    margin: 9px;
}
.friend-link ul li a {
    color: #333333;
    display: inline !important;
    font-size: 14px;
}
.wx-code{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    justify-content: space-between;
    /*margin-right: 20%;*/
}
.wx-code-one,.wx-code-two,.wx-code-three{
    text-align: center;
    margin: 0 10px;
    color: #6932A6;
}
.copyright{
    background: url(../images/pageBottom.png) no-repeat;
    background-size: cover;
    text-align: center;
    height: 60px;
}
.copyright p{
    color: white;
    font-size: 12px;
    padding: 22px;
}
.footer-inner-content{
    display: flex;
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex;
    width: 77%;
    justify-content: space-around;
}
.notice-other-button a{
    margin-bottom: 30px;
}
.index-menu,.center-div{
    display: none;
}
@media only screen and (max-width: 1960px) {
    /* .index-header-submenu {
        left: -40px;
        top: 55px;
    } */
    .header-submenu :hover > .index-header-submenu{
        display: block!important;
    }
    .header-submenu :hover > p{
        color: #704487;
    }

}
@media only screen and (min-width: 1024px){
    .notice-other-button {
        height:300px;
    }
}
@media only screen and (max-width: 1200px) {
    .header-submenu :hover > .index-header-submenu{
        display: block!important;
    }
    .header-submenu :hover > a{
        color: #704487;
    }
    .header-submenu:hover > .index-header-submenu{
        display: none;
    }
    .index-pagetop-content ,.index-pagecenter-content,.index-attention-content,.index-new-content,.index-study-content,.index-notice-content,.footer-content{
        margin: 0 30px!important;
    }
    .index-pagelogo {
        width: 220px;
        background-image: url(../images/logoBacktwo.png);
    }
    .attention-line img {
        height: 1px;
        padding: 14px 0;
        width: 47%;
    }
    .notice-line img {
        width: 44%;
        height: 1px;
        padding: 12px 0;
    }
    .index-header-navigation ul li a {
        font-size: 16px;
    }
    .attention-card img:first-child {
        width: 100%;
    }
    .attention-card-text {
        width: 100%;
    }
    .new-card-text {
        width: 100%;
    }
    .study-card-content a {
        width: 24%;
        max-width: 348px;
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 1024px) {
    .bannerBottom768,.bannerBottom375{
        display: none;
    }
    .bannerBottom1024{
        display: block;
    }
    .item{
        display: block;
    }
    .index-pagetop {
        height: 50px;
    }
    .index-pagelogo,.index-pagetop-content .item{
        display: none;
    }
    .index-pagetop-content ,.index-pagecenter-content,.index-attention-content,.index-new-content,.index-study-content,.index-notice-content,.footer-content{
        margin: 0 20px!important;
    }
    .notice-content{
        width: 100%;
        margin-right: 0px;
        /* position: relative; */
    }
    .attention-card img:first-child {
        /* width: 308px; */
        width: 100%;
    }
    .attention-card-text {
        /* width: 308px!important; */
        width: 100%;
    }
    .study-card img:first-child {
        width: 100%;
    }
    .study-card-text {
        max-width: 100%;
    }
    .notice-content-inner {
        display: block;
    }
    .notice-other-button {
        flex-direction: row;
        padding-bottom: 20px;
        width: 100%;
        margin: auto;
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .friend-link ul li {
        list-style: none;
        float: none;
        display: inline;
        margin: 0;
    }
    .friend-link ul li::before{
        content: '|';
        /* position: absolute; */
        margin-right: 6px;
    }
    .friend-link ul li:last-child::after{
        content: '|';
        margin-left: 6px;
    }
    .friend-link {
        width: auto;
        margin-bottom: 40px;
    }
    .friend-link ul {
        display: block;
    }
    .contact-us{
        /* padding-top: 40px; */
        display: inline;
    }
    .footer-content {
        display: block;
    }
    .footer-inner-content{
        display: flex;
        display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
        display: -webkit-flex;
        justify-content: space-between;
        width: 100%;
    }
    .wx-code-one, .wx-code-two, .wx-code-three {
        margin-top: 20px;
    }
    .item-logo{
        display: block;
        padding-top: 11px;
    }
    .index-menu{
        display: block;
        padding-top: 7px;
    }
    .index-pagetop-content {
        display: flex;
        display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .attention-card-content a{
        width: 32%;
    }
    .study-card-content a {
        width: 24%;
        max-width: 348px;
        margin-bottom: 20px;
    }
    .study-line img {
        height: 1px;
        padding: 14px 0;
        width: 38%;
    }
    .notice-text{
        width: calc(100% - 100px);
    }
    .notice-other-button a{
        /* margin: auto; */
        margin-bottom: 10px;
    }
    .header-submenu:hover > .index-header-submenu{
        display: none;
    }
    .index-pagecenter{
        background: none;
    }
    .index-pagecenter-content{
        margin: 0!important;
        height: 0;
    }
    /* ç§»åŠ¨ç«¯é€‚é… */
    .header-submenu img{
        display: block;
    }
    .index-header-navigation{
        display: none;
        position: absolute;
        /* top: 50px; */
        z-index: 1000;
        background: white;
        width: 100%;
    }
    .index-header-navigation ul li a {
        display: flex;
        display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
        display: -webkit-flex;
        /* padding: 0; */
        font-size: 16px;
    }
    .header-submenu{
        border-bottom: 0.3px solid #999999;
        margin: 10px;
        padding-bottom: 10px!important;
        position: relative;
        padding: 0!important;
        margin-bottom: 0;
    }
    .header-submenu a{
        color: #666666;
        font-size: 16px;
        padding: 10px;
    }
    .header-submenu img{
        position: absolute;
        right: 10px;
        padding: 10px 0;
    }
    .index-header-submenu{
        display: none;
        position: relative;
        width: 100%;
        margin-left: 0;
    }
    .index-header-navigation .search {
        width: 287px;
        height: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .center-div {
        margin: 0 auto;
    }
    .index-header-navigation .search .text {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #cccccc;
        border: 0px;
        padding: 0px;
        text-indent: 5px;
        float: left;
    }
    .index-header-navigation .search .btn {
        width: 40px;
        height: 40px;
        float: left;
        background: #704487 url(../images/search.png) center no-repeat;
        border: 0px;
    }
    .index-header-navigation .search .m-en {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 7px;
        text-align: center;
        float: left;
        background: #704487;
        float: left;
        color: #ffffff;
    }
    .index-header-navigation  ul{
        flex-direction: column;
        margin: 0!important;
        width: 100%;
    }
    .index-header-submenu ul li{
        border-top: 0.3px solid #999999;
        padding: 10px;
    }
    .header-bottom{
        padding-bottom: 0!important;
    }
    /* ç§»åŠ¨ç«¯ç»“æŸ */
}
@media only screen and (max-width: 856px){
    .notice-other-button {
        justify-content: space-between;
        width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .bannerBottom1024,.bannerBottom375{
        display: none;
    }
    .bannerBottom768{
        display: block;
    }
    .leader-card a {
        width: 100%!important;
        max-width: 100%!important;
    }
    .leader-inner-content {
        margin-left: 0px!important;
        margin-bottom: 10px!important;
    }
    .leader-card {
        margin-bottom: 20px!important;
        width: 100%;
    }
    .attention-card-content a:nth-child(3){
        display: none;
    }
    .header-submenu:hover > .index-header-submenu{
        display: none;
    }
    .index-pagecenter{
        background: none;
    }
    .index-pagecenter-content{
        margin: 0!important;
    }
    /* ç§»åŠ¨ç«¯é€‚é… */
    .header-submenu img{
        display: block;
    }
    .index-header-navigation{
        /* display: none; */
        position: absolute;
        /* top: 50px; */
        z-index: 1000;
        background: white;
        width: 100%;
    }
    .index-header-navigation ul li a {
        display: flex;
        display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
        display: -webkit-flex;
        /* padding: 0; */
    }
    .header-submenu{
        border-bottom: 0.3px solid #999999;
        margin: 0px !important;
        position: relative;
        padding: 8px !important;
    }
    .header-submenu a{
        color: #666666;
        font-size: 16px;
        padding: 10px;
    }
    .header-submenu img{
        position: absolute;
        right: 10px;
    }
    .index-header-submenu{
        display: none;
    }
    .index-header-navigation .search {
        width: 287px;
        height: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .center-div {
        margin: 0 auto;
    }
    .index-header-navigation .search .text {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #cccccc;
        border: 0px;
        padding: 0px;
        text-indent: 5px;
        float: left;
    }
    .index-header-navigation .search .btn {
        width: 40px;
        height: 40px;
        float: left;
        background: #704487 url(../images/search.png) center no-repeat;
        border: 0px;
    }
    .index-header-navigation .search .m-en {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 7px;
        text-align: center;
        float: left;
        background: #704487;
        float: left;
        color: #ffffff;
    }
    .index-header-navigation  ul{
        flex-direction: column;
        margin: 0!important;
    }
    .index-header-submenu ul li{
        border-top: 0.3px solid #999999;
        padding: 10px;
    }
    .index-header-submenu ul li a{
        font-size:14px;
    }
    .header-bottom{
        padding-bottom: 0!important;
    }
    /* ç§»åŠ¨ç«¯ç»“æŸ */
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .attention-card {
        width: 100%;
        margin-bottom: 20px;
    }
    .attention-line img {
        width: 44%;
    }
    .study-line img {
        width: 33%;
    }
    .study-card-content a {
        width: 48%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .study-card {
        max-width:none;
    }
    .study-card img:first-child,.study-card-text {
        width: 100%;
        max-width: none;
    }
    .notice-other-button {
        width: 80%;
        padding-left: 0;
        justify-content: space-between;
    }

    .attention-card-content a {
        width: 48%;
    }
    .wx-code-one img, .wx-code-two img, .wx-code-three img{
        width: 90%;
    }
    .notice-other-button a {
        /* margin: auto; */
        margin-bottom: 20px;
    }
    .notice-other-button a:last-child{
        /* margin: auto; */
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 710px){
    .notice-other-button {
        flex-direction: column;
        width: 80%;
        padding-left: 0;
        justify-content: space-between;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 500px) {
    .bannerBottom1024,.bannerBottom768{
        display: none;
    }
    .bannerBottom375{
        display: block;
    }
    .index-pagetop-content ,.index-pagecenter-content,.index-attention-content,.index-new-content,.index-study-content,.index-notice-content,.footer-content{
        margin: 0 10px!important;
    }
    .index-pagecenter-content {
        margin: 0!important;
    }
    .study-card {
        width: 100%;
        max-width: none;
    }
    .notice-list-content {
        width: 100%;
    }
    .notice-other-button {
        width: 100%;
        margin: auto;
        padding-bottom: 0;
    }
    .other-button-one,.other-button-two,.other-button-three{
        margin: auto;
        /* margin-bottom: 30px; */
    }
    .footer-inner-content {
        display: block;
    }
    .attention-card-content a {
        width: 100%;
    }
    .copyright p {
        padding: 12px;
    }
    .study-line img {
        width: 27%;
    }
    .study-card-content a {
        width: 100%;
        max-width: 100%;
    }
    .notice-list a {
        width: 100%;
    }
    .notice-line img {
        width: 38%;
    }
}
