/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #404040;
    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:#fff;
    box-shadow: 0 0 10px #fff9f1;
}
.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;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 20px;
    border: 2px #f9dfb2 solid;
    border-top: none;
    background-color: #c50d0d;
    background-image: linear-gradient(to bottom,#c50d0d,#fe5d59);
}


.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;
    padding-bottom: 100px;
}
.banner{
    position: relative;
    width: 100%;
    height: 600px;
    background: url("../images/banner_pc.png") 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;
    padding: 0 105px;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    background-image: linear-gradient(#dc1515, #fd704c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /*��Ҫ����͸��*/
}
.c_title span:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 74px;
    height: 40px;
    background: url("../images/title_left.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.c_title span:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 74px;
    height: 40px;
    background: url("../images/title_right.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.c_title p{
    color:#737373;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 6px;
}

/*beijing*/
.bg_content{
    width: 1124px;
    margin: 0 auto;
    margin-top: 40px;
    text-indent: 34px;
    padding: 25px 30px;
    border: 8px #ffeae9 solid;
    background-color: #fff;
}

/*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: #dc1515;
    border-radius: 6px;
}


/*org*/
.org_content{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: space-between;
}
.org_item{
    width: 330px;
    padding: 20px;
    text-align: center;
    border: 1px #ffcec3 solid;
    background-color: #ffe9e7;
    background-image: linear-gradient(to bottom,#ffe9e7,#fff);
}
.org_item p:first-child{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    background-image: linear-gradient(#dc1515, #fd704c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /*��Ҫ����͸��*/
}

/*details*/
.c_details{
    width: 100%;
    padding-top: 65px;
    background-color: #faf5f2;
    background-image:linear-gradient(to bottom,#faf5f2,#fff);
}
.details_content{
    width: 1144px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 27px;
    border: 1px #ffcec3 solid;
    background-color: #ffedeb;
    background-image: linear-gradient(90deg,#ffedeb 0, #ffedeb 40%, #fff 73%, #fff4ec 100%);
}
.details_item{
    width: 100%;
    margin: 15px 0;
}
.d_title{
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    padding: 0 25px;
    margin-bottom: 10px;
    border-radius: 30px 0 0 30px;
    background-color: #dc1414;
    background-image: linear-gradient(to right, #dc1414, #ffedeb);
}

/*prize*/
.prize_content{
    width: 1200px;
    margin: 0 auto;
}
.prize_cs{
    width:100%;
    margin-bottom: 40px;
}
.prize_title{
    color: #fff;
    font-size: 24px;
    line-height: 54px;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
    letter-spacing: 4px;
    background: url(../images/prize_title_01.png) no-repeat;
    background-size: 100% auto;
}
.prize_main{
    display: flex;
    padding: 27px 57px;
    background-color: #ffedeb;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p_item{
    position: relative;
    width: 192px;
    color: #fff;
    padding: 12px 45px;
    text-align: center;
    border-radius: 10px;
    background-color: #ea3726;
    background-image: linear-gradient(to bottom, #fd5e41, #ea3726);
}
.p_item::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    background: url("../images/icon_cs_02.png") no-repeat;
    background-size: 30px auto;
    background-position: right center;
}
.p_item::after{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    background: url("../images/icon_cs_03.png") no-repeat;
    background-size: 29px auto;
    background-position: left center;
}
.p_item p:first-child{
    display: inline-block;
    color: #eb3a28;
    line-height: 28px;
    font-size: 18px;
    padding: 0 18px;
    border-radius: 30px;
    background-color: #fde8dd;
    background-image: linear-gradient(to right, #fde8dd, #ffd2cb);
}
.p_item p:nth-child(3){
    font-size: 17px;
    font-weight: bold;
}
.cert_demo{
    display: flex;
    width: 100%;
    font-size: 15px;
    color: #666;
    margin-top: 40px;
    text-align: center;
    justify-content: center;
}
.cert_demo img{
    width: auto;
    height: 150px;
    margin: 0 20px;
}
.prize_explain{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

/*prize_other*/
.prize_other .prize_title{
    padding-top: 46px;
    background-image: url("../images/prize_title_02.png");
}
.prize_other .prize_main{
    background-color: #fff0e4;
}
.prize_other .p_item {
    width: 412px;
    padding: 32px 45px;
    background-color: #ea3726;
    background-image: linear-gradient(to bottom, #f7bf87, #ffac55);
}
.prize_other .p_item::before{
    background-image: url("../images/icon_prize_02.png");
}
.prize_other .p_item::after{
    background-image: url("../images/icon_prize_03.png");
}
.prize_other .p_item p:nth-child(1){
    color: #c76700;
    background-color: #ffce77;
    background-image: linear-gradient(to right,#ffeec9,#ffce77);
}
.prize_btn{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.prize_btn a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 85px;
    border-radius: 30px;
    letter-spacing: 2px;
    margin: 0 20px;
    background-color: #ed2716;
    background-image: linear-gradient(to right,#ed2716,#fd6044);
}

/*cbSchool*/
.c_cb{
    width: 100%;
    padding-top: 65px;
    background: url("../images/cb_list_bg.png") no-repeat;
    background-size: 100% 365px;
}
.c_cb .c_title span{
    background-image: linear-gradient(#fff, #fff);
}
.c_cb .c_title span:before{
    background-image: url("../images/title_left2.png");
}
.c_cb .c_title span:after{
    background-image: url("../images/title_right2.png");
}
.c_cb .c_title p{
    color:#fff;
    line-height: 24px;
}
.cb_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.cb_search{
    width: 540px;
    height: 40px;
    margin: 0 auto;
}
.cb_search #school{
    width: 420px;
    height: 38px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px 0 0 5px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
.s_btn{
    float: right;
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background-color: #e13b29;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
}
.query_results{
    display: none;
    width: 490px;
    margin: 0 auto;
    margin-top: 12px;
    padding:30px 40px;
    text-align: center;
    line-height: 30px;
    border: 1px #ccc solid;
    background-color: #fff;
}
.query_results .apply_btn{
    color: #fff;
    padding: 4px 20px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #e13b29;
}
.cb_list_school{
    padding: 35px 45px;
    max-height: 550px;
    margin-top: 12px;
    overflow-y: auto;
    border: 1px #ffcec3 solid;
    background-color: #ffedeb;
    background-image: linear-gradient(90deg,#ffedeb 0, #ffedeb 40%, #fff 73%, #fff4ec 100%);
}
.cb_list_school li{
    float: left;
    width: 30%;
    padding: 0 1.65%;
    margin: 6px 0;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*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%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    background: #262626;
}
.f_main{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 35px 0;
}
.f_main a{
    color:#f5f7f9;
}
.f_left{
    position: relative;
    float: left;
    width: 600px;
    text-align: left;
    padding-right: 20px;
}
.f_left ul li{
    float: left;
    width: 50%;
}
.f_left ul li:first-child{
    width: 100%;
    margin-bottom: 15px;
}
.f_left ul li:first-child a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 90px;
    border-radius: 30px;
    letter-spacing: 2px;
    background-color: #ed2716;
    background-image: linear-gradient(to right,#ed2716,#fd6044);
}

.f_right{
    float: right;
    width: 185px;
}
.f_right ul{
    display: flex;
    justify-content: flex-end;
}
.f_right ul li{
    width: 185px;
    text-align: center;
}
.f_right img{
    width: 120px;
    height: 120px;
}
.f_beian{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.piaochuang{
    position: fixed;
    left: 30px;
    bottom:10%;
    z-index: 10;
    width: 120px;
}
.float_info{
    width: 100px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #fd704c;
    background-image: linear-gradient(to bottom,#dd1716,#fd704c);
    border-radius: 10px;
}
.f_cs,.f_qun,.f_cert{
    width: 100%;
    color: #141d39;
    padding-top: 36px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    background: url(../images/bm_icon.png) no-repeat;
    background-size: 22px auto;
    background-position: center 10px;
    background-color: #f5f7f9;
    border-radius: 10px;
}
.f_qun{
    background-image: url(../images/qq_icon.png);
}
.f_cert{
    background-image: url(../images/icon_cert.png);
}
.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: #fd704c;
}
.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: #fd704c;
}

/*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;
}