.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-slide-invisible-blank {
	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-button-lock {
	display: none
}

.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-main {
	-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: 0;
	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,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-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-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -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
}

.c-dropdown {
	position: relative;
	display: inline-block;
	text-align: left
}

.c-dropdown__list {
	max-height: 340px;
	overflow: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 10px 0 10px 18px;
	list-style: none;
	position: absolute;
	top: 125%;
	left: 0;
	width: 185px;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	background: #fff;
	border: #f0f0f0 1px solid;
	box-shadow: rgba(0, 0, 0, .08) 0 0 5px 0;
	-webkit-transition: opacity .25s linear, top .25s linear;
	transition: opacity .25s linear, top .25s linear
}

.c-dropdown.is-open .c-dropdown__list {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.c-dropdown__item {
	font-size: 16px;
	line-height: 34px;
	cursor: pointer;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: background-color .25s linear;
	transition: background-color .25s linear
}

.c-dropdown__item:hover {
	color: #3291f9
}

.c-button {
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.c-button:hover,
.c-button:focus {
	outline: 0;
	text-decoration: none
}

.c-button:not(:disabled) {
	cursor: pointer
}

.c-button--dropdown,
.inputline .keywords {
	width: 160px;
	padding-left: 15px;
	padding-right: 30px;
	color: #333;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	border-radius: 5px;
	background: #f7f7f7 url(../img/arrow.png) right 14px top -1025px no-repeat;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.c-button--dropdown:hover,
.inputline .keywords:focus {
	background-color: #f1f1f1
}

body {
	font-size: 16px;
	line-height: 36px;
	font-family: Microsoft Yahei;
	color: #666
}

a {
	text-decoration: none;
	color: #333;
	transition: all .2s
}

a:hover {
	color: #3291f9;
	transition: all .2s
}

.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
	outline: 0
}

.tab .tabnav em {
	cursor: pointer;
	transition: all .2s
}

.tab .tabnav em:hover {
	transition: all .2s
}

.tab .tabnav em a {
	display: block
}

.tab .tabsingle {
	display: none
}

.tab .tabsingle:first-child {
	display: block
}

.scaleimg img {
	transform: scale(1);
	transition: transform .5s
}

.scaleimg img.zoom {
	transform: scale(1.2);
	transition: transform .5s
}

.channelnav {
	height: 53px;
	margin-top: 15px;
	position: relative
}

.channelnav span,
.mainchannel a {
	float: left;
	display: inline-block;
	width: 52px;
	height: 14px;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	padding-top: 44px;
	text-align: center;
	background: url(../img/icon.png) 0 -115px no-repeat;
	transition: all .2s;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.channelnav span:hover,
.mainchannel a:hover {
	color: #3291f9;
	transition: all .2s
}

.mainchannel a:first-child {
	width: 40px;
	background-position: 0 -115px
}

.mainchannel a:first-child:hover {
	background-position: 0 -120px
}

.mainchannel a:nth-child(2) {
	width: 48px;
	background-position: -48px -115px
}

.mainchannel a:nth-child(2):hover {
	background-position: -48px -120px
}

.mainchannel a:nth-child(3) {
	width: 63px;
	background-position: -92px -115px
}

.mainchannel a:nth-child(3):hover {
	background-position: -92px -120px
}

.mainchannel a:nth-child(4) {
	width: 44px;
	background-position: -155px -115px
}

.mainchannel a:nth-child(4):hover {
	background-position: -155px -120px
}

.mainchannel a:nth-child(5) {
	width: 58px;
	background-position: -199px -115px
}

.mainchannel a:nth-child(5):hover {
	background-position: -199px -120px
}

.mainchannel a:nth-child(6) {
	width: 45px;
	background-position: -257px -115px
}

.mainchannel a:nth-child(6):hover {
	background-position: -257px -120px
}

.mainchannel a:nth-child(7) {
	width: 56px;
	background-position: -302px -115px
}

.mainchannel a:nth-child(7):hover {
	background-position: -302px -120px
}

.mainchannel a:nth-child(8) {
	width: 48px;
	background-position: -358px -115px
}

.mainchannel a:nth-child(8):hover {
	background-position: -358px -120px
}

.mainchannel a:nth-child(9) {
	width: 52px;
	background-position: -406px -115px
}

.mainchannel a:nth-child(9):hover {
	background-position: -406px -120px
}

.mainchannel a:nth-child(10) {
	width: 56px;
	background-position: -458px -115px
}

.mainchannel a:nth-child(10):hover {
	background-position: -458px -120px
}

.mainchannel a:nth-child(11) {
	width: 58px;
	background-position: -514px -115px
}

.mainchannel a:nth-child(11):hover {
	background-position: -514px -120px
}

.mainchannel a:nth-child(12) {
	width: 52px;
	background-position: -572px -115px
}

.mainchannel a:nth-child(12):hover {
	background-position: -572px -120px
}

.mainchannel a:nth-child(13) {
	width: 65px;
	background-position: -624px -115px
}

.mainchannel a:nth-child(13):hover {
	background-position: -624px -120px
}

.mainchannel a:nth-child(14) {
	width: 52px;
	background-position: -689px -115px
}

.mainchannel a:nth-child(14):hover {
	background-position: -689px -120px
}

.mainchannel a:nth-child(15) {
	width: 45px;
	background-position: -741px -115px
}

.mainchannel a:nth-child(15):hover {
	background-position: -741px -120px
}

.mainchannel a:nth-child(16) {
	width: 52px;
	background-position: -786px -115px
}

.mainchannel a:nth-child(16):hover {
	background-position: -786px -120px
}

.mainchannel a:nth-child(17) {
	width: 43px;
	background-position: -838px -115px
}

.mainchannel a:nth-child(17):hover {
	background-position: -838px -120px
}

.mainchannel a:nth-child(18) {
	width: 59px;
	background-position: -881px -115px
}

.mainchannel a:nth-child(18):hover {
	background-position: -881px -120px
}

.mainchannel a:nth-child(19) {
	width: 56px;
	background-position: -935px -115px
}

.mainchannel a:nth-child(19):hover {
	background-position: -935px -120px
}

.mainchannel a:nth-child(20) {
	width: 48px;
	background-position: -991px -115px
}

.mainchannel a:nth-child(20):hover {
	background-position: -991px -120px
}

.mainchannel a:nth-child(21) {
	width: 56px;
	background-position: -1039px -115px
}

.mainchannel a:nth-child(21):hover {
	background-position: -1039px -120px
}

.mainchannel a:nth-child(22) {
	width: 52px;
	background-position: -1095px -115px
}

.mainchannel a:nth-child(22):hover {
	background-position: -1095px -120px
}

.channelnav span {
	width: 52px;
	background-position: -1147px -115px
}

.channelnav span:hover {
	background-position: -1147px -120px
}

.morechannel {
	display: none;
	position: absolute;
	width: 480px;
	height: 346px;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
	background: #fff;
	box-shadow: rgb(0, 0, 0, .12) 0 0 20px 0;
	opacity: .98;
	top: 40px;
	right: 0;
	overflow: hidden;
	z-index: 900
}

.morechannel strong {
	display: block;
	color: #fff;
	padding: 0 19px;
	background: #3693f9
}

.morechannel strong b {
	font-weight: 700
}

.morechannel strong a {
	float: right;
	color: #fff
}

.morechannel strong a:hover {
	text-decoration: underline
}

.morechannel ul {
	padding: 10px 15px 0 25px
}

.morechannel li {
	float: left;
	width: 88px;
	height: 32px
}

.morechannel li a {
	display: block;
	padding-left: 17px;
	background: url(../img/dot.png) 0 12px no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.index_focus {
	margin: 30px 0 30px 0;
	height: 538px;
	overflow: hidden;
}

.index_focus .fl:nth-child(2) {
	width: 540px
}

.today .title {
	height: 56px;
	overflow: hidden;
	margin-bottom: 8px
}

.today .title .date {
	width: 56px;
	height: 56px;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 12px;
}

.today .title .date b,
.today .title .date i {
	font-family: Arial;
	display: block
}

.today .title .date b {
	font-size: 34px;
	line-height: 34px;
	margin-top: 5px
}

.today .title .date i {
	font-size: 14px;
	line-height: 14px;
	margin-top: -3px
}

.today .title strong {
	display: block;
	font-size: 34px;
	line-height: 34px;
	color: #333
}

.today .title span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #3291f9;
	margin-top: 9px
}

.today .title.sp strong {
	float: left;
	font-size: 30px;
	line-height: 30px;
	margin-right: 5px
}

.today .title.sp span {
	line-height: 16px;
	color: #666;
	margin-top: 2px
}

.today .title.sp p {
	font-size: 17px;
	line-height: 17px;
	margin-top: 5px;
	color: #2cbf73
}

.today .title.sp p a {
	color: #2cbf73;
	padding-right: 24px;
	background: url(../img/arrow.png) right -97px no-repeat;
	transition: color .2s
}

.today .title.sp p a:hover {
	color: #3291f9;
	background-position: right -1247px;
	transition: color .2s
}

.today li {
	padding: 19px 0 18px;
	border-bottom: #f0f0f0 1px solid;
	overflow: hidden
}

.today li:last-child {
	padding-bottom: 0;
	border: 0
}

.today li .img_trans {
	float: left;
	width: 112px;
	height: 85px;
	margin-right: 12px;
	overflow: hidden
}

.today li img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform .5s
}

.today li img:hover,
.pictile dd img:hover,
.doctorvideo dd .thumbnail img:hover {
	transform: scale(1.2);
	transition: transform .5s
}

.today li strong {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-top: -4px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.today li em {
	float: left;
	max-width: 85px;
	margin-top: 16px;
	height: 21px;
	font-size: 14px;
	line-height: 21px;
	color: #666;
	border-radius: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.today li em a {
	display: block;
	padding: 0 10px;
	color: #666;
	background: #f7f7f7
}

.today li em a:hover {
	color: #3291f9;
	background: #ebf6ff
}

.today li i {
	float: right;
	margin-top: 24px;
	font-size: 12px;
	line-height: 12px;
	color: #999
}

.normallist {
	font-size: 16px;
	line-height: 36px;
	position: relative
}

.normallist li {
	padding-left: 14px;
	background: url(../img/dot.png) left -55px no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.picslide {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative
}

.picslide img {
	width: 100%;
	height: 280px
}

.picslide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 380px;
	height: 38px;
	padding: 242px 160px 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 20px;
	background: url(../img/bg.png) 0 -70px no-repeat
}

.picslide .swiper-pagination {
	height: 3px;
	line-height: 3px;
	bottom: 24px;
	right: 17px;
	left: auto;
	text-align: right
}

.picslide .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 3px;
	margin: 0 0 0 5px;
	background: #cbcbc9;
	border-radius: 0;
	vertical-align: top;
	opacity: 1
}

.picslide .swiper-pagination .swiper-pagination-bullet-active {
	background: #3291f9
}

.picslide .swiper-button-prev,
.picslide .swiper-button-next {
	display: none;
	width: 35px;
	height: 66px;
	background: url(../img/arrow.png) 0 -1320px no-repeat;
	margin-top: -33px
}

.picslide .swiper-button-prev {
	left: 0
}

.picslide .swiper-button-next {
	background-position: 0 -1400px;
	right: 0
}

.picslide .swiper-button-prev:hover {
	background-position: 0 -1480px
}

.picslide .swiper-button-next:hover {
	background-position: 0 -1560px
}

.picslide .swiper-button-prev.swiper-button-disabled,
.picslide .swiper-button-next.swiper-button-disabled {
	opacity: 0;
	transition: opacity .2s
}

.index_focus .normallist {
	margin-top: 16px;
	overflow: hidden
}

.index_focus .normallist li {
	float: left;
	width: 240px;
	padding-right: 16px
}

.deepnews {
	border: #f0f0f0 1px solid;
	overflow: hidden
}

.deepnews dt a {
	font-size: 20px;
	line-height: 35px;
	color: #3291f9;
	padding: 0 16px;
	background: #fbfbfb;
	width: 100%;
	display: inline-block;
}

.deepnews dd {
	padding: 0 5px;
	font-size: 15px;
	line-height: 26px;
	background: url(../img/arrow.png) 276px -139px no-repeat;
	overflow: hidden
}

.deepnews dd.hidelogo {
	background-position: 276px -219px
}

.deepnews dd a {
	display: block;
	float: left;
	box-sizing: border-box;
	height: 73px;
	border-bottom: #f0f0f0 1px solid;
	transition: all .5s
}

.deepnews dd:last-child a {
	border: 0
}

.deepnews dd a.logolink {
	width: 88px;
}

.deepnews dd a.logolink img {
	width: 100%;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.deepnews dd a.artlink {
	padding: 5px 10px;
	width: 178px;
	line-height: 52px
}

.deepnews dd.hidelogo a.logolink {
	width: 0
}

.deepnews dd.hidelogo a.artlink {
	width: 266px
}

.deepnews dd:nth-child(3) a.logolink {
	background-position: left -140px
}

.deepnews dd:last-child a.logolink {
	background-position: left -220px
}

.deepnews dd.hidelogo a.logolink {
	padding-left: 0;
	background-position: -88px -60px
}

.deepnews dd.hidelogo:nth-child(3) a.logolink {
	background-position: -88px -140px
}

.deepnews dd.hidelogo:last-child a.logolink {
	background-position: -88px -220px
}

.deepnews dd a b {
	display: inline-block;
	max-height: 52px;
	line-height: 26px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wine_net {
	margin-top: 30px;
}

.blocktitle {
	/*margin-bottom: 30px;*/
	text-align: center;
	background: url(../img/bg.png) left -363px repeat-x
}

.blocktitle strong {
	display: block;
	margin: 0 auto;
	width: 194px;
	height: 44px;
	font-size: 25px;
	line-height: 40px;
	color: #3291f9;
	background: #fff
}

.blocktitle strong b {
	color: #333
}

.blocktitle span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #3291f9;
	margin-top: 5px
}
.index_science{
	margin-top:30px ;
}
.index_science .blocktitle{
	margin-bottom: 20px;
}
.index_science .fl {
	width: 402px;
	/*height: 540px;*/
	overflow: hidden
}

.index_science .fl:nth-child(3) {
	width: 438px
}

.pictile {
	overflow: hidden
}

.pictile dd {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	margin: 0 2px 2px 0;
	overflow: hidden;
	position: relative
}

.pictile dd:nth-child(2) {
	margin-right: 0
}

.pictile dd:nth-child(3) {
	margin-bottom: 0
}

.pictile dd:nth-child(4) {
	margin-right: 0;
	margin-bottom: 0
}

.pictile dd a {
	display: block;
	width: 100%;
	height: 100%
}

.pictile dd img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform .5s
}

.pictile dd img:hover {
	transform: scale(1.2);
	transition: transform .5s
}

.pictile dd p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 170px;
	height: 31px;
	padding: 169px 15px 0;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/bg.png) 0 -421px no-repeat
}

.pictile dd:last-child a {
	color: #fff;
	background: #3291f9 url(../img/arrow.png) 75px -337px no-repeat;
	transition: all .3s
}

.pictile dd:last-child span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding-top: 54px;
	transition: padding .3s
}

.pictile dd:last-child strong {
	display: block;
	font-size: 22px;
	line-height: 22px;
	margin-top: 6px
}

.pictile dd:last-child a:hover {
	background-color: #3291f9;
	background-position: 220px -337px;
	transition: all .3s
}

.pictile dd:last-child a:hover span {
	padding-top: 77px;
	transition: padding .3s
}

.listtile {
	padding-top: 10px
}

.listtile li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 54px;
	padding: 0 10px;
	background: #f7f7f7;
	overflow: hidden
}

.listtile li span {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	transition: width .3s
}

.listtile li span.logolink {
	width: 106px;
	color: #E1E1E1
}

.listtile li span.logolink a {
	color: #3291F9
}

.listtile li span.artlink {
	width: 100%;
}

.listtile li span.artlink a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.listtile li.hidelogo span.logolink {
	width: 0
}

.listtile li.hidelogo span.artlink {
	width: 382px
}

.headline {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.doctor_rank {
	/*height: 530px;*/
	background: #ebf6ff;
	overflow: hidden
}

.doctor_rank dt {
	padding: 20px 15px 7px 20px;
	font-size: 26px;
	color: #3291f9;
	line-height: 26px;
	text-indent: 15px;
	background: url(../img/dot.png) 20px -104px no-repeat
}

.doctor_rank dt a {
	float: right;
	font-size: 14px;
	color: #3291f9;
	padding-right: 12px;
	background: url(../img/arrow.png) right -583px no-repeat
}

.doctor_rank dd {
	padding: 10px 20px 15px;
	border-bottom: #e0f1ff 1px solid;
	position: relative;
	overflow: hidden;
}

.doctor_rank dd img {
	width: 60px;
	height: 60px;
	border: #fff 2px solid;
	border-radius: 100%;
	float: left;
	margin-right: 7px
}

.doctor_rank dd strong {
	display: block;
	padding-top: 8px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.doctor_rank dd strong i {
	font-size: 14px;
	color: #666;
	margin-left: 7px
}

.doctor_rank dd span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.doctor_rank dd p {
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.spcolumn {
	margin-top: 10px;
	height: 60px;
	font-size: 22px;
	line-height: 60px
}

.spcolumn a {
	display: block;
	color: #fff;
	padding: 0 45px 0 70px;
	background: #3291f9 url(../img/bg.png) left -710px no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.spcolumn a:hover {
	background-color: #469eff
}

.subtitle {
	font-size: 26px;
	line-height: 26px;
	color: #333;
	margin: 30px 0 20px
}

.subtitle .more {
	float: right;
	font-size: 14px
}

.subtitle b {
	font-weight: 700
}

.videolist {
	overflow: hidden
}

.videolist .subtitle {
	margin-bottom: -5px
}

.videosp {
	display: inline-block;
	padding-left: 27px;
	font-size: 16px;
	line-height: 21px
}

.videosp a {
	display: inline-block;
	margin-left: 42px;
	padding-left: 30px;
	background: url(../img/arrow.png) left -690px no-repeat;
	transition: color .2s
}

.videosp a:hover {
	background-position: left -770px;
	transition: color .2s
}

.videosp a.audiosp {
	background-position: left -1670px
}

.videosp a.audiosp:hover {
	background-position: left -1750px
}

.videolist dd {
	float: left;
	width: 224px;
	height: 160px;
	overflow: hidden;
	margin: 26px 20px 0 0;
	position: relative
}

.videolist dd:nth-child(5n+1) {
	margin-right: 0
}

.videolist dd img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform .5s
}

.videolist dd img:hover {
	transform: scale(1.2);
	transition: transform .5s
}

.videolist dd p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgb(0, 0, 0, 0.4)
}

.doctorvideo {
	overflow: hidden
}

.doctorvideo dd {
	float: left;
	width: 224px;
	margin-right: 20px
}

.doctorvideo dd:nth-child(5n+1) {
	margin-right: 0
}

.doctorvideo dd .thumbnail {
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative
}

.doctorvideo dd .thumbnail::after {
	content: "";
	display: block;
	position: absolute;
	margin: -22px 0 0 -22px;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
}

.doctorvideo dd .thumbnail img {
	width: 100%;
	height: 100%
}

.doctorvideo dd strong {
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.doctorvideo dd .avatar {
	float: left;
	width: 43px;
	height: 43px;
	border-radius: 43px;
	margin-right: 8px
}

.doctorvideo dd p {
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_ask {
	overflow: hidden;
	margin-top: 30px;
}

.index_ask .fl {
	width: 870px
}

.index_ask .tabnav {
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	overflow: hidden
}

.index_ask .tabnav em {
	float: left;
	width: 90px;
	height: 33px;
	margin-right: 5px;
	border: #f0f0f0 1px solid
}

.index_ask .tabnav em:last-child {
	margin-right: 0
}

.index_ask .tabnav em.current,
.index_ask .tabnav em:hover {
	background: #3291f9;
	border-color: #3291f9;
	color: #fff
}

.index_ask .tabnav em a {
	color: #666
}

.index_ask .tabnav em.current a,
.index_ask .tabnav em:hover a {
	color: #fff
}

.index_ask .tab li {
	border-bottom: #f0f0f0 1px solid;
	overflow: hidden
}

.index_ask .tab .doctorinfo {
	float: left;
	width: 170px;
	height: 133px;
	padding: 22px 8px 0 7px
}

.index_ask .tab .doctorinfo>a {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 65px;
	overflow: hidden;
	float: left;
	margin-right: 12px
}

.index_ask .tab .doctorinfo img {
	width: 100%;
	height: 100%
}

.index_ask .tab .doctorinfo strong {
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_ask .tab .doctorinfo i {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_ask .tab .doctorinfo span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 25px 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_ask .tab .doctorinfo span a {
	color: #666
}

.index_ask .tab .doctorinfo span a:hover {
	color: #3291f9
}

.index_ask .tab .qnacontent {
	float: left;
	width: 100%;
	padding: 15px 0;
}

.index_ask .tab .qnacontent strong {
	display: block;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_ask .tab .qnacontent strong em {
	font-size: 14px;
	color: #999
}

.index_ask .tab .qnacontent p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 7px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.index_ask .tab .qnacontent span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-top: 12px;
}

.index_ask .tab .qnacontent span i {
	display: inline-block;
	width: 150px;
}

.doctor_rec {
	height: 620px;
	background: #ebf6ff;
	overflow: hidden
}

.doctor_rec dt {
	padding: 20px 15px 20px 20px;
	font-size: 26px;
	color: #3291f9;
	line-height: 26px;
}

.doctor_rec dt a {
	float: right;
	font-size: 14px;
	color: #3291f9;
	padding-right: 12px;
}

.doctor_rec dd {
	padding: 13px 15px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: #e0f1ff 1px solid
}

.doctor_rec dd:last-child {
	border: 0
}

.doctor_rec dd img {
	width: 60px;
	height: 60px;
	border: #fff 2px solid;
	border-radius: 100%;
	float: left;
	margin-right: 7px
}

.doctor_rec dd strong {
	display: block;
	font-size: 15px;
	line-height: 22px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.doctor_rec dd strong i {
	font-size: 14px;
	color: #666;
	margin-left: 7px
}

.doctor_rec dd span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.doctor_rec dd p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 14px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.doctor_rec dd .more {
	width: 128px;
	height: 32px;
	margin: 12px auto 0;
	text-align: center
}

.doctor_rec dd .more a {
	display: block;
	width: 126px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border: #3291f9 1px solid;
	border-radius: 5px;
	color: #3291f9
}

.doctor_rec dd .more a:hover {
	background: #3291f9;
	color: #fff
}

.tools_yyk .fl {
	width: 870px
}

.tools_yyk .subtitle {
	line-height: 35px;
	margin: 0
}

.tools_yyk .subtitle .tip {
	float: right;
	width: 235px;
	font-size: 16px
}

.tools_yyk .subtitle .tip a {
	display: block;
	padding-left: 28px;
	background: url(../img/icon.png) -450px -201px no-repeat;
	transition: color .2s
}

.tools_yyk .subtitle .tip a:hover {
	background-position: -900px -201px;
	transition: color .2s
}

.tools_yyk .tabnav {
	float: right;
	width: 528px;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	overflow: hidden
}

.tools_yyk .tabnav em {
	float: left;
	width: 129px;
	height: 33px;
	margin-right: 10px;
	border: #f0f0f0 1px solid
}

.tools_yyk .tabnav em:last-child {
	margin-right: 0
}

.tools_yyk .tabnav em.current,
.tools_yyk .tabnav em:hover {
	background: #3291f9;
	border-color: #3291f9;
	color: #fff
}

.tools_yyk .tab dl {
	font-size: 16px;
	line-height: 36px;
	float: left;
	width: 420px;
	margin: 19px 10px 0;
	overflow: hidden
}

.tools_yyk .tab dl:nth-child(2n) {
	margin-right: 0
}

.tools_yyk .tab dt {
	float: left;
	width: 49px;
	height: 144px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	margin-right: 19px
}

.tools_yyk .tab dt a {
	display: block;
	padding-top: 70px;
	background: url(../img/icon.png) left -272px no-repeat
}

.tools_yyk .tab dd {
	float: left;
	width: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.tools_yyk .bydisease {
	width: 100%;
	height: 348px;
	overflow: hidden;
	border-bottom: #f0f0f0 1px solid
}

.tools_yyk .bydisease dl:nth-child(1) dt a {
	background-position: 0 -272px;
	color: #23b89b
}

.tools_yyk .bydisease dl:nth-child(2) dt a {
	background-position: -450px -272px;
	color: #f87d6f
}

.tools_yyk .bydisease dl:nth-child(3) dt a {
	background-position: -900px -272px;
	color: #3291f9
}

.tools_yyk .bydisease dl:nth-child(4) dt a {
	background-position: -1350px -272px;
	color: #6c71b3
}

.tools_yyk .bydisease dl:nth-child(1) dt a:hover {
	background-position: 0 -277px
}

.tools_yyk .bydisease dl:nth-child(2) dt a:hover {
	background-position: -450px -277px
}

.tools_yyk .bydisease dl:nth-child(3) dt a:hover {
	background-position: -900px -277px
}

.tools_yyk .bydisease dl:nth-child(4) dt a:hover {
	background-position: -1350px -277px
}

.tools_yyk .bydisease dl dt a:hover {
	color: #3291f9
}

.tools_yyk .bydept {
	width: 100%;
	height: 336px;
	padding-top: 12px;
	overflow: hidden
}

.tools_yyk .bydept dl {
	margin-top: 7px
}

.tools_yyk .bydept dt {
	height: 108px
}

.tools_yyk .bydept dl:nth-child(1) dt a {
	background-position: 0 -467px
}

.tools_yyk .bydept dl:nth-child(2) dt a {
	background-position: -450px -467px
}

.tools_yyk .bydept dl:nth-child(3) dt a {
	background-position: -900px -467px
}

.tools_yyk .bydept dl:nth-child(4) dt a {
	background-position: -1350px -467px
}

.tools_yyk .bydept dl:nth-child(5) dt a {
	background-position: 0 -667px
}

.tools_yyk .bydept dl:nth-child(6) dt a {
	background-position: -450px -667px
}

.tools_yyk .bydept dl:nth-child(1) dt a:hover {
	background-position: 0 -472px
}

.tools_yyk .bydept dl:nth-child(2) dt a:hover {
	background-position: -450px -472px
}

.tools_yyk .bydept dl:nth-child(3) dt a:hover {
	background-position: -900px -472px
}

.tools_yyk .bydept dl:nth-child(4) dt a:hover {
	background-position: -1350px -472px
}

.tools_yyk .bydept dl:nth-child(5) dt a:hover {
	background-position: 0 -672px
}

.tools_yyk .bydept dl:nth-child(6) dt a:hover {
	background-position: -450px -672px
}

.yyksearch {
	width: 298px;
	height: 382px;
	border: #f0f0f0 1px solid
}

.yyksearch strong {
	display: block;
	font-size: 18px;
	line-height: 35px;
	color: #318df2;
	text-indent: 18px;
	background: #fbfbfb
}

.yyksearch .inputline {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-align: right;
	margin-top: 20px;
	padding: 0 17px
}

.yyksearch .inputline .c-dropdown {
	float: right;
	margin-left: 10px;
	z-index: 800
}

.yyksearch .inputline:nth-child(2) .c-dropdown {
	z-index: 810
}

.yyksearch .inputline:nth-child(2) .c-dropdown:nth-child(1) {
	margin-left: 15px
}

.yyksearch .inputline:nth-child(3) .c-dropdown {
	z-index: 805
}

.yyksearch .inputline:nth-child(2) .c-button {
	width: 50px
}

.yyksearch .inputline:nth-child(2) .c-dropdown__item {
	float: left;
	width: 60px
}

.yyksearch .inputline:nth-child(2) .c-dropdown:nth-child(1) .c-dropdown__list {
	left: -108px
}

.yyksearch .inputline .keywords {
	display: block;
	float: right;
	width: 175px;
	padding-right: 15px;
	margin-left: 10px;
	background-image: none
}

.yyksearch .searchbutton {
	width: 264px;
	margin: 24px auto 0;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #3291f9;
	border-radius: 5px;
	cursor: pointer;
	transition: all .2s
}

.yyksearch .searchbutton:hover {
	background: #469eff;
	transition: all .2s
}

.yyksearch .totaldata {
	margin-top: 22px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #666
}

.yyksearch .totaldata b {
	color: #2cbf73
}
.tools_ypk{
	margin-top:30px;
}
.tools_ypk .fl {
	width: 388px;
	margin-right: 20px
}

.tools_ypk .fr {
	width: 384px
}

.ypkblock {
	height: 283px;
	border: #f0f0f0 1px solid
}

.ypkblock strong {
	display: block;
	font-size: 18px;
	line-height: 35px;
	color: #3291F8;
	text-indent: 18px;
	background: #fbfbfb
}

.tools_ypk .normallist {
	padding: 10px;
	box-sizing: border-box;
}

.ypksearch .inputline {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-align: right;
	margin-top: 20px;
	padding: 0 20px
}

.ypksearch .inputline .c-dropdown {
	float: right;
	margin-left: 10px;
	z-index: 800
}

.ypksearch .inputline:nth-child(2) .c-dropdown {
	z-index: 810
}

.ypksearch .inputline .c-button {
	width: 236px
}

.ypksearch .inputline .c-dropdown__list {
	width: 261px
}

.ypksearch .inputline .keywords {
	display: block;
	float: right;
	width: 251px;
	padding-right: 15px;
	margin-left: 10px;
	background-image: none
}

.ypksearch .searchbutton {
	width: 192px;
	margin: 22px 0 0 82px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #3291f9;
	border-radius: 5px;
	cursor: pointer;
	transition: all .2s
}

.ypksearch .searchbutton:hover {
	background: #469eff;
	transition: all .2s
}

.interlink {
	margin-top: 30px
}

.interlink .linktab {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 33px;
	text-align: center
}

.interlink .linktab em,
.interlink .linktab a {
	float: left;
	width: 188px;
	height: 33px;
	margin-right: 12px;
	border: #f0f0f0 1px solid
}

.interlink .linktab a {
	margin-right: 0
}

.interlink .linktab em.current,
.interlink .linktab em:hover,
.interlink .linktab a:hover {
	background: #3291f9;
	border-color: #3291f9;
	color: #fff
}

.interlink .normallist {
	overflow: hidden
}

.interlink .normallist li {
	float: left;
	width: 226px
}

.index_show {
	overflow: hidden;
	position: relative
}

.index_show::after {
	content: "\5e7f\544a";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 14px;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	background: #c9c9c9;
	opacity: .5
}

.index_show.nomark::after {
	display: none
}


/*列表*/

.win_left {
	float: left;
	width: 860px;
}

.win_right {
	float: right;
	width: 300px;
}

.content-ajax article {
	padding: 30px 0;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	clear: both;
}

.entry-content {
	overflow: hidden;
}

.entry-title {
	font-size: 20px;
	line-height: 28px;
	margin-top: 1px;
	max-height: 56px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.entry-content:hover h2 {
	color: #3291F9 !important;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}

.entry-img img {
	width: 220px;
	height: 145px;
}

.entry-site {
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.entry-content .time {
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.blocktitle_list {
	font-size: 22px;
	text-align: left;
	background: #fbfbfb;
	border-top: 2px solid #3291F8;
	padding: 5px 10px;
	box-sizing: border-box;
}

.blocktitle b {
	color: #333;
	transition: all .2s;
}

.safetytip {
	margin: 30px 0;
	border: #f0f0f0 1px solid;
}

.safetytip dt {
	font-size: 20px;
	line-height: 35px;
	color: #3291f9;
	padding: 0 15px;
	background: #fbfbfb;
}

.safetytip dt a {
	color: #3291f9;
}

.safetytip dd {
	padding: 0 15px;
}

.safetytip dd i {
	display: block;
	width: 90px;
	font-size: 12px;
	line-height: 24px;
	padding: 0 10px;
	background: #f8f8f8;
	vertical-align: top;
}

.safetytip dd a {
	display: block;
	padding: 20px 0 16px;
	border-bottom: #f0f0f0 1px solid;
}

.safetytip dd strong {
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.trend_list {
	box-sizing: border-box;
}

.trend_list .sectiontitle {
	border: none;
	height: auto;
}

.trend_list .sectiontitle li {
	padding: 0;
	border: none;
	background: #fbfbfb;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 35px;
}

.trend_list .sectiontitle li a {
	color: #3291f9;
	background: #fbfbfb;
}

.trend_list .con_ul {
	padding: 15px;
	padding-top: 10px;
	box-sizing: border-box;
}

.trend_list .con_ul ul {
	margin: 0;
}

.tabsingle li {
	font-size: 16px;
	line-height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
}

.tui_tit {
	padding-bottom: 10px;
}

.tui_tit a {
	border-left: 5px solid #3291f9;
	padding-left: 10px;
	line-height: 24px;
	font-size: 18px;
}

.picslist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.picslist li {
	width: 270px;
	margin-bottom: 10px;
}

.tuijian_s ul li .img_wh {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.picslist li img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform .5s;
}

.picslist li img:hover {
	transform: scale(1.1);
}

.picslist li p {
	display: block;
	margin-top: 13px;
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 15px;
	line-height: 22px;
	height: 45px;
}

.guess_what {
	margin-top: 30px;
}

.guess_what .content-ajax article {
	padding: 10px 0;
}

.guess_what .content-ajax article:first-child {
	padding-top: 0;
}

.art_location {
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}

.art_location a {
	color: #666;
}
.art_location a:hover{
	color: #3291f9;
}
.art_list h1 {
	font-size: 30px;
	line-height: 45px;
	color: #444;
	margin-top: 10px;
}

.art_info {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	color: #666;
}

.art_info em {
	margin-right: 25px;
}

.artile_tit {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.content_xq {
	padding: 15px;
	box-sizing: border-box;
}

.content_xq p {
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 10px;
	color: #666;
}

.content_xq img {
	max-width:600px;
	display: block;
	margin: 10px auto;
}

.navigation {
	margin: 20px 0 40px 0;
	overflow: hidden;
}

.navigation a span {
	color: #3291f9;
}

.navigation a {
	display: inline-block;
	width: 45%;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navigation a:hover {
	color: #3291f9;
	text-decoration: underline;
}