* {
	font-family: "微软雅黑";
	outline: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

input,
img,
textarea {
	border: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body>.qing {
	min-width: 960px;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}

img,
input {
	border: 0;
}

input,
textarea,
select {
	outline: none;
}

a div,
a span {
	cursor: pointer;
}

textarea {
	resize: none;
}

button {
	border: none;
	background-color: transparent;
	outline: none;
}

/*防止textarea放大时，三个斜线被放大*/

ul li {
	list-style: none;
}

.qing {
	display: block;
	clear: both;
}

.juzhong {
	width: 1500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lf {
	display: block;
	float: left;
}

.rf {
	display: block;
	float: right;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img,
.shu12 img,
.shu14 img,
.shu16 img {
	display: inline;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.shu16 {
	line-height: 30px;
	color: #484848;
	font-size: 16px;
}

.shu14 {
	line-height: 30px;
	color: #484848;
	font-size: 14px;
}
.ab_wzkjdf.shu14 {
	line-height: 32px;
	font-size: 16px;
}
.shu12 {
	line-height: 28px;
	color: #484848;
	font-size: 12px;
}

@font-face {
	font-family: 'bases';
	src: url('../fonts/BASES.ttf');
}

.fonts {
	font-family: 'bases';
}

.top_navk {
	position: relative;
	z-index:9;
	/* overflow: hidden */
}

.pcnav .navi_content {
	width: 140px;
	display: none;
	padding: 5px 6px;
	position: absolute;
	top: 60px;
	left: calc(50% - 70px);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.pcnav .navi_content > a {
	display: block;
	text-align: center;
	padding: 9px 0;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 26px;
	font-size: 16px;
	color: #454545;
}

.pcnav .navi_content>a:hover {
	color: #2d9e64;
}

.pcnav .navi_content>a:last-child {
	border-bottom: none;
}

.pcnav .navi_content.nav-erjpc1{
	width: 200px;
	left: calc(50% - 100px);
}
/*  */
.fo-fixedk {
	height: 58px;
	background: #232522;
}

.fo-fixed {
	display: block;
	width: 100%;
	position: fixed;
	height: 58px;
	background: #232522;
	box-shadow: 0 0 10px rgba(45, 158, 100, 0.3);
	bottom: 0;
	z-index: 96;
}

.fo-fixed a {
	display: block;
	width: 33.33333%;
	float: left;
	height: 58px;
	padding-top: 6px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 16px;
	font-size: 14px;
	color: #fff;
}

.fo-fixed a:first-child {
	border-left: none;
}

.fo-fixed a img {
	height: 22px;
	margin-bottom: 0;
}

/* 手机导航 */
/*  */
#page {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.panel {
	display: none;
	width: 260px;
	color: #fff;
	padding: 0;
	border: none;
	position: relative;
	z-index: 99;
}

.panel2 {
	width: 100%;
	height: 100%;
	/* background: url(../images/navsjbg.jpg) center center no-repeat; */
	background: #2d9e64;
	background-size: cover;
	padding: 18px 0 18px 18px;
	color: #fff;
	position: relative;
	z-index: 10;
}

#close-panel-bt {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	background: rgba(255, 255, 255, 0.6);
}

#close-panel-bt2 {
	width: 32px;
	height: 32px;
	margin-right: 14px;
	float: right;
	background-color: transparent;
	background: url(../images/nav-close.png) center center no-repeat;
	background-size: cover;
}

.navd-list {
	display: block;
	position: absolute;
	width: calc(100% - 18px);
	height: calc(100% - 78px);
	overflow-y: auto;
	top: 60px;
	line-height: 57px;
	font-size: 20px;
	color: #000;
}

.navd-list li {
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navd-list li>a {
	display: block;
}

.navd-list li>a,
.navd-list li>a:visited {
	color: #fff;
}

.nav-xj {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 60px;
	background: url(../images/nav-xj.png) left center no-repeat;
	background-size: auto 60px !important;
}

.nav-erj {
	display: none;
	margin-left: 18px;
}

.nav-erj>a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 2px;
	line-height: 26px;
	font-size: 16px;
}

.nav-erj>a:last-child {
	border-bottom: none;
}

.nav-erj>a,
.nav-erj>a:visited {
	color: #fff;
}

.top-soussj {
	display: block;
	width: calc(100% - 48px);
	float: left;
	height: 60px;
	padding-right: 6px;
	line-height: 60px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	background-color: transparent;
}

.top-soussj::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.top-soucsj {
	display: block;
	float: right;
	width: 48px;
	height: 60px;
	background: url(../images/top-soubh.png) center center no-repeat;
	cursor: pointer;
}
