.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(../images/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(../images/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(../images/class-line.jpg) no-repeat right center;
}
.screen-box .screen-class .tit span {
	padding-left:40px;
}
.screen-box .screen-class .tit span.pl { 
	background: url(../images/pro-pl.svg) no-repeat left center;
	background-size: 25px;
}
.screen-box .screen-class .tit span.gg { 
	background: url(../images/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%;
    top: 0px;
    left: 0px;
    display: block;
    background: rgba(255, 255, 255, 1);
	z-index:999999999999;
}
.fixed  .screen-class {
	max-width: 1530px;
    margin: 0 auto;
}

/*产品列表*/
.product-list {}
.product-list ul {
    margin-top: 6%;
	overflow: hidden;
}
.product-list ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 3%;
	border-radius: 10px;
	overflow: hidden;
}
.product-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.product-list ul  li:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
}


/*产品图*/
.product-list ul li .pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 67%;
	z-index: 1;
	overflow: hidden;
}

/*无效果图*/
.product-list ul li .pic .noeffect {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.8s;
}
/*有效果图*/
.product-list ul li .pic .effect {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.8s;
}

.product-list ul li .pic .fixed-pic {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list ul li .pic .fixed-pic .pic-box {
    position: relative;
    width: 100%;
    height: 80%;
    text-align: center;
    transition: all 0.8s;
}
.product-list ul li .pic .fixed-pic .pic-box img {
	max-width: 45%;
	max-height: 100%;
	transform: translate(0%,-100%);
	transition: all 0.8s;
}

.product-list ul li:hover .pic .effect {
	transform: scale(1.1);
	border-radius: 10px;
	overflow: hidden;
}
.product-list ul li:hover .pic .fixed-pic {
	opacity: 1;
	transform: translate(0,0);
}
.product-list ul li:hover .pic .fixed-pic .pic-box img {
	transform: translate(0%,0%);
}




.product-list ul li .pic img {
	max-width:100%;
	max-height:360px;
}
.product-list ul li .word {
	padding:2% 5%;
	position:relative;
}
.product-list ul li p {
    font-size: 15px;
    color: #5e5e5e;
    font-family: 'Futura';
}
.product-list ul li .p1 {
	margin: 8px 0;
	color:#252525;
	font-family: 'Futura';
}
.product-list ul li:hover .p1 {
	color:#d22633;
}
.product-list ul li .p2 {
	margin:0 0 10px 0;
}
.product-list ul li .word .new {
	position:absolute;
	right:5%;
	bottom:50%;
	width:50px;
	height:20px;
	line-height:20px;
	border-radius: 25px;
	background:#d22633;
	font-size:10px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width:1320px){
.product-list ul li {
}
.product-list ul li .pic {
}
}
@media screen and (max-width:1178px){
.product-list ul li {}
.product-list ul li .pic {}
}
@media screen and (max-width:800px){
.product-list ul li {
	width: 98%;
	margin:4% 1%;
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
}
.product-list ul li .pic {}
.product-list ul li p {font-size: 14px; margin: 15px 0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
}
@media screen and (max-width:600px){
}
/*隐藏产品列表页面中的《留言咨询》浮窗按钮*/
.fixshow {*display:none;}



/*产品详情页*/

/*产品详情页-banner效果图*/
.effect-banner {
	position:relative;
}
.effect-banner ul {
}
.effect-banner ul li {
	float:left;
	width:33.3%;
	padding-top:40%;
	background-size: cover;
	position:relative;
	
}
.effect-banner ul li:first-child,.effect-banner ul li:last-child {
	filter: blur(1px);
}
.effect-banner ul li:first-child:before {
	content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.5) 100%);
    transition: all 0.3s;
	
}
.effect-banner ul li:last-child:before {
	content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.5) 100%);
    transition: all 0.3s;
}
/*更多*/
.mirror-more {
    position:absolute;
    bottom: 8%;
    left:0;
	z-index: 9;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.mirror-more:after {
    content: '';
    display:block;
    width: 100%;
    height: 20px;
    background: url(../images/mirror-more.svg)no-repeat center center/20px;
    animation: cir-you 0.3s linear infinite;
    transform: rotate(-90deg);
}
@keyframes cir-you {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}

/*产品详情页-板块标题*/
.tit-top {
	width: 100%;
	padding:5% 0 1% 0;
    position: relative;
}
.tit-top .cn {
	font-size: 26px;
    line-height: 44px;
    color: #000;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    position: relative;
    z-index: 5;
}
.tit-top .en {
	font-size: 40px;
    line-height: 60px;
    opacity: 0.05;
    color: #000;
    text-transform: uppercase;
}

/*产品详情页-产品参数*/
.parameter .item-bottom {
	padding:5% 5%;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	box-shadow: 0 0 20px rgba(0,0,0,.0.01);
	background: #fff url(../images/parameter-bg.png) no-repeat center top/cover;
}
.parameter .item-bottom .word-fl {
	width:55%;
}
.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 {
	display:block;
	float:left;
}
.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;
}

/*产品详情页-产品参数-FL*/
.parameter .item-bottom .word-fr {
	width:45%;
}
.parameter .item-bottom .word-fr ul li {
	width:100%;
}
.parameter .item-bottom .word-fr ul li:last-child {
	margin-top:5%;
	padding-left:0;
	background:none;
}
.parameter .item-bottom .word-fr ul li span {
	display:block;
	float:left;
}
.parameter .item-bottom .word-fr ul li .p1 {
	width:15%;
	color: #797979;
}
.parameter .item-bottom .word-fr ul li .p2 {
	width:70%;
	color: #0a0a0a;
    
    margin-left: 4%;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
}

.parameter .item-bottom .word-fr ul li p {
	float:left;
	width:14.2%;
	min-width: 70px;
	max-width:75px;
	font-size:14px;
	color:#666;
	text-align:center;
}
.parameter .item-bottom .word-fr ul li p img {
	display:block;
	margin:0 auto;
}

/*产品详情页-产品参数-按钮*/
.parameter .item-bottom .word-fr .product-tell {
	margin-top:5%;
}
.parameter .item-bottom .word-fr .product-tell a {
    display: block;
    float: left;
    width: 150px;
    font-size: 14px;
    text-align: center;
	margin:5% 1%;
    padding: 10px 10px 10px 30px;
	border: 1px solid #eeeeee;
	border-radius: 25px;
	transition: padding 0.5s;
}
.parameter .item-bottom .word-fr .product-tell a:hover {
	color:#d22633;
	padding: 10px 10px 10px 35px;
	border: 1px solid #d22633;
}
.parameter .item-bottom .word-fr .product-tell a.p1 {
	background: url(../images/pro-zx.svg) no-repeat 15% center;
    background-size: 25px;
}
.parameter .item-bottom .word-fr .product-tell a.p2 {
	background: url(../images/pro-gg.svg) no-repeat 15% center;
    background-size: 25px;
}
.parameter .item-bottom .word-fr .product-tell a.p3 {
	background: url(../images/pro-vr.svg) no-repeat 15% center;
    background-size: 25px;
}

/*产品详情页-效果图*/
.effect {}
.effect-box img {
	max-width:100%;
}

/*产品详情页-一石多面拼接展示*/
.splicingphoto {}
.splicingphoto-box {}
.splicingphoto-box img {
	max-width:100%;
	padding:1px;
}


/*产品详情页-一石多面*/
.manyphoto .item-bottom {
	border-radius: 10px;
}
.manyphoto .photo {
    margin-top: 5%;
	border: solid 1px #d2d2d2;
	
}
.manyphoto .manyphoto-box ul {
	overflow:hidden;
}
.manyphoto .manyphoto-box ul li {
    float: left;
    width: 16.66%;
	padding:1px;
}
.manyphoto .manyphoto-box ul li a {
	display:block;
	width:100%;
	height:100%;
	position: relative;
}
.manyphoto .manyphoto-box ul li a:after {
    opacity: 0;
    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(../images/seemore.svg) no-repeat center -500px/40px;
}
.manyphoto .manyphoto-box ul li a:hover:after {
    opacity:1;
    background:rgba(0, 0, 0, 0.0) url(../images/seemore.svg) no-repeat center center/40px;
}
.manyphoto .manyphoto-box ul li img {
}
.manyphoto .manyphoto-box ul li:nth-of-type(5n){
    margin-right: 0;
}
.manyphoto .manyphoto-box ul li p {
    font-size: 20px;
    color: #5e5e5e;
    margin: 15px 0;
}

/*产品详情页-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:#d22633;
    transition: all 0.3s ease 0s;
}

/*产品详情页-产品推荐*/
.product .product-list ul {
    margin-top: 1%;
}


/*产品详情页-查找经销商*/
.buss .store-list .store-menu {
	padding: 2% 0;
	overflow: hidden;
	border-bottom: solid 1px #d2d2d2;
}
.buss .store-list .store-menu font {
	font-size: 14px;
    line-height: 50px;
}
.buss .store-list  .chose ul {}
.buss .store-list  .chose ul li {
	min-width: 140px;
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.buss .store-list  .chose  select {
	float:left;
	border: 0;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    color: #313131;
    padding: 7% 5%;
    line-height: 60px;
    width: 100%;
}
.buss .store-list .chose  button {
	background: #d22633;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 190px;
    line-height: 40px;
    clear: both;
}


/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
/*产品详情页*/

/*产品详情页-banner效果图*/
.effect-banner {
	position:relative;
}
.effect-banner ul {
}
.effect-banner ul li {
	width:100%;
	padding-top:100%;
}
.effect-banner ul li:first-child {
	display:none;
}
.effect-banner ul li:last-child {
	display:none;
}
/*更多*/
.mirror-more {
    position:absolute;
    bottom: 8%;
    left:0;
	z-index: 9;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.mirror-more:after {
    content: '';
    display:block;
    width: 100%;
    height: 20px;
    background: url(../images/mirror-more.svg)no-repeat center center/20px;
    animation: cir-you 0.3s linear infinite;
    transform: rotate(-90deg);
}
@keyframes cir-you {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}

/*产品详情页-板块标题*/
.tit-top {
	padding: 8% 0 1% 0;
}
.tit-top .cn {
	font-size: 20px;
    line-height: 30px;
}
.tit-top .en {
	font-size: 24px;
	line-height: 30px;
}

/*产品详情页-产品参数*/
.parameter .item-bottom {
	padding:5% 5%;

}
.parameter .item-bottom .word-fl {
	width:100%;
}
.parameter .item-bottom  ul {}
.parameter .item-bottom  ul li {
	width: 100%;
}
.parameter .item-bottom ul li .p1 {
	width:35%;
}
.parameter .item-bottom ul li .p2 {
	width:60%;
}


/*产品详情页-产品参数-FR*/
.parameter .item-bottom .word-fr {
	width:100%;
}
.parameter .item-bottom .word-fr ul li {
	width:100%;
}
.parameter .item-bottom .word-fr ul li .p1 {
	width:35%;
}
.parameter .item-bottom .word-fr ul li .p2 {
	width:60%;
}

.parameter .item-bottom .word-fr ul li p {
	float:left;
	width:14.2%;
	min-width: 70px;
	max-width:75px;
	font-size:14px;
	color:#666;
	text-align:center;
}
.parameter .item-bottom .word-fr ul li p img {
	display:block;
	margin:0 auto;
}

/*产品详情页-产品参数-按钮*/
.parameter .item-bottom .word-fr .product-tell {
	margin-top:5%;
}
.parameter .item-bottom .word-fr .product-tell a {
    display: block;
    float: left;
    width: 150px;
    font-size: 14px;
    text-align: center;
	margin:2% 0.5%;
    padding: 10px 10px 10px 30px;
	border: 1px solid #eeeeee;
	border-radius: 25px;
	transition: padding 0.5s;
}
.parameter .item-bottom .word-fr .product-tell a:hover {
	color:#d22633;
	padding: 10px 10px 10px 35px;
	border: 1px solid #d22633;
}
.parameter .item-bottom .word-fr .product-tell a.p1 {
	background: url(../images/pro-zx.svg) no-repeat 15% center;
    background-size: 25px;
}
.parameter .item-bottom .word-fr .product-tell a.p2 {
	background: url(../images/pro-gg.svg) no-repeat 15% center;
    background-size: 25px;
}
.parameter .item-bottom .word-fr .product-tell a.p3 {
	background: url(../images/pro-vr.svg) no-repeat 15% center;
    background-size: 25px;
}

/*产品详情页-效果图*/
.effect {}
.effect-box img {
	max-width:100%;
}

/*产品详情页-一石多面拼接展示*/
.splicingphoto {}
.splicingphoto-box {}
.splicingphoto-box img {
	max-width:100%;
}


/*产品详情页-一石多面*/
.manyphoto .item-bottom {
	border-radius: 10px;
}
.manyphoto .photo {
    margin-top: 5%;
	border: solid 1px #d2d2d2;
	
}
.manyphoto .manyphoto-box ul {
	overflow:hidden;
}
.manyphoto .manyphoto-box ul li {
    float: left;
    width: 33.33%;
}

.manyphoto .manyphoto-box ul li img {
}

/*产品详情页-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:#d22633;
    transition: all 0.3s ease 0s;
}

/*产品详情页-产品推荐*/
.product .product-list ul {
    margin-top: 1%;
}


/*产品详情页-查找经销商*/
.buss .store-list .store-menu {
	padding: 2% 0;
	overflow: hidden;
	border-bottom: solid 1px #d2d2d2;
}
.buss .store-list .store-menu font {
	font-size: 14px;
    line-height: 50px;
}
.buss .store-list  .chose ul {}
.buss .store-list  .chose ul li {
	min-width: 140px;
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.buss .store-list  .chose  select {
	float:left;
	border: 0;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    color: #313131;
    padding: 7% 5%;
    line-height: 60px;
    width: 100%;
}
.buss .store-list .chose  button {
	background: #d22633;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 190px;
    line-height: 40px;
    clear: both;
}
}