html,
body {
  min-width:1200px;
  font-family: "Microsoft YaHei UI", "微软雅黑", "PingFang SC";
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px;
}

/* ======= Header ======= */
.header{
	height: 320px;
	background-color: #d3190d;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/banner.png);
	}
.header .banner {
	height: 260px;
	position: relative;
	display: block;
}
.header .banner a.toplink {
	margin-top: 20px;
	line-height: 60px;
	right: 17px;
	width: 360px;
	position: absolute;
	display: block;
	text-decoration: none;
}

.container{
	width: 1200px;
	margin: 0px auto;
}

.nav {
}

.nav .menu {
	width: 1000px;
	margin: 0 auto;
	line-height: 60px;
	
}
.menu a {
	display: block;
	width: 166px;
	float: left;
	text-align: center;
	font-size: 20px;
	border-bottom-color: #00518e;
	padding-top: 4px;
	line-height: 56px;
}

.menu a:link , .menu a:visited{
	text-decoration: none;
	color: #ffe0a9;
}

.menu a.cur:link ,.menu a.cur:visited{
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background-image: url(../images/menu_bk.png);
}

.menu a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/menu_bk_hover.png);
}



.fpage{
	padding: 40px 0px 0px 0px;
}

a:link,a:visited{
	color: #444;
	text-decoration:none;
	}
a:hover {
	text-decoration: none;
	color: #e5000d;
}
a:focus {
  text-decoration: none;
}
	
.lanmu_t1{
	display: block;
	position: relative;
	height: 46px;
	border-bottom: 1px solid #e5000d;
}
.lanmu_t1 .icon_image{
	position: absolute;
	left: 20px;
	top: -1px;
}
.lanmu_t1 span.iconfont{
	font-size: 22px;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 10px;
}
.lanmu_t1 .txt{
	font-size: 30px;
	color: #333;
	padding-left: 105px;
	line-height: 32px;
	padding-top: 16px;
	display: block;
	width: 140px;
	background-color: #fff;
	margin: 0 0 -1px 0;
}
.lanmu_t1 a.more{
	display: block;
	font-size: 14px;
	padding: 7px 20px;
	text-decoration: none;
	color: #999;
	position:absolute;
	right: 7px;
	top: 7px;
}
.lanmu_t1 a.more:hover{
	color: #e5000d;
	background-color: #f8f8f8;
	border-radius: 4px;
}



.col_home{
	margin-bottom: 40px;
}
.home_l{
	display: block;
	float: left;
	width: 588px;
}

.home_r{
	display: block;
	float: right;
	width: 588px;
}
.gray_outer{
	border:1px solid #d3d3d3;
}

.news_area{
	margin: 10px;
}

ul.info_list{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
ul.info_list li{
	list-style:none;
	line-height: 36px;
}
ul.info_list li:hover{
	background-color: #f4f4f4;
}
ul.info_list li a{
	text-decoration: none;
	display: block;
	width: 460px;
	float: left;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 26px;
	background-image: url(../images/dot_red.png);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.info_list li .date{
	font-size: 13px;
	font-family: Tahoma, Verdana;
	width: 70px;
	text-align: center;
	display: block;
	float: left;
	color: #666;
}


.list_page{
	padding: 40px 120px 0px 120px;
}

.list_page ul.info_list li{
	line-height: 42px;
}

.list_page ul.info_list li a{
	width: 800px;
	font-size: 18px;
}
.list_page ul.info_list li .date{
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	width: 100px;
}









.clearfix {
	clear: both;
}



.footer{
    padding: 20px 0 30px 0;
    background: #eee;
    border-top: 2px solid #e2212b;
	bottom: 0px;
	width: 100%;	
}

.footer .center{
	width: 1000px;
	margin: 0px auto;
}

.footer .center .img-1{
	display: block;
	float: left;
	margin: 12px 40px 12px 10px;
}
.footer .center .img-2{
	display: block;
	float: left;
	margin: 0px 5px;
}
.footer .center .text{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 180%;
	color: #444;
	margin: 8px 0px;
}
.footer .center .text a{
	text-decoration: none;
	color: #666;
}

.footer .center .text a:hover{
	color: #e5000d;
}
.menu a:active {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/menu_bk.png);
}
