﻿
@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
img {
	border: none;
	border: 0;
	height: auto;
	width: auto;
}
a {
	text-decoration: none;
	color: #333;
}
a:active {
	color: #00a4ff;
}
html {
	font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;
	background: #fff;
}
@media screen and (min-width:320px) {
html {
	font-size: 12px;
}
}
@media screen and (min-width:375px) {
html {
	font-size: 13px;
}
}
@media screen and (min-width:480px) {
html {
	font-size: 14px;
}
}
@media screen and (min-width:540px) {
html {
	font-size: 15px;
}
}
@media screen and (min-width:550px) {
html {
	font-size: 16px;
}
}
@media screen and (min-width:640px) {
html {
	font-size: 16px;
}
}
/**
 * Swiper 4.0.5*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	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(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, left top, right 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: -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 bottom, left top, 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: -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 top, left bottom, 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: -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-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.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-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
body {
	background: #fff;
	min-width: 260px;
	margin: 0 auto;
	position: relative;
}
input, input:focus {
	outline: none;
	text-indent: 0.5rem
}
.fl {
    font-size: 12px;
	float: left;
}
.fr {
	float: right;
}
@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	/*src: url('/web/20220501211813im_/http://lcyt.com.cn/skin/fonts/HELVETICANEUELTPRO-THEX.OTF');*/
	font-weight: normal;
	font-style: normal;
}
.w142 {
	width: 14.2rem;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.header {
	width: 15rem;
	height: 70px;
	background: #1f83f1;
	overflow: hidden;
}
.header .logo {
	width: 200px;
	height: 50px;
	float: left;
	margin-top: 10px;
	margin-left: 0.4rem;
}
.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.header .logo img {
	/*width: 200px;*/
	height: 50px;
	display: block;
}
.header .tel {
	width: 32px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 2.25rem;
}
.header .tel a {
	display: block;
	width: 100%;
	height: 100%;
}
.header .tel img {
	display: block;
	width: 32px;
}
/*菜单*/
.header .menu {
	float: right;
	width: 1.6rem;
	height: 70px;
	padding-right: 0.3rem;
	position: relative;
}
/*点击前icon*/
.header .menu .nav_icon {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 32px;
	right: 0.4rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .3s;
}
.header .nav_icon:after, .header .nav_icon:before {
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	right: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .3s;
}
.header .nav_icon:before {
	margin-top: -10px;
	width: 35px;
}
.header .nav_icon:after {
	margin-top: 10px;
	width: 25px;
}
/*点击后icon*/
.active .menu .nav_icon {
	background: transparent;
}/*背景透明*/
.active .nav_icon:before {
	margin-top: 0;
	width: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.active .nav_icon:after {
	margin-top: 0;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
/*隐藏的样式*/
.header .second {
	width: 15rem;
	position: absolute;
	opacity: 0;
	z-index: 2;
	top: -400px;
	-webkit-transition: all 0.6s;
}
.header .second ul li {
	width: 15rem;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: #f7f7f7;
}
.header .second ul li a {
	display: block;
	width: 14.4rem;
	padding: 0 0.3rem;
	height: 50px;
	color: #666;
}
.header .second ul li.on a, .header .second ul li:active a {
	background: #00a4ff;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.header .second ul li span {
	float: right;
}
/*点击菜单出来的样式*/
.header .top_hui {
	top: 70px;
	opacity: 1;
}
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 10rem;
	overflow: hidden;
	margin-bottom: 26px;
}
.focus .hd {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 1;
	bottom: 14px;
	text-align: center;
}
.focus .hd ul {
	display: inline-block;
	height: 10px;
	font-size: 0;
	vertical-align: top;
}
.focus .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	margin: 0 6px;
	vertical-align: top;
	overflow: hidden;
}
.focus .hd ul .on {
	background: #fbfe00;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li img {
	width: 100%;
	height: 10rem;
	display: block;
	overflow: hidden;
}
.service {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
}
.title_g {
	height: 38px;
	margin-bottom: 20px;
}
.title_c {
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
.title_b {
	width: 48px;
	height: 6px;
	margin: 0 auto;
}
.title_b img {
	display: block;
	width: 48px;
}
.service_c {
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.service_c ul li {
	width: 33.2%;
	height: 116px;
	float: left;
}
.service_c ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.service_c ul li .service_one {
	height: 100px;
	padding-top: 14px
}
.service_c ul li .one_icon {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/icon_y_03.jpg) no-repeat;
}
.one_icon span {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
}
.service_c ul li .one_icon1 {
	background-position: 0 -60px;
}
.service_c ul li .one_icon2 {
	background-position: 0 -120px;
}
.service_c ul li .one_icon3 {
	background-position: 0 -180px;
}
.service_c ul li .one_icon4 {
	background-position: 0 -240px;
}
.service_c ul li .one_icon5 {
	background-position: 0 -300px;
}
.font_one {
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.tel_bnt {
	width: 11rem;
	height: 2.28rem;
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/tel_bg_03.jpg) no-repeat;
	background-size: 11rem 2.28rem;
	margin: 10px auto;
	position: relative;
}
.tel_bnt a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.tel_bnt a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.tel_icon {
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: -webkit-linear-gradient(#b27af7, #2f73e0);
	background: -o-linear-gradient(#b27af7, #2f73e0);
	background: -moz-linear-gradient(#b27af7, #2f73e0);
	background: linear-gradient(#b27af7, #2f73e0);
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0.15rem;
}
.tel_icon .phone_icon {
	font-size: 20px;
	width: 1.7rem;
	height: 1.7rem;
	text-align: center;
	line-height: 1.7rem;
}
.tel_phone {
	width: 8.7rem;
	height: 2.28rem;
	line-height: 2.7rem;
	overflow: hidden;
	font-size: 15px;
}
.project_box {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.project_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 19px;
}
.project_pic img {
	width: 100%;
	height: 4.52rem;
	display: block;
	overflow: hidden;
}
.font_title {
	width: 190px;
	height: 21px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
}
.font_title img {
	display: block;
	width: 190px;
	height: auto;
	overflow: hidden;
}
.subheading {
	font-size: 12px;
	color: #666;
	height: 32px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 18px;
}
#certify {
	position: relative;
	width: 14.2rem;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 50px;
}
#certify .swiper-slide {
	width: 10.4rem;
	background: -webkit-linear-gradient( #7c2ae8, #1a5ecd);
	background: -o-linear-gradient(#7c2ae8, #1a5ecd);
	background: -moz-linear-gradient(#7c2ae8, #1a5ecd);
	background: linear-gradient(#7c2ae8, #1a5ecd);
	color: #fff;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#certify .swiper-slide .content_box {
	height: auto;
	width: 9.4rem;
	padding: 0 0.5rem;
	padding-top: 0.4rem;
	padding-bottom: 0.8rem;
}
#certify .swiper-slide .content_box .title_t {
	height: 40px;
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-bottom: 18px;
}
#certify .swiper-slide .content_box .title_t .title_two {
	font-size: 30px;
	height: 36px;
	overflow: hidden;
	color: rgba(255,255,255,0.1);
	text-transform: uppercase;
}
#certify .swiper-slide .content_box .title_t .title_one {
	font-size: 25px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 2;
	color: #faff02;
}
#certify .swiper-slide .content_box .title_t .title_one span {
	font-weight: bold;
}
#certify .swiper-slide .content_box .one {
	height: auto;
	overflow: hidden;
	margin-bottom: 6px;
}
#certify .swiper-slide .content_box .one .left {
	font-size: 34px;
	margin-right: 10px;
}
#certify .swiper-slide .content_box .one .right {/* width:162px;*/
	width: 7.04rem;
}
#certify .swiper-slide .content_box .one .right h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
#certify .swiper-slide .content_box .one .right h3 a {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
	color: #fff;
}
#certify .swiper-slide .content_box .one .right p a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 13px;
}
#certify .swiper-slide .content_box .one .right p {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 10px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #00a4ff;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 6px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #00a4ff;
}
.project_box .tel_bnt {
	margin-top: 0;
}
.casebox {
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/case_bg.jpg) no-repeat;
	width: 100%;
	height: 14.68rem;
	background-size: 100% 15.28rem;
	margin-bottom: 20px;
	padding-bottom: 0.6rem
}
.casebox .title_g1 {
	padding-top: 20px;
}
.casebox .title_g1 .title_c {
	color: #fff;
}
.scrollBox {
	width: 14.2rem;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.scrollBox .bd {
	width: 14.2rem;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.scrollBox .bd ul {
	width: 14.74rem;
	height: 7rem;
	float: left;
	overflow: hidden;
}
.scrollBox .bd ul li {
	width: 4.38rem;
	height: 2.04rem;
	float: left;
	margin: 0 0.16rem;
	margin-bottom: 0.3rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.scrollBox .bd ul li img {
	width: 4.38rem;
	height: 2.04rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.scrollBox .hd {
	width: 100%;
	height: 12px;
	z-index: 1;
	text-align: center;
	margin-top: 0.35rem;
}
.scrollBox .hd ul {
	display: inline-block;
	height: 12px;
	font-size: 0;
	vertical-align: top;
}
.scrollBox .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px 6px;
	vertical-align: top;
	overflow: hidden;
}
.scrollBox .hd ul li.on {
	background: #ffffff;
}
.news_box {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 15rem;
	background: #fff;
}
.news_box .all_title {
	padding-top: 0.92rem;
}
.tabBox {
	width: 15rem;
	margin: 10px auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.tabBox .hd {
	width: 14.2rem;
	overflow: hidden;
	margin: 0 auto;
}
.tabBox .hd ul {
	width: 14.78rem;
	overflow: hidden;
}
.tabBox .hd ul li {
	width: 6rem;
	height: 48px;
	line-height: 48px;
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 0.56rem;
	overflow: hidden;
	text-align: center;
	background: #f5f5f5; margin-bottom:10px
}
.tabBox .hd ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tabBox .hd ul li:active {
	background: -webkit-linear-gradient(left, #0892ed, #5f58fe);
	background: -o-linear-gradient(right, #0892ed, #5f58fe);
	background: -moz-linear-gradient(right, #0892ed, #5f58fe);
	background: linear-gradient(to right, #0892ed, #5f58fe);
	color: #fff;
}
.tabBox .hd ul li.on, .tabBox .hd ul li:active {
	background: -webkit-linear-gradient(left, #0892ed, #5f58fe);
	background: -o-linear-gradient(right, #0892ed, #5f58fe);
	background: -moz-linear-gradient(right, #0892ed, #5f58fe);
	background: linear-gradient(to right, #0892ed, #5f58fe);
	color: #0768d3;
}
.tabBox .hd ul li:active a, .tabBox .hd ul li.on a {
	color: #fff;
}
.tabBox .bd {
	overflow: hidden;
	margin: 0 auto;
}
.tel_bnt1 {
	width: 11rem;
	height: 2.28rem;
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/tel_bg2.png) no-repeat;
	background-size: 11rem 2.28rem;
	margin: 10px auto;
	position: relative;
}
.tel_bnt1 .tel_icon {
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 0.85rem;
	background: -webkit-linear-gradient(#26e8e0, #1663cb);
	background: -o-linear-gradient(#26e8e0, #1663cb);
	background: -moz-linear-gradient(#26e8e0, #1663cb);
	background: linear-gradient(#26e8e0, #1663cb);
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0.15rem;
}
.tabBox .bd .content_c {
	height: auto;
	overflow: hidden;
	width: 15rem;
}
.tabBox .bd .content_c .first {
	border-bottom: none;
	height: auto;
	overflow: hidden;
	width: 15rem;
}
.tabBox .bd .content_c .first .left {
	width: 6.56rem;
	height: 4.2rem;
	float: left;
	margin-left: 0.4rem;
}
.tabBox .bd .content_c .first .left img {
	display: block;
	width: 100%;
	height: 100%;
}
.tabBox .bd .content_c .first .right {
	width: 7.04rem;
	float: right;
	height: 4.2rem;
	padding-right: 0.4rem;
}
.tabBox .bd .content_c .first .right .title_a {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
	color: #444;
}
.tabBox .bd .content_c .first .right .title_b {
	font-size: 14px;
	color: #999;
	line-height: 18px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: 7.04rem;
}
.tabBox .bd .content_c .first .right .time_c {
	font-size: 13px;
	color: #999;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	margin-top: 10px;
}
.tabBox .bd .content_c .first .right .time_c span {
	color: #c5c0c0;
}
.tabBox .bd .content_c ul li {
	border-bottom: 1px solid #eaeaea;
	height: auto;
	overflow: hidden;
}
.tabBox .bd .content_c ul li a {
	display: block;
	width: 100%;
	padding: 14px 0.4rem;
	height: auto;
	overflow: hidden;
} /* 去掉链接触摸高亮 */
.tabBox .bd .content_c ul li .time {
	font-size: 14px;
	color: #444;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
}
.tabBox .bd .content_c ul li .time span {
	color: #999
}
.tabBox .bd .content_c ul li .title {
	color: #bcbcbc;
	font-size: 16px;
	width: 14.2rem;
	color: #444;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 6px 0;
}
.tabBox .bd .content_c ul li .detailed {
	width: 14.2rem;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #888;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabBox .bd .content_c ul li.on {
	background: #f8f8f8;
}
.tabBox .bd .content_c ul li.first a {
	height: 4.2rem;
	padding: 14px 0;
}
.all_more {
	display: block;
	margin: 10px auto;
	margin-top: 20px;
	font-size: 16px;
	color: #00a4ff;
	border: 1px solid #00a4ff;
	width: 5.8rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.all_more:active {
	color: #fff;
	background-color: #00a4ff;
	border: 1px solid #00a4ff;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
/*foot*/
.foot {
	width: 15rem;
	height: 6.36rem;
padding-bottom:.84rem;
	overflow: visible;
	background-size: 15rem 8.44rem;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}
.foot .lower {
	position: absolute;
	width: 1.58rem;
	height: 1.8rem;
	top: -20px;
	left: 6.71rem;
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/index1.png) no-repeat center center;
	background-size: 1.58rem 1.8rem;
}
.foot .lower a {
	display: block;
}
.foot .lower a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.foot .co {
	display: block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	line-height: 1.8rem;
}
.foot .foot_t {
	height: auto;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #555;
	padding: 0 0.4rem;
	padding-top: 1.6rem;
	width: 14.2rem;
	text-align: center;
}
.popuo-login .layui-m-layercont {
	padding: 0;
	position: relative;
	z-index: 3019891014;
	background: #fff;
	height: 8.5rem;
	overflow: visible;
	border-radius: 0 0 10px 10px;
	padding-bottom: 20px;
	margin-top: 2rem;
}
.popuo_l {
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/pop.png) no-repeat center 0;
	background-size: 100% 3.96rem;
	width: 100%;
	height: 3.96rem;
	position: absolute;
	top: -4.76rem;
}
.popuo_l .weixin_pic {
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/weiixn_pic.png) no-repeat center 0;
	background-size: 184px 135px;
	width: 184px;
	height: 135px;
	margin: 0 auto;
	margin-top: 2rem;
}
.popuo_l .weixin_g {
	font-size: 24px;
	color: #666;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 1rem;
	font-family: "微软雅黑";
}
.popuo_l .weixin_g a {
	color: #333;
	font-weight: 700;
}
.popuo_l .bnt_y { /*width:15.2rem; */
	width: 90%;
	height: 48px;
	line-height: 48px;
	background: #fbb03b;
	color: #FFF;
	font-size: 20px;
	border-radius: 5px;
	border-bottom: 2px solid #faa013;
	margin: 0 auto;
	margin-top: 18px;
	border: 0;
	box-shadow: none;
	outline: none;
}
.popuo_l .bnt_y:active {
	opacity: 0.8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.close_pic {
	position: absolute;
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/close_03.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	top: -1.2rem;
	right: 0.44rem;
}
/**/		  
.nav_bottom {
	width: 15rem;
	height: 50px;
	position: relative;
	position: fixed;
	z-index: 10;
	bottom: 0;
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/index.png) no-repeat center center;
	color: #fff;
	background-size: 15rem;
}
.nav_bottom a {
	color: #fff;
	display: block;
	width: 7.5rem;
	height: 50px;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.nav_bottom .booking {
	width: 7.5rem;
	height: 50px;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
.nav_bottom .animation {
	position: absolute;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	background: -webkit-linear-gradient(#0892ed, #5f58fe);
	background: -o-linear-gradient(#0892ed, #5f58fe);
	background: -moz-linear-gradient(#0892ed, #5f58fe);
	background: linear-gradient( #0892ed, #5f58fe);
	bottom: 14px;
	left: 6.2rem;
	z-index: 98;
}
.nav_bottom .animation a {
	display: inline-block;
	position: absolute;
	width: 2.6rem;
	height: 2.6rem;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 2.6rem;
	text-align: center;
	z-index: 101;
}
.nav_bottom .animation a p {
	font-size: 14px;
}
.nav_bottom .phone {
	width: 7.5rem;
	height: 50px;
	float: right;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
.nav_bottom .booking .n {
	font-size: 24px;
	vertical-align: -1px;
	color: #fff;
	margin-right: 3px;
}
.nav_bottom .phone .n1 {
	font-size: 30px;
	color: #fff;
	vertical-align: middle;
	margin-right: 2px;
}
.banner_box {
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/banner_n.jpg) no-repeat center 0;
	width: 100%;
	height: 3.48rem;
	background-size: 100% 3.48rem;
}
.bread {
	height: auto;
	width: 100%;
	text-align: center;
	color: #fff;
}
.bread .bread_a {
	font-size: 18px;
	height: 3.48rem;
	line-height: 3.48rem;
	overflow: hidden;
}
.bread .bread_b {
	color: #fff;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-transform: uppercase
}
.crumbs {
	width: 14.2rem;
	padding: 0 0.4rem;
	line-height: 42px;
	overflow: hidden;
	background: #f8f7f7;
	color: #999;
	font-size: 14px;
	margin-bottom: 16px;
}
.crumbs .sy {
	display: block;
	height: 42px;
	float: left;
	line-height: 42px;
	font-size: 16px;
	color: #afafaf;
	margin-right: 6px;
}
.crumbs .aa {
	display: block;
	height: 42px;
	float: left;
	padding-left: 0.3rem;
	padding-right: 0.1rem;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.crumbs a, .crumbs span {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	color: #999;
}
.crumbs a:active {
	color: #0060b7;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.main {
	height: auto;
	overflow: hidden;
}
/*.news_b .hd{ margin-bottom:20px;}*/
.news_b .content_news {
	height: auto;
	overflow: hidden;
	width: 15rem;
}
.news_b .content_news ul li {
	width: 15rem;
	border-bottom: none;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}
.news_b .content_news ul li a {
	display: block;
	width: 100%;
	height: 4.2rem;
	overflow: hidden;
	padding: 14px 0;
}
.news_b .content_news .left {
	width: 6.56rem;
	height: 4.2rem;
	float: left;
	margin-left: 0.4rem;
}
.news_b .content_news .left img {
	display: block;
	width: 100%;
	height: 100%;
}
.news_b .content_news .right {
	width: 7.04rem;
	float: right;
	height: 4.2rem;
	overflow: hidden;
	padding-right: 0.4rem;
}
.news_b .content_news .right .title_a {
	font-size: 16px;
	line-height: 12px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
	color: #444;
}
.news_b .content_news .right .title_b {
	font-size: 14px;
	color: #999;
	line-height: 18px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: 7.04rem;
}
.news_b .content_news .right .time_c {
	font-size: 13px;
	color: #999;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	margin-top: 10px;
}
.news_b .content_news .right .time_c span {
	color: #c5c0c0;
}
/*paging*/
.paging {
	width: 15rem;
	text-align: center;
	margin: 10px auto;
	margin-bottom: 30px;
}
.paging a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: solid 1px #eaeaea;
	color: #999;
	font-size: 16px;
	line-height: 40px;
}
.paging .sp {
	display: inline-block;
	height: 40px;
	border: 0;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	border: none;
}
.paging .on {
	color: #999;
	border: solid 1px #eaeaea;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}
.paging a:active {
	color: #fff;
	border: solid 1px #2080f0;
	background: #2080f0;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.paging .s {
	padding: 0px 10px;
}
.cnxh h2 {
    margin-left: 30px;
    font-size: 22px;
    color: #CC0000;
    display: block;
    padding-bottom: 8px;
}
.cnxh {
    font-size: 16px;
}
.cnxh ul {
    padding: 10px 0px 10px 10px;
}
.cnxh li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 48%;
    float: left;
    color: #898989;
    line-height: 22px;
    padding: 8px 0px;
    text-indent: 13px;
    border-bottom: 1px dashed #B9B8B8;
}
.main .tit {
	height: auto;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	font-size: 20px;
	color: #333333;
	text-align: center;
	width: 14.2rem;
	padding: 0rem 0.4rem;
	margin-top: 20px;
	font-weight: normal;
}
.kg {
    margin-left: 30px;
}
.main .time {
    height: 55px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-align: center;
    width: 14.2rem;
    padding: 0rem 0.4rem;
}
.main .time span {
    margin-left: 5px;
}
.article {
	font-size: 16px;
	width: 14.2rem;
	margin: 0 auto;
	line-height: 1.2rem;
	color: #333;
	padding: 17px 0;
	border-top: 1px solid #e8e8e8;
	height: auto;
	overflow: hidden;
}
.article img {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: block; height:auto !important
}
.prev_next {
	width: 14.2rem;
	margin: 0 auto;
	font-size: 16px;
	margin: 30px auto;
	color: #666;
}
.prev_next .prev, .prev_next .next {
	width: 14rem;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	margin-bottom: 10px;
}
.prev_next .prev span:nth-child(1), .prev_next .next span:nth-child(1) {
	display: inline-block;
	float: left;
	background: #eeeeee;
	width: 3.6rem;
	text-align: center;
	border-right: 1px solid #b7b7b7;
	margin-right: 10px;
}
.prev_next .prev span:nth-child(2), .prev_next .next span:nth-child(2), .prev_next .prev a, .prev_next .next a {
	width: 9.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prev_next .prev a, .prev_next .next a {
	color: #666;
}
.prev_next .prev a:active, .prev_next .next a:active {
	color: #00a4ff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.small_program {
	width: 249px;
	height: 278px;
	overflow: hidden;
	margin: 20px auto;
	margin-top: 0;
}
.small_program img {
	display: block;
	width: 249px
}
.article-tags {
	width: 14.2rem;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
}
.article-tags a {
	display: inline-block;
	padding: 0px 7px;
	height: 30px;
	line-height: 30px;
	margin: 0 3px;
	color: #333;
	font-size: 14px;
	background: #e4eff6;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.article-tags a:nth-child(2n) {
	background-color: #e7f6e4;
}
.article-tags a:nth-child(3n) {
	background-color: #f5e4f6;
}
.article-tags a:active {
	background-color: #c9e4f5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.article-tags a:nth-child(2n):active {
	background-color: #d0f5c9;
}
.article-tags a:nth-child(3n):active {
	background-color: #f3c9f5;
}
.article-tags span {
	color: #666;
}
.case_content {
	width: 14.2rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.case_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: justify;
}
.case_content ul li {
	float: left;
	width: 6.84rem;
	height: auto;
	font-size: 14px;
	margin-bottom: 16px;
}
.case_content ul:after {
	content: '';
	width: 6.9rem;
}
.case_content ul li .case_pic {
	width: 6.84rem;
	height: 4.16rem;
	overflow: hidden;
}
.case_content ul li .case_pic img {
	display: block;
	width: 6.84rem;
	height: 4.16rem;
}
.case_content ul li .case_detaile {
	height: auto;
	overflow: hidden;
	padding: 14px 0.3rem;
	border: 1px solid #f5f5f5;
	border-top: 0;
	box-sizing: border-box;
}
.case_content .case_detaile .title {
	font-size: 14px;
	color: #333;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 7px;
}
.case_content .case_detaile .introduce {
	color: #999;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 8px;
}
.case_content .case_detaile .more {
	line-height: 18px;
	overflow: hidden;
}
.case_content .case_detaile .more .left {
	color: #666;
}
.case_content .case_detaile .more .right {
	color: #666;
}
.case_content ul li:active .case_detaile {
	border: 1px solid #dfeef9;
	border-top: 0
}
.case_content ul li:active .title {
	color: #00a4ff;
}
.case_content ul li:active .introduce {
	border-bottom: 1px solid #dfeef9;
	color: #00a4ff;
}
.case_content ul li:active .more .left {
	color: #00a4ff;
}
.case_content ul li:active .more .right {
	color: #03a4fc;
}
.title_txt {
	background: linear-gradient( #12d3f5, #7378f6);
	-webkit-background-clip: text;
	color: transparent;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.eles_box {
	border-top: 1px solid #e5e5e5;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	width: 14.2rem;
	margin: 0 auto;
}
.eles_box ul li {
	width: 4.6rem;
	height: 62px;
	padding-top: 10px;
	overflow: hidden;
	background: -webkit-linear-gradient(#20ede6, #185ece);
	background: -o-linear-gradient(#20ede6, #185ece);
	background: -moz-linear-gradient(#20ede6, #185ece);
	background: linear-gradient(#20ede6, #185ece);
	border-radius: 5px;
	float: left;
	margin-bottom: 10px;
}
/*.eles_box ul li a{ display:block; width:100%; height:62px; padding-top:10px;}*/
.eles_box ul li .eles_pic {
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/case_icon_03.png) no-repeat;
	width: 34px;
	height: 32px;
	background-size: 34px auto;
	margin: 0 auto;
}
.eles_box ul li .eles_font {
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 22px;
	overflow: hidden;
}
.eles_box ul li:nth-child(1) {
	margin-left: 2.32rem;
	margin-right: 0.42rem;
}
.eles_box ul li:nth-child(2) {
	margin-right: 0.2rem;
}
.eles_box ul li .eles_pic1 {
	background-position: 0 -42px;
}
.eles_box ul li:nth-child(3) {
	margin-right: 0.2rem;
}
.eles_box ul li:nth-child(4) {
	margin-right: 0.2rem;
}
.eles_box ul li .eles_pic2 {
	background-position: 0 -84px;
}
.eles_box ul li .eles_pic3 {
	background-position: 0 -127px;
}
.eles_box ul li .eles_pic4 {
	background-position: 0 -170px;
}
.dz a {
	display: block;
	background: url(/web/20220501211813im_/http://lcyt.com.cn/skin/images/dz_03.jpg) no-repeat;
	width: 201px;
	height: 51px;
	background-size:/*8.04rem 2.06rem*/201px 51px;
	margin: 20px auto;
	margin-bottom: 0;
}
.dz a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
/*@font-face*/
@font-face {
	font-family: "iconfont";
	src: url('/web/20220501211813im_/http://lcyt.com.cn/skin/fonts/iconfont.eot?t=1571813434937'); /* IE9 */
	src: url('/web/20220501211813im_/http://lcyt.com.cn/skin/fonts/iconfont.eot?t=1571813434937#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('/web/20220501211813im_/http://lcyt.com.cn/skin/fonts/iconfont.woff?t=1571813434937') format('woff'), url('/web/20220501211813im_/http://lcyt.com.cn/skin/fonts/iconfont.ttf?t=1571813434937') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('/web/20220501211813im_/http://lcyt.com.cn/skin/fonts/iconfont.svg?t=1571813434937#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.iconfanhuidingbu1:before {
	content: "\e649";
}
.iconyoujiantou:before {
	content: "\e64c";
}
.iconiconfontzhizuobiaozhun25:before {
	content: "\e618";
}
.icondizeng:before {
	content: "\e73a";
}
.iconarrow-line-right:before {
	content: "\e60c";
}
.icondangqianweizhi:before {
	content: "\e699";
}
.iconyunzhuji:before {
	content: "\e60e";
}
.iconqiyehao:before {
	content: "\e61e";
}
.iconOAxitong:before {
	content: "\e92b";
}
.iconicon-test:before {
	content: "\e683";
}
.iconyidongyingyongkaifa:before {
	content: "\e604";
}
.iconxiaochengxu:before {
	content: "\e60b";
}
.iconjiantou:before {
	content: "\e65a";
}
.iconweixin:before {
	content: "\e613";
}
.iconyou:before {
	content: "\e627";
}
.iconzuo:before {
	content: "\e62f";
}
.iconkaifa:before {
	content: "\e602";
}
.iconkuaijianliuliang:before {
	content: "\e605";
}
.iconshuju:before {
	content: "\e60a";
}
.iconconstruction:before {
	content: "\e600";
}
.iconseo-marketing-business-image-search:before {
	content: "\ec39";
}
.iconchengxukaifa:before {
	content: "\e611";
}
.iconxuexigongjubishubiao:before {
	content: "\e7f1";
}
.iconICPbeianfuwu:before {
	content: "\e7d9";
}
.iconTelephone:before {
	content: "\eb26";
}
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
/*
     FILE ARCHIVED ON 21:18:13 May 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:09:21 Jul 27, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.53
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.012
  esindex: 0.009
  cdx.remote: 8.981
  LoadShardBlock: 425.926 (3)
  PetaboxLoader3.datanode: 98.453 (5)
  PetaboxLoader3.resolve: 541.24 (2)
  load_resource: 263.292
  loaddict: 57.13
*/