#user_defined7 .banner_inside{
	width: 100%;
	height: 584px;
	background: url(http://img.jihui88.com/upload/x/x2/xizerong/picture/2023/10/20/9f86e4b3-0f60-43f5-87bc-40465e926301.jpg) no-repeat center;
}
/* 产品分类 */
#user_defined13 .category{
	width:1200px;
	margin:0 auto;
}
#user_defined13 .category_title{
	height:150px;
	overflow: hidden;
}
@font-face {
	font-family: 'webfont_1';
  	src: url('//at.alicdn.com/t/cpivymok3zj2lnmi.eot');
  	src: url('//at.alicdn.com/t/cpivymok3zj2lnmi.eot?#iefix') format('embedded-opentype'),
  	url('//at.alicdn.com/t/cpivymok3zj2lnmi.woff') format('woff'),
  	url('//at.alicdn.com/t/cpivymok3zj2lnmi.ttf') format('truetype'),
  	url('//at.alicdn.com/t/cpivymok3zj2lnmi.svg#思源黑体-普通') format('svg');
}

#user_defined13 .category_title h1{
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	color: #ea2220;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	margin-top:46px;
	font-family: "webfont_1";
}
#user_defined13 .category_title h2{
	margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #f00;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Allura";
}
#user_defined13 .category_content{
	text-align: center;
	padding-bottom:50px;
}
#user_defined13 .category_content ul{
	overflow: hidden;
	display: inline-block;
}
#user_defined13 .category_content li{
	padding:0 20px;
	line-height:24px;
	float: left;
	padding-left:21px;
	position: relative;
}
#user_defined13 .category_content li:before{
	content:"";
	width:1px;
	height:8px;
	display: block;
	background:#b5b5b5;
	position: absolute;
	left: 0;
	top:8px;
}
#user_defined13 .category_content li:nth-child(1)::before{
	display: none;
}
#user_defined13 .category_content a{
	font-size:14px;
	color:#636363;
	letter-spacing: 1px;
}
#user_defined13 .category_content a:hover{
	color:#ff0000;
}
#user_defined13 .category_content a.active{
	color:#f00;
}

/* 产品列表 */
#user_defined14 .pro_show{
	width:1230px;
	margin:0 auto;
	padding-bottom:60px;
}
#user_defined14 .pro_content{
}
#user_defined14 .pro_show ul{
	overflow: hidden;
	padding:15px;
}
#user_defined14 .pro_show li{
	width:240px;
	float: left;
	margin-bottom:40px;
}
#user_defined14 .pro_show li a{
	display: block;
	position: relative;
	transition:all ease-out .3s;
	-moz-transition:all ease-out .3s;
	-o-transition:all ease-out .3s;
	-webkit-transition:all ease-out .3s;
}
#user_defined14 .pro_show li a:hover{
	z-index: 1000;
	box-shadow:0px 1px 10px #999;
	-moz-box-shadow:0px 1px 10px #999;
	-o-box-shadow:0px 1px 10px #999;
	-webkit-box-shadow:0px 1px 10px #999;
}
#user_defined14 .pro_show .pro_pic{
	width: 240px;
	height: 240px;
	display: block;
}
#user_defined14 .pro_show .pro_pic img{
	width: 100%;
	height: 100%;
}
#user_defined14 .pro_show .pro_details{
	height: 70px;
	width: 240px;
	display: block;
	position: relative;
	overflow: hidden;
}
#user_defined14 .pro_show .pro_details:after{
	content: "";
	width: 100%;
	height: 0;
	display: block;
	background: #ea2220;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition:all ease-out .3s;
	-moz-transition:all ease-out .3s;
	-o-transition:all ease-out .3s;
	-webkit-transition:all ease-out .3s;
}
#user_defined14 .pro_show a:hover .pro_details:after{
	height: 100%;
}
#user_defined14 .pro_show .pro_name{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #3a3a3a;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 9px;
	position: relative;
	z-index: 2;
	transition:all ease-out .3s;
	-moz-transition:all ease-out .3s;
	-o-transition:all ease-out .3s;
	-webkit-transition:all ease-out .3s;
}
#user_defined14 .pro_show a:hover .pro_name{
	color: #fff;
}
#user_defined14 .pro_show .pro_type{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #d1d1d1;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	z-index: 2;
	transition:all ease-out .3s;
	-moz-transition:all ease-out .3s;
	-o-transition:all ease-out .3s;
	-webkit-transition:all ease-out .3s;
}
#user_defined14 .pro_show a:hover .pro_type{
	color: #fff;
}
#user_defined14 .pro_show .more{
	width:154px;
	height:42px;
	display:block;
	margin:0 auto;
	margin-bottom:60px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:42px;
	font-size:14px;
	color:#666666;
	transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-webkit-transition:all .3s;
}
#user_defined14 .pro_show .more:hover{
	border-color:#f00;
	background: #f00;
	color: #fff;
}