/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    background: url("../images/page_bg.png") no-repeat;
    background-size: 100% auto;
    background-color: #fffefc;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    background-color:#fff;
    box-shadow: 0 0 10px #d9d4f9;
}
.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: 25px;
}
.h_nav a{
    color:#333;
    display:inline-block;
}
.h_login{
    float:right;
}
.h_login a{
    display:inline-block;
    min-width:80px;
    height:32px;
    color: #fff;
    line-height:32px;
    text-align:center;
    border-radius:6px;
    margin-left: 10px;
    padding: 0 15px;
    background-color: #887fbf;
    border: 1px #887fbf solid;
}
.h_login a:last-child{
    color: #887fbf;
    background-color: #ece9fc;
    border: 1px #887fbf solid;
}

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


.subject_select{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.subject_item{
    float: left;
    width: 310px;
    height: 297px;
    padding: 55px 35px;
    margin-right: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: url("../images/subject_bg01.png")  no-repeat;
    background-size: 100% 100%;
}
.subject_item:nth-child(2){
    background-image: url("../images/subject_bg02.png");
}
.subject_item:nth-child(3){
    margin-right: 0;
    background-image: url("../images/subject_bg03.png");
}
.subject_item:hover{
    transform: scale(1.03);
    transition: transform 0.8s ease;
}
.subject_item p{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
}
.subject_item p:last-child{
    width: 175px;
    height: 46px;
    color: #000;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    margin-top: 25px;
    font-size: 17px;
    font-weight: normal;
    background: linear-gradient(to right,#f9d8b1,#ddcee8);
}
.c_group{
    width: 100%;
}


.c_box{
    width: 100%;
    margin-top: 100px;
}
.c_title{
    display: flex;
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    justify-content: space-between;
}
.title_left{
    position: relative;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fee6c7;
}
.title_left::before{
    content: ' ';
    position: absolute;
    top: 14px;
    left: 58px;
    display: inline-block;
    width: 20px;
    height: 5px;
    background: linear-gradient(to right,#ab95d1,transparent);
}
.title_left::after{
    content: ' ';
    position: absolute;
    bottom: 9px;
    right: 63px;
    display: inline-block;
    width: 20px;
    height: 5px;
    background: linear-gradient(to right,#f29f38,transparent);
}
.title_right{
    position: relative;
    color: #887fbf;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 0 24px 0 42px;
}
.title_right::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 100%;
    background: url(../images/title_bg_left.png) no-repeat;
    background-size: 28px 43px;
    background-position: left 9px;
}
.title_right::after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 100%;
    background: url(../images/title_bg_right.png) no-repeat;
    background-size: 18px auto;
    background-position: left 22px;
}

.subject_main{
    margin-top: 0;
}
.sd_title{
    display: none;
}

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

/*bg*/
.bg_content{
    text-indent: 34px;
}

/*news*/
.news_content{
    min-height: 214px;
}
.news_slider{
    float: left;
    width: 460px;
}
.news_slider img{
    width: 460px;
    height: 214px;
}
.news_list_box{
    float: right;
    width: 710px;
    font-size: 16px;
}
.news_list{
    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: #4c514a;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_time{
    float: left;
    width: 20%;
    color: #4c514a;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0;
}

/*organization*/
.c_org .title_left::before{
    left: 34px;
}
.c_org .title_left::after{
    right: 35px;
}
.org_list{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.org_item{
    position: relative;
    width: 321px;
    height: 82px;
    line-height: 82px;
    color: #fff;
    font-size: 17px;
    padding-left: 51px;
}
.org_item:before{
    content: ' ';
    position: absolute;
    top: calc((100% - 75px) / 2);
    left: 0;
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 0 0 10px #d8a987;
    background: url("../images/org_icon.png") no-repeat;
    background-size: 100% 100%;
    background-position: left center;
}
.org_item p{
    width: 271px;
    padding-left: 50px;
    background: url("../images/org_bg.png") no-repeat;
    background-size: 321px auto;
    box-shadow: 0 0 10px #d8a987;
    border-radius: 12px;
}
.org_intro{
    margin-top: 30px;
}


/*time*/
.c_time .title_left::after{
    right: 2px;
}
.time_content{
    width: 1200px;
    border-radius: 10px;
    background-image: linear-gradient(to right,#f9d8b1 0 ,#decee7 40%,#decee7 100%);
}
.time_item{
    float: left;
    width: calc(20% - 60px);
    padding: 30px;
    font-size: 17px;
}
.time_item p:last-child{
    font-weight: bold;
    letter-spacing: 0;
}
.time_process{
    width: calc(20% - 2px);
    padding:2px 2px 2px 0;
    background-image: linear-gradient(to bottom,#decee7,#f9d8b1);
    border-radius: 10px;
}
.time_process div{
    padding:28px 29px;
    border-radius: 10px;
    background-color: #f9f6fb;
}

/*prize*/
.c_prize .title_left::before{
    left: 53px;
}
.c_prize .title_left::after{
    right: 152px;
}
.prize_title{
    width: 70%;
    height: 70px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    border-radius: 45px 45px 0 0;
    background-image: linear-gradient(to right,#f9d8b1,#decee7);
}
.prize_main{
    padding: 30px;
    background-color: #f9f6fb;
    border-radius: 15px;
}
.prize_list{
    width: 100%;
}
.prize_item{
    position: relative;
    float: left;
    width: 218px;
    color: #fff;
    padding: 36px 0;
    margin-right: 12px;
    text-align: center;
    border-radius: 10px;
    background-color: #bf8f4b;
}
.prize_item:first-child{
    background-color: #1a1919;
}
.prize_item:last-child{
    margin-right: 0;
    background-color: #a9afe7;
}
.prize_item:before{
    content: ' ';
    position: absolute;
    top: 36px;
    left: 15px;
    display: inline-block;
    width: 47px;
    height: 83px;
    background: url("../images/prize_left01.png") no-repeat;
    background-size: 100% auto;
}
.prize_item:last-child:before{
    background-image: url("../images/prize_left02.png");
}
.prize_item:after{
    content: ' ';
    position: absolute;
    top: 36px;
    right: 15px;
    display: inline-block;
    width: 47px;
    height: 83px;
    background: url("../images/prize_right01.png") no-repeat;
    background-size: 100% auto;
}
.prize_item:last-child:after{
    background-image: url("../images/prize_right02.png");
}
.prize_item p:first-child{
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}
.prize_item p:nth-child(2){
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.prize_item p:last-child{
    height: 64px;
    margin-top: 30px;
    line-height: 64px;
}
.prize_item:first-child p:last-child{
    line-height: 32px;
}
.prize_item span{
    display: block;
}
.prize_explain{
    width: 100%;
    margin-top: 20px;
}
.cert_demo{
    width: 100%;
    margin: 15px 0;
    text-align: center;
}
.cert_demo img{
    width: 360px;
}



/*rules*/
.c_rules .title_left::after{
    right: 51px;
}
.rules_content{
    width: 100%;
    margin-bottom: 100px;
}
.rules_content p{
    margin-bottom: 20px;
}

/*slider*/
.slider_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}
.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 a{
    width: 100%;
}
.slider_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;
}
.slider_list img{
    width: 281px;
    height: 204px;
    border-radius: 10px;
}

/*footer*/
.footer{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    background: #2b303b;
}
.footer .c_title{
    display: none;
}
.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: 42px;
}
.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: 30px;
    bottom:30%;
    width: 120px;
}
.float_info{
    width: 100px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #887fbf;
    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: #887fbf;
}
.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: #887fbf;
}