/* 
    pc端适配方案开始
*/
.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);
}

#dvvv {
    /* border: 2px solid blue; */

    width: 80%;
    position: relative;
    margin: 0 auto;
    top: -20px;
}

.mm {
    margin: 0 auto;
    /* margin-left: 150px; */
}

#da {
    /* height: 760px; */
    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: 35px;
    border-radius: 15px;
    width: 30%;
    /* height: 350px; */
    margin-bottom: 33px;
    background-color: #fff;
}

.list ul li img {
    width: 60%;
    /*height: 190px;*/
    transition: all .5s ease .1s;
    margin-top: 65px;
}

.lists ul li img {
    width: 70%;
    /*height: 100%;*/
    text-align: center;
    margin-top: 2rem;
    overflow: hidden;
}

.list ul li {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.list ul li p {
    margin-top: 25px;
    margin-bottom: 25px;
}

.list ul li img:hover {
    overflow: hidden;
    cursor: pointer;
    transform: scale(1.1)
}
/* 
    pc端适配方案结束
*/

/* 
    移动端适配方案开始
*/
/* 媒体查询 */
@media (max-width: 767px) {
    .softTitle {
        display: none;
    }

    .softTitle span,
    .softTitle p {
        position: relative;
        top: -4rem;
    }

    #da {
        display: block;
        width: 94%;
        /* height: 35rem; */
        overflow: hidden;
        margin: 0 auto;
    }

    #da .zhongjian {
        /* height: 80rem; */
        width: 100%;
        display: flex;
    }

    #da .zhongjian div {
        height: 12.5rem;
        width: 10rem;
        margin-top: 0.5rem;
    }

    #da .zhongjian div ul li {
        width: 10rem;
        margin-top: -0.7rem;
    }

    #da .zhongjian div ul {

        width: 10rem;
    }

    #da img {
        width: 8rem;
        height: 6rem;
        margin-top: 2rem;
    }

    .nagation {
        display: none;
    }

    .list ul li {
        border: none;
    }

    .aboutAsTitle {
        display: none;
    }

    .aboutAsTitle {
        margin-top: 2rem;
        width: 100%;
        text-align: center;
    }

    /* 封装h5小型模块 */
    .footer {
        display: none;
    }

    .zuihou {
        width: 100%;
        display: flex;
    }

    .vertical {
        margin-top: 1rem;
        margin-left: 2rem;
    }

    .vertical ul {
        width: 5rem;
    }

    .vertical ul li {
        width: 100%;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
    }

    .right-two {
        width: 6rem;
        height: 6rem;
    }

    .right-two img {
        width: 100%;
        height: 100%;
    }

    .right {
        position: relative;
        top: -0.55rem;
        margin-left: 0.1rem;
    }

    .mm {
        /* border: 1px solid blue; */
        width: 55%;
        height: 12rem;
    }

    .mm ul li {
        /* border: 2px solid yellow; */
        width: 80%;
        margin: 0 auto;
    }


    #da .zhongjian .lists ul li img {  
        /* border: 1px solid blue; */
        width: 70%;
        height: 80%;
        margin-top: 1rem;
    }

    #da .zhongjian .lists ul {
        /* border: 1px solid yellow; */
        width: 100%;
        height: 100%;
    }

    #da .zhongjian .lists ul li{
        /* border: 2px solid brown; */
        width: 100%;
        height: 100%;
    }
    #da .zhongjian .lists ul li p{
        margin-top: 0.2rem;
    }

}
/* 
    移动端适配方案结束
*/