/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size: 15px;
    line-height: 28px;
    color: #333;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom,#d9ebd1 0%,#d9ebd1 10%,#5fad3f 12%,#5fad3f 100%);
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.nav{
    width: 100%;
}
.nav_list{
    display: flex;
    width: 94%;
    padding: 0 3%;
    line-height: 50px;
    justify-content: space-between;
}
.nav_item{
    position: relative;
    text-align: center;
}
.nav_item a{
    color: #333;
}
.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 100px) / 2);
    width: 100px;
    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: calc((100% - 20px) / 2);
    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%;
}
.b_signup{
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background-color: #5fad3f;
}
.b_signup a{
    width: 36%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 0 2%;
    padding: 4px 0;
    background-color: #ffa200;
    border: 1px #fff solid;
}

.c_box{
    width: 100%;
    margin-top: 30px;
}
.c_title{
    position: relative;
    width: 100%;
    height: 42px;
    text-align: center;
}
.c_title span{
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #fff;
    padding: 0 32px 0 20px;
}
.c_title span:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(114,206,77,0.6);
}
.c_title span:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 100%;
    background: url(../images/title_right.png) no-repeat;
    background-size: 32px auto;
    background-position: right bottom;
}
.c_title p{
    width: 100%;
    color: #6ab34d;
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: -54px;
    text-indent: 8px;
}

/*bg_content*/
.c_bg{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 25px 0;
    border-radius: 10px;
    background: url(../images/bg_img.png) no-repeat;
    background-size: 24% auto;
    background-position: 96% 96%;
    background-color: #efffe9;
}
.c_bg .c_title span{
    color: #4f9432;
}
.c_bg .c_title span:before{
    background-color: #4f9432;
}

.c_bg .c_title p{
    color: #e5f9dd;
}
.bg_content{
    color: #133f01;
    margin-top: 15px;
    text-indent: 32px;
    padding: 0 4%;
}

/*news*/
.news_content{
    width: calc(88% - 8px);
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 3%;
    border: 4px #cee9c4 solid;
    background-color: #efffe9;
}
.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: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #4f9432;
    background-image: linear-gradient(to right,#4f9432,#a7d594);
}

/*org*/
.org_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.org_zb{
    display: flex;
    width: 100%;
    justify-content: center;
}
.org_zb p{
    width: 110px;
    height: 130px;
    margin: 0 10px;
    padding: 20px 20px;
    text-align: center;
    background: url(../images/org_bg.png) no-repeat;
    background-size: 100% 100%;
}
.org_zb p span{
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    padding-top: 32px;
    background: url(../images/org_icon.png) no-repeat;
    background-size: 25px auto;
    background-position: center top;
}
.xb_title{
    width: 97%;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    border-radius: 30px;
    padding-left: 3%;
    margin-top: 12px;
    background-image: linear-gradient(to right,#fcd102,#5fad3f);
}
.xb_title span{
    color: #5268ef;
    font-style: italic;
}
.xb_list{
    width: 94%;
    max-height:220px;
    overflow-y:auto;
    padding: 15px 3%;
    border-radius: 10px;
    margin-top: 10px;
    color: #133f01;
    line-height: 30px;
    letter-spacing: 0;
    background: url("../images/xb_bg_07.png") no-repeat;
    background-size: 100% 100%;
}

/*details_content*/
.details_content{
    width: 100%;
    margin-top: 15px;
}
.d_tab{
    width: 100%;
    margin: 0 auto;
}
.d_tab_item{
    float: left;
    position: relative;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    background-color: #5fad3e
}
.d_tab_active{
    color: #12250b;
    text-shadow: 2px 2px 5px #438b25;
    background-image: linear-gradient(to right, #5fad3e, #fed200);
}
.d_tab_active::after{
    content: ' ';
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 60px solid #5fad3f;
}
.d_tab_active:nth-child(2){
    background-image: linear-gradient(to right, #fed200, #5fad3e);
}
.d_tab_active:nth-child(2)::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: -40px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 60px solid #5fad3f;
}
.d_main{
    display: none;
    position: relative;
    width: 94%;
    padding: 1px 3%;
    background-color: #efffe9;
    padding-bottom: 30px;
}
.d_main_show{
    display: block;
}
.time_process{
    position: relative;
    width: 100%;
}
.time_process:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    z-index: 0;
    height: 92%;
    border-left: 2px #add99b solid;
}
.time_item{
    position: relative;
    width: 95%;
    padding-left: 5%;
    margin: 12px 0;
}
.time_item:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4f9432;
}
.time_item:first-child::before{
    border-radius:0;
}
.time_item p:nth-child(1){
    color: #4f9432;
}
.question_explain{
    width: 94%;
    color: #fff;
    padding: 10px 3% 5px 3%;
    background: url(../images/explain_bg_m.png) repeat;
    background-size: 100% auto;
    background-color: #5fad3f;
    border-radius: 10px;
    box-shadow: 0 0 15px #2f7612 inset;
}
.question_explain li{
    margin: 10px 0;
}
.question_explain li p:first-child{
    display: inline-block;
    color: #59a63a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    padding: 1px 12px;
    margin-bottom: 6px;
    background-color: #fefaf1;
}
.entry_fee{
    text-indent: 32px;
}

.score_standard{
    width: 100%;
    margin-top: 20px;
}
.score_standard li{
    margin-bottom: 15px;
}
.score_standard li p:first-child{
    width: 120px;
    height: 66px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px #5fad3f solid;
}
.score_standard li p:first-child span:first-child{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #ffe13a;
    padding: 4px 0;
    background-color: #5fad3f;
    border-radius: 10px 10px 0 0;
}
.score_standard li p:first-child span:last-child{
    display: inline-block;
    width: 100%;
    height: 30px;
    color: #5fad3f;
    background-color: #ecfae6;
    line-height: 30px;
}
.score_standard li p:last-child{
    width:94%;
    word-break: break-word;
    padding:15px 3%;
    border: 1px #333 solid;
}
.d_title{
    position: relative;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #5fad3f;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}
.d_title::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../images/d_title_left.png") no-repeat;
    background-size: 100px auto;
    background-position: left center;
}
.d_title::after{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../images/d_title_right.png") no-repeat;
    background-size: 100px auto;
    background-position: right center;
}



/*prize*/
.prize_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.prize_group{
    width: 100%;
    margin-bottom: 15px;
}
.prize_title{
    position: relative;
    width: 56px;
    height: 108px;
    font-size: 17px;
    font-weight: bold;
    padding: 0 47px;
    padding-top: 42px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: url(../images/prize_bg_m.png) no-repeat;
    background-size: 100% 100%;
    background-color: #5fad3f;
}
.prize_main{
    width: 94%;
    padding: 80px 3% 20px 3%;
    background-color: #efffe9;
    border-radius: 10px;
    margin-top: -70px;
}
.p_item{
    display: flex;
    width: 86%;
    padding: 10px 0;
    margin: 10px auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #cdf2be;
    border-radius: 10px;
}
.p_item p:first-child{
    color: #cf942d;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}
.p_item p:nth-child(2){
    margin-left: 20px;
}
.p_item p:nth-child(3){
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.prize_explain{
    width: 100%;
    color: #fff;
}

.prize_explain .d_title{
    color: #fff;
}
.prize_explain .d_title::before{
    background-image: url("../images/d_title_left1.png");
}
.prize_explain .d_title::after{
    background-image: url("../images/d_title_right1.png");
}

/*contact_us*/
.contact_us{
    width: 100%;
    margin-top: 30px;
}
.contact_us_main{
    width: 88%;
    margin: 0 auto;
    padding: 15px 3%;
    line-height: 30px;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #efffe9;
}
.c_consult{
    font-size: 18px;
    font-weight: bold;
}
.contact_right{
    width: 100%;
    height: 280px;
    text-align: center;
    background: url("../images/py_15.png") no-repeat;
    background-size: 100% 100%;
    line-height: 20px;
    margin-top: 20px;
}
.contact_right img{
    width: 118px;
    margin-top: 85px;
    margin-left: 40px;
}

/*explain_more*/
.explain_more{
    width: 100%;
    margin-top: 30px;
}
.em_box{
    width: 94%;
    margin: 0 auto;
    color: #fff;
    margin-top: 15px;
}
.em_right{
    width:100%;
    margin-top: 30px;
    text-align: center;
}
.em_right a{
    width: 70%;
    padding: 10px 0;
    font-size: 20px;
    background-color: #faaa20;
    border-radius: 50px;
    color: #333;
}

/*slider*/
.slider_content{
    width: 94%;
    margin: 0 auto;
}
.slider_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
    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: #fff;
    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;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}

/*footer*/
.footer {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #dfdfdf;
}
.footer a{
    color: #dfdfdf;
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 48px;
}
.float_info{
    width: 28px;
    padding: 6px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background: url(../images/float_bg.png) repeat;
    background-size: 100% auto;
    border-radius: 6px;
    border: 1px #ffffff solid;
}
.f_item{
    line-height: 16px;
    text-align: center;
    border-radius: 6px;
    color: #141d39;
    margin-bottom: 6px;
    padding-top: 27px;
    padding-bottom: 5px;
    background: url(../images/icon_register.png) no-repeat;
    background-size: 16px auto;
    background-position: center 6px;
    background-color: #f5f7f9;
}
.f_item:last-child{
    margin-bottom: 0;
}
.f_cs{
    background-image: url(../images/icon_cs.png);
}
.f_prize{
    background-image: url(../images/bm_icon.png);
}
.f_cert{
    background-image: url(../images/icon_cert.png);
}
.f_qun{
    background-image: url(../images/qq_icon.png);
}
.f_advise{
    background-image: url(../images/icon_advise.png);
}
.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;
    }
}