.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	font-size: 18px;
	padding:10px 0;
}
.nav img{
	width: 120px;
	height: 80px;
}

.layui-carousel{
	width: 1200px;
	margin: 0 auto;
	/* height: 500px; */
}
.layui-carousel img{
	width: 100%;
/* 	height: 500px; */
}
.searchbg{
	width: 100%;
	padding: 10px 0;
	background-color: #0d7746;
}
.search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.search img{
	width: 100px;
	height: 60px;
}
.search-rig{
	    width: 1200px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
}
.search-rig input{
	    border: 0;
	    height: 50px;
	    padding-left: 10px;
	    width: 500px;
}
.search-rig div{
	height:48px;
	line-height: 48px;
	margin-left: 10px;
	padding: 0 20px;
	background-color:#a1f150 ;
	cursor: pointer;
}
.gjz{
	color: #FFF;
	text-align:center;
	padding:10px 0 0 0px;
}
.cet{
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.cet img{
	width: 280px;
	height: 160px;
	border-radius: 20px;
}
.content{
	width: 1200px;
	margin: 30px auto;
}
.content-top{
	border-left:4px solid #0d7746;
	font-size: 20px;
	padding: 10px 0;
	margin-bottom:20px;
	padding-left:10px;
}
.content-bom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content-bom img{
	width: 280px;
	height: 220px;
	margin-bottom: 20px;
	-webkit-transition: all 1s ease;     
	  -moz-transition: all 1s ease;      
	  -o-transition: all 1s ease;  

}
.content-bom img:hover{
	transform: scale(1.1,1.1);
}
.foot{
	/* position: fixed;
	bottom:0;
	left: 0; */
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background:#999;
	color: #FFF
	}
	#ewm{
		display: none;
		background: #fff;
		text-align: center;
		padding:20px;
		font-size: 20px;
	}
	#ewm img{
		width: 300px;
		height: 300px;
	}