.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 72px;
    line-height: 72px;
    background-color: #fff;
    border-bottom: 1px #d8dee7 solid;
}
.h_box{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.nav_list{
    float: left;
}
.nav_item{
    float: left;
    margin-right: 35px;
}
.nav_item a{
    color: #333;
}
.past_list{
    position: absolute;
    top: 60px;
    width:70px;
    margin-left: -3px;
    background-color: #457cd7;
    border-radius: 7px;
}
.past_list_item{
    width: 100%;
    line-height: 40px;
    text-align: center;
}
.past_list_item a{
    color: #fff;
}
.login_main{
    float: right;
    width:252px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    margin:16px 0 16px 25px;
}
.login,.loginout{
    width: 110px;
    color: #fff;
    margin-left: 10px;
    text-align: center;
    background-color: #457cd7;
    border-radius: 6px;
    border: 1px #457cd7 solid;
}
.loginout{
    color: #457cd7;
    background-color: #fff;
}


/*banner*/
.banner{
    width: 100%;
    height: 500px;
    margin-top: 72px;
    background: url("../images/banner.png?v=1.0.6") no-repeat center;
}
.b_signup{
    width: 100%;
    text-align: center;
    padding-top: 360px;
}
.b_signup a{
    width: 330px;
    height: 50px;
    margin-right: 20px;
    color: #fff;
    line-height: 50px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: #ffb345;
}
.center{
    width: 100%;
}
.c_title{
    position: relative;
    width: 316px;
    height: 42px;
    line-height: 42px;
    font-size: 35px;
    font-weight: bold;
    color: #353538;
    margin: 0 auto;
    letter-spacing: 3px;
    text-align: center;
}
.c_title::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 15px;
    display: inline-block;
    width: 38px;
    height: 42px;
    background: url("../images/c_title_left.png") no-repeat;
    background-size: 38px auto;
    background-position-y:center;
}
.c_title::after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 15px;
    display: inline-block;
    width: 38px;
    height: 42px;
    background: url("../images/c_title_right.png") no-repeat;
    background-size: 38px auto;
    background-position-y:center;
}

/*������Ѷ*/
.c_notic{
    width: 100%;
    padding-top: 60px;
}
.notic_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.notic_slider{
    float: left;
    width: 680px;
    border-radius: 10px;
    overflow: hidden;
}
.notic_slider a{
    width: 100%;
}
.notic_slider img{
    width: 100%;
    height: 307px;
    border-radius: 10px;
}

.n_list{
    float: right;
    width: 470px;
    height: 307px;
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}
.news_item{
    position: relative;
    width: 450px;
    height: 58px;
    padding-left: 18px;
    margin-bottom: 10px;
    border-bottom: 1px #f4f6f9 solid;
}
.news_item:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.news_info p{
    width: 450px;
    color: #353538;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news_info span{
    display: inline-block;
    width: 49%;
    font-size: 13px;
    color: #aaacb0;
}
.news_info span:last-child{
    text-align: right;
}
.news_item:before{
    content: ' ';
    position: absolute;
    display: inline-block;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 10px #4179d6 solid;
}
.scroll_bar::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.scroll_bar::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:10px;
}
.scroll_bar::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
.scroll_bar::-webkit-scrollbar-thumb:hover{
    background: #457cd7;
}
.scroll_bar::-webkit-scrollbar-corner{
    background: #457cd7;
}
.view_more_news a {
    float: right;
    color: #353538;
}
/*��֯����*/
.c_org{
    width: 100%;
    padding-top: 60px;
}
.org_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    padding-top: 10px;
    background: url("../images/org_bg_01.png") no-repeat;
    background-size: 100% 10px;
    background-position-y: top;
}
.org_list{
    width: 1100px;
    margin: 0 auto;
    padding: 20px 50px;
    background: url("../images/org_bg.png") no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
}
.org_item{
    float: left;
    width: calc(50% - 30px);
    padding-left: 30px;
    margin: 12px 0;
    background: url("../images/icon_circle.png") no-repeat;
    background-size: 23px 16px;
    background-position-y: center;
}
.org_item p{
    display: inline-block;
}
.org_item p:first-child{
    font-weight: bold;
    font-size: 17px;
}

/*��������*/
.c_object{
    width: 100%;
    padding-bottom: 60px;
}
.object_content{
    width: 950px;
    height: 204px;
    margin: 0 auto;
    margin-top: 45px;
    padding: 0 220px 0 30px;
    background: url(../images/object_bg.png) no-repeat;
    background-size: 100% auto;
}
.object_title{
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 0 0 10px #1b5ac3;
    margin-bottom: 25px;
}

/*��������*/
.c_time{
    width: 100%;
    padding: 60px 0;
    background: url("../images/time_bg.png") no-repeat;
    background-size: 100% 100%;
}
.time_content{
    width: 1208px;
    height: 494px;
    margin: 0 auto;
    margin-top: 45px;
    background: url("../images/time_main.png") no-repeat;
    background-size: 100% 100%;
}
.time_item{
    float: left;
    width: 312px;
    margin-right: 46px;
    text-align: center;
}
.time_item:last-child{
    margin-right: 0;
}
.time1,.time3,.time5{
    color: #333;
    padding-top: 112px;
}
.time2,.time4,.time6{
    color: #fff;
    padding-top: 110px;
}
.time2{
    margin-left: 180px;
}
.time_item p:first-child{
    font-size: 18px;
    font-weight: bold;
}
.time_item p:nth-child(2){
    color: #666;
    margin-top: 20px;
}
.time_item p:last-child{
    color: #4179d6;
    margin-top: 20px;
}
.time2 p:nth-child(2),.time4 p:nth-child(2),.time6 p:nth-child(2){
    color: #fff;
}
.time2 p:last-child,.time4 p:last-child,.time6 p:last-child{
    color: #fff;
}

/*奖项设置*/
.c_prize{
    width: 100%;
    padding-top: 60px;
}
.prize_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.prize_cs,.prize_js{
    float: left;
    width: 540px;
    margin: 0 10px;
    padding:36px 20px;
    line-height: 30px;
    border-radius: 10px;
    background-color: #d3e9ff;
    background-image: linear-gradient(to bottom,#d3e9ff,#ebf3fe);
}
.prize_title{
    width: 208px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
    background-color: #2060f5;
    background-image: linear-gradient(to right,#2060f5,#a5bffc);
}
.prize_list{
    width: 100%;
    height: 340px;
    margin-top: 20px;
}
.prize_item{
    width: 236px;
    padding: 5px 0;
    padding-left: 78px;
    margin: 20px auto;
    background: url(../images/prize_icon.png) no-repeat;
    background-size: 68px auto;
    background-position: left 4px;
}
.prize_cs .prize_item{
    margin-bottom: 40px;
}
.prize_item p:first-child{
    color: #000;
    font-size: 17px;
}
.prize_item p:first-child span:last-child{
    color: #e5300d;
    font-weight: bold;
}
.prize_item p:last-child{
    color: #7b7f95;
}
.prize_explain{
    height: 200px;
    color: #7b7f95;
    margin-top: 30px;
    padding: 20px 4%;
    background-color: #ebf3fe;
}

.c_form,.c_cost{
    width: 100%;
    padding-top: 60px;
}
.form_content{
    width: 1080px;
    margin: 0 auto;
    margin-top: 45px;
    color: #fff;
    line-height: 30px;
    padding: 37px 60px 60px 60px;
    border-radius: 10px;
    background: url("../images/form_bg.png") no-repeat;
    background-size: 100% 100%;
}
.form_content p{
    height: 65px;
    line-height: 65px;
    padding: 0 24px;
    font-size: 17px;
    font-weight: bold;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
}
.form_first{
    float: left;
    width: 45%;
    margin-top: 30px;
}
.form_second{
    float: right;
    width: 45%;
    margin-top: 30px;
}
.cost_content{
    width: 1080px;
    margin: 0 auto;
    margin-top: 45px;
    color: #fff;
    padding: 45px 60px;
    border-radius: 10px;
    line-height: 30px;
    background-image: linear-gradient(to bottom,#6984b2,#a5b6d6);
}

/*��У���������ɡ�֧��ԺУ���񽱷���*/
.c_activity{
    width: 100%;
    padding: 60px 0;
}
.report_list,.activity_list,.colleges_list,.awards_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}
.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: 281px;
    margin-right: 25px;
}
.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%;
    color: #333;
    text-align: center;
    margin-top: 2px;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img{
    width: 281px;
    height: 204px;
    border-radius: 10px;
}

/*footer*/
.footer{
    width: 100%;
    min-width: 1200px;
    color: #fff;
    background-color: #313131;
}
.f_content{
    width: 1200px;
    padding: 50px 0;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 1px;
}
.f_left{
    float: left;
    width: 400px;
    line-height: 28px;
}
.f_left a{
    color: #fff;
}
.f_right{
    float: right;
    width: 200px;
    text-align: center;
}
.ewm_item{
    float: left;
    width:200px;
    padding: 0 15px;
}
.f_right img{
    width: 110px;
}
.f_copyright{
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    background-color: #222;
}
.f_copyright span{
    margin: 0 10px;
}
.f_copyright span a{
    color:#fff;
}
.foot{
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 60px;
    padding: 30px 0;
    font-size: 13px;
    background-color: #282828;
}
.foot a{
    color: #fff;
}
.foot span{
    margin: 0 20px;
}


.float_qun{
    position: fixed;
    right: 0;
    top: calc((100vh - 270px) / 2);
    z-index: 10;
    width: 107px;
}
.float_qun img{
    width:107px;
}

