* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-user-select: none;
	user-select: auto;
	-webkit-tap-highlight-color: transparent;
	touch-action: auto
}

* {
	touch-action: pan-y !important
}

a,
b,
body,
button,
dd,
div,
dl,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
li,
nav,
p,
select,
span,
td,
textarea,
u,
dd {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none
}

html {
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	background: #fff;
	color: #333;
	font: 400 12px/2 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Arial", "sans-serif";
	-webkit-overflow-scrolling: touch
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0;
	color: #313131;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1)
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

img {
	max-width: 100% !important;
	border: 0;
	vertical-align: middle
}

figure {
	margin: 1em 40px
}

hr {
	height: 0
}

pre {
	overflow: auto
}

:focus {
	outline: none
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

input {
	line-height: normal;
	-webkit-user-select: text
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto;
	-webkit-user-select: text
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none
}

i.i {
	font-size: inherit
}

.browserupgrade {
	position: absolute;
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 50px;
	width: 100%;
	line-height: 50px;
	background: #fff;
	left: 0;
	text-align: center;
	font-size: 14px
}

.browserupgrade a {
	color: red;
	text-decoration: underline;
	font-weight: 700
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-table
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

*+html .clearfix {
	min-height: 1%
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	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%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-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-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.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;
	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-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-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;
	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'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.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'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.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-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-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-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-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	width: 18px;
	height: 6px;
	display: inline-block;
	background: #fff;
	opacity: .8
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	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: #01a2ff
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	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;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-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%;
	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);
			transform: rotate(360deg)
		}
	}
}

@keyframes {
	swiper-preloader-spin {
		100% {
			-webkit-transform: rotate(360deg);
			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 {
	-webkit-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;
	-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-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	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 {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.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-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-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
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

body {
	width: 100%;
	height: auto;
	min-width: 1260px;
	overflow: auto
}

.bg1 {
	background: #fafafa
}

.bg2 {
	background: #f5f5f5
}

.wrap {
	max-width: 1440px;
	min-width: 1260px;
	margin: 0 auto
}

.pr {
	position: relative;
}

.none {
	display: none
}

h3,
p {
	margin: 0px;
	padding: 0px
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none
}

.ellipsis-1 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.page {
	text-align: center;
	box-sizing: border-box;
	padding: 40px 0 20px 0;
	font-size: 12px;
	color: #393939;
	font-family: arial
}

.page .prev,
.page .next,
.page .total {
	margin-right: 4px;
	display: inline-block;
	width: 70px;
	height: 30px;
	background: #dfdfdf;
	text-align: center;
	line-height: 30px;
	border: 1px solid #cecece;
	font-size: 14px;
	color: #393939
}

.page .num {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ffffff;
	border: 1px solid #cecece;
	margin-right: 4px;
	text-align: center;
	font-size: 14px;
	color: #393939
}

.page .cur {
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000
}

.banner_iner {
	position: relative;
	z-index: 1
}

.banner_iner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 16px
}

.banner_iner .swiper-pagination-bullet-active {
	width: 50px;
	height: 16px;
	background: #f39f01;
	border-radius: 8px
}


/*新增联系我们*/

.banner_iner .bgimg {
	position: relative;
	width: 100%;
	height: 674px;
	background: no-repeat center;
}

.banner_iner .i_text {
	position: relative;
	text-align: center;
	top: -500px;
	width: 664px;
	margin: 0 auto;
}

.banner_iner .i_text h3 {
	font-size: 80px;
	color: #595959;
	line-height: 1;
}

.banner_iner .i_text span {
	display: block;
	margin: 17px 0 13px 0;
	font-size: 65px;
	color: #595959;
	line-height: 1;
	font-family: arial;
	text-transform: uppercase;
}

.banner_iner .i_text font {
	display: block;
	font-size: 13px;
	color: #595959;
	line-height: 1;
	letter-spacing: 20px;
	margin-bottom: 46px;
	font-weight: bold;
}

.banner_iner .i_text a {
	display: inline-block;
	width: 342px;
	height: 60px;
	background: #f39910;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
}

.banner_iner .i_text a img {
	float: left;
	margin: 13px 14px 0 56px;
}

.banner_iner .i_text a i {
	font-style: normal;
	float: left;
}

.banner_iner .i_text p {
	margin-top: 20px;
	font-size: 42px;
	color: #595959;
	line-height: 1;
}

.head {
	background: #ffffff
}

.head .topbar {
	height: 128px;
	line-height: 128px;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden
}

.head .topbar .logo {
	float: left
}

.head .topbar .logo img {
	height: 64px
}

.head .topbar .tel {
	float: right
}

.head .nav ul li {
	width: 11.11111111111111%;
	float: left;
}

.head .nav ul li>a {
	display: block;
	background: url(/images/nav_line.png) no-repeat right center;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #393939;
	text-align: center;
}

.head .nav ul li .pop_up {
	position: absolute;
	top: 176px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 78px;
	line-height: 78px;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
}

.head .nav ul li .pop_up .in {
	position: relative
}

.head .nav ul li .pop_up .in>a {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	font-size: 13px;
	color: #393939;
	font-weight: bold
}

.head .nav ul li .pop_up .in>a:before {
	position: absolute;
	right: 0px;
	top: 40%;
	content: '';
	width: 2px;
	height: 13px;
	background: #b0b0b0;
}

.head .nav ul li .pop_up .in>a:last-child:before {
	background: none!important;
}

.head .nav ul li .pop_up .in>a:hover {
	color: #cfac7f
}

.head .nav ul li.on {
	background: url(/images/nav_down.png) no-repeat center 38px
}

.head .nav ul li:last-child>a {
	background: none
}

.foot {
	height: 617px;
	overflow: hidden;
}

.foot .foa {
	border-bottom: 1px dashed #d3d3d3;
	padding: 55px 0 14px 0
}

.foot .foa ul {
	text-align: center
}

.foot .foa ul li {
	display: inline-block;
	margin: 0 3%
}

.foot .foa ul li span {
	display: block;
	margin-top: 14px;
	font-size: 14px;
	color: #646464
}

.foot .fob {
	margin: 8px auto 32px auto
}

.foot .fob .cata_c {
	overflow: hidden
}

.foot .fob .cata_c span {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 38px;
	font-size: 14px;
	color: #636363;
	cursor: pointer
}

.foot .fob .cata_c span.on {
	font-size: 14px;
	color: #c79e68;
	border-bottom: 3px solid #c79e68
}

.foot .fob .i_txt {
	height: 208px
}

.foot .fob .txt_c {
	display: none
}

.foot .fob .txt_c ul {
	height: 204px;
	overflow: hidden;
	margin: 8px 0 30px 0
}


/*.foot .fob .txt_c ul li {*/


/*width: 14.28%;*/


/*float: left;*/


/*height: 34px;*/


/*line-height: 34px;*/


/*font-size: 12px;*/


/*color: #636363*/


/*}*/


/*.foot .fob .txt_c ul li a {*/


/*display: block;*/


/*height: 34px;*/


/*line-height: 34px;*/


/*font-size: 12px;*/


/*color: #636363;*/


/*overflow: hidden*/


/*}*/

.foot .fob .txt_c ul li {
	width: 12.28%;
	margin-right: 2%;
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #636363;
}

.foot .fob .txt_c ul li a {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #636363;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.foot .fob .txt_c ul li a:hover {
	color: #c79e68
}

.foot .foc {
	background: #444444;
	padding: 16px 0 14px 0
}

.foot .f_nav {
	width: 64%;
	float: left;
	margin-top: 20px
}

.foot .f_nav a {
	display: block;
	float: left;
	padding: 0 16px;
	height: 16px;
	line-height: 1;
	font-size: 14px;
	color: #ffffff;
	border-right: 1px solid #ffffff
}

.foot .f_nav a:first-child {
	padding-left: 0px
}

.foot .f_nav a:last-child {
	border-right: 0px !important
}

.foot .f_nav p {
	display: block;
	margin-top: 50px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 20px
}

.foot .f_co {
	float: right
}

.foot .cod {
	float: left;
	margin-right: 62px
}

.foot .cod span {
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
	color: #ffffff
}

.foot .tel {
	float: left;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px
}

.foot .tel span {
	display: block;
	width: 186px;
	height: 44px;
	line-height: 44px;
	border-radius: 12px;
	border: 2px solid #ffffff;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
	background: url(/images/foot_icon.png) no-repeat 17px 13px;
	padding-left: 50px;
	text-align: left
}

.hoa {
	position: relative;
	bottom: 140px;
	z-index: 999;
	width: 1260px;
	margin: 0 auto;
	height: 140px;
	background: rgba(105, 105, 105, 0);
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.hoa .in {
	padding-left: 30px
}

.hoa .tit {
	height: 22px;
	line-height: 22px;
	background: url(/images/hoa_icon.png) no-repeat left center;
	padding-left: 18px;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal
}

.hoa .tit span {
	font-size: 14px;
	color: #ffffff;
	font-family: arial;
	margin-left: 12px
}

.hoa .cont {
	margin-top: 20px
}

.hoa .cont .ipt {
	width: 240px;
	height: 42px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	padding: 13px 10px;
	box-sizing: border-box
}

.hoa .cont input::-webkit-input-placeholder {
	color: #333333
}

.hoa .cont button {
	width: 154px;
	height: 42px;
	background: #000000;
	border-radius: 2px;
	font-size: 14px;
	color: #ffffff;
	border: 0px
}

.hob {
	position: relative;
	margin-top: -140px;
	z-index: 2;
	height: 315px;
	height: 315px;
	background: url(/images/hob_bg.jpg) repeat;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.hob ul {
	width: 1310px;
	margin: 0 auto;
	min-width: 1200px
}

.hob ul li {
	width: 17.1%;
	height: 222px;
	float: left;
	border: 2px solid #767676;
	border-radius: 17px;
	margin: 0 1.45%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.hob ul li h3 {
	margin: 17px 0 3px 0;
	font-size: 18px;
	color: #7d7d7d;
	line-height: 1;
	font-weight: bold
}

.hob ul li span {
	display: inline-block;
	width: 37px;
	height: 2px;
	background: #7d7d7d
}

.hob ul li p {
	height: 72px;
	overflow: hidden;
	font-size: 12px;
	color: #8c8d8d;
	line-height: 24px
}

.hob ul li:hover {
	border: 2px solid #cfac7f;
	cursor: pointer
}

.hob ul li:hover h3,
.hob ul li:hover p {
	color: #cfac7f
}

.hob ul li:hover span {
	background: #cfac7f
}

.hoc {
	padding-bottom: 33px;
	border-bottom: 1px solid #d0d0d0
}

.hoc .tit {
	text-align: center;
	margin: 46px 0 30px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.hoc .tit h3 {
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.hoc .tit span {
	display: block;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	padding: 24px 0 28px 0
}

.hoc .i_img {
	width: 76.6%;
	float: left;
	height: 450px;
	position: relative
}

.hoc .i_img .cata_a {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px
}

.hoc .i_img .cata_a ul li {
	position: relative;
	width: 25%;
	float: left;
	height: 98px;
	overflow: hidden;
	background: rgba(68, 68, 68, 0.45);
	cursor: pointer
}

.hoc .i_img .cata_a ul li .name_a {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 98px;
	line-height: 98px;
	font-size: 14px;
	color: #ffffff;
	text-align: center
}

.hoc .i_img .cata_a ul li .name_b {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 98px;
	text-align: center;
	padding: 0 11%;
	box-sizing: border-box;
	background: #454545
}

.hoc .i_img .cata_a ul li .name_b h3 {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #5d5d5d;
	font-size: 14px;
	color: #ffffff
}

.hoc .i_img .cata_a ul li .name_b p {
	margin-top: 8px;
	height: 36px;
	font-size: 12px;
	color: #cdcdcd;
	line-height: 18px
}

.hoc .i_img .cata_a ul li.on .name_b {
	display: block
}

.hoc .i_img .txt_a {
	display: none
}

.hoc .i_img .txt_a .img {
	width: 100%;
	height: 450px;
	background: no-repeat center;
	background-size: cover
}

.hoc .i_table {
	width: 21.1%;
	float: right
}

.hoc .i_table .title {
	margin: 18px 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #393939;
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff
}

.hoc .i_table .cata_b {
	margin-bottom: 10px
}

.hoc .i_table .cata_b ul li {
	width: 50%;
	float: left;
	height: 53px;
	line-height: 53px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	text-align: center;
	cursor: pointer
}

.hoc .i_table .cata_b ul li .in {
	display: inline-block
}

.hoc .i_table .cata_b ul li span {
	display: block;
	width: 34px;
	height: 33px;
	float: left;
	background: url(/images/hoc_icon1.png) no-repeat center;
	margin-top: 10px
}

.hoc .i_table .cata_b ul li h3 {
	float: left;
	font-size: 14px;
	color: #393939;
	margin-left: 6px
}

.hoc .i_table .cata_b ul li:last-child span {
	background: url(/images/hoc_icon2.png) no-repeat center
}

.hoc .i_table .cata_b ul li.on {
	background: #00ae66
}

.hoc .i_table .cata_b ul li.on span {
	background: url(/images/hoc_icon1_h.png) no-repeat center
}

.hoc .i_table .cata_b ul li.on h3 {
	color: #ffffff
}

.hoc .i_table .cata_b ul li:last-child.on span {
	background: url(/images/hoc_icon2_h.png) no-repeat center
}

.hoc .i_table .cata_b ul li:last-child.on h3 {
	color: #ffffff
}

.hoc .i_table .cont .txt_b {
	display: none
}

.hoc .i_table .cont .select {
	height: 53px;
	line-height: 51px;
	margin-bottom: 14px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.hoc .i_table .cont .select select {
	width: 100%;
	border: 0px;
	font-size: 14px;
	color: #393939;
	height: 51px;
	border: 0px;
	background: none;
	padding: 0 12px;
	box-sizing: border-box
}

.hoc .i_table .cont .ipt {
	height: 53px;
	line-height: 51px;
	margin-bottom: 14px;
	padding: 0 12px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.hoc .i_table .cont .ipt input {
	width: 100%;
	font-size: 14px;
	color: #393939;
	height: 53px;
	line-height: 16px;
	padding: 18px 0;
	border: 0px;
	background: none;
	font-size: 14px;
	color: #919191
}

.hoc .i_table .cont .ipt input::-webkit-input-placeholder {
	color: #919191
}

.hoc .i_table .cont .ipt .w {
	width: 80%;
	float: left
}

.hoc .i_table .cont .ipt span {
	display: block;
	width: 20%;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #919191
}

.hoc .i_table .cont .btn {
	margin-top: 19px
}

.hoc .i_table .cont .btn a {
	width: 47.8%;
	float: left;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #919191;
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px
}

.hoc .i_table .cont .btn a:last-child {
	float: right;
	background: #c79e68
}

.hoc .i_table .cont .text {
	margin-top: 16px;
	font-size: 12px;
	color: #818181;
	line-height: 1
}

.hod .tit {
	text-align: center;
	margin: 95px 0 22px 0
}

.hod .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.hod .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #898989;
	margin-top: 13px
}

.hod .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1
}

.hod .tit p {
	margin: 12px 0 40px 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.hod .tit .cata {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1
}

.hod .tit .cata a {
	padding: 0 18px;
	color: #5f5f5f;
	background: url(/images/nav_line.png) no-repeat center right
}

.hod .tit .cata a:hover {
	text-decoration: underline
}

.hod .max {
	width: 100%;
	min-width: 1200px;
	height: 728px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center
}

.hod .max .bd {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px
}

.hod .max .bd li {
	width: 1920px;
	overflow: hidden;
	margin-left: 5px
}

.hod .max .bd li img {
	display: block;
	width: 1920px;
	height: 728px
}

.hod .max .tempWrap {
	overflow: visible !important
}

.hod .max .tempWrap ul {
	margin-left: -1920px !important;
}

.hod .max .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 728px;
	cursor: pointer
}

.hod .max .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 728px
}

.hod .max .bg01 {
	left: -50%;
	margin-left: -740px;
	background: none !important
}

.hod .max .bg02 {
	left: 50%;
	margin-left: 740px;
	background: none !important
}

.hod .max .max_fd {
	position: absolute;
	bottom: 0px;
	left: 0%;
	margin-left: 350px;
	width: 396px;
	height: 728px;
	overflow: hidden;
	background: #f2f2f2
}

.hod .max .max_info {
	position: relative;
	width: 100%;
	height: 728px
}

.hod .max .max_info ul li {
	text-align: center;
	color: white;
	width: 396px;
	height: 728px;
	position: relative
}

.hod .max .max_info ul li span {
	position: absolute;
	left: -60px;
	top: 28px;
	width: 250px;
	display: block;
	line-height: 20px;
	font-size: 18px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	text-overflow: ellipsis
}

.hod .max .max_info ul li p {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 130px;
	width: 250px;
	font-size: 13px;
	line-height: 21px;
	height: 140px;
	color: #5f5f5f;
	text-align: left
}

.hod .max .max_info ul li font {
	font-size: 18px;
	display: block;
	margin-bottom: 12px
}

.hod .max .max_info ul li a {
	position: absolute;
	top: 540px;
	left: 10px;
	width: 74px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #777777;
	font-size: 13px;
	color: #5f5f5f
}

.hod .max .max_btn {
	position: relative;
	top: -410px;
	width: 100%;
	height: 80px
}

.hod .max .max_btn .pageState {
	position: absolute;
	left: 40%;
	top: 0px;
	margin-left: -42px;
	font-size: 18px;
	color: #333
}

.hod .max .max_btn .next,
.hod .max .max_btn .prev {
	display: block;
	position: absolute;
	width: 12px;
	height: 17px;
	background: url(/images/max_btn2.png) no-repeat
}

.hod .max .max_btn .prev {
	left: 76px;
	top: 45px
}

.hod .max .max_btn .next {
	left: 222px;
	top: 45px;
	background-position: -12px 0
}

.hod .max .max_btn .prev:hover {
	background-position: 0 -18px
}

.hod .max .max_btn .next:hover {
	background-position: -12px -18px
}

.hod .max .max_btn .hd {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -95px;
	width: 108px;
	height: 5px;
	padding: 0 2px;
	background: url(/images/max_btn.png) no-repeat center center
}

.hod .max .max_btn .hd ul li {
	opacity: 0;
	width: 18px;
	height: 5px;
	background-color: #333;
	overflow: hidden;
	text-indent: 99999px;
	float: left
}

.hod .max .max_btn .hd ul li.on {
	opacity: 1
}

.hod .max>.next,
.hod .max>.prev {
	display: block;
	width: 61px;
	height: 62px;
	background: url(/images/max_btn3.png) no-repeat #d0d0d0;
	position: absolute;
	bottom: 0;
	z-index: 9999;
	cursor: pointer
}

.hod .max>.next:hover {
	background: url(/images/max_btn3.png) no-repeat #333
}

.hod .max>.prev {
	left: 36%;
	margin-left: -20px
}

.hod .max>.next {
	left: 36%;
	margin-left: 61px;
	background-position: -61px 0
}

.hod .max>.prev:hover {
	background: url(/images/max_btn3.png) no-repeat #333
}

.hod .max>.next:hover {
	background: url(/images/max_btn3.png) no-repeat -61px 0 #333
}

.hoe {
	margin-bottom: 50px
}

.hoe .tit {
	text-align: center;
	margin: 57px 0 32px 0
}

.hoe .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.hoe .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #898989;
	margin-top: 13px
}

.hoe .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1
}

.hoe .tit p {
	margin: 12px 0 40px 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.hoe .tit .cata {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1
}

.hoe .tit .cata a {
	padding: 0 18px;
	color: #5f5f5f;
	background: url(../images/nav_line.png) no-repeat center right
}

.hoe .tit .cata a:hover {
	text-decoration: underline
}

.hoe .cont {
	background: #efefef;
	padding: 48px 0 20px 1.94%;
	box-sizing: border-box
}

.hoe .cont .li {
	overflow: hidden
}

.hoe .cont .li a {
	display: block
}

.hoe .cont .l_img {
	width: 42.9%;
	float: left;
	height: 422px;
	line-height: 422px;
	overflow: hidden;
	text-align: center
}

.hoe .cont .l_img img {
	display: block;
	vertical-align: middle
}


/*.hoe .cont .l_img img {*/


/*display: block;*/


/*vertical-align: middle;*/


/*height: 422px;*/


/*}*/

.hoe .cont .swiper_group {
	width: 56%;
	float: right
}

.hoe .cont .li {
	height: 194px;
	margin-bottom: 33px;
}

.hoe .cont .li a {
	position: relative;
	width: 46.9%;
	height: 194px;
	float: left;
	margin: 0 3.1% 0 0
}

.hoe .cont .li .img {
	height: 194px;
	background: no-repeat center;
	background-size: cover
}

.hoe .cont .li .name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	height: 44px;
	background: rgba(0, 0, 0, 0.8);
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 15px;
	color: #ffffff
}

.hoe .cont .li .name h3 {
	position: relative;
	width: 74%;
	overflow: hidden;
	float: left;
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	padding-left: 13px
}

.hoe .cont .li .name h3::before {
	position: absolute;
	top: 18px;
	left: 0px;
	content: '';
	width: 5px;
	height: 5px;
	background: #ffffff;
	border-radius: 5px
}

.hoe .cont .li .name span {
	display: block;
	width: 24%;
	float: right;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-align: right
}

.hoe .cont .li .name font {
	color: #ffc600
}

.hoe .swiper-container {
	padding-bottom: 42px
}

.hoe .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ababab;
	border-radius: 6px
}

.hoe .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #444444;
	border-radius: 6px
}

.hof {
	background: #444444
}

.hof .tit {
	text-align: center;
	padding: 66px 0 50px 0
}

.hof .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.hof .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #ffffff;
	margin-top: 13px
}

.hof .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #ffffff;
	line-height: 1
}

.hof .tit p {
	margin: 12px 0 40px 0;
	font-size: 17px;
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase
}

.hof .in_designer {
	width: 100%
}

.hof .designer_center {
	width: 1530px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box
}

.hof .designer {
	width: 1530px;
	margin-bottom: 70px;
	position: relative
}

.hof .designer .swiper-slide {
	width: 1260px;
	margin: 0 auto;
	height: 510px
}

.hof .designer .swiper-slide .swiper_shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #000;
	opacity: 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s
}

.hof .designer .swiper-slide .designer_anli {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 510px;
	z-index: 1;
	background-size: cover;
	background-position: center center
}

.hof .designer .swiper-slide .designer_anli img {
	width: 60%;
	height: 510px;
	display: block
}

.hof .designer .swiper-slide .designer_anli div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8))
}

.hof .designer .swiper-slide .designer_info {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	width: 650px;
	height: 450px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2
}

.hof .designer .swiper-slide .designer_info .designerImg {
	width: 280px;
	height: 450px;
	background-size: cover;
	background-position: center center
}

.hof .designer .swiper-slide .designer_info .designer_info>div {
	width: 370px;
	height: 100%;
	background-size: cover;
	background-position-x: 5px;
	padding: 20px 20px 0 60px
}

.hof .designer .swiper-slide .designer_info .designer-btn:hover {
	background: #c79e68;
	color: #fff
}

.hof .designer .swiper-slide .designer_info .i_text {
	width: 378px;
	height: 450px;
	background: #000000;
	padding: 0 60px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.hof .designer .swiper-slide .designer_info .i_text h3 {
	font-size: 30px;
	color: #d2ba8a;
	line-height: 1;
	font-weight: normal
}

.hof .designer .swiper-slide .designer_info .i_text h3 span {
	font-size: 13px
}

.hof .designer .swiper-slide .designer_info .i_text h4 {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	text-align: center;
	margin: 11px 0;
	padding: 0 10px;
	font-size: 14px;
	color: #d2ba8a;
	background: #343434;
	border-radius: 4px;
	font-weight: normal
}

.hof .designer .swiper-slide .designer_info .i_text .other {
	margin-bottom: 22px
}

.hof .designer .swiper-slide .designer_info .i_text .other span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff;
	background: #d2ba8a;
	margin-right: 10px
}

.hof .designer .swiper-slide .designer_info .i_text p {
	font-size: 14px;
	color: #ffffff;
	line-height: 36px
}

.hof .designer .swiper-slide .designer_info .i_text p font {
	color: #d2ba8a
}

.hof .designer .swiper-slide .designer_info .i_text a {
	display: block;
	margin-top: 24px;
	width: 152px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #4d4d4d;
	border-radius: 4px;
	font-size: 14px;
	color: #d2ba8a
}

.hof .designer .swiper-button-prev,
.hof .designer .swiper-button-next {
	opacity: .9
}

.hof .designer .swiper-button-prev {
	left: 0px;
	width: 136px;
	height: 322px;
	top: 22.8%;
	background: rgba(0, 0, 0, 0.2)
}

.hof .designer .swiper-button-prev div {
	width: 55px;
	height: 88px;
	position: absolute;
	top: 40%;
	right: 10px;
	background-image: url(/images/pre.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat
}

.hof .designer .swiper-button-next {
	right: 0px;
	width: 145px;
	height: 322px;
	top: 22.8%;
	background: rgba(0, 0, 0, 0.2)
}

.hof .designer .swiper-button-next div {
	width: 55px;
	height: 88px;
	position: absolute;
	top: 40%;
	left: 10px;
	background-image: url(/images/next.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat
}

.hof .designer .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background: #515151;
	border-radius: 0
}

.hof .designer .swiper-pagination-bullet-active {
	background: #ffffff
}

.hof .designer .swiper-pagination-bullets {
	display: inline-block;
	bottom: 22px;
	right: 0 !important;
	text-align: right;
	padding-right: 24%;
	z-index: 999999
}

.hog .tit {
	text-align: center;
	padding: 48px 0 37px 0
}

.hog .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.hog .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.hog .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1
}

.hog .tit p {
	margin: 12px 0 40px 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.hog .tit .cata {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1
}

.hog .tit .cata a {
	padding: 0 18px;
	color: #5f5f5f;
	background: url(/images/nav_line.png) no-repeat center right
}

.hog .tit .cata a:hover {
	text-decoration: underline
}

.hog ul {
	border-left: 1px solid #dcdbdb
}

.hog ul li {
	width: 25%;
	float: left;
	border: 1px solid #dcdbdb;
	border-left: 0px;
	padding-bottom: 32px
}

.hog ul li .title {
	height: 122px;
	line-height: 122px;
	text-align: center;
	border-bottom: 1px solid #dcdbdb;
	background: #f6f6f6
}

.hog ul li .title .in {
	display: inline-block
}

.hog ul li .title span {
	font-size: 18px;
	color: #6a6a6a;
	margin-left: 10px
}

.hog ul li .list {
	height: 180px;
	overflow: hidden;
	margin: 25px 25px 40px 18px;
	box-sizing: border-box;
	box-sizing: border-box
}

.hog ul li .list a {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #5f5f5f;
	padding-left: 12px
}

.hog ul li .list a::before {
	position: absolute;
	left: 0px;
	top: 13px;
	content: '';
	width: 4px;
	height: 4px;
	background: #5f5f5f;
	border-radius: 4px
}

.hog ul li .list a:hover {
	color: #cfac7f
}

.hog ul li .more {
	float: right;
	margin-right: 25px
}

.hog ul li .more a {
	display: block;
	width: 44px;
	height: 29px;
	background: url(/images/hog_icon5.png) no-repeat center
}

.hoh {
	margin-top: 42px
}

.ala {
	background: url(/images/ala_bg.jpg) no-repeat center;
	height: 896px;
	margin-top: 40px
}

.ala .tit {
	text-align: center;
	padding: 48px 0 0 0
}

.ala .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.ala .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #ffffff;
	margin-top: 13px
}

.ala .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal
}

.ala .tit p {
	margin: 12px 0 40px 0;
	font-size: 17px;
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase
}

.ala .cata_d ul {
	display: flex;
	position: relative;
	height: 64px;
	top: -140px;
}

.ala .cata_d ul:before {
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 1;
	content: '';
	width: 100%;
	height: 1px;
	background: #dcdcdc
}

.ala .cata_d ul li {
	position: relative;
	flex: 1;
	text-align: center;
	height: 54px;
	font-size: 20px;
	cursor: pointer;
	color: #ffffff
}

.ala .cata_d ul li::before {
	position: absolute;
	bottom: -9px;
	left: 43%;
	z-index: 2;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/ala_icon.png) no-repeat center
}

.ala .cata_d ul li.on::before {
	background: url(../images/ala_iconh.png) no-repeat center
}

.ala .max_ala {
	max-width: 1440px;
	min-width: 1200px;
	height: 672px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 130px;
}

.ala .max_ala .bd_ala {
	width: 1440px;
	height: 592px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -720px
}

.ala .max_ala .bd_ala li {
	width: 1440px;
	overflow: hidden;
	margin-left: 358px
}

.ala .max_ala .bd_ala li a {
	display: block;
	width: 1440px;
	overflow: hidden
}

.ala .max_ala .bd_ala li img {
	display: block;
	width: 1224px;
	height: 728px;
}

.ala .bd_ala .tempWrap {
	overflow: hidden !important;
	margin-left: -1976px;
}

.ala .max_info_ala .tempWrap {
	overflow: hidden !important;
	margin-left: -370px;
}

.ala .max_ala .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 594px;
	cursor: pointer
}

.ala .max_ala .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 594px
}

.ala .max_ala .bg01 {
	left: -50%;
	margin-left: -740px;
	background: none !important
}

.ala .max_ala .bg02 {
	left: 50%;
	margin-left: 740px;
	background: none !important
}

.ala .max_ala .max_fd_ala {
	position: absolute;
	top: 112px;
	right: 0%;
	margin-left: 350px;
	width: 350px;
	height: 525px;
	overflow: hidden;
	background: rgba(209, 179, 121, 0.8)
}

.ala .max_ala .max_info_ala {
	width: 100%;
	height: 407px
}

.ala .max_ala .max_info_ala ul li {
	width: 363px;
	height: 407px
}

.ala .max_ala .max_info_ala ul li .title {
	padding: 38px 0 0 37px;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold
}

.ala .max_ala .max_info_ala ul li .cont {
	height: 288px;
	margin-top: 15px;
	position: relative
}

.ala .max_ala .max_info_ala ul li .cont::before {
	position: absolute;
	content: '';
	top: 15px;
	left: 74px;
	width: 1px;
	height: 260px;
	border-left: 1px dashed rgba(255, 255, 255, 0.6)
}

.ala .max_ala .max_info_ala ul li .cont span {
	position: relative;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: left;
	padding: 0 37px 0 84px;
	font-size: 14px;
	color: #ffffff
}

.ala .max_ala .max_info_ala ul li .cont span::before {
	position: absolute;
	content: '';
	top: 14px;
	left: 72px;
	width: 5px;
	height: 5px;
	background: #ffffff;
	border-radius: 5px
}

.ala .max_ala .max_btn_ala {
	position: relative;
	width: 100%;
	height: 118px;
	background: rgba(255, 255, 255, 0.8);
	padding: 60px 0 0 0;
	box-sizing: border-box;
}

.ala .max_ala .max_btn_ala .pageState {
	position: absolute;
	left: 53%;
	top: 49px;
	margin-left: -34px;
	font-size: 18px;
	color: #333
}

.ala .max_ala .max_btn_ala .next,
.ala .max_ala .max_btn_ala .prev {
	display: block;
	position: absolute;
	width: 12px;
	height: 17px;
	background: url(../images/max_btn2.png) no-repeat
}

.ala .max_ala .max_btn_ala .prev {
	left: 99px
}

.ala .max_ala .max_btn_ala .next {
	left: 250px;
	background-position: -12px 0
}

.ala .max_ala .max_btn_ala .prev:hover {
	background-position: 0 -18px
}

.ala .max_ala .max_btn_ala .next:hover {
	background-position: -12px -18px
}

.ala .max_ala .max_btn_ala .hd_ala {
	position: absolute;
	left: 35%;
	width: 112px;
	height: 5px;
	padding: 0 2px;
	margin-top: 5px;
	background: url(../images/max_btn.png) no-repeat center center
}

.ala .max_ala .max_btn_ala .hd_ala ul li {
	opacity: 0;
	width: 18px;
	height: 5px;
	background-color: #333;
	overflow: hidden;
	text-indent: 99999px;
	float: left
}

.ala .max_ala .max_btn_ala .hd_ala ul li.on {
	opacity: 1
}

.ala .max_ala>.next,
.ala .max_ala>.prev {
	display: block;
	width: 61px;
	height: 62px;
	background: url(../images/max_btn3.png) no-repeat #d0d0d0;
	position: absolute;
	bottom: 0;
	z-index: 9999;
	cursor: pointer
}

.ala .max_ala>.next:hover {
	background: url(../images/max_btn3.png) no-repeat #333
}

.ala .max_ala>.prev {
	left: 36%;
	margin-left: -20px
}

.ala .max_ala>.next {
	left: 36%;
	margin-left: 61px;
	background-position: -61px 0
}

.ala .max_ala>.prev:hover {
	background: url(../images/max_btn3.png) no-repeat #333
}

.ala .max_ala>.next:hover {
	background: url(../images/max_btn3.png) no-repeat -61px 0 #333
}

.alb .tit {
	text-align: center;
	padding: 48px 0 34px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.alb .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.alb .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.alb .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.alb .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.alb ul {
	margin: 33px 0 17px 0
}

.alb ul li {
	width: 14.52%;
	height: 201px;
	float: left;
	margin: 0 2.74% 28px 2.74%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: center;
	background: #f9f9f9;
	border-radius: 25px;
	box-shadow: 8px 9px 11px rgba(0, 0, 0, 0.1)
}

.alb ul li .in {
	width: 100%
}

.alb ul li img {
	height: 78px
}

.alb ul li span {
	display: block;
	padding: 0 10px;
	margin-top: 8px;
	font-size: 16px;
	color: #393939;
	line-height: 1
}

.alb ul li:hover {
	cursor: pointer;
	background: #5093a6
}

.alb ul li:hover span {
	color: #ffffff
}

.alc {
	background: url(/images/alc_bg.jpg) no-repeat center;
	height: 704px
}

.alc .tit {
	text-align: center;
	padding: 57px 0 0 0
}

.alc .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.alc .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #ffffff;
	margin-top: 13px
}

.alc .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal
}

.alc .tit p {
	margin: 12px 0 40px 0;
	font-size: 17px;
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase
}

.alc .max {
	max-width: 1348px;
	min-width: 1200px;
	height: 488px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0 auto
}

.alc .max .max_fd {
	position: absolute;
	top: 0;
	right: 0%;
	width: 1348px;
	height: 488px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.95)
}

.alc .max .max_info {
	position: relative;
	max-width: 1348px;
	height: 488px
}

.alc .max .max_info ul li {
	width: 1348px;
	height: 488px
}

.alc .max .max_info ul li .img {
	width: 16.98%;
	height: 337px;
	background: no-repeat center;
	background-size: cover;
	float: left;
	margin: 53px 2.52% 0 2.52%
}

.alc .max .max_info ul li .intro {
	position: relative;
	width: 77.98%;
	float: left;
	margin: 53px 0 0 0;
	text-align: left
}

.alc .max .max_info ul li .intro h3 {
	font-size: 20px;
	color: #636363;
	line-height: 1;
	margin: 22px 0 18px 0
}

.alc .max .max_info ul li .intro h4 {
	font-size: 16px;
	color: #636363;
	line-height: 1;
	margin-bottom: 30px
}

.alc .max .max_info ul li .intro .num {
	font-size: 16px;
	color: #636363;
	line-height: 1
}

.alc .max .max_info ul li .intro .more {
	position: absolute;
	right: 48px;
	top: 67px;
	font-size: 13px;
	color: #626262;
	text-transform: uppercase;
	width: 109px;
	height: 54px;
	background: #ffffff;
	line-height: 54px;
	text-align: center
}

.alc .max .max_info ul li .intro .more a {
	display: block;
	width: 109px;
	height: 54px;
	background: #ffffff;
	line-height: 54px;
	text-align: center;
	color: #878787
}

.alc .max .max_info ul li .intro .item {
	width: 23%;
	float: left;
	margin: 11px 1.1% 0 0
}

.alc .max .max_info ul li .intro .item a {
	display: block
}

.alc .max .max_info ul li .intro .item .imga {
	height: 146px;
	background: no-repeat center;
	background-size: cover;
	margin-right: 0px
}

.alc .max .max_info ul li .intro .item .name {
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #636363;
	padding: 0 44px 0 8px
}

.alc .max .max_info ul li .intro .item .name b {
	float: left
}

.alc .max .max_info ul li .intro .item .name font {
	float: right
}

.alc .max .max_info ul li .intro .item p {
	height: 84px;
	overflow: hidden;
	font-size: 14px;
	color: #636363;
	line-height: 28px;
	margin-left: 8px
}

.alc .max .max_btn {
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0 0 0 0;
	box-sizing: border-box
}

.alc .max .max_btn .pageState {
	position: absolute;
	right: 94px;
	top: -432px;
	margin-left: -34px;
	font-size: 18px;
	color: #333
}

.alc .max .max_btn .next,
.alc .max .max_btn .prev {
	display: block;
	position: absolute;
	top: -422px;
	width: 12px;
	height: 17px;
	background: url(/images/max_btn2.png) no-repeat
}

.alc .max .max_btn .prev {
	right: 184px
}

.alc .max .max_btn .next {
	right: 49px;
	background-position: -12px 0
}

.alc .max .max_btn .prev:hover {
	background-position: 0 -18px
}

.alc .max .max_btn .next:hover {
	background-position: -12px -18px
}

.alc .max>.next,
.alc .max>.prev {
	display: block;
	width: 61px;
	height: 62px;
	background: url(/images/max_btn3.png) no-repeat #d0d0d0;
	position: absolute;
	bottom: 0;
	z-index: 9999;
	cursor: pointer
}

.alc .max>.next:hover {
	background: url(/images/max_btn3.png) no-repeat #333
}

.alc .max>.prev {
	left: 36%;
	margin-left: -20px
}

.alc .max>.next {
	left: 36%;
	margin-left: 61px;
	background-position: -61px 0
}

.alc .max>.prev:hover {
	background: url(/images/max_btn3.png) no-repeat #333
}

.alc .max>.next:hover {
	background: url(/images/max_btn3.png) no-repeat -61px 0 #333
}

.ald {
	margin-bottom: 38px
}

.ald .tit {
	text-align: center;
	padding: 48px 0 34px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.ald .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.ald .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.ald .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.ald .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.ald .other {
	text-align: center;
	margin: 70px 0 65px 0
}

.ald ul {
	width: 80.55%;
	height: 391px;
	float: left
}

.ald ul li {
	position: relative;
	width: 25%;
	float: left
}

.ald ul li .img {
	width: 100%;
	height: 391px;
	background: no-repeat center;
	background-size: cover
}

.ald ul li .name {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.65);
	writing-mode: vertical-lr
}

.ald ul li:hover {
	cursor: pointer
}

.ald ul li:hover .name {
	background: rgba(255, 255, 255, 0.85);
	color: #636363
}

.ald .intro {
	width: 17.36%;
	float: right;
	height: 391px;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.ald .intro p {
	font-size: 16px;
	color: #636363;
	line-height: 30px
}

.ald .intro span {
	display: inline-block;
	margin: 24px 0 22px 0;
	width: 38px;
	height: 3px;
	background: #868686
}

.ald .intro font {
	display: block;
	width: 120%;
	font-size: 12px;
	color: #636363;
	line-height: 26px;
	transform: scale(0.8);
	text-transform: uppercase;
	margin-left: -25px
}

.ale {
	background: #f6f6f6;
	padding-bottom: 48px
}

.ale .tit {
	text-align: center;
	padding: 48px 0 34px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.ale .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.ale .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.ale .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.ale .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.ale .cont {
	margin-top: 35px
}

.ale .cont .img {
	text-align: center
}

.alf {
	padding-bottom: 67px
}

.alf .tit {
	text-align: center;
	padding: 44px 0 30px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.alf .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.alf .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.alf .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.alf .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.alf .cont {
	margin-top: 50px
}

.alf .cont .img {
	text-align: center
}

.alg {
	background: #f6f6f6;
	padding-bottom: 59px
}

.alg .tit {
	text-align: center;
	padding: 50px 0 28px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.alg .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.alg .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.alg .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.alg .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.alg .cont {
	margin-top: 35px
}

.alg .cont .img {
	box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.1);
	text-align: center
}

.alh {
	padding-bottom: 48px
}

.alh .tit {
	text-align: center;
	padding: 44px 0 30px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.alh .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.alh .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.alh .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.alh .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.alh .cont {
	margin-top: 50px
}

.alh .cont .img {
	text-align: center
}

.ali {
	background: #f6f6f6;
	padding-bottom: 0
}

.ali .tit {
	text-align: center;
	padding: 50px 0 28px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.ali .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.ali .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.ali .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.ali .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.ali .cont {
	margin-top: 35px
}

.ali .cont .img {
	text-align: center
}

.alj {
	padding-bottom: 30px
}

.alj .tit {
	text-align: center;
	padding: 44px 0 30px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.alj .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.alj .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.alj .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.alj .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.alj .cont {
	margin-top: 50px
}

.alj .cont .img {
	text-align: center
}

.alk {
	height: 140px;
	background: rgba(105, 105, 105, 0.8)
}

.alk .in {
	padding-top: 26px
}

.alk .tit {
	height: 22px;
	line-height: 22px;
	background: url(/images/hoa_icon.png) no-repeat left center;
	padding-left: 18px;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal
}

.alk .tit span {
	font-size: 14px;
	color: #ffffff;
	font-family: arial;
	margin-left: 12px
}

.alk .cont {
	margin-top: 20px
}

.alk .cont .ipt {
	width: 20%;
	height: 42px;
	float: left;
	margin-right: 1.8%;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	padding: 13px 10px;
	box-sizing: border-box
}

.alk .cont input::-webkit-input-placeholder {
	color: #333333
}

.alk .cont button {
	width: 12.7%;
	height: 42px;
	background: #000000;
	border-radius: 2px;
	font-size: 14px;
	color: #ffffff;
	border: 0px
}

.soa .tit {
	text-align: center;
	margin: 62px 0 50px 0
}

.soa .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.soa .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #898989;
	margin-top: 13px
}

.soa .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1
}

.soa .tit p {
	margin: 22px 0 30px 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.soa .tit .cata {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1
}

.soa .tit .cata a {
	padding: 0 18px;
	color: #5f5f5f;
	background: url(/images/nav_line.png) no-repeat center right
}

.soa .tit .cata a:hover {
	text-decoration: underline
}

.soa .cont {
	height: 473px;
	background: url(/images/soa_bg.jpg) no-repeat center
}

.soa .intro {
	width: 31%;
	float: left;
	height: 474px;
	background: #f4f5f5
}

.soa .intro .in {
	padding: 50px 7.52% 0 10.35%
}

.soa .intro h3 {
	display: inline-block;
	height: 49px;
	line-height: 49px;
	font-size: 24px;
	color: #c79e68;
	border-bottom: 3px solid #c79e68
}

.soa .intro ul li {
	margin-top: 36px
}

.soa .intro ul li h4 {
	font-size: 16px;
	color: #c79e68;
	line-height: 1
}

.soa .intro ul li p {
	height: 46px;
	margin-top: 12px;
	font-size: 13px;
	color: #c79e68;
	line-height: 23px
}

.soa .i_img {
	width: 69%;
	float: right;
	margin-top: 25px
}

.soa .li {
	position: relative;
	height: 474px
}

.soa .li .name {
	position: absolute;
	bottom: 52px;
	left: 0px;
	width: 100%;
	height: 51px;
	line-height: 51px;
	background: rgba(0, 0, 0, 0.15);
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold
}

.soa .swiper-button-next,
.soa .swiper-button-prev {
	width: 42px;
	height: 42px;
	background-size: 42px 42px;
	opacity: 1
}

.soa .swiper-button-prev {
	background: url(/images/soa_prev.jpg);
	left: 0px
}

.soa .swiper-button-prev:hover {
	background: url(/images/soa_prevh.jpg);
	left: 0px
}

.soa .swiper-button-next {
	background: url(/images/soa_next.jpg);
	right: 0px
}

.soa .swiper-button-next:hover {
	background: url(/images/soa_nexth.jpg);
	right: 0px
}

.sob {
	padding-bottom: 48px
}

.sob .tit {
	text-align: center;
	padding: 57px 0 18px 0
}

.sob .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.sob .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #898989;
	margin-top: 13px
}

.sob .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1
}

.sob .cata_e {
	text-align: center
}

.sob .cata_e .in {
	width: 100%;
	display: inline-block
}

.sob .cata_e span {
	cursor: pointer;
	display: inline-block;
	width: 212px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 0 3%;
	background: #e8eaeb;
	font-size: 18px;
	color: #5f5f5f
}

.sob .cata_e span.on {
	background: #c79e68;
	color: #ffffff
}

.sob .txt_e {
	display: none
}

.sob .intro {
	width: 770px;
	margin: 13px auto 0 auto
}

.sob .intro .l {
	width: 56.4%;
	float: left
}

.sob .intro .l h3 {
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #5f5f5f
}

.sob .intro .l p {
	font-size: 12px;
	color: #5f5f5f;
	line-height: 20px
}

.sob .intro .r {
	width: 21%;
	float: right
}

.sob .intro .r h3 {
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #5f5f5f
}

.sob .intro .r p {
	font-size: 12px;
	color: #5f5f5f;
	line-height: 20px
}

.sob ul {
	margin-top: 26px;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2
}

.sob ul li {
	cursor: pointer;
	position: relative;
	width: 50%;
	height: 436px;
	overflow: hidden;
	float: left;
	border: 1px solid #d2d2d2;
	border-left: 0px;
	border-top: 0px;
	background: #ffffff
}

.sob ul li .img {
	width: 100%;
	height: 436px;
	background: no-repeat center
}

.sob ul li .name {
	position: absolute;
	bottom: 27px;
	width: 100%;
	height: 18px;
	font-size: 18px;
	color: #5f5f5f;
	line-height: 18px;
	text-align: center
}

.sob ul li:first-child .img {
	background-size: cover
}

.sob ul .des_h {
	position: absolute;
	top: 436px;
	left: 0px;
	width: 100%;
	height: 436px;
	padding: 0 8%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: rgba(199, 158, 104, 0.9);
	font-size: 14px;
	color: #ffffff;
	line-height: 30px
}

.submenu {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #757575
}

.submenu a {
	color: #757575
}

.dea .tit {
	text-align: center;
	margin: 44px 0 49px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.dea .tit h3 {
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.dea .tit span {
	display: block;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	padding: 22px 0 28px 0
}

.dea .cont {
	background: #f5f5f5
}

.dea .cont ul {
	margin: 0 1.53%
}

.dea .cont ul li {
	position: relative;
	width: 21.94%;
	height: 389px;
	line-height: 389px;
	text-align: center;
	float: left;
	margin: 3.06% 1.53% 0 1.53%;
	overflow: hidden;
}

.dea .cont ul li a {
	display: block
}

.dea .cont ul li img {
	vertical-align: middle
}

.dea .cont ul li .name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	padding: 13px 10px 7px 10px;
	text-align: left
}

.dea .cont ul li .name h3 {
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal
}

.dea .cont ul li .name p {
	font-size: 12px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal;
	margin-top: 8px
}

.dea .cont ul li .name span {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 14px;
	color: #e7bd86;
	line-height: 1
}

.deb {
	height: 496px;
	background: no-repeat center;
	background-size: cover
}

.deb .i_in {
	position: relative
}

.deb .submenu {
	position: absolute
}

.deb .des {
	width: 610px;
	height: 500px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: center;
	margin-left: 18%
}

.deb .des .img {
	display: inline-block;
	width: 195px;
	height: 195px;
	line-height: 195px;
	text-align: center;
	border-radius: 195px;
	overflow: hidden
}

.deb .des .img img {
	display: block;
	vertical-align: middle
}

.deb .des h3 {
	margin-top: 8px;
	height: 44px;
	line-height: 44px;
	background: url(/images/des_icon.png) no-repeat bottom center;
	font-size: 28px;
	color: #393939;
	font-weight: bold
}

.deb .des p {
	font-size: 14px;
	color: #757575;
	line-height: 1;
	margin: 12px 0 26px 0
}

.deb .des a {
	display: inline-block;
	width: 166px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	border-radius: 24px;
	font-size: 20px;
	color: #FFFFFF;
	background: #c79e68
}

.deb .des .text {
	text-align: left;
	margin: 10px 0 0 50px;
	overflow: hidden
}

.deb .des .text span {
	width: 200px;
	float: left;
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #393939;
	padding-right: 5px;
	box-sizing: border-box
}


.deb .des .text span1{
	width: 550px;
	float: left;
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #393939;
	padding-right: 5px;
	box-sizing: border-box
}

.deb .des .text span2 {
	width: 550px;
	float: left;
	display: block;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #393939;
	padding-right: 5px;
	box-sizing: border-box
}




.deb .i_table {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 364px;
	height: 438px;
	background: #ffffff;
	padding: 20px 36px;
	box-sizing: border-box
}

.deb .i_table .title {
	margin: 0 0 18px 0;
	height: 57px;
	line-height: 57px;
	text-align: center;
	background: #393939;
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff
}

.deb .i_table .cata_b {
	margin-bottom: 10px
}

.deb .i_table .cata_b ul li {
	width: 50%;
	float: left;
	height: 53px;
	line-height: 53px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	text-align: center;
	cursor: pointer
}

.deb .i_table .cata_b ul li .in {
	display: inline-block
}

.deb .i_table .cata_b ul li span {
	display: block;
	width: 34px;
	height: 33px;
	float: left;
	background: url(/images/hoc_icon1.png) no-repeat center;
	margin-top: 10px
}

.deb .i_table .cata_b ul li h3 {
	float: left;
	font-size: 14px;
	color: #393939;
	margin-left: 6px
}

.deb .i_table .cata_b ul li:last-child span {
	background: url(/images/hoc_icon2.png) no-repeat center
}

.deb .i_table .cata_b ul li.on {
	background: #00ae66
}

.deb .i_table .cata_b ul li.on span {
	background: url(/images/hoc_icon1_h.png) no-repeat center
}

.deb .i_table .cata_b ul li.on h3 {
	color: #ffffff
}

.deb .i_table .cata_b ul li:last-child.on span {
	background: url(/images/hoc_icon2_h.png) no-repeat center
}

.deb .i_table .cata_b ul li:last-child.on h3 {
	color: #ffffff
}

.deb .i_table .cont .txt_b {
	display: none
}

.deb .i_table .cont .select {
	height: 45px;
	line-height: 43px;
	margin-bottom: 14px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.deb .i_table .cont .select select {
	width: 100%;
	border: 0px;
	font-size: 14px;
	color: #393939;
	height: 51px;
	border: 0px;
	background: none;
	padding: 0 12px;
	box-sizing: border-box
}

.deb .i_table .cont .ipt {
	height: 45px;
	line-height: 43px;
	margin-bottom: 14px;
	padding: 0 12px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.deb .i_table .cont .ipt input {
	width: 100%;
	font-size: 14px;
	color: #393939;
	height: 53px;
	line-height: 16px;
	padding: 18px 0;
	border: 0px;
	background: none;
	font-size: 14px;
	color: #919191
}

.deb .i_table .cont .ipt input::-webkit-input-placeholder {
	color: #919191
}

.deb .i_table .cont .ipt .w {
	width: 80%;
	float: left
}

.deb .i_table .cont .ipt span {
	display: block;
	width: 20%;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #919191
}

.deb .i_table .cont .btn {
	margin-top: 19px
}

.deb .i_table .cont .btn a {
	width: 47.8%;
	float: left;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #919191;
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px
}

.deb .i_table .cont .btn a:last-child {
	float: right;
	background: #c79e68
}

.deb .i_table .cont .text {
	margin-top: 16px;
	font-size: 12px;
	color: #818181;
	line-height: 1
}

.dec {
	padding: 36px 0 70px 0;
	background: #f8f8f8
}

.dec .side {
	width: 70.5%;
	float: left;
	background: #ffffff
}

.dec .side .tit {
	position: relative;
	margin: 40px 0 27px 1.96%;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #393939;
	padding-left: 24px
}

.dec .side .tit::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 5px;
	height: 34px;
	background: #d8be8b
}

.dec .side ul {
	margin: 0 0.98%
}

.dec .side ul li {
	width: 23.04%;
	float: left;
	margin: 0 0.98% 26px 0.98%;
	cursor: pointer
}

.dec .side ul li a {
	display: block
}

.dec .side ul li .img {
	width: 100%;
	height: 164px;
	line-height: 164px;
	text-align: center;
	overflow: hidden;
}

.dec .side ul li .img img {
	display: block;
	vertical-align: middle
}

.dec .side ul li .name {
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #393939;
	text-align: center
}

.dec .page {
	padding-top: 12px
}

.dec .main {
	width: 27.36%;
	float: right;
	box-sizing: border-box
}

.hot {
	padding: 24px 5.59%;
	background: #ffffff
}

.hot .tit {
	height: 18px;
	line-height: 18px;
	overflow: hidden
}

.hot .tit h3 {
	float: left;
	font-size: 18px;
	color: #393939;
	line-height: 1
}

.hot .tit a {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #c7c7c7;
	text-transform: uppercase
}

.hot ul li {
	margin-top: 24px;
	height: 148px;
	overflow: hidden
}

.hot ul li .img {
	width: 52%;
	height: 148px;
	line-height: 148px;
	text-align: center;
	float: left
}

.hot ul li .img img {
	display: block;
	vertical-align: middle
}

.hot ul li .text {
	width: 44%;
	float: right;
	height: 148px;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.hot ul li .text h3 {
	font-size: 18px;
	color: #393939;
	line-height: 1;
	font-weight: normal
}

.hot ul li .text p {
	margin: 6px 0 12px 0;
	font-size: 14px;
	color: #393939;
	line-height: 24px
}

.hot ul li .text span {
	display: inline-block;
	width: 86px;
	height: 27px;
	background: #d8be8b;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	color: #ffffff
}

.ded {
	padding: 0 0 50px 0;
	background: #f8f8f8
}

.ded .side {
	width: 70.5%;
	float: left;
	background: #ffffff
}

.ded .side .title {
	position: relative;
	padding: 23px 0 10px 0;
	margin: 0 2.25%;
	border-bottom: 1px solid #eaeaea
}

.ded .side .title h3 {
	font-size: 18px;
	color: #393939;
	line-height: 1
}

.ded .side .title p {
	font-size: 12px;
	color: #bbbbbb;
	line-height: 1;
	margin-top: 20px
}

.ded .side .title font {
	color: #eb4444
}

.ded .side .title .share {
	position: absolute;
	right: 2.25%;
	top: 51px;
	height: 18px;
	overflow: hidden
}

.ded .side .title .share .tit {
	float: left;
	font-size: 12px;
	color: #bbbbbb;
	line-height: 18px
}

.ded .side .title .share .cont {
	float: right
}

.ded .side .des {
	margin: 18px 2.25% 0 2.25%;
	font-size: 12px;
	color: #393939;
	line-height: 18px
}

.ded .side .des span {
	min-width: 100px;
	max-width: 200px;
	display: block;
	border: 1px solid #0c0408;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #393939;
	margin: 18px 0 7px 0
}

.ded .side .other {
	padding: 36px 0;
	margin: 36px 2.25% 0 2.25%;
	border-bottom: 1px dashed #d6d5d5;
	text-align: center
}

.ded .side .other ul {
	height: 30px;
	overflow: hidden
}

.ded .side .other ul li {
	display: inline-block;
	width: 172px;
	margin: 0 58px
}

.ded .side .other ul li a {
	width: 172px;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #393939;
	font-size: 12px;
	color: #393939
}

.ded .side .relevant .tit {
	text-align: center;
	margin: 27px 0 20px 0
}

.ded .side .relevant .tit .in {
	display: inline-block;
	height: 16px;
	line-height: 16px
}

.ded .side .relevant .tit .in span {
	display: inline-block;
	float: left;
	width: 18px;
	height: 1px;
	background: #393939;
	margin-top: 7px
}

.ded .side .relevant .tit .in h3 {
	float: left;
	margin: 0 10px;
	font-size: 16px;
	color: #5f5f5f;
	line-height: 1
}

.ded .side .relevant .tit p {
	font-size: 12px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase;
	transform: scale(0.8)
}

.ded .side .relevant ul {
	margin: 0 1.5%;
	padding-bottom: 38px
}

.ded .side .relevant ul li {
	width: 23.5%;
	float: left;
	margin: 0 0.75%
}

.ded .side .relevant ul li .img {
	width: 100%;
	height: 164px;
	background: no-repeat center;
	background-size: cover
}

.ded .side .relevant ul li .text {
	box-shadow: 1px 4px 10px rgba(86, 86, 86, 0.1);
	font-size: 12px;
	color: #393939;
	height: 60px;
	padding-top: 15px;
	box-sizing: border-box
}

.ded .side .relevant ul li .text .in {
	transform: scale(0.9)
}

.ded .side .relevant ul li .text h3 {
	width: 45%;
	height: 14px;
	line-height: 1;
	overflow: hidden;
	float: left;
	overflow: hidden
}

.ded .side .relevant ul li .text font {
	width: 45%;
	height: 14px;
	line-height: 1;
	overflow: hidden;
	float: right;
	color: #eb4444
}

.ded .side .relevant ul li .text p {
	height: 12px;
	line-height: 1;
	overflow: hidden;
	margin-top: 10px
}

.ded .main {
	width: 27.36%;
	float: right;
	box-sizing: border-box
}

.ded .main .intro {
	padding: 41px 5.59% 24px 5.59%;
	background: #ffffff;
	text-align: center
}

.ded .main .intro h3 {
	position: relative;
	display: inline-block;
	height: 29px;
	text-align: center;
	font-size: 18px;
	color: #393939;
	line-height: 18px
}

.ded .main .intro h3::before {
	position: absolute;
	top: 28px;
	left: 32%;
	content: '';
	width: 32px;
	height: 1px;
	background: #767676
}

.ded .main .intro .text {
	margin: 12px 0 40px 0
}

.ded .main .intro .text span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #393939;
	margin: 0 5.58%
}

.ded .main .intro .inb {
	margin: 0 7%
}

.ded .main .intro .inb h3 {
	margin-bottom: 20px
}

.ded .main .intro .inb .img {
	width: 50%;
	height: 192px;
	line-height: 192px;
	text-align: center;
	float: left
}

.ded .main .intro .inb .img img {
	display: block;
	vertical-align: middle
}

.ded .main .intro .inb .i_text {
	float: right;
	height: 192px;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.ded .main .intro .inb .i_text h4 {
	font-size: 18px;
	color: #393939;
	line-height: 1
}

.ded .main .intro .inb .i_text span {
	display: block;
	margin: 15px 0 55px 0;
	font-size: 14px;
	color: #393939;
	line-height: 1
}

.ded .main .intro .inb .i_text .look {
	display: block;
	font-size: 14px;
	color: #d8be8b;
	margin-top: 12px
}

.ded .main .intro .inb .i_text .make {
	display: block;
	width: 124px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d8be8b;
	font-size: 16px;
	color: #ffffff
}

.ded .main .i_table {
	background: #ffffff;
	margin: 40px 0 7px 0;
	padding: 36px 12% 30px 12%
}

.ded .main .i_table .title {
	margin: 0 0 18px 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #393939;
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff
}

.ded .main .i_table .cata_b {
	margin-bottom: 10px
}

.ded .main .i_table .cata_b ul li {
	width: 50%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	text-align: center;
	cursor: pointer
}

.ded .main .i_table .cata_b ul li .in {
	display: inline-block
}

.ded .main .i_table .cata_b ul li span {
	display: block;
	width: 34px;
	height: 33px;
	float: left;
	background: url(/images/hoc_icon1.png) no-repeat center;
	margin-top: 5px
}

.ded .main .i_table .cata_b ul li h3 {
	float: left;
	font-size: 14px;
	color: #393939;
	margin-left: 6px
}

.ded .main .i_table .cata_b ul li:last-child span {
	background: url(/images/hoc_icon2.png) no-repeat center
}

.ded .main .i_table .cata_b ul li.on {
	background: #00ae66
}

.ded .main .i_table .cata_b ul li.on span {
	background: url(/images/hoc_icon1_h.png) no-repeat center
}

.ded .main .i_table .cata_b ul li.on h3 {
	color: #ffffff
}

.ded .main .i_table .cata_b ul li:last-child.on span {
	background: url(/images/hoc_icon2_h.png) no-repeat center
}

.ded .main .i_table .cata_b ul li:last-child.on h3 {
	color: #ffffff
}

.ded .main .i_table .cont .txt_b {
	display: none
}

.ded .main .i_table .cont .select {
	height: 45px;
	line-height: 43px;
	margin-bottom: 14px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.ded .main .i_table .cont .select select {
	width: 100%;
	border: 0px;
	font-size: 14px;
	color: #393939;
	height: 51px;
	border: 0px;
	background: none;
	padding: 0 12px;
	box-sizing: border-box
}

.ded .main .i_table .cont .ipt {
	height: 45px;
	line-height: 43px;
	margin-bottom: 14px;
	padding: 0 12px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.ded .main .i_table .cont .ipt input {
	width: 100%;
	font-size: 14px;
	color: #393939;
	height: 53px;
	line-height: 16px;
	padding: 18px 0;
	border: 0px;
	background: none;
	font-size: 14px;
	color: #919191
}

.ded .main .i_table .cont .ipt input::-webkit-input-placeholder {
	color: #919191
}

.ded .main .i_table .cont .ipt .w {
	width: 80%;
	float: left
}

.ded .main .i_table .cont .ipt span {
	display: block;
	width: 20%;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #919191
}

.ded .main .i_table .cont .btn {
	margin-top: 19px
}

.ded .main .i_table .cont .btn a {
	width: 47.8%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #919191;
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px
}

.ded .main .i_table .cont .btn a:last-child {
	float: right;
	background: #c79e68
}

.ded .main .i_table .cont .text {
	margin-top: 16px;
	font-size: 12px;
	color: #818181;
	line-height: 1
}

.ded .main .hot {
	padding: 24px 5.59%;
	background: #ffffff
}

.ded .main .hot .tit {
	height: 18px;
	line-height: 18px;
	overflow: hidden
}

.ded .main .hot .tit h3 {
	float: left;
	font-size: 18px;
	color: #393939;
	line-height: 1
}

.ded .main .hot .tit a {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #c7c7c7;
	text-transform: uppercase
}

.ded .main .hot ul li {
	margin-top: 24px;
	height: 148px;
	overflow: hidden
}

.ded .main .hot ul li .img {
	width: 52%;
	height: 148px;
	line-height: 148px;
	text-align: center;
	float: left
}

.ded .main .hot ul li .img img {
	display: block;
	vertical-align: middle
}

.ded .main .hot ul li .text {
	width: 44%;
	float: right;
	height: 148px;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.ded .main .hot ul li .text h3 {
	font-size: 18px;
	color: #393939;
	line-height: 1;
	font-weight: normal
}

.ded .main .hot ul li .text p {
	margin: 6px 0 12px 0;
	font-size: 14px;
	color: #393939;
	line-height: 24px
}

.ded .main .hot ul li .text span {
	display: inline-block;
	width: 86px;
	height: 27px;
	background: #d8be8b;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	color: #ffffff
}

.def {
	height: 168px;
	background: url(/images/def_bg.jpg) no-repeat center
}

.def .i_in {
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.def ul {
	width: 100%;
	overflow: hidden;
	margin: 0 6.6%;
	padding-top: 30px
}

.def ul li {
	text-align: center;
	width: 18.5%;
	float: left;
	height: 105px;
	margin: 0 1.6%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #393939;
	text-align: center
}

.def ul li .in {
	display: inline-block
}

.def ul li .img {
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	overflow: hidden;
	float: left;
	margin-right: 14px
}

.def ul li .text {
	float: left;
	text-align: left
}

.def ul li .text h3 {
	font-size: 18px;
	color: #2d2d2d;
	line-height: 1;
	font-weight: normal;
	margin-top: 5px
}

.def ul li .text p {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 1;
	margin-top: 14px
}

.sya {
	text-align: center;
	padding: 55px 0
}

.sya .tit {
	margin: 60px 0 36px 0
}

.sya .text {
	text-align: left
}

.sya .text h3 {
	padding-left: 34px;
	height: 24px;
	line-height: 24px;
	background: url(/images/sya_icon.png) no-repeat left center;
	font-size: 24px;
	color: #393939;
	margin-bottom: 18px
}

.sya .text p {
	font-size: 14px;
	color: #636363;
	line-height: 22px
}

.syb .swiper-container {
	padding-top: 20px
}

.syb .li {
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	cursor: pointer
}

.syb .li:hover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.syc {
	text-align: center
}

.syc .tit {
	padding: 52px 0 38px 0
}

.syc .tit h3 {
	font-size: 36px;
	color: #393939;
	line-height: 1
}

.syc .tit p {
	margin-top: 20px;
	font-size: 17px;
	color: #393939;
	line-height: 1;
	text-transform: uppercase
}

.syd {
	background: url(/images/syc_bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: 54px
}

.syd .tit {
	text-align: center;
	padding-top: 86px
}

.syd .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.syd .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #898989;
	margin-top: 13px
}

.syd .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 28px;
	color: #5f5f5f;
	line-height: 1
}

.syd .tit .in font {
	color: #c79e68
}

.syd .tit p {
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #393939;
	line-height: 1;
	text-transform: uppercase
}

.sye {
	margin-bottom: 38px
}

.sye .tit {
	text-align: center;
	padding: 50px 0 38px 0
}

.sye .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.sye .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #898989;
	margin-top: 13px
}

.sye .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 28px;
	color: #5f5f5f;
	line-height: 1
}

.sye .tit .in font {
	color: #c79e68
}

.sye .tit p {
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #393939;
	line-height: 1;
	text-transform: uppercase
}

.syf {
	position: relative;
	bottom: 378px;
	z-index: 999;
	width: 690px;
	height: 168px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 44px;
	background: rgba(0, 0, 0, 0.68);
	text-align: center
}

.syf .in {
	width: 100%
}

.syf h3 {
	font-size: 29px;
	color: #ffffff;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 30px
}

.syf input {
	width: 370px;
	float: left;
	height: 44px;
	font-size: 16px;
	color: #393939;
	line-height: 16px;
	padding: 14px 12px;
	border: 0px
}

.syf input::-webkit-input-placeholder {
	color: #dddddc
}

.syf button {
	width: 216px;
	height: 44px;
	float: right;
	background: #d8be8b;
	font-size: 16px;
	color: #ffffff;
	border: 0px
}

.syssubmenu {
	border-bottom: 1px solid #cecece;
	position: relative;
	z-index: 2;
	margin-top: -168px
}

.filter {
	position: relative;
	z-index: 2;
	background: #ffffff
}

.filter .cont ul li {
	overflow: hidden;
	border-bottom: 0px;
	border-bottom: 1px solid #cecece
}

.filter .cont ul li .name {
	width: 100px;
	float: left;
	line-height: 83px;
	text-align: center;
	font-size: 16px;
	color: #393939;
	display: flex;
	justify-content: center;
	align-items: center
}

.filter .cont ul li .name a {
	color: #333333
}

.filter .cont .sorts {
	width: 1298px;
	float: left;
	font-size: 14px;
	color: #393939;
	padding-left: 22px;
	border: 0px
}

.filter .cont .sorts a {
	display: inline-block;
	height: 29px;
	line-height: 29px;
	color: #393939;
	padding: 0 18px;
	margin: 27px 4px
}

.filter .cont .sorts a.current {
	line-height: 29px;
	background: #d8be8b;
	color: #ffffff
}

.filter .cont .ohsorts {
	width: 1190px;
	height: 40px
}

.filter .cont .ohup,
.filter .cont .ohdown {
	height: 29px;
	line-height: 29px;
	margin: 7px 0;
	float: right;
	background: url(/images/nycase.png) no-repeat 32px center;
	padding-right: 32px;
	cursor: pointer;
	font-size: 12px;
	color: #333333
}

.filter .tsort {
	margin: 34px 0;
	height: 36px;
	overflow: hidden;
	padding: 0 22px
}

.filter .tsort ul {
	float: left
}

.filter .tsort ul li {
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #d8be8b;
	font-size: 16px;
	color: #d8be8b;
	float: left;
	margin-right: 20px;
	cursor: pointer
}

.filter .tsort ul li img {
	margin-left: 4px
}

.filter .tsort ul li.on {
	color: #d8be8b;
	border: 1px solid #000000;
}

.filter .tsort .i_input {
	float: left;
	overflow: hidden;
	height: 36px
}

.filter .tsort .i_input input {
	width: 298px;
	float: left;
	height: 34;
	border: 1px solid #cecece;
	font-size: 16px;
	color: #393939;
	line-height: 16px;
	padding: 8px 20px
}

.filter .tsort .i_input input::-webkit-input-placeholder {
	color: #c6c6c6
}

.filter .tsort .i_input button {
	width: 82px;
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #d8be8b;
	font-size: 16px;
	color: #ffffff;
	border: 0px
}

.pg_system .side {
	width: 70.5%;
	float: left;
	background: #ffffff;
	margin-bottom: 52px
}

.pg_system .main {
	width: 27.36%;
	float: right;
	box-sizing: border-box;
	margin-bottom: 26px
}

.pg_system .main .i_table {
	background: #fafafa;
	margin: 20px 0 7px 0;
	padding: 36px 12% 30px 12%
}

.pg_system .main .i_table .title {
	margin: 0 0 18px 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #393939;
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff
}

.pg_system .main .i_table .cata_b {
	margin-bottom: 10px
}

.pg_system .main .i_table .cata_b ul li {
	width: 50%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	text-align: center;
	cursor: pointer
}

.pg_system .main .i_table .cata_b ul li .in {
	display: inline-block
}

.pg_system .main .i_table .cata_b ul li span {
	display: block;
	width: 34px;
	height: 33px;
	float: left;
	background: url(/images/hoc_icon1.png) no-repeat center;
	margin-top: 5px
}

.pg_system .main .i_table .cata_b ul li h3 {
	float: left;
	font-size: 14px;
	color: #393939;
	margin-left: 6px
}

.pg_system .main .i_table .cata_b ul li:last-child span {
	background: url(/images/hoc_icon2.png) no-repeat center
}

.pg_system .main .i_table .cata_b ul li.on {
	background: #00ae66
}

.pg_system .main .i_table .cata_b ul li.on span {
	background: url(/images/hoc_icon1_h.png) no-repeat center
}

.pg_system .main .i_table .cata_b ul li.on h3 {
	color: #ffffff
}

.pg_system .main .i_table .cata_b ul li:last-child.on span {
	background: url(/images/hoc_icon2_h.png) no-repeat center
}

.pg_system .main .i_table .cata_b ul li:last-child.on h3 {
	color: #ffffff
}

.pg_system .main .i_table .cont .txt_b {
	display: none
}

.pg_system .main .i_table .cont .select {
	height: 45px;
	line-height: 43px;
	margin-bottom: 14px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.pg_system .main .i_table .cont .select select {
	width: 100%;
	border: 0px;
	font-size: 14px;
	color: #393939;
	height: 51px;
	border: 0px;
	background: none;
	padding: 0 12px;
	box-sizing: border-box
}

.pg_system .main .i_table .cont .ipt {
	height: 45px;
	line-height: 43px;
	margin-bottom: 14px;
	padding: 0 12px;
	border: 1px solid #dbdbdb;
	border-radius: 6px
}

.pg_system .main .i_table .cont .ipt input {
	width: 100%;
	font-size: 14px;
	color: #393939;
	height: 53px;
	line-height: 16px;
	padding: 18px 0;
	border: 0px;
	background: none;
	font-size: 14px;
	color: #919191
}

.pg_system .main .i_table .cont .ipt input::-webkit-input-placeholder {
	color: #919191
}

.pg_system .main .i_table .cont .ipt .w {
	width: 80%;
	float: left
}

.pg_system .main .i_table .cont .ipt span {
	display: block;
	width: 20%;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #919191
}

.pg_system .main .i_table .cont .btn {
	margin-top: 19px
}

.pg_system .main .i_table .cont .btn a {
	width: 47.8%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #919191;
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px
}

.pg_system .main .i_table .cont .btn a:last-child {
	float: right;
	background: #c79e68
}

.pg_system .main .i_table .cont .text {
	margin-top: 16px;
	font-size: 12px;
	color: #818181;
	line-height: 1
}

.syg {
	margin-top: 20px
}

.syg .i_text {
	height: 266px;
	overflow: hidden;
	margin-bottom: 6px
}

.syg .i_text .img {
	width: 43.4%;
	float: left;
	height: 266px;
	background: no-repeat center;
	background-size: cover
}

.syg .i_text .text {
	width: 53.2%;
	height: 266px;
	overflow: hidden;
	float: right
}

.syg .i_text .text h3 {
	margin-top: 13px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #c79e68;
	font-weight: normal
}

.syg .i_text .text h3 em {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-style: normal;
	border-bottom: 2px solid #c79e68;
	padding: 0 5px
}

.syg .i_text .text h3 span {
	margin-left: 50px;
	font-size: 12px;
	color: #949494
}

.syg .i_text .text h3 font {
	color: #c79e68
}

.syg .i_text .text ul {
	margin-top: 16px
}

.syg .i_text .text ul li {
	max-height: 48px;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden
}

.syg .i_text .text ul li .name {
	color: #949494
}

.syg .i_text .text ul li .des {
	color: #000000
}

.syg .list {
	padding-bottom: 9px;
	border-bottom: 1px solid #dddddd
}

.syg .list .more {
	height: 27px;
	line-height: 27px;
	text-align: right;
	font-size: 12px;
	color: #bbbbbb
}

.syg .list .more a {
	color: #bbbbbb
}

.syg .list ul li {
	border: 1px solid #dfdfdf;
	margin-bottom: 14px
}

.syg .list ul li .tit {
	height: 46px;
	line-height: 46px;
	background: #f3f3f3;
	padding: 0 16px;
	font-size: 14px;
	color: #393939;
	border-bottom: 1px solid #dfdfdf
}

.syg .list ul li .i_img {
	width: 74%;
	float: left;
	padding: 14px 16px;
	box-sizing: border-box;
	height: 99px;
	overflow: hidden
}

.syg .list ul li .i_img .in {
	width: 100%
}

.syg .list ul li .i_img .img {
	width: 123px;
	float: left;
	height: 71px;
	line-height: 71px;
	text-align: center;
	margin-right: 18px
}

.syg .list ul li .i_img .img img {
	vertical-align: middle
}

.syg .list ul li .i_img .text {
	width: 70%;
	float: left;
	height: 71px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.syg .list ul li .i_img .text span {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #393939
}

.syg .list ul li .i_img .text font {
	color: #c79e68
}

.syg .list ul li .num {
	width: 26%;
	float: left;
	height: 71px;
	overflow: hidden;
	margin-top: 14px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	color: #393939;
	border-left: 1px dashed #e3e3e3
}

.syg .list ul li .num span {
	font-size: 16px
}

.syg .list ul li .num a {
	display: block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d8be8b;
	border-radius: 5px;
	font-size: 12px;
	color: #ffffff
}

.syh {
	margin-top: 26px
}

.syi {
	margin-top: 26px
}

.pg_case .submenu {
	background: #f9f9f9
}

.caa {
	background: #f9f9f9;
	padding-bottom: 46px
}

.caa ul {
	width: 1308px;
	margin: 0 auto;
	padding: 56px 0 28px 0;
	overflow: hidden
}

.caa ul li {
	position: relative;
	width: 29.1%;
	float: left;
	margin: 0 1.94% 25px 1.94%;
	box-shadow: 1px 11px 38px rgba(6, 0, 1, 0.2)
}

.caa ul li .icon {
	position: absolute;
	top: 15px;
	right: 30px
}

.caa ul li .img {
	width: 100%;
	height: 256px;
	background: no-repeat center;
	background-size: cover
}

.caa ul li .text {
	padding: 18px 14px;
	box-sizing: border-box
}

.caa ul li .text h3 {
	width: 45%;
	height: 18px;
	line-height: 1;
	overflow: hidden;
	float: left;
	overflow: hidden;
	font-size: 18px;
	color: #393939
}

.caa ul li .text font {
	width: 45%;
	height: 14px;
	line-height: 1;
	overflow: hidden;
	float: right;
	color: #d8be8b;
	font-size: 14px;
	text-align: right
}

.caa ul li .text p {
	height: 14px;
	line-height: 1;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	color: #393939
}

.vr_detail .iframe {
	margin: 22px 2.25% 18px 2.25%
}

.vr_detail .txt_f {
	display: none
}

.vr_detail .other_hot {
	margin-bottom: 45px
}

.vr_detail .other_hot .cata_f {
	margin: 0 2.25%;
	position: relative;
	height: 64px
}

.vr_detail .other_hot .cata_f::before {
	position: absolute;
	bottom: 4px;
	left: 0px;
	content: '';
	width: 100%;
	height: 1px;
	background: #cbcbcb
}

.vr_detail .other_hot .cata_f span {
	position: relative;
	padding: 0 12px;
	margin-right: 9%;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #393939;
	cursor: pointer
}

.vr_detail .other_hot .cata_f span.on {
	color: #d8be8b
}

.vr_detail .other_hot .cata_f span.on::before {
	position: absolute;
	bottom: 2px;
	left: 0px;
	content: '';
	width: 100%;
	height: 5px;
	background: #d8be8b
}

.vr_detail .other_hot ul {
	height: 261px;
	overflow: hidden;
	margin: 25px 2.25% 40px 2.25%
}

.vr_detail .other_hot ul li {
	width: 19.4%;
	float: left;
	height: 125px;
	border-radius: 10px;
	margin: 0 0.3% 0.6% 0.3%
}

.vr_detail .other_hot ul li a {
	display: block
}

.vr_detail .other_hot ul li .img {
	width: 100%;
	height: 125px;
	background: no-repeat center;
	background-size: cover;
	border-radius: 10px
}

.vr_detail .other_hot .more {
	width: 230px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
	border: 1px solid #393939
}

.vr_detail .other_hot .more a {
	display: block;
	font-size: 16px;
	color: #393939;
	text-transform: uppercase
}

.coa {
	margin: 116px auto 50px auto;
	overflow: hidden
}

.coa .i_text {
	width: 61%;
	float: left
}

.coa .i_text h3 {
	position: relative;
	height: 38px;
	line-height: 23px;
	font-size: 23px;
	color: #c79e68
}

.coa .i_text h3 span {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 16px
}

.coa .i_text h3::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 89px;
	height: 3px;
	background: #d8be8b
}

.coa .i_text p {
	height: 178px;
	overflow: hidden;
	margin: 7px 0 44px 0;
	font-size: 13px;
	color: #636363;
	line-height: 22px
}

.coa .img {
	width: 36.3%;
	height: 367px;
	line-height: 367px;
	text-align: center;
	float: right;
	box-shadow: 3px -3px 27px rgba(0, 0, 0, 0.4)
}

.coa .img img {
	vertical-align: middle
}

.cob {
	background: #f7f7f7;
	padding-bottom: 72px
}

.cob .tit {
	text-align: center;
	padding: 43px 0 28px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.cob .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.cob .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.cob .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.cob .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.cob .intro {
	margin: 42px auto
}

.cob .i_img {
	width: 1450px;
	margin: 0 auto
}

.cob .i_img ul li {
	width: 15.96%;
	height: 154px;
	overflow: hidden;
	float: left;
	margin: 0 0.35%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s
}

.cob .i_img ul li:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.coc .tit {
	text-align: center;
	padding: 50px 0 50px 0;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.coc .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.coc .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.coc .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.coc .tit p {
	margin: 12px 0 0 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.coc ul {
	width: 1528px;
	margin: 50px auto 20px auto
}

.coc ul li {
	width: 41.5%;
	height: 153px;
	margin: 0 4.25% 30px 4.25%;
	float: left
}

.coc ul li .icon {
	width: 24%;
	float: left;
	height: 153px
}

.coc ul li .text {
	width: 76%;
	float: left;
	height: 153px;
	padding: 0 2.5% 0 2.2%;
	box-sizing: border-box;
	background: #f7f7f7;
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.coc ul li .text span {
	display: block;
	height: 16px;
	font-size: 16px;
	color: #d8be8b;
	line-height: 16px
}

.coc ul li .text p {
	margin-top: 5px;
	max-height: 100px;
	overflow: hidden;
	font-size: 12px;
	color: #666666;
	line-height: 20px
}

.culture_tit {
	text-align: center;
	padding: 56px 0 35px 0;
	background: url(/images/line.png) no-repeat center bottom
}

.culture_tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.culture_tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.culture_tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1
}

.culture_tit p {
	margin: 17px 0 0 0;
	font-size: 24px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.cod ul li {
	padding: 34px 0;
	border-bottom: 1px solid #d0d0d0;
	height: 310px;
	overflow: hidden
}

.cod ul li .img {
	width: 41%;
	float: left;
	height: 242px;
	line-height: 242px;
	text-align: center
}

.cod ul li .img img {
	vertical-align: middle
}

.cod ul li .text {
	width: 56.64%;
	float: right
}

.cod ul li .text h3 {
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	margin-top: 29px
}

.cod ul li .text .data {
	height: 12px;
	font-size: 12px;
	color: #bbbbbb;
	line-height: 1;
	margin: 20px 0 10px 0
}

.cod ul li .text p {
	height: 72px;
	font-size: 14px;
	color: #797979;
	line-height: 24px
}

.cod ul li .other {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-top: 37px
}

.cod ul li .other .share {
	float: left
}

.cod ul li .other .more {
	float: right;
	width: 129px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #d8be8b;
	border-radius: 2px;
	font-size: 13px;
	color: #ffffff
}

.cod ul li .other .more a {
	color: #ffffff;
	display: block
}

.coe {
	background: #ffffff
}

.coe .title {
	position: relative;
	padding: 23px 0 10px 0;
	margin: 0 2.25%;
	border-bottom: 1px solid #eaeaea
}

.coe .title h3 {
	font-size: 18px;
	color: #393939;
	line-height: 1
}

.coe .title p {
	font-size: 12px;
	color: #bbbbbb;
	line-height: 1;
	margin-top: 20px
}

.coe .title font {
	color: #eb4444
}

.coe .title .share {
	position: absolute;
	right: 2.25%;
	top: 51px;
	height: 18px;
	overflow: hidden
}

.coe .title .share .tit {
	float: left;
	font-size: 12px;
	color: #bbbbbb;
	line-height: 18px
}

.coe .title .share .cont {
	float: right
}

.coe .des {
	margin: 18px 2.25% 0 2.25%;
	font-size: 12px;
	color: #393939;
	line-height: 18px
}

.coe .des span {
	width: 100px;
	display: block;
	border: 1px solid #0c0408;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #393939;
	margin: 18px 0 7px 0
}

.coe .other {
	padding: 36px 0;
	margin: 0 2.25%;
	border-top: 1px dashed #d6d5d5;
	text-align: center
}

.coe .other ul {
	height: 30px;
	overflow: hidden
}

.coe .other ul li {
	display: inline-block;
	width: 172px;
	margin: 0 58px
}

.coe .other ul li a {
	width: 172px;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #393939;
	font-size: 12px;
	color: #393939
}

.cof ul {
	margin-top: 34px
}

.cof ul li {
	position: relative;
	margin-bottom: 16px;
	height: 243px;
	overflow: hidden;
	background: #ffffff
}

.cof ul li a {
	display: block;
	padding: 11px 0 11px 17px;
	overflow: hidden
}

.cof ul li .icon {
	position: absolute;
	top: 84px;
	left: 184px
}

.cof ul li .img {
	width: 39.5%;
	float: left;
	height: 220px;
	line-height: 220px;
	text-align: center
}

.cof ul li .img img {
	vertical-align: middle
}

.cof ul li .text {
	width: 56.64%;
	float: right;
	padding-right: 45px;
	box-sizing: border-box
}

.cof ul li .text h3 {
	height: 16px;
	line-height: 16px;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	margin-top: 29px
}

.cof ul li .text .data {
	height: 12px;
	font-size: 12px;
	color: #bbbbbb;
	line-height: 1;
	margin: 20px 0 10px 0
}

.cof ul li .text p {
	height: 40px;
	font-size: 14px;
	color: #797979;
	line-height: 20px
}

.cof ul li .other {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-top: 52px
}

.cof ul li .other .share {
	float: left
}

.cof ul li .other .more {
	float: right;
	width: 129px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #d8be8b;
	border-radius: 2px;
	font-size: 13px;
	color: #ffffff
}

.cof ul li .other .more a {
	color: #ffffff;
	display: block
}

.kna ul li {
	position: relative;
	margin-bottom: 16px;
	height: 260px;
	overflow: hidden;
	background: #ffffff
}

.kna ul li a {
	display: block;
	padding: 19px 0 19px 19px;
	overflow: hidden
}

.kna ul li .icon {
	position: absolute;
	top: 84px;
	left: 184px
}

.kna ul li .img {
	width: 26.5%;
	float: left;
	height: 220px;
	line-height: 220px;
	text-align: center
}

.kna ul li .img img {
	vertical-align: middle
}

.kna ul li .text {
	width: 69.64%;
	float: right;
	padding-right: 45px;
	box-sizing: border-box
}

.kna ul li .text h3 {
	height: 16px;
	line-height: 16px;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	margin-top: 29px
}

.kna ul li .text .data {
	height: 12px;
	font-size: 12px;
	color: #bbbbbb;
	line-height: 1;
	margin: 20px 0 10px 0
}

.kna ul li .text p {
	height: 40px;
	font-size: 14px;
	color: #797979;
	line-height: 20px
}

.kna ul li .other {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-top: 52px
}

.kna ul li .other .share {
	float: left
}

.kna ul li .other .more {
	float: right;
	width: 129px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #d8be8b;
	border-radius: 2px;
	font-size: 13px;
	color: #ffffff
}

.kna ul li .other .more a {
	color: #ffffff;
	display: block
}

.honor {
	margin: 90px 0 40px 0
}

.crux {
	overflow: hidden;
	margin: 14px 2.25%
}

.crux .tit {
	float: left;
	width: 6%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #bbbbbb
}

.crux .cont {
	width: 94%;
	float: left
}

.crux .cont span {
	display: inline-block;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #cecece;
	font-size: 14px;
	color: #bbbbbb;
	margin-right: 4px
}

.mod_con {
	padding: 60px 0 50px 0
}

.mod_con .tit {
	text-align: center;
	background: url(/images/hoc_line.png) no-repeat center bottom
}

.mod_con .tit .in {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.mod_con .tit .in span {
	display: inline-block;
	float: left;
	width: 53px;
	height: 1px;
	background: #5f5f5f;
	margin-top: 13px
}

.mod_con .tit .in h3 {
	float: left;
	margin: 0 20px;
	font-size: 27px;
	color: #5f5f5f;
	line-height: 1;
	font-weight: normal
}

.mod_con .tit p {
	margin: 12px 0 0 0;
	padding-bottom: 30px;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 1;
	text-transform: uppercase
}

.mod_con .cont {
	margin: 30px 0 0 0
}

.mod_con .cont h3 {
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #393939;
	background: url(/images/sya_icon.png) no-repeat left center;
	padding-left: 27px;
	margin-bottom: 10px
}

.mod_con .cont p {
	font-size: 14px;
	color: #636363;
	line-height: 24px
}

.mod_con .cont .img {
	text-align: center;
	margin-top: 30px
}

.contact_b,
.contact_d {
	background: #f7f7f7
}

.contact_e .cont {
	margin: 40px 3% 0 40px
}

.contact_e .text {
	width: 39.25%;
	float: left;
	height: 258px;
	padding: 0 4.6% 0 2.7%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: url(/images/contact_bg1.png) no-repeat;
	background-size: contain;
	font-size: 14px;
	color: #636363;
	line-height: 22px
}

.contact_e .img1 {
	width: 59%;
	float: right
}

.contact_e .img1 img {
	height: 258px
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.designer_center {
		width: 1360px
	}
	.designer {
		width: 1360px
	}
}

@media screen and (min-width: 1260px) and (max-width: 1366px) {
	.designer_center {
		width: 1260px
	}
	.designer {
		width: 1260px
	}
	.dea .cont ul li .img {
		width: 100%;
		height: 341px;
		line-height: 341px;
		overflow: hidden;
		text-align: center
	}
	.dea .cont ul li .img img {
		vertical-align: middle
	}
}

.banktop {
	position: fixed;
	bottom: 30%;
	right: 9%;
	z-index: 2;
	cursor: pointer;
}

.banner_iner {
	position: relative;
	z-index: 20;
}


/*名星整装新增*/

@keyframes updown {
	0%,
	100% {
		transform: translate(5px, -10px)
	}
	50% {
		transform: translate(0, 0)
	}
}

@keyframes sizeChange {
	0%,
	100% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
}

.box6 .house3d {
	height: 600px;
	width: 799px;
	margin: 130px auto 280px auto;
	background: no-repeat center;
}

.box6 .house3d .point {
	position: absolute;
	top: 20%;
	left: 50%;
	cursor: pointer
}

.box6 .house3d em {
	display: block;
	width: 8px;
	height: 8px;
	background: #d1b379;
	border-radius: 50%
}

.box6 .house3d .point,
.box6 .house3d i {
	display: block;
	border-radius: 50%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5)
}

.box6 li.active dl {
	display: block
}

.box6 li.active .point {
	animation: sizeChange .8s infinite
}

.box6 dl {
	display: none;
	width: 320px;
	min-height: 224px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	line-height: 1.6;
	position: absolute;
	z-index: 1
}

.box6 dl:after {
	content: '';
	width: 100px;
	height: 0;
	overflow: hidden;
	position: absolute;
	border-top: dashed 2px #a8a7a4
}

.box6 dl::before {
	content: '';
	width: 0;
	height: 100px;
	overflow: hidden;
	position: absolute;
	border-left: dashed 2px #a8a7a4
}

.box6 dt {
	color: #d1b379;
	font-size: 20px;
	padding: 10px 20px
}

.box6 dt::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d1b379;
	box-shadow: 0 0 6px #d1b379;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.box6 dd {
	padding: 0 12px 20px 12px;
	color: #919191
}

.box6 .yangtai dl {
	width: 230px;
	left: 762px;
	top: -90px
}

.box6 .yangtai dl:after {
	top: 36px;
	left: -370px;
	width: 347px
}

.box6 .yangtai dl::before {
	left: -372px;
	height: 130px;
	top: 36px
}

.box6 .woshi dl {
	width: 230px;
	left: 794px;
	top: 100px
}

.box6 .woshi dl:after {
	top: 90px;
	left: -323px;
	width: 300px
}

.box6 .woshi dl::before {
	left: -372px;
	height: 130px;
	top: 36px;
	border: 0px!important;
}

.box6 .chufang dl {
	width: 230px;
	left: 786px;
	top: 410px
}

.box6 .chufang dl:after {
	top: 204px;
	left: -149px;
	width: 120px;
}

.box6 .chufang dl::before {
	left: -149px;
	height: 250px;
	top: -46px;
}

.box6 .keting dl {
	width: 230px;
	left: 663px;
	top: 482px
}

.box6 .keting dl:after {
	top: 173px;
	left: -149px;
	width: 120px;
}

.box6 .keting dl::before {
	left: -149px;
	height: 250px;
	top: -76px;
}

.box6 .rukou dl {
	width: 230px;
	left: 648px;
	top: 482px
}

.box6 .rukou dl:after {
	top: 188px;
	left: -172px;
	width: 138px;
}

.box6 .rukou dl::before {
	left: -172px;
	height: 148px;
	top: 41px;
}

.box6 .weishengjian dl {
	width: 230px;
	left: -153px;
	top: 482px
}

.box6 .weishengjian dl:after {
	top: 146px;
	left: 256px;
	width: 252px;
}

.box6 .weishengjian dl::before {
	left: 506px;
	height: 134px;
	top: 13px;
}