﻿body{
	background: #f3f3f3;
}
.wrap{
	width:1280px;
	margin:0 auto;
	overflow: hidden; 
}
.wrap2{
	width:1294px;
	margin:0 auto;
	overflow: hidden; 
	padding: 7px;
	box-sizing: border-box;
}
/*顶部*/
.head{
	background: #fff;
	height: 55px;
}
.head .t_l{
	float: left;
	line-height: 55px;
	font-size: 13px;
}
.head .box_r{
	float: right;
}
.head .ul_list{
	float: right;
}
.head .ul_list li{
	float: left;
	line-height: 55px;
	margin-left: 10px;
}
.head .ul_list li a:hover,.footer .d_r p a:hover,.head_nav .o_ul li a:hover{
	color: #7cb30e;
}
.head .ul_list .mailbox{
	display: inline-block;
	width: 17px;
	height: 13px;
    background: url(../../image/mailbox.png) no-repeat;
    vertical-align:middle;
    margin-right:2px;
}
.head .ul_list li a:hover .mailbox{
	background: url(../../image/mailbox.png) no-repeat 0 -14px;
}
.box_search{
	background: #f0f0f0;
	height: 38px;
	border-radius: 50px;
	float: right;
	overflow: hidden;
	padding: 0 10px 0 20px;
	margin-top: 7px;
	margin-right: 20px;
}
.box_search input{
   float: left;
   background: none;
   border: none;
   outline: 0 none;
   height: 38px;
   line-height: 38px;
   width: 180px;
}
.box_search .search_ico{
  float: left;
  width: 26px;
  height: 26px;
  background: url(../../image/search.png) no-repeat;
  margin-top: 5px;
}
/*头部logo*/
.head_logo{
	background: #eeeeee;
	height: 144px;	
	width: 100%;
	overflow: hidden;
}
.head_logo .i_l{
	float: left;
	width: 833px;
	display: block;
	height: 144px;
}
.head_logo .i_r{
	float: right;
	width: 365px;
	display: block;
	height: 144px;
}
/*头部导航*/
.head_nav{
	height: 60px;
	background: #288b21;
}
.head_nav .o_ul{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.head_nav .o_ul li{
	zoom: 1;
	display: block;
	display: inline-block;
	width: 110px;
	line-height: 60px;
	font-size: 20px;
}
.head_nav .o_ul li a{
	text-align: center;
	display: block;
	color: #fff;
}
.head_nav .o_ul li.curr a{
	color: #96d563;
}
/*底部*/
.footer{
	background: #288b21;
	padding: 20px 0;
	margin-top: 30px;
}
.footer_logo{
	float: left;
	width: 94px;
	height: 93px;
	margin-right: 20px;
} 
.footer_logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .d_r{
	float: left;
}
.footer .d_r p{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.footer .d_r p a{
	color: #fff;
	text-decoration:underline;
	margin-right: 10px;
}