.product-list ul li .p1 font {display:inline-block;}
/*产品列表-筛选产品*/
.position .position-link{}
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.position .position-link{height: auto;line-height: 20px;padding: 32px 0 0px;}}
/*产品列表-筛选产品*/
.product-top {
    padding:2% 0;
    border-bottom: solid 1px #d9d9d9;
}
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.product-top {padding:1% 0;}
}
/*产品列表-筛选产品-系列名称*/
.product-top .series-nav {
    padding: 1% 0;
}
.product-top .series-nav ul {
    overflow:hidden;
}
.product-top .series-nav ul li {
    border: solid 1px #cfcfcf;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 150px;
    line-height: 38px;
	border-radius: 25px;
}
.product-top .series-nav ul li a {
	font-size: 12px;
    color: #464646;
}
.product-top .series-nav ul li.cur,.product-top .series-nav ul li:hover {
    background:#d22633;
    border: solid 1px #d22633;
}
.product-top .series-nav ul li.cur a,.product-top .series-nav ul li:hover a {
    color: #fff;
}
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.product-top .series-nav {padding:10px 0;}
.product-top .series-nav ul li {float:left;max-width: 120px;line-height: 32px;max-height:32px;border: solid 1px #cfcfcf;}
.product-top .series-nav ul li a {font-size: 12px;}
}

/*点击显示多级筛选*/
.showscreen {
	display:none;
	width:100%;
}
.showscreen span {
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
    margin: 5px;
    padding-left: 30px;
    background: url(../image/proicon.svg) no-repeat 5% center #d22633;
    background-size: 20px;
}
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.showscreen {display:block;width:100%;}
}

.search-product {display:none;}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.search-product {
	display:block;
	 padding:2%;
}
.search-product .test {
    float: left;
    width:82%;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.search-product .button {
    width: 18%;
    height: 42px;
    line-height: 38px;
    background:#d22633 url(../image/search.png) no-repeat center;
}
}
/*产品列表-筛选产品-筛选名称*/
.screen-box {}
.screen-box .screen-class {
    width:100%;
    overflow:hidden;
}
.screen-box .screen-class .tit {
    height: 35px;
    line-height: 35px;
    margin: 10px 0 10px 0;
    overflow: hidden;
    width: 10%;
    max-width: 75px;
    float: left;
    background: url(404.png) no-repeat right center;
}
.screen-box .screen-class .tit span {
	padding-left:40px;
}
.screen-box .screen-class .tit span.pl { 
	background: url(../image/pro-pl.svg) no-repeat left center;
	background-size: 25px;
}
.screen-box .screen-class .tit span.gg { 
	background: url(../image/pro-gg.svg) no-repeat left center;
	background-size: 25px;
}

.screen-box .screen-class .class-box {
    float: left;
    width: 90%;
    padding: 10px 0;
}
.screen-box .screen-class .class-box ul li {
    display: inline-block;
    white-space: nowrap;
    padding: 2px;
    margin: 4px;
    border: 1px solid #d9d9d9;
	border-radius: 5px;
}
.screen-box .screen-class .class-box ul li a {
    display: block;
    font-size: 12px;
    color: #666;
    padding: 0 9px;
    cursor: pointer;
}
.screen-box .screen-class .class-box ul li.cur {
    background: #d22633;
	border: 1px solid #d22633;
}
.screen-box .screen-class .class-box ul li.cur a{
    color: #fff;
}
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.screen-box {display:none;}
.screen-box .screen-class .tit {width:100%;}
.screen-box .screen-class .class-box span {margin: 5px 2px 0 0;}
}


.fixed{
    position: fixed;
    z-index: 1000;
    height: 100%;
    max-width:2000px !important;
    top: 0px;
    left: 0px;
    display: block;
    background: rgba(255, 255, 255, 1);
    z-index:999999999999;
}
.fixed  .screen-class {
    max-width: 1530px;
    margin: 0 auto;
}

/*产品列表*/
.vr-list{width:100%; margin:0% 0;padding-top:5%;}
.vr-list li{ float:left; width:32%;background:#f5f5f5;margin: 0 0.5% 1% 0.5%;}
.vr-list li .thumb{ position:relative; max-height:363px; overflow:hidden;}
.vr-list li .thumb img{ display:block; width:100%;transition: all 0.3s;}
.vr-list li .item{ padding:5%;}
.vr-list li .item h3{font-size:15px; color:#55504f;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/*鼠标hover效果*/
.vr-list li:hover .thumb .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.vr-list li .thumb:after {
    display:none;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background:rgba(0, 0, 0, 0.2) url(../image/video.svg) no-repeat center -500px/40px;
}
.vr-list li:hover .thumb:after {
    display:block;
    background:rgba(0, 0, 0, 0.1) url(../image/video.svg) no-repeat center center/40px;
}

/*以下代码是自适应样式*/

@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){
.vr-list li{width:49.5%;margin: 0 0.25% 1% 0.25%;}
}
@media screen and (max-width:800px){
.vr-list li{width:48%;margin:1%}
.vr-list li .item h3{font-size:14px;}
}



/*VR详情页*/
.vr-artilce {}
.vr-artilce .vr-content {padding-top:3%;}

/*VR详情页-图*/
.vr-artilce .vr-photo {
    position: relative;
    width:30%;
}
@media screen and (max-width:1320px){

}
@media screen and (max-width:1178px){

}
@media screen and (max-width:800px){

}
@media screen and (max-width:600px){
.vr-artilce .vr-photo .item-photo img {max-width:100%;}
}


.vr-artilce h2.tit {
    font-size: 20px;
    color: #252525;
    padding:20px 0 20px 30px;
    margin: 20px 0;
    border-bottom: solid 1px #d9d9d9;
    background: url(../image/more-icon.svg) no-repeat left center;
    background-size:19px;
}
/*产品详情页-产品属性*/
.vr-artilce .vr-txt {
    width:60%;
}
.vr-artilce .vr-introduce {
    border: solid 1px #d2d2d2;
    margin:2% auto;
    padding:2%;
}

.vr-artilce .vr-introduce ul {
    margin-bottom: 2%;
}
.vr-artilce .vr-introduce ul li {
    float:left;
    width:33%;
    padding:10px;
}
.vr-artilce .vr-introduce ul li  span{
    display:inline-block;
    font-size: 16px;
    color: #797979;
    max-width: 380px;
    position:relative;
}
.vr-artilce .vr-introduce ul li .p1 {}
.vr-artilce .vr-introduce ul li .p2 {padding-left:10px;color: #0a0a0a;}
.vr-artilce .vr-introduce ul li  p {
    float:left;
    width:14.2%;
    min-width: 70px;
    max-width:75px;
    text-align:center;
}

@media screen and (max-width:1320px){
.vr-artilce .vr-introduce ul li {width:50%;}
}
@media screen and (max-width:1178px){
.vr-artilce .vr-introduce ul li {width:50%;}
}
@media screen and (max-width:800px){
.vr-artilce .vr-introduce ul li {width:100%;}
}
@media screen and (max-width:600px){
.vr-artilce .vr-photo {width:100%;padding:0 0%;}
.vr-artilce .vr-txt {width:100%;}
.vr-artilce .vr-introduce ul li {width:100%;}

.vr-artilce .vr-tell a {width:33%;}
}

.effect .vr-box {height:700px;}
@media screen and (max-width:1320px){
.effect .vr-box {height:600px;}
}
@media screen and (max-width:1178px){
.effect .vr-box {height:500px;}
}
@media screen and (max-width:800px){
.effect .vr-box {height:400px;}
}
@media screen and (max-width:600px){
.effect .vr-box {height:300px;}
}

.vr-artilce .photo {
    margin-top: 5%;
    border: solid 1px #d2d2d2;
}
.vr-artilce .photo li {
    float: left;
    width: 20%;
    padding:0.5%;
}
.vr-artilce .photo li:nth-of-type(5n){
    margin-right: 0;
}
.vr-artilce .photo li p {
    font-size: 20px;
    color: #5e5e5e;
    margin: 15px 0;
}
@media screen and (max-width:1320px){
.vr-artilce .photo li {width:25%;}
}
@media screen and (max-width:1178px){
.vr-artilce .photo li {width: 33%;}
}
@media screen and (max-width:800px){
.vr-artilce .photo li {width: 33%;}
}
@media screen and (max-width:600px){
.vr-artilce .photo li {width: 50%;}
}

