@media (min-width: 1400px) {
	.container {
		width: 1200px;
	}
	.header .container {
		width: 1350px;
	}
}
.cooperation {
	padding-top: 84px;
	padding-bottom: 80px;
}
.cooperation .container {
	padding-top: 66px;
	display: flex;
	justify-content: space-around;
}
.cooperation .container .item {
	width: 120px;
	position: relative;
	text-align: center;
}
.cooperation .container .item + .item::before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 24px;
	background: url('../images/cooperation_arrow.png') center no-repeat;
	background-size: cover;
	position: absolute;
	top: 36px;
	left: -50%;
	margin-left: 12px;
}
.cooperation .container .item .image {
	width: 100px;
	height: 100px;
	border: solid 1px #cccccc;
	border-radius: 50%;
	margin-bottom: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.cooperation .container .item .image img {
	width: 44px;
}
.cooperation .container .item p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.planning {
	padding-top: 86px;
	padding-bottom: 78px;
	background-color: #eef7dc;
}
.planning .title h4, 
.manufacturing .title h4, 
.sales-after .title h4 {
	color: #589d00;
}
.planning .container {
	overflow: hidden;
	padding-top: 44px;
}
.planning .container .image,
.design .contianer .image {
	width: 60%;
}
.planning .container .text {
	width: 40%;
	padding-left: 70px;
}
.planning .container .text p,
.design .container .text p {
	font-size: 24px;
	line-height: 64px;
	letter-spacing: 1px;
	color: #444444
}
.planning .container .text p span,
.design .container .text p span {
	font-weight: bold;
}
.design {
	padding-top: 84px;
	padding-bottom: 74px;
	background-color: #fff;
}
.design .container {
	padding-top: 54px;
}
.design .container .text {
	width: 40%;
	padding-right: 60px;
}
.manufacturing {
	background-color: #eef7dc;
	padding-top: 74px;
	padding-bottom: 70px;
}
.manufacturing .text {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	padding: 42px 0 50px;
	text-align: center;
}
.manufacturing .container {
	overflow: hidden;
}
.manufacturing .container .item {
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 18px;
}
.manufacturing .container .item .image {
	overflow: hidden;
}
.manufacturing .container .item:hover .image img {
	transform: scale(1.2);
}
.manufacturing .container .item:nth-of-type(5n) {
	margin-right: 0;
}
.manufacturing .container .item p {
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
	line-height: 42px;
}
.transport {
	padding-top: 84px;
	padding-bottom: 42px;
	background-color: #fff;
}
.transport .container {
	overflow: hidden;
	padding-top: 70px;
	margin-bottom: 50px;
	/*background: url('../images/serve_product_img.png') right bottom no-repeat;*/
}
.transport .container .text {
	width: 50%;
	text-align: left;
	font-size: 24px;
	line-height: 54px;
	letter-spacing: 1px;
	color: #444444;
}
.transport .container .image {
	width: 48%;
	margin-top: 10px;
}
.cpaz {
	height: 176px;
	background: url('../images/serve_line.png') center no-repeat;
	background-size: cover;
}
.cpaz .container {
	height: 100%;
	display: flex;
	align-items: center;
}
.cpaz .container img {
	width: 275px;
	height: 72px;
	margin-right: 80px;
	margin-left: 140px;
}
.cpaz .container p {
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 40px;
}
.sales-after {
	padding-top: 86px;
	padding-bottom: 128px;
	background-color: #eef7dc;
}
.sales-after .container {
	padding-top: 64px;
	overflow: hidden;
}
.sales-after .container .image {
	width: 49%;
}
.sales-after .container .text {
	width: 51%;
	padding-left: 78px;
}
.sales-after .container .text h6 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 16px;
}
.sales-after .container .text .d1 .p1 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #444444;
	margin-bottom: 20px;
}
.sales-after .container .text .d1 ul {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.sales-after .container .text .d1 li span {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
}
.sales-after .container .text .d1 li + li {
	border-top: 1px solid #999;
}
.sales-after .container .text .d1 li span + span {
	border-left: 1px solid #999;
}
.sales-after .container .text .d1 .p2 {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444444;
	margin-bottom: 20px;
}
.sales-after .container .text .d2 ul {
	margin-bottom: 20px;
}
.sales-after .container .text .d2 li {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #444444;
	padding: 8px 0 8px 30px;
}
.sales-after .container .text .d2 li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #77b725;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.sales-after .container .text .d3 p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #444444;
	line-height: 36px;
}
.accessory {
	padding-top: 82px;
	padding-bottom: 220px;
	background-color: #f8f8f8;

		background-image: url('../images/serve_bottom_line.png');
		background-position:bottom center;
		background-repeat:no-repeat;
}
.accessory .container {
	padding: 70px 82px 0;
	position: relative;
}
.accessory .swiper-accessory {
	padding: 0 0 62px;
}
.accessory .swiper-slide p{
	font-size: 14px;
	color: #666;
	line-height: 38px;
	background-color: #fff;
	text-align: center;
	height: 38px;
	box-shadow: 0px 3px 6px 0px 
		rgba(3, 0, 0, 0.08);
}
.accessory .swiper-button-prev, .accessory .swiper-button-next {
	color: #999999;
}
.accessory .swiper-button-prev::after, .accessory .swiper-button-next::after {
	font-size: 20px;
	font-weight: 600;
}
.accessory .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #aaa;
}
.accessory .swiper-pagination-bullet-active {
	background-color: #7cbc27;
}

@media(max-width: 768px) {
	.cooperation .container .item p {
		line-height: 1.5rem;
		/*height: 4.5rem;*/
	}
	.cooperation {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.cooperation .container {
		padding-top: 2.2rem;
		flex-wrap: wrap;
	}
	.cooperation .container .item {
		width: 48%;
		height: 180px;
		margin-bottom: 1rem;
		display: flex;
		/*justify-content: center;*/
		align-items: center;
		flex-direction: column;
	}
	.cooperation .container .item:nth-of-type(even) {
		margin-left: 3%;
	}
	.cooperation .container .item + .item::before {
		display: none;
	}
/*	.cooperation .container .item .image {
		width: 80px;
		height: 80px;
	}*/
	.planning {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.planning .container .image, .design .contianer .image {
		width: 100%;
	}
	.planning .container .text {
		padding-left: 0;
		width: 100%;
	}
	.design .container .text {
		padding-right: 0;
		width: 100%;
	}
	.manufacturing {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.manufacturing .container .item {
		width: 50%;
		margin-right: 0;
		padding-right: 5px;
	}
	.manufacturing .container .item:nth-of-type(2n) {
		padding-right: 0;
		padding-left: 5px;
	}
	.transport {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.transport .container {
		padding-top: 2.2rem;
		margin: 0;
		/*padding-bottom: 20rem;*/
	}
	.transport .container .text {
		width: 100%;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.transport .container .image {
		width: 100%;
	}
	.cpaz {
		height: auto;
		padding: 1rem 0;
	}
	.cpaz .container {
		flex-direction: column;
	}
	.cpaz .container img {
		margin: 0;
		width: 60%;
		height: auto;
		margin-bottom: 1rem;
	}
	.cpaz .container p {
		font-size: 1.5rem;
	}
	.sales-after {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.sales-after .container {
		padding-top: 2.2rem;
	}
	.sales-after .container .image {
		width: 100%;
		margin-bottom: 1rem;
	}
	.sales-after .container .text {
		width: 100%;
		padding: 0;
	}
	.accessory {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
		background-image: none;
	}
	.accessory .container {
		padding: 2.2rem 10px 0;
	}
	.accessory .swiper-button-prev, .accessory .swiper-button-next {
		display: none;
	}
}