/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 17px;
    color: #333;
    line-height: 36px;
    background-image: linear-gradient(to bottom,#fff,#f3faf0,#fff);
}
/*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 #cff3ff;
}
.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: #f1772d;
}
.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: #f1772d;
}
.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: #f1772d;
}
.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: #f1772d;
}

.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;
}
.banner{
    position: relative;
    width: 100%;
    height: 500px;
    background: url("../images/banner_pc.png") no-repeat center;
}
.b_signup{
    position: absolute;
    top: 76%;
    left: calc((100% - 1200px) / 2);
    width: 1200px;
}
.b_signup a{
    width: 326px;
    height: 66px;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 7px;
    border-radius: 30px;
    margin: 0;
    border: 1px #fff solid;
    background-image: linear-gradient(to right, #ec9f49, #f17129);
    box-shadow: 0 0 10px #fff inset;
}



.c_box{
    width: 100%;
    margin-top: 78px;
}
.c_title{
    width: 480px;
    height: 88px;
    margin: 0 auto;
    text-align: center;
    line-height: 88px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    letter-spacing: 4px;
}
.c_title span{
    display: inline-block;
    padding: 0 21px;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 88px auto;
    background-position: right center;
}

.bg_content{
    width: 1180px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 45px;
    text-indent: 36px;
    border-radius: 12px;
    background-color: #cff3ff;
}
.bg_main{
    padding: 20px 25px;
    border-radius: 12px;
    border: 2px #fff solid;
}

/*news*/
.news_content{
    width: 1150px;
    min-height: 214px;
    margin: 0 auto;
    margin-top: 45px;
}
.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: 24px;
    font-size: 13px;
    line-height: 24px;
    color: #f17129;
    padding: 0 12px;
    border:1px #ec9f49 solid
}

/*org*/
.org_content{
    width: 100%;
    margin-top: 45px;
    padding: 45px 0;
    background: url(../images/org_bg.jpg) no-repeat;
    background-size: 100% auto;
}
.zb_org{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    color: #000;
    font-size: 22px;
    letter-spacing: 2px;
    justify-content: space-between;
}
.zb_org li{
    height: 76px;
    line-height: 76px;
    padding-left: 75px;
    padding-right: 30px;
    background: url(../images/icon_org.png) no-repeat;
    background-size: 34px auto;
    background-position: 30px center;
    background-color: #f8f0e4;
    border-radius: 10px;
    border: 2px #fff solid;
}
.zb_intro{
    width: 1196px;
    margin: 0 auto;
    margin-top: 16px;
    background-color: #f8f0e4;
    border-radius: 10px;
    border: 2px #fff solid;
}
.zb_intro p:first-child{
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 10px 0 20px 0;
    border-bottom: 1px #fff solid;
    border-right: 1px #fff solid;
    background-image: linear-gradient(to right, #ec9f49, #f17129);
    box-shadow: 0 0 10px #fff inset;
}
.zb_intro p:nth-child(2){
    padding: 20px 30px;
}
.object_time{
    display: flex;
    width: 1196px;
    margin: 0 auto;
    margin-top: 16px;
    justify-content: space-between;
}
.c_object,.c_time{
    width: 530px;
    padding: 30px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #cbeffa, #fff4e6);
}
.object_title,.time_title{
    font-size: 32px;
    margin-bottom: 10px;
}
.object_title span:first-child,.time_title span:first-child{
    font-weight: bold;
}
.object_title span:last-child,.time_title span:last-child{
    font-size: 15px;
}

/*details*/
.details_content{
    width: 1180px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 45px;
    border-radius: 12px;
    background-color: #ffeedc;
}
.details_main{
    padding: 20px 25px;
    border-radius: 12px;
    border: 2px #fff solid;
}

/*prize*/
.prize_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.prize_main{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prize_item{
    position: relative;
    width: 382px;
    padding-top: 58px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(to bottom,#fde3aa,#ffeed1);
}
.prize_item:nth-child(2){
    background-image: linear-gradient(to bottom,#fdddc4,#fef1e8);
}
.prize_item:nth-child(3){
    background-image: linear-gradient(to bottom,#e3e7ed,#f2f5f8);
}
.p_title{
    position: absolute;
    top: -58px;
    left: calc((100% - 125px) / 2);
    z-index: 1;
    width: 125px;
    height: 116px;
    margin: 0 auto;
    text-align: center;
    line-height: 116px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    background: url(../images/prize_title.png) no-repeat;
    background-size: 100% auto;
}
.p_text{
    margin-top: 15px;
    line-height: 28px;
}
.p_text p:first-child{
    font-style: italic;
}
.prize_item2{
    position: relative;
    width: 528px;
    padding: 30px;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(to bottom,#e6f5f8,#a8e5fc);
}
.prize_item2:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 69px;
    display: inline-block;
    width: 69px;
    height: 100%;
    background: url("../images/prize_left.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.prize_item2:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 69px;
    display: inline-block;
    width: 69px;
    height: 100%;
    background: url("../images/prize_right.png") no-repeat;
    background-size: 100% auto;
    background-position: right center;
}
.p_title2{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}




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


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

