@charset "UTF-8";
/****************************** components ******************************/


.kf {
	width: 208px;
	position: fixed;
/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #F60;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}

.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}

.kf .qq li a {
	height: 36px!important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.kf .contact {
	margin-top: 1px;
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}

.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}

.kf .con .qr img {
	width: 110px;
	height: 110px;
}

.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/huidaodingbu.png) center center no-repeat#F60;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #F60;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}

.kf-side span.on {
	background: url(../images/jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}

.section {
	padding: 80px 0;
}

.container1 {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}

.yunu-link {
	padding: 20px 0;
}

.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 20px;
	color: #F60;
	padding-bottom: 15px;
}

.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.yunu-link ul {
	margin-left: -20px;
}

.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.yunu-link li a {
	font-size: 14px;
}

.text span {
	float: left;
	display: block;
	line-height: 27px;
	color: #fff;
}

.ml5 {
	margin-left: 0.05rem !important;
}

.mt5 {
	margin-top: 0.05rem !important;
}

.mr5 {
	margin-right: 0.05rem !important;
}

.mb5 {
	margin-bottom: 0.05rem !important;
}

.mg5 {
	margin: 0.05rem !important;
}

.pl5 {
	padding-left: 0.05rem !important;
}

.pt5 {
	padding-top: 0.05rem !important;
}

.pr5 {
	padding-right: 0.05rem !important;
}

.pb5 {
	padding-bottom: 0.05rem !important;
}

.pd5 {
	padding: 0.05rem !important;
}

.ml10 {
	margin-left: 0.1rem !important;
}

.mt10 {
	margin-top: 0.1rem !important;
}

.mr10 {
	margin-right: 0.1rem !important;
}

.mb10 {
	margin-bottom: 0.1rem !important;
}

.mg10 {
	margin: 0.1rem !important;
}

.pl10 {
	padding-left: 0.1rem !important;
}

.pt10 {
	padding-top: 0.1rem !important;
}

.pr10 {
	padding-right: 0.1rem !important;
}

.pb10 {
	padding-bottom: 0.1rem !important;
}

.pd10 {
	padding: 0.1rem !important;
}

.ml15 {
	margin-left: 0.15rem !important;
}

.mt15 {
	margin-top: 0.15rem !important;
}

.mr15 {
	margin-right: 0.15rem !important;
}

.mb15 {
	margin-bottom: 0.15rem !important;
}

.mg15 {
	margin: 0.15rem !important;
}

.pl15 {
	padding-left: 0.15rem !important;
}

.pt15 {
	padding-top: 0.15rem !important;
}

.pr15 {
	padding-right: 0.15rem !important;
}

.pb15 {
	padding-bottom: 0.15rem !important;
}

.pd15 {
	padding: 0.15rem !important;
}

.ml20 {
	margin-left: 0.2rem !important;
}

.mt20 {
	margin-top: 0.2rem !important;
}

.mr20 {
	margin-right: 0.2rem !important;
}

.mb20 {
	margin-bottom: 0.2rem !important;
}

.mg20 {
	margin: 0.2rem !important;
}

.pl20 {
	padding-left: 0.2rem !important;
}

.pt20 {
	padding-top: 0.2rem !important;
}

.pr20 {
	padding-right: 0.2rem !important;
}

.pb20 {
	padding-bottom: 0.2rem !important;
}

.pd20 {
	padding: 0.2rem !important;
}

.ml25 {
	margin-left: 0.25rem !important;
}

.mt25 {
	margin-top: 0.25rem !important;
}

.mr25 {
	margin-right: 0.25rem !important;
}

.mb25 {
	margin-bottom: 0.25rem !important;
}

.mg25 {
	margin: 0.25rem !important;
}

.pl25 {
	padding-left: 0.25rem !important;
}

.pt25 {
	padding-top: 0.25rem !important;
}

.pr25 {
	padding-right: 0.25rem !important;
}

.pb25 {
	padding-bottom: 0.25rem !important;
}

.pd25 {
	padding: 0.25rem !important;
}

.ml30 {
	margin-left: 0.3rem !important;
}

.mt30 {
	margin-top: 0.3rem !important;
}

.mr30 {
	margin-right: 0.3rem !important;
}

.mb30 {
	margin-bottom: 0.3rem !important;
}

.mg30 {
	margin: 0.3rem !important;
}

.pl30 {
	padding-left: 0.3rem !important;
}

.pt30 {
	padding-top: 0.3rem !important;
}

.pr30 {
	padding-right: 0.3rem !important;
}

.pb30 {
	padding-bottom: 0.3rem !important;
}

.pd30 {
	padding: 0.3rem !important;
}

.ml35 {
	margin-left: 0.35rem !important;
}

.mt35 {
	margin-top: 0.35rem !important;
}

.mr35 {
	margin-right: 0.35rem !important;
}

.mb35 {
	margin-bottom: 0.35rem !important;
}

.mg35 {
	margin: 0.35rem !important;
}

.pl35 {
	padding-left: 0.35rem !important;
}

.pt35 {
	padding-top: 0.35rem !important;
}

.pr35 {
	padding-right: 0.35rem !important;
}

.pb35 {
	padding-bottom: 0.35rem !important;
}

.pd35 {
	padding: 0.35rem !important;
}

.ml40 {
	margin-left: 0.4rem !important;
}

.mt40 {
	margin-top: 0.4rem !important;
}

.mr40 {
	margin-right: 0.4rem !important;
}

.mb40 {
	margin-bottom: 0.4rem !important;
}

.mg40 {
	margin: 0.4rem !important;
}

.pl40 {
	padding-left: 0.4rem !important;
}

.pt40 {
	padding-top: 0.4rem !important;
}

.pr40 {
	padding-right: 0.4rem !important;
}

.pb40 {
	padding-bottom: 0.4rem !important;
}

.pd40 {
	padding: 0.4rem !important;
}

.ml45 {
	margin-left: 0.45rem !important;
}

.mt45 {
	margin-top: 0.45rem !important;
}

.mr45 {
	margin-right: 0.45rem !important;
}

.mb45 {
	margin-bottom: 0.45rem !important;
}

.mg45 {
	margin: 0.45rem !important;
}

.pl45 {
	padding-left: 0.45rem !important;
}

.pt45 {
	padding-top: 0.45rem !important;
}

.pr45 {
	padding-right: 0.45rem !important;
}

.pb45 {
	padding-bottom: 0.45rem !important;
}

.pd45 {
	padding: 0.45rem !important;
}

.ml50 {
	margin-left: 0.5rem !important;
}

.mt50 {
	margin-top: 0.5rem !important;
}

.mr50 {
	margin-right: 0.5rem !important;
}

.mb50 {
	margin-bottom: 0.5rem !important;
}

.mg50 {
	margin: 0.5rem !important;
}

.pl50 {
	padding-left: 0.5rem !important;
}

.pt50 {
	padding-top: 0.5rem !important;
}

.pr50 {
	padding-right: 0.5rem !important;
}

.pb50 {
	padding-bottom: 0.5rem !important;
}

.pd50 {
	padding: 0.5rem !important;
}

.f12 {
	font-size: 0.12rem;
}

.f14 {
	font-size: 0.14rem;
}

.f16 {
	font-size: 0.16rem;
}

.f18 {
	font-size: 0.18rem;
}

.f20 {
	font-size: 0.2rem;
}

.f22 {
	font-size: 0.22rem;
}

.f24 {
	font-size: 0.24rem;
}

.f26 {
	font-size: 0.26rem;
}

.f28 {
	font-size: 0.28rem;
}

.f30 {
	font-size: 0.3rem;
}

.f32 {
	font-size: 0.32rem;
}

.f34 {
	font-size: 0.34rem;
}

.f36 {
	font-size: 0.36rem;
}

.lh20 {
	line-height: 0.2rem;
}

.lh22 {
	line-height: 0.22rem;
}

.lh24 {
	line-height: 0.24rem;
}

.lh26 {
	line-height: 0.26rem;
}

.lh28 {
	line-height: 0.28rem;
}

.lh30 {
	line-height: 0.3rem;
}

.lh32 {
	line-height: 0.32rem;
}

.lh34 {
	line-height: 0.34rem;
}

.lh36 {
	line-height: 0.36rem;
}

.lh38 {
	line-height: 0.38rem;
}

.lh40 {
	line-height: 0.4rem;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix, .container:after,
.row:after,
.center,
.fl_box,
ul {
	*zoom: 1;
}

.clearfix:after, .container:after,
.row:after,
.center:after,
.fl_box:after,
ul:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.fl_box > * {
	float: left;
}

.content img {
	max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
	box-sizing: content-box;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.vab {
	vertical-align: bottom;
}

.block {
	display: block;
}

.iblock {
	display: inline-block;
}

.posr {
	position: relative;
}

.posa {
	position: absolute;
}

.posf {
	position: fixed;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.flex_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* start-----新闻详情-----start */
.introduction {
	margin-bottom: .2rem;
	border: 1px solid #e5e5e5;
	padding: .05rem;
	background-color: #f5f5f5;
	color: #868686;
	line-height: .22rem;
}

.news_title {
	text-align: center;
	margin-top: .3rem;
}

.news_title h1 {
	font-size: .16rem;
	color: #434343;
	font-weight: bold;
}

.news_title p {
	padding-top: .1rem;
}

.news_title p span {
	padding: 0 .03rem;
}

/* end-----新闻详情-----end */
/* loadmore-----列表分页-----loadmore */
@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%);
	}

	10% {
		opacity: .5;
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%);
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%);
	}

	10% {
		opacity: .5;
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%);
	}
}

.load_more {
	position: relative;
	width: 90%;
	margin: 0 auto;
	transition: all .3s;
}

.load_more .la-ball-fall {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -9px;
	opacity: 0;
	visibility: hidden;
	cursor: not-allowed;
}

.load_more .la-ball-fall.la-sm {
	margin-left: -18px;
	margin-top: -4px;
}

.load_more .la-ball-fall.la-2x {
	margin-left: -72px;
	margin-top: -18px;
}

.load_more .la-ball-fall.la-3x {
	margin-left: -108px;
	margin-top: -27px;
}

.load_more .load_more_btn {
	border: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 2em;
	border-radius: 2em;
	background-color: #00a2e9;
	transition: background-color 0.2s;
	outline: none;
}

.load_more .load_more_btn:hover {
	background-color: #1dbaff;
}

.load_more .load_more_btn[disabled] {
	color: transparent;
	opacity: .6;
	cursor: not-allowed;
}

.load_more .load_more_btn[disabled] ~ .la-ball-fall {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.la-ball-fall {
	display: block;
	font-size: 0;
	color: #fff;
}

.la-ball-fall, .la-ball-fall > div {
	position: relative;
	box-sizing: border-box;
}

.la-ball-fall.la-dark {
	color: #333;
}

.la-ball-fall > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-fall 1s ease-in-out infinite;
	animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
	-webkit-animation-delay: -300ms;
	animation-delay: -300ms;
}

.la-ball-fall > div:nth-child(2) {
	-webkit-animation-delay: -200ms;
	animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(3) {
	-webkit-animation-delay: -100ms;
	animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-fall.la-sm > div {
	width: 5px;
	height: 5px;
	margin: 2px;
}

.la-ball-fall.la-2x > div {
	width: 20px;
	height: 20px;
	margin: 8px;
}

.la-ball-fall.la-3x > div {
	width: 30px;
	height: 30px;
	margin: 12px;
}

/* loadmore-----列表分页-----loadmore */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
  /* 1 */
	-ms-text-size-adjust: 100%;
  /* 2 */
	-webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
  /* 1 */
	height: 0;
  /* 1 */
	overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
  /* 1 */
	font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
  /* 1 */
	-webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
  /* 1 */
	text-decoration: underline;
  /* 2 */
	text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
  /* 1 */
	font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
  /* 1 */
	color: inherit;
  /* 2 */
	display: table;
  /* 1 */
	max-width: 100%;
  /* 1 */
	padding: 0;
  /* 3 */
	white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
  /* 1 */
	vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
  /* 1 */
	padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
  /* 1 */
	outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
  /* 1 */
	font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
	color: #333;
	font-size: 14px;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
ol {
	list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
	cursor: pointer;
}

a {
	color: inherit;
	color: expression(this.parentNode.currentStyle.color);
	text-decoration: none;
}

a:focus, a:active, a:hover {
	outline: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

small {
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	.col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
	font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
	color: #5a5a5a;
	font-size: 12px;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
}

.head_top {
	height: 30px;
	background: #333;
	overflow: hidden;
}

.head_top p {
	text-align: right;
	display: block;
	line-height: 27px;
}

.head_top p a {
	font-size: 12px;
	color: #fff;
	line-height: 100%;
	border-left: 1px solid #fff;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding-left: 5px;
	margin-left: 5px;
}

.head_top p a:first-child {
	border-left: none;
}

.head_nav {
	width: 100%;
	height: 100px;
	background: #fff;
	overflow: hidden;
}

.head_nav .logo {
	padding-top: 16px;
}

.head_nav .logo img {
	height: 68px;
	float: left;
}

.head_nav .logo p {
	font-size: 22px;
	color: #4AB344;
	float: left;
	line-height: 78px;
	margin-left: 15px;
}

.head_nav .logo p span {
	font-size: 22px;
	color: #333;
}

.nav {
	height: 100px;
}

.nav ul li {
	height: 50px;
	float: left;
	margin-left: 44px;
}

.nav ul li:first-child {
	margin-left: 0;
}

.nav ul li a {
	width: 100%;
	line-height: 98px;
	text-align: center;
	font-size: 18px;
	color: #333;
	display: block;
}

.nav ul li a:hover {
	color: #F60;
	border-bottom: 2px solid #F60;
}

.nav ul li a.active {
	color: #F60;
	border-bottom: 2px solid #F60;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .slideBox {
	width: 1920px;
	height: 620px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	position: relative;
}

.banner .slideBox .prev {
	background: url(../images/le.png) no-repeat center;
	width: 65px;
	height: 123px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 100;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	margin-top: -45px;
	cursor: pointer;
}

.banner .slideBox .next {
	background: url(../images/ri.png) no-repeat center;
	width: 65px;
	height: 123px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 10%;
	z-index: 100;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	margin-top: -45px;
	cursor: pointer;
}

.banner .slideBox .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 16px;
	overflow: hidden;
	height: 18px;
	z-index: 99;
}

.banner .slideBox .hd li {
	box-shadow: inset 1px 1px 1px #333;
	width: 16px;
	height: 16px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	margin: 0 3px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
}

.banner .slideBox .hd li.on {
	background: #000;
}

.banner .slideBox .bd {
	position: relative;
	z-index: 9;
}

.banner .slideBox .bd li img {
	width: 1920px;
	height: 620px;
}

.main {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.box_tit {
	width: 100%;
}

.box_tit span {
	font-size: 28px;
	color: #333;
	font-weight: 300;
	display: block;
	text-align: center;
}

.box_tit img {
	display: block;
	margin: 0 auto;
	margin-top: 8px;
}

.i_box1 {
	width: 100%;
	margin-top: 30px;
}

.i_box1_content {
	width: 100%;
	background: #fff;
}

.i_box1_content .text {
	width: 100%;
	margin-top: 40px;
}

.i_box1_content .text ul li {
	width: 122px;
	float: left;
	margin-left: 147px;
}

.i_box1_content .text ul li:first-child {
	margin-left: 0;
}

.i_box1_content .text ul li:hover .img1 {
	display: none;
}

.i_box1_content .text ul li:hover .img2 {
	display: block;
}

.i_box1_content .text ul li:hover span {
	color: #F60;
}

.i_box1_content .text ul li a img {
	width: 122px;
	height: 122px;
	display: block;
}

.i_box1_content .text ul li a .img2 {
	display: none;
}

.i_box1_content .text ul li a span {
	font-size: 18px;
	width: 122px;
	color: #333;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.more {
	width: 100%;
	margin-top: 60px;
	height: 60px;
	width: 100%;
	overflow: hidden;
}

.more .amore img {
	display: block;
	margin: 0 auto;
}

.more .amore .img2 {
	display: none;
}

.more:hover .img1 {
	display: none;
	transition: .5s;
}

.more:hover .img2 {
	display: block;
	transition: .5s;
}

.i_box2 {
	margin-top: 30px;
	background: #fafafa;
	padding: 50px 0;
}

.i_box2_content {
	width: 100%;
}

.i_box2_content .text {
	width: 100%;
	margin-top: 50px;
}

.i_box2_content .text .fl {
	width: 600px;
}

.i_box2_content .text .fl img {
	width: 600px;
	height: 646px;
}

.i_box2_content .text .fr {
	width: 685px;
	background: #fff;
	height: 530px;
	margin-top: 58px;
	margin-left: -85px;
}

.i_box2_content .text .fr .list {
	width: 100%;
	padding-top: 35px;
}

.i_box2_content .text .fr .list ul li.didi {
	float: left;
	height: 100px;
}

.i_box2_content .text .fr .list ul li {
	float: left;
	height: 160px;
}

.i_box2_content .text .fr .list ul li img {
	width: 86px;
	margin-left: -43px;
	float: left;
	margin-right: 40px;
}

.i_box2_content .text .fr .list ul li p {
	float: left;
	padding-top: 10px;
	width: 580px;
}

.i_box2_content .text .fr .list ul li p i {
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	color: #555;
	display: block;
}

.i_box2_content .text .fr .list ul li p span {
	font-size: 16px;
	color: #888888;
	display: block;
	margin-top: 10px;
	float: initial;
}
.enxz .i_box2_content .text .fr .list ul li p span{font-size: 13px;margin-top: 5px;line-height: 18px;}
.xjj  .i_box2_content .text .fr .list ul li p span{ margin-top: 5px;line-height: 22px;}
.i_box3 {
	padding: 50px 0;
}

.i_box3_content {
	width: 100%;
}

.i_box3_content .list {
	width: 100%;
	margin-top: 15px;
}

.i_box3_content .list ul li {
	width: 282px;
	float: left;
	margin-left: 24px;
}

.i_box3_content .list ul li:first-child {
	margin-left: 0;
}

.i_box3_content .list ul li a {
	display: block;
}

.i_box3_content .list ul li .imgauto {
	width: 282px;
	height: 282px;
	overflow: hidden;
	padding: 5px;
	border: 5px solid #eee;
}

.i_box3_content .list ul li span {
	font-size: 18px;
	color: #333;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
}

.i_box3_content .list ul li p {
	color: #333;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 5px;
}

.i_box3_content .list ul li i {
	background: #F60;
	width: 50px;
	margin: 0 auto;
	display: block;
	height: 2px;
	margin-top: 20px;
}

.i_box3_content .list ul li:hover span {
	color: #F60;
}

.i_box3_content .list ul li:hover i {
	width: 100%;
}

.i_box4 {
	width: 100%;
	padding: 50px 0;
	background: url(../images/bg1.jpg) no-repeat center;
}

.i_box4 .box_tit span {
	color: #fff;
}

.i_box4_content {
	width: 100%;
}

.i_box4_content .text li {
	float: left;
	height: 355px;
	margin-bottom: 20px;
}

.i_box4_content .text .fl {
	width: 522px;
	position: relative;
}

.i_box4_content .text .fl .imgauto {
	background: #fff;
	padding: 10px;
	width: 522px;
}
.i_box4_content .text .fl .imgauto img{ width:100%;}
.i_box4_content .text .fl .imgbg {
	margin: 10px;
	width: 502px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}

.i_box4_content .text .fl .imgbg .heibg {
	background: #000;
	width: 502px;
	opacity: .5;
	position: absolute;
	left: 0;
}

.i_box4_content .text .fl .imgbg img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 11;
	margin-top: 108px;
}

.i_box4_content .text .fl:hover .imgbg {
	display: block;
}

.i_box4_content .text .fr {
	width: 539px;
	float: left;
	margin-left: 50px;
	padding-top: 30px;
}

.i_box4_content .text .fr i {
	color: #fff;
	font-style: normal;
	width: 335px;
	height: 5px;
	background: #f6ea27;
	display: block;
	margin-left: -100px;
	margin-bottom: 40px;
	position: relative;
	z-index: 9;
}

.i_box4_content .text .fr p {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}

.i_box4_content .text .li2 .fl {
	float: right;
}

.i_box4_content .text .li2 .fr {
	float: left;
	margin-right: 50px;
}

.i_box4_content .text .li2 .fr i {
	margin-left: 300px;
	position: relative;
	z-index: 9;
}

.i_box4_content .text .li2 .fr p {
	text-align: right;
}

.i_box5 {
	width: 100%;
}

.i_box5_content {
	width: 100%;
	margin: 50px 0;
}

.i_box5_content .text {
	width: 100%;
	margin-top: 50px;
}

.i_box5_content .text .fl {
	width: 583px;
	position: relative;
}

.i_box5_content .text .fl .flag_new .imgauto {
	width: 583px;
	height: 258px;
}

.i_box5_content .text .fl .flag_new .time {
	width: 140px;
	height: 113px;
	background: #F60;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 10px;
}

.i_box5_content .text .fl .flag_new .pic_title {
	font-size: 16px;
	display: block;
	margin-top: 18px;
	line-height: 140%;
}

.i_box5_content .text .fl .flag_new .pic_title a {
	font-size: 16px;
	display: block;
	margin-top: 5px;
	line-height: 140%;
}

.i_box5_content .text .fl .flag_new .pic_title a:hover {
	text-decoration: underline;
	color: #F60;
}

.i_box5_content .text .fl .flag_new .time i {
	font-style: normal;
	color: #fff;
	font-size: 48px;
	text-align: center;
	display: block;
}

.i_box5_content .text .fl .flag_new .time p {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 140%;
	margin: 0;
}

.i_box5_content .text .fl .flag_new span {
	font-size: 16px;
	display: block;
	margin-top: 18px;
	line-height: 140%;
}

.i_box5_content .text .fl .flag_new span:hover {
	text-decoration: underline;
	color: #F60;
}

.i_box5_content .text .fl .flag_new p {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}

.i_box5_content .text .fl .more {
	margin-top: 20px;
}

.i_box5_content .text .fl .more img {
	margin-left: 0;
}

.i_box5_content .text .fr {
	width: 590px;
	float: left;
	margin-left: 27px;
}

.i_box5_content .text .fr li {
	float: left;
	width: 100%;
	padding-top: 35px;
	margin-bottom: 35px;
	border-top: 1px dashed #ddd;
}

.i_box5_content .text .fr li:first-child {
	border-top: none;
	padding-top: 0;
}

.i_box5_content .text .fr li .fl {
	width: 68px;
}

.i_box5_content .text .fr li .fl span {
	font-size: 48px;
	color: #888;
	text-align: center;
	display: block;
	margin: 0;
	line-height: 120%;
}

.i_box5_content .text .fr li .fl p {
	font-size: 14px;
	color: #888;
	line-height: 140%;
	margin-top: 10px;
	text-align: center;
}

.i_box5_content .text .fr li .fr {
	width: 507px;
	float: right;
	margin-left: 0;
}

.i_box5_content .text .fr li .fr a {
	font-size: 16px;
	display: block;
	margin-top: 5px;
	line-height: 140%;
}

.i_box5_content .text .fr li .fr a:hover {
	text-decoration: underline;
	color: #F60;
}

.i_box5_content .text .fr li .fr p {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.new_list {
	width: 100%;
	margin-top: 20px;
}

.new_list ul li {
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed #ededed;
	float: left;
}

.new_list ul li:hover a {
	color: #F60;
}

.new_list ul li:hover span {
	color: #F60;
}

.new_list ul li a {
	font-size: 14px;
	color: #555;
	display: block;
	line-height: 50px;
	float: left;
	padding-left: 20px;
	background: url(../images/l.png) no-repeat left center;
}

.new_list ul li span {
	font-size: 14px;
	color: #555;
	display: block;
	line-height: 50px;
	float: right;
}

.footer {
	padding: 25px 0;
	width: 100%;
	overflow: hidden;
	background: #222;
}

.foot .foot_contact {
	width: 100%;
	padding: 15px 0;
}

.foot .foot_contact ul {
	text-align: center;
}

.foot .foot_contact ul li {
	float: left;
	width: 300px;
	height: 60px;
	border-left: 1px solid #666;
	padding-top: 10px;
}

.foot .foot_contact ul li:first-child {
	border-left: none;
}

.foot .foot_contact ul li img {
	float: left;
	display: block;
}

.foot .foot_contact ul li p {
	float: left;
	margin-left: 15px;
}

.foot .foot_contact ul li p span {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #ccc;
}

.foot .foot_contact ul li p i {
	font-style: normal;
	display: block;
	text-align: left;
	font-size: 18px;
	color: #ccc;
}

.foot .foot_contact ul .li1 {
	width: 230px;
}

.foot .foot_contact ul .li2 {
	width: 350px;
	padding-left: 70px;
}

.foot .foot_contact ul .li3 {
	width: 270px;
	padding-left: 70px;
}

.foot .foot_contact ul .li4 {
	width: 590px;
	padding-left: 70px;
}

.foot .foot_nav {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	border-top: 1px solid #666;
}

.foot .foot_nav ul {
	width: 100%;
	margin-top: 20px;
}
.foot .foot_nav ul li{ display:inline;}
.foot .foot_nav ul li a {
    padding: 10px 30px;
	color: #ccc;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
}

.foot .foot_nav ul li a:hover {
	color: #F60;
}

.copyright {
	background: #fff;
}

.copyright p {
	line-height: 40px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.copyright p a {
	font-size: 14px;
	color: #333;
}

.page_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: #f2f2f2;
}

.page_banner img {
	width: 1920px;
	height: 300px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.container {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 35px;
}

.curson {
	width: 100%;
	border-bottom: 1px solid #ededed;
	height: 30px;
	margin-top: 60px;
}

.curson p {
	width: 100%;
	padding-left: 30px;
	line-height: 30px;
	background: url(../images/m.png) no-repeat left center;
}

.curson p a {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.main_l {
	width: 260px;
	position: relative;
	z-index: 9;
}

.main_l .box_title {
	width: 100%;
	height: 84px;
	background: #F60;
}

.main_l .box_title span {
	font-size: 24px;
	color: #fff;
	display: block;
	padding-left: 50px;
	line-height: 84px;
}

.main_l #promenu {
	width: 100%;
}

.main_l #promenu li {
	width: 100%;
	height: 50px;
	margin-top: 5px;
	background: #fafafa;
	border-left: 2px solid #fafafa;
}

.main_l #promenu li:hover {
	border-left: 2px solid #F60;
}

.main_l #promenu li:hover a {
	color: #F60;
}

.main_l #promenu li a {
	height: 50px;
	line-height: 50px;
	display: block;
	color: #090909;
	font-size: 18px;
	text-align: left;
	padding-left: 50px;
}

.main_l #promenu .v_list {
	display: none;
}

.main_l #promenu .v_list a {
	width: 224px;
	line-height: 30px;
	display: block;
	padding-left: 65px;
}

.main_l #promenu .v_list a.active {
	color: #1e64bc;
}

.main_r {
	width: 100%;
}

.main_r .page_tit {
	width: 100%;
	border-bottom: 1px solid #ededed;
	height: 30px;
}

.main_r .page_tit span {
	background: url(../images/shu.png) no-repeat left center;
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	line-height: 30px;
	display: block;
}

.main_r .i_box4_list li {
	margin-top: 0;
	margin-bottom: 40px;
}

.pro_list {
	margin-top: 40px;
}

.pro_list ul {
	width: 104%;
}

.pro_list ul li {
	width: 280px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	margin-right: 26px;
	margin-bottom: 26px;
}

.pro_list ul li:hover {
	border: 1px solid #F60;
}

.pro_list ul li .imgauto img {
	width: 100%;
}

.pro_list ul li span {
	font-size: 14px;
	display: block;
	text-align: left;
	line-height: 30px;
	color: #888;
	margin-top: 10px;
}

.pro_list ul li p {
	padding-left: 20px;
	background: url(../images/tim.png) no-repeat left center;
	font-size: 14px;
	color: #888;
}

.ab_cont {
	width: 100%;
	margin-top: 50px;
}

.ab_cont .fl {
	width: 724px;
}

.ab_cont .fr {
	width: 406px;
}

.ab_cont .fr img {
	width: 202px;
	height: 192px;
	float: left;
	margin: .5px;
}

.ab_cont .fr img:first-child {
	float: right;
	margin-left: 20px;
}

.hs_cont {
	margin-top: 40px;
}

.hs_cont ul {
	margin-top: 40px;
}

.hs_cont ul li {
	height: 149px;
	float: left;
	margin-bottom: 30px;
}

.hs_cont ul li .fl {
	width: 350px;
}

.hs_cont ul li .fl span {
	font-size: 36px;
	color: #4AB344;
	line-height: 149px;
	text-align: right;
	display: block;
}

.hs_cont ul li .fr {
	width: 684px;
	height: 149px;
	background: #f6f6f6;
	margin-left: 165px;
}

.hs_cont ul li .fr span {
	width: 188px;
	height: 1px;
	background: #ededed;
	display: block;
	position: relative;
	bottom: -75px;
	left: -130px;
}

.hs_cont ul li .fr .text {
	padding: 35px 80px;
}

.hs_cont ul li .fr .text p {
	font-size: 14px;
	color: #888;
	line-height: 180%;
}

.hs_cont ul .li2 .fl {
	float: right;
}

.hs_cont ul .li2 .fr {
	margin-left: 0;
}

.hs_cont ul .li2 .fr span {
	left: 640px;
}

.hs_cont ul .li2 .fr .text p {
	text-align: right;
}

.content_img {
	width: 100%;
}

.content_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.content {
	padding: 30px 0;
}

.content h3 {
	font-size: 20px;
	color: #555;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 20px 0;
}

.content p {
	font-size: 16px;
	color: #484848;
	line-height: 30px;
}

.content img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pro_content {
	margin-left: 68px;
	border-top: 1px solid #eee;
	padding-top: 38px;
	margin-top: 38px;
}

.pro_content p {
	margin-bottom: 8px;
}

.content_gues {
	margin-left: 68px;
	margin-top: 38px;
}

.content_gues i {
	font-size: 16px;
	color: #353535;
	font-weight: bold;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}

.content_gues p span {
	font-size: 14px;
	color: #353535;
	font-weight: bold;
	width: 75px;
	float: left;
	line-height: 38px;
}

.content_gues p span em {
	padding-left: 27px;
}

.content_gues p input {
	width: 525px;
	height: 38px;
	border: none;
	outline: 0;
	margin-bottom: 8px;
	padding-left: 8px;
	color: #080808;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
}

.content_gues p textarea {
	width: 525px;
	padding: 8px;
	height: 100px;
	border: none;
	outline: 0;
	border: 1px solid #e6e6e6;
	margin-bottom: 8px;
	max-width: 525px;
	max-height: 100px;
	font-size: 14px;
	color: #080808;
}

.content_gues p .cont_btn {
	margin-left: 75px;
	background: #017ecd;
	border: none;
	color: #fff;
}

.page_foot .foot_tit {
	margin-bottom: 25px;
}

.page_foot .foot_contact {
	width: 760px;
}

.page_foot .links {
	width: 260px;
	float: right;
}

.page_foot .links .foot_tit {
	text-align: center;
}

.page_foot .links .foot_tit i {
	margin: 0 auto;
}

.page_foot .links li {
	width: 50%;
	float: left;
}

.page_foot .links li a {
	text-align: center;
}

.xm_cont {
	background: #fafafa;
	width: 100%;
	padding: 50px 0;
}

.xm_list {
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
}

.xm_list ul {
	width: 104%;
}

.xm_list ul li {
	width: 576px;
	height: 364px;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 5px 10px 0px #eee;
	float: left;
	margin-right: 48px;
	margin-bottom: 48px;
	padding: 20px;
}

.xm_list ul li .f1 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.xm_list ul li .f1 img {
	width: 74px;
	float: left;
}

.xm_list ul li .f1 span {
	float: left;
	font-size: 24px;
	color: #555;
	line-height: 74px;
	margin-left: 20px;
}

.xm_list ul li .text p {
	font-size: 14px;
	color: #888;
	line-height: 180%;
}

.xm_list ul li .f2 {
	width: 100%;
	margin-top: 30px;
}

.xm_list ul li .f2 a img {
	float: left;
	margin-right: 15px;
}

.js_list {
	width: 100%;
	margin-top: 100px;
}

.js_list ul {
	width: 102%;
}

.js_list ul li {
	width: 386px;
	height: 342px;
	background: #fff;
	float: left;
	margin-right: 21px;
	margin-bottom: 81px;
	border-bottom: 2px solid #fff;
}

.js_list ul li:hover {
	border-bottom: 2px solid #F60;
}

.js_list ul li .imgauto {
	width: 101px;
	height: 103px;
	margin: 0 auto;
	margin-top: -49px;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 5px 10px 0px #eee;
}

.js_list ul li .imgauto img {
	border-radius: 50%;
}

.js_list ul li span {
	font-size: 20px;
	color: #333;
	display: block;
	text-align: center;
	margin: 20px 0;
}

.js_list ul li p {
	width: 309px;
	margin: 0 auto;
	font-size: 14px;
	color: #888;
	line-height: 180%;
}

.art_list {
	padding-left: 60px;
}

.art_list ul li {
	border-bottom: 1px solid #eee;
	margin-top: 25px;
	padding-bottom: 25px;
}

.art_list ul li a {
	font-size: 21px;
	color: #0e0e0e;
	display: block;
	margin-bottom: 20px;
}

.art_list ul li p {
	font-size: 14px;
	color: #828080;
	display: block;
	line-height: 26px;
}

.art_list ul li span {
	display: block;
	font-size: 12px;
	color: #cfcfcf;
	margin-top: 8px;
}

.ys_list {
	margin-left: 24px;
}

.ys_list ul li {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.ys_list ul li .fl .imgauto {
	width: 282px;
	height: 180px;
	overflow: hidden;
}

.ys_list ul li .fr {
	float: left;
	width: 475px;
	margin-left: 35px;
}

.ys_list ul li .fr a {
	font-size: 24px;
	color: #323232;
	display: block;
}

.ys_list ul li .fr p {
	font-size: 16px;
	color: #747474;
	line-height: 30px;
	margin-top: 25px;
}

.ques_list {
	padding-left: 30px;
}

.ques_list li:first-child a {
	padding-bottom: 24px;
	line-height: 100%;
	background: url(../images/jth.png) no-repeat left 4px;
}

.ques_list li a {
	font-size: 16px;
	color: #040404;
	display: block;
	padding-left: 25px;
	border-bottom: 1px dashed #e6e6e6;
	line-height: 60px;
	background: url(../images/jth.png) no-repeat left center;
}

.content_tit {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.content_tit h3 {
	font-size: 26px;
	color: #333;
	display: block;
	text-align: center;
}

.content_tit p {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.content_tit p span {
	font-size: 14px;
	color: #666;
	padding-left: 15px;
}

.prve {
}

.prve p {
	font-size: 14px;
	color: #333;
}

.prve p a {
	font-size: 14px;
	color: #333;
}

.prve p a:hover {
	color: #F60;
}

.scrolltop {
	width: 41px;
	height: 45px;
	position: fixed;
	bottom: 10%;
	right: 5%;
	z-index: 120;
}

.scrolltop p {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/gtop.png) no-repeat center;
}

.i_box22 {
	margin-top: 0;
	background: #fff;
}

.i_box22 .i_box2_content .text .fl {
	float: right;
}

.i_box22 .i_box2_content .text .fr {
	background: #fafafa;
	position: relative;
	left: 85px;
}

.i_box22 .i_box2_content .text .fr .list ul li {
	float: right;
}

.i_box22 .i_box2_content .text .fr .list ul li img {
	float: right;
	margin-left: 43px;
	margin-right: -43px;
}

.i_box22 .i_box2_content .text .fr .list ul li p {
	float: right;
	text-align: right;
}

.ab_img img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

.ab_img p {
	text-wrap: inherit !important;
}

.ab_img p span {
	text-wrap: inherit !important;
}


.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

