.qualificationContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.qualifiBanner {
    width: 100%;
    height: auto;
}

.qualifiBanner img {
    width: 100%;
    display: block;
    margin-top: 120px;
}

.qulifiNav {
    height: 100px;
    background: #2C2C34;
    width: 100%;
}

.qulifiNav ul {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100px;
}

.qulifiNav ul li {
    display: flex;
    align-items: center;
}

.qulifiNav ul li a {
    padding: 0 40px;
    color: #fff;
    line-height: 100px;
}

.qulifiNav ul li a:hover {
    color: red;
}

.active {
    color: red !important;
}

.qulifiContent {
    flex: 3;
    height: auto;
    background: #FFFFFF;
    display: flex;
}

.qulifiContent ul {
    /* flex: 3; */
    /* width: 160px; */
    margin-top: 100px;
    margin-left: 40%;
}

.qulifiContent ul li {
    width: 240px;
    height: 84px;
    text-align: center;
    background: #F8F8F8;
    line-height: 84px;
    margin-left: 16%;
}

.qulifiContent ul li a {
    font-size: 16px;
}


/* .qulifiContent .joinList {
    margin-left: 120px;
    flex: 7;
} */


/* .qulifiContent ul li a:hover {
    color: #fff;
    line-height: 84px;
    height: 84px;
    display: block;
    background-color: #0071bc;
} */

.bg {
    color: #fff;
    line-height: 84px;
    height: 84px;
    display: block;
    cursor: pointer;
    background-color: #0071bc !important;
}

.qulifi {
    width: 100%;
    height: auto;
    display: flex;
}

.qu {
    display: flex;
    flex: 6;
    margin-top: 100px;
}

.qu .qulifiList {
    display: none;
    width: 100%;
}

.qulifiList li {
    display: block;
    width: 36%;
}

.qulifiList li img {
    display: block;
    width: 400px;
    height: auto;
}

.qulifiList ul {
    display: flex;
}

.qulifiList ul li p {
    margin-left: 27px;
}

.quliTitle {
    width: 100%;
    padding-top: 64px;
    text-align: center;
}

.quliTitle p {
    /* width: 100%; */
    width: 32px;
    height: 4px;
    background: #CA1421;
    margin: 0 auto;
    margin-top: 8px;
}

.quliTitle span {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}




/*  */
.softTitle{
    width: 100%;
    padding-top: 64px;
    padding-bottom: 30px;
    text-align: center;
}
.softTitle span {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}
.softTitle p {
    /* width: 100%; */
    width: 32px;
    height: 4px;
    background: #CA1421;
    margin: 0 auto;
    margin-top: 8px;
}
.zhongjian{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content:space-between;
    margin: 0 auto;
    background-color: rgb(245, 245, 245);
}
#da{
    height: 1190px;
    background-color: rgb(245, 245, 245);
}
.nagation {
    width: 77%;
    margin: 0 auto;
}

.nagation ul {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.nagation ul li {
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: flex-end;
    margin: 0 10px;
    line-height: 35px;
}

.nagation ul li a {
    display: block;
    width: 50px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
}

.nagation ul li:hover a {
    background: red;
    color: #fff;
    border: none;
}
.list{
    margin-top: 25px;
    border-radius: 15px;
    width: 250px;
    height: 350px;
    background-color: #fff;
}
.list ul li img{
    width: 230px;
    height: 190px;
    transition: all .5s ease .1s;
    margin-top: 65px;
}
.list ul li {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.list ul li p{
    margin-top: 25px;
}
.list ul li img:hover{
    overflow: hidden;
    cursor: pointer;
    transform:scale(1.1)
}
/* 媒体查询 */
@media (max-width: 767px) {
    .title{
        display: none;
    }
}

