* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

.products {
	width: 100%;
	height: auto;
	margin: 40px auto 50px;
}

.products .main {
	width: 1400px;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.products .main .product-nav {
	width: 335px;
	height: 100%;
	padding: 0 0 32px;
	box-sizing: border-box;
	background: #ffffff;
}

.products .main .product-nav .ul {
	display: none;
}

.products .main .product-nav ul {
	width: 100%;
	height: auto;
}

.products .main .product-nav ul li {
	width: 100%;
	height: 60px;
}

.products .main .product-nav ul li a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 60px;
	padding: 0 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	transition: all ease .8s;
	color: #221815;
}

.products .main .product-nav ul li a:hover {
	color: #00509f;
	border-bottom: 1px solid #00509f;
	transition: all ease .8s;
}

.products .main .product-nav ul li .active {
	color: #00509f;
	border-bottom: 1px solid #00509f;
}

.products .main .product-con {
	width: 1046px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.products .main .product-con ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.products .main .product-con ul li {
	width: 335px;
	height: 476px;
	margin-bottom: 28px;
	background: #ffffff;
	margin-right: 20px;
	transition: all ease 0.8s;
}

.products .main .product-con ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.products .main .product-con ul li a img {
	width: 100%;
	height: 250px;
	display: block;
}

.products .main .product-con ul li a p {
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666666;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products .main .product-con ul li a h3 {
	font-size: 20px;
	color: #221815;
	padding: 0 30px;
	box-sizing: border-box;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products .main .product-con ul li a span {
	font-size: 14px;
	display: block;
	color: #888888;
	padding: 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 14px;
}

.products .main .product-con ul li a div {
	color: #888888;
	font-size: 14px;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	background: #f2f2f4;
	text-align: center;
	line-height: 40px;
	margin-left: 30px;
	margin-top: 20px;
	transition: all ease 0.8s;
}

.products .main .product-con ul li:hover {
	transform: translateY(-3px);
	box-shadow: 0px -3px 7px rgba(0, 50, 100, 0.1);
	transition: all ease 0.8s;
}

.products .main .product-con ul li:hover div {
	background: #f5aa0f;
	color: #ffffff;
	transition: all ease 0.8s;
}

.products .main .product-con ul li:nth-child(3n) {
	margin-right: 0;
}

.product-det {
	width: 100%;
	height: auto;
	margin-top: 140px;
}

.product-det .main {
	width: 1400px;
	height: auto;
	margin: auto;
}

.product-det .main .mbx {
	width: 100%;
	height: 14px;
	margin: 30px 0;
	display: flex;
	align-items: center;
}

.product-det .main .mbx img {
	margin-right: 9px;
}

.product-det .main .mbx span a {
	color: #999999;
}

.product-det .main .mbx span .active {
	color: #333333;
}

.product-det .main .main-con {
	width: 100%;
	height: 560px;
	display: flex;
	background: #ffffff;
}

.product-det .main .main-con .lunbo-main {
	width: 50%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.product-det .main .main-con .lunbo-main .lunbo {
	width: 100%;
	height: 100%;
}

.product-det .main .main-con .lunbo-main .lunbo .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.product-det .main .main-con .lunbo-main .lunbo .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}

.product-det .main .main-con .lunbo-main .lunbo .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.product-det .main .main-con .lunbo-main .lunbo .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 1;
	outline: none;
}

.product-det .main .main-con .lunbo-main .lunbo .swiper-pagination-bullet-active {
	background: #f5aa0f;
}

.product-det .main .main-con .desc {
	width: 50%;
	height: 100%;
	padding: 40px 40px 40px 0;
	box-sizing: border-box;
	position: relative;
}

.product-det .main .main-con .desc p {
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 9px;
}

.product-det .main .main-con .desc h3 {
	font-size: 18px;
	color: #221815;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-det .main .main-con .desc label {
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	display: block;
	margin: 20px 0;
}

.product-det .main .main-con .desc ul {
	width: 100%;
	height: auto;
}

.product-det .main .main-con .desc ul li {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.product-det .main .main-con .desc ul li span {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.product-det .main .main-con .desc ul li span i {
	width: 4px;
	height: 4px;
	background: #333333;
	border-radius: 50%;
	margin-right: 6px;
	display: block;
}

.product-det .main .main-con .desc ul li div {
	font-size: 12px;
	color: #999999;
	text-indent: 1em;
	line-height: 20px;
}

.product-det .main .main-con .desc .btn {
	width: 100%;
	height: auto;
	display: flex;
	position: absolute;
	bottom: 40px;
	left: 0;
}

.product-det .main .main-con .desc .btn a {
	width: 140px;
	height: 40px;
	background: #f5aa0f;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	color: #ffffff;
}

.product-det .main .main-con .desc .btn a img {
	margin-right: 9px;
}

.product-det .main .main-con .desc .btn a:last-child {
	background: #00509f;
}

.param {
	width: 100%;
	height: auto;
	margin: 20px 0 40px;
}

.param .main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1400px;
	height: 100%;
	margin: auto;
}

.param .main .left {
	width: 1026px;
	height: auto;
	background: #ffffff;
}

.param .main .left ul {
	width: 100%;
	height: auto;
}

.param .main .left ul li {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 560px 40px;
	margin-bottom: 60px;
}

.param .main .left ul li p {
	color: #f2f2f2;
	font-size: 12px;
	line-height: 40px;
	margin-left: 15px;
}

.param .main .left ul li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 40px 0 20px 40px;
}

.param .main .right {
	width: 334px;
	height: auto;
}

.param .main .right .titles {
	width: 100%;
	height: 60px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.param .main .right .titles img {
	margin-right: 12px;
}

.param .main .right ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.param .main .right ul li {
	width: 334px;
	height: 476px;
	margin-bottom: 20px;
	background: #ffffff;
	transition: all ease 0.8s;
}

.param .main .right ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.param .main .right ul li a img {
	width: 100%;
	height: 250px;
	display: block;
}

.param .main .right ul li a p {
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666666;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.param .main .right ul li a h3 {
	font-size: 20px;
	color: #221815;
	padding: 0 30px;
	box-sizing: border-box;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.param .main .right ul li a span {
	font-size: 14px;
	display: block;
	color: #888888;
	padding: 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 14px;
}

.param .main .right ul li a div {
	color: #888888;
	font-size: 14px;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	background: #f2f2f4;
	text-align: center;
	line-height: 40px;
	margin-left: 30px;
	margin-top: 20px;
	transition: all ease 0.8s;
}

.param .main .right ul li:hover {
	transform: translateY(-3px);
	box-shadow: 0px -3px 7px rgba(0, 50, 100, 0.1);
	transition: all ease 0.8s;
}

.param .main .right ul li:hover div {
	background: #f5aa0f;
	color: #ffffff;
	transition: all ease 0.8s;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
	.products .main {
		width: 1100px;
	}

	.products .main .product-con {
		width: 690px;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.products .main .product-con ul li:nth-child(3n) {
		margin-right: 20px;
	}

	.products .main .product-con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.product-det .main {
		width: 1100px;
	}

	.product-det .main .main-con {
		height: 440px;
	}

	.product-det .main .main-con .lunbo-main {
		padding: 30px;
	}

	.param {
		width: 100%;
		height: auto;
		margin: 20px 0 40px;
	}

	.param .main {
		width: 1100px;
	}

	.param .main .left {
		width: 1100px;
	}

	.param .main .right {
		width: 100%;
	}

	.param .main .right .titles {
		display: none;
	}

	.param .main .right ul {
		margin-top: 30px;
	}

	.param .main .right ul li {
		margin-right: 20px;
	}

	.param .main .right ul li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
	.products .main {
		width: 1000px;
	}

	.products .main .product-nav {
		width: 300px;
	}

	.products .main .product-con {
		width: 685px;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.products .main .product-con ul li {
		margin-right: 15px;
	}

	.products .main .product-con ul li:nth-child(3n) {
		margin-right: 15px;
	}

	.products .main .product-con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.product-det .main {
		width: 1000px;
	}

	.product-det .main .main-con {
		height: 440px;
	}

	.product-det .main .main-con .lunbo-main {
		padding: 30px;
	}

	.param {
		width: 100%;
		height: auto;
		margin: 20px 0 40px;
	}

	.param .main {
		width: 1000px;
	}

	.param .main .left {
		width: 1000px;
	}

	.param .main .right {
		width: 100%;
	}

	.param .main .right .titles {
		display: none;
	}

	.param .main .right ul {
		margin-top: 30px;
	}

	.param .main .right ul li {
		width: 320px;
		margin-right: 20px;
	}

	.param .main .right ul li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	.product-det .main {
		width: 840px;
	}

	.product-det .main .main-con {
		height: 336px;
	}

	.product-det .main .main-con .lunbo-main {
		padding: 20px;
	}

	.product-det .main .main-con .desc {
		padding: 20px 20px 20px 0;
	}

	.product-det .main .main-con .desc p {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 6px;
	}

	.product-det .main .main-con .desc h3 {
		font-size: 16px;
		line-height: 16px;
	}

	.product-det .main .main-con .desc label {
		margin: 10px 0;
	}

	.product-det .main .main-con .desc ul li {
		margin-bottom: 10px;
	}

	.product-det .main .main-con .desc ul li span {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.product-det .main .main-con .desc ul li div {
		line-height: 18px;
	}

	.product-det .main .main-con .desc .btn {
		bottom: 20px;
	}

	.product-det .main .main-con .desc .btn a {
		width: 120px;
		height: 30px;
	}

	.product-det .main .main-con .desc .btn a img {
		height: 17px;
	}

	.param {
		width: 100%;
		height: auto;
		margin: 20px 0 40px;
	}

	.param .main {
		width: 840px;
	}

	.param .main .left {
		width: 840px;
	}

	.param .main .left img {
		max-width: 740px !important;
	}

	.param .main .right {
		width: 100%;
	}

	.param .main .right .titles {
		display: none;
	}

	.param .main .right ul {
		margin-top: 30px;
	}

	.param .main .right ul li {
		width: 320px;
		margin-right: 20px;
	}

	.param .main .right ul li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 900px) {
	.product-det .main {
		width: 94%;
	}

	.product-det .main .main-con {
		height: auto;
		flex-wrap: wrap;
	}

	.product-det .main .main-con .lunbo-main {
		width: 100%;
		padding: 20px;
	}

	.product-det .main .main-con .desc {
		width: 100%;
		padding: 20px 20px 20px 20px;
	}

	.product-det .main .main-con .desc p {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 6px;
	}

	.product-det .main .main-con .desc h3 {
		font-size: 16px;
		line-height: 16px;
	}

	.product-det .main .main-con .desc label {
		margin: 10px 0;
	}

	.product-det .main .main-con .desc ul li {
		margin-bottom: 10px;
	}

	.product-det .main .main-con .desc ul li span {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.product-det .main .main-con .desc ul li div {
		line-height: 18px;
	}

	.product-det .main .main-con .desc .btn {
		position: static;
		bottom: 20px;
	}

	.product-det .main .main-con .desc .btn a {
		width: 120px;
		height: 30px;
	}

	.product-det .main .main-con .desc .btn a img {
		height: 17px;
	}

	.param {
		width: 94%;
		height: auto;
		margin: 20px auto 40px;
	}

	.param .main {
		width: 100%;
	}

	.param .main .left {
		width: 100%;
	}

	.param .main .left img {
		max-width: 94% !important;
		margin: 20px auto !important;
	}

	.param .main .right {
		width: 100%;
	}

	.param .main .right .titles {
		display: none;
	}

	.param .main .right ul {
		margin-top: 30px;
	}

	.param .main .right ul li {
		width: 320px;
		margin-right: 20px;
	}

	.param .main .right ul li:last-child {
		margin-right: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.products .main {
		width: 700px;
	}

	.products .main .product-nav {
		width: 330px;
	}

	.products .main .product-con {
		width: 330px;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.products .main .product-con ul li {
		margin-right: 0;
	}

	.products .main .product-con ul li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.products .main {
		width: 92%;
		display: block;
	}

	.products .main .product-nav {
		width: 100%;
		height: auto;
		min-height: 60px;
		padding: 0;
	}

	.products .main .product-nav ul {
		display: none;
	}

	.products .main .product-nav .ul {
		width: 100%;
		height: auto;
		display: block;
	}

	.products .main .product-nav .ul .holder {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #00509f;
		line-height: 60px;
		padding: 0 30px;
		box-sizing: border-box;
		color: #00509f;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.products .main .product-nav .ul .holder img {
		width: 24px;
		height: 12px;
	}

	.products .main .product-nav .ul .li {
		width: 100%;
		height: 60px;
		display: none;
	}

	.products .main .product-nav .ul .li a {
		width: 100%;
		height: 100%;
		display: block;
		line-height: 60px;
		padding: 0 30px;
		box-sizing: border-box;
		border-bottom: 1px solid #eeeeee;
		transition: all ease .8s;
		color: #221815;
	}

	.products .main .product-nav .ul .li a:hover {
		color: #00509f;
		border-bottom: 1px solid #00509f;
		transition: all ease .8s;
	}

	.products .main .product-nav .ul .li .active {
		color: #00509f;
		border-bottom: 1px solid #00509f;
	}

	.products .main .product-con {
		width: 100%;
		height: auto;
		margin-top: 0.2rem;
	}

	.products .main .product-con ul {
		justify-content: space-between;
	}

	.products .main .product-con ul li {
		margin-right: 6px;
	}

	.products .main .product-con ul li:nth-child(3n) {
		margin-right: 6px;
	}

	.products .main .product-con ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 731px) {
	.product-det{
		margin-top: 85px;
	}
	.products .main .product-con ul {
		justify-content: center;
	}
}

@media screen and (max-width: 676px) {
	.product-det{
		margin-top: 85px;
	}
	.param .main .right ul li {
		width: 100%;
		margin-right: 0;
	}

	.param .main .right ul li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 504px) {
	.product-det{
		margin-top: 85px;
	}
	.product-det .main .mbx {
		width: 100%;
		height: auto;
		margin: 30px 0;
		display: flex;
		align-items: flex-start;
	}

	.product-det .main .mbx img {
		margin-right: 9px;
		margin-top: 3px;
	}

	.product-det .main .mbx span {
		display: block;
		width: auto;
	}

	.product-det .main .mbx span a {
		color: #999999;
	}

	.product-det .main .mbx span .active {
		color: #333333;
	}
}
