@charset "utf-8";
body{
	margin:0px 0px;
	padding:0px 0px;
	font-family:"微软雅黑";
	background:url(../images/bg_01.jpg) no-repeat top center;
	background-color:#fff;
}
div,ol,ul,li,dl,dt,dd,h3,p,span,hr,img,a,input{
	margin:0px 0px;
	padding:0px 0px;
	text-decoration:none;
	list-style:none;
	border:0px;
}
a{
	color:#001671;
}
a:hover{
	color:#0b51c1;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#header{
	width:1220px;
	height:126px;
	margin:auto;
	background:url(../images/sx_02.jpg) no-repeat top center;
}
#header .rcon{
	width:499px;
	height:auto;
	position:relative;
	top:52px;
	right:0px;
}
#header .rcon .word{
	width:229px;
	height:40px;
	float:left;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	overflow:hidden;
}
#header .rcon .word a{
	color:#ffffff;
	margin:0 9px;
}
#header .rcon .tq{
	padding:0px 9px;
}
#header .search{
	width:244px;
	height:38px;
	float:right;
	background-color:#f9f9f9;
	border:1px solid #e7e7e7;
	position:relative;
	right:3px;
}
#header .search .txt{
	width:180px;
	height:36px;
	padding:0px 10px;
	background-color:#f9f9f9;
	font-size:14px;
	color:#cacaca;
	line-height:36px;
	position:absolute;
	top:1px;
	left:1px;
	
}
#header .search input::-webkit-input-placeholder{
	color:#cacaca;
}
#header .search input::-moz-input-placeholder{
	color:#cacaca;
}
#header .search input::-ms-input-placeholder{
	color:#cacaca;
}
#header .search .btn{
	width:20px;
	height:36px;
	float:right;
	position:absolute;
	top:1px;
	right:12px;
	background:url(../images/btn.jpg) no-repeat center;
	font-size:16px;
	color:#fff;
	line-height:36px;
}
#menu{
	width:1220px;
	height:52px;
	margin:auto;
	background:url(../images/sx_05.jpg) repeat-x top left;
}
#menu #zy-menu{
	width:100%;
	height:52px;
	margin:auto;
	position:relative;
	z-index:999;
}
#menu #zy-menu li{
	width:124px;
	_width:123px;
	height:50px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#1653b1;
	text-align:center;
	position:relative;
	cursor:pointer;
}
#menu #zy-menu .first{
	width:104px;
	height:50px;
}
#menu #zy-menu .current,#menu #zy-menu .cur{
	position:relative;
}
#menu #zy-menu .current a,#menu #zy-menu .cur a{
	color:#1653b1;
}
#menu #zy-menu li a{
	width:100%;
	height:18px;
	display:block;
	margin:16px 0px 0px;
	text-align:center;
	color:#1653b1;
	line-height:18px;
	border-left:1px solid #e1e1e1;
}
#menu #zy-menu .first a{
	border-left:0px solid #e1e1e1;
}
#menu #zy-menu li a:hover{
	color:#1653b1;
}
#menu #zy-menu li .box{
	width:100%;
	height:auto;
	display:inline-block;
	position:absolute;
	top:52px;
	left:0px;
	display:none;
	z-index:9999;
}
#menu #zy-menu li .box li{
	width:100%;
	height:48px;
	padding:0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	background-color:#efefef;
	font-size:18px;
	font-weight:normal;
	color:#282828;
	line-height:48px;
	text-align:center;
	border:0px;
	position:relative;
	top:0;
}
#menu #zy-menu li .box li a{
	width:100%;
	height:48px;
	margin:0px 0px;
	display:block;
	color:#282828;
	line-height:48px;
	border-left:0px;
}
#menu #zy-menu li .box li a:hover{
	color:#ffffff;
	background-color:#1653b1;
}
#slide{
	width:1200px;
	height:298px;
	margin:8px auto 0px;
	overflow:hidden;
}
.hiSlider{
	overflow: hidden;
	height: 298px;
	width: 1200px;
}
.hiSlider-item{
	width:1200px;
	height:298px;
	float: left;
}
.hiSlider-item img{
	width:100%;
	height:298px;
}
.hiSlider-pages,.hiSlider-title{
	position:absolute;
	z-index:3
}
.hiSlider-btn-prev,.hiSlider-btn-next{
	position:absolute;
	z-index:5;
	top:50%;
	height:30px;
	width:30px;
	margin-top:-15px;
	text-indent:-200px;
	overflow:hidden;
	opacity:.6;
	filter:alpha(opacity:60);
	display:none;
}
.hiSlider-btn-prev{
	left:10px
}
.hiSlider-btn-next{
	right:10px;
	background-position:-30px 0;
}
.hiSlider-btn-prev:hover,.hiSlider-btn-next:hover{
	opacity:1;
	filter:alpha(opacity:100)
}
.hiSlider-title{
	bottom:0;
	width:100%;
	padding:6px 0;
	color:#fff;
	text-indent:10px;
	background:rgba(0,0,0,.6);
	z-index:2;
	font:14px/2 "Microsoft YaHei",Arial,Tahoma
}
.hiSlider-pages{
	width:100%;
	height:11px;
	bottom:31px;
	text-align:center;
}
.hiSlider-pages a{
	height:10px;
	width:42px;
	margin:0 1px;
	overflow:hidden;
	font-size:0;
	background-color:#4b4e5a;
	border-top:1px solid #444846;
}
.hiSlider-pages a.active{
	background:#c8474a;
	border-top:1px solid #863938;
}
.sx-bg{
	width:100%;
	min-width:1220px;
	height:auto;
	display:table;
	margin:auto;
	background:url(../images/bg_02.jpg) no-repeat bottom center;
}
#foot{
	width:1200px;
	height:auto;
	display:table;
	margin:auto;
	padding:25px 0px;
}
#foot .fleft{
	width:780px;
	height:auto;
	padding:2px 0px 0px;
	float:left;
	font-size:15px;
	color:#ffffff;
	line-height:28px;
	position:relative;
	left:102px;
}
#foot .fright{
	width:320px;
	height:auto;
	float:right;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:25px;
}