.PCModule {
	display: block;
}
.YDModule {
	display: none;
}
.globalFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block {
	width: 1440px;
	margin: 0 auto;
}
.block img {
	display: block;
	width: 100%;
}
.banner {
	margin-bottom: 20px;
}

.nav {
	background-color: #9bca54;
	margin-bottom: 40px;
	border-radius: 15px;
}
.nav li {
	flex: 1;
	padding: 15px 0;
}
.nav li:nth-last-child(1) a {
	border-right: 0;
}
.nav li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	border-right: solid #ffffff 3px;
}

.about {
	margin-bottom: 30px;
}
.aboutContent {
	align-items: flex-start;
	width: 90%;
    margin: 0 auto;
}
.aboutContent .left {
	flex: 2;
}
.aboutContent .right {
	flex: 3;
	margin-left: 30px;
}

.aboutContent p {
	margin-bottom: 15px;
	line-height: 28px;
	color: #383635;
	font-size: 16px;
}
.aboutContent b {
	font-weight: 700;
	color: #9bca54;
}
.aboutContent h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #9bca54;
}
@media (min-width: 1200px) and (max-width: 1440px) {
	.block {
		width: 1200px;
		margin: 0 auto;
	}
	
	.banner {
		margin-bottom: 20px;
	}
	.nav {
	    margin-bottom: 40px;
	}
	.about {
		margin-bottom: 20px;
	}
	.aboutContent .left {
	    flex: 3;
	}
}
@media (min-width: 800px) and (max-width: 1199px) {
	.block {
		width: 800px;
		margin: 0 auto;
	}
	
	.banner {
		margin-bottom: 20px;
	}
	.nav {
	    margin-bottom: 20px;
	}
	.about {
		margin-bottom: 20px;
	}
	
	.nav li a {
	    font-size: 22px;
	    border-right: solid #ffffff 3px;
	}
	
	.aboutContent .right h5 {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.aboutContent .right .text p {
	    margin-bottom: 10px;
	    line-height: 22px;
	    font-size: 14px;
	}
	.aboutContent .right ul li {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
}

@media(max-width: 750px) {
	.PCModule {
		display: none;
	}
	.YDModule {
		display: block;
	}
	
	.block {
		width: 100%;
	}
	.nav {
		background-color: #9bca54;
		margin-bottom: 15px;
		border-radius: 15px;
	}
	.nav li {
		flex: 1;
		padding: 10px 0;
	}
	.nav li a {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 25px;
		font-size: 14px;
		font-weight: 700;
		color: #ffffff;
		border-right: solid #ffffff 1px;
	}
	
	.aboutContent {
		align-items: flex-start;
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.aboutContent {
		display: block;
	}
	.aboutContent img {
		display: block;
		width: 100%;
	}
	.aboutContent h5 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
		color: #9bca54;
	}
	.aboutContent p {
		margin-bottom: 15px;
		line-height: 26px;
		color: #383635;
		font-size: 14px;
	}
	.aboutContent .right {
		margin-left: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	.aboutContent .right h5 {
		font-size: 16px;
	}
	.aboutContent .right .text p {
		font-size: 12px;
	}
	
	.aboutContent .right ul li {
		float: left;
		width: 50%;
		margin-bottom: 15px;
		font-size: 12px;
	}
}