﻿* {
 	margin: 0px;
 	padding: 0px;
 	list-style: none;
 	text-decoration: none;
 	font-family: "微软雅黑";
 }

 .bg {
 	
 	width: 100%;
 	background: url(../image/z_bg1.png) repeat-x;
 }

 .content {
 	width: 1004px;
 	height: 940px;
 	margin: 0 auto;
 }

 .top {
 	width: 100%;
 	height: 154px;
 }

 .top .logo {
 	width: 100px;
 	height: 154px;
 	float: left;
 }

 .top .menu {
 	width: 800px;
 	height: 30px;
 	float: right;
 	border: 1px dashed #Fff;
 	
 	margin-top: 50px;
 	
 }

 .top .menu ul {
 	width: 100%;
 	margin: 0 auto;
 	display: table;
 }

 .menu ul li:first-child {
 	border-left: 0 !important;
 }

 .menu ul>li {
 	float: left;
 	position: relative;
 	width: 14.14%;
 	height: 30px;
 	line-height: 30px;
 	text-align: center;
 	border-left: 1px dashed #fff;
 	font-size: 15px;
 }

 .top .menu ul li a {
 	display: block;
 	width: 100%;
 	height: 100%;
 	color: #000;
 	text-align: center;
 }

 .top .menu ul li a:hover {
	background: #447f37;
    color: #fff;
 }

 .top .menu ul li:hover>ul {
 	display: block;
 }

 .top .menu .erjiCD {
 	display: none;
 	width: 100%;
 	min-height: 60px;
 	z-index: 9999;
 }

 .top .erjiCD li {
 	width: 100%;
 	float: left;
 	border: 0;
 }

 .top .menu ul li:hover>ul>li {
 	width: 100%;
 	height: 26px;
 	line-height: 26px;
 	margin-top: 2px;
 	background: #a8d1a9;
 	
 }

 .z_banner {
 	width: 100%;
 	height: 300px;
 }

 .z_nr {
 	width: 1004px;
 	height: 500px;
 	margin: 0 auto;
 }

 .z_nr .z_nr_zuo {
 	width: 204px;
 	height: 360px;
 	
 	z-index: 10;
 	position: relative;
 	
 	float: left;
 }

 .z_nr .z_nr_zuo p {
 	position: absolute;
 	font-size: 24px;
 	right: 12px;
 	top: 20px;
 }

 .z_nr .z_nr_zuo p a {
 	color: #fff;
 }

 .z_nr .z_nr_zuo span {
 	position: absolute;
 	font-size: 15px;
 	right: 12px;
 	top: 50px;
 	color: #fff;
 }

 

 .z_nr .z_nr_zuo .z_title ul li {
	text-align: center;
	height: 45px;
	width: 100%;
	line-height: 45px;
	margin-top: 10px;
 }

 

 .z_nr .z_nr_zuo .z_nr_zuo1 {
	width: 200px;
 	height: 124px;
 	border: 2px solid #cdcdcd;
 	background: url(../image/tu4.png) no-repeat;
 	margin-top: 20px;
 }

 .z_nr .z_nr_you {
 	width: 760px;
 	float: right;
 	margin-bottom: 20px;
 }

 .z_nr .z_nr_you h3 {
 	padding-left: 26px;
 	padding-top: 14px;
 }

 .z_nr .z_nr_you p {
 	font-size: 16px;
 	padding-left: 26px;
 	line-height: 22px;
 	padding-top: 10px;
 }

 .tuan {
 	padding-top: 50px;
 }