.main{
	width: 1020px;
	margin: 0 auto;
}
.mains{
	width: 1020px;
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -510px;
    height: 100%;
}
.float_btns{
	display: none;
}
/*导航栏*/
.nav{
	width: 100%;
	height: 57px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
	background: #fff;
  	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08);
}
.navs{
	height: 57px;
}
.nav_box{
	display: flex;
	flex-direction: row;
	justify-content :space-between;
	flex-wrap:nowrap;
}
.nav_logo{
	display: inline-block;
	width: 96px;
	height: 48px;
	margin-top: 5px;
}
.nav_logo img{
	width: 100%;
	height: 100%;
}
.nav_search{
	display: inline-block;
	box-sizing:border-box;
	width: 300px;
	height: 30px;
	border:1px solid #cccccc;
	border-radius: 5px;
	margin-top: 14px;
	padding: 0 14px;
	overflow: hidden;
}
.nav_search input{
  	width:200px;
	border:none;
	outline:none;
	line-height: 28px;
}
.nav_search img{
	width: 15px;
	height: 15px;
	margin-top: 7px;
	float: right;
	cursor: pointer;
}
.nav_list{
	display: inline-block;
	color: #333333;
	font-size: 16px;
}
.nav_list span{
	display:inline-block;
  	margin-left:20px;
  	position:relative;
}
.nav_list span > a{
	line-height:57px;
  	padding: 0 10px;
}
.nav_list span:first-child{
	margin-left: 0px;
}
.two_navs{
    background: #fff;
    text-align: center;
    margin-top: -5px;
    padding: 18px 0;
    border-radius: 5px;
  	display:none;
  	position:absolute;
  	width:100%;
}
.two_navs li{
	margin-bottom:24px;
    font-size: 14px;
  	color:#666;
}
.two_navs li:last-child{
	margin-bottom:0;
}
.nav_list a:hover{
	color: #618651;
}
.nav_list a.checked{
	color: #618651;
}
/*底部*/
.footer{
	/*margin-top: 53px;*/
	background: #ececec;
	border-top:1px solid #73a467;
	padding-bottom: 40px;
	background: #fff;
	background-repeat:no-repeat;
	background-size:100% ;
	-moz-background-size:100% ;
  	position:relative;
  	margin-top:80px !important;
}
.footerbox{
	box-sizing:border-box;
  	padding: 68px 0 40px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content :space-between;
	flex-wrap:wrap;
}
.footer_logo{
	display: inline-block;
    width: 85.5px;
    height: 114px;
}
.footer_logo img{
	width: 100%;
	height: 100%;
}
.footer_list{
	display: inline-block;
	/*width: 20%;*/
}
.footer_list li{
	font-size: 14px;
	text-align: left;
	color: #333333;
	margin-bottom: 15px;
  	cursor: auto;
}
.footer_list li:hover{
	color: #618d56;
}
.footer_list li a:hover{
	color: #618d56;
}
.footer_list li:first-child{
	color: #618d56;
	font-weight: bold;
  	margin-bottom: 12px;
}
.footer_list:first-child li:hover{
	color: #333333;
}
.footer_list:first-child li:first-child:hover{
	color: #618d56;
}
.footer_list:nth-child(4) li:hover{
	color: #333333;
}
.footer_fellow_list li{
	text-align:center;
  	font-size: 12px;
  	line-height: 20px;
}
.footer_fellow_list li:first-child{
	margin-bottom:-5px;
}
.footer_list_line{
  	width: 24px;
    height: 2px;
    background: #666666;
}
.footer_list_last{
	width: 85.5px;
}
.follow_img{
	width: 100px;
	height: 100px;
}
.copyright{
    text-align: center;
    font-size: 12px;
    color: #777777;
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
  	width: 90%;
    margin: 0 auto;
}
.WeChat{
	display:inline-block;
  	width:28px;
  	height:28px;
	background-image: url(../images/WeChat.png);
  	background-size:100%;
  	margin:10px 5px 0 0;
    cursor: pointer;
}
.microblog{
	display:inline-block;
  	width:28px;
  	height:28px;
	background-image: url(../images/microblog.png);
  	background-size:100%;
  	margin:10px 0 0 5px;
}
.WeChat:hover{
	background-image: url(../images/WeChat_hover.png);
}
.microblog:hover{
	background-image: url(../images/microblog_hover.png);
}
.footer_center{
	margin:auto 0;
}
.go_top{
    width: 100px;
  	height:50px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
  	background-image: url(../images/go_top.png);
  	background-size:100% 100%;
    transition: all 0.2s linear;
}
.go_top:hover{
	background-image: url(../images/go_tops.png);
}
.footer_title{
	color:#618d56;
}
/*悬浮工具*/
.float{
	position: fixed;
	right: 3%;
	bottom: 100px;
	z-index: 2;
	cursor: pointer;
}
.float_btn{
	box-sizing: border-box;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #73a467;
    margin-top: 6px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding-top: 9px;
    transition: all 0.2s linear;
    letter-spacing: 2px;
    padding-left: 2px;
}
.float_btns{
	padding-top: 14px;
	font-weight: bold;
}
.float_btn:hover{
	background: #83cc72;
}
.top_jt{
    width: 15px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 22px;
    transform: translate(-50%,0);
}
