/*产品详情页-产品参数*/

.product {
    padding:2% 0;
    *background: #f6f6f6;
}
.product-box {
    overflow: hidden;
}


/*左边*/
.product-box .photo {
    width:40%;
    max-width: 600px;
    *max-height: 600px;
    text-align: center;
}
.product-box .photo ul li .pic {
    width: 100%;
}
.product-box .photo img {
    width:100%;
    *max-height: 600px;
    cursor: pointer;
}
.product-box .photo .page{
    position:absolute;
    top:40%;
    width:100%;
    z-index: 9;
}
.product-box .photo .page span { 
    display:block;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.product-box .photo .page span.prev {
    float:left;
    background:rgba(0, 0, 0, 0.5) url(../images/next.svg) no-repeat center center/20px;
    transform: rotate(-180deg);
}
.product-box .photo .page span.next {
    float:right;
    background:rgba(0, 0, 0, 0.5) url(../images/next.svg) no-repeat center center/20px;
}
.product-box .photo .page span:hover {
    background:rgba(0, 0, 0, 0.8) url(../images/next.svg) no-repeat center center/20px;
}

.parameter .item-bottom  ul {}
.parameter .item-bottom  ul li {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 55px;
    color: #333;
    margin-bottom:0.5%;
    padding-left:30px;
    background: url(../images/menu-icon.svg) no-repeat left center/16px;
}
.parameter .item-bottom ul li span {
    font-weight: bold;
}
.parameter .item-bottom ul li .p1 {
    width:25%;
    color: #797979;
}
.parameter .item-bottom ul li .p2 {
    width:60%;
    color: #0a0a0a;  
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*小图*/
.cp-thumbs {
    margin:4% 0 0 0;
}
.cp-thumbs ul {}
.cp-thumbs ul li {
    padding: 3px;
    cursor: pointer;
}
.cp-thumbs ul li.swiper-slide-thumb-active {
     border-top:2px solid #00ada3;
}

/*右边*/
.product-box .word {
    width:60%;
}

.product-box .word .word-tag {
    margin-top: 5%;
    padding:1% 8%;
}
.product-box .word .word-tag h6 {
    font-size: 36px;
    color: #b5b5b5;
    margin: 0% 0 5% 0;
    font-family: 'Alibaba-PuHuiTi-Light';

}
.product-box .word .word-tag h1 {
    font-size: 30px;
    color: #898989;
    font-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold';
    margin: 0% 0 5% 0;

}
.product-box .word .word-tag ul {
    padding: 2% 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.product-box .word .word-tag ul li {
    width:100%;
    padding:1.5% 0;
    font-size: 16px;
    color:#999;
    padding-left: 20px;
    position: relative;
}
.product-box .word .word-tag ul li span {
    font-size: 16px;
    color:#595757;
    font-family: 'Alibaba-PuHuiTi-Light';
    padding: 0 0 0 10px;
}
.product-box .word .word-tag ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #00ada3;
}
@media screen and (max-width:1024px) {
.product-box .photo {
    width:100%;
    *max-height: 300px;
    margin-top:5%;
}
.product-box .photo img {
    *max-height: 300px;
}
.product-box .word {
    width:100%;
    margin-top: 5%;
    background: #fff;
    box-shadow: 0 10px 50px rgb(153 153 153 / 10%);
}
.product-box .word h3 {
    font-size: 20px;
    line-height: 44px;
}

.product-box .word .word-tag {
    margin: 5% 0;
    padding:6% 8%;
    border: 1px solid #fff;
}
.product-box .word .word-tag h1 {
    font-size: 20px;
    color: #00ada3;
    font-weight: bold;
    margin: 0% 0 5% 0;

}
.product-box .word .word-tag ul {
    padding-top: 2%;
}
.product-box .word .word-tag ul li {
    width:100%;
    margin:10px 0;
    padding-left: 20px;
}
}

/*产品详情页-产品参数-描述*/
.product-box .word .word-tag .about {
    margin: 5% 0 5% 0;
}
.product-box .word .word-tag .about p {
    font-size: 16px;
    color: #595757;
    font-family: 'Alibaba-PuHuiTi-Light';
}
/*产品详情页-产品参数-描述*/

/*产品详情页-产品参数-按钮*/
.product-box .word .product-tell {
    margin-top:2%;
    margin-left:5%;
}
.product-box .word .product-tell a {
    display: block;
    float: left;
    width: 150px;
    font-size: 14px;
    text-align: center;
    margin:5% 1%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    transition: padding 0.5s;
}
.product-box .word .product-tell a:hover {
    color:#fff;
    padding: 10px 10px 10px 20px;
    border: 1px solid #fff;
    background-image: -webkit-linear-gradient(bottom,#00ada3,#10afa1);
}
@media screen and (max-width:1024px) {
.product-box .word .product-tell {
    margin:2% 0;
    overflow: hidden;
}
.product-box .word .product-tell a {
    width: 31.333%;
    font-size: 12px;
    margin:5% 1%;
    padding: 5px;
}
.product-box .word .product-tell a:hover {
    padding:5px;
}
}

/*产品详情页-效果图*/
.effect {}
.effect .effect-box  {
    max-width:100%;
}
.effect .effect-box ul {
}

.effect .effect-box>ul>li {
    float:left;
    width:23%;
    margin:1%;
}
.effect .effect-box ul li .photo {
    display: block;
    position: relative;
    top:0;
    left:0;
    width: 100%;
    padding-top:70%;
    overflow: hidden;
}
.effect .effect-box ul li .photo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0);
    transition: transform 0.8s ease-out;
    cursor: pointer;
}
.effect .effect-box ul li .photo:hover img{
    filter: grayscale(0);
    transform: scale(1.05);
    transition: transform 0.8s ease-out;
}

@media screen and (max-width:1024px) {
.effect .effect-box ul.list>li {
    float:left;
    width:98%;
    margin:1%;
}
}


/*产品详情页-VR*/
.VR .vr-box {
    height:600px;
    transition: all 1s;
}
.VR .closevr {
    display:none;
}
/*产品详情页-VR-点击全屏查看*/
.VR .vr-box-fix {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:999999;
    height:100%;
    
}
.VR .vr-box-fix .closevr {
    display:block;
    position:fixed;
    top: 5%;
    right: 10%;
    width: 48px;
    height: 48px;
    font-size: 34px;
    color: rgb(255, 255, 255);
    line-height: 48px;
    text-align: center;
    font-family: 宋体;
    z-index:999999999999;
    cursor: pointer;
    background:#00ada3;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width:1024px) {
.VR .vr-box {
    height:300px;
    transition: all 1s;
}
.VR .vr-box-fix {
    width: 100%;
    height: 100%;
}
}
/*产品详情页-VR end*/

/*返回列表按钮*/
.goback {
    margin: 2% 0 0 0;
}
.goback a {
    display: block;
    position: relative;
	max-width: 160px;
    line-height: 50px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 38px;
	font-size:14px;
    color: #999;
    text-align: center;
    overflow: hidden;
}
.goback a:hover {
    color: #fff;
}
.goback a:before {
    position: absolute;
    content: '';
    left: -5px;
    right: -5px;
    top: 0;
	z-index:-1;
    height: 100%;
    background: #00ada3;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: right center;
}
.goback a:hover:before{
	transform-origin: left center;
	transform: scaleX(1);-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.goback a span {
	padding-left:10px;
    font-family: '宋体';
}
/*返回列表按钮 end*/


/*产品详情页-板块标题*/
.tit-top {
    width: 100%;
    padding:1% 0 1% 0;
    position: relative;
}
.tit-top .cn {
    font-size: 33px;
    line-height: 1.8;
    color: #b5b5b5;
    font-family: 'Alibaba-PuHuiTi-Light';
    position: relative;
    z-index: 5;
}
.tit-top .en {
    font-size: 28px;
    padding: 1% 0 0% 0;
    opacity: 0.1;
    color: #898989;
    font-family: 'Alibaba-PuHuiTi-Regular';
    text-transform: uppercase;
}
@media screen and (max-width:1024px) {
.tit-top {
    padding:5% 0 1% 0;
}
.tit-top .cn {
    font-size: 20px;
    font-weight: bold;
}
.tit-top .en {
    font-size: 16px;
    padding: 0.1% 0 0.2% 0;
} 
}