

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/op1.png) repeat;
	background: none rgba(0, 0, 0, .9);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	&:focus,
	&:hover {
		opacity: 1;
	}
	&:active {
		outline: 0;
		opacity: .9;
	}
	&::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}
	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e7a8";
}

.pswp__button--arrow--right:before {
	content: "\e7a7";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #00A2E9;
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff
}

.pswp__caption__center .xzy-zan {
	float: right;
	display: block
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.mtop {
	height: 90px;
}


/* banner */

.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	bottom: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	vertical-align: middle;
}

.banner .slick-dots li a {
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 56px;
	height: 56px;
	color: #fff;
	font-size: 16px;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
}

.banner .slick-dots li.slick-active a {
	color: #B79B88;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	width: 100%;
	display: block;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bicover {
	position: absolute;
	top: 50%;
	width: 90%;
	left: 5%;
	transform: translateY(-50%);
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

.bctxt1 {
	font-weight: normal;
	font-size: 60px;
	transition-delay: 0.15s;
}

.bctxt2 {
	font-size: 18px;
	margin-top: 10px;
	transition-delay: 0.25s;
}

.bctxt1,
.bctxt2 {
	text-shadow: 0 2px 3px #999;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 800ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 800ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.show .bctxt1,
.show .bctxt2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.number {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}

.number b {
	display: block;
	width: 305px;
	height: 2px;
	background: #fff;
	margin: 27px auto 0;
	position: relative;
	line-height: 1;
}

.number b i {
	display: block;
	width: 0;
	height: 2px;
	background: #DDBCA6;
	position: absolute;
	left: 0;
	top: 0;
}

.bwctxt {
	font-family: "PFDinTextCompPro-Medium";
	position: absolute;
	left: -130px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	color: #B79B88;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 21px;
	z-index: 10;
}

.bwcsb {
	position: absolute;
	left: 30px;
	bottom: 40px;
	width: 24px;
	height: 24px;
	background: url(../images/sbgd.svg) no-repeat;
	background-size: contain;
	z-index: 10;
}

.bwcsb i {
	width: 2px;
	height: 5px;
	border-radius: 1px;
	display: block;
	background-color: #B79B88;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.fixed-right.active {
	transform: translateY(-50%) translateX(0);
	opacity: 1;
	visibility: visible;
}

.fixed-right {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) translateX(30px);
	z-index: 200;
	transition: 0.45s;
}

.frl {
	position: relative;
	margin: 14px 0;
}

.frl:hover .frlink {
	background: #666666;
	color: #fff;
}

.frlink {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #BAB8B3;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 22px;
}

.frlgh:hover .frgh {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.frgh {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100px;
	text-align: center;
	top: 0;
	right: 56px;
	display: block;
	padding: 6px 0;
	border-radius: 10px;
	background: #666666;
	color: #fff;
	font-size: 16px;
	transform: translateX(20px);
	transition: 0.45s;
}

.frgh:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #666666;
}

.up-top.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.up-top {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: 0.45s;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	background: #000000;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	z-index: 10;
	cursor: pointer;
}

.up-top i {
	color: #fff;
	font-size: 13px;
}

.index-service {
	padding: 66px 100px 126px 170px;
	background-repeat: no-repeat;
	background-size: cover;
}

.isdata {
	text-align: center;
}

.idl {
	display: inline-block;
	margin: 0 150px;
	line-height: 1;
}

.ilnum {
	font-family: "PFDinTextCompPro-Medium";
	font-weight: normal;
	display: block;
	color: #B79B88;
	font-size: 90px;
}

.iltxt {
	display: block;
	color: #999999;
	font-size: 18px;
}

.iswrap {
	margin-top: 100px;
}

.iswleft {
	background: #222222;
	position: absolute;
	width: 26%;
	top: 0;
	left: 0;
	bottom: 50px;
	box-sizing: border-box;
	padding: 78px 85px 0 68px;
	color: #fff;
}

.isltitle {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	height: 108px;
	overflow: hidden;
}

.isleng {
	font-size: 14px;
	margin-top: 22px;
	height: 75px;
	overflow: hidden;
}

.isvm {
	position: relative;
	display: block;
	width: 111px;
	height: 41px;
	background: #fff;
	border-radius: 50px;
	line-height: 41px;
	text-align: center;
	color: #999999;
	font-size: 12px;
	margin-top: 100px;
	overflow: hidden;
	z-index: 3;
}

.isvm:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #B79B88;
	transition: 0.5s;
	z-index: -3;
}

.isvm:hover:before {
	width: 100%;
}

.isvm:hover {
	color: #fff;
}

.iswright {
	position: relative;
	position: relative;
	float: right;
	width: 73%;
	overflow: hidden;
}

.iwrbanner {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.iwrbanner .slick-dots {
	position: absolute;
	width: 100%;
	left: 60px;
	bottom: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.iwrbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	vertical-align: middle;
	border: 1px solid #b79a8a;
	border-radius: 50%;
	margin: 0 4px;
}

.iwrbanner .slick-dots li a {
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
}

.iwrbanner .slick-dots li a:focus {
	outline: none;
}

.iwrbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
}

.iwrbanner .slick-dots li.slick-active {
	background: #b79a8a;
}

.iritem {
	position: relative;
	margin-left: 25px;
	overflow: hidden;
}

.iripic {
	overflow: hidden;
}

.iripic img {
	display: block;
	width: 100%;
}

.iricover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 35px 40px;
	color: #fff;
	transition: 0.65s;
	text-align: left;
}

.ircicon {
	display: block;
	font-size: 46px;
	line-height: 1.5;
}

.irzl {
	width: 50px;
	height: 69px;
	background: url(../images/zl.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

.irname {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

.irlabel {
	opacity: 0;
	visibility: hidden;
	width: 55%;
	border-top: 2px solid #F0E4CF;
	border-bottom: 2px solid #F0E4CF;
	padding: 15px 0;
	margin-top: 20px;
	transition: 0.45s;
}

.irlink {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
}

.irvm {
	display: block;
	font-style: normal;
	margin-top: 35px;
	font-size: 12px;
}

.ircbot {
	position: absolute;
	left: 40px;
	bottom: 70px;
	transform: translateY(70%);
	transition: 0.5s;
}

.iritem:hover .iricover {
	transition: 0.65s;
	background: url(../images/op1.png) repeat;
}

.iritem:hover .ircbot {
	transform: translateY(0);
}

.iritem:hover .irlabel {
	opacity: 1;
	visibility: visible;
}

.iwrjt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 31%;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
}

.iwrjt p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	color: #CCCCCC;
	font-size: 25px;
	cursor: pointer;
}

.iwrjt p:hover {
	color: #B79B88;
}

.index-experts {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
}

.ieltitle {
	color: #222222;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
}

.ielbanner {
	width: 936px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.ielcont {
	position: relative;
	float: left;
	width: 44%;
	box-sizing: border-box;
	padding-top: 100px;
}

.iclicon {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../img/xz.png) no-repeat;
	background-size: contain;
	margin-right: 7px;
}

.iename {
	margin-top: 30px;
}

.ienyw {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	color: #999999;
	font-size: 20px;
	margin-left: 10px;
	text-transform: uppercase;
}

.ielcont .ieltitle {
	color: #B79B88;
}

.alipic {
	float: right;
	/*margin-right: 70px;*/
}

.alipic img {
	display: block;
	width: 100%;
}

.ilcname {
	color: #222222;
	font-size: 24px;
}

.ilclabel {
	margin-top: 10px;
	color: #474747;
	font-size: 16px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E2DBD4;
	/* max-height: 138px; */
	overflow: hidden;
	font-weight: bold;
}

.ilcdesc {
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2DBD4;
}

.icdtxt {
	height: 100px;
	overflow: hidden;
}

.ilcjj {
	display: block;
	margin-top: 20px;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
}

.ilcmore {
	display: block;
	color: #666666;
	font-size: 12px;
	margin-top: 35px;
}

.ielxt {
	position: absolute;
	width: 73px;
	top: 50%;
	right: 290px;
	transform: translateY(-50%);
	overflow: hidden;
	padding: 43px 0;
}

.ielxt .slick-arrow {
	position: absolute;
	z-index: 99;
	width: 73px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	color: #BBBBBB;
	font-weight: bold;
}

.ielxt .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ielxt .slick-prev:before {
	content: "\e7e6";
}

.ielxt .slick-next:before {
	content: "\e7e7";
}

.ielxt .slick-prev {
	top: 0;
}

.ielxt .slick-next {
	bottom: 0;
}

.ielxt .slick-arrow:hover {
	color: #B79B88;
}

.ielxt .slick-current.ixitem {
	border: 3px solid #B79B88 !important;
}

.ixitem {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #BBBBBB !important;
	margin: 9px 0;
}

.ixitem img {
	display: block;
	width: 100%;
}

.ierbanner {
	position: relative;
	overflow: hidden;
}

.irbpic img {
	display: block;
	width: 100%;
}

.index-security {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 250px 0 150px;
	background-attachment: fixed;
}

.isbot {
	width: 82%;
	margin: 0 auto;
}

.isbleft {
	float: left;
	width: 23%;
}

.isbleft .ieltitle {
	color: #fff !important;
}

.ibleng {
	color: #fff;
	font-size: 14px;
	 line-height:30px;
	margin-top: 15px;
}

.ibljt p {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	background: #666666;
	margin: 80px 3px 0 3px;
	cursor: pointer;
	transition: 0.35s;
}
.ibljt p:nth-child(2) { margin-left:50px;
	
}

.ibljt p:hover {
	background: #B79B88;
}
.isbright {
	float: right;
	width: 69%;
	overflow: hidden;
}

.ibritem {
	position: relative;
	margin-left: 30px;
}

.ibritem:hover .irpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.irpic {
	overflow: hidden; border-radius:10px;
}

.irpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.irtxt {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	height: 35px;
	line-height:35px;
	overflow: hidden;
}

.index-outpatient {
	position: relative;
}

.ioutpwrap {
	position: relative;
	overflow: hidden;
}

.iopbox {
	position: relative;
}

.ipbpic img {
	display: block;
	width: 100%;
}

.ipbcont {
	position: absolute;
	width: 700px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	color: #fff;
	text-align: center;
}

.ibctitle {
	font-size: 30px;
	font-weight: normal;
	text-shadow: 0 2px 3px #999;
}

.ibceng {
	font-size: 14px;
	margin-top: 10px;
	text-shadow: 0 2px 3px #999;
}

.ibcmore {
	display: block;
	margin-top: 40px;
	font-weight: normal;
	font-size: 12px;
	text-shadow: 0 2px 3px #999;
}

.ioutpqh {
	position: absolute;
	min-width: 250px;
	padding: 0 10px;
	text-align: center;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

.ipqh {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
	padding: 0 4px 5px 4px;
	cursor: pointer;
}

.ipqh:hover:before,
.ipqh.active:before {
	width: 100%;
}

.ipqh:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	background: #B79B88;
	transition: 0.5s;
}


/* 底部 */

.footer-wrap {
	background-repeat: no-repeat;
	background-size: cover;
}

.fwbot1 {
	width: 82%;
	margin: 0 auto;
	padding: 65px 0 90px 0;
}

.fb1list {
	float: left;
	margin-left: -120px;
}

.fb1list li {
	float: left;
	margin-left: 120px;
}

.flyb {
	display: block;
	color: #E0E0E1;
	font-size: 16px;
	margin-bottom: 20px;
}

.fleb {
	display: block;
	color: #B2B4B5;
	font-size: 14px;
	margin-top: 5px;
}

.fleb:hover {
	color: #fff;
}

.fbewm {
	width: 154px;
	float: right;
}

.fbewm img {
	display: block;
	width: 100%;
}

.fwbot2 {
	width: 82%;
	margin: 0 auto;
	border-top: 1px solid #353D46;
	padding: 25px 0;
}

.fb2txt {
	display: block;
	color: #7D8E9C;
	font-size: 14px;
}

.fb2txt a {
	color: #7D8E9C;
}

.fbl {
	float: left;
}

.fbr {
	float: right;
}


/* 首页手机端 */

.mibble-wrap {
	display: none;
}

.mwbtxt {
	padding: 22px 5%;
	text-align: center;
}

.mbt1 {
	display: block;
	color: #B79B88;
	font-size: 22px;
}

.mbt2 {
	color: #666666;
	font-size: 12px;
}

.mhllabel {
	display: none;
	line-height: 1.3;
	color: #B79B88;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #B79B88;
}

.mlphone {
	float: right;
	margin-right: 30px;
	display: none;
	width: 50px;
	line-height: 50px;
	background: #FBF7F1;
	text-align: center;
	color: #B79B88;
	font-size: 18px;
}

.mbrx {
	display: none;
	text-align: center;
	margin-bottom: 15px;
}

.mricon {
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #E7C1A4;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
}

.mrxnum {
	display: block;
	color: #B79B88;
	font-size: 24px;
	font-weight: normal;
}

.mrxtxt {
	display: block;
	font-style: normal;
	color: #E7C1A4;
	font-size: 12px;
}

.mwnumber {
	display: flex;
	background: #F1F1F1;
	padding: 20px 0;
}

.mnl {
	flex: 1;
	text-align: center;
}

.numbg {
	display: block;
	width: 60px;
	height: 57px;
	background: url(../img/mbg1.png) no-repeat;
	text-align: center;
	color: #B79B88;
	font-size: 33px;
	font-weight: normal;
	margin: 0 auto;
}

.numtxt {
	display: block;
	color: #818181;
	font-size: 14px;
	margin-top: 5px;
}

.mwservice {
	padding: 25px 5%;
}

.mstitle {
	display: block;
	color: #222222;
	font-size: 22px;
	text-align: center;
}

.msxz {
	text-align: center;
	color: #B79B88;
	font-size: 12px;
	line-height: 1.5;
}

.mslist {
	margin-top: 20px;
	margin-left: -3%;
}

.mslist li {
	float: left;
	width: 47%;
	height: 80px;
	margin-left: 3%;
	background: -webkit-linear-gradient(#FFFEFD, #DED7D1);
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(#FFFEFD, #DED7D1);
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#FFFEFD, #DED7D1);
	/* Firefox 3.6-15 */
	background: linear-gradient(#FFFEFD, #DED7D1);
	margin-top: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.mslicon {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
}

.msl1 {
	background: url(../images/imicon1.svg) no-repeat;
	background-size: contain;
}

.msl2 {
	background: url(../images/imicon2.svg) no-repeat;
	background-size: contain;
}

.msl3 {
	background: url(../images/imicon3.svg) no-repeat;
	background-size: contain;
}

.msl4 {
	background: url(../images/imicon4.svg) no-repeat;
	background-size: contain;
}

.msl5 {
	background: url(../images/imicon5.svg) no-repeat;
	background-size: contain;
}

.msl6 {
	background: url(../images/imicon6.svg) no-repeat;
	background-size: contain;
}

.mstxt {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	margin-left: 10px;
}

.mst1 {
	display: block;
	color: #B79B88;
	font-size: 16px;
	font-weight: normal;
	height: 24px;
	overflow: hidden;
}

.mst2 {
	display: block;
	color: #E7C1A4;
	font-size: 14px;
	height: 21px;
	overflow: hidden;
}

.mwteam {
	background: #EEECE9;
	padding: 25px 0;
}

.mwtbanner {
	width: 307px;
	margin-top: 50px;
	position: relative;
}

.mwtbanner .slick-list {
	overflow: visible;
}

.mtbitem {
	margin-left: 12px;
	position: relative;
	background: -webkit-linear-gradient(#FFFEFD, #DED7D1);
	/* Safari 5.1 - 6.0*/
	background: -o-linear-gradient(#FFFEFD, #DED7D1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#FFFEFD, #DED7D1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#FFFEFD, #DED7D1);
}

.mbicont {
	float: left;
	width: 55%;
	box-sizing: border-box;
	padding: 20px 10px;
}

.mbipic {
	float: right;
	width: 45%;
}

.mbipic img {
	display: block;
	width: 100%;
}

.micname {
	display: block;
	color: #222222;
	font-size: 18px;
}

.miclable {
	margin-top: 15px;
	color: #474747;
	font-weight: bold;
	font-size: 12px;
	height: 63px;
	overflow: hidden;
}

.micmore {
	display: block;
	width: 120px;
	height: 40px;
	background: #B79B88;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}

.mwstore {
	padding: 25px 0 50px 0;
}

.msbanner {
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}

.msbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 25%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #B79B88;
	color: #fff;
}

.msbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.msbanner .slick-prev:before {
	content: "\e7a8";
}

.msbanner .slick-next:before {
	content: "\e7a7";
}

.msbanner .slick-prev {
	left: 0;
}

.msbanner .slick-next {
	right: 0;
}

.msbanner .slick-arrow:hover {
	background: #B79B88;
}

.msbitem {
	position: relative;
}

.mipic {
	overflow: hidden;
}

.mipic img {
	display: block;
	width: 100%;
}

.mimzb {
	text-align: center;
	color: #222222;
	font-size: 14px;
	width: 90%;
	margin: 20px auto 0;
	height: 25px;
	overflow: hidden;
}

.mivm {
	display: block;
	width: 300px;
	height: 40px;
	background: #B79B88;
	text-align: center;
	line-height: 40px;
	margin: 30px auto 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.mibble-fixed-menu {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #B79B88;
	z-index: 100;
}

.mfmlink {
	display: block;
	flex: 1;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	font-size: 12px;
}

.mfmlink i {
	display: block;
	font-size: 20px;
	line-height: 1.3;
}

.insides-banner {
	position: relative;
}

.inbpic {
	overflow: hidden;
}

.inbpic img {
	display: block;
	width: 100%;
}

.inbcont {
	position: absolute;
	width: 90%;
	text-align: center;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	color: #fff;
}

.ibctxt1 {
	display: block;
	font-size: 50px;
	font-weight: normal;
}

.ibctxt2 {
	display: block;
	font-size: 18px;
}

.bg-F1F1F1 {
	background-color: #F1F1F1;
}

.service-wrap {
	position: relative;
	padding: 10px 0 165px 0;
}

.service-tab {
	background: #434343;
	display: flex;
}

.stqh {
	position: relative;
	display: block;
	float: left;
	flex: 1;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 3;
	padding: 20px 0;
}

.stqh:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #B79B88;
	transition: 0.45s;
}

.sqhb {
	position: relative;
	display: block;
}

.stqh:not(:first-child) .sqhb:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 49px;
	background: #616161;
}

.stqh:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 0;
	background: #B79B88;
	transition: 0.45s;
	z-index: -3;
}

.stqh.active .sqhb:before,
.stqh:hover .sqhb:before {
	display: none;
}

.stqh.active:after,
.stqh:hover:after {
	left: 0;
	width: 100%;
}

.stqh.active:before {
	opacity: 1;
	visibility: visible;
}

.stqh i {
	display: block;
	width: 26px;
	height: 30px;
	margin: 0 auto 5px;
}

.sti1 {
	background: url(../images/sicon1.svg) no-repeat;
	background-size: contain;
}

.sti2 {
	background: url(../images/sicon2.svg) no-repeat;
	background-size: contain;
}

.sti3 {
	background: url(../images/sicon3.svg) no-repeat;
	background-size: contain;
}

.sti4 {
	background: url(../images/sicon4.svg) no-repeat;
	background-size: contain;
}

.sti5 {
	background: url(../images/sicon5.svg) no-repeat;
	background-size: contain;
}

.sti6 {
	background: url(../images/sicon6.svg) no-repeat;
	background-size: contain;
}

.service-list {
	position: relative;
	min-height: 100vh;
}

.slbot.active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.slbot {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 44px;
}

.slbot li {
	position: relative;
	margin-top: 30px;
	background: #fff;
	transition: 0.35s;
}

.slbpic {
	float: left;
	width: 36%;
	overflow: hidden;
}

.slbpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.slbcont {
	float: left;
	width: 64%;
	box-sizing: border-box;
	padding: 30px 60px 0 30px;
}

.sbctitle {
	display: block;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}

.sbceng {
	display: block;
	font-style: normal;
	color: #8E8E8E;
	font-size: 20px;
	line-height: 1.5;
}

.sbcdesc {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	height: 56px;
	overflow: hidden;
}

.sbcmore {
	display: block;
	font-weight: normal;
	color: #35536F;
	font-size: 14px;
	margin-top: 35px;
}

.slbot li:hover .slbpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.slbot li:hover .sbctitle,
.slbot li:hover .sbceng,
.slbot li:hover .sbcdesc,
.slbot li:hover .sbcmore {
	color: #fff;
}

.slbot li:hover {
	background: #B79B88;
}

.sfbg {
	background: -webkit-linear-gradient(#FFFFFF, #F5F1EE);
	background: -o-linear-gradient(#FFFFFF, #F5F1EE);
	background: -moz-linear-gradient(#FFFFFF, #F5F1EE);
	background: linear-gradient(#FFFFFF, #F5F1EE);
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}

.swfixed {
	position: absolute;
	width: 245px;
	left: -250px;
	top: 0;
	z-index: 10;
}

.sf160 {
	top: 60px;
}

.sf90 {
	top: 90px;
}

.swfixed.active {
	position: fixed;
	left: 100px;
	top: 100px;
}

.sftitle {
	position: relative;
	background: #434343;
	line-height: 51px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
}

.sftitle:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background: #5F5F5F;
}

.sfpic {
	overflow: hidden;
}

.sfpic img {
	display: block;
	width: 100%;
}

.sfname {
	display: block;
	color: #222222;
	font-size: 24px;
	/*margin-top: 10px;*/
}

.sfzw {
	display: block;
	font-style: normal;
	color: #666666;
	font-size: 14px;
	height: 75px;
	overflow: hidden;
}

.sfbtn {
	margin-top: 10px;
}

.sfbtn a {
	display: inline-block;
	width: 90px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}

.sfgh {
	background: #B79B88;
}

.sfzx {
	background: #666666;
}


/* 诊疗服务详情 */

.insides-brand {
	padding: 20px 0;
}

.ibl {
	float: left;
	line-height: 37px;
}

.ibltxt {
	color: #666666;
	font-size: 14px;
}

.ibr a {
	display: block;
	float: right;
	width: 110px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	border: 1px solid #C5C5C5;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
}

.ibr a:hover {
	color: #B79B88;
	border: 1px solid #B79B88;
}

.sdtitle {
	position: relative;
	background: #434343;
	height: 51px;
	line-height: 51px;
	padding: 0 12px 0 30px;
	color: #fff;
	font-size: 16px;
}

.sdtitle:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 51%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background: #fff;
}

.sddesc {
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
}

.sdpic {
	margin-top: 30px;
}

.sdpic img {
	float: left;
	width: 25%;
}

.sdyd {
	background: #F5E6D9;
}

.sydl {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 50px 80px 20px 110px;
}

.sydr {
	float: left;
	width: 50%;
	overflow: hidden;
}

.sydr img {
	display: block;
}

.sdltxt1 {
	position: relative;
	color: #222222;
	font-size: 30px;
	padding-bottom: 10px;
}

.sdltxt1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 53px;
	height: 1px;
	background: #B79B88;
}

.st2 {
	position: relative;
	display: block;
	color: #414141;
	font-size: 16px;
	margin-top: 10px;
	padding-left: 12px;
}

.st2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #35536F;
}

.sdsyz {
	background: #B79B88;
	padding: 50px 130px;
}

.syztitle {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding-bottom: 20px;
}

.syztitle:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 53px;
	height: 1px;
	background: #fff;
}

.syzbanner {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 90px;
}

.syzbanner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.syzbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .39);
	margin: 0 5px;
	transition: 0.35s;
}

.syzbanner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.syzbanner .slick-dots li a:focus {
	outline: none;
}

.syzbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	width: 43px;
	border-radius: 7px;
	background: #fff;
}

.sybitem {
	position: relative;
	height: 217px;
	background: #fff;
	margin: 0 15px;
	border-radius: 5px;
	padding: 35px 20px;
	box-shadow: 7px 0 7px #907A6B;
}

.sinum {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #F2E1D5;
	color: #fff;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	z-index: 3;
}

.sinum:before {
	content: "";
	position: absolute;
	left: 7.5px;
	top: 7.5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #E2B99D;
	z-index: -3;
}

.sidesc {
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.sdts {
	margin-top: 68px;
	border: 1px solid #E9E9E9;
}

.stscont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 45px 36px 0 90px;
}

.scnr {
	color: #666666;
	font-size: 16px;
	margin-top: 25px;
}

.stspic {
	float: left;
	width: 50%;
}

.stspic img {
	display: block;
	width: 100%;
}

.sdbtn {
	text-align: center;
	margin-top: 96px;
}

.sdbtn a {
	display: inline-block;
	width: 220px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	border-radius: 39px;
	color: #fff;
	font-size: 20px;
	margin: 0 8px;
}

.sdbzx {
	background: #B79B88;
}

.sdbgh {
	background: #434343;
}


/* 专家团队 */

.insides-menu {
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
}

.imlink {
	position: relative;
	display: inline-block;
	color: #222222;
	font-size: 16px;
	padding: 25px 0;
	margin: 0 35px;
}

.imlink:hover,
.imlink.active {
	color: #B79B88;
}

.imlink:hover:before,
.imlink.active:before {
	width: 100%;
}

.imlink:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #B79B88;
	transition: 0.45s;
}

.imlink.active:after,
.imlink:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #B79B88;
}

.team1-wrap {
	padding: 70px 0;
}

.twmenu {
	float: left;
	width: 17%;
}

.tmlink {
	position: relative;
	display: block;
	width: 100%;
	height: 53px;
	text-align: center;
	line-height: 53px;
	background: #D9D9D9;
	color: #565656;
	font-size: 16px;
	margin-bottom: 12px;
	z-index: 3;
}

.tmlink.active,
.tmlink:hover {
	color: #fff;
}

.tmlink.active:before,
.tmlink:hover:before {
	height: 100%;
}

.tmlink:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 0;
	background: #434343;
	transition: 0.5s;
	z-index: -3;
}

.tmlink.active:after,
.tmlink:hover:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #434343;
	transition: 0.5s;
}

.tlphone {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -10px;
	top: 0;
	padding: 0 12px;
	background: #434343;
	transform: translateX(90%);
	box-sizing: border-box;
	transition: 0.45s;
}

.tmlink:hover .tlphone {
	opacity: 1;
	visibility: visible;
	transform: translateX(100%);
}

.twnr {
	float: right;
	width: 80%;
}

.sfbtn {}

.tapic img {
	display: block;
	width: 100%;
}

.tabtn {
	display: block;
	background: #434343;
	padding: 14px 0;
	text-align: center;
}

.tabtn a {
	display: block;
	width: 95px;
	height: 30px;
	margin: 6px auto 6px;
	border: 1px solid #999;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
}

.tw1list {
	margin-left: -2%;
}

.tw1list li {
	float: left;
	width: 48%;
	margin: 0 0 24px 2%;
	background: #fff;
}

.tw1list li:hover .tlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.tlpic {
	float: left;
	width: 44%;
	overflow: hidden;
}

.tlpic img {
	display: block;
	transition: 0.45s;
}

.tlcont {
	float: left;
	width: 53%;
	box-sizing: border-box;
	padding: 35px 28px 0 28px;
}

.twsf {
	margin-top: 30px;
}

.twsn {
	margin-bottom: 20px;
}

.page-list {
	margin-top: 35px;
	text-align: center;
}

.page-list a {
	display: inline-block;
	width: 53px;
	height: 53px;
	border: 1px solid #D4D4D4;
	text-align: center;
	line-height: 53px;
	background: #fff;
	color: #686868;
	font-size: 14px;
	margin: 0 5px;
}

.page-list a:hover,
.page-list a.active {
	color: #fff;
	background: #B79B88;
}

.team2bg {
	background: #fff;
	padding: 25px 40px;
	box-sizing: border-box;
}

.tnr2img {
	display: block;
	width: 100%;
}

.ibgh {
	position: absolute;
	width: 620px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	font-size: 26px;
}

.ibgh em {
	font-style: normal;
	font-size: 24px;
	opacity: 0.75;
	margin-left: 10px;
}


/* 预约挂号 */

.regist-wrap {
	padding: 130px 0;
	width: 620px;
	margin: 0 auto;
}

.rwl {
	margin-top: 14px;
}

.rwltxt {
	display: block;
	float: left;
	width: 15%;
	line-height: 42px;
}

.rwlr {
	display: block;
	float: right;
	width: 85%;
	border: 1px solid #818181;
	padding: 12px 17px;
	box-sizing: border-box;
}

.resrk {
	color: #9F9F9F;
	font-size: 14px;
}

.resz {
	color: #666666;
	font-size: 14px;
}

.rla {
	display: block;
	float: right;
	width: 86.5%;
	padding: 0 !important;
	border: none !important;
	margin-left: -2%;
}

.rladrse {
	display: block;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	border: 1px solid #818181;
	padding: 12px 17px;
}

.rlxm {
	margin-left: -2%;
}

.rlyy {
	float: left;
	width: 31.333%;
	margin-left: 2%;
}

.rlytxt {
	display: block;
	float: left;
	width: 40%;
	line-height: 42px;
}

.rwarea {
	height: 113px;
	font-family: "微软雅黑";
	resize: none;
}

.rwbtn {
	margin: 36px 0 0 15%;
}

.rwbtn a {
	display: inline-block;
	width: 100px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
}

.rbsubmit {
	background: #666666;
}

.rbreset {
	background: #B79B88;
}

.team1-detail-bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 60px 0 60px;
}

.tbbrand {
	float: left;
}

.tbbrand a {
	color: #fff;
	font-size: 14px;
}

.tbicon {
	margin-right: 5px;
}

.tbshare {
	float: right;
	color: #fff;
	font-size: 14px;
}

.tsfx {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .18);
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-size: 16px;
}

.tsfx:hover {
	color: #B79B88;
}

.tdbanner {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.tdbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	bottom: 45px;
	left: 48%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: rgba(0, 0, 0, .35);
	color: #fff;
}

.tdbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.tdbanner .slick-prev:before {
	content: "\e7a8";
}

.tdbanner .slick-next:before {
	content: "\e7a7";
}

.tdbanner .slick-prev {}

.tdbanner .slick-next {
	left: 52%;
}

.tdbanner .slick-arrow:hover {
	background: #B79B88;
}

.tipic {
	float: left;
	width: 44%;
}

.tipic img {
	display: block;
	width: 100%;
}

.ticont {
	float: right;
	width: 52%;
	margin-top: 40px;
}

.ticont .ilcname,
.ticont .ilclabel,
.ticont .ilcjj {
	color: #fff;
}

.bibtn {
	margin-top: 80px;
}

.bibtn a {
	display: inline-block;
	width: 190px;
	height: 61px;
	border-radius: 31px;
	text-align: center;
	line-height: 61px;
	border: 1px solid #fff;
	font-size: 16px;
	margin-right: 7px;
}

.bibtn a:hover i {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.bibgh {
	color: #fff;
}

.bibzx {
	background: #fff;
	color: #B79B88;
}

.bibtn a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin-right: 10px;
}

.ticont .ilclabel {
	border-bottom: 1px solid rgba(255, 255, 255, .66);
}

.no-bl {
	border-bottom: none !important;
}

.td1-list {
	position: relative;
	overflow: hidden;
	width: 95%;
	margin: 30px auto 80px;
}

.td1-list .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 36%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #4C4B50;
	color: #fff;
}

.td1-list .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.td1-list .slick-prev:before {
	content: "\e7a8";
}

.td1-list .slick-next:before {
	content: "\e7a7";
}

.td1-list .slick-prev {
	left: 5px;
}

.td1-list .slick-next {
	right: 5px;
}

.td1-list .slick-arrow:hover {
	background: #B79B88;
}

.tl1item {
	position: relative;
	margin: 0 5px;
}

.tl1item:hover .ticover {
	opacity: 1;
	visibility: visible;
}

.tl1item:hover .titp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.tlipic {
	position: relative;
}

.titp {
	overflow: hidden;
}

.titp img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ticover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op2.png) repeat;
	transition: 0.5s;
}

.ticbtn {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 103px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: #B79B88;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}

.tltxt {
	text-align: center;
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.case1-wrap {
	padding-bottom: 86px;
}

.case1-list {
	display: none;
}

.case1-list ul {
	margin-left: -2%;
}

.case1-list li {
	position: relative;
	float: left;
	width: 48%;
	margin: 45px 0 0 2%;
	background: #fff;
}

.case1-list li:hover .cl1pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.cl1pic {
	overflow: hidden;
}

.cl1pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.cl1cont {
	padding: 15px 30px 50px 30px;
}

.clctitle {
	display: block;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}

.clctxt {
	color: #666666;
	font-size: 16px;
	margin-top: 15px;
	height: 84px;
	overflow: hidden;
}

.clctxt strong {
	color: #35536F;
}

.case2-list {
	padding: 40px 0 158px 0;
}

.case2banner {
	position: relative;
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
	padding: 0 72px;
	box-sizing: border-box;
}

.case2banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	border: 1px solid #D2D2D2;
	color: #A0A0A0;
}

.case2banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.case2banner .slick-prev:before {
	content: "\e7a8";
}

.case2banner .slick-next:before {
	content: "\e7a7";
}

.case2banner .slick-prev {
	left: 0;
}

.case2banner .slick-next {
	right: 0;
}

.case2banner .slick-arrow:hover {
	background: #B79B88;
	border: 1px solid #B79B88;
	color: #fff;
}

.cb2item {
	position: relative;
	border-bottom: 1px solid #E8DCD4;
}

.cb2item:hover .cbipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.cbipic {
	overflow: hidden;
}

.cbipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.cbicont {
	padding: 20px 0 35px 0;
}

.cictxt {
	float: left;
	width: 70%;
}

.cicmore {
	float: right;
	width: 153px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	background: #B79B88;
	margin-top: 28px;
}

.cicmore i {
	margin-left: 15px;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

.cititle {
	color: #4D4D4D;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
}

.citdesc {
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
	height: 50px;
	overflow: hidden;
}

.actdate {
	color: #7E7E7E;
	font-size: 16px;
}

.activity .cicmore {
	margin-top: 10px;
}

.environ-wrap {
	position: relative;
	height: 100vh;
	margin-top: 75px;
}

.istitle {
	text-align: center;
	color: #B79B88;
	font-size: 34px;
	line-height: 1.5;
}

.isteng {
	display: block;
	text-align: center;
	color: #818181;
	font-size: 24px;
	line-height: 1.5;
}

.ewcontent {
	position: relative;
	margin-top: 48px;
}

.etbanner1 {
	position: relative;
	overflow: hidden;
}

.etbitem {
	overflow: hidden;
}

.etbitem img {
	display: block;
	width: 100%;
}

.etbanner2 {
	position: relative;
	margin-top: 14px;
	/*width: 80%;
	margin: 0 auto;*/
	padding: 0 78px;
	/*box-sizing: border-box;*/
}

.etbanner2 .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 64px;
	height: 100%;
	text-align: center;
	background: #35536F;
	color: #fff;
}

.etbanner2 .slick-arrow:before {
	font-family: "iconfont" !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.etbanner2 .slick-prev:before {
	content: "\e7a8";
}

.etbanner2 .slick-next:before {
	content: "\e7a7";
}

.etbanner2 .slick-prev {
	left: 0;
}

.etbanner2 .slick-next {
	right: 0;
}

.etbanner2 .slick-arrow:hover {
	background: #B79B88;
}

.eb2item {
	margin: 0 6px;
	border: 1px solid #fff;
	cursor: pointer;
}

.eb2item img {
	display: block;
	width: 100%;
}

.eb2item.slick-current {
	border: 1px solid #35536F;
}

.etmenu {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
}

.etmqh {
	position: relative;
	display: block;
	width: 177px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	color: #fff;
	font-size: 16px;
	background: url(../images/op3.png) repeat;
	margin-top: 12px;
	/*overflow: hidden;*/
	z-index: 3;
}

.etmqh:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	background: #fff;
	transition: 0.5s;
	z-index: -3;
}

.etmqh:hover:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	transition: 0.5s;
}

.etmqh.active,
.etmqh:hover {
	color: #575757;
}

.etmqh.active:before,
.etmqh:hover:before {
	height: 100%;
}

.etpa {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -10px;
	top: 0;
	width: 250px;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	transform: translateX(90%);
	box-sizing: border-box;
	transition: 0.45s;
	color: #575757;
	text-align: left;
	line-height: 1.5;
}

.etmqh:hover .etpa {
	opacity: 1;
	visibility: visible;
	transform: translateX(100%);
}

.ewc-tp {
	position: relative;
}

.etpbox {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.etpbox.active {
	opacity: 1;
	visibility: visible;
}

.advanced {
	position: relative;
	width: 384px;
	margin: 0 auto;
	margin-top: 30px;
}

.advanced .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #949494;
}

.advanced .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 27px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
}

.advanced .slick-prev:before {
	content: "\e7a8";
}

.advanced .slick-next:before {
	content: "\e7a7";
}

.advanced .slick-prev {
	left: 0;
}

.advanced .slick-next {
	right: 0;
}

.advanced .slick-arrow:hover {
	color: #B79B88;
}

.advanced .slick-list {
	overflow: visible;
}

.avitem {
	position: relative;
}

.avitem .aipic {
	transition: 0.45s;
	opacity: 0.41;
}

.avitem .aicont {
	transition: 0.45s;
	opacity: 0;
}

.avitem.slick-active .aipic,
.avitem.slick-active .aicont {
	opacity: 1;
}

.aipic {
	overflow: hidden;
}

.aipic img {
	display: block;
	width: 100%;
}

.aicont {
	margin-top: 10px;
	text-align: center;
}

.aictitle {
	color: #222222;
	font-size: 16px;
}

.aicdesc {
	color: #666666;
	font-size: 14px;
	margin-top: 25px;
}

.advanced-wrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 85px;
}

.disin-safety {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 65px 0 128px 0;
}

.disin-safety .istitle,
.disin-safety .isteng {
	color: #fff;
}

.isdesc {
	width: 690px;
	margin: 40px auto 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.dslist {
	margin-top: 60px;
	margin-left: -1%;
}

.dslist li {
	float: left;
	width: 15.666%;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 20px;
	text-align: center;
	border-radius: 24px;
	margin-left: 1%;
}

.dslist li:hover .dslicon {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.dslicon {
	display: block;
	width: 93px;
	height: 93px;
	margin: 0 auto;
}

.dsi1 {
	background: url(../images/pz1.svg) no-repeat;
	background-size: contain;
}

.dsi2 {
	background: url(../images/pz2.svg) no-repeat;
	background-size: contain;
}

.dsi3 {
	background: url(../images/pz3.svg) no-repeat;
	background-size: contain;
}

.dsi4 {
	background: url(../images/pz4.svg) no-repeat;
	background-size: contain;
}

.dsi5 {
	background: url(../images/pz5.svg) no-repeat;
	background-size: contain;
}

.dsltitle {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	height: 49px;
	overflow: hidden;
}

.dsltitle:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 26px;
	height: 2px;
	background: #B79B88;
}

.dslnr {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	height: 100px;
	overflow: hidden;
}

.certifi-honor {
	padding: 90px 0 135px 0;
}

.chbanner {
	position: relative;
	overflow: hidden;
	padding-bottom: 70px;
	margin-top: 50px;
}

.chbanner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.chbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 51px;
	height: 4px;
	text-align: center;
	vertical-align: middle;
	background: #E2E2E2;
	margin: 0 10px;
}

.chbanner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 51px;
	height: 4px;
}

.chbanner .slick-dots li a:focus {
	outline: none;
}

.chbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #B79B88;
}

.cbitem {
	float: left;
	position: relative;
}

.cbil {
	float: left;
	width: 24%;
	margin-left: 1%;
	cursor: pointer;
}

.cbil:hover .ctpck {
	opacity: 1;
	visibility: visible;
}

.cbil:hover .cpimg {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.cbtp {
	position: relative;
	overflow: hidden;
}

.cpimg {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ctpck {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: url(../images/op4.png) repeat;
	transition: 0.45s;
}

.ckicon {
	display: block;
	color: #fff;
	font-size: 25px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cbms {
	background: #F5F1EE;
	color: #222222;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

.operation-partners {
	padding: 65px 0 80px 0;
}

.olipic {
	position: relative;
	background: #fff;
}

.olipic img {
	display: block;
	width: 100%;
	height: 100%;
}


/* 关于金琴 */

.about1-brand {
	padding: 75px 0;
}

.ab1bot {
	width: 940px;
	margin: 0 auto;
}

.ab1nr {
	color: #666666;
	font-size: 16px;
	margin-top: 60px;
}

.about1-culture {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.about1-culture li {
	position: relative;
	float: left;
	width: 33.333%;
	color: #fff;
	transition: 0.65s;
	cursor: pointer;
}

.about1-culture li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.65s ease-out;
	transition: all 0.65s ease-out;
	background: -webkit-linear-gradient( 180deg, rgba(183, 155, 136, 0.85), rgba(183, 155, 136, 0.7), rgba(183, 155, 136, 0), rgba(183, 155, 136, 0));
	background: linear-gradient( 270deg, rgba(183, 155, 136, 0.85), rgba(183, 155, 136, 0.7), rgba(183, 155, 136, 0), rgba(183, 155, 136, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	z-index: 1;
}

.acl {
	position: relative;
	z-index: 20;
	text-align: center;
	padding: 72px 0 180px 0;
}

.ac1t1 {
	font-size: 34px;
	line-height: 1.5;
	transition-delay: 0.15s;
}

.ac1t2 {
	display: block;
	font-size: 24px;
	line-height: 1.5;
	transition-delay: 0.15s;
}

.acltb {
	margin-top: 50px;
}

.atb {
	display: block;
	font-size: 53px;
}

.atw1 {
	display: block;
	font-size: 24px;
	font-weight: normal;
}

.atw2 {
	position: relative;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 20px;
}

.atw2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 48px;
	height: 1px;
	background: #fff;
}

.ac1desc {
	font-size: 16px;
	margin-top: 90px;
	transition-delay: 0.35s;
}

.ac1t1,
.ac1t2,
.ac1desc {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: 0.65s;
}

.about1-culture li:hover:before {
	opacity: 1;
	visibility: visible;
	background-position: 99% 50%;
}

.about1-culture li:hover .ac1t1,
.about1-culture li:hover .ac1t2,
.about1-culture li:hover .ac1desc {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/* 新闻动态 */

.about2-wrap {
	padding: 55px 0 100px 0;
}

.aw2list {
	margin-top: 70px;
}

.aw2list li {
	position: relative;
	padding: 20px 0;
	transition: 0.45s;
}

.al2date {
	display: block;
	float: left;
	color: #7E7E7E;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 60px;
	text-align: right;
}

.al2date strong {
	display: block;
	font-weight: normal;
	font-size: 38px;
}

.al2pic {
	float: left;
	width: 25%;
	margin-left: 2%;
	overflow: hidden;
}

.al2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.al2cont {
	float: right;
	width: 65%;
}

.ac2title {
	color: #222222;
	font-size: 16px;
	font-weight: normal;
	height: 28px;
	overflow: hidden;
}

.ac2desc {
	color: #7E7E7E;
	font-size: 14px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}

.ac2more {
	display: block;
	color: #A1A1A1;
	font-size: 14px;
	margin-top: 30px;
	font-weight: normal;
}

.aw2list li:hover {
	background: #fff;
}

.aw2list li:hover .al2date,
.aw2list li:hover .ac2title {
	color: #B79B88;
}

.aw2list li:hover .al2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.aw3list {
	margin-top: 30px;
}

.aw3list li {
	margin-top: 20px;
}

.al3wt {
	background: #fff;
	height: 71px;
	line-height: 71px;
}

.al3num {
	display: block;
	float: left;
	width: 71px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #B79B88;
	font-style: italic;
}

.al3txt {
	display: block;
	float: left;
	width: 62%;
	color: #474747;
	font-size: 16px;
	margin-left: 27px;
	height: 71px;
	overflow: hidden;
}

.al3icon {
	display: block;
	float: right;
	color: #C9C9C9;
	font-size: 20px;
	margin-right: 30px;
	transition: 0.35s;
}

.al3hd {
	display: none;
	background: #fff;
	padding: 30px 71px;
	color: #7E7E7E;
	font-size: 14px;
}

.al3wt.active .al3num {
	background: #343434;
}

.al3wt.active {
	background: #434343;
}

.al3wt.active .al3txt {
	color: #fff;
}

.al3wt.active .al3icon {
	transform: rotate(90deg);
}

.news-detail {
	width: 960px;
	margin: 0 auto;
	padding: 75px 0;
}

.ndtitle {
	text-align: center;
	color: #222222;
	font-size: 26px;
}

.ndsjfx {
	text-align: center;
	margin-top: 5px;
}

.asf {
	color: #666666;
	font-size: 14px;
	margin: 0 10px;
}

.afx {
	display: inline-block;
	font-size: 20px;
	color: #666666;
	margin-left: 10px;
}

.ndnr {
	margin-top: 30px;
	padding-top: 50px;
	border-top: 1px solid #D1D1D1;
}

.ndbottom {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #D1D1D1;
}

.ndbleft {
	float: left;
	width: 50%;
}

.abllink {
	display: block;
	color: #666666;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.abllink:hover {
	color: #B79B88;
}

.ndbright a {
	display: block;
	float: right;
	width: 181px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background: #B79B88;
	color: #fff;
	font-size: 14px;
}

.contact-wrap {
	padding: 30px 0 190px 0;
}

.contact-wrap li {
	margin-top: 30px;
	background: #fff;
}

.mztp {
	float: left;
	width: 35%;
}

.mztp img {
	display: block;
	width: 100%;
}

.mzcont {
	float: left;
	width: 65%;
}

.mcname {
	background: #434343;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding: 0 45px;
}

.mcnr {
	padding: 30px 45px 0 45px;
}

.mnrxx {
	font-size: 16px;
	color: #666666;
}

.mnrxx i {
	display: inline-block;
	vertical-align: middle;
	color: #B79B88;
	font-size: 15px;
	margin-right: 5px;
}

.mnrbtn {
	margin-top: 25px;
}

.mrb {
	display: inline-block;
	width: 118px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #D5D5D5;
	border-radius: 24px;
	color: #666666;
	font-size: 14px;
	margin-right: 20px;
}

.mrb:hover {
	background: #B79B88;
	color: #fff;
	border: 1px solid #B79B88;
}

.ri-head {
	border-top: 4px solid #fff;
}

.ri-head span {
	width: 22.5%;
	color: #fff;
}

.rl-information.active {
	background: #B79B88;
}

.rl-information.active span {
	color: #FFFFFF;
}

.rl-information span {
	color: #464646;
	height: 51px;
	line-height: 51px;
}

.ri-head span {
	position: relative;
	padding: 15px 0;
}

.ri-total {
	display: block;
}

.ri-total span {
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}

.ri-w {
	width: 22.5%;
}

.ri-lw {
	width: 10% !important;
}

.ri-icon {
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 auto;
	background: url(../images/zpm.png) no-repeat;
	background-size: contain;
	margin-top: 20px;
}

.ri-lw.active i {
	width: 11px;
	height: 3px;
	margin-top: 24px;
	background: url(../images/zpzk.png) no-repeat;
	background-size: contain;
}

.rl-detail {
	display: none;
	padding: 39px 70px;
	color: #555555;
	font-size: 15px;
	background: #F2F2F2;
}

.ri-list li {
	margin-top: 6px;
	background: #fff;
}

.join-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
}


/* 404 */

.not-found-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.nfw-pic {
	width: 917px;
	height: 410px;
	position: relative;
	margin: 190px auto 0;
	text-align: center;
	overflow: hidden;
}

.nfw-pic img {
	width: 100%;
	display: block;
}

.nfw-txt1 {
	color: #000000;
	font-size: 24px;
	margin-top: 30px;
	text-align: center;
}

.nfw-txt2 a {
	color: #B79B88;
}

.sfbanner {
	position: relative;
	overflow: hidden;
	width: 245px;
}

.swiper-container {
	width: 100%;
	height: 50%;
	margin-top: 40px;
}

.swiper-container2 {
	width: 100%;
	height: 50%;
}

.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;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.swiper-container1 {
	width: 100%;
	height: 100%;
	overflow: visible !important;
}

.swiper-container1 .swiper-pagination-progressbar {
	height: 9px !important;
	background: #fff;
	top: auto !important;
	bottom: -33px !important;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-container1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #222222 !important;
}

.swiper-container1 .swiper-slide {
	background: none !important;
}

.act-wrap {
	padding: 85px 0 125px 0;
}

.atlist {
	margin-left: -2%;
}

.atlist li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 30px 0 0 2%;
}

.atlpic {
	overflow: hidden;
}

.atlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.atlcont {
	background: #fff;
	padding: 20px 20px 15px 20px;
}

.alctitle {
	color: #222222;
	font-size: 18px;
	line-height: 1.5;
	height: 27px;
	overflow: hidden;
}

.alcdate {
	display: block;
	color: #7E7E7E;
	font-size: 14px;
	margin-top: 10px;
}

.alcxq {
	display: block;
	width: 100%;
	border-top: 1px solid #F5F1EE;
	margin-top: 30px;
	padding-top: 10px;
	color: #35536F;
	font-size: 14px;
}

.atlist li:hover .atlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.activity-detail {
	width: 800px;
	margin: 0 auto;
}