#footer{
	position: relative;
}
#header{
	padding: 2vw 0;
}
#header .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#header .logo{
	width: auto;
	height: 6.3vh;
}
.sec1{
	height: 190px;
}
.sec1 .inner{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .nav li{
	margin-bottom: 16px;
}
.sec1 .nav li:last-child{
	margin-bottom: 0;
}
.sec1 .nav .level1{
	font-size: 30px;
	color: #555555;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 30%;
	font-family: "Source Han Serif CN","思源宋体 CN";
}
.sec1 .nav li:hover .level1,.sec1 .nav li.active .level1{
	background-image: url(../images/home_sec1_navbg.png);
}
.sec1 .nav .sub{
	margin-top: 0.89em;
	font-size: 18px;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
.sec1 .nav li:hover .sub{
	height: 4.12em;
}
.sec1 .nav .sub a{
	display: block;
	font-size: inherit;
	color: #555;
	margin-bottom: 0.56em;
	margin-left: 1.95em;
	font-family: "Source Han Serif CN","思源宋体 CN";
}
.sec1 .nav .sub a:hover{
	color: #9ac83b;
}
.sec1 .nav .sub a:last-child{
	margin-bottom: 0;
}
.sec1 .contact{
	width: 616px;
}
.sec1 .contact h5{
	margin-bottom: 17px;
	color: #9ac83b;
	font-size: 20px;
	font-weight: bold;
	font-family: "PingFang SC","苹方";
}
.sec1 .contact ul{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;	
}
.sec1 .contact li{
	font-size: 14px;
	color: #000000;
	margin-bottom: 1em;
	width: 50%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	line-height: 1.5;
}
.sec1 .contact li img{
	height: 1.0625em;
	width: auto;
	vertical-align: middle;
	margin-right: 1.0625em;
	margin-top: 0.21875em;
}
.sec1 .contact li span{
	vertical-align: middle;
}
.sec1 .contact li a{
	font-size: inherit;
	color: inherit;
}

.banner .inner{
	position: relative;
}
.banner .swiper-prev,.banner .swiper-next{
	opacity: 0.3;
	position: absolute;
	top: 50%;
	width: 64px;
	margin-top: -32px;
	z-index: 1;
	cursor: pointer;
}
.banner .swiper-prev:hover,.banner .swiper-next:hover{
	opacity: 0.6;
}
.banner .swiper-prev{
	left: 0;
	margin-left: -32px;
}
.banner .swiper-next{
	right: 0;
	margin-right: -32px;
}
.banner .swiper-prev img,.banner .swiper-next img{
	width: 100%;
}
@media only screen and (max-width:1440px){


}
@media only screen and (max-width:1024px){
	#header{
		padding: 2rem 0;
	}
	#header .logo{
		height: 2.375rem;
	}
	
	.sec1{
		margin-bottom: 1.5rem;
		height: auto;
	}
	.sec1 .inner{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec1 .nav{
		margin-bottom: 1.5rem;
	}
	.sec1 .nav li{
		margin-bottom: 0.625rem;
	}
	.sec1 .nav .level1{
		font-size: 0.9375rem;
	}
	.sec1 .nav .sub{
		font-size: 0.75rem;
	}
	.sec1 .contact{
		width: 100%;
	}
	.sec1 .contact h5{
		margin-bottom: 1rem;
		font-size: 0.75rem;
	}
	.sec1 .contact ul{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec1 .contact li{
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
		width: 100%;
	}

	.banner .inner{
		position: relative;
	}
	.banner .swiper-prev,.banner .swiper-next{
		width: 2rem;
		margin-top: -1rem;
	}
	.banner .swiper-prev{
		margin-left: -1rem;
	}
	.banner .swiper-next{
		margin-right: -1rem;
	}
}