body{padding:0;border:0; margin:0;font-size: 14px;font-weight: normal;color: #000000; width: 90%; max-width: 1280px; margin: 0 auto;}
div,form,img,ul,ol,li,dl,i,u,span,dt,dd,em,i,h1,h2,h3,h4,p{ padding:0; border:0;margin:0;list-style:none;font-style:normal;}
a{text-decoration:none; color:#000000; outline:none; cursor:pointer}
a:hover{ text-decoration: none;}
ul,li{list-style: none}
h2,h3{text-overflow: ellipsis; white-space: normal; font-weight: normal;}
img{vertical-align: bottom;}
@font-face {
	font-family:"fzszjw";
	src: url("../fonts/FZDBSJW.TTF");
	}
.w {
	display: flex;
	width: 94%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
/* header start */
header {
	width: 100%;
	height: 80px;
}
header .w {
	align-items: center;
	justify-content: space-between;
}
.logo {
	font-size: 0;
}
.logo img {
	width: 100%;
}
header nav {
	width: 60%;
}
header nav>ul {
	display: flex;
}
header nav>ul>li {
	width: 15%;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
header nav>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
}
header nav>ul>li>a:hover {
	color: white;
	background-color: #40851b;
	border-radius: 20px;
}
.sty_green {
	color: white;
	background-color: #40851b;
	border-radius: 20px;
}
.synopsis {
	width: 50%;
	margin: 0 auto;
}
/* header end */
/* footer start */
.footer {
	width: 100%;
	height: 131px;
	background-color: #fafafa;
}
.navigation {
	padding-top: 37px;
	text-align: center;
	color: #999;
}
.navigation>a,
.footer>p,
.contact>span {
	font-size: 14px;
	color: #999;
}
.contact {
	padding-top: 10px;
	text-align: center;
}
.contact>span {
	padding-right: 5px;
}
.contact>span:last-of-type {
	padding-right: 0;
}
.footer>p {
	padding-top: 10px;
	text-align: center;
}
/* footer end */
.swiper-container {
	z-index: 0 !important;
}
.swiper-button-next2 .swiper-button-next,
.swiper-button-prev2 .swiper-button-prev {
	z-index: 0 !important;
}
/* 媒体查询 */
@media screen and (max-width:992px){
	/* header */ 
	.logo {
		width: 28%;
	}
	header nav {
		width: 65%;
	}
	header nav>ul>li>a {
		font-size: 12px;
	}
}
@media screen and (max-width:640px){
	/* header */
	header {
		height: 55px;
	}
	header .w {
		width: 100%;
	}
	header nav {
		display: none;
	}
	.logo {
		width: 50%;
	}
	.menu-toggle {
		display: block !important;
	}
	/* footer */
	.footer {
		height: 88px;
		margin-top: 11px;
	}
	.navigation {
		display: none;
	}
	.contact {
		padding-top: 15px;
		text-align: initial;
	}
	.contact>span {
		display: block;
		padding-right: 0;
		padding-bottom: 5px;
		padding-left: 74px;
		font-size: 12px;
		text-align: initial;
	}
	.contact>span:nth-child(2) {
		display: inline-block;
		padding-left: 73px;
	}
	.contact>span:nth-child(3) {
		display: inline-block;
		padding-left: 2px;
	}
	.footer>p {
		padding-top: 0;
		padding-left: 74px;
		font-size: 12px;
		text-align: initial;
	}
}