.banner,
.banner img {
	width: 100%;
	min-height: 175px;
	vertical-align: middle;
	object-fit: cover;
}


.cur_position {
	margin: 0 auto;
	width: 80%;
}

.cur_position ol {
	padding: 10px 0;
	background: #fff;
}

.cur_position ol li {
	font-size: 14px;
	color: #999;
}

.cur_position ol li a {
	color: #666;
	transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.cur_position ol li a:hover {
	color: #222;
}

.product-list .link-item {
	display: block;
	width: 100%;
}

.product-box {
	overflow: hidden;
	background: #f7f7f7 url('../img/bg.png') center bottom no-repeat;
	background-size: cover;
}

.product {
	width: 80%;
	padding: 40px 0;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.product-l {
	padding-left: 0;
	margin-bottom: 20px;
}

.product-l-t {
	height: 100%;
	background: url('../img/product-class-bottom-bg.png') center bottom no-repeat;
	background-size: contain;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 1px 4px 8px 2px rgba(31, 79, 157, 0.2), -1px -4px 8px 2px rgba(31, 79, 157, 0.2);
	overflow: hidden;
}

.product-l-t .product-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	height: 120px;
	font-weight: 500;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	background: url('../img/product-menu-title.png') center center no-repeat;
	background-size: cover;
}

.product-l-t .product-class-list .product-class-item .product-class-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	border-bottom: 1px solid #E7E9EF;
}

.product-class-title.collapsed .arr-false {
	display: block;
}

.product-class-title.collapsed .arr-true {
	display: none;
}

.product-class-title .arr-false {
	display: none;
}

.product-class-title .arr-true {
	display: block;
}

.product-l-t .product-class-list .product-class-item a:hover {
	border-bottom: none;
	color: #1F4F9D;
	text-decoration: none;
}

.product-l-t ul li a {
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.product-l-t .product-class-list .product-class-item ul {
	padding: 0 30px 0 66px;
	border-bottom: 1px solid #E7E9EF;
}

.product-l-t .product-class-list .product-class-item ul li {
	padding: 20px 0 20px;
	position: relative;
	border-bottom: 1px dashed #E7E9EF;
}

.product-l-t .product-class-list .product-class-item ul li:last-child {
	border-bottom: none;
}

.product-l-t .product-class-list .product-class-item ul li::before {
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 2px solid #C89203;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	left: -17px;
}

.product-l-t .product-class-list .product-class-item ul li a {
	font-weight: 400;
	font-size: 14px;
	color: #333;
}

.product-l-t .product-class-list .product-class-item ul li a:hover,
.product-l-t .product-class-list .product-class-item ul li .sub-category-link.active {
	color: #1F4F9D;
}

.product-l-t .product-class-list .product-class-item a.active {
	color: #1F4F9D;
}

.product-r {
	min-height: 600px;
	height: 100%;
}

.search-product {
	width: 100%;
	height: 52px;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	box-shadow: 1px 4px 8px 2px rgba(31, 79, 157, 0.2);
}

.search-product input {
	font-size: 14px;
	border: none;
	height: 36px;
	flex: 1;
	padding: 0 15px;
	outline: none;
}

.search-product input::placeholder {
	color: #999999;
}

.search-product img {
	cursor: pointer;
	width: 36px;
	height: 36px;
}

.product-list {
	padding: 40px 0 10px;
	overflow: hidden;
	margin: 0 -15px !important;
}

.product-list .product-item {
	cursor: pointer;
	position: relative;
	border-radius: 4px;
	height: 400px;
	box-sizing: border-box;
	padding: 15px 25px;
	background: url('../img/product-item-bottom-bg.png') center bottom no-repeat;
	background-size: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-bottom: 30px;
	overflow: hidden;
}

.product-list .product-item .product-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-list .product-item .product-item-img img {
	width: 90%;
	object-fit: contain;
}

.product-list .product-item .product-item-text {
	margin-top: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	text-align: center;
	transition: all 0.5s;
}

.product-list .product-item .enter {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
}

.product-list .product-item::after {
	content: "";
	width: 0;
	height: 3px;
	background-color: #1F4F9D;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}

.product-list .product-item:hover {
	background-image: none;
}

.product-list .product-item:hover .product-item-text {
	margin-top: 20px;
	color: #1F4F9D;
}

.product-list .product-item:hover::after {
	width: 100%;
}

.product-list .product-item:hover .enter {
	animation: showEnter 0.5s forwards;
}

.specification {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
	color: #999999;
	line-height: 24px;
}

@keyframes showEnter {
	0% {
		top: 110%;
	}

	100% {
		top: 80%;
	}
}

.page-pagination {
	margin: 30px auto;
	display: flex;
	justify-content: center;
}

.pagination>.active>a {
	background: #1F4F9D;
}

.pagination>li>a {
	color: #222;
}

.row {
	margin: 0;
}

@media only screen and (max-width:1280px) {
	.product {
		width: 90%;
	}

	.cur_position {
		width: 90%;
	}
}

@media only screen and (max-width:991px) {
	.sm_hidd {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.product-list .product-item .product-item-text {
		margin-top: 20px;
	}

	.wapper-p {
		padding: 7% 2%;
		font-size: 14px;
	}

	.product-l-t p {
		font-size: 24px;
	}

	.product-r h1 {
		font-size: 24px;
	}

	.product-l {
		margin-bottom: 20px;
		padding: 0;
	}

	.product-r {
		padding: 0;
	}
}

@media (min-width:1100px) and (max-width:1400px) {
	.carousel ul li {
		width: 228px;
	}

	.wapper-p {
		padding: 7% 2%;
		font-size: 14px;
	}
}

@media (min-width:992px) and (max-width:1099px) {
	.carousel ul li {
		width: 215px;
	}

	.wapper-p {
		padding: 7% 2%;
		font-size: 14px;
	}
}

@media (min-width:393px) and (max-width:767px) {
	.carousel ul li {
		width: 360px;
	}
}