@charset "utf-8";


*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body{
	background-color: #fff;
	font: 12px/25px Arial,"Microsoft Yahei";
	color: #333;
}
article,aside,details,summary,dialog,figure,footer,figcaption,header,legend,main,menu,nav,section{ display: block;}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
ul,li{ list-style: none;}
img,table{ border: 0;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{}

label,input,select,textarea,button{
	vertical-align: middle;
	font: 12px/25px Arial,"Microsoft Yahei";
	color: #333;
}
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{ resize: none;}
:focus{ outline: 0;}


/*  
---------------------------------------------------------------------- */
.fl{ float: left;}
.fr{ float: right;}
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}

.clearfix:before,.clearfix:after{ content: ""; display: table;} 
.clearfix:after{ clear: both;} 
.clearfix{ *zoom:1; } 

.width100{ width: 100%;}
.width1200{ width: 1200px;}
.img100{
	width: 100%;
	height: auto;
}

.show{ display: block;}
.hidden{ display: hidden;}
.oh{ overflow: hidden;}

.tc{ text-align: center;}
.tl{ text-align: left;}
.tr{ text-align: right;}

.mt10{ margin-top: 10px;}
.mr10{ margin-right: 10px;}
.mb10{ margin-bottom: 10px;}
.ml10{ margin-left: 10px;}

.mt20{ margin-top: 20px;}
.mr20{ margin-right: 20px;}
.mb20{ margin-bottom: 20px;}
.ml20{ margin-left: 20px;}

.pt10{ padding-top: 10px;}
.pr10{ padding-right: 10px;}
.pb10{ padding-bottom: 10px;}
.pl10{ padding-left: 10px;}

.pt20{ padding-top: 20px;}
.pr20{ padding-right: 20px;}
.pb20{ padding-bottom: 20px;}
.pl20{ padding-left: 20px;}

.bg-fff{ background: #fff;}
.bg-f0{ background: #f0f0f0;}


.header .second-line .logo a,
.header .second-line .search input[type="button"],
.header .menu > ul > li + li:before{
	background: url(../img/sprite.png) no-repeat;
}



/* ============= header ============== */
.header .top-nav{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ececec;
}
.header .second-line{
	height: 110px;
}
.header .second-line .logo{
	margin-top: 30px;
}
.header .second-line .logo a{
	display: block;
	background-position: 0 0;
	text-indent: -9999px;
	width: 619px;
	height: 50px;
	overflow: hidden;
}
.header .second-line .search{
	width: 198px;
	height: 28px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 40px;
	position: relative;
}
.header .second-line .search input[type="text"]{
	width: 80%;
	border: 0;
	padding: 3px 10px;
}
.header .second-line .search input[type="text"]:-moz-placeholder{            color: #bbb;}
.header .second-line .search input[type="text"]::-moz-placeholder{           color: #bbb;}
.header .second-line .search input[type="text"]:-ms-input-placeholder{       color: #bbb;}
.header .second-line .search input[type="text"]::-webkit-input-placeholder { color: #bbb;}
.header .second-line .search input[type="button"]{
	display: block;
	background-position: 0 -50px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 1px;
	right: 1px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
}

/*  menu  */
.header .menu{
	background: #0079CE;
}
.header .menu > ul > li{
	float: left;
	position: relative;
	height: 60px;
}
.header .menu > ul > li + li:before{
	content: "";
	width: 1px;
	height: 7px;
	position: absolute;
	top: 26px;
	left: 0;
	background-position: -25px -50px;
}
.header .menu > ul > li > a{
	display: block;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	padding: 0 25px;
}
.header .menu > ul > li:hover a,
.header .menu > ul > li > a:hover{
	background: #0062A7;
}

.header .menu > ul > li ul{
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #0062A7;
	display: none;
	padding-bottom: 10px;
}
.header .menu > ul > li:hover ul{
	display: block;
}
.header .menu > ul > li ul li a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}
.header .menu > ul > li ul li a:hover{
	background: #0079CE;
}
	
	
/*  ===== footer ===== */
.footer{
	font-size: 14px;
	padding: 80px 0;
	line-height: 35px;
}



/*  分页  */
.hxypager {
	font-size: 14px;
	padding: 3px;
	margin: 50px auto 0 auto;
}
.hxypager a{
	font-size: 14px;
	padding: 2px 7px;
	margin: 2px;
	color: #0079CE;
}
.hxypager a:active,
.hxypager a:hover{
	color: #0079CE;
}
.hxypager .current{
	padding: 2px 7px;
	font-weight: 900;
	margin: 2px;
	color: #fff;
	background: #0079CE;
}
.hxypager .disabled{
	padding: 2px 7px;
	margin: 2px;
	color: #c1c1c1;
}
.hxypager input{
	padding:0;
	width: 30px;
	border: 1px solid #ccc;
}





