/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    max-width: 750px;
    margin: 0 auto;
    font-size:15px;
    line-height: 28px;
    color: #333;
    padding-bottom: 100px;
    overflow: hidden;
    background-color: #f7f8f8;
}

/*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% - 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%;
    height: auto;
}
.b_signup{
    position: absolute;
    left: 9%;
    bottom: 15%;
    width: 82%;
    text-align: center;
}
.b_signup a{
    width: 112px;
    color: #fff;
    padding: 8px 20px;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    border-radius: 10px;
    background: url(../images/signup_icon.png) no-repeat;
    background-size: 32px auto;
    background-position: 87% center;
    background-color: #ff6a00;
}

.entrance{
    position: relative;
    width: calc(94% - 20px);
    margin: 0 auto;
    margin-top: -10px;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 10px;
}
.entrance_item{
    float: left;
    width: 33.33333%;
    text-align: center;
}
.entrance_item a{
    padding-top: 55px;
    font-size: 14px;
    background: url("../images/kj_icon_03.png") no-repeat;
    background-size: 50px auto;
    background-position: center top;
}
.entrance_item:nth-child(2) a{
    background-image: url("../images/kj_icon_05.png");
}
.entrance_item:nth-child(3) a{
    background-image: url("../images/kj_icon_07.png");
}


.c_box{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 2px 10px #dfdfdf;
}
.c_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #ff6a00;
    background-image: linear-gradient(to right, rgba(249, 168, 121, 0.2), rgba(255, 255, 255, 0.3));
}
.c_title span {
    padding-left: 30px;
    background: url(../images/icon_hot.png) no-repeat;
    background-size: 20px auto;
    background-position: 0 center;
}

.mian_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}

/*news*/
.c_news{
    background: url("../images/news_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left top;
    background-color: #fdf8f1;
}
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 100%;
    max-height: 345px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: 100%;
    /*width: calc(100% - 24px);*/
    /*height: 94px;*/
    /*padding: 12px;*/
    /*margin-bottom: 12px;*/
    /*border-radius: 10px;*/
    /*background-color:rgba(255,255,255,0.5);*/
}
.news_list .news_item:last-child{
    border: none;
}
.news_item a{
    width: 100%;
    color: #515e7b;
}
.n_left{
    float: left;
    width:135px;
    text-align: right;
}
.n_left img{
    width:135px;
    height: 92px;
    object-fit: cover;
    border-radius: 10px;
    background-color: #fff;
}
.n_right{
    float: left;
    /*width: calc(100% - 145px);*/
    width: 100%;
    /*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;*/
    text-align: right;
}
.view_more_news{
    width: 88%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.view_more_news a{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #ff6a00;
}


/*org*/
.org_left{
    width: 100%;
    text-align: center;
}
.org_left img{
    width: 80%;
}
.org_left p{
    text-indent: 32px;
    text-align: left;
    margin-top: 10px;
}
.rel_item{
    margin-top: 10px;
}
.s_title{
    width: 86px;
    color: #2177da;
    font-size: 17px;
    padding: 0 6px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    background-image: linear-gradient(to bottom, #fff 0, #fff 65%, #d4e3ff 65%, #d4e3ff 100%);
}

.session_item{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom,#3875f6,#719fff);
}
.session_info{
    width: 100%;
    color: #fff;
    line-height: 30px;
}
.session_info p{
    position: relative;
    width: 84%;
    padding: 0 5% 0 11%;
}
.session_info p:first-child{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #1854d4;
    padding: 0;
    margin-bottom: 15px;
    background-image: linear-gradient(to right,transparent,#bfd4ff,transparent);
}
.session_info p:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 5%;
    width: 12px;
    height: 12px;
    background-color: #ff9203;
    border-right: 3px #fff solid;
    border-radius: 50%;
}
.session_info p:first-child:before{
    display: none;
}
.session_btn{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.session_btn a{
    display: inline-block;
    width: 140px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    background-image: linear-gradient(to right,#ffc363,#fda301);
}


/*time*/
.c_time{
    width:94%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0;
    border-radius: 10px;
    padding-bottom: 30px;
    background-image: linear-gradient(90deg, #f2b05c 0, #ee913c 70%, #ee913c 100%);
}
.time_main{
    padding-top: 15px;
    border-radius: 10px;
    background: url("../images/time_bg.png") no-repeat;
    background-size: 100% auto;
}
.p_right{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.p_right:before{
    content: '';
    position: absolute;
    left: 5px;
    z-index: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
.pro_item{
    position: relative;
    width: calc(100% - 20px);
    padding-left: 20px;
    margin-top: 16px;
}
.pro_item:before{
    content: '';
    position: absolute;
    top: -4px;
    left:0;
    z-index: 0;
    width:9px;
    height:9px;
    border: 1px #fff solid;
    border-radius: 50%;
    background-color:#f2b15c;
}
.p_title{
    position: relative;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    color: #d75e32;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 6px;
    background-color: #fff;
}
.p_title:before{
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top: 6px #fff solid;
}
.p_text{
    font-size: 14px;
    margin-top: 6px;
    margin-left: 10px;
}


/*rules*/
.rules_content{
    width: 94%;
    margin: 0 auto;
}
.rc_left,.rc_right{
    margin-top: 20px;
}

/*prize*/
.cs_prize,.js_prize{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0;
    background-color: #e4f1ff;
}
.js_prize{
    background-color: #ffedf4;
}
.cs_title,.js_title{
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 12px;
    background: url(../images/cs_t_bg.png) no-repeat;
    background-size: 100% 100%;
}
.js_title{
    background-image: url("../images/js_t_bg.png");
}
.cs_details,.js_details{
    width: 100%;
}
.cs_prize_list,.js_prize_list{
    padding: 0 3%;
    margin-top: 15px;
}
.p_item{
    position: relative;
    margin-bottom: 10px;
    color: #0a6de5;
    overflow: hidden;
    padding: 10px 10px 10px 66px;
    background: url(../images/prize_icon.png) no-repeat;
    background-size: 36px auto;
    background-position: 18px center;
    background-color: #88beff;
    border-radius: 6px;
}
.js_p_item{
    color: #dd1a1f;
    background-color: #ff9698;
}
.p_item p:first-child{
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}
.p_item p:nth-child(2){
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
}
.p_item p:last-child{
    font-size: 14px;
    letter-spacing: 0;
}
.prize_tips{
    padding: 0 3%;
    font-size: 15px;
    margin-top: 7px;
}


/*slider*/
.slider_list{
    width:100%;
    margin: 0 auto;
    overflow: hidden;
}
.slider_list ul{
    position:relative;
}
.slider_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
    text-align: center;
}
.slider_list ul li a{
    width: 100%;
}
.slider_list ul li:last-child{
    margin-right: 0;
}
.slider_list img{
    width: 150px;
    height: 105px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}
.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;
}


.sd_school_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    height: 382px;
    overflow-y: auto;
}
.sd_school_content ul li{
    float: left;
    width: 27%;
    text-align: center;
    background-color: #f6f6f6;
    margin: 0 1% 7px 1%;
    padding: 10px 2%;
    border-radius: 10px;
}
.sd_school_content img {
    width: 60px;
    height: 60px;
    border: none;
}
.sd_school_content ul li p {
    width: 100%;
    height: 28px;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 8px;
}
.pm_overflow_2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*contact*/
.contact_intro{
    width:94%;
    margin: 0 auto;
}
.contact_intro h3{
    font-size:17px;
    font-weight: bold;
}
.contact_info{
    width:100%;
    color: #d75e32;
}
.qq_zx{
    margin-top: 5px;
}
.contact_info a{
    color: #d75e32;
}
.contact_wxchat{
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.contact_wxchat img{
    width: 120px;
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    width: 46px;
    letter-spacing: 0;
}
.float_info{
    width: 32px;
    padding: 7px;
    text-align: center;
    background-color: #c0efe9;
    border-radius: 6px;
    font-size: 13px;
}
.f_cs,.f_qun{
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    padding: 6px;
    padding-top: 32px;
    background: url(../images/bm_icon.png) no-repeat;
    background-size: 20px auto;
    background-position: center 10px;
    background-color: #27c1ab;
    text-shadow: 1px 1px 5px #368075;
}
.f_qun{
    margin-top: 6px;
    background-image: url(../images/qq_icon.png);
}
.back_top{
    position: relative;
    width: 32px;
    height: 32px;
    color: #f5f7f9;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: #27c1ab;
}
.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: #27c1ab;
}

.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;
    }
}

/*tab*/
.footer_tab{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 6px 0;
    background-color: #fff;
    border-top: 1px #dcdddd solid;
}
.tab_item{
    float: left;
    width: 33.3333333%;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
}
.tab_item a{
    color: #333;
}
.tab_item img{
    width: auto;
    height: 24px;
}
.tab_active a {
    color: #ff6658;
}

/*province-page*/
.prov_box{
    width: 94%;
    margin: 0 auto;
}
.prov_main{
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 2px 10px #dfdfdf;
}
.prov_main .org_content,.prov_news,.prov_prize{
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}
.prov_news li{
    padding: 5px 0;
}
.prov_news li a{
    position: relative;
    width: calc(100% - 30px);
    padding: 0 15px;
}
.prov_news li a:before{
    content: ' ';
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px transparent solid;
    border-left: 8px #ff6a00 solid;
}