/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
			
			.swiper-container {
				margin-left: auto;
				margin-right: auto;
				position: relative;
				overflow: hidden;
				z-index: 1
			}
			
			.swiper-container-no-flexbox .swiper-slide {
				float: left
			}
			
			.swiper-container-vertical>.swiper-wrapper {
				-webkit-box-orient: vertical;
				-moz-box-orient: vertical;
				-ms-flex-direction: column;
				-webkit-flex-direction: column;
				flex-direction: column
			}
			
			.swiper-wrapper {
				position: relative;
				width: 100%;
				height: 100%;
				z-index: 1;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-transition-property: -webkit-transform;
				-moz-transition-property: -moz-transform;
				-o-transition-property: -o-transform;
				-ms-transition-property: -ms-transform;
				transition-property: transform;
				-webkit-box-sizing: content-box;
				-moz-box-sizing: content-box;
				box-sizing: content-box
			}
			
			.swiper-container-android .swiper-slide,
			.swiper-wrapper {
				-webkit-transform: translate3d(0, 0, 0);
				-moz-transform: translate3d(0, 0, 0);
				-o-transform: translate(0, 0);
				-ms-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0)
			}
			
			.swiper-container-multirow>.swiper-wrapper {
				-webkit-box-lines: multiple;
				-moz-box-lines: multiple;
				-ms-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap
			}
			
			.swiper-container-free-mode>.swiper-wrapper {
				-webkit-transition-timing-function: ease-out;
				-moz-transition-timing-function: ease-out;
				-ms-transition-timing-function: ease-out;
				-o-transition-timing-function: ease-out;
				transition-timing-function: ease-out;
				margin: 0 auto
			}
			
			.swiper-slide {
				-webkit-flex-shrink: 0;
				-ms-flex: 0 0 auto;
				flex-shrink: 0;
				width: 100%;
				height: 100%;
				position: relative
			}
			
			.swiper-container-autoheight,
			.swiper-container-autoheight .swiper-slide {
				height: auto
			}
			
			.swiper-container-autoheight .swiper-wrapper {
				-webkit-box-align: start;
				-ms-flex-align: start;
				-webkit-align-items: flex-start;
				align-items: flex-start;
				-webkit-transition-property: -webkit-transform, height;
				-moz-transition-property: -moz-transform;
				-o-transition-property: -o-transform;
				-ms-transition-property: -ms-transform;
				transition-property: transform, height
			}
			
			.swiper-container .swiper-notification {
				position: absolute;
				left: 0;
				top: 0;
				pointer-events: none;
				opacity: 0;
				z-index: -1000
			}
			
			.swiper-wp8-horizontal {
				-ms-touch-action: pan-y;
				touch-action: pan-y
			}
			
			.swiper-wp8-vertical {
				-ms-touch-action: pan-x;
				touch-action: pan-x
			}
			
			.swiper-button-next,
			.swiper-button-prev {
				position: absolute;
				top: 50%;
				width: 27px;
				height: 44px;
				margin-top: -22px;
				z-index: 10;
				cursor: pointer;
				-moz-background-size: 27px 44px;
				-webkit-background-size: 27px 44px;
				background-size: 27px 44px;
				background-position: center;
				background-repeat: no-repeat
			}
			
			.swiper-button-next.swiper-button-disabled,
			.swiper-button-prev.swiper-button-disabled {
				opacity: .35;
				cursor: auto;
				pointer-events: none
			}
			
			.swiper-button-prev,
			.swiper-container-rtl .swiper-button-next {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
				left: 10px;
				right: auto
			}
			
			.swiper-button-prev.swiper-button-black,
			.swiper-container-rtl .swiper-button-next.swiper-button-black {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
			}
			
			.swiper-button-prev.swiper-button-white,
			.swiper-container-rtl .swiper-button-next.swiper-button-white {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
			}
			
			.swiper-button-next,
			.swiper-container-rtl .swiper-button-prev {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
				right: 10px;
				left: auto
			}
			
			.swiper-button-next.swiper-button-black,
			.swiper-container-rtl .swiper-button-prev.swiper-button-black {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
			}
			
			.swiper-button-next.swiper-button-white,
			.swiper-container-rtl .swiper-button-prev.swiper-button-white {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
			}
			
			.swiper-pagination {
				position: absolute;
				text-align: center;
				-webkit-transition: .3s;
				-moz-transition: .3s;
				-o-transition: .3s;
				transition: .3s;
				-webkit-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				-o-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
				z-index: 10
			}
			
			.swiper-pagination.swiper-pagination-hidden {
				opacity: 0
			}
			
			.swiper-container-horizontal>.swiper-pagination-bullets,
			.swiper-pagination-custom,
			.swiper-pagination-fraction {
				bottom: 10px;
				left: 0;
				width: 100%
			}
			
			.swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				display: inline-block;
				border-radius: 100%;
				background: #000;
				opacity: .2
			}
			
			button.swiper-pagination-bullet {
				border: none;
				margin: 0;
				padding: 0;
				box-shadow: none;
				-moz-appearance: none;
				-ms-appearance: none;
				-webkit-appearance: none;
				appearance: none
			}
			
			.swiper-pagination-clickable .swiper-pagination-bullet {
				cursor: pointer
			}
			
			.swiper-pagination-white .swiper-pagination-bullet {
				background: #fff
			}
			
			.swiper-pagination-bullet-active {
				opacity: 1;
				background: #007aff
			}
			
			.swiper-pagination-white .swiper-pagination-bullet-active {
				background: #fff
			}
			
			.swiper-pagination-black .swiper-pagination-bullet-active {
				background: #000
			}
			
			.swiper-container-vertical>.swiper-pagination-bullets {
				right: 10px;
				top: 50%;
				-webkit-transform: translate3d(0, -50%, 0);
				-moz-transform: translate3d(0, -50%, 0);
				-o-transform: translate(0, -50%);
				-ms-transform: translate3d(0, -50%, 0);
				transform: translate3d(0, -50%, 0)
			}
			
			.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
				margin: 5px 0;
				display: block
			}
			
			.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
				margin: 0 5px
			}
			
			.swiper-pagination-progress {
				background: rgba(0, 0, 0, .25);
				position: absolute
			}
			
			.swiper-pagination-progress .swiper-pagination-progressbar {
				background: #007aff;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				-webkit-transform: scale(0);
				-ms-transform: scale(0);
				-o-transform: scale(0);
				transform: scale(0);
				-webkit-transform-origin: left top;
				-moz-transform-origin: left top;
				-ms-transform-origin: left top;
				-o-transform-origin: left top;
				transform-origin: left top
			}
			
			.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
				-webkit-transform-origin: right top;
				-moz-transform-origin: right top;
				-ms-transform-origin: right top;
				-o-transform-origin: right top;
				transform-origin: right top
			}
			
			.swiper-container-horizontal>.swiper-pagination-progress {
				width: 100%;
				height: 4px;
				left: 0;
				top: 0
			}
			
			.swiper-container-vertical>.swiper-pagination-progress {
				width: 4px;
				height: 100%;
				left: 0;
				top: 0
			}
			
			.swiper-pagination-progress.swiper-pagination-white {
				background: rgba(255, 255, 255, .5)
			}
			
			.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
				background: #fff
			}
			
			.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
				background: #000
			}
			
			.swiper-container-3d {
				-webkit-perspective: 1200px;
				-moz-perspective: 1200px;
				-o-perspective: 1200px;
				perspective: 1200px
			}
			
			.swiper-container-3d .swiper-cube-shadow,
			.swiper-container-3d .swiper-slide,
			.swiper-container-3d .swiper-slide-shadow-bottom,
			.swiper-container-3d .swiper-slide-shadow-left,
			.swiper-container-3d .swiper-slide-shadow-right,
			.swiper-container-3d .swiper-slide-shadow-top,
			.swiper-container-3d .swiper-wrapper {
				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				transform-style: preserve-3d
			}
			
			.swiper-container-3d .swiper-slide-shadow-bottom,
			.swiper-container-3d .swiper-slide-shadow-left,
			.swiper-container-3d .swiper-slide-shadow-right,
			.swiper-container-3d .swiper-slide-shadow-top {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				pointer-events: none;
				z-index: 10
			}
			
			.swiper-container-3d .swiper-slide-shadow-left {
				background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
				background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
			}
			
			.swiper-container-3d .swiper-slide-shadow-right {
				background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
				background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
			}
			
			.swiper-container-3d .swiper-slide-shadow-top {
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
				background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
			}
			
			.swiper-container-3d .swiper-slide-shadow-bottom {
				background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
				background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
				background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
			}
			
			.swiper-container-coverflow .swiper-wrapper,
			.swiper-container-flip .swiper-wrapper {
				-ms-perspective: 1200px
			}
			
			.swiper-container-cube,
			.swiper-container-flip {
				overflow: visible
			}
			
			.swiper-container-cube .swiper-slide,
			.swiper-container-flip .swiper-slide {
				pointer-events: none;
				-webkit-backface-visibility: hidden;
				-moz-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				z-index: 1
			}
			
			.swiper-container-cube .swiper-slide .swiper-slide,
			.swiper-container-flip .swiper-slide .swiper-slide {
				pointer-events: none
			}
			
			.swiper-container-cube .swiper-slide-active,
			.swiper-container-cube .swiper-slide-active .swiper-slide-active,
			.swiper-container-flip .swiper-slide-active,
			.swiper-container-flip .swiper-slide-active .swiper-slide-active {
				pointer-events: auto
			}
			
			.swiper-container-cube .swiper-slide-shadow-bottom,
			.swiper-container-cube .swiper-slide-shadow-left,
			.swiper-container-cube .swiper-slide-shadow-right,
			.swiper-container-cube .swiper-slide-shadow-top,
			.swiper-container-flip .swiper-slide-shadow-bottom,
			.swiper-container-flip .swiper-slide-shadow-left,
			.swiper-container-flip .swiper-slide-shadow-right,
			.swiper-container-flip .swiper-slide-shadow-top {
				z-index: 0;
				-webkit-backface-visibility: hidden;
				-moz-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden
			}
			
			.swiper-container-cube .swiper-slide {
				visibility: hidden;
				-webkit-transform-origin: 0 0;
				-moz-transform-origin: 0 0;
				-ms-transform-origin: 0 0;
				transform-origin: 0 0;
				width: 100%;
				height: 100%
			}
			
			.swiper-container-cube.swiper-container-rtl .swiper-slide {
				-webkit-transform-origin: 100% 0;
				-moz-transform-origin: 100% 0;
				-ms-transform-origin: 100% 0;
				transform-origin: 100% 0
			}
			
			.swiper-container-cube .swiper-slide-active,
			.swiper-container-cube .swiper-slide-next,
			.swiper-container-cube .swiper-slide-next+.swiper-slide,
			.swiper-container-cube .swiper-slide-prev {
				pointer-events: auto;
				visibility: visible
			}
			
			.swiper-container-cube .swiper-cube-shadow {
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
				background: #000;
				opacity: .6;
				-webkit-filter: blur(50px);
				filter: blur(50px);
				z-index: 0
			}
			
			.swiper-container-fade.swiper-container-free-mode .swiper-slide {
				-webkit-transition-timing-function: ease-out;
				-moz-transition-timing-function: ease-out;
				-ms-transition-timing-function: ease-out;
				-o-transition-timing-function: ease-out;
				transition-timing-function: ease-out
			}
			
			.swiper-container-fade .swiper-slide {
				pointer-events: none;
				-webkit-transition-property: opacity;
				-moz-transition-property: opacity;
				-o-transition-property: opacity;
				transition-property: opacity
			}
			
			.swiper-container-fade .swiper-slide .swiper-slide {
				pointer-events: none
			}
			
			.swiper-container-fade .swiper-slide-active,
			.swiper-container-fade .swiper-slide-active .swiper-slide-active {
				pointer-events: auto
			}
			
			.swiper-zoom-container {
				width: 100%;
				height: 100%;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				text-align: center
			}
			
			.swiper-zoom-container>canvas,
			.swiper-zoom-container>img,
			.swiper-zoom-container>svg {
				max-width: 100%;
				max-height: 100%;
				object-fit: contain
			}
			
			.swiper-scrollbar {
				border-radius: 10px;
				position: relative;
				-ms-touch-action: none;
				background: rgba(0, 0, 0, .1)
			}
			
			.swiper-container-horizontal>.swiper-scrollbar {
				position: absolute;
				left: 1%;
				bottom: 3px;
				z-index: 50;
				height: 5px;
				width: 98%
			}
			
			.swiper-container-vertical>.swiper-scrollbar {
				position: absolute;
				right: 3px;
				top: 1%;
				z-index: 50;
				width: 5px;
				height: 98%
			}
			
			.swiper-scrollbar-drag {
				height: 100%;
				width: 100%;
				position: relative;
				background: rgba(0, 0, 0, .5);
				border-radius: 10px;
				left: 0;
				top: 0
			}
			
			.swiper-scrollbar-cursor-drag {
				cursor: move
			}
			
			.swiper-lazy-preloader {
				width: 42px;
				height: 42px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -21px;
				margin-top: -21px;
				z-index: 10;
				-webkit-transform-origin: 50%;
				-moz-transform-origin: 50%;
				transform-origin: 50%;
				-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
				-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
				animation: swiper-preloader-spin 1s steps(12, end) infinite
			}
			
			.swiper-lazy-preloader:after {
				display: block;
				content: "";
				width: 100%;
				height: 100%;
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
				background-position: 50%;
				-webkit-background-size: 100%;
				background-size: 100%;
				background-repeat: no-repeat
			}
			
			.swiper-lazy-preloader-white:after {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
			}
			
			@-webkit-keyframes swiper-preloader-spin {
				100% {
					-webkit-transform: rotate(360deg)
				}
			}
			
			@keyframes swiper-preloader-spin {
				100% {
					transform: rotate(360deg)
				}
			}
			
@charset "utf-8";
			/*-- 手机页面样式 --*/
			
			body,
			div,
			dl,
			dt,
			dd,
			ul,
			ol,
			li,
			h1,
			h2,
			h3,
			h4,
			h5,
			h6,
			pre,
			code,
			form,
			fieldset,
			legend,
			input,
			textarea,
			p,
			blockquote,
			th,
			td,
			hr,
			button,
			article,
			aside,
			details,
			figcaption,
			figure,
			footer,
			header,
			hgroup,
			menu,
			nav,
			section {
				margin: 0;
				padding: 0
			}
			
			body {
				font-family: "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", Roboto, sans-serif;
				-webkit-text-size-adjust: none;
				javasript: ;
				background-color: #fff;
				font-size: 0.32rem;
				color: #828282;
				line-height: 0.48rem;
			}
			
			h1,
			h2,
			h3,
			h4,
			h5,
			h6 {
				font-size: 100%;
				font-weight: normal;
				line-height: 1.25;
			}
			
			a {
				text-decoration: none;
				cursor: pointer;
				outline-width: 0;
				color: inherit;
			}
			
			em,
			b,
			i,
			code,
			strong {
				font-style: normal;
			}
			
			img {
				border: 0;
				vertical-align: top;
			}
			
			ol,
			ul,
			li {
				list-style: none
			}
			
			.clearfix:after,
			.clf:after {
				visibility: hidden;
				display: block;
				font-size: 0;
				content: '.';
				clear: both;
				height: 0
			}
			
			.clearfix,
			.clf {
				zoom: 1;
			}
			
			button,
			input,
			textarea,
			select {
				border: none;
				outline: none;
				border-radius: 0;
				box-sizing: content-box;
				border: 0;
				font-size: 0.32rem;
				color: #828282;
				line-height: 0.48rem;
				font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, sans-serif, "PingFang SC", "Microsoft Yahei", "Heiti SC";
			}
			
			textarea {
				resize: none;
			}
		</style>
		<style>
			/* ban start */
			
			.detail_twoBox {
				width: 7.5rem;
				position: relative;
			}
			
			.detail_ban {
				position: relative;
				width: 100%;
				overflow: hidden;
			}
			
			.detail_two01 {
				position: relative;
				display: block;
			}
			
			.detail_two01 li {
				float: left;
				width: 7.5rem;
				height: 4.4rem
			}
			
			.detail_two01 li a {
				display: block;
			}
			
			.detail_two01 li img {
				width: 7.5rem;
				height: 4.4rem;
				display: block;
			}
			
			.num {
				position: absolute;
				bottom: 0.2rem;
				width: 100%;
				text-align: center;
				font-size: 0;
			}
			
			.num li {
				width: 0.16rem;
				height: 0.16rem;
				background: rgba(18, 19, 20, 0.5);
				border-radius: 100%;
				display: inline-block;
				margin-left: 0.16rem;
				cursor: pointer;
			}
			
			.num li:first-of-type {
				margin-left: 0;
			}
			
			.num .active {
				background-color: #3461C6;
			}
			/* ban end */
			
			.wsc-Top {
				height: 0.9rem;
				background-color: #fff;
			}
			
			.wsc-TopCon {
				position: fixed;
				left: 0;
				top: 0;
				height: 0.9rem;
				width: 7.02rem;
				padding: 0 0.24rem;
				z-index: 99;
				background-color: #fff;
			}
			
			.top-menu {
				float: left;
				height: 0.9rem;
				width: 0.48rem;
				background: url("../image/m-top-menu.png") no-repeat center center;
				background-size: 0.48rem auto;
			}
			
			.wsc-logo {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
				margin: auto;
				width: 2.02rem;
				height: 0.56rem;
			}
			
			.wsc-logo img {
				width: 100%;
			}
			/*搜索*/
			
			.top-search {
				float: right;
				height: 0.9rem;
				width: 0.48rem;
				background: url("../image/m-top-search.png") no-repeat center center;
				background-size: 0.48rem auto;
			}
			
			.searCont {
				position: fixed;
				left: 0;
				top: 0;
				height: 0.9rem;
				width: 7.02rem;
				padding: 0 0.24rem;
				z-index: 99;
				color: #555;
				background-color: #fff;
				display: none;
			}
			
			.searCont form {
				float: left;
				padding: 0.15rem 0;
			}
			
			.searCont input {
				font-size: 0.28rem;
				line-height: 0.4rem;
				height: 0.4rem;
				width: 5.68rem;
				border: none;
				outline: none;
				padding: 0.1rem 0.1rem;
				border-radius: 0.02rem;
				color: #555;
				background-color: #f6f6f6;
			}
			
			.searCont input::placeholder {
				color: #999;
			}
			
			.top-close {
				height: 0.9rem;
				float: right;
				width: 0.48rem;
				font-size: 0.48rem;
				line-height: 0.9rem;
				/*background: url(../images/close.png) no-repeat center center;*/
				/*background-size: 0.48rem auto;*/
			}
			/*列表*/
			
			.wsc-Nav {
				position: fixed;
				left: -7.5rem;
				top: 0;
				background-color: #fff;
				width: 100%;
				height: 100%;
				transition: all 0.3s ease-in-out;
				z-index: 999;
				overflow-y: scroll;
			}
			
			.wsc-hntop {
				height: 0.9rem;
				width: 7.02rem;
				padding: 0 0.24rem;
				background-color: #fff;
				position: relative;
			}
			/*下拉列表*/
			
			.wsc-headNav {
				padding: 0.3rem 0 0.96rem;
				overflow-y: scroll;
			}
			
			.hn-item {
				padding: 0 0.2rem;
			}
			
			.hn-text {
				height: 0.5rem;
				padding: 0.3rem 0;
				border-bottom: 0.01rem dashed #eaeaea;
				line-height: 0.5rem;
				font-size: 0.32rem;
				color: #555;
			}
			
			.hn-text span {
				float: right;
				height: 0.5rem;
				width: 0.25rem;
				background: url(../image/m-snarr.png) no-repeat right center;
				background-size: 0.25rem auto;
				transition: all 0.3s ease-in-out;
			}
			
			.rotate180 {
				transform: rotateZ(180deg);
			}
			
			.wsc-Nav .active {
				background-color: #f5f5f5;
				color: #222;
			}
			
			.hn-drop {
				padding: 0.15rem 0;
				display: none;
			}
			
			.hn-drop li a {
				display: block;
				padding: 0.15rem 0 0.15rem 0.3rem;
				font-size: 0.28rem;
				height: 0.5rem;
				line-height: 0.5rem;
				color: #666;
			}
			/*benner*/
			
			.wsc-banner {
				height: 2.9rem;
				text-align: center;
				color: #fff;
			}
			
			.banTit {
				padding-top: 0.9rem;
				font-size: 0.38rem;
				line-height: 0.52rem;
			}
			
			.banText {
				margin-top: 0.24rem;
				font-size: 0.24rem;
				line-height: 0.34rem;
				letter-spacing: 0.12rem;
				color: rgba(255, 255, 255, 0.8);
			}
			/*面包屑*/
			
			.wsc-bread {
				width: 7.02rem;
				height: 0.82rem;
				padding: 0 0.24rem;
				background-color: #F4F4F4;
			}
			
			.wsc-breadCon {
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			
			.wsc-bread a,
			.wsc-bread em,
			.wsc-bread span,
			.wsc-bread strong,
			.wsc-bread h1 {
				display: inline;
				font-size: 0.24rem;
				line-height: 0.82rem;
				color: #8C8D8E;
				font-weight: normal;
			}
			
			.wsc-bread .home {
				padding-left: 0.28rem;
				background: url("../image/m-bread-icon.png") no-repeat 0 center;
				background-size: 0.28rem auto;
				vertical-align: middle;
			}
			
			.wsc-bread span {
				margin: 0 0.24rem;
				background: url("../image/m-bread-arr.png") no-repeat left center;
				background-size: 0.02rem 0.2rem;
				vertical-align: middle;
				padding-left: 0.02rem;
			}
			/*底部*/
			
			.foot {
				width: 7.5rem;
				background: url("../image/m-foot-bg.jpg") no-repeat center top;
				background-size: cover;
			}
			
			.footer-cont {
				padding: 0.36rem 0.3rem 0 0.3rem;
			}
			
			.footer-gb {
				background: rgba(255, 255, 255, 0.05);
				text-align: center;
				margin: 0.3rem auto 0;
				padding: 0.3rem 0;
			}
			
			.footerGb-img {
				width: 2rem;
				height: 2rem;
				float: left;
				margin-left: 0.3rem;
			}
			
			.footerGb-img img {
				width: 2rem;
				height: 2rem;
			}
			
			.footerGb-cont {
				float: left;
				color: #fff;
				text-align: left;
				margin-top: 0.54rem;
				margin-left: 0.3rem;
			}
			
			.footerGb-tit {
				font-size: 0.28rem;
				line-height: 0.4rem;
				color: #fff;
				font-weight: bold;
			}
			
			.footerGb-tle {
				margin-top: 0.12rem;
				color: rgba(255, 255, 255, 0.6);
				font-size: 0.28rem;
				line-height: 0.4rem;
			}
			
			.footNav {
				padding: 0.22rem 0.36rem 0;
			}
			
			.fn-text {
				height: 0.4rem;
				padding: 0.18rem 0;
				border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
				line-height: 0.4rem;
				font-size: 0.28rem;
				color: rgba(255, 255, 255, 0.8);
			}
			
			.fn-text a {
				padding-left: 0.4rem;
				background: url("../image/m-fn-icon.png") no-repeat left center;
				background-size: 0.18rem auto;
			}
			
			.fn-text span {
				cursor: pointer;
				float: right;
				height: 0.4rem;
				width: 0.4rem;
				background: url("../image/m-fnjia.png") no-repeat right center;
				background-size: 0.4rem auto;
				transition: all 0.3s ease-in-out;
			}
			
			.fn-list {
				padding: 0.15rem 0;
				display: none;
			}
			
			.fn-list li {
				padding: 0.15rem 0 0.15rem 0.3rem;
				font-size: 0.28rem;
				height: 0.5rem;
				line-height: 0.5rem;
				color: #D9E7EF;
			}
			
			.footBar {
				width: 6.78rem;
				margin: 0.4rem auto 0;
				padding-bottom: 0.4rem;
			}
			
			.fb-link {
				text-align: center;
				font-size: 0;
			}
			
			.fb-link a {
				display: inline-block;
				color: #8E99B3;
				font-size: 0.26rem;
				line-height: 0.36rem;
				vertical-align: middle;
			}
			
			.fb-link span {
				display: inline-block;
				margin: 0 0.24rem;
				width: 0.16rem;
				height: 0.36rem;
				background: url("../image/m-fb-line.png") no-repeat center;
				background-size: 0.16rem 0.16rem;
				vertical-align: middle;
			}
			
			.fb-text {
				margin-top: 0.24rem;
				text-align: center;
				color: rgba(255, 255, 255, 0.5);
				font-size: 0.26rem;
				line-height: 0.4rem;
			}
			
			.fb-text a,
			.fb-text span {
				display: block;
			}
			/*隐私政策*/
			
			.simple-page {
				padding: 0.8rem 0.2rem;
				background-color: #f6f6f6;
			}
			
			.simple-page-box {
				padding: 0.8rem 0.2rem;
				background-color: #fff;
			}
			
			.pTit {
				font-weight: bold;
				font-size: 0.4rem;
				color: #333;
				line-height: 0.5rem;
			}
			
			.simpage-main p {
				font-size: 0.28rem;
				color: #555;
				margin-top: 0.2rem;
				line-height: 0.56rem;
			}
			
			.simpage-main h3 {
				font-size: 0.36rem;
				color: #222;
				font-weight: bold;
				line-height: 1;
				margin-top: 0.4rem;
			}
			
			.simpage-main a {
				color: #ff0000
			}
			/*网站地图*/
			
			.map-item {
				font-size: 0.32rem;
				line-height: 0.5rem;
				color: #222;
				font-weight: bold;
				margin-top: 0.5rem;
				padding-bottom: 0.4rem;
				border-bottom: 0.01rem dashed #eaeaea;
			}
			
			.map-item ul {
				overflow: hidden;
				font-size: 0.3rem;
				line-height: 0.56rem;
				color: #555;
				font-weight: normal;
				padding-top: 0.2rem;
			}
			
			.map-item ul li {
				width: 50%;
				float: left;
				margin-top: 0.2rem;
			}
			/*搜索页面*/
			
			.wsc-search-main {
				margin-top: 0.6rem;
			}
			
			.wsc-select {
				float: left;
				width: 1.7rem;
				border: 0.01rem solid #f6f6f6;
				text-align: center;
				position: relative;
				border-right: 0;
			}
			
			.select-panel {
				padding: 0.14rem 0.19rem;
				height: 0.38rem;
				font-size: 0.28rem;
				color: #222;
			}
			
			.select-menu {
				position: absolute;
				left: 0;
				top: 0.67rem;
				background-color: #fff;
				border: 0.01rem solid #f6f6f6;
				display: none;
			}
			
			.select-menu li {
				padding: 0.14rem 0.19rem;
				height: 0.38rem;
				font-size: 0.28rem;
				color: #555;
				border-bottom: 0.01rem dashed #f6f6f6;
				width: 1.4rem;
				transition: 0.3s;
				cursor: pointer;
			}
			
			.select-menu li:hover,
			.select-menu .active {
				color: #222;
				background-color: #f6f6f6;
			}
			
			.wsc-search input {
				width: 3.08rem;
				padding: 0.14rem 0.19rem;
				height: 0.38rem;
				font-size: 0.24rem;
				color: #222;
				background-color: #fff;
				border: 0.01rem solid #f6f6f6;
				float: left;
			}
			
			.wsc-search input:focus {
				border-color: #0075bd;
				background-color: #fff;
			}
			
			.btn-search {
				height: 0.68rem;
				width: 1.5rem;
				float: left;
				background-color: #0075bd;
				color: #fff;
				font-size: 0.24rem;
			}
			
			.btn-search:hover {
				background-color: #e63e22;
			}
			
			.search-tab {
				background-color: #f6f6f6;
				height: 0.68rem;
				overflow: hidden;
			}
			
			.search-tab li {
				float: left;
				border-top: 0.03rem solid #f5f5f5;
				height: 0.65rem;
				line-height: 0.65rem;
				padding: 0 0.3rem;
				background: #f5f5f5 url(../images/nav-sx.png) no-repeat left center;
				font-size: 0.28rem;
				color: #222;
			}
			
			.search-tab .active,
			.search-tab li:hover {
				background-color: #fff;
				border-color: #0075bd;
				color: #0075bd;
				background-image: none;
			}
			
			.search-tab .active+li,
			.search-tab li:hover+li {
				background-image: none;
			}
			
			.sl-count {
				padding-top: 0.3rem;
			}
			
			.wsc-search-none {
				margin: 0.8rem auto 0;
			}
			
			.search-wd,
			.s-key {
				color: #0075bd;
			}
			
			.search-none-tit {
				font-size: 0.38rem;
				line-height: 0.56rem;
				color: #222;
			}
			
			.search-none-main {
				font-size: 0.32rem;
				margin-top: 0.6rem;
				color: #222;
			}
			
			.search-none-main dd {
				font-size: 0.28rem;
				line-height: 0.48rem;
				color: #555;
			}
			
			.search-none-btn {
				margin-top: 0.5rem;
			}
			
			.wsc-search-list .list-item {
				background-color: #f6f6f6;
				padding: 0.5rem 0.2rem;
				margin-top: 0.4rem;
				transition: 0.3s;
			}
			
			.wsc-search-list .list-item:hover {
				background-color: #fff;
				box-shadow: 0px 0.02rem 0.36rem 0.04rem rgba(191, 191, 191, 0.16);
			}
			
			.wsc-search-list .list-item:hover .list-tit {
				color: #000;
			}
			
			.wsc-search-list .list-tit {
				font-size: 0.36rem;
				line-height: 0.56rem;
				color: #222;
				height: 0.56rem;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			
			.wsc-search-list .list-text {
				font-size: 0.28rem;
				line-height: 0.48rem;
				color: rgba(85, 85, 85, 0.7);
				height: 0.96rem;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				margin-top: 0.14rem;
			}
			
			.wsc-search-list .time {
				font-size: 0.28rem;
				line-height: 1;
				color: #8a8a8a;
				margin-top: 0.4rem;
			}
			
			.wsc-search-list .list-picitem {
				padding-left: 2.6rem;
			}
			
			.wsc-search-list .list-picitem .list-img {
				width: 2.1rem;
				float: left;
				margin-left: -2.4rem;
			}
			
			.wsc-search-list .list-picitem .list-img img {
				width: 2.1rem;
			}
			
			.wsc-search-list .list-picitem .list-info {
				float: left;
				width: 100%;
			}
			
			#LRfloater0 img {
				display: none;
				!important;
			}
			
			#LRfloater0 #swtColse {
				display: none;
				!important;
			}
			
.index-banner {
				position: relative;
			}
			
			.index-banner .swiper-slide1 {
				background: url("../image/m-index-banner1.jpg") no-repeat center top;
				background-size: cover;
			}
			
			.index-banner .swiper-slide2 {
				background: url("../image/m-index-banner2.jpg") no-repeat center top;
				background-size: cover;
			}
			
			.index-banner .swiper-slide3 {
				background: url("../image/m-index-banner3.jpg") no-repeat center top;
				background-size: cover;
			}
			
			.index-banner .swiper-container {
				width: 100%;
				height: 4.4rem;
			}
			
			.index-banner .btn {
				margin-top: 2.58rem;
				margin-left: 0.4rem;
			}
			
			.btn {
				display: inline-block;
				width: 2.8rem;
				height: 0.64rem;
				border-radius: 2rem;
				font-size: 0.24rem;
				line-height: 0.64rem;
				text-align: center;
				box-sizing: border-box;
			}
			
			.index-banner .swiper-slide {
				position: relative;
			}
			
			.inban-item a {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
			}
			
			.btn-white {
				background-color: #fff;
				color: #3461C6;
			}
			
			.btn-white span {
				padding-right: 0.5rem;
				background: url("../image/m-icon-blue.png") no-repeat right center;
				background-size: 0.32rem auto;
			}
			
			.index-banner .pagination {
				height: 0.16rem;
				font-size: 0;
				text-align: center;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0.3rem;
				margin: auto;
				z-index: 10;
			}
			
			.index-banner .swiper-pagination-switch:first-child {
				padding-left: 0;
				margin-left: 0;
			}
			
			.index-banner .swiper-pagination-bullet {
				display: inline-block;
				vertical-align: top;
				margin-left: 0.16rem;
				width: 0.16rem;
				height: 0.16rem;
				background: rgba(18, 19, 20, 1);
				border-radius: 50%;
				opacity: 0.5;
			}
			
			.index-banner .swiper-pagination-bullet:first-child {
				margin-left: 0;
			}
			
			.index-banner .swiper-pagination-bullet-active {
				background: rgba(52, 97, 198, 1);
				border-radius: 50%;
				opacity: 0.8;
			}
			
			.index-serve {
				width: 100%;
				background-color: #fff;
			}
			
			.index-serve .wrap {
				padding: 0.4rem 0.32rem;
			}
			
			.is-main .list-item {
				float: left;
				width: 1rem;
				margin-left: 0.46rem;
				text-align: center;
			}
			
			.is-main .list-item:first-child {
				margin-left: 0;
			}
			
			.is-main .list-img {
				width: 0.94rem;
				height: 0.94rem;
				margin: 0 auto;
				overflow: hidden;
			}
			
			.is-main .list-img img {
				width: 100%;
			}
			
			.is-main .list-tit {
				margin-top: 0.12rem;
				font-size: 0.24rem;
				line-height: 0.34rem;
				color: #535455;
				text-align: center;
			}
			
			.index-product {
				width: 100%;
				background-color: #F4F4F4;
			}
			
			.index-product .wrap {
				padding: 0.4rem 0.24rem;
			}
			
			.ip-tit {
				text-align: center;
				font-size: 0.38rem;
				line-height: 0.52rem;
				color: #121314;
			}
			
			.ip-tit span {
				width: 0.2rem;
				height: 0.22rem;
				display: inline-block;
				background: url("../image/m-biiaotixian.png") no-repeat 0 0;
				background-size: 0.2rem auto;
				margin: 0 0.24rem;
				position: relative;
				vertical-align: middle;
			}
			
			.ip-main {
				margin-top: 0.3rem;
			}
			
			.ip-main-ev {
				margin-top: -0.12rem;
				margin-right: -0.12rem;
			}
			
			.ip-main-ev a {
				width: 2.26rem;
				height: 2.78rem;
				margin-top: 0.12rem;
				margin-right: 0.12rem;
				float: left;
				text-align: center;
			}
			
			.ip-main-ev a:first-child {
				width: 4.64rem;
			}
			
			.ylj {
				background: url("../image/m-index-pro1.jpg") no-repeat center;
				background-size: cover;
			}
			
			.glj {
				background: #fff url("../image/m-index-pro2.png") no-repeat center 0.12rem;
				background-size: 2.02rem auto;
			}
			
			.fs {
				background: #fff url("../image/m-index-pro3.png") no-repeat center 0.12rem;
				background-size: 2.02rem auto;
			}
			
			.pt {
				background: #fff url("../image/m-index-pro4.png") no-repeat center 0.12rem;
				background-size: 2.02rem auto;
			}
			
			.hc {
				background: #fff url("../image/m-index-pro5.png") no-repeat center 0.12rem;
				background-size: 2.02rem auto;
			}
			
			.ip-main-ev a span {
				width: 1.64rem;
				font-size: 0.28rem;
				line-height: 0.4rem;
				color: #000;
				padding-top: 1.74rem;
				display: inline-block;
			}
			
			.ip-main-ev a:first-child span {
				padding-top: 2.14rem;
			}
			
			.ip-btn {
				margin-top: 0.4rem;
				text-align: center;
			}
			
			.ip-btn .btn {
				width: 4.8rem;
				height: 0.84rem;
				line-height: 0.84rem;
				font-size: 0.28rem;
			}
			
			.btn-none {
				border: 0.02rem solid rgba(52, 97, 198, 1);
				color: #3461C6;
			}
			
			.btn-none span {
				padding-right: 0.63rem;
				background: url("../image/m-icon-lj.png") no-repeat right center;
				background-size: 0.36rem auto;
			}
			
			.index-lab {
				width: 100%;
				background: url("../image/m-index-lab-bg.jpg") no-repeat center top;
				background-size: cover;
			}
			
			.index-lab .wrap {
				padding: 0.4rem 0.24rem;
			}
			
			.il-cont {
				background-color: #fff;
				padding: 0.3rem;
				border-radius: 0.04rem;
			}
			
			.il-left-lab {
				width: 3.14rem;
				height: 0.84rem;
				background: url("../image/m-lab-tit-bg.png") no-repeat center;
				background-size: cover;
				font-size: 0.38rem;
				line-height: 0.84rem;
				color: #fff;
				text-align: center;
			}
			
			.il-left-lab span {
				padding-left: 0.68rem;
				background: url("../image/m-icon-lab.png") no-repeat left center;
				background-size: 0.48rem auto;
			}
			
			.il-left-info {
				margin-top: 0.3rem;
				padding-bottom: 0.42rem;
				background: url("../image/m-index-lab-line.png") no-repeat center bottom;
				background-size: 6.42rem auto;
			}
			
			.il-left-tit {
				font-size: 0.32rem;
				line-height: 0.44rem;
				color: #363839;
			}
			
			.il-left-text {
				height: 1.04rem;
				margin-top: 0.24rem;
				font-size: 0.28rem;
				line-height: 0.52rem;
				color: #696A6A;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
			
			.il-left-team {
				margin-top: 0.3rem;
			}
			
			.il-left-main {
				margin-top: 0.24rem;
			}
			
			.il-left-list {
				float: left;
				width: 2.06rem;
				height: 2.1rem;
				background-color: #FAFAFA;
				margin-left: 0.12rem;
				text-align: center;
				font-size: 0.24rem;
				color: #535455;
				line-height: 0.32rem;
			}
			
			.il-left-list:first-child {
				margin-left: 0;
			}
			
			.il-left-list span {
				width: 100%;
				height: 1.2rem;
				display: block;
			}
			
			.lab-icon1 {
				background: url("../image/m-il-icon1.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.lab-icon2 {
				background: url("../image/m-il-icon2.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.lab-icon3 {
				background: url("../image/m-il-icon3.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.il-left-btn {
				font-size: 0;
				margin-top: 0.3rem;
				text-align: center;
			}
			
			.il-left-btn .btn {
				width: 3.16rem;
				font-size: 0.28rem;
			}
			
			.btn-red {
				background-color: #E54E4E;
				color: #fff;
			}
			
			.il-left-btn .btn-none {
				margin-left: 0.1rem;
				font-weight: bold;
			}
			
			.index-industry {
				width: 100%;
				background-color: #fff;
			}
			
			.index-industry .wrap {
				padding: 0.4rem 0.24rem;
			}
			
			.ii-cont {
				margin-top: 0.3rem;
			}
			
			.serban-item {
				margin-top: -0.12rem;
				margin-right: -0.12rem;
			}
			
			
			
			
			
			.ii-list {
				float: left;
				width: 2.26rem;
				height: 1.92rem;
				background-color: #F8F8F8;
				margin-top: 0.12rem;
				margin-right: 0.12rem;
				text-align: center;
				font-size: 0.28rem;
				line-height: 0.4rem;
				color: #535455;
			}
			
			.ii-list span {
				display: block;
				width: 100%;
				height: 1.28rem;
			}
			
			.ii-icon1 {
				background: url("../image/m-ii-icon1.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon2 {
				background: url("../image/m-ii-icon2.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon3 {
				background: url("../image/m-ii-icon3.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon4 {
				background: url("../image/m-ii-icon4.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon5 {
				background: url("../image/m-ii-icon5.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon6 {
				background: url("../image/m-ii-icon6.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon7 {
				background: url("../image/m-ii-icon7.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon8 {
				background: url("../image/m-ii-icon8.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon9 {
				background: url("../image/m-ii-icon9.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon10 {
				background: url("../image/m-ii-icon10.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon11 {
				background: url("../image/m-ii-icon11.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-icon12 {
				background: url("../image/m-ii-icon12.png") no-repeat center 0.24rem;
				background-size: 0.84rem auto;
			}
			
			.ii-cont .pagination2 {
				height: 0.12rem;
				font-size: 0;
				text-align: center;
				margin: 0.24rem auto 0;
				z-index: 10;
			}
			
			.ii-cont .swiper-pagination-switch:first-child {
				padding-left: 0;
				margin-left: 0;
			}
			
			.ii-cont .swiper-pagination-bullet {
				display: inline-block;
				vertical-align: top;
				margin-left: 0.16rem;
				width: 0.12rem;
				height: 0.12rem;
				background: rgba(18, 19, 20, 1);
				opacity: 0.5;
				border-radius: 50%;
			}
			
			.ii-cont .swiper-pagination-bullet:first-child {
				margin-left: 0;
			}
			
			.ii-cont .swiper-pagination-bullet-active {
				background: rgba(52, 97, 198, 1);
				border-radius: 50%;
				opacity: 0.8;
			}
			
			.index-case {
				width: 100%;
				background: url("../image/m-index-case.jpg") no-repeat center top;
			}
			
			.index-case .wrap {
				padding: 0.4rem 0.24rem;
			}
			
			.ic-main {
				margin-top: 0.3rem;
			}
			
			.ic-main .list-item {
				float: left;
				width: 3.45rem;
				margin-left: 0.12rem;
			}
			
			.ic-main .list-item:first-child {
				margin-left: 0;
			}
			
			.ic-main .list-img {
				width: 3.45rem;
				height: 2.29rem;
				overflow: hidden;
			}
			
			.ic-main .list-img img {
				width: 100%;
			}
			
			.ic-main .list-info {
				text-align: center;
				padding: 0.24rem 0.3rem 0;
			}
			
			.ic-main .list-tit {
				height: 0.88rem;
				font-size: 0.28rem;
				line-height: 0.44rem;
				color: #363839;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
			
			.ic-btn {
				margin-top: 0.4rem;
				text-align: center;
			}
			
			.ic-btn .btn {
				width: 4.8rem;
				height: 0.84rem;
				line-height: 0.84rem;
				font-size: 0.28rem;
			}
			
			.index-gc {
				width: 100%;
				background: #FAFAFA url("../image/index-gc.jpg") no-repeat top center;
				background-size: 7.5rem 5.32rem;
			}
			
			.ig-cont {
				padding: 3.36rem 0.24rem 0;
			}
			
			.ig-right-main {
				width: 100%;
				padding-top: 0.56rem;
				background: url("../image/m-wz-sy.png") no-repeat center top;
				background-size: 5.95rem auto;
			}
			
			.ig-right-sy {
				padding: 0 0.3rem 0.4rem;
				background-color: #fff;
				border-radius: 0.04rem;
			}
			
			.ig-right-tit {
				background: url("../image/m-wz-sy.png") no-repeat center -0.56rem;
				background-size: 5.95rem auto;
				text-align: center;
			}
			
			.ig-right-tit p {
				text-align: center;
				padding-top: 0.4rem;
				color: #121314;
				font-size: 0.38rem;
				line-height: 0.52rem;
				margin-bottom: 0.12rem;
			}
			
			.ig-right-tit span {
				color: #3461C6;
				font-size: 0.32rem;
				line-height: 0.44rem;
			}
			
			.ig-right-text {
				font-size: 0.28rem;
				line-height: 0.48rem;
				color: #696A6A;
				margin-top: 0.3rem;
			}
			
			.ig-right-btn {
				margin-top: 0.4rem;
				text-align: center;
			}
			
			.ig-right-btn .btn {
				width: 4.8rem;
				height: 0.84rem;
				line-height: 0.84rem;
				font-size: 0.28rem;
			}
			
			.ig-right-bot {
				width: 100%;
				padding: 0.4rem 0;
				background-color: #FAFAFA;
			}
			
			.ig-bot-ev {
				float: left;
				width: 33%;
				background: url("../image/m-index-gc-sx.png") no-repeat left center;
				background-size: 0.02rem auto;
				text-align: center;
			}
			
			.ig-bot-ev:first-child {
				background: none;
			}
			
			.ig-bot-num {
				font-size: 0.8rem;
				line-height: 0.86rem;
				color: #3461C6;
				font-weight: bold;
			}
			
			.ig-bot-num span {
				font-size: 0.6rem;
				line-height: 0.56rem;
				vertical-align: top;
				margin-left: -0.2rem;
			}
			
			.ig-bot-tit {
				text-align: center;
				font-size: 0.24rem;
				line-height: 0.34rem;
				color: #8C8D8E;
			}
			
			.index-news {
				width: 100%;
				background-color: #F4F4F4;
			}
			
			.index-news .wrap {
				padding: 0.4rem 0.24rem;
			}
			
			.in-to {
				display: block;
				width: 100%;
				height: 0.52rem;
			}
			
			.in-tit {
				float: left;
				font-size: 0.38rem;
				line-height: 0.52rem;
				color: #121314;
			}
			
			.in-more {
				float: right;
				font-size: 0.28rem;
				line-height: 0.52rem;
				color: #696A6A;
				padding-right: 0.56rem;
				background: url("../image/m-icon-more.png") no-repeat right center;
				background-size: 0.36rem auto;
			}
			
			.in-main {
				margin-top: 0.3rem;
			}
			
			.in-main-right .list-item {
				width: 4.5rem;
				margin-top: 0.12rem;
				background-color: #fff;
				padding: 0.4rem 0.38rem 0.4rem 0.4rem;
			}
			
			.in-main-right .list-picitem {
				padding-left: 2.14rem;
			}
			
			.in-main-right .list-item:first-child {
				margin-top: 0;
			}
			
			.in-main-right .time {
				float: left;
				height: 0.92rem;
				margin-left: -1.72rem;
				width: 0.92rem;
				font-size: 0.8rem;
				line-height: 0.68rem;
				color: #3461C6;
				text-align: center;
				background-color: #fff;
				padding-right: 0.4rem;
				border-right: 0.01rem solid #D1D3D6;
			}
			
			.in-main-right .time span {
				display: block;
				font-size: 0.24rem;
				line-height: 0.28rem;
				color: #8C8D8E;
			}
			
			.in-main-right .list-picitem .list-info {
				float: left;
				width: 100%;
			}
			
			.in-main-right .list-picitem .list-tit {
				height: 0.96rem;
				font-size: 0.3rem;
				line-height: 0.48rem;
				color: #535455;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}
			
			.m_fixed_bottom {
				position: fixed;
				bottom: 0;
				width: 7.5rem;
				left: 0;
				z-index: 9999
			}
			
			.m_fixed_bottom a {
				display: block;
				float: left;
				width: 3.74rem;
				height: 0.96rem;
				color: #fff;
				font-size: 0.32rem;
				line-height: 0.48rem;
				background: rgba(52, 97, 198, 1);
			}
			
			.m_fixed_bottom a:last-of-type {
				float: right;
			}
			
			.m_fixed_bottom img {
				width: 0.48rem;
				height: 0.48rem;
				float: left;
				margin: 0.24rem 0.2rem 0 0.9rem;
			}
			
			.m_fixed_bottom span {
				float: left;
				margin-top: 0.28rem;
				height: 0.42rem;
				line-height: 0.42rem;
			}
			
			body {
				padding-bottom: 0.96rem;
			}
			
			.detail_twoBox11 {
				width: 7.14rem;
				position: relative;
			}
			
			.index-industry .wrap {
				height: 5.94rem;
				box-sizing: border-box;
			}
			
			.detail_two03 li {
				width: 7.14rem;
				float: left;
			}
			
			.detail_two03 {
				position: relative;
			}
			
			.num01 {
				position: absolute;
				bottom: -0.36rem;
				width: 100%;
				text-align: center;
				font-size: 0;
				height: 0.16rem
			}
			
			.num01 li {
				width: 0.16rem;
				height: 0.16rem;
				background: rgba(18, 19, 20, 0.5);
				border-radius: 100%;
				display: inline-block;
				margin-left: 0.16rem;
				cursor: pointer;
			}
			
			.num01 li:first-of-type {
				margin-left: 0;
			}
			
			.num01 .active {
				background-color: #3461C6;
			}
			
			.detail_twoBox11 .detail_ban {
				overflow: hidden;
				height: 3.96rem;
			}

.kongsu{
	width: 100%;
	height: 220px;
}
	
.nideyi {
    width: 100%;
    height: 100%;
}

.nideyi .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.nideyi .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.nideyi .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	
.dierlun{
	width: 100%;
	margin-top: 15px;
}
.dierlun .swiper-slide img{
	width: 0.84rem;
	margin: 0px auto;
}

.dierlun .swiper-slide a:nth-child(1),
.dierlun .swiper-slide a:nth-child(4){
	margin-left: 0;	
}
.swiper-agination{
	display: table;
	margin: 0px auto;
	margin-top: 15px;
}



			
.wpc100{
	width: 100%;
	display: block;
	
}

.w100{
	width: 100%;
	display: none;
}

@media(max-width:1200px ){
	
	.wpc100{
		display: none;
	}
	.w100{
		display: block;
	}
	
	
}



.ip-cont .xiaogou{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.18rem;

}
.xiaogou .guaiguai{
	width: 49%;
	margin-top: 0.16rem;
	box-shadow: 0px 5px 15px rgba(18, 19, 20, 0.1);
}
.guaiguai .congming{
	width: 100%;
	height: 2.7rem;
	overflow: hidden;
}
.congming img{
	width: 100%;
}
.guaiguai .huopo{
	width: 100%;
	text-align: center;	
	background-color: #20bad4;
}
.huopo p{
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	height: 0.4rem;
	line-height: 0.4rem;
}

.xiaomao{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.18rem;
}
.xiaomao .ximguai{
	width: 32.22%;
	box-shadow: 0px 5px 15px rgba(18, 19, 20, 0.1);
}
.ximguai .ximtiao{
	width: 100%;
	height: 1.49rem;
	overflow: hidden;
}
.ximtiao img{
	width: 100%;
}
.ximgun{
	width: 100%;
	text-align: center;
	background-color: #20bad4;
}
.ximgun p{
	width: 100%;
	text-align: center;
	font-size: 0.15rem;
	color: #fff;
	height: 0.4rem;
	line-height: 0.4rem;
}
.mddbanner{
	width: 100%;
}
.mddbanner img{
	width: 100%;
}
@media(max-width:550px ){
	
	
	
}

.fyaussa{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fyauss{
	width: 30px;
}

.fyuuxxa{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fyuuxx{
	width: 0.4rem;
	margin-right: 0.1rem;
}