body{
    color: #fff;
    background-color: #000830;
}
.banner{
    width: 100%;
    height: 645px;
    margin-top: 70px;
    background: url("../images/banner_02.jpg?v2") no-repeat center;
}
.c_box{
    width: 100%;
    min-width: 1200px;
    padding-top: 57px;
}
.c_title{
    width: 608px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 35px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 2px;
    background: url("../images/title_bg_03.png?v2") no-repeat;
    background-size: 100% 100%;
}

/*��������*/
.bg_content{
    width: 1160px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 37px;
    padding-bottom: 100px;
}
.bg_menu{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_item{
    width: 115px;
    text-align: center;
}
.menu_item:last-child{
    margin-right: 0;
}

/*��������*/
.contestants{
    padding-bottom: 60px;
    background: url(../images/contestants_bg.png?v2) no-repeat;
    background-size: 100% 100%;
}
.contestants .c_title{
    color: #ffd3a6;
    background: url("../images/title_bg_19.png?v2") no-repeat;
    background-size: 100% 100%;
}
.contestants_content{
    width: 1160px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 42px;
}
.contestants_content h3{
    margin: 32px 0 16px 0;
    font-size: 23px;
}

/*��������*/
.process,.dongtai{
    width: 100%;
    background-color: #fff;
    padding-bottom: 71px;
}
.process .c_title,.dongtai .c_title{
    color: #0071ff;
    background: url("../images/title_bg_22.png?v2") no-repeat;
    background-size: 100% 100%;
}
.process_content{
    width: 1200px;
    margin: 0 auto;
}
.p_item{
    position: relative;
    float: left;
    width: 578px;
    height: 707px;
    margin-top: 60px;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 25px;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    background: url("../images/process_01.png?v2") no-repeat;
    background-size: 100% 100%;
}
.p_item:nth-child(2){
    background: url("../images/process_02.png?v2") no-repeat;
    background-size: 100% 100%;
}
.p_item:nth-child(3){
    background: url("../images/process_03.png?v2") no-repeat;
    background-size: 100% 100%;
}
.p_item:last-child{
    margin-right: 0;
    background: url("../images/process_04.png?v2") no-repeat;
    background-size: 100% 100%;
}
.p_item_box{
    width: 100%;
    height: 787px;
    text-align: center;
    padding-bottom: 40px;
}
.p_item_box>img{
    width: 60px;
    margin-top: 57px;
}
.p_item_box h3{
    width: 100%;
    margin-top: 17px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 20px;
}
.p_group{
    width: 94%;
    margin: 0 auto;
}
.p_text{
    float: left;
    width: 46%;
    min-height: 267px;
    padding: 0 2%;
    text-align: left;
}
.p_text h3{
    width: 75%;
    margin-top: 15px;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}
.p_text h3 span{
    display: block;
    font-size: 14px;
}
.p_text div{
    margin-bottom: 13px;
}
.p_tips{
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
}
.p_info_btn{
    width: 180px;
    height: 50px;
    margin: 0 auto;
    margin-top:55px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: #333;
    border-radius: 10px;
    background-color: #fff;
    border: 1px #910765 solid;
}
.p_item_btn{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 707px;
    background-color: transparent;
}
.p_item_btn  a{
    display: inline-block;
    width: 100%;
    height: 707px;
}
.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(0%);
        opacity: 0;
    }
    100% {
        transform: translateY(-94px);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-94px);
        opacity: 1;
    }
}

.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-94px);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-94px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}

/*��֯����*/
.org{
    padding-bottom: 40px;
    background: url("../images/org_bg_02.png?v2") no-repeat;
    background-size: 100% 100%;
}
.org_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 30px;
}
.org_content ul{
    width: 1200px;
}
.org_content ul li{
    width: 100%;
    margin-bottom:32px;
}
.org_content ul li h3{
    margin: 25px 0 13px 0;
    font-size: 23px;
}

/*����ִ��*/
.zx_content{
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    margin-top: 60px;
    padding-bottom: 70px;
}
.zx_content ul{
    float: left;
    width: 31%;
    overflow: hidden;
    padding-right: 2.33%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zx_content h3{
    font-size: 17px;
}
.zx_content h4{
    font-size: 16px;
}
/*���¶�̬*/
.dongtai{
    height: 498px;
    background: url("../images/dongtai_bg.png?v2") no-repeat center;
}
.dt_content{
    width: 1200px;
    height:360px;
    margin: 0 auto;
    margin-top: 60px;
    background: url("../images/dt_img.png?v2") no-repeat;
    background-size: 100% 100%;
}
.dt_list{
    width: 457px;
    height: 360px;
    margin-left: 743px;
    overflow-y: auto;
    background-color: rgba(0,8,48,0.7);
}
.dt_item{
    width: 457px;
    height: 90px;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 34px;
}
.dt_item a{
    display: inline-block;
    width: 397px;
    height: 60px;
    color: #fff;
    padding: 15px 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dt_item a:hover{
    background-color: rgba(0,97,224,0.7);
}

/*���·��*/
.slider_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}
.slider_list ul{
    position:relative;
}
.slider_list ul li{
    float: left;
    width: 285px;
    margin-right: 25px;
}
.slider_list ul li:last-child{
    margin-right: 0;
}
.slider_list ul li p{
    width: 100%;
    color: #333;
    text-align: center;
    margin-top: 15px;
}
.slider_list img{
    width: 285px;
    height: 236px;
    border-radius: 10px;
    border: 1px #dcdcdc solid;
}