@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "微软雅黑", "宋体", "黑体";
}
div {
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
/*顶部底部css*/
.head {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}
.head .main {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}
.head .main .solarbe_logo {
	float: left;
}
.head .main .solarbe_nav {
	float: right;
	margin-top: 14px;
	display: inline;
}
.head .main .solarbe_nav li {
	float: left;
	padding: 0px 10px;
	display: inline;
	line-height: 12px;
*line-height:14px;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	border-right: 1px solid #ddd;
}
.head .main .solarbe_nav li a {
	color: #000;
}
.head .main .solarbe_nav li a:hover {
	text-decoration: underline;
}
/*底部样式*/
.solarbe_bottom {
	text-align: center;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	line-height: 20px;
	padding: 0px 0px 10px 0;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}
.solarbe_bottom .footLink {
	line-height: 40px;
}
.solarbe_bottom a {
	color: #000;
}
.solarbe_bottom a:hover {
	text-decoration: underline;
}
.footer_b {
	margin-top: 10px;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content .bg {
	background-color: #d6e2ea;
	padding: 50px;
}
.content .bg2 {
	background-color: #f2f2f2;
	padding: 50px 75px;
	overflow: hidden;
}
.content .bg2 .text {
	float: right;
	width: 450px;
	margin-top: -10px;
}
.content .bg2 .text li {
	font-size: 14px;
	line-height: 40px;
	color: #000;
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content .bg2 .text li a {
	color: #000;
}
.content .bg2 .text li a:hover {
	color: #648e14;
}
.content .tab {
	overflow: hidden;
}
.content .tab li {
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background-color: #474d56;
	margin-right: 10px;
	padding: 0 20px;
	display: inline;
}
.leader {
	overflow: hidden;
}
.leader img {
	float: left;
}
