﻿@charset "utf-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

html,
body {
	position: relative
}

body {
	font-family: arial, "microsoft yahei";
	font-size: 16px;
	line-height: 2;
	color: #333;
	background: #fff
}

.bodyHIdden {
	overflow: hidden;
	height: 100%;
	width: 100%
}

a:link,
a:visited {
	text-decoration: none;
	outline: #333;
	color: #333
}

a:hover,
a:active,
a:focus {
	color: #000
}

ul,
li {
	list-style: none
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type=text],
textarea {
	font-family: arial, "microsoft yahei";
	font-size: 14px;
	-webkit-appearance: none
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0;
	color: #666;
	outline: none
}

.f-l {
	float: left
}

.f-r {
	float: right
}

.font20 {
	font-size: 20px
}

.textCenter {
	text-align: center
}

.color333 {
	color: #333
}

.hide {
	overflow: hidden
}

.rel {
	position: relative
}

.clearfix {
	clear: both
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.middleRight {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto
}

.middleLeft {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto
}

.container {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:1520px) {
	.container {
		padding: 0 30px;
		max-width: 1280px
	}
}

@media screen and (max-width:1279px) {
	.container {
		padding: 0 15px;
		max-width: 1024px
	}
}

@media screen and (max-width:1024px) {
	.container {
		padding: 0 15px;
		max-width: 768px
	}
}

@media screen and (max-width:768px) {
	.container {
		padding: 0 15px
	}
}

.indent2 {
	text-indent: 2em
}

.mobile-footer-menu {
	display: none;
	height: 54px
}

@media (max-width:1023px) {
	.mobile-footer-menu {
		display: none;
		width: 100%;
		background: #222;
		padding: 5px 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		list-style: none;
		font-size: 12px
	}
	.mobile-footer-menu li {
		width: 25%;
		float: left;
		position: relative
	}
	.mobile-footer-menu li:after {
		content: "";
		position: absolute;
		height: 42px;
		width: 1px;
		background: rgba(255, 255, 255, 0.05);
		right: 0;
		top: 2px
	}
	.mobile-footer-menu li .icon {
		width: 24px;
		height: 24px;
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden
	}
	.mobile-footer-menu li .bt {
		font-style: normal;
		text-align: center;
		display: block;
		color: #fff;
		height: 20px;
		line-height: 20px;
		overflow: hidden
	}
	.mobile-footer-menu li:last-child:after {
		display: none
	}
}

.indent2 {
	text-indent: 2em
}

.page {
	clear: both;
	text-align: center;
	font-size: 0;
	font-family: arial;
	line-height: 16px
}

.page em {
	font-style: normal;
	font-size: 14px;
	line-height: 38px;
	vertical-align: middle
}

.page a,
.page span {
	color: #202020;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 40px;
	line-height: 38px;
	height: 40px;
	border-radius: 40px;
	border: 1px #cdcdcd solid;
	margin: 0 5px;
	padding: 0 0;
	vertical-align: middle
}

.page a.cur,
.page span.cur,
.page a.active,
.page span.active,
.page a:hover,
.page span:hover {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.page a.cur svg,
.page span.cur svg,
.page a.active svg,
.page span.active svg,
.page a:hover svg,
.page span:hover svg {
	fill: #155f32
}

.page a.prev,
.page span.prev,
.page a.next,
.page span.next {
	color: #666;
	border-color: transparent
}

.page a.prev,
.page span.prev {
	padding-left: 20px;
	margin-right: 15px
}

.page a.prev:hover,
.page span.prev:hover {
	background: transparent;
	color: #155f32 !important
}

.page a.next,
.page span.next {
	padding-right: 20px;
	margin-left: 15px
}

.page a.next:hover,
.page span.next:hover {
	background: transparent;
	color: #155f32 !important
}

@media screen and (max-width:768px) {
	.page a,
	.page span {
		display: none
	}
	.page .prev,
	.page .next {
		display: inline-block
	}
}

.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-100%)
	}
	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-100%)
	}
	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%)
	}
	100% {
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}
	100% {
		-moz-transform: translateY(-100%)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}
	100% {
		-o-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-100%)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}

.navPhoneBtn {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 9;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	text-align: right;
	display: none
}

.navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 20px;
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
	transform: rotate(0);
	transition: width .5s ease
}

.navPhoneBtn span:last-child {
	margin-bottom: 0
}

.navPhoneBtn.close,
.navPhoneBtn.closeMember {
	opacity: 1;
	z-index: 10
}

.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
	opacity: 1;
	transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
	opacity: 1;
	transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
	width: 0;
	opacity: 0;
	transform: rotate(0);
	transition: width .5s
}

.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
	margin-bottom: 0
}

@media (max-width:1023px) {
	.navPhoneBtn {
		display: block
	}
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
	background: #fff;
	filter: alpha(opacity=90);
	opacity: 80
}

.prompt a {
	color: #000
}

.prompt span {
	position: absolute;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	display: block;
	line-height: 24px;
	color: #000
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 30px;
	font-weight: 100;
	cursor: pointer
}

.prompt_close:hover {
	background: #f00;
	color: #fff
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('../ajax-loader.gif') center center no-repeat
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir="rtl"] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir="rtl"] .slick-next:before {
	content: "←"
}

.slick-dotted .slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.woff2?t=1658824480631') format('woff2'), url('../fonts/iconfont.woff?t=1658824480631') format('woff'), url('../fonts/iconfont.ttf?t=1658824480631') format('truetype')
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-24gf-mailboxFull:before {
	content: "\e964"
}

.icon-xiazai-wenjianxiazai-10:before {
	content: "\e856"
}

.icon-home-fill:before {
	content: "\e867"
}

.icon--guoji:before {
	content: "\e8ab"
}

.icon-24gf-telephone2:before {
	content: "\e96d"
}

.icon-shubiao:before {
	content: "\e8a8"
}

.icon-sousuo:before {
	content: "\e651"
}

.icon-douyin:before {
	content: "\e8db"
}

.icon-arrow-right:before {
	content: "\e743"
}

.icon-arrow-left:before {
	content: "\e744"
}

.icon-arrow-up:before {
	content: "\e745"
}

.icon-arrow-down:before {
	content: "\e7b2"
}

.icon-dianhua:before {
	content: "\e8bd"
}

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

.ellipsis2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.ellipsis3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3
}

.ellipsis4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4
}

.ellipsis5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format("truetype"), url('../fonts/Roboto-Regular.otf');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url('../fonts/Oswald-Bold.eot');
	src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Oswald-Regular';
	src: url('../fonts/Oswald-Regular.eot');
	src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.ttf') format("truetype"), url('../fonts/Oswald-Regular.otf');
	font-weight: normal;
	font-style: normal
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0)
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0)
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2
}

@keyframes myfirst04 {
	0% {
		opacity: .5;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes cloudMove {
	0% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes scale2 {
	from {
		transform: scale(.5);
		opacity: 0
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

.scale2 {
	animation-name: scale2
}

@keyframes heightMove {
	0% {
		height: 0
	}
	100% {
		height: 100%
	}
}

@keyframes heightMove2 {
	0% {
		height: 0
	}
	100% {
		height: 309px
	}
}

@keyframes heightMove3 {
	0% {
		height: 0
	}
	100% {
		height: 60px
	}
}

@keyframes heightMove4 {
	0% {
		height: 0
	}
	100% {
		height: 24px
	}
}

@-webkit-keyframes widthMove {
	0% {
		width: 0
	}
	100% {
		width: 100%
	}
}

@keyframes widthMove2 {
	0% {
		width: 0
	}
	100% {
		width: 50px
	}
}

@keyframes widthMove3 {
	0% {
		width: 0
	}
	100% {
		width: 140px
	}
}

@keyframes widthMove4 {
	0% {
		width: 0
	}
	100% {
		width: 40%
	}
}

@keyframes opacityMove {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.indent2 {
	text-indent: 2em
}

.header {
	width: 100%;
	height: 80px;
	/*height: 95px;*/
	border-bottom: 1px rgba(255, 255, 255, 0.51) solid;
	background: rgba(0, 0, 0, 0.27);
	color: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0
}

.header a {
	color: #fff
}

.header img {
	vertical-align: middle;
	max-height: 45px;
}

.header .logo,
.header .logo-2 {
	display: inline-block;
	float: left;
	width: 210px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 30px
}

.header .logo-2 {
	display: none
}

.header>.container {
	max-width: 100%;
	padding-left: 300px;
	padding-right: 480px
}

.header .mobile {
	display: none
}

.header .logo,
.header .logo-2 {
	float: left;
	display: inline-block
}

.header img {
	vertical-align: middle
}

.header .txt {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
	color: #2c445c;
	line-height: 20px;
	border-left: 1px rgba(114, 114, 114, 0.5) solid;
	padding-left: 20px;
	margin-left: 10px;
	vertical-align: middle
}

.header .other {
	width: 400px;
	/*height: 95px;
	line-height: 95px;*/
	height: 80px;
	line-height: 80px;
	text-align: right;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: absolute;
	right: 80px;
	top: 0;
	padding: 0 0 0 20px;
	transition: all .5s
}

.header .searchBtn {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: 10px;
	text-align: center;
	float: left;
	margin-right: 20px;
	transition: all .5s
}

.header .searchBtn svg {
	width: 18px;
	height: 18px;
	margin: 5px auto 0 auto;
	vertical-align: middle;
	float: left;
	fill: #fff
}

.header .language {
	padding: 0 10px;
	margin-right: 20px;
	font-size: 18px;
	position: relative
}

.header .language:before,
.header .language:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	vertical-align: middle;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}

.header .language:before {
	left: 0
}

.header .language:after {
	right: 0
}

.header .language a {
	padding: 0 10px
}

.header .language a:hover {
	color: #ebfd1e
}

.header .telBox {
	width: 280px;
	line-height: 1;
	text-align: left
}

.header .telBox .iconfont {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #77a82e;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	font-size: 20px;
	transform: rotateY(180deg)
}

.header .telBox .title {
	font-size: 14px;
	display: block;
	line-height: 14px
}

.header .telBox .tel {
	font-size: 18px;
	font-family: Roboto-Black;
	display: block;
	line-height: 26px
}

.header .nav {
	width: 100%;
	text-align: right;
	clear: both
}

.header .nav:after {
	content: "";
	display: block;
	clear: both
}

.header .nav .relative {
	position: relative
}

.header .nav>.list {
	font-size: 0;
	float: right
}

.header .nav>.list>li {
	text-align: center;
	float: left;
	padding: 0 10px;
	position: relative
}

.header .nav>.list>li>a {
	font-size: 18px;
	color: #fff;
	/*height: 95px;
	line-height: 95px;*/
	height: 80px;
	line-height: 80px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	transition: all .5s
}

.header .nav>.list>li>a span {
	padding: 0 20px;
	display: block;
	position: relative
}

.header .nav>.list>li>a span:after {
	content: "";
	margin: auto;
	display: block;
	width: 0;
	height: 3px;
	background: #ebfd1e;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	transition: all .5s
}

.header .nav>.list>li:hover>a:after {
	width: 100%
}

.header .nav>.list>li:hover .navChild {
	display: block
}

.header .nav>.list>li:hover>a,
.header .nav>.list>li.active>a {
	color: #ebfd1e
}

.header .nav>.list>li:hover>a span:after,
.header .nav>.list>li.active>a span:after {
	width: 100%
}

.header .nav .navChild {
	font-size: 14px;
	position: absolute;
	width: 130px;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	padding: 15px 0 0 0;
	text-align: left;
	display: none
}

.header .nav .navChild .box {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 15px 0 10px 0;
	position: relative
}

.header .nav .navChild .box:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 130px 15px 0;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -15px;
	left: 0
}

.header .nav .navChild .box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 0 130px;
	border-color: rgba(255, 255, 255, 0.47) transparent transparent transparent;
	position: absolute;
	top: -8px;
	right: 0
}

.header .nav .navChild a {
	line-height: 24px;
	padding: 5px 5px;
	color: #666;
	display: block
}

.header .nav .navChild a:hover {
	background: #155f32;
	color: #fff
}

.header .nav .businessChild {
	width: 180px
}

.header .nav .businessChild .box:before {
	border-width: 0 180px 15px 0
}

.header .nav .businessChild .box:after {
	border-width: 15px 0 0 180px
}

.header-1 {
	position: absolute
}

.header-2 {
	background: #fff
}

.header-2 .logo {
	display: none
}

.header-2 .logo-2 {
	display: inline-block
}

.header-2 .nav>.list>li>a {
	color: #333
}

.header-2 .searchBtn svg {
	fill: #333
}

.header-2 .language:before,
.header-2 .language:after {
	background: #e2e2e2
}

.header-2 .language a {
	color: #333
}

.header-2 .telBox .title {
	color: #333
}

.header-2 .telBox .tel {
	color: #155f32
}

.header-2 #searchPopup .searchBox input {
	border-color: #eee
}

#searchPopup {
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	z-index: 9999
}

#searchPopup .transparent {
	background: rgba(0, 0, 0, 0.2)
}

#searchPopup .searchBox {
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	top: 190px;
	opacity: 0;
	transition: all .5s
}

#searchPopup .searchBox.fadeIn {
	top: 95px;
	opacity: 1;
	z-index: 999
}

#searchPopup .searchBox .container {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	transform: translateX(-70px)
}

#searchPopup .searchBox input {
	border: 1px #fff solid;
	background: #fff;
	color: #333;
	width: 40%;
	padding: 0 10px;
	font-size: 14px;
	height: 36px;
	line-height: 34px
}

#searchPopup .searchBox input:focus {
	color: #333
}

#searchPopup .searchBox .btn {
	border: none;
	appearance: none;
	margin: auto;
	height: 36px;
	width: 36px;
	background: #155f32;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

#searchPopup .searchBox .btn svg {
	width: 20px;
	height: 20px;
	margin: 0 auto 0 auto
}

#searchPopup .searchBox .btn .cls-1 {
	fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 2px
}

#searchPopup .searchBox .btn:hover {
	background: #77a82e
}

#searchPopup .searchBox .close {
	display: none
}

.headerFixed {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	background: #155f32
}

.moreBtn a {
	display: inline-block;
	font-size: 14px;
	min-width: 170px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	text-align: center;
	color: #155f32;
	background: #fff;
	padding: 0 10px;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59)
}

.moreBtn a:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: auto;
	background: #155f32;
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: 50%;
	margin-left: -100px;
	margin-bottom: -100px;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59);
	transform-origin: bottom;
	transform: scale(0)
}

.moreBtn a:hover {
	background: #155f32;
	color: #fff
}

.moreBtn a:hover:before {
	transform: scale(1)
}

@media screen and (max-width:768px) {
	.moreBtn a {
		min-width: 120px;
		height: 40px;
		line-height: 40px
	}
}

.moreBtn-2 a {
	display: inline-block;
	font-size: 14px;
	min-width: 170px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	text-align: center;
	background: #155f32;
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59)
}

.moreBtn-2 a:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: auto;
	background: #fff;
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: 50%;
	margin-left: -100px;
	margin-bottom: -100px;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59);
	transform-origin: bottom;
	transform: scale(0)
}

.moreBtn-2 a:hover {
	color: #155f32
}

.moreBtn-2 a:hover:before {
	transform: scale(1)
}

@media screen and (max-width:768px) {
	.moreBtn-2 a {
		min-width: 120px;
		height: 40px;
		line-height: 40px
	}
}

.moreBtn-3 a {
	display: inline-block;
	font-size: 14px;
	min-width: 170px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	text-align: center;
	background: #155f32;
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59)
}

.moreBtn-3 a:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: auto;
	background: #77a82e;
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: 50%;
	margin-left: -100px;
	margin-bottom: -100px;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59);
	transform-origin: bottom;
	transform: scale(0)
}

.moreBtn-3 a:hover {
	color: #fff
}

.moreBtn-3 a:hover:before {
	transform: scale(1)
}

@media screen and (max-width:768px) {
	.moreBtn-3 a {
		min-width: 120px;
		height: 40px;
		line-height: 40px
	}
}

.banner {
	color: #fff;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}

.banner .box {
	overflow: hidden;
	color: #fff;
	width: 100%;
	height: 100vh;
	padding: 40vh 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}

.banner .slick-dots {
	bottom: 20px;
	font-size: 0;
	z-index: 999;
	overflow: initial
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	margin: auto;
	margin: 0 8px;
	overflow: hidden;
	float: none
}

.banner .slick-dots li button {
	padding: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.6);
	transition: all .5s
}

.banner .slick-dots li button:before {
	display: none
}

.banner .slick-dots .slick-active {
	width: 8px
}

.banner .slick-dots .slick-active button {
	width: 100%;
	background: #fff
}

.banner .slick-prev, .banner .slick-next {
  width: 50px;
  height: 50px;
  z-index: 55;
  background: #dadada;
  border-radius: 50%;
}

.banner .slick-prev:hover, .banner .slick-next:hover {
  background: #155f32;
}

.banner .slick-prev {
  left: 150px;
}

.banner .slick-next {
  left: auto;
  right: 150px;
}

.banner .slick-prev:before, .banner .slick-next:before {
  content: "";
  display: block;
  font-family: serif;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

.banner .slick-prev:before {
  content: "<";
}

.banner .slick-next:before {
  content: ">";
}

.banner .slick-prev:hover:before, .banner .slick-next:hover:before {
  color: #fff;
}

@media (max-width:1600px){
	.banner .slick-prev, .banner .slick-next {
	  width: 40px;
	  height: 40px;
	}

	.banner .slick-prev {
	  left: 100px;
	}

	.banner .slick-next {
	  left: auto;
	  right: 100px;
	}

	.banner .slick-prev:before, .banner .slick-next:before {
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	}	
}

@media (max-width:1440px){
	.banner .slick-prev, .banner .slick-next {
	  width: 35px;
	  height: 35px;
	}

	.banner .slick-prev {
	  left: 80px;
	}

	.banner .slick-next {
	  left: auto;
	  right: 80px;
	}

	.banner .slick-prev:before, .banner .slick-next:before {
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  font-size:24px
	}	
}

.banner .container {
	color: #fff;
	height: 268px;
	position: relative
}

.banner .cloud {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0
}

.banner .cloud-1 {
	animation: cloudMove 5s 0s linear infinite alternate
}

.banner .cloud-2 {
	animation: cloudMove 4s 0s linear infinite alternate
}

.banner .title {
	display: block;
	font-size: 50px;
	font-weight: bold;
	line-height: 2
}

.banner .info {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 80px;
	background: #155f32;
    border-radius: 18px;
    text-align: center;
}

.home-application {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 100%;
	padding: 60px 0;
	position: relative
}

.home-application .bgs li {
	display: none;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0
}

.home-application .container {
	max-width: 100%;
	height: 100%
}

.home-application .menuTabs {
	width: 50%;
	float: left;
	padding: 1px 0 0 6.5%
}

.home-application .menuTabs li,
.home-application .menuTabs .noHas {
	width: 33.33333333%;
	float: left;
	margin: -1px 0 0 -1px
}

.home-application .menuTabs li:hover,
.home-application .menuTabs .noHas:hover {
	z-index: 1
}

.home-application .menuTabs .noHas {
	box-shadow: none
}

.home-application .menuTabs .noHas .box {
	box-shadow: none;
	background: none !important;
	cursor: initial
}

.home-application .menuTabs .noHas .pic:before,
.home-application .menuTabs .noHas .pic:after {
	display: none
}

.home-application .menuTabs .box {
	padding: 20px 30px 30px 30px;
	background: rgba(7, 75, 32, 0);
	box-shadow: 0 0 0 1px #fff inset;
	cursor: pointer;
	z-index: 1;
	transition: all .5s;
	position: relative
}

.home-application .menuTabs .pic {
	position: relative;
	width: 144px;
	height: 124px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px
}

.home-application .menuTabs .pic span {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	width: 100px;
	height: 100px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.home-application .menuTabs .pic:before {
	content: "";
	display: block;
	width: 100%;
	height: 110px;
	background: url(../images/application-icon-bg-1.png) no-repeat center top;
	position: absolute;
	top: 10px;
	left: 0;
	transition: all .5s
}

.home-application .menuTabs .pic:after {
	content: "";
	display: block;
	width: 100%;
	height: 27px;
	background: url(../images/application-icon-bg-2.png) no-repeat center bottom;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s
}

.home-application .menuTabs .pic img {
	margin-top: initial;
	margin-bottom: initial;
	top: auto;
	bottom: 0
}

.home-application .menuTabs .title {
	font-size: 22px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px
}

.home-application .menuTabs .info {
	font-weight: 100;
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.home-application .menuTabs .box:hover {
	background: rgba(7, 75, 32, 0.86)
}

.home-application .menuTabs .box:hover .pic:before {
	top: 0
}

.home-application .menuTabs .box:hover .pic:after {
	height: 40px
}

.home-application .menuTabs .active .box {
	background: rgba(7, 75, 32, 0.86)
}

.home-application .swiper-container {
	overflow: initial
}

.home-application .swiper-container .swiper-slide {
	width: 100%
}

.home-application .conTabs {
	width: 50%;
	margin-top: 10%;
	float: left
}

.home-application .conTabs .title {
	font-size: 50px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 40px
}

.home-application .conTabs .info {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 40px;
	font-weight: 100
}

.home-application .conTabs .p-1 {
	margin-bottom: 20px
}

.home-application .conTabs .swiper-slide {
	display: none;
	max-width: 465px;
	margin: auto
}

.home-application .conTabs .show {
	display: block
}

.home-partner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 100%;
	padding: 60px 0;
	position: relative
}

.home-partner .container {
	min-height: 100%;
	color: #fff;
	width: 100%;
	position: relative
}

.home-partner .container:after {
	content: "";
	display: block;
	clear: both
}

.home-partner .left {
	width: 50%;
	float: left;
	padding-right: 6%;
	position: relative
}

.home-partner .title {
	display: block;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5
}

.home-partner .title .en {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 30px
}

.home-partner .info {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 60px
}

.home-partner .right {
	width: 50%;
	float: right
}

.home-partner .right .rt-panel {
	width: 614px;
	height: 640px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}

.home-partner .partner-item {
	width: 180px;
	height: 180px;
	position: absolute
}

.home-partner .partner-item span,
.home-partner .partner-item strong {
	position: absolute;
	width: 130px;
	height: 130px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -65px 0 0 -65px
}

.home-partner .partner-item span:before,
.home-partner .partner-item strong:before,
.home-partner .partner-item span:after,
.home-partner .partner-item strong:after {
	content: '';
	display: block;
	background: #fff;
	position: absolute
}

.home-partner .partner-item span:before,
.home-partner .partner-item span:after {
	width: 0;
	height: 2px
}

.home-partner .partner-item span:after {
	bottom: 0;
	left: 0
}

.home-partner .partner-item strong:before,
.home-partner .partner-item strong:after {
	height: 0;
	width: 2px
}

.home-partner .partner-item strong:before {
	left: 0;
	bottom: 0
}

.home-partner .partner-item strong:after {
	right: 0;
	top: 0
}

.home-partner .partner-item img {
	display: block;
	z-index: 2;
	opacity: 0
}

.home-partner .partner-01 {
	top: 0;
	left: 110px
}

.home-partner .partner-02 {
	top: 0;
	right: 110px
}

.home-partner .partner-03 {
	top: 110px;
	left: 0
}

.home-partner .partner-04 {
	top: 110px;
	left: 216px
}

.home-partner .partner-05 {
	top: 110px;
	right: 0
}

.home-partner .partner-06 {
	top: 216px;
	left: 110px
}

.home-partner .partner-07 {
	top: 216px;
	right: 110px
}

.home-partner .partner-08 {
	top: 322px;
	left: 216px
}

.home-partner .lf-wrap {
	width: 220px;
	height: 340px;
	position: absolute;
	left: 0;
	bottom: 0
}

.home-partner .lf-wrap:before,
.home-partner .lf-wrap:after {
	content: '';
	display: block;
	background: #fff;
	position: absolute
}

.home-partner .lf-wrap:before {
	width: 2px;
	left: 0;
	top: 0;
	height: 0;
	transform: rotate(-45deg);
	transform-origin: left top;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: left top;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: left top;
	-o-transform: rotate(-45deg);
	-o-transform-origin: left top
}

.home-partner .lf-wrap:after {
	height: 2px;
	width: 0;
	bottom: 12px;
	right: 0
}

.home-partner .lf-wrap span {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: -13px;
	right: 26px;
	transform: rotate(-45deg);
	transform-origin: left top;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: left top;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: left top;
	-o-transform: rotate(-45deg);
	-o-transform-origin: left top
}

.home-partner .lf-wrap span:before,
.home-partner .lf-wrap span:after {
	content: '';
	display: block;
	position: absolute;
	background: #fff
}

.home-partner .lf-wrap span:before {
	width: 0;
	height: 2px;
	left: 0;
	top: 0
}

.home-partner .lf-wrap span:after {
	height: 0;
	width: 2px;
	left: 0;
	top: 0
}

.home-partner .lf-wrap strong {
	width: 2px;
	height: 110px;
	position: absolute;
	right: 0;
	top: 218px
}

.home-partner .lf-wrap strong:before {
	content: '';
	display: block;
	width: 2px;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff
}

.home-partner .rt-wrap {
	width: 220px;
	height: 340px;
	right: 0;
	bottom: 0;
	position: absolute
}

.home-partner .rt-wrap:before {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	width: 2px;
	right: 0;
	top: 0;
	height: 0;
	transform: rotate(45deg);
	transform-origin: right top;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: right top;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: right top;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right top;
	-o-transform: rotate(45deg);
	-o-transform-origin: right top
}

.home-partner .rt-wrap:after {
	content: '';
	width: 2px;
	position: absolute;
	background: #fff;
	height: 0;
	left: 0;
	bottom: 62px
}

.home-partner .font-panel {
	width: 245px;
	overflow: hidden;
	position: absolute;
	bottom: -20px;
	right: 125px;
	
}

.home-partner .font-panel .img-wrap {
	color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    height: 40px;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}

.home-partner .font-panel .p-font {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #77a72e;
	opacity: 0
}

.home-news {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 0;
	overflow: hidden;
}
.home-news .container {
	width: 100%;
}
.home-news .titleBig {
	font-size: 50px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px #dddcdc solid;
	margin-bottom: 30px
}

.home-news .tabs {
	position: relative
}

.home-news .menuTabs {
	margin-bottom: 40px;
	font-size: 0;
	max-width: 90%
}

.home-news .menuTabs div {
	display: inline-block;
	margin: 5px 20px 5px 5px
}

.home-news .menuTabs div:last-child {
	margin: 0
}

.home-news .menuTabs a {
	display: block;
	color: #596874;
	font-size: 16px;
	border: 1px #e1e4e6 solid;
	line-height: 48px;
	min-width: 150px;
	padding: 0 10px;
	text-align: center;
	border-radius: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%
}

.home-news .menuTabs a:hover {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.home-news .menuTabs .active a {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.home-news .conTabs .swiper-slide {
	display: none
}

.home-news .conTabs .swiper-slide.show {
	display: block
}

.home-news .conTabs img {
	/*width:100%*/ 
}

.home-news .btns {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 120px
}

.home-news .btns>div {
	display: none
}

.home-news .prev,
.home-news .next {
	border: 1px #000 solid;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background: #77a82e;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: auto;
	cursor: pointer;
	top: 0;
	transform: translateY(0);
	position: absolute
}

.home-news .prev:before,
.home-news .next:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.home-news .prev:hover,
.home-news .next:hover {
	background: #155f32
}

.home-news .prev .iconfont,
.home-news .next .iconfont {
	font-size: 20px
}

.home-news .prev {
	left: 0
}

.home-news .prev:hover {
	background: #155f32
}

.home-news .next {
	right: 0
}

.home-news .next:hover {
	background: #155f32
}

.home-news .home-title {
	display: inline-block;
	border-right: 1px #d7d7d7 solid;
	padding-right: 35px
}

.home-news .home-title .title {
	background-image: linear-gradient(bottom, #341964, #1d38c2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.home-news .home-title .info {
	position: relative;
	background-image: linear-gradient(bottom, #341964, #1d38c2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.home-news .nr {
	position: relative
}

.home-news .swiper-container {
	max-height: 658px;
	overflow: hidden
}

.home-news .list {
	margin-left: -16px;
	margin-right: -16px;
	min-height: 460px;
	position: relative
}

.home-news .list li {
	width: 25%;
	float: left;
	padding: 0 16px
}

.home-news .list .box {
	display: block;
	transition: all .5s;
	margin: auto
}

.home-news .list .date {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	padding-top: 5px;
	margin-top: 15px;
	padding-bottom: 20px;
	border-top: 1px #c3c3c3 solid
}

.home-news .list .title {
	display: block;
	color: #333;
	font-size: 20px;
	line-height: 34px;
	height: 68px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	transition: all .5s
}

.home-news .list .pic {
	position: relative;
	margin-bottom: 20px
}

.home-news .list .pic span {
	overflow: hidden;
	display: block;
	position: relative
}

.home-news .list .pic span:after {
	content: "";
	display: block;
	padding-top: 60%
}

.home-news .list .pic img {
	transition: all .5s
}

.home-news .list .info {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 20px
}

.home-news .list .moreBtn {
	font-size: 0
}

.home-news .list .moreBtn a,
.home-news .list .moreBtn span {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px #a5a5a7 solid;
	line-height: 28px;
	min-width: 115px;
	background: #fff;
	color: #666;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1
}

.home-news .list .box:hover .title {
	color: #155f32;
	font-weight: 700
}

.home-news .list .box:hover .pic img {
	transform: scale(1.1)
}

.home-news .list .box:hover .moreBtn a,
.home-news .list .box:hover .moreBtn span {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.scrollBtn {
	width: 72px;
	bottom: 50px;
	color: #fff;
	text-align: center;
	left: 50%;
	margin-left: -36px;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	font-size: 16px;
	-webkit-animation: myfirst04 2s linear infinite;
	animation: myfirst04 2s linear infinite
}

.scrollBtn:before {
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	background: #fff;
	margin: auto
}

.footer {
	background: #2a2929;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 60px 0 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 38px
}

.footer .footerCon {
	padding-bottom: 40px
}

.footer img {
	vertical-align: middle
}

.footer a {
	color: #fff;
	transition: all .5s
}

.footer a:hover {
	color: #fff;
	text-decoration: underline
}

.footer .left {
	width: 25%;
	padding-right: 30px;
	float: left
}

.footer .left .info {
	font-size: 16px;
	line-height: 30px
}

.footer .logo,
.footer .logo-2 {
	width: 210px;
	height: 60px;
	margin-bottom: 50px
}

.footer .logo img,
.footer .logo-2 img{
	max-height:40px;
}

.footer .menu-follow {
	padding-bottom: 60px
}

.footer .title {
	color: #fff;
	font-size: 18px;
	/* font-weight: 700; */
	padding-bottom: 10px
}

.footer .menu {
	padding-left: 80px;
	padding-right: 30px;
	width: 55%;
	float: left
}

.footer .menu .list {
	margin-left: -10px;
	margin-right: -10px
}

.footer .item {
	width: 33.33333333%;
	float: left;
	padding: 0 10px;
	position: relative
}

.footer .item-1 {
	width: 35%
}

.footer .item-2 {
	width: 35%
}

.footer .item-3 {
	width: 30%
}

.footer .child {
	position: relative;
	min-height: 150px;
	text-align: left
}

.footer .child a {
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s;
	position: relative
}

.footer .child a:hover {
	margin-left: 10px
}

.footer .right {
	width: 20%;
	float: left;
	text-align: right
}

.footer .right>.div-1 {
	display: inline-block;
	text-align: left
}

.footer .follow {
	padding-top: 25px
}

.footer .follow .ewms {
	color: #fff
}

.footer .follow .ewms>div {
	float: left;
	text-align: center;
	margin-right: 30px
}

.footer .follow .ewms .pic {
	margin: auto;
	background: #fff;
	padding: 3px
}

.footer .follow .ewms img {
	width: 100px;
	vertical-align: middle
}

.footer .followSocial {
	font-size: 16px;
	line-height: 36px;
	color: #6c6c6c;
	margin-bottom: 30px
}

.footer .followSocial a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	vertical-align: top;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	transition: background .5s
}

.footer .followSocial a .icon {
	width: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.footer .followSocial a:last-child {
	margin-right: 0
}

.footer .followSocial a:hover {
	background: #77a82e;
	text-decoration: none
}

.footer .followSocial a:hover .open {
	display: block
}

.footer .followSocial a .open {
	display: none;
	padding-bottom: 15px;
	position: absolute;
	z-index: 999;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%)
}

.footer .followSocial a .open .openCon {
	cursor: initial;
	width: 160px;
	background: #fff;
	border: 1px #fff solid;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #666;
	font-size: 14px;
	position: relative
}

.footer .followSocial a .open .openCon:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	position: absolute;
	z-index: -1;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg)
}

.footer .followSocial a .open img {
	width: 100%;
	max-width: 160px;
	vertical-align: middle
}

.copyright {
	border-top: 1px rgba(255, 255, 255, 0.38) solid;
	color: rgba(255, 255, 255, 0.5);
	line-height: 30px;
	font-size: 14px;
	padding: 15px 0
}

.copyright a {
	color: rgba(255, 255, 255, 0.5)
}

.copyright a:hover {
	color: #fff;
	text-decoration: underline
}

.copyright .a-1 {
	float: right
}

.fp-section .home-partner {
	display: flex;
	align-items: center
}

.active .banner .title {
	animation: fadeInUp2 1.5s linear 0s
}

.active .banner .info {
	animation: fadeInUp2 1.5s linear 0s
}

.active .banner .moreBtn {
	animation: fadeInUp2 1.5s linear 0s
}

.active .home-application .menuTabs {
	animation: fadeInUp2 1.5s linear 0s
}

.active .home-application .conTabs {
	animation: fadeInUp2 1.5s linear 0s
}

.active .home-partner .title {
	animation: fadeInUp2 1.5s linear 0s
}

.active .home-partner .info {
	animation: fadeInUp2 1.5s linear 0s
}

.active .home-partner .moreBtn-2 {
	animation: fadeInUp2 1.5s linear 0s
}

.active .home-partner .partner-01 span:before {
	animation: widthMove .25s .5s linear forwards
}

.active .home-partner .partner-01 span:after {
	animation: widthMove .25s linear forwards
}

.active .home-partner .partner-01 strong:before {
	animation: heightMove .25s .25s linear forwards
}

.active .home-partner .partner-01 strong:after {
	animation: heightMove .25s .75s linear forwards
}

.active .home-partner .partner-01 img {
	animation: opacityMove 1s 1s linear forwards
}

.active .home-partner .partner-02 span:before,
.active .home-partner .partner-03 span:before {
	animation: widthMove .25s .75s linear forwards
}

.active .home-partner .partner-02 span:after,
.active .home-partner .partner-03 span:after {
	animation: widthMove .25s .25s linear forwards
}

.active .home-partner .partner-02 strong:before,
.active .home-partner .partner-03 strong:before {
	animation: heightMove .25s .5s linear forwards
}

.active .home-partner .partner-02 strong:after,
.active .home-partner .partner-03 strong:after {
	animation: heightMove .25s 1s linear forwards
}

.active .home-partner .partner-02 img,
.active .home-partner .partner-03 img {
	animation: opacityMove 1s 1.25s linear forwards
}

.active .home-partner .partner-04 span:before,
.active .home-partner .partner-05 span:before,
.active .home-partner .partner-06 span:before {
	animation: widthMove .25s 1s linear forwards
}

.active .home-partner .partner-04 span:after,
.active .home-partner .partner-05 span:after,
.active .home-partner .partner-06 span:after {
	animation: widthMove .25s .5s linear forwards
}

.active .home-partner .partner-04 strong:before,
.active .home-partner .partner-05 strong:before,
.active .home-partner .partner-06 strong:before {
	animation: heightMove .25s .75s linear forwards
}

.active .home-partner .partner-04 strong:after,
.active .home-partner .partner-05 strong:after,
.active .home-partner .partner-06 strong:after {
	animation: heightMove .25s 1.25s linear forwards
}

.active .home-partner .partner-04 img,
.active .home-partner .partner-05 img,
.active .home-partner .partner-06 img {
	animation: opacityMove 1s 1.5s linear forwards
}

.active .home-partner .partner-07 span:before,
.active .home-partner .partner-08 span:before {
	animation: widthMove .25s 1.25s linear forwards
}

.active .home-partner .partner-07 span:after,
.active .home-partner .partner-08 span:after {
	animation: widthMove .25s .75s linear forwards
}

.active .home-partner .partner-07 strong:before,
.active .home-partner .partner-08 strong:before {
	animation: heightMove .25s 1s linear forwards
}

.active .home-partner .partner-07 strong:after,
.active .home-partner .partner-08 strong:after {
	animation: heightMove .25s 1.5s linear forwards
}

.active .home-partner .partner-07 img,
.active .home-partner .partner-08 img {
	animation: opacityMove 1s 1.75s linear forwards
}

.active .home-partner .lf-wrap:before {
	animation: heightMove2 .6s linear forwards
}

.active .home-partner .lf-wrap:after {
	animation: widthMove2 .4s 1s linear forwards
}

.active .home-partner .lf-wrap span:before {
	animation: widthMove .4s 1.4s linear forwards
}

.active .home-partner .lf-wrap span:after {
	animation: heightMove .4s 1.4s linear forwards
}

.active .home-partner .lf-wrap strong:before {
	animation: heightMove .4s .6s linear forwards
}

.active .home-partner .rt-wrap:before {
	animation: heightMove2 .6s linear forwards
}

.active .home-partner .rt-wrap:after {
	animation: heightMove3 .4s .6s linear forwards
}

.active .home-partner .font-panel .img-wrap {
	animation: slideUp2 .6s .8s linear forwards
}

.active .home-partner .font-panel .p-font {
	animation: slideUp2 .6s .8s linear forwards
}

@media screen and (max-height:840px) {
	.home-application .menuTabs .box {
		padding: 10px 20px 10px 20px
	}
	.home-application .menuTabs .pic {
		width: 116px;
		height: 100px
	}
	.home-application .menuTabs .pic:before {
		background-size: contain
	}
	.home-application .menuTabs .pic:after {
		background-size: contain
	}
	.home-application .menuTabs .title {
		font-size: 18px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 0
	}
	.home-application .menuTabs .info {
		font-size: 14px;
		line-height: 24px;
		height: 48px
	}
}

@media screen and (max-height:700px) {
	.fp-tableCell {
		display: block
	}
	.scrollBtn {
		display: none
	}
	.banner .box {
		padding: 40vh 0
	}
	.banner .container {
		height: auto
	}
	.banner .txtbox {
		position: static;
		transform: translateY(0)
	}
	.home-partner {
		padding: 100px 0;
		height: auto
	}
	.home-partner .container {
		height: auto
	}
	.home-partner .txtbox {
		position: static;
		transform: translateY(0)
	}
	.home-partner .right {
		height: auto
	}
	.home-partner .right .rt-panel {
		position: relative
	}
	.home-partner .partner-item img {
		opacity: 1
	}
	.home-partner .title {
		animation: fadeInUp2 1.5s linear 0s
	}
	.home-partner .info {
		animation: fadeInUp2 1.5s linear 0s
	}
	.home-partner .moreBtn-2 {
		animation: fadeInUp2 1.5s linear 0s
	}
	.home-partner .partner-01 span:before {
		animation: widthMove .25s .5s linear forwards
	}
	.home-partner .partner-01 span:after {
		animation: widthMove .25s linear forwards
	}
	.home-partner .partner-01 strong:before {
		animation: heightMove .25s .25s linear forwards
	}
	.home-partner .partner-01 strong:after {
		animation: heightMove .25s .75s linear forwards
	}
	.home-partner .partner-01 img {
		animation: opacityMove 1s 1s linear forwards
	}
	.home-partner .partner-02 span:before,
	.home-partner .partner-03 span:before {
		animation: widthMove .25s .75s linear forwards
	}
	.home-partner .partner-02 span:after,
	.home-partner .partner-03 span:after {
		animation: widthMove .25s .25s linear forwards
	}
	.home-partner .partner-02 strong:before,
	.home-partner .partner-03 strong:before {
		animation: heightMove .25s .5s linear forwards
	}
	.home-partner .partner-02 strong:after,
	.home-partner .partner-03 strong:after {
		animation: heightMove .25s 1s linear forwards
	}
	.home-partner .partner-02 img,
	.home-partner .partner-03 img {
		animation: opacityMove 1s 1.25s linear forwards
	}
	.home-partner .partner-04 span:before,
	.home-partner .partner-05 span:before,
	.home-partner .partner-06 span:before {
		animation: widthMove .25s 1s linear forwards
	}
	.home-partner .partner-04 span:after,
	.home-partner .partner-05 span:after,
	.home-partner .partner-06 span:after {
		animation: widthMove .25s .5s linear forwards
	}
	.home-partner .partner-04 strong:before,
	.home-partner .partner-05 strong:before,
	.home-partner .partner-06 strong:before {
		animation: heightMove .25s .75s linear forwards
	}
	.home-partner .partner-04 strong:after,
	.home-partner .partner-05 strong:after,
	.home-partner .partner-06 strong:after {
		animation: heightMove .25s 1.25s linear forwards
	}
	.home-partner .partner-04 img,
	.home-partner .partner-05 img,
	.home-partner .partner-06 img {
		animation: opacityMove 1s 1.5s linear forwards
	}
	.home-partner .partner-07 span:before,
	.home-partner .partner-08 span:before {
		animation: widthMove .25s 1.25s linear forwards
	}
	.home-partner .partner-07 span:after,
	.home-partner .partner-08 span:after {
		animation: widthMove .25s .75s linear forwards
	}
	.home-partner .partner-07 strong:before,
	.home-partner .partner-08 strong:before {
		animation: heightMove .25s 1s linear forwards
	}
	.home-partner .partner-07 strong:after,
	.home-partner .partner-08 strong:after {
		animation: heightMove .25s 1.5s linear forwards
	}
	.home-partner .partner-07 img,
	.home-partner .partner-08 img {
		animation: opacityMove 1s 1.75s linear forwards
	}
	.home-partner .lf-wrap:before {
		animation: heightMove2 .6s linear forwards
	}
	.home-partner .lf-wrap:after {
		animation: widthMove2 .4s 1s linear forwards
	}
	.home-partner .lf-wrap span:before {
		animation: widthMove .4s 1.4s linear forwards
	}
	.home-partner .lf-wrap span:after {
		animation: heightMove .4s 1.4s linear forwards
	}
	.home-partner .lf-wrap strong:before {
		animation: heightMove .4s .6s linear forwards
	}
	.home-partner .rt-wrap:before {
		animation: heightMove2 .6s linear forwards
	}
	.home-partner .rt-wrap:after {
		animation: heightMove3 .4s .6s linear forwards
	}
	.home-partner .font-panel .img-wrap {
		animation: slideUp2 .6s .8s linear forwards
	}
	.home-partner .font-panel .p-font {
		animation: slideUp2 .6s .8s linear forwards
	}
	.home-news {
		padding: 100px 0;
		height: auto
	}
	.home-news .container {
		height: auto
	}
	#fp-nav {
		display: none
	}
}

@media screen and (max-width:1600px) {
	.header .nav>.list>li>a {
		font-size: 16px
	}
	
	.header .searchBtn svg {
	  width: 16px;
	  height: 16px;
	  margin: 7px auto 0 auto;
	}	

	.header .language {
	  font-size: 16px;
	}
	
	.header .nav>.list>li>a span {
		padding: 0 14px
	}
	
	.header .telBox .tel {
	  font-size: 16px;
	  line-height: 22px;
	}

	.header .telBox {
	  margin-top: 10px;
	}
		
	.header .telBox .iconfont {
	  width: 32px;
	  height: 32px;
	  line-height: 32px;
	}
	
	.home-application .menuTabs {
		padding-left: 0
	}
	.footer .menu {
		width: 52%
	}
	.footer .right {
		width: 23%
	}
}

@media screen and (max-width:1440px) {
	.header {
		height: 70px;
	}
	
	.header img {
	  max-height: 35px;
	}
	
	.header .nav > .list > li > a {
	  height: 70px;
	  line-height: 70px;
	}
	
	.header .nav .navChild{
		top: 70px;
	}
	
	.header .telBox {
	  margin-top: 0;
	}
	
	.header>.container {
		padding-right: 440px
	}
	.header .nav>.list>li>a {
		font-size: 16px
	}
	.header .nav>.list>li>a span {
		padding: 0 10px
	}
	.header .other {
		right: 30px
	}
	.banner .title {
		font-size: 40px
	}
	.banner .info {
		font-size: 16px;
		line-height: 2
	}
	.home-application .menuTabs {
		padding-left: 0
	}
	.home-application .conTabs .title {
		font-size: 40px
	}
	.home-partner .title {
		font-size: 40px
	}
	.home-partner .info {
		font-size: 16px;
		line-height: 2
	}
	.home-news .titleBig {
		font-size: 40px
	}
}

@media screen and (max-width:1360px) {
	.header .nav>.list>li>a {
		font-size: 14px
	}
	
	.header .searchBtn svg {
	  width: 14px;
	  height: 14px;
	  margin: 9px auto 0 auto;
	}	

	.header .language {
	  font-size: 14px;
	}

	.header .telBox .tel {
	  font-size: 14px;
	  line-height: 18px;
	}

	.header .telBox .title {
	  font-size: 12px;
	}
		
	.header .telBox .iconfont {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	}	
	
	.header .nav>.list>li>a span {
		padding: 0 7px
	}
}

@media screen and (max-width:1279px) {
	.header {
		height: 50px;
		background: #155f32;
		position: relative
	}
	.header .logo,
	.header .logo-2 {
		height: 30px;
		top: 5px;
		left: 15px
	}
	.header .nav {
		display: none
	}
	.header .other {
		display: none
	}
	.header .navPhoneBtn {
		display: block
	}
	.header-2 .logo-2 {
		display: none
	}
	.header-2 .logo {
		display: block
	}
	.footer .title {
		font-size: 16px
	}
	.footer .left .info {
		font-size: 14px;
		line-height: 24px
	}
	.footer .menu {
		padding-left: 40px
	}
	.footer .item-1 {
		width: 30%
	}
	.footer .item-2 {
		width: 40%
	}
	.footer .follow .ewms {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
	#fp-nav {
		display: none;
	}
	.home-application {
		padding: 40px 0
	}
	.home-application .menuTabs {
		width: 100%;
		padding: 0
	}
	.home-application .menuTabs li {
		width: 25%
	}
	.home-application .menuTabs .noHas {
		display: none
	}
	.home-application .menuTabs .pic {
		width: 70px;
		height: 60px
	}
	.home-application .menuTabs .title {
		font-size: 16px
	}
	.home-application .conTabs {
		width: 100%
	}
	.home-application .conTabs .title {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 10px;
		height: auto
	}
	.home-application .conTabs .info {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 20px;
		height: auto
	}
	.home-partner {
		padding: 40px 0
	}
	.home-partner .left {
		width: 100%
	}
	.home-partner .right {
		width: 100%;
		height: 400px;
		position: relative;
		/*zoom: .6;*/
		
	}
	.home-partner .right .rt-panel {
		transform: scale(0.5) translateY(-200px);
		margin-left: -145px;
		bottom: auto;
		transform-origin: center center;
	}
	.home-partner .title {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 10px;
		height: auto
	}
	.home-partner .info {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 20px;
		height: auto
	}
	.home-news .titleBig {
		font-size: 24px;
		line-height: 1.5;
		height: auto;
		padding-bottom: 10px
	}
	.footer .left {
		width: 100%;
		margin-bottom: 20px
	}
	.footer .left .info {
		font-size: 14px;
		line-height: 2
	}
	.footer .menu {
		width: 100%;
		display: none
	}
	.footer .right {
		width: 100%;
		text-align: left
	}
}

@media screen and (max-width:768px) {
	.banner .box {
		height: auto;
		padding: 160px 0 100px 0
	}
	.banner .container {
		height: 156px
	}
	.banner .title {
		font-size: 24px
	}
	.banner .info {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 40px
	}
	.home-application {
		padding: 40px 0
	}
	.home-application .menuTabs li {
		width: 50%
	}
	.home-partner {
		padding: 40px 0
	}
	.home-partner .right {
		/*zoom: .5*/
	}
	.home-news {
		padding: 40px 0
	}
	.home-news .menuTabs div {
		margin-right: 10px
	}
	.home-news .menuTabs a {
		min-width: 100px;
		height: 40px;
		line-height: 38px;
		font-size: 14px
	}
	.home-news .btns {
		width: 90px;
		height: 40px
	}
	.home-news .btns .prev,
	.home-news .btns .next {
		width: 40px;
		height: 40px
	}
	.home-news .list li {
		width: 100%
	}
	.home-news .list .title {
		font-size: 16px;
		height: 24px;
		line-height: 24px
	}
	.footer {
		padding: 40px 0
	}
	.footer .logo {
		width: 140px;
		height: 40px
	}
}

.navM .transparent {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none
}

.navM .navMCon {
	background-color: #f3f3f3;
	width: 80%;
	min-width: 140px;
	max-width: 440px;
	height: 100%;
	border-left: 1px rgba(0, 0, 0, 0.1) solid;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 2;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	right: auto;
	left: -100%;
	transition: all .5s
}

.navM .navMWrap {
	overflow-y: auto;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.navM.open .transparent {
	display: block
}

.navM.open .closeBtn {
	display: block
}

.navM.open .navMCon {
	left: 0
}

.navM .closeBtn {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #155f32;
	color: #fff;
	position: absolute;
	z-index: 999;
	right: -40px;
	top: 0
}

.navM .closeBtn:before,
.navM .closeBtn:after {
	content: "";
	display: block;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: rotate(45deg)
}

.navM .closeBtn:before {
	width: 15px;
	height: 1px
}

.navM .closeBtn:after {
	width: 1px;
	height: 15px
}

.navM .titleBig {
	text-align: center;
	padding: 10px 0;
	display: none
}

.navM .navMWrap>.list .title {
	margin-bottom: 10px;
	padding: 10px 5px;
	border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
	position: relative
}

.navM .navMWrap>.list .title .icon {
	width: 40px;
	height: 40px;
	margin: auto;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.navM .navMWrap>.list .title .icon:before,
.navM .navMWrap>.list .title .icon:after {
	content: "";
	background: #333;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center center;
	transition: all .3s ease
}

.navM .navMWrap>.list .title .icon:before {
	width: 2px;
	height: 10px
}

.navM .navMWrap>.list .title .icon:after {
	width: 10px;
	height: 2px
}

.navM .navMWrap>.list .has .title .icon {
	display: block
}

.navM .navMWrap>.list .active .title .icon:before {
	transform: rotate(90deg)
}

.navM .child {
	padding: 0 5px 20px 5px;
	display: none;
	position: relative
}

.navM .child a {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding: 5px 0;
	transition: all .5s;
	position: relative
}

.navM .child a:hover {
	color: #000;
	margin-left: 10px
}

.navM .mSearch {
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	height: 56px;
	border-bottom: #f3f3f3 1px solid;
	position: relative
}

.navM .mSearch .btn {
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 15px
}

.navM .mSearch .btn .iconfont {
	font-size: 18px
}

.navM .mSearch input {
	height: 40px;
	line-height: 38px;
	border: 0;
	vertical-align: middle;
	box-sizing: border-box !important;
	color: #333;
	appearance: none;
	transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	opacity: 1;
	width: 100%;
	padding: 5px 30px 5px 15px;
	border-radius: 2px;
	font-size: 16px;
	background-color: #fff;
	position: static;
	left: 0;
	right: 0
}

.navM .other {
	padding: 10px
}

.navM .languageBtn {
	padding: 10px 0
}

.navM .languageBtn a {
	display: block;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px #ccc solid;
	margin-right: -1px;
	background: #fff
}

.inside-title {
	text-align: center;
	line-height: 1
}

.inside-title .title-1 {
	font-size: 50px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}

.inside-title .title-2 {
	font-size: 18px;
	font-weight: 400;
	color: #666
}

@media screen and (max-width:1600px) {
	.inside-title .title-1 {
		font-size: 40px
	}
	.inside-title .title-2 {
		font-size: 16px
	}
}

@media screen and (max-width:1279px) {
	.inside-title .title-1 {
		font-size: 30px;
		margin-bottom: 10px
	}
}

@media screen and (max-width:1023px) {
	.inside-title .title-1 {
		font-size: 24px;
		margin-bottom: 10px
	}
	.inside-title .title-2 {
		font-size: 14px
	}
}

.about .brief {
	color: #fff;
	width: 100%;
	min-height: 600px;
	min-height: 100vh;
	padding: 140px 0 100px 0;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}


.about .brief .container {
	width: 100%
}

.about .brief .txtbox {
	max-width: 840px;
	position: relative;
}


.about .brief .txtbox:before{
	display: block;
	content: "";
	width: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	height: 100%;
	z-index: -1;
}

/*.about .brief .title {
	display: block;
	font-size: 45px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 50px
}*/

.about .brief .title {
  display: block;
  font-size: 44px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
  padding: 0 20px;
}

.about .brief .info {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
	padding:0 20px;
}

.about .brief .more{
	padding:0 20px 20px 20px;
}

.about .brief .more a {
	display: inline-block;
	font-size: 14px;
	min-width: 170px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	text-align: center;
	color: #fff;
	background: #155f32;
	padding: 0 10px;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59)
}

.about .brief .more a:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: auto;
	background: #fff;
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: 50%;
	margin-left: -100px;
	margin-bottom: -100px;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.31, -0.105, .43, 1.59);
	transform-origin: bottom;
	transform: scale(0)
}

.about .brief .more a .iconfont {
	fill: #fff;
	font-size: 30px;
	vertical-align: middle
}

.about .brief .more a:hover {
	color: #155f32
}

.about .brief .more a:hover:before {
	transform: scale(1)
}

@media screen and (max-width:768px) {
	.about .brief .more a {
		min-width: 120px;
		height: 40px;
		line-height: 40px
	}
}

.about .ywly {
	width: 100%;
	min-height: 600px;
	min-height: 100vh;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 100px 0
}

.about .ywly .nr {
	margin-top: 80px
}

.about .ywly .list {
	margin-left: -15px;
	margin-right: -15px
}

.about .ywly .list li {
	width: 25%;
	padding: 0 15px;
	float: left
}

.about .ywly .list .box {
	border-radius: 20px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	overflow: hidden;
	display: block
}

.about .ywly .list .pic {
	overflow: hidden
}

.about .ywly .list .pic img {
	width: 100%;
	vertical-align: middle;
	transition: all .5s
}

.about .ywly .list .text {
	padding: 30px 25px 30px 25px;
	position: relative
}

.about .ywly .list .title {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px
}

.about .ywly .list .info {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.about .ywly .list .num {
	font-family: Oswald-Bold;
	color: rgba(21, 95, 50, 0.18);
	font-size: 70px;
	line-height: 1;
	position: absolute;
	bottom: -15px;
	right: 10px
}

.about .ywly .list .box:hover .pic img {
	transform: scale(1.1)
}

.about .ywly .list .box:hover .title {
	color: #155f32
}

.about .ywly .list li:nth-child(2n) {
	padding-top: 100px
}

.about .scfb {
	width: 100%;
	min-height: 600px;
	min-height: 100vh;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 100px 0
}

.about .scfb .nr {
	margin-top: 80px
}

.about .scfb .p-1 {
	text-align: center;
	font-size: 16px;
	color: #333
}

.about .scfb .p-1 .iconfont {
	color: #000;
	font-size: 22px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -3px
}

.about .scfb .tel {
	color: #155f32;
	font-size: 25px;
	font-weight: 700
}

.about .scfb .div-1 {
	margin-top: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.about .scfb .div-1 .pic {
	flex: 1;
	float: left;
	text-align: center
}

.about .scfb .text {
	width: 264px;
	float: left;
	text-align: center
}

.about .scfb .text .box {
	padding: 30px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 20px
}

.about .scfb .text .iconfont {
	color: #fff;
	font-size: 44px;
	vertical-align: middle
}

.about .scfb .dots {
	margin-bottom: 10px
}

.about .scfb .dots .dot {
	border-radius: 50%;
	background: #fff;
	margin: auto auto 8px auto
}

.about .scfb .dots .dot:last-child {
	margin-bottom: auto
}

.about .scfb .dots .dot-1 {
	width: 5px;
	height: 5px
}

.about .scfb .dots .dot-2 {
	width: 7px;
	height: 7px
}

.about .scfb .dots .dot-3 {
	width: 5px;
	height: 5px
}

.about .scfb .p-2 {
	margin-bottom: 10px
}

@media screen and (max-width:1600px) {
	.about .brief {
		padding-top: 160px;
		padding-bottom: 60px
	}
	.about .brief .title {
		font-size: 30px;
		margin-bottom: 20px
	}
	.about .ywly {
		padding: 60px 0
	}
	.about .ywly .nr {
		margin-top: 60px
	}
	.about .ywly .list .title {
		font-size: 18px;
		margin-bottom: 5px
	}
	.about .ywly .list .info {
		font-size: 14px;
		line-height: 24px;
		height: 48px
	}
	.about .ywly .list .num {
		font-size: 50px
	}
	.about .scfb {
		padding: 60px 0
	}
	.about .scfb .nr {
		margin-top: 60px
	}
}

@media screen and (max-width:1279px) {
	.about .brief {
		min-height: auto;
		display: block;
		padding-top: 60px;
		padding-bottom: 60px
	}
	.about .ywly .nr {
		margin-top: 40px
	}
	.about .scfb {
		font-size: 14px;
		line-height: 2
	}
	.about .scfb .nr {
		margin-top: 40px
	}
}

@media screen and (max-width:1023px) {
	.about .brief .title {
		font-size: 18px
	}
	.about .brief .info {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 30px
	}
	.about .ywly {
		padding: 40px 0
	}
	.about .ywly .nr {
		margin-top: 30px
	}
	.about .ywly .list {
		margin-left: -5px;
		margin-right: -5px
	}
	.about .ywly .list li {
		width: 50%;
		padding: 0 5px 10px 5px !important
	}
	.about .ywly .list .box {
		border-radius: 5px
	}
	.about .ywly .list .text {
		padding: 10px 10px
	}
	.about .ywly .list .title {
		font-size: 16px;
		margin-bottom: 5px
	}
	.about .scfb {
		padding: 40px 0
	}
	.about .scfb .nr {
		margin-top: 30px
	}
	.about .scfb .div-1 {
		display: block
	}
	.about .scfb .text {
		width: 100%;
		margin-bottom: 20px
	}
}

.inside-banner {
	position: relative
}

.inside-banner img {
	width: 100%
}

.inside-banner .text {
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 9;
	margin-top: 45px;
	top: 50%;
	transform: translateY(-50%)
}

.inside-banner .text-2 {
	text-align: left
}

.inside-banner .text-2 .title {
	font-size: 45px;
	margin-bottom: 40px
}

.inside-banner .pc {
	position: relative
}

.inside-banner .pc:after {
	content: "";
	display: block;
	padding-top: 28.125%
}

.inside-banner .mobile {
	display: none;
	position: relative
}

.inside-banner .mobile:after {
	content: "";
	display: block;
	padding-top: 42.1875%
}

.inside-banner .title {
	font-size: 55px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 2;
	margin-bottom: 10px
}

.inside-banner .info {
	font-size: 16px;
	line-height: 2;
	max-width: 834px
}

.inside-banner .bread {
	color: #fff
}

.inside-banner .bread a {
	color: #fff
}

.inside-banner .bread a:hover {
	color: #fff
}

.inside-banner .bread .iconfont {
	color: #fff
}

@media screen and (max-width:1600px) {
	.inside-banner .title {
		font-size: 40px
	}
	.inside-banner .text-2 .title {
		font-size: 40px;
		margin-bottom: 20px
	}
}

@media screen and (max-width:1280px) {
	.inside-banner .pc {
		display: none
	}
	.inside-banner .mobile {
		display: block
	}
}

@media screen and (max-width:1279px) {
	.inside-banner .text {
		margin-top: 0
	}
}

@media screen and (max-width:1023px) {
	.inside-banner .title {
		font-size: 20px;
		margin-bottom: 10px
	}
	.inside-banner .bread {
		padding: 0;
		font-size: 14px
	}
	.inside-banner .text-2 .title {
		font-size: 20px;
		margin-bottom: 10px
	}
	.inside-banner .text-2 .info {
		font-size: 14px;
		line-height: 24px
	}
}

.bread {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0
}

.bread a {
	color: #666
}

.bread a:hover {
	color: #155f32;
	text-decoration: underline
}

.bread .iconfont {
	color: #666;
	width: 16px;
	margin-right: 5px
}

.honor {
	padding-top: 100px;
	padding-bottom: 100px
}

.honor .nr {
	margin-top: 80px
}

.honor .inside-title {
	text-align: left
}

.honor .list {
	margin-left: -24px;
	margin-right: -24px
}

.honor .list li {
	width: 25%;
	float: left;
	padding: 0 24px 48px 24px
}

.honor .list .box {
	display: block;
	position: relative
}

.honor .list .pic {
	overflow: hidden;
	position: relative
}

.honor .list .pic:after {
	content: "";
	display: block;
	padding-top: 98.7654321%
}

.honor .list .pic img {
	transition: all .5s
}

.honor .list .text {
	padding: 20px 10px 20px 10px;
	text-align: center;
	transition: all .5s
}

.honor .list .title {
	color: #222;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.honor .list .line {
	background: #155f32;
	position: absolute;
	z-index: 9;
	transition: all .5s
}

.honor .list .tLine {
	width: 0;
	height: 1px;
	top: 0;
	left: 0
}

.honor .list .rLine {
	width: 1px;
	height: 0;
	bottom: 0;
	right: 0
}

.honor .list .bLine {
	height: 1px;
	width: 0;
	bottom: 0;
	right: 0
}

.honor .list .lLine {
	width: 1px;
	height: 0;
	top: 0;
	left: 0
}

.honor .list .box:hover img {
	transform: scale(1.1)
}

.honor .page {
	padding-top: 22px
}

@media screen and (max-width:1600px) {
	.honor {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.honor .nr {
		margin-top: 60px
	}
	.honor .list li {
		padding-bottom: 24px
	}
	.honor .page {
		padding-top: 0
	}
}

@media screen and (max-width:1279px) {
	.honor .nr {
		margin-top: 40px
	}
	.honor .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.honor .list li {
		padding: 0 10px 20px 10px
	}
	.honor .list .text {
		padding: 10px 0
	}
}

@media screen and (max-width:1023px) {
	.honor .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.honor .list li {
		width: 50%;
		padding: 0 10px 20px 10px
	}
	.honor .list .text {
		padding: 10px 0
	}
}

.hxjs {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden
}

.hxjs .nr {
	margin-top: 80px;
	position: relative
}

.hxjs .inside-title {
	text-align: left
}

.hxjs .list {
	margin-left: -24px;
	margin-right: -24px;
	width: 68%;
	float: left;
	margin-bottom: 160px;
	position: relative
}

.hxjs .list:before {
	content: "";
	display: block;
	background: url(../images/hxjs-pt-bg.png) no-repeat center bottom;
	width: 1260px;
	height: 160px;
	position: absolute;
	z-index: 0;
	bottom: -155px;
	right: -70px
}

.hxjs .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 30px 0 30px
}

.hxjs .list .box {
	display: block;
	position: relative
}

.hxjs .list .box:after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(../images/shadow-2.png) no-repeat center top;
	position: absolute;
	z-index: 1;
	bottom: -60px;
	left: 0
}

.hxjs .list .pic {
	overflow: hidden;
	position: relative
}

.hxjs .list .pic:after {
	content: "";
	display: block;
	padding-top: 138.11320755%
}

.hxjs .list .pic img {
	transition: all .5s
}

.hxjs .list .box:hover img {
	transform: scale(1.05)
}

.hxjs .list-2 {
	margin-bottom: 80px;
	float: right
}

.hxjs .list-2:before {
	content: "";
	display: block;
	background: url(../images/hxjs-pt-bg-2.png) no-repeat center bottom;
	width: 1260px;
	height: 160px;
	position: absolute;
	z-index: 0;
	bottom: -155px;
	left: -70px
}

.hxjs .list-3 {
	background: #155f32;
	color: #fff;
	width: 30%;
	max-width: 410px;
	float: right;
	padding: 40px 30px 50px 30px;
	position: absolute;
	top: -180px;
	right: 0
}

.hxjs .list-3:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #155f32;
	position: absolute;
	z-index: -1;
	top: -88px;
	left: 0
}

.hxjs .list-3 li {
	border-bottom: 1px rgba(255, 255, 255, 0.18) solid
}

.hxjs .list-3 li:last-child {
	border-bottom: none
}

.hxjs .list-3 .box {
	display: block;
	padding: 15px 0;
	position: relative
}

.hxjs .list-3 .title {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 42px;
	position: relative
}

.hxjs .list-3 .icon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	left: 10px
}

.hxjs .slick-dots {
	bottom: -53px;
	height: 20px;
	font-size: 0
}

.hxjs .slick-dots li {
	padding: 5px;
	width: auto;
	float: none;
	vertical-align: middle
}

.hxjs .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #155f32
}

.hxjs .slick-dots li button:before {
	display: none
}

.hxjs .slick-dots .slick-active button {
	background: #77a82e
}

@media screen and (max-width:1600px) {
	.hxjs {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.hxjs .nr {
		margin-top: 60px
	}
	.hxjs .list li {
		padding-bottom: 24px
	}
}

@media screen and (max-width:1279px) {
	.hxjs .list-3 {
		padding: 20px 20px;
		position: static;
		width: 100%;
		margin-bottom: 30px;
		max-width: 100%
	}
	.hxjs .list-3:before {
		display: none
	}
	.hxjs .list-3 li {
		width: 50%;
		float: left
	}
	.hxjs .list-3 .box {
		padding: 0
	}
	.hxjs .list-3 .title {
		font-size: 14px
	}
	.hxjs .list {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 20px;
		margin-bottom: 50px;
		width: 100%;
		width: calc(100% + 20px)
	}
	.hxjs .list:before {
		display: none
	}
	.hxjs .list li {
		padding: 0 10px
	}
	.hxjs .slick-dots {
		bottom: -40px
	}
}

@media screen and (max-width:1023px) {
	.hxjs .nr {
		margin-top: 40px
	}
	.hxjs .list-2 {
		margin-bottom: 0
	}
}

.news {
	background: #f3f3f3;
	padding-top: 100px;
	padding-bottom: 100px
}

.news .nr {
	margin-top: 80px
}

.news .inside-title {
	text-align: left
}

.news .list li {
	border-bottom: 1px #fff solid;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.news .list li:last-child {
	margin-bottom: 0
}

.news .list .box {
	display: block;
	overflow: hidden;
	width: 100%
}

.news .list .pic {
	width: 23%;
	overflow: hidden;
	float: left;
	position: relative
}

.news .list .pic:after {
	content: "";
	display: block;
	padding-top: 60%
}

.news .list .pic img {
	transition: all .5s
}

.news .list .date {
	width: 150px;
	text-align: center;
	color: #666;
	font-size: 22px;
	float: left;
	position: absolute;
	top: 0;
	left: 0
}

.news .list .date .year {
	color: #666;
	font-size: 30px;
	font-weight: 700
}

.news .list .text {
	width: 77%;
	float: left;
	padding-left: 150px;
	position: relative
}

.news .list .title {
	font-weight: 700;
	font-size: 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px
}

.news .list .info {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 50px
}

.news .list .moreBtn {
	font-size: 0
}

.news .list .moreBtn a,
.news .list .moreBtn span {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px #a5a5a7 solid;
	line-height: 28px;
	min-width: 115px;
	background: #fff;
	color: #666;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1
}

.news .list .box:hover .pic img {
	transform: scale(1.1)
}

.news .list .box:hover .date .year {
	color: #155f32
}

.news .list .box:hover .title {
	color: #155f32
}

.news .list .box:hover .moreBtn a,
.news .list .box:hover .moreBtn span {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.news .page {
	padding-top: 80px
}

@media screen and (max-width:1600px) {
	.news {
		padding: 60px 0
	}
	.news .nr {
		margin-top: 60px
	}
	.news .list .info {
		margin-bottom: 30px
	}
}

@media screen and (max-width:1279px) {
	.news {
		padding: 40px 0
	}
	.news .nr {
		margin-top: 30px
	}
	.news .list li {
		width: auto
	}
	.news .list .pic {
		width: 25%
	}
	.news .list .text {
		width: 75%
	}
	.news .list .date {
		font-size: 18px;
		line-height: 1.5
	}
	.news .list .date .year {
		font-size: 24px
	}
	.news .list .title {
		font-size: 16px;
		margin-bottom: 10px
	}
	.news .list .info {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 20px
	}
	.news .page {
		padding-top: 10px
	}
}

@media screen and (max-width:768px) {
	.news .list {
		margin-left: -5px;
		margin-right: -5px
	}
	.news .list li {
		width: 50%;
		float: left;
		padding: 0 5px 20px 5px;
		margin-bottom: 0;
		border: none
	}
	.news .list .pic {
		width: 100%
	}
	.news .list .text {
		width: 100%;
		padding: 15px 0 0 0
	}
	.news .list .date {
		display: none
	}
	.news .list .info {
		display: none
	}
	.news .list .title {
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		white-space: normal
	}
}

.case {
	padding: 100px 0
}

.case .nr {
	margin-top: 80px
}

.case .list {
	margin-left: -25px;
	margin-right: -25px;
	position: relative
}

.case .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 25px 50px 25px
}

.case .list .box {
	display: block;
	transition: all .5s;
	margin: auto
}

.case .list .pic {
	position: relative;
	margin-bottom: 20px
}

.case .list .pic span {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative
}

.case .list .pic span:after {
	content: "";
	display: block;
	padding-top: 62.05357143%
}

.case .list .pic img {
	transition: all .5s
}

.case .list .text {
	padding: 10px 25px 0 25px
}

.case .list .title {
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
	transition: all .5s
}

.case .list .info {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 30px
}

.case .list .moreBtn {
	font-size: 0
}

.case .list .moreBtn a,
.case .list .moreBtn span {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px #a5a5a7 solid;
	line-height: 28px;
	min-width: 115px;
	background: #fff;
	color: #666;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1
}

.case .list .box:hover .title {
	color: #155f32;
	font-weight: 700
}

.case .list .box:hover .pic img {
	transform: scale(1.1)
}

.case .list .box:hover .moreBtn a,
.case .list .box:hover .moreBtn span {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.case .page {
	padding-top: 30px
}

.case-2 {
	padding: 100px 0
}

.case-2 .nr {
	margin-top: 80px
}

.case-2 .list {
	margin-left: -25px;
	margin-right: -25px;
	position: relative
}

.case-2 .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 25px 50px 25px
}

.case-2 .list .box {
	display: block;
	transition: all .5s;
	margin: auto;
	position: relative
}

.case-2 .list .pic {
	position: relative
}

.case-2 .list .pic span {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative
}

.case-2 .list .pic span:after {
	content: "";
	display: block;
	padding-top: 62.05357143%
}

.case-2 .list .pic img {
	transition: all .5s
}

.case-2 .list .title {
	background: #155f32;
	display: block;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 25px;
	position: absolute;
	bottom: -20px;
	left: 40px;
	right: 40px;
	transition: all .5s
}

.case-2 .list .box:hover .title {
	background: #77a82e;
	color: #fff;
	font-weight: 700
}

.case-2 .list .box:hover .pic img {
	transform: scale(1.1)
}

.case-2 .moreBtn-3 {
	padding-top: 30px;
	text-align: center
}

@media screen and (max-width:1600px) {
	.case-2 {
		padding: 60px 0
	}
	.case-2 .nr {
		margin-top: 60px
	}
}

@media screen and (max-width:1279px) {
	.case-2 .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.case-2 .list li {
		padding: 0 10px 30px 10px
	}
	.case-2 .list .title {
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		font-size: 14px;
		padding: 0 10px;
		left: 10px;
		right: 10px
	}
}

@media screen and (max-width:1023px) {
	.case-2 {
		padding: 40px 0
	}
	.case-2 .nr {
		margin-top: 30px
	}
}

@media screen and (max-width:768px) {
	.case-2 .list li {
		width: 100%
	}
	.case-2 .list .title {
		text-align: center
	}
}

.cpxy {
	background: #eee;
	padding: 100px 0
}

.cpxy .list {
	margin-left: -38px;
	margin-right: -38px;
	position: relative
}

.cpxy .list li {
	width: 50%;
	float: left;
	padding: 0 38px 60px 38px
}

.cpxy .list .box {
	display: block;
	transition: all .5s;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08)
}

.cpxy .list .pic {
	position: relative;
	margin-bottom: 20px
}

.cpxy .list .pic span {
	overflow: hidden;
	display: block;
	position: relative
}

.cpxy .list .pic span:after {
	content: "";
	display: block;
	padding-top: 41.17647059%
}

.cpxy .list .pic img {
	transition: all .5s
}

.cpxy .list .text {
	padding: 10px 25px 30px 25px
}

.cpxy .list .title {
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
	transition: all .5s
}

.cpxy .list .title a:hover {
	color: #155f32;
	text-decoration: underline
}

.cpxy .list .info {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px
}

.cpxy .list .btns {
	font-size: 0
}

.cpxy .list .more {
	font-size: 0;
	display: inline-block;
	margin-right: 25px
}

.cpxy .list .more a,
.cpxy .list .more span {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px #155f32 solid;
	background: #155f32;
	color: #fff;
	line-height: 28px;
	min-width: 115px;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1
}

.cpxy .list .more a:hover,
.cpxy .list .more span:hover {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.cpxy .list .download {
	font-size: 0;
	display: inline-block
}

.cpxy .list .download a {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px #bcbcbf solid;
	background: #fff;
	color: #333;
	line-height: 28px;
	min-width: 115px;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1
}

.cpxy .list .download a:hover {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.cpxy .list .download .iconfont {
	margin-right: 5px;
	margin-top: -3px
}

.cpxy .list .box:hover .title {
	color: #155f32;
	font-weight: 700
}

.cpxy .list .box:hover .pic img {
	transform: scale(1.1)
}

.cpxy .list .box:hover .more a,
.cpxy .list .box:hover .more span {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.cpxy .page {
	padding-top: 20px
}

@media screen and (max-width:1600px) {
	.cpxy {
		padding: 60px 0
	}
	.cpxy .list {
		margin-left: -25px;
		margin-right: -25px
	}
	.cpxy .list li {
		padding: 0 25px 50px 25px
	}
}

@media screen and (max-width:1023px) {
	.cpxy {
		padding: 40px 0
	}
	.cpxy .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.cpxy .list li {
		padding: 0 10px 20px 10px
	}
}

@media screen and (max-width:768px) {
	.cpxy .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.cpxy .list li {
		width: 100%;
		padding: 0 10px 20px 10px
	}
}

.news-show,
.case-show {
	background: #f3f3f3;
	margin: auto;
	color: #666;
	line-height: 2;
	text-align: justify;
	padding-top: 100px;
	padding-bottom: 50px
}

.news-show .show-title,
.case-show .show-title {
	font-size: 28px;
	line-height: 57px;
	font-weight: 400;
	color: #155f32;
	margin-bottom: 20px
}

.news-show .show-info,
.case-show .show-info {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	margin-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px #d9d9dc solid;
	margin-bottom: 40px;
	position: relative
}

.news-show .show-info .icon,
.case-show .show-info .icon {
	width: 48px;
	height: 8px;
	border-top: 1px #fd461d solid;
	margin: auto;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0
}

.news-show .show-info .icon:before,
.case-show .show-info .icon:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #fd461d transparent transparent transparent;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.news-show .show-info .icon:after,
.case-show .show-info .icon:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	margin: auto;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0
}

.news-show .show-info .source,
.case-show .show-info .source {
	margin-right: 10px;
	display: inline-block
}

.news-show .show-info .date,
.case-show .show-info .date {
	margin-left: 10px;
	display: inline-block
}

.news-show .hd,
.case-show .hd {
	border-top: 1px #d9d9dc solid;
	padding-top: 70px;
	padding-left: 70px;
	padding-right: 70px;
	
}

.news-show .hd .text,
.case-show .hd .text {
	width: 60%;
	float: left;
	padding-right: 60px;
}

.news-show .hd .date,
.case-show .hd .date {
	color: #333;
	font-size: 18px;
	font-family: Roboto-Regular;
	font-weight: 100;
	line-height: 30px
}

.news-show .hd .date .day,
.case-show .hd .date .day {
	color: #155f32;
	font-size: 58px;
	line-height: 1;
	font-family: Roboto-Black
}

.news-show .hd .date .year,
.case-show .hd .date .year {
	display: block;
	padding-left: 10px
}

.news-show .hd .date .month,
.case-show .hd .date .month {
	padding-left: 10px
}

.news-show .hd .pic,
.case-show .hd .pic {
	width: 40%;
    float: right;
	text-align: right
}

.news-show .nr,
.case-show .nr {
	padding: 60px 70px;
	color: #666;
	font-size: 16px;
	line-height: 2
}

.news-show .tags,
.case-show .tags {
	margin-bottom: 40px;
	font-size: 16px
}

.news-show .tags .span-1,
.case-show .tags .span-1 {
	color: #155f32;
	font-size: 18px
}

.news-show .tags a,
.case-show .tags a {
	margin-right: 5px;
	color: #666
}

.news-show .tags a:hover,
.case-show .tags a:hover {
	color: #155f32;
	text-decoration: underline
}

@media screen and (max-width:1600px) {
	.news-show,
	.case-show {
		padding: 60px 0 20px 0
	}
	.news-show .show-title,
	.case-show .show-title {
		font-size: 30px;
		line-height: 1.5
	}
}

@media screen and (max-width:1279px) {
	.news-show,
	.case-show {
		padding: 40px 0 40px 0
	}
	.news-show .hd,
	.case-show .hd {
		padding: 0;
		border-top: none
	}
	.news-show .hd .text,
	.case-show .hd .text {
		width: 100%
	}
	.news-show .hd .date,
	.case-show .hd .date {
		margin-bottom: 30px
	}
	.news-show .hd .date>div,
	.case-show .hd .date>div {
		display: inline
	}
	.news-show .hd .date .day,
	.case-show .hd .date .day {
		display: inline;
		font-size: 18px
	}
	.news-show .hd .date .year,
	.case-show .hd .date .year {
		display: inline
	}
	.news-show .hd .pic,
	.case-show .hd .pic {
		width: auto
	}
	.news-show .hd .pic img,
	.case-show .hd .pic img {
		vertical-align: middle
	}
	.news-show .show-title,
	.case-show .show-title {
		font-size: 20px;
		margin-bottom: 10px
	}
	.news-show .show-info,
	.case-show .show-info {
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 10px
	}
	.news-show .nr,
	.case-show .nr {
		padding-top: 30px;
		font-size: 14px
	}
	.news-show .tags,
	.case-show .tags {
		font-size: 14px
	}
	.news-show .tags .span-1,
	.case-show .tags .span-1 {
		font-size: 16px
	}
}

.case-show .show-title {
	text-align: center;
	margin-bottom: 0
}

.prev-next-return {
	overflow: hidden;
	position: relative;
	font-size: 16px
}

.prev-next-return a {
	color: #333;
	display: block;
	height: 64px;
	line-height: 64px;
	overflow: hidden
}

.prev-next-return em {
	font-style: initial
}

.prev-next-return .prev,
.prev-next-return .next {
	width: 40%;
	height: 64px;
	line-height: 64px;
	float: left;
	transition: all .5s;
	overflow: hidden
}

.prev-next-return .prev a,
.prev-next-return .next a {
	border-radius: 10px;
	background-color: #fff;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.prev-next-return .prev:hover a,
.prev-next-return .next:hover a {
	background-color: #155f32;
	color: #fff
}

.prev-next-return .prev {
	padding-right: 20px
}

.prev-next-return .next {
	padding-left: 20px;
	text-align: right
}

.prev-next-return .return {
	width: 20%;
	float: left
}

.prev-next-return .return a {
	display: block;
	background-color: #fff;
	height: 64px;
	line-height: 64px;
	border-radius: 10px;
	text-align: center
}

.prev-next-return .return a svg {
	vertical-align: middle;
	margin-right: 10px;
	fill: #333
}

.prev-next-return .return a:hover {
	background: #155f32;
	color: #fff
}

.prev-next-return .return a:hover svg {
	fill: #fff
}

@media screen and (max-width:1279px) {
	.prev-next-return {
		font-size: 14px
	}
	.prev-next-return a {
		height: 50px;
		line-height: 50px
	}
	.prev-next-return .prev,
	.prev-next-return .next {
		height: 50px;
		line-height: 50px
	}
	.prev-next-return .prev a,
	.prev-next-return .next a {
		padding: 0 15px
	}
	.prev-next-return .return {
		height: 50px;
		line-height: 50px
	}
	.prev-next-return .return a {
		height: 50px;
		line-height: 50px
	}
}

@media screen and (max-width:768px) {
	.prev-next-return .list {
		margin-left: -5px;
		margin-right: -5px
	}
	.prev-next-return li {
		width: 33.33333333% !important;
		padding: 0 5px !important
	}
	.prev-next-return a {
		border-radius: 5px !important;
		height: 40px !important;
		line-height: 40px !important
	}
	.prev-next-return .prev,
	.prev-next-return .next {
		text-align: center
	}
	.prev-next-return .prev em,
	.prev-next-return .next em {
		display: none
	}
}

.related-news {
	background: #f3f3f3;
	padding: 50px 0 100px 0
}

.related-news .relatedTitle {
	margin-bottom: 20px;
	position: relative
}

.related-news .relatedTitle span {
	line-height: 44px;
	font-size: 40px;
	font-weight: 700;
	color: #000
}

.related-news .nr {
	overflow: hidden
}

.related-news .list {
	margin-left: -30px;
	margin-right: -30px
}

.related-news .list li {
	width: 50%;
	float: left;
	padding: 0 30px 0 30px
}

.related-news .list .box {
	display: block;
	padding: 0 120px 0 20px;
	position: relative
}

.related-news .list .icon {
	position: absolute;
	top: 12px;
	left: 0
}

.related-news .list .date {
	color: #292e33;
	font-size: 14px;
	font-family: arial;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 0
}

.related-news .list .title {
	color: #333;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.related-news .list .box:hover .title {
	color: #155f32
}

.related-news .list .box:hover .date {
	color: #155f32
}

.related-news .list .box:hover .icon {
	fill: #155f32
}

@media screen and (max-width:1600px) {
	.related-news {
		padding-top: 20px;
		padding-bottom: 60px
	}
	.related-news .relatedTitle span {
		font-size: 36px
	}
}

@media screen and (max-width:1279px) {
	.related-news .relatedTitle span {
		font-size: 30px
	}
	.related-news .list .title {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
	.related-news {
		padding-top: 0
	}
	.related-news .relatedTitle span {
		font-size: 24px
	}
}

@media screen and (max-width:768px) {
	.related-news .list li {
		width: 100%
	}
	.related-news .list .box {
		padding-right: 100px
	}
	.related-news .list .date {
		color: #999
	}
}

.related-case {
	background: #f3f3f3;
	padding: 50px 0 100px 0
}

.related-case .relatedTitle {
	margin-bottom: 40px;
	position: relative
}

.related-case .relatedTitle span {
	line-height: 44px;
	font-size: 40px;
	font-weight: 700;
	color: #000
}

.related-case .nr {
	overflow: hidden;
	margin-top: 0
}

@media screen and (max-width:1600px) {
	.related-case .relatedTitle span {
		font-size: 36px
	}
}

.cpxy-show {
	color: #333;
	font-size: 16px;
	line-height: 2;
	padding-top: 120px;
	padding-bottom: 100px
}

.cpxy-show .hd {
	padding: 40px 0 50px 0;
	border-bottom: 1px #dfdfe1 solid
}

.cpxy-show .hd .box {
	overflow: hidden;
	display: block;
	transition: all .5s;
	margin: auto
}

.cpxy-show .hd .pic {
	width: 50%;
	float: left;
	position: relative
}

.cpxy-show .hd .pic span {
	max-width: 680px;
	overflow: hidden;
	display: block;
	position: relative
}

.cpxy-show .hd .pic span:after {
	content: "";
	display: block;
	padding-top: 41.17647059%
}

.cpxy-show .hd .pic img {
	transition: all .5s
}

.cpxy-show .hd .text {
	width: 50%;
	float: left;
	padding: 10px 0 30px 30px
}

.cpxy-show .hd .title {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
	transition: all .5s
}

.cpxy-show .hd .title a:hover {
	color: #155f32;
	text-decoration: underline
}

.cpxy-show .hd .info {
	color: #333;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px
}

.cpxy-show .hd .btns {
	font-size: 0
}

.cpxy-show .hd .btn-1 {
	font-size: 0;
	display: inline-block;
	margin-right: 25px
}

.cpxy-show .hd .btn-1 a,
.cpxy-show .hd .btn-1 span {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px #155f32 solid;
	background: #155f32;
	color: #fff;
	line-height: 28px;
	min-width: 115px;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1
}

.cpxy-show .hd .btn-1 a:hover,
.cpxy-show .hd .btn-1 span:hover {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.cpxy-show .hd .btn-2 {
	font-size: 0;
	display: inline-block
}

.cpxy-show .hd .btn-2 a {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px #bcbcbf solid;
	background: #fff;
	color: #333;
	line-height: 28px;
	min-width: 115px;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1
}

.cpxy-show .hd .btn-2 a:hover {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.cpxy-show .hd .btn-2 .iconfont {
	margin-right: 5px;
	margin-top: -3px
}

.cpxy-show .hd .box:hover .title {
	color: #155f32;
	font-weight: 700
}

.cpxy-show .hd .box:hover .pic img {
	transform: scale(1.1)
}

.cpxy-show .hd .box:hover .more a,
.cpxy-show .hd .box:hover .more span {
	border-color: #155f32;
	background: #155f32;
	color: #fff
}

.cpxy-show .nr {
	padding-top: 30px;
	padding: 30px 30px 0 30px
}

.cpxy-show .title-1 {
	color: #333;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px
}

.cpxy-show .div-1 {
	text-align: center;
	display: flex
}

.cpxy-show .div-1>div {
	width: 50%
}

@media screen and (max-width:1600px) {
	.cpxy-show {
		padding: 60px 0
	}
}

@media screen and (max-width:1279px) {
	.cpxy-show {
		padding: 40px 0
	}
}

@media screen and (max-width:1024px) {
	
	.about .brief .txtbox:before{
		display:none;
	}
	.cpxy-show {
		font-size: 14px
	}
	.cpxy-show .hd .pic {
		width: 100%
	}
	.cpxy-show .hd .text {
		padding: 20px 0 0 0;
		width: 100%
	}
	.cpxy-show .hd .title {
		font-size: 24px
	}
	.cpxy-show .hd .info {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	.cpxy-show {
		padding-top: 0
	}
	.cpxy-show .hd {
		padding-top: 20px
	}
	.cpxy-show .hd .pic {
		width: 100%
	}
	.cpxy-show .hd .text {
		padding: 20px 0 0 0;
		width: 100%
	}
	.cpxy-show .hd .btn-1 {
		margin-right: 10px
	}
}

.business .js {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 100px 0
}

.business .js .inside-title {
	text-align: left
}

.business .js .left {
	width: 50%;
	float: left;
	background: url(../images/zs-bg.png) no-repeat center bottom;
	padding-bottom: 40px;
	position: relative
}

.business .js .left:after {
	content: "";
	display: block;
	width: 942px;
	height: 286px;
	background: url(../images/shadow.png) no-repeat center bottom;
	position: absolute;
	z-index: 0;
	bottom: -40%;
	left: 50%;
	transform: translateX(-50%)
}

.business .js .left .pic {
	border: 20px #fff solid;
	background: #f5f5f5;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	text-align: center;
	width: 358px;
	height: 386px;
	margin: auto;
	position: relative
}

.business .js .left img {
	border: 8px #383240 solid;
	vertical-align: middle
}

.business .js .right {
	width: 50%;
	float: right;
	padding-top: 40px;
	padding-left: 30px
}

.business .js .list {
	margin-top: 50px
}

.business .js .list li {
	padding-bottom: 40px
}

.business .js .list li:last-child {
	padding-bottom: 0
}

.business .js .list .title {
	color: #333;
	font-size: 22px;
	font-weight: 700
}

.business .js .list .info {
	color: #666;
	font-size: 16px
}

.business .ys {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 100px 0
}

.business .ys .nr {
	margin-top: 80px
}

.business .ys a {
	color: #fff
}

.business .ys .inside-title {
	color: #fff
}

.business .ys .inside-title .title-1 {
	color: #fff
}

.business .ys .inside-title .title-2 {
	color: #fff
}

.business .ys .list {
	margin-left: -30px;
	margin-right: -30px
}

.business .ys .list li {
	width: 50%;
	float: left;
	padding: 0 30px
}

.business .ys .list .box {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 30px 20px;
	display: flex
}

.business .ys .list .pic {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #fff;
	position: relative
}

.business .ys .list .text {
	flex: 1;
	padding-left: 25px
}

.business .ys .list .title {
	font-size: 22px;
	font-weight: 700;
	height: 40px;
	line-height: 40px
}

.business .ys .list .info {
	font-size: 16px;
	line-height: 28px;
	height: 112px;
	overflow: hidden;

}

@media screen and (max-width:1600px) {
	.business .js {
		padding: 60px 0
	}
	.business .ys {
		padding: 60px 0
	}
	.business .ys .nr {
		margin-top: 60px
	}
}

@media screen and (max-width:1279px) {
	.business .js .right {
		padding-left: 40px
	}
	.business .js .list .title {
		font-size: 18px
	}
	.business .js .list .info {
		font-size: 14px
	}
	.business .ys .nr {
		margin-top: 40px
	}
	.business .ys .list {
		margin-left: -15px;
		margin-right: -15px
	}
	.business .ys .list li {
		padding: 0 15px
	}
	.business .ys .list .title {
		font-size: 18px
	}
	.business .ys .list .info {
		font-size: 14px;
		height: 30px;
		line-height: 30px
	}
}

@media screen and (max-width:1023px) {
	.business .js {
		padding: 40px 0
	}
	.business .ys {
		padding: 40px 0
	}
	.business .ys .nr {
		margin-top: 30px
	}
	.business .ys .list {
		margin-left: -15px;
		margin-right: -15px
	}
	.business .ys .list li {
		padding: 0 15px
	}
}

@media screen and (max-width:768px) {
	.business .js .left {
		width: 100%;
		background: none
	}
	.business .js .left:after {
		display: none
	}
	.business .js .left .pic {
		width: auto;
		height: auto;
		max-width: 320px;
		padding: 0;
		border-width: 10px
	}
	.business .js .left img {
		border-width: 4px;
		position: static
	}
	.business .js .list {
		margin-top: 20px
	}
	.business .js .list li {
		padding-bottom: 20px
	}
	.business .js .right {
		width: 100%;
		padding: 0
	}
	.business .ys .list {
		margin-left: 0;
		margin-right: 0
	}
	.business .ys .list li {
		width: 100%;
		padding: 0 0 10px 0
	}
	.business .ys .list .box {
		padding: 20px 20px
	}
	.business .ys .list .pic {
		width: 50px;
		height: 50px
	}
	.business .ys .list .pic img {
		max-width: 30px
	}
	.business .ys .list .text {
		padding-left: 20px
	}
	.business .ys .list .title {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		margin-bottom: 0
	}
}

.contact {
	color: #666;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 70px
}

.contact .jieshao {
	padding-top: 100px
}

.contact .jieshao .title {
	color: #333;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5
}

.contact .jieshao .title .span-1 {
	color: #155f32
}

.contact .jieshao .info {
	color: #666;
	font-size: 18px
}

.contact .left {
	width: 36%;
	float: left
}

.contact .right {
	width: 64%;
	float: left
}

.contact .lxfs-map {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden
}

.contact .lxfs {
	color: #333;
	font-size: 16px;
	line-height: 2;
	padding-top: 20px
}

.contact .lxfs .titleBig {
	margin-bottom: 60px
}

.contact .lxfs .titleBig .cn {
	font-weight: 700;
	color: #155f32;
	font-size: 25px
}

.contact .lxfs .titleBig .en {
	font-family: Oswald-Regular;
	font-size: 16px;
	color: #666
}

.contact .lxfs .title {
	font-weight: 700;
	color: #333;
	font-size: 25px;
	margin-bottom: 10px
}

.contact .lxfs .a-1 {
	font-size: 25px;
	color: #333;
	font-weight: 700
}

.contact .lxfs .a-2 {
	color: #155f32;
	text-decoration: underline
}

@media screen and (max-width:1600px) {
	.contact .jieshao {
		padding-top: 60px
	}
	.contact .jieshao .title {
		font-size: 30px
	}
	.contact .jieshao .info {
		font-size: 14px;
		line-height: 24px
	}
	.contact .lxfs-map {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.contact .titleBig .cn {
		font-size: 24px
	}
	.contact .left {
		width: 40%
	}
	.contact .right {
		width: 60%
	}
	.contact #allmap {
		width: 100%
	}
}

@media screen and (max-width:1279px) {
	.contact .left {
		width: 100%
	}
	.contact .right {
		width: 100%
	}
	.contact .lxfs {
		padding-top: 0;
		padding-bottom: 30px
	}
	.contact .lxfs .titleBig {
		margin-bottom: 20px
	}
	.contact .lxfs .title {
		font-size: 18px;
		margin-bottom: 0
	}
	.contact .lxfs .info {
		font-size: 14px
	}
	.contact .lxfs-map {
		padding-top: 30px;
		padding-bottom: 0
	}
}

@media screen and (max-width:768px) {
	.contact .jieshao .title {
		font-size: 18px
	}
	.contact .lxfs .titleBig .cn {
		font-size: 18px
	}
	.contact .lxfs .titleBig .en {
		font-size: 12px
	}
	.contact #allmap {
		height: 400px;
		font-size: 12px
	}
	.contact #allmap .BMap_bubble_content>div {
		font-size: 12px !important
	}
	.contact #allmap .BMap_bubble_content .div-text {
		width: 300px !important
	}
}

#allmap {
	width: 1160px;
	height: 670px
}

#allmap img {
	max-width: initial;
	max-height: inherit
}

#allmap .anchorBL {
	display: none
}

.message {
	padding: 100px 0 100px 0;
	background: #f7f7f7;
	position: relative
}

.message .titleBig {
	font-weight: 700;
	color: #333;
	font-size: 35px
}

.message .nr {
	margin-top: 50px
}

.message .list {
	position: relative
}

.message .list:before {
	content: "";
	display: block;
	width: 120px;
	height: 130px;
	background: url("../images/pen.png") no-repeat center center;
	position: absolute;
	z-index: 9;
	bottom: 100px;
	right: -20px
}

.message li {
	width: 33.33333333%;
	float: left;
	padding: 0 6px 18px 6px;
	position: relative
}

.message .box {
	position: relative
}

.message .red {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 14px;
	color: #f00
}

.message .error {
	background: #f00;
	color: #fff;
	padding: 0 6px;
	border-bottom-left-radius: 6px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0
}

.message .input-form,
.message .textarea-form {
	border: none;
	border-radius: 3px;
	color: #333;
	vertical-align: middle;
	border: #d1d1d1 solid 1px;
	padding: 0 30px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	width: 100%
}

.message .input-form:focus,
.message .textarea-form:focus {
	border: #155f32 solid 1px
}

.message .textarea-form {
	line-height: 30px;
	padding: 10px 90px 10px 30px;
	width: 100%;
	padding-right: 90px;
	min-height: 140px
}

.message .textarea-form:focus {
	border: #155f32 solid 1px
}

.message .yzhm {
	width: 100%
}

.message .yzhm input {
	width: 40%
}

.message .yzhm img {
	margin-right: 5px
}

.message .btn {
	width: 100%;
	text-align: right
}

.message .btn .col-2 {
	width: 50%
}

.message .submit,
.message .reset,
.message .email {
	font-size: 16px;
	width: 33.3333333%;
	display: inline-block;
	max-width: 200px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-radius: 3px;
	color: #666;
	margin-right: 20px;
	background: #ddd;
	border: none
}

.message .submit .icon,
.message .reset .icon,
.message .email .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px
}

.message .submit:hover,
.message .reset:hover,
.message .email:hover {
	background: #eee
}

.message .submit {
	background: linear-gradient(45deg, #155f32, #77a82e);
	color: #fff
}

.message .submit:hover {
	background: #155f32
}

.message .email {
	border: 1px #d1d1d1 solid;
	background: transparent;
	line-height: 48px
}

.message .reset {
	border: 1px #d1d1d1 solid;
	background: transparent;
	line-height: 48px
}

.message .verify {
	height: 50px;
	background-color: #e5e5e5;
	position: relative
}

.message .verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border: 1px #e5e5e5 solid;
	background: #fff url(../images/icon/drag-arrow.svg) no-repeat center center;
	background-size: 20px 20px;
	z-index: 2;
	cursor: move
}

.message .verify .suc-drag-btn {
	background: #fff url(../images/icon/drag-success.svg) no-repeat center center;
	background-size: 20px 20px
}

.message .verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	line-height: 48px;
	width: 0;
	background-color: #7ac23c;
	color: #fff;
	font-size: 18px;
	text-align: center
}

.message .verify .fix-tips,
.message .verify .verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #51555c;
	z-index: 1;
	line-height: 50px;
	padding-left: 50px;
	text-align: center
}

.message .verify .verify-msg {
	padding-left: 0;
	padding-right: 50px
}

.message .verify .verify-msg {
	background-color: #7ac23c;
	color: #fff;
	display: none
}

.message .verifyDiv {
	width: 30%;
	vertical-align: middle;
	float: left;
	padding-right: 20px
}

.message .col-2 {
	width: 50%;
	float: left;
	position: relative
}

@media screen and (max-width:1600px) {
	.message {
		padding: 60px 0
	}
	.message .titleBig {
		font-size: 30px
	}
}

@media screen and (max-width:1279px) {
	.message .nr {
		margin-top: 30px
	}
	.message .titleBig {
		font-size: 24px
	}
	.message li {
		width: 50%
	}
	.message .input-form,
	.message .textarea-form {
		font-size: 14px;
		padding-left: 30px;
		padding-right: 15px
	}
	.message .verifyDiv {
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
		padding: 0
	}
	.message .btn {
		text-align: left
	}
	.message .btn .col-2 {
		width: 100%;
		padding: 0
	}
}

@media screen and (max-width:768px) {
	.message {
		padding: 40px 0
	}
	.message .titleBig {
		font-size: 24px
	}
	.message .list:before {
		display: none
	}
	.message li {
		width: 100%;
		padding-bottom: 10px
	}
	.message .verifyDiv {
		width: 100%;
		margin-bottom: 20px
	}
	.message .btn {
		text-align: left
	}
	.message .btn .col-2 {
		width: 100%;
		padding: 0;
		display: flex;
		margin-left: -5px;
		margin-right: -5px
	}
	.message .submit,
	.message .reset,
	.message .email {
		margin: 0 5px
	}
}

.job {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	color: #fff;
	padding-top: 18%;
	padding-bottom: 8%;
	text-align: center
}

.job2{display:none;}

.job .titleBig {
	margin-bottom: 60px
}

.job .titleBig .title {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative
}

.job .titleBig .title:after {
	content: "";
	display: block;
	width: 108px;
	height: 5px;
	background: #fff;
	margin: auto
}

.job .titleBig .info {
	font-size: 30px
}

.job .moreBtn-3 {
	margin-bottom: 90px
}

.job .div-1 {
	font-size: 25px
}

.job .div-1 a {
	color: #fff
}

.job .div-1 a:hover {
	text-decoration: underline
}

.job .div-1 .iconfont {
	font-size: 40px
}

@media screen and (max-width:1600px) {
	.job .titleBig .title {
		font-size: 40px
	}
	.job .titleBig .info {
		font-size: 18px
	}
	.job .moreBtn-3 {
		margin-bottom: 60px
	}
	.job .div-1 {
		font-size: 20px
	}
}

@media screen and (max-width:1279px) {
	.job {
		padding-top: 10%;
		padding-bottom: 10%
	}
}

@media screen and (max-width:768px) {
	.job {
		min-height: auto;
		padding: 0;
		background:none !important;
	}
	.job2{display:block;}
	
	.job .text{
		padding-top: 20px;
	}
	.job .titleBig{
		margin-bottom: 20px;
	}
	.job .titleBig .title {
		margin-bottom: 10px;
		color: #155f32;
		font-size: 30px
	}
	.job .titleBig .title:after {
		width: 80px;
		background: #155f32;
		height: 4px
	}
	.job .titleBig .info {
		color: #155f32;
		font-size: 16px
	}
	
	.job .moreBtn-3 {
		margin-bottom: 0
	}
	.job .div-1 {
		color: #155f32;
		font-size: 16px
	}
	.job .div-1 .iconfont {
		color: #155f32;
		font-size: 30px
	}
	
	.job .div-1 p a{
		color: #155f32;
	}
}

.join .part-1 {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	position: relative
}

.join .part-1 .container {
	min-height: 625px;
	height: 100vh;
	color: #fff;
	padding-top: calc(10% + 100px);
	padding-bottom: 10%;
	position: relative
}

.join .part-1 .titleBig-1 {
	font-size: 30px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 30%;
	transform: translateY(-50%)
}

.join .part-1 .titleBig-1 strong{
	font-size: 36px;
}

.join .part-1 .titleBig-2 {
	font-size: 35px;
	line-height: 64px;
	font-family: "楷体";
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	height: 625px;
	padding-top: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.join .part-1 .titleBig-2 .div-2 {
	text-indent: 5em
}

.join .part-2 {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	position: relative
}

.join .part-2 .container {
	min-height: 625px;
	min-height: 100vh;
	color: #fff;
	padding-top: calc(10% + 40px);
	padding-bottom: 10%;
	position: relative;
	overflow: hidden
}

.join .part-2 .titleBig {
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.join .part-2 .titleBig .span-1 {
	display: block
}

.join .part-2 .list {
	width: 80%;
	float: right
}

.join .part-2 .list li {
	width: 20%;
	float: left;
	margin-right: -1px;
	margin-top: -1px
}

.join .part-2 .list li:nth-child(1) {
	margin-left: 40%
}

.join .part-2 .list li:nth-child(4) {
	margin-left: 20%
}

.join .part-2 .list li:nth-child(6) {
	margin-right: 20%
}

.join .part-2 .list .box {
	text-align: center;
	background: #fff;
	border: 1px #e9e9e9 solid;
	padding: 20px 20px
}

.join .part-2 .list .pic {
	width: 80px;
	height: 80px;
	margin: auto auto 10px auto;
	position: relative
}

.join .part-2 .list .pic .hover {
	display: none
}

.join .part-2 .list .title {
	font-size: 18px;
	color: #4b4b4b
}

.join .part-2 .list .box:hover {
	background: #155f32
}

.join .part-2 .list .box:hover .pic .hover {
	display: block
}

.join .part-2 .list .box:hover .pic .default {
	display: none
}

.join .part-2 .list .box:hover .title {
	color: #fff;
	font-weight: 700
}

.join .ygfc {
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 60px 0;
	position: relative
}

.join .ygfc .titleBig {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.join .ygfc .titleBig .title-1 {
	font-size: 50px;
	font-weight: 700;
	color: #155f32
}

.join .ygfc .titleBig .info-1 {
	font-weight: 700;
	color: #666;
	font-size: 20px;
	position: relative;
	z-index: 1
}

.join .ygfc .titleBig .info-1:before {
	content: "";
	display: block;
	width: 195px;
	height: 18px;
	background: linear-gradient(to right, #155f32, #77a82e);
	opacity: .3;
	position: absolute;
	z-index: -1;
	bottom: 0
}

.join .ygfc .titleBig .info-1:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: #f4f4f4 transparent transparent transparent;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 178px
}

.join .ygfc .list {
	margin-left: -20px;
	margin-right: -20px
}

.join .ygfc .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 20px 40px 20px
}

.join .ygfc .list .box {
	text-align: center;
	position: relative
}

.join .ygfc .list .pic {
	overflow: hidden;
	position: relative
}

.join .ygfc .list .pic:after {
	content: "";
	display: block;
	padding-top: 66.66666667%
}

.join .ygfc .list .pic img {
	transition: all .5s
}

.join .ygfc .list .title {
	font-weight: 700;
	background: rgba(21, 95, 50, 0.62);
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.join .ygfc .list .box:hover .pic img {
	transform: scale(1.1)
}

.join .ygfc .list .box:hover .title {
	color: #fff;
	font-weight: 700
}

.join .tjhd {
	padding: 100px 0
}

.join .tjhd .inside-title {
	text-align: center
}

.join .tjhd .nr {
	margin-top: 80px
}

.join .tjhd .list {
	margin-left: -15px;
	margin-right: -15px
}

.join .tjhd .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 15px 0 15px
}

.join .tjhd .list .box {
	text-align: center;
	position: relative
}

.join .tjhd .list .pic {
	overflow: hidden;
	position: relative
}

.join .tjhd .list .pic:after {
	content: "";
	display: block;
	padding-top: 56.52173913%
}

.join .tjhd .list .pic img {
	transition: all .5s
}

.join .tjhd .list .text {
	text-align: left;
	padding: 30px 0 0 0
}

.join .tjhd .list .title {
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px
}

.join .tjhd .list .info {
	color: #333;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.join .tjhd .list .box:hover .pic img {
	transform: scale(1.1)
}

.join .tjhd .slick-prev,
.join .tjhd .slick-next {
	width: 77px;
	height: 77px;
	background: #f1f1f1;
	opacity: 1;
	z-index: 9
}

.join .tjhd .slick-prev:before,
.join .tjhd .slick-next:before {
	color: #000;
	font-size: 25px;
	opacity: 1
}

.join .tjhd .slick-prev:hover,
.join .tjhd .slick-next:hover {
	background: #155f32
}

.join .tjhd .slick-prev:hover:before,
.join .tjhd .slick-next:hover:before {
	color: #fff
}

.join .tjhd .slick-prev {
	left: -120px
}

.join .tjhd .slick-prev:before {
	content: "<"
}

.join .tjhd .slick-next {
	right: -120px
}

.join .tjhd .slick-next:before {
	content: ">"
}

.join .tjhd .slick-disabled {
	cursor: auto;
	opacity: .8;
	background: #f1f1f1 !important
}

.join .tjhd .slick-disabled:before {
	color: #000 !important
}

@media screen and (max-width:1600px) {
	.join .ygfc {
		padding-top: 60px;
		padding-bottom: 20px
	}
	.join .tjhd {
		padding: 60px 0
	}
	.join .tjhd .nr {
		margin-top: 60px
	}
}

@media screen and (max-width: 1400px) {
	.join .tjhd .slick-prev {
		left: 15px;
	}
	.join .tjhd .slick-next {
		right: 15px;
	}
}
@media screen and (max-width:1279px) {
	.join .part-1 .titleBig-2 {
		left: 0;
		font-size: 30px;
		line-height: 1.5
	}
	.join .part-1 .titleBig-1 {
		font-size: 20px
	}
	.join .part-2 .titleBig {
		font-size: 20px
	}
	.join .part-2 .list .pic {
		width: 50px;
		height: 50px
	}
	.join .part-2 .list .title {
		font-size: 14px
	}
	.join .ygfc .titleBig .title-1 {
		font-size: 24px
	}
	.join .ygfc .titleBig .info-1 {
		font-size: 14px
	}
	.join .ygfc .titleBig .info-1:before {
		width: 80%;
		height: 10px
	}
	.join .ygfc .titleBig .info-1:after {
		border-width: 10px 0 0 10px;
		left: calc(80% - 10px)
	}
	.join .ygfc .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.join .ygfc .list li {
		padding: 0 10px 20px 10px
	}
	.join .ygfc .list .title {
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
	.join .tjhd {
		padding: 40px 0
	}
	.join .tjhd .nr {
		margin-top: 30px
	}
	.join .tjhd .slick-prev,
	.join .tjhd .slick-next {
		width: 40px;
		height: 40px
	}
	.join .tjhd .slick-prev {
		left: -40px
	}
	.join .tjhd .slick-next {
		right: -40px
	}
	.join .tjhd .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.join .tjhd .list li {
		padding: 0 10px 0 10px
	}
	.join .tjhd .list .text {
		padding-top: 10px
	}
	.join .tjhd .list .title {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 5px
	}
	.join .tjhd .list .info {
		font-size: 14px;
		line-height: 24px;
		height: 48px
	}
}

@media screen and (max-width:768px) {
	.join .part-1 .container {
		min-height: 400px;
		height: auto;
		padding: 30px 0
	}
	.join .part-1 .titleBig-2 {
		font-size: 20px;
		left: 20px;
		height: auto;
		padding: 0
	}
	.join .part-1 .titleBig-2 .div-2 {
		text-indent: 0
	}
	.join .part-1 .titleBig-1 {
		padding-left: 120px;
		padding-right: 20px;
		font-size: 16px
	}
	.join .part-2 {
		padding: 40px 0
	}
	.join .part-2 .container {
		min-height: auto;
		padding: 0 15px
	}
	.join .part-2 .titleBig {
		position: static;
		line-height: 1.5;
		font-size: 18px;
		transform: translateY(0);
		margin-bottom: 30px
	}
	.join .part-2 .titleBig .span-1 {
		display: inline;
		margin: 0 5px
	}
	.join .part-2 .titleBig .icon img {
		max-width: 40px
	}
	.join .part-2 .list {
		width: 100%
	}
	.join .part-2 .list li {
		width: 33.33333333%
	}
	.join .part-2 .list li:nth-child(1) {
		margin-left: 0
	}
	.join .part-2 .list li:nth-child(4) {
		margin-left: 0
	}
	.join .part-2 .list li:nth-child(6) {
		margin-right: 0
	}
	.join .ygfc {
		padding-top: 40px;
		padding-bottom: 30px
	}
	.join .ygfc .list {
		margin-left: -5px;
		margin-right: -5px
	}
	.join .ygfc .list li {
		width: 50%;
		padding: 0 5px 10px 5px
	}
	.join .ygfc .titleBig .title-1 {
		font-size: 16px
	}
	.join .ygfc .titleBig .info-1 {
		font-size: 12px
	}
}

.culture {
	padding-top: 200px;
	padding-bottom: 250px;
	min-height: 100vh;
	color: #fff;
	overflow: hidden;
	position: relative
}

.culture .bgs {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.culture .bgs .slick-dots {
	bottom: 25px
}

.culture .slick-list,
.culture .slick-track {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.culture .bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0
}

.culture a {
	color: #fff
}

.culture .titleBig {
	width: 242px;
	height: 242px;
	border-radius: 50%;
	background: rgba(21, 95, 50, 0.66);
	color: #fff;
	padding: 30px 0 0 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.culture .titleBig .pic {
	width: 100px;
	height: 100px;
	margin: auto;
	position: relative
}

.culture .titleBig .title {
	font-size: 35px;
	font-weight: 700;
	color: #fff
}

.culture .time-move {
	position: absolute;
	width: 700px;
	height: 700px;
	top: 0;
	left: 0
}

.culture .nr {
	width: 500px;
	height: 500px;
	margin: auto;
	position: relative
}

.culture .circleBig {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px #fff dashed;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0
}

.culture .circleBig svg {
	position: absolute;
	z-index: 999;
	top: -4px;
	left: -4px;
	transform: rotate(190deg)
}

.culture .circleBig circle {
	stroke-dasharray: 314%;
	stroke-dashoffset: 314%;
	position: absolute;
	width: 504px;
	height: 504px;
	transition: all .3s linear
}

.culture .circleBig-0 circle {
	stroke-dashoffset: 170%
}

.culture .circleBig-1 circle {
	stroke-dashoffset: 86%
}

.culture .circleBig-2 circle {
	stroke-dashoffset: 0
}

.culture .list li {
	z-index: 999
}

.culture .list .box {
	cursor: pointer;
	display: block;
	min-width: 140px;
	position: relative;
	z-index: 1
}

.culture .list li {
	width: 410px
}

.culture .list .pic {
	display: block;
	background: rgba(21, 95, 50, 0.2);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px #fff solid;
	position: absolute;
	margin: auto auto 10px auto
}

.culture .list .pic:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #155f32;
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: all .5s
}

.culture .list .title {
	display: block;
	line-height: 1;
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative
}

.culture .list .title:after {
	content: "";
	display: block;
	width: 108px;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0
}

.culture .list .info {
	font-size: 20px
}

.culture .list .info .span-1 {
	display: block
}

.culture .list .active .pic:after {
	opacity: 1;
	transform: scale(1)
}

.culture .list .li-1 {
	text-align: right;
	position: absolute;
	top: 40%;
	right: 117%
}

.culture .list .li-1 .pic {
	right: -130px;
	top: -20px
}

.culture .list .li-2 {
	text-align: left;
	position: absolute;
	top: 40%;
	left: 117%
}

.culture .list .li-2 .pic {
	left: -130px;
	top: -20px
}

.culture .list .li-2 .title:after {
	left: 0
}

.culture .list .li-3 {
	width: 660px;
	text-align: center;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 92%;
	transform: translateX(-50%)
}

.culture .list .li-3 .pic {
	position: relative;
	margin: auto auto 30px auto;
	left: 0;
	right: 0;
	bottom: 0
}

.culture .list .li-3 .title:after {
	margin: auto;
	left: 0;
	right: 0
}

@media screen and (max-width:1600px) {
	.culture .titleBig .title {
		font-size: 30px
	}
	.culture .list .title {
		font-size: 30px
	}
	.culture .list .title:after {
		width: 78px;
		height: 3px
	}
	.culture .list .info {
		font-size: 16px
	}
}

@media screen and (max-width:1360px) {
	.culture .nr {
		width: 400px;
		height: 400px
	}
	.culture .nr .circleBig svg {
		width: 404px;
		height: 404px
	}
	.culture .nr .circleBig circle {
		width: 404px;
		height: 404px;
		r: 200;
		cy: 202;
		cx: 202
	}
	.culture .list li {
		width: 320px
	}
	.culture .list .li-1 .pic {
		right: -110px
	}
	.culture .list .li-2 .pic {
		left: -110px
	}
	.culture .list .li-3 {
		top: 89%
	}
	.culture .list .title {
		margin-bottom: 20px
	}
}

@media screen and (max-width:1279px) {
	.culture {
		min-height: auto;
		padding: 100px 0 180px 0
	}
	.culture .nr {
		width: 300px;
		height: 300px
	}
	.culture .nr .circleBig svg {
		width: 304px;
		height: 304px
	}
	.culture .nr .circleBig circle {
		width: 304px;
		height: 304px;
		r: 150;
		cy: 152;
		cx: 152
	}
	.culture .titleBig {
		width: 160px;
		height: 160px
	}
	.culture .titleBig .pic {
		width: 60px;
		height: 60px
	}
	.culture .titleBig .title {
		font-size: 20px
	}
	.culture .list .pic {
		width: 40px;
		height: 40px;
		border-width: 1px
	}
	.culture .list .li-1 .pic {
		right: -75px
	}
	.culture .list .li-2 .pic {
		left: -75px
	}
	.culture .list .li-3 {
		top: 92%
	}
	.culture .list .title {
		font-size: 20px;
		padding-bottom: 10px
	}
	.culture .list .title:after {
		width: 30px
	}
	.culture .list .info {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
	.culture {
		padding: 120px 0 60px 0
	}
	.culture .circleBig {
		display: none
	}
	.culture .titleBig {
		display: none
	}
	.culture .nr {
		width: auto;
		height: auto
	}
	.culture .list li {
		position: static !important;
		text-align: left !important;
		width: 100% !important;
		transform: translateX(0) !important;
		padding: 0 0 10px 0
	}
	.culture .list .box {
		border: 1px rgba(255, 255, 255, 0.1) solid;
		padding: 20px;
		display: flex
	}
	.culture .list .pic {
		position: relative;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		margin: 0 0 20px 0 !important;
		float: left
	}
	.culture .list .text {
		flex: 1;
		padding-top: 10px;
		padding-left: 20px
	}
	.culture .list .title {
		font-size: 18px;
		padding-bottom: 0;
		margin-bottom: 10px
	}
	.culture .list .title:after {
		display: none
	}
}

.site-map {
	margin: 0 auto 40px auto;
	font-size: 16px;
	overflow: hidden
}

.site-map dl {
	border: #d6dbe1 solid 1px;
	border-top: #155f32 solid 2px;
	border-bottom: none;
	margin: 20px 0 20px 0
}

.site-map dl dt {
	background: #fcfcfc;
	color: #0053a8;
	font-size: 16px;
	line-height: 50px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 0 0 20px;
	width: 100%;
	text-align: left;
	clear: both
}

.site-map dl dt a {
	color: #333
}

.site-map dl dt a:hover {
	color: #155f32
}

.site-map dl dt img {
	margin-left: 20px
}

.site-map dl dd {
	line-height: 40px;
	overflow: hidden;
	padding-top: 10px;
	clear: both
}

.site-map dl dd .p2 {
	padding: 10px 0 0 20px;
	clear: both
}

.site-map dl dd .p2 a {
	color: #155f32;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.site-map dl dd .p2 a:hover {
	color: #155f32
}

.site-map dl dd>div {
	clear: both;
	overflow: hidden;
	line-height: 40px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 10px 20px 20px 10px
}

.site-map dl dd>div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px
}

.site-map dl dd>div a:hover {
	color: #003e7e;
	background: #155f32;
	color: #fff
}

.site-map dl:hover {
	background: rgba(21, 95, 50, 0.05)
}

@media screen and (max-width:1366px) {
	.message .btn .col-2 {
		width: 60%
	}
	.about .ywly .list .num {
    
		bottom: -8px;
		
	}
}

@media screen and (max-width:1200px) {
	.case .list li {
		width: 100%
	}
	.home-news .menuTabs div {
		max-width: 100%
	}
	.scrollBtn {
		display:none;
	}
	
	.news-show .nr, .case-show .nr {
		padding-left: 0;
		padding-right: 0;
	}
}

.child a {
	color: #b7b7b7;
}

.footer .left .info a {
	display: inline-block;
    text-align: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    line-height: 40px;
	text-decoration:none;
}

.footer .left .info a:hover {
	background:#77a82e;
}

.about .brief:before {
	display: block;
    content: "";
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 100%;
}

.bus {
	height:34px;
}

.box2 {
	position:absolute;
	left: 100%;
	width: 176px;
	bottom: 50px;
}

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

.banner .slick-list {
        max-height: 100vh;
}

.navM .third {
        padding-left: 2em;
}

.banner .boxss{
	position: absolute;
	top: 25%;
	left: 22%;
}
@media(max-width:1200px){
	.banner .boxss{
		top: 5%;
		left: 20%;
	}
}

/* 加入我们 */
.recruitment .job {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 80px;
}

.container02 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.inside-title {
    text-align: center;
    line-height: 1;
}

/* .recruitment .inside-title .title { */
    /* font-size: 36px; */
    /* margin-bottom: 15px; */
/* } */

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
}

.recruitment .nr {
    margin-top: 40px;
}

.recruitment .job .menuTabs {
    width: 300px;
    float: left;
    background: #ebebeb;
    color: #333;
    font-size: 20px;
    line-height: 30px;
}

.recruitment .job .conTabs {
    color: #666;
    font-size: 16px;
    line-height: 2.25;
    background: #fff;
}

.recruitment .job .conTabs .item {
    display: none;
    padding: 40px 40px 80px 40px;
}

.recruitment .job .menuTabs li {
    padding: 20px 40px;
    cursor: pointer;
    border-bottom: 1px #e2e2e2 solid;
    position: relative;
    z-index: 1;
}

.recruitment .job .menuTabs li:hover:after, .recruitment .job .menuTabs li.active:after {
    width: 100%;
}

.recruitment .job .menuTabs li:hover, .recruitment .job .menuTabs li.active {
    color: #fff;
}

.recruitment .job .menuTabs li:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #0161b3;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
}

.recruitment .job .conTabs .div-01 {
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
	text-align: left;
}

.recruitment .job .conTabs .title {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.recruitment .job .conTabs .div-02 {
    border: none;
    padding-bottom: 0;
}

.recruitment .job .conTabs .lxfsh {
    background: #18ac88;
    color: #fff;
    line-height: 30px;
    padding: 7px 0;
    border-radius: 44px;
    text-align: center;
}

.recruitment .job .conTabs .lxfsh .span-01 {
    margin-right: 5px;
}

.recruitment .job .conTabs .lxfsh a {
    color: #fff;
}

.recruitment .job .conTabs .lxfsh a:hover {
    text-decoration:underline;
}

@media screen and (max-width: 1280px){
	.container02 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1279px){
	.recruitment .job {
		padding-bottom: 60px;
	}
	.inside-title .title {
		font-size: 24px;
	}
	.inside-title .info {
		font-size: 14px;
	}
	.recruitment .job .menuTabs {
		width: 240px;
		font-size: 16px;
	}
	.recruitment .job .menuTabs li {
		padding: 10px 20px;
	}
	.recruitment .job .conTabs {
		font-size: 14px;
	}
	.recruitment .job .conTabs .item {
		padding: 30px 30px 60px 30px;
	}
}

@media screen and (max-width: 1023px){
	.recruitment .job {
		padding-bottom: 40px;
	}
	.recruitment .job .menuTabs {
		width: 100%;
		font-size: 14px;
	}
	.recruitment .job .menuTabs li {
		width: 50%;
		float: left;
	}
	.recruitment .job .conTabs {
		clear: both;
	}
	.recruitment .job .conTabs .item {
		padding-bottom: 40px;
	}
	.recruitment .job .conTabs .div-01 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1200px){
	.recruitment .job .menuTabs li {
		height: 111px;
	}
	
}

@media screen and (max-width: 767px){
	.recruitment .job .conTabs .item {
		padding: 20px 20px 20px 20px;
	}
	.recruitment .job .conTabs .title {
		margin-bottom: 10px;
	}
	.recruitment .job .conTabs .div-02 {
		padding-bottom: 0;
	}
	.recruitment .job .conTabs .lxfsh {
		background: none;
		color: #18ac88;
		text-align: left;
	}
	.recruitment .job .conTabs .lxfsh a {
		color: #18ac88;
	}
	.recruitment .job .menuTabs li {
		height: 52px;
	}
}

