.co-product {
	width: 1096px;
	height: auto;
	padding: 56px 52px;
	background: #f8f8f8;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.co-product-warp {
	width: 1096px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
.co-product-warp .product-pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 544px;
	height: 544px;
	border: 1px solid #ececec;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 50px;
}
.co-product-warp .product-pic img {
	display: block;
	max-width: 544px;
	max-height: 544px;
	margin: 0 auto;
}
.co-product-info {
	width: 400px;
	height: auto;
	min-height: 486px;
	padding: 30px 50px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.co-product-tit {
	width: 100%;
	height: auto;
	color: #1a1b1c;
	font-size: 24px;
	line-height: 36px;
	font-family: 'MiSans-Demibold';
	text-align: justify;
	word-break: break-all;
	margin: 0 auto;
}
.co-product-line {
	width: 28px;
	height: 4px;
	background: #151515;
	margin-top: 12px;
}
.co-product-detail {
	width: 400px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.co-product-detail li {
	width: 400px;
	height: auto;
	display: flex;
	justify-content: center;
	margin: 26px auto 0;
}
.co-product-parameter {
	float: left;
	width: 130px;
	color: #1a1b1c;
	font-size: 14px;
	font-family: 'MiSans-Demibold';
	line-height: 26px;
}
.co-parameter-info {
	float: left;
	width: 315px;
	height: auto;
	position: relative;
}
.co-parameter-item {
	color: #606061;
	font-size: 14px;
	line-height: 26px;
}
.co-application {
	width: 100%;
	height: auto;
	padding: 40px 0 50px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.site-title2 {
	width: 1200px;
	color: #1d1d1d;
	font-size: 32px;
	line-height: 50px;
	font-weight: 600;
	margin: 12px auto 0;
}
.co-application .applicationSwiper {
	width: 1200px;
	height: auto;
	min-height: 322px;
	padding-top: 60px;
	margin: 0 auto;
	position: relative;
}
.co-application .applicationSwiper .swiper-slide {
	width: 372px!important;
}
.applicationSwiper .swiper-slide .application-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 370px;
	height: 272px;
	border: 1px solid #ececec;
	border-radius: 5px;
	margin: 0 auto 22px;
	overflow: hidden;
}
.co-application .applicationSwiper img {
	display: block;
	max-width: 370px;
	max-height: 272px;
	margin: 0 auto;
}
.co-application-txt {
	width: 370px;
	height: auto;
	color: #1d1d1d;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
}
.application-button {
	width: 124px;
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
}
.application-button .swiper-button-prev {
	width: 42px!important;
	height: 42px!important;
	background: url(../img/about/arrow7.png) no-repeat center;
	left: 0;
	top: 0;
	margin-top: 0;
}
.application-button .swiper-button-next {
	width: 42px!important;
	height: 42px!important;
	background: url(../img/about/arrow8.png) no-repeat center;
	right: 0;
	top: 0;
	margin-top: 0;
}
.application-button .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	content: unset;
	background: url(../img/about/arrow5.png) no-repeat center;
}
.application-button .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	content: unset;
	background: url(../img/about/arrow6.png) no-repeat center;
}
.application-button .swiper-button-next:after,
.application-button .swiper-button-prev:after {
	content: unset;
}
