footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.section {
    padding-top: 213px;
}
.section .wrap {
    width: 1280px;
    margin: auto;
}
.section .wrap .title h1 {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1B1F;
    line-height: 42px;
    text-align: center;
    margin-bottom: 29px;
}
.section .wrap .title p {
    font-size: 18px;
    font-family: Akrobat;
    font-weight: 600;
    color: #404040;
    text-align: center;
}
.section .wrap .title {
    margin-bottom: 63px;
}
.section .wrap .content {
    display: flex;
    justify-content: space-between;

}
.section .wrap .content .left {
    width: 910px;
    padding-right: 50px;
    border-right: 1px solid rgba(35, 41, 47, 0.05);
    padding-bottom: 33px;
}
.section .wrap .content .left .text p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 28px;
}
.section .wrap .content .left .text p img {
    display: block;
    margin: auto;
}
.section .wrap .content .left .page a {
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3C3C3C;
    margin-bottom: 15px;
    transition: 0.6s;
}
.section .wrap .content .left .page a:hover {
    color: #F6AB00;
}
.section .wrap .content .left .page {
    margin-top: 138px;
}
.section .wrap .content .right {
    padding-left: 30px;
    width: 337px;
}
.section .wrap .content .right h2 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1B1F;
    position: relative;
    margin-bottom: 67px;
}
.section .wrap .content .right h2:before {
    content: "";
    width: 337px;
    height: 1px;
    border: 1px solid #23292F;
    opacity: 0.05;
    position: absolute;
    left: 0;
    bottom: -24px;
}
.section .wrap .content .right h2:after {
    content: "";
    width: 50px;
    height: 1px;
    border: 1px solid #C89B5D;
    position: absolute;
    left: 0;
    bottom: -24px;
}
.section .wrap .content .right .item {
    display: block;
    width: 334px;
    margin-bottom: 41px;
}
.section .wrap .content .right .item p {
    font-size: 18px;
    font-family: Akrobat;
    font-weight: 600;
    color: #666666;
    margin-bottom: 17px;
    transition: 0.6s;
}
.section .wrap .content .right .item h1 {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #5D5D5D;
    line-height: 24px;
    margin-bottom: 17px;
    transition: 0.6s;
}
.section .wrap .content .right .item .img {
    width: 100%;
    overflow: hidden;
}
.section .wrap .content .right .item .img img{
    display: block;
    transition: 3s;
}
.section .wrap .content .right .item:hover .img img {
    transform: scale(1.1);
}
.section .wrap .content .right .item:hover h1 {
    color: #F6AB00;
}
.section .wrap .content .right .item:hover p {
    color: #F6AB00;
}
@media screen and (max-width: 1440px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .content .left {
        width: 72%;
    }
    .section .wrap .content .right {
        width: 26%;
    }
    .section .wrap .content .right h2:before {
        width: 100%;
    }
    .section .wrap .content .left .text p img {
        width: 100%;
        height: auto;
    }
    .section {
        padding-top: 130px;
    }
    .section .wrap .title h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1023px) {
    .section .wrap .title h1 {
        font-size: 24px;
    }
    .section {
        padding-top: 110px;
    }
    .section .wrap .content .left {
        padding-right: 0px;
        width: 100%;
        border: none;
    }
    .section .wrap .content .left .text p {
        font-size: 12px;
    }
    .section .wrap .title h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .section .wrap .title {
        margin-bottom: 20px;
    }
    .section .wrap .content .left .page {
        margin-top: 38px;
    }
    .section .wrap .title p {
        font-size: 14px;
    }
    .section .wrap .content .right h2 {
        font-size: 18px;
    }
    .section .wrap .content .right h2:before,.section .wrap .content .right h2:after {
        bottom: -10px;

    }
    .section .wrap .content .right {
        display: none;
    }
    .section .wrap .content .left .text iframe {
        width: 100% !important;
        height: auto!important;
    }
}
