
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
body, html {
	box-sizing: border-box;
	position: relative;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
	min-height: 100%;
	font-size: 14px;
	font-family: "Microsoft Yahei", '楷体', '新宋体', Arial, Helvetica, sans-serif
}
html {
	-webkit-text-size-adjust: none
}
li, ul {
	list-style: none
}
img {
	border: none;
	line-height: 1;
	vertical-align: middle;
	
	height: auto
}
.tc {
	text-align: center
}
.tl {
	text-align: left
}
.tr {
	text-align: right
}
.en {
	text-transform: Uppercase
}
.t10 {
	margin-top: 10px
}
.t20 {
	margin-top: 20px
}
.t30 {
	margin-top: 30px
}
.t40 {
	margin-top: 40px
}
.t50, .w1200.t50 {
	margin-top: 50px
}
.xh-fluid {
padding:.2rem
}
.xh-no-fluid {
margin:0 -.2rem
}
@media screen and (max-width:1200px) {
.t20 {
	margin-top: 10px
}
.t30 {
	margin-top: 15px
}
.t40 {
	margin-top: 20px
}
.t50, .w1200.t50 {
	margin-top: 20px
}
}
.imgs {
	overflow: hidden;
	line-height: 1
}
.imgs img {
	width: 100%;
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	vertical-align: middle;
	height: auto
}
.imgs:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.max-img img {
	max-width: 100%;
	height: auto
}
.img img {
	max-width: 100%;
	height: auto
}
.img-bj-fixed {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.ie8 {
	position: fixed;
	top: 0;
	font-size: 24px;
	background: #fff;
	padding: 15px;
	color: red;
	z-index: 9999999;
	text-align: center;
	width: 100%
}
input[type=button], input[type=submit], input[type=reset] {
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none
}
input {
	-webkit-appearance: none;
	border-radius: 0
}
input:focus {
	outline: 0
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0
}
.clear {
	clear: both
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
	font-weight: 400
}
.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 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23133682'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23133682'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.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 {
	text-align: center;
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #c1996c;
	opacity: .6
}
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: #f7931e
}
.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: #f7931e;
	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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-container-3d {
	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 {
	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: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	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: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}
:root {
--swiper-navigation-size:44px
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
width:calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
--swiper-navigation-color:#ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	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-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
.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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white {
--swiper-pagination-color:#ffffff
}
.swiper-pagination-black {
--swiper-pagination-color:#000000
}
.swiper-pagination-lock {
	display: none
}
.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-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: 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-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	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-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.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-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.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;
	backface-visibility: hidden
}
body, html {
	color: #3e3a39
}
a {
	color: #3e3a39;
	text-decoration: none
}
a:hover {
	color: #d69b71
}
.bjhs {
	background-color: #f4f5f7
}
.red {
	color: red
}
.bjbs {
	background-color: #fff!important
}
.bjbase {
	background-color: #d69b71
}
hr {
	border: none;
	height: 1px;
	background-color: #3e3a39
}
.en {
	text-transform: Uppercase
}
h2, h3, h4, h5, h6 {
	font-weight: 300
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
	font-weight: 400
}
.h1, h1 {
	font-size: 36px
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-size: 30px
}
.h4, h4 {
	font-size: 24px
}
.h5, h5 {
	font-size: 18px
}
.h6, h6 {
	font-size: 16px
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
	font-weight: 400
}
.p, p {
	font-size: 14px;
	font-weight: 400
}
.wd {
	width: 1300px;
	margin: 0 auto
}
.pag {
	bottom: 5%;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.pag.pr {
	position: relative;
	padding: 20px 0;
	bottom: auto
}
.pag.fang .swiper-pagination-bullet, .pag.fang span {
	border-radius: 0
}
.pag.big .swiper-pagination-bullet {
	width: 12px;
	height: 12px
}
.pag-cz {
	text-align: right;
	bottom: 10%;
	right: 5%;
	position: absolute;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.pag-cz .swiper-pagination-bullet {
	display: block;
	margin: 2px 0
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #cb7f49;
	opacity: .4;
	margin: 0 6px
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}
.pag-1 {
	position: absolute;
	bottom: 10px!important;
	z-index: 11
}
.pag-1 span {
	width: 6px;
	height: 6px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	opacity: .7;
	background: #fff;
	margin: 0 15px!important
}
.pag-1 span.swiper-pagination-bullet-active, .pag-1 span:hover {
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
	opacity: 1
}
.pag-1 span.swiper-pagination-bullet-active:after, .pag-1 span:hover:after {
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	bottom: -3px;
	right: -3px;
	border: 1px solid #fff;
	border-radius: 50%
}
.x-next, .x-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.x-next.big, .x-prev.big {
	width: 37.8px;
	height: 61.6px;
	margin-top: -30.8px;
	background-size: 37.8px 61.6px
}
.x-next.sm, .x-prev.sm {
	width: 17.55px;
	height: 28.6px;
	background-size: 17.55px 28.6px;
	margin-top: -14.3px
}
.x-next.rem, .x-prev.rem {
width:.36rem;
height:.58rem;
background-size:.36rem .58rem
}
.x-next.swiper-button-disabled, .x-prev.swiper-button-disabled {
	cursor: default;
	opacity: .5
}
.x-prev {
	left: 5%;
	right: auto
}
.x-next {
	right: 5%;
	left: auto
}
.x-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d69b71'%2F%3E%3C%2Fsvg%3E")
}
.x-prev.hs {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23909090'%2F%3E%3C%2Fsvg%3E")
}
.x-prev.black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.x-prev.white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.x-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d69b71'%2F%3E%3C%2Fsvg%3E")
}
.x-next.hs {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23909090'%2F%3E%3C%2Fsvg%3E")
}
.x-next.black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.x-next.white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.h6, h6 {
	font-size: 15px
}
.banner .x-next, .banner .x-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.banner .x-next.big, .banner .x-prev.big {
	width: 37.8px;
	height: 61.6px;
	margin-top: -30.8px;
	background-size: 37.8px 61.6px
}
.banner .x-next.sm, .banner .x-prev.sm {
	width: 17.55px;
	height: 28.6px;
	background-size: 17.55px 28.6px;
	margin-top: -14.3px
}
.banner .x-next.rem, .banner .x-prev.rem {
width:.36rem;
height:.58rem;
background-size:.36rem .58rem
}
.banner .x-next.swiper-button-disabled, .banner .x-prev.swiper-button-disabled {
	cursor: default;
	opacity: .5
}
.banner .x-prev {
	left: 5%;
	right: auto
}
.banner .x-next {
	right: 5%;
	left: auto
}
.banner .x-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")
}
.banner .x-prev.hs {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23909090'%2F%3E%3C%2Fsvg%3E")
}
.banner .x-prev.black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.banner .x-prev.white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.banner .x-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")
}
.banner .x-next.hs {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23909090'%2F%3E%3C%2Fsvg%3E")
}
.banner .x-next.black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.banner .x-next.white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.banner .bn-pag {
	bottom: 50px!important
}
.banner .bn-pag span {
	width: 25px;
	height: 2px;
	border-radius: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.banner .bn-pag span.swiper-pagination-bullet-active {
	width: 50px
}
.header {
	padding: 20px 0;
	position: relative;
	z-index: 999
}
.header .header-wrap {
	width: 90%;
	margin: 0 auto;
	clear: both
}
.header .header-wrap:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.header .logo {
	width: 313px;
	float: left
}
.header .head-r {
	float: right;
	line-height: 35px;
	height: 35px
}
.header .head-r span {
	color: #8e8e8e;
	font-size: 13px;
	display: block;
	float: left;
}
.header .head-r .tel {
	margin-left: 15px;
	font-size: 22px;
	color: #000;
	padding-top: 3px;
}
.header .head-r .tel i {
	font-size: 22px;
	margin-right: 10px
}
.tmall {
	padding-left: 15px;
}
.tmall img {
	width: 35px;
}
.logo {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.logo img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	width: 313px;
	height: 35px
}
.nav {
	float: left;
	margin-left: 100px
}
#nav {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	font-size: 0;
	text-align: right;
	z-index: 999
}
#nav li {
	white-space: nowrap;
	margin-right: 35px;
	line-height: 35px;
	height: 35px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	text-align: center;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	position: relative
}
#nav li .nav_li:hover:after {
	width: 100%;
	background: #d69b71;
	left: 0
}
#nav li:hover .sub-menu {
	display: block
}
#nav a {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	padding: 0 0;
	line-height: 35px;
	display: block;
	position: relative
}
#nav a:after {
	width: 0%;
	height: 2px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
#nav a:hover, #nav .on .nav_li {
	color: #d69b71
}
#nav .sub-menu {
	padding-top: 15px;
	position: absolute;
	display: none;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 100%
}
#nav .sub-menu a {
	padding: 5px 20px;
	line-height: 30px
}
.header.active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 5px 25px #ccc
}
.header.active #nav li {
	line-height: 60px;
	height: 60px
}
.header.active #nav li a {
	line-height: 60px;
	height: 60px
}
.header.active .logo {
	height: 40px;
	padding: 10px 0
}
.header.active .logo img {
	height: 40px;
	width: auto
}
.header.active .head-top {
	height: 0
}
.tag {
	background-color: #fff;
	padding: 20px 0
}
.tag:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.tag .search {
	width: 274px;
	height: 32px;
	position: relative;
	float: right
}
.tag .search .search-input {
	border: 1px solid #aaa;
	width: 100%;
	height: 32px;
	border-radius: 50px;
	padding-right: 95px;
	padding-left: 10px;
	line-height: 32px
}
.tag .search .search-btn {
	cursor: pointer;
	width: 86px;
	height: 32px;
	border-radius: 100px;
	text-align: center;
	background-color: #d69b71;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	outline: 0
}
.tag-keyword {
	font-size: 16px;
	float: left;
	line-height: 32px
}
.tag-keyword a {
	padding: 0 8px;
	color: #5d5d5d
}
.tag-keyword a:hover {
	color: #d69b71
}
.n-page {
	padding: 90px 0
}
.n-page dd {
	margin-top: 45px
}
.hr {
	width: 45px;
	height: 2px;
	background-color: #d69b71;
	zoom: 1;
	display: inline-block;
	vertical-align: middle
}
.i-dt {
	text-align: center
}
.i-dt h3 {
	font-weight: 300;
	margin-bottom: 8px;
	font-size: 48px;
	color: #000
}
.i-dt h5 {
	margin-top: 8px;
	font-weight: 300;
	color: #727171
}
.i-dt.bs h3 {
	color: #fff
}
.i-cp {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.i-cp dd {
	margin-top: 384px
}
.i-cp-list:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.i-cp-list li {
	width: 33.3%;
	float: left;
	text-align: center
}
.i-cp-list li .img {
	overflow: hidden;
	height: 124px;
	padding-top: 44px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.i-cp-list li .txt {
	margin-top: 20px;
	color: #fff
}
.i-cp-list li .txt h3 {
	font-weight: 300
}
.i-cp-list li .txt p.en {
	font-size: 12px;
	color: #9fa0a0
}
.i-cp-list li:hover .img {
	padding-top: 0
}
.i-about {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.i-about dd .i-about-zt {
	margin-left: -86px;
	margin-right: -86px
}
.i-about dd .i-about-zt:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.i-about dd .i-about-left {
	width: 907px;
	float: left;
	position: relative;
	z-index: 2
}
.i-about dd .i-about-left .imgs {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.i-about dd .i-about-left .imgs:hover {
	box-shadow: -3px 10px 15px #999
}
.i-about dd .i-about-right {
	position: relative;
	z-index: 9;
	padding: 30px 0 30px 55px;
	margin-left: 907px
}
.i-about dd .i-about-right .i-about-tit {
	margin-left: -109px;
	background-color: #000;
	color: #fff;
	padding: 18px 10px 18px 100px
}
.i-about dd .i-about-right .i-about-tit h3 {
	font-weight: 300
}
.i-about dd .i-about-right .i-about-jj {
	margin-top: 30px;
	line-height: 2
}
.i-about dd .i-about-right .i-about-ul {
	margin-top: 60px
}
.i-about dd .i-about-right .i-about-ul:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.i-about dd .i-about-right .i-about-ul li {
	margin-bottom: 30px;
	width: 50%;
	float: left
}
.i-about dd .i-about-right .i-about-ul li i {
	width: 59px;
	float: left;
	height: 59px;
	text-align: center;
	line-height: 59px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	border: 1px solid #434343;
	border-radius: 50%;
	color: #434343;
	font-size: 26px
}
.i-about dd .i-about-right .i-about-ul li .txt {
	margin-left: 70px
}
.i-about dd .i-about-right .i-about-ul li .txt h6 {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.i-about dd .i-about-right .i-about-ul li .txt h4 {
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s
}
.i-about dd .i-about-right .i-about-ul li:hover i {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.i-about dd .i-about-right .i-about-ul li:hover .txt h6 {
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0)
}
.i-about dd .i-about-right .i-about-ul li:hover .txt h4 {
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0)
}
.i-gy {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.i-gy .i-dt {
	text-align: left
}
.i-gy dd {
	margin-top: 20px
}
.i-gy dd .i-gy-zt {
	position: relative;
	width: 1003px
}
.i-gy dd .i-gy-menu {
	left: 1007px;
	top: 0;
	position: absolute
}
.i-gy dd .i-gy-menu li {
	cursor: pointer;
	width: 180px;
	height: 69px;
	text-align: center;
	line-height: 69px;
	color: #fff;
	margin-bottom: 2px;
	background-color: rgba(0,0,0,.7);
	position: relative
}
.i-gy dd .i-gy-menu li:after {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #d69b71;
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}
.i-gy dd .i-gy-menu li.active:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.i-px {
	background-color: #f4f5f7
}
.i-px-1 {
	margin-left: -150px;
	margin-right: -150px
}
.i-px-2 .i-px-menu {
	text-align: center
}
.i-px-2 .i-px-menu li {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 300;
	line-height: 46px;
	padding: 0 100px;
	position: relative;
	height: 46px;
	border-right: 2px solid #c3c4c6;
	cursor: pointer
}
.i-px-2 .i-px-menu li.xh-this:after {
	position: absolute;
	left: 50%;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border-color: transparent;
	border-top-color: #d69b71;
	border-style: solid;
	border-width: 8px 8px 0 8px
}
.i-px-zt {
	margin-top: 42px;
	padding: 20px 0;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left top, color-stop(0, #f2f3f5), color-stop(15% #d1d1d2), color-stop(50% #abacad), color-stop(85% #d1d1d2), color-stop(100% #f2f3f5));
	background-image: -webkit-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
	background-image: -moz-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
	background-image: -ms-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
	background-image: -o-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
	background-image: linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%)
}
.i-px-zt .i-px-item {
	position: relative;
	width: 1420px;
	margin: 0 auto;
	display: none
}
.i-px-zt .i-px-item.xh-show {
	display: block
}
.i-px-zt .i-px-bn .swiper-slide {
	width: 302px
}
.i-px-zt .i-px-bn .swiper-slide img {
	height: 184px;
	width: auto
}
.i-new {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	padding-bottom: 100px
}
.i-new .i-dt {
	text-align: left;
	position: relative
}
.i-new .i-new-menu {
	position: absolute;
	right: 0;
	bottom: 0
}
.i-new .i-new-menu li {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 31px
}
.i-new .i-new-menu li.active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #d69b71;
	color: #fff;
	border-radius: 50px
}
.i-new .i-new-menu li.active a {
	color: #fff
}
.i-new .i-new-menu li a {
	position: relative;
	z-index: 2;
	padding: 0 12px
}
.i-new dd {
	margin-top: 20px
}
.i-new-item:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.i-new-item .i-new-left {
	width: 634px;
	float: left
}
.i-new-item .i-new-right {
	margin-left: 664px
}
.i-new-item .i-new-right li {
	margin-bottom: 42px
}
.i-new-item .txt {
	height: 118px;
	padding: 23px 23px 23px 95px;
	background-color: #fff;
	position: relative
}
.i-new-item .txt:after {
	content: "";
	position: absolute;
	top: 23px;
	left: 70px;
	height: 72px;
	background-color: #aaa;
	width: 1px
}
.i-new-item .txt h6 {
	margin-bottom: 6px
}
.i-new-item .txt p {
	color: gray;
	font-size: 14px
}
.main {
	position: relative
}
.yqlj {
	color: #727171;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center
}
.yqlj a {
	font-size: 12px;
	margin: 0 12px;
	color: #9fa0a0
}
.yqlj a:hover {
	color: #d69b71
}
.footer {
	position: relative;
	background-color: #222
}
.footer .foot-nav {
	border-bottom: 1px solid #575757;
	padding: 15px 0
}
.footer .foot-nav ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.footer .foot-nav li:last-child {
	text-align: right
}
.footer .foot-nav a {
	color: rgba(255,255,255,.3)
}
.footer .foot-nav a:hover {
	color: #d69b71
}
.footer .foot-bt {
	color: #9fa0a0;
	padding: 70px 0;
	margin-right: -60px
}
.footer .foot-bt:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.footer .foot-bt a {
	color: #9fa0a0
}
.footer .foot-bt a:hover {
	color: #d69b71
}
.footer .foot-bt .foot-item {
	float: left;
	width: 280px;
	margin-right: 60px
}
.footer .foot-bt .foot-dt {
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 16px;
	border-bottom: dashed 1px #393939
}
.footer .foot-bt .foot-1 .img {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px
}
.footer .foot-bt .foot-1 p {
	text-align: center;
	margin-top: 10px;
	font-size: 12px
}
.footer .foot-bt .foot-2 li {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer .foot-bt .foot-2 li a {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	display: block
}
.footer .foot-bt .foot-2 li a:hover {
	padding-left: 10px
}
.footer .foot-bt .foot-3 {
	margin-top: -10px
}
.footer .foot-bt .foot-3 li {
	border-bottom: dashed 1px #393939;
	padding: 10px 0;
	white-space: nowrap
}
.foot-bte {
	color: #9fa0a0;
	font-size: 12px;
	padding: 10px 0;
	text-align: center
}
.foot-bte:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.foot-bte a {
	color: #9fa0a0
}
.foot-bte a:hover {
	color: #d69b71
}
.mbx {
	padding: 25px 0 15px;
	font-size: 12px;
}
.mbx a {
	color: #9fa0a0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.mbx a:hover {
	color: #d69b71;
	padding-left: 5px
}
.a1 {
	padding: 240px 10px 200px
}
.a1 .a1-item {
	width: 791px;
	height: 182px;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.a1 .a1-logo {
	position: relative;
	z-index: 5
}
.a1 .a1-sp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.a1 .a1-sp .video-wrap {
	width: 791px;
	height: 182px
}
.a1 .a1-en {
	font-weight: 300;
	text-align: center;
	font-size: 33px;
	color: #5d5d5d
}
.a1 .sp-an {
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
	cursor: pointer
}
.a1 .sp-an i {
	font-size: 44px
}
.a1 .sp-an p {
	font-size: 16px;
	font-weight: 300;
	color: #5d5d5d
}
.sp-tc {
	background-color: #000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999
}
.sp-tc #sp-zt {
	width: 100%;
	height: 95%
}
.sp-tc .sp-cha {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 50px;
	color: #fff;
	font-size: 36px
}
.sp-tc .sp-cha i {
	font-size: 36px
}
.a2 {
	padding: 50px 0 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.a2 .a2-zt {
	position: relative;
	background-color: #fff;
	padding: 73px 0
}
.a2 .a2-zt:after {
	content: "";
	position: absolute;
	top: 0;
	left: -200px;
	right: -200px;
	bottom: 0;
	background-color: #fff
}
.a2 .a2-zt dt {
	position: relative;
	z-index: 5;
	font-size: 30px;
	color: #bebebe;
	font-weight: 300;
	text-transform: Uppercase
}
.a2 .a2-zt dd {
	position: relative;
	z-index: 5
}
.a2 .a2-zt dd:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.a2 .a2-zt .a2-left {
	width: 540px;
	float: left
}
.a2 .a2-zt .a2-left h6 {
	color: #333;
	margin-bottom: 20px
}
.a2 .a2-zt .a2-left p {
	margin-bottom: 25px;
	line-height: 2;
	color: gray
}
.a2 .a2-zt .a2-right {
	width: 540px;
	float: right
}
.a2 .a2-zt .a2-right h6 {
	font-size: 18px;
	color: #4a4a4a;
	margin-bottom: 20px
}
.a2 .a2-zt .a2-right p {
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #b5b5b6
}
.a3 {
	background-color: #f4f5f7
}
.a3 .a3-ul {
	font-size: 0
}
.a3 .a3-ul li {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	text-align: center
}
.a3 .a3-ul li .txt h2 {
	font-size: 58px;
	font-family: Arial;
	font-weight: 700
}
.a3 .a3-ul li .txt p {
	font-size: 12px;
	color: #595757;
	text-transform: Uppercase
}
.a4 {
	padding: 140px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff
}
.a4 h3 {
	text-align: center;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	font-weight: 700;
	font-family: Arial;
	padding: 30px 50px;
	text-transform: Uppercase;
	border: 1px solid #fff
}
.a5 {
	background-color: #f4f5f7
}
.a5 dt {
	text-align: center;
	font-size: 37px
}
.a5 dt h3 {
	font-size: 37px
}
.a5 dd {
	background-color: #dcdddd
}
.a5 dd:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.a5 dd .a5-left {
	width: 640px;
	float: left
}
.a5 dd .a5-left #allmap {
	width: 100%;
	height: 479px
}
.a5 dd .a5-right {
	margin-left: 700px;
	padding-top: 80px
}
.a5 dd .a5-right h3 {
	margin-bottom: 70px;
	text-transform: Uppercase;
	font-size: 84px;
	font-family: Arial;
	color: #ccc
}
.a5 dd .a5-right .txt {
	color: #7c7d7c;
	margin-bottom: 20px;
}
.a5 dd .a5-right .txt p {
	color: #888;
}
.a5 dd .a5-right .txt h5 {
	margin-bottom: 6px
}
.j1 {
	background-repeat: no-repeat;
	background-position: top center;
	height: 682px;
	background-position: bottom center
}
.j2 {
	background-color: #f4f5f7
}
.j2 dt {
	font-size: 36px;
	text-align: center
}
.j2 dd {
	margin-top: 30px
}
.j2 .j2-2 {
	margin-top: 50px;
	padding: 30px 0;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left top, color-stop(0, #f2f3f5), color-stop(15% #dcdcdd), color-stop(50% #dcdcdc), color-stop(85% #dcdcdd), color-stop(100% #f2f3f5));
	background-image: -webkit-linear-gradient(left, #f2f3f5 0, #dcdcdd 15%, #dcdcdc 50%, #dcdcdd 85%, #f2f3f5 100%);
	background-image: -moz-linear-gradient(left, #f2f3f5 0, #dcdcdd 15%, #dcdcdc 50%, #dcdcdd 85%, #f2f3f5 100%);
	background-image: -ms-linear-gradient(left, #f2f3f5 0, #dcdcdd 15%, #dcdcdc 50%, #dcdcdd 85%, #f2f3f5 100%);
	background-image: -o-linear-gradient(left, #f2f3f5 0, #dcdcdd 15%, #dcdcdc 50%, #dcdcdd 85%, #f2f3f5 100%);
	background-image: linear-gradient(left, #f2f3f5 0, #dcdcdd 15%, #dcdcdc 50%, #dcdcdd 85%, #f2f3f5 100%)
}
.j2 .j2-2 .j2-ul {
	text-align: center
}
.j2 .j2-2 .j2-ul:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.j2 .j2-2 .j2-ul li {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 60px
}
.j2 .j2-2 .j2-ul li i {
	width: 59px;
	float: left;
	height: 59px;
	text-align: center;
	line-height: 59px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	border: 1px solid #434343;
	border-radius: 50%;
	color: #434343;
	font-size: 26px
}
.j2 .j2-2 .j2-ul li .txt {
	text-align: left;
	margin-left: 70px
}
.j2 .j2-2 .j2-ul li .txt h6 {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.j2 .j2-2 .j2-ul li .txt h4 {
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s
}
.j2 .j2-2 .j2-ul li:hover i {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.j2 .j2-2 .j2-ul li:hover .txt h6 {
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0)
}
.j2 .j2-2 .j2-ul li:hover .txt h4 {
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0)
}
.j2-3-ul {
	margin-right: -13.33px
}
.j2-3-ul:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.j2-3-ul li {
	width: 315px;
	margin-right: 13.33px;
	float: left;
	margin-bottom: 13.33px
}
.j2-3 {
	margin-top: 60px!important
}
.j2-3 ul li {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden
}
.j2-3 ul li .txt {
	padding: 20px;
	text-align: center
}
.j2-3 ul li .imgs {
	background-color: #000
}
.j2-3 ul li .imgs img {
	opacity: .8
}
.j2-3 ul li:hover .imgs img {
	opacity: 1
}
.j4 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.j5 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.j6 {
	height: 1045px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed
}
.j6 .j6-ul {
	text-align: center
}
.j6 .j6-ul li {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
	font-size: 20px;
	font-weight: 300
}
.j6 .j6-ul li i {
	color: #d69b71;
	font-size: 30px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px
}
.j6 .j6-zt {
	margin-top: 20px
}
.j6 .j6-zt:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.j6 .j6-zt .j6-left {
	width: 650px;
	margin-right: 12px;
	float: left
}
.j6 .j6-zt .j6-right {
	width: 638px;
	float: right
}
.j6 .j6-zt .j6-right .j6-r-ul {
	margin-right: -12px
}
.j6 .j6-zt .j6-right .j6-r-ul:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.j6 .j6-zt .j6-right .j6-r-ul li {
	margin-right: 12px;
	margin-bottom: 12px;
	width: 313px;
	float: left
}
.j6 .j6-info {
	text-align: center;
	margin-top: 25px;
	color: #727171;
	line-height: 2
}
.j6 .j6-info h6 {
	font-weight: 300
}
.j7 .i-dt .hr {
	background-color: #fff
}
.j7 .i-dt h5 {
	color: #fff
}
.j7 dd .img {
	box-shadow: 0 0 15px #333
}
.j8 {
	padding-top: 80px
}
.j8 dt {
	text-align: center
}
.j8 dt h3 {
	zoom: 1;
	display: inline-block;
	vertical-align: middle
}
.j8 dt h3:after, .j8 dt h3:before {
	content: "";
	width: 174px;
	height: 1px;
	background-color: #777;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px
}
.j8 dt h4 {
	font-weight: 300;
	margin-top: 8px;
	opacity: .8
}
.j8-zt {
	margin-top: 40px
}
.j8-zt:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.j8-zt .imgs {
	position: relative;
	background-color: #000
}
.j8-zt .imgs img {
	opacity: .7
}
.j8-zt .imgs:hover img {
	opacity: 1
}
.j8-zt .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: rgba(0,0,0,.7)
}
.j8-zt .j8-1 {
	width: 32.4%;
	float: left;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.j8-zt .j8-1 .j8-1-1 {
	margin-right: 6px
}
.j8-zt .j8-1 .imgs {
	margin-bottom: 6px
}
.j8-zt .j8-2 {
	width: 38.6%;
	float: left;
	margin-left: .55%;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.j8-zt .j8-2 .imgs {
	margin-bottom: 6px
}
.j8-zt .j8-2 .j8-2-1, .j8-zt .j8-2 .j8-2-2, .j8-zt .j8-2 .j8-2-3 {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1
}
.j8-zt .j8-2 .j8-2-1, .j8-zt .j8-2 .j8-2-2 {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin-right: 6px
}
.j8-zt .j8-3 {
	margin-left: .55%;
	width: 27.9%;
	float: left
}
.j8-zt .j8-3 .j8-3-2 {
	width: 100%
}
.j8-zt .j8-3 .j8-3-1 {
	margin-top: 6px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.j8-zt .j8-3 .j8-3-1 .imgs:nth-child(1) {
	margin-right: 6px
}
.j9 {
	height: 1044px;
	background-repeat: no-repeat;
	background-position: top center
}
.j10 {
	padding: 90px 0;
	text-align: center
}
.j10 h2 {
	font-size: 60px;
	font-weight: 600;
	color: #fff
}
.list {
	margin-top: 30px;
	padding-bottom: 50px
}
.list-shop {
	margin-right: -24px
}
.list-shop:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.list-shop li {
	width: 307px;
	margin-right: 24px;
	float: left;
	margin-bottom: 24px
}
.list-shop li .txt {
	padding: 15px 6px;
	text-align: center;
	height:60px; 
	overflow:hidden;
}
.list-shop li .txt p {
	color: #b5b5b6;
	font-size: 12px
}
/*分页*/
.pagination {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.pagination li {
	padding: 0 5px
}
.pagination li a, .pagination li span {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	line-height: 38px;
	background: #ececec;
	color: #666
}
.pagination li a:hover {
	background: #666;
	color: #fff;
	border-color: #666
}
.pagination li.active span {
	cursor: default;
	background: #d69b71;
	color: #fff
}
.pagination li.disabled span {
	background: #ddd;
	color: #888;
	cursor: not-allowed
}
.copyright {
	padding: 15px 0;
	color: #666;
	font-size: 12px;
}
 @media screen and (max-width:1200px) {
.fenye .fenye {
	padding: 10px 4px
}
.fenye .fenye a {
	margin-right: 4px;
	margin-bottom: 4px
}
}
.list+.fenye {
	padding-bottom: 50px
}
.art-shop {
	margin-top: 20px;
	padding-bottom: 80px
}
.art-shop-zt:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.art-shop-zt .art-shop-left {
	width: 755px;
	float: left
}
.art-shop-zt .art-shop-right {
	margin-left: 820px;
	padding: 50px 0
}
.art-shop-zt .art-shop-right .art-shop-tit {
	position: relative;
	line-height: 71px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 0 35px 0 8px;
	background-color: #d69b71;
	color: #fff;
	font-size: 35px;
	font-weight: 300
}
.art-shop-zt .art-shop-right .art-shop-tit:after {
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 120px;
	background-color: #d69b71;
	content: ""
}
.art-shop-zt .art-shop-right .art-shop-info {
	margin-top: 45px
}
.art-shop-zt .art-shop-right .art-shop-info h5 {
	padding: 15px 0;
	border-bottom: dashed 1px #cecece
}
.art-shop-zt .art-shop-right .art-shop-info p {
	color: #727171;
	line-height: 2;
	margin-top: 20px
}
.art-shop-sx {
	margin-top: 30px;
	padding: 70px 0;
	background-color: #f4f5f7
}
.art-shop-sx li {
	text-align: center;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 100px
}
.art-shop-sx li h6 {
	margin-top: 8px
}
.art-shop-sx li .icon {
	width: 78px;
	height: 78px;
	text-align: center;
	background-color: #000;
	border-radius: 50%;
	padding-top: 14px;
	color: #fff
}
.art-shop-sx li .icon p {
	line-height: 1
}
.art-shop-sx li .icon h3 {
	line-height: 1;
	margin-top: 4px;
	font-size: 36px
}
.art-shop-body {
	color: #000;
	font-weight: 500;
	font-family: '';
	padding: 14px 0
}
.art-shop-body h3:not(.layui-code-h3) {
	color: #333;
	font-weight: 700;
	line-height: 24px;
	padding-left: 12px;
	font-size: 22px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px
}
.art-shop-body h3:not(.layui-code-h3):after {
	content: "";
	width: 4px;
	height: 18px;
	background: #009688;
	top: 3px;
	position: absolute;
	left: 0
}
.art-shop-body code {
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 12px;
	position: relative;
	display: inline-block;
	padding: 0 6px;
	text-align: center;
	border-radius: 2px;
	height: 18px;
	line-height: 18px;
	color: #c7254e;
	border: none;
	vertical-align: middle;
	white-space: pre-wrap;
	background-color: #f2f2f2
}
.art-shop-body blockquote {
	margin-bottom: 10px;
	padding: 15px;
	line-height: 22px;
	border-left: 5px solid #009688;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-bottom: 15px
}
.art-shop-body p {
	line-height: 2;
	margin-bottom: 6px;
	font-size: 16px
}
.art-shop-body img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px
}
.art-shop-body h2, .art-shop-body h3:not(.layui-code-h3), .art-shop-body h4, .art-shop-body h5, .art-shop-body h6 {
	margin-top: 20px;
	color: #000;
	margin-bottom: 10px
}
.art-shop-body h4 {
	font-weight: 700;
	color: #000
}
.art-shop-body ul {
	padding-left: 20px;
	list-style: auto
}
.art-shop-body ul li {
	font-size: 14px;
	color: #333;
	list-style: disc
}
.art-shop-body strong {
	color: #000
}
.art-shop-body li * {
	font-size: 14px;
	color: #333
}
.art-shop-body ol, .art-shop-body ul {
	margin-bottom: 12px;
	color: #999
}
.art-shop-body ol {
	list-style-type: decimal;
	padding-left: 20px
}
.art-shop-body ol li {
	font-size: 14px;
	color: #333;
	list-style-type: decimal
}
.art-shop-body {
	margin-top: 50px
}
.art-shop-hot {
	margin-top: 50px
}
.art-shop-hot dt {
	padding: 30px 0;
	font-size: 30px
}
.art-shop-hot-ul {
	margin-right: -24px
}
.art-shop-hot-ul:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.art-shop-hot-ul li {
	width: 307px;
	margin-right: 24px;
	float: left;
	margin-bottom: 24px
}
.art-shop-hot-ul li .txt {
	padding: 15px 6px;
	text-align: center
}
.art-shop-hot-ul li .txt p {
	color: #b5b5b6;
	font-size: 12px
}
.list-art {
	margin-right: -35px
}
.list-art:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.list-art li {
	width: 410px;
	margin-right: 35px;
	float: left;
	margin-bottom: 35px
}
.list-art li {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s
}
.list-art li .txt {
	background-color: #fff;
	padding: 25px 15px;
	height:220px;
	overflow:hidden;
}
.list-art li .txt h6 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.list-art li .txt p {
	font-size: 14px;
	margin-top: 8px;
	color: #aaa;
	line-height: 30px;
	height: 90px
}
.list-art li .txt .more {
	margin-top: 20px;
	color: #999
}
.list-art li .txt .more i {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 12px
}
.list-art li:hover {
	box-shadow: 0 0 15px #aaa
}
.list-art li:hover .more {
	color: #d69b71
}
.list-art li:hover .more i {
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0)
}
.main:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.ny-menu {
	background-color: #fff;
	text-align: center
}
.ny-menu li {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	font-size: 16px;
	line-height: 50px
}
.ny-menu li.active {
	background-color: #d69b71;
	color: #fff
}
.ny-menu li.active a {
	color: #fff
}
.art-body {
	padding: 50px 0
}
.art-body:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.art-body .art-left {
	background-color: #fff;
	padding: 30px;
	width: 910px;
	float: left;
	padding-bottom: 180px;
	position: relative
}
.art-body .art-left .bot {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	text-align: right;
	background-color: #ededed;
	padding: 60px 35px;
	color: #b5b5b5;
	bottom: 0
}
.art-body .art-left .bot .hr {
	width: 27px;
	height: 1px;
	background-color: #b5b5b5
}
.art-body .art-right {
	margin-left: 957px
}
.art-body .art-right .t60 {
	margin-top: 60px
}
.art-body .art-right dt {
	font-size: 16px;
	color: #727171
}
.art-body .art-right dd {
	margin-top: 18px
}
.art-body .art-right dd li {
	border-top: dashed 1px #e9e9e9;
	padding: 15px 0;
	font-size: 12px
}
.art-body .art-right dd li a {
	color: #9fa0a0;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s
}
.art-body .art-right dd li a:hover {
	color: #d69b71;
	-webkit-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	transform: translate(5px, 0)
}
.art-body .art-right dd li h6 {
	letter-spacing: 1px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.art-body .art-tit h1 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px
}
.art-body .art-info p {
	color: gray;
	font-size: 12px
}
.art-bodys {
	color: #000;
	font-weight: 500;
	font-family: '';
	padding: 14px 0
}
.art-bodys h3:not(.layui-code-h3) {
	color: #333;
	font-weight: 700;
	line-height: 24px;
	padding-left: 12px;
	font-size: 22px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px
}
.art-bodys h3:not(.layui-code-h3):after {
	content: "";
	width: 4px;
	height: 18px;
	background: #009688;
	top: 3px;
	position: absolute;
	left: 0
}
.art-bodys code {
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 12px;
	position: relative;
	display: inline-block;
	padding: 0 6px;
	text-align: center;
	border-radius: 2px;
	height: 18px;
	line-height: 18px;
	color: #c7254e;
	border: none;
	vertical-align: middle;
	white-space: pre-wrap;
	background-color: #f2f2f2
}
.art-bodys blockquote {
	margin-bottom: 10px;
	padding: 15px;
	line-height: 22px;
	border-left: 5px solid #009688;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-bottom: 15px
}
.art-bodys p {
	line-height: 2;
	margin-bottom: 6px;
	font-size: 16px
}
.art-bodys img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px
}
.art-bodys h2, .art-bodys h3:not(.layui-code-h3), .art-bodys h4, .art-bodys h5, .art-bodys h6 {
	margin-top: 20px;
	color: #000;
	margin-bottom: 10px
}
.art-bodys h4 {
	font-weight: 700;
	color: #000
}
.art-bodys ul {
	padding-left: 20px;
	list-style: auto
}
.art-bodys ul li {
	font-size: 14px;
	color: #333;
	list-style: disc
}
.art-bodys strong {
	color: #000
}
.art-bodys li * {
	font-size: 14px;
	color: #333
}
.art-bodys ol, .art-bodys ul {
	margin-bottom: 12px;
	color: #999
}
.art-bodys ol {
	list-style-type: decimal;
	padding-left: 20px
}
.art-bodys ol li {
	font-size: 14px;
	color: #333;
	list-style-type: decimal
}
.art-bodys {
	margin-top: 10px;
	padding: 20px 20px
}
.art-tag {
	margin-top: 10px
}
.art-tag a {
	margin: 0 10px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
	border-radius: 50px;
	padding: 0 12px
}
.art-tag a:hover {
	border-color: #d69b71
}
.art-sxp {
	line-height: 2;
	margin-top: 0;
	padding: 20px 0;
	margin-bottom: 40px;
	font-size: 16px
}
.art-sxp a {
	color: #d69b71
}
.art-hot {
	margin-bottom: 50px;
	margin-top: 40px;
	border: 1px solid #ddd;
	background-color: #fff
}
.art-hot dt {
	border-bottom: 1px solid #ccc;
	padding: 15px;
	font-size: 20px
}
.art-hot dd {
	padding: 15px 20px
}
.art-hot dd ul:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.art-hot dd ul li {
	width: 50%;
	float: left;
	padding: 10px 0
}
.art-hot dd ul li h6:before {
	content: "";
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 50%;
	margin-right: 6px
}
.search-banner {
	padding: 120px 0;
	background-color: #f4f5f7
}
.search-banner .search-zt {
	width: 800px;
	margin: 0 auto;
	position: relative
}
.search-banner .search-zt .search-input {
	width: 100%;
	border: none;
	background-color: #fff;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 14px
}
.search-banner .search-zt .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #d69b71;
	color: #fff;
	border: none;
	padding: 0 30px;
	font-size: 16px;
	border-radius: 0 5px 5px 0
}
.search-banner .tag-keyword {
	text-align: center;
	margin-top: 30px;
	float: none
}
.foot-tc {
	position: fixed;
	background-color: rgba(0,0,0,.95);
	padding: 40px 0 20px;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%
}
.foot-tc .wd {
	padding: 0;
	position: relative
}
.foot-tc .wd:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.foot-tc .logo-tc {
	width: 263px;
	float: left;
	color: #fff
}
.foot-tc .foot-tc-zt {
	padding-top: 10px;
	margin-left: 325px;
	font-size: 0
}
.foot-tc .xh-bd-item {
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px
}
.foot-tc .xh-bd-item span {
	margin-right: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle
}
.foot-tc .xh-input {
	width: 170px;
	height: 40px;
	border: none;
	background-color: #fff;
	padding: 0 10px;
	line-height: 40px
}
.foot-tc select {
	height: 40px;
	width: 130px;
	border: none;
	line-height: 40px;
	background-color: #fff;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 20px
}
.foot-tc .xh-btn {
	width: 100px;
	height: 40px;
	border: none;
	background-color: #d69b71;
	color: #fff;
	text-align: center;
	zoom: 1;
	display: inline-block;
	vertical-align: middle
}
.foot-tc .foot-tc-cha {
	position: absolute;
	right: -35px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	top: 15px;
	font-weight: 300;
	cursor: pointer
}
.fd-right {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -260px;
	z-index: 999;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s
}
.fd-right li {
	cursor: pointer;
	color: #606060;
	border: 1px solid #c8c8c8;
	width: 80px;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	background-color: #fff
}
.fd-right li a {
	position: relative;
	z-index: 2;
	padding: 6px;
	display: block
}
.fd-right li a:hover {
	background: #d69b71;
	color: #fff!important
}
.fd-right li i {
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle
}
.fd-right li p {
	line-height: 30px
}
.fd-right li .fd-ceng {
	position: absolute;
	right: -100px;
	padding: 10px;
	background: #d69b71;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	opacity: 0;
	top: 0;
	font-size: 0;
	white-space: nowrap
}
.fd-right li .fd-ceng .doc-tele {
	width: 150px;
	padding: 0 8px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #eee;
	line-height: 40px;
	height: 40px
}
.fd-right li .fd-ceng .doc-submit {
	text-align: center;
	width: 70px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	border: none;
	background: #000;
	height: 40px;
	color: #fff
}
.fd-right li .fd-weixin {
	width: 100px;
	height: 100px;
	display: block
}
.fd-right li:hover .fd-ceng {
	opacity: 1;
	right: 80px
}
.fd-right li:hover a {
	background: #d69b71
}
.go-top {
	display: none
}
.list-info {
	margin-right: -35px
}
.list-info:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both
}
.list-info li {
	width: 410px;
	margin-right: 35px;
	float: left;
	margin-bottom: 35px
}
.list-info li {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	text-align: center
}
.list-info li .txt {
	background-color: #fff;
	padding: 15px 15px
}
.list-info li .txt h6 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.list-info li .txt p {
	font-size: 14px;
	margin-top: 8px;
	color: #aaa
}
.list-info li:hover {
	box-shadow: 0 0 15px #aaa
}
 @keyframes dragTop {
0% {
opacity:0;
transform:translateY(-70px)
}
60% {
opacity:1;
transform:translateY(10px)
}
100% {
transform:translateY(0);
opacity:1
}
}
@-webkit-keyframes dragTop {
0% {
opacity:0;
-webkit-transform:translateY(-70px)
}
60% {
opacity:1;
-webkit-transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
opacity:1
}
}
.inmenu {
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.inmenu a {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	font-size: 16px;
	color: #666;
	transition: all .2s ease;
	line-height: 69px;
}
.inmenu a:hover, .inmenu a.on {
	background-color: #d69b71;
	color: #fff;
}
.art_title {
	background: url(../img/development-icon-2.png) repeat-x left bottom #d69b71;
	position: relative;
}
.art_title p {
	font-size: 18px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	background: url(../img/a2.png) no-repeat center bottom;
}
.art_title .swiper-button-next {
	background: url(../img/a4.png) no-repeat center center #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: -20px;
	right: 20px;
}
.art_title .swiper-button-next:hover {
	background: url(../img/a4.png) no-repeat center center #f1c09e;
}
.art_title .swiper-button-prev {
	background: url(../img/a3.png) no-repeat center center #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: -20px;
	left: 20px;
}
.art_title .swiper-button-prev:hover {
	background: url(../img/a3.png) no-repeat center center #f1c09e;
}
.art_title .swiper-button-next:after, .art_title .swiper-button-prev:after {
	font-size: 0;
}
.art_nr {
	background: #fff;
	padding: 0 50px 50px 50px;
}
.artbox {
	display: none;
}
.arttext {
	border-left: 5px solid #dcdcdc;
	padding: 35px 0 0 50px;
}
.art-sm {
	background: #f5f5f5;
	height: 420px;
	padding-right: 35px;
}
.art-sm h2 {
	font-size: 24px;
	color: #d69b71;
	font-weight: bold;
	background: url(../img/a5.png) no-repeat left center;
	line-height: 100px;
	padding-left: 120px;
}
.art-sm p {
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	padding-left: 120px;
}
.art-sm b {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #d69b71;
	margin: 15px 163px 0 -183px;
}
.art-body .art_nr .artbox:nth-child(1) {
	display: block;
}
.art-body .art_title p.on1 {
	font-size: 24px;
	font-weight: bold;
}

/*门店样式开始*/
.main .container{
	max-width: 1600px;
	margin: 50px auto;
	overflow: hidden;
	height: 100%;
}

.list-mendian img {
  transition: all 0s;
  max-width: auto !important;
}
.list-mendian .select {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
  outline: none
}
.list-mendian .select ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 60%
}
.list-mendian .select ul li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 20px
}
.list-mendian .select ul li:first-child {
  margin-left: 0
}
.list-mendian .select ul li select {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 30px 0 10px;
  font-size: 16px;
  color: #666666;
  cursor: pointer
}
.list-mendian .select button[type='button'] {
  width: 250px;
  height: 50px;
  border-radius: 50px;
  background: #d69b71;
  font-size: 18px;
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all .6s
}
.list-mendian .select button[type='button'] .iconfont {
  font-size: 30px;
  margin-right: 8px;
  font-weight: bold
}
.list-mendian .select button[type='button']:hover {
  background: #333;
  color: #fff
}
.list-mendian .kbox {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8d8d8
}
.list-mendian .kbox #baidumap {
  position: absolute;
  left: 0;
  top: 0;
  right: 450px;
  height:550px;
  border-right: 1px solid #d8d8d8
}
.list-mendian .kbox #baidumap .BMap_bubble_top {
  border-bottom: 1px solid #eee
}
.list-mendian .kbox #baidumap .BMap_bubble_top .BMap_bubble_title {
  color: #d69b71 !important;
  font-size: 14px
}
.list-mendian .kbox #baidumap .BMap_bubble_content {
  padding: 5px 0;
  overflow: hidden;
  font-size: 12px !important;
  line-height: 20px !important
}

.list-mendian .kbox .list {
  float: right;
  width: 450px;
  height: 550px;
  overflow-y: auto;
	margin-top: 0;
}
.list-mendian .kbox .list::-webkit-scrollbar {
  width: 5px;
  background-color: #dcdbdb
}
.list-mendian .kbox .list::-webkit-scrollbar-thumb {
  background-color: #d69b71
}
.list-mendian .kbox .list li {
  border-top: 1px solid #d8d8d8;
  padding: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer
}
.list-mendian .kbox .list li:first-child{
	border-top: none;
}
.list-mendian .kbox .list li i {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 4px;
  background: #d69b71
}
.list-mendian .kbox .list li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 20px
}
.list-mendian .kbox .list li .box img{width: 100%; margin-bottom: 10px;}
.list-mendian .kbox .list li .bt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px
}
.list-mendian .kbox .list li .text {
  line-height: 1.75;
  color: #969696
}
.list-mendian .kbox .list .nodata {
  color: #999;
  display: none
}
.list-mendian .kbox .list li.cur {
  background: #efefef
}

#mendian_tj{text-align: right; font-size: 16px; color: #666; padding-bottom: 10px}
#mendian_tj span{color: #d69b71; font-weight: bold; padding: 0 5px}

/*门店样式结束*/

