.frame-title>ul>li>a {
    color: #222222;
}

.language>a {
    color: #222222;
}


.hideimg {
    display: none;
}

.showimg {
    display: block;
}


.productv-top {
    padding: 200px 0 100px;
    background-image: url("../images/picbj09.png");
    background-size: 100% 100%;
}


.productv-tpcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productv-tpctle {
    width: 60%;
}

.productv-tpctle h3 {
    font-size: 56px;
}

.productv-tpctle p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 35px;
}

.productv-tpctle button {
    width: 180px;
    font-size: 20px;
    background-color: #07923a;
    border-radius: 10px;
    color: #ffffff;
    border-width: 0;
    padding: 18px 0;
    cursor: pointer;
    margin-top: 55px;
}


.productv-tpctri {
    width: 30%;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.productv-tpctri .mySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productv-tpctri .mySwiper .swiper-slide img {
    width: 80%;
    height: auto;
}

.swiper-pagination-bullet-active {
    background: #07923a;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}






.productv-sel {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.productv-sel a {
    font-size: 24px;
    margin-right: 80px;
    color: #222222;
}

.selasw {
    color: #07923a !important;
}




.productv-overview {
    padding: 90px 0;
}

.overview-cnt {
    display: flex;
    justify-content: space-between;
}

.overview-ctit {
    width: 20%;
}

.overview-ctri {
    width:75%;
}

.overview-ctri p {
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    margin-top: 5px;
}

.overview-ctri h4 {
    font-size: 22px;
    margin-top: 25px;
}




.productv-tit {
    font-size: 48px;

}


.productv-feature {
    background-color: #f5f5f5;
    padding: 90px 0;
}

.feature-ul {
    display: flex;
    flex-wrap: wrap;
}

.feature-ul>li {
    width: calc((100% - 160px)/4);
    margin-top: 60px;
    margin-right: 40px;
    display: flex;
}

.feature-ul>li span {
    width: 5px;
    display: inline-block;
    background-color: #dddddd;
    position: relative;
}

.feature-ul>li span::before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #07923a;
}

.feature-ul>li p {
    width: 98%;
    font-size: 20px;
    padding-left: 25px;
    line-height: 34px;
}








.productv-norms {
    padding: 90px 0;
}

.norms-ctab {
    padding-top: 55px;
}

.layui-table {
    margin: 0;
}

.layui-table th {
    color: #222222;
}

.layui-table tbody tr:hover,
.layui-table thead tr {
    background-color: #f5f5f5;
}

.layui-table[lay-even] tr:nth-child(even) {
    background-color: #f5f5f5;
}

.layui-table td,
.layui-table th {
    font-size: 20px;
    padding: 20px 30px;
    color: #666666;
}

.layui-table td:nth-child(1) {
    color: #222222;
}



@media only screen and (max-width: 1340px) {
    .productv-top {
        padding: 140px 0 80px;
    }

    .productv-tpctle h3 {
        font-size: 38px;
    }

    .productv-tpctle p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 25px;
    }

    .productv-tpctle button {
        width: 160px;
        font-size: 16px;
        padding: 14px 0;
        margin-top: 35px;
    }


    .productv-sel {
        padding: 30px 0;
    }

    .productv-sel a {
        font-size: 18px;
        margin-right: 60px;
    }



    .productv-overview {
        padding: 60px 0;
    }

    .productv-tit {
        font-size: 36px;
    }



    .overview-ctri p {
        font-size: 16px;
        line-height: 30px;
    }

    .overview-ctri h4 {
        font-size: 18px;
        margin-top: 15px;
    }




    .productv-feature {
        padding: 60px 0;
    }

    .feature-ul>li {
        width: calc((100% - 120px) / 4);
        margin-top: 40px;
        margin-right: 30px;
    }

    .feature-ul>li p {
        font-size: 16px;
        padding-left: 15px;
        line-height: 28px;
    }




    .productv-norms {
        padding: 60px 0;
    }

    .norms-ctab {
        padding-top: 35px;
    }

    .layui-table td,
    .layui-table th {
        font-size: 16px;
        padding: 10px 20px;
    }


}


@media only screen and (max-width: 769px) {

    .productv-top {
        padding: .8rem .1rem;
    }

    .productv-tpcnt {
        flex-direction: column;
    }

    .productv-tpctle {
        width: 100%;
    }

    .productv-tpctle h3 {
        font-size: 28px;
    }

    .productv-tpctle p {
        font-size: 14px;
        line-height: 26px;
        margin-top: .25rem;
    }

    .productv-tpctle button {
        width: 140px;
        font-size: 14px;
        padding: 12px 0;
        margin-top: .35rem;
    }


    .productv-tpctri {
        width: 100%;
        padding: .2rem 0;
        border-radius: 10px;
        margin-top: .4rem;
    }




    .productv-sel {
        padding: .3rem .1rem;
    }

    .productv-sel a {
        font-size: 16px;
        margin-right: .6rem;
    }

    .productv-overview {
        padding: .6rem .1rem;
    }

    .productv-tit {
        font-size: 24px;
    }

    .overview-cnt{
        flex-direction: column;
    }
    .overview-ctit {
        width: 100%;
    }
    .overview-ctri {
        width: 100%;
    }
    .overview-ctri p {
        font-size: 14px;
        line-height: 24px;
    }
    .overview-ctri h4 {
        font-size: 16px;
        margin-top: .15rem;
    }




    .productv-feature {
        padding: .6rem .1rem;
    }
    .feature-ul>li {
        width: calc((100% - .6rem)/2);
        margin-top: .4rem;
        margin-right: .3rem;
    }
    .feature-ul>li p {
        font-size: 14px;
        padding-left: .15rem;
        line-height: 24px;
    }


    .productv-norms {
        padding: .6rem .1rem;
    }
    .norms-ctab {
        padding-top: .35rem;
    }

    .layui-table td, .layui-table th {
        font-size: 14px;
        padding: .1rem .2rem;
    }


}