/*** Swiper 3.4.2* Most modern mobile touch slider and framework with hardware accelerated transitions** http://www.idangero.us/swiper/** Copyright 2017, Vladimir Kharlampidi* The iDangero.us* http://www.idangero.us/** Licensed under MIT** Released on: March 10, 2017*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;;
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none;
	left: 0px;
	right: auto;
}

.swiper-button-prev::before {
	content: "\e730";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: none;
	right: 0px;
	left: auto;
}

.swiper-button-next::before {
	content: "\e731";
}

.swiper-button-next, .swiper-button-prev {
	font-family: "iconfont";
	font-size: 18px;
	text-align: center;
	color: #333;
	z-index: 10;
}


html {
	font-size: 62.5%;
	height: 100%
}

body {
	margin: 0 auto;
	font-family: NHaasGroteskTXPro-Rg, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	width: 100%;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

a:hover, button:hover {
	color: #006837;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

input, textarea {
	border: none;
	background: none;
	font-family: inherit;
}

input[type="submit"], textarea[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
	cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
	cursor: pointer;
}

input:focus, textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.fix {
	*zoom: 1;
}

.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}

::selection {
	color: #fff;
	background: #006837;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.self-ellipsis-2 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.self-ellipsis-3 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.self-ellipsis-4 {
	/* display: -webkit-box !important; */
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.self-ellipsis-5 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.common-vc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.common-hc {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.common-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.nlazy {
	min-width: 20%;
}

.email {
	word-break: break-all;
}

.scale-big img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.scale-big:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.scale-small img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.scale-small:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

[class*="-item"] .item-pic, [class*="-item"] .item-pics {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

[class*="-item"] .item-pic a, [class*="-item"] .item-pics a {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

[class*="-item"] .item-title a {
	display: block;
	overflow: hidden;
}

[class*="-item"] .item-title a:hover {
	color: #006837;
}

[class*="-item"] .item-subt {
	overflow: hidden;
}

[class*="-item"] .item-subt a {
	display: block;
}

[class*="-item"] .item-subt a:hover {
	color: #006837 !important;
}

[class*="-item"] .item-desc {
	overflow: hidden;
	color: #666;
}

[class*="-item"] .item-desc a {
	display: block;
	color: #666;
}

[class*="-item"] .item-desc a:hover {
	color: #006837;
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: -30px
	}
	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: -30px
	}
	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: 30px
	}
	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: 30px
	}
	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}


::-webkit-input-placeholder { /* WebKit browsers */
	color: #999999;
	opacity: 1
}

:-o-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity: 1
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999;
	opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999999;
	opacity: 1
}

.sousuo input::-webkit-input-placeholder { /* WebKit browsers */
	color: #333;
	opacity: 1
}

.sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1
}

.sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1
}

.sousuo input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #333;
	opacity: 1
}

.containers {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.containers {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.containers {
		width: 980px;
	}
}

@media (min-width: 1260px) {
	.containers {
		width: 1230px;
	}
}

@media (min-width: 1380px) {
	.containers {
		width: 1350px;
	}
}

@media (min-width: 1540px) {
	.containers {
		width: 1510px;
	}
}

@media (min-width: 1700px) {
	.containers {
		width: 1670px;
	}
}

.container {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 980px;
	}
}

@media (min-width: 1260px) {
	.container {
		width: 1230px;
	}
}

@media (min-width: 1460px) {
	.container {
		width: 1430px;
	}
}

.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.an-bd3 {
	position: relative;
}

.an-bd3 .item-backdrop {
	content: '';
	background-color: #000;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 992px) {
	.an-bd3 .item-backdrop {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@media screen and (min-width: 992px) {
	.an-bd3:hover .item-backdrop {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.item-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.item-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/*  head  */
.head {
	background: #FFFFFF;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99;
}

.zong1 {
	width: 90%;
	max-width: 1468px;
	margin: auto;
}

.het {
	background: #006837;
	padding: 9px 0;
}

.shejiao {
	float: right;
	margin-right: 36px;
}

.shejiao a {
	display: block;
	float: left;
	line-height: 29px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-left: 17px;
	margin-top: 2px;
}

.htag {
	float: left;
	color: #ffffff;
	line-height: 32px;
	max-width: 50%;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.htag a, .htag span {
	color: #ffffff;
}


/*  sousuo  */
.sousuo {
	float: right;
	height: 24px;
	position: relative;
	z-index: 9;
	margin-top: 33px;
	padding-right: 22px;
	border-right: 1px solid #D7D7D7;
}

.sousuo form {
	width: 236px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 61px;
	background: #fff;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 18px;
	color: #2f3135;
	transition: 0.5s;
	z-index: 99999
}

.sou {
	width: 180px;
	height: 35px;
	line-height: 35px;
	border-radius: 18px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

.suo {
	width: 26px;
	height: 35px;
	float: right;
	background: none;
	position: relative;
	z-index: 9999999;
	border-radius: 18px;
	cursor: pointer;
}

.sou1 {
	width: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #333;
	font-size: 20px !important;
	cursor: pointer;
	z-index: 99990
}

.sou2 {
	width: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-size: 20px !important;
	cursor: pointer;
	z-index: 99990
}

.sousuof form {
	height: 37px;
	border: 1px solid rgba(0, 0, 0, 4);
}

.yvn {
	position: relative;
	max-width: 110px;
	padding: 33px 0 37px;
	margin-left: 17px;
}

.yvzhonga {
	display: block;
	padding-left: 46px;
	line-height: 24px;
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	cursor: pointer;
	position: relative;
	z-index: 9
}

/* .yvzhonga:before{ content:""; position:absolute; right:0px; top:7px; width: 0; border: 6px solid #333; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;} */
.yvn i {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%)
}

.yvul {
	min-width: 140px;
	position: absolute;
	top: 720%;
	right: 0px;
	background: #ffffff;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
	display: none;
}

.yvul a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	position: relative;
	padding-left: 56px;
}

.yvul a i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.hexin {
	float: left;
}

.hexin p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	line-height: 30px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif
}

.hexin a {
	color: #fff;
}

.hexin i {
	padding-right: 15px;
}

.het a:hover {
	color: #fff;
}

.het .yvzhonga:hover {
	color: #333
}

.shejiao a:hover {
	background: #333333;
	color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(221, 221, 221, 0.5);
}

.yvul a:hover {
	background: #006837;
	color: #fff
}

.head > .zong1 {
	position: relative;
	z-index: 99;
}

.logo {
	display: block;
	float: left;
	width: 220px;
	font-size: 0px;
}

.daoz {
	float: right;
	margin-right: 10px;
}

.daohang {
	max-width: 960px;
}

.daohang > li {
	float: left;
	position: relative;
	z-index: 9;
	margin-left: 2px;
	text-align: right;
}

.daohang > li > a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 34px;
	position: relative;
	overflow: hidden;
	padding: 30px 23px;
}

/* .daohang>li>a:before{ content:""; position:absolute; width:0px; height:4px; background:#FF7E0E; bottom:0px; left:50%; transform:translateX(-50%);transition:0.5s; z-index:-1} */
.daohang > li:hover > a {
	background: #006837;
	color: #fff;
}

.dangqiandao > a {
	background: #006837;
	color: #fff !important;
}

.dangqiandao > a:before {
	width: 50px !important;
}

.yijiw {
	background: #ffffff;
	position: absolute;
	width: 200px;
	top: -9999px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
}

.yiji {
}

.yiji li {
	position: relative;
	transition: 0.5s;
	padding: 5px;
}

.yiji li a {
    display: block;
   
    font-size: 1.5rem;
    line-height: 0px;
    text-align: center;
    padding: 5px;
    font-weight: 800;
}

.yiji li:hover {
}

.yiji li:hover > a {
	background: #006837;
	color: #fff;
}

.erji {
	position: absolute;
	width: 200px;
	background: #ffffff;
	top: -9999px;
	left: 100%;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
}

.sanji {
	position: absolute;
	width: 200px;
	background: #ffffff;
	top: -9999px;
	left: 100%;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
}

.daohang > li:hover .yijiw {
	top: 100%;
}

.daohang > li:hover .yiji > li > a {
	line-height: 24px;
}

.yiji > li:hover .erji {
	top: 0px;
}

.yiji > li:hover .erji > li > a {
	line-height: 24px;
}

.erji > li:hover .sanji {
	top: 0px;
}

.erji > li:hover .sanji > li > a {
	line-height: 24px;
}

.matn {
	margin-top: auto !important;
}

.ynav .dangqiandao a {
	color: #fff !important;
	background: #006837 !important;
}

.ynav {
	float: right;
	margin-top: 34px;
	margin-right: 26px;
	position: relative;
	cursor: pointer;
}

.yvnava {
	width: 22px;
	height: 22px;
}

.yvnava img {
	width: 100%;
}

.ysp1 {
	display: block;
	width: 22px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0px;
	top: 1px;
}

.ysp2 {
	display: block;
	width: 22px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}

.ysp3 {
	display: block;
	width: 22px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0px;
	bottom: 1px;
}

.yyiji {
	position: absolute;
	right: 0px;
	top: -9999px;
	width: 224px;
	border-bottom: none;
	background: #fff;
	box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
	border-radius: 5px;
	padding: 5px 0;
	z-index: 99;
}

.yyiji li {
	position: relative;
}

.yyiji li a {
	display: block;
	margin: 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
	/*font-weight: bold;*/
	line-height: 0px;
	padding: 7px;
	border-radius: 5px;
}

.yyiji li a:hover {
	background: #006837;
	color: #fff;
}

.yerji {
	position: absolute;
	right: 100%;
	top: -9999px;
	width: 200px;
	border: solid 1px #d9d9d9;
	border-bottom: none;
	background: #fff;
	padding: 5px 0;
	border-radius: 5px;
}

.ynav:hover .yyiji {
	top: 22px;
}

.ynav:hover .yyiji > li > a {
	line-height: 26px
}

.yyiji li:hover .yerji {
	top: 0px;
}

.yyiji li:hover .yerji > li > a {
	line-height: 26px
}

.xnav {
	display: none
}

/*  banner  */
.banner {
	position: relative;
	padding-top: 94px;
}

.slideshow {
	position: relative;
	z-index: 1
}

.slideshow .wp {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px;
}

.slideshow .wp img {
	max-width: 100%;
	max-height: 80%;
}

.slideshow .item a img {
	width: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	width: 5px;
}

.slick-dots li {
	display: none !important;
}

.slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	margin: 25px 0;
	border: none;
	outline: none;
	width: 5px;
	height: 5px;
	background: #fff;
	transition: 0.5s;
	position: relative;
}


.slick-prev, .slick-next {
	width: 34px;
	height: 34px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	transition: 0.5s;
}

.slick-prev {
	position: absolute;
	z-index: 999;
	background: url("") no-repeat center;
	bottom: 120px;
}

.slick-next {
	position: absolute;
	z-index: 999;
	background: url("") no-repeat center;
	bottom: 65px;
}

.slideshow .item.slick-active.item_one img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}

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

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

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

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

.slick-slider .slick-list, .slick-slider .slick-track {
	-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 {
	top: 0;
	left: 0
}

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

.slick-track:after {
	clear: both
}

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

[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-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

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

.slideshow .item {
	position: relative;
}

.slideshow .item iframe, .slideshow .item video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	border: none;
}

@media screen and (max-width: 1699px) {
	.logo {
		width: 206px;
	}

	.daoz {
		margin-right: 10px;
	}

	.daohang {
		max-width: 920px;
	}

	.daohang > li > a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 29px 20px;
	}

	.ynav {
		margin-top: 32px;
		margin-right: 22px;
	}

	.sousuo {
		height: 24px;
		margin-top: 32px;
	}

	.sousuo form {
		top: 58px;
	}

	.banner {
		padding-top: 88px;
	}

	.yvn {
		padding: 31px 0 33px;
		margin-left: 16px;
	}

	.yvzhonga {
		padding-left: 42px;
		line-height: 24px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 1539px) {
	.logo {
		width: 192px;
	}

	.daoz {
		margin-right: 10px;
	}

	.daohang {
		max-width: 800px;
	}

	.daohang > li > a {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
		padding: 26px 18px;
	}

	.ynav {
		margin-top: 30px;
		margin-right: 20px;
	}

	.sousuo {
		height: 24px;
		margin-top: 30px;
	}

	.sousuo form {
		top: 52px;
	}

	.banner {
		padding-top: 82px;
	}

	.yvn {
		padding: 28px 0 30px;
		margin-left: 16px;
	}

	.yvzhonga {
		padding-left: 42px;
		line-height: 24px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 1379px) {
	.logo {
		width: 178px;
	}

	.daohang {
		max-width: 760px;
	}

	.daoz {
		margin-right: 10px;
	}

	.daohang > li > a {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 28px;
		padding: 24px 16px;
	}

	.ynav {
		margin-top: 26px;
		margin-right: 16px;
	}

	.sousuo {
		height: 24px;
		margin-top: 26px;
		padding-right: 16px;
	}

	.sousuo form {
		top: 52px;
	}

	.banner {
		padding-top: 76px;
	}

	.yvn {
		padding: 26px 0 26px;
		margin-left: 12px;
	}

	.yvzhonga {
		padding-left: 40px;
		line-height: 24px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 1259px) {
	.logo {
		width: 178px;
	}

	.daohang {
		max-width: 590px;
	}

	.daoz {
		margin-right: 6px;
	}

	.daohang > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 28px;
		padding: 24px 10px;
	}

	.ynav {
		margin-top: 26px;
		margin-right: 12px;
	}

	.sousuo {
		height: 24px;
		margin-top: 26px;
		padding-right: 12px;
	}

	.sousuo form {
		top: 52px;
	}

	.banner {
		padding-top: 76px;
	}

	.yvn {
		padding: 26px 0 26px;
		margin-left: 10px;
	}

	.yvzhonga {
		padding-left: 40px;
		line-height: 24px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 992px) {
	.carousel, .nav, .clear3 {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.logo {
		width: 173px;
	}

	.banner {
		padding-top: 74px;
	}

	.het {
		padding: 0px;
	}

	.daoz, .yijiw, .yiji2, .htag, .hexin, .shejiao, .sousuo {
		display: none
	}

	.clear3 {
		clear: both;
	}

	.header-top {
		background: #fff;
		position: relative;
		padding: 10px 0;
	}

	.header-top .item-text {
		display: none
	}

	.ynav {
		display: none
	}

	.slick-prev, .slick-next {
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.slick-prev {
		bottom: 50px;
	}

	.slick-next {
		bottom: 20px;
	}

	.yvn {
		padding: 25px 0;
		margin-right: 38px;
		margin-left: 0px;
	}

	.xnav {
		display: block
	}

	.nav {
		position: fixed;
		width: 35px;
		height: 25px;
		background: #006837;
		right: 10px;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999
	}

	.nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.5s;
		z-index: 99999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -8px;
	}

	.nav .nav3 {
		margin-top: 6px;
	}

	.nav:hover .nav1 {
		width: 25px;
	}

	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	.navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	.navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	.smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: #000;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9999999;
		transition: 0.5s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	ul.topnav li {
		text-align: left;
		position: relative;
	}

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
	}

	ul.topnav ul {
		display: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}

	ul.topnav ul li a:hover {
	}

	ul.topnav ul ul li a {
		padding-left: 40px;
	}

	ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 26px;
		line-height: 26px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 10px;
		top: 5px;
	}
}

/* ***************    index    ******************** */
.section {
	position: relative;
	width: 100%;
}

.sec1 {
	position: relative;
	width: 100%;
	padding: 100px 0 2.03125%;
	background: url(../images/sec1-bgi.png) no-repeat top center;
	background-size: cover;
}

.sec-title {
	font-size: 40px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 50px;
}

.sec1-list {
	text-align: center;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 78px;
	padding-bottom: 92px;
	font-size: 0;
	letter-spacing: 0;
}

.sec1-list-item {
	text-align: center;
	width: auto;
}

.sec1-list-item .item-top {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	max-width: 260px;
	overflow: hidden;
}

.sec1-list-item .item-bottom {
	font-size: 4.2rem;
	margin-top: 8px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #006837 !important;
	line-height: 72px;
	max-width: 260px;
	overflow: hidden;
}

.sec1-about {
	position: relative;
	width: 100%;
}

.sec1-about-img {
	width: 100%;
	max-width: 831px;
	position: relative;
}

.sec1-about-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 58.72442839951865%;
}

.sec1-about-img .item-pic .video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.sec1-about-info {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 663px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec1-about-box {
	width: 100%;
	background: #006837;
	padding: 65px 48px 36px 44px;
}

.sec1-about-title {
	font-size: 28px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 48px;
}

.sec1-about-text {
	font-size: 16px;
	min-height: 120px;
	overflow: hidden;
	margin-top: 22px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 42px;
}

.sec1-about-href {
	padding-top: 16px;
	border-top: 1px solid #E9E9E9;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.sec1-about-href .iconfont {
	font-size: 14px;
	color: #fff;
	margin-left: 6px;
}

.sec1-about-href a, .sec1-about-text a {
	color: #fff;
}

.sec1-about-href a:hover, .sec1-about-text a:hover {
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec1 {
		padding: 5% 0 7%;
	}

	.sec-title {
		font-size: 34px;
		line-height: 42px;
	}

	.sec1-list {
		padding-top: 66px;
		padding-bottom: 80px;
	}

	.sec1-list-item .item-top {
		font-size: 17px;
		line-height: 26px;
	}

	.sec1-list-item .item-bottom {
		font-size: 54px;
		margin-top: 8px;
		line-height: 64px;
	}

	.sec1-about-img {
		max-width: 800px;
	}

	.sec1-about-info {
		width: 600px;
	}

	.sec1-about-box {
		padding: 54px 40px 32px 40px;
	}

	.sec1-about-title {
		font-size: 24px;
		line-height: 40px;
	}

	.sec1-about-text {
		font-size: 16px;
		min-height: 112px;
		margin-top: 18px;
		line-height: 28px;
		margin-bottom: 36px;
	}

	.sec1-about-href {
		padding-top: 12px;
		font-size: 14px;
		line-height: 24px;
	}

	.sec1-about-href .iconfont {
		font-size: 14px;
		margin-left: 6px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec1 {
		padding: 4.8% 0 6.9%;
	}

	.sec-title {
		font-size: 28px;
		line-height: 36px;
	}

	.sec1-list {
		padding-top: 54px;
		padding-bottom: 68px;
	}

	.sec1-list-item .item-top {
		font-size: 16px;
		line-height: 26px;
	}

	.sec1-list-item .item-bottom {
		font-size: 50px;
		margin-top: 8px;
		line-height: 60px;
	}

	.sec1-about-img {
		max-width: 700px;
	}

	.sec1-about-info {
		width: 400px;
	}

	.sec1-about-box {
		padding: 38px 24px 28px 20px;
	}

	.sec1-about-title {
		font-size: 20px;
		line-height: 36px;
	}

	.sec1-about-text {
		font-size: 14px;
		min-height: 96px;
		margin-top: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.sec1-about-href {
		padding-top: 12px;
		font-size: 14px;
		line-height: 24px;
	}

	.sec1-about-href .iconfont {
		font-size: 12px;
		margin-left: 6px;
	}
}

@media (max-width: 991px) {
	.sec1 {
		padding: 4.5% 0 6.5%;
	}

	.sec-title {
		font-size: 24px;
		line-height: 32px;
	}

	.sec1-list {
		padding-top: 40px;
		padding-bottom: 52px;
	}

	.sec1-list-item .item-top {
		font-size: 14px;
		line-height: 24px;
	}

	.sec1-list-item .item-bottom {
		font-size: 36px;
		margin-top: 8px;
		line-height: 45px;
	}

	.sec1-about-img {
		max-width: 100%;
	}

	.sec1-about-info {
		width: 100%;
		position: relative;
	}

	.sec1-about-box {
		padding: 30px 18px 20px;
	}

	.sec1-about-title {
		font-size: 20px;
		line-height: 36px;
	}

	.sec1-about-text {
		font-size: 14px;
		min-height: 96px;
		margin-top: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.sec1-about-href {
		padding-top: 12px;
		font-size: 14px;
		line-height: 24px;
	}

	.sec1-about-href .iconfont {
		font-size: 12px;
		margin-left: 6px;
	}

	.attribute {
		margin-top: 32px;
	}

	.attribute .name {
		height: 36px;
		font-size: 16px;
		line-height: 34px;
	}
}

@media (max-width: 680px) {
	.sec1 {
		padding: 4.2% 0 6%;
	}

	.sec-title {
		font-size: 20px;
		line-height: 30px;
	}

	.sec1-list {
		padding-top: 32px;
		padding-bottom: 30px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-top {
		font-size: 14px;
		line-height: 24px;
	}

	.sec1-list-item .item-bottom {
		font-size: 30px;
		margin-top: 0px;
		line-height: 42px;
	}

	.sec1-about-img {
		max-width: 100%;
	}

	.sec1-about-info {
		width: 100%;
		position: relative;
	}

	.sec1-about-box {
		padding: 30px 18px 20px;
	}

	.sec1-about-title {
		font-size: 18px;
		line-height: 32px;
	}

	.sec1-about-text {
		font-size: 14px;
		min-height: 96px;
		margin-top: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.sec1-about-href {
		padding-top: 12px;
		font-size: 14px;
		line-height: 24px;
	}

	.sec1-about-href .iconfont {
		font-size: 12px;
		margin-left: 6px;
	}
}

@media (max-width: 475px) {
	.sec1 {
		padding: 4.2% 0 6%;
	}

	.sec-title {
		font-size: 20px;
		line-height: 30px;
	}

	.sec1-list {
		padding-top: 32px;
		padding-bottom: 30px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-top {
		font-size: 12px;
		line-height: 20px;
	}

	.sec1-list-item .item-bottom {
		font-size: 24px;
		margin-top: 0px;
		line-height: 42px;
	}

	.sec1-about-img {
		max-width: 100%;
	}

	.sec1-about-info {
		width: 100%;
		position: relative;
	}

	.sec1-about-box {
		padding: 30px 18px 20px;
	}

	.sec1-about-title {
		font-size: 16px;
		line-height: 32px;
	}

	.sec1-about-text {
		font-size: 12px;
		min-height: 88px;
		margin-top: 10px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.sec1-about-href {
		padding-top: 12px;
		font-size: 12px;
		line-height: 24px;
	}

	.sec1-about-href .iconfont {
		font-size: 12px;
		margin-left: 6px;
	}
}

.sec2 {
	position: relative;
	width: 100%;
}

.sec2-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}

.swiper-sec2 {
	position: relative;
	width: 100%;
}

.sec2-pagination {
	position: absolute;
	bottom: auto;
	top: 0;
	left: auto;
	right: 50%;
	width: 114px;
	text-align: center;
	background: #FFFFFF;
	font-size: 18px;
	color: #333;
	line-height: 80px;
}

.sec2-pagination span:nth-of-type(1) {
	color: #006837;
}

.swiper-sec2 .swiper-button {
	top: 0;
	margin-top: 0;
	width: 114px;
	text-align: center;
	background: rgba(255, 255, 255, .4);
	font-size: 30px;
	color: #fff;
	line-height: 80px;
	right: auto;
	height: auto;
}

.swiper-sec2 .swiper-button:hover {
	background: rgba(255, 255, 255, .7);
}

.sec2-button-prev {
	left: 50%;
}

.sec2-button-next {
	left: calc(50% + 114px);
}

.sec2-tbody-item {
	display: flex;
	flex-wrap: wrap;
}

.sec2-tbody-img {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.sec2-tbody-img .item-pic img {
	width: 100%;

}

.sec2-tbody-info {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.sec2-info-box {
	width: 100%;
	height: 100%;
	background: url(../images/sec2-item2.png) no-repeat center center;
	background-size: cover;
	padding: 15.916667% 5% 0;
}

.sec2-info-box .item-icon {
	width: 64px;
	position: relative;
	color: #fff;
	margin-bottom: 16px;
}

.sec2-info-box .item-title {
	font-size:30px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #FFFFFF;
	line-height: 60px;
}

.sec2-info-box .item-text {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
	margin-top: 34px;
}

.sec2-info-box .item-btn {
	/*margin-top: 70px;*/
	margin-bottom: 3%;
}

.sec2-info-box .item-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 180px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 33px;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.sec2-info-box .item-btn a:hover {
	background: #fff;
	color: #006837;
}

.sec2-info-box .item-title a, .sec2-info-box .item-text a {
	color: #fff;
}

@media (min-width: 1660px) and (max-width: 1800px) {
	.sec2-pagination {
		width: 100px;
		font-size: 18px;
		line-height: 70px;
	}

	.swiper-sec2 .swiper-button {
		width: 100px;
		font-size: 24px;
		line-height: 70px;
	}

	.sec2-button-prev {
		left: 50%;
	}

	.sec2-button-next {
		left: calc(50% + 100px);
	}

	.sec2-tbody-img {
		width: 50%;
	}

	.sec2-tbody-info {
		width: 50%;
	}

	.sec2-info-box {
		padding: 36% 130px 0;
	}

	.sec2-info-box .item-icon {
		width: 56px;
		margin-bottom: 12px;
	}

	.sec2-info-box .item-title {
		font-size: 30px;
		line-height: 54px;
	}

	.sec2-info-box .item-text {
		font-size: 22px;
		line-height: 40px;
		margin-top: 40px;
	}

	.sec2-info-box .item-btn {
		margin-top: 56px;
	}

	.sec2-info-box .item-btn a {
		min-width: 172px;
		font-size: 16px;
		line-height: 30px;
		padding: 8px 20px;
	}
}

@media (min-width: 1460px) and (max-width: 1659px) {
	.sec2-pagination {
		width: 80px;
		font-size: 18px;
		line-height: 60px;
	}

	.swiper-sec2 .swiper-button {
		width: 80px;
		font-size: 24px;
		line-height: 60px;
	}

	.sec2-button-prev {
		left: 50%;
	}

	.sec2-button-next {
		left: calc(50% + 80px);
	}

	.sec2-tbody-img {
		width: 50%;
	}

	.sec2-tbody-info {
		width: 50%;
	}

	.sec2-info-box {
		padding: 32% 100px 0;
	}

	.sec2-info-box .item-icon {
		width: 56px;
		margin-bottom: 12px;
	}

	.sec2-info-box .item-title {
		font-size: 30px;
		line-height: 48px;
	}

	.sec2-info-box .item-text {
		font-size: 20px;
		line-height: 36px;
		margin-top: 40px;
	}

	.sec2-info-box .item-btn {
		margin-top: 56px;
	}

	.sec2-info-box .item-btn a {
		min-width: 160px;
		font-size: 16px;
		line-height: 28px;
		padding: 8px 18px;
	}
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec2-pagination {
		width: 80px;
		font-size: 18px;
		line-height: 60px;
	}

	.swiper-sec2 .swiper-button {
		width: 80px;
		font-size: 24px;
		line-height: 60px;
	}

	.sec2-button-prev {
		left: 50%;
	}

	.sec2-button-next {
		left: calc(50% + 80px);
	}

	.sec2-tbody-img {
		width: 50%;
	}

	.sec2-tbody-info {
		width: 50%;
	}

	.sec2-info-box {
		padding: 30% 88px 0;
	}

	.sec2-info-box .item-icon {
		width: 50px;
		margin-bottom: 12px;
	}

	.sec2-info-box .item-title {
		font-size: 30px;
		line-height: 44px;
	}

	.sec2-info-box .item-text {
		font-size: 18px;
		line-height: 32px;
		margin-top: 40px;
	}

	.sec2-info-box .item-btn {
		margin-top: 56px;
	}

	.sec2-info-box .item-btn a {
		min-width: 160px;
		font-size: 16px;
		line-height: 28px;
		padding: 8px 18px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec2-pagination {
		width: 72px;
		font-size: 18px;
		line-height: 54px;
	}

	.swiper-sec2 .swiper-button {
		width: 72px;
		font-size: 20px;
		line-height: 54px;
	}

	.sec2-button-prev {
		left: 50%;
	}

	.sec2-button-next {
		left: calc(50% + 72px);
	}

	.sec2-tbody-img {
		width: 50%;
	}

	.sec2-tbody-info {
		width: 50%;
	}

	.sec2-info-box {
		padding: 28% 70px 0;
	}

	.sec2-info-box .item-icon {
		width: 44px;
		margin-bottom: 10px;
	}

	.sec2-info-box .item-title {
		font-size: 28px;
		line-height: 42px;
	}

	.sec2-info-box .item-text {
		font-size: 16px;
		line-height: 32px;
		margin-top: 30px;
	}

	.sec2-info-box .item-btn {
		margin-top: 50px;
	}

	.sec2-info-box .item-btn a {
		min-width: 140px;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 16px;
	}
}

@media (max-width: 991px) {
	.sec2-pagination {
		width: 60px;
		font-size: 18px;
		line-height: 44px;
		top: auto;
		bottom: 0;
		transform: translateX(50%);
	}

	.swiper-sec2 .swiper-button {
		width: 60px;
		font-size: 20px;
		line-height: 44px;
		top: auto;
		bottom: 0;
	}

	.sec2-button-prev {
		left: 50%;
		transform: translateX(-150%);
	}

	.sec2-button-next {
		right: 50%;
		left: auto;
		transform: translateX(150%);
	}

	.sec2-tbody-img {
		width: 100%;
	}

	.sec2-tbody-info {
		width: 100%;
	}

	.sec2-info-box {
		padding: 15% 80px;
	}

	.sec2-info-box .item-icon {
		width: 44px;
		margin-bottom: 10px;
	}

	.sec2-info-box .item-title {
		font-size: 28px;
		line-height: 42px;
	}

	.sec2-info-box .item-text {
		font-size: 16px;
		line-height: 32px;
		margin-top: 30px;
	}

	.sec2-info-box .item-btn {
		margin-top: 50px;
	}

	.sec2-info-box .item-btn a {
		min-width: 140px;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 16px;
	}
}

@media (max-width: 767px) {
	.sec2-pagination {
		width: 60px;
		font-size: 18px;
		line-height: 44px;
		top: auto;
		bottom: 0;
		transform: translateX(50%);
	}

	.swiper-sec2 .swiper-button {
		width: 60px;
		font-size: 20px;
		line-height: 44px;
		top: auto;
		bottom: 0;
	}

	.sec2-button-prev {
		left: 50%;
		transform: translateX(-150%);
	}

	.sec2-button-next {
		right: 50%;
		left: auto;
		transform: translateX(150%);
	}

	.sec2-tbody-img {
		width: 100%;
	}

	.sec2-tbody-info {
		width: 100%;
	}

	.sec2-info-box {
		padding: 15% 60px;
	}

	.sec2-info-box .item-icon {
		width: 40px;
		margin-bottom: 10px;
	}

	.sec2-info-box .item-title {
		font-size: 20px;
		line-height: 36px;
	}

	.sec2-info-box .item-text {
		font-size: 14px;
		line-height: 30px;
		margin-top: 20px;
	}

	.sec2-info-box .item-btn {
		margin-top: 40px;
	}

	.sec2-info-box .item-btn a {
		min-width: 120px;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 16px;
	}
}

@media (max-width: 480px) {
	.sec2-tbody-img {
		width: 100%;
	}

	.sec2-tbody-info {
		width: 100%;
	}

	.sec2-info-box {
		padding: 10% 20px 18%;
	}

	.sec2-info-box .item-icon {
		width: 40px;
		margin-bottom: 10px;
	}

	.sec2-info-box .item-title {
		font-size: 20px;
		line-height: 36px;
	}

	.sec2-info-box .item-text {
		font-size: 14px;
		line-height: 30px;
		margin-top: 14px;
	}

	.sec2-info-box .item-btn {
		margin-top: 20px;
	}

	.sec2-info-box .item-btn a {
		min-width: 120px;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 16px;
	}
}

.sec3 {
	position: relative;
	width: 100%;
	padding: 40px 0 50px;
}

.sec3-text {
	max-width: 1056px;
	margin: 28px auto 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.sec3-swiper {
	position: relative;
	width: 100%;
	margin-top: 60px;
}

.swiper-sec3 {
	position: relative;
	width: 100%;
	padding: 12px 0 86px;
}

.swiper-sec3 .sec3-pagination {
	bottom: 8px;
	font-size: 0;
	letter-spacing: 0;
}

.sec3-item {
	display: block;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1300);
}

.sec3-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
}

.sec3-item .item-pic .item-backdrop {
	display: block;
	width: 100%;
	position: absolute;
	left: 1000%;
	top: 0;
	bottom: 0;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}

.sec3-item .item-pic .item-backdrop .item-linkbox {
	width: 52px;
	height: 52px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}

.sec3-item:hover .item-pic .item-backdrop, .sec3-item .item-pic:hover .item-backdrop {
	left: 0;
	right: 0;
}

.sec3-item .item-body {
	position: relative;
	padding: 30px 23px 35px;
}

.sec3-item .item-body::before {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	top: 0;
	height: 1px;
	background: #CCCCCC;
}

.sec3-item .item-body .item-title {
	font-size: 20px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 30px;
}

.sec3-item .item-body .item-desc {
	font-size: 16px;
	margin-top: 12px;
	color: #666666;
	line-height: 30px;
}

.sec4, .sec4-tbody {
	position: relative;
	width: 100%;
}

.sec4-tbody a {
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
}

.indexCasesbg {
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.indexCases {
	transition: all .5s ease-out;
	background-image: url(../images/case.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.indexCases ul {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 88;
}

.indexCases ul li {
	position: inherit;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
}

.indexCases ul li div.content {
	position: relative;
	height: 280px;
	border: 1px solid transparent;
	padding: 30px 10%
}

.indexCases ul li div.content h3 {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

.indexCases ul li div.content h4 {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	font-weight: normal;
}

.indexCases ul li div.content h4:after {
	position: absolute;
	width: 40px;
	bottom: -60px;
	border-top: 1px solid #fff;
	padding-top: 25px;
	display: block;
	content: "";
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.indexCases ul li:nth-child(1) {
	display: none
}

.indexCases ul li:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, .5);
}

.indexCases ul li:nth-child(3) {
	border-left: 1px solid rgba(255, 255, 255, .5);
}

.indexCases ul li:nth-child(4) {
	border-left: 1px solid rgba(255, 255, 255, .5);
}

.indexCases ul li:nth-child(4) div.content {
	bottom: 0px;
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.indexCases ul li:nth-child(5) {
	border-left: 1px solid rgba(255, 255, 255, .5);
}

.indexCases ul li:nth-child(5) div.content {
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.indexCases ul li div.content:hover {
	background: #006837;
	border: 1px solid #006837;
}

.indexCases ul li div.content:hover h4:after {
	bottom: -300%;
}

.indexCases ul li div.Casescur {
	background: #006837;
	border: 1px solid #006837 !important;
}

.indexCases ul li div.Casescur h4:after {
	bottom: -300% !important;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.indexCases ul li div.Casescur:hover h4:after {
	background: url(../images/img10.png) no-repeat 100% bottom;
}

.indexCasesimgbg {
	position: absolute;
	z-index: 9;
	/*background-color: rgba(0, 0, 0, 0.4);*/
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.indexCasesimgbg p {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


@media (min-width: 1260px) and (max-width: 1459px) {
	.sec3 {
		padding: 110px 0 44px;
	}

	.sec3-text {
		max-width: 1030px;
		margin: 24px auto 0;
		font-size: 16px;
		line-height: 28px;
	}

	.sec3-swiper {
		margin-top: 50px;
	}

	.swiper-sec3 {
		padding: 10px 0 74px;
	}

	.sec3-item .item-pic .item-backdrop .item-linkbox {
		width: 48px;
		height: 48px;
	}

	.sec3-item .item-body {
		padding: 28px 20px 30px;
	}

	.sec3-item .item-body::before {
		left: 16px;
		right: 16px;
	}

	.sec3-item .item-body .item-title {
		font-size: 20px;
		line-height: 30px;
	}

	.sec3-item .item-body .item-desc {
		font-size: 16px;
		margin-top: 10px;
		line-height: 28px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec3 {
		padding: 5% 0 36px;
	}

	.sec3-text {
		max-width: 1030px;
		margin: 20px auto 0;
		font-size: 14px;
		line-height: 26px;
	}

	.sec3-swiper {
		margin-top: 40px;
	}

	.swiper-sec3 {
		padding: 10px 0 60px;
	}

	.sec3-item .item-pic .item-backdrop .item-linkbox {
		width: 42px;
		height: 42px;
	}

	.sec3-item .item-body {
		padding: 24px 18px 28px;
	}

	.sec3-item .item-body::before {
		left: 16px;
		right: 16px;
	}

	.sec3-item .item-body .item-title {
		font-size: 18px;
		line-height: 28px;
	}

	.sec3-item .item-body .item-desc {
		font-size: 14px;
		margin-top: 10px;
		line-height: 26px;
	}
}

@media (max-width: 991px) {
	.sec3 {
		padding: 4.8% 0 30px;
	}

	.sec3-text {
		margin: 16px auto 0;
		font-size: 14px;
		line-height: 24px;
	}

	.sec3-swiper {
		margin-top: 30px;
	}

	.swiper-sec3 {
		padding: 10px 0 40px;
	}

	.sec3-item .item-pic .item-backdrop .item-linkbox {
		width: 36px;
		height: 36px;
	}

	.sec3-item .item-body {
		padding: 20px 14px 20px;
	}

	.sec3-item .item-body::before {
		left: 16px;
		right: 16px;
	}

	.sec3-item .item-body .item-title {
		font-size: 16px;
		line-height: 26px;
	}

	.sec3-item .item-body .item-desc {
		font-size: 13px;
		margin-top: 8px;
		line-height: 24px;
	}
}

@media (max-width: 721px) {
	.sec3 {
		padding: 4.5% 0 30px;
	}

	.sec3-text {
		margin: 16px auto 0;
		font-size: 12px;
		line-height: 22px;
	}

	.sec3-swiper {
		margin-top: 20px;
	}

	.swiper-sec3 {
		padding: 10px 0 30px;
	}

	.sec3-item .item-pic .item-backdrop .item-linkbox {
		width: 36px;
		height: 36px;
	}

	.sec3-item .item-body {
		padding: 16px 10px 20px;
	}

	.sec3-item .item-body::before {
		left: 14px;
		right: 14px;
	}

	.sec3-item .item-body .item-title {
		font-size: 16px;
		line-height: 26px;
	}

	.sec3-item .item-body .item-desc {
		font-size: 12px;
		margin-top: 6px;
		line-height: 22px;
	}
}

@media (min-width: 768px) {

	.indexCases ul li {
		position: inherit;
		float: left;
		left: 0px;
		top: 0px;
		width: 25%;
	}

	.indexCases ul li:nth-child(4) div.content {
		bottom: 0px;
		border-top: none;
	}

	.Caseslistbox span {
		opacity: 0;
		transition: all .3s ease;
	}

	.Caseslistbox:hover span {
		opacity: 1
	}

	.Casesdetail img.binimages {
		display: none;
	}

	.Contactaddre dt p.tel span {
		width: 50%;
		display: inline-block;
	}

	.Contactaddre dt p.tel span.tel2 {
		margin-top: 0px;
	}

	.Contactlist li:nth-child(2n+1) {
		clear: left;
	}


	.CasesArrow {
		margin-top: -28px;
		width: 57px;
		height: 57px;
	}

	.Casesdetailcontent h3 {
		font-size: 40px;
		color: #333;
		padding-bottom: 45px;
	}

	.Casesdetaildesc {
		font-size: 16px;
		padding-top: 45px;
	}

	.Casesdetailcontentbg {
		padding: 90px 0px 60px;
	}

	.Casebg {
		padding: 55px 0px 80px;
	}

	.Caselist ul li {
		float: left;
	}

	.Caselist ul li:nth-child(1) {
		width: 65%;
	}

	.Caselist ul li:nth-child(1) div.Caseinfo {
		margin-left: 12%;
		margin-top: -50px;
		z-index: 99;
	}

	.Caselist ul li:nth-child(2) {
		width: 30%;
	}

	.Caselist ul li:nth-child(3) {
		width: 35%;
	}

	.Caselist ul li:nth-child(3) div.Caseinfo {
		background: #000 url(../images/img48.png) no-repeat 95% center;
		color: #fff;
		margin-right: 23%;
		margin-top: -70px;
	}

	.Caselist ul li:nth-child(3) div.Caseinfo h3 {
		color: #fff;
	}

	.Caselist ul li:nth-child(3) div.Caseinfo p {
		color: #fff;
	}

	.Caselist ul li:nth-child(4) {
		width: 50%;
	}

	.Caselist ul li:nth-child(4) a {
		padding-left: 17.4%
	}

	.Caselist ul li:nth-child(5) {
		width: 50%;
	}

	.Caselist ul li:nth-child(5) div.Caseinfo {
		margin-left: 32%;
		margin-top: -35px;
		z-index: 99;
	}

}

@media (min-width: 1260px) {

	.indexCases {
		height: 795px;
	}

	.indexCases ul {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.indexCases ul li {
		position: absolute;
		float: none;
		left: 0px;
		top: 0px;
		width: auto;
	}

	.indexCases ul li div.content {
		position: absolute;
		left: -1px;
		right: -1px;
		height: 375px;
		border: 1px solid transparent;
		padding: 75px 15% 0px
	}

	.indexCases ul li div.content h3 {
		color: #fff;
		font-size: 24px;
		line-height: 30px;
	}

	.indexCases ul li div.content h4 {
		color: #fff;
		font-size: 24px;
		line-height: 30px;
		position: relative;
	}

	.indexCases ul li div.content h4:after {
		position: absolute;
		bottom: -50px;
		width: 40px;
		border-top: 1px solid #fff;
		padding-top: 25px;
		display: block;
		content: "";
		transition: all .3s ease;
		-webkit-transition: all .3s ease
	}

	.indexCases ul li:nth-child(1) {
		width: 19%;
		top: 49%;
		border-top: 1px solid rgba(255, 255, 255, .5);
		display: block;
	}

	.indexCases ul li:nth-child(2) {
		left: 19%;
		border-left: 1px solid rgba(255, 255, 255, .5);
		width: 17%;
		top: 41%;
		bottom: 0px;
		border-top: 1px solid rgba(255, 255, 255, .5);
	}

	.indexCases ul li:nth-child(3) {
		left: 36%;
		border-left: 1px solid rgba(255, 255, 255, .5);
		width: 17%;
		top: 0%;
		bottom: 0px;
	}

	.indexCases ul li:nth-child(4) {
		left: 53%;
		border-left: 1px solid rgba(255, 255, 255, .5);
		width: 17%;
		top: 0%;
		bottom: 0%;
	}

	.indexCases ul li:nth-child(4) div.content {
		bottom: 0px;
	}

	.indexCases ul li:nth-child(5) {
		left: 70%;
		border-left: 1px solid rgba(255, 255, 255, .5);
		width: 30%;
		top: 0%;
		bottom: 0%;
	}

	.indexCases ul li:nth-child(5) div.content {
		bottom: 24%;
		height: 280px;
		border-top: 1px solid rgba(255, 255, 255, .5);
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

}

.sec5 {
	position: relative;
	width: 100%;
	margin-top: 43px;
	padding-top: 104px;
	padding-bottom: 8.177083333333333%;
}

.sec5-tbody {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 68px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.sec5-tbody-item {
	width: 33.333333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.new-item-box {
	display: block;
	width: 100%;
	background: #F5F5F5;
	position: relative;
}

.new-item-box .item-body {
	padding: 20px 26px;
	position: relative;
}

.new-item-box .item-body .item-date {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-bottom: 12px;
}

.new-item-box .item-body .item-date .iconfont {
	font-size: 14px;
	color: #999999
}

.new-item-box .item-body .item-title {
	font-size: 18px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 30px;
}

.new-item-box .item-body .item-desc {
	font-size: 16px;
	margin-top: 10px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 15px;
	min-height: 78px;
	overflow: hidden;
}

.new-item-box .item-body .item-href {
	padding-top: 14px;
	border-top: 1px solid #E9E9E9;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.new-item-box .item-body .item-href .iconfont {
	font-size: 14px;
	color: #DD323A;
	margin-left: 6px;
}

.new-item-box .item-body .item-href a {
	color: #666;
}

.new-item-box .item-body .item-href a:hover {
	color: #006837;
}

.sec5-news-list {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #F5F5F5;
	max-height: 577px;
	padding: 34px 30px 8px;
}

.sec5-news-item {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.sec5-news-item .item-title {
	font-size: 18px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 30px;
}

.sec5-news-item .item-date {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-top: 12px;
}

.sec5-news-item .item-date .iconfont {
	font-size: 14px;
	color: #999999
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec5 {
		margin-top: 32px;
		padding-top: 90px;
		padding-bottom: 8%;
	}

	.sec5-tbody {
		margin-left: -12px;
		margin-right: -12px;
		padding-top: 54px;
	}

	.sec5-tbody-item {
		width: 33.333333%;
		padding: 0 12px;
	}

	.new-item-box .item-body {
		padding: 18px 20px;
	}

	.new-item-box .item-body .item-date {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 14px;
	}

	.new-item-box .item-body .item-title {
		font-size: 18px;
		line-height: 30px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 16px;
		margin-top: 10px;
		line-height: 24px;
		margin-bottom: 15px;
		min-height: 72px;
	}

	.new-item-box .item-body .item-href {
		padding-top: 12px;
		font-size: 14px;
		line-height: 24px;
	}

	.new-item-box .item-body .item-href .iconfont {
		font-size: 14px;
		margin-left: 6px;
	}

	.sec5-news-list {
		height: 100%;
		max-height: 520px;
		padding: 24px 24px 8px;
	}

	.sec5-news-item {
		margin-bottom: 6px;
	}

	.sec5-news-item .item-title {
		font-size: 18px;
		line-height: 30px;
	}

	.sec5-news-item .item-date {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}

	.sec5-news-item .item-date .iconfont {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec5 {
		margin-top: 24px;
		padding-top: 70px;
		padding-bottom: 7.8%;
	}

	.sec5-tbody {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 40px;
	}

	.sec5-tbody-item {
		width: 33.333333%;
		padding: 0 6px;
	}

	.new-item-box .item-body {
		padding: 16px 18px;
	}

	.new-item-box .item-body .item-date {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 12px;
	}

	.new-item-box .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		margin-top: 8px;
		line-height: 22px;
		margin-bottom: 12px;
		min-height: 66px;
	}

	.new-item-box .item-body .item-href {
		padding-top: 10px;
		font-size: 12px;
		line-height: 22px;
	}

	.new-item-box .item-body .item-href .iconfont {
		font-size: 12px;
		margin-left: 6px;
	}

	.sec5-news-list {
		height: 100%;
		max-height: 439px;
		padding: 12px 16px 4px;
	}

	.sec5-news-item {
		margin-bottom: 23px;
	}

	.sec5-news-item .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.sec5-news-item .item-date {
		font-size: 12px;
		line-height: 20px;
		margin-top: 8px;
	}

	.sec5-news-item .item-date .iconfont {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.sec5 {
		margin-top: 24px;
		padding-top: 50px;
		padding-bottom: 7.4%;
	}

	.sec5-tbody {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 30px;
	}

	.sec5-tbody-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.sec5-tbody-item2 {
		width: 100%;
	}

	.new-item-box .item-body {
		padding: 16px 18px;
	}

	.new-item-box .item-body .item-date {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 12px;
	}

	.new-item-box .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		margin-top: 8px;
		line-height: 22px;
		margin-bottom: 12px;
		min-height: 66px;
	}

	.new-item-box .item-body .item-href {
		padding-top: 10px;
		font-size: 12px;
		line-height: 22px;
	}

	.new-item-box .item-body .item-href .iconfont {
		font-size: 12px;
		margin-left: 6px;
	}

	.sec5-news-list {
		height: 400px;
		max-height: none;
		padding: 12px 16px 4px;
	}

	.sec5-news-item {
		margin-bottom: 14px;
	}

	.sec5-news-item .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.sec5-news-item .item-date {
		font-size: 12px;
		line-height: 20px;
		margin-top: 8px;
	}

	.sec5-news-item .item-date .iconfont {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.sec5 {
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 7%;
	}

	.sec5-tbody {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 30px;
	}

	.sec5-tbody-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 20px;
	}
}

.sec6 {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}

.sec6-swiper {
	position: relative;
	width: 100%;
	padding-top: 54px;
}

.swiper-sec6 {
	position: relative;
	width: 100%;
	padding-bottom: 76px;
}

.swiper-sec6 .swiper-pagination .swiper-pagination-bullet, .swiper-sec3 .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
	width: 11px;
	height: 11px;
	border: 1px solid #006837;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}

.swiper-sec6 .swiper-pagination .swiper-pagination-bullet-active, .swiper-sec3 .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #006837;
}

.faq-item {
	width: 100%;
	background: rgba(235, 235, 235, .5);
	border: 1px solid #E1E1E1;
	padding: 55px 42px 50px;
}

.faq-item-name {
	font-size: 18px;
	font-weight: 900;
	color: #006837;
	line-height: 40px;
	padding-left: 50px;
	position: relative;
}

.faq-item-name em {
	font-weight: normal;
	font-style: inherit;
	position: absolute;
	max-width: 150px;
	font-size: 16px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #666666;
	line-height: 40px;
	left: 0;
	top: 0;
}

.faq-item-text {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-left: 50px;
	position: relative;
	margin-top: 16px;
}

.faq-item-text em {
	font-weight: normal;
	font-style: inherit;
	position: absolute;
	max-width: 150px;
	font-size: 16px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #666666;
	line-height: 26px;
	left: 0;
	top: 0;
}

.sec7 {
	background: #1840B0;
	position: relative;
	width: 100%;
}

.sec7-tbody {
	position: relative;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 96px;
}

.sec7-tbody .sec-title, .sec7-tbody .sec-title a {
	color: #fff;
}

.sec7-tbody-text {
	font-size: 16px;
	width: 100%;
	margin-top: 26px;
	max-width: 970px;
	color: #FFFFFF;
	line-height: 30px;
}

.sec7-tbody-text a {
	color: #fff;
}

.sec7-tbody-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sec7-tbody-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	padding: 0 20px;
	color: #006837;
	background: #FFFFFF;
}

.sec7-tbody-btn a:hover {
	color: #FFFFFF;
	background: #006837;
}

.sec8 {
	position: relative;
	width: 100%;
	padding-top: 110px;
}

.sec8-tbody {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec8-tbody-info {
	width: 624px;
	padding-top: 14px;
	position: relative;
}

.sec8-tbody-img {
	width: 690px;
	position: relative;
	text-align: center;
}

.sec8-tbody-img a {
	display: block;
}

.sec8-tbody-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 75.07246376811594%;
}

.sec8-tbody-img .item-pic .video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.sec8-tbody-text {
	font-size: 16px;
	margin-top: 34px;
	color: #666666;
	line-height: 30px;
}

.sec8-tbody-text a {
	color: #666;
}

.sec8-tbody-text a:hover {
	color: #006837;
}

.sec8-tbody-btn {
	margin-top: 70px;
	position: relative;
}

.sec8-tbody-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #006837;
	font-size: 16px;
	padding: 0 20px;
	color: #006837;
	background: #FFFFFF;
}

.sec8-tbody-btn a:hover {
	color: #FFFFFF;
	background: #006837;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec6 {
		padding: 88px 0 5%;
	}

	.sec6-swiper {;
		padding-top: 48px;
	}

	.swiper-sec6 {
		padding-bottom: 64px;
	}

	.swiper-sec6 .swiper-pagination .swiper-pagination-bullet, .swiper-sec3 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 8px;
		width: 10px;
		height: 10px;
	}

	.faq-item {
		padding: 40px 36px 40px;
	}

	.faq-item-name {
		font-size: 18px;
		line-height: 36px;
		padding-left: 140px;
	}

	.faq-item-name em {
		max-width: 130px;
		font-size: 16px;
		line-height: 36px;
	}

	.faq-item-text {
		font-size: 14px;
		line-height: 24px;
		padding-left: 140px;
		margin-top: 16px;
	}

	.faq-item-text em {
		max-width: 130px;
		font-size: 16px;
		line-height: 24px;
	}

	.sec7-tbody {
		padding-top: 60px;
		padding-bottom: 82px;
	}

	.sec7-tbody-text {
		font-size: 14px;
		margin-top: 24px;
		max-width: 900px;
		line-height: 26px;
	}

	.sec7-tbody-btn {
	}

	.sec7-tbody-btn a {
		min-width: 180px;
		line-height: 44px;
		font-size: 16px;
		padding: 0 20px;
	}

	.sec8 {
		padding-top: 5%;
	}

	.sec8-tbody {
	}

	.sec8-tbody-info {
		width: 540px;
		padding-top: 10px;
	}

	.sec8-tbody-img {
		width: 594px;
	}

	.sec8-tbody-text {
		font-size: 16px;
		margin-top: 30px;
		line-height: 28px;
	}

	.sec8-tbody-btn {
		margin-top: 50px;
	}

	.sec8-tbody-btn a {
		min-width: 180px;
		line-height: 44px;
		font-size: 16px;
		padding: 0 20px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec6 {
		padding: 74px 0 5%;
	}

	.sec6-swiper {;
		padding-top: 40px;
	}

	.swiper-sec6 {
		padding-bottom: 56px;
	}

	.swiper-sec6 .swiper-pagination .swiper-pagination-bullet, .swiper-sec3 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 6px;
		width: 8px;
		height: 8px;
	}

	.faq-item {
		padding: 30px 26px 28px;
	}

	.faq-item-name {
		font-size: 16px;
		line-height: 32px;
		padding-left: 140px;
	}

	.faq-item-name em {
		max-width: 130px;
		font-size: 14px;
		line-height: 32px;
	}

	.faq-item-text {
		font-size: 12px;
		line-height: 22px;
		padding-left: 140px;
		margin-top: 12px;
	}

	.faq-item-text em {
		max-width: 130px;
		font-size: 14px;
		line-height: 22px;
	}

	.sec7-tbody {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.sec7-tbody-text {
		font-size: 14px;
		margin-top: 20px;
		max-width: calc(100% - 220px);
		line-height: 24px;
	}

	.sec7-tbody-btn {
	}

	.sec7-tbody-btn a {
		min-width: 160px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 18px;
	}

	.sec8 {
		padding-top: 5%;
	}

	.sec8-tbody {
	}

	.sec8-tbody-info {
		width: 48%;
		padding-top: 0px;
	}

	.sec8-tbody-img {
		width: 50%;
	}

	.sec8-tbody-text {
		font-size: 14px;
		margin-top: 24px;
		line-height: 24px;
	}

	.sec8-tbody-btn {
		margin-top: 40px;
	}

	.sec8-tbody-btn a {
		min-width: 160px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 18px;
	}
}

@media (max-width: 991px) {
	.sec6 {
		padding: 4% 0 5%;
	}

	.sec6-swiper {;
		padding-top: 30px;
	}

	.swiper-sec6 {
		padding-bottom: 40px;
	}

	.swiper-sec6 .swiper-pagination .swiper-pagination-bullet, .swiper-sec3 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 6px;
		width: 8px;
		height: 8px;
	}

	.faq-item {
		padding: 30px 26px 28px;
	}

	.faq-item-name {
		font-size: 16px;
		line-height: 32px;
		padding-left: 120px;
	}

	.faq-item-name em {
		max-width: 110px;
		font-size: 14px;
		line-height: 32px;
	}

	.faq-item-text {
		font-size: 12px;
		line-height: 22px;
		padding-left: 120px;
		margin-top: 12px;
	}

	.faq-item-text em {
		max-width: 110px;
		font-size: 14px;
		line-height: 22px;
	}

	.sec7-tbody {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.sec7-tbody-text {
		font-size: 14px;
		margin-top: 20px;
		max-width: calc(100% - 200px);
		line-height: 24px;
	}

	.sec7-tbody-btn {
	}

	.sec7-tbody-btn a {
		min-width: 160px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 18px;
	}

	.sec8 {
		padding-top: 5%;
	}

	.sec8-tbody {
	}

	.sec8-tbody-info {
		width: 48%;
		padding-top: 0px;
	}

	.sec8-tbody-img {
		width: 50%;
	}

	.sec8-tbody-text {
		font-size: 14px;
		margin-top: 24px;
		line-height: 24px;
	}

	.sec8-tbody-btn {
		margin-top: 40px;
	}

	.sec8-tbody-btn a {
		min-width: 160px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 18px;
	}
}

@media (max-width: 767px) {
	.sec6 {
		padding: 4% 0 5%;
	}

	.sec6-swiper {;
		padding-top: 24px;
	}

	.swiper-sec6 {
		padding-bottom: 34px;
	}

	.swiper-sec6 .swiper-pagination .swiper-pagination-bullet, .swiper-sec3 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 4px;
		width: 6px;
		height: 6px;
	}

	.faq-item {
		padding: 20px 15px 20px;
	}

	.faq-item-name {
		font-size: 16px;
		line-height: 32px;
		padding-left: 90px;
	}

	.faq-item-name em {
		max-width: 80px;
		font-size: 14px;
		line-height: 32px;
	}

	.faq-item-text {
		font-size: 12px;
		line-height: 22px;
		padding-left: 90px;
		margin-top: 12px;
	}

	.faq-item-text em {
		max-width: 80px;
		font-size: 14px;
		line-height: 22px;
	}

	.sec7-tbody {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sec7-tbody-text {
		font-size: 14px;
		margin-top: 16px;
		max-width: none;
		line-height: 24px;
	}

	.sec7-tbody-btn {
		position: relative;
		top: 0;
		transform: translateY(0);
		margin-top: 12px;
	}

	.sec7-tbody-btn a {
		min-width: 140px;
		line-height: 34px;
		font-size: 14px;
		padding: 0 15px;
	}

	.sec8 {
		padding-top: 5%;
	}

	.sec8-tbody {
	}

	.sec8-tbody-info {
		width: 100%;
		padding-bottom: 30px;
	}

	.sec8-tbody-img {
		width: 100%;
	}

	.sec8-tbody-text {
		font-size: 14px;
		margin-top: 16px;
		line-height: 24px;
	}

	.sec8-tbody-btn {
		margin-top: 20px;
	}

	.sec8-tbody-btn a {
		min-width: 140px;
		line-height: 34px;
		font-size: 14px;
		padding: 0 15px;
	}
}

.footer {
	position: relative;
	overflow: hidden;
	background: #006837;
}

@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 60px;
	}
}

.footer, .footer a {
	color: #fff;
}

.footer .footer-title {
	color: #fff;
}

.footer a:hover {
	color: #fff;
}

.footer .fo-bot {
	background: #2B2B2B;
}

.footer .fo-top {
	font-size: 0;
	letter-spacing: 0;
	padding: 90px 0 60px;
}

.footer .flist1 {
	width: 333px;
	padding-right: 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist2 {
	width: 220px;
	padding-right: 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist3 {
	width: 351px;
	padding-right: 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist4 {
	width: 70%;
	padding-right: 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist5 {
	width: 30%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .footer-title {
	position: relative;
	font-size: 20px;
	font-family: NHaasGroteskTXPro-Bd;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 54px;
}

.footer .foot-list {
	font-size: 16px;
	line-height: 30px;
}

.footer .foot-text {
	font-size: 16px;
	line-height: 30px;
}

.footer .fo-bot {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 32px;
	padding: 8px 0;
	text-align: center;
}

.footer .fo-bot .keywords a {
	margin-left: 5px;
	padding-left: 5px;
}

.footer .fo-bot .links a {
	margin-left: 15px;
}

.footer .f-follow {
	font-size: 0;
	letter-spacing: 0;
	margin-top: 32px;
}

.footer .f-follow a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.footer .f-follow a:last-child {
	margin-right: 0;
}

.footer .f-follow .iconfont {
	font-size: 19px;
	font-size: 1.9rem;
	position: relative;
	display: block;
	color: #fff;
}

.footer .f-follow a:hover .iconfont {
	color: #fff;
}

.footer .f-form {
	padding-top: 12px;
}

.footer .f-form .item-input, .footer .f-form .item-code {
	display: block;
	height: 41px;
	line-height: 40px;
	width: 100%;
	background: #fff;
	color: #fff;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 12px;
}

.footer .f-form .item-code {
	position: relative;
	padding-right: 120px;
}

.footer .f-form .item-code input {
	position: relative;
	width: 100%;
}

.footer .f-form .item-img {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	cursor: pointer;
}

.footer .f-form .item-img img {
	max-height: 40px;
	vertical-align: middle;
}

.footer .f-form .item-btn {
	cursor: pointer;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 41px;
	line-height: 41px;
background: #fd9d0b;
    color: #006837;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer .f-form .item-btn:hover {
	background-color: #fff;
	color: #006837;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.footer .fo-top {
		padding: 78px 0 50px;
	}

	.footer .flist1 {
		width: 240px;
		padding-right: 20px;
	}

	.footer .flist2 {
		width: 200px;
		padding-right: 20px;
	}

	.footer .flist3 {
		width: 240px;
		padding-right: 20px;
	}

	.footer .flist4 {
		width: 70%;
		padding-right: 20px;
	}

	.footer .flist5 {
		width: 30%;
	}

	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 42px;
	}

	.footer .foot-list {
		font-size: 16px;
		line-height: 30px;
	}

	.footer .foot-text {
		font-size: 16px;
		line-height: 30px;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		padding: 6px 0;
	}

	.footer .f-follow {
		margin-top: 24px;
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.footer .f-follow a:last-child {
		margin-right: 0;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .f-form {
		padding-top: 12px;
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 38px;
		line-height: 38px;
		padding: 0 8px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 12px;
	}

	.footer .f-form .item-code {
		padding-right: 120px;
	}

	.footer .f-form .item-img img {
		max-height: 38px;
	}

	.footer .f-form .item-btn {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.footer .fo-top {
		padding: 64px 0 40px;
	}

	.footer .flist1 {
		width: 320px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist2 {
		width: 310px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist3 {
		width: 320px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist4 {
		width: 320px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist5 {
		width: 320px;
	}

	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 36px;
	}

	.footer .foot-list {
		font-size: 15px;
		line-height: 28px;
	}

	.footer .foot-text {
		font-size: 15px;
		line-height: 28px;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 28px;
		padding: 6px 0;
	}

	.footer .f-follow {
		margin-top: 24px;
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.footer .f-follow a:last-child {
		margin-right: 0;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .f-form {
		padding-top: 12px;
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 38px;
		line-height: 38px;
		padding: 0 8px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 12px;
	}

	.footer .f-form .item-code {
		padding-right: 120px;
	}

	.footer .f-form .item-img img {
		max-height: 38px;
	}

	.footer .f-form .item-btn {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 991px) {
	.footer .fo-top {
		padding: 50px 0 30px;
	}

	.footer .flist1 {
		width: 320px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist2 {
		width: 240px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist3 {
		width: 320px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist4 {
		width: 320px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.footer .flist5 {
		width: 320px;
	}

	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 36px;
	}

	.footer .foot-list {
		font-size: 15px;
		line-height: 28px;
	}

	.footer .foot-text {
		font-size: 15px;
		line-height: 28px;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 28px;
		padding: 6px 0;
	}

	.footer .f-follow {
		margin-top: 24px;
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.footer .f-follow a:last-child {
		margin-right: 0;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .f-form {
		padding-top: 12px;
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 38px;
		line-height: 38px;
		padding: 0 8px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 12px;
	}

	.footer .f-form .item-code {
		padding-right: 120px;
	}

	.footer .f-form .item-img img {
		max-height: 38px;
	}

	.footer .f-form .item-btn {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	.footer .fo-top {
		padding: 20px 0 10px;
	}

	.footer .flist1 {
		width: 240px;
		padding-right: 20px;
		margin-bottom: 20px;
		display: none;
	}

	.footer .flist2 {
		width: 240px;
		padding-right: 20px;
		margin-bottom: 20px;
		display: none;
	}

	.footer .flist3 {
		width: 240px;
		padding-right: 20px;
		margin-bottom: 20px;
		display: none;
	}

	.footer .flist4 {
		width: 320px;
		padding-right: 20px;
		margin-bottom: 20px;
		/*display: none;*/
	}

	.footer .flist5 {
		width: 100%;
	}

	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 36px;
		/* display: none; */
	}

	.footer .foot-list {
		font-size: 15px;
		line-height: 28px;
		/*display: none;*/
	}

	.footer .foot-text {
		font-size: 15px;
		line-height: 28px;
		display: none;;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 28px;
		padding: 6px 0;
	}

	.footer .f-follow {
		margin-top: 10px;
		text-align: center;
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.footer .f-follow a:last-child {
		margin-right: 0;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .f-form {
		padding-top: 12px;
		/* display: none; */
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 38px;
		line-height: 38px;
		padding: 0 8px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 12px;
	}

	.footer .f-form .item-code {
		padding-right: 120px;
	}

	.footer .f-form .item-img img {
		max-height: 38px;
	}

	.footer .f-form .item-btn {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.footer .fo-bot .links {
		display: none;
	}
}

.bread {
	width: 100%;
	position: relative;
	background: url(../images/break.jpg) no-repeat center center;
	background-size: cover;
	padding: 56px 0 55px;
}

.page-title {
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	font-family: NHaasGroteskTXPro-Bd;
	color: #fff;
	line-height: 48px;
}

.page-href {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 12px;
}

.page-href a, .page-href a {
	color: #fff;
}

.page-href a:hover, .page-href .bread-active {
	color: #DD323A;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.bread {
		padding: 48px 0;
	}

	.page-title {
		font-size: 30px;
		line-height: 44px;
	}

	.page-href {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.bread {
		padding: 42px 0;
	}

	.page-title {
		font-size: 30px;
		line-height: 40px;
	}

	.page-href {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.bread {
		padding: 36px 0;
	}

	.page-title {
		font-size: 28px;
		line-height: 36px;
	}

	.page-href {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.bread {
		padding: 30px 0;
	}

	.page-title {
		font-size: 24px;
		line-height: 30px;
	}

	.page-href {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
	}
}

.about {
	position: relative;
	padding-top: 116px;
}

.about-top {
	position: relative;
	width: 100%;
	padding-bottom: 55px;
}

.about-top-text {
	font-size: 14px;
	color: #555555;
	line-height: 26px;
}

.about-top-text .about-name {
	font-size: 24px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}

.about-form {
	width: 100%;
	position: relative;
	background: rgba(235, 235, 235, .5);
	padding: 74px 0 63px;
}

.about-form form {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.about-form .xunbiao {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #333;
	margin-bottom: 74px;
	font-family: NHaasGroteskTXPro-Bd;
}

.about-form .item-input, .about-form .item-input1 {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
	padding-left: 140px;
}

.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
	font-size: 18px;
	color: #333;
	line-height: 50px;
	font-family: NHaasGroteskTXPro-Bd;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 130px;
}

.about-form .item-input .label span, .about-form .item-input1 .label span, .about-form .item-input3 .label span {
	color: #FF0000;
}

.about-form .item-input input {
	width: 100%;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	border: 1px solid #DCDCDC;
}

.about-form .item-input1 textarea {
	width: 100%;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	height: 146px;
	border: 1px solid #DCDCDC;
}

.about-form .attachment {
	margin-bottom: 20px;
	width: 205px;
}

.attachment .file-group {
	width: 100%;
	height: 39px;
	position: relative;
	overflow: hidden;
}

.attachment .file-group .file-btn {
	width: 100%;
	height: 100%;
	background: #006837;
	border-radius: 4px;
	border: 1px solid #006837;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	transition: 0.5s;
}

.attachment .file-group .file-single {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
}

.about-form .item-input3 {
	float: left;
	width: 608px;
	position: relative;
	margin-bottom: 18px;
	padding-left: 140px;
}

.about-form .item-input3 input {
	width: 100%;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.about-form .item-input3 .yanzheng {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 115px;
	height: 50px;
}

.about-form .item-btn {
	width: 468px;
	float: right;
	height: 50px;
	background: #006837;
	font-family: NHaasGroteskTXPro-Bd;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.about {
		padding-top: 100px;
	}

	.about-top {
		padding-bottom: 48px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 24px;
	}

	.about-top-text .about-name {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 26px;
	}

	.about-form {
		padding: 65px 0 56px;
	}

	.about-form form {
		max-width: 1100px;
	}

	.about-form .xunbiao {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 60px;
	}

	.about-form .item-input, .about-form .item-input1 {
		margin-bottom: 16px;
		padding-left: 130px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 16px;
		line-height: 46px;
		width: 120px;
	}

	.about-form .item-input input {
		padding: 8px;
		font-size: 16px;
		line-height: 28px;
	}

	.about-form .item-input1 textarea {
		padding: 8px;
		font-size: 16px;
		line-height: 28px;
		height: 146px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 200px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
		position: relative;
		overflow: hidden;
	}

	.attachment .file-group .file-btn {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.about-form .item-input3 {
		width: 604px;
		margin-bottom: 18px;
		padding-left: 130px;
	}

	.about-form .item-input3 input {
		padding: 8px;
		font-size: 16px;
		line-height: 30px;
	}

	.about-form .item-input3 .yanzheng {
		width: 112px;
		max-height: 46px;
	}

	.about-form .item-btn {
		width: 470px;
		height: 46px;
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.about {
		padding-top: 80px;
	}

	.about-top {
		padding-bottom: 40px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 24px;
	}

	.about-top-text .about-name {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 22px;
	}

	.about-form {
		padding: 54px 0 48px;
	}

	.about-form form {
		max-width: 900px;
	}

	.about-form .xunbiao {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 48px;
	}

	.about-form .item-input, .about-form .item-input1 {
		margin-bottom: 16px;
		padding-left: 120px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 14px;
		line-height: 42px;
		width: 110px;
	}

	.about-form .item-input input {
		padding: 8px;
		font-size: 14px;
		line-height: 24px;
	}

	.about-form .item-input1 textarea {
		padding: 8px;
		font-size: 14px;
		line-height: 24px;
		height: 140px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 200px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
		position: relative;
		overflow: hidden;
	}

	.attachment .file-group .file-btn {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.about-form .item-input3 {
		width: 500px;
		margin-bottom: 16px;
		padding-left: 120px;
	}

	.about-form .item-input3 input {
		padding: 8px;
		font-size: 16px;
		line-height: 30px;
	}

	.about-form .item-input3 .yanzheng {
		width: 112px;
		max-height: 42px;
	}

	.about-form .item-btn {
		width: 380px;
		height: 42px;
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.about {
		padding-top: 60px;
	}

	.about-top {
		padding-bottom: 30px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 22px;
	}

	.about-top-text .about-name {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 22px;
	}

	.about-form {
		padding: 44px 0 40px;
	}

	.about-form form {
		max-width: 900px;
	}

	.about-form .xunbiao {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 48px;
	}

	.about-form .item-input, .about-form .item-input1 {
		margin-bottom: 16px;
		padding-left: 120px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 14px;
		line-height: 42px;
		width: 110px;
	}

	.about-form .item-input input {
		padding: 8px;
		font-size: 14px;
		line-height: 24px;
	}

	.about-form .item-input1 textarea {
		padding: 8px;
		font-size: 14px;
		line-height: 24px;
		height: 140px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 200px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
		position: relative;
		overflow: hidden;
	}

	.attachment .file-group .file-btn {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.about-form .item-input3 {
		width: 100%;
		margin-bottom: 16px;
		padding-left: 120px;
		float: none;
	}

	.about-form .item-input3 input {
		padding: 8px;
		font-size: 16px;
		line-height: 30px;
	}

	.about-form .item-input3 .yanzheng {
		width: 112px;
		max-height: 42px;
	}

	.about-form .item-btn {
		width: calc(100% - 120px);
		height: 42px;
		font-size: 14px;
		margin-left: 120px;
		float: none;
	}
}

@media (max-width: 620px) {
	.about {
		padding-top: 40px;
	}

	.about-top {
		padding-bottom: 30px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 22px;
	}

	.about-top-text .about-name {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 22px;
	}

	.about-form {
		padding: 36px 0 32px;
	}

	.about-form form {
		max-width: 900px;
	}

	.about-form .xunbiao {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 36px;
	}

	.about-form .item-input, .about-form .item-input1 {
		margin-bottom: 16px;
		padding-left: 0px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 14px;
		line-height: 24px;
		width: 100%;
		text-align: left;
		position: relative;
	}

	.about-form .item-input input {
		padding: 8px;
		font-size: 14px;
		line-height: 24px;
	}

	.about-form .item-input1 textarea {
		padding: 8px;
		font-size: 14px;
		line-height: 24px;
		height: 140px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 200px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
		position: relative;
		overflow: hidden;
	}

	.attachment .file-group .file-btn {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.about-form .item-input3 {
		width: 100%;
		margin-bottom: 16px;
		padding-left: 0;
		float: none;
	}

	.about-form .item-input3 input {
		padding: 8px;
		font-size: 16px;
		line-height: 30px;
	}

	.about-form .item-input3 .yanzheng {
		width: 112px;
		max-height: 42px;
	}

	.about-form .item-btn {
		width: 100%;
		height: 42px;
		font-size: 14px;
		margin-left: 0px;
		float: none;
	}
}

/**************** product *****************/
.product {
	position: relative;
	width: 100%;
	padding: 80px 0 74px;
}

.pro-contain {
	width: 100%;
	position: relative;
}

/* .pro-contain .pro-main{float: right;width: 1030px;padding: 0 26px;}
.pro-contain .pro-slide{float: left;width: 306px;} */

.pro-contain .pro-title {
	font-size: 40px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 50px;
}

.pro-contain .pro-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666666;
	margin-top: 18px;
	margin-bottom: 30px;
}

.przhan {
	position: relative;
	overflow: hidden;
	height: 60px;
}

.przhanh {
	height: auto !important;
}

.pro-contain .more .zhankai {
	color: #333;
	padding: 0px 15px;
	line-height: 44px;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	cursor: pointer;
	background: #006837;
	border-radius: 0px 0px 20px 0px;
	display: inline-block;
	vertical-align: top;
	min-width: 163px;
	text-align: center;
}

.pro-contain .more .zhankai:hover {
	background: #006837;
	color: #fff;
}

.pro-list {
	position: relative;
	padding-top: 61px;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -23px;
	margin-right: -23px;
	display: block;
	padding-bottom: 7px;
	transition: 0.5s;
}

.pro-list-item {
	width: 33.3333333333%;
	margin-bottom: 56px;
	display: inline-block;
	vertical-align: top;
	padding: 0 23px;
	transition: 0.5s;
}

.pro-item-box {
	background: #FFFFFF;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1300);
}

.pro-list-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
}

.pro-list-item .item-pic .item-backdrop {
	display: block;
	width: 100%;
	position: absolute;
	left: 1000%;
	top: 0;
	bottom: 0;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}

.pro-list-item .item-pic .item-backdrop .item-linkbox {
	width: 52px;
	height: 52px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}

.pro-list-item:hover .item-pic .item-backdrop, .pro-list-item .item-pic:hover .item-backdrop {
	left: 0;
	right: 0;
}

.pro-list-item .item-body {
	position: relative;
	width: 100%;
	padding: 32px 22px 38px;
}

.pro-list-item .item-body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	right: 18px;
	height: 1px;
	background: #CCCCCC;
}

.pro-list-item .item-body .item-title {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	position: relative;
	font-family: NHaasGroteskTXPro-Bd;
}

.pro-list-item .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}

.pro-list-item .item-body .item-btn {
	margin-top: 20px;
}

.pro-list-item .item-body .item-btn a {
	display: inline-block;
    vertical-align: top;
    background: #006837;
    border-radius: 0px 0px 20px 0px;
    color: #fff;
	padding: 0px 15px;
	line-height: 44px;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	cursor: pointer;
	min-width: 163px;
	text-align: center;
}

.pro-list-item .item-body .item-btn a:hover {
	background: #006837;
	color: #fff;
}

.pro-list-item .item-body .item-btn input {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	margin-top: 16px;
	margin-left: 16px;
	height: 12px;
}

.fenye {
	padding-top: 58px;
	text-align: right;
	font-size: 0;
	letter-spacing: 0;
}

.fenyen {
	display: inline-block;
	vertical-align: top;
}

.fenyen a {
	display: inline-block;
	vertical-align: top;
	min-width: 26px;
	background: #006837;
	border: 1px solid #006837;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-right: 12px;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 2px;
}

.fenyen a.iconfont {
	background: transparent !important;
	border: 0;
	color: #000 !important;
}

.fenyen a:hover, .fenyen a.active {
	background: #fff;
	color: #1B3884;
}

.fuxuan {
	background: url(../images/jian.png) no-repeat left center;
	padding-left: 23px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-left: 14px;
}

.fuxuan input {
	min-width: 142px;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #1A47A5;
	background: #1A47A5;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 10px;
}

.fuxuan input:hover {
	background: #fff;
	color: #1B3884;
}

.j-nextshow {
	position: relative;
}

.proslide_menubtn {
	display: none;
	width: 23px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.proslide_menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #fff;
}

@media screen and (max-width: 991px) {
	.proslide_menubtn {
		display: block;
	}
}

.pro-slide-title {
	width: 100%;
	background: #1B3884;
	padding: 20px;
	font-size: 28px;
	font-family: Roboto-Bold;
	color: #FFFFFF;
	line-height: 31px;
	text-transform: uppercase;
	color: #fff;
}

.pro-slide-title a {
	color: #fff;
}

.pryiji {
	padding: 2px 1px;
	margin-bottom: 31px;
	width: 100%;
	position: relative;
}

.pryiji > li {
	border-bottom: 1px solid #D5D5D5;
	position: relative;
	transition: 0.5s;
}

.pryiji > li > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	padding: 11px 18px 10px;
	position: relative
}

.pryiji > li > .iconfont {
	position: absolute;
	z-index: 8;
	right: 10px;
	height: 51px;
	width: 20px;
	font-size: 14px;
	top: 0;
	line-height: 51px;
	transition: 0.5s;
}

.pryiji > li > a span {
	transition: 0.5s;
	position: relative;
}

.pryiji > li > a:hover {
	color: #1B3884;
}

.pryiji > li > a:hover span {
	color: #1B3884;
}

.pryiji > li:hover > .iconfont {
	transform: rotate(90deg);
}

.prerji {
	border-top: solid 1px #D5D5D5;
	padding: 8px 0;
	padding-left: 25px;
}

.prerji > li > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 3px 0;
	position: relative;
}

.prsanji {
	margin-left: 20px;
	padding: 8px 0;
}

.prsanji > li > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 24px;
	padding: 3px 0;
	position: relative;
}

.prerji a:hover {
	color: #1B3884
}

a.prbiao:hover {
	color: #1B3884;
}

.dangpryi > a {
	color: #1B3884 !important;
}

.dangpryi > a span {
	color: #1B3884 !important;
}

.dangpryi > .iconfont {
	transform: rotate(90deg) !important;
}

.dangpryi > a i {
	transform: rotate(180deg) !important;
	color: #fff !important
}

.dangprer > a {
	color: #1B3884 !important;
}

.attribute {
	margin-top: 38px;
}

.attri-title {
	position: relative;
	font-size: 24px;
	font-family: NHaasGroteskTXPro-Bd;
	text-transform: uppercase;
	color: #1B3884;
	line-height: 30px;
	padding-bottom: 26px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 51px;
}

.attri-title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	height: 5px;
	width: 95px;
	background: #1B3884;
}

.tag {
	border-top: 1px solid #636363;
	padding-top: 67px;
}

.tag-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -11px;
	margin-right: -11px;
}

.tag-list > li {
	width: 33.3%;
	margin-bottom: 26px;
	display: inline-block;
	vertical-align: top;
	padding: 0 11px;
}

.tag-list > li > a {
	display: block;
    width: 100%;
    background: #32324aba;
    line-height: 43px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.tag-list > li > a:hover {
	background: #006837;
	color: #fff;
}

.pro-news-list {
	margin-top: 18px;
	width: 100%;
	background: rgba(238, 238, 238, .8);
	border: 1px solid #CCCCCC;
}

.pro-news-item {
	width: 100%;
	padding: 20px 26px;
	border-bottom: 1px solid #ccc;
}

.pro-news-item .item-title {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	position: relative;
	padding-left: 26px;
}

.pro-news-item .item-title .iconfont {
	font-size: 18px;
	line-height: 26px;
	color: #1B3884;
	width: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pro-news-item .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.product {
		padding: 70px 0 64px;
	}

	/* .pro-contain .pro-main{float: right;width: 920px;padding: 0 18px;}
	.pro-contain .pro-slide{float: left;width: 270px;} */
	.pro-contain .pro-title {
		font-size: 36px;
		line-height: 44px;
	}

	.pro-contain .pro-text {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 28px;
		margin-top: 16px;
		margin-bottom: 28px;
	}

	.przhan {
		height: 56px;
	}

	.pro-contain .more .zhankai {
		padding: 0px 15px;
		line-height: 42px;
		font-size: 15px;
		font-size: 1.5rem;
		min-width: 160px;
	}

	.pro-list {
		padding-top: 52px;
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 90px;
	}

	.pro-list-item {
		width: 33.3333333333%;
		margin-bottom: 48px;
		padding: 0 15px;
	}

	.pro-list-item .item-pic .item-backdrop .item-linkbox {
		width: 48px;
		height: 48px;
	}

	.pro-list-item .item-body {
		padding: 28px 18px 32px;
	}

	.pro-list-item .item-body::before {
		left: 16px;
		right: 16px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 20px;
		line-height: 30px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 12px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 18px;
	}

	.pro-list-item .item-body .item-btn a {
		padding: 0px 15px;
		line-height: 42px;
		font-size: 15px;
		font-size: 1.5rem;
		min-width: 160px;
	}

	.pro-list-item .item-body .item-btn input {
		width: 12px;
		margin-top: 15px;
		margin-left: 15px;
		height: 12px;
	}

	.fenye {
		padding-top: 48px;
	}

	.attri-title {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 24px;
		margin-bottom: 40px;
	}

	.attri-title::before {
		height: 5px;
		width: 88px;
	}

	.tag {
		padding-top: 58px;
	}

	.tag-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.tag-list > li {
		width: 50%;
		margin-bottom: 24px;
		padding: 0 8px;
	}

	.tag-list > li > a {
		line-height: 40px;
		font-size: 18px;
	}

	.pro-slide-title {
		padding: 16px;
		font-size: 24px;
		line-height: 30px;
	}

	.pryiji {
		padding: 2px 1px;
		margin-bottom: 31px;
	}

	.pryiji > li > a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		padding: 11px 18px 10px;
	}

	.pryiji > li > .iconfont {
		right: 10px;
		height: 51px;
		width: 20px;
		font-size: 14px;
		line-height: 51px;
	}

	.prerji {
		padding: 8px 0;
		padding-left: 25px;
	}

	.prerji > li > a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
		padding: 3px 0;
	}

	.prsanji {
		margin-left: 20px;
		padding: 8px 0;
	}

	.prsanji > li > a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
		padding: 3px 0;
	}

	.pro-news-list {
		margin-top: 18px;
	}

	.pro-news-item {
		width: 100%;
		padding: 20px 24px;
	}

	.pro-news-item .item-title {
		font-size: 16px;
		line-height: 26px;
		ppadding-left: 26px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 18px;
		line-height: 26px;
		width: 18px;
	}

	.pro-news-item .item-desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.product {
		padding: 60px 0 52px;
	}

	/* .pro-contain .pro-main{float: right;width: 920px;padding: 0 18px;}
	.pro-contain .pro-slide{float: left;width: 270px;} */
	.pro-contain .pro-title {
		font-size: 32px;
		line-height: 40px;
	}

	.pro-contain .pro-text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		margin-top: 14px;
		margin-bottom: 24px;
	}

	.przhan {
		height: 52px;
	}

	.pro-contain .more .zhankai {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 140px;
	}

	.pro-list {
		padding-top: 40px;
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 78px;
	}

	.pro-list-item {
		width: 33.3333333333%;
		margin-bottom: 40px;
		padding: 0 8px;
	}

	.pro-list-item .item-pic .item-backdrop .item-linkbox {
		width: 44px;
		height: 44px;
	}

	.pro-list-item .item-body {
		padding: 20px 10px 26px;
	}

	.pro-list-item .item-body::before {
		left: 15px;
		right: 15px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		line-height: 28x;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 14px;
	}

	.pro-list-item .item-body .item-btn a {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 140px;
	}

	.pro-list-item .item-body .item-btn input {
		width: 12px;
		margin-top: 14px;
		margin-left: 14px;
		height: 12px;
	}

	.fenye {
		padding-top: 40px;
	}

	.attri-title {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.attri-title::before {
		height: 5px;
		width: 78px;
	}

	.tag {
		padding-top: 46px;
	}

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

	.tag-list > li {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.tag-list > li > a {
		line-height: 36px;
		font-size: 16px;
	}

	.pro-slide-title {
		padding: 12px;
		font-size: 20px;
		line-height: 26px;
	}

	.pryiji {
		padding: 2px 1px;
		margin-bottom: 28px;
	}

	.pryiji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		padding: 11px 18px 10px;
	}

	.pryiji > li > .iconfont {
		right: 10px;
		height: 51px;
		width: 20px;
		font-size: 14px;
		line-height: 51px;
	}

	.prerji {
		padding: 8px 0;
		padding-left: 25px;
	}

	.prerji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 3px 0;
	}

	.prsanji {
		margin-left: 20px;
		padding: 8px 0;
	}

	.prsanji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 3px 0;
	}

	.pro-news-list {
		margin-top: 18px;
	}

	.pro-news-item {
		width: 100%;
		padding: 18px 22px;
	}

	.pro-news-item .item-title {
		font-size: 16px;
		line-height: 26px;
		ppadding-left: 26px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 18px;
		line-height: 26px;
		width: 18px;
	}

	.pro-news-item .item-desc {
		font-size: 14px;
		line-height: 28px;
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.product {
		padding: 50px 0 42px;
	}

	/* .pro-contain .pro-main{float: right;width: 100%;padding: 0;margin-bottom: 20px;}
	.pro-contain .pro-slide{float: left;width: 100%;} */
	.pro-contain .pro-title {
		font-size: 28px;
		line-height: 36px;
	}

	.pro-contain .pro-text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 14px;
		margin-bottom: 24px;
	}

	.przhan {
		height: 48px;
	}

	.pro-contain .more .zhankai {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 140px;
	}

	.pro-list {
		padding-top: 40px;
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 78px;
	}

	.pro-list-item {
		width: 50%;
		margin-bottom: 32px;
		padding: 0 15px;
	}

	.pro-list-item .item-pic .item-backdrop .item-linkbox {
		width: 40px;
		height: 40px;
	}

	.pro-list-item .item-body {
		padding: 20px 10px 26px;
	}

	.pro-list-item .item-body::before {
		left: 15px;
		right: 15px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		line-height: 28x;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 14px;
	}

	.pro-list-item .item-body .item-btn a {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 140px;
	}

	.pro-list-item .item-body .item-btn input {
		width: 12px;
		margin-top: 14px;
		margin-left: 14px;
		height: 12px;
	}

	.fenye {
		padding-top: 40px;
		padding-right: 15px;
	}

	.attri-title {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.attri-title::before {
		height: 5px;
		width: 78px;
	}

	.tag {
		padding-top: 46px;
	}

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

	.tag-list > li {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.tag-list > li > a {
		line-height: 36px;
		font-size: 16px;
	}

	.pro-slide-title {
		padding: 12px;
		font-size: 20px;
		line-height: 26px;
	}

	.pryiji {
		padding: 2px 1px;
		margin-bottom: 28px;
		display: none;
	}

	.pryiji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		padding: 11px 18px 10px;
	}

	.pryiji > li > .iconfont {
		right: 10px;
		height: 51px;
		width: 20px;
		font-size: 14px;
		line-height: 51px;
	}

	.prerji {
		padding: 8px 0;
		padding-left: 25px;
	}

	.prerji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 3px 0;
	}

	.prsanji {
		margin-left: 20px;
		padding: 8px 0;
	}

	.prsanji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 3px 0;
	}

	.pro-news-list {
		margin-top: 18px;
	}

	.pro-news-item {
		width: 100%;
		padding: 18px 22px;
	}

	.pro-news-item .item-title {
		font-size: 16px;
		line-height: 26px;
		ppadding-left: 26px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 18px;
		line-height: 26px;
		width: 18px;
	}

	.pro-news-item .item-desc {
		font-size: 14px;
		line-height: 28px;
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.product {
		padding: 40px 0 32px;
	}

	.attribute {
		margin-top: 28px;
	}

	.attribute .name {
		height: 36px;
		font-size: 16px;
		line-height: 34px;
	}

	/* .pro-contain .pro-main{float: right;width: 920px;padding: 0 18px;}
	.pro-contain .pro-slide{float: left;width: 270px;} */
	.pro-contain .pro-title {
		font-size: 20px;
		line-height: 32px;
	}

	.pro-contain .pro-text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 14px;
		margin-bottom: 24px;
	}

	.przhan {
		height: 48px;
	}

	.pro-contain .more .zhankai {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 120px;
	}

	.pro-list {
		padding-top: 40px;
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 78px;
	}

	.pro-list-item {
		width: 50%;
		margin-bottom: 24px;
		padding: 0 5px;
	}

	.pro-list-item .item-pic .item-backdrop .item-linkbox {
		width: 36px;
		height: 36px;
	}

	.pro-list-item .item-body {
		padding: 20px 10px 26px;
	}

	.pro-list-item .item-body::before {
		left: 15px;
		right: 15px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		line-height: 28x;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 14px;
	}

	.pro-list-item .item-body .item-btn a {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 120px;
	}

	.pro-list-item .item-body .item-btn input {
		width: 12px;
		margin-top: 14px;
		margin-left: 14px;
		height: 12px;
	}

	.fenye {
		padding-top: 30px;
		padding-right: 5px;
	}

	.attri-title {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.attri-title::before {
		height: 5px;
		width: 78px;
	}

	.tag {
		padding-top: 26px;
	}

	.tag-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.tag-list > li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 8px;
	}

	.tag-list > li > a {
		line-height: 36px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.product {
		padding: 40px 0 32px;
	}

	/* .pro-contain .pro-main{float: right;width: 920px;padding: 0 18px;}
	.pro-contain .pro-slide{float: left;width: 270px;} */
	.pro-contain .pro-title {
		font-size: 20px;
		line-height: 32px;
	}

	.pro-contain .pro-text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 14px;
		margin-bottom: 24px;
	}

	.przhan {
		height: 48px;
	}

	.pro-contain .more .zhankai {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 120px;
	}

	.pro-list {
		padding-top: 30px;
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 78px;
	}

	.pro-list-item {
		width: 50%;
		margin-bottom: 24px;
		padding: 0 5px;
	}

	.pro-list-item .item-body {
		padding: 20px 10px 26px;
	}

	.pro-list-item .item-body::before {
		left: 15px;
		right: 15px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		line-height: 28x;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 14px;
	}

	.pro-list-item .item-body .item-btn a {
		padding: 0px 15px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 120px;
	}

	.pro-list-item .item-body .item-btn input {
		width: 12px;
		margin-top: 14px;
		margin-left: 14px;
		height: 12px;
	}

	.fenye {
		padding-top: 30px;
		padding-right: 5px;
	}

	.attri-title {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.attri-title::before {
		height: 5px;
		width: 78px;
	}

	.tag {
		padding-top: 26px;
	}

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

	.tag-list > li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.tag-list > li > a {
		line-height: 36px;
		font-size: 16px;
	}
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	*width: 100px;
	*height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF; /*opacity:0.5; */
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.m-prob {
	margin-bottom: 94px;
	position: relative;
}

.m-propic {
	margin: 0 auto;
	width: 818px;
	float: left;
}

.m-propic .pic-big {
	width: 680px;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	z-index: 9
}

.m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}

.m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.m-propic .zoomWrapperImage img {
	max-width: 1200px;
	z-index: 99
}

.m-propic .pic-small {
	position: relative;
	float: right;
	width: 112px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	z-index: 1
}

.m-propic .pic-btn {
	position: absolute;
	margin: 0 auto;
	right: 0;
	text-align: center;
	display: block;
	width: 112px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	cursor: pointer;
	border-radius: 3px;
	z-index: 9
}

.m-propic .pic-btn.prev {
	top: 0px;
}

.m-propic .pic-btn.next {
	bottom: 0px;
}

.m-propic .pic-btn:hover {
	color: #006837;
}


.m-propic .pic-list {
	height: 620px;
	overflow: hidden;
}

.m-propic .pic-list ul {
	height: 2000px;
}

.m-propic .list-item {
	margin-bottom: 15px;
	position: relative;
}

.m-propic .item-pics, .m-propic .pic-list .item-video {
	display: block;
	border: 1px solid #e0e0e0;
	position: relative;
}

.m-propic .item-pics:before, .m-propic .pic-list .item-video:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 15px;
	background: url() no-repeat center left;
	left: 0px;
	top: 50%;
	margin-top: -7px;
	z-index: -1
}

.m-propic .item-pics img, .m-propic .pic-list .item-video img {
	width: 100%;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.m-propic .item-pics:hover {
}

.m-propic .item-pics.zoomThumbActive {
	border: 1px solid #006837;
}

.m-propic .item-pics.zoomThumbActive:before, .m-propic .item-video.active:before {
	left: -8px;
}

.m-propic2 {
	display: none;
}

.m-propic .provideo-box {
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.m-propic .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	height: 0;
}

.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.m-propic .provideo-box .provideo iframe body {
	margin: 0px !important;
}

.m-propic .item-pics:hover, .m-propic .item-pics.active,
.m-propic .item-video:hover, .m-propic .item-video.active {
	border-color: #006837;
}

@media screen and (max-width: 1459px) {
	.m-prob {
		margin-bottom: 80px;
	}

	.m-propic {
		width: 710px;
	}

	.m-propic .pic-big {
		width: 590px;
	}

	.m-propic .pic-small {
		width: 100px;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.m-propic .pic-btn {
		width: 100px;
		line-height: 24px;
		font-size: 18px;
	}

	.m-propic .pic-list {
		height: 542px;
	}

	.m-propic .list-item {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1259px) {
	.m-prob {
		margin-bottom: 68px;
	}

	.m-propic {
		width: 550px;
	}

	.m-propic .pic-big {
		width: 460px;
	}

	.m-propic .pic-small {
		width: 76px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.m-propic .pic-btn {
		width: 76px;
		line-height: 20px;
		font-size: 16px;
	}

	.m-propic .pic-list {
		height: 420px;
	}

	.m-propic .list-item {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 999px) {
	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.prob-pic {
		float: none;
		margin: 0 auto;
	}

	.m-prob {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.m-propic1 {
		display: none;
	}

	.m-propic2 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
	}

	.m-propic2 .box-btn {
		position: absolute;
		top: 50%;
		margin-top: -12px;
		display: block;
		width: 17px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}

	.m-propic2 .box-btn.prev {
		left: 0;
	}

	.m-propic2 .box-btn.next {
		right: 0;;
	}

	.m-propic2 .box-btn.prev:hover {
	}

	.m-propic2 .box-btn.next:hover {
	}

	.m-propic2 .box-list {
		overflow: hidden;
	}

	.m-propic2 .box-list ul {
		width: 1000%;
	}

	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 3.13%;
		padding: 0px;
	}

}

@media only screen and (max-width: 500px ) {
	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 4.8%;
	}
}

@media only screen and (max-width: 350px ) {
	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 9.8%;
	}
}

.prob-info {
	padding-top: 118px;
	width: 510px;
	float: right;
}

.jianjie h1 {
    font-size: 2rem;
    color: #333333;
    line-height: 30px;
}

.jiann {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
	margin-top: 25px;
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 24px;
}

.jiann p, .jiann span, .jiann li, .jiann strong {
	color: #666;
}

.jiann a {
	color: #1B3884;
}

.sharen {
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}

.share1 {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	vertical-align: middle;
	color: #333333;
}

.share2 {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.inno {
	letter-spacing: 0;
	margin-top: 40px;
	font-size: 0px;
}

.inno a {
	display: inline-block;
	vertical-align: top;
	min-width: 163px;
	line-height: 44px;
	background: #E1E1E1;
	color: #333;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 14px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 26px;
}

.inno a:hover {
	color: #fff;
	background: #006837;
	border-radius: 0px 0px 20px 0px;
}

.pro-download {
	margin-top: 20px;
	background: #006837;
	/*background: rgba(225, 225, 225, .4);*/
	padding: 22px 30px 23px;
}

.pro-download .prpdf img {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin-right: 12px;
}

.pro-download .prpdf {
    text-align: center;
    margin: 0 auto;
	font-size: 2.5rem;
	color: #333333;
	line-height: 50px;
}

@media screen and (max-width: 1459px) {
	.prob-info {
		padding-top: 100px;
		width: 460px;
	}

	.jianjie h1 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 44px;
	}

	.jiann {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 22px;
		max-height: 140px;
		margin-bottom: 20px;
	}

	.share1 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 18px;
	}

	.inno {
		margin-top: 32px;
	}

	.inno a {
		min-width: 150px;
		line-height: 42px;
		padding: 0 15px;
		margin-bottom: 14px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 20px;
	}

	.pro-download {
		margin-top: 16px;
		padding: 20px 24px;
	}

	.pro-download .prpdf img {
		width: 44px;
		height: 44px;
		margin-right: 10px;
	}

	.pro-download .prpdf {
		font-size: 18px;
		line-height: 44px;
	}
}

@media screen and (max-width: 1259px) {
	.prob-info {
		padding-top: 60px;
		width: 380px;
	}

	.jianjie h1 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 32px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		margin-top: 18px;
		max-height: 130px;
		margin-bottom: 16px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
	}

	.inno {
		margin-top: 28px;
	}

	.inno a {
		min-width: 130px;
		line-height: 38px;
		padding: 0 15px;
		margin-bottom: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 20px;
	}

	.pro-download {
		margin-top: 10px;
		padding: 18px 20px;
	}

	.pro-download .prpdf img {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.pro-download .prpdf {
		font-size: 14px;
		line-height: 36px;
	}
}

@media screen and (max-width: 999px) {
	.prob-info {
		padding-top: 20px;
		width: 100%;
	}

	.jianjie h1 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 28px;
		padding-bottom: 10px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 16px;
		max-height: 96px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
	}

	.inno {
		margin-top: 12px;
	}

	.inno a {
		min-width: 120px;
		line-height: 36px;
		padding: 0 15px;
		margin-bottom: 10px;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 24px;
}

.table table tr td {
	padding: 5px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

.product-detail {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.prodetails-title {
	margin-bottom: 37px;
}

.chanxbiaon {
	display: inline-block;
	vertical-align: middle;
	min-width: 357px;
	padding: 10px 26px;
	line-height: 30px;
	background: #1B3884;
	border-radius: 10px 10px 0px 0px;
	font-size: 24px;
	font-family: Arial;
	color: #FFFFFF;
	line-height: 30px;
}

.patitem {
	margin-bottom: 20px;
}

.patitem span {
	display: inline-block;
	vertical-align: top;
	min-width: 75px;
	padding: 0 15px;
	line-height: 28px;
	border: 1px solid #DCDCDC;
	border-radius: 15px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
}

.patitem-name {
	left: 0;
	top: 0;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	display: inline-block;
}

.prodetails-desc {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 53px;
}

.prtag2 {
	font-size: 0;
	letter-spacing: 0;
	margin-right: -19px;
	margin-bottom: 10px;
}

.prtag2 a {
	min-width: 221px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 15px;
	font-size: 18px;
	color: #666666;
	margin-right: 19px;
	line-height: 43px;
	background: #ECECEC;
	margin-bottom: 10px;
}

.prtag2 a:last-of-type(1) {
	margin-right: 0px;
}

.prtag2 a::hover {
	background: #006837;
	color: #fff;
}

.pro-detail-title {
	position: relative;
	font-size: 28px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333;
	line-height: 38px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 54px;
}

.pro-detail-title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	height: 5px;
	width: 95px;
	background: #1B3884;
}

@media screen and (max-width: 1459px) {
	.product-detail {
		margin-bottom: 34px;
	}

	.prodetails-title {
		margin-bottom: 30px;
	}

	.chanxbiaon {
		min-width: 350px;
		padding: 10px 24px;
		line-height: 28px;
		font-size: 22px;
	}

	.patitem {
		padding-left: 75px;
		margin-bottom: 18px;
	}

	.patitem span {
		min-width: 70px;
		padding: 0 15px;
		line-height: 28px;
		margin-right: 10px;
		font-size: 15px;
	}

	.patitem-name {
		font-size: 18px;
		line-height: 30px;
	}

	.prodetails-desc {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.prtag2 a {
		min-width: 204px;
		padding: 0 15px;
		font-size: 16px;
		margin-right: 18px;
		line-height: 40px;
	}

	.pro-detail-title {
		font-size: 26px;
		line-height: 35px;
		padding-bottom: 18px;
		margin-bottom: 40px;
	}

	.pro-detail-title::before {
		height: 5px;
		width: 88px;
	}
}

@media screen and (max-width: 1259px) {
	.product-detail {
		margin-bottom: 28px;
	}

	.prodetails-title {
		margin-bottom: 26px;
	}

	.chanxbiaon {
		min-width: 330px;
		padding: 8px 20px;
		line-height: 26px;
		font-size: 20px;
	}

	.patitem {
		padding-left: 72px;
		margin-bottom: 16px;
	}

	.patitem span {
		min-width: 70px;
		padding: 0 12px;
		line-height: 26px;
		margin-right: 10px;
		font-size: 14px;
	}

	.patitem-name {
		font-size: 16px;
		line-height: 28px;
	}

	.prodetails-desc {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 36px;
	}

	.prtag2 a {
		min-width: 188px;
		padding: 0 15px;
		font-size: 15px;
		margin-right: 16px;
		line-height: 36px;
	}

	.pro-detail-title {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 18px;
		margin-bottom: 40px;
	}

	.pro-detail-title::before {
		height: 5px;
		width: 80px;
	}
}

@media screen and (max-width: 991px) {
	.product-detail {
		margin-bottom: 20px;
	}

	.prodetails-title {
		margin-bottom: 20px;
	}

	.chanxbiaon {
		min-width: 320px;
		padding: 8px 20px;
		line-height: 26px;
		font-size: 20px;
	}

	.patitem {
		padding-left: 72px;
		margin-bottom: 16px;
	}

	.patitem span {
		min-width: 70px;
		padding: 0 12px;
		line-height: 26px;
		margin-right: 10px;
		font-size: 14px;
	}

	.patitem-name {
		font-size: 16px;
		line-height: 28px;
	}

	.prodetails-desc {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 32px;
	}

	.prtag2 a {
		min-width: 172px;
		padding: 0 15px;
		font-size: 15px;
		margin-right: 16px;
		line-height: 36px;
	}

	.pro-detail-title {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 18px;
		margin-bottom: 30px;
	}

	.pro-detail-title::before {
		height: 5px;
		width: 70px;
	}
}

@media screen and (max-width: 600px) {
	.product-detail {
		margin-bottom: 20px;
	}

	.prodetails-title {
		margin-bottom: 20px;
	}

	.chanxbiaon {
		min-width: 300px;
		padding: 8px 20px;
		line-height: 26px;
		font-size: 20px;
	}

	.patitem {
		padding-left: 72px;
		margin-bottom: 16px;
	}

	.patitem span {
		min-width: 70px;
		padding: 0 12px;
		line-height: 26px;
		margin-right: 10px;
		font-size: 14px;
	}

	.patitem-name {
		font-size: 16px;
		line-height: 26px;
	}

	.prodetails-desc {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.prtag2 a {
		min-width: 150px;
		padding: 0 15px;
		font-size: 15px;
		margin-right: 15px;
		line-height: 34px;
	}

	.pro-detail-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 16px;
		margin-bottom: 20px;
	}

	.pro-detail-title::before {
		height: 4px;
		width: 60px;
	}
}

.pro-related {
	position: relative;
	width: 100%;
	padding-top: 80px;
}

.related-swiper {
	position: relative;
	width: 100%;
	padding-top: 8px;
}

.related-swiper .swiper-related {
	position: relative;
	width: 100%;
	padding: 10px 5px;
}

.related-swiper .swiper-button {
	left: auto;
	top: 0;
	margin-top: -108px;
	width: 33px;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	font-size: 28px;
	color: #999;
}

.related-swiper .swiper-button:hover {
	color: #333;
}

.related-button-next {
	right: 0;
}

.related-button-prev {
	right: 38px;
}

@media screen and (max-width: 1459px) {
	.pro-related {
		padding-top: 68px;
	}

	.related-swiper .swiper-button {
		width: 32px;
		line-height: 32px;
		font-size: 26px;
		margin-top: -96px;
	}
}

@media screen and (max-width: 1259px) {
	.pro-related {
		padding-top: 56px;
	}

	.related-swiper .swiper-button {
		width: 30px;
		line-height: 30px;
		font-size: 24px;
		margin-top: -80px;
	}
}

@media screen and (max-width: 991px) {
	.pro-related {
		padding-top: 44px;
	}

	.related-swiper .swiper-button {
		width: 24px;
		line-height: 24px;
		font-size: 20px;
		margin-top: -70px;
	}
}

@media screen and (max-width: 560px) {
	.pro-related {
		padding-top: 30px;
	}

	.related-swiper .swiper-button {
		width: 24px;
		line-height: 24px;
		font-size: 20px;
		margin-top: -56px;
	}
}

.contact-top {
	position: relative;
	width: 100%;
	margin-bottom: 72px;
}

.contact-top-title {
	font-size: 30px;
	text-transform: uppercase;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 46px;
}

.contact-top-list {
	margin-top: 28px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.contact-top-list a, .contact-top-list span {
	color: #666;
	margin-right: 16px;
}

.contact-top-list a:hover {
	color: #006837;
}

@media screen and (max-width: 1459px) {
	.contact-top {
		margin-bottom: 60px;
	}

	.contact-top-title {
		font-size: 26px;
		line-height: 40px;
	}

	.contact-top-list {
		margin-top: 24px;
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1259px) {
	.contact-top {
		margin-bottom: 48px;
	}

	.contact-top-title {
		font-size: 24px;
		line-height: 36px;
	}

	.contact-top-list {
		margin-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width: 991px) {
	.contact-top {
		margin-bottom: 36px;
	}

	.contact-top-title {
		font-size: 20px;
		line-height: 32px;
	}

	.contact-top-list {
		margin-top: 18px;
		font-size: 14px;
		line-height: 24px;
	}

	.contact-top-list a, .contact-top-list span {
		margin-right: 10px;
	}
}

@media screen and (max-width: 760px) {
	.contact-top {
		margin-bottom: 30px;
	}

	.contact-top-title {
		font-size: 18px;
		line-height: 28px;
	}

	.contact-top-list {
		margin-top: 14px;
		font-size: 13px;
		line-height: 22px;
	}
}

/* ************** news ***************** */
.news {
	position: relative;
	padding: 114px 0 90px;
}

.news-list {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
	transition: 0.5s;
}

.news-list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333333%;
	transition: 0.5s;
	padding: 0 20px;
	margin-bottom: 63px;
}

.news-list-item .item-pic img {
	width: 100%;
	max-width: 440px;
	max-height: 330px;
}

@media screen and (max-width: 1459px) {
	.news {
		padding: 100px 0 78px;
	}

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

	.news-list-item {
		width: 33.3333333333333%;
		padding: 0 12px;
		margin-bottom: 54px;
	}
}

@media screen and (max-width: 1259px) {
	.news {
		padding: 86px 0 66px;
	}

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

	.news-list-item {
		width: 33.3333333333333%;
		padding: 0 8px;
		margin-bottom: 42px;
	}
}

@media screen and (max-width: 991px) {
	.news {
		padding: 72px 0 54px;
	}

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

	.news-list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 750px) {
	.news {
		padding: 58px 0 42px;
	}

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

	.news-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 610px) {
	.news {
		padding: 44px 0 30px;
	}

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

	.news-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 450px) {
	.news {
		padding: 32px 0 30px;
	}

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

	.news-list-item {
		width: 100%;
		padding: 0 8px;
		margin-bottom: 24px;
	}
}

.news-detail {
	width: 100%;
	position: relative;
	padding: 110px 0 34px;
}

.new-contain {
	width: 100%;
	position: relative;
}

.news-title {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	text-transform: uppercase;
}

.new-contain .share, .app-detail .share {
	margin-top: 25px;
	margin-bottom: 34px;
}

.new-contain .share > div {
	display: inline-block;
	vertical-align: middle;
}

.new-contain .share .date {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 18px;
}

.news-text {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 42px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.fanpian {
	padding-top: 15px;
	margin-top: 50px;
}

.fanpian li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #888888;
	position: relative;
	padding-left: 36px;
	margin-top: 15px;
}

.fanpian li i {
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	background: #006837;
	left: 0px;
	top: 0px;
	text-align: center;
	line-height: 26px;
	color: #fff;
}

.fanpian li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
	font-weight: bold;
}

.fanpian li span, .fanpian li a {
	color: #333
}

.fanpian li a:hover {
	color: #014099;
}

.new-related {
	margin-top: 70px;
}

.new-related .news-list-item {
	margin-bottom: 0;
}

@media screen and (max-width: 1459px) {
	.news-detail {
		padding: 5% 0 28px;
	}

	.news-title {
		font-size: 22px;
		line-height: 26px;
	}

	.new-contain .share, .app-detail .share {
		margin-top: 24px;
		margin-bottom: 30px;
	}

	.new-contain .share .date {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 18px;
	}

	.news-text {
		padding-bottom: 40px;
		font-size: 16px;
		line-height: 28px;
	}

	.fanpian {
		padding-top: 15px;
		margin-top: 40px;
	}

	.new-related {
		margin-top: 60px;
	}

	.new-related .news-list-item {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1259px) {
	.news-detail {
		padding: 5% 0 28px;
	}

	.news-title {
		font-size: 20px;
		line-height: 24px;
	}

	.new-tbody .share, .app-detail .share {
		margin-top: 18px;
		margin-bottom: 30px;
	}

	.new-tbody .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
	}

	.news-text {
		padding-bottom: 36px;
		font-size: 15px;
		line-height: 26px;
	}

	.fanpian {
		padding-top: 15px;
		margin-top: 30px;
	}

	.new-related {
		margin-top: 50px;
	}

	.new-related .news-list-item {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
	.news-detail {
		padding: 5% 0 24px;
	}

	.news-title {
		font-size: 18px;
		line-height: 24px;
	}

	.new-tbody .share, .app-detail .share {
		margin-top: 14px;
		margin-bottom: 26px;
	}

	.new-tbody .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
	}

	.news-text {
		padding-bottom: 30px;
		font-size: 14px;
		line-height: 24px;
	}

	.fanpian {
		padding-top: 15px;
		margin-top: 30px;
	}

	.new-related {
		margin-top: 40px;
	}

	.new-related .news-list-item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 540px) {
	.news-detail {
		padding: 5% 0 24px;
	}

	.news-title {
		font-size: 18px;
		line-height: 24px;
	}

	.new-tbody .share, .app-detail .share {
		margin-top: 12px;
		margin-bottom: 26px;
	}

	.new-tbody .share .date {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 18px;
	}

	.news-text {
		padding-bottom: 26px;
		font-size: 13px;
		line-height: 22px;
	}

	.fanpian {
		padding-top: 15px;
		margin-top: 30px;
	}

	.new-related {
		margin-top: 30px;
	}

	.new-related .news-list-item {
		margin-bottom: 20px;
	}
}


/* ***************   Download   *************** */
.section-download {
	position: relative;
	padding: 102px 0 90px;
}

.download-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}

.download-list-item {
	display: block;
	width: 100%;
	padding-bottom: 46px;
	margin-bottom: 62px;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 8px;
}

.download-list-item .item-title {
	font-size: 20px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 38px;
}

.download-list-item .item-title .iconfont {
	font-size: 34px;
	margin-right: 24px;
	display: inline-block;
	vertical-align: top;
}

.download-list-item .item-desc {
	font-size: 16px;
	margin-top: 16px;
	color: #666666;
	line-height: 30px;
}

.download-list-item .item-desc a {
	color: #666;
}

.download-list-item .item-desc a:hover {
	color: #006837;
}

.download-list-item .item-btn {
	margin-top: 38px;
}

.download-list-item .item-btn a {
	min-width: 150px;
	text-align: center;
	line-height: 42px;
	color: #006837;
	border: 1px solid #006837;
	border-radius: 22px;
	padding: 0 15px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.download-list-item .item-btn a:hover {
	background: #006837;
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.section-download {
		padding: 90px 0 78px;
	}

	.download-list-item {
		padding-bottom: 40px;
		margin-bottom: 54px;
		padding-top: 8px;
	}

	.download-list-item .item-title {
		font-size: 20px;
		line-height: 36px;
	}

	.download-list-item .item-title .iconfont {
		font-size: 32px;
		margin-right: 20px;
	}

	.download-list-item .item-desc {
		font-size: 16px;
		margin-top: 16px;
		line-height: 28px;
	}

	.download-list-item .item-btn {
		margin-top: 34px;
	}

	.download-list-item .item-btn a {
		min-width: 140px;
		line-height: 38px;
		border-radius: 20px;
		padding: 0 15px;
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.section-download {
		padding: 78px 0 66px;
	}

	.download-list-item {
		padding-bottom: 36px;
		margin-bottom: 42px;
		padding-top: 8px;
	}

	.download-list-item .item-title {
		font-size: 18px;
		line-height: 32px;
	}

	.download-list-item .item-title .iconfont {
		font-size: 26px;
		margin-right: 16px;
	}

	.download-list-item .item-desc {
		font-size: 15px;
		margin-top: 14px;
		line-height: 26px;
	}

	.download-list-item .item-btn {
		margin-top: 30px;
	}

	.download-list-item .item-btn a {
		min-width: 130px;
		line-height: 34px;
		border-radius: 18px;
		padding: 0 14px;
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.section-download {
		padding: 66px 0 54px;
	}

	.download-list-item {
		padding-bottom: 30px;
		margin-bottom: 30px;
		padding-top: 4px;
	}

	.download-list-item .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.download-list-item .item-title .iconfont {
		font-size: 24px;
		margin-right: 14px;
	}

	.download-list-item .item-desc {
		font-size: 14px;
		margin-top: 12px;
		line-height: 24px;
	}

	.download-list-item .item-btn {
		margin-top: 26px;
	}

	.download-list-item .item-btn a {
		min-width: 120px;
		line-height: 30px;
		border-radius: 16px;
		padding: 0 13px;
		font-size: 13px;
	}
}

@media (max-width: 620px) {
	.section-download {
		padding: 42px 0 40px;
	}

	.download-list-item {
		padding-bottom: 26px;
		margin-bottom: 20px;
		padding-top: 4px;
	}

	.download-list-item .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.download-list-item .item-title .iconfont {
		font-size: 20px;
		margin-right: 14px;
	}

	.download-list-item .item-desc {
		font-size: 13px;
		margin-top: 10px;
		line-height: 22px;
	}

	.download-list-item .item-btn {
		margin-top: 20px;
	}

	.download-list-item .item-btn a {
		min-width: 120px;
		line-height: 30px;
		border-radius: 16px;
		padding: 0 13px;
		font-size: 13px;
	}
}

.cer-list {
	position: relative;
	margin-left: -19px;
	margin-right: -19px;
	font-size: 0;
	letter-spacing: 0;
}

.cer-list .list-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 19px; margin-bottom: 46px;


}
.sec6 .cer-list .list-item{ margin-bottom: 0px !important;}
.cer-list .list-item .item-pics {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	border: 1px solid #DCDCDC;
}

.cer-list .list-item .item-pics .item-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-item .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.cer-list .list-item .item-name {
	font-size: 18px;
	color: #333333;
	margin-top: 23px;
	line-height: 30px;
	text-align: center;
}

.cer-list .list-item .item-backdrop .iconfont {
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
	position: relative;
}

.video-list {
	position: relative;
	margin-left: -47px;
	margin-right: -47px;
	font-size: 0;
	letter-spacing: 0;
}

.video-list::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 98.5%;
	background: #49505A;
	opacity: 0.5;
	content: "";
}

.video-list-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 47px;
	margin-bottom: 54px;
}

.video-item-box {
	width: 100%;
	background: #FFFFFF;
	position: relative;
}

.video-item-pic {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 75.03828483920368%;
}

.video-item-pic .video-play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-item-name {
	font-size: 16px;
	color: #333333;
	padding-top: 30px;
	line-height: 30px;
	font-family: NHaasGroteskTXPro-Bd;
	text-align: center;
}

.faq-list {
	padding-bottom: 12px;
	position: relative;
}

.faq-list .faq-list-item {
	margin-bottom: 37px;
	width: 100%;
	position: relative;
	border: 1px solid #E1E1E1;
	background: transparent;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.cer-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.cer-list .list-item {
		width: 25%;
		padding: 0 12px;
		margin-bottom: 36px;
	}

	.cer-list .list-item .item-name {
		font-size: 17px;
		margin-top: 18px;
		line-height: 30px;
	}

	.cer-list .list-item .item-backdrop .iconfont {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.video-list {
		margin-left: -28px;
		margin-right: -28px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 28px;
		margin-bottom: 44px;
	}

	.video-item-name {
		font-size: 16px;
		padding-top: 26px;
		line-height: 28px;
	}

	.faq-list {
		padding-bottom: 12px;
	}

	.faq-list .faq-list-item {
		margin-bottom: 32px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.cer-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.cer-list .list-item {
		width: 33.33333333333%;
		padding: 0 12px;
		margin-bottom: 36px;
	}

	.cer-list .list-item .item-name {
		font-size: 16px;
		margin-top: 16px;
		line-height: 28px;
	}

	.cer-list .list-item .item-backdrop .iconfont {
		font-size: 28px;
		font-size: 2.8rem;
	}

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

	.video-list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 36px;
	}

	.video-item-name {
		font-size: 15px;
		padding-top: 22px;
		line-height: 26px;
	}

	.faq-list {
		padding-bottom: 10px;
	}

	.faq-list .faq-item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 999px) {
	.list-item .item-backdrop {
		display: none;
	}
}

@media (max-width: 991px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.cer-list .list-item {
		width: 33.33333333333%;
		padding: 0 6px;
		margin-bottom: 30px;
	}

	.cer-list .list-item .item-name {
		font-size: 15px;
		margin-top: 12px;
		line-height: 24px;
	}

	.cer-list .list-item .item-backdrop .iconfont {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.video-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 28px;
	}

	.video-item-name {
		font-size: 14px;
		padding-top: 18px;
		line-height: 24px;
	}

	.faq-list {
		padding-bottom: 8px;
	}

	.faq-list .faq-item {
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 26px;
	}

	.cer-list .list-item .item-name {
		font-size: 14px;
		margin-top: 10px;
		line-height: 24px;
	}

	.cer-list .list-item .item-backdrop .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.video-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 24px;
	}

	.video-item-name {
		font-size: 13px;
		padding-top: 15px;
		line-height: 22px;
	}

	.faq-list {
		padding-bottom: 6px;
	}

	.faq-list .faq-item {
		margin-bottom: 24px;
	}
}

@media (max-width: 360px) {
	.video-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.video-list::before {
		width: 0;
	}

	.video-list-item {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 24px;
	}

	.video-item-name {
		font-size: 12px;
		padding-top: 15px;
		line-height: 22px;
	}

	.faq-list {
		padding-bottom: 4px;
	}

	.faq-list .faq-item {
		margin-bottom: 20px;
	}
}

/* ****************** application ****************** */
.app-list {
	position: relative;
	margin-left: -26px;
	margin-right: -26px;
	font-size: 0;
	letter-spacing: 0;
	transition: all .5s;
}

.app-list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.333333333333333%;
	padding: 0 26px;
	margin-bottom: 47px;
	transition: all .5s;
}

.app-list-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
}

.app-list-item .item-pic img {
	width: 100%;
	max-width: 432px;
	max-height: 324px;
}

.app-list-item .item-pic .item-backdrop {
	display: block;
	width: 100%;
	position: absolute;
	left: 1000%;
	top: 0;
	bottom: 0;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}

.app-list-item .item-pic .item-backdrop .iconfont {
	font-size: 25px;
	color: #FFFFFF;
}

.app-list-item:hover .item-pic .item-backdrop, .app-list-item .item-pic:hover .item-backdrop {
	left: 0;
	right: 0;
}

.app-list-item .item-name {
	background: #EBEBEB;
	padding: 20px 30px;
	font-size: 16px;
	font-family: NHaasGroteskTXPro-Bd;
	color: #333333;
	line-height: 30px;
	transition: all .5s;
}

.app-list-item:hover .item-name {
	background: #1B3884;
}

.app-list-item:hover .item-name, .app-list-item:hover .item-name a {
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.app-list {
		margin-left: -18px;
		margin-right: -18px;
	}

	.app-list-item {
		width: 33.333333333333333%;
		padding: 0 18px;
		margin-bottom: 40px;
	}

	.app-list-item .item-pic .item-backdrop .iconfont {
		font-size: 24px;
	}

	.app-list-item .item-name {
		padding: 18px 25px;
		font-size: 16px;
		line-height: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.app-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.app-list-item {
		width: 33.333333333333333%;
		padding: 0 10px;
		margin-bottom: 32px;
	}

	.app-list-item .item-pic .item-backdrop .iconfont {
		font-size: 22px;
	}

	.app-list-item .item-name {
		padding: 16px 20px;
		font-size: 15px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	.app-list {
		margin-left: -15px;
		margin-right: -15px;
	}

	.app-list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 34px;
	}

	.app-list-item .item-pic .item-backdrop .iconfont {
		font-size: 24px;
	}

	.app-list-item .item-name {
		padding: 18px 20px;
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 660px) {
	.app-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.app-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 28px;
	}

	.app-list-item .item-pic .item-backdrop .iconfont {
		font-size: 20px;
	}

	.app-list-item .item-name {
		padding: 14px 16px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 450px) {
	.app-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.app-list-item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 24px;
	}

	.app-list-item .item-name {
		padding: 12px;
		font-size: 14px;
		line-height: 24px;
	}
}

.tankaung {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe, .tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.famain {
	padding-top: 70px;
	padding-bottom: 90px;
}


@media screen and (max-width: 767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 15%;
		right: 5%;
		bottom: 15%;
	}
}

@font-face {
	font-family: 'NHaasGroteskTXPro-Rg';
	src: url('../fonts/NHaasGroteskTXPro-55Rg.eot');
	src: url('../fonts/nhaasgrotesktxpro-55rg.eot') format('embedded-opentype'),
	url('../fonts/nhaasgrotesktxpro-55rg.woff2') format('woff2'),
	url('../fonts/nhaasgrotesktxpro-55rg.woff') format('woff'),
	url('../fonts/nhaasgrotesktxpro-55rg.ttf') format('truetype'),
	url('../fonts/nhaasgrotesktxpro-55rg.svg#nhaasgrotesktxpro-rg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NHaasGroteskTXPro-Bd';
	src: url('../fonts/nhaasgroteskdspro-75bd.eot');
	src: url('../fonts/nhaasgroteskdspro-75bd.eot') format('embedded-opentype'),
	url('../fonts/nhaasgroteskdspro-75bd.woff2') format('woff2'),
	url('../fonts/nhaasgroteskdspro-75bd.woff') format('woff'),
	url('../fonts/nhaasgroteskdspro-75bd.ttf') format('truetype'),
	url('../fonts/nhaasgroteskdspro-75bd.svg#nhaasgrotesktxpro-bd') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "iconfont"; /* Project id 2797177 */
	font-display: swap;
	src: url('../fonts/iconfont.woff2') format('woff2'),
	url('../fonts/iconfont.woff') format('woff'),
	url('../fonts/iconfont.ttf') format('truetype');
}

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

.icon-download2:before {
	content: "\e7a1";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-gjiantous:before {
	content: "\e7d1";
}

.img {
	background: url(../images/lang.png) no-repeat;
}

.ny {
	height: 16px;
	width: 24px;
	background-position: 0 0;
}

.pa {
	height: 16px;
	width: 24px;
	background-position: 0 -16px;
}

.pl {
	height: 16px;
	width: 24px;
	background-position: 0 -32px;
}

.nb {
	height: 16px;
	width: 24px;
	background-position: 0 -48px;
}

.ne {
	height: 16px;
	width: 24px;
	background-position: 0 -64px;
}

.nl {
	height: 16px;
	width: 24px;
	background-position: 0 -80px;
}

.ro {
	height: 16px;
	width: 24px;
	background-position: 0 -96px;
}

.ru {
	height: 16px;
	width: 24px;
	background-position: 0 -112px;
}

.sd {
	height: 16px;
	width: 24px;
	background-position: 0 -128px;
}

.ps {
	height: 16px;
	width: 24px;
	background-position: 0 -144px;
}

.pt {
	height: 16px;
	width: 24px;
	background-position: 0 -160px;
}

.rm {
	height: 16px;
	width: 24px;
	background-position: 0 -176px;
}

.my {
	height: 16px;
	width: 24px;
	background-position: 0 -192px;
}

.lv {
	height: 16px;
	width: 24px;
	background-position: 0 -208px;
}

.mg {
	height: 16px;
	width: 24px;
	background-position: 0 -224px;
}

.mi {
	height: 16px;
	width: 24px;
	background-position: 0 -240px;
}

.lb {
	height: 16px;
	width: 24px;
	background-position: 0 -256px;
}

.lo {
	height: 16px;
	width: 24px;
	background-position: 0 -272px;
}

.lt {
	height: 16px;
	width: 24px;
	background-position: 0 -288px;
}

.mr {
	height: 16px;
	width: 24px;
	background-position: 0 -304px;
}

.ms {
	height: 16px;
	width: 24px;
	background-position: 0 -320px;
}

.mt {
	height: 16px;
	width: 24px;
	background-position: 0 -336px;
}

.mk {
	height: 16px;
	width: 24px;
	background-position: 0 -352px;
}

.ml {
	height: 16px;
	width: 24px;
	background-position: 0 -368px;
}

.mn {
	height: 16px;
	width: 24px;
	background-position: 0 -384px;
}

.si {
	height: 16px;
	width: 24px;
	background-position: 0 -400px;
}

.uk {
	height: 16px;
	width: 24px;
	background-position: 0 -416px;
}

.ur {
	height: 16px;
	width: 24px;
	background-position: 0 -432px;
}

.uz {
	height: 16px;
	width: 24px;
	background-position: 0 -448px;
}

.th {
	height: 16px;
	width: 24px;
	background-position: 0 -464px;
}

.tl {
	height: 16px;
	width: 24px;
	background-position: 0 -480px;
}

.tr {
	height: 16px;
	width: 24px;
	background-position: 0 -496px;
}

.yo {
	height: 16px;
	width: 24px;
	background-position: 0 -512px;
}

.zh-tw {
	height: 16px;
	width: 24px;
	background-position: 0 -528px;
}

.zu {
	height: 16px;
	width: 24px;
	background-position: 0 -544px;
}

.vi {
	height: 16px;
	width: 24px;
	background-position: 0 -560px;
}

.xh {
	height: 16px;
	width: 24px;
	background-position: 0 -576px;
}

.yi {
	height: 16px;
	width: 24px;
	background-position: 0 -592px;
}

.tg {
	height: 16px;
	width: 24px;
	background-position: 0 -608px;
}

.so {
	height: 16px;
	width: 24px;
	background-position: 0 -624px;
}

.sq {
	height: 16px;
	width: 24px;
	background-position: 0 -640px;
}

.sr {
	height: 16px;
	width: 24px;
	background-position: 0 -656px;
}

.sl {
	height: 16px;
	width: 24px;
	background-position: 0 -672px;
}

.sm {
	height: 16px;
	width: 24px;
	background-position: 0 -688px;
}

.sn {
	height: 16px;
	width: 24px;
	background-position: 0 -704px;
}

.sw {
	height: 16px;
	width: 24px;
	background-position: 0 -720px;
}

.ta {
	height: 16px;
	width: 24px;
	background-position: 0 -736px;
}

.te {
	height: 16px;
	width: 24px;
	background-position: 0 -752px;
}

.st {
	height: 16px;
	width: 24px;
	background-position: 0 -768px;
}

.su {
	height: 16px;
	width: 24px;
	background-position: 0 -784px;
}

.sv {
	height: 16px;
	width: 24px;
	background-position: 0 -800px;
}

.ky {
	height: 16px;
	width: 24px;
	background-position: 0 -816px;
}

.el {
	height: 16px;
	width: 24px;
	background-position: 0 -832px;
}

.en {
	height: 16px;
	width: 24px;
	background-position: 0 -848px;
}

.eo {
	height: 16px;
	width: 24px;
	background-position: 0 -864px;
}

.cy {
	height: 16px;
	width: 24px;
	background-position: 0 -880px;
}

.da {
	height: 16px;
	width: 24px;
	background-position: 0 -896px;
}

.de {
	height: 16px;
	width: 24px;
	background-position: 0 -912px;
}

.fa {
	height: 16px;
	width: 24px;
	background-position: 0 -928px;
}

.fi {
	height: 16px;
	width: 24px;
	background-position: 0 -944px;
}

.fr {
	height: 16px;
	width: 24px;
	background-position: 0 -960px;
}

.es {
	height: 16px;
	width: 24px;
	background-position: 0 -976px;
}

.et {
	height: 16px;
	width: 24px;
	background-position: 0 -992px;
}

.eu {
	height: 16px;
	width: 24px;
	background-position: 0 -1008px;
}

.cs {
	height: 16px;
	width: 24px;
	background-position: 0 -1024px;
}

.az {
	height: 16px;
	width: 24px;
	background-position: 0 -1040px;
}

.be {
	height: 16px;
	width: 24px;
	background-position: 0 -1056px;
}

.bg {
	height: 16px;
	width: 24px;
	background-position: 0 -1072px;
}

.af {
	height: 16px;
	width: 24px;
	background-position: 0 -1088px;
}

.am {
	height: 16px;
	width: 24px;
	background-position: 0 -1104px;
}

.ar {
	height: 16px;
	width: 24px;
	background-position: 0 -1120px;
}

.ceb {
	height: 16px;
	width: 24px;
	background-position: 0 -1136px;
}

.cn {
	height: 16px;
	width: 24px;
	background-position: 0 -1152px;
}

.co {
	height: 16px;
	width: 24px;
	background-position: 0 -1168px;
}

.bn {
	height: 16px;
	width: 24px;
	background-position: 0 -1184px;
}

.bs {
	height: 16px;
	width: 24px;
	background-position: 0 -1200px;
}

.ca {
	height: 16px;
	width: 24px;
	background-position: 0 -1216px;
}

.fy {
	height: 16px;
	width: 24px;
	background-position: 0 -1232px;
}

.it {
	height: 16px;
	width: 24px;
	background-position: 0 -1248px;
}

.iw {
	height: 16px;
	width: 24px;
	background-position: 0 -1264px;
}

.ja {
	height: 16px;
	width: 24px;
	background-position: 0 -1280px;
}

.ig {
	height: 16px;
	width: 24px;
	background-position: 0 -1296px;
}

.in {
	height: 16px;
	width: 24px;
	background-position: 0 -1312px;
}

.is {
	height: 16px;
	width: 24px;
	background-position: 0 -1328px;
}

.km {
	height: 16px;
	width: 24px;
	background-position: 0 -1344px;
}

.kn {
	height: 16px;
	width: 24px;
	background-position: 0 -1360px;
}

.ko {
	height: 16px;
	width: 24px;
	background-position: 0 -1376px;
}

.jv {
	height: 16px;
	width: 24px;
	background-position: 0 -1392px;
}

.ka {
	height: 16px;
	width: 24px;
	background-position: 0 -1408px;
}

.kk {
	height: 16px;
	width: 24px;
	background-position: 0 -1424px;
}

.ku {
	height: 16px;
	width: 24px;
	background-position: 0 -1440px;
}

.gu {
	height: 16px;
	width: 24px;
	background-position: 0 -1456px;
}

.ha {
	height: 16px;
	width: 24px;
	background-position: 0 -1472px;
}

.haw {
	height: 16px;
	width: 24px;
	background-position: 0 -1488px;
}

.ie {
	height: 16px;
	width: 24px;
	background-position: 0 -1504px;
}

.gd {
	height: 16px;
	width: 24px;
	background-position: 0 -1520px;
}

.gl {
	height: 16px;
	width: 24px;
	background-position: 0 -1536px;
}

.ht {
	height: 16px;
	width: 24px;
	background-position: 0 -1552px;
}

.hu {
	height: 16px;
	width: 24px;
	background-position: 0 -1568px;
}

.hy {
	height: 16px;
	width: 24px;
	background-position: 0 -1584px;
}

.hi {
	height: 16px;
	width: 24px;
	background-position: 0 -1600px;
}

.hmn {
	height: 16px;
	width: 24px;
	background-position: 0 -1616px;
}

.hr {
	height: 16px;
	width: 24px;
	background-position: 0 -1632px;
}

.sk {
	height: 16px;
	width: 25px;
	background-position: 0 -1648px;
}

.zanwu {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px
}

.disnone {
	display: none
}

.attachment-upload-result .iconfontggg {
	cursor: pointer;
}

.attachment-upload-result {
	padding-top: 10px;
}

.attribute {
	margin-top: 20px
}

.attribute .box > div {
	margin-top: 10px;
}

.attribute .name {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 20px;
	color: #333333;
	line-height: 38px;
}

.attribute .item-box {
	box-sizing: border-box;
	max-height: 180px;
	overflow-y: auto;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 9px 9px 0;
}

.attribute .item-box label {
	display: inline-block;
	cursor: pointer;
}

.attribute .item-box > div {
	color: #666f66;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 9px;
	margin-right: 10px;
	position: relative;
	min-width: 64px;
}

.attribute .item-box div span {
	overflow-y: hidden;
	display: inline-block;
	vertical-align: middle;
	max-height: 22px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #1f1e19;
}

.attribute .check-box-div {
	display: inline-block;
	vertical-align: middle;
}

.attribute .check-box-div .icon {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.attribute .item-box.active {
	display: block
}

@media (min-width: 992px) and (max-width: 1259px) {
	.attribute {
		margin-top: 32px;
	}

	.attribute .name {
		height: 38px;
		font-size: 18px;
		line-height: 36px;
	}
}

.fenyen .pageEllipsis:hover {
	background: #006837;
	border: 1px solid #006837;
	color: #fff;
}

.m-propic .big-img .zoomPad img {
	background: none;
}

.pic-list .list-item .item-pics {
	cursor: pointer;
}

.jianjie .inno a {
	cursor: pointer;
}

.listcart2 {
	margin-top: 30px;
	width: 100%;
	clear: both
}

.listcart2 a, .listcart2 button {
	display: inline-block;
	min-width: 200px;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	cursor: pointer;
	color: #666;
	border: #666 solid 1px;
	line-height: 34px;
	line-height: 34px;
	background: none;
}

.listcart2 a:hover, .listcart2 button:hover {
	color: #fff;
	background: #006837;
}

@media screen and (max-width: 640px) {
	.listcart2 a, .listcart2 button {
		width: 100%;
		display: block
	}
}

.xunpanlb {
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px
}

.xunpanlb .table .thead {
	font-size: 0;
	letter-spacing: 0;
	border: 1px solid #dcdcdc;
	background: #006837;
}

.xunpanlb .table .thead p {
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	line-height: 40px;
	width: 33.3333%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
	font-size: 0;
	letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
	height: 100%;
	text-align: center;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 40px;
	width: 33.3333%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody .td img {
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
}

.xunpanlb .table .tbody .td a {
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.xunpanlb .table .tbody .td a:hover {
	color: #006837;
}

@media screen and (max-width: 520px) {
	.xunpanlb .table {
		border-top: 1px solid #dcdcdc;
	}

	.xunpanlb .table .thead {
		display: none;
	}

	.xunpanlb .table .tbody .td {
		width: 100% !important;
	}

	.xunpanlb .table .tbody .tread .td:nth-child(2) {
		border: 0 !important;
	}
}

.inquiry-success {
	text-align: center;
	margin-top: 5%;
	margin-bottom: 10%;
}

.inquiry-success * {
	text-align: center;
}

.inquiry-success p i {
	font-size: 60px;
	font-size: 6rem;
	color: #006837
}

.inquiry-success .text {
	font-size: 20px;
	color: #333333;
	margin: 20px 0;
}

.inquiry-success .but a {
	display: inline-block;
	width: 200px;
	height: 50px;
	background-color: #006837;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-size: 1.6rem
}

.inquiry-success .but a:hover {
	background: #fff;
	color: #006837;
}

.sec1-list-item .item-bottom a .num {
	color: #006837;
}
.sec2-tbody-item .sec2-tbody-info .sec2-info-box .item-title a:hover{
	color: #fff;
	text-decoration: underline;
}
.sec2-tbody-item .sec2-tbody-info .sec2-info-box .item-text a:hover{
	color: #fff;
	text-decoration: underline;
}
.top{width:45px; height:45px; margin:auto;background: #006837;border-radius: 16px 0px 16px 0px; cursor:pointer;position:fixed;right:20px;bottom:-100px; color:#fff; font-size:20px !important; text-align:center; line-height:45px;transition:0.9s;z-index:999; -webkit-animation-name:top; animation-name:top; -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-timing-function:linear; animation-timing-function:linear;    -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite}
.bottom{bottom:80px;}

.slick-prev,.slick-next{width: 60px;height: 60px;border-radius: 50%;line-height: 60px;background: rgba(255, 255, 255, .4);font-size: 0;color: #0F4229;cursor: pointer; transition:0.5s;position: absolute;z-index: 999;right: 8.645833333333333%;top: 50%;transform: translateY(-50%);/* display: none !important; */}
.slick-prev:hover, .slick-next:hover{background: rgba(15, 66, 41, .6) ;color: #fff;}
.slick-prev::before{font-size: 24px; font-family: "iconfont";content: "\e72c";}
.slick-next::before{font-size: 24px; font-family: "iconfont";content: "\e72d";}
.slick-prev{left: 10px; }
.slick-next {right: 10px;}
