.page_container{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 60px;
    background-color: #45d098;
}
/*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_logo{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.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;
}
/*banner*/
.banner{
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.banner img{
    width: 100%;
}
.bm_num{
    position: absolute;
    top: 52%;
    width: 100%;
}
.bm_num img{
    width: 100%;
}
.bm_num span{
    position: absolute;
    top:32%;
    left: 15.5%;
    z-index: 2;
    display: inline-block;
    width: 28%;
    font-size: 18px;
    color: #0d817e;
    padding-left: 4%;
}
.bm_btn_top{
    position: absolute;
    top:5%;
    left: 48.5%;
    z-index: 2;
    display: inline-block;
    width: 30%;
    height: 40px;
    font-size: 18px;
    color: #fff;
    padding-left: 6.5%;
}
.menu{
    position: relative;
    width: 94%;
    margin: 0 auto;
    margin-top: -5%;
    padding-top: 28px;
    padding-bottom: 10px;
    background: url(../images/menu_bg.png) no-repeat;
    background-size: 100% 100%;
}
.menu_item{
    float: left;
    width: 25%;
    font-size: 15px;
    text-align: center;
}
.menu_item img{
    width:50px;
}
.menu_item a{
    color: #333;
}
.menu_item p{
    line-height: 30px;
}

.c_box{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}
/*hide*/
.c_news,.c_process{
    display: none;
}
.c_title{
    width: 94%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 27px;
    letter-spacing: 2px;
    font-style: italic;
    padding: 0 3%;
    background: url("../images/title_bg.png") no-repeat;
    background-size: 100% 100%;
    font-family:titleFont;
}
@font-face {
    font-family: titleFont;
    src: url('../font/pangmengzhengdao.woff') format('woff'); /* 提供备选格式 */
}
.c_title p{
    position: relative;
    padding-left: 27px;
}
.c_title p::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 12px transparent solid;
    border-left: 20px #fff solid;
}

/*bg*/
.bg_content{
    width: 94%;
    margin-top: 5px;
    padding: 20px 3%;
    text-indent: 32px;
    background-color: #edfaf5;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 40px #dcfde5 inset;
}

/*news*/
.news_list{
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.news_slide{
    width: 300%;
}
.news_item{
    float: left;
    width: 33.33%;
    height:260px;
    overflow-y: auto;
}
.news_i{
    width: 92%;
    height: 110px;
    padding: 20px 4% 0 4%;
}
.news_i a{
    width: 100%;
}
.news_item .news_i:last-child{
    border: none;
}
.n_left{
    float: left;
    width:60%;
}
.n_left h4{
    color: #333;
    height: 42px;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n_left p{
    width: 50px;
    color: #fff;
    font-size: 13px;
    margin-top: 24px;
    text-align: center;
    padding: 3px 0;
    background-color: #ffbf44;
    border-radius: 30px;
}
.n_right{
    float: left;
    width: 40%;
    text-align: right;
}
.n_right img {
    width: 95%;
    height: 90px;
}

/*org*/
.org_content{
    width: 88%;
    margin-top: 5px;
    padding: 10px 6%;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 40px #dcfde5 inset;
}
.org_item{
    width: 100%;
    margin: 15px 0;
}
.org_icon{
    float: left;
    width:50px;
}
.org_icon img{
    width: 100%;
}
.org_text{
    float: left;
    width: calc(95% - 50px);
    padding-left: 5%;
    line-height: 25px;
}
.org_text p:first-child{
    font-size: 17px;
    font-weight: bold;
}

/*object*/
.c_object_title{
    position: relative;
    width: 126px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    color: #0b6c69;
    letter-spacing: 2px;
    background: url(../images/c_object_titlebg.png) no-repeat;
    background-size: 100% 100%;
}
.c_object_text{
    width: 100%;
    color: #fff559;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 25px 0;
    text-shadow: 2px 2px 2px #0b6c69;
    margin-top: -18px;
    background: url(../images/c_object_bg.png) no-repeat;
    background-size: 100% 100%;
}

/*type*/
.type_content{
    width: 90%;
    padding:20px 5% 32px 5%;
    margin-top: 5px;
    text-align: center;
    background: url(../images/org_img_21.png) no-repeat;
    background-size: 185px 66px;
    background-position: right bottom;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.type_content p{
    text-align: left;
}
.dt_btn{
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 6px 0;
    margin-top: 25px;
    border-radius: 30px;
    background-color: #f1912d;
    background-image: linear-gradient(to right,#f1912d,#f1ca2d);
}

/*process*/
.process_content{
    width: 92%;
    margin-top: 5px;
    padding: 10px 4%;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.p_item1{
    width: 100%;
    height: 42px;
    margin: 15px 0;
}
.p_item1 img{
    float: left;
    width: 36px;
}
.p_item1 p{
    float: right;
    width: calc(86.5% - 44px);
    height: 40px;
    line-height: 40px;
    padding-left: 13.5%;
    margin-left: 8px;
    background: url(../images/lc_bg_10.png) no-repeat;
    background-size: 100% 100%;
}
.p_item1 p span:first-child{
    display: inline-block;
    width: 40%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.p_item1 p span:last-child{
    display: inline-block;
    width: 57%;
    padding-left: 1%;
    color: #0d817e;
    font-size: 14px;
}

/*prize*/
.prize_content{
    width:100%;
    margin-top: 5px;
}
.prize_main{
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 10px #399a97;
}
.subtitle{
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 21px;
    text-shadow: 0 2px 6px #026865;
    font-family: titleFont;
    background-image: linear-gradient(to right, #3eb48d, #8bf1a8);
}
.p_list{
    width:260px;
    margin: 0 auto;
}
.p_item{
    width: 100%;
    margin-top: 25px;
}
.p_icon{
    float: left;
    width: 45px;
    height: 60px;
    line-height: 60px;
}
.p_icon img{
    width: 45px;
    vertical-align: middle;
}
.p_text{
    float: left;
    width: calc(100% - 60px);
    color: #fff;
    margin-left: 15px;
}
.p_text p:nth-child(1){
    color: #0d817e;
    font-size: 17px;
    margin-bottom: 4px;
    font-weight: bold;
}
.p_text p:nth-child(2){
    font-size: 14px;
    background-color: #0d817e;
    padding: 0 10px;
    border-radius: 5px;
}
.prize_tips{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.prize_tips p{
    text-align: left;
}
/*rank*/
.rank_content{
    width: 100%;
    margin-top: 5px;
}
.personal_rank,.school_rank{
    width:100%;
    overflow: hidden;
}
.school_rank{
    margin-top: 15px;
}
.r_title{
    width:100%;
    height: 38px;
    border-bottom: none;
}
.r_title img{
    width: 100%;
}
.rank_list{
    width: 101%;
    height:350px;
    margin: 0 auto;
    overflow:hidden;
}
.rank_list table{
    width: 100%;
    background-color:transparent;
}
table tbody {
    display: block;
    overflow-y: auto;
    background-color: #fff;
}
table thead, tbody tr, tfoot tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align:center;
}
table thead{
    font-size: 16px;
}
.rank_list table thead{
    width: 100%;
    color: #0d817e;
    background-color: #f7f8fd;
}
.rank_list table thead tr{
    height: 55px;
}
.rank_list table tbody{
    width:100%;
    height: 295px;
}
.rank_list table tbody::-webkit-scrollbar{
    display: none;
}
.rank_list table tr{
    width: 100%;
    text-align: center;
}
.rank_list table tr td{
    height: 33px;
    padding: 10px 0;
    border-bottom: 1px #efefef solid;
}
.rank_list table tr:last-child td{
    border: none;
}
.view_more{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    margin-top: 5px;
    background-color: #f1912d;
    background-image: linear-gradient(to right,#f1912d,#f1ca2d);
    border-radius: 0 0 10px 10px;
}
.view_more a{
    width: 100%;
    color: #fff;
}

/*contact*/
.contact_content{
    width: 92%;
    min-height: 100px;
    padding:10px 4% 25px 4%;
    margin-top: 5px;
    background: url("../images/contact_bg_15.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 10px 10px;
}
.contact_type{
    width: calc(100% - 27px);
    margin-top: 15px;
    color: #333;
    font-weight: bold;
    padding-left: 27px;
    background: url(../images/icon_03.png) no-repeat;
    background-size: 20px 14px;
    background-position-y: 6px;
    line-height: 27px;
}
.contact_type a{
    color: #333;
}
.wx_contact{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.wx_contact img{
    width: 135px;
}


.answer_btn{
    width: 78%;
    text-align: center;
    margin: 20px auto;
    border-radius: 30px;
    background-color: #f1912d;
    background-image: linear-gradient(to right,#f1912d,#f1ca2d);
}
.answer_btn a{
    width: 100%;
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
}

.piaochuang{
    position: fixed;
    right: 0;
    bottom: 30vh;
    z-index: 2;
    width: 40px;
}


.modal_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.modal_tips{
    position: absolute;
    top: 10vh;
    left: calc((100% - 332px) / 2);
    z-index: 100;
    width: 292px;
    margin: 0 auto;
    padding: 27px 20px;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
}
.modal_tips b{
    font-size: 17px;
    color: red;
}
.modal_btn{
    width: 94%;
    margin: 0 auto;
    text-align: center;
}
.modal_btn a{
    width: 210px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    margin: 0 5px;
    margin-top: 16px;
    background-color: deepskyblue;
}
.close_modal{
    background-color: orangered !important;
}
/*clearfix*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}