@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
}




ol,
ul {
    list-style: none;
}



a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #F17600;
}


    .layout {
        width: 1360px;
        margin: 0 auto;

    }











.fl {
	float: left;
}

.fr {
	float: right;
}


/* 面包屑 */
.bread_nav {
	margin-top: 30px;
	font-size: 16px;
	color: #F17600;
}

/* 公共标题 */
.title_common {
	margin: 35px auto 0;
	width: 225px;
	background:red url(../images/nxw_titbk.png) no-repeat center bottom;
	font-weight: 600;
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
	color: #1a1a1a;
	padding-bottom: 15px;
}

.title_common_w {
	width: 379px;
	background: url(../images/nxw_titbk_w.png) no-repeat center bottom;
}

.common_tit {
	position: relative;
	font-weight: 600;
	line-height: 40px;
	color: #181818;
	padding-left: 21px;
}

.common_titA {
	font-size: 30px;
}

.common_titA:hover {
	color: #eb6d1b;
}

.common_tit::before {
	content: '';
	display: block;
	width: 6px;
	height: 31px;
	background-color: #eb6d1b;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 产品列表页样式开始 */

.porductslist-list{ width: 660px;height: 550px;float: left;padding: 0 20px;margin-bottom: 50px;margin-top: 30px; overflow: hidden; }
.porductslist-list-img{width: 660px;height: 400px;  overflow: hidden; position: relative;
border:3px solid #B7C8D8;
  background: url(../images/pc_cp_bg.jpg) no-repeat ;
background-size: cover;
 background-position: center;

}

.porductslist-list-img a img{width: 350px;height: auto;    transition: transform 0.5s ease; /* 平滑变化 */ margin-left:150px;}
.porductslist-list-img a:hover img {  transform: scale(1.02); /* 鼠标悬停时放大1.2倍 */}
.porductslist-list .tit{ font-size: 30px;font-weight: bold;margin-top: 10px;}
.porductslist-list .dsc{ font-size: 18px;margin-top: 10px;line-height: 160%;}

/* 产品详情页样式开始 */

.products{  width:1000px;  margin:50px auto 0 auto; }

.yzm-image{
	width:1000px;height:550px;
	border:3px solid #B7C8D8;
	  background: url(../images/pc_cp_bg.jpg) no-repeat ;
background-size: cover;
 background-position: center;
}

.yzm-image img{ width:500px; margin:20px 0 0 250px; }

	.yzm-icon1{display: inline; width: 16px; float: left; padding-top: 50px; text-indent: -9999px; }
	.yzm-icon1 a{display: block; width: 16px; height: 32px; background: url(../images/left.png) no-repeat;}
	.yzm-icon2{float: right; width: 16px; padding-top: 50px; text-indent: -9999px;  }
	.yzm-icon2 a{display: block; width: 16px; height: 32px; background: url(../images/right.png) no-repeat;}
	.yzm-switch{width: 700px; height: 140px; }
	.yzm-switch-center{float: left; width:600px; height: 130px;  overflow: hidden; margin-top:10px; }
	.yzm-switch-center li{display: inline; float: left; width:120px; height: 120px; margin: 0 5px 0 0; }
	.yzm-switch-center li a{display: block; width: 120px; height: 120px; border: 1px solid #ddd; border-radius:3px;}
	.yzm-switch-center li a img{width: 100px; height: 100px; border-radius:3px; padding:10px}
	.yzm-switch-center li a.on{border: 1px solid #ff9900; border-radius:3px;}
	.yzm-switch-center li a:hover{border: 1px solid #ff9900; border-radius:3px;}

.product_discription_title{width:90px; height:40px;line-height:40px; color:#000; padding-left:20px; font-size:16px; border-radius:3px; border:1px solid #20366F; font-weight:bold;margin:50px 0 30px 0;}
.product_discription{ }
.product_discription p{ font-size:16px; line-height:180%; }
.product_related{ margin-bottom:50px;  overflow:hidden; }
.product_related ul{ width:200px;   float:left; margin-right:30px; }
.product_related ul li.pic{ padding:20px;border:1px solid #223871; overflow:hidden; width:160px; height:160px; overflow:hidden; border-radius:3px; background:#fff;}
.product_related ul li.tit{ clear:both; text-align:center; height:50px; line-height:50px;}
.product_related ul li.tit a{ font-size:17px;}
.product_related ul li img{ width:100%;  }

.product_related ul li a img {
 
  transition: transform 0.5s ease; 
}
 
.product_related ul li a:hover img {
  transform: scale(1.1); 
}
/* 产品详情页样式end */