body{
	background: #f5f5f5;
	overflow: hidden;
}
.farm-ul{
	margin-right: 13px;
}
.headerBox{
	margin-bottom: 20px;
}
.header{
	height: 164px;
	background: #fff;
	position: relative;
	z-index: 99;
}
.headerWrap{
	padding-top: 25px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 999;
}

.header .logoBox{
	width: 573px;
	padding-left:32px;
}

.header .logoBox .title{
	font:34px/34px "华文中宋" ,"Microsoft YaHei";
	margin-top: 6px;
	margin-left: 22px;
	color: #1d1c1c;
}

.header .logoBox .sel{
	font:18px/18px "Microsoft YaHei";
	color: #1891ff;
	margin-top: 22px;
    padding-right: 10px;
}

.header .admin{
	margin-right: 33px;
}

.header .admin .user{
	font:14px/50px "Microsoft YaHei";
	color: #1d1c1c;
	margin-left: 9px;
}

.header .jlSystem{
	background: #1492ff;
    height: 53px;
    margin-top: 16px;
    padding-left: 32px;
}

.header .jlSystem .iconfont{
	font-size: 26px;
	color: #fff;
	margin-top: 13px;
	margin-right: 14px;
}

.header .jlSystem .tit{
	font:24px/53px "Microsoft YaHei";
	color: #fff;
}


.header .jlSystem .tit .s1{
	color: #f6ff00;
}

.header .jlSystem .search{
	width: 82px;
	height: 40px;
	padding-left: 37px;
	background: url(../images/sooBg.png);
	font:18px/40px "Microsoft YaHei";
	color: #4b79cc;
	margin-top: 7px;
	margin-right: 16px;
}


.header .login {
	font:14px/50px "Microsoft YaHei";
	color: #187bd0;
}

.header .login a{
	color: #187bd0;
	padding: 0 9px;
}

.content{
	position: relative;
	padding-top: 19px;
	height: 848px;
	overflow: auto;
	padding-bottom: 10px;
}


.container{
	background: #fff;
	min-height: 93%;
	border:1px solid #e9e9e9;
}

.container .titleBox{
	border-bottom: 1px solid #e9e9e9;
	padding-left: 20px;
	position: relative;
	height: 56px;
}

.container .titleBox h3{
	font:20px/54px "Microsoft YaHei";
	color: #1284e6;
	padding: 0 9px;
	border-bottom: 3px solid #54a9f3;
	position: absolute;
	bottom: -1px;
}

.jxkList{
	padding-left: 20px;
	width: 1200px;
	margin-top: 38px;
	margin-bottom: 42px;
}

.jxkList li{
	float: left;
	width: 272px;
	height: 113px;
	background: #f8fcff;
	border:1px solid #bdd5ec;
	border-radius: 15px;
	behavior:url(js/PIE.htc);
	margin-right: 22px;
	cursor: pointer;
}

.jxkList li a{
	display: block;
	width: 100%;
	height: 100%;
}



.jxkList li .iconfont{
	font-size: 55px;
	color: #7abfff;
	margin:33px 12px 0 21px;
}

.jxkList li.last .iconfont{
	margin-left: 51px;
}

.jxkList li p{
	font:24px/36px "Microsoft YaHei";
	color: #7bbeff;
	margin-top: 23px;
}

.jxkList li.active{
	background: #7abfff;
	width: 274px;
	height: 115px;
	border:none;
	background: #7abfff;
}


.jxkList li.active .iconfont{
	color: #fff;
}

.jxkList li.active p{
	color: #fff;
	line-height: 38px;
}


/*修改*/

.farm-wrapper {
    width: 100%;
    height: 100%;
}
.farm-header {
    height: 64px;
    width: 100%;
    line-height: 64px;
    background-color: #128af1;
}
.farm-header .farm-logo {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    margin-left: 8px;
}
.farm-header .farm-logo .iconfont {
    font-size: 28px;
    color: #fff;
    padding-right: 2px;
    position: relative;
    top: 2px;
}
.farm-header .farm-ol {
    margin-left: 62px;
}
.farm-header .farm-ol li {
    float: left;
    height: 64px;
    width: 124px;
    text-align: center;
    cursor: pointer;
}
.farm-header .farm-ol li a {
    display: block;
    color: #fff;
    height: 16px;
    font-size: 16px;
    position: relative;
}
.farm-header .farm-ol li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    height: 100%;
    border-left: 1px solid #509ddf;
}
.farm-header .farm-ol li.farm-ol-active {
    border-bottom: 3px solid #f0d04b;
}
.farm-header .farm-ol li.farm-ol-active a {
    color: #f0d04b;
}

.farm-header .farm-ul li {
    float: left;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.farm-header .farm-ul li .iconfont {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 2px;
}
.farm-header .farm-ul li:first-child span {
    padding: 0 12px;
    display: inline-block;
    position: relative;
}
.farm-header .farm-ul li:first-child span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 26px;
    height: 14px;
    border-right: 1px solid #509ddf;
}
.farm-header .farm-ul li:last-child {
    padding-left: 12px;
}
.farm-header .farm-ul li:last-child span {
    padding-left: 4px;
}
/* farm-mian */
.farm-main {
    width: 100%;
    height: calc(100% - 98px);
    position: relative;
}
.farm-main-left {
    position: absolute;
    width: 180px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    padding: 10px;
    z-index: 1;
}
.farm-main-left ul {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.farm-main-left ul li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 26px;
    cursor: pointer;
    color: #444444;
    font-size: 14xp;
}
.farm-main-left ul li.active {
    color: #1492ff;
    border-left: 2px solid #1492ff;
    background-color: #eef8ff;
}
.farm-main-right {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    padding-left: 180px;
}
.farm-main-right-detail {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.footer{
	font:14px/44px "Microsoft YaHei";
	color: #525252;
	height: 44px;
	text-align: center;
	background: #efefef;
	position: fixed;
	width: 100%;
	bottom: 0px;
}

.footer a{
	color: #525252;
}