﻿.banner {
    width: 100%;
    padding-top: 90px;
}
.banner img {
    display: block;
    width: 100%;
}
.abLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
    position: relative;
}
.abLink a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    display: block;
    transition: 1s;
}
.abLink a:not(:nth-last-child(2),:nth-last-child(1)) {
    margin-right: 64px;
}
.abLink .line {
    width: 79px;
    height: 2px;
    background: #C89B5D;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 1s;
}
.abLink a:hover, .abLink a.on {
    color: #000000;
}
.sec1 {
    height: 960px;
    position: relative;
    background: rgba(200, 155, 93, 0.03);
    overflow: hidden;
}

.sec2 {
    padding: 85px 0 131px;
}
.sec2 h1 {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}
.sec2 .numList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 93px;
}
.sec2 .numList .item:not(:nth-last-child(1)) {
    margin-right: 80px;
}
.sec2 .numList .item {
    position: relative;
}
.sec2 .numList .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec2 .numList .item .text p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #C89B5D;
}
.sec2 .numList .item .text h5 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #C89B5D;
    text-align: center;
}
.sec2 .honor1 .swiper-slide p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-top: 52px;
    opacity: 0;
    transition: 0.6s;
}
.sec2 .honor1 .swiper-slide img {
    display: block;
}
.sec2 .honor1 {
    width: 1520px;
    padding-bottom: 10px;
}
.sec2 .honor1 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec2 .honor1 .swiper-slide-active p {
    opacity: 1;
}
.sec2 .honor1 .swiper-slide-active img {
    transform: scale(1);
}
.sec2 .honor1 .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 410px;
    z-index: 10;
}
.sec2 .honor1 .btn .iconfont {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    transition: 1s;
    cursor: pointer;

}

.sec2 .honor1 .btn .iconfont:hover {
    background: #C89B5D;
}
.sec2 .honor1 .btn .iconfont:nth-last-child(1) {
    transform: rotate(180deg);
}

.sec1:after {
    content: "";
    width: 66vw;
    height: 66vw;
    border: 120px solid #C89B5D;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -26vw;
}
.sec1 {
    display: flex;
    position: relative;
}
.sec1 h1 {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #C89B5D;
    position: absolute;
    top: 136px;
    right: 39%;
}

.sec1 .honor_img {
    width: 45vw;
    height: 200%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
}
.sec1 .honor_text {
    width: 593px;
    height: 450px;
    margin-top: 344px;
    margin-left: -100px;
}
.sec1 .honor_img .swiper-slide {
    right: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;

}
.sec1 .honor_img .swiper-slide-active {
    right: 0;
}
.sec1 .honor_img .swiper-slide img {
    width: 200px;
    transition: 1s;
}
.sec1 .honor_img .swiper-slide-active img {
    width: 409px;
}
.sec1 .honor_text .swiper-slide p {
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #C89B5D;
    line-height: 54px;
    transform-origin: left;
}
.sec1 .btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 121px;
    right: 16%;
}
.sec1 .btn .iconfont {
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #FFFFFF;
    transition: 1s;
    cursor: pointer;
}
.sec1 .btn .iconfont:nth-child(1) {
    margin-right: 23px;
}
.sec1 .btn .iconfont:hover {

    background: #C89B5D;
}
.sec1 .btn .iconfont:nth-last-child(1) {
    transform: rotate(180deg);
}
@media screen and (max-width: 1700px) {
    .sec1 .honor_img .swiper-slide-active img {
        width: 250px;
    }
    .sec1 .honor_text .swiper-slide p {
        font-size: 34px;
    }
    .sec2 .honor1 {
        width: 90%;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 h1 {
        font-size: 28px;
    }
    .sec1 .honor_text .swiper-slide p {
        font-size: 28px;
        line-height: 40px;
    }
    .sec1 .btn .iconfont {
        width: 45px;
        height: 45px;
    }
    .sec2 .numList .item .text p {
        font-size: 30px;
    }
}
@media screen and (max-width: 1365px) {
    .banner {
        padding-top: 80px;
    }
    .sec1 h1 {
        top: 80px;
    }
    .sec1 {
        height: 800px;
    }
    .sec1 .honor_text {
        margin-top: 244px;
    }
    .sec1 .btn {
        z-index: 99;
    }
    .sec1 .honor_img {
        height: 200%;
    }
    .sec1 .honor_text {
        width: 45vw;
        margin-left: 0;
    }
    .sec1 .honor_text {
        height: 350px;
    }
    .sec1 .honor_img .swiper-slide-active img {
        width: 200px;
    }
    .abLink {
        height: 60px;
    }
    .abLink a {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {

    .abLink a:not(:nth-last-child(2),:nth-last-child(1)) {
        margin-right: 20px;
    }
    .sec1:after {
        display: none;
    }
    .sec1 .honor_img {
        height: 300px;
        width: 100%;
        top: 0;
        transform: unset;
    }
    .sec1 h1 {
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translateX(-50%);
        white-space: nowrap;
        top: 30px;
    }
    .sec1 {
        flex-direction: column;
        padding-top: 90px;
    }
    .sec1 .honor_img .swiper-slide {
        right: unset;
    }
    .sec1 .honor_img .swiper-slide img {
        height: auto;
    }
    .sec1 .honor_text {
        margin: 0 auto;
        height: auto;
    }
    .sec1 .honor_text .swiper-slide p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;

    }
    .sec1 .btn {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    .sec1 {
        height: auto;
        padding-bottom: 80px;
    }
    .sec2 {
        width: 90%;
        margin: auto;
    }
    .sec2 .numList .item .text h5 {
        font-size: 12px;
    }
    .sec2 .numList .item .text p {
        font-size: 20px;
    }
    .sec2 .honor1 .swiper-slide p {
        font-size: 14px;
    }
    .sec2 {
        padding: 40px 0 60px;
    }
    .sec2 .numList {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec2 .numList .item:not(:nth-last-child(1)) {
        margin: 0 0 20px;
    }
    .sec2 .numList .item {
        width: 48%;
    }
    .sec2 .honor1 .btn {
        width: 100%;
    }
    .sec2 .numList {
        margin-bottom: 43px;
    }
    .sec1 .honor_text {
        width: 100vw;
    }
}