@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #FFF;
	font: 14px/1.5 "Microsoft YaHei", Arial, Verdana, "宋体";
	-webkit-text-size-adjust: none;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}
h1, h2, h3, h4, form, p, dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
img {
	border: none;
}
em {
	font-style: normal;
}
table {
	font-size: 14px;
	line-height: 1.4;
}
td {
	margin: 0px;
	padding: 2px;
}
.clearfloat:before, .clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.clearfloat {
	zoom: 1
}
.autohide {
	display: block;
	height: 0;
	overflow: hidden;
}
.search-box-group {
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
button {
	border: none;
	outline: none
}
span.icon {
	display: inline-block;
	background-image: url(../images/common_sprite.png);
	background-repeat: no-repeat;
	vertical-align: top
}
/* 产品 */
#container_wrap {
	width: 100%;
	background: #F5F5F5;
	min-width: 1200px;
	padding-bottom: 40px;
}
#container_prolist {
	margin: 0px auto;
	width: 1200px;
}
.home-floor1 {
	width: 100%;
	background: #F5F5F5;
	min-width: 1200px;
}
.home-container {
	width: 1200px;
	margin: 0px auto;
	padding: 40px 0px;
}
.product-list2 {
	width: 1216px;
}
.product-list2 ul li {
	float: left;
	width: 288px;
	text-align: center;
	margin: 0px 16px 16px 0px;
	display: inline;
	background: #FFF;
	overflow: hidden;
	position: relative;
}
.product-list2 ul li img {
	width: 288px;
	height: 288px;
	display: block;
}
.product-list2 ul li .title {
	margin: 10px 10px 5px;
	height: 42px;
}
.product-list2 ul li .desc {
	margin: 0px 10px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-list2 ul li .price {
	margin: 5px 10px 15px;
	color: #fe4571;
	font-size: 18px;
}
.product-list2 ul li .price i {
	font-size: 14px;
	font-style: normal;
}
.product-list2 ul li {
	transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.product-list2 ul li:hover {
	box-shadow: 0 5px 15px #BBB;
	-webkit-box-shadow: 0 5px 15px #BBB;
	-moz-box-shadow: 0 5px 15px #BBB;
}
.bottom_trust {
	height: 32px;
	margin-bottom: 30px;
}
.bottom_trust1 {
	background: url(../images/foot_2.png) no-repeat center center;
	height: 66px;
	margin-bottom: 10px;
}
.bottom_trust li {
	float: left;
	width: 299px;
	text-align: center;
	font: 24px/26px "Microsoft YaHei";
	color: #FF4400;
	border-left: 1px solid #DDD;
}
.bottom_trust li:first-child {
	border-left: 0px;
}
.bottom_trust li em {
	color: #333333;
	font-size: 18px;
	margin-left: 10px;
}
.pagebar {
	padding: 30px 0px 46px;
}
.pages {
	text-align: right;
	clear: both;
	display:flex;
	justify-content: end;
}
.pages li{
	margin: 0px;
	color: #333;
	border: 1px solid #E1E1E1;
	background: #FFF;
	padding: 11px 14px;
	text-decoration: none;
	font-style:normal !important
}
.pages li::marker{display:none;content:"";margin:0;}
.pages b {
	color: #FFFFFF;
	border: 1px solid #FF4400;
	background: #FF4400;
	padding: 11px 14px;
	text-decoration: none;
}
.pages li:hover,.pages li.active {
	color: #FF4400;
	background: #EFEFEF;
	padding: 11px 14px;
	text-decoration: none;
}
.pages em {
	color: #CCC;
	padding: 0px 8px;
	font-weight: bold;
	letter-spacing: 2px;
}
.pages .hid {
	color: #E1E1E1;
}
.pages .page-go {
	font-weight: bold;
	font-family: simsun;
}
/* 筛选 */
.clearfix {
	clear: both;
	content: "";
	display: block;
}
.fl {
	float: left;
}
.align-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);    /* for Chrome || Safari */
	-moz-transform: translateY(-50%);       /* for Firefox */
	-ms-transform: translateY(-50%);       /* for IE */
	-o-transform: translateY(-50%);         /* for Opera */
}
.classify-select {
	background-color: #fff;
	padding: 0 10px;
}
.classify-select .select-item {
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	height: 35px;
}
.select-item .select-title {
	color: rgb(136,78,34);
	margin-right: 50px;
}
.select-item .select-title img {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.select-item .select-title .iconfont {
	font-size: 20px;
}
.select-item .select-list a {
	margin-right: 12px;
	font-size: 15px;
}
.classify-select .select-item:last-child {
	border-bottom: 0;
}
.sortBtn {
	background-color: #fff;
	padding: 10px;
	margin: 10px 0;
	font-size: 15px;
}
.sortBtn .sortBtn-title {
	margin-right: 50px;
}
.redFontaa {
	color: rgb(136,78,34);
}
.sortBtn-list .sortBtn-item {
	margin-right: 40px;
}
.hide {
	display: none;
}
.bread-nav {
	padding: 15px 0;
}
.select-list a.active {
	color: #fe4571;
}
.sortBtn-list a.active {
	color: #fe4571;
}
.dao-nav a.active {
	color: #da3000;
}
