.competence {
    padding-top: 90px;
    padding-bottom: 90px;
}

.competence .pageTitle {
    margin-bottom: 60px;
}

.competence1,
.competence2 {
    text-align: center;
}

.competence1>h3,
.competence2>h3 {
    color: #227764;
    margin-bottom: 40px;
    font-weight: bold;
}

.competence1>p {
    color: #666;
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 60px;
}

.competenceUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 60px;
}

.competenceUl li {
    width: 25%;
    text-align: center;
    margin-bottom: 60px;
}

.competenceUl .iconBox {
    width: 94px;
    height: 94px;
    background: #fff;
    border: 1px solid #227764;
    border-radius: 50%;
    position: relative;
    margin: 0px auto 46px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceUl .iconBox::after {
    content: "";
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: -1;
    width: 126px;
    height: 126px;
    background: #C4C4C4;
    border-radius: 50%;
    opacity: 0.14;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceUl .iconBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50%;
    height: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.iconBox img:last-child {
    opacity: 0;
}

.competenceUl p {
    text-align: center;
    color: #333;
    font-weight: bold;
    max-width: 180px;
    margin: 0px auto;
}

.competenceUl li:hover .iconBox img:first-child {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceUl li:hover .iconBox img:last-child {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceUl li:hover .iconBox {
    background: #227764;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceUl li:hover .iconBox::after {
    background: #227764;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceUl li:hover p {
    color: #227764;
}

/*  */
.competence2>h3 {
    margin-bottom: 60px;
}

.competenceOl {
    display: flex;
    justify-content: space-between;
}

.competenceOl>li {
    width: 30%;
    height: 480px;
    border-radius: 8px;
    overflow: hidden;
}

.competenceOl>li:nth-child(1) {
    background: url(../images/competenceBg1.png)no-repeat center center;
    background-size: cover;
}

.competenceOl>li:nth-child(2) {
    background: url(../images/competenceBg2.png)no-repeat center center;
    background-size: cover;
}

.competenceOl>li:nth-child(3) {
    background: url(../images/competenceBg3.png)no-repeat center center;
    background-size: cover;
}

.competenceOl>li>div {
    width: 100%;
    height: 100%;
    background: #F8F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceOl p {
    color: #227764;
    font-weight: bold;
    padding-bottom: 28px;
    margin-bottom: 45px;
    background: url(../images/points1.png)no-repeat center bottom;
    background-size: 30px auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceList li {
    margin-bottom: 16px;
    color: #666666;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceList li:last-child {
    margin-bottom: 0px;
}

.competenceOl>li:hover>div {
    background: #f8f7f700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceOl>li:hover p {
    color: #fff;
    background: url(../images/points2.png)no-repeat center bottom;
    background-size: 30px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competenceOl>li:hover li {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/* 集团亮点 */
.highlights {
    background: url(../images/highlightsBg.png)no-repeat center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
}

.highlights .pageTitle {
    margin-bottom: 90px;
}

.highlightsUl {
    display: flex;
    flex-wrap: wrap;
    z-index: 5;
}

.highlightsUl li {
    width: 22.5%;
    margin-right: 3.33%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.06);
    padding: 40px;
    text-align: center;
    margin-bottom: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.highlightsUl li:nth-child(4n) {
    margin-right: 0px;
}

.highlightsIcon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px auto 20px auto;
    position: relative;
}

.highlightsIcon img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.highlightsIcon img:last-child {
    opacity: 0;
}

.highlightsUl h3 {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.highlightsUl p {
    color: #666;
    white-space: pre-line;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.highlightsUl li:hover {
    background: linear-gradient(217deg, #00B495 0%, #227764 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.highlightsUl li:hover .highlightsIcon img:first-child {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.highlightsUl li:hover .highlightsIcon img:last-child {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.highlightsUl li:hover h3,
.highlightsUl li:hover p {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




/* 适配 */
@media (max-width: 1280px) {
    .competenceUl .iconBox {
        width: 90px;
        height: 90px;
        margin-bottom: 34px;
    }

    .competenceUl .iconBox::after {
        width: 120px;
        height: 120px;
        left: -15px;
        top: -15px;
    }

    .competenceUl p {
        font-weight: normal;
    }

    .competenceUl li {
        margin-bottom: 50px;
    }

    .competenceUl,
    .competence2>h3 {
        margin-bottom: 40px;
    }

    .competenceOl>li {
        width: 32%;
        height: 430px;
    }

    .competence,
    .highlights {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .highlights .pageTitle {
        margin-bottom: 55px;
    }

    .highlightsUl li {
        width: 23.5%;
        margin-right: 2%;
        padding: 30px;
        margin-bottom: 40px;
    }

    .highlightsIcon {
        width: 45px;
        height: 45px;
        margin-bottom: 18px;
    }

    .highlightsUl h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }
}

@media (max-width: 992px) {

    .competence .pageTitle,
    .highlights .pageTitle {
        margin-bottom: 35px;
    }

    .competence1>h3,
    .competence2>h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .competenceUl .iconBox {
        width: 70px;
        height: 70px;
    }

    .competenceUl .iconBox::after {
        width: 100px;
        height: 100px;
    }

    .competenceUl li {
        margin-bottom: 35px;
    }

    .competenceOl p {
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    .competenceOl>li {
        height: auto;
    }

    .competenceOl>li>div {
        align-items: unset;
        padding: 40px 0px;
    }

    .competenceList li {
        margin-bottom: 12px;
    }

    .highlightsUl li {
        width: 32%;
        margin-right: 2%;
    }

    .highlightsUl li:nth-child(4n) {
        margin-right: 2%;
    }

    .highlightsUl li:nth-child(3n) {
        margin-right: 0px;
    }

    .highlights {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .competence1>h3,
    .competence2>h3 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .competence1>p {
        text-align: left;
        margin-bottom: 40px;
    }

    .competenceUl {
        justify-content: space-between;
    }

    .competenceUl li {
        width: 50%;
        padding: 0px 14px;
    }

    .competenceUl .iconBox {
        margin-bottom: 26px;
    }

    .competenceUl {
        margin-bottom: 20px;
    }

    .competenceOl {
        flex-wrap: wrap;
    }

    .competenceOl>li {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .competenceOl>li:last-child {
        margin-bottom: 0px;
    }

    .competenceOl>li>div {
        padding: 28px 0px;
    }

    .competenceOl p {
        padding-bottom: 14px;
        margin-bottom: 20px;
        background-size: 20px auto;
    }

    .competenceOl>li:hover p {
        background-size: 20px auto;
    }

    .competenceList li {
        margin-bottom: 10px;
    }

    .highlightsUl {
        justify-content: space-between;
    }

    .highlightsUl li {
        width: 48%;
        margin-right: 0px !important;
        margin-bottom: 18px;
    }

    .highlightsUl li {
        padding: 20px 16px;
    }
}