/*
  ibw.cn Reset Stylesheet
  Edited by Jue
  Copyright (c) 2016 ibw
 */

@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font: 12px/1.5 微软雅黑, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, i, var {
	font-style: normal;
}
ul, ol {
	list-style: none;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
section, article, aside, header, footer, nav, dialog, figure {
	display: block;
}
figure {
	margin: 0;
}
/*button, input, select, textarea {
	font-size: 100%;
	border: 0;
	background: none;
	outline: none;
}*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
*zoom:1;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a {
	text-decoration: none;
	outline: none; /*transition-duration: 0.3s, 0.3s;*/
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.fn {
	float: none;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.noBg {
	background: none !important;
}
.noBorder {
	border: none !important;
}
.noMg {
	margin: 0!important;
}
.mr0 {
	margin-right: 0 !important;
	float: right !important;
}
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

/*Body*/
body {
	margin: 0 auto;
	overflow-x: hidden;
	background: #fff;
	color: #555;
}
area {
anything:expression(this.onfocus=this.blur);
}
a {
	color: #555;
	transition: all 0.5s ease 0s;
}
a:hover {
	color: #32a4cc;
}
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.welcome {
	background: #0082cd;
	font-size: 14px;
	color: #fff;
}
.welcome .p1 {
	float: left;
	line-height: 39px;
	background: url(../img/wel01.jpg) no-repeat center left;
	padding-left: 55px;
}
.welcome .p2 {
	float: right;
}
.welcome .p2 a {
	display: inline-block;
*display:inline;
	zoom: 1;
	color: #fff;
	width: 106px;
	text-align: center;
	line-height: 39px;
	border-left: 1px solid #006ba9;
}
.welcome form {
	float: right;
	background: #fff;
	width: 190px;
	border-radius: 10px;
	overflow: hidden;
	margin: 8px 10px 0 0;
}
.welcome form .txt {
	float: left;
	width: 160px;
	padding-left: 10px;
	height: 23px;
	font-size: 12px;
}
.welcome form .btn {
	float: left;
	width: 25px;
	height: 23px;
	background: url(../img/form.jpg) no-repeat center;
	cursor: pointer;
	border:0;
}
.logo {
	float: left;
}
.nav {
	float: right;
}
.nav ul li {
	position: relative;
	float: left;
	width: 115px;
	text-align: center;
}
.nav ul li .a1 {
	display: block;
	width: 115px;
	height: 121px;
	line-height: 121px;
	font-size: 16px;
}
.nav ul li:hover .a1, .nav .current .a1 {
	color: #ff2a2a;
}
.nav .sub {
	position: absolute;
	top: 121px;
	display: none;
	z-index: 999;
}
.nav .sub {
	background: #fff;
}
.nav .sub dt {
	width: 115px;
	text-align: center;
	padding: 10px 0;
}
.nav .sub dt a {
	color: #000;
}
.nav .sub dt:hover {
	background: #0082cd;
}
.nav .sub dt:hover a {
	color: #fff;
}
.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.banner .bd {
	position: relative;
	left: 50%;
	width: 1920px;
	margin: 0 0 0 -960px;
	text-align: center;
	overflow: hidden;
}
.banner .wrap {
	position: relative;
}
.banner .hd {
	position: absolute;
	bottom: 20px;
	width: 1200px;
	text-align: center;
	z-index: 999;
}
.banner .hd ul {
	display: inline-block;
*display:inline;
	zoom: 1;
}
.banner .hd li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 100%;
	text-indent: -9999em;
	background: #fff;
	cursor: pointer;
}
.banner .hd li.on {
	background: #0082cd;
}
.footArea {
	background: #ececec;
	padding: 30px 0;
}
.footArea dl {
	float: left;
	width: 115px;
	margin-right: 10px;
	text-align: center;
}
.footArea dl dt {
	font-size: 16px;
	color: #535353;
	padding-bottom: 22px;
	border-bottom: 1px solid #d2d1d1;
	margin-bottom: 23px;
}
.footArea dl dd {
	line-height: 23px;
}
.footArea dl dd a {
	color: #535353;
}
.footArea dl dd a:hover {
	color: #0082cd;
}
.foot01 {
	float: right;
}
.code {
	float: right;
	width: 133px;
	margin-right: 30px;
}
.code p {
	text-align: center;
	margin-top: 5px;
}
.tail {
	background: #1354a8;
	padding: 18px 0;
	color: #9ea4b6;
}
.tail a {
	color: #9ea4b6;
}
.tail a:hover {
	color: #000;
	text-decoration: underline;
}
.tail .p1 {
	float: left;
	margin-left: 100px;
}
.tail .p2 {
	float: right;
	margin-right: 100px;
}
.back-to {
	position: fixed;
	_position: absolute;
_top: expression(eval(document.documentElement.scrollTop)+400);
	bottom: 110px;
	right: 50%;
	margin-right: -670px;
	display: none;
	z-index: 999;
}
.back-to .back-top {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../img/top.png) no-repeat;
	outline: 0 none;
	text-indent: -9999em;
	overflow: hidden;
}
.back-to .back-top:hover {
	background-position: 0 0;
}
/* 在线QQ模块 */
#m-woo-panel {
	position: fixed;
	right: 0;
	top: 30%;
	width: 152px;
	padding: 5px;
	z-index: 99999;
}
#m-woo-panel .g-hd {
	position: relative;
}
#m-woo-panel .g-hd h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}
#m-woo-panel .g-bd {
	padding: 10px 0;
}
/* 客服咨询 */
.m-im {
	padding: 0 10px 2px;
}
.m-im li {
	margin: 0 0 8px;
	border-radius: 4px;
	line-height: 24px;
	text-align: left;
}
.m-im li a {
	display: block;
	padding: 2px 0 2px 45px;
}
/* 关闭按钮 */
.u-close {
	position: absolute;
	top: -15px;
	right: -5px;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 999px;
	overflow: hidden;
}
/* 控制按钮 */
.m-console {
	position: absolute;
	top: -1px;
	left: -35px;
	width: 35px;
	height: 208px;
	cursor: pointer;
}
/* 电话 */
.g-tel {
	padding: 5px 10px 15px;
	font-size: 14px;
}
.g-tel span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #ef0000;
	font-weight: bold;
}
/* 二维码 */
.g-rqcode {
	line-height: 30px;
	text-align: center;
}
/* 白色 */
.u-woo-white {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}
/* 客服咨询 */
.u-woo-white .m-im li {
	border: 1px solid #ddd;
	background: url(../img/k_14.jpg) no-repeat 20px center #fff;
}
.u-woo-white .m-im li a {
}
/* 控制按钮 */
.u-woo-white .m-console {
	background: url(../img/mod-qq-console.png) no-repeat;
}
/* 关闭按钮 */
.u-woo-white .u-close {
	background: url(../img/mod-qq-close.png) no-repeat;
}







.pages {
	display: block;
    width:100%;
	clear: both;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin:40px auto 0px auto;
}
/*分页*/
.k_pagelist {
	clear: both;
	display: table;
	float: left;
	line-height: 30px;
	text-align: left;
	width: 100%;
}
.k_pagelist em {
	background: #f90;
	border: 1px solid #f90;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0 1px;
	padding: 2px 4px;
}
.k_pagelist strong {
	border: 1px solid #E7E7E7;
	color: #C51E17;
	font-size: 12px;
	margin: 0 1px;
	padding: 2px 8px;
}
.k_pagelist a {
	border: 1px solid #E7E7E7;
	font-size: 12px;
	margin: 0 1px;
	padding: 2px 8px;
}
/*搜索*/
.k_search {
	display: block;
	width: 100%;
}
.k_search p {
	display: block;
	line-height: 25px;
	font-size: 12px;
	color: #333;
	width: 100%;
}
.k_search h3 {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #FF9900;
}
.k_search p span {
	color: #FF0000;
}


.reda{ color:#C00;}