*{
    margin:0;
    padding: 0px;
}
.backimg{
    height: 510px;
    width: 100%;
    background: red;
}
.backimg img{
    width: 100%;
}
.headtop {
    height: 30px;
    /* background-color: #2a2d34; */
    width: 100%;
    min-width: 1200px;
}
.headtop-center {
    height: 30px;
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
}
.headtop-center-two {
    display: block;
    float: left;
    color: #c4c3c3;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
a, a:visited {
    text-decoration: none;
    cursor: pointer;
}
.headtop-center-four {
    display: block;
    float: right;
    font-size: 14px;
    color: #fd470c;
    line-height: 30px;
}
.headtop-center-three {
    display: block;
    float: right;
    font-size: 14px;
    color: #08c;
    line-height: 30px;
}
/*头部功能栏*/
.tops {
    height: 60px;
    background-color: #C40808;
    width: 100%;
    min-width: 1200px;
   /* margin-bottom: 40px;*/
}
.top-center {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
}
.top-center-logo {
    margin: 7px 10px 0 0;
    /*background: url(../../../ww/images/img-017.png) no-repeat 0px 0px;*/
    height: 100%;
    float: left;
    width: 8%;
    cursor:pointer;
}
.top-center-person {
    margin-top: 19px;
    padding-left: 8px;
    height: 30px;
    width: 80px;
    color: #ffffff;
    font-size: 24px;
    float: left;
    border-left: 1px solid #e1e1e1;
}
.top-center-bigdiv {
    height: 60px;
    width: 100%;
    /*margin-left: 20px;*/
    margin:0 auto;
}
.top-center-right-ul {
    height: 60px;
    width: 95%;
    /* display: block; */
    display: flex;
    /* float: left; */
    justify-content: space-between;
    margin: 0 auto;
}
.top-center-right-ul li {
    display: block;
    margin: 0px 24px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    /* position: relative; */
    /* float: left; */
    font-size: 18px;
    width: 15%;
    margin: 0 auto;
}
.top-center-right-ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    /*float: left;*/
    font-size: 20px;
    /*font-weight: bold;*/
    text-decoration: none;
}
.top-center-right-ul li.active {
    border-bottom: 4px solid #f46f6f;
}
.top-center-sign {
    line-height: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    float: right;
    cursor: pointer;
}

.top-center-right-ul li:hover{
    background: #de5151;
}

/*end*/
/**/
.backff{
    height: 550px;
    width: 100%;
    overflow: hidden;
}
.backff img{
    width: 100%;
}
.title{
    position: absolute;
    top: 200px;
    z-index: 99;
    left: 22%;

}
.title h2{
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.title p{
    width: 371px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 25px;
    margin-left: 5px;
}
/**/
.cd{ 
    padding-top: 60px;
    /*padding-bottom: 30px;*/
}
.cdlist{
    width: 1200px;
    margin: auto;
}
.cdtitle{
    text-align: center;
    /*margin-top: 50px;*/
    /*height: 35px;*/
    line-height: 35px;
}
.cdtitle h2{
    color: #000;
    font-size: 28px;
    font-weight: bold;
}
.cdtitle p{
    color: #000;
    font-size: 16px;
    width: 800px;
    margin: auto;
    margin-top: 26px;
    
}
.cdbox{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.listone{
    cursor: pointer;
    width: 240px;
    margin: 0px 0px 25px 0px;
}
.listimg{
    margin: auto;
    width: 85%;
}
.listimg img{
    height: 250px;
    width: 100%;
}
.listtext{
    margin: 0 auto;
    width: 85%;
}
.listtext p{
    color: #4b4b4b;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.middle_one_list{
    margin-top:100px;
}

.mid_title{
    width: 1000px;
    margin: 0 auto;
}

.mid_title p{
    text-align: center;
    font-size: 35px;
}

/* 本例子css */
.slideBox{ 
    margin-top: 60px;
    width: 100%;
    /* height: 230px; */
    overflow: hidden;
    position: relative;
    /* border: 1px solid #ddd; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.slideBox .bd{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}
.slideBox .bd li{ 
    zoom:1; 
    vertical-align:middle; 
    width: 600px;
    cursor: pointer;

}
.slideBox .bd img{ 
    width:80%; 
    height:300px; 
    display:block;
    margin:0 auto;  
}

.slide_content {
    width:65%;
    margin:0 auto;
}

.slide_content p{
    text-align: center;
    font-size: 15px;
    color: #8e8e8e;
}

.slide_title {
    width:80%;
    margin:0 auto;
}

.slide_title p{
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.middle_two{
    margin-top: 80px;
}
.middle_two_content{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mid_two_title{
    text-align: center;
    font-size: 35px;
    /*font-weight: 600;*/
}
.mid_min_title{
    text-align: center;
    margin-top: 25px;
    color: #8c8c8c;
    font-size:17px;
    margin-bottom: 50px;
}

.mid_bottom{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.mid_bottom_content{
    width: 23%;
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
}
.mid_bottom_title{
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #fcedff;
    color: #505050;
}
.mid_bottom_span{
    font-size: 14px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 33px;
    height: 300px;
}
.mid_bottom_img{
    margin-top: 15px;
}

.student_pic{
    margin-top: 80px;
    margin-bottom: 80px;
}

.sp_div{
    width: 1200px;
    margin:0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #fff;
}
.sp_title{
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
}

.sp_img{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.sp_img_div{
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.sp_img_div:HOVER{
    cursor:pointer;
}
.sp_img_div img{
    width: 380px;
    height: 330px;
}
.sp_img_div p{
    position: absolute;
    top:290px;
    width: 90%;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}