/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    background-color: #fff;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    background-color:#fff;
    box-shadow: 0 0 10px #e4f0ff;
}
.h_mian{
    width:1200px;
    margin:auto;
}
.h_nav{
    float:left;
}
.h_nav li{
    position: relative;
    float:left;
    text-align:center;
    color:#333;
    cursor:pointer;
    margin-right: 25px;
}
.h_nav a{
    color:#333;
    display:inline-block;
}
.h_login{
    float:right;
}
.h_login a{
    display: inline-block;
    min-width: 80px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    border-radius: 6px;
    margin-left: 10px;
    padding: 0 15px;
    padding-right: 24px;
    background: url(../images/login_icon.png) no-repeat;
    background-size: 20px auto;
    background-position: 94% center;
    background-color: #1e59a1;
    border: 1px #1e59a1 solid;
}

.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%;
    margin-top: 80px;
}
.banner{
    width: 100%;
    height: 590px;
    background: url("../images/banner.jpg") no-repeat center;
}
.province_banner{
    height: 400px;
}
.banner a{
    width: 100%;
    height: 100%;
}

.entrance{
    position: relative;
    width: 1160px;
    padding:20px 20px;
    background-color: #f4f6f9;
    margin: 0 auto;
    margin-top: -25px;
}
.entrance_item{
    position: relative;
    float: left;
    width: 364px;
    height: 92px;
    padding-right: 22px;
    text-align: center;
    background: url(../images/entrance_bg.png) no-repeat;
    background-size: 100% 100%;
}
.entrance_item a{
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 17px 0;
}
.entrance_item span:first-child{
    display: block;
    width: 162px;
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    border-radius: 4px;
    color: #ff7311;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.entrance_item:before{
    content: ' ';
    position: absolute;
    top: 33px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border: 14px transparent solid;
    border-left: 22px #f4f6f9 solid;
}
.entrance_item:first-child:before{
    display: none;
}

.c_box{
    width: 100%;
    margin-top: 72px;
}
.c_title{
    width: 1200px;
    color: #333;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 0 auto;
    text-align: center;
}
.c_title span{
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
.c_title span::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 38px;
    height: 30px;
    background: url("../images/title_bg_03_02.png") no-repeat;
    background-size: 38px auto;
    background-position: left center;
}
.c_title span::after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 38px;
    height: 30px;
    background: url("../images/title_bg_03_04.png") no-repeat;
    background-size: 38px auto;
    background-position: left center;
}


.mian_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

/*news*/
.news_content{
    min-height: 214px;
}
.news_slider{
    float: left;
    width: 460px;
}
.news_slider img{
    width: 460px;
    height: 214px;
    object-fit: cover;
}
.news_list_box{
    float: right;
    width: 710px;
    font-size: 16px;
}
.news_list{
    height: 214px;
    overflow: hidden;
}
.news_item{
    width: 100%;
    height: 42px;
}
.news_item a{
    width: 100%;
    height: 42px;
    line-height: 42px;
}
.n_right h4{
    position: relative;
    float: left;
    width: 80%;
    color: #4c514a;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_time{
    float: left;
    width: 20%;
    color: #4c514a;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0;
}
.view_more_news{
    width: 100%;
    text-align: right;
}
.view_more_news a{
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    color: #1e59a1;
    padding: 0 12px;
    border:1px #1e59a1 solid
}

/*org*/
.org_content{
    width: 1140px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 30px;
    background-color: #f4f6f9;
}
.org_left{
    float: left;
    width: calc(50% - 26px);
    padding-right: 26px;
    text-align: center;
}
.org_left img{
    width: 76%;
}
.org_left p{
    text-indent: 34px;
    text-align: left;
    margin-top: 15px;
}
.org_right{
    float: left;
    width: 50%;
}
.rel_item{
    width: calc(100% - 170px);
    line-height: 30px;
    padding: 25px 50px;
    padding-left: 120px;
    background: url(../images/org_icon.png) no-repeat;
    background-size: 52px auto;
    background-position-y: 32px;
    background-position-x: 50px;
    border-bottom: 2px #fff solid;
}
.rel_item:last-child{
    border-bottom: 0;
}
.rel_item p:nth-child(1){
    color: #fd7f25;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}
.rel_item p:nth-child(2){
    margin-bottom: 6px;
    line-height: 25px;
}

.form_content{
    width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 50px;
    line-height: 30px;
    background-color:#f4f6f9;
}
.form_content h3{
    width: 100px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 3px #fd7f25 solid;
}

/*????????*/
.enroll_center{
    width: 100%;
    /*min-height: 583px;*/
    margin-top: 40px;
    padding: 50px 0;
    background: url(../images/enroll_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.session_item{
    width: 943px;
    min-height: 155px;
    padding: 15px 25px 15px 232px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url(../images/icon_img.png) no-repeat;
    background-size: 144px 155px;
    background-position: 25px center;
    background-color: #fff;
}
.session_info{
    float: left;
    width: 652px;
    color: #797979;
    line-height: 30px;
}
.session_info p:first-child{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 15px;
    margin-bottom: 5px;
}
.session_btn{
    display: flex;
    float: left;
    width: 288px;
    height: 155px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}
.session_btn a{
    display: inline-block;
    width: 140px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    background-image: linear-gradient(to right,#fd9042,#ff6a00);
}


.time_content{
    width: 1160px;
    padding: 20px 20px 6px 20px;
    background: #f0f0f5;
    margin: 0 auto;
    margin-top: 40px;
}
.p_left{
    float: left;
    width: 286px;
}
.p_right{
    float: left;
    width: 865px;
    margin: 0 auto;
}
.pro_item{
    float: left;
    width: 247px;
    height: 116px;
    padding: 10px 13px;
    background-color: #fff;
    margin-left: 15px;
    margin-bottom: 14px;
}
.p_title{
    display: inline-block;
    position: relative;
    /* width: 100px; */
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    background-color: #fc8a2d;
    border-radius: 30px;
}
.p_title:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-left: 16px #fc8a2d solid;
}
.p_text{
    font-size: 14px;
    margin-top: 15px;
    line-height: 20px;
}

/*prize*/
.prize_content{
    display: flex;
    justify-content: space-between;
}
.cs_prize,.js_prize{
    width: 49%;
    padding: 30px 0;
    background-color: #e4f1ff;
}
.js_prize{
    background-color: #ffedf4;
}
.cs_title,.js_title{
    width: 130px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 19px;
    background: url(../images/cs_t_bg.png) no-repeat;
    background-size: 100% 100%;
}
.js_title{
    background-image: url("../images/js_t_bg.png");
}
.cs_details,.js_details{
    width: 100%;
}
.cs_prize_list,.js_prize_list{
    padding: 0 5%;
    margin-top: 20px;
}
.p_item{
    position: relative;
    margin-bottom: 10px;
    color: #0a6de5;
    overflow: hidden;
    padding: 15px 15px 15px 75px;
    background: url(../images/prize_icon.png) no-repeat;
    background-size: 40px auto;
    background-position: 18px center;
    background-color: #99c7ff;
    border-radius: 6px;
}
.js_p_item{
    color: #dd1a1f;
    background-color: #ffafb0;
}
.p_item p:first-child{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.p_item p:nth-child(2){
    display: inline-block;
    color: #fff;
}
.prize_tips{
    padding: 0 5%;
    font-size: 15px;
    margin-top: 7px;
}

/*rules*/
.rules_content{
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
    background: url("../images/xg_bg_06.png") no-repeat;
    background-size: 100% 100%;
}
.rules_main{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
}
.rc_left{
    float: left;
    width: 40%;
    padding-right: 10%;
}
.rc_right{
    float: left;
    width: 40%;
    padding-left: 10%;
}
.rc_title{
    font-size:28px;
    line-height: 70px;
}


/*slider*/
.slider_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}
.slider_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}
.slider_list ul{
    position:relative;
}
.slider_list ul li{
    float: left;
    width: 281px;
    margin-right: 25px;
}
.slider_list ul li:last-child{
    margin-right: 0;
}
.slider_list ul li a{
    width: 100%;
}
.slider_list ul li p{
    width: 100%;
    color: #333;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.slider_list img{
    width: 281px;
    height: 204px;
    border-radius: 10px;
}

.sd_school_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    height: 500px;
    overflow-y: auto;
}
.sd_school_content ul li{
    float: left;
    width: 148px;
    text-align: center;
    background-color: #efefef;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
}
.sd_school_content ul li img{
    width: 80px;
    height: 80px;
}
.sd_school_content ul li p{
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
}

.contact_us{
    width: 100%;
    background: url("../images/lx_bg_34.png") no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.contact_intro{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}
.contact_intro span{
    position: relative;
    display: inline-block;
    padding: 0 40px;
}
.contact_intro span::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/lx_icon.png") no-repeat;
    background-size: 24px auto;
    background-position: left center;
}
.contact_intro span::after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/lx_icon.png") no-repeat;
    background-size: 24px auto;
    background-position: left center;
}


.qq_zx{
    width:825px;
    margin: 0 auto;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #333;
}
.qq_zx a{
    color: #333;
}
.contact_info{
    float: left;
    width: calc(100% - 106px);
    text-align: left;
    line-height: 30px;
}
.contact_wxchat{
    float: right;
    width: 106px;
    text-align: center;
}
.contact_wxchat img{
    width: 102px;
}
/*footer*/
.footer{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 12px 0;
    background-color: #19212f;
}

.piaochuang{
    position: fixed;
    right: 30px;
    bottom:30%;
    z-index: 100;
    width: 120px;
    letter-spacing: 0;
}
.float_info{
    width: 100px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #27c1ab;
    border-radius: 10px;
}
.f_cs{
    width: 100%;
    color: #141d39;
    padding-top: 50px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    background: url(../images/bm_icon.png) no-repeat;
    background-size: 36px auto;
    background-position: center 10px;
    background-color: #99e5db;
    border-radius: 10px;
}
.f_qun{
    width: 100%;
    color: #141d39;
    padding-top: 50px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    background: url(../images/qq_icon.png) no-repeat;
    background-size: 36px auto;
    background-position: center 10px;
    background-color: #99e5db;
    border-radius: 10px;
}
.wx_ewm img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
}
.back_top{
    position: relative;
    width: 52px;
    height: 52px;
    color: #f5f7f9;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    background-color: #27c1ab;
}
.back_top a{
    color: #f5f7f9;
}
.back_top::before{
    content: ' ';
    position: absolute;
    left: calc((100% - 3px) / 2);
    top: -10px;
    display: inline-block;
    width: 3px;
    height:10px;
    background-color: #27c1ab;
}


.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: #1e59a1;
}
.scroll_bar::-webkit-scrollbar-corner{
    background: #1e59a1;
}



/*province-page*/
.prov_box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.prov_menu{
    float: left;
    width: 225px;
    background-color: #fff;
}
.prov_menu_title{
    position: relative;
    width: 72%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 28%;
    background: url(../images/menu_title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.prov_menu_title:before{
    content: ' ';
    position: absolute;
    top: 17px;
    left: 23px;
    width: 56px;
    height: 56px;
    background: url(../images/icon_01.png) no-repeat;
    background-size: 100% 100%;
}
.prov_menu_list{
    width: 100%;
    padding: 15px 0;
    margin-top: 10px;
    border-radius: 6px;
    padding-bottom: 60px;
    background-color: #f1f2f6;
}
.prov_menu_item{
    width: 100%;
}
.prov_menu_item a{
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.prov_menu_active a{
    color: #fff;
    background-color: #39b48e;
}
.prov_main{
    display: none;
    float: right;
    width: calc(100% - 248px);
}
.prov_main_active{
    display: block;
}
.prov_main .c_title{
    width: 100%;
}
.prov_main .org_content{
    width: 94%;
    padding: 40px 3%;
}
.prov_news,.prov_prize{
    width: 94%;
    padding: 40px 3%;
    margin-top: 40px;
    background-color: #f4f6f9;
}
.prov_news li{
    padding: 15px 0;
    border-bottom: 1px #fff solid;
}
.prov_news li:last-child{
    border-bottom: none;
}
.prov_news li a{
    position: relative;
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 17px;
    font-weight: bold;
}
.prov_news li a:before{
    content: ' ';
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px transparent solid;
    border-left: 8px #ff6a00 solid;
}
.prov_news li p{
    color: #aaacb0;
    padding-left: 20px;
    font-size: 13px;
    text-align: right;
}