/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

/**分隔符**/
@charset "utf-8";

/*Css Document*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font: inherit;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

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;
}

a {
	background: transparent;
	outline: none;
}

a:active,
a:hover {
	outline: 0;
}

/*img { border: 0;max-width:100%;height:auto;width:auto\9;-ms-interpolation-mode: bicubic;}*/
/*img.inherit { max-width:  inherit; *width: auto;}*/
table,
tr,
td {
	max-width: 100%;
	width: auto\9;
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	font-size: 1em;
}


*:before,
*:after,
.sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.ul,
ul.list,
ul.grid,
ul {
	margin: 0;
	padding: 0;
}

dl dt,
dl dd,
ul li,
ol li,
li {
	list-style: none;
}

dl.grid dt,
ul.grid li {
	float: left;
}

.opacity-9 {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.opacity-8 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.opacity-7 {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.opacity-6 {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.opacity-5 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.opacity-4 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.opacity-3 {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.opacity-2 {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.opacity-1 {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.img-gray {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.img-circle {
	border-radius: 50%;
}

.img-blur {
	filter: url(blur.svg#blur);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.en-font {
	font-family: Arial, Verdana, sans-serif;
}

.coverBg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.left,
.fl {
	float: left;
}

.right,
.fr {
	float: right;
}

.hidden,
.r-hidden {
	display: none;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
	left: 0;
	top: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.clearfix:after,
ul.grid:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

/*如果有浮动，给浮动元素父级元素加上clearfix类即可清除浮动*/
.clearfix,
ul.grid {
	zoom: 1;
}

.transition {
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.transition-delay {
	-webkit-transition: all 0.4s ease-in 0.4s;
	-moz-transition: all 0.4s ease-in 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	-ms-transition: all 0.4s ease-in 0.4s;
	transition: all 0.4s ease-in 0.4s;
}

@font-face {
	font-family: lighterFont;
	src: url('../../font/FZLTCXHJW.ttf');
}

@font-face {
	font-family: painp;
	src: url('../../font/painp.ttf');
}

@font-face {
	font-family: shinepersonaluse;
	src: url('../../font/Shine Personal Use.ttf');
}

body {
	font-family: Microsoft YaHei, Arial, Verdana, sans-serif;
	min-width: 1300px;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.reset {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.wrap {
		width: 92%;
	}
}

.imgblock {
	display: block;
}



/*=========前面是reset.css，不建议删除；下面的是你自己的全局css(开发的时候先删除)=========*/
/*头部*/
#header {
	height: 116px;
	background: #fff
}

#header .logo {
	float: right;
	padding: 22px 0;
}

#header .logo img {
	width: 100%;
}

#header .top-left {
	float: left;
	padding: 25px 0;
}

#header .year {
	padding-right: 16px;
	border-right: 1px solid #e3dad7;
	float: left;
}

#header .tel {
	margin-left: 26px;
	float: right;
	margin-top: 10px;
}

#Menu {
	height: 50px;
	width: 100%;
	background: #f2f2f2;
	position: relative;
	z-index: 66
}

#Menu ul {
	background: none;
	padding: 0
}

#Menu li {
	line-height: 50px;
	width: 133px;
	text-align: center;
	float: left;
	height: 50px;
}

#Menu li a {
	padding: 0;
	color: #555;
	position: relative;
	font-size: 16px;
	display: inline-block;
	width: 133px;
}

#Menu li dl {
	line-height: 34px;
	top: 34px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

#Menu li dl a {
	color: #fff;
}

#Menu li:hover,
#Menu li dl dd:hover,
#Menu .now_this {
	background: #dbdbdb;
}

/*********专业*************/

.x-header-major {
	width: 100%;
	background: #a15a3c;
	background-size: cover;
	position: relative;
	margin-top: -1px;
}

.x-header-major * {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.x-header-major .x-header-major-content {
	max-width: 1200px;
	height: 110px;
	margin: 0 auto;
	position: relative
}

.x-header-major .x-header-major-content .x-header-major-content-mk {
	width: 150px;
	float: left;
	height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-mk>p {
	font-size: 16px;
	padding-top: 36px;
	letter-spacing: 3px;
	text-align: center;
	color: white;
	font-weight: 700
}

.x-header-major .x-header-major-content .x-header-major-content-list {
	max-width: 1200px;
	/* 	float: left; */
	height: 100%;
	text-align: center;
	font-size: 0
}

.x-header-major .x-header-major-content .x-header-major-content-list li {
	display: inline-block;
	width: 150px;
	padding-top: 59px;
	background-size: 550px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url('/css/pc/nav.svg');
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	position: relative;
	z-index: 99;
	text-indent: 6px;
	letter-spacing: 2px;
	/* overflow:hidden; */
}



.x-header-major .x-header-major-content .x-header-major-content-list li span {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 2px;
}

.x-header-major .x-header-major-content .x-header-major-content-list li:hover {
	animation: nav_top_span 1s infinite ease-in;
}

.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-click {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 153px;
	height: 100%;
	transition: all .4s;
}


.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-list-sl.on .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	opacity: 1
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl {
	top: 110px;
	position: absolute;
	width: 1200px;
	height: 195px;
	background: no-repeat #fff;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
	box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-webkit-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-moz-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-o-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
	-ms-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk {
	width: 730px;
	float: left;
	height: 195px;
	padding: 0 10px 0 176px;
	text-align: left;
	color: #333;
	font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk h3 {
	font-size: 26px;
	padding-top: 16px;
	font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk p {
	font-size: 17px;
	line-height: 2
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-dl {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #777;
	line-height: 1.5
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn {
	width: 100%;
	text-align: left;
	font-size: 0;
	padding-top: 10px
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
	display: inline-block;
	border: 2px solid #D7A745;
	padding: 6px 12px;
	font-weight: 300;
	border-radius: 20px;
	font-size: 15px;
	color: #D7A745;
	transition: color .2s;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a:hover {
	border: 2px solid #D7A745;
	background: #D7A745;
	color: #fff
}

.x-header-major .x-header-major-content .x-header-major-content-list li:before {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #D9D9D9;
	position: absolute;
	left: 0;
	top: 30%;
}

.x-header-major .x-header-major-content .x-header-major-content-list li.list-last:after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #D9D9D9;
	position: absolute;
	right: 0;
	top: 30%
}

.x-header-major .x-header-major-content .x-header-major-content-more {
	width: 140px;
	float: left;
	height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-more a {
	display: block;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url('http://image.shomick.com/others/elements.svg');
}

.x-header-major .x-header-major-content .x-header-major-content-more a span {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 58px
}

/*底部*/
#footer {
	padding: 3px;
	background: #262626;
}

#footer hr {
	height: 3px;
	background: #9E5A46;
	margin: 0;
}

#footer .footermenu {
	margin-top: 40px;
	width: 717px;
	float: left;
	height: 225px;
}

#footer .footermenu li {
	float: left;
	color: #BDBDBD;
	width: 113px;
}

#footer .footermenu li h1 {
	font-size: 17px;
}

#footer .footermenu li h1 span {
	width: 50px;
	height: 2px;
	background: #9E5A46;
	display: block;
	margin-top: 3px;
}

#footer .footermenu li dl {
	margin-top: 5px;
	line-height: 25px;
	font-size: 14px;
}

#footer .footermenu li dl dd a {
	color: #707070;
}

#footer .footermenu li dl dd a:hover {
	color: #b5b5b5;
}

#footer .footerewm {
	float: left;
	width: 260px;
	margin-top: 40px;
	padding-top: 40px;
	height: 185px;
}

#footer .footerewm li {
	width: 100px;
	margin: 0 15px;
	float: left;
}

#footer .footerewm li img {
	width: 100%
}

#footer .footerewm li p {
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	margin-top: 10px;
}

#footer .copyright {
	text-align: center;
	color: #969696;
	line-height: 30px;
	border-top: 1px solid #3C3C3C;
	height: 70px;
	padding: 10px 0;
}

#footer .copyright p span {
	font-size: 14px;
	color: #fff
}

#leftmenu {
	width: 80px;
	height: 388px;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -157px;
	text-align: center;
	display: none;
	z-index: 9999
}

#leftmenu h2 {
	background: #EAAE32;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 1px;
}

#leftmenu ul li {
	margin-bottom: 1px;
	width: 80px;
	height: 38px;
	font-weight: 300;
	font-size: 14px;
	line-height: 38px;
	-webkit-transition: opacity 1.2s, transform .4s, width .2s;
	-moz-transition: opacity 1.2s, transform .4s, width .2s;
	transition: opacity 1.2s, transform .4s, width .2s;
}

.leftmenu1 li {
	background: #F6F6F6;
	color: #5D5D5D
}

.leftmenu2 li {
	background: #888686;
	color: #fff
}

#leftmenu ul li:hover {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	color: white;
	width: 95px;
	background: rgb(136, 134, 134);
}

.menuad img {
	width: 100%;
}

.left-nav {
	position: fixed;
	left: 0;
	top: 25%;
	z-index: 5555;
}

.left-nav .left-nav-min {
	width: 20px;
	font-size: 20px;
	padding: 15px;
	background: #c3c3c3;
	color: #0e335f;
	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.left-nav .left-nav-big {
	display: none;
	width: 200px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
	text-align: center;
	margin-top: -50px;
}

.left-nav .left-nav-big .left-nav-dl {
	border-top-right-radius: 20px;
	background: #c3c3c3;
	color: #0e335f;
	border-bottom-right-radius: 20px;
	position: relative;
	overflow: hidden;
}

.left-nav .left-nav-big .left-nav-dl .left-close {
	position: absolute;
	cursor: pointer;
	right: 8px;
	top: 2px;
	font-size: 24px;
	color: #fff;
}

.left-nav .left-nav-big .left-nav-dl .left-nav-dt {
	width: 100%;
	color: #fff;
	background: #0e335f;
	font-size: 21px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.left-nav .left-nav-big .left-nav-dl .left-nav-dd {
	width: 100%;
	border-bottom: 1px dotted #fff;
	text-align: left;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	display: block;
	background: #c3c3c3;
}

.left-nav .left-nav-big .left-nav-dl .left-nav-dd * {
	display: block;
	width: 90%;
}

.left-nav .left-nav-big .left-nav-dl .left-nav-dd .this-p {
	font-size: 16px;
	padding: 10px 5% 5px 5%;
	color: #333;
}

.left-nav .left-nav-big .left-nav-dl .left-nav-dd .this-a {
	padding: 0 5%;
	text-align: right;
	font-size: 12px;
	color: #0e335f;
	padding-bottom: 10px;
}

.left-nav .left-nav-big .left-nav-dl .left-nav-dd:hover {
	background: #0e335f;
}

.left-nav .left-nav-big .left-nav-dl .left-nav-dd:hover .this-p,
.left-nav .left-nav-big .left-nav-dl .left-nav-dd:hover .this-a {
	color: #fff;
}

/*error*/
.error {
	background: #3BCEFF;
	width: 100%;
	height: 100%;
}

.error img {
	display: block;
	margin: 0 auto;
}

.errora {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	height: 100px;
}

.errora a {
	padding: 5px 50px;
	border-radius: 10px;
	background: #7ADEFF;
	color: #fff;
	font-size: 20px;
	margin: 0 30px;
}


/*layer弹框*/
/***加上body是为了保证优先级。你可以借助Chrome调试工具，定义更多样式控制层更多的区域。***/
body .layui-layer-setwin .layui-layer-close1 {
	background-position: 0;
	background: url(../../images/closeicon.png) no-repeat;
}

body .layui-layer-diyyes .layui-layer-title {
	background: #D2A040;
	border: none;
	color: #fff
}

body .layui-layer-diyno .layui-layer-title {
	background: #c9302c;
	border: none;
	color: #fff
}

body .layui-layer-diy .layui-layer-content {
	padding: 45px 20px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-family: "楷体";
	color: #555
}

body .layui-layer-diy2 i.layui-layer-TipsR {
	border-bottom-color: #FF6060
}

body .layui-layer-diy2 .layui-layer-content {
	background: #FF6060;
	font-size: 14px;
}

body .layui-form-select dl dd.layui-this {
	background: #323232
}

/*新版共用的*/
.work_title {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center 0;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 17px;
	background: url(../../images/home/ico2.png) no-repeat center bottom;
	text-align: center;
	margin: 20px 0;
}

.work_title em {
	display: block;
	font-size: 48px;
	margin-bottom: -32px;
	font-family: 'shinepersonaluse';
	opacity: .1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 10)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}

.page {
	width: 100%;
	text-align: center;
	margin: 10px 0 40px;
}

.page ul {
	display: inline-block;
}

.page li {
	float: left;
	border: 1px solid #EDEDED;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
}

.page li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #333
}

.page li.disabled {
	color: #ccc
}

.page .active {
	background: #D7A746;
	color: #fff;
}


/*一些旧版共用的*/
.swts {
	padding: 30px 0;
}

.xq1 {
	width: 200px;
	height: 45px;
	background: #c5956e;
	display: block;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #909090;
	color: #FFF;
	line-height: 45px;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0 auto;
}

.xq1:hover {
	background: #402107;
	transition: all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	color: #FFF;
}

.pc-bm {
	min-height: 850px;
}

.pc-bm .lbt {
	text-align: center;
	border-bottom: #EFE1D8 solid 2px;
	padding: 10px;
}

.pc-bm .lbt span {
	font-size: 36px;
	color: #69381b;
	font-weight: bold;
	letter-spacing: 5px;
}

.pc-bm .lbt p {
	font-size: 22px;
	line-height: 36px;
	padding: 10px;
}

.pc-bm .lxc {
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 34px;
	color: #ff9a30;
	font-family: "微软雅黑", "黑体", Arial, sans-serif, "新宋体";
	text-align: center;
	margin-top: 20px;
}

.bmdt {
	float: left;
	width: 600px;
	height: 465px;
	background-color: #FFF;
	padding: 10px 20px;
}

.bm {
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bm .bmtitle {
	color: #5E2707;
	font-size: 24px;
	font-family: "Microsoft YaHei", Arial;
}

.bm .bmtitle b {
	font-weight: normal;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Microsoft YaHei", Courier, monospace;
	margin-left: 4px;
}

.nameac {
	width: 100%;
	height: 342px;
	overflow: hidden;
	color: #fff;
}

.nameac li {
	float: left;
	padding: 0;
	height: 38px;
	width: 600px;
	padding-left: 25px;
	letter-spacing: 2px;
	border: 1px solid #DAD5D3;
	border-top: none;
	box-sizing: border-box;
	line-height: 38px;
	text-align: left;
}

.nameac li span {
	color: #000;
	height: 100%;
	line-height: 38px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}

.nameac li span:nth-child(4) {
	margin-left: 50px;
}

.as {
	background: #FBFAF8;
}

.lnr {
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}

.name {
	width: 80px;
}

.privce {
	width: 100px;
}

.coure {
	width: 190px;
}

.level {
	width: 85px;
}

.lnr .nameac li span {
	display: inline-block;
	line-height: 38px;
	overflow: hidden;
}

.dthead {
	background: #804825;
	border: 1px solid #DAD5D3;
	height: 38px;
	line-height: 38px;
}

.dthead span {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.dthead span:nth-child(1) {
	margin-left: 22px;
}

.dthead span:nth-child(2) {
	margin-left: 9px;
}

.dthead span:nth-child(3) {
	margin-left: 13px;
}

.dthead span:nth-child(4) {
	margin-left: 46px;
}

.lnr .bmbd {
	float: right;
	width: 450px;
	background: #f0f0f0;
	font-size: 14px;
	padding: 10px 30px;
	height: 465px;
}

/*.bmbd .layui-input-block .layui-btn{width: 200px;height: 45px;background: #c5956e;display: block;text-align: center;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;box-shadow: 2px 2px 10px #909090;color: #FFF;line-height: 45px;font-size: 18px;letter-spacing: 2px;}*/


/*咨询弹窗*/
.newbox {
	width: 500px;
	height: 400px;
	border-radius: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -250px;
	overflow: hidden;
	z-index: 999;
	display: none;
}

.newbox_top {
	height: 305px;
	width: 100%;
	background: url(../../images/home/tc1013.jpg) no-repeat center;
}

.newbox_down {
	width: 100%;
	height: 95px;
	background: url(../../images/home/tc1013_bottom.jpg) no-repeat center;
	overflow: hidden;
}

.newbox_down1 {
	width: 250px;
	height: 95px;
	float: left;
	position: relative;
}

.newbox_down2 {
	width: 250px;
	height: 95px;
	float: right;
}

.newbox_downa {
	width: 180px;
	height: 35px;
	display: block;
	background: #BAB3A3;
	color: #000;
	border-radius: 20px;
	margin: 30px 35px;
	text-align: center;
	line-height: 35px;
	word-spacing: 5px;
	font-size: 16px
}

.newbox_downa:hover,
.newbox_down12 button:hover {
	background: #F18D00
}

.newbox_down11,
.newbox_down12 {
	width: 100%;
	height: 95px;
	position: absolute;
}

.newbox_down11 {
	top: 0;
	left: 0
}

.newbox_down12 {
	top: 95px;
	left: 0;
}

.newbox_down12 input {
	width: 140px;
	height: 35px;
	color: #000;
	border-radius: 20px;
	margin: 6.25px 35px;
	line-height: 35px;
	font-size: 16px;
	border: none;
	padding: 0 20px;
}

.newbox_down12 button {
	width: 180px;
	height: 35px;
	background: #BAB3A3;
	color: #000;
	border-radius: 20px;
	margin: 6.25px 35px;
	text-align: center;
	line-height: 35px;
	word-spacing: 5px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.newbox .boxout {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	top: 5px;
	right: 5px;
	position: absolute;
	background: url(../../images/home/close3.png) no-repeat center;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	cursor: pointer;
}

.newbox .boxout:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}


/*右侧菜单*/
#right_fixed {
	width: 150px;
	height: 225px;
	position: fixed;
	right: -95px;
	top: 50%;
	z-index: 9999;
	margin-top: -112.5px
}

.right_fixed_li1 {
	width: 150px;
	height: 55px;
	position: relative;
	cursor: pointer;
}

.right_fixed_li2 {
	width: 345px;
	height: 55px;
	position: relative;
	cursor: pointer;
}

.rf_yj {
	width: 55px;
	height: 45px;
	text-align: center;
	padding: 5px 0;
	float: left;
}

.rf_ej {
	height: 45px;
	padding: 5px 0;
	width: 95px;
	float: left;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
}

.rf_ej_tel {
	height: 45px;
	padding: 5px 0;
	width: 290px;
	float: right;
}

.rf_ej_tel input {
	width: 148px;
	height: 35px;
	margin-top: 5px;
	border-radius: 10px;
	border: none;
	padding: 0 5px;
	float: left;
	font-size: 16px;
	color: #333;
	border: 1px solid #402011;
}

.rf_ej_tel button {
	width: 100px;
	height: 33px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	float: left;
	margin: 5px 15px;
	border-radius: 10px;
	background: #402011;
	cursor: pointer;
	font-size: 18px
}

.rf_color1 {
	background: #402011;
	color: #fff
}

.rf_color2 {
	background: #fff;
	color: #402011;
}

/*晚间留言*/
/*body .nmes{width: 400px;padding:0px 50px;background: url(../../images/home/wjformbg.jpg) no-repeat center;}
body .layui-layer-diynmes{background: url(../../images/home/wjformbg.jpg) no-repeat center;border:none;border-radius: 20px;overflow: hidden;}
body .layui-layer-diynmes .layui-layer-title{background: none;text-align: center;padding: 0 80px;margin-top: 20px;font-size: 20px;color: #d7a746;font-weight: bold;}
body .layui-layer-diynmes .layui-layer-setwin .layui-layer-close1{background:url(../../images/closeicon.png) no-repeat center center #000;border-radius: 50%;width: 25px;height: 25px;-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;transition: .6s;-webkit-transform: rotate(0);-moz-transform: rotate(0);-ms-transform: rotate(0);-o-transform: rotate(0);transform: rotate(0);}
body .layui-layer-diynmes .layui-layer-setwin .layui-layer-close1:hover{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
body .layui-layer-diynmes .layui-layer-content{height: 350px;padding: 20px 0;overflow: hidden;}
body .nmes .layui-btn{width: 200px;height: 45px;border: 2px solid #d7a746;background: none;font-size: 20px;font-weight: bold;cursor: pointer;color: #d7a746;}*/

#wjly {
	width: 400px;
	padding: 17px 50px;
	background: url(../../images/home/wjformbg.jpg) no-repeat center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	height: 466px;
	margin-top: -233px;
	border-radius: 20px;
	z-index: 999999;
	display: none;
}

#wjly h1 {
	text-align: center;
	padding: 0 80px;
	margin-top: 20px;
	font-size: 20px;
	color: #d7a746;
	font-weight: bold;
}

#wjly ul {
	padding: 30px 0
}

#wjly li p {
	float: left;
	width: 100px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border-right: 1px solid #ccc;
	color: #555;
	font-weight: bold;
}

#wjly li input,
#wjly li select {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #666;
	border: none;
	padding-left: 20px;
	background: none;
	width: 270px
}

#wjly li select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#wjly li select option {
	height: 45px;
	line-height: 45px;
}

#wjly li textarea {
	max-width: 100%;
	height: 70px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #666;
	padding: 10px 20px;
	letter-spacing: 3px;
	resize: none;
	margin-bottom: 20px;
	width: 358px
}

#wjly li button {
	text-align: center;
	line-height: 45px;
	color: #672B18;
	background: rgba(232, 167, 75, 0.66);
	border: none;
	width: 100%;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}

#wjlybg {
	position: fixed;
	z-index: 999998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	display: none;
}

#wjclose {
	background: url(../../images/closeicon.png) no-repeat center center #000;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px
}

#wjclose:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/*离线宝弹窗
#lxbtc{width: 354px;height: 308px;position: fixed;left: 50%;top:50%;margin-left: -177px;margin-top: -154px;background: url(../../images/home/pclxbtc.png) no-repeat center;z-index: 99999;display: none;}*/
#lxbtc_con {
	height: 80px;
	margin-top: 215px;
	margin-left: 110px;
}

#lxbtc_con input {
	width: 142px;
	height: 24px;
	border: 1px solid #CAB4B7;
	border-radius: 25px;
	background: #F8F8F8;
	padding: 0px 20px;
	color: #85565B;
	font-size: 16px;
	font-weight: bold;
}

#lxbtc_con button {
	width: 94px;
	height: 21px;
	border-radius: 25px;
	box-shadow: 0px 5px 5px #000;
	background: #E6841C;
	border: 1px solid #E6841C;
	margin-left: 40px;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 3px;
	cursor: pointer;
	color: #fff;
}

#lxbtc_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -15px;
	top: -15px;
	background: #333;
	color: #fff;
	font-size: 40px;
	line-height: 35px;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
}

#tip {
	width: 300px;
	min-height: 200px;
	position: fixed;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -150px;
	background: #fff;
	border-radius: 15px;
	z-index: 9999999;
	display: none;
}

#tiptitle {
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 18px;
	border-bottom: 1px solid #cecece;
	color: #333
}

#tipinfo {
	min-height: 80px;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 20px 10px;
	line-height: 30px;
}

#tipclose {
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #cecece;
	font-size: 18px;
	font-weight: bold;
	color: #2584D8;
	text-align: center;
	cursor: pointer;
}

#tipbg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 9999998;
	display: none;
}

/*2019咨询通道*/
.right_db {
	width: 300px;

	position: fixed;
	right: 0;
	top: 70%;
	z-index: 9999;
	margin-top: -50px;
}

/* 最新弹框 */
.swt_kj {
	width: 590px;
	height: 360px;
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 50%;
	margin-left: -295px;
	margin-top: -179px;
	background: #FFF;
	border-radius: 20px;
	color: #333;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	display: none;
	opacity: 1;
}

.swt_zc {
	width: 330px;
	height: 360px;
	float: left;
	margin-left: 20px;
}

.swt_wz {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 16px;
}

.swt_wz p {
	display: block;
	font-size: 15px;
	padding-top: 15px;
}

.swt_wz h2 {
	font-size: 24px;
	line-height: 1.9;
}

.swt_xz {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swt_xz h3 {
	font-size: 14px;
	font-weight: normal;
}

.swt_sj {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px auto;
}

.swt_lb {
	height: 26px;
	float: left;
	padding: 0 16px;
	line-height: 26px;
	margin-right: 10px;
	display: inline;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	background: #f6f6f6;
	cursor: pointer;
}

.swon {
	border: 1px solid #ff7a01;
	background: #ff7a01;
	color: #ff7a01;
	font-weight: bold;
	background: url(http://www.csomick.com/images/home/global/swtd.png) no-repeat;
	background-position: right bottom;
}

.swt_zy {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px auto;
}

.swt_lb input {
	display: none;
}

.swtp {
	padding: 0 6px;
}

.swt_sr {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
}

.swt_sr input {
	display: block;
	width: 154px;
	height: 30px;
	line-height: 30px;
	color: #757474;
	margin-right: 5px;
	background: #f5f5f5;
	float: left;
	border: none;
	padding-left: 3px;
	outline: none;
}

.swt_xz h3 span {
	color: #F00;
}

.swt_tj {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.swt_tj input {
	background: #F00;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-size: 16px;
	float: left;
	margin-right: 9px;
	border: none;
	cursor: pointer;
	border-radius: 0px;
}

.swt_tj a {
	background: #ffcf48;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	float: left;
	margin-right: 9px;
	text-decoration: none;
}

.swt_rc {
	width: 234px;
	height: 360px;
	float: right;
}

.swt_rc img {
	width: 234px;
	height: 360px;
	display: block;
}

.swt_kj .swt_tcgb {
	top: 14px;
	right: 14px;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: -11px;
	margin-top: -12px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	cursor: pointer;
	outline: none;
	position: absolute;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-ms-transition: .6s;
	-ms-transform: rotate(0);
}

.swt_tcgb img {
	width: 22px;
	height: 22px;
}

.swt_kj .swt_tcgb:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.TcShow {
	-webkit-animation: TcShow1 1.3s both;
	animation: TcShow1 1.3s both;
}

.TcShow {
	-webkit-animation: TcShow1 1.3s both;
	animation: TcShow1 1.3s both;
}

/*底部浮动*/
.bottomnav {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	position: fixed;
	bottom: -80px;
	width: 100%;
	background: #a1a1a1;
	min-width: 1200px;
	z-index: 3000;
}

.bottomnav .consult-left {
	float: left;

}

.bottomnav .consult-right {
	width: 690px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 30px;
	color: #fff;
}

.bottomnav .consult-right .right-ph {
	position: absolute;
	top: 3px;
	left: 0;
	height: 50px;
}

.bottomnav .right-ph input {
	float: left;
	margin-top: 5px;
	margin-right: 12px;
	text-align: center;
	width: 241px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	border: 1px #ffffff solid;
	color: #a4a4a4;
	background: #fff;
}

.bottomnav .right-ph .rt-btn {
	border-radius: 11px;
	margin-left: -1px;
	width: 180px;
	height: 44px;
	cursor: pointer;
	background-color: #a25835;
	float: left;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
}

.bottomnav .consult-right i {
	float: left;
	margin-left: 25px;
	margin-top: 7px;
	font-size: 30px;
}

.bottomnav .consult-right span {
	margin-right: 28px;
	float: right;
	display: block;
	cursor: pointer;
	font-size: 20px;
	line-height: 42px;
}

.bottomnav .consult-right .right-zx {
	border-radius: 11px;
	height: 42px;
	width: 180px;
	position: absolute;
	left: 442px;
	background-color: #a25835;
	top: 9px;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.rt-btn img {
	margin-top: 12px;
}

.right-zx img {
	margin: 12px 24px;
}

/* 新公共右侧 */
.x-zxtc {
	width: 100px;
	position: fixed;
	right: 0;
	top: 34%;
	z-index: 9999999;
}

.x-zxtc .x-zxtc-kst {
	height: 92px;
	width: 94px;
	position: relative;
	float: right;
	background: rgba(234, 174, 50, 1);
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	cursor: pointer;
}

.x-zxtc .x-zxtc-kst:hover {
	width: 100px;
	background: rgb(233, 162, 16);
}

.x-zxtc .x-zxtc-kst a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.x-zxtc .x-zxtc-tel {
	width: 340px;
	height: 92px;
	float: right;
	background: rgba(56, 56, 56, 1);
	margin-right: -246px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner {
	width: 246px;
	height: 92px;
	float: left
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput {
	width: 227px;
	height: 42px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	margin-top: 24px;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(8, 1, 3, .2);
	-webkit-box-shadow: 0 0 3px rgba(8, 1, 3, .2);
	-moz-box-shadow: 0 0 3px rgba(8, 1, 3, .2)
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput input {
	display: block;
	width: 120px;
	padding: 0 13px;
	height: 42px;
	float: left;
	color: #a4a4a4;
	border: none;
	outline: 0;
	font-weight: 300
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput .x-zxtc-telbutton {
	display: block;
	width: 81px;
	height: 42px;
	float: right;
	line-height: 42px;
	text-align: center;
	border: 1px solid #E9A518;
	background-color: rgba(234, 174, 50, 1);
	font-size: 14px;
	color: #fff;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput .x-zxtc-telbutton:hover {
	background-color: rgb(233, 162, 16);
}

.x-zxtc .x-zxtc-tel:hover {
	margin-right: 0
}

.x-zxtc .x-zxtc-item {
	width: 94px;
	height: 92px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	overflow: hidden
}

.x-zxtc .x-zxtc-item i {
	display: block;
	width: 46px;
	height: 46px;
	margin: 10px auto 0;
	background: url('../../images/home/right-nav.svg') no-repeat;
	background-size: 1032%;
}

.x-zxtc .x-zxtc-backtop {
	width: 94px;
	height: 92px;
	background: rgba(0, 0, 0, .6);
	float: right;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s
}

.x-zxtc .x-zxtc-backtop:hover {
	width: 100px
}

/* 公共右侧over */

/*弹窗*/
.shadowIndex {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	z-index: 210;
	background: transparent;
	border-radius: 10px;
	display: none;
}

.win-item {
	display: block;
	width: 500px;
	height: 400px;
	position: relative;
	box-shadow: 3px 9px 84px #969696;
	-webkit-box-shadow: 3px 9px 84px #969696;
	-moz-box-shadow: 3px 9px 84px #969696;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	background: #fff;
}

.shadowIndex .w1-header {
	width: 500px;
	height: 81px;
	font-weight: 600;
	font-size: 26px;
	line-height: 81px;
	background: url("http://www.csomick.com//images/home/tc/shadowTeo.png") no-repeat center center;
	color: #fff;
	border-top-left-radius: 17px;
	-wbkit-border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	-wbkit-border-top-rightt-radius: 17px;
}

.shadowIndex .w1-header p {
	padding-left: 175px;
}

.shadowIndex .shadowIndexClose {
	width: 38px;
	height: 38px;
	position: absolute;
	top: -12px;
	right: -12px;
	background: url(http://www.csomick.com//images/home/tc/icon_index.png) no-repeat 0 -312px;
	cursor: pointer;
	z-index: 1;
}

.shadowIndex .w1-zy {
	display: block;
	width: 429px;
	margin: 0 auto;
	text-align: center;
}

.shadowIndex .w1-zy a>div {
	display: block;
	width: 123px;
	margin: 23px 10px 23px 10px;
	padding: 126px 0 15px 0;
	float: left;
	background-repeat: no-repeat;
	background-position: center 12px;
	color: #242424;
}

.shadowIndex .w1-btn {
	display: block;
	width: 100%;
	text-align: center;
}

.w1-btn>a {
	display: inline-block;
	line-height: 1;
	padding: 10px 40px 10px 15px;
	background: #40210f;
	color: #fff;
	font-size: 16px;
	/*background-image: url(./icon_index.png);*/
	background-position: 266px -351px;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: 200;
}

.w1-btn>a>span {
	position: absolute;
	top: 10px;
	right: 16px;
}

.w1-zy p {
	color: #40210f;
	font-size: 15px;
}

.w2-inner {
	display: block;
	width: 375px;
	margin: 0 auto;
	padding-top: 10px;
}

.w2-inner ul {
	display: block;
	width: 100%;
}

.w2-inner ul li {
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e9e9e9;
}

.w2-inner ul li h4 {
	float: left;
	font-weight: 200;
	color: #b6b6b6;
	font-size: 17px;
	cursor: pointer;
}

.w2-inner ul li a {
	display: inline-block;
	float: right;
	position: relative;
	color: #40210f;
	height: 45px;
	font-size: 17px;
	padding-right: 33px;
	background: url(http://www.csomick.com//images/home/tc/icon_index.png) no-repeat 38px -377px;
}

.w2-inner ul li a::before {
	content: "";
	width: 1px;
	height: 26px;
	background: #e9e9e9;
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -13px;
}

.w2-header>p {
	display: inline-block;
	height: 81px;
	line-height: 81px;
	padding-left: 141px;
	font-size: 21px;
}

.win-item-2>.w2-header {
	width: 500px;
	height: 81px;
	text-align: left;
	line-height: 79px;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	-webkit-border-top-left-radius: 17px;
	-webkit-border-top-right-radius: 17px;
	-moz-border-top-left-radius: 17px;
	-moz-border-top-right-radius: 17px;
	background: url(http://www.csomick.com//images/home/tc/shadowFree_03.png) no-repeat center center;
}

.w3-header {
	width: 500px;
	height: 90px;
}

.win-item-3 {
	background: url(http://www.csomick.com//images/home/tc/shadowOne.jpg) no-repeat center center;
	display: block;
	width: 500px;
	height: 400px;
	position: relative;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
}

.w3-header>p {
	display: inline-block;
	margin: 42px 0 0 243px;
	line-height: 1;
	font-size: 25px;
	font-weight: 600;
	color: #000;
}

.w3-inner {
	margin-left: 175px;
	height: 280px;
	overflow: hidden;
	padding-top: 30px;
}

.w3-inner .w3-i-list {
	display: block;
	width: 315px;
	text-align: center;
	margin: 22px 0;
}

.w3-inner .w3-i-list li {
	display: inline-block;
	width: 135px;
	height: 36px;
	line-height: 36px;
	background: #efefef;
	font-size: 16px;
	font-weight: 400;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 5px;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
}

.w3-inner .w3-i-list li a {
	color: #000000;
}

.w3-btn {
	display: block;
	width: 310px;
	text-align: center;
	padding-top: 10px;
}

.w3-btn>a {
	display: inline-block;
	line-height: 1;
	padding: 10px 50px 10px 36px;
	background: #40210f;
	color: #fff;
	font-size: 16px;
	background-image: url(http://www.csomick.com//images/home/tc/icon_index.png);
	background-position: 150px -351px;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: 200;
}

/**分隔符**/
/*首页css样式*/

/* banner */
.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;

}

.c-banner .nexImg {
	margin-right: 20%;
}

.c-banner .preImg {
	margin-left: 20%;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}

@media screen and (max-width:768px) {
	.c-banner {
		width: 100%;
		height: 345px;
		overflow: hidden;
	}

	.c-banner .banner ul li img {
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

#banner img {
	width: 100%;
	height: 100%;
	display: block;
}

#banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	border: 3px solid #fff;
}

#banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #EE7B19;
}

#banner .swiper-button-prev {
	left: 400px;
}

#banner .swiper-button-next {
	right: 400px;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
	opacity: 0.6
}

.zy {
	background: #f8f8f8;
}

.index_major {
	width: 100%;
	height: auto
}

.index_marjor_nav {
	padding: 20px 0;
	float: left;
	width: 163px;
}

.index_marjor_nav ul {
	padding: 0
}

.index_marjor_nav li {
	width: 163px;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	height: 115px;
}

.index_marjor_list {
	height: auto;
	padding: 20px 0;
	float: right;
	width: 1037px;
}

.index_marjor_list li {
	width: 1032px;
	box-shadow: 5px 5px 5px #999;
	clear: both;
	height: 460px;
}

.index_marjor_list_left {
	width: 674px;
	float: left;
}

.index_major_list_right {
	width: 358px;
	float: right;
	color: #fff;
	background: #383838;
	text-align: center;
	height: 460px;
}

.index_major_list_right .indexzysz {
	padding: 123px 0;
}

.index_major_list_right h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}

.index_major_list_right h2 {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #DCDCDA;
	line-height: 35px;
}

.index_major_list_right_con {
	font-size: 14px;
	line-height: 25px;
	margin-top: 25px;
	padding: 0 0 0 75px;
	text-align: left;
}

.index_major_list_right_zxlj {
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	margin-top: 25px;
}

.index_major_list_right_zxlj a {
	padding: 5px 20px;
	/* border-radius: 5px; */
	color: #a15a3c;
	border: solid 1px #a15a3c;
}

.index_major_list_right_zxlj span {
	background: #a15a3c;
	padding: 5px 20px;
	border-radius: 5px;
	cursor: pointer;
}

/*我们的校园*/
.ourschool {
	position: relative;
	padding: 20px 0;
	background: #fff;
}

.ourschool .tab {
	overflow: hidden;
}

.ourschool .tab .tabtitle {
	overflow: hidden;
	width: 50%;
	margin: 0 auto;
}

.ourschool .tab .tabtitle li {
	padding: 20px 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	float: left;
	width: 25%;
	text-align: center;
}

.ourschool .tab .tabtitle li.on {
	color: #fff;
}

.ourschool .tab .tabtitle li:hover {
	color: #fff;
}

.ourschool .tab .tabtitle li p {
	padding: 5px;
	cursor: pointer;
}

.ourschool .tab .tabtitle li.on p {
	background: #a25835;

	width: 80px;

	/* text-align: center; */
	margin: 0 auto;
}

.ourschool .tab .tabtitle li:hover p {
	background: #a25835;

	width: 80px;

	/* text-align: center; */
	margin: 0 auto;
}

.ourschool .tab .tabtitle a {
	display: block;
	width: 156px;
	height: 95px;
	text-align: center;
	font-size: 0;
	background: rgb(45, 45, 45);
}

.ourschool .tab .tabtitle a:after {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}

.ourschool .tab .tabtitle .cont {
	display: inline-block;
	vertical-align: middle;
}

.ourschool .tab .tabtitle .d1 {
	color: #fff;
	font-size: 16px;
}

.ourschool .tab .tabtitle .d2 {
	padding-top: 3px;
	color: #b1b1b1;
	font-size: 12px;
	font-family: Arial;
}

.ourschool .tab .tabtitle .on .d1 {
	color: #eed491;
}

.ourschool .tab .tabtitle .on .d2 {
	color: #eed491;
}

.ourschool .tab .tcs .tc2 {
	display: none;
}

.ourschool .tab .tcs .active {
	display: block;
}

.ourschool .list {
	overflow: hidden;
}

.ourschool .list li {
	margin-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 320px;
}

.ourschool .list a {
	position: relative;
	display: block;
	overflow: hidden;
}

.ourschool .list img {
	width: 1199px;
}

.ourschool .list a:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ourschool .list .tit {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	z-index: 2;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background: rgba(0, 0, 0, 0.6)
}

.ourschool .list a:hover .tit {
	bottom: 0;
}

.ourschool .btns {
	margin-top: 30px;
	text-align: center;
}

.ourschool .btns a {
	float: none;
	display: inline-block;
}


/* 师资 */
.teacher {
	background: #9d9d9d;
}

#teacherban {
	width: 1050px;
	margin: 30px 0px;
	height: 300px;
	background: none;
	padding: 0 75px
}

/*#teacherban .swiper-slide{padding: 0 75px;}*/
#teacherban .swiper-slide-active {
	background: #fff
}

.teacherban_left {
	width: 265px;
	float: left;
}

.teacherban_right {
	width: 745px;
	padding: 0 20px;
	float: right;
}

.teacherban_info {
	float: left;
	width: 455px;
	padding: 15px 0;
}

.teacherban_info_con {
	font-size: 12px;
	font-family: "微软雅黑";
	margin-top: 15px;
	line-height: 25px;
}

.teacherbanimg {
	width: 290px;
	float: right;
	padding-top: 55px;
}

.teacherbanimg img {
	margin-left: 10px;
}

#teacherban .swiper-button-next,
#teacherban .swiper-button-prev {
	width: 35px;
	height: 35px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 100%;
	background-size: 30% 30%;
}

.teachingwork .teacher_tab_title {
	height: 50px;
	border-bottom: none;
	margin: 20px 0;
	width: 720px;
	padding: 0 240px;
}

.teachingwork .teacher_tab_title li {
	display: inline-block;
	vertical-align: middle;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	line-height: 40px;
	width: 150px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	float: left;
}

.teachingwork .tteacher_tab_content {
	padding: 0;
	height: 598px;
}

.teacher_tab_item {
	display: none;
}

.teacher_show {
	display: block;
}

.teachpro_listleft {
	float: left;
	width: 915px;
}

.teachpro_listleft li {
	float: left;
	position: relative;
	cursor: pointer;
}

.teachpro_listleft li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.46);
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
}

.teachpro_listleft li img {
	transition: all 0.6s;
}

.teachpro_listleft li:hover img {
	transform: scale(1.2);
}

.teachpro_listleft li em {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/home/index/embg.png) no-repeat center center rgba(0, 0, 0, 0.46);
	display: none;
}

.teachpro_listleft_one {
	width: 590px;
	height: 279px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}

.teachpro_listleft_other {
	width: 285px;
	height: 279px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}

.teachpro_listright {
	float: right;
	width: 285px;
}

.indexcjy {
	width: 100%;
	height: 400px;
	background: url(../../images/home/index/index_cjy.jpg) no-repeat center center fixed;
	padding: 100px 0;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.indexcjy h1 {
	font-size: 40px;
	margin: 30px 0 16px;
}

.indexcjy p {
	font-size: 16px;
}

.indexcjy h2 {
	width: 500px;
	margin-left: 350px;
	margin-top: 20px;
}

.indexcjy h2 a {
	display: block;
	margin: 0 25px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.indexcjy h2 a:nth-child(1) {
	width: 200px;
	height: 50px;
	background: #d7a746;
	line-height: 50px;
}

.indexcjy h2 a:nth-child(1):hover {
	background: #b18c62;
	color: #fff
}

.indexcjy h2 a:nth-child(2) {
	background: none;
	width: 196px;
	height: 46px;
	border: 2px solid #fff;
	line-height: 46px;
}

.indexcjy h2 a:nth-child(2):hover {
	background: #d7a746;
	border: 2px solid #d7a746;
}

.teacherzx {
	/* padding: 0 10px; */
	/* color: #fff; */
	font-size: 14px;
	/* margin-top:25px; */
	position: absolute;
	bottom: 12%;
	right: 27%;
}

.teacherzx a {
	background: #a15a3c;
	padding: 5px 20px;
	cursor: pointer;
	color: #fff;
}

.teacherzx span {
	padding: 5px 20px;
	/* border-radius: 5px; */
	color: #a15a3c;
	border: solid 1px #a15a3c;
}



//报名动态
.indexbmdt {
	background: #F1F2F2;
	padding: 30px 0;
}

.indexbmdt .ourschool_title {
	margin-bottom: 30px;
	margin-top: 0;
}

.indexbmdt .bmtitle {
	background: #7D4623;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}

.indexbmdt .bmdtul {
	border: 1px solid #7D4623;
	padding-bottom: 10px;
	background: #fff
}

.indexbmdt ul li span {
	width: 239px;
	display: inline-block;
	text-align: center;
}

.indexbmdt ul li span img {
	display: inline-block;
	vertical-align: text-bottom;
}

.indexbmdt_con {
	height: 240px;
	overflow: hidden;
}

.indexbmdt_con ul li {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.indexbmdt_con ul li.bm_li1 {
	color: #7D4623;
}

.indexbmdt_con ul li.bm_li2 {
	color: #EAAE32;
}

.indexbmdt_con ul li span.bm_span {
	cursor: pointer;
}

/**分隔符**/

/**分隔符**/

/*学院报名公告*/
.moduleInformation {
	width: 1200px;
	margin: 10px auto 0;
}

.moduleInformation .InformationTitle {
	text-align: center;
}

.moduleInformation .InformationTitle h5 {
	font-size: 34px;
	color: #EAAE32;
	line-height: 2.5;
}

.module_part .major_part {
	margin: 0 atuo;
	overflow: hidden;
}

.module_part .major_part ul li {
	background: #a35839;
	float: left;
	margin-right: 12px;
	width: 291px;
	/* border: 1px solid #C1C1C1; */
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.module_part .major_part ul li:hover {
	background: #f0f0f0;
}

.module_part .major_part ul li:hover em {
	position: relative;
	bottom: -25px;
	left: 18%;
	/* margin-left: -24px; */
	display: block;
	width: 60%;
	height: 2px;
	background-color: #a35839;
	content: '';
}

.module_part .major_part ul li:hover a {
	color: #333;
}

.module_part .major_part ul li:hover p {
	color: #333;
}

.module_part .major_part ul li:hover span {
	color: #FF6D24;
}

.module_part .major_part ul li img {
	display: block;
}

.module_part .major_ti {
	margin: 15px 0;
	padding: 0 6px;
}

.module_part .major_ti p {
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}

.module_part .major_ti span {
	font-size: 15px;
	float: right;
	color: #333;
}

.module_part .btn_group {
	padding: 0 6px;
}

.module_part .btn_group .btn_pay {
	background: #EAAE32;
	width: 40%;
	text-align: center;
	color: #FFFFFF;
	border-radius: 6px;
	font-size: 14px;
	display: inline-block;
	line-height: 1.8;
}

.module_part .btn_group .btn_major {
	font-size: 14px;
	color: #fff;
	float: right;
}

.moduleInformation .InformationInfo {
	float: left;
	width: 342px;
	margin-right: 10px;
	height: 522px;
	/*background: url(images/Information-content-bg.png) no-repeat;*/
	border: 1px solid #C1C1C1;
}

.moduleInformation .InformationInfo h5 {
	text-align: center;
	font-size: 26px;
	color: #333333;
	line-height: 2.4;
}

.moduleInformation .InformationInfo ul {
	padding: 0 15px;
	overflow: hidden;
}

.moduleInformation .InformationInfo li {
	width: 100%;
	float: left;
	line-height: 45px;
	font-size: 16px;
	border-top: 1px dashed #C1C1C1;
}

.moduleInformation .InformationInfo li p {
	float: left;
	text-align: center;
}

.moduleInformation .InformationInfo ul:nth-child(1) li:nth-child(1) {
	font-size: 16px;
}

.InformationInfo ul:nth-child(1) p {
	border-bottom: 1px solid #b8b8b8;
}

.InformationInfo ul li>p:nth-child(1) {
	width: 37%;
}

.InformationInfo ul li>p:nth-child(1) {
	color: #EAAE32;
}

.InformationInfo ul li>p:nth-child(2) {
	width: 26%;
}

.InformationInfo ul li>p:nth-child(3) {
	width: 37%;
}

.InformationInfo #scroll_box {
	height: 371px;
	overflow: hidden;
}

.InformationInfo #scroll_box div {
	margin-top: -4.17328px;
}

.InformationInfo #jyscroll_box {
	height: 415px;
	overflow: hidden;
}

.InformationInfo #jyscroll_box div {
	margin-top: -4.17328px;
}

.InformationInfo .scroll_btn a {
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 2.8;
}

.InformationInfo .scroll_btn .orange_btn {
	width: 70%;
	background: #FFBA91;
	float: left;
}

.InformationInfo .scroll_btn .yellow_btn {
	width: 30%;
	background: #FC5B32;
	float: right;
}

.jiuyexibao {
	width: 342px;
	border: 1px #c1c1c1 solid;
	height: 522px;
	float: left;
}

.jiuyexibao.InformationInfo ul li>p:nth-child(1) {
	width: 26%;
	color: #555;
}

.jiuyexibao.InformationInfo ul li>p:nth-child(2) {
	color: #EAAE32;
}

.jiuyexibao.InformationInfo ul li>p:nth-child(2) {
	width: 37%;
}


.springInfo {
	width: 1200px;
	max-width: 1200px;
	height: 320px;

}

.enrolmentInfo {
	float: left;
	width: 60%
}

.enrolmentInfo_title {
	position: relative;
	height: 115px;
	text-align: center;
	color: #a35839;
}

.enrolmentInfo_content {
	width: 700px;
	height: 254px;
	background: url("/statics//images/index/enrolment_info_bg.jpg") no-repeat;
	box-shadow: darkgrey 0px 0px 23px 4px;
	padding: 19px 0px 19px 28px;
	box-sizing: border-box;
	margin-top: -52px;
}

.enrolmentInfo_content .th p {
	font-size: 18px;
	line-height: 40px;

}

.enrolmentInfo_content p {
	float: left;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	width: 90px;
}

.enrolmentInfo_content li>p:nth-child(1) {
	width: 150px;
}

.ml27 {
	margin-left: 27px;
}

.salaryInfo {
	float: left;

	width: 40%;
}

.salaryInfo .salaryInfo_title {
	color: #a35839;
	height: 35px;
	text-align: center;
}

.salaryInfo_content {
	margin-top: 27px;
	height: 254px;
	background: #f3f3f3;
	padding-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	box-shadow: darkgrey 0px 0px 23px 4px;
}

.salaryInfo_content ul {
	color: #333;
	text-align: center;
}

.salaryInfo_content ul p {
	float: left;
	width: 90px;
}

.salaryInfo_content .salaryInfo_content_title p {
	font-size: 18px;
	border-bottom: 1px solid #ffffff;
}

.salaryInfo_content_info {
	height: 188px;
	float: left;
	overflow: hidden;
}

.salaryInfo_content_info p {
	height: 25px;
	padding: 8px 0;
	/*line-height: 40px;*/
}

.salaryInfo_content_info p {
	font-size: 12px;
}

.swiper-slide .banner_items {
	width: 100%;
	height: 450px;
}

.swiper-slide .banner_items a {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	background: #d9d9d9;
	opacity: .5;
}

.swiper-pagination-bullet-active {
	background: rgb(233, 173, 56);
	opacity: 1;
}

.rmenu>.rzy a.up {
	background-color: #944615;

}

.fontsize-12 {
	font-size: 12px;
	text-transform: uppercase;
}

/**/

.module_part .enter_new {
	float: left;
	width: 26%;
}

.enter_new h5 {
	text-align: center;
	font-size: 24px;
	line-height: 2;

}

.enter_new .black_line {
	width: 20%;
	margin: 0 auto;
	height: 2px;
	background: #555;
	margin-bottom: 30px;
}

.enter_new .enter_box {
	position: relative;
	margin-bottom: 48px;
	height: 210px;
}

.enter_new .enter_box .blink_action {
	position: absolute;
	width: 20%;
	left: 40%;
	top: 178px;
	z-index: 10;
	cursor: pointer;
}

.ques_group ul li {
	float: left;
	width: 17.4%;
	text-align: center;
	border: 1px solid #F3F3F3;
	border-radius: 6px;
	margin-bottom: 15px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-box-shadow: 2px 2px 8px #888;
}

.ques_group ul li:hover {
	transform: translate(0, -4px);
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.ques_group ul li a {
	font-size: 15px;
	line-height: 2.2;
	color: #555;
}

.ques_group ul li.margin_li {
	margin: 0 2%;
}

.cyjy .cy_part,
.cyjy .jy_part {
	float: left;
	width: 50%;
	height: 186px;
	text-align: center;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.cyjy .cy_part:hover,
.cyjy .jy_part:hover {
	box-shadow: 0px 0px 15px #aaa;
}

.cyjy i {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 20px 0;
}

.cyjy .cy_part i {
	background-image: url(/images/home/index/icon_1.png);
	background-repeat: no-repeat;

}

.cyjy .jy_part i {
	background-image: url(/images/home/index/icon_2.png);
	background-repeat: no-repeat;
}

.cyjy .jy_part {
	float: left;
	width: 48%;
	text-align: center;
}

.cyjy p {
	font-size: 18px;
	color: #000;
	line-height: 1.25;
}

.cyjy p span {
	font-size: 16px;
	color: #666;
}

/*我们的师资*/
.g-tit-hm-1 {
	text-align: center;
}

.g-tit-hm-1 .en {
	height: 1em;
	line-height: 1em;
	color: #f0f0f0;
	font-size: 48px;
	font-family: ShinePersonalUse;
}

.g-tit-hm-1 .cn {
	position: relative;
	margin-top: -18px;
	height: 1em;
	line-height: 1em;
	font-size: 34px;
	font-weight: bold;
}

.g-tit-hm-1 .cn:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -24px;
	display: block;
	width: 48px;
	height: 4px;
	background-color: #d7a746;
	content: '';
}

.img-fix {
	position: absolute;
	z-index: 2;
}

.img-fix img {
	display: block;
}

.img-fix.img1 {
	top: 198px;
	left: 0;
}

.img-fix.img2 {
	top: -93px;
	right: 0;
}

.img-fix.img3 {
	bottom: 295px;
	left: 0;
}

.img-fix.img4 {
	top: 0;
	right: 0;
}

.img-fix.img5 {
	top: 66px;
	left: 84px;
}

.img-fix.img6 {
	top: 150px;
	right: 30px;
}

.img-fix.img7 {
	bottom: -166px;
	left: 0;
}

.img-fix.img8 {
	bottom: 0;
	left: 0;
}

.img-fix.img9 {
	bottom: 126px;
	right: 0;
}

.section-index.s2 {
	position: relative;
	padding: 80px 0 0px 0;
	background: rgb(241, 242, 242);
}

.section-index.s2 .g-tit-hm-1 .en {
	color: #cccdcd;
}

.section-index.s2 .g-tit-hm-1 .cn {
	color: #000;
}

.section-index.s2 .slide {
	margin-top: 64px;
}

.section-index.s2 .slide .item {
	overflow: hidden;
	background: #e0e0e0;
}

.section-index.s2 .slide .img {
	float: right;
	width: 327px;
}

.banner-index:hover .slick-arrow {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.banner-index .slick-arrow {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	position: absolute;
	width: 80px;
	z-index: 99;
	height: 80px;
}

.banner-index .slick-prev {
	left: 10%;
	top: 41%;
	background: url(../images/arr-l4.png) center no-repeat;
	background-size: 83%;
}

.banner-index .slick-prev:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../images/arr-l1.png) center no-repeat;
	background-size: 83%;
}

.banner-index .slick-next {
	right: 10%;
	top: 41%;
	background: url(../images/arr-r4.png) center no-repeat;
	background-size: 83%;
}

.banner-index .slick-next:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../images/arr-r1.png) center no-repeat;
	background-size: 83%;
}

.section-index.s2 .slide .txt {
	padding: 50px 364px 65px 24px;
}

.section-index.s2 .tablists .p-teachers>ul {
	width: 250px;
	padding: 52px 32px 95px 33px;
	overflow: hidden;
}

.section-index.s2 .t-btn {
	width: 446px;
	margin: 0 auto;
	padding: 51px 10px 106px 0;
}

.section-index.s2 .p-teachers-slide-big {
	margin-left: 315px;
}

.section-index.s2 .tablists .p-teachers>ul>li {
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
	display: inline-block;
	margin: 2px;
	border-radius: 7px;
	background-color: rgb(97, 97, 97);
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.section-index.s2 .tablists .p-teachers>ul>li:hover {
	cursor: pointer;
	box-shadow: 0 0 30px #ffffff;
	background-color: rgb(68, 68, 68);
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	transform: translate(0, -5px);
}

.section-index.s2 .tablists .p-teachers .act {
	background-color: rgb(68, 68, 68);

}

.section-index.s2 .tablists .p-teachers>ul>li>span {
	display: inline-block;
	padding-top: 82px;
	text-indent: 23px;
	font-size: 18px;
	color: white;
	letter-spacing: 2px;
}

.section-index.s2 .tablists .p-teachers>ul>li>i {
	position: absolute;
	background: url('http://image.shomick.com/首页banner/new_nav/nav-sprite-2.svg')no-repeat;
	background-size: 336px;
	width: 119px;
	height: 61px;
	margin-top: 8px;
}

.section-index.s2 .tablists .p-teachers>ul>li:nth-child(1)>i {
	background-position: 31px -21px;
}

.section-index.s2 .tablists .p-teachers>ul>li:nth-child(2)>i {
	background-position: -65px -17px;
}

.section-index.s2 .tablists .p-teachers>ul>li:nth-child(3)>i {
	background-position: -162px -21px;
}

.section-index.s2 .tablists .p-teachers>ul>li:nth-child(4)>i {
	background-position: -249px -19px;
}

.section-index.s2 .slide .tit {
	position: relative;
	height: 1em;
	line-height: 1em;
	color: #1a1917;
	font-size: 24px;
	font-weight: normal;
}

.section-index.s2 .slide .tit:after {
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #dca436;
	content: '';
}

.section-index.s2 .slide .info {
	margin-top: 68px;
	color: #1a1917;
	font-size: 14px;
	line-height: 1.71em;
	height: 274px;
}

.section-index.s2 .slide .info p {
	padding-bottom: 22px;
}

.section-index.s2 .slide .info em {
	color: #292826;
	font-size: 16px;
}

.section-index .btns a {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	margin-right: 20px;
	float: left;
	display: block;
	width: 200px;
	text-align: center;
	font-size: 16px;
}

.section-index .btns a:hover {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transform: translate(0, -5px);

}

.section-index .btns a.a1 {
	color: #fff;
	background-color: #a25835;
	height: 50px;
	line-height: 50px;
}

.section-index .btns a.a1:hover {
	box-shadow: 0px 0px 22px #9D7646;
}

.section-index .btns a.a2 {
	color: #d7a746;
	border: 2px solid #d7a746;
	height: 46px;
	line-height: 46px;
}

.section-index .btns a.a2:hover {
	color: #fff;
	background-color: #dca436;
	box-shadow: 0px 0px 22px #9D7646;
}

.section-index.s2 .slide .btn {
	position: absolute;
	top: 94%;
	margin-top: -22px;
	display: block;
	width: 44px;
	height: 44px;
	z-index: 2;
}

.section-index.s2 .slide .btn.slick-prev {
	left: 16%;
	background-image: url(../images/arr-l4.png);
}

.section-index.s2 .slide .btn.slick-prev:hover {
	background-image: url(../images/arr-l1.png);
}

.section-index.s2 .slide .btn.slick-next {
	right: 53%;
	background-image: url(../images/arr-r4.png);
}

.section-index.s2 .slide .btn.slick-next:hover {
	background-image: url(../images/arr-r1.png);
}

.section-index.s2 .slide .slick-dots {
	position: absolute;
	bottom: 15px;
	right: 20px;
	height: 10px;
	line-height: 10px;
	font-size: 0;
}

.section-index.s2 .p-slide-middle .slick-dots {
	right: 67%;
	bottom: 4%;
}

.section-index.s2 .p-slide-middle .img .slick-dots {
	bottom: 15px;
	right: 20px;
}

.section-index.s2 .slide .slick-dots li {
	margin-left: 8px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 50%;
	cursor: pointer;
}

.section-index.s2 .slide .slick-dots .slick-active {
	background-color: #d7a746;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* 创业案列 */
.ul-achieve {
	overflow: hidden;
	text-align: center;
}

.ul-achieve li {
	float: left;
	width: 391px;
	margin: 0 9px 20px 0;
}

.ul-achieve .pic {
	width: 391px;
	height: 250px;
	overflow: hidden
}

.ul-achieve .pic img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.ul-achieve .txt {
	border: 1px solid #ededed;
	padding: 18px 22px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.ul-achieve .txt h4 {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	margin-bottom: 4px
}

.ul-achieve .txt span {
	padding: 5px 30px;
	/* border-radius: 5px; */
	color: #777;
	border: solid 1px #777;
}

.ul-achieve .txt p {
	font-size: 14px;
	/* line-height: 1; */
	margin-bottom: 20px;
}

.ul-achieve a:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.ul-business {
	overflow: hidden;
	margin: 0 -10px 30px
}

.ul-business li {
	float: left;
	margin: 0 10px 20px
}

.ul-business a {
	display: block;
	width: 386px;
	height: 280px;
	overflow: hidden
}

.ul-business a img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.ul-business .last a {
	width: 793px
}

.ul-business a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

/*学员动态*/
.section-index.s5 {
	position: relative;
	/* background: url(../images/bg-hm-8.png) center center no-repeat;
background-size: cover; */
}

.section-index.s5 .slide {
	margin-top: 10px;
}

.section-index.s5 .slide .item {
	padding: 10px 5px 0 5px;
}

.section-index.s5 .slide .item:hover .cont2 {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.section-index.s5 .slide .img {
	position: relative;
	padding-top: 56%;
	height: 0;
	overflow: hidden;
}

.section-index.s5 .slide img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-index.s5 .slide .item:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-index.s5 .slide .txt {
	padding: 26px 29px 32px;
	background-color: #F7F7F7;
}

.section-index.s5 .slide .tit {
	font-size: 16px;
	line-height: 1.63em;
	height: 3.26em;
	overflow: hidden;
	color: #333;
}

.section-index.s5 .slide .item:hover .tit {
	color: #333;
}

.section-index.s5 .slide .date {
	position: relative;
	padding-top: 14px;
	font-size: 12px;
	font-family: Arial;
	color: #666;
}

.section-index.s5 .slide .item:hover .date {
	color: #333;
}

.section-index.s5 .slide .date:after {
	position: absolute;
	bottom: -18px;
	left: 0;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #d7a746;
	content: '';
}

.section-index.s5 .slide .info {
	margin-top: 40px;
	color: #666;
	font-size: 14px;
	line-height: 1.71em;
	height: 3.42em;
	overflow: hidden;
}

.section-index.s5 .slide .btn {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 44px;
	height: 44px;
	z-index: 2;
}

.section-index.s5 .slide .btn.slick-prev {
	left: 0;
	background-image: url(../images/arr-l4.png);
}

.section-index.s5 .slide .btn.slick-prev:hover {
	background-image: url(../images/arr-l1.png);
}

.section-index.s5 .slide .btn.slick-next {
	right: 0;
	background-image: url(../images/arr-r4.png);
}

.section-index.s5 .slide .btn.slick-next:hover {
	background-image: url(../images/arr-r1.png);
}

.section-index.s5 .btns {
	margin-top: 30px;
}

.section-index.s5 .btns a {
	float: none;
	margin: 0 auto;
}

.section-index.s5 .news_lists_big {
	overflow: hidden;
}

.section-index.s5 .news_lists {
	overflow: hidden;
}

.section-index.s5 .news_lists .item {
	float: left;
	width: 22%;
}

.news_lists_right p {
	font-size: 19px;
	font-weight: 800;
	overflow: hidden;
}

.news_lists_right p span {
	color: gray;
	font-weight: 500;
	font-size: 14px;
}

.news_lists_right p i {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #EAAE32;
	line-height: 36px;
}

.news_lists {
	display: none;
}

.news_lists_show {
	display: block !important;
}

.news_lists_right .news_text_list ul {
	width: 95%;
	margin: 0 auto;
}

.news_lists_right .news_text_list ul li {
	padding: 5px 0 5px 0;
}

/* 新资讯 */
.news_lists_right .news_text_list h3 {
	display: inline-block;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 66%;
	font-size: 16px;
	transition: all .3s;
	color: #333;
}

.news_lists_right .news_text_list h3:hover {
	transform: translate(15px, 0);
	color: rgb(234, 174, 50);
	transition: all .3s;
}

.news_lists_right .news_text_list span {
	float: right;
	color: #333;
}

#news_tab ul li {
	width: 21%;
	text-align: center;
	float: left;
	font-size: 23px;

	background: #F7F7F7;
	/* padding: 5px; */
	margin: 0 24px 0 23px;
	line-height: 56px;
	border-radius: 13px;
	box-shadow: 0 0 1px #B6B6B6;
	transition: all .3s;
}

#news_tab ul li:hover {

	transition: all .3s;
	box-shadow: 0 0 30px #B6B6B6;
	cursor: pointer;
	background: #EAAE32;
	color: white;
}

#news_tab ul .selected {
	box-shadow: 0 0 30px #B6B6B6;
	transition: all .3s;
	background: #a25835;
	color: white;
}

/*******************************
	-------[=底部]-------
********************************/
/* 联系我们底部 */
.x-footer-contact {
	width: 100%;
	background: url(http://image.shomick.com/%E7%83%AD%E9%97%A8%E4%B8%93%E4%B8%9A/xd_9/img-nine-6.jpg) center no-repeat fixed;
	background-size: cover;
}

.x-footer .x-footer-contact .x-footer-contact-item {
	width: 1200px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx {
	width: 370px;
	height: 460px;
	float: left;
	background: rgb(234, 174, 50);
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item {
	width: 320px;
	padding: 30px 15px 0;
	height: 350px;
	background: #fff;
	margin: 0 auto;
	text-align: left
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 {
	padding-bottom: 22px;
	border-bottom: 1px dashed #ccc
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 p {
	width: 48px;
	height: 48px;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: url('https://file.shxdf.cn/static/ieYfQPehtf.svg') no-repeat #cfcfcf;
	margin-right: 14px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 h3 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1;
	padding-top: 2px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-a1 span {
	line-height: 1.4;
	font-size: 26px;
	color: #333
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-btn {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #e1e1e1;
	color: #333;
	text-align: center;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq {
	text-align: center;
	padding-top: 38px
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a {
	display: inline-block;
	width: 104px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 10px;
	border: 2px solid #EAAE32;
	font-weight: 400;
	color: #EAAE32;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(1):hover {
	box-shadow: 0px 0px 22px #9D7646;
	transform: translate(0, -2px);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(2) {
	background-color: #EAAE32;
	color: white;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-lx .x-footer-contact-item-lx-item .x-footer-contact-item-lx-item-qq a:nth-child(2):hover {
	box-shadow: 0px 0px 22px #9D7646;
	transform: translate(0, -2px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weibo {
	width: 370px;
	height: 460px;
	float: left;
	margin-left: 45px;
	background: rgb(233, 42, 32);
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weibo .x-footer-contact-item-weibo-item {
	width: 320px;
	padding: 10px 15px;
	height: 360px;
	background: #fff;
	margin: 0 auto
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin {
	width: 370px;
	height: 460px;
	float: right;
	overflow: hidden;
	/* background: url('https://file.shxdf.cn/static/HyYsSDyEk7.jpg') center bottom no-repeat #23ac38 */
	background: rgb(106, 200, 67);
}

.item5-i-con {
	display: block;
	width: 276px;
	height: 415px;
	margin: 2px auto 0 auto;
	background: url('/images/home/index/wx.png') no-repeat center center;
}

/* .item5-swiper{
	 position: absolute;
    top: 124px;
    left: 48px;
    width: 195px;
    height: 196px;
} */

.item5-ir-val {
	display: block;
	width: 100%;
	padding-top: 285px;
}

.item5-ir-val>h6 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	color: #333;
	font-weight: 200;
	padding: 9px 0;
}

.item5-ir-val>h4 {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 200;
	color: #333;
	font-size: 16px;
	font-weight: 200;
}

.item5-ir-val>hr {
	display: block;
	width: 40px;
	margin: 0 auto;
	border: none;
	margin: 10px auto;
	border-top: 1px solid #333;
}

.item5-ir-val>span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 200;
	font-size: 10px;
	font-weight: 200;
	color: #ccc;
	letter-spacing: .6px;
	padding-top: 8px;
	transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .x-footer-contact-item-code {
	width: 184px;
	height: 184px;
	margin: 89px auto 0;
	position: relative
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .item5-i-con {
	position: relative;
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-weixin .item5-i-con>span {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #20c2ff;
	box-shadow: 0 0 6px rgba(32, 194, 255, .7);
	-webkit-box-shadow: 0 0 6px rgba(32, 194, 255, .7);
	-moz-box-shadow: 0 0 6px rgba(32, 194, 255, .7);
	animation: x-footer-contact-item-select 3s infinite linear;
	-webkit-animation: x-footer-contact-item-select 3s infinite linear;
	-moz-animation: x-footer-contact-item-select 3s infinite linear
}

@keyframes x-footer-contact-item-select {
	0% {
		top: 92px
	}

	100% {
		top: 287px
	}
}

@-webkit-keyframes x-footer-contact-item-select {
	0% {
		top: 92px
	}

	100% {
		top: 287px
	}
}

@-moz-keyframes x-footer-contact-item-select {
	0% {
		top: 92px
	}

	100% {
		top: 287px
	}
}

.x-footer .x-footer-contact .x-footer-contact-item .x-footer-contact-item-title {
	height: 70px;
	line-height: 70px;
	padding-left: 76px;
	background: url('https://file.shxdf.cn/static/ieYfQPehtf.svg') no-repeat;
	background-size: 70px;
	color: #fff;
	font-weight: 300;
	font-size: 22px
}

.section-index.s2 .wp,
.section-index.s3 .wp,
.section-index.s4 .wp,
.section-index.s5 .wp {
	position: relative;
	z-index: 3;
}

.wp {
	width: 717px;
	margin: 0 auto;
}

/* 合作企业 */
.hzqy {
	margin: 30px 0 0 0;
}

.hzqy h1 {
	font-weight: 500;
}

.hzqy p {
	font-size: 14px;
}

.hzqy1 {
	background: #9b9b9b;
}

.hzqy1 img {
	padding: 20px 0;
}

/* 我们的优势 */
.advantage-list {
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advantage-list li {
	width: 397px;
	/* height: 300px; */
	height: 161px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	cursor: default;
	position: relative;
}

.advantage-list li .img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.advantage-list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.wmdys .advantage-list li .msg1 {
	background: #3d1d10;
}

.advantage-list li .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #a35d40;

	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	/* margin-top: 15px; */
}

.advantage-list li .msg .title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 68px 0;
}

.advantage-list li:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.advantage-list li:hover .msg {
	display: none;
}

.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/**分隔符**/
/*åœ¨çº¿æŠ¥å*/
.zxbm {
	width: 100%;
	height: 670px;
	background: url(../../images/home/zxbm/zxbmbg.jpg) no-repeat center bottom;
	padding-top: 130px;
}

.zxbmform {
	width: 400px;
	margin: 0 auto;
	padding: 70px 100px;
	background: rgba(255, 255, 255, 0.46);
	box-shadow: 8px 8px 8px #dedede;
}

.zxbmform .form_title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	color: #672B18;
	text-shadow: 0px 2px 2px rgba(103, 43, 24, 0.66);
	letter-spacing: 5px;
}

/*.zxbmform .layui-form-item .layui-form-label{font-size: 16px;color: #555}
.layui-form-item .layui-form-label span{color: red}
.layui-form-item .layui-input-block textarea{resize:none;font-size: 14px;}
.zxbmform .layui-form-item .layui-input-block input{font-size: 14px;}
.zxbmform .layui-form-item .layui-input-block .layui-btn{text-align: center;line-height: 45px;color: #672B18;background: rgba(232,167,75,0.66);border: none;width: 200px;height: 45px;font-size: 20px;font-weight: bold;cursor: pointer;}
.zxbmform .layui-form-select dl dd.layui-this{background: #c5956d;}*/

.onlineli {
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}

.online li p {
	float: left;
	width: 100px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border-right: 1px solid #ccc;
	color: #555;
	font-weight: bold;
}

.online li input,
.online li select {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #666;
	border: none;
	width: 69%;
	padding-left: 20px;
	background: none;
}

.online li select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.online li select option {
	height: 45px;
	line-height: 45px;
}

.online li textarea {
	max-width: 100%;
	height: 70px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #666;
	padding: 10px 20px;
	letter-spacing: 3px;
	resize: none;
	margin-bottom: 20px;
}

.zxbm .online li input,
.zxbm .online li select {
	width: 270px
}

.zxbm .online li textarea {
	width: 358px;
}

.zxbm .online li button {
	text-align: center;
	line-height: 45px;
	color: #672B18;
	background: rgba(232, 167, 75, 0.66);
	border: none;
	width: 100%;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}

.bmbd .online li input,
.bmbd .online li select {
	width: 320px
}

.bmbd .online li textarea {
	width: 408px;
}

.bmbd .online li button,
.lxlxform .online li button {
	width: 100%;
	height: 45px;
	background: #804825;
	display: block;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #909090;
	color: #FFF;
	line-height: 45px;
	font-size: 18px;
	letter-spacing: 2px;
	border: none;
}

.lxlxform .online li textarea {
	width: 89%;
}

.lxlxform .online li button {
	background: #be9e7f
}

/*æ¥æ ¡è·¯çº¿*/
.menuad {
	width: 100%;
	height: auto
}

.lxlx {
	width: 100%;
	height: auto;
	background: #F0F0F0;
}

.lxlxcon {
	padding: 20px 0;
}

.lxl1 {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

.lxl1_title {
	font-size: 34px;
	font-weight: bold;
	color: #E36C08;
	padding: 30px 20px;
}

.lxl1_con {
	width: 100%;
}

.lx1_licon1 {
	width: 100%;
	height: 58px;
	background: #333
}

.lx1_licon1 img {
	display: block;
	float: left;
}

.lx1_licon1 p {
	width: 135px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #E36C08;
	float: right;
}

.lx1_licon2 {
	padding: 30px 20px;
}

.lx1_licon2 h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0;
}

.lx1_licon2 p {
	font-size: 16px;
	color: #333;
}

.lxl2 {
	background: #fff;
	margin-top: 20px;
}

.lxl2_title {
	width: 100%;
	height: auto;
	text-indent: 20px;
	font-size: 16px;
	border-bottom: 1px solid #b7b7b7;
	padding: 15px 0;
	color: #be9e7f;
}

#dituContent {
	width: 1200px;
	height: 600px;
}

.lxl3_con {
	padding: 100px;
}

.lxl3_con_left {
	width: 400px;
	float: right;
	padding-right: 50px;
}

/*.lxlxform .layui-form-item .layui-btn{background: #be9e7f;}*/
.lxl3_con_right {
	float: left;
}

.lxl3_con_right .info {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 15.36px 0.64px rgba(8, 8, 8, 0.14);
	width: 400px;
	height: 360px;
	margin-left: 60px;
	padding: 30px;
}

.lxl3_con_right .info h4 {
	font-size: 24px;
	color: #222;
	font-weight: normal;
	background: url(../../images/home/lxwm/icon21.png) no-repeat left bottom;
	padding-bottom: 18px;
	margin-bottom: 23px;
}

.lxl3_con_right .info p {
	margin-bottom: 8px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-top: 20px;
	font-size: 14px;
}

.lxl3_con_right .info .zxzx {
	width: 160px;
	height: auto;
	text-align: center;
	padding: 10px 0;
	border: 1px #be9e7f solid;
	border-radius: 2px;
	font-size: 14px;
	margin-top: 40px;
}

.lxl3_con_right .info .zxzx:hover {
	background: #be9e7f;
}

.lxl3_con_right .info .zxzx a {
	color: #be9e7f;
}

.lxl3_con_right .info .zxzx:hover a {
	color: #fff;
}

.lxl3_con_left .lxlxform {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 15.36px 0.64px rgba(8, 8, 8, 0.14);
	width: 400px;
	height: 360px;
	margin-left: 60px;
	padding: 30px;
}

/*ä¸“ä¸šè®¾ç½®*/
.major {
	background: #fff;
	width: 100%;
	height: auto;
}

.zytitle {
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	border-bottom: 1px solid #000;
	padding: 0 20px;
	color: #333;
}

.zylist {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.zylist li {
	width: 100%;
	height: 380px;
	margin-bottom: 40px;
}

.zylistimg {
	width: 600px;
}

.zylistimg img {
	width: 600px;
	height: 380px;
}

.zylistcon {
	width: 600px;
	height: 340px;
	background: #444;
	color: #fff;
	padding: 20px 0;
	position: relative;
}

.zylistleft {
	float: left;
}

.zylistright {
	float: right;
}

.zylistcon_t {
	width: 255px;
	margin: 30px auto 0px;
	text-align: center;
}

.zylistcon_t h1 {
	font-size: 24px;
	width: 100;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 2px solid #D7A746
}

.zylistcon_t p {
	font-size: 18px;
	padding: 5px 0;
}

.zylistcon_intro {
	width: 465px;
	height: 100px;
	margin: 20px auto 0px;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}

.zylistcon_btn {
	width: 450px;
	padding: 0 25px;
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.zylistcon_btna1 {
	width: 198px;
	height: 48px;
	border: 1px solid #dda841;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
}

.zylistcon_btna1:hover {
	background: #dda841
}

.zylistcon_btna1:hover span {
	color: #fff;
}

.zylistcon_btna2 {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dda841;
	float: left;
	margin-left: 50px;
}

.zylistcon_btna2 span {
	position: relative;
	top: -6px;
	left: -6px;
	z-index: 5;
	display: block;
	width: 200px;
	line-height: 50px;
	background-color: #dca436;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.zylistcon_btna2:hover span {
	-webkit-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	-o-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

/*è¥¿ç‚¹9ä¸ªæœˆ*/
.container1 {
	width: 1200px;
	margin: 0 auto;
}

.xd90 {
	background-size: cover;
	height: 850px;
	min-width: 1200px;
	width: 100%;
}

.xd9 {
	background: #fbefe8;
	width: 100%;
	min-width: 1206px;
}

.xd9 .line1 {
	background: url(../../images/home/major/xdnine/_03.jpg) no-repeat center;
	height: 191px;
	width: 100%;
	border-bottom: #EFE1D8 solid 3px;
}

.xd9 .line2 {
	height: 120px;
	color: #5F3622;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 112px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	overflow: hidden;
}

.xd9 .line2 ul {
	width: 1206px
}

.xd9 .line2 li {
	float: left;
	width: 188px;
	text-align: center;
	margin-right: 85px;
	margin-top: 45px;
}

.xd9 .line3 {
	height: 459px;
	margin-left: 20px;
	margin-top: 73px;
}

.xd9 .line3 li {
	float: left;
	margin-left: 20px;
}

.xd9 .line4 {
	background: url(../../images/home/major/xdnine/_28.jpg) center no-repeat;
	height: 140px;
	width: 100%;
	border-bottom: #EFE1D8 solid 3px;
	margin-top: 97px;
}

.xd9 .line5 {
	height: 600px;
	font-size: 14px;
	margin-top: 40px;
	padding-left: 6px;
}

.xd9 .line5 li {
	float: left;
	width: 294px;
	height: 279px;
	text-align: right;
	overflow: hidden;
	margin: 2px;
}

.xd9 .line5 li div {
	padding-right: 10px;
}

.xd9 .line5 li a {
	color: #69381b;
}

.xd9 .line5 li:hover img,
.xd9 .line3 li:hover img,
.xd9 .line8 li:hover img,
.xd9 .line10 li:hover img,
.xd9 .line11 li:hover img {
	transform: rotateY(180deg);
}

.xd9 .line6 {
	background: url(../../images/home/major/xdnine/_52.jpg) center no-repeat;
	height: 125px;
	width: 100%;
	border-bottom: #EFE1D8 solid 3px;
	margin-top: 40px;
}

.xd9 .line7 {
	height: 306px;
	margin-top: 20px;
}

.xd9 .line7 .p1 {
	float: left;
	width: 752px;
	margin-left: 76px;
	height: 275px;
	background: #a78a79;
	color: #fff;
	line-height: 21px;
	padding-top: 30px;
	padding-left: 40px;
	letter-spacing: 3px;
}

.xd9 .line7 .p2 {
	float: left;
	width: 252px;
	height: 305px;
	overflow: hidden;
	margin-left: 12px;
}

.xd9 .line7 .p1 div {
	font-size: 18px;
	font-weight: bold;
}

.xd9 .line7 .p1 p {
	font-size: 16px;
	margin-top: 10px;
}

.xd9 .line8 {
	margin-left: 76px;
	height: 216px;
	margin-top: 10px;
}

.xd9 .line8 li {
	float: left;
	width: 335px;
	height: 216px;
}

.xd9 .line8 .mp {
	margin: 0px 26px;
}

.xd9 .line9 {
	background: url(../../images/home/major/xdnine/91.jpg) center no-repeat;
	height: 283px;
	width: 100%;
	border-bottom: #EFE1D8 solid 3px;
	margin-top: 40px;
}

.xd9 .line10,
.xd9 .line11 {
	height: 330px;
	padding-top: 46px;
}

.xd9 .line10 li {
	float: left;
	width: 33.333%;
}

.xd9 .line11 li {
	float: left;
	width: 49%;
}

.xd9 .line11 .mp {
	margin-left: 16px;
}

.xd9 .line12 {
	background: url(../../images/home/major/xdnine/_103.jpg) center no-repeat;
	height: 146px;
	width: 100%;
	border-bottom: #EFE1D8 solid 3px;
	margin-top: 40px;
}

.xd9 .line13 {
	background: url(../../images/home/major/xdnine/_107.jpg) center no-repeat;
	color: #ffffff;
	width: 100%;
	font-size: 18px;
	height: 526px;
	margin-top: 20px;
}

.xd9 .line13 li {
	width: 190px;
	height: 239px;
	float: left;
	padding: 20px 40px;
	line-height: 25px;
	text-align: center;
	margin-top: 135px;
}

.xd9 .line13 .p0 {
	margin-left: 35px;
}

.xd9 .line13 .p1 {
	margin-left: 20px;
}

.xd9 .line13 .p2 {
	margin-left: 15px;
}

.xd9 .line13 .p3 {
	margin-left: 15px;
}

.xd9 .line14 {
	background-repeat: no-repeat;
	background-position: left center;
	height: 185px;
	width: 100%;
	border-bottom: #EFE1D8 solid 3px;
	margin-top: 40px;
}

.xd9 .line15 {}

.xd9 .line15 .p1 {
	height: 185px;
	width: 100%;
}

.xd9 .line15 .p2 {
	font-size: 24px;
	text-align: center;
	color: #69381b;
}

.xd9 .line15 .p2 div {
	font-weight: bold;
	letter-spacing: 5px;
}

.xd9 .line15 .p2 span {
	font-size: 30px;
}

.xd9 .line15 .p2 p {
	text-align: left;
	font-size: 18px;
	padding-left: 393px;
	line-height: 30px;
	margin-top: 30px;
}

.xd9 .line15 .p2 p span {
	font-size: 24px;
	margin-bottom: 10px;
}

.xd9 .line16 {}

.xd9 .line16 .p2 {
	font-size: 18px;
	color: #69381b;
	text-align: center;
}

.xd9 .line17 {
	background: url(../../images/home/major/xdnine/92.jpg) center no-repeat;
	height: 171px;
	width: 100%;
	border-bottom: #EFE1D8 solid 3px;
	margin-top: 40px;
}

.xd9 .line18 {
	background: url(../../images/home/major/xdnine/_122.jpg) center no-repeat;
	height: 573px;
	width: 100%;
	margin-top: 37px;
}

.xd9 .line18 .p1 {
	font-size: 24px;
	color: #fff;
	width: 1120px;
	margin: 0px auto;
	padding-top: 150px;
}

.xd9 .line18 .p1 .p2 {
	font-size: 24px;
	color: #fff;
	background: #a78a79;
	height: 240px;
	width: 920px;
	line-height: 55px;
	border-radius: 15px;
	padding: 35px 100px;
}

.xd9 .line19 {
	padding-bottom: 80px;
}

.row1 {
	width: 100%;
	background: url(../../images/home/major/xdnine/img-nine-2.jpg) no-repeat;
	background-size: 100%;
}

.p-tit-2 {
	text-align: center;
	color: #b18c62;
	padding-top: 80px;
}

.p-tit-2 .d1 {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
}

.p-tit-2 .d2 {
	position: relative;
	display: inline-block;
	padding: 0 42px;
	font-size: 40px;
	font-family: 'PAINP';
	line-height: 55px;
}

.p-tit-2 .d2:after,
.p-tit-2 .d2:before {
	content: '';
	position: absolute;
	top: 0;
	width: 42px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 50% 9px;
}

.p-tit-2 .d2:after {
	left: 0;
	background-image: url(../../images/home/major/xdnine/ico-hm-tit-1.png);
}

.p-tit-2 .d2:before {
	right: 0;
	background-image: url(../../images/home/major/xdnine/ico-hm-tit-2.png);
}

.p-tit-2 .d3 {
	font-size: 16px;
	line-height: 1;
}

.p-tit-2.white {
	color: #fff;
}

.ul-list-p2 {
	overflow: hidden;
	padding: 100px 0 0;
}

.ul-list-p2 li {
	overflow: hidden;
	padding-bottom: 40px;
	width: 50%;
}

.ul-list-p2 .ico {
	width: 84px;
	height: 84px;
	background-repeat: no-repeat;
	background-image: url(../../images/home/major/xdnine/img-nine-2.png);
}

.ul-list-p2 .info {
	overflow: hidden;
	max-width: 280px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.ul-list-p2 .info h5 {
	padding: 4px 0 10px;
	font-size: 18px;
	font-weight: normal;
}

.ul-list-p2 .lil,
.ul-list-p2 .lil .ico,
.ul-list-p2 .lil .info {
	float: left;
}

.ul-list-p2 .lil .ico {
	margin-right: 18px;
}

.ul-list-p2 .lir,
.ul-list-p2 .lir .ico,
.ul-list-p2 .lir .info {
	float: right;
}

.ul-list-p2 .lir .ico {
	margin-left: 18px;
}

.ul-list-p2 .lir .info {
	text-align: right;
}

.ul-list-p2 .li1 .ico {
	background-position: 0px 0;
}

.ul-list-p2 .li3 .ico {
	background-position: -84px 0;
}

.ul-list-p2 .li5 .ico {
	background-position: -168px 0;
}

.ul-list-p2 .li7 .ico {
	background-position: -252px 0;
}

.ul-list-p2 .li2 .ico {
	background-position: 0px -84px;
}

.ul-list-p2 .li4 .ico {
	background-position: -84px -84px;
}

.ul-list-p2 .li6 .ico {
	background-position: -168px -84px;
}

.ul-list-p2 .li8 .ico {
	background-position: -252px -84px;
}

.xd9bm .bmbd {
	background: #fff;
}

/*è¥¿ç‚¹3ä¸ªæœˆ*/
.xd30 {
	background-size: cover;
	height: 850px;
	min-width: 1200px;
	width: 100%;
}

.xd31 {
	background: #fff;
	min-width: 1200px;
	width: 100%;
}

.xd31 .line2 {
	height: 230px;
	color: #807f7f;
	padding-bottom: 50px;
	text-align: center;
	font-size: 20px;
	padding: 70px 0 0 80px;
}

.xd31 .line2 p {
	padding: 125px 20px 0px 20px;
	letter-spacing: 5px;
}

.xd31 .line2 li {
	float: left;
	width: 205px;
	height: 205px;
	margin: 0 30px;
}

.xd31 .line2 .p1 {
	background: url(../../images/home/major/xdthree/-1.gif) center no-repeat;
}

.xd31 .line2 .p2 {
	background: url(../../images/home/major/xdthree/-2.gif) center no-repeat;
}

.xd31 .line2 .p3 {
	background: url(../../images/home/major/xdthree/-3.gif) center no-repeat;
}

.xd31 .line2 .p4 {
	background: url(../../images/home/major/xdthree/-4.gif) center no-repeat;
}

.xd31 .line1 {
	text-align: center;
	color: #7C7C7C;
	font-size: 34px;
	line-height: 35px;
	padding: 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.xd31 .line1 .p1 {
	font-size: 48px;
}

.xd31 .line1 .p1 span {
	font-size: 32px;
}

.xd31 .line1 .p2 {
	font-size: 20px;
}

.xd31 .line1 p {
	margin: 0px 0px;
}

.xd31 .mians {
	margin-top: 30px;
	padding: 10px 0px;
	height: 220px;
	padding-bottom: 54px;
}

.xd31 .carousels {
	float: left;
	padding: 1px;
}

.xd31 .carousels ul li {
	width: 251px;
	height: 214px;
	overflow: hidden;
	margin: 2px;
}

.xd31 .mians .prev,
.xd31 .mians .next {
	float: left;
	display: block;
	width: 89px;
	height: 147px;
}

.xd31 .mians .prev {
	margin: 0px;
	;
	background: url(../../images/home/major/xdthree/left.png) center no-repeat;
	margin-top: 40px;
}

.xd31 .mians .next {
	margin: 0px;
	background: url(../../images/home/major/xdthree/right.png) center no-repeat;
	margin-top: 40px;
}

.xd31 .carousels ul li img {
	width: 251px;
	height: 214px;
}

.xd31 .line4 a {
	width: 158px;
	height: 45px;
	text-align: center;
	border: #A7A7A7 solid 2px;
	display: block;
	line-height: 45px;
	font-size: 28px;
	letter-spacing: 5px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #A7A5A6;
}

.xd31 .line4 a:hover {
	border: #C5956E solid 2px;
	color: #993300;
}

.xd32 {
	background: url(../../images/home/major/xdthree/_11.gif) center no-repeat;
	background-size: cover;
	height: 306px;
	min-width: 1200px;
	width: 100%;
	margin-top: 10px;
}

.xd32 .line1 {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	padding-top: 35px;
}

.xd32 .line2 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	padding-top: 45px;
	line-height: 35px;
}

.xd32 .line3 {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	padding-top: 35px;
}

.xd32 .line3 a {
	color: #FFF;
}

.xd33 {
	width: 100%;
	min-width: 1200px;
	background: #fff;
}

.xd33 .line1 {
	height: 800px;
	padding-top: 35px;
}

.xd33 .line1 li {
	width: 600px;
	height: 360px;
	float: left;
	color: #7d7d7d;
	margin: 20px 0px;
}

.xd33 .line1 li:hover img {
	opacity: 0.8
}

.xd33 .line1 li .s1 {
	width: 243px;
	height: 360px;
	float: left;
	overflow: hidden;
}

.xd33 .line1 li .s2 {
	width: 325px;
	height: 360px;
	float: right;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 4px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
}

.xd33 .line1 li .s2 strong {
	font-size: 16px;
}

.xd31 .line6 {
	height: 450px;
}

.xd31 .line7 {
	background: url(../../images/home/major/xdthree/_20.jpg) center no-repeat;
	height: 450px;
}

.xd31 .line8 {
	color: #A8A6A7;
	font-size: 18px;
}

.xd35 {
	background: url(../../images/home/major/xdthree/_22.jpg) center no-repeat;
	background-size: cover;
	height: 247px;
	min-width: 1206px;
	width: 100%;
	margin-top: 50px;
}

.xd38 {
	background: url(../../images/home/major/xdthree/_24.jpg) no-repeat right;
	height: 782px;
	min-width: 1200px;
	width: 100%;
}

.xd38 .line1 {
	float: left;
	color: #7D7D7D;
	font-size: 42px;
	width: 60px;
	margin-top: 150px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
}

.xd38 .line2 {
	float: left;
	color: #7D7D7D;
	font-size: 20px;
	width: 650px;
	line-height: 40px;
	margin-top: 100px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
}

.xd39 .line1 {
	background: url(../../images/home/major/xdthree/_26.jpg) center no-repeat;
	height: 171px;
}

.xd39 .line2 {
	background: url(../../images/home/major/xdthree/_31.jpg) center no-repeat;
	height: 622px;
	margin: 20px auto;
	font-size: 24px;
	color: #7D7D7D;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.xd39 .line2 p {
	padding-top: 160px;
	line-height: 60px;
}

.xd39 .bmdt,
.xc6bm .bmdt,
.coffeebd .bmdt,
.tj1 .bmdt {
	background: #f0f0f0;
}

.xd39 .bmbd,
.xc6bm .bmbd,
.coffeebd .bmbd,
.tj1 .bmbd {
	background: #f0f0f0;
}

/*è¥¿é¤6ä¸ªæœˆ*/
.xc6next {
	height: 130px;
	width: 100%;
	position: absolute;
	bottom: 80px;
}

.xc6next a {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 140px;
	background: url(../../images/home/major/xcsix/img-three-1.png) center no-repeat;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-animation: aniTop 1.5s infinite ease-in;
	-o-animation: aniTop 1.5s infinite ease-in;
	animation: aniTop 1.5s infinite ease-in;
}

@-webkit-keyframes aniTop {
	0% {
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}

	50% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}

	100% {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}

@keyframes aniTop {
	0% {
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}

	50% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}

	100% {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}

.xc61 {
	min-width: 1200px;
	width: 100%;
	color: #000;
}

.xc61 .line1 {
	background: url(../../images/home/major/xcsix/s1.jpg) center no-repeat;
	height: 95px;
	font-size: 24px;
	text-align: center;
	padding-top: 70px;
}

.xc61 .line2 {
	font-size: 14px;
	background: #F0EEEF;
	margin: 0 88px;
	padding: 40px 100px;
	text-indent: 30px;
	line-height: 25px;
}

.xc61 .line3 {
	background: url(../../images/home/major/xcsix/s2.jpg) center no-repeat;
	height: 105px;
	font-size: 24px;
	text-align: center;
	padding-top: 30px;
}

.xc61 .line4 {
	text-align: center;
}

.xc61 .line4 li {
	display: inline-block;
	text-align: center;
	*display: inline;
	zoom: 1;
	margin: 0 40px;
	font-size: 14px;
	line-height: 25px;
}

.xc61 .line5 {
	margin-top: 30px;
	text-align: center;
}

.xc61 .line5 li {
	display: inline-block;
	text-align: center;
	*display: inline;
	zoom: 1;
	margin: 0 20px;
	overflow: hidden;
	border-radius: 15px
}

.xc61 .line5 li:hover img {
	opacity: 0.8;
}

.xc61 .line6 {
	background: url(../../images/home/major/xcsix/s3.jpg) center no-repeat;
	height: 85px;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

.xc61 .line7 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.xc61 .line8 {
	height: 500px;
	font-size: 14px;
	margin-top: 30px;
}

.xc61 .line8 li a {
	color: #000;
}

.xc61 .line8 li {
	width: 294px;
	float: left;
	margin: 10px 3px;
	line-height: 20px;
}

.xc61 .line8 li:hover img {
	opacity: 0.8;
}

.xc61 .line9 {
	background: url(../../images/home/major/xcsix/s31.jpg) center no-repeat;
	height: 90px;
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
}

.xc61 .line10 {
	background: #F0EEEF;
	margin: 0 60px;
	margin-top: 35px;
}

.xc61 .line11 {
	margin: 0 60px;
	margin-top: 35px;
	text-align: center;
}

.xc61 .line11 li {
	display: inline-block;
	text-align: center;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	float: left;
}

.xc61 .line11 li img {
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.xc61 .line11 li:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.xc61 .line11 .p1 {
	margin: 0 33px;
}

.xc61 .line12 {
	background: url(../../images/home/major/xcsix/s4.jpg) center no-repeat;
	height: 72px;
	font-size: 24px;
	text-align: center;
	padding: 10px 0px 27px 0px;
	margin-top: 20px;
}

.xc61 .line13 {
	margin: 0 60px;
	margin-top: 35px;
	text-align: center;
}

.xc61 .line13 li {
	display: inline-block;
	text-align: center;
	*display: inline;
	zoom: 1;
}

.xc61 .line13 li:hover img {
	opacity: 0.8;
}

.xc61 .line13 .p1 {
	margin: 0 34px;
}

.xc61 .line14 {
	background: url(../../images/home/major/xcsix/s5.jpg) center no-repeat;
	height: 85px;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

.xc61 .line141 {
	background: url(../../images/home/major/xcsix/xx.jpg) center no-repeat;
	height: 300px;
	margin: 20px 0;
}

.xc61 .line15 {
	background: url(../../images/home/major/xcsix/s6.jpg) center no-repeat;
	height: 85px;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

.xc61 .line16 {
	background: url(../../images/home/major/xcsix/cy.jpg) center no-repeat;
	height: 580px;
}

.xc61 .line16 .pleft {
	float: left;
	margin-left: 212px;
	margin-top: 360px;
	color: #fff;
	font-size: 14px;
}

.xc61 .line16 .bt {
	font-size: 18px;
}

.xc61 .line16 .nr {
	font-size: 14px;
	line-height: 25px;
	padding-top: 10px;
}

.xc61 .line16 .pright {
	float: right;
	margin-right: 230px;
	margin-top: 360px;
	color: #fff;
	font-size: 14px;
}

.xc61 .line16 a {
	border: #FFF solid 1px;
	;
	display: block;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	transition: all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
}

.xc61 .line16 a:hover {
	border: #C5956E solid 1px;
	color: #C5956E;
}

.xq2 {
	width: 200px;
	height: 45px;
	border: #000 solid 1px;
	display: block;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 2px 2px 10px #909090;
	color: #525051;
	line-height: 45px;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0 auto;
	transition: all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
}

.xq2:hover {
	background: #fff;
	color: #525051;
}

.pc-bm2 {
	min-height: 400px
}

.pc-bm2 .lxc {
	line-height: 35px;
	width: 650px;
	font-size: 18px;
	color: #3E3E3E;
	font-family: "å¾®è½¯é›…é»‘", "é»‘ä½“", Arial, sans-serif, "æ–°å®‹ä½“";
	text-align: center;
	margin: 0 auto;
	border-bottom: #505050 solid 5px;
	margin-top: 10px;
	padding-bottom: 15px;
}

.lnr2 {
	min-height: 200px;
	padding: 30px 0px;
}

/*å’–å•¡*/
.kf0 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	min-width: 1200px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: å¹¼åœ†;
}

.kf01 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 234px;
	min-width: 1200px;
	width: 100%;
}

.kf02 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	min-width: 1200px;
	width: 100%;
}

.pdlr15 {
	padding: 0px 0px;
}

.kf1,
.kf3,
.kf8,
.kf9 {
	width: 100%;
	min-width: 1200px;
}

.kf1 .line1 {
	background-position: left center;
	background-repeat: no-repeat;
	height: 152px;
	margin: 50px auto;
}

.kf1 .line2 {
	height: 450px;
}

.kf1 .line2 .p1 {
	float: left;
	width: 300px;
	padding-left: 66px;
}

.kf1 .line2 .p1 li {
	float: left;
	margin: 5px auto;
	width: 100%;
	font-size: 18px;
	color: #a78a79;
	letter-spacing: 5px;
}

.kf1 .line2 .p1 li img {
	margin-right: 10px;
	float: left;
}

.kf1 .line2 .p2 {
	float: right;
	width: 705px;
	margin-right: 70px;
}

.kf1 .line3 {
	height: 250px;
}

.kf1 .line3 li {
	float: left;
	width: 380px;
	height: 258px;
	overflow: hidden;
}

.kf1 .line3 li:hover img {
	opacity: 0.8;
}

.kf1 .line3 .mp {
	margin: 0px 20px;
}

.kf1 .line4 {
	background: url(../../images/home/major/coffee/_32.jpg) center no-repeat;
	height: 287px;
	margin: 50px auto;
}

.kf1 .line5 {
	height: 780px;
}

.kf1 .line5 li {
	float: left;
	width: 350px;
	height: 350px;
	overflow: hidden;
	margin: 15px;
	position: relative;
}

.kf1 .line5 li div {
	width: 350px;
	height: 350px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	opacity: 0.6;
	top: 0px;
	color: #FFF;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
	box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
	font-size: 24px;
	line-height: 380px;
	text-align: center;
}

.kf1 .line5 li:hover div {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.kf1 .line6 {
	background: url(../../images/home/major/coffee/_51.jpg) center no-repeat;
	height: 287px;
	margin: 50px auto;
}

.kf1 .line7 {
	height: 330px;
}

.kf1 .line7 .p1 {
	float: left;
	width: 252px;
	height: 305px;
	overflow: hidden;
	margin-left: 70px;
}

.kf1 .line7 .p2 {
	float: left;
	width: 765px;
	margin-left: 12px;
	height: 280px;
	background: #63381a;
	color: #a78a79;
	padding-top: 25px;
	padding-left: 30px;
}

.kf1 .line7 .p2 div {
	font-size: 18px;
	font-weight: bold;
}

.kf1 .line7 .p2 p {
	font-size: 16px;
	margin-top: 10px;
}

.kf1 .line8 {
	margin-left: 70px;
	height: 230px;
}

.kf1 .line8 li {
	float: left;
	width: 337px;
	height: 216px;
}

.kf1 .line8 li:hover img {
	opacity: 0.8;
}

.kf1 .line8 .mp {
	margin: 0px 26px;
}

.kf1 .line9 {
	height: 330px;
	margin-top: 20px;
}

.kf1 .line9 .p1 {
	float: left;
	width: 765px;
	margin-left: 70px;
	height: 280px;
	background: #63381a;
	color: #a78a79;
	padding-top: 25px;
	padding-left: 30px;
}

.kf1 .line9 .p2 {
	float: left;
	width: 252px;
	height: 305px;
	overflow: hidden;
	margin-left: 12px;
}

.kf1 .line9 .p1 div {
	font-size: 18px;
	font-weight: bold;
}

.kf1 .line9 .p1 p {
	font-size: 16px;
	margin-top: 10px;
}

.kf1 .line10 {
	background: url(../../images/home/major/coffee/_78.jpg) center no-repeat;
	height: 287px;
	margin: 50px auto;
}

.kf1 .line11 {
	height: 487px;
	margin: 50px auto;
}

.kf1 .line11 .p1 {
	float: left;
	width: 246px;
	padding-left: 96px;
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
}

.kf1 .line11 .p1 .s1 {
	width: 246px;
	height: 200px;
	background: #a78a79;
	border-radius: 10px;
	color: #29120A;
}

.kf1 .line11 .p1 .s2 {
	width: 246px;
	height: 200px;
	background: #69381b;
	border-radius: 10px;
	margin-top: 10px;
	color: #A78C7B;
}

.kf1 .line11 .p1 img {
	margin: 10px auto;
}

.kf1 .line11 .p1 p {
	padding: 0 20px;
	text-align: left;
}

.kf1 .line11 .p2 {
	float: right;
	width: 732px;
	margin-right: 106px;
	margin-top: 5px;
}

.kf1 .line12 {
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	margin: 50px auto;
}

.kf1 .line13 {
	border: #300 2px solid;
	width: 1080px;
	border-radius: 15px;
	color: #a78a79;
	height: 330px;
	margin: 0 auto;
	font-size: 24px;
}

.kf1 .line14 {
	background: url(../../images/home/major/coffee/_104.jpg) center no-repeat;
	height: 305px;
	margin-top: 50px;
}

.kf15 {
	background: url(../../images/home/major/coffee/_106.jpg) center no-repeat;
	background-size: cover;
	height: 573px;
	min-width: 1200px;
	width: 100%;
	margin-top: 30px;
}

.kf15 .line1 {
	color: #a18474;
	width: 762px;
	padding-left: 377px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
}

.kf15 .line1 li {
	width: 164px;
	height: 239px;
	float: left;
	padding: 20px 35px;
	margin: 0 10px;
}

.row-a1-kf {
	padding-bottom: 70px;
	overflow: hidden;
}

.s-tit-1 {
	padding-top: 70px;
	margin-bottom: 40px;
}

.s-tit-1 img {
	display: block;
	margin: 0 auto;
}

.wp {
	width: 1200px;
	height: 461px;
	margin: 0 auto;
}

.wp2 {
	width: 1028px;
	height: 500px;
	margin: 0 auto;
}

.m-txt1-kf {
	float: left;
	padding-top: 270px;
	width: 400px;
	height: 219px;
	background-color: #dca436;
	background: #dca436 url(../../images/home/major/coffee/kf-img.png) center top 40px no-repeat;
}

.m-txt1-kf .txt {
	margin: 0 auto 25px;
	width: 260px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
}

.m-txt1-kf .txt h4 {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: normal;
}

.m-txt1-kf .p-btn-1 {
	border: 1px solid #fff;
}

.m-txt1-kf .p-btn-1 span {
	color: #6e5a50;
	border: 1px solid #fff;
	background-color: #fff;
}

.ul-list-kf {
	overflow: hidden;
	padding: 7px 30px 0;
	margin-right: -40px;
	background-color: #6e5a50;
}

.ul-list-kf li {
	float: left;
	width: 50%;
}

.ul-list-kf li a {
	display: block;
	height: 160px;
	margin-right: 40px;
	border-bottom: 1px dotted #9a8c85;
}

.ul-list-kf li .pic {
	float: left;
	margin-right: 20px;
	margin-top: 40px
}

.ul-list-kf li .pic img {
	display: inline-block;
}

.ul-list-kf li.li5 a,
.ul-list-kf li.li6 a {
	border-bottom: none;
}

.ul-list-kf .txt {
	padding-top: 50px;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}

.ul-list-kf .txt h5 {
	font-size: 16px;
	font-weight: normal;
}

.p-btn-1 {
	display: block;
	margin: 0 auto;
	width: 198px;
	height: 48px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dda841
}

.p-btn-1 span {
	position: relative;
	top: -6px;
	left: -6px;
	z-index: 5;
	display: block;
	width: 200px;
	line-height: 50px;
	background-color: #dca436;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.p-btn-1:hover span {
	-webkit-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	-o-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

/*è°ƒé…’*/
.pdlr15 {
	padding: 0px 18px;
}

.tj1,
.tj3,
.tj8,
.tj9 {
	width: 100%;
	min-width: 1206px;
}

.tj1 .line1 {
	height: 386px;
	margin: 40px auto;
}

.tj1 .line1 .p1 {
	background: url(../../images/home/major/bartender/-1.jpg) center no-repeat;
	width: 175px;
	height: 326px;
	float: left;
	margin-left: 121px;
}

.tj1 .line1 .p2 {
	float: left;
	width: 754px;
	margin-left: 37px;
}

.tj1 .line1 .p2 .l1 {
	color: #B0B0B0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 4px;
}

.tj1 .line1 .p2 .l2 {
	background: #525252;
	color: #FFF;
	height: 37px;
	margin-top: 6px;
	line-height: 37px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 6px;
}

.tj1 .line1 .p2 .l3 {
	font-size: 32px;
	text-align: center;
	color: #525250;
	letter-spacing: 6px;
	line-height: 50px;
}

.tj1 .line1 .p2 .l4 {
	background: url(../../images/home/major/bartender/-2.jpg) center no-repeat;
	height: 251px;
	margin-top: 20px;
	color: #FFF;
}

.tj1 .line1 .p2 .l4 li {
	display: inline-block;
	width: 183px;
	text-align: center;
	padding-top: 85px;
	font-size: 16px;
	letter-spacing: 6px;
}

.tj1 .line1 .p2 .f1 {
	margin-left: 105px;
	margin-right: 100px;
}

.tj1 .line2 {
	height: 240px;
	padding-left: 62px;
	padding-top: 10px;
}

.tj1 .line2 li {
	float: left;
	width: 355px;
	height: 231px;
	overflow: hidden;
	margin: 3px;
}

.tj1 .line2 li img {
	width: 355px;
	height: 231px;
}

.tj1 .line2 li:hover img {
	opacity: 0.8;
}

.tj1 .line3 {
	background: url(../../images/home/major/bartender/_18.jpg) center no-repeat;
	height: 228px;
	margin: 40px auto;
}

.tj1 .line4 {
	height: 400px;
	padding-left: 10px;
}

.tj1 .line4 li {
	float: left;
	width: 277px;
	height: 380px;
	overflow: hidden;
	margin: 10px;
	position: relative;
}

.tj1 .line4 li div,
.tj1 .line5 li div {
	position: absolute;
	bottom: 0px;
	height: 48px;
	background: #666;
	background: rgba(20%, 20%, 20%, 0.8);
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	transition: all .3s linear;
}

.tj1 .line5 {
	height: 380px;
	padding-left: 10px;
}

.tj1 .line5 li {
	float: left;
	width: 570px;
	height: 347px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

.tj1 .line5 .p1 {
	margin-left: 30px;
}

.tj1 .line4 li:hover div,
.tj1 .line5 li:hover div {
	bottom: -48px;
}

.tj1 .line6 {
	background: url(../../images/home/major/bartender/_41.jpg) center no-repeat;
	height: 223px;
	margin: 20px auto;
}

.tj1 .line7 {
	height: 330px;
}

.tj1 .line7 .p1 {
	float: left;
	width: 252px;
	height: 305px;
	overflow: hidden;
	margin-left: 76px;
}

.tj1 .line7 .p2 {
	float: left;
	width: 765px;
	margin-left: 12px;
	height: 280px;
	background: #E5E5E5;
	color: #000000;
	line-height: 23px;
	padding-top: 25px;
	padding-left: 30px;
}

.tj1 .line7 .p2 div {
	font-size: 18px;
	font-weight: bold;
}

.tj1 .line7 .p2 p {
	font-size: 16px;
	margin-top: 10px;
}

.tj1 .line8 {
	margin-left: 76px;
	height: 230px;
}

.tj1 .line8 li {
	float: left;
	width: 337px;
	height: 216px;
}

.tj1 .line8 li:hover img {
	opacity: 0.8;
}

.tj1 .line8 .mp {
	margin: 0px 26px;
}

.tj1 .line9 {
	height: 330px;
	margin-top: 20px;
}

.tj1 .line9 .p1 {
	float: left;
	width: 765px;
	margin-left: 70px;
	height: 280px;
	background: #E5E5E5;
	color: #000000;
	line-height: 23px;
	padding-top: 25px;
	padding-left: 30px;
}

.tj1 .line9 .p2 {
	float: left;
	width: 252px;
	height: 305px;
	overflow: hidden;
	margin-left: 12px;
}

.tj1 .line9 .p1 div {
	font-size: 18px;
	font-weight: bold;
}

.tj1 .line9 .p1 p {
	font-size: 16px;
	margin-top: 10px;
}

.tj1 .line10 {
	background: url(../../images/home/major/bartender/_65.jpg) center no-repeat;
	height: 277px;
	margin: 50px auto;
}

.tj1 .line11 {
	margin: 50px auto;
	text-align: center;
}

.tj1 .line12 {
	background: url(../../images/home/major/bartender/_71.jpg) center no-repeat;
	height: 238px;
	margin: 50px auto;
}

.tj1 .line13 {
	height: 487px;
	margin: 50px auto;
}

.tj1 .line13 .p1 {
	float: right;
	width: 246px;
	padding-right: 100px;
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
}

.tj1 .line13 .p1 .s1 {
	width: 246px;
	height: 200px;
	background: #e5e5e5;
	border-radius: 15px;
	color: #000;
}

.tj1 .line13 .p1 .s2 {
	width: 246px;
	height: 200px;
	background: #525251;
	border-radius: 15px;
	margin-top: 10px;
	color: #fff;
}

.tj1 .line13 .p1 img {
	margin: 10px auto;
}

.tj1 .line13 .p1 p {
	padding: 0 20px;
	text-align: left;
}

.tj1 .line13 .p2 {
	float: right;
	width: 732px;
	margin-right: 20px;
	margin-top: 5px;
}

.tj1 .line14 {
	background: url(../../images/home/major/bartender/_77.jpg) center no-repeat;
	height: 238px;
	margin-top: 50px;
}

.tj1 .line15 {
	width: 100%;
	color: #525251;
	font-size: 18px;
	margin-top: 60px;
	line-height: 35px;
}

.tj1 .line15 .p2 {
	width: 407px;
	height: 335px;
	border: #333 solid 2px;
	border-radius: 15px;
}

.tj1 .line15 .p2 img {
	margin: 15px auto;
}

.tj1 .line15 p {
	font-size: 24px;
}

.tj1 .line16 {
	background: url(../../images/home/major/bartender/_83.jpg) center no-repeat;
	height: 314px;
	margin-top: 10px;
}

.tj17 {
	background: url(../../images/home/major/bartender/_86.jpg) center no-repeat;
	background-size: cover;
	height: 573px;
	min-width: 1206px;
	width: 100%;
	margin-top: 20px;
}

.tj17 .line1 {
	color: #525251;
	padding-left: 75px;
	padding-top: 120px;
	font-size: 14px;
}

.tj17 .line1 li {
	width: 154px;
	height: 239px;
	float: left;
	padding: 20px 40px;
	line-height: 25px;
	text-align: center;
}

.tj17 .line1 .p1 {
	margin-left: 35px;
}

.tj17 .line1 .p2 {
	margin-left: 45px;
}

.tj17 .line1 .p3 {
	margin-left: 45px;
}

/*å…³äºŽomick*/
.padd-top36 {
	padding-top: 36px
}

.ab-line {
	border-top: solid #BFBFBF 3px;
	margin-top: 20px;
	text-align: center;
}

.ab-s1 {
	text-align: center;
	padding: 20px 40px;
}

.ab-s1 p {
	background: #b1916a;
	margin: 20px auto;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 5px;
}

.ab-s2-bt {
	background: url(../../images/home/about/ctyulx.gif) center no-repeat;
	height: 147px;
}

.ab-s2-nr {
	background: #000;
	font-size: 16px;
	color: #fff;
	padding: 30px;
	line-height: 36px;
	margin-top: 40px;
	text-align: center;
}

.ab-s3-bt {
	background: url(../../images/home/about/xyjj.gif) center no-repeat;
	height: 134px;
	margin-top: 60px;
}

.ab-s4-1 {
	background: #F7EAD9;
	height: 326px;
	margin-top: 30px;
}

.ab-s4-2 {
	background: #6B3906;
	height: 326px;
	color: #fff
}

.ab-s4-3 {
	background: #F7EAD9;
	height: 326px;
}

.ab-s5 {
	margin-left: 62px;
	background: url(../../images/home/about/11.jpg) no-repeat top right;
	height: 591px;
}

.ab-s6-bt {
	background: url(../../images/home/about/12.jpg) center no-repeat;
	height: 134px;
	margin-top: 60px;
}

#focus_img {
	height: 648px;
	overflow: hidden;
	width: 811px;
}

#focus_img ul {
	padding-top: 0px;
}

#focus_img img {
	cursor: pointer;
	height: 648px;
	width: 811px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#focus_img:hover .prev {
	display: block;
}

#focus_img:hover .next {
	display: block;
}

#focus_img .prev {
	background: url(../../images/home/about/left.png) center no-repeat;
}

#focus_img .next {
	background: url(../../images/home/about/right.png) center no-repeat;
}

#focus_img .prev,
#focus_img .next {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 1;
	margin-top: 250px;
	text-align: center;
	color: #FFF;
	font-size: 48px;
	display: none;
	cursor: pointer;
}

.ab-hlxy {
	padding-left: 0
}

.ab-hlxy li {
	float: left;
	padding: 0 4px 0 4px;
	position: relative
}

.ab-hlxy li div {
	display: none;
	width: 232px;
	height: 294px;
	background: #4e2d0e;
	position: absolute;
	opacity: .9;
	color: #FFF;
	font-size: 18px;
	text-align: center
}

.ab-hlxy li p {
	padding-top: 120px
}

.ab-hlxy li p span {
	font-size: 16px
}

.ab-hlxy li:hover div {
	display: block
}

/*æ´»åŠ›æ ¡å›­*/
.hl1 {
	background: url(../../images/home/hlxy/02.jpg) center no-repeat;
	height: 186px;
}

.hl2 {
	background: url(../../images/home/hlxy/03.jpg) center no-repeat;
	height: 527px;
	color: #FFF;
	font-size: 16px;
}

.hl2 .s1 {
	width: 260px;
	height: 260px;
	margin-left: 360px;
	padding-top: 65px;
}

.hl2 .s1 .f1,
.hl2 .s2 .f1 {
	font-size: 24px;
}

.hl2 .s1 span,
.hl2 .s2 span {
	font-size: 28px;
}

.hl2 .s2 {
	width: 260px;
	height: 200px;
	margin-left: 90px;
	float: left;
}

.hl2 .s3 {
	width: 260px;
	height: 200px;
	margin-left: 230px;
	float: left;
	color: #A6A0A0;
	font-size: 22px;
	text-align: center;
}

.hl2 .s4 {
	width: 260px;
	height: 100px;
	float: left;
	font-size: 20px;
	margin-left: 30px;
	padding-top: 100px;
	text-align: center;
}

.hl3 {
	background: url(../../images/home/hlxy/04.jpg) center no-repeat;
	height: 215px;
}

.hl4 {
	background: url(../../images/home/hlxy/05.jpg) center no-repeat;
	height: 344px;
	color: #A6A0A0;
	font-size: 16px;
}

.hl4 .s1 {
	width: 250px;
	margin-left: 690px;
	padding-top: 60px;
	line-height: 25px;
}

.hl5 {
	background: url(../../images/home/hlxy/1.gif) center no-repeat;
	height: 226px;
}

.hl6 {
	background: url(../../images/home/hlxy/06.jpg) center no-repeat;
	height: 623px;
	color: #A6A0A0;
	font-size: 12px;
}

.hl6 .s1 {
	width: 170px;
	height: 170px;
	margin-left: 590px;
	padding-top: 75px;
	line-height: 18px;
	letter-spacing: 2px;
}

.hl6 .s2 {
	width: 170px;
	height: 170px;
	margin-left: 860px;
	padding-top: 200px;
	line-height: 20px;
	letter-spacing: 2px;
}

.hl7 {
	background: url(../../images/home/hlxy/07.jpg) center no-repeat;
	height: 182px;
}

.hl8 {
	height: 500px;
	width: 100%;
}

.hl8 li {
	width: 280px;
	float: left;
	text-align: center;
	margin: 8px;
}

.hl8 li div {
	width: 225px;
	height: 93px;
	color: #2993D1;
	font-size: 16px;
	text-align: left;
	padding: 0 20px;
	border-bottom: #2993D1 solid 1px;
	border-top: #2993D1 solid 1px;
	margin: 15px auto;
}

.hl8 li p {
	margin-top: 38px;
	text-align: center;
}

.hl9 {
	background: url(../../images/home/hlxy/2.gif) center no-repeat;
	height: 203px;
	margin-top: 10px;
}

.hl0 {
	width: 520px;
	margin: 20px auto;
}

/*æ ¡å›­çŽ¯å¢ƒ*/
.xyhj1 {
	background: url(../../images/home/xyhj/bj1.jpg) no-repeat center;
	background-size: cover;
	height: 942px;
}

.xyhj1 .xylinebt {
	position: relative;
	height: 130px;
	z-index: 2;
}

.xyhj1 .hh2 {
	background: url(../../images/home/xyhj/bt1.png) no-repeat;
	width: 136px;
	height: 136px;
	display: block;
	margin: 0px auto;
	cursor: pointer;
}

.xyhj1 .mlxynr {
	position: relative;
	height: 774px;
	overflow: hidden;
	margin-left: 18px;
	margin-right: 18px;
	cursor: pointer;
}

.xyhj1 .mlxynr .tu1 {
	padding: 30px 48px 0 48px;
	box-shadow: 0px 2px 10px 0px #909090;
	z-index: 0;
	background: rgba(204, 204, 204, 0.3);
	height: 744px;
}

.xyhj1 .mlxynr .tu2 {
	position: absolute;
	height: 774px;
	width: 1170px;
	top: 0px;
	background: url(../../images/home/xyhj/mlxy2.jpg) no-repeat;
	background-size: cover;
}

.xyhj2 {
	background: url(../../images/home/xyhj/line2bj.jpg) no-repeat center;
	background-size: cover;
	height: 818px;
}

.xyhj3 {
	background: url(../../images/home/xyhj/bj3.jpg) no-repeat center;
	background-size: cover;
	height: 514px;
}

.xyhj4 {
	padding-top: 57px;
}

.xyhj5 {
	background: #F2F6F7;
	padding: 57px 0 30px;
}

.xyhj5img {
	width: 1160px;
	height: 466px;
	margin-top: 40px;
	padding: 0 20px;
}

.xyhj5left {
	float: left;
}

.xyhj5right {
	float: right;
}

.xyhj5imgdown {
	margin-top: 12px;
}

.xyhj6 {
	padding-top: 57px;
}

.xyhj1,
.xyhj2,
.xyhj3,
.xyhj4,
.xyhj5,
.xyhj6 {
	min-width: 1206px;
}


/*åˆ›å°±ä¸š*/
.ban {
	width: 100%;
}

.ban img {
	width: 100%;
	display: block;
}

.bant {
	height: 140px;
	line-height: 60px;
	color: #fff;
	font-family: "å¹¼åœ†";
	font-size: 40px;
	background: #1A1D24;
	text-align: center;
	padding: 30px;
	font-weight: bold;
}

.title {
	width: 100%;
	text-align: center;
	height: 200px;
	line-height: 200px;
	font-size: 60px;
	font-family: "å¹¼åœ†";
	font-weight: bold;
	background: #1A1D24;
	color: #fff;
}

.shebei {
	width: 100%;
}

.center {
	width: 1200px;
	margin: 0 auto
}

.shebeiintro {
	text-align: center;
	font-size: 30px;
	padding: 30px;
	color: #fff;
	line-height: 45px;
}

.shebei {
	background: url(../../images/home/cjy/sbbj.jpg) no-repeat center;
	background-size: 100% 100%;
	background-position: relative;
	padding-bottom: 100px;
}

.shebei li {
	width: 400px;
	float: left;
}

.shebei li img {
	width: 100%;
}

.section-hm-work.s4 {
	background: #282627
}

.g-tit-work-1 .en {
	color: #fff;
}

.cjyqj {
	background: #2B2B2A
}

.cjyqj ul {
	width: 890px;
	margin: 0 auto;
	display: block;
}

.cjyqj li {
	width: 425px;
	float: left;
	margin: 10px;
}

.zy {
	background: #2B2B2A;
	padding-bottom: 50px;
}

.zyt {
	height: 80px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.zy li {
	width: 600px;
	float: left;
	position: relative;
}

.zy li a {
	display: inline-block;
	width: 149px;
	height: 43px;
	position: absolute;
	background: #CBAA63;
	color: #fff;
	z-index: 22;
	left: 225.5px;
	text-align: center;
	line-height: 43px;
	font-size: 20px;
	border-radius: 5px;
	top: 100px;
	display: none;
}

.zyld {
	width: 600px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.sz {
	background: #282627;
	padding: 30px 0;
}

/* 西点六个月*/
/*******************************
    -------[=æ¬§ç±³å¥‡-çƒ˜ç„™ç”œç‚¹ä¸“ä¸š6ä¸ªæœˆ-ä¿®æ”¹]-------
********************************/
.section-hm.s6 {
	padding: 90px 0;
	background: url(../images/bg-hm-1.jpg) center center no-repeat;
	background-size: cover;
}

.section-hm.s6 .list {
	margin-right: 20px;
	padding-top: 16px;
}

.section-hm.s6 .list img {
	margin-left: -7px;
}

.section-hm.s6 .cont {
	margin-top: 56px;
	background-color: #fff;
	border: 1px solid #ededed;
}

.section-hm.s6 .tit {
	height: 61px;
	line-height: 61px;
	border-bottom: 1px solid #e7e7e7;
	color: #f01332;
	font-size: 24px;
	text-align: center;
}

.section-hm.s6 .table .item {
	border-bottom: 1px dotted #e7e7e7;
	color: #333;
}

.section-hm.s6 .table .d3 {
	width: 172px;
	color: #dca436;
}

.section-hm.s6 .form {
	background-color: #fff;
}

.section-hm.s6 .form .li-item {
	border: 1px solid #e7e7e7;
}

.section-hm.s6 .form .d1 {
	border-right: 1px solid #e7e7e7;
	color: #333;
}

.section-hm.s6 .form .inp-form {
	color: #888;
}

.section-hm.s6 .form .inp-form::-webkit-input-placeholder {
	color: #888;
}

.section-hm.s6 .form .inp-form::-moz-placeholder {
	color: #888;
}

.section-hm.s6 .form .inp-form::-ms-input-placeholder {
	color: #888;
}

.section-hm.s6 .form .select .cur {
	color: #333;
}

.section-hm.s6 .form .select .s-list {
	border: 1px solid #e7e7e7;
}

.section-hm.s6 .form .select .cur {
	background-image: url(../images/ico-hm-3.png);
}

.section-hm.s6 .form .select .s-list {
	background-color: #fff;
}

.section-hm.s6 .form .select .s-list a {
	border-bottom: 1px solid #e7e7e7;
}

.section-hm .tit {
	text-align: center;
}

.section-hm .tit.white {
	color: #fff;
}

.section-hm .tit.brown {
	color: #b18c62;
}

.section-hm .tit .d1 {
	height: 1em;
	line-height: 1em;
	font-size: 34px;
	font-weight: bold;
}

.section-hm .tit .d2 {
	position: relative;
	padding: 0 42px;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	font-size: 40px;
	font-weight: bold;
	font-family: PAINP;
	font-weight: lighter;
}

.section-hm .tit .d2:before,
.section-hm .tit .d2:after {
	position: absolute;
	top: 0;
	width: 42px;
	height: 55px;
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
}

.section-hm .tit .d2:before {
	left: 0;
}

.section-hm .tit .d2:after {
	right: 0;
}

.section-hm .tit.brown .d2:before {
	background-image: url(../images/ico-hm-tit-1.png);
}

.section-hm .tit.brown .d2:after {
	background-image: url(../images/ico-hm-tit-2.png);
}

.section-hm .tit.white .d2:before {
	background-image: url(../images/ico-hm-tit-3.png);
}

.section-hm .tit.white .d2:after {
	background-image: url(../images/ico-hm-tit-4.png);
}

.section-hm .tit .d3 {
	height: 1em;
	line-height: 1em;
	font-size: 16px;
}

.section-hm.s1 {
	padding: 80px 0;
}

.section-hm.s1 ul {
	margin: 42px 0 55px;
}

.section-hm.s1 li {
	overflow: hidden;
	font-size: 0;
}

.section-hm.s1 .txt {
	padding: 38px 0 0 30px;
	display: inline-block;
	width: 50%;
	height: 320px;
	background-color: #fff;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section-hm.s1 .txt .item {
	padding-bottom: 22px;
}

.section-hm.s1 .txt .d1 {
	color: #333;
	font-size: 16px;
	height: 1em;
	line-height: 1em;
}

.section-hm.s1 .txt .d2 {
	padding-top: 8px;
	color: #666;
	font-size: 14px;
}

.section-hm.s1 .img {
	display: inline-block;
	width: 50%;
	height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.section-hm.s3 {
	padding: 80px 0 124px;
}

.section-hm.s2 {
	padding: 68px 0 80px;
	background: rgb(241, 242, 242)
}

.section-hm.s2 .poster-main {
	position: relative;
	margin-top: 40px;
	margin-bottom: 54px;
	height: 390px;
}

.section-hm.s2 .poster-btn {
	display: none;
}

.section-hm.s2 .poster-main .list-item {
	position: absolute;
	top: 0;
	left: 0;
}

.section-hm.s2 .poster-main .list-item img {
	display: block;
}

.section-hm.s2 .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 0;
	display: none;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #b18c62;
}

.section-hm.s2 .list-item:hover .tit {
	display: block;
}

.section-hm.s2 .tit .cn {
	font-size: 18px;
	height: 1em;
	line-height: 1em;
}

.section-hm.s2 .tit .en {
	margin-top: 8px;
	font-size: 14px;
	height: 1em;
	line-height: 1em;
	font-family: Arial;
}

.section-hm.s3 .slider {
	position: relative;
	margin: 40px 0 30px;
	height: 336px;
	border: 2px solid #e4d7c7;
}

.section-hm.s3 .slider .pic {
	position: absolute;
	top: -34px;
	right: 40px;
	width: 138px;
	height: 144px;
	background-image: url(../images/bg-three-1.png);
}

.section-hm.s3 .slider .item {
	position: relative;
	padding: 38px 54px 0 378px;
	height: 414px;
}

.section-hm.s3 .slider .img {
	position: absolute;
	top: 34px;
	left: 38px;
	width: 300px;
}

.section-hm.s3 .slider .img .img-cont {
	position: relative;
	padding-top: 127%;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.section-hm.s3 .slider .img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm.s3 .slider .item:hover .img img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-hm.s3 .txt .tit {
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
}

.section-hm.s3 .txt .info {
	color: #666;
	font-size: 14px;
}

.section-hm.s3 .txt .info p {
	padding-top: 18px;
}

.section-hm.s3 .slick-dots {
	position: absolute;
	bottom: 54px;
	left: 0;
	width: 100%;
	line-height: 1;
	text-align: center;
}

.section-hm.s3 .slick-dots li {
	position: relative;
	margin: 0 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #d5c9c2;
}

.section-hm.s3 .slick-dots .slick-active {
	margin-right: 80px;
	background-color: #dca436;
}

.section-hm.s3 .slick-dots .slick-active:before {
	position: absolute;
	top: -6px;
	left: -6px;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #dca436;
	border-radius: 50%;
	content: '';
}

.section-hm.s3 .slick-dots .slick-active:after {
	position: absolute;
	top: 50%;
	left: 35px;
	display: block;
	width: 40px;
	height: 1px;
	background-color: #dca436;
	content: '';
}

.section-hm.s3 .btn {
	position: relative;
	margin-top: -84px;
	float: right;
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #dca436;
	z-index: 2;
}

.section-hm.s3 .btn:hover {
	background-color: #b18c62;
}

.section-hm.s4 {
	padding: 102px 0 80px;
	background: url(../images/bg-hm-2.jpg) center center no-repeat;
	background-size: cover;
}

.section-hm.s4 .col-l {
	margin-right: 20px;
	float: left;
	width: 590px;
}

.section-hm.s4 .col-c {
	float: left;
	width: 285px;
}

.section-hm.s4 .col-r {
	float: right;
	width: 285px;
}

.section-hm.s4 .col-l .item {
	float: left;
	width: 285px;
}

.section-hm.s4 .col-l .item.i2 {
	float: right;
}

.section-hm.s4 .txt {
	position: relative;
	color: #fff;
	background-color: #b18c62;
	background-repeat: no-repeat;
	overflow: hidden;
}

.section-hm.s4 .txt.t1 {
	height: 230px;
}

.section-hm.s4 .txt.t2,
.section-hm.s4 .txt.t3,
.section-hm.s4 .txt.t4 {
	height: 220px;
}

.section-hm.s4 .txt.t1 .info,
.section-hm.s4 .txt.t3 .info,
.section-hm.s4 .txt.t4 .info {
	margin: 40px 0 0 30px;
}

.section-hm.s4 .txt.t2 .info {
	margin: 30px 0 0 30px;
}

.section-hm.s4 .txt.t1,
.section-hm.s4 .txt.t2 {
	background-position: 31px 123px;
}

.section-hm.s4 .txt.t3,
.section-hm.s4 .txt.t4 {
	background-position: 31px 129px;
}

.section-hm.s4 .txt.t1 {
	background-image: url(../images/ico-three-6.png);
	background-size: 54px auto;
}

.section-hm.s4 .txt.t2 {
	background-image: url(../images/ico-three-7.png);
	background-size: 71px auto;
}

.section-hm.s4 .txt.t3 {
	background-image: url(../images/ico-three-8.png);
	background-size: 71px auto;
}

.section-hm.s4 .txt.t4 {
	background-image: url(../images/ico-three-9.png);
	background-size: 70px auto;
}

.section-hm.s4 .txt .p1 {
	height: 1em;
	line-height: 1em;
	font-size: 20px;
}

.section-hm.s4 .txt .p2 {
	margin-top: 14px;
	height: 1em;
	line-height: 1em;
	font-size: 16px;
	font-family: Arial;
}

.section-hm.s4 .txt a {
	position: absolute;
	right: 30px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ico-three-5.png) center center no-repeat;
}

.section-hm.s4 .txt a:hover {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.section-hm.s4 .txt.t1 a,
.section-hm.s4 .txt.t2 a {
	bottom: 30px;
}

.section-hm.s4 .txt.t3 a,
.section-hm.s4 .txt.t4 a {
	bottom: 20px;
}

.section-hm.s4 .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-hm.s4 .item.i1 .img {
	margin-top: 20px;
	height: 400px;
}

.section-hm.s4 .txt2 .tit {
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #98928f;
	color: #fff;
}

.section-hm.s4 .txt2 .info {
	color: #fff;
}

.section-hm.s4 .txt2 .info p {
	padding-top: 26px;
	line-height: 1.71;
	font-size: 14px;
}

.section-hm.s4 .txt2 .info em {
	display: block;
	font-size: 16px;
}

.section-hm.s4 .item.i2 .img {
	margin-top: 16px;
	height: 220px;
}

.section-hm.s4 .s2 {
	position: relative;
	margin-top: 20px;
	padding: 0 54px 0 30px;
	height: 246px;
	border: 2px solid #98928f;
	background: url(../images/img-hm-12.png) 22px 30px no-repeat;
}

.section-hm.s4 .s2 .txt2 {
	margin-top: 160px;
	color: #fff;
	line-height: 1.71;
	font-size: 14px;
}

.section-hm.s4 .s2 .txt2 em {
	display: block;
	font-size: 16px;
}

.section-hm.s4 .s2 .txt {
	position: absolute;
	top: -67px;
	right: -2px;
	width: 285px;
}

.section-hm.s4 .col-c .img1 {
	height: 500px;
}

.section-hm.s4 .col-c .img2 {
	margin-top: 20px;
	height: 400px;
}

.section-hm.s4 .col-r .img {
	margin: 20px 0;
	height: 440px;
}

.section-hm.s4 .p-btn-1 {
	margin-top: 55px;
}

.section-hm.s5 {
	padding: 80px 0;
}

.section-hm.s5 .wp {
	overflow: hidden;
}

.section-hm.s5 .tit {
	margin-bottom: 40px;
}

.section-hm.s5 .col-l {
	width: 580px;
	height: 423px;
	background-image: url(../images/img-hm-13.jpg);
}

.section-hm.s5 .col-l ul {
	padding: 27px 58px 0 56px;
}

.section-hm.s5 .col-l ul li {
	padding: 26px 0;
	border-bottom: 1px solid #595c5f;
	color: #fff;
	font-size: 18px;
	line-height: 1.44;
}

.section-hm.s5 .col-l ul li:last-child {
	border-bottom: none;
}

.section-hm.s5 .col-l ul em {
	color: #dca436;
}

.section-hm.s5 .col-r {
	width: 580px;
	height: 423px;
	background-color: #fff;
	text-align: center;
}

.section-hm.s5 .col-r .txt {
	padding-top: 50px;
	text-align: center;
}

.section-hm.s5 .col-r .txt .p1 {
	color: #b18c62;
	font-size: 30px;
	font-family: Arial;
	height: 1em;
	line-height: 1em;
}

.section-hm.s5 .col-r .txt .p2 {
	margin-top: 16px;
	color: #b18c62;
	font-size: 30px;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
}

.section-hm.s5 .col-r img {
	margin: 30px auto 27px;
	display: block;
}

/*******************************
    -------[=æ¬§ç±³å¥‡-è§†é¢‘ä¸­å¿ƒ]-------
********************************/
.ban-inner.ban2 {
	height: auto;
}

.ban-inner .big-img {
	display: block;
	width: 100%;
}

.g-tit-hm-1 {
	text-align: center;
}

.g-tit-hm-1 .en {
	height: 1em;
	line-height: 1em;
	color: #f0f0f0;
	font-size: 48px;
	font-family: ShinePersonalUse;
}

.g-tit-hm-1 .cn {
	position: relative;
	margin-top: -18px;
	height: 1em;
	line-height: 1em;
	font-size: 34px;
	font-weight: bold;
}

.g-tit-hm-1 .cn:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -24px;
	display: block;
	width: 48px;
	height: 4px;
	background-color: #d7a746;
	content: '';
}

.section-hm-video {
	padding: 76px 0 80px;
}

.section-hm-video .box {
	padding-top: 64px;
}

.section-hm-video.s1,
.section-hm-video.s3 {
	background-color: #fff;
}

.section-hm-video.s2,
.section-hm-video.s4 {
	background-color: #fefbf3;
}

.section-hm-video .top-video {
	position: relative;
	float: left;
	display: block;
	width: 590px;
}

.section-hm-video .top-video .img {
	position: relative;
	padding-top: 68%;
	height: 0;
	overflow: hidden;
}

.section-hm-video img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm-video a:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-hm-video .top-video .info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 60px;
	width: 100%;
	height: 56px;
	background: url(../images/bg-hm-4.png) left top repeat-x;
}

.section-hm-video .top-video:hover .info {
	display: none;
}

.section-hm-video .top-video .cont {
	padding: 0 20px 0 73px;
	color: #fff;
	background: url(../images/ico-hm-4.png) 20px center no-repeat;
}

.section-hm-video .top-video .d1 {
	font-size: 18px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.section-hm-video .top-video .d2 {
	font-size: 12px;
}

.section-hm-video .list-1 {
	width: 610px;
	overflow: hidden;
}

.section-hm-video .list-1 li {
	margin: 0 0 20px 20px;
	float: left;
	width: 285px;
}

.section-hm-video .list-1 .item {
	position: relative;
	display: block;
}

.section-hm-video .list-1 .img {
	position: relative;
	padding-top: 67%;
	height: 0;
	overflow: hidden;
}

.section-hm-video .list-1 .info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 74px;
	width: 100%;
	height: 42px;
	background: url(../images/bg-hm-4.png) left top repeat-x;
}

.section-hm-video .list-1 .item:hover .info {
	display: none;
}

.section-hm-video .list-1 .cont {
	padding: 0 20px 0 73px;
	color: #fff;
	background: url(../images/ico-hm-4.png) 20px center no-repeat;
	background-size: 33px 33px;
}

.section-hm-video .list-1 .d1 {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}

.section-hm-video .list-1 .d2 {
	font-size: 12px;
}

.section-hm-video .list-2 {
	margin-left: -20px;
	float: left;
	overflow: hidden;
}

.section-hm-video .list-2 li {
	padding-left: 20px;
	float: left;
	width: 285px;
}

.section-hm-video .list-2 .item {
	position: relative;
	display: block;
}

.section-hm-video .list-2 .img {
	position: relative;
	padding-top: 67%;
	height: 0;
	overflow: hidden;
}

.section-hm-video .list-2 .info {
	padding: 19px;
	border: 1px solid #ededed;
	background-color: #fff;
}

.section-hm-video .list-2 .info .d1 {
	width: 18em;
	text-overflow: ellipsis;
	height: 1em;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1em;
	font-size: 14px;
}

.section-hm-video .list-2 .info .d2 {
	margin-top: 8px;
	padding-left: 18px;
	height: 1em;
	line-height: 1em;
	font-size: 12px;
	color: #888;
	background: url(../images/ico-hm-5.png) left center no-repeat;
}

.section-hm-video .btns {
	padding-top: 50px;
	text-align: center;
	font-size: 0;
}

.section-hm-video .btns a {
	margin: 0 10px;
	display: inline-block;
	width: 200px;
	height: 50px;
	font-size: 16px;
}

.section-hm-video .btns a.a1 {
	color: #fff;
	background-color: #d7a746;
	line-height: 50px;
}

.section-hm-video .btns a.a1:hover {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.section-hm-video .btns a.a2 {
	color: #d7a746;
	border: 1px solid #d7a746;
	line-height: 48px;
}

.section-hm-video .btns a.a2:hover {
	background-color: #d7a746;
	color: #fff;
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.section-hm-video.s2 .top-video {
	float: right;
}

.section-hm-video.s2 .list-1 {
	float: left;
}

.section-hm-video.s2 .list-1 li {
	margin-right: 20px;
	margin-left: 0;
}

.section-hm-video.s2 .g-tit-hm-1 .en,
.section-hm-video.s4 .g-tit-hm-1 .en {
	color: #efece5;
}

.section-hm-video .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/bg-hm-op5.png);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.section-hm-video em {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/ico-hm-4.png) center center no-repeat;
	z-index: 3;
}

.section-hm-video a:hover .mask {
	opacity: 1;
	visibility: visible;
}

/*******************************
    -------[=æ¬§ç±³å¥‡-å°±ä¸šä¿éšœ-ä¿®æ”¹]-------
********************************/
.section-hm-work.s1 {
	padding: 90px 0;
	overflow: hidden;
	background-color: #fff;
}

.section-hm-work.s1 .txt {
	float: left;
	width: 576px;
}

.section-hm-work.s1 .tit {
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 36px;
	font-weight: bold;
}

.section-hm-work.s1 .tit em {
	padding-left: 20px;
	color: #888;
	font-size: 38px;
	font-family: Arial;
	letter-spacing: 2px;
}

.section-hm-work.s1 .tit:after {
	position: absolute;
	bottom: -45px;
	left: 0;
	display: block;
	width: 70px;
	height: 2px;
	background-color: #888;
	content: '';
}

.section-hm-work.s1 .info {
	padding: 72px 0 34px;
	color: #666;
	font-size: 16px;
	line-height: 1.63;
	text-align: justify;
}

.section-hm-work.s1 ul {
	overflow: hidden;
}

.section-hm-work.s1 ul li {
	padding-top: 10px;
	padding-left: 86px;
	float: left;
	width: 106px;
	height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
}

.section-hm-work.s1 ul li.li1 {
	background-image: url(../images/ico-hm-6.png);
}

.section-hm-work.s1 ul li.li2 {
	background-image: url(../images/ico-hm-7.png);
}

.section-hm-work.s1 ul li.li3 {
	background-image: url(../images/ico-hm-8.png);
}

.section-hm-work.s1 ul li .p1 {
	font-size: 18px;
}

.section-hm-work.s1 ul li .p2 {
	color: #888;
	font-size: 14px;
	font-family: Arial;
}

.btn-order {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}

.btn-order.btn1 {
	border: 2px solid #017A74;
	line-height: 46px;
	color: #017A74;
}

.btn-order.btn1:hover {
	color: #fff;
	background-color: #017A74;
}

.btn-order.btn2 {
	color: #fff;
	background-color: #017a74;
	margin: auto;
}

.btn-order.btn2:hover {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.btn-order.btn3 {
	border: 2px solid #017A74;
	line-height: 46px;
	color: #017A74;
	margin: auto;
	margin-top: 80px;
}

.btn-order.btn3:hover {
	color: #fff;
	background-color: #017A74;
}

.section-hm-work.s1 .btn-order {
	margin-top: 50px;
}

.section-hm-work.s1 .img {
	float: right;
}

.section-hm-work.s1 .img img {
	display: block;
}

.section-hm-work.s2 {}

.g-tit-work-1 .en {
	height: 1em;
	line-height: 1em;
	color: #666;
	font-size: 40px;
	text-align: center;
}

.g-tit-work-1 .cn {
	margin-top: 20px;
	height: 1em;
	line-height: 1em;
	color: #dca437;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

.section-hm-work.s2 .slide {
	width: 717px;
	height: 461px;
	float: left;
}

.section-hm-work.s2 .slide .item {
	overflow: hidden;
}

.section-hm-work.s2 .slide .img {
	float: left;
	width: 717px;
	height: 461px;
}

.section-hm-work.s2 .slide .cont {
	position: relative;
	padding-top: 58%;
	height: 0;
	overflow: hidden;
}

.section-hm-work.s2 .slide img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
}

.section-hm-work.s2 .slide .txt {
	float: left;
	width: 509px;
	height: 344px;
	background: #F3F3F5;
	padding-left: 40px;
	padding-right: 20px;
}

.section-hm-work.s2 .slide .tit .en {

	height: 20px;
	font-size: 27px;
	margin-top: 30px;
	font-family: ArialNarrow;
	font-weight: normal;
	color: #B4B4B4;
}

.section-hm-work.s2 .slide .tit .cn {
	height: 32px;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	margin-top: 25px;
	color: #000000;
}

.section-hm-work.s2 .slide .info {
	height: 59px;
	margin-top: 25px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5B5B5B;
	line-height: 35px;
}

.section-hm-work.s2 .thumb {
	overflow: hidden;
	width: 450px;
	height: 461px;
}

.section-hm-work.s2 .thumb li {
	position: relative;
	width: 222px;
	height: 137px;
	cursor: pointer;
}

.section-hm-work.s2 .thumb .img {
	position: relative;
	padding-top: 58%;
	height: 0;
	overflow: hidden;
}

.section-hm-work.s2 .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm-work.s2 .thumb li:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-hm-work.s2 .thumb .tit {
	position: absolute;
	bottom: 0;
	width: 228px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-image: url(../images/bg-hm-5.png);
}

.section-hm-work.s2 .thumb li:hover .tit,
.section-hm-work.s2 .thumb li.on .tit {
	background-image: url(../images/bg-hm-6.png);
}


.section-hm-work.s3 {
	padding: 80px 0;
}

.section-hm-work.s3 ul {
	margin: 30px -10px 40px;
	overflow: hidden;
}

.section-hm-work.s3 li {
	float: left;
	width: 386px;
	cursor: pointer;
	width: 255px;
	height: 422px;
}

.section-hm-work.s3 li .img {
	position: relative;
	padding-top: 70%;
	height: 0;
	overflow: hidden;
}

.section-hm-work.s3 li img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm-work.s3 li:hover {
	cursor: default;
}

.section-hm-work.s3 li:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);

}

.section-hm-work.s3 li .txt {
	padding: 29px 15px 0;
	height: 422px;
	border: 1px solid #ededed;
	text-align: center;
}

.section-hm-work.s3 li em {
	margin: 0 auto;
	display: block;
	height: 1em;
	line-height: 1em;
	color: #888;
	font-size: 26px;
	font-family: Arial;
}

.section-hm-work.s3 li .d1 {
	margin: 20px 0 18px;
	height: 1em;
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
}

.section-hm-work.s3 li .d2 {
	color: #666;
	font-size: 14px;
	line-height: 1.71;
}

.section-hm-work.s3 li:hover .cont {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.section-hm-work.s3 li:hover .txt {
	background-color: #017a74;
	border: 1px solid #017a74;
}

.section-hm-work.s3 li:hover em {
	color: #fff;
}

.section-hm-work.s3 li:hover .d1 {
	color: #fff;
}

.section-hm-work.s3 li:hover .d2 {
	color: #fff;
}

.section-hm-work.s3 .btn-order {
	margin: 0 auto;
}

.section-hm-work.s4 {
	padding: 80px 0;
	background-color: #fefbf3;
}

.section-hm-work.s4 ul {
	margin: 40px 0 30px -20px;
	overflow: hidden;
}

.section-hm-work.s4 ul li {
	margin-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 285px;
}

.section-hm-work.s4 li .img {
	position: relative;
	padding-top: 70%;
	display: block;
	height: 0;
	overflow: hidden;
}

.section-hm-work.s4 li img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm-work.s4 li:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	cursor: default;
}

.section-hm-work.s4 .wp {
	position: relative;
}

.section-hm-work.s4 .slide {
	position: absolute;
	bottom: 100px;
	right: 0;
	padding: 24px 40px 0;
	width: 510px;
	height: 176px;
	background-color: #fff;
}

.section-hm-work.s4 .slide .item {
	font-size: 16px;
	line-height: 1.63em;
	text-align: justify;
	height: 6.52em;
	overflow: hidden;
}

.section-hm-work.s4 .btn {
	position: absolute;
	bottom: 80px;
	display: block;
	width: 44px;
	height: 44px;
	z-index: 2;
}

.section-hm-work.s4 .btn.slick-prev {
	left: 650px;
	background-image: url(../images/arr-l5.png);
}

.section-hm-work.s4 .btn.slick-prev:hover {
	background-image: url(../images/arr-l6.png);
}

.section-hm-work.s4 .btn.slick-next {
	left: 704px;
	background-image: url(../images/arr-r5.png);
}

.section-hm-work.s4 .btn.slick-next:hover {
	background-image: url(../images/arr-r6.png);
}

.section-hm-work.s4 .btn-order {
	margin: 0 auto;
}

.section-hm-work.s5 {
	padding: 80px 0;
	background-color: #fff;
}

.section-hm-work.s5 .cont {
	padding-top: 40px;
	overflow: hidden;
}

.section-hm-work.s5 .txt {
	padding: 10px;
	float: left;
	width: 400px;
	height: 400px;
	background-image: url(../images/bg-hm-7.png);
	font-size: 16px;
	line-height: 1.75;
}

.section-hm-work.s5 .bg {
	padding: 36px 40px 0;
	height: 364px;
	background-color: #fff;
}

.section-hm-work.s5 .txt p {
	padding-bottom: 22px;
}

.section-hm-work.s5 .txt .btn-order {
	margin-top: 20px;
}

.section-hm-work.s5 .list {
	float: right;
	width: 780px;
	overflow: hidden;
}

.section-hm-work.s5 .list li {
	margin-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 240px;
}

.section-hm-work.s5 .list .img {
	position: relative;
	padding-top: 83%;
	display: block;
	height: 0;
	overflow: hidden;
}

.section-hm-work.s5 .list img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm-work.s5 .list a:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-hm-work.s6 {
	padding: 80px 0;
	background-color: #fefbf3;
	overflow: hidden;
}

.section-hm-work.s6 .cont {
	padding: 40px 0 30px;
	overflow: hidden;
}

.section-hm-work.s6 .slide {
	float: left;
	width: 570px;
}

.section-hm-work.s6 .slide .item {
	position: relative;
}

.section-hm-work.s6 .slide .img {
	position: relative;
	padding-top: 81%;
	height: 0;
	overflow: hidden;
}

.section-hm-work.s6 .slide img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm-work.s6 .slide .item:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	cursor: default;
}

.section-hm-work.s6 .slide .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 90px 0 30px;
	width: 450px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	background: url(../images/bg-hm-4.png) left top repeat-x;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.section-hm-work.s6 .slide .item:hover .tit {
	color: #d7a746;
	cursor: default;
}

.section-hm-work.s6 .slide .slick-dots {
	position: absolute;
	right: 0;
	bottom: 24px;
	padding-right: 30px;
	width: auto;
	height: 10px;
	line-height: 1;
}

.section-hm-work.s6 .slide .slick-dots li {
	margin-left: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #888987;
	border-radius: 50%;
	cursor: pointer;
}

.section-hm-work.s6 .slide .slick-dots .slick-active {
	background-color: #fff;
}

.section-hm-work.s6 .list {
	float: right;
	width: 630px;
	overflow: hidden;
}

.section-hm-work.s6 .list li {
	margin-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 295px;
}

.section-hm-work.s6 .list a {
	position: relative;
	display: block;
}

.section-hm-work.s6 .list .img {
	position: relative;
	padding-top: 75%;
	height: 0;
	overflow: hidden;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-hm-work.s6 .list img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.section-hm-work.s6 .list a:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	cursor: default;
}

.section-hm-work.s6 .list .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 16px;
	background: url(../images/bg-hm-4.png) left top repeat-x;
}

.section-hm-work.s6 .list a:hover .tit {
	display: block;
	cursor: default;
}

.section-hm-work.s6 .btn-order {
	margin: 0 auto;
}

.section-hm-work.s7 {
	padding: 86px 0 88px;
	overflow: hidden;
	background: url(../images/img-hm-29.jpg) center center no-repeat fixed;
	background-size: cover;
	text-align: center;
}

.section-hm-work.s7 .d1 {
	height: 1em;
	line-height: 1em;
	color: #fff;
	font-size: 60px;
}

.section-hm-work.s7 .d2 {
	margin-top: 25px;
	height: 1em;
	line-height: 1em;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.section-hm-work.s7 .btns {
	padding-top: 52px;
	font-size: 0;
}

.section-hm-work.s7 .btns a {
	margin: 0 15px;
	display: inline-block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #dca437;
}

.section-hm-work.s7 .btns a:hover {
	background-color: #fff;
	color: #dca437;
}

/*******************************
    -------[=æ¬§ç±³å¥‡-è”ç³»æˆ‘ä»¬-ä¿®æ”¹]-------
********************************/
.section-hm-about.s1 {
	padding: 76px 0 62px;
	background: url(../images/bg-hm-8.png) center center no-repeat;
	background-size: cover;
}

.section-hm-about.s1 #allmap {
	margin-top: 64px;
	padding: 4px;
	border: 1px solid #ededed;
	height: 450px;
}

.section-hm-about.s1 #allmap img {
	max-width: none;
}

.section-hm-about.s1 #allmap .tit {
	font-size: 16px;
}

.section-hm-about.s1 #allmap .info {
	margin-top: 14px;
	font-size: 14px;
	color: #666;
}

.section-hm-about.s1 #allmap .info div {
	padding-left: 22px;
	height: 32px;
	line-height: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}

.section-hm-about.s1 #allmap .info .d1 {
	background-image: url(../images/ico-hm-10.png);
}

.section-hm-about.s1 #allmap .info .d2 {
	background-image: url(../images/ico-hm-11.png);
}

.section-hm-about.s1 #allmap .info em {
	color: #333;
}

.section-hm-about.s1 .address {
	margin: 30px 0 0 -20px;
	overflow: hidden;
}

.section-hm-about.s1 .address li {
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 38px 30px 0;
	float: left;
	width: 528px;
	height: 110px;
	border: 1px solid #ededed;
	background-color: #fff;
	cursor: default;
}

.section-hm-about.s1 .address li:hover {
	border: 1px solid #dca538;
}

.section-hm-about.s1 .address .tit {
	padding-left: 34px;
	color: #000;
	font-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
}

.section-hm-about.s1 .address li:hover .tit {
	color: #dca538;
}

.section-hm-about.s1 .address .li1 .tit {
	background-image: url(../images/ico-hm-13.png);
}

.section-hm-about.s1 .address .li2 .tit {
	background-image: url(../images/ico-hm-14.png);
}

.section-hm-about.s1 .address .li3 .tit {
	background-image: url(../images/ico-hm-15.png);
}

.section-hm-about.s1 .address .li4 .tit {
	background-image: url(../images/ico-hm-15.png);
}

.section-hm-about.s1 .address .li1:hover .tit {
	background-image: url(../images/ico-hm-13-on.png);
}

.section-hm-about.s1 .address .li2:hover .tit {
	background-image: url(../images/ico-hm-14-on.png);
}

.section-hm-about.s1 .address .li3:hover .tit {
	background-image: url(../images/ico-hm-15-on.png);
}

.section-hm-about.s1 .address .li4:hover .tit {
	background-image: url(../images/ico-hm-15-on.png);
}

.section-hm-about.s1 .address .info {
	padding-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 1.71;
	text-align: justify;
}

.section-hm-about.s2 {
	padding: 78px 0 80px;
	overflow: hidden;
	background: url(../images/bg-hm-9.png) center center no-repeat;
	background-size: cover;
}

.section-hm-about.s2 .g-tit-hm-1 .en {
	color: #626262;
}

.section-hm-about.s2 .g-tit-hm-1 .cn {
	color: #fff;
}

.section-hm-about.s2 .cont {
	padding-top: 65px;
}

.section-hm-about.s2 .box-form .form {
	margin-left: 0;
	float: left;
	width: 580px;
	background-image: url(../images/bg-hm-11.png);
	border-radius: 25px;
}

.section-hm-about.s2 .form .li-item {
	border: 1px solid #fff;
}

.section-hm-about.s2 .form .d1 {
	border-right: 1px solid #a9a9a9;
	color: #fff;
}

.section-hm-about.s2 .form .inp-form {
	background-color: transparent;
	color: #fff;
}

.section-hm-about.s2 .form .inp-form::-webkit-input-placeholder {
	color: #fff;
}

.section-hm-about.s2 .form .inp-form::-moz-placeholder {
	color: #fff;
}

.section-hm-about.s2 .form .inp-form::-ms-input-placeholder {
	color: #fff;
}

.section-hm-about.s2 .form .select .cur {
	color: #fff;
}

.section-hm-about.s2 .form .select .cur {
	background-image: url(../images/ico-hm-16.png);
}

.section-hm-about.s2 .form .select .s-list {
	background-color: #fff;
	border: 1px solid #fff;
}

.section-hm-about.s2 .form .select .s-list a {
	border-bottom: 1px solid #e7e7e7;
}

.section-hm-about.s2 .form .li-gender label.m {
	background-image: url(../images/ico-hm-17.png);
}

.section-hm-about.s2 .form .li-gender label.f {
	background-image: url(../images/ico-hm-18.png);
}

.section-hm-about.s2 .btn-form {
	width: 252px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-radius: 17px;
}

.section-hm-about.s2 .box-call {
	margin-top: 8px;
	float: right;
	width: 570px;
	height: 615px;
	border-radius: 25px;
	background-image: url(../images/bg-hm-11.png);
}

.section-hm-about.s2 .box-inner {
	margin: -19px auto 0;
	width: 511px;
	height: 608px;
	background-image: url(../images/bg-hm-10.png);
}

.section-hm-about.s2 .cont2 {
	margin: 0 auto;
	padding-top: 188px;
	width: 370px;
}

.section-hm-about.s2 .tit {
	height: 1em;
	line-height: 1em;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.section-hm-about.s2 .inp-tel {
	margin-top: 30px;
	padding-left: 19px;
	display: block;
	width: 349px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	background-color: transparent;
}

.section-hm-about.s2 .inp-tel::-webkit-input-placeholder {
	color: #fff;
}

.section-hm-about.s2 .inp-tel::-moz-placeholder {
	color: #fff;
}

.section-hm-about.s2 .inp-tel::-ms-input-placeholder {
	color: #fff;
}

.section-hm-about.s2 .btn-tel {
	margin-top: 20px;
	display: block;
	width: 370px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #dca538;
	border: none;
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 13px;
}

.section-hm-about.s2 .btn-tel:hover {
	background-color: #b18c62;
}

.section-hm-about.s2 .tips {
	padding-top: 30px;
	color: #fff;
}

.section-hm-about.s2 .tips .d1 {
	height: 1em;
	line-height: 1em;
	font-size: 18px;
}

.section-hm-about.s2 .tips .d2 {
	padding-top: 16px;
	font-size: 14px;
	line-height: 2;
}

/*******************************
    -------[=æ¬§ç±³å¥‡é¦–é¡µ]-------
********************************/
.banner-index img {
	display: block;
	width: 100%;
}

.banner-index .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 12px;
	line-height: 12px;
	font-size: 0;
	text-align: center;
}

.banner-index .slick-dots li {
	position: relative;
	margin: 0 10px;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #d9d9d9;
	cursor: pointer;
}

.banner-index .slick-dots .slick-active {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	background-color: transparent;
}

.banner-index .slick-dots .slick-active:after {
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	content: '';
}

.section-index.s1 {
	padding: 80px 0;
	background: url(../images/bg-hm-8.png) center center no-repeat;
	background-size: cover;
}

.section-index.s1 .slide {
	margin-top: 64px;
}

.section-index.s1 .slide .slick-list {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.section-index.s1 .slide .item {
	position: relative;
	margin: 0 20px;
	padding: 0 30px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

@media only screen and (max-width: 1440px) {
	.section-index.s1 .slide .item {
		margin: 0 10px;
		padding: 0 20px;
	}
}

.section-index.s1 .slide .item:after {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 30px;
	background-image: url(../images/bg-hm-12.png);
	content: '';
}

@media only screen and (max-width: 1440px) {
	.section-index.s1 .slide .item:after {
		right: 20px;
		left: 20px;
	}
}

.section-index.s1 .slide .item:hover:after {
	display: none;
}

.section-index.s1 .slide .item:before {
	position: absolute;
	top: 24%;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	content: '';
}

.section-index.s1 .slide .img {
	position: relative;
	padding-top: 68%;
	height: 0;
	overflow: hidden;
}

.section-index.s1 .slide img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-index.s1 .slide .item:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-index.s1 .slide .info {
	position: relative;
	padding-top: 30px;
}

.section-index.s1 .slide .info .tit {
	height: 1em;
	line-height: 1em;
	font-size: 20px;
}

.section-index.s1 .slide .info1 {
	margin: 12px 0 22px;
	color: #666;
	font-size: 14px;
	line-height: 1.75em;
	height: 5.25em;
	overflow: hidden;
	text-align: justify;
}

.section-index.s1 .slide .info2 {
	position: relative;
	padding-top: 30px;
	padding-bottom: 32px;
	border-top: 1px solid #dbdbdb;
}

.section-index.s1 .slide .info2 .p1 {
	height: 1em;
	line-height: 1em;
	font-size: 14px;
}

.section-index.s1 .slide .info2 .p2 {
	margin-top: 10px;
	height: 1em;
	line-height: 1em;
	font-size: 14px;
}

.section-index.s1 .slide .info2 .btn-more {
	position: absolute;
	top: 30px;
	right: 0;
	display: block;
	width: 130px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #d7a746;
	font-size: 14px;
	border: 1px solid #d7a746;
}

@media only screen and (max-width: 1440px) {
	.section-index.s1 .slide .info2 .btn-more {
		width: 100px;
		height: 30px;
		line-height: 28px;
	}
}

.section-index.s1 .slide .info2 .btn-more:hover {
	color: #fff;
	background-color: #d7a746;
}

.section-index.s1 .slide .slick-center {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.section-index.s1 .slide .item.slick-center:hover img {
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.section-index.s1 .slide .slick-center:after {
	display: none;
}

.img-fix {
	position: absolute;
	z-index: 2;
}

.img-fix img {
	display: block;
}

.img-fix.img1 {
	top: 198px;
	left: 0;
}

.img-fix.img2 {
	top: -93px;
	right: 0;
}

.img-fix.img3 {
	bottom: 295px;
	left: 0;
}

.img-fix.img4 {
	top: 0;
	right: 0;
}

.img-fix.img5 {
	top: 66px;
	left: 84px;
}

.img-fix.img6 {
	top: 150px;
	right: 30px;
}

.img-fix.img7 {
	bottom: -166px;
	left: 0;
}

.img-fix.img8 {
	bottom: 0;
	left: 0;
}

.img-fix.img9 {
	bottom: 126px;
	right: 0;
}

.section-index.s2 {
	position: relative;
	padding: 80px 0;
	background: rgb(241, 242, 242);
}

.section-index.s2 .g-tit-hm-1 .en {
	color: #cccdcd;
}

.section-index.s2 .g-tit-hm-1 .cn {
	color: #000;
}

.section-index.s2 .slide {
	margin-top: 64px;
}

.section-index.s2 .slide .item {
	overflow: hidden;
	background-color: #e0e0e0;
}

.section-index.s2 .slide .img {
	float: left;
	width: 550px;
}

.banner-index:hover .slick-arrow {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.banner-index .slick-arrow {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	position: absolute;
	width: 80px;
	z-index: 99;
	height: 80px;
}

.banner-index .slick-prev {
	left: 10%;
	top: 41%;
	background: url(../images/arr-l4.png) center no-repeat;
	background-size: 83%;
}

.banner-index .slick-prev:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../images/arr-l1.png) center no-repeat;
	background-size: 83%;
}

.banner-index .slick-next {
	right: 10%;
	top: 41%;
	background: url(../images/arr-r4.png) center no-repeat;
	background-size: 83%;
}

.banner-index .slick-next:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../images/arr-r1.png) center no-repeat;
	background-size: 83%;
}

.section-index.s2 .slide .txt {
	margin-left: 550px;
	padding: 50px 53px 0 50px;
}

.section-index.s2 .slide .tit {
	position: relative;
	height: 1em;
	line-height: 1em;
	color: #1a1917;
	font-size: 24px;
	font-weight: normal;
}

.section-index.s2 .slide .tit:after {
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #dca436;
	content: '';
}

.section-index.s2 .slide .info {
	margin-top: 68px;
	color: #1a1917;
	font-size: 14px;
	line-height: 1.71em;
	height: 274px;
}

.section-index.s2 .slide .info p {
	padding-bottom: 22px;
}

.section-index.s2 .slide .info em {
	color: #1a1917;
	font-size: 16px;
}

.section-index .btns {
	overflow: hidden;
}

.section-index .btns a {
	margin-right: 20px;
	float: left;
	display: block;
	width: 200px;
	text-align: center;
	font-size: 16px;
}

.section-index .btns a.a1 {
	color: #fff;
	background-color: #d7a746;
	height: 50px;
	line-height: 50px;
}

.section-index .btns a.a1:hover {
	background-color: #b18c62;
}

.section-index .btns a.a2 {
	color: #d7a746;
	border: 2px solid #d7a746;
	height: 46px;
	line-height: 46px;
}

.section-index .btns a.a2:hover {
	color: #fff;
	background-color: #dca436;
}

.section-index.s2 .slide .btn {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 44px;
	height: 44px;
	z-index: 2;
}

.section-index.s2 .slide .btn.slick-prev {
	left: -84px;
	background-image: url(../images/arr-l4.png);
}

.section-index.s2 .slide .btn.slick-prev:hover {
	background-image: url(../images/arr-l1.png);
}

.section-index.s2 .slide .btn.slick-next {
	right: -84px;
	background-image: url(../images/arr-r4.png);
}

.section-index.s2 .slide .btn.slick-next:hover {
	background-image: url(../images/arr-r1.png);
}

.section-index.s2 .slide .slick-dots {
	position: absolute;
	bottom: 15px;
	right: 20px;
	height: 10px;
	line-height: 10px;
	font-size: 0;
}

.section-index.s2 .slide .slick-dots li {
	margin-left: 8px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 50%;
	cursor: pointer;
}

.section-index.s2 .slide .slick-dots .slick-active {
	background-color: #d7a746;
}

.section-index.s3 {
	position: relative;
	padding: 80px 0;
	background: url(../images/bg-hm-8.png) center center no-repeat;
	background-size: cover;
}

.section-index.s3 .tab {
	margin-top: 64px;
}

.section-index.s3 .tab .tabtitle {
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.section-index.s3 .tab .tabtitle li {
	margin: 0 10px;
	padding: 5px;
	display: inline-block;
}

.section-index.s3 .tab .tabtitle li.on {
	background: url(../images/bg-hm-14.png) center center no-repeat;
}

.section-index.s3 .tab .tabtitle a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	background: url(../images/bg-hm-15.png) center center no-repeat;
	background-size: cover;
}

.section-index.s3 .tab .tabtitle .on a {
	color: #eed491;
}

.section-index.s3 .tab .tabtitle em {
	margin-right: 8px;
	display: inline-block;
	width: 20px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: -13px;
}

.section-index.s3 .tab .tabtitle .li1 em {
	background-image: url(../images/ico-hm-19.png);
}

.section-index.s3 .tab .tabtitle .li2 em {
	background-image: url(../images/ico-hm-20.png);
}

.section-index.s3 .tab .tabtitle .li3 em {
	background-image: url(../images/ico-hm-21.png);
}

.section-index.s3 .tab .tabtitle .li4 em {
	background-image: url(../images/ico-hm-22.png);
}

.section-index.s3 .tab .tabtitle .li1.on em {
	background-image: url(../images/ico-hm-19-on.png);
}

.section-index.s3 .tab .tabtitle .li2.on em {
	background-image: url(../images/ico-hm-20-on.png);
}

.section-index.s3 .tab .tabtitle .li3.on em {
	background-image: url(../images/ico-hm-21-on.png);
}

.section-index.s3 .tab .tabtitle .li4.on em {
	background-image: url(../images/ico-hm-22-on.png);
}

.section-index.s3 .tab .tcs {
	padding-top: 40px;
}

.section-index.s3 .tab .tc {
	position: relative;
	height: 0;
	overflow: hidden;
}

.section-index.s3 .tab .tc.show {
	height: auto;
}

.section-index.s3 .list {
	float: left;
	width: 915px;
	overflow: hidden;
}

.section-index.s3 .list li {
	margin: 0 20px 20px 0;
	float: left;
	width: 285px;
}

.section-index.s3 .list li.li2 {
	width: 590px;
}

.section-index.s3 .list .item {
	position: relative;
	display: block;
}

.section-index.s3 .list .img {
	position: relative;
	padding-top: 98%;
	height: 0;
	overflow: hidden;
}

.section-index.s3 .list .li2 .img {
	padding-top: 47%;
}

.section-index.s3 .list img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-index.s3 .list .item:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-index.s3 .list .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-image: url(../images/bg-hm-op5.png);
	overflow: hidden;
}

.section-index.s3 .list .item:hover .tit {
	display: none;
}

.section-index.s3 .list .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: url(../images/bg-hm-op5.png);
	font-size: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.section-index.s3 .list .mask:after {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}

.section-index.s3 .list .mask em {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 31px;
	background-image: url(../images/ico-hm-23.png);
}

.section-index.s3 .list .item:hover .mask {
	opacity: 1;
	visibility: visible;
}

.section-index.s3 .slide {
	position: relative;
	float: right;
	width: 285px;
}

.section-index.s3 .slide .img {
	position: relative;
	padding-top: 203%;
	height: 0;
	overflow: hidden;
}

.section-index.s3 .slide img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-index.s3 .slide .item:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-index.s3 .cont-btn {
	position: absolute;
	right: 0;
	bottom: 21px;
	padding: 10px 0 0 10px;
	width: 88px;
	height: 44px;
	background-color: #fff;
	z-index: 2;
}

.section-index.s3 .cont-btn .btn {
	float: left;
	display: block;
	width: 44px;
	height: 44px;
}

.section-index.s3 .cont-btn .btn.slick-prev {
	background-image: url(../images/arr-l5.png);
}

.section-index.s3 .cont-btn .btn.slick-next {
	background-image: url(../images/arr-r5.png);
}

.section-index.s3 .cont-btn .btn.slick-prev:hover {
	background-image: url(../images/arr-l6.png);
}

.section-index.s3 .cont-btn .btn.slick-next:hover {
	background-image: url(../images/arr-r6.png);
}

.section-index.s3 .btns {
	margin-top: 30px;
	text-align: center;
}

.section-index.s3 .btns a {
	float: none;
	display: inline-block;
}

.section-index.s4 {
	position: relative;
	padding: 80px 0;
	background: #f1f2f2;
}

.section-index.s4 .g-tit-hm-1 .en {
	color: #cccdcd;
}

.section-index.s4 .g-tit-hm-1 .cn {
	color: #000;
}

.section-index.s4 .tab {
	margin-top: 64px;
	overflow: hidden;
}

.section-index.s4 .tab .tabtitle {
	float: left;
	width: 171px;
}

.section-index.s4 .tab .tabtitle li {
	margin-bottom: 7px;
	padding: 7px;
}

.section-index.s4 .tab li.on {
	background-image: url(../images/bg-hm-16.png);
}

.section-index.s4 .tab .tabtitle a {
	display: block;
	width: 156px;
	height: 95px;
	text-align: center;
	font-size: 0;
	background: url(../images/bg-hm-17.png);
}

.section-index.s4 .tab .tabtitle a:after {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}

.section-index.s4 .tab .tabtitle .cont {
	display: inline-block;
	vertical-align: middle;
}

.section-index.s4 .tab .tabtitle .d1 {
	color: #fff;
	font-size: 16px;
}

.section-index.s4 .tab .tabtitle .d2 {
	padding-top: 3px;
	color: #b1b1b1;
	font-size: 12px;
	font-family: Arial;
}

.section-index.s4 .tab .tabtitle .on .d1 {
	color: #eed491;
}

.section-index.s4 .tab .tabtitle .on .d2 {
	color: #eed491;
}

.section-index.s4 .list {
	float: left;
	width: 1020px;
	overflow: hidden;
}

.section-index.s4 .list li {
	margin-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 320px;
}

.section-index.s4 .list a {
	position: relative;
	display: block;
	overflow: hidden;
}

.section-index.s4 .list .img {
	position: relative;
	padding-top: 69%;
	height: 0;
	overflow: hidden;
}

.section-index.s4 .list img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-index.s4 .list a:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-index.s4 .list .tit {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-image: url(../images/bg-hm-op5.png);
	overflow: hidden;
	z-index: 2;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.section-index.s4 .list a:hover .tit {
	bottom: 0;
}

.section-index.s4 .btns {
	margin-top: 30px;
	text-align: center;
}

.section-index.s4 .btns a {
	float: none;
	display: inline-block;
}

.section-index.s5 {
	position: relative;
	padding: 80px 0;
	background: url(../images/bg-hm-8.png) center center no-repeat;
	background-size: cover;
}

.section-index.s5 .slide {
	margin-top: 64px;
}

.section-index.s5 .slide .cont {
	padding: 0 90px;
}

.section-index.s5 .slide .item {
	padding: 10px;
}

.section-index.s5 .slide .item:hover .cont2 {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.section-index.s5 .slide .img {
	position: relative;
	padding-top: 56%;
	height: 0;
	overflow: hidden;
}

.section-index.s5 .slide img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-index.s5 .slide .item:hover img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.section-index.s5 .slide .txt {
	padding: 26px 29px 32px;
	background-color: #fff;
}

.section-index.s5 .slide .tit {
	font-size: 16px;
	line-height: 1.63em;
	height: 3.26em;
	overflow: hidden;
}

.section-index.s5 .slide .item:hover .tit {
	color: #333;
}

.section-index.s5 .slide .date {
	position: relative;
	padding-top: 14px;
	font-size: 12px;
	font-family: Arial;
}

.section-index.s5 .slide .item:hover .date {
	color: #333;
}

.section-index.s5 .slide .date:after {
	position: absolute;
	bottom: -18px;
	left: 0;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #d7a746;
	content: '';
}

.section-index.s5 .slide .info {
	margin-top: 40px;
	color: #666;
	font-size: 14px;
	line-height: 1.71em;
	height: 3.42em;
	overflow: hidden;
}

.section-index.s5 .slide .btn {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 44px;
	height: 44px;
	z-index: 2;
}

.section-index.s5 .slide .btn.slick-prev {
	left: 0;
	background-image: url(../images/arr-l4.png);
}

.section-index.s5 .slide .btn.slick-prev:hover {
	background-image: url(../images/arr-l1.png);
}

.section-index.s5 .slide .btn.slick-next {
	right: 0;
	background-image: url(../images/arr-r4.png);
}

.section-index.s5 .slide .btn.slick-next:hover {
	background-image: url(../images/arr-r1.png);
}

.section-index.s5 .btns {
	margin-top: 50px;
}

.section-index.s5 .btns a {
	float: none;
	margin: 0 auto;
}

.section-index.s6 {
	padding: 98px 0;
	text-align: center;
	background: url(../images/img-hm-48.jpg) center center no-repeat fixed;
	background-size: cover;
}

.section-index.s6 img {
	margin: 0 auto;
	display: block;
}

.section-index.s6 .d1 {
	margin: 30px 0 16px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.section-index.s6 .d2 {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.section-index.s6 .btns {
	margin-top: 50px;
}

.section-index.s6 .btns a {
	float: none;
	display: inline-block;
}

.section-index.s6 .btns a.a2 {
	color: #fff;
	border: 2px solid #fff;
}

.section-index.s6 .btns a.a2:hover {
	border: 2px solid #d7a746;
}

.section-index.s2 .wp,
.section-index.s3 .wp,
.section-index.s4 .wp,
.section-index.s5 .wp {
	position: relative;
	z-index: 3;
}

/*æ¬§ç±³å¥‡-è¯¾ç¨‹åˆ—è¡¨*/
.ban-inner.sz {
	position: relative;
}

.ban-inner.sz .sz-btn {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.sz-ulpic {
	padding-top: 57px;
	padding-bottom: 80px;
}

.sz-ulpic.s1 {
	background: url(../images/bg13.jpg) center top repeat;
}

.sz-ulpic.s2 {
	background: url(../images/bg19.jpg) center top repeat;
}

.sz-ulpic ul {
	margin-top: 40px;
	margin-right: -30px;
	overflow: hidden;
}

.sz-ulpic li {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

.sz-ulpic .con {
	display: block;
	margin-right: 30px;
	background-color: #fff;
}

.sz-ulpic.s2 .g-tit-hm-1 .en {
	color: #626262;
}

.sz-ulpic.s2 .g-tit-hm-1 .cn,
.sz-ulpic.s2 .g-tit-hm-1 .shanz {
	color: #fff;
}

.g-tit-hm-1 .shanz {
	font-size: 20px;
	text-align: center;
	margin-top: 35px;
	color: #666;
}

.sz-ulpic .pic {
	margin-bottom: 24px;
	overflow: hidden;
}

.sz-ulpic .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.sz-ulpic .txt {
	padding: 0 30px 30px;
}

.sz-ulpic .txt p {
	height: 71px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 27px;
}

.sz-ulpic .tit h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}

.sz-ulpic .tit {
	margin-bottom: 15px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ededed;
}

.sz-ulpic .tit .time {
	margin-top: 5px;
	float: right;
	font-size: 18px;
	color: #666;
}

.sz-ulpic .btn-box-sz a {
	display: inline-block;
	width: 230px;
	height: 43px;
	line-height: 41px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	margin: 0 12px;
}

.sz-ulpic .btn-box-sz a.a1 {
	color: #d7a745;
	border: 1px solid #d7a745;
}

.sz-ulpic .btn-box-sz a.a2 {
	color: #b18c62;
	border: 1px solid #b18c62;
}

.sz-ulpic .btn-box-sz a.a1:hover {
	background-color: #d7a745;
	color: #fff;
}

.sz-ulpic .btn-box-sz a.a2:hover {
	background-color: #b18c62;
	color: #fff;
}

/*西点九*/
.row6 .r6_bg1 {
	width: 100%;
	height: 159px;
	background: url("/images/home/major/xdnine/r6_bg1.jpg") center no-repeat;
}

.row6 .r6_bg2 {
	width: 100%;
	height: 209px;
	background: url("/images/home/major/xdnine/r6_bg2.jpg") center no-repeat;
}

.row6 .r6_bg3 {
	width: 100%;
	height: 151px;
	background: url("/images/home/major/xdnine/r6_bg3.jpg") center no-repeat;
}

.row6 .r6_bg4 {
	width: 100%;
	height: 146px;
	background: url("/images/home/major/xdnine/r6_bg4.jpg") center no-repeat;
}

.row6 .r6_bg5 {
	width: 100%;
	height: 161px;
	background: url("/images/home/major/xdnine/r6_bg5.jpg") center no-repeat;
}

.row6 .r6_bg6 {
	width: 100%;
	height: 336px;
	background: url("/images/home/major/xdnine/r6_bg6.jpg") center no-repeat;
}

/*全能班*/
.tit1 {
	text-align: center;
	color: #b18c62;
	margin-top: 50px;
}

.tit1 .d1 {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
}

.tit1 .d2 {
	position: relative;
	display: inline-block;
	padding: 0 42px;
	font-size: 40px;
	font-family: 'PAINP';
	line-height: 55px;
}

.tit1 .d2:after,
.tit1 .d2:before {
	content: '';
	position: absolute;
	top: 0;
	width: 42px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 50% 9px;
}

.tit1 .d2:after {
	left: 0;
	background-image: url(../images/ico-hm-tit-1.png);
}

.tit1 .d2:before {
	right: 0;
	background-image: url(../images/ico-hm-tit-2.png);
}

.tit1 .d3 {
	font-size: 16px;
	line-height: 1;
}

.tit1 .white {
	color: #fff;
}

.p-btn-1 {
	display: block;
	margin: 0 auto;
	width: 198px;
	height: 48px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dda841;
}

.p-btn-1 span {
	position: relative;
	top: -6px;
	left: -6px;
	z-index: 5;
	display: block;
	width: 200px;
	line-height: 50px;
	background-color: #dca436;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 22px;
}

.p-btn-1:hover span {
	-webkit-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	-o-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

.ul-list-p3 {
	overflow: hidden;
	margin-left: -110px;
	padding: 50px 0 30px;
}

.ul-list-p3 li {
	float: left;
	width: 25%;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.ul-list-p3 .center {
	margin-left: 110px;
}

.ul-list-p3 h6 {
	font-weight: normal;
	font-size: 18px;
}

.ul-list-p3 .info {
	overflow: hidden;
	margin-top: 10px;
	height: 66px;
	line-height: 22px;
}

.ul-list-p3 .img {
	position: relative;
	margin: 0 auto 18px;
	padding: 15px;
	width: 153px;
	height: 153px;
	border-radius: 50%;
	border: 1px dashed #aba8a6;
}

.ul-list-p3 .img:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -99px;
	margin-top: -15px;
	width: 56px;
	height: 30px;
	background: url(../images/img-nine-5.png) center no-repeat;
}

.ul-list-p3 .img img {
	display: block;
	width: 100%;
}

.tit2 .d1 {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
}

.tit2 .d2 {
	position: relative;
	display: inline-block;
	padding: 0 42px;
	font-size: 40px;
	font-family: 'PAINP';
	line-height: 55px;
}

.tit2 .d2:after,
.tit2 .d2:before {
	content: '';
	position: absolute;
	top: 0;
	width: 42px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 50% 9px;
}

.tit2 .d2:after {
	left: 0;
	background-image: url(../images/ico-hm-tit-1.png);
}

.tit2 .d2:before {
	right: 0;
	background-image: url(../images/ico-hm-tit-2.png);
}

.tit2 .d3 {
	font-size: 16px;
	line-height: 1;
}

.tit2 .white {
	color: #fff;
}

.ses1 {
	height: 90px;
	min-width: 1200px;
	max-width: 1920px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 600px;
	margin-top: 40px;
}

/* page4 */
.page4 .slidep4 .gallery-top {
	min-width: 1500px;
	padding-top: 80px;
}

.page4 .slidep4 .gallery-top .swiper-slide {
	min-width: 1500px !important;
	height: 620px;
}

.page4 .slidep4 .gallery-top .swiper-slide div {
	position: relative;
	float: left;
	height: 620px;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(1) {
	position: absolute;
	width: 64%;
	max-width: 1237px;
	min-width: 1045px;
	background-color: #fff;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(2) {
	position: absolute;
	right: 0;
	width: 36%;
	min-width: 450px;
	background-color: #6a4740;
	padding: 105px 0 0 105px;
}

.page4 .slidep4 .slide4_bott {
	height: 360px;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(1)>img,
.page4 .slidep4 .slide4_bott>div:nth-child(1)>a>img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(2)>h2 {
	font-size: 33px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 40px;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(2)>ul li {
	position: relative;
	color: #fff;
	font-size: 20px;
	text-indent: 15px;
	margin-bottom: 8px;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(2)>ul li::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 9px;
	top: 50%;
	left: 0;
	margin-top: -4.5px;
	background-color: #fff;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(2)::before {
	position: absolute;
	content: '';
	width: 36px;
	height: 2px;
	margin-left: -60px;
	margin-top: 50px;
	background-color: #fff;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(2)>a {
	display: block;
	margin-top: 60px;
	width: 180px;
	height: 53px;
	line-height: 53px;
	color: #6a4740;
	text-indent: 6%;
	font-size: 16px;
	background: #fff url('../images/hxjt_38.png') 80% no-repeat;
	transition: all .5s;
}

.page4 .slidep4 .gallery-top .swiper-slide div:nth-child(2)>a:hover {
	transform: translate(-2px, -2px);
	color: #f00;
}

.page4 .slidep4 .slide4_bott>div:nth-child(2) {
	width: 64%;
	padding-top: 45px;
}

.page4 .slidep4 .gallery-thumbs .swiper-slide {
	width: 25%;
	text-align: center;
	padding: 15px 20px 10px 20px;
	border: 2px solid #ad9994;
	height: 268px;
	box-sizing: border-box;
	cursor: pointer;
}

.page4 .slidep4 .slide4_bott>div {
	float: left;
}

.page4 .slidep4 .slide4_bott>div:nth-child(1) {
	position: relative;
	width: 36%;
	background-color: #6a4741;
}

.page4 .slidep4 .slide4_bott>div {
	height: 360px;
	box-sizing: border-box;
}

.page4 .slidep4 .gallery-thumbs .swiper-slide>img {
	display: inline-block;
}

.page4 .slidep4 .gallery-thumbs .swiper-slide>img:nth-child(2) {
	margin-top: 15px;
}

.page4 .slidep4 .gallery-thumbs .swiper-slide>p {
	margin-bottom: 20px;
	font-size: 20px;
	color: #6a4740;
}

.page4 .slidep4 .gallery-thumbs {
	width: 80%;
}

.page4 .slidep4 .slide4_bott .ym {
	position: relative;
	width: 20%;
	height: 315px;
	text-align: center;
}

.page4 .slidep4 .slide4_bott .ym>img:nth-child(1) {
	margin-top: 50px;
}

.page4 .slidep4 .slide4_bott>div:nth-child(2)>div {
	float: left;
}

.page4 .slidep4 .slide4_bott .ym .swiper-button-next {
	width: 94px;
	height: 18px;
	left: 50%;
	margin-left: -47px;
	margin-top: -30px;
	background: url('../images/left_10.png') no-repeat center;
}

.page4 .slidep4 .slide4_bott .ym .swiper-button-prev {
	width: 99px;
	height: 18px;
	left: 50%;
	margin-left: -49.5px;
	margin-top: 50px;
	background: url('../images/right_19.png') no-repeat center;
}

.page4 .slidep4 .slide4_bott .ym>p {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: 10px;
	color: #aa9894;
}

.page4 .slidep4 .slide4_bott .ym>p>span {
	color: #6a4740;
}

.page4 .slidep4 .slide4_bott .gallery-thumbs .swiper-slide-active>img:nth-child(1) {
	border-radius: 50%;
	box-shadow: 2px 2px 10px #aaa;
}

.page4 .slidep4 .slide4_bott .gallery-thumbs .swiper-slide-active {
	border-color: #6a4740;
}

.row4 {
	min-width: 1200px;
	height: 120px;
	background-position: center top;
	max-width: 1920px;
	background-repeat: no-repeat;
	padding-top: 580px;
}

.course-ctn {
	position: relative;
}

.course-ctn .gallery-thumbs {
	position: absolute;
	right: 44px;
	bottom: 20px;
	z-index: 2;
	width: 420px;
}

.course-ctn .gallery-thumbs .swiper-slide {
	width: 80px;
	height: 100px;
	text-align: center;
	float: left;
	position: relative;
	margin-bottom: 16px;
	cursor: pointer;
}

.course-ctn .gallery-thumbs .swiper-slide i {
	display: block;
	color: #B18C62;
}

.course-ctn .gallery-thumbs .swiper-slide span {
	color: #B18C62;
	font-size: 15px;
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
}

.course-ctn .gallery-top .pic-box {
	float: left;
	width: 700px;
}

.course-ctn .gallery-top .txt-box {
	float: left;
	width: 488px;
	;
	height: 496px;
	border: 2px solid #E5E5E5;
	border-left: none;
}

.course-ctn .gallery-top .txt-box h5 {
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 3.5;
	text-align: center;
}

.course-ctn .gallery-top .txt-box p {
	font-size: 18px;
	line-height: 1.8;
	padding: 0 60px;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.slidep4 {
	position: relative;
}

.next {
	width: 70px;
	line-height: 40px;
	background: #dca436;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	left: 40%;
	bottom: 20px;
	z-index: 2;
}

.prev {
	width: 70px;
	line-height: 40px;
	background: #dca436;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 24%;
	bottom: 20px;
	z-index: 2;
}

.pots {
	width: 200px !important;
	left: 28% !important;
	bottom: 24px !important;
	position: absolute;
	z-index: 2
}

.potss {
	display: inline-block;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.4;
	position: relative;
	margin: 0px 4px 5px;
	background: #fff;
}

.activepots {
	background: #dca436;
	opacity: 1;
	;
	margin: 0 60px 0 0px;
	width: 22px;
	height: 22px;
	background: url(../images/qw_03.png) center no-repeat;
	background-size: 100%;
}

.activepots:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	opacity: 1;
	background: #dca436;
	position: absolute;
	right: -56px;
	top: 10px;
	;
}

.activepots:first-child {
	margin-left: 0;
}

.activepots:last-child {
	margin-left: 60px;
	margin-right: 0;
}

.activepots:last-child:after {
	width: 0 !important;
}

.activepots:last-child:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	opacity: 1;
	background: #dca436;
	position: absolute;
	left: -56px;
	top: 10px;
}

.content-6 {
	width: 1200px;
	margin: 0 auto
}

.content-6 .top-gallery {
	margin-bottom: 40px;
}

.content-6 .top-gallery .swiper-slide {
	text-align: center;
	cursor: pointer;
	float: left;
	width: 25%;
}

.content-6 .top-gallery .swiper-slide a {
	width: 95px;
	height: 95px;
	border-radius: 95px;
	line-height: 95px;
	display: inline-block;
	background: #646a6b;
	margin-right: 10px;
}

.content-6 .top-gallery .swiper-slide i {
	font-size: 50px;
	color: #fff;
}

.content-6 .top-gallery .swiper-slide span {
	color: #6a6a6a;
	font-size: 32px;
}

.content-6 .cnt-gallery {
	width: 1200px;
	height: 540px;
	overflow-x: hidden;
	position: relative;
}

.content-6 .cnt-gallery img {
	display: inline-block;
}

.content-6 .cnt-gallery .clearfloat {
	position: absolute;
}

.content-6 .cnt-gallery .clearfloat .swiper-slide {
	display: inline-block;
	width: 1200px;
	float: left;
}

.loop {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}

.loop_tit {
	width: 1000px;
	margin: 0 auto;
}

.loop_tit li {
	width: 200px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #6a6a6a;
	font-size: 18px;
	float: left;
	margin: 10px 20px 30px;
}

.loop .on {
	background: #dca436;
	color: #fff;
}

.ses4 {
	min-width: 1200px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 750px;
	padding-top: 50px;
}

.ses4s {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.ses4 p {
	display: block;
	width: 1000px;
	margin: 20px auto;
	font-size: 24px;
	color: #fff;
	text-indent: 2em;
	line-height: 38px;
}

.ses4 p span {
	color: #dca436;
}

.swiper-container1 {
	overflow: hidden;
	width: 610px;
	margin: 0 auto;
}

.next1 {
	width: 60px;
	line-height: 60px;
	background: #7e7e7e;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	right: 0%;
	top: 200px;
	z-index: 2;
	border-radius: 100%;
}

.prev1 {
	width: 60px;
	line-height: 60px;
	background: #7e7e7e;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0%;
	top: 200px;
	z-index: 2;
	border-radius: 100%;
}

.next1:hover,
.prev1:hover {
	background: #dca436;
}

.ses5 {
	width: 1180px;
	margin: 0 auto;
}

.swiper-container2 {
	width: 580px;
	overflow: hidden;
}

.swiper-pagination2 {
	width: 100px !important;
	margin-left: 240px;
}

.tit2 {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.tit2 img {
	margin-bottom: 10px;
}

.tit2 p {
	color: #6a6a6a;
	font-size: 24px;
	margin-bottom: 10px
}

.swiper-container2 .swiper-pagination-bullet-active {
	background: #dca436 !important;
}

/**分隔符**/
