/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 17px;
    color: #141416;
    line-height: 36px;
    background-color: #fff9f1;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    font-size: 16px;
    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;
}
.bm_entrance{
    min-width:80px;
    height:35px;
    color: #fff;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 15px;
    background-color: #f74f4d;
    background-image: linear-gradient(to bottom,#f2793b,#bd2015);
}
.sd_entrance{
    min-width:80px;
    height:35px;
    color: #fff;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 15px;
    background-color: #f74f4d;
    background-image: linear-gradient(to bottom, #e6c4ab, #c8885c);
}
.bm_loginout{
    min-width:80px;
    height:35px;
    color: #fff;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 15px;
    background-color: #f74f4d;
    background-image: linear-gradient(to bottom,#f2793b,#bd2015);
}
.sd_loginout{
    min-width:80px;
    height:35px;
    color: #fff;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 15px;
    background-color: #f74f4d;
    background-image: linear-gradient(to bottom, #e6c4ab, #c8885c);
}

.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;
    padding-bottom: 60px;
    background: url("../images/page_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.banner{
    width: 100%;
    height: 500px;
    letter-spacing: 2px;
    background: url("../images/banner.png") no-repeat center;
}
.b_signup{
    width: 100%;
    text-align: center;
    padding-top: 365px;
}
.b_signup a{
    width: 454px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    color: #fffefe;
    font-size: 27px;
    letter-spacing: 10px;
    font-weight: bold;
    background-image: linear-gradient(to bottom,#86daff,#0fa3f5);
    border-radius: 70px;
    text-shadow: 0 0 10px #1589ca;
}


.c_box{
    width: 100%;
    margin-top: 72px;
}
.c_title{
    position: relative;
    width: 255px;
    height: 80px;
    margin: 0 auto;
    background: url("../images/title_bg.png") no-repeat;
    background-size: 184px auto;
    background-position: 70px top;
}
.t_l{
    display: inline-block;
    color: #333;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 25px;
}
.t_r{
    display: inline-block;
    color: #d50002;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 25px;
    padding-left: 82px;
}
.t_s{
    display: inline-block;
    position: relative;
    bottom: 16px;
    color: #c9caca;
    font-size: 12px;
    letter-spacing: 5px;
}
/*news*/
.news_content{
    width: 1150px;
    min-height: 214px;
    margin: 0 auto;
    margin-top: 45px;
}
.news_slider{
    float: left;
    width: 460px;
}
.news_slider img{
    width: 460px;
    height: 214px;
}
.news_list_box{
    float: right;
    width: 660px;
    font-size: 16px;
}
.news_list{
    max-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: #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: #f74f4d;
    padding: 0 12px;
    border:1px #fa8d8a solid
}

/*beijing*/
.bg_content{
    width: 1090px;
    margin: 0 auto;
    margin-top: 45px;
    text-indent: 36px;
    padding: 77px 55px;
    background: url("../images/c_bg.png") no-repeat;
    background-size: 100% 262px;
}

/*org*/
.c_org{
    width: 1200px;
    margin: 0 auto;
    margin-top: 72px;
}
.c_org .c_title{
    margin: initial;
}
.org_content{
    float: left;
    width: 637px;
    height: 227px;
    padding: 30px 55px;
    border-radius: 15px;
    background-image: linear-gradient(120deg,#ffdfb8,#ffdfb8,#fff,#fabd92);
}

.zb_org{
    margin-top: 20px;
}
.object_content{
    float: right;
    width: 347px;
    height: 227px;
    padding: 30px 45px;
    border-radius: 15px;
    background-image: linear-gradient(120deg,#c4d8ff,#c4d8ff,#fff,#a0bff6);
}
.object_content .t_s{
    color: #fff;
}
.obj_main{
    font-weight: bold;
    margin-top: 40px;
}


/*time*/
.time_content{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    justify-content: space-between;
}
.time_item{
    position: relative;
    width: 25%;
    text-align: center;
}
.time_item:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: -33px;
    display: inline-block;
    width: 66px;
    height: 100%;
    background: url(../images/icon_jt.png) no-repeat;
    background-size: 100% auto;
    background-position: left 44px;
}
.time_item:last-child:after{
    display: none;
}
.time_item img{
    width: auto;
    height: 123px;
    margin-bottom: 15px;
}
.time_item p:nth-child(2){
    font-size: 17px;
    font-weight: bold;
}

/*require*/
.c_details{
    width: 1090px;
    margin: 0 auto;
    margin-top: 82px;
    padding: 30px 55px;
    border-radius: 15px;
    box-shadow: 0 0 10px #f2eeea;
    background-image: linear-gradient(to bottom,#ffdfb8 0,#fff 20%,#fff 80%);
}
.details_content{
    width: 100%;
    margin-top: 45px;
}
.d_item{
    width: 100%;
    margin-bottom: 50px;
}
.d_title{
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 1px #ffe8cb solid;
}
.d_title p:first-child{
    font-size: 27px;
    font-weight: bold;
}
.d_title p:last-child{
    color: #d50002;
    font-size: 15px;
}


/*prize*/
.prize_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 55px;
    border-radius: 15px;
    box-shadow: 0 0 10px #f2eeea;
    background-image: linear-gradient(to bottom,#ffdfb8 0,#fff 20%,#fff 80%);
}
.prize_list{
    display: flex;
    padding: 85px 55px 0 55px;
    justify-content: space-between;
}
.prize_item{
    position: relative;
    width: 166px;
    text-align: center;
    padding: 25px 40px;
    border-radius: 10px;
    border: 5px #ed8a14 solid;
    background-image: linear-gradient(to right bottom,#fff2e2,#f9cfa2);
}
.prize_item:before{
    content: ' ';
    position: absolute;
    top: 25px;
    left: 12px;
    display: inline-block;
    width: 53px;
    height: 95px;
    background: url("../images/prize_left.png") no-repeat;
    background-size: 100% auto;
}
.prize_item:after{
    content: ' ';
    position: absolute;
    top: 25px;
    right: 12px;
    display: inline-block;
    width: 53px;
    height: 95px;
    background: url("../images/prize_right.png") no-repeat;
    background-size: 100% auto;
}
.prize_item span{
    color: #834200;
    display: inline-block;
}
.prize_item span:first-child{
    font-weight: bold;
    font-size: 22px;
    color: #d50002;
    margin-top: 7px;
}
.prize_item span:last-child{
    display: block;
    color: #d50002;
    line-height: 24px;
    margin-top: 24px;
}
.prize_explain{
    padding: 0 55px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}


/*scale_marks*/
.scale_marks_content{
    width: 1100px;
    margin: 0 auto;
    padding: 50px;
    margin-top: 45px;
    border-radius: 15px;
    background-color: #fff;
}
.scale_marks_content table{
    width: 100%;
    border: 1px #fff solid;
}
.scale_marks_content table tr td{
    padding:15px 50px;
    border: 1px #fff solid;
    background-color: #ffefdd;
}


/*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,.f_center{
    position: relative;
    float: left;
    width: 480px;
    text-align: left;
    padding-right: 20px;
}
.f_center{
    width: 408px;
}
.f_right{
    float: right;
    width: 370px;
}
.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:30%;
    width: 120px;
}
.float_info{
    width: 100px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #f74f4d;
    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: 46px auto;
    background-position: center 10px;
    background-color: #f5f7f9;
    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: 46px auto;
    background-position: center 10px;
    background-color: #f5f7f9;
    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: #f74f4d;
}
.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: #f74f4d;
}

