/*** 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: Catamaran-Regular, 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 {
	max-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: #B2A088;
}

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: 14px;
	font-size: 1.4rem;
	color: #999999;
	border: none;
	outline: none;
}

input, textarea {
	border: none;
	background: none;
}

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;
}

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

.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
}

* {
	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: #B2A088;
}

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

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

[class*="-item"] .item-subt a:hover {
	color: #B2A088 !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: #B2A088;
}

#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: #888;
	opacity: 1
}

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

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

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

.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(43, 57, 52, .88);
	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;
}

.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-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.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;
}

/*  head  */
.head {
	background: #2B3934;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999999;
}

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

.head-logo {
	display: block;
	float: left;
	line-height: 104px;
	letter-spacing: 0;
	font-size: 0px;
	text-align: center;
}

.head-logo img {
	max-height: 104px;
	display: inline-block;
	vertical-align: middle;
}

.head-top {
	width: 100%;
	background: #000;
	position: relative;
	font-family: Catamaran-Regular;
}

.head-top-left {
	font-size: 0;
	letter-spacing: 0;
}

.head-top-left p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 5px 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 44px;
}

.head-top-left a {
	color: #fff;
}

.head-top-left a:hover {
	color: #B2A088;
}

.head-top-left .iconfont {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #FFFFFF;
	margin-right: 8px;
}

.yvn {
	position: relative;
	min-width: 100px;
	padding: 6px 0;
	margin-left: 32px;
	z-index: 99999;
}

.yvzhonga {
	display: block;
	height: 28px;
	padding-left: 32px;
	padding-right: 14px;
	line-height: 28px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 99
}

.yvzhonga:hover {
	color: #fff;
}

.yvzhonga:before {
	content: "\e72f";
	font-family: iconfont;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 10px;
}

.yvn i {
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%)
}

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

.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%);
}

.yvul a:hover {
	color: #B2A088;
	background: #D7D7D7;
}

.head-follow {
	position: relative;
	padding: 10px 0;
	font-size: 0;
	letter-spacing: 0;
}

.head-follow a {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.head-follow .iconfont {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.head-follow a:hover .iconfont {
	color: #B2A088;
}

/*  sousuo  */
.sousuo {
	float: right;
	position: relative;
	z-index: 99;
	padding: 40px 0;
	margin-left: 60px;
}

.sou2 {
	width: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
	cursor: pointer;
	font-weight: bold;
	z-index: 999
}

.sousuo form {
	width: 240px;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	color: #333;
	transition: 0.5s;
	z-index: 99999
}

.sou {
	width: 200px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

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

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

.sousuof form {
	height: 36px;
	border: 1px solid #EBEBEB;
}

.daoz {
	float: right;
	position: relative;
}

.daohang {
	max-width: 960px;
	font-size: 0;
	letter-spacing: 0;
}

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

.daohang > li:nth-of-type(1) {
	padding-left: 0 !important;
}

.daohang > li:nth-last-of-type(1) {
	padding-right: 0 !important;
}

.daohang > li > a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	/*font-family: Lora-Regular;*/
	color: #fff;
	line-height: 24px;
}

.daohang > li:hover > a {
	color: #B2A088;
}

.dangqiandao > a {
	color: #B2A088 !important;
}

/* .daohang>li>a::before{position: absolute;left: 0;right: 0;bottom: 0; width: 100%;content: "";} */
/* .daohang>li:hover>a::before{height: 6px;background: #B2A088;} */
/* .dangqiandao>a::before{height: 6px;background: #B2A088;} */

.yijiw {
	background: #B2A088;
	position: absolute;
	width: 244px;
	top: -9999px;
	left: 0;
	text-align: left;
	padding: 10px 0;
}

.yiji li {
	position: relative;
	transition: 0.5s;
	padding: 8px 14px;
	display: block;
}

.yiji li a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	color: #fff;
}

.yiji li:hover > a {
	border-bottom: 1px solid #fff;
}

.erji {
	position: absolute;
	width: 244px;
	background: #B2A088;
	top: -9999px;
	left: 100%;
	padding: 10px 0;
}

.sanji {
	position: absolute;
	width: 244px;
	background: #B2A088;
	top: -9999px;
	left: 100%;
	padding: 10px 0;
}

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

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

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

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


.ynav .dangqiandao > a {
	border-bottom: 1px solid #fff;
	color: #fff !important;
}

.ynav {
	float: right;
	padding: 32px 0px;
	position: relative;
	cursor: pointer;
	padding-left: 70px;
	z-index: 999;
}

.yvnava {
	width: 40px;
	height: 40px;
	background: #B2A088;
	position: relative;
	text-align: center;
}

.yvnava img {
	width: 100%;
	max-width: 18px;
	margin: 0 auto;
}

.ysp1 {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 11px;
	top: 14px;
}

.ysp2 {
	display: block;
	width: 9px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
}

.ysp3 {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 11px;
	bottom: 14px;
}

.yyiji {
	position: absolute;
	right: 0;
	top: -9999px;
	width: 192px;
	font-size: 0;
	letter-spacing: 0;
	z-index: 999;
	background: #B2A088;
	padding: 15px 0;
}

.ynav:hover .yyiji {
	display: block;
	top: 100%;
}

.yyiji li {
	position: relative;
	display: block;
	padding: 5px 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}

.yyiji li a {
	color: #fff;
	display: inline;
}

.yyiji li a:hover {
	border-bottom: 1px solid #fff;
}

.yerji {
	position: absolute;
	top: 0;
	right: 100%;
	width: 192px;
	background: #B2A088;
	padding: 15px 0;
	z-index: 9999;
	display: none;
}

.yyiji > li:hover .yerji {
	display: block;
}

.yerji li {
	display: block;
	margin-left: 0;
	padding: 3px 20px;
}

.xnav {
	display: none
}


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

.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;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
}

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

.slick-dots li.slick-active button {
	background: #B2A088;
}


.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%);
	border: #fff;
	/*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;
}

.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: 1459px) {
	.logo {
		width: 228px;
	}

	.head-logo {
		line-height: 96px;
	}

	.head-logo img {
		max-height: 96px;
	}

	.head-top-left p {
		font-size: 14px;
		line-height: 28px;
		padding: 4px 0;
		margin-right: 36px;
	}

	.head-top-left .iconfont {
		font-size: 15px;
		margin-right: 6px;
	}

	.yvn {
		min-width: 96px;
		padding: 4px 0;
		margin-left: 30px;
	}

	.yvzhonga {
		height: 28px;
		padding-left: 32px;
		padding-right: 14px;
		line-height: 28px;
	}

	.head-follow {
		padding: 8px 0;
	}

	.head-follow a {
		margin-left: 20px;
	}

	.head-follow .iconfont {
		line-height: 20px;
		font-size: 14px;
	}

	/*  sousuo  */
	.sousuo {
		padding: 36px 0;
		margin-left: 40px;
	}

	.sou2 {
		width: 14px;
		height: 24px;
		line-height: 24px;
		font-size: 14px !important;
	}

	.daohang {
		max-width: 788px;
	}

	.daohang > li {
		padding: 36px 24px;
	}

	.daohang > li > a {
		font-size: 16px;
		line-height: 24px;
	}

	.yijiw {
		width: 220px;
	}

	.yiji li {
		padding: 7px 14px;
	}

	.erji {
		width: 220px;
	}

	.sanji {
		width: 220px;
	}

	.ynav {
		padding: 29px 0px;
		padding-left: 50px;
	}

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

	.ysp1 {
		width: 18px;
		height: 2px;
		left: 10px;
		top: 13px;
	}

	.ysp2 {
		width: 9px;
		height: 3px;
		left: 10px;
	}

	.ysp3 {
		width: 18px;
		height: 2px;
		left: 10px;
		bottom: 13px;
	}

	.yyiji {
		width: 180px;
	}

	.yerji {
		width: 180px;
	}

	/*  banner  */
	.banner {
		padding-top: 133px;
	}

	.slick-dots {
		bottom: 28px;
	}

	.slick-dots li button {
		margin: 0 7px;
		width: 18px;
	}

}

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

	.head-logo {
		line-height: 88px;
	}

	.head-logo img {
		max-height: 88px;
	}

	.head-top-left p {
		font-size: 13px;
		line-height: 26px;
		padding: 3px 0;
		margin-right: 30px;
	}

	.head-top-left .iconfont {
		font-size: 13px;
		margin-right: 5px;
	}

	.yvn {
		min-width: 90px;
		padding: 3px 0;
		margin-left: 24px;
	}

	.yvzhonga {
		height: 26px;
		padding-left: 32px;
		padding-right: 14px;
		line-height: 26px;
	}

	.head-follow {
		padding: 7px 0;
	}

	.head-follow a {
		margin-left: 16px;
	}

	.head-follow .iconfont {
		line-height: 18px;
		font-size: 14px;
	}

	/*  sousuo  */
	.sousuo {
		padding: 32px 0;
		margin-left: 20px;
	}

	.sou2 {
		width: 14px;
		height: 24px;
		line-height: 24px;
		font-size: 14px !important;
	}

	.daohang {
		max-width: 640px;
	}

	.daohang > li {
		padding: 32px 16px;
	}

	.daohang > li > a {
		font-size: 14px;
		line-height: 24px;
	}

	.yijiw {
		width: 200px;
	}

	.yiji li {
		padding: 6px 12px;
	}

	.erji {
		width: 200px;
	}

	.sanji {
		width: 200px;
	}

	.ynav {
		padding: 26px 0px;
		padding-left: 28px;
	}

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

	.ysp1 {
		width: 18px;
		height: 2px;
		left: 9px;
		top: 11px;
	}

	.ysp2 {
		width: 9px;
		height: 3px;
		left: 9px;
	}

	.ysp3 {
		width: 18px;
		height: 2px;
		left: 9px;
		bottom: 11px;
	}

	.yyiji {
		width: 166px;
	}

	.yerji {
		width: 166px;
	}

	/*  banner  */
	.banner {
		padding-top: 121px;
	}

	.slick-dots {
		bottom: 26px;
	}

	.slick-dots li button {
		margin: 0 6px;
		width: 18px;
	}
}

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

@media screen and (max-width: 991px) {
	.logo {
		width: 190px;
		float: none;
		margin: 0 auto;
	}

	.head-logo {
		line-height: 80px;
		float: none;
		margin: 0 auto;
	}

	.head-logo img {
		max-height: 80px;
		float: none;
		margin: 0 auto;
	}

	.banner {
		padding-top: 113px;
	}

	.yvn {
		min-width: 80px;
		padding: 3px 0;
		margin-left: 0;
		margin-right: 40px;
	}

	.yvzhonga {
		height: 26px;
		padding-left: 32px;
		padding-right: 14px;
		line-height: 26px;
	}

	.head-top-left {
		display: none;
	}

	.head-follow {
		display: none;
	}

	.het {
		padding: 0px;
	}

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

	.clear3 {
		clear: both;
	}

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

	.ynav {
		display: none
	}

	.slick-dots {
		bottom: 24px;
	}

	.slick-dots li button {
		margin: 0 5px;
		width: 16px;
	}

	.slick-prev, .slick-next {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.slick-prev::before {
		font-size: 14px;
	}

	.slick-next::before {
		font-size: 14px;
	}

	.xnav {
		display: block
	}

	.nav {
		position: fixed;
		width: 32px;
		height: 24px;
		background: #B2A088;
		right: 10px;
		top: 4px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999999999
	}

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

	.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: 999999999;
		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;
	}
}

@media screen and (max-width: 720px) {
	.slick-dots {
		bottom: 18px;
	}

	.slick-dots li button {
		margin: 0 12px;
	}

	.slick-dots li.slick-active button::before {
		width: 16px;
		height: 16px;
	}

	.slick-prev, .slick-next {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

	.slick-prev::before {
		font-size: 10px;
	}

	.slick-next::before {
		font-size: 10px;
	}
}

/* ***************    index    ******************** */
.contain-wp {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

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

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

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

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

@media (min-width: 1510px) {
	.contain-wp {
		width: 1480px;
	}
}

.pro-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.swiper-slide .pro-item {
	display: block;
	padding: 0;
	margin: 0;
}

.pro-item .item-box {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 7px 17px;
}

.pro-item .item-box:hover {
	background: #EEEEEE;
}

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

.pro-item .item-box .item-pic img {
	width: 100%;
	display: block;
}

.pro-item .item-box .item-backdrop {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 57, 52, .8);
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-item .item-box:hover .item-backdrop {
	top: 0;
}

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

.pro-item .item-pic img {
	width: 100%;
	display: block;
}

.pro-item .item-body {
	position: relative;
	width: 100%;
	text-align: center;
}

.pro-item .item-body .item-title {
	font-size: 20px;
	font-family: Lora-Regular;
	color: #B2A088;
	line-height: 34px;
	border-bottom: 1px solid #dadada;
}

.pro-item .item-body .item-title a {
	color: #B2A088;
}

.pro-item .item-box:hover .item-title a, .pro-item .item-body .item-title a:hover {
	color: #2A3934;
}

.pro-item .item-btn {
	margin-top: 7px;
	text-align: center;
}

.pro-item .item-btn a {
	line-height: 26px;
	font-size: 16px;
	color: #666;
}

.pro-item .item-btn a:hover, .pro-item .item-btn:hover a {
	color: #2A3934;
}

.pro-item .item-btn input {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	margin-top: 8px;
	margin-right: 9px;
}


@media (min-width: 1260px) and (max-width: 1459px) {
	.pro-item .item-box {
		padding: 10px 6px 16px;
	}

	.pro-item .item-body .item-title {
		font-size: 20px;
		line-height: 32px;
	}

	.pro-item .item-btn {
		margin-top: 6px;
	}

	.pro-item .item-btn a {
		line-height: 26px;
		font-size: 16px;
	}

	.pro-item .item-btn input {
		width: 10px;
		height: 10px;
		margin-top: 8px;
		margin-right: 8px;
	}

}

@media (min-width: 992px) and (max-width: 1259px) {
	.pro-item .item-box {
		padding: 8px 5px 13px;
	}

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

	.pro-item .item-btn {
		margin-top: 6px;
	}

	.pro-item .item-btn a {
		line-height: 24px;
		font-size: 15px;
	}

	.pro-item .item-btn input {
		width: 10px;
		height: 10px;
		margin-top: 7px;
		margin-right: 8px;
	}
}

@media (max-width: 991px) {
	.pro-item .item-box {
		padding: 7px 4px 12px;
	}

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

	.pro-item .item-btn {
		margin-top: 6px;
	}

	.pro-item .item-btn a {
		line-height: 24px;
		font-size: 15px;
	}

	.pro-item .item-btn input {
		width: 10px;
		height: 10px;
		margin-top: 6px;
		margin-right: 8px;
	}
}

@media (max-width: 620px) {
	.pro-item .item-box {
		padding: 6px 4px 10px;
	}

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

	.pro-item .item-btn {
		margin-top: 6px;
	}

	.pro-item .item-btn a {
		line-height: 24px;
		font-size: 14px;
	}

	.pro-item .item-btn input {
		width: 9px;
		height: 9px;
		margin-top: 6px;
		margin-right: 8px;
	}
}

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

.sec1 {
	position: relative;
	width: 100%;
	padding-top: 5.208333333333333%;
	padding-bottom: 5.104166666666667%;
}

.sec-title-top {
	position: relative;
	padding-top: 14px;
	padding-bottom: 22px;
}

.sec-title-top::before {
	content: "";
	position: absolute;
	top: 0;
	width: 50px;
	height: 14px;
	background: rgba(0, 0, 0, 0);
	border: 3px solid #DFDFDF;
	box-sizing: border-box;
	border-bottom: 0;
}

.sec-title-top::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 22px;
	background: rgba(0, 0, 0, 0);
	border: 3px solid #DFDFDF;
	box-sizing: border-box;
	border-top: 0;
}

.sec-title-top.text-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.sec-title-top.text-center::after {
	left: 50%;
	transform: translateX(-50%);
}

.sec-title {
	font-size: 32px;
	font-family: Lora-Regular;
	color: #B2A088;
	line-height: 38px;
	position: relative;
}

.sec-title a {
	color: #B2A088;
}

.sec-title-top .sec-text {
	font-size: 14px;
	position: relative;
	color: #9B9B9B;
	line-height: 24px;
}

.sec-title-top .sec-text::before {
	position: absolute;
	content: "";
	bottom: 0;
	transform: translateY(100%);
	width: 11px;
	height: 11px;
	background: url(../img/xia.png) no-repeat center center;
	background-size: 100%;
}

.sec-title-top .sec-text.text-center::before {
	left: 50%;
	transform: translate(-50%, 100%);
}

.sec-title-top .sec-text.text-left::before {
	left: 25px;
	transform: translate(-50%, 100%);
}

.sec-title-top .sec-text a {
	position: relative;
	color: #989898;
}

.sec1-text a:hover {
	color: #B2A088;
}

.sec1-tbody {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}

.sec1-tbody-info {
	width: 710px;
	position: relative;
}

.sec1-tbody-right {
	width: 602px;
	position: relative;
}

.sec1-tbody-img {
	width: 100%;
	max-width: 570px;
	position: relative;
}

.sec1-title {
	position: relative;
	font-size: 26px;
	font-family: Lora-Regular;
	font-weight: 400;
	color: #B2A088;
	line-height: 36px;
	padding-bottom: 27px;
}

.sec1-title a {
	color: #B2A088;
}

.sec1-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 4px;
	background: #B2A088;
}

.sec1-text {
	font-size: 16px;
	color: #9B9B9B;
	line-height: 30px;
	margin-top: 24px;
}

.sec1-btn {
	margin-top: 40px;
}

.sec-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 179px;
	padding: 10px 20px;
	line-height: 34px;
	font-size: 20px;
	color: #FFFFFF;
	background: #2A3934;
	text-align: center;
	border-radius: 27px;
}

.sec-btn a:hover {
	background: #B2A088;
	color: #fff;
}

.sec1-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -11px;
	margin-right: -7px;
	padding-top: 58px;
	display: flex;
	flex-wrap: wrap;
}

.sec1-list-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 11px;
	margin-bottom: 10px;
}

.sec1-list-item .item-box {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #2A3934;
	position: relative;
	width: 100%;
	padding: 28px 0;
	display: block;
}

/*.sec1-list-item .item-box:hover {*/
/*    background: #2A3934;*/
/*    color: #fff;*/
/*}*/

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

.sec1-list-item .item-icon img {
	width: 30px;
	line-height: 30px;
	margin: 0 auto;
}

.sec1-list-item .item-icon .icon-img1 {
	display: block;
}

/*.sec1-list-item .item-icon .icon-img2 {*/
/*    display: none;*/
/*}*/

/*.sec1-list-item .item-box:hover .item-icon .icon-img1 {*/
/*    display: none;*/
/*}*/

/*.sec1-list-item .item-box:hover .item-icon .icon-img2 {*/
/*    display: block;*/
/*}*/

.sec1-list-item .item-title {
	font-size: 20px;
	margin-top: 8px;
	color: #2A3934;
	line-height: 32px;
}

.sec1-list-item .item-box:hover .item-title {
	color: #B2A088;
}

.sec1-right-title {
	position: relative;
	width: 340px;
	max-width: 100%;
	margin-left: auto;
	background: #2A3934;
	font-size: 26px;
	text-align: center;
	font-family: Lora-Regular;
	color: #FFFFFF;
	line-height: 32px;
	padding-top: 38px;
	padding-bottom: 26px;
}

.sec1-right-title a {
	color: #fff;
}

.sec1-right-title a:hover {
	color: #B2A088;
}

.sec1-right-title::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 520px;
	background: #2A3934;
	z-index: -1;
}


.sec1-tbody-img .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 0;
	padding-bottom: 69.82456140350877%;
}

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

.sec1-tbody-img .item-pic a {
	display: block;
}

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

	.sec-title-top {
		padding-top: 12px;
		padding-bottom: 20px;
	}

	.sec-title-top::before {
		width: 48px;
		height: 12px;
	}

	.sec-title-top::after {
		width: 48px;
		height: 20px;
	}

	.sec-title-top .sec-text.text-left::before {
		left: 24px;
	}

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

	.sec-title-top .sec-text {
		font-size: 13px;
		line-height: 22px;
	}

	.sec1-tbody {
		padding-top: 46px;
	}

	.sec1-tbody-info {
		width: 606px;
	}

	.sec1-tbody-right {
		width: 560px;
	}

	.sec1-title {
		font-size: 23px;
		line-height: 32px;
		padding-bottom: 24px;
	}

	.sec1-title::before {
		width: 92px;
		height: 4px;
	}

	.sec1-text {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.sec1-btn {
		margin-top: 36px;
	}

	.sec-btn a {
		min-width: 160px;
		padding: 9px 18px;
		line-height: 32px;
		font-size: 18px;
		border-radius: 25px;
	}

	.sec1-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 48px;
	}

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

	.sec1-list-item .item-box {
		padding: 24px 0;
	}

	.sec1-list-item .item-icon img {
		width: 28px;
		line-height: 28px;
	}

	.sec1-list-item .item-title {
		font-size: 18px;
		margin-top: 7px;
		line-height: 30px;
	}

	.sec1-right-title {
		width: 320px;
		font-size: 23px;
		line-height: 30px;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.sec1-right-title::before {
		height: 490px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec1 {
		padding-top: 5%;
		padding-bottom: 4.875%;
	}

	.sec-title-top {
		padding-top: 12px;
		padding-bottom: 18px;
	}

	.sec-title-top::before {
		width: 46px;
		height: 12px;
	}

	.sec-title-top::after {
		width: 46px;
		height: 18px;
	}

	.sec-title-top .sec-text.text-left::before {
		left: 23px;
	}

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

	.sec-title-top .sec-text {
		font-size: 13px;
		line-height: 22px;
	}

	.sec1-tbody {
		padding-top: 38px;
	}

	.sec1-tbody-info {
		width: 50.5%;
	}

	.sec1-tbody-right {
		width: 48.5%;
	}

	.sec1-title {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 20px;
	}

	.sec1-title::before {
		width: 84px;
		height: 4px;
	}

	.sec1-text {
		font-size: 15px;
		line-height: 26px;
		margin-top: 18px;
	}

	.sec1-btn {
		margin-top: 30px;
	}

	.sec-btn a {
		min-width: 142px;
		padding: 8px 16px;
		line-height: 30px;
		font-size: 17px;
		border-radius: 23px;
	}

	.sec1-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 30px;
	}

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

	.sec1-list-item .item-box {
		padding: 20px 0;
	}

	.sec1-list-item .item-icon img {
		width: 26px;
		line-height: 26px;
	}

	.sec1-list-item .item-title {
		font-size: 17px;
		margin-top: 7px;
		line-height: 28px;
	}

	.sec1-right-title {
		width: 300px;
		font-size: 20px;
		line-height: 30px;
		padding-top: 26px;
		padding-bottom: 20px;
	}

	.sec1-right-title::before {
		height: 412px;
	}
}

@media (max-width: 991px) {
	.sec1 {
		padding-top: 4.875%;
		padding-bottom: 4.75%;
	}

	.sec-title-top {
		padding-top: 12px;
		padding-bottom: 18px;
	}

	.sec-title-top::before {
		width: 44px;
		height: 12px;
	}

	.sec-title-top::after {
		width: 44px;
		height: 18px;
	}

	.sec-title-top .sec-text.text-left::before {
		left: 22px;
	}

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

	.sec-title-top .sec-text {
		font-size: 13px;
		line-height: 22px;
	}

	.sec1-tbody {
		padding-top: 30px;
	}

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

	.sec1-tbody-img {
		margin: 0 auto;
	}

	.sec1-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec1-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.sec1-title::before {
		width: 84px;
		height: 4px;
	}

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

	.sec1-btn {
		margin-top: 24px;
	}

	.sec-btn a {
		min-width: 124px;
		padding: 7px 14px;
		line-height: 28px;
		font-size: 16px;
		border-radius: 21px;
	}

	.sec1-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 24px;
	}

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

	.sec1-list-item .item-box {
		padding: 16px 0 14px;
	}

	.sec1-list-item .item-icon img {
		width: 26px;
		line-height: 26px;
	}

	.sec1-list-item .item-title {
		font-size: 16px;
		margin-top: 7px;
		line-height: 28px;
	}

	.sec1-right-title {
		display: none;
	}

	.sec1-right-title::before {
		display: none;
	}
}

@media (max-width: 720px) {
	.sec1 {
		padding-top: 4.75%;
		padding-bottom: 4.625%;
	}

	.sec-title-top {
		padding-top: 12px;
		padding-bottom: 18px;
	}

	.sec-title-top::before {
		width: 44px;
		height: 12px;
	}

	.sec-title-top::after {
		width: 44px;
		height: 18px;
	}

	.sec-title-top .sec-text.text-left::before {
		left: 22px;
	}

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

	.sec-title-top .sec-text {
		font-size: 13px;
		line-height: 22px;
	}

	.sec1-tbody {
		padding-top: 26px;
	}

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

	.sec1-tbody-img {
		margin: 0 auto;
	}

	.sec1-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec1-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.sec1-title::before {
		width: 84px;
		height: 4px;
	}

	.sec1-text {
		font-size: 13px;
		line-height: 24px;
		margin-top: 16px;
	}

	.sec1-btn {
		margin-top: 24px;
	}

	.sec-btn a {
		min-width: 110px;
		padding: 6px 12px;
		line-height: 26px;
		font-size: 16px;
		border-radius: 19px;
	}

	.sec1-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 24px;
	}

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

	.sec1-list-item .item-box {
		padding: 16px 0 14px;
	}

	.sec1-list-item .item-icon img {
		width: 26px;
		line-height: 26px;
	}

	.sec1-list-item .item-title {
		font-size: 16px;
		margin-top: 7px;
		line-height: 28px;
	}

	.sec1-right-title {
		display: none;
	}

	.sec1-right-title::before {
		display: none;
	}
}

@media (max-width: 460px) {
	.sec1 {
		padding-top: 4.75%;
		padding-bottom: 4.625%;
	}

	.sec-title-top {
		padding-top: 12px;
		padding-bottom: 18px;
	}

	.sec-title-top::before {
		width: 44px;
		height: 12px;
	}

	.sec-title-top::after {
		width: 44px;
		height: 18px;
	}

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

	.sec-title-top .sec-text {
		font-size: 13px;
		line-height: 22px;
	}

	.sec1-tbody {
		padding-top: 26px;
	}

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

	.sec1-tbody-img {
		margin: 0 auto;
	}

	.sec1-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec1-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.sec1-title::before {
		width: 84px;
		height: 4px;
	}

	.sec1-text {
		font-size: 13px;
		line-height: 24px;
		margin-top: 16px;
	}

	.sec1-btn {
		margin-top: 24px;
	}

	.sec-btn a {
		min-width: 110px;
		padding: 6px 12px;
		line-height: 26px;
		font-size: 16px;
		border-radius: 19px;
	}

	.sec1-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-top: 24px;
	}

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

	.sec1-list-item .item-box {
		padding: 16px 0 14px;
	}

	.sec1-list-item .item-icon img {
		width: 26px;
		line-height: 26px;
	}

	.sec1-list-item .item-title {
		font-size: 16px;
		margin-top: 7px;
		line-height: 28px;
	}

	.sec1-right-title {
		display: none;
	}

	.sec1-right-title::before {
		display: none;
	}
}

.sec2 {
	position: relative;
	width: 100%;
	background: url(../img/sec2-bgi.png) no-repeat center center;
	background-size: cover;
	padding-top: 5.208333333333333%;
	padding-bottom: 5%;
}

.sec2-tbody {
	padding-top: 50px;
	position: relative;
	width: 100%;
}

.sec2-tbody-list {
	position: relative;
	margin-left: -16px;
	margin-right: -16px;
	font-size: 0;
	letter-spacing: 0;
}

.sec2-tbody-list .pro-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 17px;
	margin-bottom: 16px;
}

.swiper-slide .pro-list-item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.pro-list-item .item-box {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	padding: 10px 7px 17px;
}

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

.pro-list-item .item-box .item-pic img {
	width: 100%;
	display: block;
}

.pro-list-item .item-box .item-backdrop {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 57, 52, .8);
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-list-item .item-box:hover .item-backdrop {
	top: 0;
}

.pro-list-item .item-box .item-backdrop .item-link {
	display: block;
	text-align: center;
	min-width: 36px;
	line-height: 36px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 18px;
}

.pro-list-item .item-body {
	position: relative;
	width: 100%;
	text-align: center;
}

.pro-list-item .item-body .item-title {
	font-size: 20px;
	font-family: Lora-Regular;
	color: #B2A088;
	line-height: 34px;
	border-bottom: 1px solid #dadada;
}

.pro-list-item .item-body .item-title a {
	color: #B2A088;
}

.pro-list-item .item-box:hover .item-title a, .pro-list-item .item-body .item-title a:hover {
	color: #2A3934;
}

.pro-list-item .item-body .item-btn {
	font-size: 16px;
	line-height: 30px;
	padding-top: 4px;
}

.pro-list-item .item-body .item-btn a {
	color: #666;
}

.pro-list-item .item-box:hover .item-btn a, .pro-list-item .item-body .item-btn a:hover {
	color: #2A3934;
}

.pro-list-item .item-body .item-btn .iconfont {
	display: inline-block;
	vertical-align: top;
	min-width: 40px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	font-size: 9px;
	color: #999;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #999999;
	border-radius: 9px;
	margin-top: 2px;
}

.pro-list-item .item-box:hover .item-btn a .iconfont, .pro-list-item .item-body .item-btn a:hover .iconfont {
	background: #2A3934;
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec2 {
		padding-top: 5.1%;
		padding-bottom: 5%;
	}

	.sec2-tbody {
		padding-top: 44px;
	}

	.sec2-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec2-tbody-list .pro-list-item {
		width: 25%;
		padding: 0 8px;
		margin-bottom: 14px;
	}

	.pro-list-item .item-box {
		adding: 9px 6px 15px;
	}

	.pro-list-item .item-box .item-backdrop .item-link {
		min-width: 34px;
		line-height: 34px;
		height: 34px;
		border-radius: 17px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 19px;
		line-height: 32px;
	}

	.pro-list-item .item-body .item-btn {
		font-size: 16px;
		line-height: 28px;
		padding-top: 4px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec2 {
		padding-top: 5%;
		padding-bottom: 4.875%;
	}

	.sec2-tbody {
		padding-top: 38px;
	}

	.sec2-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec2-tbody-list .pro-list-item {
		width: 25%;
		padding: 0 5px;
		margin-bottom: 14px;
	}

	.pro-list-item .item-box {
		adding: 9px 5px 14px;
	}

	.pro-list-item .item-box .item-backdrop .item-link {
		min-width: 32px;
		line-height: 32px;
		height: 32px;
		border-radius: 16px;
	}

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

	.pro-list-item .item-body .item-btn {
		font-size: 15px;
		line-height: 26px;
		padding-top: 4px;
	}

	.pro-list-item .item-body .item-btn .iconfont {
		min-width: 38px;
		height: 18px;
		line-height: 16px;
		font-size: 9px;
		cborder-radius: 9px;
		margin-top: 2px;
	}
}

@media (max-width: 991px) {
	.sec2 {
		padding-top: 4.875%;
		padding-bottom: 4.75%;
	}

	.sec2-tbody {
		padding-top: 32px;
	}

	.sec2-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec2-tbody-list .pro-list-item {
		width: 33.333333333%;
		padding: 0 10px;
		margin-bottom: 14px;
	}

	.pro-list-item .item-box {
		adding: 8px 5px 13px;
	}

	.pro-list-item .item-box .item-backdrop .item-link {
		min-width: 32px;
		line-height: 32px;
		height: 32px;
		border-radius: 16px;
	}

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

	.pro-list-item .item-body .item-btn {
		font-size: 14px;
		line-height: 24px;
		padding-top: 4px;
	}

	.pro-list-item .item-body .item-btn .iconfont {
		min-width: 36px;
		height: 16px;
		line-height: 14px;
		font-size: 8px;
		cborder-radius: 8px;
		margin-top: 2px;
	}
}

@media (max-width: 767px) {
	.sec2 {
		padding-top: 4.75%;
		padding-bottom: 4.625%;
	}

	.sec2-tbody {
		padding-top: 26px;
	}

	.sec2-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec2-tbody-list .pro-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 14px;
	}

	.pro-list-item .item-box {
		adding: 8px 5px 13px;
	}

	.pro-list-item .item-box .item-backdrop .item-link {
		min-width: 32px;
		line-height: 32px;
		height: 32px;
		border-radius: 16px;
	}

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

	.pro-list-item .item-body .item-btn {
		font-size: 14px;
		line-height: 24px;
		padding-top: 4px;
	}

	.pro-list-item .item-body .item-btn .iconfont {
		min-width: 36px;
		height: 16px;
		line-height: 14px;
		font-size: 8px;
		cborder-radius: 8px;
		margin-top: 2px;
	}
}

@media (max-width: 560px) {
	.sec2 {
		padding-top: 4.75%;
		padding-bottom: 4.625%;
	}

	.sec2-tbody {
		padding-top: 26px;
	}

	.sec2-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec2-tbody-list .pro-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 14px;
	}

	.pro-list-item .item-box {
		adding: 7px 5px 12px;
	}

	.pro-list-item .item-box .item-backdrop .item-link {
		min-width: 32px;
		line-height: 32px;
		height: 32px;
		border-radius: 16px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.pro-list-item .item-body .item-btn {
		font-size: 14px;
		line-height: 24px;
		padding-top: 4px;
	}

	.pro-list-item .item-body .item-btn .iconfont {
		min-width: 36px;
		height: 16px;
		line-height: 14px;
		font-size: 8px;
		cborder-radius: 8px;
		margin-top: 2px;
	}
}

.sec3 {
	position: relative;
	width: 100%;
	padding-top: 6.5625%;
	padding-bottom: 3.75%;
	background: url(../img/sec3-bgi.png) no-repeat b center;
	background-size: cover;
}

.sec3-tbody {
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -9.5px;
	margin-right: -9.5px;
}

.sec3-tbody-item {
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 0 9.5px;
	margin-bottom: 19px;
	order: 2;
}

.sec3-tbody-right {
	width: 631px;
	order: 1;
}

.sec3-tbody-left {
	width: 785px;
	order: 0;
}

.sec3-tbody-right .sec3-tbody-img {
	margin-top: 62px;
}

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

.sec3-tbody-img img {
	width: 100%;
	display: block;
}
.sec3-tbody-img .item-pic iframe, .sec3-tbody-img .item-pic img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec3 {
		padding-top: 6.5%;
		padding-bottom: 3.75%;
	}

	.sec3-tbody {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec3-tbody-item {
		width: 33.333333%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.sec3-tbody-right {
		width: 44.35%;
	}

	.sec3-tbody-left {
		width: 55.65%;
	}

	.sec3-tbody-right .sec3-tbody-img {
		margin-top: 52px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec3 {
		padding-top: 6.25%;
		padding-bottom: 3.75%;
	}

	.sec3-tbody {
		margin-left: -4px;
		margin-right: -4px;
	}

	.sec3-tbody-item {
		width: 33.333333%;
		padding: 0 4px;
		margin-bottom: 14px;
	}

	.sec3-tbody-right {
		width: 44%;
	}

	.sec3-tbody-left {
		width: 56%;
	}

	.sec3-tbody-right .sec3-tbody-img {
		margin-top: 36px;
	}
}

@media (max-width: 991px) {
	.sec3 {
		padding-top: 6%;
		padding-bottom: 3.75%;
	}

	.sec3-tbody {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec3-tbody-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 14px;
	}

	.sec3-tbody-right {
		width: 100%;
		order: -2;
	}

	.sec3-tbody-left {
		width: 50%;
	}

	.sec3-tbody-right .sec3-tbody-img {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.sec3 {
		padding-top: 6%;
		padding-bottom: 3.75%;
	}

	.sec3-tbody {
		margin-left: -6px;
		margin-right: -6px;
	}

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

	.sec3-tbody-right {
		width: 100%;
		order: -2;
	}

	.sec3-tbody-left {
		width: 50%;
	}

	.sec3-tbody-right .sec3-tbody-img {
		margin-top: 20px;
	}
}

.sec4 {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*background: #d4d7d6;*/
	flex-wrap: wrap;
}

.sec4-menu {
	width: 390px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.sec4-tbody {
	width: calc(100% - 390px);
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.sec4-menu-swiper {
	position: relative;
	width: 100%;
	padding: 20px 50px;
}

.swiper-sec4 {
	position: relative;
	width: 100%;
	height: 372px;
}

.sec4-menu-swiper .swiper-button {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	top: auto;
	bottom: 0;
	margin-top: 0;
	color: #999999;
	transform: rotate(90deg);
}

.sec4-menu-swiper .swiper-button:hover {
	color: #2A3934;
}

.sec4-button-prev {
	left: 145px;
}

.sec4-button-next {
	right: auto;
	left: 174px;
}

.sec4-menu-item {
	position: relative;
	padding-left: 100px;
	font-size: 20px;
	color: #2A3934;
	line-height: 36px;
}

.sec4-menu-item::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 0;
	height: 1px;
	background: #B2A088;
}

.sec4-menu-item a {
	color: #2A3934;
}

.sec4-menu-item:hover, .swiper-slide.active .sec4-menu-item, .sec4-menu-item:hover a, .swiper-slide.active .sec4-menu-item a {
	color: #B2A088;
}

.sec4-menu-item:hover::before, .swiper-slide.active .sec4-menu-item::before {
	width: 80px;
}

.sec4-tbody-item {
	position: relative;
	width: 100%;
	display: none;
}

.sec4-tbody-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../img/sec4-bgi.png) repeat center center;
	background-size: cover;
	flex-wrap: wrap;
}

.sec4-tbody-info {
	width: 44.22679%;
	position: relative;
	padding: 0 57px;
}

.sec4-tbody-img {
	width: 55.77321%;
	position: relative;
}

.sec4-tbody-img img {
	display: block;
	width: 100%;
}

.sec4-info-box {
	position: relative;
	margin-top: 94px;
}

.sec4-info-title {
	font-size: 26px;
	font-family: Lora-Regular;
	color: #B2A088;
	line-height: 32px;
}

.sec4-info-title a {
	color: #B2A088;
}

.sec4-info-text {
	font-size: 16px;
	margin-top: 22px;
	color: #FFFFFF;
	line-height: 30px;
}

.sec4-info-text a {
	color: #fff;
}

.sec4-info-text a:hover {
	color: #B2A088;
}

.sec4-info-btn {
	margin-top: 25px;
}

.sec4-info-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	padding: 10px 20px;
	line-height: 26px;
	font-size: 16px;
	color: #FFFFFF;
	background: #B2A088;
	text-align: center;
	border-radius: 23px;
}

.sec4-info-btn a:hover {
	background: #B2A088;
	color: #fff;
}

@media (min-width: 1660px) and (max-width: 1859px) {
	.sec4-menu {
		width: 360px;
	}

	.sec4-tbody {
		width: calc(100% - 360px);
	}

	.sec4-menu-swiper {
		padding: 20px 40px 30px;
	}

	.swiper-sec4 {
		height: 366px;
	}

	.sec4-menu-swiper .swiper-button {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		transform: rotate(90deg);
	}

	.sec4-button-prev {
		left: 136px;
	}

	.sec4-button-next {
		right: auto;
		left: 158px;
	}

	.sec4-menu-item {
		padding-left: 96px;
		font-size: 20px;
		line-height: 34px;
	}

	.sec4-menu-item:hover::before, .swiper-slide.active .sec4-menu-item::before {
		width: 80px;
	}

	.sec4-tbody-info {
		width: 44.25%;
		padding: 0 44px;
	}

	.sec4-tbody-img {
		width: 55.75%;
	}

	.sec4-info-box {
		margin-top: 86px;
	}

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

	.sec4-info-text {
		font-size: 16px;
		margin-top: 22px;
		line-height: 30px;
	}

	.sec4-info-btn {
		margin-top: 25px;
	}

	.sec4-info-btn a {
		min-width: 160px;
		padding: 10px 20px;
		line-height: 26px;
		font-size: 16px;
		border-radius: 23px;
	}
}

@media (min-width: 1460px) and (max-width: 1659px) {
	.sec4-menu {
		width: 320px;
	}

	.sec4-tbody {
		width: calc(100% - 320px);
	}

	.sec4-menu-swiper {
		padding: 10px 30px 30px;
	}

	.swiper-sec4 {
		height: 346px;
	}

	.sec4-menu-swiper .swiper-button {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		transform: rotate(90deg);
	}

	.sec4-button-prev {
		left: 136px;
	}

	.sec4-button-next {
		right: auto;
		left: 158px;
	}

	.sec4-menu-item {
		padding-left: 88px;
		font-size: 18px;
		line-height: 32px;
	}

	.sec4-menu-item:hover::before, .swiper-slide.active .sec4-menu-item::before {
		width: 72px;
	}

	.sec4-tbody-info {
		width: 44.25%;
		padding: 0 44px;
	}

	.sec4-tbody-img {
		width: 55.75%;
	}

	.sec4-info-box {
		margin-top: 70px;
	}

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

	.sec4-info-text {
		font-size: 16px;
		margin-top: 20px;
		line-height: 30px;
	}

	.sec4-info-btn {
		margin-top: 22px;
	}

	.sec4-info-btn a {
		min-width: 160px;
		padding: 10px 20px;
		line-height: 26px;
		font-size: 16px;
		border-radius: 23px;
	}
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec4-menu {
		width: 300px;
	}

	.sec4-tbody {
		width: calc(100% - 300px);
	}

	.sec4-menu-swiper {
		padding: 10px 20px 30px;
	}

	.swiper-sec4 {
		height: 346px;
	}

	.sec4-menu-swiper .swiper-button {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		transform: rotate(90deg);
	}

	.sec4-button-prev {
		left: 114px;
	}

	.sec4-button-next {
		right: auto;
		left: 138px;
	}

	.sec4-menu-item {
		padding-left: 80px;
		font-size: 18px;
		line-height: 32px;
	}

	.sec4-menu-item:hover::before, .swiper-slide.active .sec4-menu-item::before {
		width: 66px;
	}

	.sec4-tbody-info {
		width: 44.1%;
		padding: 0 30px;
	}

	.sec4-tbody-img {
		width: 55.9%;
	}

	.sec4-info-box {
		margin-top: 50px;
	}

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

	.sec4-info-text {
		font-size: 16px;
		margin-top: 20px;
		line-height: 30px;
	}

	.sec4-info-btn {
		margin-top: 22px;
	}

	.sec4-info-btn a {
		min-width: 160px;
		padding: 10px 20px;
		line-height: 26px;
		font-size: 16px;
		border-radius: 23px;
	}
}

@media (min-width: 1000px) and (max-width: 1259px) {
	.sec4-menu {
		width: 260px;
	}

	.sec4-tbody {
		width: calc(100% - 260px);
	}

	.sec4-menu-swiper {
		padding: 10px 20px 20px;
	}

	.swiper-sec4 {
		height: 280px;
	}

	.sec4-menu-swiper .swiper-button {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		transform: rotate(90deg);
	}

	.sec4-button-prev {
		left: 100px;
	}

	.sec4-button-next {
		right: auto;
		left: 128px;
	}

	.sec4-menu-item {
		padding-left: 76px;
		font-size: 18px;
		line-height: 32px;
	}

	.sec4-menu-item:hover::before, .swiper-slide.active .sec4-menu-item::before {
		width: 66px;
	}

	.sec4-tbody-info {
		width: 43.6%;
		padding: 0 24px;
	}

	.sec4-tbody-img {
		width: 56.4%;
	}

	.sec4-info-box {
		margin-top: 30px;
	}

	.sec4-info-title {
		font-size: 22px;
		line-height: 30px;
	}

	.sec4-info-text {
		font-size: 16px;
		margin-top: 20px;
		line-height: 28px;
	}

	.sec4-info-btn {
		margin-top: 20px;
	}

	.sec4-info-btn a {
		min-width: 144px;
		padding: 8px 18px;
		line-height: 26px;
		font-size: 16px;
		border-radius: 21px;
	}
}

@media (max-width: 999px) {
	.sec4-menu {
		width: 330px;
	}

	.sec4-tbody {
		width: calc(100% - 330px);
	}

	.sec4-menu-swiper {
		padding: 20px 30px 30px;
	}

	.swiper-sec4 {
		height: 350px;
	}

	.sec4-menu-swiper .swiper-button {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		transform: rotate(90deg);
	}

	.sec4-button-prev {
		left: 136px;
	}

	.sec4-button-next {
		right: auto;
		left: 160px;
	}

	.sec4-menu-item {
		padding-left: 76px;
		font-size: 18px;
		line-height: 32px;
	}

	.sec4-menu-item:hover::before, .swiper-slide.active .sec4-menu-item::before {
		width: 66px;
	}

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

	.sec4-tbody-img {
		width: 100%;
		margin-top: 20px;
	}

	.sec4-info-box {
		margin-top: 30px;
	}

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

	.sec4-info-text {
		font-size: 15px;
		margin-top: 16px;
		line-height: 26px;
	}

	.sec4-info-btn {
		margin-top: 20px;
	}

	.sec4-info-btn a {
		min-width: 130px;
		padding: 6px 16px;
		line-height: 26px;
		font-size: 16px;
		border-radius: 19px;
	}
}

@media (max-width: 767px) {
	.sec4-menu {
		width: 100%;
	}

	.sec4-tbody {
		width: 100%;
	}

	.sec4-menu-swiper {
		padding: 20px 30px;
	}

	.swiper-sec4 {
		height: auto;
	}

	.sec4-menu-swiper .swiper-button {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		transform: rotate(0deg) translateY(-50%);
		bottom: auto;
		top: 50%;
	}

	.sec4-button-prev {
		left: 0;
	}

	.sec4-button-next {
		right: 0;
		left: auto;
	}

	.sec4-menu-item {
		padding-left: 0;
		font-size: 18px;
		line-height: 32px;
		text-align: center;
	}

	.sec4-menu-item:hover::before, .swiper-slide.active .sec4-menu-item::before {
		width: 0;
	}

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

	.sec4-tbody-img {
		width: 100%;
		margin-top: 20px;
	}

	.sec4-info-box {
		margin-top: 20px;
	}

	.sec4-info-title {
		font-size: 18px;
		line-height: 30px;
	}

	.sec4-info-text {
		font-size: 14px;
		margin-top: 12px;
		line-height: 24px;
	}

	.sec4-info-btn {
		margin-top: 16px;
	}

	.sec4-info-btn a {
		min-width: 120px;
		padding: 5px 12px;
		line-height: 26px;
		font-size: 14px;
		border-radius: 18px;
	}
}


.sec5 {
	position: relative;
	width: 100%;
	padding-top: 5.208333333333333%;
	padding-bottom: 4.84375%;
}

.sec5-tbody {
	font-size: 0;
	letter-spacing: 0;
	padding-top: 40px;
	margin-left: -14px;
	margin-right: -14px;
}

.sec5-tbody-item {
	width: 33.3333333%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 14px;
	margin-bottom: 20px;
}

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

.sec5-tbody-item .item-pic img {
	width: 100%;
	max-width: 600px;
	max-height: 450px;
}

.sec5-tbody-item .item-body {
	width: 100%;
	position: relative;
	padding-top: 10px;
}

.sec5-tbody-item .item-body .item-date {
	font-size: 18px;
	font-family: SegoeUI;
	font-weight: 400;
	color: #999999;
	margin-top: 8px;
	line-height: 28px;
}

.sec5-tbody-item .item-body .iconfont {
	font-size: 20px;
	color: #999999;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.sec5-tbody-item .item-body .item-title {
	font-size: 20px;
	font-family: Lora-Regular;
	color: #333333;
	line-height: 30px;
}

.sec5-tbody-item .item-body .item-desc {
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	margin-top: 6px;
}

.sec5-tbody-item .item-body .item-btn {
	position: relative;
	margin-top: 27px;
}

.sec5-tbody-item .item-body .item-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 140px;
	padding: 0 16px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	background: #B2A088;
	text-align: center;
	border-radius: 20px;
}

.sec5-tbody-item .item-body .item-btn a:hover {
	background: #2B3934;
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec5 {
		padding-top: 5.1%;
		padding-bottom: 4.84375%;
	}

	.sec5-tbody {
		padding-top: 36px;
		margin-left: -10px;
		margin-right: -10px;
	}

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

	.sec5-tbody-item .item-body {
		padding-top: 10px;
	}

	.sec5-tbody-item .item-body .item-date {
		font-size: 17px;
		margin-top: 8px;
		line-height: 26px;
	}

	.sec5-tbody-item .item-body .iconfont {
		font-size: 18px;
		margin-right: 8px;
	}

	.sec5-tbody-item .item-body .item-title {
		font-size: 19px;
		line-height: 28px;
	}

	.sec5-tbody-item .item-body .item-desc {
		font-size: 17px;
		line-height: 30px;
		margin-top: 6px;
	}

	.sec5-tbody-item .item-body .item-btn {
		margin-top: 26px;
	}

	.sec5-tbody-item .item-body .item-btn a {
		min-width: 140px;
		padding: 0 16px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.sec5 {
		padding-top: 5%;
		padding-bottom: 4.75%;
	}

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

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

	.sec5-tbody-item .item-body {
		padding-top: 10px;
	}

	.sec5-tbody-item .item-body .item-date {
		font-size: 16px;
		margin-top: 8px;
		line-height: 26px;
	}

	.sec5-tbody-item .item-body .iconfont {
		font-size: 18px;
		margin-right: 8px;
	}

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

	.sec5-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 6px;
	}

	.sec5-tbody-item .item-body .item-btn {
		margin-top: 24px;
	}

	.sec5-tbody-item .item-body .item-btn a {
		min-width: 130px;
		padding: 0 14px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 18px;
	}
}

@media (max-width: 991px) {
	.sec5 {
		padding-top: 4.875%;
		padding-bottom: 4.75%;
	}

	.sec5-tbody {
		padding-top: 28px;
		margin-left: -15px;
		margin-right: -15px;
	}

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

	.sec5-tbody-item .item-body {
		padding-top: 8px;
	}

	.sec5-tbody-item .item-body .item-date {
		font-size: 15px;
		margin-top: 8px;
		line-height: 24px;
	}

	.sec5-tbody-item .item-body .iconfont {
		font-size: 16px;
		margin-right: 8px;
	}

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

	.sec5-tbody-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 6px;
	}

	.sec5-tbody-item .item-body .item-btn {
		margin-top: 24px;
	}

	.sec5-tbody-item .item-body .item-btn a {
		min-width: 130px;
		padding: 0 12px;
		line-height: 36px;
		font-size: 15px;
		border-radius: 18px;
	}
}

@media (max-width: 750px) {
	.sec5 {
		padding-top: 4.875%;
		padding-bottom: 4.75%;
	}

	.sec5-tbody {
		padding-top: 28px;
		margin-left: -8px;
		margin-right: -8px;
	}

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

	.sec5-tbody-item .item-body {
		padding-top: 8px;
	}

	.sec5-tbody-item .item-body .item-date {
		font-size: 14px;
		margin-top: 6px;
		line-height: 24px;
	}

	.sec5-tbody-item .item-body .iconfont {
		font-size: 14px;
		margin-right: 8px;
	}

	.sec5-tbody-item .item-body .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.sec5-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.sec5-tbody-item .item-body .item-btn {
		margin-top: 20px;
	}

	.sec5-tbody-item .item-body .item-btn a {
		min-width: 120px;
		padding: 0 12px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
	}
}

@media (max-width: 480px) {
	.sec5 {
		padding-top: 4.875%;
		padding-bottom: 4.75%;
	}

	.sec5-tbody {
		padding-top: 28px;
		margin-left: -8px;
		margin-right: -8px;
	}

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

	.sec5-tbody-item .item-body {
		padding-top: 8px;
	}

	.sec5-tbody-item .item-body .item-date {
		font-size: 14px;
		margin-top: 6px;
		line-height: 24px;
	}

	.sec5-tbody-item .item-body .iconfont {
		font-size: 14px;
		margin-right: 8px;
	}

	.sec5-tbody-item .item-body .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.sec5-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.sec5-tbody-item .item-body .item-btn {
		margin-top: 20px;
	}

	.sec5-tbody-item .item-body .item-btn a {
		min-width: 120px;
		padding: 0 12px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
	}
}

.sec6 {
	position: relative;
	width: 100%;
	background: url(../img/sec6-bgi.png) no-repeat top center;
	background-size: cover;;
	padding-top: 5.208333333333333%;
	padding-bottom: 5.104166666666667%;
}

.sec6-tbody {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 54px;
	margin-left: -16px;
	margin-right: -16px;
}

.sec6-tbody .list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 16px;
	margin-bottom: 20px;
}

.cer-list {
	position: relative;
	margin-left: -16px;
	margin-right: -16px;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 60px;
}

.cer-list .list-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 16px;
	margin-bottom: 32px;
}

.sec6-tbody .list-item .item-pics, .cer-list .list-item .item-pics {
	position: relative;
	padding-bottom: 100%;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 8px;
	overflow: hidden;
}

.sec6-tbody .list-item .item-box, .cer-list .list-item .item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.sec6-tbody .list-item .item-pics img, .cer-list .list-item .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.list-item .item-backdrop .iconfont {
	font-size: 27px;
	font-size: 2.7rem;
	color: #fff;
	position: relative;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
}

.list-item .item-body {
	padding-top: 22px;
	text-align: center;
	position: relative;
}

.list-item .item-name {
	font-size: 18px;
	color: #2B3934;
	line-height: 30px;
}

.sec6-tbody .list-item .item-name {
	color: #fff;
}

.list-item:hover .item-name, .list-item:hover .item-name a, .list-item .item-name a:hover {
	color: #B2A088;
}

@media screen and (max-width: 999px) {
	.list-item .item-backdrop {
		display: none;
	}
}

.sec8 {
	position: relative;
	width: 100%;
	padding-top: 5.208333333333333%;
	padding-bottom: 87px;
}

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

.sec8-tbody-list {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
}

.sec8-list-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
	margin-bottom: 14px;
}

.sec8-list-item .item-box {
	position: relative;
	width: 100%;
	background: #FBF9F5;
}

.sec8-list-item.active .item-box, .sec8-list-item:hover .item-box {
	background: #2A3934;
	color: #fff;
}

.sec8-list-item .faq-item-name {
	font-size: 18px;
	padding: 12px 18px;
	color: #333333;
	line-height: 33px;
	padding-right: 40px;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.sec8-list-item .faq-item-name::before {
	position: absolute;
	content: "\e72f";
	font-family: "iconfont" !important;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	right: 20px;
	top: 2px;
	bottom: 2px;
	color: #333;
	-webkit-transition: all .35s;
	line-height: 53px;
	text-align: center;
	o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	box-sizing: border-box;
}

.sec8-list-item .faq-item-name.active:before {
	content: "\e72e";
}

.sec8-list-item .faq-item-text {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	padding: 12px 18px 24px;
	display: none;
}

.sec8-list-item.active .faq-item-name, .sec8-list-item:hover .faq-item-name, .sec8-list-item.active .faq-item-name::before, .sec8-list-item:hover .faq-item-name::before, .sec8-list-item.active .faq-item-text, .sec8-list-item:hover .faq-item-text {
	color: #fff;
}

.sec9 {
	position: relative;
	width: 100%;
	padding-bottom: 5.3125%;
}

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

.sec9-tbody-item {
	width: 100%;
	background: #2A3934;
	border-radius: 8px;
	padding: 66px 30px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec9-tbody-item .down-img {
	display: inline-block;
	vertical-align: top;
	width: 52px;
	margin-top: 4px;
}

.sec9-tbody-item .item-box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: calc(100% - 200px);
	padding: 0 16px;
}

.sec9-tbody-item .item-btn {
	margin-top: 23px;
	position: relative;
}

.sec9-tbody-item .item-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 143px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 16px;
	color: #ffff;
	background: #B2A088;
	border: 1px solid #B2A088;
	border-radius: 21px;
}

.sec9-tbody-item .item-box:hover .item-btn a {
	background: transparent;
	border-color: #fff;
}

.sec9-tbody-item .item-box .item-title {
	font-size: 20px;
	font-family: Lora-Regular;
	color: #B2A088;
	line-height: 30px;
}

.sec9-tbody-item .item-box .item-title a {
	color: #B2A088;
}

.sec9-tbody-item .item-box .item-title a:hover {
	color: #fff;
}

.sec9-tbody-item .item-box .item-desc {
	font-size: 16px;
	margin-top: 4px;
	color: #A9AEAC;
	line-height: 30px;
}

.sec9-tbody-item .item-box .item-desc a {
	color: #A9AEAC;
}

.sec9-tbody-item .item-box .item-desc a:hover {
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.sec6 {
		padding-top: 5.2%;
		padding-bottom: 5.1%;
	}

	.sec6-tbody {
		padding-top: 48px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec6-tbody .list-item {
		width: 25%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.cer-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 52px;
	}

	.cer-list .list-item {
		width: 25%;
		padding: 0 10px;
		margin-bottom: 28px;
	}

	.list-item .item-backdrop .iconfont {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.list-item .item-body {
		padding-top: 20px;
	}

	.list-item .item-name {
		font-size: 18px;
		line-height: 30px;
	}

	.sec8 {
		padding-top: 5.2%;
		padding-bottom: 80px;
	}

	.sec8-tbody {
		padding-top: 56px;
	}

	.sec8-tbody-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.sec8-list-item {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 14px;
	}

	.sec8-list-item .faq-item-name {
		font-size: 16px;
		padding: 10px 16px;
		line-height: 30px;
		padding-right: 36px;
	}

	.sec8-list-item .faq-item-name::before {
		font-size: 14px;
		font-size: 1.4rem;
		right: 16px;
		line-height: 46px
	}

	.sec8-list-item .faq-item-text {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 16px 20px;
	}

	.sec9 {
		padding-bottom: 5.25%;
	}

	.sec9-tbody-item {
		padding: 56px 24px 50px;
	}

	.sec9-tbody-item .down-img {
		width: 48px;
		margin-top: 4px;
	}

	.sec9-tbody-item .item-box {
		width: calc(100% - 200px);
		padding: 0 16px;
	}

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

	.sec9-tbody-item .item-btn a {
		min-width: 132px;
		line-height: 36px;
		padding: 0 12px;
		font-size: 16px;
		border-radius: 19px;
	}

	.sec9-tbody-item .item-box .item-title {
		font-size: 19px;
		line-height: 30px;
	}

	.sec9-tbody-item .item-box .item-desc {
		font-size: 16px;
		margin-top: 4px;
		line-height: 30px;
	}
}

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

	.sec6-tbody {
		padding-top: 42px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec6-tbody .list-item {
		width: 25%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 44px;
	}

	.cer-list .list-item {
		width: 25%;
		padding: 0 6px;
		margin-bottom: 24px;
	}

	.list-item .item-backdrop .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.list-item .item-body {
		padding-top: 16px;
	}

	.list-item .item-name {
		font-size: 17px;
		line-height: 28px;
	}

	.sec8 {
		padding-top: 5%;
		padding-bottom: 66px;
	}

	.sec8-tbody {
		padding-top: 50px;
	}

	.sec8-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

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

	.sec8-list-item .faq-item-name {
		font-size: 16px;
		padding: 8px 14px;
		line-height: 30px;
		padding-right: 32px;
	}

	.sec8-list-item .faq-item-name::before {
		font-size: 12px;
		font-size: 1.2rem;
		right: 12px;
		line-height: 42px
	}

	.sec8-list-item .faq-item-text {
		font-size: 15px;
		line-height: 24px;
		padding: 8px 14px 16px;
	}

	.sec9 {
		padding-bottom: 5%;
	}

	.sec9-tbody-item {
		padding: 48px 20px 42px;
	}

	.sec9-tbody-item .down-img {
		width: 48px;
		margin-top: 4px;
	}

	.sec9-tbody-item .item-box {
		width: calc(100% - 200px);
		padding: 0 16px;
	}

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

	.sec9-tbody-item .item-btn a {
		min-width: 126px;
		line-height: 36px;
		padding: 0 12px;
		font-size: 16px;
		border-radius: 19px;
	}

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

	.sec9-tbody-item .item-box .item-desc {
		font-size: 16px;
		margin-top: 4px;
		line-height: 28px;
	}
}

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

	.sec6-tbody {
		padding-top: 36px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec6-tbody .list-item {
		width: 33.33333333%;
		padding: 0 10px;
		margin-bottom: 18px;
	}

	.cer-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 32px;
	}

	.cer-list .list-item {
		width: 33.333333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.list-item .item-backdrop .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.list-item .item-body {
		padding-top: 16px;
	}

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

	.sec8 {
		padding-top: 5%;
		padding-bottom: 52px;
	}

	.sec8-tbody {
		padding-top: 44px;
	}

	.sec8-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec8-list-item {
		width: 100%;
		padding: 0 8px;
		margin-bottom: 12px;
	}

	.sec8-list-item .faq-item-name {
		font-size: 16px;
		padding: 8px 14px;
		line-height: 30px;
		padding-right: 32px;
	}

	.sec8-list-item .faq-item-name::before {
		font-size: 12px;
		font-size: 1.2rem;
		right: 12px;
		line-height: 42px
	}

	.sec8-list-item .faq-item-text {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 14px 16px;
	}

	.sec9 {
		padding-bottom: 5%;
	}

	.sec9-tbody-item {
		padding: 36px 20px 36px;
	}

	.sec9-tbody-item .down-img {
		width: 48px;
		margin-top: 4px;
	}

	.sec9-tbody-item .item-box {
		width: calc(100% - 200px);
		padding: 0 16px;
	}

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

	.sec9-tbody-item .item-btn a {
		min-width: 114px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 17px;
	}

	.sec9-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 28px;
	}

	.sec9-tbody-item .item-box .item-desc {
		font-size: 15px;
		margin-top: 4px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.sec6 {
		padding-top: 4.75%;
		padding-bottom: 4.75%;
	}

	.sec6-tbody {
		padding-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec6-tbody .list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 18px;
	}

	.cer-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 32px;
	}

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

	.list-item .item-backdrop .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.list-item .item-body {
		padding-top: 12px;
	}

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

	.sec8 {
		padding-top: 5%;
		padding-bottom: 38px;
	}

	.sec8-tbody {
		padding-top: 38px;
	}

	.sec8-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec8-list-item {
		width: 100%;
		padding: 0 8px;
		margin-bottom: 12px;
	}

	.sec8-list-item .faq-item-name {
		font-size: 16px;
		padding: 8px 14px;
		line-height: 30px;
		padding-right: 32px;
	}

	.sec8-list-item .faq-item-name::before {
		font-size: 12px;
		font-size: 1.2rem;
		right: 12px;
		line-height: 42px
	}

	.sec8-list-item .faq-item-text {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 14px 16px;
	}

	.sec9 {
		padding-bottom: 5%;
	}

	.sec9-tbody-item {
		padding: 24px 16px 20px;
	}

	.sec9-tbody-item .down-img {
		width: 48px;
		margin: 0 auto;
	}

	.sec9-tbody-item .item-box {
		width: 100%;
		padding: 0 10px;
	}

	.sec9-tbody-item .item-btn {
		margin-top: 10px;
	}

	.sec9-tbody-item .item-btn a {
		min-width: 114px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 17px;
	}

	.sec9-tbody-item .item-box .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.sec9-tbody-item .item-box .item-desc {
		font-size: 14px;
		margin-top: 4px;
		line-height: 24px;
	}
}

@media (max-width: 460px) {
	.sec6 {
		padding-top: 4.75%;
		padding-bottom: 4.75%;
	}

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

	.sec6-tbody .list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 32px;
	}

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

	.list-item .item-backdrop .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.list-item .item-body {
		padding-top: 12px;
	}

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

	.sec8 {
		padding-top: 5%;
		padding-bottom: 24px;
	}

	.sec8-tbody {
		padding-top: 30px;
	}

	.sec8-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec8-list-item {
		width: 100%;
		padding: 0 8px;
		margin-bottom: 12px;
	}

	.sec8-list-item .faq-item-name {
		font-size: 16px;
		padding: 8px 14px;
		line-height: 30px;
		padding-right: 32px;
	}

	.sec8-list-item .faq-item-name::before {
		font-size: 12px;
		font-size: 1.2rem;
		right: 12px;
		line-height: 42px
	}

	.sec8-list-item .faq-item-text {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 14px 16px;
	}

	.sec9 {
		padding-bottom: 5%;
	}

	.sec9-tbody-item {
		padding: 24px 16px 20px;
	}

	.sec9-tbody-item .down-img {
		width: 48px;
		margin: 0 auto;
	}

	.sec9-tbody-item .item-box {
		width: 100%;
		padding: 0 10px;
	}

	.sec9-tbody-item .item-btn {
		margin-top: 10px;
	}

	.sec9-tbody-item .item-btn a {
		min-width: 114px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 17px;
	}

	.sec9-tbody-item .item-box .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.sec9-tbody-item .item-box .item-desc {
		font-size: 14px;
		margin-top: 4px;
		line-height: 24px;
	}
}

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

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

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

.footer .footer-title {
	color: #2A3934;
}

.footer a:hover {
	color: #2B3934;
}

.footer .fo-bot {
	color: #999;
}

.footer .fo-bot a {
	color: #999;
}

.footer .fo-bot a:hover {
	color: #B2A088;
}

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

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

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

.footer .flist3 {
	width: 350px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .footer-title {
	position: relative;
	font-size: 24px;
	font-family: Lora-Regular;
	color: #333333;
	line-height: 30px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.footer .footer-title::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 36px;
	height: 2px;
	background: #2A3934;
}

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

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

.footer .fot-list li {
	position: relative;
	padding-left: 30px;
}

.footer .fot-list li .iconfont {
	position: absolute;
	left: 0;
}

.footer .fo-bot {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	padding: 20px 0;
	border-top: 1px solid #2A3934;
}

.footer .fo-bot .copyright {
	margin-bottom: 7px;
}

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

.footer .fo-bot .links a {
	margin-left: 15px;
}

.footer .f-follow {
	font-size: 0;
	letter-spacing: 0;
	margin-top: 3px;
	float: right;
}

.footer .f-follow a {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	position: relative;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	width: 32px;
	height: 32px;
	background: #B2A088;
	text-align: center;
	line-height: 32px;
	margin-bottom: 10px;
}

.footer .f-follow a:last-child {
	margin-right: 0;
}

.footer .f-follow .iconfont {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	display: block;
	color: #fff;
}

.footer .f-follow a:hover {
	background: #2A3934;
}

.footer .f-follow a:hover .iconfont {
	color: #fff;
}

/* .footer .f-follow .icon-vk { background: #5789C2; }
.footer .f-follow .icon-facebook { background: #3948A4; }
.footer .f-follow .icon-twitter { background: #419EEA; }
.footer .f-follow .icon-linkedin { background: #2680C9; }
.footer .f-follow .icon-pinterest { background: #CF2B2B; }
.footer .f-follow .icon-instagram1 { background: #CE4217; }
.footer .f-follow .icon-youtube { background: #B62222; } */

.footer .f-form {
	padding-top: 12px;
	font-size: 0;
	letter-spacing: 0;
}

.footer .f-form .item-input, .footer .f-form .item-code {
	display: block;
	height: 46px;
	background: rgba(231, 231, 231, 0);
	border: 1px solid #B2A088;
	border-radius: 5px;
	line-height: 40px;
	width: 100%;
	color: #999;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 12px;
	overflow: hidden;
}

.footer .f-form input, .footer .f-form textarea {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 6px;
}

.footer .star::before {
	position: absolute;
	left: 6px;
	top: 0;
	font-size: 16px;
	line-height: 40px;
	color: #C70000;
	content: "*";
}

/*.footer .f-form .item-code {*/
/*	position: relative;*/
/*	width: 32.2%;*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*}*/

/*.footer .f-form .item-img {*/
/*	position: relative;*/
/*	width: 32.2%;*/
/*	display: inline-flex;*/
/*	vertical-align: top;*/
/*	margin: 0 1.7%;*/
/*	text-align: center;*/
/*	height: 46px;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

.footer .f-form .item-img img {
	max-height: 40px;
	vertical-align: middle;
}

.footer .f-form .item-btn {
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 32.2%;
	height: 46px;
	line-height: 40px;
	background: #2A3934;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer .f-form .item-btn:hover {
	background-color: #B4976D;
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.footer .fo-top {
		padding: 46px 0 26px;
	}

	.footer .flist1 {
		width: 480px;
	}

	.footer .flist2 {
		width: 378px;
	}

	.footer .flist3 {
		width: 342px;
	}

	.footer .footer-title {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 12px;
		margin-bottom: 20px;
	}

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

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

	.footer .fot-list li {
		padding-left: 30px;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 28px;
		padding: 20px 0;
	}

	.footer .f-follow {
	}

	.footer .f-follow a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.footer .f-follow .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer .f-form {
		padding-top: 12px;
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 46px;
		padding: 0 6px;
	}

	/*.footer .f-form .item-code {*/
	/*	width: 33%;*/
	/*}*/

	/*.footer .f-form .item-img {*/
	/*	width: 32%;*/
	/*	margin: 0 1%;*/
	/*}*/

	/*.footer .f-form .item-btn {*/
	/*	width: 33%;*/
	/*	height: 46px;*/
	/*}*/
}

@media (min-width: 992px) and (max-width: 1259px) {
	.footer .fo-top {
		padding: 38px 0 22px;
	}

	.footer .flist1 {
		width: 350px;
	}

	.footer .flist2 {
		width: 280px;
	}

	.footer .flist3 {
		width: 320px;
	}

	.footer .footer-title {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 12px;
		margin-bottom: 20px;
	}

	.footer .foot-list {
		font-size: 15px;
		line-height: 28px;
	}

	.footer .foot-text {
		font-size: 15px;
		line-height: 28px;
	}

	.footer .fot-list li {
		padding-left: 30px;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		padding: 16px 0;
	}

	.footer .f-follow {
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.footer .f-follow .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer .f-form {
		padding-top: 12px;
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 42px;
		padding: 0 4px;
	}

	/*.footer .f-form .item-code {*/
	/*	width: 33%;*/
	/*}*/

	/*.footer .f-form .item-img {*/
	/*	width: 32%;*/
	/*	margin: 0 1%;*/
	/*}*/

	/*.footer .f-form .item-btn {*/
	/*	width: 33%;*/
	/*	height: 42px;*/
	/*}*/
}

@media (max-width: 991px) {
	.footer .fo-top {
		padding: 30px 0 18px;
	}

	.footer .flist1 {
		width: 35%;
	}

	.footer .flist2 {
		width: 30%;
	}

	.footer .flist3 {
		width: 35%;
	}

	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}

	.footer .foot-list {
		font-size: 14px;
		line-height: 26px;
	}

	.footer .foot-text {
		font-size: 14px;
		line-height: 26px;
	}

	.footer .fot-list li {
		padding-left: 28px;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 16px 0;
	}

	.footer .f-follow {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.footer .f-follow .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer .f-form {
		padding-top: 12px;
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 42px;
		padding: 0 2px;
	}

	/*.footer .f-form .item-code {*/
	/*	width: 33%;*/
	/*}*/

	/*.footer .f-form .item-img {*/
	/*	width: 32%;*/
	/*	margin: 0 1%;*/
	/*}*/

	/*.footer .f-form .item-btn {*/
	/*	width: 33%;*/
	/*	height: 42px;*/
	/*}*/
}

@media (max-width: 767px) {
	.footer .fo-top {
		padding: 20px 0 10px;
	}

	.footer .flist1 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 16px;
	}

	.footer .flist2 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 16px;
	}

	.footer .flist3 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 16px;
	}

	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
		width: 100%;
		padding-right: 30px;
	}
	.footer .footer-title::after {position: absolute;right: 2px;top: 50%;transform: translateY(-50%);font-family: iconfont;content: "\e731";font-size: 18px; font-size: 1.8rem;}

	.footer .foot-list {
		font-size: 14px;
		line-height: 26px;
		display: none;
	}

	.footer .foot-text {
		font-size: 14px;
		line-height: 26px;
		display: none;
	}

	.footer .fot-list li {
		padding-left: 28px;
	}

	.footer .fo-bot {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 10px 0;
		border: 0;
	}

	.footer .f-follow {
		float: none;
		margin-bottom: 10px;
		text-align: center;
		padding-top: 12px;
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.footer .f-follow .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer .f-form {
		padding-top: 12px;
		display: none;
	}

	.footer .f-form .item-input, .footer .f-form .item-code {
		height: 42px;
		padding: 0 2px;
	}

	.footer .f-form .item-code {
		width: 100%;
	}

	/*.footer .fo-bot .links {*/
	/*	display: none;*/
	/*}*/
}

.bread {
	width: 100%;
	position: relative;
	background: url(../img/bread.png) no-repeat center center;
	background-size: cover;
	padding: 80px 0 82px;
	text-align: center;
}

.page-title {
	position: relative;
	font-size: 36px;
	text-transform: uppercase;
	font-family: Lora-Regular;
	font-weight: 400;
	color: #B2A088;
	line-height: 42px;
}

.page-href {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 24px;
}

.page-href a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.page-href a:hover, .page-href a.bread-active {
	color: #B2A088;
	text-decoration: underline;
}

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

	.page-title {
		font-size: 42px;
		line-height: 54px;
	}

	.page-href {
		font-size: 16px;
		line-height: 30px;
	}
}

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

	.page-title {
		font-size: 36px;
		line-height: 48px;
	}

	.page-href {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	.bread {
		padding: 32px 0 30px;
	}

	.page-title {
		font-size: 30px;
		line-height: 42px;
	}

	.page-href {
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.bread {
		padding: 26px 0 24px;
	}

	.page-title {
		font-size: 24px;
		line-height: 36px;
	}

	.page-href {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 560px) {
	.bread {
		padding: 20px 0 18px;
	}

	.page-title {
		font-size: 18px;
		line-height: 30px;
	}

	.page-href {
		font-size: 13px;
		line-height: 22px;
	}
}

.about {
	position: relative;
	padding-top: 81px;
	padding-bottom: 80px;
}

.about-top {
	position: relative;
	width: 100%;
	padding-bottom: 52px;
}

.about-top .about-name {
	font-size: 24px;
	text-align: center;
	font-family: Lora-Regular;
	color: #B2A088;
	line-height: 30px;
}

.about-top-text {
	font-size: 16px;
	color: #9B9B9B;
	line-height: 30px;
}

.about-top-text img {
	display: block;
	max-width: 100%;
}

.about-top-text strong {
	font-weight: normal;
	color: #333;
}

.about-form {
	position: relative;
	width: 100%;
	padding-top: 34px;
}

.about-form .xunbiao {
	font-size: 26px;
	line-height: 32px;
	position: relative;
	padding-bottom: 17px;
	font-family: Lora-Regular;
	font-weight: bold;
	color: #2A3934;
	text-align: center;
}

.about-form .xunbiao::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	width: 102px;
	height: 3px;
	background: #2A3934;
}

.about-form form {
	width: 100%;
	position: relative;
	margin-top: 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	max-height: 1200px;
}

.about-form .item-input {
	width: 47.14285714285714%;
	height: 41px;
	border: 1px solid #D2D2D2;
	position: relative;
	margin-bottom: 20px;
}

.about-form .item-input1 {
	width: 100%;
	height: 156px;
}

.about-form .attachment {
	position: relative;
	margin-bottom: 26px;
	width: 260px;
	height: 41px;
	border: 1px solid #D2D2D2;
	font-size: 0;
	letter-spacing: 0;
}

.about-form .item-code-img {
	width: 32.14285714285714%;
	height: 41px;
	position: relative;
	/*border: 1px solid #E2E2E2;*/
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
}

.about-form .item-input-btn {
	width: 32.14285714285714%;
	height: 41px;
	background: #2A3934;
	position: relative;
	margin-bottom: 20px;
}

.about-form .item-input.star {
	padding-left: 10px;
}

.about-form .item-input.star::before {
	position: absolute;
	left: 10px;
	top: 0;
	content: "*";
	font-size: 16px;
	color: #f00;
	line-height: 40px;
}

.about-form .item-input input {
	width: 100%;
	height: 100%;
	padding: 5px 12px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.about-form .item-input1 textarea {
	width: 100%;
	height: 100%;
	padding: 6px 12px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.attachment .file-group {
	width: 100%;
	height: 41px;
	position: relative;
	overflow: hidden;
}

.attachment .file-group .file-btn {
	width: 100%;
	height: 100%;
	color: #666;
	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-btn {
	width: 100%;
	height: 100%;
	background: #2A3934;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.about-form .item-code-img .yanzheng {
	text-align: center;
	max-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.contact-top-list {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.contact-top-list > li {
	margin-bottom: 16px;
}

.contact-top-list a, .contact-top-list span {
	color: #666;
}

.contact-top-list a:hover {
	color: #B2A088;
}

.contact-follow {
	font-size: 0;
	letter-spacing: 0;
	margin-top: 1px;
}

.contact-follow-text {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 2px;
}

.contact-follow a {
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
	position: relative;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	width: 27px;
	height: 27px;
	background: #A3A3A3;
	border-radius: 11px;
	text-align: center;
	line-height: 27px;
	margin-bottom: 10px;
}

.contact-follow a:last-child {
	margin-right: 0;
}

.contact-follow .iconfont {
	font-size: 11px;
	font-size: 1.1rem;
	position: relative;
	display: block;
	color: #fff;
}

.contact-follow a:hover {
	background: #2A3934;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.about {
		padding-top: 72px;
		padding-bottom: 70px;
	}

	.about-top {
		padding-bottom: 46px;
	}

	.about-top .about-name {
		font-size: 22px;
		line-height: 30px;
	}

	.about-top-text {
		font-size: 16px;
		line-height: 28px;
	}

	.about-form {
		padding-top: 30px;
	}

	.about-form .xunbiao {
		font-size: 23px;
		line-height: 30px;
		padding-bottom: 16px;
	}

	.about-form .xunbiao::before {
		width: 92px;
		height: 3px;
	}

	.about-form form {
		margin-top: 30px;
	}

	.about-form .item-input {
		width: 47%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 142px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 260px;
		height: 38px;
	}

	.about-form .item-code-img {
		width: 32%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input-btn {
		width: 32%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input.star::before {
		font-size: 14px;
		line-height: 38px;
	}

	.about-form .item-input input {
		padding: 5px 12px;
		font-size: 15px;
		line-height: 24px;
	}

	.about-form .item-input1 textarea {
		padding: 6px 12px;
		font-size: 15px;
		line-height: 24px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
	}

	.attachment .file-group .file-btn {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.about-form .item-btn {
		font-size: 15px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 36px;
	}

	.contact-top-list {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-top-list > li {
		margin-bottom: 12px;
	}

	.contact-follow-text {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 2px;
	}

	.contact-follow a {
		margin-right: 10px;
		width: 26px;
		height: 26px;
		border-radius: 10px;
		tline-height: 26px;
		margin-bottom: 10px;
	}

	.contact-follow a:last-child {
		margin-right: 0;
	}

	.contact-follow .iconfont {
		font-size: 10px;
		font-size: 1rem;
	}

}

@media (min-width: 992px) and (max-width: 1259px) {
	.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.about-top {
		padding-bottom: 40px;
	}

	.about-top .about-name {
		font-size: 20px;
		line-height: 30px;
	}

	.about-top-text {
		font-size: 15px;
		line-height: 26px;
	}

	.about-form {
		padding-top: 26px;
	}

	.about-form .xunbiao {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 16px;
	}

	.about-form .xunbiao::before {
		width: 80px;
		height: 3px;
	}

	.about-form form {
		margin-top: 28px;
	}

	.about-form .item-input {
		width: 47%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 142px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 260px;
		height: 38px;
	}

	.about-form .item-code-img {
		width: 32%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input-btn {
		width: 32%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input.star::before {
		font-size: 14px;
		line-height: 38px;
	}

	.about-form .item-input input {
		padding: 5px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.about-form .item-input1 textarea {
		padding: 6px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
	}

	.attachment .file-group .file-btn {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.about-form .item-btn {
		font-size: 15px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 36px;
	}

	.contact-top-list {
		font-size: 15px;
		line-height: 24px;
	}

	.contact-top-list > li {
		margin-bottom: 10px;
	}

	.contact-follow-text {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 2px;
	}

	.contact-follow a {
		margin-right: 10px;
		width: 26px;
		height: 26px;
		border-radius: 10px;
		tline-height: 26px;
		margin-bottom: 10px;
	}

	.contact-follow a:last-child {
		margin-right: 0;
	}

	.contact-follow .iconfont {
		font-size: 10px;
		font-size: 1rem;
	}
}

@media (max-width: 991px) {
	.about {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.about-top {
		padding-bottom: 36px;
	}

	.about-top .about-name {
		font-size: 18px;
		line-height: 30px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 24px;
	}

	.about-form {
		padding-top: 24px;
	}

	.about-form .xunbiao {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 16px;
	}

	.about-form .xunbiao::before {
		width: 70px;
		height: 3px;
	}

	.about-form form {
		margin-top: 24px;
	}

	.about-form .item-input {
		width: 48%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 142px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 260px;
		height: 38px;
	}

	.about-form .item-code {
		width: 70%;
	}

	.about-form .item-code-img {
		width: 28%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input-btn {
		width: 100%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input.star::before {
		font-size: 14px;
		line-height: 38px;
	}

	.about-form .item-input input {
		padding: 5px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.about-form .item-input1 textarea {
		padding: 6px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
	}

	.attachment .file-group .file-btn {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.about-form .item-btn {
		font-size: 15px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 36px;
	}

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

	.contact-top-list > li {
		margin-bottom: 8px;
	}

	.contact-follow-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 2px;
	}

	.contact-follow a {
		margin-right: 10px;
		width: 26px;
		height: 26px;
		border-radius: 10px;
		tline-height: 26px;
		margin-bottom: 10px;
	}

	.contact-follow a:last-child {
		margin-right: 0;
	}

	.contact-follow .iconfont {
		font-size: 10px;
		font-size: 1rem;
	}
}

@media (max-width: 620px) {
	.about {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.about-top {
		padding-bottom: 30px;
	}

	.about-top .about-name {
		font-size: 18px;
		line-height: 30px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 24px;
	}

	.about-form {
		padding-top: 24px;
	}

	.about-form .xunbiao {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 16px;
	}

	.about-form .xunbiao::before {
		width: 70px;
		height: 3px;
	}

	.about-form form {
		margin-top: 24px;
	}

	.about-form .item-input {
		width: 100%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 142px;
	}

	.about-form .attachment {
		margin-bottom: 18px;
		width: 260px;
		height: 38px;
	}

	.about-form .item-code {
		width: calc(100% - 180px);
	}

	.about-form .item-code-img {
		width: 160px;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input-btn {
		width: 100%;
		height: 38px;
		margin-bottom: 18px;
	}

	.about-form .item-input.star::before {
		font-size: 14px;
		line-height: 38px;
	}

	.about-form .item-input input {
		padding: 5px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.about-form .item-input1 textarea {
		padding: 6px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.attachment .file-group {
		width: 100%;
		height: 38px;
	}

	.attachment .file-group .file-btn {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.about-form .item-btn {
		font-size: 14px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 36px;
	}

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

	.contact-top-list > li {
		margin-bottom: 8px;
	}

	.contact-follow-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 2px;
	}

	.contact-follow a {
		margin-right: 10px;
		width: 26px;
		height: 26px;
		border-radius: 10px;
		tline-height: 26px;
		margin-bottom: 10px;
	}

	.contact-follow a:last-child {
		margin-right: 0;
	}

	.contact-follow .iconfont {
		font-size: 10px;
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.about-form .item-code {
		width: calc(100% - 140px);
	}

	.about-form .item-code-img {
		width: 130px;
	}
}

/**************** product *****************/

.product {
	position: relative;
	width: 100%;
	padding: 80px 0 90px;
}

.pro-contain {
	width: 100%;
	position: relative;
}

.pro-contain .pro-main {
	float: right;
	width: 1028px;
}

.pro-contain .pro-slide {
	float: left;
	width: 308px;
}

.pro-main-top {
	background: #F2F2F2;
	padding: 18px 22px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin-bottom: 8px;
}

.pro-contain .pro-text {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	line-height: 26px;
}

.przhan {
	position: relative;
	overflow: hidden;
	height: 78px;
}
.footer_przhan{ height: 130px;}
.przhanh {
	height: auto !important;
}

.pro-contain .more {
	font-size: 16px;
	color: #B2A088;
	line-height: 30px;
	position: relative;
}

.pro-contain .more:hover .zhankai {
	text-decoration: underline;
}

.pro-form {
	display: block;
	position: relative;
	padding-top: 29px;
	width: 100%;
}

.pro-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -14px;
	margin-right: -14px;
	display: block;
	transition: 0.5s;
	padding-bottom: 60px;
}

.pro-list .pro-item {
	width: 33.3333333333%;
	margin-bottom: 19px;
	display: inline-block;
	vertical-align: top;
	padding: 0 14px;
	transition: 0.5s;
}

.fenye {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.fenyen {
	display: inline-block;
	vertical-align: top;
}

.fenyen a {
	display: inline-block;
	vertical-align: top;
	min-width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
}

.fenyen a.iconfont {
	color: #333333;
	font-size: 20px;
	font-size: 2rem;
	background: transparent !important;
	border: 0;
	width: auto;
	line-height: 30px;
}

.fenyen a:hover, .fenyen a.active {
	border-radius: 4px;
	background: #2A3934;
	color: #B2A088;
}

.fenyen a.iconfont:hover, .fenyen a.iconfont.active {
	color: #B2A088;
}

.fuxuan {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url(../img/jian.png) no-repeat right center;
	padding-right: 24px;
}

.fuxuan input {
	line-height: 26px;
	padding: 0 10px;
	color: #2B3934;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	font-size: 16px;
	font-size: 1.6rem;
}

.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: #333;
}

@media screen and (max-width: 767px) {
	.proslide_menubtn {
		display: block;
	}
}

.pro-slide-title {
	width: 100%;
	font-size: 26px;
	font-family: Lora-Regular;
	color: #0F4229;
	line-height: 32px;
	padding-bottom: 15px;
	border-bottom: 2px solid #B2A088;
}

.pryiji {
	padding: 6px 0;
	margin-bottom: 36px;
	width: 100%;
	position: relative;
}

.pryiji > li {
	position: relative;
	transition: 0.5s;
}

.pryiji > li > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	padding: 5px 0;
	padding-right: 20px;
	position: relative
}

.pryiji > li > .iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	width: 18px;
	font-size: 15px;
	top: 0;
	line-height: 40px;
	transition: 0.5s;
}

.pryiji > li > a span {
	transition: 0.5s;
	position: relative;
}

.pryiji > li > a:hover {
	color: #B2A088;
}

.pryiji > li > a:hover span {
	color: #B2A088;
}

.pryiji > li:hover > .iconfont {
	color: #B2A088;
	transform: rotate(90deg);
}

.prerji {
	padding: 6px 0;
	padding-left: 20px;
}

.prerji > li {
	position: relative;
	transition: 0.5s;
}

.prerji > li > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 36px;
	padding-right: 20px;
	position: relative;
}

.prerji > li > .iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	height: 36px;
	width: 14px;
	font-size: 12px;
	top: 0;
	line-height: 36px;
	transition: 0.5s;
}

.prerji > li > a:hover {
	color: #B2A088;
}

.prerji > li > a:hover span {
	color: #B2A088;
}

.prerji > li:hover > .iconfont {
	color: #B2A088;
	transform: rotate(90deg);
}


.prsanji {
	padding: 6px 0;
	padding-left: 20px;
}

.prsanji > li > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 24px;
	padding: 3px 0;
	position: relative;
}

.prsanji > li > a:hover {
	color: #B2A088;
}

a.prbiao:hover {
	color: #B2A088;
}

.dangpryi > a {
	color: #B2A088 !important;
}

.dangpryi > a span {
	color: #B2A088 !important;
}

.dangpryi > .iconfont {
	transform: rotate(90deg) !important;
	color: #B2A088 !important;
}

.dangpryi > a i {
	transform: rotate(180deg) !important;
	color: #fff !important
}

.dangprer > a {
	color: #B2A088 !important;
}

.dangprer > .iconfont {
	transform: rotate(90deg) !important;
	color: #B2A088 !important;
}

.attribute {
	margin-bottom: 38px;
}


.attribute .name {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 14px;
	position: relative;
}

.attribute .name i {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

.attribute .name i:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #333;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -1px;
}

.attribute .name i:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #333;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -1px;
	transform: rotate(90deg);
	transition: 0.5s;
}

.attribute .name.active span {
	color: #B2A088;
}

.attribute .name.active i:after {
	transform: rotate(180deg);
	background: #333;
}

.attribute .item-box {
	box-sizing: border-box;
	max-height: 180px;
	overflow-y: auto;
	cursor: pointer;
	display: none;
}

.attribute .item-box label {
	display: inline-block;
	cursor: pointer;
}

.attribute .item-box > div {
	color: #666;
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	min-width: 64px;
}

.attribute .item-box p input {
}

.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: #333;
}

.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
}

.tag-list {
	position: relative;
	font-size: 0px;
	letter-spacing: 0;
	margin-left: -4px;
	margin-right: -4px;
	padding-top: 16px;
}

.tag-list a {
	display: inline-block;
	vertical-align: top;
	min-width: 96px;
	padding: 3px 10px;
	line-height: 28px;
	font-size: 16px;
	margin: 0 4px;
	color: #666666;
	text-align: center;
	border: 1px solid #777777;
	border-radius: 18px;
	margin-bottom: 12px;
}

.tag-list a:hover {
	color: #B2A088;
	border: 1px solid #B2A088;
}

.pro-news {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.pro-news-swiper {
	position: relative;
	width: 100%;
	padding-bottom: 54px;
	margin-top: 20px;
}

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

.pro-news-swiper .swiper-button {
	top: auto;
	margin-top: 0;
	bottom: 0;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #2A3934;
	border: 1px solid #2A3934;
	border-radius: 50%;
}

.pnews-button-next {
	right: 50%;
	transform: translateX(130%);
}

.pnews-button-prev {
	left: 50%;
	transform: translateX(-130%);
}

.pnews-item {
	width: 100%;
	position: relative;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
}

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

.pnews-item .item-body {
	position: relative;
	padding: 12px 16px;
}

.pnews-item .item-body .item-title {
	font-size: 18px;
	font-family: Lora-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.pnews-item .item-body .item-date {
	font-size: 18px;
	margin-top: 4px;
	color: #999999;
	line-height: 24px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.product {
		padding: 72px 0 80px;
	}

	.pro-contain .pro-main {
		width: 910px;
	}

	.pro-contain .pro-slide {
		width: 275px;
	}

	.pro-main-top {
		padding: 16px 20px;
	}

	.pro-contain .pro-text {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
	}

	.przhan {
		height: 78px;
	}
	.footer_przhan{ height: 130px;}
	.pro-contain .more {
		font-size: 16px;
		line-height: 30px;
	}

	.pro-form {
		padding-top: 28px;
	}

	.pro-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 52px;
	}

	.pro-list .pro-item {
		width: 33.3333333333%;
		margin-bottom: 18px;
		padding: 0 10px;
	}

	.pro-slide-title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 14px;
	}

	.pro-news {
		margin-bottom: 28px;
	}

	.pro-news-swiper {
		padding-bottom: 42px;
		margin-top: 18px;
	}

	.pro-news-swiper .swiper-button {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}

	.pnews-item .item-body {
		padding: 10px 14px;
	}

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

	.pnews-item .item-body .item-date {
		font-size: 16px;
		line-height: 24px;
	}

}

@media (min-width: 992px) and (max-width: 1259px) {
	.product {
		padding: 60px 0 68px;
	}

	.pro-contain .pro-main {
		width: 680px;
	}

	.pro-contain .pro-slide {
		width: 260px;
	}

	.pro-main-top {
		padding: 14px 16px;
	}

	.pro-contain .pro-text {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.przhan {
		height: 78px;
	}
	.footer_przhan{ height: 130px;}
	.pro-contain .more {
		font-size: 16px;
		line-height: 28px;
	}

	.pro-form {
		padding-top: 28px;
	}

	.pro-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 44px;
	}

	.pro-list .pro-item {
		width: 33.3333333333%;
		margin-bottom: 18px;
		padding: 0 6px;
	}

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

	.pryiji {
		padding: 6px 0;
		margin-bottom: 32px;
	}

	.pryiji > li > a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 5px 0;
		padding-right: 20px;
	}

	.pryiji > li > .iconfont {
		width: 18px;
		font-size: 15px;
		line-height: 40px;
	}

	.prerji {
		padding: 6px 0;
		padding-left: 20px;
	}

	.prerji > li > a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 34px;
		padding-right: 20px;
	}

	.prerji > li > .iconfont {
		height: 36px;
		line-height: 36px;
	}

	.prsanji {
		padding: 6px 0;
		padding-left: 20px;
	}

	.prsanji > li > a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
		padding: 3px 0;
	}

	.attribute {
		margin-bottom: 30px;
	}

	.pro-news {
		margin-bottom: 24px;
	}

	.pro-news-swiper {
		padding-bottom: 36px;
		margin-top: 16px;
	}

	.pro-news-swiper .swiper-button {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}

	.pnews-item .item-body {
		padding: 10px 12px;
	}

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

	.pnews-item .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
	}

	.tag-list {
		margin-left: -4px;
		margin-right: -4px;
		padding-top: 14px;
	}

	.tag-list a {
		min-width: 90px;
		padding: 4px 10px;
		line-height: 28px;
		font-size: 16px;
		margin: 0 4px;
		border-radius: 18px;
		margin-bottom: 12px;
	}
}

@media (max-width: 991px) {

	.product {
		padding: 48px 0 56px;
	}

	.pro-contain .pro-main {
		width: 480px;
	}

	.pro-contain .pro-slide {
		width: 230px;
	}

	.pro-main-top {
		padding: 12px 14px;
	}

	.pro-contain .pro-text {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.przhan {
		height: 78px;
	}
	.footer_przhan{ height: 130px;}
	.pro-contain .more {
		font-size: 16px;
		line-height: 28px;
	}

	.pro-form {
		padding-top: 24px;
	}

	.pro-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 32px;
	}

	.pro-list .pro-item {
		width: 50%;
		margin-bottom: 18px;
		padding: 0 6px;
	}

	.pro-slide-title {
		font-size: 18px;
		line-height: 28px;
	}

	.pryiji {
		padding: 4px 0;
		margin-bottom: 28px;
	}

	.pryiji > li > a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 28px;
		padding: 5px 0;
		padding-right: 18px;
	}

	.pryiji > li > .iconfont {
		width: 18px;
		font-size: 14px;
		line-height: 40px;
	}

	.prerji {
		padding: 4px 0;
		padding-left: 18px;
	}

	.prerji > li > a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 32px;
		padding-right: 18px;
	}

	.prerji > li > .iconfont {
		height: 36px;
		line-height: 36px;
	}

	.prsanji {
		padding: 4px 0;
		padding-left: 18px;
	}

	.prsanji > li > a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 24px;
		padding: 2px 0;
	}

	.attribute {
		margin-bottom: 24px;
	}

	.pro-news {
		margin-bottom: 24px;
	}

	.pro-news-swiper {
		padding-bottom: 36px;
		margin-top: 16px;
	}

	.pro-news-swiper .swiper-button {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}

	.pnews-item .item-body {
		padding: 10px 12px;
	}

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

	.pnews-item .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
	}

	.tag-list {
		margin-left: -3px;
		margin-right: -3px;
		padding-top: 12px;
	}

	.tag-list a {
		min-width: 78px;
		padding: 4px 8px;
		line-height: 26px;
		font-size: 14px;
		margin: 0 3px;
		border-radius: 17px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.product {
		padding: 36px 0 44px;
	}

	.pro-contain .pro-main {
		float: none;
		width: 100%;
	}

	.pro-contain .pro-slide {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.pro-contain .pro-title {
		font-size: 18px;
		line-height: 28px;
	}

	.pro-contain .pro-text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.przhan {
		height: 72px;
	}
	.footer_przhan{ height: 120px;}
	.pro-contain .more {
		font-size: 14px;
		line-height: 24px;
	}

	.pro-form {
		padding-top: 24px;
	}

	.pro-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 8px;
	}

	.pro-list .pro-item {
		width: 33.333333333%;
		margin-bottom: 24px;
		padding: 0 8px;
	}

	.fenyen a {
		min-width: 26px;
		height: 26px;
		line-height: 24px;
	}

	.fenyen a.iconfont {
		font-size: 18px;
		font-size: 1.8rem;
		width: auto;
		line-height: 26px;
	}

	.fuxuan input {
		line-height: 26px;
	}

	.pro-slide-title {
		font-size: 18px;
		line-height: 26px;
	}

	.pryiji {
		padding: 4px 0;
		margin-bottom: 24px;
		display: none;
	}

	.pryiji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		padding: 5px 0;
		padding-right: 16px;
	}

	.pryiji > li > .iconfont {
		width: 16px;
		font-size: 14px;
		line-height: 36px;
	}

	.prerji {
		padding: 4px 0;
		padding-left: 16px;
	}

	.prerji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		padding-right: 16px;
	}

	.prerji > li > .iconfont {
		height: 30px;
		line-height: 30px;
	}

	.prsanji {
		padding: 4px 0;
		padding-left: 18px;
	}

	.prsanji > li > a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 2px 0;
	}

	.attribute {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.tag-list {
		margin-left: -3px;
		margin-right: -3px;
		padding-top: 12px;
	}

	.tag-list a {
		min-width: 72px;
		padding: 3px 8px;
		line-height: 26px;
		font-size: 14px;
		margin: 0 3px;
		border-radius: 16px;
		margin-bottom: 10px;
	}
}

@media (max-width: 560px) {
	.product {
		padding: 32px 0 5% x;
	}

	.pro-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 6px;
	}

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


.m-prob {
	margin-bottom: 44px;
	position: relative;
}

.m-propic {
	margin: 0 auto;
	width: 520px;
	float: left;
}

.swiper-product {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	border: 2px solid #E2E2E2;
}

.swiper-product .swiper-button {
	width: 36px;
	line-height: 36px;
	height: 36px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.swiper-product .swiper-button:hover {
	background: #2B3934;
	color: #fff;
}

.m-propic .pic-big {
	width: 520px;
	position: relative;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px 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: left;
	width: 100px;
	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: 100px;
	font-size: 28px;
	line-height: 18px;
	color: #CECECE;
	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: #B2A088;
}

.m-propic .pic-list {
	height: 440px;
	overflow: hidden;
}

.m-propic .pic-list ul {
	height: 2000px;
}

.m-propic .list-item {
	margin-bottom: 13px;
	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 #B2A088;
}

.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: #B2A088;
}

@media screen and (max-width: 1459px) {
	.m-prob {
		margin-bottom: 44px;
	}

	.m-propic {
		width: 460px;
	}

	.m-propic .pic-big {
		width: 460px;
	}

	.m-propic .pic-small {
		width: 100px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.m-propic .pic-btn {
		width: 100px;
		line-height: 18px;
		font-size: 28px;
	}

	.m-propic .pic-list {
		height: 440px;
	}

	.m-propic .list-item {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1259px) {
	.m-prob {
		margin-bottom: 36px;
	}

	.m-propic {
		width: 350px;
	}

	.m-propic .pic-big {
		width: 350px;
	}

	.m-propic .pic-small {
		width: 88px;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.m-propic .pic-btn {
		width: 88px;
		line-height: 16px;
		font-size: 24px;
	}

	.m-propic .pic-list {
		height: 392px;
	}

	.m-propic .list-item {
		margin-bottom: 12px;
	}
}

@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 {
	width: 470px;
	float: right;
}

.jianjie h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}

.jiann {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
	min-height: 300px;
	max-height: 330px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}

.jiann p, .jiann span, .jiann li, .jiann strong {
	color: #666;
}

.jiann a {
	color: #B2A088;
}

.sharen {
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}

.share1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	font-family: Jost-Bold;
	color: #999;
}

.share2 {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.share2 img {
	display: block;
}

.prpdf {
	display: inline-block;
	vertical-align: middle;
	margin-left: 32px;
	font-size: 18px;
	font-family: Jost-Bold;
	color: #0F4229;
	line-height: 24px;
}

.prpdf .iconfont {
	font-size: 20px;
}

.prpdf:hover {
	color: #B2A088;
}

.inno {
	letter-spacing: 0;
	font-size: 0px;
	margin-top: 18px;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 20px;
}

.inno a {
	display: inline-block;
	margin: 0 7px;
	vertical-align: top;
	min-width: 140px;
	background: #B2A088;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 10px;
}

.inno a:hover {
	color: #fff;
	background: #2B3934;
}

@media screen and (max-width: 1459px) {
	.prob-info {
		width: 430px;
	}

	.jianjie h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.jiann {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		margin-top: 12px;
		min-height: 300px;
		max-height: 330px;
		margin-bottom: 20px;
	}

	.prpdf {
		margin-left: 32px;
		font-size: 18px;
	}

	.prpdf .iconfont {
		font-size: 20px;
	}

	.inno {
		margin-top: 25px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.inno a {
		min-width: 128px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 15px;
		margin: 0 6px;
		margin-bottom: 10px;
		border-radius: 18px;
	}
}

@media screen and (max-width: 1259px) {
	.prob-info {
		width: 320px;
	}

	.jianjie h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.jiann {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 28px;
		margin-top: 8px;
		min-height: 280px;
		max-height: 308px;
		margin-bottom: 8px;
	}

	.prpdf {
		margin-left: 24px;
		font-size: 16px;
	}

	.prpdf .iconfont {
		font-size: 18px;
	}

	.inno {
		margin-top: 20px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.inno a {
		min-width: 110px;
		line-height: 32px;
		font-size: 13px;
		padding: 0px 12px;
		margin: 0 4px;
		margin-bottom: 10px;
		border-radius: 16px;
	}
}

@media screen and (max-width: 999px) {
	.prob-info {
		padding-top: 20px;
		width: 100%;
	}

	.jianjie h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		margin-top: 8px;
		min-height: auto;
		max-height: none;
		margin-bottom: 16px;
	}

	.prpdf {
		margin-left: 20px;
		font-size: 14px;
	}

	.prpdf .iconfont {
		font-size: 16px;
	}

	.inno {
		margin-top: 10px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.inno a {
		min-width: 110px;
		line-height: 32px;
		font-size: 13px;
		padding: 0px 12px;
		margin: 0 4px;
		margin-bottom: 10px;
		border-radius: 16px;
	}
}

.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-attribute {
	position: relative;
	width: 100%;
	margin-bottom: 32px;
}

.pro-att-title {
	font-size: 24px;
	font-family: Jost-Bold;
	color: #0F4229;
	line-height: 36px;
	margin-bottom: 12px;
}

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

.patitem span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 8px;
}

.patitem-name {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-right: 10px;
}

.product-detail {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.prodetails-title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.prodetails-title span {
	min-width: 137px;
	font-size: 18px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 24px;
	color: #FFFFFF;
	line-height: 48px;
	background: #2B3934;
	border-radius: 6px 6px 0px 0px;
}

.prodetails-desc {
	font-size: 16px;
	position: relative;
	padding-bottom: 32px;
	color: #333333;
	line-height: 30px;
}

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

.prtag2 {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.prtag2 a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-right: 28px;
	margin-bottom: 2px;
}

.prtag2 a:last-of-type(1) {
	margin-right: 0px;
}

.prtag2 a::hover {
	color: #B2A088;
}

.prtag {
	max-height: 96px;
	overflow: hidden;
}

.prtagh {
	height: auto !important;
	max-height: none !important;
}

.tags .more {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	color: #B2A088;
	position: relative;
	text-decoration: underline;
}


@media screen and (max-width: 1459px) {
	.product-attribute {
		margin-bottom: 32px;
	}

	.pro-att-title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 12px;
	}

	.patitem span {
		font-size: 16px;
		line-height: 30px;
		margin-right: 10px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 50px;
		font-size: 18px;
		line-height: 30px;
		margin-right: 10px;
	}

	.product-detail {
		margin-bottom: 40px;
	}

	.prodetails-title {
		margin-bottom: 30px;
	}

	.prodetails-title span {
		min-width: 126px;
		font-size: 16px;
		padding: 0 20px;
		line-height: 44px;
	}

	.prodetails-desc {
		font-size: 16px;
		padding-bottom: 32px;
		line-height: 30px;
	}

	.prtag2 {
		margin-bottom: 10px;
	}

	.prtag2 a {
		font-size: 16px;
		line-height: 30px;
	}

	.tags .more {
		font-size: 16px;
		line-height: 30px;
	}

}

@media screen and (max-width: 1259px) {
	.product-attribute {
		margin-bottom: 28px;
	}

	.pro-att-title {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.patitem span {
		font-size: 16px;
		line-height: 28px;
		margin-right: 10px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 50px;
		font-size: 18px;
		line-height: 28px;
		margin-right: 10px;
	}

	.product-detail {
		margin-bottom: 36px;
	}

	.prodetails-title {
		margin-bottom: 28px;
	}

	.prodetails-title span {
		min-width: 112px;
		font-size: 16px;
		padding: 0 18px;
		line-height: 40px;
	}

	.prodetails-desc {
		font-size: 16px;
		padding-bottom: 28px;
		line-height: 28px;
	}

	.prtag2 {
		margin-bottom: 10px;
	}

	.prtag2 a {
		font-size: 15px;
		line-height: 30px;
	}

	.tags .more {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width: 991px) {
	.product-attribute {
		margin-bottom: 24px;
	}

	.pro-att-title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.patitem span {
		font-size: 15px;
		line-height: 26px;
		margin-right: 10px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 44px;
		font-size: 17px;
		line-height: 26px;
		margin-right: 10px;
	}

	.product-detail {
		margin-bottom: 30px;
	}

	.prodetails-title {
		margin-bottom: 24px;
	}

	.prodetails-title span {
		min-width: 106px;
		font-size: 15px;
		padding: 0 16px;
		line-height: 36px;
	}

	.prodetails-desc {
		font-size: 15px;
		padding-bottom: 24px;
		line-height: 26px;
	}

	.prtag2 {
		margin-bottom: 10px;
	}

	.prtag2 a {
		font-size: 14px;
		line-height: 30px;
	}

	.tags .more {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 600px) {
	.product-attribute {
		margin-bottom: 24px;
	}

	.pro-att-title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.patitem span {
		font-size: 14px;
		line-height: 24px;
		margin-right: 10px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 44px;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.product-detail {
		margin-bottom: 30px;
	}

	.prodetails-title {
		margin-bottom: 24px;
	}

	.prodetails-title span {
		min-width: 106px;
		font-size: 15px;
		padding: 0 16px;
		line-height: 36px;
	}

	.prodetails-desc {
		font-size: 14px;
		padding-bottom: 20px;
		line-height: 24px;
	}

	.prtag2 {
		margin-bottom: 10px;
	}

	.tags .more {
		font-size: 14px;
		line-height: 24px;
	}
}

.pro-related {
	position: relative;
	width: 100%;
	padding-top: 78px;
}

.pro-related-title {
	font-size: 36px;
	text-align: center;
	font-family: Jost-Bold;
	color: #0F4229;
	line-height: 40px;
}

.pro-related-title a {
	color: #0F4229;
}

.pro-related-title a:hover {
	color: #B2A088;
}

.related-swiper {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px;
	margin-top: 38px;
}

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

.related-swiper .swiper-button {
	font-size: 24px;
	color: #999;
	width: 20px;
	height: 30px;
}

.related-swiper .swiper-button:hover {
	color: #B2A088;
}

.related-swiper .swiper-slide .pro-item .item-body {
	padding: 12px 5px 0;
	background: transparent;
}


@media screen and (max-width: 1259px) {
	.pro-related {
		padding-top: 66px;
	}

	.pro-related-title {
		font-size: 32px;
		line-height: 36px;
	}

	.related-swiper {
		margin-left: -18px;
		margin-right: -18px;
		padding: 0 18px;
		margin-top: 36px;
	}

	.related-swiper .swiper-button {
		font-size: 20px;
		width: 16px;
		height: 30px;
	}

	.related-swiper .swiper-slide .pro-item .item-body {
		padding: 10px 5px 0;
	}
}

@media screen and (max-width: 991px) {
	.pro-related {
		padding-top: 54px;
	}

	.pro-related-title {
		font-size: 28px;
		line-height: 32px;
	}

	.related-swiper {
		margin-left: -16px;
		margin-right: -16px;
		padding: 0 16px;
		margin-top: 30px;
	}

	.related-swiper .swiper-button {
		font-size: 16px;
		width: 14px;
		height: 24px;
	}

	.related-swiper .swiper-slide .pro-item .item-body {
		padding: 10px 4px 0;
	}
}

@media screen and (max-width: 560px) {
	.pro-related {
		padding-top: 36px;
	}

	.pro-related-title {
		font-size: 24px;
		line-height: 28px;
	}

	.related-swiper {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0 18px;
		margin-top: 26px;
	}

	.related-swiper .swiper-button {
		font-size: 12px;
		width: 12px;
		height: 20px;
	}

	.related-swiper .swiper-slide .pro-item .item-body {
		padding: 8px 4px 0;
	}
}

/* ************** news ***************** */
.news {
	position: relative;
	padding: 80px 0 91px;
}

.news-list {
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 64px;
	margin-left: -14px;
	margin-right: -14px;
}

.news-list-item {
	width: 33.3333333%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 14px;
	margin-bottom: 41px;
}

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

.news-list-item .item-pic img {
	width: 100%;
	max-width: 600px;
	max-height: 450px;
}

.news-list-item .item-body {
	width: 100%;
	position: relative;
	padding-top: 10px;
}

.news-list-item .item-body .item-date {
	font-size: 18px;
	font-family: SegoeUI;
	font-weight: 400;
	color: #999999;
	margin-top: 8px;
	line-height: 28px;
}

.news-list-item .item-body .iconfont {
	font-size: 20px;
	color: #999999;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.news-list-item .item-body .item-title {
	font-size: 20px;
	font-family: Lora-Regular;
	color: #333333;
	line-height: 30px;
}

.news-list-item .item-body .item-desc {
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	margin-top: 6px;
}

.news-list-item .item-body .item-btn {
	position: relative;
	margin-top: 27px;
}

.news-list-item .item-body .item-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 140px;
	padding: 0 16px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	background: #B2A088;
	text-align: center;
	border-radius: 20px;
}

.news-list-item .item-body .item-btn a:hover {
	background: #2B3934;
	color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.news {
		padding: 68px 0 80px;
	}

	.news-list {
		padding-bottom: 56px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.news-list-item {
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 36px;
	}

	.news-list-item .item-body {
		padding-top: 10px;
	}

	.news-list-item .item-body .item-date {
		font-size: 17px;
		margin-top: 8px;
		line-height: 26px;
	}

	.news-list-item .item-body .iconfont {
		font-size: 18px;
		margin-right: 8px;
	}

	.news-list-item .item-body .item-title {
		font-size: 19px;
		line-height: 28px;
	}

	.news-list-item .item-body .item-desc {
		font-size: 17px;
		line-height: 30px;
		margin-top: 6px;
	}

	.news-list-item .item-body .item-btn {
		margin-top: 26px;
	}

	.news-list-item .item-body .item-btn a {
		min-width: 140px;
		padding: 0 16px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.news {
		padding: 56px 0 68px;
	}

	.news-list {
		padding-bottom: 48px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.news-list-item {
		width: 33.3333333%;
		padding: 0 6px;
		margin-bottom: 32px;
	}

	.news-list-item .item-body {
		padding-top: 10px;
	}

	.news-list-item .item-body .item-date {
		font-size: 16px;
		margin-top: 8px;
		line-height: 26px;
	}

	.news-list-item .item-body .iconfont {
		font-size: 18px;
		margin-right: 8px;
	}

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

	.news-list-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 6px;
	}

	.news-list-item .item-body .item-btn {
		margin-top: 24px;
	}

	.news-list-item .item-body .item-btn a {
		min-width: 130px;
		padding: 0 14px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 18px;
	}
}

@media (max-width: 991px) {
	.news {
		padding: 44px 0 56px;
	}

	.news-list {
		padding-bottom: 40px;
		margin-left: -15px;
		margin-right: -15px;
	}

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

	.news-list-item .item-body {
		padding-top: 8px;
	}

	.news-list-item .item-body .item-date {
		font-size: 15px;
		margin-top: 8px;
		line-height: 24px;
	}

	.news-list-item .item-body .iconfont {
		font-size: 16px;
		margin-right: 8px;
	}

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

	.news-list-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 6px;
	}

	.news-list-item .item-body .item-btn {
		margin-top: 24px;
	}

	.news-list-item .item-body .item-btn a {
		min-width: 130px;
		padding: 0 12px;
		line-height: 36px;
		font-size: 15px;
		border-radius: 18px;
	}
}

@media (max-width: 750px) {
	.news {
		padding: 32px 0 44px;
	}

	.news-list {
		padding-bottom: 32px;
		margin-left: -8px;
		margin-right: -8px;
	}

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

	.news-list-item .item-body {
		padding-top: 8px;
	}

	.news-list-item .item-body .item-date {
		font-size: 14px;
		margin-top: 6px;
		line-height: 24px;
	}

	.news-list-item .item-body .iconfont {
		font-size: 14px;
		margin-right: 8px;
	}

	.news-list-item .item-body .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.news-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.news-list-item .item-body .item-btn {
		margin-top: 20px;
	}

	.news-list-item .item-body .item-btn a {
		min-width: 120px;
		padding: 0 12px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
	}
}

@media (max-width: 480px) {
	.news {
		padding: 20px 0 32px;
	}

	.news-list {
		padding-bottom: 24px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.news-list-item {
		width: 100%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.news-list-item .item-body {
		padding-top: 8px;
	}

	.news-list-item .item-body .item-date {
		font-size: 14px;
		margin-top: 6px;
		line-height: 24px;
	}

	.news-list-item .item-body .iconfont {
		font-size: 14px;
		margin-right: 8px;
	}

	.news-list-item .item-body .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.news-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.news-list-item .item-body .item-btn {
		margin-top: 20px;
	}

	.news-list-item .item-body .item-btn a {
		min-width: 120px;
		padding: 0 12px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
	}
}

.swiper-slide .news-list-item {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.news-detail {
	width: 100%;
	position: relative;
	padding: 78px 0 6.25%;
}

.new-contain {
	width: 100%;
	position: relative;
}

.news-title {
	font-size: 22px;
	font-family: Lora-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	text-align: center;
}

.app-detail-title {
	font-size: 26px;
	font-family: Jost-Bold;
	color: #0F4229;
	line-height: 32px;
}

.new-contain .share {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.app-detail .share {
	margin-top: 24px;
	margin-bottom: 26px;
}

.new-contain .share > div, .app-detail .share > div {
	display: inline-block;
	vertical-align: middle;
}

.new-contain .share .date {
	font-size: 16px;
	font-size: 1.6rem;
	color: #999;
	line-height: 20px;
	margin-right: 20px;
}

.news-text {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 32px;
}

/* .news-text img{display: block;margin: 0 auto;} */
.app-detail-text {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 18px;
	padding-top: 20px;
	border-top: 1px solid #E3E3E3;
}

/* .app-detail-text img{display: block;margin: 0 auto;} */
.fanpian {
	margin-top: 44px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.fanpian li {
	display: inline-block;
	vertical-align: top;
	min-width: 168px;
	margin: 0 8px;
}

.fanpian li a {
	display: inline-block;
	vertical-align: top;
	min-width: 168px;
	line-height: 46px;
	background: #FFFFFF;
	border: 2px solid #B2A088;
	border-radius: 8px;
	font-size: 16px;
	color: #B2A088;
	text-align: center;
}

.fanpian li .fanpian-none {
	display: inline-block;
	vertical-align: top;
	min-width: 168px;
	line-height: 46px;
	background: #FFFFFF;
	border: 2px solid #B2A088;
	border-radius: 8px;
	font-size: 16px;
	color: #4AAB3D;
	text-align: center;
}

.fanpian li .iconfont {
	width: 26px;
	color: #FFFFFF;
	background: #B2A088;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	transition: .5s;
}

.fanpian li span {
	min-width: 72px;
	display: inline-block;
	vertical-align: middle;
}

.fanpian li a:hover {
	background: #2A3934;
	color: #fff;
}

.fanpian li a:hover .iconfont {
	background: #FFFFFF;
	color: #2A3934;
}


.news-related {
	position: relative;
	width: 100%;
	padding-top: 6.5%;
}


@media screen and (max-width: 1259px) {
	.news-detail {
		padding: 66px 0 6.25%;
	}

	.news-title {
		font-size: 21px;
		line-height: 30px;
	}

	.app-detail-title {
		font-size: 23px;
		line-height: 30px;
	}

	.new-contain .share {
		margin-top: 26px;
		margin-bottom: 26px;
	}

	.app-detail .share {
		margin-top: 20px;
		margin-bottom: 22px;
	}

	.new-contain .share .date {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 20px;
		margin-right: 18px;
	}

	.news-text {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 28px;
	}

	.app-detail-text {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 16px;
		padding-top: 18px;
	}

	.new-related {
		margin-top: 6.25%;
	}

	.fanpian {
		margin-top: 40px;
	}

	.fanpian li {
		min-width: 160px;
		margin: 0 8px;
	}

	.fanpian li a {
		min-width: 160px;
		line-height: 42px;
		font-size: 15px;
	}

	.fanpian li span {
		min-width: 160px;
		line-height: 42px;
		font-size: 15px;
	}

	.fanpian li .iconfont {
		width: 26px;
		font-size: 14px;
		line-height: 26px;
	}

	.fanpian li span {
		min-width: 72px;
	}
}

@media screen and (max-width: 991px) {
	.news-detail {
		padding: 54px 0 6%;
	}

	.news-title {
		font-size: 18px;
		line-height: 28px;
	}

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

	.new-contain .share {
		margin-top: 22px;
		margin-bottom: 22px;
	}

	.app-detail .share {
		margin-top: 16px;
		margin-bottom: 18px;
	}

	.new-contain .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		margin-right: 16px;
	}

	.news-text {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 24px;
	}

	.app-detail-text {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 14px;
		padding-top: 16px;
	}

	.fanpian {
		margin-top: 30px;
	}

	.fanpian li {
		min-width: 152px;
		margin: 0 6px;
	}

	.fanpian li a {
		min-width: 152px;
		line-height: 36px;
		font-size: 14px;
	}

	.fanpian li span {
		min-width: 152px;
		line-height: 36px;
		font-size: 14px;
	}

	.fanpian li .iconfont {
		width: 24px;
		font-size: 13px;
		line-height: 24px;
	}

	.fanpian li span {
		min-width: 70px;
	}

	.new-related {
		margin-top: 6%;
	}
}

@media screen and (max-width: 660px) {
	.news-detail {
		padding: 42px 0 5.75%;
	}

	.news-title {
		font-size: 18px;
		line-height: 28px;
	}

	.app-detail-title {
		font-size: 18px;
		line-height: 28px;
	}

	.new-contain .share {
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.app-detail .share {
		margin-top: 12px;
		margin-bottom: 14px;
	}

	.new-contain .share .date {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 18px;
		margin-right: 12px;
	}

	.news-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.app-detail-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
		padding-top: 14px;
	}

	.fanpian {
		margin-top: 30px;
	}

	.fanpian li {
		min-width: 120px;
		margin: 0 6px;
	}

	.fanpian li a {
		min-width: 120px;
		line-height: 32px;
		font-size: 14px;
	}

	.fanpian li span {
		min-width: 120px;
		line-height: 32px;
		font-size: 14px;
	}

	.fanpian li .iconfont {
		width: 22px;
		font-size: 12px;
		line-height: 22px;
	}

	.fanpian li span {
		min-width: 70px;
	}

	.new-related {
		margin-top: 5.5%;
	}
}


/* ***************   Download   *************** */
.downs {
	position: relative;
	padding: 80px 0 84px;
}

.down-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -24px;
	margin-right: -24px;
	padding-bottom: 24px;
}

.down-list-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 24px;
	margin-bottom: 15px;
}

.down-list-item .item-box {
	position: relative;
	width: 100%;
	background: #F6F6F6;
	padding: 17px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.down-list-item .item-box:hover {
	background: #2B3934;
}

.down-list-item .item-box .item-title {
	font-size: 16px;
	color: #B2A088;
	line-height: 28px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 140px);
}

.down-list-item .item-box .item-title a {
	color: #B2A088;
}

.down-list-item .item-box:hover .item-title, .down-list-item .item-box:hover .item-title a {
	color: #fff;
}

.down-list-item .item-box .item-btn {
	display: inline-block;
	vertical-align: top;
	width: 140px;
}

.down-list-item .item-box .item-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 140px;
	line-height: 36px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;;
	text-align: center;
	background: #2B3934;
	border-radius: 18px;
}

.down-list-item .item-box:hover .item-btn a {
	background: #fff;
	color: #B2A088;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.downs {
		padding: 70px 0 72px;
	}

	.down-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 20px;
	}

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

	.down-list-item .item-box {
		padding: 14px;
	}

	.down-list-item .item-box .item-title {
		font-size: 16px;
		line-height: 28px;
		width: calc(100% - 128px);
	}

	.down-list-item .item-box .item-btn {
		width: 128px;
	}

	.down-list-item .item-box .item-btn a {
		min-width: 128px;
		line-height: 32px;
		padding: 0 14px;
		font-size: 15px;
		border-radius: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.downs {
		padding: 60px 0 60px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 20px;
	}

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

	.down-list-item .item-box {
		padding: 14px;
	}

	.down-list-item .item-box .item-title {
		font-size: 15px;
		line-height: 26px;
		width: calc(100% - 120px);
	}

	.down-list-item .item-box .item-btn {
		width: 120px;
	}

	.down-list-item .item-box .item-btn a {
		min-width: 120px;
		line-height: 32px;
		padding: 0 14px;
		font-size: 15px;
		border-radius: 16px;
	}
}

@media (max-width: 991px) {
	.downs {
		padding: 48px 0 48px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 20px;
	}

	.down-list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.down-list-item .item-box {
		padding: 12px;
	}

	.down-list-item .item-box .item-title {
		font-size: 15px;
		line-height: 26px;
		width: calc(100% - 120px);
	}

	.down-list-item .item-box .item-btn {
		width: 120px;
	}

	.down-list-item .item-box .item-btn a {
		min-width: 120px;
		line-height: 32px;
		padding: 0 14px;
		font-size: 15px;
		border-radius: 16px;
	}
}

@media (max-width: 720px) {
	.downs {
		padding: 36px 0 36px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 20px;
	}

	.down-list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.down-list-item .item-box {
		padding: 10px;
	}

	.down-list-item .item-box .item-title {
		font-size: 14px;
		line-height: 24px;
		width: calc(100% - 112px);
	}

	.down-list-item .item-box .item-btn {
		width: 112px;
	}

	.down-list-item .item-box .item-btn a {
		min-width: 112px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 15px;
	}
}

@media (max-width: 540px) {
	.downs {
		padding: 30px 0 30px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 20px;
	}

	.down-list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.down-list-item .item-box {
		padding: 10px;
	}

	.down-list-item .item-box .item-title {
		font-size: 14px;
		line-height: 24px;
		width: 100%
	}

	.down-list-item .item-box .item-btn {
		width: 100%;
		margin-top: 10px;
		text-align: right;
	}

	.down-list-item .item-box .item-btn a {
		min-width: 112px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 15px;
	}
}

.video-list {
	position: relative;
	margin-left: -16px;
	margin-right: -16px;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 11px;
}

.video-list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	padding: 0 16px;
	margin-bottom: 24px;
}

.video-item-box {
	width: 100%;
	position: relative;
}

.video-item-pic {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
}

.video-item-pic .video-play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-item-name {
	font-size: 18px;
	padding-top: 14px;
	color: #333;
	line-height: 30px;
}

.faq-list {
	padding-bottom: 60px;
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}

.faq-list .faq-list-item {
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	background: transparent;
}

.faq-list .faq-list-item.active {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(43, 57, 52, 0.13);
}

.faq-list-item .faq-item-name {
	position: relative;
	background: #EEEEEE;
	font-size: 20px;
	padding: 14px 30px;
	font-family: Lora-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	padding-left: 60px;
	cursor: pointer;
}

.faq-list-item .faq-item-name span {
	position: absolute;
	color: #FF0000;
	left: 24px;
}

.faq-item-name:before {
	position: absolute;
	content: "\e731";
	font-family: "iconfont" !important;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #003B49;
	-webkit-transition: all .35s;
	width: 14px;
	height: 14px;
	line-height: 14px;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.faq-item-name.active {
	color: #fff;
	background: #2B3934;
}

.faq-item-name.active:before {
	content: "\e72f";
	color: #fff;
}

.faq-list-item .faq-item-text {
	font-size: 16px;
	padding: 24px 30px 36px;
	color: #666666;
	line-height: 30px;
	padding-left: 60px;
	position: relative;
	display: none;
}

.faq-list-item .faq-item-text span {
	position: absolute;
	color: #FF0000;
	left: 24px;
	font-size: 20px;
}

@media (min-width: 1260px) and (max-width: 1459px) {

	.video-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 10px;
	}

	.video-list-item {
		width: 33.33333333%;
		padding: 0 10px;
		margin-bottom: 22px;
	}

	.video-item-name {
		font-size: 17px;
		padding-top: 12px;
		line-height: 30px;
	}

	.faq-list {
		padding-bottom: 52px;
	}

	.faq-list .faq-list-item {
		margin-bottom: 18px;
	}

	.faq-list-item .faq-item-name {
		font-size: 18px;
		padding: 12px 26px;
		line-height: 30px;
		padding-left: 54px;
	}

	.faq-list-item .faq-item-name span {
		left: 20px;
	}

	.faq-list-item .faq-item-text {
		font-size: 16px;
		padding: 20px 26px 30px;
		line-height: 30px;
		padding-left: 54px;
	}

	.faq-list-item .faq-item-text span {
		left: 20px;
		font-size: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {

	.video-list {
		margin-left: -16px;
		margin-right: -16px;
		padding-bottom: 10px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 16px;
		margin-bottom: 22px;
	}

	.video-item-name {
		font-size: 17px;
		padding-top: 12px;
		line-height: 30px;
	}

	.faq-list {
		padding-bottom: 44px;
	}

	.faq-list .faq-list-item {
		margin-bottom: 18px;
	}

	.faq-list-item .faq-item-name {
		font-size: 18px;
		padding: 10px 24px;
		line-height: 30px;
		padding-left: 48px;
	}

	.faq-list-item .faq-item-name span {
		left: 16px;
	}

	.faq-list-item .faq-item-text {
		font-size: 16px;
		padding: 15px 26px 20px;
		line-height: 28px;
		padding-left: 48px;
	}

	.faq-list-item .faq-item-text span {
		left: 16px;
		font-size: 18px;
	}
}

@media screen and (max-width: 999px) {
	.list-item .item-backdrop {
		display: none;
	}
}

@media (max-width: 991px) {
	.video-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 10px;
	}

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

	.video-item-name {
		font-size: 16px;
		padding-top: 8px;
		line-height: 28px;
	}

	.faq-list {
		padding-bottom: 36px;
	}

	.faq-list .faq-list-item {
		margin-bottom: 18px;
	}

	.faq-list-item .faq-item-name {
		font-size: 17px;
		padding: 8px 20px;
		line-height: 28px;
		padding-left: 42px;
	}

	.faq-list-item .faq-item-name span {
		left: 14px;
	}

	.faq-list-item .faq-item-text {
		font-size: 15px;
		padding: 12px 20px 16px;
		line-height: 26px;
		padding-left: 42px;
	}

	.faq-list-item .faq-item-text span {
		left: 14px;
		font-size: 17px;
	}
}

@media (max-width: 767px) {

	.video-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 10px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.video-item-name {
		font-size: 15px;
		padding-top: 8px;
		line-height: 26px;
	}

	.faq-list {
		padding-bottom: 28px;
	}

	.faq-list .faq-list-item {
		margin-bottom: 18px;
	}

	.faq-list-item .faq-item-name {
		font-size: 16px;
		padding: 8px 20px;
		line-height: 28px;
		padding-left: 42px;
	}

	.faq-list-item .faq-item-name span {
		left: 14px;
	}

	.faq-list-item .faq-item-text {
		font-size: 14px;
		padding: 12px 20px 16px;
		line-height: 24px;
		padding-left: 42px;
	}

	.faq-list-item .faq-item-text span {
		left: 14px;
		font-size: 16px;
	}
}

@media (max-width: 560px) {
	.video-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 10px;
	}

	.video-list-item {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.video-item-name {
		font-size: 14px;
		padding-top: 8px;
		line-height: 24px;
	}

}

/* ****************** application ****************** */
.app-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	transition: all .5s;
	padding-bottom: 41px;
}

.app-list-item {
	width: 100%;
	margin-bottom: 79px;
	display: block;
}

.app-list-item .item-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0;
	letter-spacing: 0;
	position: relative;
}

.app-list-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	max-width: 480px;
}

.app-list-item .item-pic img {
	width: 100%;
	display: block;
}

.app-list-item .item-body {
	position: relative;
	width: 100%;
	max-width: 868px;
}

.app-list-item .item-body .item-title {
	font-size: 20px;
	font-weight: bold;
	color: #2B3934;
	line-height: 32px;
}

.app-list-item .item-body .item-title a {
	color: #2B3934;
}

.app-list-item:hover .item-body .item-title a, .app-list-item .item-body .item-title a:hover {
	color: #B2A088;
}

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

.app-list-item .item-body .item-btn {
	position: relative;
	margin-top: 60px;
}

.app-list-item .item-body .item-btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 116px;
	background: #B2A088;
	border-radius: 21px;
	line-height: 30px;
	padding: 6px 16px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.app-list-item:hover .item-body .item-btn a, .app-list-item .item-body .item-btn a:hover {
	color: #fff;
	background: #2B3934;
}

@media (min-width: 1260px) and (max-width: 1459px) {
	.app-list {
		padding-bottom: 36px;
	}

	.app-list-item {
		margin-bottom: 66px;
	}

	.app-list-item .item-pic {
		width: 420px;
	}

	.app-list-item .item-body {
		max-width: 740px;
	}

	.app-list-item .item-body .item-title {
		font-size: 20px;
		line-height: 32px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 50px;
	}

	.app-list-item .item-body .item-btn a {
		min-width: 116px;
		border-radius: 20px;
		line-height: 30px;
		padding: 5px 16px;
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.app-list {
		padding-bottom: 32px;
	}

	.app-list-item {
		margin-bottom: 54px;
	}

	.app-list-item .item-pic {
		width: 400px;
	}

	.app-list-item .item-body {
		max-width: 520px;
	}

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

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

	.app-list-item .item-body .item-btn {
		margin-top: 42px;
	}

	.app-list-item .item-body .item-btn a {
		min-width: 108px;
		border-radius: 19px;
		line-height: 28px;
		padding: 5px 14px;
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.app-list {
		margin-left: -15px;
		margin-right: -15px;
	}

	.app-list {
		padding-bottom: 28px;
	}

	.app-list-item {
		margin-bottom: 42px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
	}

	.app-list-item .item-pic {
		width: 100%;
	}

	.app-list-item .item-body {
		max-width: 100%;
		margin-top: 10px;
	}

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

	.app-list-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 30px;
	}

	.app-list-item .item-body .item-btn a {
		min-width: 108px;
		border-radius: 18px;
		line-height: 26px;
		padding: 5px 12px;
		font-size: 15px;
	}
}

@media (max-width: 750px) {
	.app-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.app-list {
		padding-bottom: 20px;
	}

	.app-list-item {
		margin-bottom: 30px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 8px;
	}

	.app-list-item .item-pic {
		width: 100%;
	}

	.app-list-item .item-body {
		max-width: 100%;
	}

	.app-list-item .item-body .item-title {
		font-size: 17px;
		line-height: 28px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 20px;
	}

	.app-list-item .item-body .item-btn a {
		min-width: 108px;
		border-radius: 18px;
		line-height: 26px;
		padding: 5px 12px;
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.app-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 12px;
	}

	.app-list-item {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 24px;
	}
}

.app-main {
	float: left;
	width: 900px;
}

.app-slide {
	float: right;
	width: 260px;
}

.app-slide-title {
	font-size: 26px;
	font-family: Jost-Bold;
	color: #0F4229;
	line-height: 32px;
}

.app-slide-title a {
	color: #0F4229;
}

.app-slide-title a:hover {
	color: #B2A088;
}

.app-slide-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}

.rel-pro-item {
	width: 100%;
	position: relative;
	padding: 16px 0 20px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 8px;
}

.rel-pro-item .item-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rel-pro-item .item-pic {
	width: 100px;
	position: relative;
}

.rel-pro-item .item-pic img {
	width: 100%;
}

.rel-pro-item .item-body {
	position: relative;
	width: calc(100% - 100px);
	padding-left: 14px;
}

.rel-pro-item .item-title {
	font-size: 18px;
	font-family: Jost-Bold;
	color: #333333;
	line-height: 26px;
}

.rel-pro-item .item-desc {
	font-size: 14px;
	margin-top: 8px;
	color: #666666;
	line-height: 26px;
}

@media (min-width: 992px) and (max-width: 1259px) {
	.app-main {
		float: left;
		width: 680px;
	}

	.app-slide {
		float: right;
		width: 240px;
	}

	.app-slide-title {
		font-size: 23px;
		line-height: 30px;
	}

	.rel-pro-item {
		padding: 14px 0 18px;
		margin-bottom: 6px;
	}

	.rel-pro-item .item-pic {
		width: 96px;
	}

	.rel-pro-item .item-body {
		width: calc(100% - 96px);
		padding-left: 12px;
	}

	.rel-pro-item .item-title {
		font-size: 16px;
		line-height: 25px;
	}

	.rel-pro-item .item-desc {
		font-size: 13px;
		margin-top: 6px;
		line-height: 25px;
	}
}

@media (max-width: 991px) {
	.app-main {
		float: none;
		width: 100%;
	}

	.app-slide {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.app-slide-title {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}

	.app-slide-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.rel-pro-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 12px 10px;
		margin-bottom: 6px;
	}

	.rel-pro-item .item-pic {
		width: 110px;
	}

	.rel-pro-item .item-body {
		width: calc(100% - 110px);
		padding-left: 14px;
	}

	.rel-pro-item .item-title {
		font-size: 18px;
		line-height: 26px;
	}

	.rel-pro-item .item-desc {
		font-size: 14px;
		margin-top: 6px;
		line-height: 26px;
	}
}

@media (max-width: 700px) {
	.app-main {
		float: none;
		width: 100%;
	}

	.app-slide {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.app-slide-title {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}

	.app-slide-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.rel-pro-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 8px 6px;
		margin-bottom: 6px;
	}

	.rel-pro-item .item-pic {
		width: 96px;
	}

	.rel-pro-item .item-body {
		width: calc(100% - 96px);
		padding-left: 12px;
	}

	.rel-pro-item .item-title {
		font-size: 16px;
		line-height: 25px;
	}

	.rel-pro-item .item-desc {
		font-size: 13px;
		margin-top: 6px;
		line-height: 25px;
	}
}

@media (max-width: 500px) {
	.app-main {
		float: none;
		width: 100%;
	}

	.app-slide {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.app-slide-title {
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}

	.app-slide-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.rel-pro-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 8px 6px;
		margin-bottom: 6px;
	}

	.rel-pro-item .item-pic {
		width: 100%;
	}

	.rel-pro-item .item-body {
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
	}

	.rel-pro-item .item-title {
		font-size: 16px;
		line-height: 25px;
	}

	.rel-pro-item .item-desc {
		font-size: 13px;
		margin-top: 6px;
		line-height: 25px;
	}
}

.top {
	width: 46px;
	height: 46px;
	background: #FBF9F5;
	margin: auto;
	border: 1px solid #2A3934;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	right: 45px;
	bottom: -100px;
	color: #2A3934;
	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: 100px;
}

@media screen and (max-width: 767px) {
	.top {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 10px 0px 10px 0px;
		right: 10px;
		bottom: 66px;
	}

	.fotag {
		margin-top: 15px;
	}
}


.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: 'Catamaran-Regular';
	src: url('../fonts/Catamaran-Regular.eot');
	src: url('../fonts/Catamaran-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Catamaran-Regular.woff2') format('woff2'),
	url('../fonts/Catamaran-Regular.woff') format('woff'),
	url('../fonts/Catamaran-Regular.ttf') format('truetype'),
	url('../fonts/Catamaran-Regular.svg#Catamaran-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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


@font-face {
	font-family: "iconfont"; /* Project id 3599773 */
	src: url('../fonts/icon/iconfont.woff2?t=1662624843056') format('woff2'),
	url('../fonts/icon/iconfont.woff?t=1662624843056') format('woff'),
	url('../fonts/icon/iconfont.ttf?t=1662624843056') format('truetype'),
	url('../fonts/icon/iconfont.svg?t=1662624843056#iconfont') format('svg');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "iconfont"; /* Project id 2797177 */
	src: url('../fonts/iconfont.woff2?t=1631065712824') format('woff2'),
	url('../fonts/iconfont.woff?t=1631065712824') format('woff'),
	url('../fonts/iconfont.ttf?t=1631065712824') format('truetype');
	font-style: normal;
	font-display: swap;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.icon-hezuoqudao:before {
	content: "\e72e";
}

.icon-KHCFDC_zengchangshuai:before {
	content: "\e729";
}

.icon-a-TalentSupplyChain:before {
	content: "\e72b";
}

.icon-ditu_diqiu_o:before {
	content: "\e727";
}

.icon-dengpao:before {
	content: "\e728";
}

.icon-a-24-hours:before {
	content: "\e72a";
}

.icon-huizhang:before {
	content: "\e72c";
}

.icon-lianjie:before {
	content: "\e724";
}

.icon-a-lianjie1:before {
	content: "\e725";
}

.icon-a-lianjie2:before {
	content: "\e726";
}

.icon-yanjing:before {
	content: "\e71f";
}

.icon-shougongfangshitianxiebufuzhangxiangtiaojiebiao1:before {
	content: "\e720";
}

.icon-taiyangnengdianchi:before {
	content: "\e721";
}

.icon-dizhi:before {
	content: "\e722";
}

.icon-erweima:before {
	content: "\e723";
}

.icon-fanhuidingbu:before {
	content: "\e717";
}

.icon-jiantou_youshang:before {
	content: "\e718";
}

.icon-guanbi:before {
	content: "\e719";
}

.icon-a-guanbi1:before {
	content: "\e71a";
}

.icon-a-24gl-tags4:before {
	content: "\e71b";
}

.icon-a-24xiaoshi:before {
	content: "\e71c";
}

.icon-gongchang:before {
	content: "\e71d";
}

.icon-shougongfangshitianxiebufuzhangxiangtiaojiebiao:before {
	content: "\e71e";
}

.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";
}

.lang-img {
	background: url(../img/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
}

.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: #B2A088
}

.inquiry-success .text {
	font-size: 20px;
	color: #333333;
	margin: 20px 0;
}

.inquiry-success .but a {
	display: inline-block;
	width: 200px;
	height: 50px;
	background-color: #B2A088;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-size: 1.6rem
}

.inquiry-success .but a:hover {
	background: #fff;
	color: #B2A088
}

.listcart2 {
	margin-top: 30px;
	width: 100%;
	clear: both
}

.listcart2 a, .listcart2 button {
	display: inline-block;
	min-width: 160px;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	cursor: pointer;
	color: #666666;
	border: #666666 solid 1px;
	line-height: 30px;
	background: none;
	border-radius: 15px;
}

.listcart2 a:hover, .listcart2 button:hover {
	background: #B2A088;
	color: #fff;
	border: #B2A088 solid 1px;
}

@media screen and (max-width: 640px) {
	.listcart2 a, .listcart2 button {
		width: 100%;
		display: block
	}
}

/*xun pan tijiao*/

.xunpanlb {
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
	width: 100%;
}

.xunpanlb .table .thead {
	font-size: 0;
	letter-spacing: 0;
	border: 1px solid #dcdcdc;
	background: #B2A088;
}

.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: #B2A088;
}

@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;
	}
}

.m-kf5 .kf-item span {

	font-family: Arial, Helvetica, sans-serif;
}

.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;
}

.pages-btn {
	display: inline-block
}

.m-kf5-top i {
	margin: 0 auto;
}

.m-kf5-top span {
	top: unset !important;
}

.m-kf5.active .m-kf5-top span {
	top: 54px !important;
}

.about-form .item-input.item-code {
	width: 32.14285714285714%;
}

.attachment-upload-result span {
	font-size: 14px;
}
.page-href .bread-active{
	color: #B2A088;
}
.sec3 .sec3-p-title{
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}
.prtag2 a:hover{
	color: #B2A088;
}
.footer .f-form .item-input1 {
	display: block;
	height: 65px;
	line-height: 24px;
	width: 100%;
	border: 1px solid #BFBFBF;
	color: #999;
	padding: 14px 10px;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 12px;
}
.footer .f-form .item-img {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	cursor: pointer;
}
.footer .f-form .item-btn {
	cursor: pointer;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 41px;
	line-height: 41px;
	background: #2A3934;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
}
@media (min-width: 992px) and (max-width: 1259px){
	.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-img{
		height: 36px;
	}
	.footer .f-form .item-img img{
		line-height: 36px;
		max-height: 36px;
	}
}
@media (max-width: 991px) {
	.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: 36px;}
	.footer .f-form .item-img{height: 36px;}
	.footer .f-form .item-btn { height: 38px; line-height: 38px; font-size: 16px; font-size: 1.6rem; }
}
@media (min-width: 1260px) and (max-width: 1459px){
	.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;
	}
}
