.banner img {
    width: 100%;
}
.banner .info h2 {
    margin-top: 30px;
}
.product {
    padding: 105px 13%;
}
.product-title span{
    color: #7dc9d1;
    font-size: 14px;
    font-weight: bold;
}
.product-title span .line {
    border-top: 1px solid #7dc9d1;
    margin-left: 20px;
    vertical-align: super;
}
.product-title h4 {
    color: #333333;
    font-size: 24px;
    margin: 20px 0 0 0;
}
.product-item {
    margin-top: 55px;
    /* display: flex;
    justify-content: space-between;
    flex-wrap:wrap; */
}
.product-list {
    /* flex: 0 0 29.33%;
    margin-right: 5.5%; */
    display: inline-block;
    width: 30%;
    margin-right: 30px;
}
.product-list:nth-child(3n+3) {
    margin-right: 0;
}
.product-wrap {
    background: #ffffff;
    box-shadow: 2px 3px 5px #f6f6f6;
}
.productImg {
    width: 95%;
    height: 225px;
    line-height: 225px;
    background-image: url(../images/productImgBg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.productImg img {
    max-width: 100%;
}
.productDetail {
    background: #ffffff;
    width: 93.2%;
    /*margin-left: 6.8%;*/
    box-shadow: 0px 3px 5px #f6f6f6;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 75px;
    /*padding-left: 27px;*/
}
.productDetail span {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #999999;
    font-size: 16px;
    min-height: 45px;
}
.productDetail p {
    margin-bottom: 0;
    font-size: 18px;
}
.product-list:hover .smallMore{
    opacity: 1;
}
.productDetail .smallMore {
    background-color: #7dc9d1;
    padding: 13px 18px;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: 27px;
    bottom: -35px;
    font-size: 12px;
    opacity: 0;
    transition: all 0.3s linear;
}
.productDetail .smallMore img {
    margin-left: 12px;
    margin-top: -2px;
}
.product-more {
    text-align: center;
    /* margin-top: 75px; */
}
.product-more a {
    padding: 15px 27px;
    background: #7dc9d1;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
}
.detail-wrap ,
.detail-wrap2 {
    padding: 145px 13% 140px 13%;
    background-image: url(../images/product/detailBg1.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.detail-wrap2  {
    background-image: url(../images/product/detailBg2.jpg);
    background-size: cover;
}
.detailImg {
    width: 49%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.detailText {
    width: 41%;
    display: inline-block;
    margin-left: 6%;
    padding-left: 5%;
    vertical-align: middle;
}
.detailText .product-title h4 {
    margin: 40px 0;
}
.detailImg img  {
    max-width: 100%;
    margin-left: 6%;
}
.detailImg .proImg {
    width: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.product-con {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.detailText2 {
    width: 49%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: middle;
}
.detailImg2 {
    width: 41%;
    margin-left: 7%;
    padding-left: 1%;
    display: inline-block;
}
.detailImg2 img {
    max-width: 100%;
    height: 100%;
}
.detailText2 h4 {
    margin-bottom: 40px;
}
.detailText2 ul li  {
    width: 80%;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    list-style: disc;
}
@media (max-width: 1440px) {
    .productImg {
        height: 200px;
        line-height: 200px;
    }
    .productDetail p {
        font-size: 16px;
    }
    .detailImg img {
        margin-left: 0;
    }
    .detailText {
        width: 48%;
        margin-left: 0;
    }
    .detailText .product-title h4 {
        margin: 25px 0;
        font-size: 20px;
    }
    .product-con {
        font-size: 14px;
    }
    .detailText2 ul li {
        width: 90%;
    }
    .detailText2 {
        margin-left: 0px;
    }
    .detailImg2 {
        padding-left: 0;
        margin-left: 5%;
    }
}
@media (max-width:1280px) {
    .detail-wrap, .detail-wrap2 {
        padding: 145px 9% 140px 9%;
    }
}
@media (max-width: 1024px) {
    .productDetail p {
        font-size: 14px;
    }
    .product {
        padding: 105px 5%;
    }
    .detail-wrap, .detail-wrap2 {
        padding: 145px 5% 140px 5%;
    }
}
@media (max-width:768px) {
    .product-list {
        flex: 0 0 44.33%;
        margin-right: 2.5%;
        vertical-align: top;
    }
    .productDetail{
        min-height: 180px;
    }
    .detailImg  ,
    .detailText2 {
        width: 100%;
    }
    .detailText2 {
        padding-left: 2%;
    }
    .detailText ,
    .detailImg2 {
        width: 100%;
        margin-top: 65px;
        padding-left: 0;
    }
    .product {
        padding: 50px 5%;
    }
    .detail-wrap, .detail-wrap2 {
        padding: 50px 5%;
    }
    .detailText2 ul li {
        width: 100%;
    }
    .banner .info h2 {
        margin-top: 0;
    }
}
@media (max-width: 414px) {
    .product-list {
        flex: 0 0 100%;
        margin-right: 0;
        width: 49%;
    }
}

.detailText2 ul{
    padding-left: 20px;
}
