footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.banner {
    padding-top: 90px;
    width: 100%;
}
.banner img {
    display: block;
    width: 100%;
}
.proLink {
    display: flex;
    justify-content: center;
    width: 100%;
    background: rgba(191, 191, 191, 0.09);
    padding: 30px 0;
}
.proLink .item {
    display: block;
}
.proLink .item:not(:nth-last-child(1)) {
    margin-right: 106px;
}
.proLink .item .img {
    min-height: 77px;
    max-width: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.proLink .item .img img {
    transition: 1s;
}
.proLink .item:hover .img img {
    transform: scale(1.1);
}
.proLink .item p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    transition: 1s;
}
.proLink .item:hover p {
    color: #B77C36;
}
.wrap1 {
    width: 1260px;
    margin: auto;
    padding-top: 94px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}
.wrap1 .left .top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.wrap1 .left .top a {
    display: flex;
    align-items: center;
}
.wrap1 .left .top span {
    margin: 0 16px;
    color: #EDEDED;
    font-size: 12px;
}
.wrap1 .left .top a .iconfont {
    margin-right: 5px;
}
.wrap1 .left .top a .iconfont,.wrap1 .left .top a p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #555555;
}
.wrap1 .left .top a:nth-last-child(1) {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B77C36;
}
.wrap1 .left .screen .item {
    margin-bottom: 14px;
    width: 175px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.8);
    padding-bottom: 13px;
}
.wrap1 .left .screen .item .block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.wrap1 .left .screen .item .block p {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #555555;
    transition: 1s;
}
.wrap1 .left .screen .item .block:hover p {
    color: #000;
}
.wrap1 .left .screen .item .block .iconfont {
    font-size: 12px;
    font-weight: 700;
    color: #797979;
    transition: 0.6s;
}
.wrap1 .left .screen .item .none {
    padding: 17px 0 10px;
    width: 100%;
}
.wrap1 .left .screen .item .none .line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.wrap1 .left .screen .item .none .line p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #555555;
}
.wrap1 .left .screen .item .none .line .iconfont {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid rgba(237, 237, 237, 0.8);
    color: #fff;
    transition: 1s;
}
.wrap1 .left .screen .item .none .line.ac .iconfont {
    background: #B77C36;
}
.wrap1 .left .screen .item.item_active .block .iconfont{
    transform: rotate(45deg);
}
.wrap1 .left .screen .item.item_active .block p {
    color: #000;
    transform: scale(1.1);
}
.wrap1 .proList {
    width: 948px;
}
.wrap1 .proList h1 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}
.wrap1 .left {
    position: relative;
    height: fit-content;
}
.wrap1 .proList:after {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #000000;
    opacity: 0.21;
    position: absolute;
    left: -57px;
    top: 0;
}
.wrap1 .proList {
    position: relative;
}
.wrap1 .proList .box {
    display: flex;
    flex-wrap: wrap;
}
.wrap1 .proList .box .item {
    width: 308px;
    height: 369px;
    background: rgba(245, 245, 245, 0.5);
    border-radius: 6px;
    margin-right: 12px;
    margin-bottom: 13px;
    transition: 1s;
    overflow: hidden;
    position: relative;
}
.wrap1 .proList .box .item:nth-child(3n) {
    margin-right: 0;
}
.wrap1 .proList h1:not(:nth-child(1)) {
    margin-top: 58px;
}
.wrap1 .proList .box .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    width: 100%;
}
.wrap1 .proList .box .item .img img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    transition: 1s;
}
.wrap1 .proList .box .item:hover .img img {
    transform: scale(1.1);
}
.wrap1 .proList .box .item h2 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    text-align: center;
    transition: 0.6s;
    position: relative;
    z-index: 9;
    margin: 250px 0 0;
}
.wrap1 .proList .box .item span {
    width: fit-content;
    display: block;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    margin: 8px auto 31px;
    padding: 0 9px;
    position: relative;
    z-index: 9;
}
.wrap1 .proList .box .item p {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #5A5C60;
    text-align: center;
    position: relative;
    z-index: 9;
}
.wrap1 .proList .box .item:hover h2 {

    color: #B77C36;
}
.wrap1 .proList .box .item:hover {
    box-shadow: 2px -2px 16px 0px rgba(52,52,52,0.1);
}
.wrap1 .proList .box .item.baise h2,.wrap1 .proList .box .item.baise span,.wrap1 .proList .box .item.baise p {
    color: #FFFFFF;
}
@media screen and (max-width: 1365px) {
    .wrap1 {
        width: 90%;
    }
    .wrap1 .left {
        width: 20%;
    }
    .wrap1 .proList {
        width: 75%;
    }
    .wrap1 .proList .box .item {
        width: 32%;
    }
    .wrap1 .proList .box .item.baise {
        width: 32%;
        height: auto;
    }
    .wrap1 .proList .box .item.baise .img {
        position: unset;
    }
    .wrap1 .proList .box .item.baise .text {
        width: 90%;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .wrap1 .proList .box .item.baise span {
        margin: 8px auto 11px;
    }
    .wrap1 .proList .box .item.baise h2 {
        margin: 0;
    }
    .wrap1 .proList:after {
        left: -4%;
    }
}
@media screen and (max-width: 1023px) {
    .wrap1 {
        flex-direction: column;
        padding-top: 20px;
    }
    .wrap1 .left .screen {
        display: flex;
    }
    .wrap1 .left {
        width: 100%;
        margin-bottom: 40px;
    }
    .wrap1 .proList {
        width: 100%;
    }
    .wrap1 .proList:after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -20px;
    }
    .wrap1 .left .screen .item {
        margin-right: 30px;
    }
    .wrap1 .left .top {
        margin-bottom: 35px;
    }
    .wrap1 .left .screen .item {
        height: fit-content;
    }
    .banner {
        padding-top: 80px;
    }
    .proLink .item:not(:nth-last-child(1)) {
        margin-right: 70px;
    }
}
@media screen and (max-width: 800px) {
    .wrap1 .proList .box .item {
        width: 49%;
        margin-right: 0;
    }
    .wrap1 .proList .box {
        justify-content: space-between;
    }
    .wrap1 .proList .box .item.baise {
        width: 49%;
    }

}
@media screen and (max-width: 768px) {
    .proLink .item {
        width: 20%;
        margin-right: 0!important;
        margin-bottom: 20px;
    }
    .proLink .item p {
        text-align: center;
    }
    .proLink .item p {
        font-size: 14px;
    }
    .proLink .item .img {
        margin: 0 auto 15px;
    }
    .proLink {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .proLink .item .img img {
        max-height: 46px;
        max-width: 46px;
    }
    .proLink .item .img {
        height: 46px;
        max-width: 46px;
        min-height: unset;
    }
    .wrap1 .proList .box .item.baise .img img {
        filter: brightness(0.5);
    }
}
@media screen and (max-width: 500px) {
    .wrap1 .left {
        margin-bottom: 15px;
    }
    .wrap1 .proList .box .item.baise .text {
        bottom: 15px;
    }
    .wrap1 .left .screen .item {
        width: 48%;
    }
    .wrap1 .left .screen {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wrap1 .left .screen .item .none {
        display: block;
    }
    .wrap1 .left .screen .item {
        padding-bottom: unset;
    }
    .wrap1 .left .screen .item .block {
        pointer-events: none;
    }
    .wrap1 .left .screen .item {
        margin-right: 0;
    }
    .wrap1 .proList h1:not(:nth-child(1)) {
        margin-top: 30px;
    }
    .wrap1 .proList .box .item h2 {
        font-size: 14px;
    }
    .wrap1 .proList .box .item p {
        font-size: 12px;
    }
    .wrap1 .proList .box .item span {
        margin: 8px auto 15px;
    }
    .wrap1 .proList .box .item {
        height: 340px;
    }
}
