.shop_banner{
    margin-top: 10px;
    width: 100%;
}
.shop_swiper_box{
    width: 100%;
    height: 280px;
    float: right;
}
.shop_swiper_box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.shop_swiper_box .swiper-button-next, .zy_bl .swiper-container-rtl .swiper-button-prev {
    background: url(../../imgs/layouts/next-1.png) center center no-repeat;
    right: 0;
}
.shop_swiper_box .swiper-button-prev, .zy_bl .swiper-container-rtl .swiper-button-next {
    background: url(../../imgs/layouts/prev-1.png) center center no-repeat;
    left: 0;
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 4px !important;
    background: #4FC2B8 !important;
    border: 1px solid #FFFFFF;
}
.swiper-pagination-bullet-active {
    width: 30px !important;
    height: 8px !important;
    background-color: #f79131 !important;
    border-radius: 4px !important;
    border: solid 1px #ffffff !important;
}
.companyPro{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.checkAll{
    margin-top: 20px;
    padding-bottom: 45px;
}
.checkAll a{
    color: #4FC2B8;
    font-size: 14px;
    margin-top: 20px;
}
checkAll a:visited{
    color: #4FC2B8;
}
.typeList{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
    width: 860px;
}
.typeitem{
    color: #666666;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 12px;
}
.typeitem:first-of-type a{
    color:  #333333;
    font-weight: bold;
}
.typeitem label{
    color: #4FC2B8;
}
.typeitem:hover a{
    color: #108391;
    text-decoration: underline;
}
.productList{
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.productItem{
    width: 190px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.productItem:nth-child(4n){
    margin-right: 0;
}
.productItem img{
    display: block;
    width: 188px;
    height: 190px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    object-fit: contain;
}
.productItem_name{
    width: 190px;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.productItem_btn{
    margin-top: 10px;
    width: 120px;
    height: 30px;
    background: #108391;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
}
.certificateList{
    padding-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
}
.certificateItem{
    margin-right: 20px;
    margin-bottom: 20px;
}
.certificateItem:nth-child(4n){
    margin-right: 0;
}
.certificateItemImg_box{
    position: relative;
    width: 188px;
    height: 190px;
}
.certificateItem img{
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    object-fit: contain;
    display: block;
    cursor: zoom-in;
}
.certificateItem_name{
    width: 182px;
    height: 60px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.certificateItem_name:hover{
    color: #108391;
    text-decoration: underline;
}
.big_check{
    position:absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: rgba(16, 131, 145, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.big_check i{
    color: white;
    font-size: 18px;
}
.big_check label{
    display: none;
    margin-left: 5px;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
}
.big_check:hover{
    width: 120px;
    transition: width 0.25s linear;
    cursor: pointer;
}
.big_check:hover label{
    display: block;
    animation: show 0.25s;
    cursor: pointer;
}
@keyframes show{
    0%{
        display: none;
    }
    100%{
        display: block;
    }
}

