/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size: 15px;
    line-height: 28px;
    color: #333;
    padding-bottom: 100px;
    background-color: #fff;
    background-image: linear-gradient(to bottom,#fff,#daf4ff,#fff,#daf4ff,#fff,#daf4ff,#fff);
}

/*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%;
}
.b_signup{
    position: absolute;
    bottom: 31%;
    width: 100%;
    text-align: center;
}
.b_signup a{
    width: 42%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 2%;
    padding: 5px 0;
    border: 1px #fff solid;
    text-shadow: 2px 2px 2px #a61206;
    background-color: #fc4c3d;
    background-image: linear-gradient(60deg,#ffa26d,#fc4c3d);
}

.c_box{
    width: 100%;
    margin-top: 30px;
}
.c_title{
    position: relative;
    width: calc(90% - 32px);
    padding: 10px 5%;
    padding-left: calc(5% + 32px);
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    background: url(../images/title_bg_m.png) no-repeat;
    background-size: 100% 100%;
}
.c_title::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 5%;
    display: inline-block;
    width: 21px;
    height: 100%;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 21px auto;
    background-position: left center;
}
.title_special{
    position: relative;
    font-size: 22px;
    padding: 0 8px;
    margin-left: 2px;
    background-image: linear-gradient(120deg, #247fff, #00ddff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /*需要文字透明*/
}
.title_special:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px #005acc solid;
    border-top: 2px #005acc solid;
}
.title_special:after{
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px #9fc9ff solid;
    border-bottom: 2px #9fc9ff solid;
}

/*content*/
.main_content{
    width: 88%;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px #a4e9ff solid;
    border-radius: 6px;
    background: url("../images/page_bg_m.png") no-repeat;
    background-size: 100% auto;
    background-color: #fff;
}

/*bg_content*/
.c_bg{
    margin-top: 0;
}
.bg_content{
    text-indent: 32px;
}

/*news*/
.news_content{
    position: relative;
    padding-bottom: 72px;
}
.news_list{
    width: 100%;
    max-height: 306px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: 100%;
    height: 94px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.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: 6px;
}
.n_right{
    float: left;
    width: calc(100% - 145px);
    padding-left: 10px;
}
.n_right h4{
    height: 84px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.n_right p{
    font-size: 13px;
    margin-top: 5px;
}
.view_more_news{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.view_more_news a{
    width: 120px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    background-color: #2a4ffa;
}

/*org*/
.org_content{
    padding: 5px 3%;
}
.org_item{
    width: 94%;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient( to right,#d7f8fd,#c9e3fd);
}


/*details*/
.details_intro{
    width: 94%;
    text-indent: 32px;
    margin: 0 auto;
    margin-top: 15px;
}
.d_title{
    width: 126px;
    margin: 0 auto;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;
    text-align: center;
    background-image: linear-gradient(to right, #f18b80, #ffbc79);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /*需要文字透明*/
}
.d_title span{
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding-left: 42px;
    background: url(../images/icon_format.png) no-repeat;
    background-size: 32px auto;
}
.d_cs_info{
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #e4f1ff, #fff);
}
.d_cs_info p{
    text-indent: 34px;
}
.d_signup_btn{
    display: block;
    width: 66%;
    height: 42px;
    line-height: 43px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    color: #fff9f2;
    margin-top: 10px;
    text-align: center;
    border-radius: 30px;
    text-shadow: 2px 2px 3px #a71408;
    background-image: linear-gradient(to right, #ffa26d,#fda9a1,#fc4c3c);
}
.details_js{
    margin-top: 20px;
}
.js_category{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category_item{
    width: 100%;
    padding: 15px 0;
    margin-top: 15px;
    border-radius: 6px;
    border: 1px #f5f6f9 solid;
    background: url("../images/category1.png") no-repeat;
    background-size: 46px auto;
    background-position: 15px 15px;
    background-color: #f2faff;
}
.category_item:nth-child(2){
    background-image: url("../images/category2.png");
}
.category_item:nth-child(3){
    background-image: url("../images/category3.png");
}
.category_item:nth-child(4){
    background-image: url("../images/category4.png");
}
.category_item h3{
    padding-left: 72px;
}
.category_item p{
    color: #666666;
    padding-left: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*schedule_content*/
.schedule_content{
    position: relative;
    width: 88%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 6px;
    display: flex;
    padding: 0 3% 15px 3%;
    justify-content: space-between;
    background-color: #80d8ff;
    border: 1px #b2d6fd solid;
    background-image: linear-gradient(to right,#116bfa,#449ffb);
}
.schedule_content table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.schedule_content table tr td{
    width: 33.333%;
    padding: 8px 10px;
    background-color: #fff;
    border-right: 1px #d4e8fd solid;
}
.schedule_content table tr td:last-child{
    border: none;
}
.schedule_content table tr:first-child td{
    color: #fff;
    font-size: 17px;
    background-color: transparent;
}
.schedule_content table tr:nth-child(3) td{
    background-color: #eaf2ff;
}

/*prize*/
.prize_content{
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.prize_title{
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 6px;
    background: url(../images/prize_line.png) no-repeat;
    background-size: 56px auto;
    background-position: center bottom;
}
.prize_main{
    display: flex;
    width: 100%;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.p_item{
    float: left;
    width: calc(44% - 2px);
    padding: 68px 2% 15px 2%;
    text-align: center;
    margin: 6px 1%;
    border: 1px #fff solid;
    background: url(../images/prize_cs.png) no-repeat;
    background-size: 31px auto;
    background-position: center 20px;
    background-color: #fff7e0;
}
.prize_cs .p_item:first-child{
    width: 54%;
}
.p_item p:nth-child(1){
    color: #f5aa5c;
    font-size: 17px;
    font-weight: bold;
}
.prize_explain{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.prize_other .prize_explain{
    margin-top: 0;
    text-indent: 32px;
}
.cert_demo{
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.cert_demo img{
    width: 80%;
}
.prize_other .cert_demo img{
    width: 45%;
    margin: 0 2%;
}


.cost_content,.other_info_content{
    text-indent: 32px;
}

/*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%;
    margin-top: 40px;
}
.f_main a{
    color:#300251;
}
.f_left,.f_center{
    width:100%;
    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: 120px;
    height: 120px;
    border: 2px #fff solid;
    border-radius: 6px;
}
.f_jszc{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}


/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 10;
    width: 54px;
}
.float_info{
    width: 42px;
    padding: 3px 6px;
    text-align: center;
    background-color: #59a1ff;
    border-radius: 10px;
    font-size: 14px;
}
.f_cs,.f_js,.f_search,.f_qun{
    color: #333;
    padding: 6px;
    padding-top: 30px;
    text-align: center;
    border-radius: 6px;
    margin: 3px 0;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/icon_cs.png) no-repeat;
    background-size: 16px auto;
    background-position: center 10px;
    background-color: #f5f7f9;
}
.f_js{
    background-image: url(../images/icon_advise.png);
}
.f_search{
    background-image: url(../images/icon_cert.png);
}
.f_qun{
    background-image: url(../images/qq_icon.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: #59a1ff;
}
.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: #59a1ff;
}

.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;
    }
}