/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 17px;
    color: #792912;
    line-height: 36px;
    background: url(../images/page_bg.jpg) repeat;
    background-size: 100% auto;
}
/*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: #4b0c77;
}
.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: #5d1c75;
    background-image: linear-gradient(to right, #5d1c75, #d98a67);
}
.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: #4b0c77;
}
.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: #5d1c75;
    background-image: linear-gradient(to right, #5d1c75, #d98a67);
}

.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;
    background: url(../images/page_bg02.png) no-repeat;
    background-position: center 286px;
}
.banner{
    width: 100%;
    /*height: 550px;*/
    /*background: url("../images/banner_pc.jpg") no-repeat center;*/
}
.banner img{
    width: 100%;
}

.c_box{
    width: 100%;
    margin-top: 78px;
}
.c_title{
    width: 480px;
    height: 92px;
    margin: 0 auto;
    text-align: center;
    line-height: 92px;
    font-size: 32px;
    color: #792912;
    font-weight: bold;
    letter-spacing: 4px;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 100% auto;
}
/*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: #4b0c77;
    padding: 0 12px;
    border:1px #916aa6 solid
}

/*beijing*/
.bg_content{
    width: 1090px;
    margin: 0 auto;
    margin-top: 45px;
    padding: 0 55px;
    color: #792912;
    text-align: center;
}
.bg_content span{
    display: block;
}

/*org*/
.org_content{
    display: flex;
    width: 1090px;
    height: 278px;
    color: #792912;
    margin: 0 auto;
    margin-top: 45px;
    padding: 35px 55px;
    background: url(../images/org_bg.png) no-repeat;
    background-size: 100% auto;
    align-items: center;
}
.zb_org{
    width: 480px;
    margin: 0 auto;
}
.zb_org span{
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
}

/*require*/
.details_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 1px;
}
.details_content .sync_main{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.d_tips{
    width: 100%;
    text-align: center;
}
.d_item{
    position: relative;
    width: 385px;
    padding: 2px;
    margin: 72px 0 35px 0;
    border-radius: 12px;
    background-image: linear-gradient(to bottom,#d29381,#916aa6);
}
.d_item:before{
    content: ' ';
    position: absolute;
    top: -49px;
    left: -10px;
    display: inline-block;
    width: 219px;
    height: 98px;
    background: url(../images/xiangyun.png) no-repeat;
    background-size: 100% auto;
}
.d_item:after{
    content: ' ';
    position: absolute;
    bottom: -35px;
    right: -22px;
    display: inline-block;
    width: 145px;
    height: 154px;
    background: url(../images/mountain.png) no-repeat;
    background-size: 100% auto;
}
.d_main{
    height: calc(100% - 112px);
    padding: 50px 30px;
    border-radius: 10px;
    border: 6px #fcecd3 solid;
    background-image: linear-gradient(to bottom,#efd9c4,#baa1c4);
}
.d_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.d_title p{
    display: inline-block;
}
.d_info{
    height: 482px;
    margin-top: 15px;
    overflow-y: auto;
}
.d_info p{
    margin-bottom: 15px;
}

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

/*prize*/
.c_prize{
    position: relative;
    width: 100%;
}
.c_prize:after{
    content: ' ';
    position: absolute;
    bottom: -190px;
    display: inline-block;
    width: 100%;
    height: 534px;
    background: url(../images/prize_img.png) no-repeat center;
}
.prize_content{
    width: 1064px;
    padding: 2px;
    margin: 72px auto 0 auto;
    border-radius: 12px;
    background-image: linear-gradient(to bottom,#d29381,#916aa6);
}
.prize_main{
    position: relative;
    height: calc(100% - 72px);
    padding:30px;
    border-radius: 10px;
    border: 6px #fcecd3 solid;
    background-image: linear-gradient(to bottom,#efd9c4,#baa1c4);
}
.prize_main:before{
    content: ' ';
    position: absolute;
    top: -42px;
    left: -67px;
    display: inline-block;
    width: 219px;
    height: 98px;
    background: url(../images/xiangyun.png) no-repeat;
    background-size: 100% auto;
}
.prize_item{
    width: 100%;
    margin-bottom: 32px;
}
.prize_item:last-child{
    margin-bottom: 0;
}
.prize_title{
    width: 249px;
    height: 45px;
    margin: 0 auto;
    color: #4b0c77;
    padding-top: 29px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px;
    background: url(../images/prize_title.png) no-repeat;
    background-size: 100% auto;
}



/*scale_marks*/
.c_other{
    margin-top: 172px;
    padding-bottom: 80px;
    background: url("../images/page_bg02.png") no-repeat center;
    background-position: left bottom;
}
.other_content{
    width: 1064px;
    padding: 2px;
    margin: 72px auto 0 auto;
    border-radius: 12px;
    background-image: linear-gradient(to bottom,#d29381,#916aa6);
}
.other_main{
    position: relative;
    height: calc(100% - 132px);
    padding: 60px 30px;
    border-radius: 10px;
    border: 6px #fcecd3 solid;
    background-image: linear-gradient(to bottom,#efd9c4,#baa1c4);
}
.other_main:before{
    content: ' ';
    position: absolute;
    top: -42px;
    left: -67px;
    display: inline-block;
    width: 219px;
    height: 98px;
    background: url(../images/xiangyun.png) no-repeat;
    background-size: 100% auto;
}

/*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*/
.piaochuang{
    position: fixed;
    right: 20px;
    bottom:30%;
    width: 84px;
}
.float_info{
    width: 82px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    line-height: 20px;
    text-align: center;
    background-color: #8d62ab;
    border-radius: 10px;
    border: 1px #7e65ff solid;
}
.f_item{
    width: 100%;
    color: #141d39;
    padding-top: 37px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    background: url(../images/icon_register.png) no-repeat;
    background-size: 20px auto;
    background-position: center 12px;
    background-color: #f5f7f9;
    border-radius: 10px;
}
.f_item:last-child{
    margin-bottom: 0;
}
.f_cs{
    background-image: url(../images/icon_cs.png);
}
.f_prize{
    background-image: url(../images/bm_icon.png);
}
.f_cert{
    background-image: url(../images/icon_cert.png);
}
.f_qun{
    background-image: url(../images/qq_icon.png);
}
.f_advise{
    background-image: url(../images/icon_advise.png);
}
.wx_ewm img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
}
