@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}/*去掉所有标签之间的默认间隙*/
html,body {
    width: 100%;
    margin: 0 auto;
    /*设置所有body中所有div居中显示*/
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f2f3f4;
    font-size: 14px;
}

input {
    outline: none!important;
    /*去除蓝色边框*/
}

ul {
    list-style: none;
}/*去掉无序列表的项目符号*/
ol {
    list-style: none;
}/*去掉无序列表的项目符号*/
a {
    text-decoration: none;
}/*去掉超级链接的下划线*/
img {
    border: none;
}/*去掉图片加载完链接之后的边框*/
a {
    color: black
}

a:link {
    text-decoration: none!important;
}

a:visited {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

a:active {
    text-decoration: none!important;
}
.w-100{
    width: 100%;
    min-width: 1200px;
    margin: auto;
}
.w-1200{
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}
.banner{
    height: 550px;
    background: url("../images/banner.png") no-repeat center center;
}
.chapter{

padding-top: 28px;

padding-bottom: 28px;
}
.chapter ul{

overflow: hidden;
}
.chapter ul li{background: url("../images/pic-1.png") repeat-y;width: 174px;height: 84px;float: left;margin-right: 72px;border-radius: 10px;}
.chapter ul li a{
    background: url("../images/pic-2.png") repeat-y;
    display: block;
    margin-top: 18px;
    width: 141px;
    height: 48px;
    position: relative;
    left: -40px;
    border-radius: 10px;
    line-height: 48px;
    color: #d24523;
    padding-left: 33px;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #e8cbc4;
    cursor: pointer;
}
.chapter ul li:first-child{

margin-left: 40px;
}
.chapter ul li:last-child{
    
margin-right: 0;
}
.chapter ul li a:hover{
    background: #fff;
}
.review{
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
}
.review .title{
    background: url("../images/pic-3.png") no-repeat center center;
    width: 477px;
    height: 74px;
    margin: auto;
    margin-bottom: 40px;
}
.review .review-main{

overflow: hidden;
}
.review .review-main .review-left{

width: 390px;

float: left;
}
.review .review-main .review-left .sm-title{
    background: url("../images/pic-4.png") repeat-x;
    line-height: 46px;
    padding-left: 20px;
    color: #cc3300;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.review .review-main .review-left table{
    border-collapse:collapse;
    width: 100%;
}
.review .review-main .review-left table thead td{
    background: #e5e5e5;
    color: #324853;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}
.review .review-main .review-left table tbody td{
    border:1px solid #f2f2f2;
    color: #324853;
    text-align: center;
    padding: 9px 0px;
}
.review .review-main .review-center{
    
float: left;
    
width: 390px;
    
margin-left: 15px;
    
margin-right: 15px;
}
.review .review-main .review-center .sm-title{
    background: url("../images/pic-4.png") repeat-x;
    line-height: 46px;
    padding-left: 20px;
    color: #cc3300;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.review-center .localExaminations{

overflow: hidden;

border-bottom: 1px dashed #334954;

padding-bottom: 13px;
}
.review-center .localExaminations dl{

float: left;

margin-right: 22px;
}
.review-center .localExaminations dl dt{

}
.review-center .localExaminations dl dt img{

display: block;
}
.review-center .localExaminations dl dd{

text-align: center;

color: #000000;

padding-top: 5px;
}
.review-center .localExaminations dl:last-child{
    margin-right: 0;
}
.review-center ul{

padding-top: 13px;
}
.review-center ul li{
    background: url("../images/pic-6.png") no-repeat left center;
    padding-left: 11px;
    margin-bottom: 9px;
}
.review-center ul li a{

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;

width: 375px;

display: inline-block;
}
.review-center ul li a:hover{
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    color:#cc3300;
}
.review-center ul li:last-child{
    margin-bottom: 0;
}
.review .review-main .review-right{

float: left;

width: 390px;
}
.review .review-main .review-right .sm-title{
    background: url("../images/pic-4.png") repeat-x;
    line-height: 46px;
    padding-left: 20px;
    color: #cc3300;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 13px;
}
.review .review-main .review-right .details{

position: relative;
}
.review .review-main .review-right .details p{

color: #324853;

font-size: 13px;

line-height: 24px;

text-indent: 2em;
}
.review .review-main .review-right .details p a{

    color: #324853;

    font-size: 13px;
}
.review .review-main .review-right .details .btn{

color: #cf4824;

font-size: 14px;

float: right;

position: absolute;

right: 0;

bottom: 2px;
}
.review .review-main .review-right .bottom{

margin-bottom: 10px;
}
.review .review-main .review-right .bottom:last-child{
    margin-bottom: 0;
}
.m-t-27{
    margin-top: 27px;
}
.banner2{
    background: url("../images/banner2.png") no-repeat center center;
    height: 500px;
}
.review .review-main .review-right .details p a:hover{
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    color:#cc3300;
}
.bigEvent{
    background: #f2f3f4;
    padding-top: 63px;
    padding-bottom: 67px;
}
.bigEvent .title{
    width: 477px;
    height: 74px;
    background: url("../images/pic-7.png") no-repeat center center;
    margin: auto;
    margin-bottom: 10px;
}
.bigEvent .bigEvent-main{
    height: 633px;
    background: url("../images/pic-8.png") no-repeat center center;
    position: relative;
}
.bigEvent .bigEvent-main a{
    position: absolute;
    background: #ffff;
    border: 1px solid #cf4824;
    width: 58px;
    line-height: 26px;
    text-align: center;
}
.bigEvent .bigEvent-main a.index1{
    right: 102px;
    bottom: 215px;
}
.bigEvent .bigEvent-main a.index2{

right: 150px;

bottom: 291px;
}
.bigEvent .bigEvent-main a.index3{

right: 213px;

bottom: 236px;
}
.bigEvent .bigEvent-main a.index4{

right: 257px;

bottom: 291px;
}
.bigEvent .bigEvent-main a.index5{

right: 315px;

bottom: 223px;
}
.bigEvent .bigEvent-main a.index6{

right: 368px;

bottom: 271px;
}
.bigEvent .bigEvent-main a.index7{

right: 415px;

bottom: 197px;
}
.bigEvent .bigEvent-main a.index8{

right: 481px;

bottom: 241px;
}
.bigEvent .bigEvent-main a.index9{

right: 528px;

bottom: 167px;
}
.bigEvent .bigEvent-main a.index10{

right: 588px;

bottom: 227px;
}
.bigEvent .bigEvent-main a.index11{

right: 652px;

bottom: 165px;
}
.bigEvent .bigEvent-main a.index12{

right: 701px;

bottom: 229px;
}
.bigEvent .bigEvent-main a.index13{

right: 766px;

bottom: 161px;
}
.bigEvent .bigEvent-main a.index14{

right: 825px;

bottom: 216px;
}
.bigEvent .bigEvent-main a.index15{

right: 881px;

bottom: 147px;
}
.bigEvent .bigEvent-main a.index16{

right: 923px;

bottom: 207px;
}
.bigEvent .bigEvent-main a.index17{

right: 1016px;

bottom: 193px;
}
.bigEvent .bigEvent-main a.index18{

right: 962px;

bottom: 276px;
}
.bigEvent .bigEvent-main a.index19{

right: 1065px;

bottom: 234px;
}
.bigEvent .bigEvent-main a.index20{

right: 1042px;

bottom: 304px;
}
.bigEvent .bigEvent-main a.index21{

right: 1028px;

bottom: 345px;
}
.bigEvent .bigEvent-main a.index22{

right: 1017px;

bottom: 387px;
}
.bigEvent .bigEvent-main a.index23{

right: 1065px;

bottom: 483px;
}
.bigEvent .bigEvent-main a.index24{

right: 1005px;

bottom: 437px;
}
.bigEvent .bigEvent-main a.index25{

right: 931px;

bottom: 494px;
}
.bigEvent .bigEvent-main a.index26{

right: 893px;

bottom: 409px;
}
.bigEvent .bigEvent-main a.index27{

right: 820px;

bottom: 439px;
}
.bigEvent .bigEvent-main a.index28{

right: 761px;

bottom: 370px;
}
.bigEvent .bigEvent-main a.index29{

right: 688px;

bottom: 412px;
}
.bigEvent .bigEvent-main a.index30{

right: 618px;

bottom: 364px;
}
.bigEvent .bigEvent-main a.index31{

right: 556px;

bottom: 427px;
}
.bigEvent .bigEvent-main a.index32{

right: 493px;

bottom: 381px;
}
.bigEvent .bigEvent-main a.index33{

right: 471px;

bottom: 488px;
}
.bigEvent .bigEvent-main a.index34{

right: 415px;

bottom: 411px;
}
.bigEvent .bigEvent-main a.index35{

right: 376px;

bottom: 484px;
}
.bigEvent .bigEvent-main a.index36{

right: 305px;

bottom: 440px;
}
.bigEvent .bigEvent-main a.index37{

right: 219px;

bottom: 497px;
}
.bigEvent .bigEvent-main a.index38{

right: 170px;

bottom: 420px;
}
.bigEvent .bigEvent-main a.index39{

right: 110px;

bottom: 488px;
}
.bigEvent .bigEvent-main a.index40{

right: 77px;

bottom: 425px;
}
.bigEvent .bigEvent-main a:hover{
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    color: #fff;
    background: #cc3300;
}
.studentStyle{

background: #fff;

padding-top: 56px;

padding-bottom: 76px;
}
.studentStyle .title{
    background: url("../images/pic-9.png") no-repeat;
    height: 74px;
    width: 477px;
    margin: auto;
}
.studentStyle .sm-title{
    background: url("../images/pic-4.png") repeat-x;
    height: 46px;
    margin-top: 45px;
}
.studentStyle .sm-title p{
    color: #cc3300;
    float: left;
    font-size: 18px;
    padding-left: 30px;
    padding-top: 10px;
    letter-spacing: 3px;
}
.studentStyle .sm-title a{
    color: #cc3300;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}
.studentStyle-main{

margin-top: 20px;
}
.studentStyle-main ul{

overflow: hidden;
}
.studentStyle-main ul li{

width: 270px;

float: left;

margin-right: 40px;

margin-bottom: 20px;
}
.studentStyle-main ul li .user{
    background: url("../images/pic-10.png") no-repeat left center;
    color: #cc3300;
    font-size: 15px;
    border-bottom: 1px solid #cc3300;
    padding: 7px 0;
    padding-left: 15px;
    letter-spacing: 1px;
}
.studentStyle-main ul li .studentStyle-img{

overflow: hidden;

position: relative;

padding-top: 10px;
}
.studentStyle-main ul li .studentStyle-img img{
float: left;
width: 70px;
height: 82px;
}
.studentStyle-main ul li .studentStyle-img p{

float: left;

width: 184px;

padding-left: 15px;

line-height: 20px;

padding-top: 1px;
}
.studentStyle-main ul li .studentStyle-img p a{
font-size: 14px;
color: #475962;
line-height: 21px;
display: block;
letter-spacing: 2px;
}
.studentStyle-main ul li .studentStyle-img .btn{

position: absolute;

right: 0;

bottom: 5px;

font-size: 12px;

color: #cc3300;
}
.studentStyle-main ul li .studentStyle-img a:hover{
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    color:#cc3300;
}
.studentStyle-main ul li:nth-child(4n+4) {
    margin-right: 0;
}
.studentStyle-student{

overflow: hidden;

padding-top: 5px;
}
.studentStyle-student dl{

float: left;

background: #f2f7fc;

border: 1px solid #dcdee2;

padding: 5px;

margin-right: 26px;
}
.studentStyle-student dl:last-child{
    margin-right: 0;
}
.studentStyle-student dl dt{

}
.studentStyle-student dl dt img{

}
.studentStyle-student dl dd{

text-align: center;

color: #cc3300;

font-size: 12px;

padding: 3px 0px;
}
.activity{

padding-top: 67px;

padding-bottom: 52px;
}
.activity .title{
    width: 588px;
    height: 74px;
    background: url("../images/pic-13.png");
    margin: auto;
}
.activity .activity-main{
    margin-top: 34px;
    overflow: hidden;
}
.activity .activity-main .activity-left{
    width: 585px;
    height: 475px;
    background: url("../images/pic-14.png") repeat-x;
    float: left;
    position: relative;
}
.activity .activity-main .activity-right{
    width: 585px;
    height: 475px;
    background: url("../images/pic-14.png") repeat-x;
    float: right;
    position: relative;
}
.activity .activity-main h3{
    
color: #cc3300;
    
padding: 15px 30px;
    
font-size: 17px;
    
letter-spacing: 2px;
}
.activity .activity-main .activity-left h4{

color: #515a6e;

font-size: 16px;

padding-left: 22px;

padding-top: 16px;

padding-bottom: 5px;

font-weight: bold;
}
.activity .activity-main .activity-left h4.p-t-30{
    padding-top: 30px;
}
.activity .activity-main .activity-left p{

color: #515a6e;

padding-left: 29px;

line-height: 30px;
}
.activity .activity-main .activity-left a{

background: #ffd3ca;

color: #cc3300;

border-radius: 4px;

padding: 5px 10px;
}
.activity .activity-main .activity-left .btn-1{

position: absolute;

right: 55px;

top: 213px;
}
.activity .activity-main .activity-left .btn-2{

right: 55px;

position: absolute;

bottom: 27px;
}
.activity .activity-main .activity-right dl{

padding: 0px 30px;

overflow: hidden;

margin-bottom: 20px;

margin-top: 10px;
}
.activity .activity-main .activity-right dl dt{

float: left;
}
.activity .activity-main .activity-right dl dt img{

display: block;
}
.activity .activity-main .activity-right dl dd{

float: left;

width: 300px;

padding-left: 15px;
}
.activity .activity-main .activity-right dl dd h4{

color: #515a6e;

padding-bottom: 10px;

font-size: 16px;
}
.activity .activity-main .activity-right dl dd p{

font-size: 14px;

line-height: 25px;

color: #515a6e;

padding: 0;
}
.activity .activity-main .activity-right p{

padding-left: 31px;

padding-bottom: 15px;

line-height: 27px;

padding-right: 30px;

color: #515a6e;
}
.activity .activity-main .activity-right p span{

font-weight: bold;

font-size: 15px;

padding-right: 6px;
}
.activity .activity-main .activity-right .btn{
    right: 55px;
    position: absolute;
    bottom: 57px;
    background: #ffd3ca;
    color: #cc3300;
    border-radius: 4px;
    padding: 5px 10px;
}
.activity .activity-main .activity-right dl dd p a{
    
color: #cc3300;
}
.wrap{
    position: relative;
    overflow: hidden;
    height: 192px;
}

.wrap ul{
    overflow: hidden;
    position:absolute;
    width: 1600px;
    left: 0;
    top: 0;
    _height:1px;
    padding: 5px 0px;
    height: 192px;
}

.wrap ul li{
    float: left;
    width: 169px;
}
.wrap ul li dl{
    cursor:pointer;

}
#top{
    
width: 35px;
    
height: 35px;
    
background: #ffd0c6;
    
color: #e91d21;
    
text-align: center;
    
line-height: 35px;
    
position: fixed;
    
right: 15px;
    
bottom: 15px;
    
cursor: pointer;
    
font-size: 23px;
    
display: none;
}
@media screen and (max-width: 501px) {
    .w-100,.w-1200{
        width: 100%;
        min-width: 100%;
    }
    .banner{
        height: 3.5rem;
        background: url("../images/m-banner.png");
        background-size: 100% 100%;
    }
    .chapter{

padding-top: 0.35rem;

padding-bottom: 0.3rem;
}
    .chapter ul{

padding: 0 0.2rem;
}
    .chapter ul li{background: url("../images/pic-1.png") repeat-y;width: 1.8rem;height: 0.9rem;float: left;margin-right: 0.6rem;border-radius: 10px;}
    .chapter ul li a{
        margin-top: 0.178rem;
        width: 1.8rem;
        height: 0.52rem;
        left: -0.4rem;
        line-height: 0.52rem;
        padding-left: 0.2rem;
        font-size: 0.25rem;
        border: 1px solid #e8cbc4;
        letter-spacing: 0;
    }
    .chapter ul li:first-child{

margin-left: 0.4rem;

}
    .chapter ul li:last-child{

        margin-right: 0;
    }
    .chapter ul li a:hover{
        background: #fff;
    }
    .chapter ul li:nth-child(3){
    margin-right: 0;
    }
    .chapter ul li:nth-child(4){
        margin-top: 0.3rem;
        margin-left: 0.4rem;
    }
    .chapter ul li:nth-child(5){
        margin-right: 0;
        margin-top: 0.3rem;
    }
    .review{
        
width: 92%;
        
min-width: 92%;
        
border-radius: 0.3rem;
        
padding-top: 0.4rem;
        
padding-bottom: 0.4rem;
        
box-shadow: 0px 0px 0.4rem #deab9a;
        
margin-bottom: 0.4rem;
    }
    .review .title{
        background: url("../images/m-pic-1.png");
        background-size: 100% 100%;
        height: 0.31rem;
        width: 4.57rem;
        margin: auto;
        margin-bottom: 0.4rem;
    }
    .review .review-main .review-left{

float: none;

width: 90%;

margin: auto;

margin-bottom: 0.4rem;
}
    .review .review-main .review-left table thead td{
        
padding: 0.15rem 0;
        
font-size: 0.25rem;
    }
    .review .review-main .review-left .sm-title{
        
line-height: 0.66rem;
        
font-size: 0.3rem;
        
margin-bottom: 0.25rem;
        
letter-spacing: 0.04rem;
        
padding-left: 0.2rem;
    }
    .review .review-main .review-left table tbody td{
        
padding: 0.15rem 0;
        
font-size: 0.24rem;
    }
    .review .review-main .review-center{

float: none;

width: 90%;

margin: auto;

margin-bottom: 0.25rem;
}
    .review .review-main .review-center .sm-title{

line-height: 0.66rem;

font-size: 0.3rem;

margin-bottom: 0.25rem;

letter-spacing: 0.04rem;

padding-left: 0.2rem;

}
    .review-center .localExaminations{
        
padding-bottom: 0.13rem;
    }
    .review-center .localExaminations dl{

width: 20%;

margin-right: 0;
}
    .review-center .localExaminations dl dt{

width: 1.1rem;

height: 1.1rem;

}
    .review-center .localExaminations dl dt img{

width: 1.05rem;

height: 1.05rem;

margin: auto;
}
    .review-center ul{
        
padding-top: 0.2rem;
    }
    .review-center ul li{
    margin-bottom: 0.08rem;
    }
    .review-center ul li a{

width: 95%;

font-size: 0.25rem;

}
    .review-center .localExaminations dl dd{}

    .review .review-main .review-right{

float: none;

width: 90%;

margin: auto;

margin-top: 0.3rem;

}
    .review .review-main .review-right .sm-title{
        
line-height: 0.66rem;
        
font-size: 0.3rem;
        
margin-bottom: 0.25rem;
        
letter-spacing: 0.04rem;
        
padding-left: 0.2rem;
    }
    .review .review-main .review-right .details p a{

        font-size: 0.25rem;
    }
    .review .review-main .review-right .details .btn{
        
font-size: 0.25rem;
        
bottom: 0;
    }
    .m-t-27{
        margin-top: 0.3rem;
    }
    .bigEvent{
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .bigEvent .w-1200{
        
width: 92%;
        
min-width: 92%;
        
border-radius: 0.3rem;
        
padding-top: 0.6rem;
        
padding-bottom: 0.4rem;
        
box-shadow: 0px 0px 0.4rem #deab9a;
        
margin-bottom: 0.4rem;
        
background: #fff;
    }
    .bigEvent .title{
        height: 0.3rem;
        width: 4.93rem;
        background: url("../images/m-pic-2.png");
        background-size: 100% 100%;
        margin-bottom: 0.5rem;
    }
    .bigEvent .bigEvent-main{
        height: 13.09rem;
        background: url("../images/m-pic-3.png");
        background-size: 100% 100%;
    }
    .studentStyle{

padding-top: 0.5rem;

width: 92%;

min-width: 92%;

border-radius: 0.3rem;

padding-bottom: 0.4rem;

box-shadow: 0px 0px 0.4rem #deab9a;

margin-bottom: 0.4rem;

background: #fff;
}
    .studentStyle .title{
        width: 4.93rem;
        height: 0.31rem;
        background: url("../images/m-pic-4.png") no-repeat;
        background-size: 100% 100%;
    }
    .studentStyle .sm-title{
        margin-top: 0.4rem;
        display: none;
    }
    .studentStyle .sm-title p{
        line-height: 0.66rem;
        font-size: 0.3rem;
        margin-bottom: 0.25rem;
        letter-spacing: 0.04rem;
        padding-left: 0.2rem;
    }
    .studentStyle .sm-title a{
        font-size: 0.25rem;
        margin-top: 0.3rem;
        margin-right: 0.2rem;
    }
    .studentStyle .w-1200{
        
width: 90%;
        
min-width: 90%;
    }
    .studentStyle-main ul li{
        
width: 100%;
        
float: none;
        
margin-right: 0;
        
margin-bottom: 0.25rem;
    }
    .studentStyle-main ul li .user{
        
background-size: 0.12rem;
        
font-size: 0.25rem;
        
padding: 0.07rem 0;
        
padding-left: 0.25rem;
        
letter-spacing: 0.05rem;
    }
    .studentStyle-main ul li .studentStyle-img{
        
padding-top: 0.2rem;
    }
    .studentStyle-main ul li .studentStyle-img img{
        width: 1.7rem;
        height: 1.8rem;
    }
    .studentStyle-main ul li .studentStyle-img p{

width: 4.2rem;

padding-left: 0.25rem;

line-height: 0.4rem;

padding-top: 0;
}
    .studentStyle-main ul li .studentStyle-img .btn{
        background: #f4878d;
        color: #fff;
        border-radius: 0.3rem;
        font-size: 0.25rem;
        padding: 0.08rem 0.25rem;
        right: auto;
        left: 2rem;
        bottom: 0rem;
    }
    .studentStyle-main ul li .studentStyle-img p a{

font-size: 0.25rem;

text-overflow: -o-ellipsis-lastline;

overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 3;

line-clamp: 3;

-webkit-box-orient: vertical;

}
    .studentStyle-student dl dd{
        font-size: 16px;
    }
    .wrap{
        height: 200px;
    }
    .wrap ul{
        height: 197px;
    }
    .activity{
    padding-top: 0.5rem;
    width: 92%;
    min-width: 92%;
    border-radius: 0.3rem;
    padding-bottom: 0.4rem;
    box-shadow: 0px 0px 0.4rem #deab9a;
    margin-bottom: 0.4rem;
    background: #fff;
    }
    .banner2{
        height: 2.93rem;
        background: url("../images/m-pic-5.png");
        background-size: 100% 100%;
    }
    .activity .title{
        width: 5.91rem;
        height: 0.3rem;
        background: url("../images/m-pic-6.png");
        background-size: 100% 100%;
    }
    .activity .activity-main h3{
        padding: 0;
        line-height: 0.86rem;
        font-size: 0.3rem;
        margin-bottom: 0rem;
        letter-spacing: 0.04rem;
        padding-left: 0.2rem;
        font-weight: normal;
    }
    .activity .w-1200{
        
width: 90%;
        
min-width: 90%;
    }
    .activity .activity-main .activity-left{
        width: 100%;
        height: auto;
        float: none;
        padding-bottom: 0.3rem;
    }
    .activity .activity-main .activity-left h4{
        
padding-left: 0;
        
font-size: 0.25rem;
        
padding-top: 0.15rem;
        
padding-bottom: 0rem;
        
padding-bottom: 0.1rem;
    }
    .activity .activity-main .activity-left p{
        
padding-left: 0.15rem;
        
font-size: 0.24rem;
        
line-height: initial;
        
padding-bottom: 0.1rem;
    }
    .activity .activity-main .activity-left .btn-1{
        
position: initial;
        
right: 0;
        
top: 0;
        
background: #ed4049;
        
color: #fff;
        
width: 80%;
        
display: block;
        
text-align: center;
        
padding: 0.15rem 0;
        
margin: auto;
        
margin-top: 0.15rem;
        
border-radius: 0.3rem;
    }
    .activity .activity-main .activity-left h4.p-t-30{
        
padding-top: 0.5rem;
    }
    .activity .activity-main .activity-left .btn-2{

position: initial;

right: 0;

top: 0;

background: #ed4049;

color: #fff;

width: 80%;

display: block;

text-align: center;

padding: 0.15rem 0;

margin: auto;

margin-top: 0.15rem;

border-radius: 0.3rem;

}
    .activity .activity-main .activity-right{
        
width: 100%;
        
height: auto;
    }
    .activity .activity-main .activity-right dl{

padding: 0;

margin-top: 0.2rem;

margin-bottom: 0.2rem;

}
    .activity .activity-main .activity-right dl dt{

    }
    .activity .activity-main .activity-right dl dt img{

width: 3rem;

height: 1.55rem;

}
    .activity .activity-main .activity-right dl dd{

width: 3rem;

padding-left: 0.05rem;

float: right;

}
    .activity .activity-main .activity-right dl dd h4{

font-size: 0.25rem;

padding-bottom: 0.01rem;

}
    .activity .activity-main .activity-right dl dd p{

font-size: 0.15rem;

line-height: 0.3rem;

}
    .activity .activity-main .activity-right p{

padding-left: 0;

padding-bottom: 0.1rem;

line-height: initial;

font-size: 0.24rem;

padding: 0;

padding-bottom: 0.3rem;

line-height: 0.35rem;
}
    .activity .activity-main .activity-right p span{
        
font-size: 0.26rem;
        
padding-right: 0.15rem;
    }
    .activity .activity-main .activity-right .btn{
        
position: initial;
        
position: initial;
        
right: 0;
        
top: 0;
        
background: #ed4049;
        
color: #fff;
        
width: 80%;
        
display: block;
        
text-align: center;
        
padding: 0.15rem 0;
        
margin: auto;
        
margin-top: 0.15rem;
        
border-radius: 0.3rem;
    }
    #top{

width: 0.6rem;

height: 0.6rem;

line-height: 0.6rem;

font-size: 0.3rem;

right: 0.15rem;

bottom: 0.15rem;

}
    .bigEvent .bigEvent-main a{
        position: absolute;
        background: #f2f3f4;
        border: 1px solid #507487;
        width: 1rem;
        text-align: center;
        font-size: 0.26rem;
        border-radius: 0.1rem;
        color: #333b55;
        line-height: initial;
        padding: 0.05rem 0;
    }
    .bigEvent .bigEvent-main a.index1{
        right: 0.79rem;
        bottom: 0rem;
    }
    .bigEvent .bigEvent-main a.index2{
right: 2.21rem;
bottom: 0rem;
}
    .bigEvent .bigEvent-main a.index3{
right: 3.63rem;
bottom: 0;
}
    .bigEvent .bigEvent-main a.index4{
right: 5.05rem;
bottom: 0;
}
    .bigEvent .bigEvent-main a.index5{
right: 0.79rem;
bottom: 1.36rem;
}
    .bigEvent .bigEvent-main a.index6{
right: 2.21rem;
bottom: 1.36rem;
}
    .bigEvent .bigEvent-main a.index7{
right: 3.63rem;
bottom: 1.36rem;
}
    .bigEvent .bigEvent-main a.index8{
right: 5.05rem;
bottom: 1.36rem;
}
    .bigEvent .bigEvent-main a.index9{
right: 0.79rem;
bottom: 2.73rem;
}
    .bigEvent .bigEvent-main a.index10{
right: 2.21rem;
bottom: 2.73rem;
}
    .bigEvent .bigEvent-main a.index11{
right: 3.63rem;
bottom: 2.73rem;
}
    .bigEvent .bigEvent-main a.index12{
right: 5.05rem;
bottom: 2.73rem;
}
    .bigEvent .bigEvent-main a.index13{
right: 0.79rem;
bottom: 4.08rem;
}
    .bigEvent .bigEvent-main a.index14{
right: 2.21rem;
bottom: 4.08rem;
}
    .bigEvent .bigEvent-main a.index15{
right: 3.63rem;
bottom: 4.08rem;
}
    .bigEvent .bigEvent-main a.index16{
right: 5.05rem;
bottom: 4.08rem;
}
    .bigEvent .bigEvent-main a.index17{
right: 0.79rem;
bottom: 5.45rem;
}
    .bigEvent .bigEvent-main a.index18{
right: 2.21rem;
bottom: 5.45rem;
}
    .bigEvent .bigEvent-main a.index19{
right: 3.63rem;
bottom: 5.45rem;
}
    .bigEvent .bigEvent-main a.index20{
right: 5.05rem;
bottom: 5.45rem;
}
    .bigEvent .bigEvent-main a.index21{
right: 0.79rem;
bottom: 6.81rem;
}
    .bigEvent .bigEvent-main a.index22{
right: 2.21rem;
bottom: 6.81rem;
}
    .bigEvent .bigEvent-main a.index23{
right: 3.63rem;
bottom: 6.81rem;
}
    .bigEvent .bigEvent-main a.index24{
right: 5.05rem;
bottom: 6.81rem;
}
    .bigEvent .bigEvent-main a.index25{
right: 0.79rem;
bottom: 8.15rem;
}
    .bigEvent .bigEvent-main a.index26{
right: 2.21rem;
bottom: 8.15rem;
}
    .bigEvent .bigEvent-main a.index27{
right: 3.63rem;
bottom: 8.15rem;
}
    .bigEvent .bigEvent-main a.index28{
right: 5.05rem;
bottom: 8.15rem;
}
    .bigEvent .bigEvent-main a.index29{
right: 0.79rem;
bottom: 9.51rem;
}
    .bigEvent .bigEvent-main a.index30{
right: 2.21rem;
bottom: 9.51rem;
}
    .bigEvent .bigEvent-main a.index31{
right: 3.63rem;
bottom: 9.51rem;
}
    .bigEvent .bigEvent-main a.index32{
right: 5.05rem;
bottom: 9.51rem;
}
    .bigEvent .bigEvent-main a.index33{
right: 0.79rem;
bottom: 10.88rem;
}
    .bigEvent .bigEvent-main a.index34{
right: 2.21rem;
bottom: 10.88rem;
}
    .bigEvent .bigEvent-main a.index35{
right: 3.63rem;
bottom: 10.88rem;
}
    .bigEvent .bigEvent-main a.index36{
right: 5.05rem;
bottom: 10.88rem;
}
    .bigEvent .bigEvent-main a.index37{
right: 1.02rem;
bottom: 12.24rem;
}
    .bigEvent .bigEvent-main a.index38{
right: 2.44rem;
bottom: 12.24rem;
}
    .bigEvent .bigEvent-main a.index39{
right: 3.86rem;
bottom: 12.24rem;
}
    .bigEvent .bigEvent-main a.index40{
right: 5.28rem;
bottom: 12.24rem;
}
    .bigEvent .bigEvent-main a:hover{
        -moz-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s;
        color: #fff;
        background: #333b55;
    }
}

@media screen and (min-width:640px){
    html{font-size:86px;}
}
@media screen and (min-width:414px) and (max-width:639px){
    html{font-size:55px;}
}
@media screen and (min-width:375px) and (max-width:413px){
    html{font-size:50px;}
}
@media screen and (min-width:320px) and (max-width:374px){
    html{font-size:42.5px;}
}
















