body{
	font-family: "Microsoft YaHei";
	background-color: #f2f2f2;
}
.header{
	background: url(header.png) top no-repeat;
	height: 192px;
}
ul,li,h2,h3,p{
	margin: 0;
}
a{
	color: #333333;
}
a:hover{
	color: #036eb8;
}
/*顶部*/
.top{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #333333;
}
.top-left{
	cursor: pointer;
}
.wx{
	width: 30px;
	height: 30px;
	background: url(wx.png) center center no-repeat;
}
.wx a{
	display: block;
	width: 30px;
	height: 30px;	
}
.wap{
	width: 30px;
	height: 30px;
	background: url(wap.png) center center no-repeat;
	margin-left: 10px;
	margin-right: 20px;
}
.wap a{
	display: block;
	width: 30px;
	height: 30px;
}
.search{
	width: 84px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	margin-top: 5px;
	text-align: right;
	background: url(search.png) 8px center no-repeat;
	background-color: #f19c22;
	margin-right: 20px;
	border:none;
	color:#fff;
}
.search a{
	color: #fff;
}
.search-text{
	height: 20px;
	width: 0px;
	line-height: 20px;
	margin-top: 5px;
	padding-top: 0px;
	outline: none;
	border: 1px solid #f19c22;
	padding-left: 10px;
	opacity: 0;
	filter:alpha(opacity=0);
}
.logo{
	margin-top: 40px;
}
/*导航*/
.nav{
	height: 50px;
	line-height: 50px;
	background: url(nav.png) top no-repeat;
}
.nav ul li{
	float: left;
	width: 137px;
	text-align: center;
	border-right: 1px solid #5c8cc4;
}
.nav ul li a{
	display: block;
	width: 137px;
	color: #fff;
	font-weight: normal;
	font-size: 19px;
}
.nav ul li a:hover{
	background: url(nav-hover.jpg);
	background-color: #fff;
	color: #125aae;
	font-weight: bold;
}
/*当前位置*/
.bt-bread{
	width: 100%;
	background-color: #fbfbfb;
	height: 35px;
	line-height: 35px;
}
.bread{
	width: 1100px;
	margin: 0 auto;
	background: url(bt_position_blue.png) no-repeat 5px center;
	padding-left: 30px;
	font-size: 13px;
}
.bread span{
	float: left;
}
/*主体*/
.column-left{
	width: 236px;
	height: auto;
	background-color: #fbfbfb;
	min-height: 760px;
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 0px;
}
.column-left-title{
	width: 236px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #1d79cc;
}
.column-left-title h1{
	font-size: 16px;
	color: #fff;
}
.column-left-content{
	width: 236px;
	height: auto;
}
.column-left-content ul li{
	line-height: 45px;
}
.column-left-content ul li a{
	display: block;
	width: 236px;
	height: 46px;
	background: url(bt_column_07_bj.png) no-repeat 10px center;
	padding-left: 30px;
	font-size: 15px;
	color: #333333;
}
.column-left-content ul li a:hover{
	background: url(bt_column_08_bj.png) no-repeat 10px center;
	font-size: 15px;
	color: #0783d0;
}
.selected{
	color: #0783d0 !important;
	background: url(bt_column_08_bj.png) no-repeat 10px center !important;
}
.column-right{
	width: 830px;
	height: auto;
	background-color: #fbfbfb;
	padding: 0 20px;
	min-height: 520px;
}
.column-right img{
	max-width: 600px;
	height:auto;
	}
.column-right-title{
	border-bottom: 2px solid #cdcdcd;
	height: 45px;
	line-height: 45px;
}
.column-right-title h2{
	display: inline-block;
	font-size: 16px;
	border-bottom: 2px solid #5e9fda;
	text-align: center;
	background: url(bt_title_blue.jpg) no-repeat 0 center;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 10px;
}
.column-right-content ul li{
	line-height: 45px;
	background: url(bt_prefix_d.gif) no-repeat 0 center;
	padding-left: 20px;
	border-bottom: 1px dashed #e8e8e8;
}
.column-right-content ul li a{
	font-size: 16px;
	color: #3d3d3d;
}
.column-right-content ul li span{
	font-size: 16px;
	float: right;
	color: #666666;
}


/*底部通用*/
.footer{
	height:140px;
	border-top:3px solid #20468a;
	background:url(footer.png) top no-repeat;
	}
.foot-left{
	width:360px;
	padding-top:30px;
	text-align:right;
	padding-right:70px;
	}
.foot-center{
	width:380px;
	padding-top:10px;
	}
.foot-center span{
	display:block;
	color:#d2e2ff;
	line-height:28px;
	font-size:13px;
	text-align:center;
	}
.foot-right{
	width:360px;
	padding-top:40px;
	padding-left:70px;
	}