*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "å¾®è½¯é›…é»‘";
}
.product-top::after{
    content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.product-top-Left{
    float: left;
    width: 40%;
    height: 306px
}
.product-top-Left img{
    width: 100%;
    height: 100%;
}
.product-top-Right{
    float: left;
    width: 60%; 
    background: #F1F2F5;
    height: 306px;
    box-sizing: border-box;
    padding: 38px 50px 0px 80px;
}
.product-title{
    font-size: 23px;
    margin-bottom: 15px;
}
.product-text{
    font-size: 14px;
    margin-top: 15px;
}
.product-enjoy span{
    margin-right: 5px;
    cursor: pointer;
}
.product-text p{
    margin-top: 30px;
    text-indent: 30px;
    font-size: 14px;
    color: #333333;
}
.product-title{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-swiper-slide{
    text-align: center;
    font-size: 14px;
}
.product-swiper-slide img{
    width: 100%;
}
.product-swiper-slide p{
    margin-top: 18px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../image/leftlm1_03.png) !important  ;
    left: 0px !important;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/rightlm_03.png) !important ;
    right: 0px !important;
    left: auto;
}
@media screen and (max-width: 1274px){
    .product-top-Left {
        height: 250px;
    }
    .product-top-Right {
        height: 250px;
        box-sizing: border-box;
        padding: 20px 50px 0px 80px;
    }
    .product-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px){
    .innovatetab-menu li{
        font-size: 12px;
        overflow: hidden;
    }
    .product-top-Right {
        height: 200px;
        box-sizing: border-box;
        padding:10px;
    }
    .product-title {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .product-text {
        font-size: 14px;
        margin-top: 10px;
    }
    .product-top-Left {
        height: 200px;
    }
    .product-top-Left img {
        object-fit: cover;
    }
    .product-text p {
        margin-top: 15px;
    }
    .product-text{
        margin-bottom: 15px;
    }
}
