﻿body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	/*background-color: #f0f1f6;*/
	background-color: #f6f6f6;
	font-size: 15px;
}
.wrap{
	width: 1200px;
	margin:0 auto;
}

.news_font_color {
    color :#ff0000 !important;
}

.news_font_bold{
    font-weight:bold !important;
}
.fl{float: left;}
.fr{float: right;}
/*------头部 header-----[开始]*/
.header{
	height: 190px;
	background-color: #fff;
	box-shadow: 0 5px 6px #ecebeb;
}
.header .top{
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 13px;
	background-color: #007a41;
}
.header .top a{
	color: #fff;
}
.header .top a:hover{
	color: rgba(255,255,255,.8);
}
.header #logo{
	height: 120px;
	line-height: 120px;
	margin-top:19px;
}
.header #logo img{
	vertical-align: middle;
}
#search{
	height: 34px;
	line-height: 34px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin-top: 44px;
}
#search .text{
	float: left;
	width: 200px;
	height: 34px;
	padding:0 0 0 10px;
	border: none;
	background:none;
	color:#666;
	outline: none;
	font-size: 14px;
}
#search .button{
	cursor: pointer;
	float: right;	
	width: 18px;
	height: auto;
	margin: 6px 10px 0 0;
    border: none;
	/*background: url(../images/icon_search.png) scroll no-repeat center center;
	background-size: cover;*/
	border: none;
	outline: none;
}
/*------导航 nav-----[开始]*/
.header .nav{
	margin-top: 30px;
}
.header .nav ul li{
	float: left;	
}
.header .nav ul li a{
	color: #333;
	margin-left:21px;
}
.header .nav ul li a:hover{
	color: #007a41;
}
/*------导航 nav-----[结束]*/
/*------头部 header-----[结束]*/

.pic{
	margin-top: 20px;
}

/*------底部信息 footer------[开始]*/
.footer{
	color:#fff;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	background-color: #007a41;
    padding: 30px 0;
    line-height: 24px;
}
/*------底部信息 footer------[结束]*/









