*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
a{
	
	text-decoration: none;
}
.top, .nav, .main, .footer{
	width: 100%;
}
.nav, .footer{
	background: #159a4b;
}
.top{
	height: 120px;
	display: flex;
	align-items: center;
}
.logo{
	width: 1200px;
	height: 110px;
	background: url("../zyimg/zylogo.png");
	margin: 0 auto;
	justify-content: center;
}

.nav .nav-warp{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	background: #159a4b;
	margin: 0 auto;
}
.nav-warp ul{
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
}
.nav-warp ul li:hover{
	background: #159a4b;
}
.nav .nav-warp li a{
	font-size: 16px;
	color: #ffffff;
}
.main-warp{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.main-con-top{
	display: flex;
}
.main-warp .main-pic{
	width: 590px;
	height: 350px;
	
}
.main .main-ct-r{
	width: 580px;
	height: 350px;
	margin-left: 20px;
}
.tabbox, .tabnav, .tabcontent, .show, .tabbox ul{
 margin: 0;
 padding: 0;
}
.tabbox {
 width: 580px;
 height: 350px;
 margin: 0 auto;
}

.tabnav {
 height: 48px;
 border-bottom: 2px solid #098346;
}

.tabnav>li {
 list-style: none;
 width: 120px;
 height: 48px;
 background: #f1f1f1;
 text-align: center;
 line-height: 48px;
 float: left;
 font-size: 15px;
}

.tabnav>li:first-child {
 margin-right: 4px;
}

.tabnav>.current {
 background: #098346;
 color: #ffffff;
}
.tabbox .tabcontent{
 background: #f1f1f1;
}
.tabbox .tabcontent>li {
 list-style: none;
 display: none;
}

.tabbox .tabcontent>.show {
 display: block;
 width: 584px;
 height: 300px;
 position: relative;
}



.main-warp .main-con-bot{
	width: 1200px;
	height: 400px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.main-warp .main-cb-c{
	width: 590px;
}
.main-cb-c .main-cb-title{
	height: 50px;
	line-height: 50px;
	background: #159a4b;
        border-radius: 20px;
}
.main-cb-c .main-cb-title .title{
	padding-left: 20px;
	float: left;
	color: #ffffff;
	font-size: 15px;
}
.main-cb-c .main-cb-title span{
	float: right;
	padding-right: 30px;
}
.main-cb-c .main-cb-title span a{
	color: #ffffff;
	font-size: 13px;
}


.main-se{
	display: flex;
	margin-bottom: 20px;
}
.main-w-l{
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #159a4b;
}
.main-w-r{
	width: 850px;
	height: auto;
	margin-left: 50px;
}
.main-w-r .main-posi{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #159a4b;
}

.footer{
	height: 100px;
}
.footer-warp{
	width: 1200px;
	background: #159a4b;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
}
.footer-warp p{
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}