@charset "utf-8";
/* CSS Document */
.subnva{
	height:40px;
	line-height:40px;
	background-color:#eee;
	margin-left:-8px;
	}
.subnva a{
	margin-right:8px;
	padding-left:8px;
	border-left:1px solid #ccc;
	}
.subnva a:first-child{
	border:none;
	}
.breadcrumb{
	height:34px;
	line-height:34px;
	}
.breadcrumb a{
	margin:0 8px;
	}
.page-wrap{
	margin-top:10px;
	margin-bottom:50px;
	}
.page-wrap .right{
	float:right;
	width:730px;
	border-top:3px solid #E50012;
	padding-top:10px;
	color:#666;
	}
.page-wrap .right .title{
	font-size:16px;
	margin-bottom:10px;
	color:#000;
	}
/*************PRODUCTS  END*********************/
/*************HONOR*********************/
.honor-list{
	width:760px;
	}
.honor-list li{
	float:left;
	width:210px;
	height:320px;
	margin-right:25px;
	overflow:hidden;
	padding:8px;
	margin-bottom:35px;
	text-align:center;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#ddd;
	}
.honor-list li a{
	display:inline-block;
	width:210px;
	height:330px;
	transition:all 0.3s;
	font-size:12px;
	overflow:hidden;
	}
.honor-list li .img{
	width:210px;
	height:281px;
	background-color:#fff;
	overflow:hidden;
	}
.honor-list li p{
	height:40px;
	line-height:40px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.honor-list li .img img{
	width:210px;
	height:281px;
	}
.honor-list li:hover{
	background-color:#C6241F;
	}
.honor-list a:hover{
	color:#fff;
	}
/*************HONOR END*********************/
/*************PRODUCTS *********************/
.pro-list{
	width:760px;
	}
.pro-list li{
	float:left;
	width:230px;
	height:260px;
	margin-right:18px;
	margin-bottom:15px;
	text-align:center;
	}
.pro-list li a div{
	width:228px;
	height:228px;
	border:1px solid #ddd;
	overflow:hidden;
	}
.pro-list li a img{
	width:228px;
	height:228px;
  transition: .5s transform;
	}
.pro-list li a p{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	margin-top:10px;
	}
.pro-list li a:hover img{
	  transform: scale(1.1, 1.1);
	}

#pg-product .pro-img{
	width:100%;
	}
	

#pg-product .title{
	height:30px;
	line-height:30px;
	background: linear-gradient(to bottom, #E50012, #700E14);
	font-size:16px;
	padding-left:15px;
	color:#fff;
	}
#pg-product .title a{
	color:#fff;
	}
#pg-product .subtitle{
	height:30px;
	line-height:30px;
	background: linear-gradient(#fff, #e1e1e1);
	padding-left:15px;
	color:#999;
	margin-bottom:20px;
	}
.gallery-top {
	height: 500px;
	border-radius:5px;
}
.gallery-thumbs {
	height: 98px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #fff, #f5f5f5);
	padding:8px 0;
	border:1px solid #eee;
	border-radius: 5px;
}
.gallery-thumbs .swiper-slide {
	height: 80px;
	width:95px;
	opacity: 0.4;
	text-align:center;
	cursor:pointer;
}
.gallery-thumbs .swiper-slide img{
	height: 80px;
	width:95px;
	}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

#pg-product .pro-ft .hd{
	height:42px;
	line-height:42px;
	border-bottom:1px solid #ddd;
	}
#pg-product .pro-ft .hd > span{
	display:inline-block;
	height:42px;
	line-height:48px;
	font-size:16px;
	color:#000;
	padding:0 6px;
	border-bottom:1px solid #C6241F;
	overflow:hidden;
	}
#pg-product .pro-ft img{
	max-width:730px;
	}
.news-ft{
	margin-top:20px;
	background-color:#eee !important;
	padding:10px;
	border-radius:5px;
	}
.news-ft p{
	margin:5px 0;
	}
.prolist_side_son li a.A{
	color:#C6241F !important;
	border-left: 1px solid #C6241F!important;
	}
.prolist_side li a.A {
    color: #C6241F!important;
	}
	
	
.pro-np{
	text-align: center;
	margin-top:30px;
	}
.pro-np li{
	float:left;
	width:40%;
	}
.pro-np li.back{
	width:20%;
	}
.pro-np li a{
	float:left;
	width:95%;
	height:30px;
	line-height:30px;
	padding:0 8px;
	box-sizing:border-box;
	background-color:#eee;
	margin:0 2.5%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.pro-np li a span{
	font-size:12px;
	}
.pro-np a:hover{
	background-color:#900;
	color:#fff;
	}

/*************PRODUCTS  END*********************/
/*************DOWN *********************/
.down-list li{
	margin-bottom:10px;
	}
.down-list li a{
	display:block;
	height:30px;
	line-height:30px;
	background-color:#f5f5f5;
	border-radius:5px;
	padding:0 15px;
	}
.down-list li a span{
	float:right;
	}
.down-list li a:hover{
	background-color:#C6241F;
	color:#fff;
	}
 .news-con .title{
	font-size:26px;
	color:#333;
	text-align:center;
	margin-top:20px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	}	
.news-con .subhd{
	color:#999;
	text-align:center;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	}
.news-con .text{
	margin-top:20px;
	width:920px;
	min-height:400px;
	overflow:hidden;
	}


/*************DOWN  END*********************/

.left .side-cate .bd{
	height:568px !important;
	}


.pagebtnA{background:#000 !important; color:#FFF !important; border:0px none !important; font-weight:normal !important;}
