footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.top1 {
    height: 88px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.3);
    position: fixed;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 9999;
    background: #ffffff;
}
.wrap {
    width: 1300px;
    margin: auto;
}
.top1 .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top1 .wrap>a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top1 .wrap>a .iconfont {
    color: #363636;
    font-size: 12px;
    margin-right: 10px;
    transition: 0.6s;
}
.top1 .wrap>a p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #363636;
    transition: 0.6s;
}
.top1 .wrap>a:hover p,.top1 .wrap>a:hover .iconfont {
    color: #C99D60;
}
.top1 .wrap .right a {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    transition: 0.6s;
}
.top1 .wrap .right a:nth-child(1) {
    margin-right: 55px;
}
.top1 .wrap .right a:hover {
    color: #C99D60;
}
.pro {
    margin-top: 210px;
    padding-bottom: 93px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.1);
}
.pro .joke {
    width: 1300px;
    margin: auto;
    display: flex;
}
.pro .swiper {
    width: 656px;
    margin: 0!important;
    position: relative;
}
.pro .swiper .btn {
    width: 92%;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
}
.pro .swiper .btn .iconfont {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    transition: 0.6s;
    cursor: pointer;
}
.pro .swiper .btn .iconfont:hover {
    background: #F6AB00;
}
.pro .swiper .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(227, 227, 227);
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19991209;
    opacity: 0;
    pointer-events: none;
}
.pro .swiper .img.xian {
    opacity: 1;
    pointer-events: auto;
}
.pro .swiper .btn .iconfont:nth-last-child(1) {
    transform: rotate(180deg);
}
.pro .swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000000;
    opacity: 0.2!important;
    border-radius: 50%;
}
.pro .swiper .swiper-pagination-bullet-active {
    opacity: 1!important;
}
.pro .right .change {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 37px;
}
.pro .right .change .play {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 17px;
    border-radius: 16px;
    cursor: pointer;
    transition: 1s;
}
.pro .right .change .play:not(:nth-last-child(1)) {
    margin-right: 5px;
}
.pro .right .change .play p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #6C6C6C;
    margin-left: 9px;
    transition: 1s;
}

.pro .right .change .play .iconfont {
    color: rgba(71, 71, 71, 1);
    transition: 1s;
}
.pro .right .change .play.on {
    background: #262626;
}
.pro .right .change .play.on p {
    color: #FFFFFF;
}
.pro .right .change .play.on .iconfont {
    color: #FFFFFF;
}

.pro .right .change .play:hover {
    background: #262626;
}
.pro .right .change .play:hover p {
    color: #FFFFFF;
}
.pro .right .change .play:hover .iconfont {
    color: #FFFFFF;
}

.pro .left {
    padding-top: 70px;
    margin-left: 107px;
}
.pro .left h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #363636;
    margin-bottom: 23px;
}
.pro .left .cxk {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.pro .left .cxk span {
    display: block;
    padding: 0 8px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #C99D60;
    line-height: 23px;
    border: 1px solid #C99D60;
    border-radius: 4px;
}
.pro .left ul {
    margin-bottom: 48px ;
}
.pro .left ul li {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #363636;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}
.pro .left ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #797979;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.pro .left h2 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #363636;
    margin-bottom: 23px;
}
.pro .left .plist .box .item {
    width: 400px;
    height: 58px;
    border-radius: 6px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
    border: 1px solid transparent;
}
.pro .left .plist .box .item img {
    max-width: 32px;
    max-height: 32px;
    display: block;
}
.pro .left .plist .box .item .c {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro .left .plist .box .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
}
.pro .left .plist .box .item:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #C99D60;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}
.pro .left .plist .box .item p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #363636;
    margin-left: 20px;
}
.pro .left .plist .box .item.on:before {
    opacity: 1;
}
.pro .left .plist .box .item.on:after {
    opacity: 0;
}
.pro .left .plist .box .item:hover:before {
    opacity: 1;
}
.pro .left .plist .box .item:hover:after {
    opacity: 0;
}
.pro .left  .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 58px;
    background: rgba(203, 189, 170, 0.06);
    border-radius: 6px;
    padding: 0 24px 0 20px;
    cursor: pointer;
    transition: 1s;
}
.pro .left  .more:hover {
    background: #C99D60;
}
.pro .left .more p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 36px;
    opacity: 0.59;
    transition: 1s;
}
.pro .left .more:hover p {
    color: #fff;
    opacity: 1;
}
.pro .left  .more .iconfont {
    width: 11px;
    height: 11px;
    border: 1px solid #C99D60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #C99D60;
    transition: 1s;
}
.pro .left  .more:hover .iconfont {
    border: 1px solid #fff;
}
.pro .left .more .iconfont svg {
    width: 5px;
    height: 5px;
    fill: #C99D60!important;
}

.pro .left .more .iconfont svg path {
    fill: #C99D60!important;
    transition: 1s;
}
.pro .left .more:hover .iconfont svg path {
    width: 5px;
    height: 5px;
    fill: #fff!important;
}
.pro .left .plist {
    overflow: hidden;
    transition: 0.6s ;
    height: 594px;
}
.sec2 {
    padding-top: 86px;
}
.sec2 h1 {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #363636;
    text-align: center;
    margin-bottom: 61px;
}
.sec2 .content {
    margin: auto;
}
.sec2 .content img {
    display: block;
    margin: auto;
}
.sec3 {
    padding-top: 128px;
}
.sec3 h1 {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #363636;
    text-align: center;
    margin-bottom: 66px;
}
.sec3 .table {
    width: 1302px;
    margin: 0 auto 103px;
    background: #FAFAFA;
    padding: 80px 69px 69px;
}
.sec3 .table h2 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #242424;
    margin-bottom: 26px;
}
.sec3 .table table {
    width: 100%;

}
.sec3 .table table tr {
    width: 560px;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    border-bottom: 1px solid #E6E6E6;
}
.sec3 .table table tr td:nth-child(1) {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #747674;
}
.sec3 .table table tr td:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #585858;
}
.sec4 {
    padding-bottom: 118px;
}
.sec4>h1{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #363636;
    margin-bottom: 77px;
    text-align: center;
    position: relative;
}
.sec4>h1:after {
    content: "";
    width: 43px;
    height: 7px;
    background: #C99D60;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0px 0px,43px 0px,37px 7px ,6px 7px);
}
.sec4 .joke {
    display: flex;
    width: 1200px;
    margin: auto;
}
.sec4 .joke .item {
    width: 389px;
    height: 372px;
    background: #FAFAFA;
    padding-top: 44px;
}
.sec4 .joke .item .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    margin-bottom: 44px;
    font-size: 55px;
    position: relative;
}
.sec4 .joke .item h1 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1A1B1F;
    text-align: center;
    margin-bottom: 17px;
}
.sec4 .joke .item:nth-last-child(1) .iconfont:after {
    content: "";
    width: 82px;
    height: 82px;
    border: 1px solid #C99D60;
    opacity: 0.27;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sec4 .joke .item p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #010101;
    line-height: 24px;
    opacity: 0.5;
    text-align: center;
}
.sec4 .joke .item p span {
    color: rgba(246, 171, 0, 1);
}
@media screen and (max-width: 1440px) {
    .pro .left h1 {
        font-size: 32px;
    }
    .wrap {
        width: 90%;
    }
    .pro .joke {
        width: 90%;
    }
    .top1 {

    }
    .sec3 .table,.sec4 .joke {
        width: 90%;
    }
    .sec4 .joke .item {
        width: 33.333%;
    }
    .sec3 .table table {
        width: 100% !important;
    }
}
@media screen and (max-width: 1365px) {
    .top1 {
        top: 80px;
    }
    .pro .right {
        width: 50%;
    }
    .pro .swiper {
        width: 100%;
    }
    .pro .left {
        width: 50%;
        padding-top: 40px;
        padding-left: 80px;
        margin-left: 0px;
    }

}
@media screen and (max-width: 1100px) {
    .pro .left .plist .box .item,.pro .left .plist,.pro .left .plist .box,.pro .left .more {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .sec3 .table {
        padding: 55px 20px 40px;
        margin: 0 auto 43px;
    }
    .sec4>h1 {
        margin-bottom: 45px;
    }
    .sec3 .table h2 {
        font-size: 20px;
    }
    .pro .left h1,.sec2 h1 {
        font-size: 24px;
    }
    .pro .left h2 {
        font-size: 16px;
    }
    .sec2 h1,.sec3 h1,.sec3 h1,.sec3 h1 {
        margin-bottom: 25px;
    }
    .sec2 {
        padding-top: 40px;
    }
    .pro {
        padding-bottom: 50px;
    }
    .pro .left {
        padding-top: 20px;
        padding-left: 40px;
    }
    .sec2 .content {
        width: 90%;
    }
    .top1 {
        top: 50px;
    }
}
@media screen and (max-width: 900px) {
    .sec2 .content img {
        width: 100%;
        height: auto;
    }
    .top1 {
        height: 50px;
    }
    .top1 .wrap .right a,.top1 .wrap>a p {
        font-size: 12px;
    }
    .top1 .wrap>a .iconfont {
        margin-right: 5px;
    }
    .pro {
        margin-top: 170px;
    }
}
@media screen and (max-width: 768px) {
    .pro .left h1, .sec2 h1{
        font-size: 20px;
    }
    .pro .left .plist .box .item p {
        font-size: 12px;
    }
    .pro .left .cxk {
        margin-bottom: 20px;
    }
    .pro .left {
        padding-top: 10px;
        padding-left: 20px;
    }
    .pro .left h2 {
        font-size: 14px;
        margin-bottom: 15px;
    }

}
@media screen and (max-width: 700px) {
    .sec3 {
        padding-top: 30px;
    }
    .pro .joke {
        flex-direction: column;
    }
    .pro .right,.pro .left {
        width: 100%;
    }
    .pro .right {
        margin-bottom: 30px;
    }
    .pro .right .change {
        margin-top: 20px;
    }
    .pro .right .change .play p {
        font-size: 12px;
    }
    .sec2 h1,.sec3 h1,.sec4>h1 {
        width: 90%;
        margin: 0 auto 30px;
        text-align: left;
        font-size: 20px;
    }
    .sec3 .table h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .sec4>h1:after {
        display: none;
    }
    .sec3 .table, .sec4 .joke {
        flex-direction: column;
    }
    .sec4 .joke .item h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec4 .joke .item p {
        font-size: 14px;
    }
    .sec4 .joke .item {
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }
    .sec4 .joke .item .iconfont {
        height: 90px;
    }
    .sec3 .table {
        padding: 30px 20px 40px;

    }
    .sec3 .table td {
        font-size: 12px!important;
    }
    .sec3 .table td span {
        font-size: 12px!important;
    }
    .pro {
        margin-top: 156px;
        padding-bottom: 30px;
    }
    .pro .left {
        padding-left: 0px;
    }
}
