/* 简介 */
.intro,
.history,
.layout,
.mission,
.partners {
    padding-top: 70px;
    padding-bottom: 90px;
}

.introImg {
    display: block;
    width: 100%;
    height: auto;
    margin: 70px 0px 50px 0px;
}

.introTxt {
    margin-bottom: 60px;
}

.introTxt p {
    color: #666;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.6;
    margin-bottom: 10px
}

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

.introUl li {
    display: flex;
    width: 48%;
    padding: 40px 60px 50px 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.introUl i {
    display: block;
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    margin: 12px 40px 0px 0px;
    border-radius: 50%;
}

.introUl h3 {
    color: #333;
    margin-bottom: 22px;
}

.introUl p {
    color: #666;
}

.introIcon1 {
    background: url(../images/introIcon1.png)no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.introIcon2 {
    background: url(../images/introIcon2.png)no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.introUl li:hover {
    box-shadow: 3px 3px 20px rgba(189, 206, 240, 0.43);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.introUl li:hover h3 {
    color: #227764;
}

.introUl li:hover .introIcon1 {
    background: url(../images/introIcon1G.png)no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.introUl li:hover .introIcon2 {
    background: url(../images/introIcon2G.png)no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* 发展历程 */
.history {
    background: url(../images/historyBg.png)no-repeat center center;
    background-size: cover;
}

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

.historyYear {
    width: 100%;
    padding: 0px 80px;
    position: relative;
    margin-bottom: 60px;
}

.historySwiper {
    padding-bottom: 10px;
    position: relative;
}

.historySwiper::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
}


.historySwiper .swiper-slide {
    cursor: pointer;
    display: block;
    width: auto;
    padding-bottom: 20px;
    font-weight: bold;
    color: #999;
    position: relative;
}

.historySwiper .swiper-slide:last-child {
    margin-right: 0px;
}

.historySwiper .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/circle1.png)no-repeat center center;
    background-size: 100% 100%;
}

.historySwiper .swiper-slide-active,
.historySwiper .swiper-slide:hover {
    color: #227764;
}

.historySwiper .swiper-slide-active::after,
.historySwiper .swiper-slide:hover::after {
    background: url(../images/circle2.png)no-repeat center center;
    background-size: 100% 100%;
}

/* 左右箭头 */
.historyPrev,
.historyNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 44px;
    height: 44px;
    opacity: 0.3;
}

.historyPrev:hover,
.historyNext:hover {
    opacity: 1;
}

.historyPrev {
    left: 0px;
    background: url(../images/prev3.png)no-repeat center center;
    background-size: 100% 100%;
}

.historyNext {
    right: 0px;
    background: url(../images/next3.png)no-repeat center center;
    background-size: 100% 100%;
}

/* 历程 内容 */
.historyCon {
    background: #fff;
    border-radius: 14px;
    padding: 55px 40px;
    color: #666;
}

.historyItem li {
    padding-left: 30px;
    background: url(../images/point1.png)no-repeat left top 3px;
    background-size: 14px 14px;
    margin-bottom: 14px;
}

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

.historyItem {
    display: none;
}

.historyH3 {
    color: #227764;
    font-weight: bolder;
    margin-bottom: 30px;
}



/* 集团资质 */
.honor {
    padding-top: 70px;
    padding-bottom: 60px;
}

.honor .pageTitle {
    margin-bottom: 70px;
}

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

.honorUl li {
    width: 48%;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    margin-bottom: 32px;
    padding: 32px 34px;
}

.honorUl li p {
    padding-left: 46px;
    background: url(../images/honorIcon.png)no-repeat left center;
    background-size: 26px 26px;
}

.honorUl li:hover {
    border: 1px solid #227764;
    background: #F2F6F5;
}

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

.honorOl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.honorOl li {
    width: 32%;
    border: 1px solid #E2E2E2;
    margin: 0px 0.66% 24px 0.66%;
}

.honorOl li a {
    display: block;
    width: 100%;
    padding-top: 68%;
    position: relative;
    overflow: hidden;
}

.honorOl li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 96%;
    height: 96%;
    object-fit: contain;
}

.viewBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: url(../images/view.png)no-repeat center center, #227765d5;
    background-size: 36px 36px;
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.honorOl li:hover .viewBox {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




/* 重点布局 */
.layout .pageTitle {
    margin-bottom: 70px;
}

.layout img {
    display: block;
    width: 100%;
    height: auto;
}




/* 集团使命 */
.mission .pageTitle {
    margin-bottom: 90px;
}

.missionUl li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}

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

.missionUl li:nth-child(odd) {
    flex-direction: row-reverse;
}

.missionR {
    width: 50%;
}

.missionR>div {
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

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

.missionR:hover img {
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.missionTxt {
    width: 45%;
}

.missionTxt span {
    display: block;
    text-transform: uppercase;
    color: #33333324;
    margin-bottom: 16px;
}

.missionTxt h3 {
    font-weight: bold;
    color: #227764;
    margin-bottom: 30px;
}

.missionTxt p {
    text-align: justify;
    color: #666666;
    line-height: 1.6;
}

.missionUl li:nth-child(even) .missionTxt span,
.missionUl li:nth-child(even) .missionTxt h3 {
    text-align: right;
}

.missionTxt span,
.missionTxt h3,
.missionTxt p {
    padding: 0px 0px 0px 75px;
}

.missionUl li:nth-child(even) .missionTxt span,
.missionUl li:nth-child(even) .missionTxt h3,
.missionUl li:nth-child(even) .missionTxt p {
    padding: 0px 75px 0px 0px;
}

.missionTxt span {
    position: relative;
}

.missionTxt span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    display: block;
    width: 60px;
    height: 2px;
    background: #227764;
}

.missionUl li:nth-child(even) .missionTxt span::after {
    left: unset;
    right: 0px;
}




/* 合作伙伴 */
.partners .pageTitle {
    margin-bottom: 90px;
}

.partnersSwiper {
    padding-bottom: 40px;
}

.partnersSwiper .swiper-wrapper {
    width: 100%;
    height: 300px;
}

.partnersSwiper .swiper-slide {
    height: calc((100% - 10px) / 2);
    padding: 20px 15px;
}

.partnersSwiper .swiper-slide div {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 3px 3px 20px rgba(51, 51, 51, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnersSwiper img {
    display: block;
    width: 85%;
    height: 55%;
    object-fit: contain;
}

/* 圆点 */
.partnersSwiper .swiper-pagination {
    bottom: 0px;
}

.partnersSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #CAD9D6;
    border-radius: 100px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.partnersSwiper .swiper-pagination-bullet-active {
    width: 50px;
    background: #227764;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




/* 适配 */
@media (max-width: 1440px) {
    .introUl li {
        padding: 26px 32px;
    }

    .introUl i {
        width: 90px;
        height: 90px;
        margin-right: 26px;
    }

    .history .pageTitle,
    .partners .pageTitle {
        margin-bottom: 50px;
    }
}

@media (max-width: 1280px) {

    .intro,
    .history,
    .layout,
    .mission,
    .partners {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .introImg {
        margin: 50px 0px 30px 0px;
    }

    .introUl i {
        width: 75px;
        height: 75px;
        margin: 0px 18px 0px 0px;
    }

    .introUl li {
        padding: 24px 20px;
    }

    .introUl h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .introTxt {
        margin-bottom: 40px;
    }

    .historyCon {
        padding: 40px 35px;
    }

    .honorUl li {
        width: 49%;
    }

    .honorUl li {
        padding: 26px 24px;
        margin-bottom: 18px;
    }

    .honorUl li p {
        padding-left: 40px;
        background-size: 22px 22px;
        font-size: 18px;
    }

    .mission .pageTitle {
        margin-bottom: 50px;
    }

    .missionTxt span,
    .missionTxt h3,
    .missionTxt p {
        padding: 0px 0px 0px 50px;
    }

    .missionUl li:nth-child(even) .missionTxt span,
    .missionUl li:nth-child(even) .missionTxt h3,
    .missionUl li:nth-child(even) .missionTxt p {
        padding: 0px 50px 0px 0px;
    }

    .missionTxt span::after {
        width: 35px;
    }

    .missionTxt {
        width: 47%;
    }

    .missionTxt span {
        font-size: 22px;
    }

    .missionTxt h3 {
        margin-bottom: 22px;
    }

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

    .partnersSwiper .swiper-wrapper {
        height: 280px;
    }
}

@media (max-width: 992px) {
    .introUl li {
        padding: 0px;
    }

    .introUl li:hover {
        box-shadow: none;
    }

    .honorUl li p {
        font-size: 16px;
    }

    .missionTxt span,
    .missionTxt h3,
    .missionTxt p {
        padding: 0px !important;
    }

    .missionTxt span::after {
        display: none;
    }

    .missionTxt span {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .missionTxt h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .partnersSwiper .swiper-slide {
        padding: 15px 10px;
    }

    .partnersSwiper .swiper-wrapper {
        height: 240px;
    }
}

@media (max-width: 767px) {

    .intro,
    .history,
    .layout,
    .mission,
    .partners,
    .honor {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .introImg {
        margin: 30px 0px 20px 0px;
    }

    .introUl {
        flex-wrap: wrap;
    }

    .introUl li {
        width: 100%;
    }

    .introUl li:first-child {
        margin-bottom: 30px;
    }

    .introUl i {
        width: 45px;
        height: 45px;
        margin-right: 16px;
    }

    .introUl h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .historyPrev,
    .historyNext {
        display: none;
    }

    .historyYear {
        padding: 0px;
    }

    .history .pageTitle,
    .partners .pageTitle,
    .honor .pageTitle,
    .layout .pageTitle,
    .mission .pageTitle {
        margin-bottom: 30px;
    }

    .historyH3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .historyYear {
        margin-bottom: 40px;
    }

    .historyCon {
        border-radius: 6px;
    }

    .historyCon {
        padding: 26px 22px;
    }

    .historyItem li {
        padding-left: 22px;
        margin-bottom: 12px;
    }

    .honorUl li {
        width: 100%;
        padding: 22px 20px;
        margin-bottom: 16px;
    }

    .honorOl li {
        width: 100%;
        margin: 0px 0px 14px 0px;
    }

    .honorOl {
        margin-top: 10px;
    }

    .missionUl li {
        flex-wrap: wrap;
    }

    .missionUl li:nth-child(odd) {
        flex-direction: unset;
    }

    .missionR,
    .missionTxt {
        width: 100%;
    }

    .missionR {
        margin-bottom: 20px;
    }

    .missionUl li:nth-child(even) .missionTxt span,
    .missionUl li:nth-child(even) .missionTxt h3 {
        text-align: left;
    }

    .partnersSwiper .swiper-wrapper {
        height: 200px;
    }

    .partnersSwiper .swiper-slide {
        padding: 8px 10px;
    }
}