body{
	margin:0px 0px;
	padding:0px 0px;
	font-family:"微软雅黑";
	background-color:#ffffff;
	color:#444444;
}
div,ol,ul,li,dl,dt,dd,h3,p,span,hr,img,a,input,textarea{
	margin:0px 0px;
	padding:0px 0px;
	text-decoration:none;
	list-style:none;
	border:0px;
}
*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch}
*{box-sizing: border-box;}
a{
	color:#222222;
}
a:hover{
	color:#b61a0c;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
.container{
	width: 1300px;
	height: auto;
	margin: auto;
	display: table;
}
#sx_header{
	width: 100%;
	min-width: 1300px;
	min-height: 146px;
	margin: auto;
	background-color: #5e892d;
	border-bottom: 1px solid #6c923f;
}
#sx_header .logo{
	width: 570px;
	height: 90px;
	overflow: hidden;
	position:relative;
	top: 30px;
}
#sx_header .logo img{
	width:100%;
}
#sx_header .head-srh{
	width:200px;
	height:40px;
	background-color: #6e9542;
	border-radius: 15px;
	position:relative;
	top: 59px;
	right:0px;
}
#sx_header .head-srh .txt{
	width:135px;
	height:40px;
	padding:0px 5px;
	background:none;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	float: left;
	position:absolute;
	left: 15px;
}
#sx_header .head-srh  input:focus{
   outline: 0px; 
} 
#sx_header .head-srh input::placeholder {
  color:#bacbab;
}
#sx_header .head-srh input::-webkit-input-placeholder {
  color:#bacbab;
}
#sx_header .head-srh input::-moz-input-placeholder {
  color:#bacbab;
}
#sx_header .head-srh input::-ms-input-placeholder {
  color:#bacbab;
}
#sx_header .head-srh .btn{
	width:25px;
	height:25px;
	background: url(../images/search.png) no-repeat center center;
	float: right;
	position:absolute;
	top: 6px;
	right: 18px;
	cursor:pointer;
}
#sx-menu{
	width:100%;
	height:53px;
	background-color:#406810;
	border-top: 1px solid #6c923f;
	border-bottom: 1px solid #6c923f;
	z-index:99;
}
#slide{
	width:100%;
	min-width:1300px;
	height:611px;
	overflow:hidden;
}
#sx-foot{
	width: 100%;
	min-width: 1300px;
	height: 67px;
	margin-top: 45px;
	background-color: #406810;
	overflow: hidden;
	font-size: 16px;
	color: #ebebeb;
	text-align: center;
	line-height: 67px;
}