/* 
* @Author: anchen
* @Date:   2022-03-25 14:10:20
* @Last Modified by:   anchen
* @Last Modified time: 2023-05-5 15:38:25
*/

/*产品详情页-产品轮播图*/
.product-artilce {
   padding: 2% 0;
   background: #f6f6f6;
}

.product-artilce .parameter-item {}
.product-artilce .parameter-item .photo {
    width:50%;
}
.product-artilce .parameter-item .photo .Bigphoto {}
.product-artilce .parameter-item .photo .Bigphoto ul {}
.product-artilce .parameter-item .photo .Bigphoto ul li {
    text-align: center;
    background: #f6f6f6;
}
.product-artilce .parameter-item .photo .Bigphoto ul li::after {
    display: none;
    opacity: 0;
    content: "";
    padding: 0 10px;
    width: 120px;
    height: 120px;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    z-index: 1;
    top: 20px;
    left: 20px;
    background: url(../images/news.png) no-repeat right center/100%;
    -webkit-filter: grayscale(0%);
}
.product-artilce .parameter-item .photo .Bigphoto ul li img {
    max-width: 100%;
    max-height: 700px;
}

.product-artilce .parameter-item .photo .Smallphoto {
    padding:2% 10%;
}
.product-artilce .parameter-item .photo .Smallphoto ul {}
.product-artilce .parameter-item .photo .Smallphoto ul li {
    position: relative;
    padding: 1% 1%;
    border: 1px solid #dcdddd;
    cursor: pointer;
    overflow: hidden;
}
.product-artilce .parameter-item .photo .Smallphoto ul li figure {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.product-artilce .parameter-item .photo .Smallphoto ul li figure img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}
.product-artilce .parameter-item .photo .Smallphoto ul li.swiper-slide-thumb-active {
    border: 1px solid #d1292e;
}
@media screen and (max-width:1024px) {
.product-artilce {
    margin:0 0 0 0;
}

.product-artilce .parameter-item {}
.product-artilce .parameter-item .photo {
    width:100%;
}
.product-artilce .parameter-item .photo .Bigphoto {}
.product-artilce .parameter-item .photo .Bigphoto ul {}
.product-artilce .parameter-item .photo .Bigphoto ul li {

}
.product-artilce .parameter-item .photo .Bigphoto ul li::after {
    width: 50px;
    height: 50px;
    top: 5px;
    left: 5px;
}
.product-artilce .parameter-item .photo .Bigphoto ul li img {
    max-width: 100%;
    max-height: 300px;
}

.product-artilce .parameter-item .photo .Smallphoto {
    padding:2% 10%;
}
.product-artilce .parameter-item .photo .Smallphoto ul {}
.product-artilce .parameter-item .photo .Smallphoto ul li {
}
.product-artilce .parameter-item .photo .Smallphoto ul li img {
}
.product-artilce .parameter-item .photo .Smallphoto ul li.swiper-slide-thumb-active::after {
}
}
/*产品详情页-产品轮播图*/


/*产品详情页-产品参数-*/
.product-artilce .parameter-item .word {
    width:50%;
    padding:5%;
}

.product-artilce .parameter-item .word .pro-title {

}
.product-artilce .parameter-item .word .pro-title h1 {
    font-size: 30px;
    color:#000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Futura-Medium";
    margin:0 0 5% 0;
}
.product-artilce .parameter-item .word .pro-title h1 span {
    color:#d1292e;
    padding:0 0 0 0;
}
.product-artilce .parameter-item .word .pro-title p {
    font-size: 16px;
    color:#666;
    line-height: 1.8;
}

.product-artilce .parameter-item .word .pro-parameter {
    margin:5% 0;
}
.product-artilce .parameter-item .word .pro-parameter ul {
    padding:30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.product-artilce .parameter-item .word .pro-parameter ul li {
    position:relative;
    float: left;
    width: 100%;
    padding:0 50px 20px 100px;
    font-size: 16px;
    color:#231815;
    text-transform: uppercase;
    font-family: "Futura-Medium";
}
.product-artilce .parameter-item .word .pro-parameter ul li b {
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #999;
}
@media screen and (max-width:1024px) {
.product-artilce .parameter-item .word {
    width:100%;
    padding:15% 2% 5% 2%;
}

.product-artilce .parameter-item .word .pro-title {

}
.product-artilce .parameter-item .word .pro-title h1 {
    font-size: 20px;
    margin:0 0 5% 0;
}
.product-artilce .parameter-item .word .pro-title p {
    font-size: 14px;
    line-height: 1.8;
}

.product-artilce .parameter-item .word .pro-parameter {
    margin:5% 0;
}
.product-artilce .parameter-item .word .pro-parameter ul {
    padding:10px 0;
}
.product-artilce .parameter-item .word .pro-parameter ul li {
    position:relative;
    float: left;
    width: 100%;
    padding:0 0px 10px 80px;
    font-size: 14px;
    color:#231815;

}
.product-artilce .parameter-item .word .pro-parameter ul li b {
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #999;
}
}
/*产品详情页-产品参数-end*/

/*产品详情页-产品参数-按钮*/
.product-artilce .parameter-item .word .product-tell {
	margin-top:5%;
	overflow: hidden;
}
.product-artilce .parameter-item .word .product-tell a {
    display: block;
    float: left;
    width: 180px;
    font-size: 14px;
    text-align: center;
	margin:2% 1% 5% 1%;
    padding: 10px 10px 10px 10px;
	border: 1px solid #eeeeee;
	border-radius: 0px;
	box-shadow: 0 10px 6px 0 rgb(224 27 49 / 1%);
	transition: padding 0.5s;
}
.product-artilce .parameter-item .word .product-tell a {
	color:#666;
	padding: 10px 10px 10px 15px;
	border: 1px solid #eee;
	background: #fff;
	
}
.product-artilce .parameter-item .word .product-tell a:hover {
    color:#fff;
    background: #d1292e;
    box-shadow: 0 10px 6px 0 rgb(224 27 49 / 5%);
}
@media screen and (max-width:1024px) {
.product-artilce .parameter-item .word .product-tell {
	margin-top:2%;
}
.product-artilce .parameter-item .word .product-tell a {
    width: 48%;
    font-size: 12px;
	margin:3% 1%;
    padding: 5px 2px 5px 2px;
}
.product-artilce .parameter-item .word .product-tell a:hover {
}
.product-artilce .parameter-item .word .product-tell a.p1,
.product-artilce .parameter-item .word .product-tell a.p2,
.product-artilce .parameter-item .word .product-tell a.p3 {
    background-size: 16px;
}

}
/*产品详情页-产品参数-按钮*/


.product-content {
    *max-width: 1400px;
    padding:30px 0;
}
.product-content .tit{
    position:relative;
    font-size:26px;
    color: #333333;
    height: 64px;
    line-height: 64px;
    
}
.product-content .tit span{
    font-size: 16px;
    color:#8e8e8e;
    font-family: 'Futura-Medium';
 }
.product-content .tit a{
    position:absolute;
    right:0;top: 0px;
}

@media screen and (max-width:1024px) {
.product-content {
    padding:20px 0;
}
.product-content .tit{
    font-size:18px;
    height: auto;
    line-height: 1.6;
    
}
.product-content .tit span{
    display: none;
    font-size: 14px;
 }
.product-content .tit a{
    position:absolute;
    right:0;top: 0px;
}
}

.product-content .up{
    font-size:14px;
    color:#333333;
    padding:30px 10px;
    line-height:30px;
}
.product-content .up h2 {
    font-size:24px;
    color:#333333;
    padding:30px 0 0 20px;
    line-height:30px;
	position: relative;
}
.product-content .up h2:after {
    content: "";
    position: absolute;
    left:0px;
    bottom: 6px;
    width: 4px;
    height: 19px;
    background: #ee0718;
    transition: all 0.3s;
}
.product-content .up img{
    max-width:100%;
}

/*场景图及案例*/
.product-content .effectpic {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
	overflow:hidden;
}
.product-content .effectpic .case-photo {
    width: 32%;
}
.product-content .effectpic .case-photo .photo {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.product-content .effectpic .case-photo .photo img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
/*旧款通用*/
.product-content .detatlshowhall {
	padding:20px 0;
	overflow:hidden;
}
.product-content .detatlshowhall p {
    float: left;
    width: 280px;
    height: 200px;
    padding: 2px;
    margin: 10px 15px 0 0;
    border: 2px solid #f1f1f1;
    text-align: center;
    overflow: hidden;
}
.product-content .quan p {
    width: 48%;
    height: 520px;
}

.product-content [title=旧款图片] p {
    height: 368px;
}

.product-content .bed p {
    width: 48%;
    height: 340px;
}
.product-content .detatlshowhall p:nth-child(odd) {
	padding:0 1% 1% 0;
}
.product-content .detatlshowhall p:nth-child(even) {
	padding:0 0 2% 1%;
}
.product-content .detatlshowhall  p img {
	width:100%;
}


.product-content .detatlshowhall {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
	overflow:hidden;
}
.product-content .detatlshowhall .case-photo {
    width: 49%;
    margin:0.5% 0;
}
.product-content .detatlshowhall .case-photo .photo {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    position: relative;
}
.product-content .detatlshowhall .case-photo .photo img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
/*选项卡缩略图*/
.detatlshow {
	margin:10px 0;
}
.detatlshow ul {
	overflow:hidden;
}
.detatlshow ul li {
	float:left;
	width:280px;
	height:200px;
	padding:2px;
	margin:10px 15px 0 0;
	border:2px solid #f1f1f1;
	text-align:center;
	overflow:hidden;
}
.detatlshow ul li.cur {
	border:2px solid #d1292e;
}
.detatlshow ul li img {
	max-width:280px;
	max-height:200px;
}


/*国家标准*/
.biaozhun {}
.biaozhun  img{
    width: 49%;
}
@media screen and (max-width:1204px){
.biaozhun {}
.biaozhun img{
    width: 100%;
}   
}
/*国家标准*/


/*产品尺寸*/
.Size-photo {}
.Size-photo .photo {}
.Size-photo .photo img {
    max-width: 800px;
}
/*产品尺寸*/

/*细节展示*/
.Details ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
    overflow: hidden;
}
.Details ul li {
    width: 48%;
}
.Details ul li figure {}
.Details ul li figure img {}
/*细节展示*/