body {
	background: url('/template/default/html/images/480420c7f4064871bee2484e3e0f35e6.gif') no-repeat;
	background-size: 100%;
}
.page-introduce {
	margin: 150px auto 60px;
	width: 85vw;
	max-width: 1440px;
	color: #fff;
}
.page-introduce div:nth-child(1) {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4em;
}
.page-introduce div:nth-child(2) {
	margin-top: 10px;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 400;
}
.page-introduce>div:nth-child(3) {
	padding: 10px 0;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a {
	color: #fff !important;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child {
	color: rgba(255,255,255,0.64) !important;
}
.page-container {
	display: flex;
	padding: 0 7.5vw 65px;
	background: #fff;
}
.container-box {
	display: flex;
	margin: 0 auto;
	width: 85vw;
	max-width: 1440px;
}
 @media screen and (max-width: 475px) {
.page-container {
	padding: 0;
}
.container-box {
	display: block;
	width: 95vw;
}
}
.product-type {
	flex: 3;
	padding: 0 10px;
}
 @media screen and (max-width: 475px) {
.product-type {
	padding: 0;
}
}
.product-type-mobile {
	display: none;
	background: #eee;
}
 @media screen and (max-width: 475px) {
.product-type {
	display: none;
}
.product-type-mobile {
	display: block;
}
}
.product-type-text {
	position: relative;
	padding: 0 20px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 3em;
	background: #D20104;
	color: #fff;
}
.product-type-mobile .product-type-text {
	display: flex;
	justify-content: space-between;
}
.product-type-mobile .product-type-list {
	transition: all .5s;
	max-height: 0;
	overflow: hidden;
}
.product-type-mobile .product-type-text>div {
	transition: all .5s;
	transform: rotate(0deg);
}
.product-type-mobile.active .product-type-text>div {
	transform: rotate(180deg);
}
.product-type-mobile.active .product-type-list {
	max-height: 9999vh;
}
.product-type-text::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 20px;
	background: #D20104;
}
.product-type-list {
	background: #eee;
}
.product-type-item {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 10px 20px;
	line-height: 3em;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}
.product-type-mobile .product-type-item {
	flex-wrap: wrap;
	padding: 0;
}
.product-type-mobile .product-type-item-title {
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
.product-type-mobile .product-type-item.active .product-type-item-title a {
	color: #005198;
}
.product-type-item.active>a {
	color: #005198;
}
.product-type-icon-more i {
	font-size: 16px;
	font-weight: bold;
}
.product-type-item:hover {
	background: #fafafa;
}
.product-type-item:hover>a {
	color: #005198;
}
.product-type-item:hover .product-type-sub-list {
	display: block;
}
.product-type-sub-list {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: calc(100%);
	z-index: 999;
	width: 100%;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.product-type-mobile .product-type-sub-list {
	display: block;
	position: unset;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
	border: none;
	background: rgba(0,0,0,0.2);
	z-index: unset;
}
.product-type-mobile .product-type-item.active .product-type-sub-list {
	max-height: 9999vh;
}
.product-type-mobile .product-type-sub-list .product-type-sub-item {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.product-type-sub-item {
	padding: 10px 20px;
	line-height: 1.8;
	font-size: 16px;
}
.product-type-sub-item.active {
	color: #005198;
}
.product-type-sub-item:hover {
	background: #FAFAFA;
}
.product-right {
	flex: 9;
	padding: 10px;
}
 @media screen and (max-width: 475px) {
.product-right {
	padding: 0;
}
}
.product-search {
	background: #efefef;
}
.product-search .layui-form .layui-form-checkbox {
	margin: 10px 10px 10px 0;
}
.product-search .input-box {
	display: flex;
	flex-wrap: wrap;
}
.product-search .input-box .input-item {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.product-search .input-box .input-item input {
	margin-right: 10px;
}
.product-search-btn-group {
	display: flex;
	padding: 6px 10px;
	border: 1px solid #e3e3e3;
}
.product-search-btn-group .btn {
	margin-right: 20px;
	padding: 4px 15px;
	line-height: 1.8em;
	font-size: 16px;
	border-radius: 4px;
	background-color: #3d8dee;
	color: #fff;
	cursor: pointer;
}
.product-num {
	padding: 10px;
	margin-top: 35px;
	line-height: 36px;
	font-size: 16px;
	background: #eee;
}
.product-name {
	margin-top: 10px;
	font-weight: bold;
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.product-item {
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 10px;
	width: 33%;
}
 @media screen and (max-width: 475px) {
.product-list {
	justify-content: space-between;
}
.product-item {
	width: 49%;
}
}
.product-item-img {
	position: relative;
	padding: 5px 5px 100% 5px;
	width: 100%;
	border: 1px solid rgb(221, 221, 221);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	transition: background-size 1s;
}
.product-item:hover .product-item-img {
	background-size: 110% 110%;
}
.product-item-img img {
	width: 100%;
	height: 100%;
}
.product-tag {
	position: absolute;
	width: 50px;
	height: 50px;
}
 @media screen and (max-width: 475px) {
.product-tag {
	width: 30px;
	height: 30px;
}
}
.product-tag img {
	width: 100%;
	height: 100%;
}
.product-tag.location1 {
	top: 0;
	left: 0;
}
.product-tag.location2 {
	top: 0;
	right: 0;
}
.product-tag.location3 {
	bottom: 0;
	right: 0;
}
.product-tag.location4 {
	bottom: 0;
	left: 0;
}
.product-video {
	position: absolute;
	left: 10px;
	bottom: 20px;
	padding: 0 10px;
	border-radius: 14px;
	background: rgba(0,0,0,0.50);
	font-size: 12px;
	color: #fff;
}
.product-video i {
	margin-right: 5px;
	font-size: 12px;
}
.product-item-name {
	padding: 5px 0;
	height: 23px;
	line-height: 1em;
	font-size: 16px;
}
.product-item-btn-inquire {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	text-align: center;
	background: #eaedef;
	color: #666;
}
/* 分页样式 */
.product-page {
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
}
.product-page a {
	display: inline-block;
	margin: 0 3px;
	padding: 6px 14px;
	min-width: 36px;
	height: 36px;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: #fff;
	transition: all .3s;
}
.product-page a:hover {
	border-color: #D20104;
	color: #D20104;
	background: #fff;
}
.product-page a.active {
	border-color: #D20104;
	background: #D20104;
	color: #fff;
}
@media screen and (max-width: 475px) {
	.product-page a {
		padding: 6px 10px;
		margin: 0 2px;
		font-size: 13px;
	}
}
