body {
    position: relative;
}
body::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:#f6f6f6;
    z-index: -10;
    transition: all 3s;
}

.product-list {}
.product-list ul {}
.product-list ul li {
    float:left;
    width: 31.33%;
    margin:1%;
    padding:2%;
    background:#fff;
}

.product-list ul li .photo {
    overflow: hidden;padding-bottom:84%; position:relative; overflow:hidden;
}
.product-list ul li .photo img {
    transition: all 0.5s;
	 display:block; max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    
}
.product-list ul li .word {
     margin:5% 0 0 0;
}

.product-list ul li .word h3 {
    font-size: 24px;
    color:#323232;
    font-weight: bold;
    transition: all 0.5s;
}
.product-list ul li .word h6 {
    font-size: 18px;
    color:#323232;
    font-weight: bold;
    transition: all 0.5s;
    margin: 5% 0;
}
.product-list ul li .word p {
    height: 80px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*hover*/
.product-list ul li:hover .photo img {
    /*transform: scale(1.1);*/
}
.product-list ul li:hover .word h3 {
    color: #11a84e;
    transform: translate(2%, 0%);
}

@media screen and (max-width:1024px){
.product-list {}
.product-list ul {}
.product-list ul li {
    float:left;
    width:98%;
    margin:2% 0%;
    padding:4% 4%;
    background:#fff;
}

.product-list ul li .photo {}
.product-list ul li .word {
     margin:5% 0 0 0;
}

.product-list ul li .word h3 {
    font-size: 20px;

}
.product-list ul li .word p {
    height:auto;
    margin:5% 0;
}
.product-list ul li .word span {
    display: block;
    width: 150px;
    line-height: 40px;
    background: #11a84e;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin:5% 0 0 0;
}
}


/*产品详情页*/
.product {
    
}
.product .about {
    margin:3% auto;
    overflow:hidden;
}
.product .about .photo {
    width:55%;
}
.product .about .word {
    width:40%;
    margin:2% 0 0 0;
}

.product .about .word h3 {
    font-size: 30px;
    color:#323232;
    font-weight: bold;
}
.product .about .word p {
    height:60px;
    font-size: 16px;
    color: #323232;

    line-height: 2;
    margin: 30px 0 2% 0;
}
.product .about .word a {
    display: block;
    float: left;
    width: 150px;
    font-size: 14px;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 10px 10px 10px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 10px 6px 0 rgb(224 27 49 / 1%);
    transition: padding 0.5s;
}

.parameter .tit {
    width:100%;
    padding:2% 0 0 0;
}
.parameter .tit-fix {
    position:fixed;
    top:60px;
    left:0;
    z-index: 8;

}
.parameter .tit h3 {
    line-height: 60px;
    font-size: 24px;
    color: #323232;
	font-weight:bold;
}


.parameter .tit .content{
    padding:3% 0;
}
.parameter .tit .content h4 {
    line-height: 62px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.parameter .tit .content p {
    font-size: 16px;
    color:#666;
    line-height:1.8;
}

@media screen and (max-width:1024px){
.product {
    
}
.product .about {
    margin:5% auto;
    overflow:hidden;
}
.product .about .photo {
    width:100%;
}
.product .about .word {
    width:100%;
    margin:8% 0 0 0;
}

.product .about .word h3 {
    font-size: 20px;

}
.product .about .word p {
    height:auto;
    margin:5% 0;
}


.parameter .tit {
    width:100%;
    padding:2% 0 0 0;
}
.parameter .tit-fix {
    position:fixed;
    top:50px;
    left:0;
    z-index: 8;

}
.parameter .tit h3 {
    line-height: 50px;
    font-size: 20px;
}
.parameter .tit ul {}
.parameter .tit ul li {
    float:left;
    width:24%;
    line-height: 36px;
    background:#252525;
    text-align: center;
    margin-right: 1%;
}
.parameter .tit ul li a {
    font-size: 14px;
    color:#fff;
}

.parameter-box {
    padding:2% 0;
}
.parameter-box .parameter-list {
    margin:0 0 3% 0;
}
.parameter-box .parameter-list .parameter-item {}

.parameter-box .parameter-list .parameter-item h4 {
    font-size: 16px;
}
.parameter-box .parameter-list .parameter-item .content {
    font-size: 16px;
} 
}
/*产品详情页 end*/


/*产品板块标题*/
.about-title {
    margin:2% 0;
    padding:0.5% 0;
    border-bottom: 1px solid #f6f6f6;
}
.about-title h3 {
    line-height: 60px;
    font-size: 24px;
    color: #323232;
}

@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0 4% 0;
}
.about-title h3 {
    font-size: 20px;
}


/*产品详情页-效果图图集*/
.effect {
}
.effect-box {
   
}
.effect-box .photo  {
    max-width:100%;
}
.effect-box .photo ul {
}

.effect-box .photo ul li {
    float:left;
    width:31%;
    margin:1%;
}
.effect-box .photo ul li .gophoto {
    display: block;
    position: relative;
    top:0;
    left:0;
    width: 100%;
    padding-top:70%;
    cursor: zoom-in;
}
.effect-box .photo ul li .gophoto img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:1024px) {
.effect {
}
.effect-box .photo ul li {
    float:left;
    width:98%;
    margin:1%;
}
}