@import url("nav2.css");
*{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000000;
}

body{
	margin: auto;
	font-family: "microsoft yahei";
}

img{
	border: 0;
}
.iframe{
	box-shadow: 0 0 9px rgba(0,0,0,.3);
	display: block;
}

.farming-banner{
	width: 100%;
	height:0;
	background: url(../img/smartFarming01.png);
	padding-bottom: 25.2%;
	background-size: 100%;
}

.farming-banner p{
	font-size: 54px;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	width: 100%;
	letter-spacing: 5px;
	margin: auto;
	text-align: center;
}

.farming-banner>p:first-child{
	padding-top: 8%;
	margin-bottom: 1%;
}


.farmingCase1,.farmingCase2{
	width: 100%;
	padding: 50px 0;
}

.farmingCase2{
	background: #EEEEEE;
}

.fc1-content,.fc2-content{
	width: 1000px;
	margin: auto;
}

p{
	font-size: 18px;
	text-indent: 32px;
	line-height: 28px;
	text-align: justify;
}

.fc1-content>p:first-child{
	font-size: 30px;
	color: #2B4DA6;
	margin-bottom: 20px;
}

.fc2-content>p{
/*	width: 440px;*/
	/*float: left;*/
/*	margin-top: 200px;*/
/*	margin-right: 25px;*/
	margin-bottom:50px;
}

.picboxl{
	width:88%;
	margin:20px auto;
	}
	
.picbox{
	margin:auto;
	width:1000px;
	}

.picboxr{
	margin:auto;
	width:88%;
	}
	
.imgbox{
	float:left;
	display:block;
	width:400px;
	margin-right:50px;}

.textbox{
	display:block;
	margin:30px 0;
	
	}

