﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
body{background:#fff;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#000;
	-webkit-text-size-adjust:none;
}
ol,ul{list-style:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
input[type="submit"],input[type="reset"],input[type="button"]{-webkit-appearance:none;}/*去除input默认样式*/
input,textarea,select{outline:0;resize:none;}
img{vertical-align:middle;}
a{color:#000;text-decoration:none;}
a:hover{color:#1a479c;text-decoration:none;}
.f_left{float:left;}
.f_right{float:right;}	
.clear{clear: both;}
.w_1000{
	width:1000px;
	margin:0 auto;
	margin-top:20px;
}

/*顶部*/
.top_back{
	width:100%;
	height:40px;
	border-bottom:#eaeaea solid 1px;
}
.top_cont{
	width:1000px;
	height:40px;
	line-height:40px;
	margin:0 auto;
}
.top_cont a{
	margin:0 10px;
}

/*logo*/
.logo_cont{
	width:1000px;
	height:110px;
	margin:0 auto;
	position:relative;
}
.logo{
	position:absolute;
	left:0px;
	top:15px;
}
.search{
	width:270px;
	height:38px;
	border:#ebebeb solid 1px;
	position:absolute;
	right:0px;
	top:35px;
	border-radius:20px;
}
.search .sear_but{
	width:42px;
	height:40px;
	background:url(../images/sear_but.gif) no-repeat;
	border:none;
	position:absolute;
	right:0px;
	top:-1px;
	cursor:pointer;
}
.search .sear_text{
	width:200px;
	position:absolute;
	left:15px;
	top:10px;
	border:none;
}
/*导航*/
.nav_back{
	width:100%;
	height:45px;
	background:#067fc8;
	position:relative;
	z-index:10;
}
.nav_cont{
	width:1000px;
	height:45px;
	margin:0 auto;
}
.nav_cont li{
	width:180px;
	height:45px;
	float:left;
	font-size:16px;
	line-height:45px;
	color:#fff;
	background:url(../images/nav_li.gif) no-repeat right center;
	text-align:center;
	padding:0 9px;
	position:relative;
}
.nav_cont li:last-child{
	background:none;
}
.nav_cont li a{
	color:#fff;
}
/*尾部*/
.bottom_back{
	width:100%;
	background:#067fc8;
	color:#fff;
	margin-top:20px;
}
.copyright{
	width:100%;
	height:70px;
	text-align:center;
	font-family:"宋体";
	color:#83bfe4;
	line-height:70px;
}
/*焦点图*/
.focus{
	position:relative;
	height:300px;
	overflow:hidden;
}
.focus li{
	width:100%;
	height:300px;
}
.focus li a{
	width:100%;
	height:100%;
	display:inline-block;
}
.focus  .flex-control-nav {
	height:10px;
	position: absolute;
	bottom:15px;
	left:47%;
}
.focus  .flex-control-nav li{
	width:12px;
	height:12px;
	margin:0 4px;
	float:left;
}
.focus  .flex-control-nav  a{
	width:12px;
	height:12px;
	display: block;
	background:#d2d2d2;
	text-indent:-9999px;
	border-radius:50%;
}
.focus .flex-control-nav  a.flex-active{
	background:#067fc8;
}
/**/
.right_side{
	border:#c2d1d4 solid 1px;
	border-radius:3px;
}
.postion{
	height:50px;
	background:url(../images/title2.gif) no-repeat;
	line-height:50px;
	padding:0 15px;
	font-family:"宋体";
}
.postion .pos_title{
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#067fc8;
}
.postion .pos_title i{
	font-size:12px;
	color:#98a1a6;
	font-weight:400;
	font-style:normal;
	margin-left:5px;
}
/*翻页*/
.page{
	text-align:center;
	padding:20px 0;
}
.page a{
	border:#e4e4e4 solid 1px;
	display:inline-block;
	margin:0 5px;
	padding:4px 10px;
}
.page .sel_a{
	background:#2991d5;
	color:#fff;
	border:#2991d5 solid 1px;
}