@charset "UTF-8";

.homeA .right {
    width: 78%;
}
/*产品详情*/
.product-album {
    background-color: #ffffff;
    /*border: solid 1px #dcdcdc;*/
    width: 50%;
    height: 450px;
    line-height: 450px;
    font-size: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-album img {
	display: inline-block;
	vertical-align: middle;
    width: 100%;
    max-height: none;
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
}
.product-album .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.product-pics-list {
    margin-top: 15px;
    overflow: hidden;
}
.product-pics-list li {
    float: left;
    width: 19%;
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-pics-list li:hover {
    border-color: #00a6ac;
}
.product-pics-list li~li {
    margin-left: 1%;
}
.product-pics-list li a {
    cursor: -webkit-zoom-in;
}
.product-header .cont {
    overflow: hidden;
    padding: 25px 55px;
}
.product-header .cont h1 {
    line-height: 1.1;
    font-size: 28px;
    color: #333;
}
.product-header .cont h1.on {
    margin-left: -16px;
}
.product-header .cont .subtit {
    font-size: 18px;
    color: #00a6ac;
    line-height: 1;
    margin-bottom: 42px;
    margin-top: 50px;
}
.product-header .cont .des {
    line-height: 29px;
    min-height: 180px;
    margin-top: 25px;
    /*overflow: scroll;overflow-x: hidden;*/
}
.product-header .cont .des::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.product-header .cont .des::-webkit-scrollbar-button {
    background-color: #F1F1F1;
}
.product-header .cont .des::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.product-header .cont .des::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 4px;
}
.product-header .cont .des::-webkit-scrollbar-corner {
    background: #C1C1C1;
}
.product-header .cont .des::-webkit-scrollbar-resizer {
    background: #C1C1C1;
}
.product-header .cont .zixun {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    background-color: #00a6ac;
    margin-top: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-header .cont .zixun.min {
    width: 140px;
    height: 40px;
    line-height: 40px;
}
.product-header .cont .zixun:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    opacity: .9;
}
.product-tab {
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #DEDEDE;
    font-size: 0;
}
.product-tab li {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 0 45px;
    cursor: pointer;
}
.product-tab li.on {
    background: #353535;
    color: #fff;
}
.product-tabcont {
    background: #fff;
    padding: 35px 10px;
    overflow: hidden;
}
.product-tabcont .item {
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}
.product-tabcont .item~.item {
    display: none;
}
.product-tabcont .item h3,
.product-tabcont .item h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}
.product-tabcont .item>h3:first-child,
.product-tabcont .item h2:first-child {
    margin-top: 0;
}
.product-tabcont .item p {
    /*font-size: 16px !important;*/
}
.product-tabcont .item td {
    vertical-align: middle;
    padding: 3px 5px;
}
.product-tabcont .item table {
    table-layout: fixed;
    width: 100% !important;
}
.product-tabcont .item td p {
    margin-left: 0 !important;
    text-indent: 0 !important;
    text-align: left;
}
.product-tabcont .item td p span {
    font-size: 12px !important;
    font-family: 'PingFang SC', "微软雅黑", Arial, Helvetica !important;
}
@media (max-width: 1600px) {
    
}
@media (max-width: 1280px) {
    .product-content .tit-bar h3 {
        font-size: 20px;
    }
    .product-header .cont {
        padding: 10px 0 0 30px;
    }
    .product-header .cont h1 {
        font-size: 24px;
    }
    .product-header .cont .des {
        line-height: 1.75;
        min-height: 140px;
    }
    .zixun {
        height: 40px;
        line-height: 40px;
    }
    .product-tab li {
        font-size: 16px;
        padding: 0 40px;
    }
    .product-tab {
        margin-top: 40px;
        height: 45px;
        line-height: 45px;
    }
}
@media (max-width: 768px) {
    .product-album {
        float: none !important;
        width: 100%;
        height: auto;
        line-height: 1;
    }
    .product-header .cont {
        padding: 0;
        margin-top: 20px;
    }
    .product-header .cont h1 {
        font-size: 20px;
        line-height: 1.3;
    }
    .product-header .cont .des {
        min-height: auto;
    }
    .zixun {
        margin-top: 20px;
    }
    .product-tabcont {
        padding: 20px 10px;
    }
    .homeA .right {
        width: 100%;
    }
    .product-header .cont {
        
    }
}