.swiper-container{
    height: 300px;
}
/*--------入驻流程------*/
.process h1{
    font-size: 30px;
    color: #121314;
    text-align: center;
    margin-top: 50px;
}
.process> .wrap>ul>li{
    float: left;
    width: 18%;
    margin-left: 2%;
}
.process_01 h3{
    font-size: 18px;
    font-weight: bolder;
    color: #ff9c00;
}

.process_01 {

    text-align: center;
    margin-top: 30px;
}
.process_01 li{
    font-size: 14px;
    line-height: 25px;
/*    width: 220px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
    word-wrap:break-word;
    text-align: left;
}
.process_01 ul{
    margin-top: 10px;
}
.process li:first-letter{
    color: #575757;
    font-size: 10px;
}
/*------------------------学校入驻中心--------------------*/
.certification_centres{
    height: 500px;
    background: #eeeeee;
    margin-top: 50px;
}
.certification_centres h1{
    font-size: 30px;
    color: #121314;
    text-align: center;
    padding-top: 35px;
}
.certification_centres h4{
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin-top: 20px;
}
form{
    text-align: center;
}
form li {
    margin-top: 20px;

}
form label{
    font-size: 16px;
    color: #000000;
}
form input{
    width: 440px;
    height: 40px;
    border:1px solid #d2d2d2;
    background:#ffffff;
    border-radius: 5px;
    font-size: 14px;
    text-indent: 1em;
}
button{
    width: 192px;
    height: 45px;
    color: white;
    background: #ff6000;
    cursor: pointer;
    text-align: center;
    border: none;
    margin: 0 auto;
}

/*input::-webkit-input-placeholder {
    font-size: 14px;
    color: #959595 !important;
    font-weight: 100;
    text-indent: 1em;
}
input::-moz-placeholder{
    font-size: 14px;
    color: #959595 !important;
    font-weight: 100;
    text-indent: 1em;
}
input:-moz-placeholder{
    font-size: 14px;
    color: #959595 !important;
    font-weight: 100;
    text-indent: 1em;
}
input:-ms-input-placeholder{
    font-size: 14px;
    color: #959595 !important;
    font-weight: 100;
    text-indent: 1em;
}*/
.certification_centres p{
    text-align: center;
    font-size: 12px;
    color: #ff6000;
    margin-top: 20px;
}

/*-------------入驻权益-----------------*/
.rights_and_interests h1{
    font-size: 30px;
    color: #121314;
    text-align: center;
    padding-top: 35px;
}
table th{
    width: 400px;
    height: 120px;
    border:1px solid #bfbfbf;
    text-align: center;
    font-size: 24px;
    color: #595959;
    font-weight: normal;
}
table th img{
    margin-top: 5px;
}
.rights_name{
    font-weight: bold;
     color: #595959;
}
table{
    text-align: center;
}
table tr{
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    line-height: 35px;
}

/*------------------认证案例-------------------*/
.certification_cases .swiper-container{
    margin-top: 20px !important;
}
.certification_cases {

    margin-bottom: 20px;
    padding-bottom: 60px;
}
.cases_title{
    font-size: 30px;
    color: #121314;
    text-align: center;
    padding-top: 35px;
}

.certification_cases .swiper-slide li{
    margin-top: 30px;
    float: left;
    width: 225px;
    height: 75px;
    border:1px solid #c6c6c6;
    line-height: 75px;
    text-align: center;
    margin-left: 10px;
    background: #ffffff;
}
.certification_cases .swiper-container{
    height: 150px;
}
.certification_cases .swiper-slide li img{
    width: 205px;
    height: 42px;
}






