.pro_banner {
    position: relative;
    z-index: 1
}

.pro_banner .img {
    width: 100%
}

.pro_banner .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center
}

.pro_banner .wrap .title {
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    margin: 0 0 64px
}

.products1 .bottom .joke .r .common_paging .gang,.products1 .bottom .joke .r .common_paging .all{
    display: none;
}
.pro_banner .wrap .r {
    width: 640px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    padding: 0 33px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pro_banner .wrap .r input {
    width: 550px;
    height: 100%;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 16px
}

.pro_banner .wrap .r input::placeholder {
    color: rgba(153, 153, 153, 0.4)
}

.pro_banner .wrap .r span {
    width: 1px;
    height: 20px;
    background: #DEDEDE;
    margin: 0 32px 0 0
}

.pro_banner .wrap .r .iconfont {
    color: #969696;
    font-size: 24px;
    cursor: pointer;
    transition: .6s ease
}

.pro_banner .wrap .r .iconfont:hover {
    color: var(--color)
}

.products1 .bottom {
    background: #F5F5F5;
    padding: 105px 0 143px
}

.products1 .bottom .joke {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.products1 .bottom .joke .side {
    width: 420px
}

.products1 .bottom .joke .side .matter {
    width: 100%;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 52px 26px 64px 26px
}

.products1 .bottom .joke .side .matter:not(:last-child) {
    margin: 0 0 58px
}

.products1 .bottom .joke .side .matter .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 0 18px
}

.products1 .bottom .joke .side .matter .grid {
    margin: 40px 0 0 0;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 13px 10px
}

.products1 .bottom .joke .side .matter .grid .item {
    width: 100%;
    height: 108px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    padding: 15px 0 0 15px;
    cursor: pointer;
    transition: .6s ease
}

.products1 .bottom .joke .side .matter .grid .item.on {
    border: 1px solid var(--color)
}

.products1 .bottom .joke .side .matter .grid .item.on .icon img {
    filter: grayscale(0)
}

.products1 .bottom .joke .side .matter .grid .item.on .text {
    color: var(--color)
}

.products1 .bottom .joke .side .matter .grid .item .icon {
    width: 37px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px
}

.products1 .bottom .joke .side .matter .grid .item .icon img {
    object-fit: contain;
    filter: grayscale(1);
    transition: .6s ease
}

.products1 .bottom .joke .side .matter .grid .item .text {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: .6s ease
}

.products1 .bottom .joke .side .matter .flex {
    margin: 34px 0 0 0
}

.products1 .bottom .joke .side .matter .flex .item {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    transition: .6s ease
}

.products1 .bottom .joke .side .matter .flex .item:not(:last-child) {
    margin: 0 0 18px
}

.products1 .bottom .joke .side .matter .flex .item.on {
    border: 1px solid var(--color)
}

.products1 .bottom .joke .side .matter .flex .item.on .show {
    color: var(--color)
}

.products1 .bottom .joke .side .matter .flex .item .show {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 27px;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    transition: .6s ease;
    cursor: pointer
}

.products1 .bottom .joke .side .matter .flex .item .hide {
    overflow: hidden;
    display: none
}

.products1 .bottom .joke .side .matter .flex .item .hide > div {
    padding: 0 46px 0 27px;
    margin: 10px 0 25px
}

.products1 .bottom .joke .side .matter .flex .item .hide .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.products1 .bottom .joke .side .matter .flex .item .hide .list.on .bor {
    border: 1px solid var(--color);
}
.products1 .bottom .joke .side .matter .flex .item .hide .list.on .bor:after{
    opacity: 1;
}

.products1 .bottom .joke .side .matter .flex .item .hide .list.on .bor img {
    opacity: 1
}

.products1 .bottom .joke .side .matter .flex .item .hide .list:not(:last-child) {
    margin: 0 0 20px
}

.products1 .bottom .joke .side .matter .flex .item .hide .list p {
    font-weight: 500;
    font-size: 16px;
    color: #666666
}

.products1 .bottom .joke .side .matter .flex .item .hide .list .bor {
    width: 19px;
    height: 19px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    position: relative;
}
.products1 .bottom .joke .side .matter .flex .item .hide .list .bor img{
    display: none;
}
.products1 .bottom .joke .side .matter .flex .item .hide .list .bor:after{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 2px;
    background: var(--color);
    opacity: 0;
    transition: .6s ease;
}

.products1 .bottom .joke .side .matter .flex .item .hide .list .bor img {
    width: 90%;
    object-fit: contain;
    opacity: 0;
    transition: .6s ease
}

.products1 .bottom .joke .r {
    width: 1000px
}

.products1 .bottom .joke .r .item {
    display: block
}

.products1 .bottom .joke .r .item:not(:last-child) {
    margin: 0 0 39px
}

.products1 .bottom .joke .r .item:hover .color {
    box-shadow: 0px 0px 32px 0px rgba(73, 177, 71, 0.14)
}

.products1 .bottom .joke .r .item:hover .color .l .more {
    border: 1px solid transparent;
    background: var(--color)
}

.products1 .bottom .joke .r .item:hover .color .l .more p, .products1 .bottom .joke .r .item:hover .color .l .more .iconfont {
    color: #fff
}

.products1 .bottom .joke .r .item:hover .color .img img {
    transform: scale(1.05)
}

.products1 .bottom .joke .r .item:hover .color .img .eng {
    opacity: 1
}

.products1 .bottom .joke .r .item .color {
    height: 420px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 0 0 0 113px;
    transition: .6s ease
}

.products1 .bottom .joke .r .item .color .l {
    width: 320px;
    margin: 0 40px 0 0
}

.products1 .bottom .joke .r .item .color .l .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 30px
}

.products1 .bottom .joke .r .item .color .l .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #969696
}

.products1 .bottom .joke .r .item .color .l .more {
    width: 232px;
    height: 64px;
    border-radius: 31px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0 0;
    transition: .6s ease
}

.products1 .bottom .joke .r .item .color .l .more p {
    font-weight: bold;
    font-size: 16px;
    color: #888888;
    margin: 0 13px 0 0;
    transition: .6s ease
}

.products1 .bottom .joke .r .item .color .l .more .iconfont {
    color: #888888;
    font-size: 16px;
    font-weight: bold;
    transition: .6s ease
}

.products1 .bottom .joke .r .item .color .img {
    width: 367px;
    height: 376px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 21
}

.products1 .bottom .joke .r .item .color .img .eng {
    font-size: 108px;
    color: #F5F5F5;
    position: absolute;
    z-index: 1;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .6s ease;
    font-weight: bold
}

.products1 .bottom .joke .r .item .color .img img {
    object-fit: contain;
    position: relative;
    z-index: 5;
    transition: .6s ease
}

.products1 .bottom .joke .r .common_paging {
    margin: 70px 0 0 0
}

@media screen and (max-width: 1919px) {
    .pro_banner .wrap .title{
        font-size: 3.3333333333vw;
        margin: 0px 0px 3.3333333333vw;
    }
    .pro_banner .wrap .r{
        width: 33.3333333333vw;
        height: 3.3333333333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.71875vw;
    }
    .pro_banner .wrap .r input{
        width: 28.6458333333vw;
        font-size: 0.8333333333vw;
    }
    .pro_banner .wrap .r span{
        height: 1.0416666667vw;
        margin: 0px 1.6666666667vw 0px 0px;
    }
    .pro_banner .wrap .r .iconfont{
        font-size: 1.25vw;
    }
    .products1 .bottom{
        padding: 5.46875vw 0px 7.4479166667vw;
    }
    .products1 .bottom .joke{
        width: 77.0833333333vw;
    }
    .products1 .bottom .joke .side{
        width: 21.875vw;
    }
    .products1 .bottom .joke .side .matter{
        border-radius: 0.78125vw;
        padding: 2.7083333333vw 1.3541666667vw 3.3333333333vw;
    }
    .products1 .bottom .joke .side .matter:not(:last-child){
        margin: 0px 0px 3.0208333333vw;
    }
    .products1 .bottom .joke .side .matter .title{
        font-size: 1.6666666667vw;
        margin: 0px 0px 0px 0.9375vw;
    }
    .products1 .bottom .joke .side .matter .grid{
        margin: 2.0833333333vw 0px 0px;
        gap: 0.6770833333vw 0.5208333333vw;
    }
    .products1 .bottom .joke .side .matter .grid .item{
        height: 5.625vw;
        border-radius: 0.3125vw;
        padding: 0.78125vw 0px 0px 0.78125vw;
    }
    .products1 .bottom .joke .side .matter .grid .item .icon{
        width: 1.9270833333vw;
        height: 1.71875vw;
        margin: 0px 0px 1.1458333333vw;
    }
    .products1 .bottom .joke .side .matter .grid .item .text{
        font-size: 0.8333333333vw;
    }
    .products1 .bottom .joke .side .matter .flex{
        margin: 1.7708333333vw 0px 0px;
    }
    .products1 .bottom .joke .side .matter .flex .item{
        border-radius: 0.3125vw;
    }
    .products1 .bottom .joke .side .matter .flex .item:not(:last-child){
        margin: 0px 0px 0.9375vw;
    }
    .products1 .bottom .joke .side .matter .flex .item .show{
        height: 3.125vw;
        padding: 0px 1.40625vw;
        font-size: 0.9375vw;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide > div{
        padding: 0px 2.3958333333vw 0px 1.40625vw;
        margin: 0.5208333333vw 0px 1.3020833333vw;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list p{
        font-size: 0.8333333333vw;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list .bor{
        width: 0.9895833333vw;
        height: 0.9895833333vw;
        border-radius: 0.15625vw;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list .bor::after{
        width: 0.5729166667vw;
        height: 0.5729166667vw;
        border-radius: 0.1041666667vw;
    }
    .products1 .bottom .joke .r{
        width: 52.0833333333vw;
    }
    .products1 .bottom .joke .r .item:not(:last-child){
        margin: 0px 0px 2.03125vw;
    }
    .products1 .bottom .joke .r .item:hover .color{
        box-shadow: rgba(73, 177, 71, 0.14) 0px 0px 1.6666666667vw 0px;
    }
    .products1 .bottom .joke .r .item .color{
        height: 21.875vw;
        border-radius: 1.25vw;
        padding: 0px 0px 0px 5.8854166667vw;
    }
    .products1 .bottom .joke .r .item .color .l{
        width: 16.6666666667vw;
        margin: 0px 2.0833333333vw 0px 0px;
    }
    .products1 .bottom .joke .r .item .color .l .p1{
        font-size: 2.1875vw;
        margin: 0px 0px 1.5625vw;
    }
    .products1 .bottom .joke .r .item .color .l .p2{
        font-size: 0.9375vw;
    }
    .products1 .bottom .joke .r .item .color .l .more{
        width: 12.0833333333vw;
        height: 3.3333333333vw;
        border-radius: 1.6145833333vw;
        margin: 3.125vw 0px 0px;
    }
    .products1 .bottom .joke .r .item .color .l .more p{
        font-size: 0.8333333333vw;
        margin: 0px 0.6770833333vw 0px 0px;
    }
    .products1 .bottom .joke .r .item .color .l .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .products1 .bottom .joke .r .item .color .img{
        width: 19.1145833333vw;
        height: 19.5833333333vw;
    }
    .products1 .bottom .joke .r .item .color .img .eng{
        font-size: 5.625vw;
        bottom: 2.1354166667vw;
    }
    .products1 .bottom .joke .r .common_paging{
        margin: 3.6458333333vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .pro_banner{
        margin: 65px 0 0 0;
    }
    .pro_banner .wrap .title{
        font-size: 22px;
        margin: 0 0 22px;
    }
    .pro_banner .wrap .r {
        width: 100%;
        height: 40px;
        border-radius: 8px;
        padding: 0 15px;
    }
    .pro_banner .wrap{
        width: 90%;
    }
    .pro_banner .img{
        height: 250px;
    }
    .pro_banner .wrap .r input{
        width: 80%;
        font-size: 13px;
    }
    .pro_banner .wrap .r span {
        width: 1px;
        height: 15px;
        margin: 0 ;
    }
    .pro_banner .wrap .r .iconfont{
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {

    .products1 .top{
        width: 90%;
        padding: 15px 0 30px 0;
        flex-direction: column;
        align-items: unset;
    }
    .products1 .top .l .p1{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .products1 .top .l .p2{
        font-size: 14px;
    }
    .products1 .top .r {
        width: 100%;
        height: 45px;
        border-radius: 6px;
        padding: 0 15px;
        margin: 20px 0 0 0;
    }
    .products1 .top .r input {
        width: 80%;
        font-size: 14px;
    }
    .products1 .top .r .iconfont{
        font-size: 16px;
    }
    .products1 .bottom .joke{
        width: 90%;
        flex-direction: column;
    }
    .products1 .bottom .joke .side {
        width: 100%;
    }
    .products1 .bottom .joke .side .matter{
        padding: 20px 10px;
    }
    .products1 .bottom .joke .side .matter .title{
        font-size: 16px;
        margin: 0;
    }
    .products1 .bottom .joke .side .matter:not(:last-child){
        margin: 0 0 15px;
    }
    .products1 .bottom .joke .side .matter .grid {
        margin: 15px 0 0 0;
        grid-template-columns: repeat(2, 1fr);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 13px 10px;
    }
    .products1 .bottom .joke .side .matter .grid .item{
        height: auto;
        padding: 20px 10px;
        width: 48%;
    }
    .products1 .bottom .joke .side .matter .grid .item .icon{
        width: 28px;
        height: 28px;
        margin: 0 0 10px;
    }
    .products1 .bottom .joke .side .matter .grid .item .text{
        font-size: 13px;
    }
    .products1 .bottom .joke .side .matter .flex{
        margin: 23px 0 0 0;
    }
    .products1 .bottom .joke .side .matter .flex .item:not(:last-child) {
        margin: 0 0 15px;
    }
    .products1 .bottom .joke .side .matter .flex .item{
        border-radius: 5px;
    }
    .products1 .bottom .joke .side .matter .flex .item .show{
        height: 40px;
        padding: 0 5%;
        font-size: 13px;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list:not(:last-child) {
        margin: 0 0 10px;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide > div{
        padding: 0 5%;
        margin: 20px 0;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list p {
        font-size: 12px;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list .bor {
        width: 19px;
        height: 19px;
        border-radius: 3px;
        border: 1px solid #D9D9D9;
    }
    .products1 .bottom .joke .side .matter .flex .item .hide .list .bor:after {
        width: 11px;
        height: 11px;
        border-radius: 2px;
    }
    .products1 .bottom .joke .r{
        width: 100%;
        margin: 22px 0 0 0;
    }
    .products1 .bottom .joke .r .item .color{
        height: auto;
        border-radius: 10px;
        padding: 15px;
        flex-direction: column-reverse;
    }
    .products1 .bottom .joke .r .item .color .img {
        width: 100%;
        height: auto;
    }
    .products1 .bottom .joke .r .item .color .img .eng{
        display: none;
    }
    .products1 .bottom .joke .r .item .color .l {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .products1 .bottom .joke .r .item .color .l .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .products1 .bottom .joke .r .item .color .l .p2{
        font-size: 13px;
    }
    .products1 .bottom .joke .r .item .color .l .more{
        width: fit-content;
        padding: 0 25px;
        border-radius: 25px;
        margin: 25px auto 20px;
        height: 40px;
    }
    .products1 .bottom .joke .r .item .color .l .more p{
        font-size: 13px;
        margin: 0 8px 0 0;
    }
    .products1 .bottom .joke .r .item .color .l .more .iconfont{
        font-size: 13px;
    }
    .products1 .bottom .joke .r .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .products1 .bottom .joke .r .item .color .img{
        width: 80%;
        height: auto;
        margin: auto;
    }
    .products1 .bottom .joke .r .item .color .l{
        text-align: center;
    }
    .products1 .bottom .joke .r .common_paging .gang{
        display: block;
    }
    .products1 .bottom .joke .r .common_paging .all{
        display: flex;
    }
}

