@charset "UTF-8";
.banner{
    position: relative;
    height: 850px;
    background-image: url('../img/enter/banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.banner h1{
    margin-top: 140px;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: normal;
}
.banner p{
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}
.banner p strong{
    font-size: 18px;
    font-weight: normal;
    color: #9271b5;
}
.development,
.honor,
.base{
    position: relative;
}
.down_wrapper{
    position: absolute;
    top: -18px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.down_wrapper .down{
    display: inline-block;
    border-radius: 50%;
    top: -20px;
    width: 35px;
    text-align: center;
    color: white;
    background-color: #6b3d95;
}
.down_wrapper .down i{
    color: white;
    font-size: 22px;
    line-height: 35px;
}
.honor{
    position: relative;
    height: 924px;
    text-align: center;
    background-image: url('../img/enter/honor.jpg');
    background-size: cover;
}
.honor_wrapper{
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
}

.s_title{
    position: absolute;
    top: 50px;
    left: 70px;
    font-size: 32px;
    font-weight: normal;
    text-align: left;
}