/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #2a275e;
    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:rgba(255,255,255,0.5);
}
.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:35px;
    color: #2a275e;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 15px;
    background-color: #00a0ea;
    background-image: linear-gradient(60deg,#00a0ea 0,#e6e6fa 53%,#fc899b 100%);
}


.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%;
}
.banner{
    width: 100%;
    height: 600px;
    background: url("../images/banner_pc.png") no-repeat center;
}

.c_box{
    width: 100%;
    margin-top: 80px;
}
.c_title{
    width: 1200px;
    margin: 0 auto;
}
.c_title p:first-child{
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px;
    background-image: linear-gradient(to right,#b6ccf9, #ffbdcc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c_title p:last-child{
    font-size: 32px;
    color: #2a275e;
    font-weight: bold;
    letter-spacing: 4px;
}

/*beijing*/
.bg_content,.details_content,.file_content{
    width: 1170px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px 15px 0 15px;
    border-radius: 25px;
    background-color: #80d8ff;
    background-image: linear-gradient(to right,#80d8ff 0,#e6e6fa 53%,#ffb6c1 100%);
}
.bg_main,.details_main,.file_main{
    width: 1042px;
    height: 200px;
    text-indent: 38px;
    padding: 5px 60px;
    border-radius: 25px;
    border: 4px #fff solid;
    background: url(../images/c_bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #f3f7fe;
}
.bg_main p{
    margin-top: 20px;
}
.adv_slogan{
    color: #088bcd;
    padding: 15px 0;
    padding-left: 30px;
    background:url("../images/icon_03.png") no-repeat;
    background-size: 50px auto;
    background-position: right center;
}

/*news*/
.news_content{
    width: 1150px;
    min-height: 214px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 25px;
    border-radius: 25px;
    background-color: #f3f7fe;
    border: 1px #9bddff solid;
    box-shadow: 0 5px 15px -2px #9bddff;
}
.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: 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: 27px;
    font-size: 13px;
    line-height: 27px;
    color: #2a275e;
    padding: 0 12px;
    border-radius: 30px;
    background-color: #00a0ea;
    background-image: linear-gradient(60deg,#00a0ea 0,#e6e6fa 53%,#fc899b 100%);
}


/*org*/
.org_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.zb_org{
    display: flex;
    width: 100%;
    font-size: 22px;
    letter-spacing: 3px;
    justify-content: space-between;
}
.zb_org p{
    padding: 20px 90px;
    border-radius: 12px;
    background-color: #f3f7fe;
    border: 1px #9bddff solid;
    box-shadow: 0 5px 15px -2px #9bddff;
}

/*participants*/
.c_object{
    padding-bottom: 70px;
    background: url("../images/page_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.object_content{
    width: 1038px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px 80px 50px 80px;
    background: url("../images/object_bg.png") no-repeat;
    background-size: 100% 100%;
    border: 1px #9bddff solid;
    border-radius: 30px;
    box-shadow: 0 5px 15px -2px #9bddff;
}
.object_text{
    font-size: 18px;
    text-align: center;
}
.object_list{
    display: flex;
    width: 100%;
    margin: 30px 0;
    justify-content: space-between;
}
.object_list li{
    width: 202px;
    padding: 20px;
    color: #c0755f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    background-color: #ffe2c9;
}
.bm_type{
    width: 100%;
}
.bm_type a{
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    color: #333;
    padding: 3px 0;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    border: 1px #ffe1c9 solid;
    box-shadow: 0 5px 12px -2px #e0746b;
    background-color: #80d8ff;
    background-image: linear-gradient(60deg,#80d8ff 0,#e6e6fa 53%,#ffb6c1 100%);
}

/*details*/
.details_main{
    width: 1052px;
    height: auto;
    padding: 5px 55px 25px 55px;
    text-indent: 0;
    background-image: url("../images/details_bg.png");
}
.d_title{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 20px;
}
.details_main p{
    color: #333;
}


/*schedule_content*/
.schedule_content{
    position: relative;
    width: 1130px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 30px;
    border-radius: 12px;
    display: flex;
    padding: 0 35px;
    justify-content: space-between;
    background-color: #80d8ff;
    background-image: linear-gradient(to right,#80d8ff 0,#e6e6fa 53%,#ffb6c1 100%);
}
.schedule_content::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 22px;
    height: 100%;
    border-radius: 25px;
    background-color: #c5ebff;
}
.schedule_item{
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.schedule_item p:first-child{
    color: #333;
}
.schedule_item p:last-child{
    font-size: 19px;
    font-weight: bold;
}
.schedule_item::after{
    content: '>>';
    position: absolute;
    top: 0;
    right: -54px;
    display: inline-block;
    width: auto;
    height: 160px;
    line-height: 160px;
    color: #fff;
    font-size: 30px;
}
.schedule_item:last-child::after{
    display: none;
}

/*prize*/
.prize_content{
    width: 1040px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 24px 80px;
    background: url("../images/prize_bg_03.png") no-repeat;
    background-size: 100% 100%;
}
.prize_cs{
    width:100%;
    margin-bottom: 50px;
}
.prize_title{
    width: 100%;
}
.prize_title span:first-child{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 25px;
    letter-spacing: 3px;
    border-radius: 30px;
    background-image: linear-gradient(to right,#2db1f4,transparent);
}
.prize_title span:last-child{
    color: #333;
    font-size: 16px;
}
.prize_main{
    width: 100%;
    margin-top: 20px;
}
.p_item{
    float: left;
    width: 190px;
    margin-right: 48px;
    padding: 88px 15px 15px 15px;
    text-align: center;
    border: 2px #fff solid;
    border-radius: 12px;
    background: url("../images/prize_cs.png") no-repeat;
    background-size: 76px auto;
    background-position: center 15px;
    background-color: rgba(255,255,255,0.3);
}
.prize_main .p_item:last-child{
    margin-right: 0;
}
.p_item p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
}
.prize_explain{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.cert_demo{
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.cert_demo img{
    width: 200px;
    margin: 0 32px;
}

/*prize_js*/
.prize_js .prize_title span:first-child{
    background-image: linear-gradient(to right,#ff9292,transparent);
}
.prize_js .p_item{
    margin-right: 184px;
    background-image: url("../images/prize_js.png");
}
.prize_js .add_stroke{
    position: relative;
    -webkit-text-stroke: 2px #ff9292;
}
.prize_js .cert_demo img{
    width: 360px;
    padding: 20px;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, transparent, #facad8);
}

.file_main{
    height: auto;
    padding: 20px 60px;
}
.file_main img{
    width: 200px;
    margin: 0 20px;
}


.cost_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.cost_content p{
    margin-top: 20px;
}

.c_other_info{
    padding-bottom: 100px;
    background: url("../images/page_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.other_info_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

/*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: 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:30%;
    z-index: 10;
    width: 120px;
}
.float_info{
    width: 100px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #00a0ea;
    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: #00a0ea;
}
.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: #00a0ea;
}

/*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: #916aa6;
}
.scroll_bar::-webkit-scrollbar-corner{
    background: #916aa6;
}
/*登录*/
.modal_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.login_modal{
    display: none;
    position: fixed;
    left: calc((100% - 476px) / 2);
    top: calc((100vh - 459px) / 2);
    z-index:11;
    width: 476px;
    height: 343px;
    color: #666;
    background-color: #fff;
    border-radius: 10px;
    border: 1px #d8d8d8 solid;
    text-align: center;
    background-image: url("../images/l_bg.png");
    background-size: 111px 111px;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.login_modal p{
    margin-bottom: 25px;
}
.line_m_1{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 97px;
    height: 1px;
    margin-right: 5px;
    background-image: linear-gradient(to right,#efefef,#c7c8c8);
}
.line_m_2{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 97px;
    height: 1px;
    margin-left: 5px;
    background-image: linear-gradient(to right,#c7c8c8,#efefef);
}
.privacy{
    width: 100%;
    color: #333;
    margin: 15px 0;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #333;
    text-decoration: underline;
}


.float{
    position: fixed;
    right: 0;
    top: calc((100vh - 270px) / 2);
    z-index: 20;
    width: 140px;
    height: 263px;
    background: url(../images/pc_02.png) no-repeat;
    background-size: 100% auto;
}
.float_qun,.f_ewm{
    display: inline-block;
    width: 140px;
    height: 111px;
}