/* nav */
@font-face {
  font-family: 'NotoSansCJK-DemiLight-4';
  src: url(../font/NotoSansCJK-DemiLight-4.woff2) format('woff2');
  unicode-range: U+1f1e9-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f232, U+1f234-1f237, U+1f250-1f251, U+1f300, U+1f302-1f308, U+1f30a-1f311, U+1f315, U+1f319-1f320, U+1f324, U+1f327, U+1f32a, U+1f32c-1f32d, U+1f330-1f357, U+1f359-1f37e;
}
.mzsm{
background: #09883e;
}
.mzsm p{
width: 1200px; margin: 0 auto; line-height: 50px; font-size: 14px; color: #ffc600; text-align: center;
}
.mzsm p em{
font-weight: bold; color: #ffc600; font-size: 14px;
}
.nav03{
box-shadow: 0 4px 6px rgba(0,0,0,.2);
}
.nav03_logo{
width: 98px;
height: 100px;
margin-right: 70px;
}
.nav03_list li{
	height: 44px;
	border-radius: 22px;
	overflow: hidden;
	margin-top: 28px;
}
.nav03_list li a{
  display: block;
  text-align: center;
  line-height: 44px;
  padding: 0 18px;
}
.nav03_active a, .nav03_list li a:hover{
  background: #009a43;
  color: #fff;
}
.nav03_tel{
	height: 27px;
	margin-top: 36.5px;
	padding-left: 37px;
	background: url(../image/tel_03.png) no-repeat left center;
	float: right;
	line-height: 27px;
	color: #009a43;
	font-size: 18px;
	font-weight: bold;
}
/* 底部公用样式 */
.footer{
	width:100%; padding-top:40px; background: url(../image/bgg_03.jpg);
}
.footer_top{
	padding-bottom:40px;
}
.footer_top li{
	float:left; margin-left: 65px; position: relative;
}
.footer_top li::after{
	content: '';
	width: 1px;
	height: 148px;
	background: #30c26c;
	position: absolute;
	right: -33px;
	top: 0;
}
.footer_top li::before{
	content: '';
	width: 1px;
	height: 148px;
	background: #037a31;
	position: absolute;
	right: -34px;
	top: 0;
}
.footer_top li:first-child{
	margin-left:0px;
}
.footer_top li:nth-child(5){
	width: 484px; 
}
.footer_top li:nth-child(5)::after, .footer_top li:nth-child(5)::before{
	display: none;
}
.footer_top li b{
	display:block; font-size:16px; color:#fff; line-height:16px; margin-bottom:20px;
}
.footer_top li a{
	display:block; font-size:14px; color:#fff; line-height:30px;
}
.footer_top li p{
	font-size:14px; color:#fff; line-height:28px;
}
.footer_top li i{
	display: block;
	width: 112px;
	position: absolute;
	top: 20px;
	right: 0;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.footer_top li i img{
	width: 112px;
}
.footer_bottom{
	border-top: 1px solid #30c26c; position: relative;
}
.footer_bottom::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #037a31;
	position: absolute;
	top: 0;
}
.footer_bottom p{
	float: left; font-size:14px; color:#fff; line-height:50px;
}
.footer_bottom span{
	display: blcok;
	float: right;
	color:#fff;
	font-size:14px; 
	line-height:50px;
}
.footer_bottom span a{
	color:#fff;
	font-size:14px; 
	line-height:50px;
	margin-right: 20px;
}
.footer_bottom span a:last-child{
	margin-right: 0px;
}
.footer_bottom p a:hover,.footer_top li a:hover{
	color:#ffc600; text-decoration:underline;
}
.addert{
	width: 350px;
}
.addert span{
	display: inline-block;
	padding-left: 25px;
	line-height: 19px;
	background: url(../image/adder_03.png) no-repeat left center;
	font-size: 14px;
	color: #fff;
	margin: 5px 20px 5px 0;
	cursor: pointer;
}