footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.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-of-type(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 {
    position: relative;
    overflow: hidden;
}
.sec1 .joke {
    width: 100%;
    display: flex;
    padding-top: 122px;
    justify-content: center;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.sec3 .about_content .swiper-slide .left {
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: 1s;
}
.sec3 .about_content .swiper-slide-active .left {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.sec3 .about_content .swiper-slide .item .right {
    transition: 1s;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
}
.sec3 .about_content .swiper-slide-active .item .right {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.sec1 .joke .left {
    width: 453px;
    margin-right: 185px;
}
.sec1 .joke .left h1 {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #C89B5D;
    margin-bottom: 52px;
}
.sec1 .joke .left p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.sec1 .joke .right {
    width: 704px;
}
.sec1 .joke .right p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.sec1 .joke .right a {
    display: block;
    width: fit-content;
    height: 50px;
    background: #C89B5D;
    border-radius: 25px;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 40px;
    margin-top: 80px;
    position: relative;
    transition: 1s;
    border: 1px solid transparent;
}
.sec1 .joke .right a:hover {
    background: transparent;
    border: 1px solid #C89B5D;
    color: #C89B5D;
}
.sec1 .joke .right a:after {
    content: "";
    height: 71px;
    border: 1px solid #C89B5D;
    opacity: 0.05;
    width: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    border-radius: 36px;
}
.sec1 .img {
    width: 100%;
    position: relative;
}
.sec1 .img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.sec1 .img img:nth-child(1) {
    position: absolute;
    top: 29%;
    z-index: 1;
    transform: translateX(50%);
}
.sec2 {
    padding: 134px 0 151px;
    background: #F6F6F6;
}
.sec2 .joke {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec2 .joke .img {
    width: 677px;
    overflow: hidden;
    border-radius: 12px;
}
.sec2 .joke .img img {
    display: block;
    width: 100%;
}
.sec2 .joke .img:nth-child(1) {
    margin-right: 33px;
}
.sec2 h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #242424;
    margin-bottom: 72px;
    text-align: center;
}
.sec4 {
    width: 100%;
    padding-top: 113px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.sec4 img {
    display: block;
    width: 100%;
}
.sec4 .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 311px;
}
.sec4 .text h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 42px;
}
.sec4 .text p {
    width: 575px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.6;
}
.sec4 .text a {
    display: block;
    text-align: center;
    width: 141px;
    height: 45px;
    background: #C89B5D;
    box-shadow: 2px 2px 24px 0px rgba(200,155,93,0.4);
    border-radius: 22px;
    position: relative;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    margin-top: 66px;
    transition: 1s;
    border: 1px solid transparent;
}
.sec4 .text a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #C89B5D;
}
.sec4 .text a:after {
    content: "";
    width: 160px;
    height: 63px;
    border: 1px solid #C89B5D;
    box-shadow: 2px 2px 76px 0px rgba(200,155,93,0.65);
    opacity: 0.1;
    border-radius: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec3 {
    padding-top: 88px;

}
.sec3>h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-bottom: 64px;
}
.sec3 .about_content {
    width: 1252px;
    margin: auto;
}
.sec3 .about_content .swiper-slide .item {
    display: flex;
    align-items: center;
}
.sec3 .about_content .swiper-slide .item .right h1 {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2C2B2B;
    margin-bottom: 41px;
}
.sec3 .about_content .swiper-slide .item .right {
    padding-left: 90px;
}
.sec3 .about_content .swiper-slide .item .right>p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-bottom: 66px;
}
.sec3 .about_content .swiper-slide .item .right a {
    display: flex;
    align-items: center;
    width: 164px;
    height: 50px;
    border: 1px solid #DFD6C9;
    border-radius: 25px;
    justify-content: center;
    transition: 1s;
}
.sec3 .about_content .swiper-slide .item .right a p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #DFD6C9;
    margin-left: 8px;
    transition: 1s;
}
.sec3 .about_content .swiper-slide .item .right a .iconfont {
    font-size: 14px;
    color: #DFD6C9;
    transition: 1s;
}
.sec3 .about_content .swiper-slide .item .right a:hover p,.sec3 .about_content .swiper-slide .item .right a:hover .iconfont {
    color: #fff;
}
.sec3 .about_content .swiper-slide .item .right a:hover {
    background: #C89B5D;
    border: 1px solid transparent;
}
.sec3 .content {
    width: 100%;
    position: relative;
}
.sec3 .content:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    top: 50px;
}
.sec3 .about {
    width: 1220px;
    margin-top: 93px;
    margin-bottom: 140px;
}
.sec3 .about .swiper-slide p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #020202;
    transition: 1s;
    position: relative;
    padding-bottom: 51px;
    text-align: center;
    cursor: pointer;
}
.sec3 .about .swiper-slide p:hover,.sec3 .about .swiper-slide_active p {
    color: #C99E62;
}
.sec3 .about .swiper-slide p:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #BCBCBC;
    border-radius: 50%;
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s;
}
.sec3 .about .swiper-slide p:before {
    content: "";
    width: 43px;
    height: 43px;
    border: 2px solid #C99D60;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s;
    opacity: 0;
}
.sec3 .about .swiper-slide_active p:after,.sec3 .about .swiper-slide p:hover:after {
    background: #C99E62;
}
.sec3 .about .swiper-slide_active p:before,.sec3 .about p:hover:before {
    opacity: 1;
}
@media screen and (max-width: 1600px) {
    .sec1 .joke {
        width: 90%;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        justify-content: space-between;
    }
    .sec1 .joke {
        padding-top: 75px;
    }
    .sec2 .joke {
        width: 90%;
        margin: auto;
    }
    .sec2 .joke .img {
        width: 48%;
    }
    .sec2 .joke .img:nth-child(1) {
        margin-right: 4%;
    }
    .sec3 .about .swiper-slide p {
        font-size: 14px;
    }
    .sec3 .content:after {
        top: 47px;
    }
    .sec4 .text {
        left: 10vw;
    }
    .sec1 .joke .left {
        width: 30%;
        margin: 0;
    }
    .sec1 .joke .right {
        width: 60%;
    }
    .sec2 {
        padding: 80px 0 100px;
    }
    .sec2 h1,.sec3>h1,.sec4 .text h1 {
        font-size: 32px;
    }
    .sec1 .joke .right a {
        margin-top: 40px;
        padding: 0 30px;
    }
}
@media screen and (max-width: 1400px) {
    .sec2 h1,.sec3>h1,.sec4 .text h1,.sec1 .joke .left h1 {
        font-size: 28px;
    }
    .sec2 h1 {
        margin-bottom: 40px;
    }
    .sec3 .about_content .swiper-slide .item .right h1 {
        font-size: 24px;
    }
    .sec3 .about {
        margin-bottom: 60px;
    }
    .sec3 .about_content,.sec3 .about {
        width: 90%;
    }
    .sec3 .about .swiper-slide p:before {
        width: 30px;
        height: 30px;
        bottom: 6px;
    }
}
@media screen and (max-width: 1365px) {
    .sec1 .img {
        padding-top: 15vw;
    }
    .banner {
        padding-top: 80px;
    }
    .abLink {
        height: 60px;
    }
}
@media screen and (max-width: 1023px) {
    .sec1 .joke .right p {
        font-size: 12px;
        font-weight: 100;
    }
    .sec1 .joke .left p {
        font-weight: 100;
    }
    .sec3 .about .swiper-slide p:before {
        width: 20px;
        height: 20px;
        bottom: 11px;
    }
    .sec4 .text a:after {
        display: none;
    }
    .sec1 .img img:nth-child(1) {
        display: none;
    }
    .sec1 .joke {
        flex-direction: column;
    }
    .sec1 .joke .left,.sec1 .joke .right {
        width: 100%;
    }
    .sec1 .joke {
        padding-top: 40px;
    }
    .sec2 h1, .sec3>h1, .sec4 .text h1, .sec1 .joke .left h1 {
        font-size: 24px;
    }
    .sec1 .joke .left h1 {
        margin-bottom: 20px;
    }
    .sec1 .joke .left p {
        font-size: 12px;
        line-height: 24px;
    }
    .sec1 .joke .right a {
        margin-top: 20px;
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .abLink a:not(:nth-last-of-type(1)) {
        margin-right: 20px;
    }
    .sec2 h1, .sec3>h1, .sec4 .text h1, .sec1 .joke .left h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec3 .about_content .swiper-slide .item {
        flex-direction: column;
    }
    .sec3 .about_content .swiper-slide .item .right {
        padding: 20px 0 0;
        width: 100%;
    }
    .sec3 .about_content .swiper-slide .item .right h1 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec3 .about_content .swiper-slide .item .right a p {
        font-size: 12px;
    }
    .sec3 .about_content .swiper-slide .item .right a {
        width: 110px;
        height: 40px;
    }
    .sec3 .about .swiper-slide p {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sec3 .content:after {
        top: 44px;
    }
    .sec3 .about_content .swiper-slide .item .right>p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .abLink a {
        font-size: 14px;
    }
    .abLink {
        height: 50px;
    }
    .sec2 {
        padding: 40px 0;
    }
    .sec4 .text {
        width: 90%;
    }
    .sec4 .text p {
        width: 100%;
        font-size: 12px;
        line-height: 2;
    }
    .sec4 .text {
        left: 5vw;
    }

    .sec4 .text a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        margin-top: 13px;
        font-size: 12px;
    }
    .sec3 {
        padding-top: 40px;
    }
    .sec3 .about {
        margin-top: 40px;
    }

}
