.sild_nav {
	position: fixed;
	right: 10px;
	top: 50%;
	bottom: 0;
	transform: translateY(-10%);
	z-index: 100;
}

.sild_nav li {
	height: 50px;
	width: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	color: #4D4D4D;
	cursor: pointer;
	user-select: none;
}

.sild_nav_select {
	background-color: #8EC230 !important;
	color: #fff !important;
}

.com_desc {
	margin: 40px 0;
}

.com_desc>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.com_desc_l {
	color: #4D4D4D;
	width: 60%;
	line-height:2;
	padding-right: 30px;
}

.com_desc img {
	width: 40%;
}

.design {
	background-color: #fbfbfb;
	padding: 40px 0;
}

.design>div {
	color: #4D4D4D;
	line-height: 2;
}

.design img {
	width: 40%;
}

.design_aim > p:nth-child(2n+2){
font-weight:bold;}
.design_aim > p:nth-child(2n+1){
margin-bottom:15px;
}
.swiper-pagination-bullet-active {
	background-color: #8EC230 !important;
}

.design_aim img {
	width: 50%;
}

.design img {
	width: 100%;
}

.bigImg {
	position: fixed;
	left: 0;
	display: none;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999;
}

.bigImg div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.bigImg img {
	max-width: 100%;
	max-height: 100%;
}

.design .swiper-container {
	margin-top: 30px;
}
.swiper-container img{
	cursor: pointer;
}
.tit {
	font-size: 20px;
	margin-bottom: 20px;
	color: #4D4D4D;
}

.tit::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 4px;
	border-radius: 4px;
	background-color: #8EC230;
	margin-right: 10px;
}

.design_aim{
	font-size: 0;
	margin-top: 30px;
}
.design_aim >div{
	width: 48%;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.des_r{
	margin-left: 4%;
}
.des_r > p:nth-child(2n+1){
	font-weight: bold;
	line-height: 1;
	font-size: 16px;
	margin-bottom:10px;
}
.des_r > p:nth-child(2n+2){
	margin-bottom:10px;
}
.advan{
	padding: 60px 0;
}
.advan ul{
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}
.advan ul li{
	border: 1px solid #ccc;
	height: 240px;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	font-size: 16px;
	position: relative;
	color: #4D4D4D;
	background-color: #fbfbfb;
	overflow: hidden;
}
.ad_m{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ad_m img{height:60px;}
.ad_show p{
	margin-top: 10px;
}
.ad_hide{
	position: absolute;
	left: 0;
	top:100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;padding: 0 30px;
	background-color:#777272;
}
.ad_hide p:nth-child(1){
	font-size: 18px;
	font-weight:bold;
}
.ad_hide p:nth-child(2){
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.5;
}
.zzimg ul{
	overflow:hidden;padding:15px;
}
.zzimg li{
	float:left;
	width:calc((100% - 80px) / 5);
	margin-left:20px;
	padding:0 15px;display: flex;
	justify-content: center;
	align-items: center;
	height:300px;
	box-shadow: 5px 5px 5px #ccc;
    background: #F5F5F5;
	
}
.zzimg li:first-child{
	margin-left:0;
}
.zzimg img{
	width:100%;
}
@media (max-width:768px) {
.zzimg ul{white-space:nowrap;overflow-x:scroll;}.zzimg li{width:50%}
.des_r{
	padding-top:20px;
}
.ad_m img{width:auto!important;}
.design_aim{
		margin-top: 0;
	}
	.design_aim>div{
		width: 100%;
		margin: 0;
	}
	.com_desc>div{
		display: block;
	}
	.com_desc_l{
		width: 100%;
		padding: 0 15px;
	}
	.tit{
		text-align: center;
		margin-bottom: 10px;
	}
	.com_desc{
		margin: 15px 0;
	}
	.tit::before{
		display: none;
	}
	.com_desc img{
		display: none;
	}
	.design{
		padding: 15px;
	}
	.zz{
		padding: 15px;
	}
	.rcln{padding:15px};
	.rcln .swiper-slide div{
		padding: 0 10px;
	}
	.com_desc_l{
		font-size:14px;
		line-height:1.5;
	}
	.com_desc_l p:nth-child(n+2){
		margin-bottom:10px;
	}
	.advan{
		padding: 15px;
	}
	.advan ul{
		margin-top: 15px;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.advan li{
		width: 150px!important;
		height: 150px!important;
		padding: 0 10px;
		white-space: normal;
	}
	.advan li img{
		width: 50px;
	}
	.ad_show p{
		font-size: 14px;
	}
	.ad_hide{
		display: none;
	}
.sild_nav {
	position: fixed;
	right: 10px;
	top: 50%;
	bottom: 0;
	transform: translateY(-10%);
	z-index: 100;
}

.sild_nav li {
	height: 50px;
	width: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	color: #4D4D4D;
	cursor: pointer;
	user-select: none;
}

.sild_nav_select {
	background-color: #8EC230 !important;
	color: #fff !important;
}

.com_desc {
	margin: 40px 0;
}

.com_desc>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.com_desc_l {
	color: #4D4D4D;
	width: 60%;
	line-height:2;
	padding-right: 30px;
}

.com_desc img {
	width: 40%;
}

.design {
	background-color: #fbfbfb;
	padding: 40px 0;
}

.design>div {
	color: #4D4D4D;
	line-height: 2;
}

.design img {
	width: 40%;
}
.design_aim > p:nth-child(2n+2){
font-weight:bold;}
.design_aim > p:nth-child(2n+1){
margin-bottom:15px;
}
.swiper-pagination-bullet-active {
	background-color: #8EC230 !important;
}

.design_aim img {
	width: 50%;
}

.design img {
	width: 100%;
}

.bigImg {
	position: fixed;
	left: 0;
	display: none;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999;
}

.bigImg div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.bigImg img {
	max-width: 100%;
	max-height: 100%;
}

.design .swiper-container {
	margin-top: 30px;
}
.swiper-container img{
	cursor: pointer;
}
.tit {
	font-size: 20px;
	margin-bottom: 20px;
	color: #4D4D4D;
}

.tit::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 4px;
	border-radius: 4px;
	background-color: #8EC230;
	margin-right: 10px;
}

.rcln{
	padding: 40px 0;
}
.rcln_desc{
	line-height: 1.5;color: #4D4D4D;
}
.rcln_desc p{
	margin-bottom: 10px;
}
.design_aim{
	font-size: 0;
	margin-top: 30px;
}
.design_aim >div{
	width: 48%;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.des_r{
	margin-left: 4%;
}
.des_r > p:nth-child(2n+1){
	font-weight: bold;
	font-size: 16px;
}

.advan{
	padding: 60px 0;
}
.advan ul{
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}
.advan ul li{
	border: 1px solid #ccc;
	height: 240px;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	font-size: 16px;
	position: relative;
	color: #4D4D4D;
	background-color: #fbfbfb;
	overflow: hidden;
}
.ad_m{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ad_show p{
	margin-top: 10px;
}
.ad_hide{
	position: absolute;
	left: 0;
	top:100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;padding: 0 30px;
	background-color: #4D4D4D;
}
.ad_hide p:nth-child(1){
	font-size: 14px;
}
.ad_hide p:nth-child(2){
	font-size: 12px!important;
	margin-top: 10px;
	line-height: 1.5;
}
.design_aim{
		margin-top: 0;
	}
	.design_aim>div{
		width: 100%;
		margin: 0;
	}
	.com_desc>div{
		display: block;
	}
	.com_desc_l{
		width: 100%;
		padding: 0 15px;
	}
	.tit{
		text-align: center;
		margin-bottom: 10px;
	}
	.com_desc{
		margin: 15px 0;
	}
	.tit::before{
		display: none;
	}
	.com_desc img{
		display: none;
	}
	.design{
		padding: 15px;
	}
	.zz{
		padding: 15px;
	}
	.com_desc_l{
		font-size:14px;
		line-height:1.5;
	}
	.com_desc_l p:nth-child(n+2){
		margin-bottom:10px;
	}
	.advan{
		padding: 15px;
	}
	.advan ul{
		margin-top: 15px;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.advan li{
		width: 150px!important;
		height: 150px!important;
		padding: 0 10px;
		white-space: normal;
	}
	.advan li img{
		width: 50px;
	}
	.ad_show p{
		font-size: 14px;
	}
	.ad_hide{
		display: none;
	}
.zzimg li{height:180px;float:none;display:inline-block;vertical-align:middle;position:relative;}
.zzimg li img{position:absolute;top:50%;left:10%;max-width:80%;transform:translateY(-50%);max-height:80%;}
.rcln .tit{margin-bottom:15px!important;}
.rcln .swiper-slide img{width:100%!important;padding:0;}
.team_msg{width:100%!important;padding:15px;}
.team_msg p{font-size:14px;margin-bottom:5px!important}
.team_msg p:first-child{font-size:16px!important;}
}











.rcln .swiper-slide{font-size:0}
.rcln .swiper-pagination-bullet{width:20px;height:4px;border-radius:0;}
.rcln img{width:50%!important;display:inline-block;vertical-align:middle;padding-right:50px;}
.team_msg p{margin-bottom:15px!important;line-height:1.5;}
.team_msg p:first-child{font-size:22px;font-weight:bold;color:#4d4d4d;}
.team_msg{width:50%;display:inline-block;vertical-align:middle;font-size:16px;line-height:1.5}
.rcln .tit{margin-bottom:50px;}
.team_msg p{margin-bottom:30px;}