body{
	font-family: "Microsoft YaHei";
	background: #f4f4f4;
}
header{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 35px;
	background: #fff;
	border: 1px solid #d8d8d8;
	position: relative;
}
header img{
	width: 170px;
}
header .en{
	position: absolute;
	right: 15px;
	font-size: 16px;
	top: 1px;
	color: #666;
}
h2{
	margin: 0;
}
a:focus{
	text-decoration: none;
}
ul,li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.row{
	margin: 0;
}
/* 轮播图 */
.slidebar .carousel-indicators{
	bottom: 5px;
	margin: 0;
	left: 20%;
}
/* 菜单栏 */
.menu{
	width: 100%;
	height: 100%;
	background: #fff;
	padding-bottom: 10px;
}
.menu .col-xs-3{
	padding: 0;
	text-align: center;
	height: 100%;
	padding: 17px 0px 0px;
}
.menu .menu_icon{
	padding: 0px 38%;
}
.menu .col-xs-3 img{
	width: 100%;
}
.menu .col-xs-3 h2{
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
/* 新闻中心 */
.news{
	margin-top: 10px;
	background: #fff;
	padding: 15px 10px 1px;
}
.news .news_title{
	color: #000;
}
.news .news_title h2{
	font-size: 1.7rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
}
.news .news_content{
	margin-top: 1rem;

}
.news .news_content ul li a{
	display: block;
	overflow: hidden;
	position: relative;
}
.news .news_content .news_content_topic_title{
	float: left;
	width: 70%;
}
.news .news_content .news_content_topic_title h2{
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
	width: 100%;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .news_content .news_content_topic_title span{
	position: relative;
	top: 20px;
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.news .news_content .news_content_topic_img{
	float: right;
	width: 27%;
}
.news .news_content hr{
	margin: 0;
	margin: 10px 0px; 
	background-color: #e6e6e6;
}
.news .news_content .news_content_other{
}
.news .news_content .news_content_other a h2{
	margin: 0;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
	line-height: 22px;
}
.news .news_content .news_content_other a span{
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 10px;
	display: block;
}
.news .news_more{
	padding: 5px 0px 10px;
	text-align: center;
}
.news .news_more h2{
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #d22819;
}

/* 底部栏 */
footer{
	padding: 0px 10px;
}
footer .link h2{
	margin: 14px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}
footer .link hr{
	margin: 0;
	margin-bottom: 10px;
	background-color: #cccccc;
	border-top: 1px solid #cccccc;
}
footer .link ul{
	text-align:justify; 
	padding: 0px 10px;
}

footer .link ul li a{
	display: inline;
	padding: 0px 10px;
	font-size: 1.3rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 1px;
	color: #333333;
}
footer .address{
	padding: 0px 10px;
	text-align: center;
	margin: 15px 0px 15px;
}
footer .address p{
	margin: 0;
	font-size: 1.0rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
}