#nav{
	width: 100%;
	height: 82px;
	background: #f5f5f5;
}
#nav .logo{
	width: 100%;
	height: 82px;
}
#nav .logo img{
	margin-top: 25px;
}
#nav .navigation{
	width: 100%;
	height: 82px;
	
}
#nav .navigation a{
	margin-top: 48px;
	color: #1f1f1f;
	font-size: 16px;
	margin-right: 40px;
}
#nav .navigation a:hover{
	text-decoration: none;
}
/*=======新增温馨提示========*/
.warmTip{
	color: #ff0b1a;
	font-size: 20px;
}
.Official{
	margin-top: 15px;
	color: #000;
	font-size: 18px;
	margin-left: 10px;
}
.farm .ex{
	width: 100px;
	height: 30px;
	position: absolute;
	left: 0;
	top: -30px;
	font-size: 20px;
	margin-left: 37px;
	color: #ff0b1a;
}
/*=======/nav========*/
#cloudTitle{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #d2d2d2;
}
#cloudTitle .redtitle{
	width: 140px;
	height: 100px;
	background: url("../img/wwww.png") no-repeat 60px 94px;
	padding-top: 55px;
}
#cloudTitle .redtitle h3{
	padding-left: 40px;
	background: url("../img/book.png") no-repeat left 2px;
	color: #ff0b1a;
	font-size:22px;	
}
#cloudTitle .intmanage{
	padding-top: 35px;
	padding-left: 20px;
	height: 100px;
	width: 165px
}
#cloudTitle .intmanage h3{
	font-size: 18px;
	color: #ff0b1a;
	text-align: center;
	border: 1px solid #ff0b1a;
	padding: 10px;
	border-radius: 20px;
}
/*=========/cloudTitle===========*/
#content{
	width: 100%;
	min-height: 500px;
	background: #fafafa;
}
#content .createCloud{
	width: 100%;
	height: 60px;
}
#content .createCloud .create{
	margin-top: 20px;
	padding-left: 32px;
	font-size: 18px;
	color: #FF0B1A;
	background: url(../img/create.png) no-repeat left 2px;
}
#content .createCloud .createe{
	margin-top: 20px;
	padding-left: 32px;
	font-size: 18px;
	color: #FF0B1A;
}
#content .createCloud a:hover{
	text-decoration: none;
}
#content .farm{
	height: 247px;
	margin-top: 15px;
	margin: 0 auto;
	background: url("../img/bbjj.png") no-repeat;
	position: relative;
}
/*#content .farm .strip{
	width: 10px;
	height: 100%;
	background: url("../img/shu.png") no-repeat left 7px;
}*/
#content .farm .farmContent{
	width: 90%;
	height: 100%;
	
}
#content .farm .farmContent .house{
	width: 18%;
	height: 100%;
	text-align: center;
	line-height: 210px;
	margin-left: 40px;
}
#content .farm .farmContent .factory{
	width: 70%;
	height: 100%;
}
#content .farm .farmContent .factory h4{
	margin-top: 30px;
	font-size: 22px;
}
#content .farm .farmContent .factory p{
	margin-top: 20px;
	font-size: 14px;
}
#content .farm .farmContent .factory p a{
	padding-top: 25px;
	margin-right: 45px;
	color: #777777;
}
#content .farm .farmContent .factory p a:hover{
	color: #fe0d0e;		
}
#content .farm .farmContent .factory p .batch{
	background: url("../img/yangzhipici.png") no-repeat center 0;
}
#content .farm .farmContent .factory p .breedDiary{
	background: url("../img/diary.png") no-repeat center 0;
}
#content .farm .farmContent .factory p .environmental{
	background: url("../img/leaf.png") no-repeat center 0;
}
#content .farm .farmContent .factory p .Analysis{
	background: url("../img/fenxi.png") no-repeat center 0;
}
#content .farm .farmContent .edit{
	width: 100px;
	height: 36px;
	position: absolute;
	right:0;
	top: 35px;
	display: none;
}
#content .farm .farmContent .edit a{
	margin-right: 25px;
}











