@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"微软雅黑";
	color:#333;
	min-width:1200px;
	}
img{
	border:none;
	}
p{
	margin:0;
	padding:0;
	}
ul,li{
	margin:0;
	padding:0;
	list-style-type:none;
	}
a{
	color:#333;
	font-size:12px;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
	}
a:hover{
	color:#1bbb05;
	text-decoration:none;
	}
.line{
	width: 100%;
	height: 5px;
	background-color: #108d05;
}
.center{
	margin:auto;
	}
.bk{
	border:1px #e4e4e4 solid;
	margin-top:5px;
	}
#sbj{
	margin-top:70px;
	}
.top{
	width:100%;
	height:30px;
	line-height:30px;
	background:#f5f5f5;
	text-align:left;
	}
.top span{
	background:url(../images/top_dh.jpg) no-repeat left;
	background-position:5px center;
	padding-left:25px;
	}
.moddle{
	width:1200px;
	overflow:hidden;
	}
.logo{
	width:100%;
	text-align:center;
	}
.navbj{
	width:100%;
	height:45px;
	background:#1bbb05;
	}
.nav{
	width:1200px;
	height:45px;
	text-align:center;
	display: flex;
	justify-content: space-between;
	}
.nav a{
	width:110px;
	display:inline-table;
	line-height:45px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	}
.nav a:hover{
	color:#FFFF00;
	}
	.slide_container{
		margin-bottom: 60px;
	}
/*-----大容器-----*/	
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.title{
	display: flex;
	justify-content: space-between;
	padding:0 30px;
	background-image: linear-gradient(#29bb1c,#129006);
	line-height: 60px;
	color: #fff;
	margin-bottom: 30px;
}
.title .left span:first-child{
	font-size: 20px;
	margin-right: 10px;
}
.more{
	font-size: 16px;
	color: #fff;
}
.about-content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.about-content .about-pic{
	margin-right: 20px;
}
.about-info{
	text-indent: 24px;
	font-size: 14px;
	line-height: 30px;
}
.about-info .info-title{
	margin-bottom: 10px;
}
.about-info .info-title span:first-child{
	font-size: 20px;
	font-weight: bold;
}
.about-info .info-title span:last-child{
	font-size: 12px;
}
/*----------产品中心------------*/
.product{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.product .title{
	margin: 0;
}
.product>.left{
	width: 280px;
	background-color:#f4f4f4;
	margin-right: 20px;
}
.contact{
	width: 280px;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
}
.contact p:first-child{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.contact-info{
	font-size: 14px;
	line-height: 45px;
	padding-left: 30px;
}
.contact p:last-child{
	text-align: center;
}
.product-top{
	margin-bottom: 30px;
}
.product-centent{
	flex-grow: 1;
}
.product-wrapper{
	display: flex;
	justify-content: space-between;
}
.product-centent .list{
	width: 220px;
	background-color: #f4f4f4;
	padding:10px 0;
}
.product-centent .item{
	width: 180px;
	margin: 25px auto 25px;
	background-color: #108d05;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}
.product-centent .item a{
	color: #fff;
}
.product-pic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.product-pic .project{
	width: 213px;
}
.product-pic .project p{
	text-align: center;
}
/*----------视频中心------------*/
.video .title{
	margin-bottom: 30px;
}
.video-wrapper{
	display: flex;
	justify-content: space-between;
}
.video-wrapper .video-item{
	position: relative;
	
}
.video-wrapper .video-item .play{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
/*-------新闻---------*/
.news{
	margin-bottom: 50px;
}
.news-title{
	display: flex;
	justify-content: space-between;
}
.news-title .title{
	margin: 0;
}
.news-title>div{
	width: 580px;
}
.news-info ul{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-info ul li{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 580px;
	line-height: 40px;
	padding: 0px 30px;
	border-bottom: 1px dashed #3d3d3d;
	background-color: #f4f4f4;
}
/*-------------页脚--------------*/
.footer{
	background-color: #108d05;
	text-align: center;
	line-height: 40px;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
















