* {
	margin: 0;
	padding: 0;
}

body {
	z-index: 2;
	width: 100%
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: 0 0	vertical-align: baseline
}

p {
	max-height: 999999px;
	-webkit-text-size-adjust: none
}

em,
h1,
h2,
h3,
h4,
h5,
h6,
i {
	font-style: normal
}

img {
	display: block
}

button,
input,
input:focus {
	outline: 0;
	vertical-align: middle
}

input[type=button],
input[type=reset],
input[type=submit],
input[type=text] {
	border-radius: 0;
	-webkit-appearance: none
}

li,
ol,
ul {
	list-style: none
}

textarea {
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none
}

a {
	color: #000;
	blr: expression(this.onFocus=this.blur());
}

a,
a:link,
a:visited {
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

.w_100 {
	width: 100%
}

.h_100 {
	height: 100%
}

.m_w_100 {
	max-width: 100%
}

.m_h_100 {
	max-height: 100%
}

.of {
	overflow: hidden
}

.re {
	position: relative
}

.ab {
	position: absolute
}

.fi {
	position: fixed
}

.lt {
	float: left
}

.rt {
	float: right
}

.f_i {
	float: inherit
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearBoth {
	overflow: hidden
}

.d_il {
	display: inline-block
}

.d_b {
	display: block
}

.d_n {
	display: none
}

.opc0 {
	opacity: 0;
	filter: alpha(opacity=0)
}

.opc1 {
	opacity: 1;
	filter: alpha(opacity=100)
}

.flex {
	display: flex;
	display: -ms-flexbox
}

.trans2 {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.trans3 {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.trans4 {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.trans6 {
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

.trans8 {
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}

.trans10 {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.trans2s {
	-webkit-transition: all 2s ease;
	transition: all 2s ease
}

.transDelay1 {
	animation-delay: .1s
}

.transDelay2 {
	animation-delay: .2s
}

.transDelay3 {
	animation-delay: .3s
}

.transDelay4 {
	animation-delay: .4s
}

.transDelay5 {
	animation-delay: .5s
}

.transDelay6 {
	animation-delay: .6s
}

.transDelay7 {
	animation-delay: .7s
}

.Delay1 {
	transition-delay: .05s
}

.Delay2 {
	transition-delay: .1s
}

.Delay3 {
	transition-delay: .15s
}

.Delay4 {
	transition-delay: .2s
}

.Delay5 {
	transition-delay: .25s
}

.Delay6 {
	transition-delay: .3s
}

.Delay7 {
	transition-delay: .35s
}

.Delay8 {
	transition-delay: .4s
}

.bg {
	background-color: #f5f5f5
}


/* .active{color:#e60012!important} */

.w_50 {
	width: 50%
}

@-webkit-keyframes scaleBigToSmall {
	0% {
		-webkit-transform: scale(1.2) translate3d(0, 20%, 0);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes zdyDown {
	0% {
		-webkit-transform: scale(1);
		opacity: 0
	}
	50% {
		-webkit-transform: scale(1.3)
	}
	50%,
	to {
		opacity: 1
	}
	to {
		-moz-transform: scale(1)
	}
}

@keyframes meritXia {
	0% {
		bottom: 0px
	}
	50% {
		bottom: 13px
	}
	to {
		bottom: 0px
	}
}

@keyframes downShangHua {
	0% {
		transform: translateY(100%);
		opacity: 0
	}
	to {
		transform: translateY(0);
		opacity: 1
	}
}

.meritXia {
	-webkit-animation-name: meritXia;
	animation-name: meritXia
}

.downShangHua {
	animation-name: downShangHua
}

.zdyDown {
	-webkit-animation-name: zdyDown;
	animation-name: zdyDown
}

.scaleBigToSmall {
	-webkit-animation-name: scaleBigToSmall;
	animation-name: scaleBigToSmall;
	transform-origin: 50% 50%
}

.op {
	opacity: 0
}

.page {
	text-align: center;
	padding-top: 20px
}

.page ul {
	left: 50%;
	padding-bottom: 9pt
}

.page ul,
.page ul li {
	float: left;
	position: relative
}

.page ul li {
	right: 50%;
	margin-right: 4px;
	text-align: center
}

.page ul li a {
	color: #666;
	border: 1px solid #e1e1e1
}

.page ul li a,
.page ul li a:hover {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: 1s
}

.page ul li a:hover {
	background: #0da945;
	color: #fff;
	border: 1px solid #ccc
}

#page-dq {
	background: #0da945
}

#page-dq a {
	color: #fff;
	border: 1px solid #0da945
}

#page-dq a:hover {
	background: 0 0
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0
}

.content_padding {
	width: 96%;
	margin: 0 auto
}

.content_warp {
	background: #f5f5f5;
	width: 100%;
	padding-bottom: 20px
}

.fh {
	height: 85px;
	padding-top: 25px;
	border-top: 1px solid #eaeaea;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px
}

.fh-left {
	float: left;
	font-size: 1.6rem;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 360px
}

.fh-left,
.fh-left a {
	color: #666
}

.fh-left a:hover {
	color: #044f9f
}

.fh-right {
	float: right;
	margin-top: 6px;
	width: 9pc;
	height: 50px;
	background: #999;
	text-align: center
}

.fh-right a,
.fh-right a:hover {
	line-height: 50px;
	color: #fff;
	display: block
}

.fh-right a:hover {
	background: #044f9f;
	opacity: 1;
	transition-duration: 1s
}



.container {
}

.clearBoth {
	clear: both
}

.huiTop {
	height: 45px;
	width: 45px;
	background: #eee;
	text-align: center;
	line-height: 45px;
	position: fixed;
	bottom: 90pt;
	right: .5%;
	z-index: 4;
	cursor: pointer;
	display: none
}

.huiTop:hover {
	color: #fff;
	background: #044f9f
}

.huiTop .iconfont {
	color: #044f9f;
	font-size: 25px
}

.huiTop:hover .iconfont {
	color: #fff;
	font-size: 25px
}

@-webkit-keyframes profile {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	0%,
	to {
		opacity: 1
	}
	to {
		-webkit-transform: scale(1.1) translate3d(-3%, 5%, 0);
		transform: scale(1.1) translate3d(-3%, 5%, 0)
	}
}

@keyframes profile {
	0% {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0)
	}
	0%,
	to {
		opacity: 1
	}
	to {
		-webkit-transform: scale(1.1) translate3d(-3%, 5%, 0);
		transform: scale(1.1) translate3d(-3%, 5%, 0)
	}
}

.profile {
	-webkit-animation-name: profile;
	animation-name: profile
}

@-webkit-keyframes sDown {
	0% {
		top: 60%;
		opacity: 0
	}
	to {
		top: 50%;
		opacity: 1
	}
}

.sDown {
	-webkit-animation-name: sDown;
	animation-name: sDown
}

.content {
}

@keyframes scaleBig {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.2)
	}
	to {
		transform: scale(1)
	}
}

.lineLest {
	text-align: left
}

.v-align {
	vertical-align: middle
}

.w-mode {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
}

.family {
	font-family: "SimSun"!important
}

.bg-posi {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}