*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    font-size: 16px;
}
a{
    color: #353535;
    display: inline-block;
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    border: none;
    vertical-align: middle;
}

.head{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    max-width:1920px;
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    background:#fff;
    border-bottom: 1px #f5f7f7 solid;
}
.line{
    width:1200px;
    margin:auto;
}
.logo{
    float:left;
}
.nav{
    float:left;
    margin-left:20px;
}
.nav li{
    float:left;
    width:105px;
    text-align:center;
    color:#333;
    cursor:pointer;
}
.nav a{
    color:#333;
    display:inline-block;
}
.login{
    float:right;
}
.login a{
    display:inline-block;
    width:100px;
    height:36px;
    line-height:36px;
    text-align:center;
    border-radius:36px;
    color: #fff;
    background-color:#ff9a69;
    border: 1px #ff7a3a solid;
}
.history{
    position: relative;
}
.modal_history{
    display: none;
    position: absolute;
    top: 66px;
    left: 5px;
    width: 80px;
    line-height: 42px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #ff9a69;
}
.modal_history a{
    display: inline-block;
    width: 100%;
    color: #fff;
}
.modal_history:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #ff9a69 solid;
}

.banner{
    width: 100%;
    height: 307px;
    margin-top: 80px;
    padding-top: 240px;
    text-align: center;
    background: url("../images/banner_gansu.jpg") no-repeat center;
}
.banner p{
    font-size: 42px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
}
.stu_into{
    width: 240px;
    height: 50px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 20px;
    background-color: #6f5ded;
    border: 2px #fff solid;
    border-image: initial;
    border-radius: 40px;
}

.center_1{
    width: 1200px;
    margin: 0 auto;
    margin-top: 53px;
}
.c_1_left{
    position: relative;
    float: left;
    width: 655px;
    margin-right: 28px;
    overflow: hidden;
}
.c_1_right{
    float: left;
    width: 516px;
}
.intro_con{
    width: 100%;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.intro_con span{
    font-size: 17px;
    font-weight: bold;
}
.list_title,.right_tab{
    width: 100%;
    font-size: 20px;
    color: #6f5ded;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px #efefef solid;
}
.list_title span{
    display: inline-block;
    padding: 8px 30px;
    font-weight: bold;
    color: #fff;
    background-color: #6f5ded;
    border-bottom: 3px #6f5ded solid;
}
.tab_item{
    display: inline-block;
    padding: 8px 30px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    border-bottom: 3px #fff solid;
}
.tab_item_active{
    color: #fff;
    background-color: #6f5ded;
    border-bottom: 3px #6f5ded solid;
}
.more{
    float: right;
    margin-top: 18px;
    text-align: right;
    font-size: 14px;
    color: #717171;
}
.notice_list li{
    position: relative;
    width: 100%;
    font-size: 15px;
    padding-left: 20px;
    margin-top: 12px;
}
.notice_list li:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 0;
    height: 0;
    border: 5px #fff solid;
    border-left: 6px #6f5ded solid;
}
.notice_list li a{
    width: 100%;
    color: #666;
}
.notice_list li span:nth-child(1){
    display: inline-block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notice_list li span:nth-child(2){
    display: inline-block;
    position: relative;
    bottom: 4px;
    width: 20%;
    text-align: right;
}

.case_list{
    width: 660px;
    min-height: 100px;
    margin: auto;
    margin-top: 10px;
}
.case_item{
    float: left;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 10px;
    font-size: 17px;
}
.case_item a{
    display: inline-block;
    width: 100%;
    color: #fff;
    overflow-x: hidden;
}
.c_1{
    background: url(../images/case_btn_bg_14.png) no-repeat;
    background-size: 100% 100%;

}
.c_2{
    background: url(../images/case_btn_bg_12.png) no-repeat;
    background-size: 100% 100%;
}

.right_con{
    display: none;
    position: relative;
    min-height: 585px;
    padding: 28px 20px 40px 20px;
    margin-top: 20px;
    background-color: #e1e7f5;
}
.right_con_active{
    display: block;
}
.zzwyh{
    line-height: 30px;
}
.zzwyh span{
    font-size: 17px;
    font-weight: bold;
}
.year{
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #6f5ded;
    font-weight: bold;
    font-size: 17px;
    background: url("../images/icon_09.png") no-repeat;
    background-size: 26px 26px;
    background-position-x: 108px;
}
.p_item{
    position: relative;
    width: 100%;
    margin-top: 25px;
}
.p_item p:first-child{
    float: left;
    width: 170px;
    font-weight: bold;
    padding-top: 5px;
}
.p_item p:last-child{
    float: right;
    position: relative;
    width: 220px;
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
}
.p_item p:last-child:before{
    content: ' ';
    position: absolute;
    top: 8px;
    left: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-right: 10px #fff solid;
}
.process:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 208px;
    top: 70px;
    width: 1px;
    /*height: 75%;*/
    height: 288px;
    background-color: #6f5ded;
}
.p_item:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 182px;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #e1e7f5;
    border-radius: 50%;
    border: 4px #6f5ded solid;
}


.slider_img{
    width: 1200px;
    margin: 0 auto;
    margin-top: 53px;
}
.c_title{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #6f5ded;
    padding-left: 10px;
    font-weight: bold;
    border-left: 3px #6f5ded solid;
}
.slider_con{
    position: relative;
    width:100%;
    height: 345px;
    overflow: hidden;
    margin-top: 8px;
    border-top: 3px #efefef solid;
}
.slider_con ul{
    position:absolute;
    left: 0;
    top: 0;
}
.slider_con ul li{
    float: left;
    width: 280px;
    margin-right: 25px;
    margin-top: 20px;
    box-shadow: 0 0 15px #ccc;
}
.slider_con ul li:last-child{
    margin-right: 0;
}
.slider_con ul li img:nth-child(1){
    width: 280px;
    height: 210px;
}
.slider_con ul p {
    width: 240px;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    padding: 10px 20px;
}


.center_2{
    width: 1200px;
    margin: 0 auto;
    margin-top: 53px;
}
.shengsai_left{
    float: left;
    width: 292px;
}
.s_title{
    line-height: 37px;
    font-size: 18px;
    padding-left: 45px;
    padding-bottom: 12px;
    background: url("../images/icon_03.png") no-repeat;
    background-size: 37px 37px;
    border-bottom: 2px #6f5ded solid;
}
.s_img{
    position: relative;
    width: 292px;
    height: 190px;
    margin-top: 20px;
    background: url("../images/img_07.png") no-repeat;
    background-size: 100% 100%;
}
.s_img p{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: rgba(111,93,237,0.7);
}
.shengsai_right{
    float: right;
    width: 880px;
    padding-top: 40px;
}
.ss_item{
    float: left;
    width: 165px;
    padding:9px 0;
    margin: 17px 4px 0 4px;
    text-align: center;
    line-height: 26px;
    background-color: #fff;
    border: 1px #f0efef solid;
}
.ss_item_active{
    background-color: #6f5ded;
}
.ss_item a p:first-child{
    color: #333;
    font-weight: bold;
}
.ss_item a p:last-child{
    font-size: 14px;
    color: #666;
}
.ss_item_active a p:first-child,.ss_item_active a p:last-child{
    color: #fff;
}
.in_progress,.apply_sd{
    position: relative;
}
.in_progress:before{
    content: '进行中';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 56px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
    border-radius:30px;
    background: #6f5ded;
}
.apply_sd:before{
    content: '暂未开启';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 70px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
    border-radius:30px;
    background: #f99237;
}

.foot{
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    background: #0b0c11;
    padding: 35px 0;
    line-height: 30px;
}
.finfo{
    width: 990px;
    margin: 0 auto;
}
.finfo li{
    float:left;
    color:#fff;
}
.finfo li:first-child{
    width: 840px;
    text-align: left;
}
.finfo li:last-child{
    width: 150px;
    text-align: center;
}
.finfo li div{
    color:#fff;
    margin-bottom: 10px;
}
.finfo li img{
    position: relative;
    bottom: 2px;
}
.finfo a{
    color:#fff;
}


.piaochuang{
    position: fixed;
    right: 30px;
    bottom:30%;
    width: 120px;
}
.piaochuang img{
    width: 100%;
}
.zx_list{
    display: none;
    position: absolute;
    top: 78px;
    right: 120px;
    width: 150px;
    /*height: 160px;*/
    padding:10px;
    font-size: 14px;
    background-color: #877afe;
    line-height: 30px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    background-image: linear-gradient(to right,#8e81fe,#9d90ff);
}
.zx_list a{
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 5px auto;
    background-color: #5240c1;
    color: #fff;
    border-radius:10px;
}
.notic_qun,.pc_bm{
    display: inline-block;
    position: absolute;
    top: 178px;
    left: 0;
    width: 120px;
    height: 100px;
}
.notic_qun{
    top: 78px;
}
/*清除浮动*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}