/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    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:#ffd200;
}
.h_mian{
    width:1200px;
    margin:auto;
}
.h_nav{
    float:left;
}
.h_nav li{
    position: relative;
    float:left;
    text-align:center;
    color:#fff;
    cursor:pointer;
    margin-right: 35px;
}
.h_nav a{
    color:#333;
    display:inline-block;
}
.h_login{
    float:right;
}
.h_login a{
    min-width:80px;
    height:32px;
    color: #fff;
    line-height:32px;
    text-align:center;
    margin-left: 10px;
    padding: 0 20px;
    border: 1px #fff solid;
}
.bm_entrance{
    background-color: green;
}
.xb_entrance{
    background-color: #ffa200;
}


.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 120px) / 2);
    width: 120px;
    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: calc((100% - 20px) / 2);
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

/*center*/
.center{
    width: 100%;
    margin-top: 80px;
}
.banner{
    position: relative;
    width: 100%;
    height: 529px;
    background: url("../images/banner_pc.jpg") no-repeat center;
}
.b_signup{
    position: absolute;
    bottom: 18%;
    width: 100%;
    text-align: center;
}
.b_signup a{
    width: 450px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 50px;
    margin: 0 2%;
    padding: 20px 0;
    background-color: #c50e0e;
    border: 2px #fff solid;
    border-bottom: 2px #f9deb2 solid;
    background-image: linear-gradient(to bottom,#c50e0e,#fe5d58);
}

.c_box{
    width: 100%;
    margin-top: 65px;
}
.c_title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.c_title span{
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 64px;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #4f9432;
    padding: 0 60px 0 38px;
}
.c_title span:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 36px;
    height: 100%;
    background: url("../images/title_left.png") no-repeat;
    background-size: 36px auto;
    background-position: left top;
}
.c_title span:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 58px;
    height: 100%;
    background: url(../images/title_right.png) no-repeat;
    background-size: 58px auto;
    background-position: right bottom;
}
.c_title p{
    width: 100%;
    color: #f6f6f7;
    line-height: 62px;
    font-size: 62px;
    letter-spacing: 8px;
    font-weight: bold;
    text-align: center;
    margin-top: -64px;
    text-indent: 8px;
}

/*beijing*/
.bg_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    text-indent: 34px;
}

/*news*/
.news_content{
    width: 1200px;
    min-height: 214px;
    margin: 0 auto;
    margin-top: 40px;
}
.news_slider{
    float: left;
    width: 460px;
    border-radius: 10px;
    overflow: hidden;
}
.news_slider img{
    width: 460px;
    height: 214px;
    border-radius: 10px;
}
.news_list_box{
    float: right;
    width: 660px;
    font-size: 16px;
}
.news_list{
    max-height: 176px;
    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: #666;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_time{
    float: left;
    width: 20%;
    color: #aaacb0;
    font-size: 14px;
    text-align: right;
}
.view_more_news{
    width: 100%;
    text-align: right;
}
.view_more_news a{
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    padding: 0 12px;
    background-color: #4f9432;
    border-radius: 6px;
}


/*org*/
.org_content{
    display: flex;
    width: 1130px;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
}
.org_zb{
    width: 384px;
    height: 333px;
    padding: 40px 30px;
    background-color: #ffd200;
    border-radius: 0 0 0 90px;
}
.org_xb{
    width: 579px;
    height: 435px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 15px #f0f2fe;
    border-radius: 0 90px 0 0;
}
.org_zb h1,.org_xb h1{
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    margin-bottom: 36px;
}
.org_zb h1 span,.org_xb h1 span{
    position: relative;
    z-index: 2;
}
.org_zb h1::after,.org_xb h1::after{
    content: ' ';
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 13px;
    background-color: #f8e9a5;
    border-radius: 10px;
}
.org_xb h1:after{
    background-color: #5fad36;
}
.org_zb p{
    color: #595757;
    margin-bottom: 12px;
}
.org_zb p span{
    color: #333;
    font-weight: bold;
    font-size: 17px;
    margin-right: 6px;
}
.org_xb>p{
    font-weight: bold;
}
.xb_list {
    height: 320px;
    overflow-y: auto;
    margin-top: 12px;
}

/*details*/
.details_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.d_tab{
    width: 100%;
    margin: 0 auto;
}
.d_tab_item{
    position: relative;
    width: 550px;
    height: 88px;
    line-height: 88px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    background-color: #5fad3e;
}
.details_tab{
    float: left;
}
.details_tab::after{
    content: ' ';
    position: absolute;
    bottom: 0;
    right: -88px;
    width: 0;
    height: 0;
    border: 88px solid transparent;
    border-bottom: 88px solid #5fad3e;
}
.standard_tab{
    float: right;
}
.standard_tab::after{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: -88px;
    width: 0;
    height: 0;
    border: 88px solid transparent;
    border-bottom: 88px solid #5fad3e;
}
.d_tab_active{
    color: #12250b;
    text-shadow: 2px 2px 5px #438b25;
    background-image: linear-gradient(to right, #fed200 0, #5fad3e 85%, #5fad3e 100%);
}
.d_tab_active:nth-child(2){
    background-image: linear-gradient(to right, #5fad3e 0%, #5fad3e 15%,#fed200 100%);
}
.d_main{
    display: none;
    width: 1090px;
    padding: 40px 54px 100px 54px;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
.d_main_show{
    display: block;
}
.d_title{
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #5fad3e;
    margin-bottom: 15px;
}
.d_title span {
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-style: italic;
    font-size: 32px;
    margin-right: 14px;
    background-image: linear-gradient(to right, #fdd201, #61ad3d);
}

.time_process,.question_explain{
    width: 100%;
    margin-bottom: 50px;
}
.time_item{
    float: left;
    width: 283px;
    min-height: 128px;
    margin: 0 12px;
    padding: 28px;
    line-height: 30px;
    margin-top: 15px;
    background: url(../images/lc_1.png) no-repeat;
    background-size: 260px auto;
    background-color: #fffaf3;
    background-position: right top;
}
.time_item p:nth-child(1){
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.time_item p:nth-child(1):before{
    content:' ';
    position: absolute;
    top: 0;
    left: -12px;
    display: inline-block;
    width: 4px;
    height: 30px;
    border-radius: 2px;
    background-color: #ffb581;
    background-image: linear-gradient(to bottom,#ffe1be,#ffb581);
}
.time_item p:nth-child(2) {
    margin-top: 8px;
}
.time_item p:nth-child(3){
    font-size: 15px;
}
.question_explain{
    width: 100%;
    background-color: #f6f7fa;
}
.question_explain li{
    float: left;
    width: 470px;
    text-align: center;
}
.question_explain li:first-child{
    width: 150px;
}
.question_explain li p:first-child{
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: url("../images/explain_bg.png") no-repeat;
    background-size: 100% auto;
    background-color: #edeef7;
    border-bottom: 5px #fff solid;
}
.question_explain li:first-child p:first-child{
    color: #5fad3f;
    background-image: none;
}
.question_explain li p:last-child{
    color: #595757;
    padding: 30px 50px;
    text-align: left;
}
.question_explain li:first-child p:last-child{
    color: #333;
    text-align: center;
    padding: 62px 0;
    font-weight: bold;
}

.score_standard{
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 40px;
    background-color: #f6f7fa;
}
.score_standard li{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 5px #fff solid;
}
.score_standard li:first-child p{
    height: 58px;
    line-height: 58px;
    font-size: 17px;
    font-weight: bold;
    background: url("../images/standard_title_bg.png") no-repeat;
    background-size: 100% auto;
    background-color: #edeef7;
}
.score_standard li p:first-child{
    width: 200px;
    color: #333;
    font-weight: bold;
    text-align: center;
    background-image: none;
}
.score_standard li:first-child p:first-child{
    color: #5fad3f;
}
.score_standard li p:last-child{
    width: 890px;
    color: #595757;
    text-align: left;
    padding: 30px 0;
    word-break: break-word;
}
.score_standard li:first-child p:last-child{
    color: #fff;
    padding: 0;
    text-align: center;
}

/*prize*/
.c_prize {
    width: 1130px;
    margin: 0 auto;
    padding: 50px 35px;
    margin-top: 30px;
    border: 1px #dcdddd solid;
    background-color: #f9fef7;
}
.c_prize .c_title p{
    color: #e5f1e0;;
}
.prize_content{
    width: 100%;
    margin-top: 40px;
}
.prize_group{
    float: left;
    width:50%;
}
.prize_title{
    width: 220px;
    height: 135px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 84px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/prize_bg.png) no-repeat;
    background-size: 100% 100%;
}
.prize_main{
    width: 88%;
    margin: 0 auto;
    margin-top: 20px;
}
.p_item{
    display: flex;
    width: 100%;
    margin: 12px 0;
}
.p_item p:first-child{
    width: 80px;
    color: #eb3a28;
    line-height: 30px;
    font-size: 17px;
    padding: 0 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    background-color: #fde8dd;
    background-image: linear-gradient(to right, #fde8dd, #ffd2cb);
}
.p_item p:nth-child(2){
    width: 150px;
    margin-left: 20px;
}
.p_item p:nth-child(3){
    font-weight: bold;
    width: calc(100% - 270px);
    margin-left: 20px;
    text-align: right;
}
.prize_explain{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.prize_explain .d_title{
    margin-bottom: 15px;
}

/*contact_us*/
.contact_us{
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}
.contact_left{
    float: left;
    width: 572px;
    padding-top: 20px;
}
.contact_left h1{
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    margin-bottom: 36px;
}
.contact_left h1 span{
    position: relative;
    z-index: 2;
}
.contact_left h1::after{
    content: ' ';
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 13px;
    background-color: #5fad36;
    border-radius: 10px;
}
.c_consult{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.contact_left a{
    color: #333;
}
.contact_right{
    float: right;
    width: 628px;
    height: 508px;
    text-align: center;
    background: url("../images/ewm_bg.png") no-repeat;
    background-size: 100% 100%;
}
.contact_right img{
    width: 164px;
    margin-top: 163px;
    margin-left: 40px;
}
.contact_right p{
    margin-left: 40px;
}

/*explain_more*/
.explain_more{
    width: 100%;
    padding-top: 128px;
    margin-top: 35px;
    padding-bottom: 130px;
    background: url(../images/footer.png) no-repeat center;
    background-position-y: top;
}
.em_box{
    width: 1200px;
    margin: 0 auto;
}
.em_left{
    float: left;
    width: 932px;
}
.em_left h1{
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    margin-bottom: 36px;
}
.em_left h1 span{
    position: relative;
    z-index: 2;
}
.em_left h1::after {
    content: ' ';
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 13px;
    background-color: #ffd200;
    border-radius: 10px;
}
.em_right{
    float: right;
    width: 200px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 23px;
    margin-right: 15px;
    background-color: #ffa200;
    border-radius: 50px;
    margin-top: 170px;
}
.em_right a{
    width: 100%;
    color: #fff;
}

/*slider*/
.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 p{
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.slider_list img{
    width: 281px;
    height: 204px;
    border-radius: 10px;
}


/*footer*/
.footer{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    background: #131212;
    padding: 12px 0;
    color: #b0adad;
}
.footer a{
    color: #b0adad;
}

/*piaochuang*/
.piaochuang{
    position: fixed;
    left: 30px;
    bottom:120px;
    z-index: 20;
    width: 120px;
}
.float_info{
    width: 82px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    line-height: 20px;
    text-align: center;
    background: url(../images/float_bg.png) repeat;
    background-size: 100% auto;
    border-radius: 10px;
    border: 1px #fff solid;
}
.f_item{
    width: 100%;
    color: #141d39;
    padding-top: 37px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    background: url(../images/icon_register.png) no-repeat;
    background-size: 20px auto;
    background-position: center 12px;
    background-color: #f5f7f9;
    border-radius: 10px;
}
.f_item:last-child{
    margin-bottom: 0;
}
.f_cs{
    background-image: url(../images/icon_cs.png);
}
.f_prize{
    background-image: url(../images/bm_icon.png);
}
.f_cert{
    background-image: url(../images/icon_cert.png);
}
.f_qun{
    background-image: url(../images/qq_icon.png);
}
.f_advise{
    background-image: url(../images/icon_advise.png);
}

/*scroll*/
.scroll_bar::-webkit-scrollbar{
    width:6px;
    height:6px;
}
.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: #dd1716;
}
.scroll_bar::-webkit-scrollbar-corner{
    background: #dd1716;
}