/*-------------index.html-------------*/
body{
    background-color: #edf2fa;
}
.page_container{
    max-width: 750px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    text-align: justify;
    padding-bottom: 100px;
    background: url(../images/page_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.nav{
    width: 100%;
    height: 50px;
    max-width: 750px;
    margin: 0 auto;
    background-color: #22807b;
}
.nav_list{
    display: flex;
    width: 94%;
    height: 50px;
    padding: 0 3%;
    justify-content: space-between;
    align-items: center;
}
.nav_item{
    position: relative;
    text-align: center;
}
.nav_item a{
    color: #fff;
}
.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 80px) / 2);
    width: 80px;
    line-height: 40px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.nav_menu a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.nav_menu:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 118px);
    margin-top: 50px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner::after{
    content: ' ';
    position: absolute;
    bottom: -118px;
    left: 0;
    width: 100%;
    height: 166px;
    background: url(../images/banner_mask.png) no-repeat;
    background-size: 100% 100%;
}
.b_signup{
    position: absolute;
    top: 69%;
    width: 100%;
    text-align: center;
}
.b_signup a{
    width: 42%;
    text-align: center;
    color: #bb560b;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 2%;
    padding: 6px 0;
    background-color: #ffb876;
    border: 1px #f1a38a solid;
    box-shadow: 0 0 10px #fdde9b inset;
    background-image: linear-gradient(to bottom, #fff7e3, #ffb876);
}

.c_box{
    position: relative;
    width: 100%;
    color: #357060;
    padding-top: 23px;
    margin-top: 42px;
}

.c_title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.c_title span{
    display: inline-block;
    width: 160px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    padding: 5px 0;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 160px 100%;
}

/*content*/
.main_content{
    position: relative;
    width: calc(94% - 12px);
    height: calc(100% - 12px);
    padding: 0 6px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-left: 1px #c2d9c4 solid;
    border-right: 1px #c2d9c4 solid;
}
.main_content::before{
    content: ' ';
    position: absolute;
    top: -13px;
    left: -2px;
    display: inline-block;
    width: calc(100% + 4px);
    height: 13px;
    background: url(../images/content_bg_top.png) no-repeat;
    background-size: 100% auto;
    background-position: left top;
}
.main_content::after{
    content: ' ';
    position: absolute;
    bottom: -13px;
    left: -2px;
    display: inline-block;
    width: calc(100% + 4px);
    height: 13px;
    background: url(../images/content_bg_bottom.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.sync_main{
    position: relative;
    top: -6px;
    z-index: 1;
    padding: 30px 10px 15px 10px;
    border: 2px #64b196 solid;
    background-color: #f7fcf8;
}

.c_bg{
    margin-top: 65px;
}
.bg_content{
    text-indent: 32px;
}

/*news*/
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 100%;
    max-height: 306px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: 100%;
    height: 94px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.news_list .news_item:last-child{
    border: none;
}
.news_item a{
    width: 100%;
    color: #333;
}
.n_left{
    float: left;
    width:135px;
    text-align: right;
}
.n_left img{
    width:135px;
    height: 92px;
    border-radius: 10px;
}
.n_right{
    float: left;
    width: calc(100% - 145px);
    padding-left: 10px;
}
.n_right h4{
    height: 56px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n_right p{
    font-size: 13px;
    margin-top: 5px;
}
.view_more_news{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.view_more_news a{
    width: 200px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-color: #22807b;
}

/*org*/
.zb_org{
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.zb_org p{
    width: 82%;
    margin: 8px auto;
    padding: 6px 3%;
    border-radius: 6px;
    background-image: linear-gradient(to right,#d4eae3,#eaf7f3);
}

/*details*/
.details_item{
    width: 100%;
    margin: 12px 0;
}
.details_item:last-child{
    margin-bottom: 0;
}
.details_item p:first-child{
    display: inline-block;
    font-size: 17px;
    padding: 1px 15px;
    margin-bottom: 6px;
    border-radius: 30px;
    border: 1px #aedcc6 solid;
    background-image: linear-gradient(to right,#d4eae3,#eaf7f3);
}

/*prize*/
.prize_dj{
    width: 100%;
    padding: 12px 0;
    margin: 12px 0;
    text-align: center;
    background: url(../images/prize_bg01.png) no-repeat;
    background-size: 100% 100%;
}
.prize_dj:nth-child(2){
    background-image: url("../images/prize_bg02.png");
}
.prize_dj:nth-child(3){
    background-image: url("../images/prize_bg03.png");
}
.prize_title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: bold;
    letter-spacing: 2px;
}
.prize_cert{
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.prize_cert img{
    width: 80%;
}

/*slider*/
.slider_content{
    width: 94%;
    margin: 0 auto;
}
.slider_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 10px;
}
.slider_list a{
    width: 100%;
}
.slider_list ul{
    position:relative;
}
.slider_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
}
.slider_list ul li:last-child{
    margin-right: 0;
}
.slider_list ul li p{
    width: 100%;
    height: 20px;
    color: #333;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.slider_list img{
    width: 150px;
    height: 120px;
    object-fit: cover;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}



/*footer*/
.footer{
    width: 100%;
    margin-top: 40px;
}
.f_main a{
    color:#300251;
}
.f_left,.f_center{
    width:100%;
    text-align: center;
    font-weight: bold;
}
.f_right{
    width: 100%;
    margin-top: 10px;
}
.f_right ul{
    display: flex;
    justify-content: center;
}
.f_right li{
    width: 50%;
    text-align: center;
}
.f_right img{
    width: 150px;
    height: 150px;
}

.signup_bottom{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.signup_bottom a{
    width: 77%;
    text-align: center;
    line-height: 50px;
    color: #bb560b;
    font-size: 19px;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 30px;
    background-color: #ffb876;
    border: 1px #f1a38a solid;
    box-shadow: 0 0 10px #fdde9b inset;
    background-image: linear-gradient(to bottom, #fff7e3, #ffb876);
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 100;
    width: 50px;
}
.float_info{
    width: 36px;
    padding: 7px;
    text-align: center;
    background-color: #22807b;
    border-radius: 6px;
    font-size: 14px;
}
.f_cs,.f_qun,.f_express,.f_award{
    padding: 3px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    border-radius: 6px;
    color: #141d39;
    padding-top: 30px;
    margin-bottom: 7px;
    background: url(../images/bm_icon.png) no-repeat;
    background-size: 25px auto;
    background-position: center 7px;
    background-color: #f5f7f9;
}
.f_qun{
    background-image: url(../images/qq_icon.png);
}
.f_express{
    background-image: url(../images/icon_express.png);
}
.f_award{
    margin-bottom: 0;
    background-image: url(../images/icon_award.png);
}
.back_top{
    position: relative;
    width: 36px;
    /*height: 36px;*/
    color: #f5f7f9;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: #22807b;
}
.back_top a{
    color: #f5f7f9;
}
.back_top::before{
    content: ' ';
    position: absolute;
    left: calc((100% - 2px) / 2);
    top: -10px;
    display: inline-block;
    width: 2px;
    height:10px;
    background-color: #22807b;
}

.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(150%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}