/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    /*padding-bottom: 100px;*/
    background-color: #2e3dda;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #2b303b;
}
.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: #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: 70px;
    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;
}

.entrance_main{
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 10px 2%;
    margin-top: -20%;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.2);
}
.entrance{
    position: relative;
    width: 100%;
}
.e_1{
    position: relative;
    float: left;
    width: 31.33333%;
    margin: 0 1%;
    line-height: 32px;
    text-align: center;
    background: url(../images/entrance_bgm.png) no-repeat;
    background-size: 100% 100%;
}
.e_1 a{
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 12px 0;
}
.e_1 span:first-child{
    display: inline-block;
    padding-left: 23px;
    color: #333;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: bold;
    background: url(../images/entrance_img.png) no-repeat;
    background-size: 20px auto;
    background-position: left 6px;
}


.subject_select{
    display: flex;
    width: 94%;
    margin: 0 auto;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subject_select::after{
    display: none;
}
.subject_item{
    width: 48%;
    /*height: 56px;*/
    /*line-height: 56px;*/
    text-align: center;
    border-radius: 6px;
    margin-top: 12px;
    padding: 8px 0;
    background: url("../images/subject_bgm.png")  no-repeat;
    background-size: 100% 100%;
}
.subject_item:first-child{
    width: 42%;
    height: 48px;
    color: #fff;
    padding: 11px 3%;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
    background-image: url("../images/subject_bgm01.png");
}
.subject_item a{
    display: inline-block;
    padding-left: 36px;
    background: url("../images/subject_icon.png")  no-repeat;
    background-size: 28px 28px;
    background-position: left center;
}
.subject_item:nth-child(2) a{background-image: url("../images/subject_icon2.png");}
.subject_item:nth-child(3) a{background-image: url("../images/subject_icon3.png");}
.subject_item:nth-child(4) a{background-image: url("../images/subject_icon4.png");}
.subject_item:nth-child(5) a{background-image: url("../images/subject_icon5.png");}
.subject_item:nth-child(6) a{background-image: url("../images/subject_icon6.png");}
.subject_item:nth-child(7) a{background-image: url("../images/subject_icon7.png");}

.subject_item p:first-child{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 3px #c66b04;
}
.subject_item p:last-child{
    width: 65px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #f9ef8c;
    border-radius: 6px;
}

.c_box{
    width: 100%;
    margin-top: 32px;
}
.c_title{
    width: 100%;
    height: 70px;
    line-height: 42px;
    text-align: center;
}
.c_title p{
    position: relative;
    width: 100%;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 3px;
    background-image: linear-gradient(#567beb, transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c_title p:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 25px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #314ee2;
}
.c_title span{
    position: relative;
    top: -30px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing:4px;
    padding: 0 32px;
}
.c_title span::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url("../images/title_icon.png") no-repeat;
    background-size: 20px auto;
    background-position: left 14px;
}
.c_title span::after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url("../images/title_icon.png") no-repeat;
    background-size: 20px auto;
    background-position: left 14px;
}

.mian_content {
    position: relative;
    width: 100%;
}
.sych_main{
    width: 88%;
    margin: 0 auto;
    padding: 20px 3%;
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #c3f9f6 0%, #fff 20%,#fff 100%);
}

/*news*/
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 100%;
    max-height: 296px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: 100%;
    height: 94px;
    margin-bottom: 12px;
    border-radius: 10px;
}
.news_list .news_item:last-child{
    border: none;
}
.news_item a{
    width: 100%;
}
.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: 20px;
}
.view_more_news a{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-image: linear-gradient(to right,#1775fc,#67b2fd);
}

/*org*/
.org_content{
    width: 100%;
    padding: 0;
    background: transparent;
}
.org_list{
    width: 100%;
    padding: 15px 0 160px 0;
    background-image: linear-gradient(to bottom,#fff 0%,#fff 65%,#17e2cf 100%);
}
.org_list_main{
    width: 88%;
    color: #fff;
    padding: 15px 3%;
    margin: 0 auto;
    border-radius: 6px;
    background-image: linear-gradient(to bottom,#1775fc,#67b2fd);
}
.org_item{
    margin-bottom: 15px;
}
.org_item:last-child{
    margin-bottom: 0;
}
.org_item p:first-child{
    color: #ffd05f;
    font-size: 17px;
    font-weight: bold;
}
.org_intro{
    width: 94%;
    margin: 0 auto;
    margin-top: -135px;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}
.zb_title{
    width: 94%;
    line-height: 28px;
    color: #2e3dda;
    padding: 6px 3%;
    font-size: 17px;
    font-weight: bold;
    border-radius: 0 30px 0 0;
    background-image: linear-gradient(to right,#6ef9f0,#eefdaf);
}
.zb_intro{
    width: 92%;
    height: 270px;
    overflow-y: auto;
    text-indent: 32px;
    padding:10px 4% 15px 4%;
    background-color: #fff;
    box-shadow: 0 -5px 10px #62a0f8 inset;
}

/*expert*/
.expert_content{
    width: 94%;
    overflow: hidden;
    padding: 10px 0 0 0;
    border-radius: 0 0 6px 6px;
    background-image: linear-gradient(to right,#6cfcf3,#effdaf);
}
.wyh_list{
    width: 92%;
    height: 360px;
    overflow-y: auto;
    padding: 15px 4%;
    background: url("../images/expert_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #fff;
}
.wyh_item{
    width: 100%;
    margin-bottom: 15px;
}
.wyh_item>p{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
}
.mingdan li span{
    display: inline-block;
    width: 52px;
    margin-right: 12px;
    text-align: justify;
    text-justify:distribute-all-lines;
    text-align-last: justify;
}

/*time*/
.time_content{
    position: relative;
    width: 94%;
    padding: 0;
    margin-top: 10px;
    border: 1px #dae5fe solid;
}
.subject_title{
    position: absolute;
    left: calc((100% - 236px) / 2);
    top: -10px;
    z-index: 5;
    width: 236px;
    height: 38px;
    color: #2e3dda;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 38px;
    background: url(../images/s_title_bg.png) no-repeat;
    background-size: 100% auto;
}
.time_item{
    position: relative;
    width: 94%;
    color: #fbfcfe;
    padding:15px 3%;
    font-size: 17px;
    margin-right: 7px;
    line-height: 32px;
    font-weight: bold;
    background-image: linear-gradient(to bottom,#1775fc,#68b2fd);
}
.time_item:nth-child(2){
    padding-top: 38px;
    border-radius: 6px 6px 0 0;
}
.time_item:last-child{
    border-radius: 0 0 6px 6px;
}
.time_item p{
    padding-left: 32px;
}
.time_item p:last-child{
    font-size: 15px;
    font-weight: normal;
}
.time_item:nth-child(2),.time_item:last-child{
    margin-right: 0;
}
.time_item:nth-child(2),.time_item:nth-child(4){
    background-image: linear-gradient(to bottom,#2f3eda,#616efb);
}
.time_item::before{
    content: attr(data-id);
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 19px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #44609f;
    border-radius: 50%;
    background-color: #fafbfc;
}
.time_item:nth-child(2)::before{
    top: 42px;
}

/*prize*/
.prize_content{
    width: 94%;
    padding: 0;
    background: transparent;
}
.prize_cs,.prize_js{
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
}
.prize_js{
    margin-top: 15px;
}
.prize_cs_title{
    width: 100%;
    height: 58px;
    color: transparent;
    background: url("../images/prize_title_cs.png") no-repeat;
    background-size: 100% 100%;
}
.prize_js_title{
    width: 100%;
    height: 58px;
    color: transparent;
    background: url(../images/prize_title_js.png) no-repeat;
    background-size: 100% 100%;
}
.prize_main{
    padding:6px 12px;
}
.prize_item{
    margin: 15px 0;
    padding-left: 40px;
    background: url("../images/icon_prize.png") no-repeat;
    background-size: 32px auto;
    background-position: left 2px;
}
.prize_item p:first-child{
    font-size: 18px;
    font-weight: bold;
    margin-bottom:3px;
    letter-spacing: 2px;
}
.prize_item span{
    color: #ff973a;
    font-size: 17px;
    font-weight: bold;
}

/*subject*/
.subject_content{
    width: 94%;
    padding: 0;
    background: transparent;
}
.sub_info{
    position: relative;
    width: 94%;
    min-height: 520px;
    padding: 25px 3% 30px 3%;
    border-radius: 6px;
    background-color: #fff;
}
.sub_tab{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px #3060f6 solid;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tab_item_c{
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    padding:0 12px;
    color: #333;
    background-color: #fff;
    border-radius: 6px;
}
.tab_item_active{
    color: #434bfc;
    background-color: #b0fffb;
}
.sub_info_con_c{
    display: none;
}
.sub_info_con_active{
    display: block;
}
.sub_title{
    min-width: 200px;
    height: 26px;
    padding: 5px 10px;
    color: #ff860f;
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    background-image: linear-gradient(to right,#b0fffb 0%,transparent 40%);
}
.sub_title span:first-child{
    margin-right: 5px;
    letter-spacing: 0;
}
.sub_title span:last-child{
    display: inline-block;
    -webkit-text-stroke: 1px transparent;
}
.sub_info p{
    margin-top: 6px;
    margin-bottom: 16px;
}
.main_tips{
    color: #ff860f;
    font-weight: bold;
}
.current_bm{
    width: 100%;
    text-align: center;
}
.current_bm a{
    display: inline-block;
    width: 212px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    color: #3342de;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #6cfcf3;
    background-image: linear-gradient(to right,#6cfcf3,#eefdb0);
}

/*slider*/
.report_content,.show_content{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
}
.report_list,.show_list{
    width:100%;
    margin: 0 auto;
    overflow: hidden;
}
.report_list ul,.show_list ul{
    position:relative;
}
.report_list ul li,.show_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
    text-align: center;
}
.report_list ul li a,.show_list ul li a{
    width: 100%;
}
.report_list ul li:last-child,.show_list ul li:last-child{
    margin-right: 0;
}
.report_list ul li p,.show_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;
}
.report_list img,.show_list img{
    width: 150px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}


/*university*/
.university_content{
    width: 94%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
}
.university_list{
    height: 224px;
    overflow-y: auto;
    padding: 0;
}
.university_list ul li{
    float: left;
    width: 27%;
    text-align: center;
    background-color: #fff;
    margin: 0 1% 7px 1%;
    padding: 10px 2% 5px 2%;
    border-radius: 10px;
}
.university_list ul li a{
    width: 100%;
}
.university_list ul li p{
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 6px;
}
.university_list img{
    width: 60px;
    height: 60px;
    border: none;
}

/*description*/
.description_content{
    background: #fff;
    box-shadow: 0 0 10px #3c8dff inset;
}

/*contact*/
.f_main{
    width: 94%;
    margin-top: 25px;
    padding: 15px 3%;
    background: url("../images/contact.png") no-repeat;
    background-size: 100% 100%;
}
.f_left li,.f_center li{
    margin-bottom: 10px;
    padding-left: 25px;
    background: url("../images/icon_1.png") no-repeat;
    background-size: 20px 15px;
    background-position: left center;
}
.f_right{
    width: 100%;
    text-align: center;
}
.f_right img{
    width: 110px;
    height: 110px;
}

.sign_up_bottom{
    width: 90%;
    padding: 30px 5%;
    background-color: #fff;
}
.sign_up_bottom a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #2e3dda;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    background-image: linear-gradient(to right,#6cfcf3,#effdaf);

}

.piaochuang{
    position: fixed;
    top:calc((100vh - 152px) / 2);
    right: 0;
    z-index: 2;
    width: 80px;
    height: 152px;
    background: url("../images/piaochuang.png") no-repeat;
    background-size: 100% 100%;
}
.pc_bm{
    width: 61px;
    height: 57px;
    margin-left: 9px;
    margin-top: 14px;
    border-radius: 8px;
}
.pc_qun{
    width: 61px;
    height: 61px;
    margin-left: 9px;
    border-radius: 8px;
}

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