/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    background-color: #e8f2fe;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width:100%;
    height:80px;
    line-height:80px;
    margin:0 auto;
    background-color:#fff;
    box-shadow: 0 0 10px #bdd6f4;
}
.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: 35px;
}
.h_nav a{
    color:#333;
    display:inline-block;
}
.h_login{
    float:right;
}
.bm_entrance,.sd_entrance{
    display:inline-block;
    min-width:80px;
    height:35px;
    color: #fff;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 15px;
    background-color: #ff7c42;
}
.sd_entrance{
    background-color: #345aee;
}

.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: 80px;
}
.banner{
    width: 100%;
    height: 500px;
    text-align: center;
    background: url("../images/banner.jpg") no-repeat center;
}
.b_text{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 2px;
    padding-top: 272px;
    text-shadow: 0 0 6px #0031b8;
}
.b_signup{
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}
.b_signup a{
    width: 360px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: 6px;
    border-radius: 70px;
    border: 3px #d6fbfe solid;
    background-image: linear-gradient( to right,#6695f6,#6db8fe);
}

.c_box{
    width: 100%;
    margin-top: 80px;
}
.c_title{
    width: 100%;
    text-align: center;
}
.c_title span{
    position: relative;
    display: inline-block;
    line-height: 36px;
    color: #2a6bd9;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 7px;
    padding:0 86px;

}
.c_title span::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    height: 100%;
    background: url(../images/title_bg_left.png) no-repeat;
    background-size: 100px auto;
    background-position-y: center;
}
.c_title span::after{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    height: 100%;
    background: url(../images/title_bg_right.png) no-repeat;
    background-size: 100px auto;
    background-position-y: center;
}


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

/*Background*/
.bg_content{
    text-indent: 38px;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 36px;
}

/*news*/
.c_news {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}
.news_content{
    position: relative;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.news_content{
    min-height: 214px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-color: #f5f6f7;
}
.news_item{
    width: 100%;
    line-height: 30px;
}
.news_item a{
    width: 100%;
    color: #333;
}
.news_title{
    height: 58px;
    padding:10px 15px;
}
.view_more{
    width: 100px;
    height: 30px;
    color: #fff;
    margin-left: 15px;
    text-align: center;
    margin-top: 6px;
    font-size: 15px;
    border-radius: 30px;
    background-color: cornflowerblue;
}

.page_module{
    width: 100%;
    margin-top: 80px;
    padding: 68px 0;
    background: url("../images/page_module_bg.png") no-repeat;
    background-size: 100% 100%;
}
.page_module .c_org{
    margin-top: 0;
}
.page_module .c_title span{
    color: #fff;
}
/*org*/
.org_item{
    float: left;
    width: 336px;
    height: 96px;
    padding: 15px 20px;
    margin-right: 30px;
    line-height: 32px;
    border: 2px #fff solid;
    border-radius: 10px;
    background-image: linear-gradient(25deg, #fff 0, #f3f7ff 55%, #c0e2fe 100%);
}
.org_item:last-child{
    margin-right: 0;
}
.org_item p:first-child{
    color: #2a6bd9;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}

.zb_intro{
    position: relative;
    width: 96%;
    height: auto;
    padding: 46px 2% 10px 2%;
    margin-top: 20px;
    text-indent: 34px;
    border: 2px #fff solid;
    border-radius: 10px;
    background-image: linear-gradient(25deg, #fff 0, #f3f7ff 55%, #c0e2fe 100%);
}
.zb_intro p:first-child{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-indent: 0;
    letter-spacing: 2px;
    margin-bottom: 8px;
    border-bottom: 2px #fff solid;
    border-right: 2px #fff solid;
    background-image: linear-gradient(to right, #8ce8ff, #3f62db);
}

/*time*/
.time_main{
    display: flex;
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.time_item{
    width: 310px;
    height: 120px;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    background: url("../images/time_bg.png") no-repeat;
    background-size: 100% 100%;
}
.time_item p:first-child{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 18px;
}
.time_item p:first-child span:first-child{
    font-size: 36px;
    font-style: italic;
    margin-right: 5px;
    background:transparent;
}
.time_item p:first-child span:last-child{
    background-image:linear-gradient(#fffdf9,#fddb8a);
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.time_tips{
    color: #fff;
    padding: 0 35px;
    margin-top: 30px;
    font-size: 17px;
}


/*details*/
.details_content{
    width: 1144px;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 36px;
    padding: 15px 28px;
    background: url("../images/details_bg.png") no-repeat;
    background-size: 100% auto;
    border: 2px #fff solid;
    border-radius: 10px;
}
.details_content p{
    position: relative;
    padding-left: 46px;
    margin: 20px 0;
}
.details_content p::before{
    content: attr(data-id);
    position: absolute;
    left: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#8ce8ff,#3f62db);
}

/*award*/
.award_content{
    width: 100%;
    min-height: 465px;
    padding: 45px 0;
    background: url("../images/prize_bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.prize_type{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.pt_item{
    width: 320px;
    height: 82px;
    color: #2a6bd9;
    margin: 0 32px;
    line-height: 82px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    border-radius: 10px;
    background-color: #d0e4fe;
    border: 2px #fff solid;
}
.pt_active{
    color: #fff;
    background-color: #ff7c42;
}
.pt_item span{
    display: inline-block;
    height: 100%;
    padding-left: 72px;
    background: url("../images/prize_icon.png") no-repeat;
    background-size: 58px auto;
    background-position: left center;
}
.award_main{
    display: none;
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    padding-top: 45px;
    background-color: #faf9fe;
    border-radius: 10px;
}
.award_main_active{
    display: block;
}
.award_list{
    display: flex;
    width: 100%;
    justify-content: center;
}
.award_item{
    width: 242px;
    border-radius: 10px;
    padding: 20px;
    margin: 0 18px;
    background: url("../images/prize_item_bg.png") no-repeat;
    background-size: 100% 100%;
}
.js_award .award_item{
    margin: 0 6px;
}
.zz_award .award_item{
    margin: 0 56px;
}
.award_item p:first-child{
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
}
.award_item p:first-child span{
    color: #e00000;
    font-size: 16px;
    margin-left: 12px;
}
.award_info{
    font-size: 17px;
    padding: 30px 20px;
}

/*cost*/
.cost_content{
    width: 1144px;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 36px;
    padding: 10px 28px;
    background: url("../images/cost_bg.png") no-repeat;
    background-size: 100% auto;
    border: 2px #fff solid;
    border-radius: 10px;
}
.cost_content p{
    position: relative;
    padding-left: 46px;
    margin: 30px 0;
}
.cost_content p::before{
    content: attr(data-id);
    position: absolute;
    left: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#8ce8ff,#3f62db);
}


/*slider*/
.report_content,.show_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}
.report_list,.show_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}
.report_list ul,.show_list ul{
    position:relative;
}
.report_list ul li,.show_list ul li{
    float: left;
    width: 281px;
    margin-right: 25px;
}
.report_list ul li:last-child,.show_list ul li:last-child{
    margin-right: 0;
}
.report_list ul li a,.show_list ul li a{
    width: 100%;
}
.report_list ul li p,.show_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;
}
.report_list img,.show_list img{
    width: 281px;
    height: 204px;
    border-radius: 10px;
}

/*footer*/
.footer{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    background: #313131;
}
.f_main{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 35px 0;
}
.f_main a{
    color:#f5f7f9;
}
.f_left,.f_center{
    float: left;
    width: 400px;
    text-align: left;
    padding-right: 20px;
    line-height: 36px;
}
.f_right{
    float: right;
    width: 200px;
    text-align: center;
}
.ewm_item{
    float: left;
    width: 200px;
}
.f_right img{
    width: 110px;
    height: 110px;
}
.f_beian{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.piaochuang{
    position: fixed;
    right: 0;
    bottom: calc((100vh - 202px) / 2);
    z-index: 12;
    width: 30px;
    height: 144px;
    font-size: 17px;
    padding: 58px 30px 0 30px;
    line-height: 24px;
    text-align: center;
    background: url(../images/piaochuang.png) no-repeat;
    background-size: 100% auto;
}