/*============================公共样式==================================*/
/*大背景*/
.content{
	/*width: 1920px;*/
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
}

/*顶部开始*/
.content>.top{
	height: 40px;
	/*border-bottom: 1px solid #e5e5e5;*/
	color: #757575;
	padding-top: 14px;
	/*line-height: 40px;*/
	background-color: #f5f5f5;
}
.top_center{
	overflow: hidden;

}
.top .date{
	/*line-height: 40px;*/
}
.top_r{
	margin-right: -2px;
}
.top_r a{
	display: inline-block;
	width: 74px;
	height: 15px;
	border-right: 1px solid #757575;
	text-align: center;
	/*margin-top: 14px;*/
}
/*头部开始*/
.bg_banner{
	width: 1200px;
	height: 240px;
	position: relative;
	/*z-index: -1;*/
}
.bg_banner ul li{
		position: absolute;
		top:0;
		left:0;
		display: none;
}
.bg_banner ul img{
	width: 1200px;
	height: 240px;
}
.logo{
	width: 342px;
	height: 99px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	top: 84px;
}

/*导航开始*/
.nav{
	height: 54px;
	background-color: #448aca;
	/*padding-left: 18px;	*/
}
.nav .fl img{
	/*vertical-align: middle;*/
	margin-top: -3px;
	margin-right: 7px;	
}
.nav li{
	float: left;
	width: 160px;
	text-align: center;
}
.nav a{
	font-size: 18px;
	line-height: 54px;
	color: #dae5f2;
}
.nav_search{
	width: 205px;
	height: 32px;
	background-color: #fbfdfe;
	border-radius: 20px;
	margin-top: 12px;
	/*border: 1px solid #fff;*/
	padding-left: 20px;
	position: relative;
	margin-right: 17px;
}
.nav_search input{
	font-size: 14px;
	line-height: 32px;
	color:#a1a1a1;
}
.nav_search i{
	display: inline-block;
	width: 45px;
	height: 30px;
	background-color: #3f8ed9;
	border-radius: 0 20px 20px 0;
	position: absolute;
	top: 1px;
	right: 1px;	
}
.nav_search img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/*区块开始*/
.section{
	background-color: #fff;
	/*height: 997px;*/
}
.section_top{
	height: 52px;
	line-height: 52px;
}
.section_top img{
	margin-left: 24px;
	margin-right: 10px;
}
.section_top span{
	font-size: 16px;
	color: #000;
}

/*底部开始*/

.blogroll{
	margin-top: 17px;
	text-align: center;
}
.blogroll div{
	display: inline-block;
	float: left;
}
.blogroll_t{
	background-color: #4099d3;
	width: 179px;
	height: 37px;
	margin-left: 5px;
	color: #fff;
	font-size: 16;
	line-height: 37px;
}
.blogroll_link img{
	padding-left: 37px;
}
.blogroll_link{
	width: 320px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin-left: 18px;
}
.aboutUS{
	height: 61px;
	background-color: #4099d3;
	color: #fff;
	font-size: 14px;
	line-height: 55px;
	margin-top: 15px;
	text-align: center;
}
.aboutUS img{
	margin-left: 10px;
}

.h_860{
	height: 400px;
}
.mb_10{
	margin-bottom: 10px;
}
.ml_3{
	margin-left: 3px;
}
.mt_24{
	margin-top: -24px;
}
.mr_19{
	margin-right: 19px;	
}