/* Banner Css */
.banner-container {
	height: 500px;
	min-width: 1080px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: rgb(154, 67, 64) url("../jpg/bg_banner@2x.png") no-repeat top;
	background-size: cover;
}
.banner-img {
	position: relative;
}
.banner-img > ul > li > img {
	width: 1120px;
	height: auto;
}
.banner-img > ul > li > span {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 150px;
}
.banner-img > ul > li > span > h1 {
	/* font-family: PingFangSC-Regular; */
	font-size: 59px;
	color: #FFFFFF;
	letter-spacing: 2.69px;
	line-height: 147px;
}

/* products Css */
.product-banner > span {
	width: 100%;
}
.product-banner > span > h1 {
	width: 100%;
	text-align: center;
}
.products-container {
	min-width: 1080px;
	width: 100%;
	background: rgb(246, 246, 246);
	position: relative;
    padding-bottom: 30px;
}
.products-body {
	width: 1080px;
	/*overflow: hidden;*/
	position: relative;
	top: -80px;
	left: 0;
	right: 0;
	margin: auto;
}
.products-nav {
	width: 1080px;
    top:0;
	height: 80px;
	background: #FFFFFF;
	position: relative;
    display: flex;
}
.products-nav > div {
    flex: 1;
    display: inline-block;
	height: 100%;
	background: #FFFFFF;
}
.products-nav ul {
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
	transition: all 1s ease;
}
.products-nav ul > li {
	height: 100%;
	width: 288px;
	display: flex;
    text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.products-nav ul > li > a {
	/* font-family: PingFangSC-Regular; */
	font-size: 16px;
	color: #1B1B1B;
	letter-spacing: 0;
	width: 100%;
	text-align: center;

}
.products-nav ul > li > a {
	border-right: 1px solid #D4D4D4;
}
.products-nav ul > li > span {
	height: auto;
	width: 200px;
	position: absolute;
	top: 80px;
}
.products-nav ul > li:not(:first-child):hover {
	background: url('../jpg/icon_arrow@2x.png') no-repeat;
	background-position: 50% 80%;
	background-size: 26px 10px;
}
.products-nav ul > li:hover span {
	visibility: visible;
}
.products-nav ul > li > a,
.products-nav ul > li > a:link,
.products-nav ul > li > a:visited,
.products-nav ul > li > a:hover,
.products-nav ul > li > a:active {
	text-decoration: none;
	color: #000000;
}
.products-nav ul > li > a > p{
	width: 100%;
	text-align: center;
	border-right: 1px solid #D4D4D4;
}
.products-nav > div > form {
	height: 100%;
	width: 100%;
	box-shadow: none;
	display: flex;
	flex-wrap: nowrap;
}
#search {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0;
	margin-left: 75px;
	border: none;
	font-size: 16px;
}
#search:focus {
	outline: none;
}
#left-icon {
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
}
#left-icon > img {
	height: 15px;
	width: 15px;
}
#submit {
	height: 100%;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#submit > img {
	height: 15px;
	width: 15px;
	margin: 0;
}
.products-nav-menu {
	height: auto;
	width: 225px;
	background: #FFFFFF;
	position: absolute;
	top: 80px;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	visibility: hidden;
    max-height: 288px;
    overflow: auto;
}
.products-nav-menu > a {
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* font-family: PingFangSC-Regular; */
	color: #1B1B1B;
	letter-spacing: 0;
    padding: 2px 8px;
    font-size: 12px;
}
.products-nav-menu > a:link,
.products-nav-menu > a:visited,
.products-nav-menu > a:active {
	text-decoration: none;
	/* font-family: PingFangSC-Regular; */
	color: #1B1B1B;
	letter-spacing: 0;
}
.products-nav-menu > a:hover {
	text-decoration: none;
	/* font-family: PingFangSC-Regular; */
	color: #1B1B1B;
	letter-spacing: 0;
	background: #E6E6E6;
}
.products-goods {
	max-height: 1200px;
	height: auto;
	width: 1080px;
	margin-top: 30px;
}
.products-goods > a,
.products-goods > a:link,
.products-goods > a:visited,
.products-goods > a:hover,
.products-goods > a:active {
	/* font-family: PingFangSC-Regular; */
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	text-decoration: none;
	float: left;
	margin: 10px;
}
.products-goods > a > span {
	height: 280px;
	width: 250px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;

}
.products-goods > a > span > span {
	height: 180px;
	width: 240px;
	overflow: hidden;
	margin: 10px 10px 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-goods > a > span > span > img {
	height: auto;
	width: 100%;
}
.products-goods > a > span > p:first-of-type {
	font-size: 14px;
	margin: 0;
	color: gray;
}
.products-goods > a > span > p {
	width: 100%;
	margin: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.search_error {
	height: 100%;
	width: 100%;
	margin-top: 100px;
}
.search_error > h1 {
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.paging {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination {
	height: 50px;
	min-width: 580px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.pagination > li {
	height: 50px;
	width: 50px;
	background: #FFFFFF;
	margin: 0px 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.pagination > li:first-child,
.pagination > li:last-child {
	width: 100px;
}
.pagination > li > a {
	/* font-family: PingFangSC-Regular; */
	font-size: 16px;
	color: #666666;
	letter-spacing: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
	/* font-family: PingFangSC-Regular; */
	font-size: 16px;
	color: #CF0000;
	letter-spacing: 0;
}
.active {
	height: 100%;
	width: 100%;
	background: #CF0000 !important;
	font-family: PingFangSC-Regular !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	letter-spacing: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.paging a {
	text-decoration: none;
}
