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

.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: #f9f9f9;
}
.product-artilce .parameter-item .photo .Bigphoto ul li img {
    max-width: 100%;
    max-height: 6rem;
    cursor: zoom-in;
}

.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;
}
.product-artilce .parameter-item .photo .Smallphoto ul li img {
    max-width: 100%;
}
.product-artilce .parameter-item .photo .Smallphoto ul li.swiper-slide-thumb-active {
    border: 1px solid #e4002b;
}
@media screen and (max-width:1024px) {
.product-artilce {
    margin:10% 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 img {
    max-width: auto;
    max-height: 4rem;
}

.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:0.2rem 5%;
}

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

}
.product-artilce .parameter-item .word .pro-title h1 {
    font-size: 0.48rem;
    color:#2d2926;
    font-weight: bold;
    text-transform: uppercase;
    *font-family: "Futura-Medium";
    margin:0 0 5% 0;
}
.product-artilce .parameter-item .word .pro-title p {
    font-size: 0.16rem;
    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:0.3rem 0;
    border-top: 1px solid #e0e5e9;
    border-bottom: 1px solid #e0e5e9;
}
.product-artilce .parameter-item .word .pro-parameter ul li {
    position:relative;
    float: left;
    width: 100%;
    padding:0 0.5rem 0.2rem 1rem;
    font-size: 0.16rem;
    color:#2d2926;
    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;
}
.product-artilce .parameter-item .word .pro-parameter ul li span:not(:first-child):last-child{
    display: none;
}
@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: 0.2rem;
    margin:0 0 5% 0;
}
.product-artilce .parameter-item .word .pro-title p {
    font-size: 0.14rem;
    line-height: 1.8;
}

.product-artilce .parameter-item .word .pro-parameter {
    margin:5% 0;
}
.product-artilce .parameter-item .word .pro-parameter ul {
    padding:0.3rem 0;
}
.product-artilce .parameter-item .word .pro-parameter ul li {
    position:relative;
    float: left;
    width: 100%;
    padding:0 0px 0.1rem 0.8rem;
    font-size: 0.14rem;
    color:#2d2926;

}
.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%;
}
.product-artilce .parameter-item .word .product-tell a {
    display: block;
    float: left;
    width: 150px;
    font-size: 0.14rem;
    color: #333;
    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:hover {
	color:#fff;
	background: #e4002b;
	padding: 10px 10px 10px 15px;
	border: 1px solid #e4002b;
	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:10%;
}
.product-artilce .parameter-item .word .product-tell a {
    width: 31.33%;
    font-size: 0.12rem;
	margin:3% 1%;
    padding: 5px 2px 5px 20px;
}
.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: 0.16rem;
}

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

/*产品板块标题*/
.block-title {
    padding:2% 0;
}
.block-title p {
    font-size: 0.38rem;
    color: #000;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: "Futura-Light";
}
.block-title h3 {
    position: relative;
    font-size: 0.3rem;
    color: #2d2926;
    margin:0 0 0.2rem 0;
}
.block-title h4 {
    font-size: 0.16rem;
    color:#999;
    
}
@media screen and (max-width:1024px) {
.block-title {
    padding:8% 0 4% 0;
}
.block-title h3 {
    font-size: 0.2rem;
}
.block-title i {
    margin: 3% auto 3% auto;
}
.block-title p {
    font-size: 0.2rem;
}
}




/*产品详情页-一石多面*/
.multifaceted {}
.multifaceted .multifaceted-box {}
.multifaceted .multifaceted-box .photo {
    width: 100%;
    max-height: 18rem;
    overflow: hidden;
    
    
}
.multifaceted .multifaceted-box .photo img {
    max-width: 5rem;
    cursor: zoom-in;
}
@media screen and (max-width:1024px) {
.multifaceted .multifaceted-box .photo {
    width: 100%;
    max-height: 5rem;
}
}
/*产品详情页-一石多面 end*/

/*产品详情页-效果图图集*/
.effect {
}
.effect-box {
   
}
.effect-box .photo  {
    max-width:100%;
}
.effect-box .photo ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.effect-box .photo ul li {
    width:23.5%;
    margin:0 0 2% 0;
}
.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%;
}
}


/*产品详情页-VR全景*/
.vr {
     margin:0 0 5% 0;
}
.vr-box {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30%;
    transition: all 0.5s;
}
.vr-box iframe {
    display: block;
    position: absolute;
    top:0;
}
.vr-box .closevr {
    display: none;
}
.vr-box-fix .closevr {
    display: block;
    position: fixed;
    top: 5%;
    right: 10%;
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0.34rem;
    color:#fff;
    line-height: 0.48rem;
    text-align: center;
    font-family: 宋体;
    z-index: 2147483647;
    cursor: pointer;
    background: #e4002b;
    transition: all 0.3s ease 0s;
}
.vr-box-fix {
    position: fixed;
    height: 100%;
    z-index: 99999999;
}
@media screen and (max-width:1024px) {
.vr {
     margin:0 0 50px 0;
}
.vr-box {
    padding-top: 100%;

}
.vr-box iframe {

}
.vr-box .closevr {

}
.vr-box-fix .closevr {
    top: 5%;
    right: 10%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.vr-box-fix {
}
}
/*产品详情页-VR全景 end*/