.pro-type-wrap .pro-type-tabs {
    bottom:0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.pro-type-wrap .pro-type-tabs a {
    width: calc(100%/2 - 10px);
    margin-right: 20px;
    height: 70px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 20px;
    color: #0F2B4A;
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 0px 30px;
    transition: all .35s;
}
.pro-type-wrap .pro-type-tabs a div{
    display: flex;
    align-items: center;

}
.pro-type-wrap .pro-type-tabs a .num {
    font-family: Montserrat-Bold;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-secondary);
    margin-right: 20px;
}
.pro-type-wrap .pro-type-tabs a .name {
    font-weight: bold;
}
.pro-type-wrap .pro-type-tabs a .iconfont {
    width: 30px;
    height: 30px;
    background-color: #F8F8F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--color-primary);
}
.pro-type-wrap .pro-type-tabs a:last-child {
    margin-right: 0px;
}
.pro-type-wrap .pro-type-tabs a:hover,.pro-type-wrap .pro-type-tabs a.active {
    background-color: var(--color-primary);
    color: #fff;
}
.pro-type-wrap .pro-type-tabs a:hover .iconfont,.pro-type-wrap .pro-type-tabs a.active .iconfont{
    background-color:#fff;
    color: var(--color-secondary);
}

.pro-type-sub-wrap {
    padding: 20px;
    height: 170px;
    background-color: #fff;
    border-radius: 20px;
}
.pro-type-sub-wrap dl {
    display: none;
}
.pro-type-sub-wrap dl.active {
    display: block;
    position: relative;
}
.pro-type-sub-wrap dl dt {
    font-size: 28px;
    font-weight: bold;
    color: var(--color-default);
}
.pro-type-sub-wrap dl dd {
    float: left;
    border-radius: 18px;
    padding: 5px 20px;
    background-color: #F2F6FF;
    color: var(--color-default);
    margin: 10px;
}
.pro-type-sub-wrap dl dd:hover,.pro-type-sub-wrap dl dd.active {
    background-color: var(--color-primary);
    color: #fff;
}
.pro-type-sub-wrap dl dd:hover a,.pro-type-sub-wrap dl dd.active a {
    color: #fff;
}
.pro-type-sub-wrap dl dd .tree-menu {
    display: none;
}
.pro-type-sub-wrap dl dd.active .tree-menu {
    display: block;
    margin-top: 20px;
    position: absolute;
    margin-left: -10px;
}
.pro-type-sub-wrap dl dd.active .tree-menu a {
    margin-right: 15px;
    color: var(--color-default);
    padding: 5px 8px;
    border-radius: 20px;
}
.pro-type-sub-wrap dl dd.active .tree-menu a:hover,.pro-type-sub-wrap dl dd.active .tree-menu a.active {
    background-color: var(--color-primary);
    color: #fff;
}
.product-list {
    margin-top: 20px;
    clear: both;
}
.product-list .item {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.product-list .item .img {
    background-color: #F0F0F0;
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.product-list .item .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.product-list .item:hover .img img{
    transform: scale(1.1);
}
.product-list .item .info {
    padding: 20px;
}
.product-list .item .info .title{
    font-size: 16px;
    font-weight: bold;
}
.product-list .item .info img {
    margin-top: 20px;
}
.product-list a {
    color:#000C17;
}
.sub-banner.productDetail{
    height: 730px !important;
}
.sub-banner.productDetail .productDet-wrap {
    padding: 150px 0px;
}
.sub-banner.productDetail .productDet-wrap .product-info h2 {
    font-size: 36px;
    font-weight: bold;
    color: rgb(12, 42, 76);
    line-height: 1.6em;
}
.sub-banner.productDetail .productDet-wrap .product-info small {
    font-size: 24px;
    color: var(--color-default);
}
.sub-banner.productDetail .productDet-wrap .product-info .summary {
    color: var(--color-default);
    margin-top: 50px;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    max-height: 200px;
    padding-right: 30px;
}
.sub-banner.productDetail .productDet-wrap .product-img {
    border-radius: 30px;
    background-color: #fff;
    height: 420px;
}
.sub-banner.productDetail .productDet-wrap .product-img .swiper-slide{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-banner.productDetail .productDet-wrap .product-img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.container table {
    margin: 10px auto;
}
@media screen and (max-width: 768px) {
    .pro-type-wrap .pro-type-tabs {
        padding: 0px;
        margin-bottom: 0px;
    }
    .pro-type-wrap .pro-type-tabs a {
        padding: 0px 15px;
        font-size: 16px;
        height: 50px;
    }
    .pro-type-wrap .pro-type-tabs a .num {
        margin-right: 5px;
    }
    .pro-type-wrap .pro-type-tabs a .iconfont {
        width: 25px;
        height: 25px;
    }
    .pro-type-sub-wrap {
        padding: 20px 0px;
    }
    .pro-type-sub-wrap dl dt {
        font-size: 20px;
    }
    .sub-banner.productDetail .productDet-wrap {
        padding: 100px 20px;
    }
    .sub-banner.productDetail .productDet-wrap .product-info h2 {
        font-size: 30px;
    }
    .sub-banner.productDetail .productDet-wrap .product-info small {
        font-size: 20px;
    }
    .sub-banner.productDetail .productDet-wrap .product-info .summary {
        margin-top: 30px;
        padding-right: 0px;
        max-height: 150px;
    }
    .sub-banner.productDetail .productDet-wrap .product-img .swiper-slide {
        padding: 0px;
    }
    .sub-banner.productDetail .productDet-wrap .product-img {
        margin-top: 20px;
        height: 280px;
    }
    .container table {
        width: 100% !important;
    }
    .pro-type-sub-wrap dl dd {
        width: 100%;
        margin: 10px auto;
    }
    .pro-type-sub-wrap dl dd.active .tree-menu {
        position: inherit;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
    }
    .pro-type-sub-wrap dl dd.active .tree-menu a {
        color: #fff;
    }
    .pro-type-sub-wrap dl dd.active .tree-menu a:hover, .pro-type-sub-wrap dl dd.active .tree-menu a.active {
        background-color: #6398d9;
        color: #fff;
    }
}