body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

.layout{width:100%; margin:0px auto; background-color:#FFF;}
.top {
	width:100%;
	height: 20px;
	margin: 0px auto;	
}
.fl{ float:left}
.fr{ float:right}

.banner {
	width: 100%;
	height: 150px;
	margin: 0px auto;
	background-image: url(../images/top.png);background-size:cover;
	background-position:bottom center;
}
.weblogo{ width:450px; height:150px; margin:0 auto; background:url(../images/logo.png);}
.block{display:block}
.mg0{ margin:0 auto;}

.nav-item{
	background-color: #2a90da;
	height:60px;
	line-height:60px;
	width:146px;
	float:left;
	text-align:center;
	display: inline;
	position:relative; 
	color:#FFF; 
	font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; 
	font-weight:900; 
	font-size:18px;
}
.nav-item:hover{cursor:pointer; background:#6dbffa;}
.active {
	background: #6dbffa;
}
.linkbut{ width:260px; height:40px; margin-left:20px;}
.left_nav{max-width:300px; height:40px; line-height:40px; color:#FFF; border-radius:4px; background:#2a90da;}
.left_nav a{font-size:15px; font-weight:bold; color:#FFF;}
.left_nav a:hover{font-size:15px; font-weight:bold; opacity:0.8;}
.left_nav .tubiao{ padding:20px 10px 0px 15px; display:block;}

.top_all {
  text-align: center;
  position: relative;
  overflow: hidden;height: 58px;
  border-bottom:1px solid #e0e0e0;
  margin-left:15px; margin-right:15px;
}
.top_all h5 {
  border-bottom: 3px solid #4390d9;
  font-size: 18px;
  color: #f91016;
  width: 120px;
  line-height: 55px;
  text-align: center;
  height: 55px;
  overflow: hidden; 
}
.top_all span{ line-height:38px; margin:10px;}
.top_all span a{color:#999999;}
.top_all span a:hover{text-decoration:underline;}

.download{ line-height:30px; margin-left:20px;}
.download a:hover{color:#f91016; text-decoration:underline;}
.font_news{color:#585858;}
.news_dot{
	width: 6px;
	height: 6px;
	padding: 0;	
	line-height:30px;
	position: relative;
	display: inline-block;
	margin:0px 5px 3px 0px;
	background-color: #f91016;
	border-radius:3px;
	margin-bottom:_5px;*5px;
}
.title-font{
	margin-top: 25px;
	/*color:#0a64ae;*/
	color:#FFFFFF;
	font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
	font-weight:900;
}
.title-font2{
	margin-top: 0px;
	/*color:#0a64ae;*/
	color:#FFFFFF;
	font-family:"KaiTi_GB2312";
	font-weight:900;
}

@media (min-width:600px) {
	.title-font{
		font-size:40px;
	}
	.title-font2{
		font-size:20px;
	}
}

@media (max-width:600px) {
	.title-font{
		font-size:25px;
	}
	.title-font2{
		font-size:15px;
	}
}
.txt_link{font-size:18px; font-weight:bold;}