/* css 重置 */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: 'Microsoft Yahei','SimSun';
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

input,
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #000;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.f12 {
    font-size: 12px;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.mb15 {
    margin-bottom: 15px;
}
.mr25 {
    margin-right: 25px;
}
.hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-ceter{
	text-align: center;
}
.overf{
	overflow: hidden;
}
.mt5{
	margin-top: 5px !important;
}
.mt10{
	margin-top: 10px !important;
}

.mt15{
	margin-top: 15px  !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt25{
	margin-top: 25px !important;
}
.mt30{margin-top: 30px;}
.ml5{
	margin-left: 5px !important;
}
.ml10{
	margin-left: 10px !important;
}

.ml15{
	margin-left: 15px !important;
}
.ml20{
	margin-left: 20px !important;
	}
.ml30{
	margin-left: 30px !important;
	}

.mb5{
	margin-bottom: 5px !important;
}	
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}

.mr5{
	margin-right: 5px !important;
}
.mr10{
	margin-right: 10px !important;
}
.mr15{
	margin-right: 15px !important;
}
.mr20{
	margin-right: 20px !important;
}
.mr30{
	margin-right: 30px !important;
}
.mr40{
	margin-right: 40px !important;
}
.pt5{
	padding-top: 5px !important;
}
.pt10{
	padding-top: 10px !important;
}

.pt15{
	padding-top: 15px  !important;
}
.pt20{
	padding-top: 20px !important;
}
.pt30{
	padding-top: 30px !important;
}

.pl5{
	padding-left: 10px !important;
}
.pl10{
	padding-left: 10px !important;
}

.pl15{
	padding-left: 15px !important;
}
.pl20{
	padding-left: 20px !important;
	}
.pl30{
	padding-left: 30px !important;
	}

.pb5{
	padding-bottom: 5px !important;
}	
.pb10{
	padding-bottom: 10px !important;
}
.pb15{
	padding-bottom: 15px !important;
}
.pb20{
	padding-bottom: 20px !important;
}

.pr5{
	padding-right: 5px !important;
}
.pr10{
	padding-right: 10px !important;
}
.pr15{
	padding-right: 15px !important;
}
.pr20{
	padding-right: 20px !important;
}
.f14{
	font-size: 14px;
}
.middle{
	vertical-align: middle;
}
html,body{height:100%;}
.w1120{width:1120px; margin-left: auto; margin-right:auto;}
.w958{width:958px; margin-left: auto; margin-right:auto; border:1px solid #ccc; min-height: 400px;}
.wrapper{ position:relative; min-height:100%; height:auto !important;width:100%;overflow: hidden;}
.header{
	height: 120px;
	width: 100%;
	background-color: #234a8b;
}
.banner{
	display: block;
	position: relative;
	z-index: -1000;
}
.nav{
	background-color: #234A8B;
	height: 45px;
	margin-top: -35px;
}
.nav li a{
	color: #fff;
	font-size: 18px;
	float: left;
	width: 186px;
	text-align: center;
	line-height: 45px;
	background: url(/Images/web_images/nav-border.jpg) right center no-repeat;
}
.nav li a:hover{
	opacity: 0.5;
}
.nav li a.borderNo{
	background: none;
	padding-right: 3px;
}
.nav li .navActive{
	background-color: #092c65 !important;
}
/*.footer{
	width: 100%;
	/*height: 80px;*/
	/*background-color: #234A8B;*/
	/*color: #FFFFFF;*/
	font-size: 12px;
	/*text-align: center;*/
	position: absolute;
	bottom: 0;
	line-height: 25px;
}*/
.activeB span{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.bottom-paging{
	position: absolute;
    text-align: center;
    height: 50px;
    line-height: 50px;
    bottom: 0px;
    width: 100%;
}
.pagingNum-item{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	background: #dfdfdf;
}
.pagingNum-item.active{
	background: #234A8B;
	color:#fff;
}
.pagingNum-item.active a{
	
	color:#fff;
}
.next-page,.pre-page{
	display: inline-block;
	line-height: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
