body{
	margin: 0;
	font-size: 16px;
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	
}
.index-body{
	background: #f0f7ee;
}
input,textarea,select
{
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	outline:none;
	padding:0;
	border-radius: 0;
}
h1,h2,h3,h4,h5,h6,i,em,strong{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
}
img{
	border:none;
	max-width: 100%;
}
dl,dd,dt,p{
	padding: 0;
	margin: 0;
}
a,a:link {
	text-decoration: none;
	color:#333;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}

.clearfix {
	*display:table;
	*zoom:1;
}
iframe{
	display: block;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.header{
	height: 477px;
	background: url(../images/zl1_01.jpg) no-repeat center top;
}
.header .home{
	float: right;
	margin-right: 217px;
	margin-top: 150px;
}
.main{
	
overflow: hidden;
	
margin-bottom: 28px;
	
/* margin-top: 40px; */
}
.sec1{
	margin-top: 30px;
}
.sec1-1{
	width: 700px;
	background: #fff;
	height: 380px;
}
.sec1-2{
	width: 440px;
	height: 340px;
	padding: 20px;
	background: #fff;
}
.cz-title1{
	line-height: 36px;
	padding:0 18px;
	background: #239147;	
}
.cz-title1 a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.job-c{
	padding-left: 20px;
	margin-top: 9px;
	position: relative;
}
.job-c:before{
	width: 2px;
	content: "";
	position: absolute;
	background: #e8e8e8;
	height: 100%;
	top: 0;
	left: 2px;
}
.job-c h4{
	padding: 10px;
	background: #fbfbfb;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin-top: 16px;
	position: relative;
}
.job-c h4 a{
	display: block;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.job-c h4 p{
	line-height: 24px;
	color: #666;
	margin-top: 8px;
}
.job-c h4:before{
	position: absolute;
	content:'';
	width: 6px;
	height: 10px;
	background: url(../images/zl20_03.jpg) no-repeat;
	left: -6px;
	top: 10px;
}
.job-c ul{
	margin-top: 11px;
}
.job-c li{
	line-height: 36px;
	height: 36px;
	position: relative;
}
.job-c li a{
	float: left;
	width: 70%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 4px;
}
.job-c li span{
	float: right;
	font-size: 14px;
	color: #999;
}
.job-c h4:after{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #cee185; 
	content: "";
	left: -24px;
    top: 9px;  
}
.job-c li:before{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #e7e7e7; 
	content: "";
	left: -23px;
    top: 12px;
}
.job-c li:hover a{
	color: #239147;
}
.sec2{
	margin-top: 20px;
	overflow: hidden;
}
.sec2-1{
	width: 550px;
	float: left;
	background: #fff;
	padding: 20px;
}
.sec2-2{
	float: right;
}
.sec2-1 h4{
	padding-bottom: 12px;
	border-bottom: 1px solid #369555;
}
.sec2-1 h4 a{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #369555;
}
.sec2-1 ul{
	margin-top: 5px;
}
.sec2-1 li{
	height: 42px;
	line-height: 42px;
	padding-left: 16px;
	position: relative;
}
.sec2-1 li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d2d2d2;
	left: 0;
	top: 19px;
}
.sec2-1 li:hover:before{
	background: #cee185;
}
.sec2-1 li a{
	float: left;
	width: 75%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
}
.sec2-1 li:hover a{
	color: #369555;
}
.sec2-1 li span{
	float: right;
	font-size: 14px;
	color: #999;
}
.footer{
	background: #369555;
	text-align: center;
	color: #fff;
	line-height: 84px;
	font-size: 18px;
}

.dm1c-1 .item{
    position: relative;
}
.dm1c-1 .item img{
    height: 380px;
    width: 100%;
    display: block;
}
.dm1c-1 .item span{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(6, 6, 6, 0.4);
    line-height: 35px;
    color: #fff;
    padding: 0 9px;
}
.dm1c-1 .item span i{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}
.dm1c-1 .owl-dots{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.dm1c-1 .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #fff;
    margin: 0 4px;
}
.dm1c-1 .owl-dots .owl-dot.active span, .dm1c-1 .owl-dots .owl-dot:hover span{
    background: #fff;
}
.sec3{
	margin-top: 20px;
	background: #fff;
	padding: 22px 80px;
}
.sec3-box .owl-dots{
	display: none!important;
}
.sec3-box .item img{
	display: block;
	/*width: 100%;*/
	height: 148px;
}
.sec3-box .owl-nav{
	position: absolute;
	top: 52px;
	width: 100%;
}
.sec3-box .owl-controls .owl-nav div{
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: transparent!important;
	background-repeat: no-repeat;
	padding: 0!important;
}
.sec3-box .owl-controls .owl-nav .owl-prev{
	left: -65px;
	background-image: url(../images/zl10_03.png)!important;
}
.sec3-box .owl-controls .owl-nav .owl-next{
	right: -65px;
	background-image: url(../images/zl9_03.png)!important;
}
.job-c li:hover:before{
	background: #cee185;
}




.m-gailan {
    overflow: hidden;
    margin-top: 15px;
}

.main-pos {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    border-bottom: 1px solid #f4f4f4;
}

.main-pos ul {
    width: 100%;
    height: 40px;
    background: url(../images/pos_03.jpg) no-repeat left center;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
}

.main-pos ul li {
    float: left;
    margin-right: 5px;
    line-height: 40px;
}

.main-pos ul li a {
    font-size: 14px;
    color: #666;
}

.main-pos ul .list-1 {
    margin-left: 17px;
}

.main-pos ul .list-1 a {
    color: #999;
}

.main-pos ul .list-2 a {
    color: #999;
}

.main-libiao {
    width: 100%;
    margin: 0 auto;
}

.main-libiao ul li {
    padding-left: 20px;
    height: 49px;
    border-bottom: 1px dashed #eeeeee;
    line-height: 49px;
    position: relative;
}
.main-libiao ul li:before{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d2d2d2;
    left: 5px;
    top: 22px;
    content: "";
    border-radius: 50%;
}
.main-libiao ul li:hover:before{
	background: #cee185
}
.main-libiao ul li a {
    float: left;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}

.main-libiao ul li span {
    float: right;
    color: #a6a6a6;
}

.main-libiao li:hover a,.main-libiao li:hover span {
    color: #2b751e;
}

.pages {
    text-align: center;
    margin-top: 40px;
}

.document {
    width: 100%;
    margin: 30px auto 0;
}

.h1_title {
    font-size: 26px;
    font-weight: bold;
    color: #219447;
    text-align: center;
}

.document .set {
    text-align: center;
    line-height: 38px;
    background: #eee;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
}

.set span{
    margin: 0 40px;
}


.content p {
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.xian {
    border-bottom: 1px solid #ccc;
    margin: 40px auto 0;
}

#fenxiang {
    float: right;
    width: 115px;
    margin-top: 11px;
    margin-right: 18px;
}

#fenxiang a {
    float: left;
    margin-right: 7px;
}

#shijian {
    float: right;
    margin-top: 5px;
    margin-right: 16px;
    overflow: hidden;
}

#shijian a {
    font-size: 14px;
    color: #333;
}
