/*-------------index.html-------------*/
.page_pc{
    display: none!important;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    padding-bottom: 80px;
    background-color: #f8f8f7;
}

/*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: 70px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

/*center*/
.center{
    width: 100%;
    margin-top: 50px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner_text{
    position: absolute;
    top: 45%;
    left: 3%;
    width: 94%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    font-weight: bold;
}
.b_login{
    position: absolute;
    bottom: 27%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
}
.login_student,.login_school{
    width:43%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 6px;
    border-radius: 30px;
    background-color: #da705b;
    background-image: linear-gradient(to right,#da705b,#623f93);
}


.entrance_main{
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 10px 2%;
    margin-top: -8%;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: rgba(102, 66, 152, 0.5);
}
.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/imagesM/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/imagesM/entrance_img.png) no-repeat;
    background-size: 20px auto;
    background-position: left 6px;
}

.c_box{
    width: 100%;
    margin-top: 32px;
    text-align: center;
}
.c_title{
    position: relative;
    display: inline-block;
}
.c_title p{
    position: relative;
    z-index: 2;
    height: 30px;
    padding: 0 40px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
}
.c_title:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 30px;
    background: url(../images/title_bg_left.png) no-repeat;
    background-size: 27px auto;
    background-position: left center;
}
.c_title:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 30px;
    background: url(../images/title_bg_right.png) no-repeat;
    background-size: 27px auto;
    background-position: left center;
}

/*���ڴ���*/
.c_bg{
    position: relative;
    width: 100%;
}
.bg_content{
    width: 86%;
    margin: 0 auto;
    margin-top: 20px;
    text-indent: 32px;
    text-align: left;
    padding: 15px 3%;
    background: url(../images/imagesM/bg.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #ededed;
}


/*org*/
.org_content{
    width: 100%;
    margin-top: 20px;
    text-align: left;
    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-top: 7px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    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/imagesM/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;
}

/*process*/
.process_content{
    position: relative;
    width: 92%;
    margin: 0 auto;
    margin-top: 5px;
    padding-top: 15px;
    text-align: left;
}
.process_content::before{
    content: ' ';
    position: absolute;
    top: 28px;
    left: calc(18.5% + 9px);
    display: inline-block;
    width: 0;
    height: 90%;
    border-left: 1px #1050fe dashed;
}
.process_item{
    position: relative;
    width: 60%;
    margin: 20px 0;
    padding-left: 30%;
}
.process_item::before{
    content: ' ';
    position: absolute;
    left: 20.5%;
    top: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 5px #e7b91d solid;
    border-radius: 50%;
}
.process_item::after{
    content: ' ';
    position: absolute;
    left: 0;
    top: -8px;
    display: inline-block;
    width: 50px;
    height: 70px;
    background: url(../images/imagesM/process_02.png) no-repeat;
    background-size: 50px auto;
}
.process_item:nth-child(2)::after{background-image: url("../images/imagesM/process_04.png");}
.process_item:nth-child(3)::after{background-image: url("../images/imagesM/process_06.png");}
.process_item:nth-child(4)::after{background-image: url("../images/imagesM/process_08.png");}

.time_1{
    font-size: 16px;
    font-weight: bold;
}
.time_2{
    width: 100%;
    margin-top: 5px;
}

.c_details{
    margin-top: 40px;
}
.details_content{
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}
.details_item{
    width: 92%;
    padding: 15px 4%;
    margin-bottom: 12px;
    background: url(../images/imagesM/details_bg.png) no-repeat;
    background-size: 100% auto;
    background-color: #ededed;
}
.details_title{
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #4e60dc;
}

/*prize*/
.prize_content{
    width: 92%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
}
.cs_prize,.js_prize,.more_prize{
    width: 100%;
    color: #0b307c;
}
.js_prize,.more_prize{
    margin-top: 40px;
}
.prize_item{
    position: relative;
    width: 82%;
    padding: 10px 0 10px 18%;
    margin-bottom: 12px;
    border-radius: 10px;
    line-height: 25px;
    background-color: #ffe281;
    background-image: linear-gradient(to right,#fff8e5,#ffe281);
}
.js_prize .prize_item{
    background-color: #9ba7ff;
    background-image: linear-gradient(to right,#dfe4ff,#9ba7ff);
}
.prize_item::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18%;
    height: 95px;
    background: url("../images/prize_icon.png") no-repeat;
    background-size: 82px 82px;
    background-position:center center;
}
.prize_item p:first-child{
    font-weight: bold;
}
.prize_item p:last-child{
    color: #c3251d;
    font-size: 14px;
}
.p_title{
    position: relative;
    width: 135px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-left: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #4e60dc;
    border-radius: 10px;
}
.p_title::before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -24px;
    left: 15px;
    width: 45px;
    height: 66px;
    background: url(../images/imagesM/prize_title_bg.png) no-repeat;
    background-size: 45px auto;
}

.form_content{
    width: 100%;
    text-align: left;
    margin-top: 90px;
}
.cs_form,.js_form{
    width: 84%;
    padding: 15px 4%;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #f0f2ff;
}
.js_form{
    margin-top: 90px;
}
.form_title{
    position: relative;
    width: 165px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: -35px;
    background-color: #4e60dc;
}
.form_title::before{
    content: ' ';
    position: absolute;
    top: -55px;
    left: calc((100% - 110px) / 2);
    display: inline-block;
    width: 100px;
    height: 55px;
    background: url(../images/prize_bg_02.png) no-repeat;
    background-size: 100% auto;
}
.form_intro{
    width: 100%;
    margin-top: 10px;
}
.js_case{
    width: 100%;
}
.case_item{
    width: 84%;
    padding: 15px 4%;
    margin: 0 auto;
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #f0f2ff;
}
.case_title{
    width: 80%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 11px;
    background: url(../images/imagesM/case_title_bg_03.png) no-repeat;
    background-size: 100% 100%;
    background-color: #4e60dc;
}

.explain_content{
    width: 84%;
    padding: 15px 4%;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    background: url("../images/imagesM/explain_bg.png") no-repeat;
    background-size: 100% auto;
    background-color: #ededed;
    background-position: left bottom;
}

/*��У���������ɡ�֧��ԺУ���񽱷���*/
.awards_content,.share_content,.activity_content,.report_content,.colleges_content{
    width: 94%;
    margin: 0 auto;
}
.report_list,.activity_list,.colleges_list,.awards_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
    border-radius: 10px;
}
.report_list ul,.activity_list ul,.colleges_list ul,.awards_list ul{
    position:relative;
}
.report_list ul li,.activity_list ul li,.colleges_list ul li,.awards_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
}
.report_list ul li:last-child,.activity_list ul li:last-child,.colleges_list ul li:last-child,.awards_list ul li:last-child{
    margin-right: 0;
}
.report_list ul li p,.activity_list ul li p,.colleges_list ul li p,.awards_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;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img{
    width: 150px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}

/*��ʦ����*/
.experience{
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
}
.experience ul{
    position: relative;
}
.ex_item{
    float: left;
    width: 220px;
    height: 290px;
    color: #333;
    border-radius: 10px;
    padding: 18px 14px 10px 14px;
    margin-right: 21px;
    box-shadow: 3px 0 20px #f3f5f8;
    border: 2px #fff solid;
    background-color: #f3f5f8;
    background-image: linear-gradient(to bottom,#f3f5f8,#fff);
}
.ex_item:last-child{
    margin-right: 0;
}
.ex_name{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.ex_school{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.ex_icon{
    margin-top: 12px;
}
.ex_item .ex_text{
    width: calc(100% - 12px);
    height: 140px;
    min-height: 140px;
    margin: 6px auto;
    padding: 10px 6px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 46px auto;
}
.ex_more{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 18px;
    border-radius: 10px;
    background-color: #0052d9;
}

.ex_modal{
    width: 100%;
    color: #333;
}
.ex_modal .ex_text{
    width: calc(100% - 12px);
    font-size: 15px;
    line-height: 28px;
    padding: 8px 10px;
    min-height: 196px;
    padding-top: 7px;
    margin: 10px auto;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 64px 49px;
}

/*footer*/
.c_contact{
    width: 100%;
    margin-top: 32px;
    color: #333;
    text-align: center;
}
.contact_content{
    width: 84%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 12px 4%;
    border-radius: 10px;
    text-align: left;
    background-color:#f0f2ff;
}
.contact_type{
    width: 100%;
}
.contact_type a{
    color: #233269;
}
.contact_type p{
    height: 30px;
    line-height: 30px;
}
.contact_ewm{
    width:100%;
    text-align: center;
    margin-top: 20px;
}
.contact_ewm img{
    width: 120px;
}

.footer{
    display: none;
}

.bm_btn_bottom {
    width: 94%;
    margin: 0 auto;
}
.bm_btn_bottom a {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    margin-top: 20px;
    letter-spacing: 5px;
    background-image: linear-gradient(to right, #015fea, #00bffa);
    background-color: #015fea;
}


/*piaochuang*/
.piaochuang{
    position: fixed;
    top:calc((100vh - 152px) / 2);
    right: 0;
    z-index: 2;
    width: 80px;
    height: 152px;
    background: url("../images/dzsw_pc.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;
    }
}



