﻿.slider {
	position: relative;
	width: 100%
}

.slider,.slider__wrapper {
	height: 100%;
	overflow: hidden
}

.slider__wrapper {
	list-style: none;
	*zoom: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

.slider__item {
	height: 100%;
	float: left;
	clear: none
}

.slider__arrows-item {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
	cursor: pointer
}

.slider__arrows-item--right {
	bottom: 50%;
	right: 30px
}

.slider__arrows-item--left {
	bottom: 50%;
	left: 30px
}

.slider__nav {
	position: absolute;
	bottom: 30px
}

.slider__nav-item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff
}

.slider__nav-item--current,.slider__nav-item:hover {
	background: #ccc
}

.glide {
	position: relative;
	width: 100%;
	height: 100%
}

.glide__wrapper {
	overflow: hidden
}

.glide__track {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y
}

.glide__track.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__slide {
	width: 100%;
	-webkit-tap-highlight-color: transparent
}

.glide__arrows,.glide__slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none
}

.glide__arrow {
	cursor: pointer
}

.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide--carousel .glide__slide,.glide--slider .glide__slide {
	float: left;
	clear: none
}

.glide--slideshow .glide__wrapper {
	height: 100%
}

.glide--slideshow .glide__slide {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0)
}

.glide--slideshow .glide__slide.active {
	z-index: 1
}

.glide__arrows {
	position: absolute
}

.glide--horizontal .glide__arrows {
	top: 50%;
	width: 92%;
	margin-left: 4%
}

.glide--vertical .glide__arrows {
	left: 50%;
	height: 88%;
	margin-top: 6%
}

.glide__arrow {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	font: 11px Arial,sans-serif;
	padding: 9px 12px;
	background-color: transparent;
	border: 2px solid hsla(0,0%,100%,.5);
	border-radius: 4px;
	transition: border .3s ease-in-out
}

.glide__arrow:focus {
	outline: none
}

.glide__arrow:hover {
	border-color: #fff
}

.glide--horizontal .glide__arrow {
	transform: translateY(-50%)
}

.glide--horizontal .glide__arrow.prev {
	left: 0
}

.glide--horizontal .glide__arrow.next {
	right: 0
}

.glide--vertical .glide__arrow {
	transform: translateX(-50%)
}

.glide--vertical .glide__arrow.prev {
	top: 0
}

.glide--vertical .glide__arrow.next {
	bottom: 0
}

.glide__bullets {
	position: absolute;
	list-style: none
}

.glide--horizontal .glide__bullets {
	bottom: 8%;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center
}

.glide--vertical .glide__bullets {
	top: 50%;
	right: 8%;
	width: 12px;
	height: auto;
	transform: translateY(-50%)
}

.glide__bullets>* {
	display: inline-block;
	background-color: hsla(0,0%,100%,.5);
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all .3s ease-in-out
}

.glide--horizontal .glide__bullets>* {
	margin: 0 5px
}

.glide--vertical .glide__bullets>* {
	vertical-align: middle
}

.glide__bullets>.active {
	background-color: #fff
}

.glide__bullets>:focus {
	outline: none
}

.glide__bullets>:focus,.glide__bullets>:hover {
	border: 2px solid #fff;
	background-color: hsla(0,0%,100%,.5)
}

.glide--slider .glide__arrow {
	opacity: 1;
	transition: opacity .15s ease
}

.glide--slider .glide__arrow.disabled {
	opacity: .33
}/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch {
	overflow: hidden!important
}

#swipebox-overlay img {
	border: none!important
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%
}

#swipebox-slider {
	transition: transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer
}

#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block
}

#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}

#swipebox-slider .slide-loading {
	background-image: image-url("../images/loader.gif") no-repeat center center
}

#swipebox-bottom-bar,#swipebox-top-bar {
	transition: .5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%
}

#swipebox-bottom-bar {
	top: 50%;
	transform: translate3d(0,-50%,0);
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0)
}

#swipebox-top-bar {
	top: -50px
}

#swipebox-top-bar.visible-bars {
	transform: translate3d(0,50px,0)
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center
}

#swipebox-close,#swipebox-next,#swipebox-prev {
	background-image: image-url("../images/icons.png");
	background-repeat: no-repeat;
	border: none!important;
	text-decoration: none!important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0
}

#swipebox-close i {
	color: #fff;
	font-size: 25px
}

#swipebox-next i,#swipebox-prev i {
	color: #fff;
	font-size: 35px;
	font-weight: 700
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px
}

#swipebox-prev {
	background-position: -75px 3px;
	background-size: 200px;
	float: left
}

#swipebox-next {
	background-position: -155px 3px;
	background-size: 200px;
	float: right
}

#swipebox-close {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 3px 3px;
	background-size: 200px
}

.swipebox-no-close-button #swipebox-close {
	display: none
}

#swipebox-next.disabled,#swipebox-prev.disabled {
	opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .3s ease;
	content: " ";
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0
}

.swipebox-touch #swipebox-container:before {
	left: 0;
	box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
	right: 0;
	box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1
}

@keyframes rightSpring {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	to {
		left: 0
	}
}

@keyframes leftSpring {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	to {
		left: 0
	}
}

@media screen and (min-width:800px) {
	#swipebox-close {
		right: 10px
	}

	#swipebox-arrows {
		width: 92%;
		max-width: 950px
	}
}

#swipebox-overlay {
	background: #0d0d0d
}

#swipebox-bottom-bar,#swipebox-top-bar {
	text-shadow: 1px 1px 1px #000;
	opacity: 1
}

#swipebox-top-bar {
	color: #fff!important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica,Arial,sans-serif
}

.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 {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform,height
}

.swiper-container-3d {
	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 {
	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: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.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: 50%;
	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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(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 {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	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%;
	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%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: top .2s,-webkit-transform .2s;
	transition: transform .2s,top .2s;
	transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: left .2s,-webkit-transform .2s;
	transition: transform .2s,left .2s;
	transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: right .2s,-webkit-transform .2s;
	transition: transform .2s,right .2s;
	transition: transform .2s,right .2s,-webkit-transform .2s
}

.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%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: 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;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.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 {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	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;
	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 {
	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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	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
}

.direct_section_technique__wrapper {
	height: 647px;
	background-color: #fff;
	padding: 70px 0 110px
}

.direct_container_width {
	width: 1200px;
	margin: 0 auto
}

.direct_section_technique__title {
	text-align: center
}

.direct_section_technique__title h2 {
	font-size: 28px;
	color: #161616
}

.direct_section_technique__nav {
	margin-top: 32px
}

.direct_section_technique__nav--row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.direct_section_technique__nav--title {
	color: #9b9b9b;
	font-size: 14px;
	margin-right: 10px;
	width: 56px;
	text-align-last: justify
}

.direct_section_technique__nav--item>div {
	font-size: 14px;
	color: #161616;
	margin-left: 40px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	cursor: pointer
}

.direct_section_technique__nav--row:nth-child(2) {
	margin-top: 20px
}

.direct_section_technique__content {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.direct_section_technique__content--img img {
	width: 260px;
	height: 260px
}

.direct_section_technique__content--text {
	padding-left: 50px
}

.direct_section_technique__content--text h3 {
	font-size: 28px;
	color: #9b9b9b;
	margin-top: 50px;
	font-weight: lighter
}

.direct_section_technique__content--text p {
	width: 523px;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 24px;
	margin-top: 20px
}

.direct_section_technique__content--text p span {
	font-weight: 700;
	color: #161616
}

.technique_nav_item--active {
	background: #ffd423;
	border-radius: 3px;
	font-weight: 700
}

.main_agent {
	margin: 0
}

.e_agent_banner {
	position: relative;
	width: 100%;
	height: 36vw;
	min-height: 420px;
	background: url(../images/agent_banner-238b00183089f9f3993413f482eaa155.jpg) no-repeat;
	background-size: cover
}

.agent_banner_mid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 697px;
	text-align: center
}

.agent_banner_img {
	width: 100%
}

.agent_banner_body {
	margin-top: -22px
}

.agent_banner_icon {
	width: 102px;
	height: 35px;
	vertical-align: baseline
}

.agent_banner_line {
	display: inline-block;
	margin: 0 18px;
	width: 1px;
	height: 30px;
	background-color: #fff
}

.agent_banner_txt {
	line-height: 22px;
	color: #fff
}

.agent_banner_mid .agent_banner_btn,.agent_banner_txt {
	display: inline-block;
	height: 44px;
	font-size: 16px;
	font-weight: 700
}

.agent_banner_mid .agent_banner_btn {
	position: relative;
	margin-top: 50px;
	width: 200px;
	line-height: 44px;
	text-align: center;
	background-color: #ffd423;
	border-radius: 3px;
	color: #323232
}

.agent_banner_pointer {
	display: inline-block;
	position: absolute;
	right: -23px;
	bottom: -24px;
	width: 46px;
	height: 49px;
	background: url(../images/pointer-fc5a5c1b14a056266cf379fd2d6613d4.png) no-repeat;
	background-size: 46px 49px
}

.e_agent_bg {
	padding: 80px 0;
	width: 100%;
	background: url(../images/agent_bg-8f8b3e4abf064e2b055413d406c308a3.jpg);
	background-size: contain;
	background-repeat: repeat-y
}

.e_agent_body {
	width: 960px;
	margin: 0 auto;
	text-align: center
}

.agent_b {
	margin-top: 70px
}

.agent_t1 {
	color: #aa7900;
	font-size: 30px
}

.agent_t2 {
	margin: 45px 0 50px
}

.agent_t2_t {
	color: #323232;
	font-size: 30px
}

.agent_t2_l {
	margin: 5px 0;
	font-size: 0
}

.agent_t2_l>i {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #323232
}

.agent_t2_p {
	color: #aa7900;
	font-size: 20px
}

.agent_b1 {
	margin-top: 0
}

.agent_b1c1 {
	height: 290px
}

.agent_b1c1_img {
	width: 414px;
	vertical-align: top
}

.agent_b1c1_txts {
	display: inline-block;
	margin: 74px 0 0 88px;
	width: 448px;
	text-align: left
}

.agent_b1c1_txt {
	margin-bottom: 6px;
	line-height: 26px;
	color: #323232;
	font-size: 14px
}

.agent_t_blod {
	color: #141414;
	font-size: 16px;
	font-weight: 700
}

.agent_b1c2 {
	margin-top: 70px;
	height: 500px
}

.agent_b1c2_img {
	width: 100%
}

.agent_b2c1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 293px
}

.agent_b2c1_item {
	position: relative;
	width: 475px;
	height: 293px;
	overflow: hidden
}

.agent_b2c1_img {
	width: 100%
}

.agent_b2c1_t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px
}

.agent_b2c2 {
	height: 66px;
	line-height: 66px;
	color: #323232;
	font-size: 16px
}

.agent_b2c3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 140px
}

.agent_b2c3_img {
	width: 232px;
	height: 140px
}

.agent_b_bg {
	background-color: #ffea5a;
	margin-top: 30px;
	padding: 30px 0 60px
}

.agent_b3c1 {
	height: 305px
}

.agent_b3c1_img {
	vertical-align: top;
	width: 411px
}

.agent_b3c1_txts {
	display: inline-block;
	margin: 44px 0 0 56px;
	width: 440px;
	text-align: left
}

.agent_b3c1_txt {
	margin-bottom: 24px
}

.agent_b3c1_l {
	margin-right: 12px;
	width: 74px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #ce9200;
	border-radius: 2px
}

.agent_b3c1_l,.agent_b3c1_r {
	display: inline-block;
	color: #aa7900;
	font-size: 14px;
	vertical-align: middle
}

.agent_b3c1_r {
	width: 341px;
	line-height: 20px
}

.agent_b3c1_tb .agent_b3c1_l {
	position: relative;
	background: #f0c101;
	border: none;
	color: #181818
}

.agent_b3c1_icon {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -26px;
	width: 32px;
	height: 34px;
	background: url(../images/praise-7af109171cfa7b648f0a2509b9b6bc67.png) no-repeat;
	background-size: 32px 34px
}

.agent_b3c1_tb .agent_b3c1_r {
	color: #141414;
	font-weight: 700
}

.agent_b4c1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 241px
}

.agent_b4c1_item {
	width: 130px
}

.agent_b4c1_img {
	width: 130px;
	height: 130px
}

.agent_b4c1_t {
	margin: 32px 0 6px;
	color: #323232;
	font-size: 16px
}

.agent_b4c1_p {
	color: #aa7900;
	font-size: 12px;
	text-align: left
}

.agent_b5c1 {
	margin-top: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.agent_b5c1_item {
	position: relative;
	padding: 95px 31px 0;
	width: 312px;
	height: 262px;
	background-color: #ffea5a
}

.agent_b5c1_img {
	position: absolute;
	top: -53px;
	left: 103px;
	width: 106px;
	height: 106px
}

.agent_b5c1_p {
	position: relative;
	line-height: 20px;
	text-align: left;
	color: #323232;
	font-size: 14px
}

.agent_quote_l,.agent_quote_r {
	display: inline-block;
	position: absolute;
	width: 33px;
	height: 33px
}

.agent_quote_l {
	top: -43px;
	left: 0;
	background: url(../images/quote_yellow_l-878c06419def0966eaf5e47c09f969c3.png) no-repeat;
	background-size: 33px 33px
}

.agent_quote_r {
	bottom: -23px;
	right: 0;
	background: url(../images/quote_yellow_r-73821f69c216082ea4715ef885e89e6c.png) no-repeat;
	background-size: 33px 33px
}

.agent_b5c1_f {
	position: absolute;
	bottom: 33px;
	right: 30px;
	width: 100%;
	color: #aa7900;
	font-size: 14px;
	text-align: right
}

.agent_b6c1,.agent_b6c2 {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 380px
}

.agent_b6c1_img {
	width: 475px;
	height: 380px
}

.agent_b7c1 {
	height: 414px
}

.agent_b7c1_img {
	width: 822px;
	height: 414px
}

.agent_b8c1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.agent_b8c1_item {
	width: 314px;
	height: 342px;
	background: #ffea5a
}

.agent_b8c1_t {
	margin: 34px 0;
	color: #323232;
	font-size: 20px
}

.agent_honor {
	display: inline-block;
	margin-right: 7px;
	width: 21px;
	height: 31px;
	background: url(../images/honor-a5a84b61d06ea0c404d6a11cc2b36ac6.png) no-repeat;
	background-size: 21px 31px;
	vertical-align: middle
}

.agent_b8c1_ps {
	padding: 0 30px 0 40px;
	line-height: 20px;
	text-align: left;
	color: #323232;
	font-size: 14px
}

.agent_b8c1_p {
	position: relative;
	margin-bottom: 18px
}

.agent_b8c1_dot {
	position: absolute;
	top: 0;
	left: -12px;
	font-size: 12px
}

.agent_b9c1 {
	position: relative;
	width: 960px;
	height: 385px
}

.agent_b9c1_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}

.agent_b9c1_items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding-top: 94px
}

.agent_b9c1_img {
	width: 100px;
	height: 100px
}

.agent_b9c1_t {
	margin: 25px 0 6px;
	color: #fff;
	font-size: 16px
}

.agent_b9c1_p {
	line-height: 16px;
	color: #c9c9c9;
	font-size: 12px
}

.agent_b9c1_r {
	width: 85px;
	height: 100px;
	line-height: 110px
}

.agent_b9c1_r .tshe-icon {
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.e_agent_form {
	padding: 72px 72px 80px;
	background-color: #f7f8f8
}

.agent_c_t {
	margin: 30px 0;
	color: #bbb;
	font-size: 16px
}

.agent_c_ps {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.agent_c_p,.agent_c_ps {
	display: -ms-flexbox;
	display: flex
}

.agent_c_p {
	padding: 32px 36px 32px 40px;
	width: 400px;
	height: 200px;
	background-color: #fff;
	border-radius: 2px
}

.agent_c_l {
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	margin-top: 18px
}

.agent_c_name {
	color: #161616;
	font-size: 16px
}

.agent_c_line {
	margin: 12px 0 28px;
	width: 28px;
	height: 2px;
	background-color: #ffd423
}

.agent_c_link {
	color: #161616;
	font-size: 14px;
	height: 20px;
	line-height: 20px
}

.agent_c_qr {
	width: 136px;
	height: 136px
}

.e_agent_fuild__wrap {
	position: fixed;
	right: 50px;
	z-index: 99;
	bottom: 198px;
	width: 62px
}

.e_agent_fuild__wrap .iconfont {
	font-size: 36px
}

.e_agent_mobile {
	height: 100%!important
}

.main_agent_mobile {
	margin: 0;
	width: 100%
}

.agentm_img {
	width: 100%
}

.agemtm_banner {
	position: relative
}

.agentm_banner_btn {
	display: block;
	position: absolute;
	width: 53%;
	height: 14%;
	left: 23.4%;
	bottom: 16%
}

.agentm_form {
	padding: 0 15px;
	background-color: #f9d432
}

.agentm_form_title {
	padding: 15px 0 30px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: #323232
}

.activity-classiform_wrapper .w100 {
	width: 100%
}

.activity-classiform_wrapper .w92 {
	width: 92%
}

.activity-classiform_wrapper .w88 {
	width: 88%
}

.activity-classiform_wrapper .w66 {
	width: 66%
}

.activity-classiform_wrapper .w65 {
	width: 65%
}

.activity-classiform_wrapper .w50 {
	width: 50%
}

.activity-classiform_wrapper .w49 {
	width: 49%
}

.activity-classiform_wrapper .w45 {
	width: 45%
}

.activity-classiform_wrapper .w38 {
	width: 38%
}

.activity-classiform_wrapper .w36 {
	width: 36%
}

.activity-classiform_wrapper .w32 {
	width: 32%
}

.activity-classiform_wrapper .w26 {
	width: 26%
}

.activity-classiform_wrapper .w23d5 {
	width: 23.5%
}

.activity-classiform_wrapper .w18 {
	width: 18%
}

.classuniform_show {
	padding: 0 4%
}

.classuniform_show_item {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.classuniform_show_item img {
	height: 100%
}

.js_classuniform_show {
	cursor: pointer
}

.main_classuniform {
	margin-bottom: 0
}

.main_classuniform .activity-classiform_wrapper {
	background-image: url("../images/1521025162944classuniform_bg.png");
	background-size: 100%;
	background-repeat: repeat-y;
	min-height: 100vh
}

.main_classuniform .activity-classiform_wrapper .banner--top {
	height: 470px;
	background: url("../images/1521796867859ubanner_class.png") 50% no-repeat;
	background-size: cover
}

.main_classuniform .activity-classiform_wrapper .center {
	margin: 0 auto
}

.main_classuniform .activity-classiform_wrapper .classuniform_container {
	display: -ms-flexbox;
	display: flex;
	text-align: center
}

.main_classuniform .activity-classiform_wrapper .side {
	-ms-flex: 1;
	flex: 1
}

.main_classuniform .activity-classiform_wrapper .content {
	-ms-flex: 3;
	flex: 3
}

.main_classuniform .activity-classiform_wrapper .classuniform_btn {
	margin-top: 45px;
	text-align: center;
	cursor: pointer
}

.main_classuniform .activity-classiform_wrapper .classuniform_btn .top_btn {
	width: 250px
}

.main_classuniform .activity-classiform_wrapper .classuniform_title {
	margin-top: 86px
}

.main_classuniform .activity-classiform_wrapper .classuniform_college {
	margin-top: 22px
}

.main_classuniform .activity-classiform_wrapper .classuniform_commit {
	margin-top: 46px
}

.main_classuniform .activity-classiform_wrapper .classuniform_title2 {
	margin-top: 58px
}

.main_classuniform .activity-classiform_wrapper .classuniform_tshirt {
	font-size: 0;
	margin-top: 22px
}

.main_classuniform .activity-classiform_wrapper .classuniform_morebtn {
	margin-top: 20px
}

.main_classuniform .activity-classiform_wrapper .classuniform_title3 {
	margin-top: 68px;
	margin-bottom: 60px
}

.main_classuniform .activity-classiform_wrapper .classuniform_subt {
	margin: 30px 0 10px
}

.main_classuniform .activity-classiform_wrapper .classuniform_type {
	margin-top: 32px
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_item {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	width: 23%;
	height: 150px;
	border-right: 1px solid transparent;
	cursor: pointer
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_item.b1 {
	border-color: #23fdff
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_item.b2 {
	border-color: #d51e57
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_item.b3 {
	border-color: #fdee59
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_item:nth-child(4n+4) {
	border-color: transparent
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_item:hover .classuniform_type_p {
	opacity: 0
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_item:hover .classuniform_type_t {
	opacity: 1
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_p {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
	opacity: 1;
	transition: opacity .2s
}

.main_classuniform .activity-classiform_wrapper .classuniform_type_t {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	height: 100%;
	opacity: 0;
	transition: opacity .2s
}

.main_classuniform .activity-classiform_wrapper .classuniform_technology {
	margin-top: 84px
}

.main_classuniform .activity-classiform_wrapper .classuniform_title4 {
	margin-top: 100px
}

.main_classuniform .activity-classiform_wrapper .classuniform_tech {
	margin-top: 50px
}

.main_classuniform .activity-classiform_wrapper .classuniform_title5 {
	margin-top: 60px
}

.main_classuniform .activity-classiform_wrapper .classuniform_bbtn {
	margin-top: 22px;
	margin-bottom: 100px
}

.main_mobile_classuniform .activity-classiform_wrapper {
	background-image: url("../images/1521082651531cu_bg.png");
	background-size: 100%;
	background-repeat: repeat-y;
	min-height: 100vh
}

.main_mobile_classuniform .classuniform_container {
	text-align: center
}

.main_mobile_classuniform .classuniform_btn {
	margin-top: 24px
}

.main_mobile_classuniform .classuniform_title {
	margin-top: 38px
}

.main_mobile_classuniform .classuniform_college {
	margin-top: 22px
}

.main_mobile_classuniform .classuniform_model_item {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main_mobile_classuniform .classuniform_model_item .classuniform_model_btn {
	display: inline-block;
	margin-top: 8px;
	width: 80%
}

.main_mobile_classuniform .classuniform_model_item .classuniform_model_btn img {
	width: 96%
}

.main_mobile_classuniform .classuniform_commit {
	margin-top: 32px
}

.main_mobile_classuniform .classuniform_title2 {
	margin-top: 38px
}

.main_mobile_classuniform .classuniform_tshirt {
	font-size: 0;
	margin-top: 22px
}

.main_mobile_classuniform .classuniform_morebtn {
	margin-top: 20px
}

.main_mobile_classuniform .classuniform_title3 {
	margin-top: 38px;
	margin-bottom: 30px
}

.main_mobile_classuniform .classuniform_subt {
	margin: 30px 0 10px
}

.main_mobile_classuniform .classuniform_type {
	margin-top: 10px
}

.main_mobile_classuniform .classuniform_type .classuniform_type_item {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	width: 23%;
	height: 70px;
	border-right: 1px solid transparent;
	cursor: pointer
}

.main_mobile_classuniform .classuniform_type .classuniform_type_item.b1 {
	border-color: #23fdff
}

.main_mobile_classuniform .classuniform_type .classuniform_type_item.b2 {
	border-color: #d51e57
}

.main_mobile_classuniform .classuniform_type .classuniform_type_item.b3 {
	border-color: #fdee59
}

.main_mobile_classuniform .classuniform_type .classuniform_type_item:nth-child(4n+4) {
	border-color: transparent
}

.main_mobile_classuniform .classuniform_type_p {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%
}

.main_mobile_classuniform .classuniform_title4 {
	margin-top: 38px
}

.main_mobile_classuniform .classuniform_technology {
	margin-top: 24px
}

.main_mobile_classuniform .classuniform_title5 {
	margin-top: 38px
}

.main_mobile_classuniform .classuniform_tech,.main_mobile_classuniform .classuniform_title6 {
	margin-top: 20px
}

.main_mobile_classuniform .classuniform_bbtn {
	margin-top: 24px;
	padding-bottom: 50px
}

.cut_wrapper_bgc {
	background-color: #fafafa
}

.cut_banner_img {
	height: 480px;
	width: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.cut_m_banner_img {
	width: 100%
}

.cut_navs_wrap {
	width: 100%;
	height: 105px;
	line-height: 105px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.05)
}

.cut_navs {
	margin: 0 auto;
	width: 560px;
	font-size: 0
}

.cut_navs_nav {
	display: inline-block;
	position: relative;
	width: 25%;
	text-align: center;
	color: #9b9b9b;
	font-size: 22px;
	cursor: pointer
}

.cut_nav_line {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	width: 54%;
	height: 5px;
	background: #161616;
	border-radius: 10px;
	visibility: hidden
}

.cut_navs_nav.active {
	color: #161616
}

.cut_navs_nav.active .cut_nav_line {
	visibility: visible
}

.cut_tems {
	margin: 30px auto 0;
	width: 1200px
}

.cut_tem_wrap {
	width: 100%;
	overflow: hidden
}

.cut_tem {
	display: none;
	margin-right: -20px;
	font-size: 0
}

.cut_tem.active {
	display: block
}

.cut_tem_item {
	display: inline-block;
	margin: 0 20px 20px 0;
	width: 285px;
	height: 360px;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0,0,0,.05);
	border-radius: 5px
}

.cut_item_img {
	position: relative;
	width: 100%;
	height: 297px;
	overflow: hidden
}

.cut_item_p {
	z-index: 1;
	opacity: 1!important
}

.cut_item_p,.cut_item_t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	transition: opacity .2s
}

.cut_item_t {
	z-index: 2;
	opacity: 0!important
}

.cut_tem_item:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,.1)
}

.cut_tem_item:hover .cut_item_p {
	opacity: 0!important
}

.cut_tem_item:hover .cut_item_t {
	opacity: 1!important
}

.cut_item_num {
	padding-left: 28px;
	height: 64px;
	line-height: 64px;
	border-top: 1px solid #eee;
	color: #9b9b9b;
	font-size: 18px
}

.cut_tems_mobile {
	padding-bottom: 150px
}

.cut_tems_mobile .cut_navs_wrap {
	height: 40px;
	line-height: 40px
}

.cut_tems_mobile .cut_navs {
	width: 100%
}

.cut_tems_mobile .cut_navs_nav {
	font-size: 14px
}

.cut_tems_mobile .cut_nav_line {
	height: 2px;
	bottom: 0
}

.cut_tems_mobile .cut_tems {
	margin-top: 10px;
	width: 100%
}

.cut_tems_mobile .cut_tem {
	margin-right: -2%
}

.cut_tems_mobile .cut_tem_item {
	margin: 0 2% 10px 0;
	width: 48%;
	height: 220px
}

.cut_tems_mobile .cut_item_img {
	height: 180px
}

.cut_tems_mobile .cut_item_num {
	height: 40px;
	line-height: 40px;
	font-size: 14px
}

.agent_form_container {
	background-color: #f7f8f8
}

.agent_form_body {
	margin: 0 auto;
	max-width: 1200px
}

.agent_form__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 36px;
	position: relative
}

.agent_form__label {
	width: 120px;
	text-align: right;
	font-size: 16px;
	color: #161616
}

.agent_form__label--top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.agent_form__component {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-left: 20px
}

.agent_form__component--inline {
	margin-left: 0
}

.agent_form__component--full {
	-ms-flex: 1;
	flex: 1
}

.agent_form_area,.agent_form_area_wrap {
	width: 100%
}

.agent_form__component--input {
	padding-left: 10px;
	width: 378px;
	height: 44px;
	border: 1px solid #e8e8e8;
	color: #161616;
	font-size: 14px;
	outline: none;
	border-radius: 2px
}

.agent_form_inpt--name {
	margin-right: 20px;
	width: 140px
}

.agent_form_radio_wrap {
	display: -ms-flexbox;
	display: flex
}

.agent_form_radio_wrap .tshe_radio {
	margin-right: 20px
}

.agent_form_inpt--contact {
	width: 239px
}

.agent_form_select {
	padding-left: 10px;
	width: 82px;
	height: 44px;
	border: 1px solid #e8e8e8;
	border-right: none;
	background: url(../images/home_down-a0cd698d920ee02a65613b9ed414c2a3.png) no-repeat 100% transparent;
	background-size: 15%;
	background-position-x: 62px;
	background-color: #fff;
	color: #161616;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 2px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.agent_form_area_wrap {
	padding: 4px;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	background-color: #fff
}

.agent_form_area {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: inherit;
	border: none;
	height: 108px;
	font-size: 14px;
	resize: none
}

.agent_form_sub {
	text-align: center
}

.agent_form_subtn {
	display: inline-block;
	width: 150px;
	height: 44px;
	background-color: #ffd234;
	border-radius: 2px;
	font-size: 16px;
	color: #161616;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	cursor: pointer
}

.agent_form_submit:hover {
	background-color: lighten(#ffd234,10%)
}

.agent_form_submit.disable {
	cursor: not-allowed
}

.form_item_error {
	display: none;
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 300px;
	height: 22px;
	line-height: 22px;
	text-align: left;
	color: #ff4a4a;
	font-size: 12px
}

.form_item_error.l82 {
	left: -82px
}

.form_item_error.active {
	display: block
}

.agent_form_mobile,.agent_form_mobile .agent_form_container {
	background-color: #f9d432
}

.agent_form_mobile .agent_form_body {
	margin: 0;
	padding: 0;
	width: 100%
}

.agent_form_mobile .agent_form__component,.agent_form_mobile .agent_form__item,.agent_form_mobile .agent_form__label {
	display: block;
	text-align: left
}

.agent_form_mobile .agent_form__label {
	margin: 0 0 10px
}

.agent_form_mobile .agent_form__component {
	margin: 0 0 18px
}

.agent_form_mobile .agent_form__item,.agent_form_mobile .agent_form_coms,.agent_form_mobile .agent_form_inpt--name {
	margin: 0
}

.agent_form_mobile .agent_form__component--inline {
	display: inline-block
}

.agent_form_mobile .agent_form__item {
	font-size: 0
}

.agent_form_mobile .agent_form__label {
	color: #161616;
	font-size: 16px
}

.agent_form_mobile .agent_form__component--input,.agent_form_mobile .agent_form_area_wrap,.agent_form_mobile .agent_form_select {
	background-color: #ffea5a;
	border: 1px solid #e1b910;
	border-radius: 2px
}

.agent_form_mobile .agent_form__component--input {
	width: 100%
}

.agent_form_mobile .agent_form_select {
	border-right: none
}

.agent_form_mobile .agent_form_sub {
	padding: 30px 0 20px
}

.agent_form_mobile .agent_form_subtn {
	background-color: #323232;
	color: #fff
}

.pca_banner {
	width: 100%;
	height: 280px;
	background: url("../images/1517295301062pca_banner.jpg") no-repeat;
	background-size: cover
}

.pca_banner_box {
	margin: 0 auto;
	width: 1000px
}

.pca_bl {
	float: left;
	margin-top: 72px
}

.pca_bl_head {
	float: left;
	width: 134px;
	height: 134px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 20px 30px 0 #ffd943
}

.pca_blh_img {
	margin: 0;
	width: 126px;
	height: 126px
}

.pca_bl_con {
	float: left;
	margin: 18px 0 0 25px
}

.pca_bl_name {
	color: #2c2c2c
}

.pca_bln_n {
	font-size: 28px;
	font-weight: 700
}

.pca_bln_tag {
	position: relative;
	top: -3px;
	margin-left: 8px;
	padding: 2px 7px;
	border: 1px solid #575757;
	border-radius: 1px;
	font-size: 12px
}

.pca_phone {
	margin-top: 10px;
	color: #353535;
	font-size: 18px;
	font-weight: 700
}

.pca_tip {
	margin-top: 6px;
	color: #353535;
	font-size: 14px
}

.pca_br {
	float: right;
	margin-top: 49px;
	width: 144px;
	height: 177px;
	background-color: #fff
}

.pca_br_img {
	padding: 8px;
	width: 144px;
	height: 144px
}

.pca_br_txt {
	height: 30px;
	line-height: 26px;
	text-align: center;
	color: #4c4c4c;
	font-size: 13px
}

.pca_title {
	margin-top: 60px;
	text-align: center;
	color: #161616;
	font-size: 24px;
	font-weight: 700
}

.pca_sub_title {
	margin-top: 12px;
	text-align: center;
	color: #717171;
	font-size: 16px;
	opacity: .8
}

.pca_body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto 68px;
	width: 1000px
}

.pca_step_img {
	width: 471px;
	height: 232px
}

.pca_form {
	width: 496px
}

.pca_form_item {
	position: relative;
	margin-bottom: 16px;
	padding-left: 96px;
	height: 42px;
	line-height: 42px
}

.pcaf_item_label {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	line-height: 46px
}

.pcaf_item_txt {
	position: relative;
	padding-right: 50px;
	height: 46px;
	border: 1px solid #e8e8e8;
	border-radius: 2px
}

.pcaf_item_sel_placeholder {
	position: relative;
	z-index: 1;
	text-align: right;
	color: #454545;
	font-size: 14px
}

.pcaf_item_sel {
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 2;
	width: 100%;
	opacity: 0
}

.pcaf_item_icon {
	position: absolute;
	right: 18px;
	top: 13px;
	font-size: 22px;
	color: #161616;
	opacity: .2
}

.pcaf_item_inpt {
	padding-left: 20px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e8e8e8;
	border-radius: 2px!important;
	outline: none
}

.pc_adviser .imgcode_wrap {
	display: none
}

.pc_adviser .imgcode_wrap.visible {
	display: block
}

.pc_adviser .get_msg__code,.pc_adviser .imgcode-box {
	position: absolute;
	transform: translateY(-50%);
	width: 122px;
	height: 42px;
	line-height: 46px;
	transform: none;
	top: 1px;
	right: 0
}

.pc_adviser .get_msg__code {
	width: 82px;
	font-size: 12px;
	background-image: linear-gradient(-90deg,#ffdc00,#ffec6b);
	border-radius: 3px;
	text-align: center
}

.pc_adviser .get_msg__code.waiting {
	background-image: none;
	background-color: #eaeaea
}

.pca_form_sub {
	margin-top: 14px;
	width: 145px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-weight: 700;
	background-image: linear-gradient(-90deg,#ffdc00,#ffec6b);
	color: #161616;
	font-size: 14px;
	letter-spacing: 3.4px;
	border-radius: 5px;
	cursor: pointer
}

.pca_form_sub.disable {
	background-color: #eee
}

.pca_form .cm-complete_body {
	width: 411px
}

.banner_consult_wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%
}

.banner_consult_form {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 20px 27px;
	background: #fff;
	box-shadow: 0 8px 16px rgba(57,57,57,.07);
	border-radius: 3px
}

.banner_consult_title {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px
}

.banner_consult_subt {
	color: #2c2c2c;
	font-size: 14px
}

.banner_consult_exist {
	margin-top: 11px;
	color: #f5a623;
	font-size: 12px
}

.banner_consult_item {
	position: relative;
	margin-bottom: 8px;
	font-size: 13px
}

.banner_consult_item .ui.selection.dropdown {
	padding: 0 0 0 15px!important;
	height: 40px;
	line-height: 40px!important;
	border: 1px solid #e8e8e8;
	border-radius: 2px!important
}

.banner_consult_item .ui.selection .dropdown.icon {
	top: 12px
}

.banner_consult_sel {
	width: 100%;
	height: 100%
}

.banner_consult_inpt {
	padding: 0 15px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none
}

.banner_consult_item-border {
	padding-right: 120px;
	border: 1px solid #e8e8e8;
	border-radius: 2px
}

.banner_consult_check {
	display: none
}

.banner_consult_check.visible {
	display: block
}

.banner_consult_check_code {
	position: absolute;
	top: 3px;
	right: 3px
}

.banner_consult_verify_btn {
	position: absolute;
	top: 13px;
	right: 0;
	padding: 0 15px;
	width: 105px;
	line-height: 12px;
	text-align: center;
	border-left: 1px solid #e8e8e8;
	color: #000;
	font-size: 13px;
	font-weight: 700
}

.banner_consult_verify_btn.waiting {
	color: #bbb;
	cursor: default
}

.banner_consult_sub {
	margin-top: 14px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-image: linear-gradient(-90deg,#fff000,#ffdc00);
	color: #000;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	cursor: pointer
}

.banner_consult_tip {
	margin-top: 6px;
	color: #000;
	font-size: 12px
}

.e_earth {
	width: 100%;
	font-size: 0
}

.e_earth_img {
	width: 100%;
	height: auto
}

.e-fqa {
	margin-top: 70px;
	padding: 70px 0 80px;
	background-color: #f8f8f8
}

.e-fqa .e-fqa_title {
	font-size: 24px;
	font-weight: 700;
	text-align: center
}

.e-fqa .e-fqa_title--small {
	margin-top: 8px;
	font-size: 14px;
	color: #888;
	font-weight: 400
}

.e-fqa .fqa-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 34px auto 0;
	width: 1000px
}

.e-fqa .meiqiaCall {
	font-weight: 700;
	color: #ffdc39;
	text-decoration: underline;
	cursor: pointer
}

.e-fqa .fqa-item {
	padding: 30px 30px 0;
	margin-bottom: 16px;
	width: 492px;
	height: 158px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.05)
}

.e-fqa .item-title {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	display: inline-block
}

.e-fqa .item-title span {
	position: relative;
	z-index: 2
}

.e-fqa .item-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 101%;
	height: 9px;
	background-color: #ffdc00
}

.e-fqa .item-desc {
	margin-top: 12px;
	line-height: 23px;
	color: #7a7a7a
}

.e-fqa .e-fqa_meiqia {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #161616;
	cursor: pointer;
	font-weight: 700
}

.e-fqa .e-fqa_meiqia span {
	position: relative;
	z-index: 2
}

.e-fqa .e-fqa_meiqia:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 101%;
	height: 9px;
	background-color: #ffdc00
}

.e_polo_main {
	margin: 0
}

.ep_banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 470px;
	background-image: url("../images/1527564595783ep_banner_bg.jpg");
	background-size: cover;
	background-position: 50%
}

.ep_banner_tip {
	position: absolute;
	top: 115px;
	left: 50%;
	transform: translateX(210px)
}

.ep_bt_img {
	width: 415px;
	height: 132px
}

.ep_bt_btn {
	margin: 90px 0 0 10px;
	width: 140px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #000;
	border-radius: 4px;
	cursor: pointer
}

.ep_bt_btn .icon-tshe-arrow-drop-up {
	font-size: 24px
}

.product-video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.product-video .video-close {
	position: absolute;
	top: 4px;
	right: -40px;
	font-size: 30px;
	color: #d8d8d8;
	cursor: pointer
}

.product-video .user_guide__video_modal {
	position: relative;
	width: 600px;
	height: 338px
}

.product-video #user_guide__video {
	border-radius: 5px;
	overflow: hidden
}

.ep_step {
	margin: 0 auto;
	width: 1000px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ep_step_info {
	margin-top: 40px
}

.ep_step_t {
	font-size: 24px;
	font-weight: 700
}

.ep_step_b {
	margin-top: 4px;
	color: #999;
	font-size: 12px
}

.ep_step_p {
	margin-top: 18px;
	font-size: 14px;
	color: #888
}

.ep_step_img {
	width: 594px;
	height: 211px
}

.ep_title {
	margin-top: 60px;
	font-size: 24px;
	font-weight: 700;
	text-align: center
}

.ep_title.mt70 {
	margin-top: 70px
}

.ep_sub_title {
	margin: 8px 0 30px;
	text-align: center;
	font-size: 14px;
	color: #888
}

.ep_sub_title b {
	color: #444
}

.e_polo .cate_cont {
	margin: 0 auto;
	width: 1000px
}

.e_polo .glide {
	position: relative;
	height: 440px;
	width: 560px;
	margin: 0 auto
}

.e_polo .glide__wrapper {
	position: relative;
	overflow: hidden;
	height: 448px;
	width: 100%
}

.e_polo .glide__track {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	height: 426px;
	min-width: 100%;
	transition: all .4s
}

.e_polo .glide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #656565;
	border-radius: 3px;
	width: 43px;
	height: 43px;
	z-index: 2;
	cursor: pointer
}

.e_polo .glide__arrow:hover {
	background-color: #161616
}

.e_polo .glide__arrow:hover.prev:after {
	border-right-color: #fff
}

.e_polo .glide__arrow:hover.next:after {
	border-left-color: #fff
}

.e_polo .glide__arrow.disabled,.e_polo .glide__arrow.disabled:hover {
	border-color: #ebebeb;
	background-color: #fff
}

.e_polo .glide__arrow.disabled.prev:after,.e_polo .glide__arrow.disabled:hover.prev:after {
	border-right-color: #c2c2c2
}

.e_polo .glide__arrow.disabled.next:after,.e_polo .glide__arrow.disabled:hover.next:after {
	border-left-color: #c2c2c2
}

.e_polo .glide__arrow.next:after,.e_polo .glide__arrow.prev:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 8px solid transparent
}

.e_polo .glide__arrow.prev {
	left: -60px
}

.e_polo .glide__arrow.prev:after {
	left: 8px;
	border-right-color: #161616
}

.e_polo .glide__arrow.next {
	right: -60px
}

.e_polo .glide__arrow.next:after {
	left: 18px;
	border-left-color: #161616
}

.e_polo .item_shadow {
	content: "";
	display: none;
	position: absolute;
	width: 90%;
	left: 5%;
	height: 100px;
	bottom: 6px;
	background-color: transparent;
	box-shadow: 0 3px 36px 0 rgba(68,68,68,.15)
}

.e_polo .glide__slide {
	width: 260px;
	margin-right: 40px;
	position: relative;
	background-color: #fff;
	border: 1px solid #e9e9e9
}

.e_polo .glide__slide:hover .item_shadow {
	display: block
}

.e_polo .glide__slide:hover .img {
	transform: scale(1.06)
}

.e_polo .glide__slide:last-of-type {
	margin-right: 0
}

.e_polo .cate_img {
	position: relative;
	height: 238px;
	width: 100%;
	overflow: hidden
}

.e_polo .cate_img .img {
	background-size: cover;
	background-position: 50%;
	height: 100%;
	width: 100%;
	transition: all .4s
}

.e_polo .cate-colors {
	transform: translateY(0);
	padding: 6px 10px;
	position: absolute;
	width: 244px;
	bottom: 3px;
	left: 5px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 12px;
	transition: all .3s
}

.e_polo .cate-colors,.e_polo .color-list {
	display: -ms-flexbox;
	display: flex
}

.e_polo .cate-colors {
	margin-bottom: 4px
}

.e_polo .colors-label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #666
}

.e_polo .color-list {
	margin-top: 3px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.e_polo .color-item {
	margin-right: 8px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #dfdfdf;
	background-color: #fff
}

.e_polo .color-item:nth-of-type(n+0) {
	margin-top: 4px
}

.e_polo .cate_info {
	position: relative;
	padding: 10px 16px 0;
	z-index: 4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 186px;
	background-color: #fff
}

.e_polo .cate_name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 8px;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #f0f0f0
}

.e_polo .cate_tag {
	display: inline-block;
	margin-bottom: 4px;
	padding: 0 4px;
	background-color: #fc0;
	color: #000;
	font-size: 12px;
	border-radius: 3px
}

.e_polo .cate_call {
	color: #ff5859
}

.e_polo .cate_desc {
	margin-top: 18px;
	color: #9b9b9b;
	font-size: 13px
}

.e_polo .cate_desc__box {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex
}

.e_polo .ate_desc__text {
	color: #6f6f6f;
	line-height: 21px
}

.e_polo .cate_desc__title {
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-size: cover
}

.e_polo .cate_desc__title.advs--icon {
	background-image: url(../images/prod_command__icon01-27d195c8d2422fd912c4397dfc73d3d0.png)
}

.e_polo .cate_desc__title.command--icon {
	background-image: url(../images/prod_command__icon02-7acaa213d958258daaec521e6af33308.png)
}

.ep_material {
	margin: 0 auto;
	width: 1000px
}

.ep_material_list:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden
}

.ep_ml_item {
	float: left;
	padding-right: 40px;
	width: 50%;
	text-align: left
}

.ep_ml_item:nth-child(2n) {
	padding-right: 0;
	padding-left: 40px;
	text-align: right
}

.ep_ml_img {
	box-shadow: 3px 10px 10px #eee
}

.ep_ml_t {
	margin-top: 10px;
	font-size: 26px;
	font-weight: 700
}

.ep_ml_p,.ep_ml_t {
	text-align: center;
	color: #000
}

.ep_ml_p {
	margin: 6px 0 20px;
	font-size: 18px
}

.ep_technique {
	margin: 0 auto;
	width: 1000px
}

.ep_technique .direct_section_technique__content--img img {
	width: 210px;
	height: 210px
}

.ep_case {
	margin: 0 auto;
	width: 1000px
}

.ep_case_more {
	display: block;
	margin: 20px auto;
	width: 126px;
	height: 42px;
	line-height: 42px;
	color: #161616;
	font-size: 14px;
	font-weight: 700!important;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00)
}

.ep_case_more:hover {
	background-image: linear-gradient(90deg,#ffef90,#ffe34d)
}

.ep_case_more .icon-tshe-arrow-drop-up {
	font-size: 24px
}

.e_polo .e-fqa {
	margin-top: 40px;
	padding-top: 40px
}

.ep_email {
	margin: -100px 0 40px;
	background-color: #f8f8f8
}

.ep_email_body {
	text-align: center
}

.ep_email_inpt {
	padding: 0 8px;
	width: 230px;
	background-color: transparent;
	border: 1px solid #fc0
}

.ep_email_inpt,.ep_email_subt {
	height: 36px;
	line-height: 36px;
	vertical-align: middle
}

.ep_email_subt {
	display: inline-block;
	margin-left: 8px;
	width: 70px;
	text-align: center;
	background-color: #fc0;
	color: #161616;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer
}

.ep_email_subt.disabled {
	background-color: #ebebeb;
	color: #999;
	cursor: default
}

.vip_consult_wrap {
	position: fixed;
	left: 0;
	bottom: -362px;
	z-index: 101;
	width: 100%;
	background-color: rgba(255,220,0,.8);
	transition: bottom .3s
}

.vip_consult_wrap.active {
	bottom: 0
}

.vc_header {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0 165px;
	width: 680px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	cursor: pointer
}

.vch_service {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 165px;
	height: 150px
}

.vch_title {
	display: inline-block;
	font-size: 24px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 700
}

.vch_arrows {
	display: inline-block;
	width: 30px;
	height: 62px
}

.vch_arrow_up {
	position: absolute;
	right: 0;
	bottom: 6px;
	width: 36px;
	height: 50px
}

.vip_consult_wrap.active .vch_arrow_up {
	transform: rotate(180deg)
}

.vc_body {
	margin: 0 auto;
	width: 1000px;
	height: 362px;
	background-color: #fff
}

.vc_body:after {
	display: block;
	content: " ";
	height: 0;
	clear: both
}

.vc_body_left {
	float: left;
	padding: 30px 92px 0 46px;
	width: 499px
}

.vc_body_mid {
	float: left;
	width: 1px;
	height: 100%;
	background-color: #e8e8e8
}

.vc_body_right {
	float: left;
	padding-top: 46px;
	width: 500px
}

.vc_bl_title {
	height: 42px
}

.vc_blt_l {
	width: 190px;
	line-height: 40px;
	color: #000;
	font-size: 30px;
	font-weight: 700
}

.vc_blt_l,.vc_blt_r {
	float: left
}

.vc_blt_item,.vc_blt_txt {
	position: relative
}

.vc_blt_txt {
	z-index: 2;
	line-height: 18px;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px
}

.vc_blt_line {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 7px;
	background-color: #fc0
}

.vc_bl_exist {
	margin: 8px 0 4px;
	color: #f5a623;
	font-size: 12px
}

.vc_bl_row {
	position: relative;
	margin-bottom: 6px;
	padding-left: 100px
}

.vc_bl_label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 42px;
	line-height: 42px;
	color: #000;
	font-size: 13px;
	font-weight: 700
}

.vc_bl_item {
	position: relative;
	font-size: 13px
}

.vc_bl_item .ui.selection.dropdown {
	padding: 0 0 0 15px!important;
	height: 40px;
	line-height: 40px!important;
	border: 1px solid #e8e8e8;
	border-radius: 2px!important
}

.vc_bl_item .ui.selection .dropdown.icon {
	top: 12px
}

.vc_bl_sel {
	width: 100%;
	height: 100%
}

.vc_bl_inpt {
	padding: 0 15px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none
}

.vc_bl_item-border {
	padding-right: 120px;
	border: 1px solid #e8e8e8;
	border-radius: 2px
}

.vc_bl_row_check {
	display: none
}

.vc_bl_row_check.visible {
	display: block
}

.vc_bl_check_code {
	position: absolute;
	top: 3px;
	right: 3px
}

.vc_bl_verify_btn {
	position: absolute;
	top: 13px;
	right: 0;
	padding: 0 15px;
	width: 105px;
	line-height: 12px;
	text-align: center;
	border-left: 1px solid #e8e8e8;
	color: #000;
	font-size: 13px;
	font-weight: 700
}

.vc_bl_verify_btn.waiting {
	color: #bbb;
	cursor: default
}

.vc_bl_items {
	position: relative
}

.vc_bl_sub {
	position: absolute;
	top: 26px;
	right: -142px;
	padding: 26px 0 0 33px;
	width: 100px;
	height: 100px;
	background-image: linear-gradient(-180deg,#ffef00,#fddd00 96%);
	border-radius: 50%;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer
}

.vc_bl_tip {
	margin-top: 6px;
	color: #000;
	font-size: 12px
}

.vc_br_title {
	font-size: 24px;
	letter-spacing: .5px;
	font-weight: 700
}

.vc_br_subt,.vc_br_title {
	text-align: center;
	color: #000
}

.vc_br_subt {
	margin-bottom: 20px;
	font-size: 13px
}

.vc_br_slider {
	margin: 0 auto;
	width: 280px;
	height: 190px
}

.new_vip_consult_wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 101;
	width: 100%;
	transition: bottom .3s
}

.new_vip_consult_test {
	background-image: url("../images/1526996485335posts_bg_pc01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 90px;
	text-align: center
}

.new_vip_consult_test .new_consult_content {
	display: inline-block;
	height: 90px;
	position: relative;
	text-align: center;
	top: -10px
}

.new_consult_content .wrap_question_content img {
	height: 90px
}

.mouse_form_head_hand {
	display: block;
	position: absolute;
	right: -14px;
	bottom: -20px;
	width: 40px;
	height: 30px;
	background: url("../images/1526996485336posts_icon_pc03.png") no-repeat;
	background-size: 40px 30px;
	animation: post_m_hand 1.5s infinite
}

@keyframes post_m_hand {
	0% {
		bottom: -20px
	}

	to {
		bottom: -2px
	}
}

.vip_consult_fixed-middle {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: rgba(0,0,0,.7)
}

.vip_consult_fixed-middle.middle_active {
	display: block
}

.vip_consult_fixed-middle .vc_header {
	display: none
}

.vip_consult_fixed-middle .vc_body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.vip_consult_fixed-middle .vip_consult_close {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: -40px;
	top: -2px;
	width: 32px;
	height: 32px;
	background: url(../images/1524831895349close.png);
	background-size: 32px 32px
}

.uniform-company-body .main__container {
	margin-bottom: 0
}

.uniform-company .company-banner {
	height: 470px;
	background-size: cover;
	background-image: url("../images/dianli.jpg");
	background-position: 50%
}

.uniform-company .company-body {
	margin-top: -32px
}

.uniform-company .company-body .company-title {
	height: 150px;
    font-size: 40px;
    font-weight: bold;
    line-height: 150px;
    text-align: center;
    background: url(../images/banner1.jpg) no-repeat center;
    color: #fff;
    margin-top: 10px;}

 

.uniform-company .company-body .company-split {
	margin: 0px auto;
	width: 40px;
	height: 6px;
	background-color: #ffdd02
}

.uniform-company .company-body .company-btn {
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-image: linear-gradient(90deg,#ffe85c,#ffde3d);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700
}

.uniform-company .company-body .company-subtitle {
	font-size: 50px;
	color: #989898;
	text-align: center
}

.uniform-company .company-body .swiper-button-next,.uniform-company .company-body .swiper-button-prev {
	width: 16px;
	height: 32px;
	background-image: url("../images/arrow.png");
	background-size: cover
}

.uniform-company .company-body .swiper-button-prev {
	left: -50px
}

.uniform-company .company-body .swiper-button-next {
	right: -50px;
	transform: rotate(-180deg)
}

.uniform-company .company-body .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0
}

.uniform-company .company-body .swiper-pagination-bullet {
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background: #ddd
}

.uniform-company .company-body .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ffdd3a
}

.uniform-company .company-body .company-case .company-subtitle {
	margin-top: 20px
}

.uniform-company .company-body .company-case .company-case_body {
	margin-top: 40px
}

.uniform-company .company-body .company-case .case-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.uniform-company .company-body .company-case .case-tab_btn {
	margin-right: 22px;
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	border-radius: 10px;
	border: 1px solid #bfbfbf;
	color: #7d7d7d;
	font-size: 16px;
	cursor: pointer
}

.uniform-company .company-body .company-case .case-tab_btn:last-of-type {
	margin-right: 0
}

.uniform-company .company-body .company-case .case-tab_btn.active {
	border: 1px solid transparent;
	background-image: linear-gradient(to bottom right,#fff5b1,#ffdd02);
	color: #333;
	font-weight: 700
}

.uniform-company .company-body .company-case .case-content {
	position: relative;
	margin: 64px auto;
	width: 673px;
margin-top: 30px;}

.uniform-company .company-body .company-case .case-content_item {
	position: relative;
	display: none
}

.uniform-company .company-body .company-case .case-content_item.visible {
	display: block
}

.uniform-company .company-body .company-case .swiper-container {
	height: 400px
}

.uniform-company .company-body .company-case .swiper-slide {
	position: relative;
	width: 411px;
	height: 355px;
	opacity: 0!important
}

.uniform-company .company-body .company-case .swiper-slide:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	border-radius: 10px
}

.uniform-company .company-body .company-case .swiper-slide.swiper-slide-active img {
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.15)
}

.uniform-company .company-body .company-case .swiper-slide img {
	border-radius: 10px;
	width: 100%
}

.uniform-company .company-body .company-case .swiper-slide-active,.uniform-company .company-body .company-case .swiper-slide-next,.uniform-company .company-body .company-case .swiper-slide-prev {
	opacity: 1!important
}

.uniform-company .company-body .company-btitle {
	margin: 56px auto 0;
	padding: 60px 0;
	width: 974px;
	font-size: 30px;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	text-align: center;
	color: #4d4d4d
}

.uniform-company .company-body .company-weak {
	margin-top: 60px
}

.uniform-company .company-body .company-weak .company-subtitle {
	margin-top: 30px
}

.uniform-company .company-body .company-weak .weak-list {
	margin: 70px auto 0;
	width: 704px
}

.uniform-company .company-body .company-weak .weak-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 66px
}

.uniform-company .company-body .company-weak .weak-item.reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: 66px;
	margin-right: -66px
}

.uniform-company .company-body .company-weak .weak-item_content {
	margin-top: 20px;
	width: 352px
}

.uniform-company .company-body .company-weak .weak-item_num {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-size: cover
}

.uniform-company .company-body .company-weak .weak-item_title {
	font-size: 20px;
	margin-top: 24px;
	color: #333
}

.uniform-company .company-body .company-weak .weak-item_desc {
	margin-top: 10px;
	color: #989898;
	font-size: 16px;
	line-height: 30px
}

.uniform-company .company-body .company-weak .weak-item_img {
	background-size: cover
}

.uniform-company .company-body .company-weak .weak-item_img.img1 {
	width: 197px;
	height: 218px
}

.uniform-company .company-body .company-weak .weak-item_img.img2 {
	width: 226px;
	height: 230px
}

.uniform-company .company-body .company-weak .weak-item_img.img3 {
	width: 197px;
	height: 153px
}

.uniform-company .company-body .company-weak .weak-item_img.img4 {
	margin-left: 16px;
	width: 211px;
	height: 197px
}

.uniform-company .company-body .company-prom {
	margin-top: -60px;
	 
	background-color: #f7f7f7
}

.uniform-company .company-body .company-prom .prom-mart {
	margin-top: 14px
}

.uniform-company .company-body .company-prom .prom-list {
	margin: 90px 0 67px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.uniform-company .company-body .company-prom .prom-item {
	margin-right: 22px;
	width: 178px;
	height: 340px;
	background-size: cover
}

.uniform-company .company-body .company-prom .prom-item:last-of-type {
	margin-right: 0
}

.uniform-company .company-body .company-prom .prom-item:nth-of-type(2n) {
	margin-top: -48px
}

.uniform-company .company-body .company-prom .prom-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.15)
}

.uniform-company .company-body .company-prom .prom-item.item1 {
	background-image: url("../images/e.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item1:hover {
	background-image: url("../images/j.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item2 {
	background-image: url("../images/f.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item2:hover {
	background-image: url("../images/k.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item3 {
	background-image: url("../images/g.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item3:hover {
	background-image: url("../images/l.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item4 {
	background-image: url("../images/h.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item4:hover {
	background-image: url("../images/m.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item5 {
	background-image: url("../images/i.jpg")
}

.uniform-company .company-body .company-prom .prom-item.item5:hover {
	background-image: url("../images/n.jpg")
}

.uniform-company .company-body .company-partner {
	margin-top: -40px
}

.uniform-company .company-body .company-partner .partner-desc {
	margin-top: 26px;
	font-size: 16px;
	color: #989898;
	line-height: 30px;
	text-align: center
}

.uniform-company .company-body .company-partner .partner-desc strong {
	color: #666;
	font-weight: 700
}

.uniform-company .company-body .company-partner .partner-img {
	margin: 50px auto;
	width: 840px;
	height: 668px;
	background-size: cover;
	background-image: url("../images/youshi.png")
}

.uniform-company .company-body .company-progress {
	margin: 40px auto;
	padding: 0px 0 40px;
	width: 970px;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2
}

.uniform-company .company-body .company-progress .progress-title {
	text-align: center;
	font-size: 30px;
	letter-spacing: 8px;
	font-weight: 700
}

.uniform-company .company-body .company-progress .progress-list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end
}

.uniform-company .company-body .company-progress .progress-item {
	position: relative;
	text-align: center
}

.uniform-company .company-body .company-progress .progress-item:last-of-type {
	margin-right: 0
}

.uniform-company .company-body .company-progress .progress-item.item--arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	right: -48px;
	width: 23px;
	height: 31px;
	background-image: url("../images/arrow--light.png");
	background-size: cover
}

.uniform-company .company-body .company-progress .progress-icon {
	margin: 0 auto;
	background-size: cover
}

.uniform-company .company-body .company-progress .progress-icon.icon1 {
	width: 63px;
	height: 60px;
	background-image: url("../images/a.png")
}

.uniform-company .company-body .company-progress .progress-icon.icon2 {
	width: 68px;
	height: 52px;
	background-image: url("../images/b.png")
}

.uniform-company .company-body .company-progress .progress-icon.icon3 {
	width: 56px;
	height: 56px;
	background-image: url("../images/c.png")
}

.uniform-company .company-body .company-progress .progress-icon.icon4 {
	width: 48px;
	height: 65px;
	background-image: url("../images/d.png")
}

.uniform-company .company-body .company-progress .progress-icon.icon5 {
	width: 80px;
	height: 62px;
	background-image: url("../images/e.png")
}

.uniform-company .company-body .company-progress .progress-item_name {
	margin-top: 26px;
	font-size: 18px;
	color: #333
}

.uniform-company .company-body .company-progress .progress-item_desc {
	margin-top: 10px;
	font-size: 14px;
	color: #989898;
	line-height: 24px
}

.uniform-company .company-body .company-remark {
	margin-top: 70px
}

.uniform-company .company-body .company-remark .company-title {
	margin-top: 16px
}

.uniform-company .company-body .company-remark .swiper-container {
	height: 444px
}

.uniform-company .company-body .company-remark .remark-body {
	position: relative;
	margin: 32px auto 0;
	width: 778px
}

.uniform-company .company-body .company-remark .swiper-slide {
	position: relative;
	padding: 36px 63px 0 70px;
	width: 530px;
	height: 370px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
	opacity: 0!important
}

.uniform-company .company-body .company-remark .swiper-slide-active,.uniform-company .company-body .company-remark .swiper-slide-next,.uniform-company .company-body .company-remark .swiper-slide-prev {
	opacity: 1!important
}

.uniform-company .company-body .company-remark .remark-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 27px;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #666;
	height: 220px
}

.uniform-company .company-body .company-remark .remark-content:after,.uniform-company .company-body .company-remark .remark-content:before {
	content: "";
	position: absolute;
	background-size: cover
}

.uniform-company .company-body .company-remark .remark-content:before {
	top: 0;
	left: 6px;
	width: 45px;
	height: 36px;
	background-image: url("../images/1514432766055uc_quotation--left.png")
}

.uniform-company .company-body .company-remark .remark-content:after {
	right: 0;
	bottom: 12px;
	width: 33px;
	height: 27px;
	background-image: url("../images/1514432766055uc_quotation--right.png")
}

.uniform-company .company-body .company-remark .remark-user {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex
}

.uniform-company .company-body .company-remark .remark-img {
	margin-right: 10px;
	width: 36px;
	height: 36px;
	background-size: cover;
	border-radius: 100%
}

.uniform-company .company-body .company-remark .remark-img.img1 {
	background-image: url("../images/1514432766055uc_remark01.png")
}

.uniform-company .company-body .company-remark .remark-img.img2 {
	background-image: url("../images/1514432766055uc_remark02.png")
}

.uniform-company .company-body .company-remark .remark-img.img3 {
	background-image: url("../images/1514432766055uc_remark03.png")
}

.uniform-company .company-body .company-remark .remark-img.img4 {
	background-image: url("../images/1514432766055uc_remark04.png")
}


.uniform-company .company-body .company-remark .remark-info {
	font-size: 14px;
	line-height: 20px;
	color: #383962
}

.uniform-company .company-body .company-category {
	margin: -24px
}

.uniform-company .company-body .company-category .cate-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 52px auto 0;
	width: 760px;
margin-top: -15px;}

.uniform-company .company-body .company-category .cate-item {
	margin-right: 60px;
	margin-bottom: 40px;
	text-align: center;
	width: 247px
}

.uniform-company .company-body .company-category .cate-item img {
	width: 100%
}

.uniform-company .company-body .company-category .cate-item:nth-of-type(2n) {
	margin-right: 0
}

.uniform-company .company-body .company-category .cate-item_name {
	margin-top: 8px;
	font-size: 20px
}

.uniform-company .company-body .company-category .cate-link {
	margin-top: 14px;
	display: inline-block;
	width: 118px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-image: linear-gradient(90deg,#ffdd3a,#ffeb72);
	border-radius: 18px;
	font-size: 15px
}

.uniform-company .company-body .company-category .cate-link:hover {
	background-image: linear-gradient(90deg,#ffe34d,#ffef90)
}

.uniform-company .company-body .company-tmpl {
	margin-top: 65px;
	padding: 58px 0;
	background-color: #f7f7f7
}

.uniform-company .company-body .company-tmpl .tmpl-body {
	display: -ms-flexbox;
	display: flex;
	margin: 30px auto 60px;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	width: 788px
}

.uniform-company .company-body .company-tmpl .company-subtitle {
	margin-top: 20px
}

.uniform-company .company-body .company-tmpl .tmpl-item {
	position: relative;
	margin-bottom: 34px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.07);
	margin-right: 14px;
	width: 186px
}

.uniform-company .company-body .company-tmpl .tmpl-item.marr--none {
	margin-right: 0
}

.uniform-company .company-body .company-tmpl .tmpl-item img {
	transition: all .3s;
	width: 100%
}

.uniform-company .company-body .company-tmpl .tmpl-item:hover {
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.18)
}

.uniform-company .company-body .company-tmpl .tmpl-item:hover .tmpl-img {
	opacity: 0
}

.uniform-company .company-body .company-tmpl .tmpl-item:hover .tmpl-img--hover {
	opacity: 1
}

.uniform-company .company-body .company-tmpl .tmpl-img--hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.uniform-company--mobile .company-banner {
	width: 100%;
	height: 48.3vw;
	background-size: cover;
	background-image: url("../images/1514625579521uc_partner--mobile.png");
	background-position: 50%
}

.uniform-company--mobile .company-body {
	margin-top: 24px
}

.uniform-company--mobile .company-body .company-title {
	font-size: 16px;
	font-weight: 700;
	text-align: center
}

.uniform-company--mobile .company-body .company-split {
	margin: 24px auto 18px;
	width: 20px;
	height: 3px;
	background-color: #ffdd02
}

.uniform-company--mobile .company-body .company-btn {
	display: block;
	margin: 0 auto;
	width: 96px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-image: linear-gradient(90deg,#ffe85c,#ffde3d);
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700
}

.uniform-company--mobile .company-body .company-subtitle {
	font-size: 12px;
	color: #989898;
	text-align: center
}

.uniform-company--mobile .company-body .swiper-button-next,.uniform-company--mobile .company-body .swiper-button-prev {
	width: 16px;
	height: 32px;
	background-image: url("../images/1514432766054uc_arrow.png");
	background-size: cover;
	z-index: 2
}

.uniform-company--mobile .company-body .swiper-button-next {
	right: 22px;
	transform: rotate(-180deg)
}

.uniform-company--mobile .company-body .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0
}

.uniform-company--mobile .company-body .swiper-pagination-bullet {
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: #ddd
}

.uniform-company--mobile .company-body .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ffdd3a
}

.uniform-company--mobile .company-body .company-case .company-subtitle {
	margin-top: 14px
}

.uniform-company--mobile .company-body .company-case .company-case_body {
	margin-top: 23px
}

.uniform-company--mobile .company-body .company-case .case-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 244px;
	margin: 0 auto
}

.uniform-company--mobile .company-body .company-case .case-tab_btn {
	margin-right: 13px;
	margin-bottom: 11px;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #bfbfbf;
	color: #7d7d7d;
	font-size: 12px;
	cursor: pointer;
	font-weight: 700
}

.uniform-company--mobile .company-body .company-case .case-tab_btn:nth-of-type(3),.uniform-company--mobile .company-body .company-case .case-tab_btn:nth-of-type(6) {
	margin-right: 0
}

.uniform-company--mobile .company-body .company-case .case-tab_btn.active {
	border: 1px solid transparent;
	background-image: linear-gradient(to bottom right,#fff5b1,#ffdd02);
	color: #333;
	font-weight: 700
}

.uniform-company--mobile .company-body .company-case .case-content {
	padding-left: 14px;
	position: relative;
	margin: 16px auto
}

.uniform-company--mobile .company-body .company-case .case-content_item {
	position: relative;
	display: none
}

.uniform-company--mobile .company-body .company-case .case-content_item.visible {
	display: block
}

.uniform-company--mobile .company-body .company-case .swiper-slide {
	position: relative;
	margin-right: 16px;
	width: 242px;
	height: 209px
}

.uniform-company--mobile .company-body .company-case .swiper-slide img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.15)
}

.uniform-company--mobile .company-body .company-case .swiper-container {
	overflow: auto
}

.uniform-company--mobile .company-body .company-btitle {
	margin: 50px auto 0;
	padding: 42px 0;
	width: 100%;
	font-size: 16px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
	color: #4d4d4d
}

.uniform-company--mobile .company-body .company-weak {
	margin-top: 33px
}

.uniform-company--mobile .company-body .company-weak .company-subtitle {
	margin-top: 14px
}

.uniform-company--mobile .company-body .company-weak .weak-list {
	margin-top: 24px
}

.uniform-company--mobile .company-body .company-weak .weak-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 20px
}

.uniform-company--mobile .company-body .company-weak .weak-item.reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.uniform-company--mobile .company-body .company-weak .weak-item.reverse .weak-img {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.uniform-company--mobile .company-body .company-weak .weak-item_content {
	margin-top: 16px;
	width: 142px
}

.uniform-company--mobile .company-body .company-weak .weak-item_num {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-size: cover
}

.uniform-company--mobile .company-body .company-weak .weak-item_title {
	font-size: 13px;
	margin-top: 18px;
	color: #333
}

.uniform-company--mobile .company-body .company-weak .weak-item_desc {
	margin-top: 14px;
	color: #989898;
	font-size: 9px;
	line-height: 16px
}

.uniform-company--mobile .company-body .company-weak .weak-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 142px
}

.uniform-company--mobile .company-body .company-weak .weak-item_img {
	background-size: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.uniform-company--mobile .company-body .company-weak .weak-item_img.img1 {
	margin-right: 14px;
	width: 120px;
	height: 133px
}

.uniform-company--mobile .company-body .company-weak .weak-item_img.img2 {
	width: 138px;
	height: 140px
}

.uniform-company--mobile .company-body .company-weak .weak-item_img.img3 {
	width: 144px;
	height: 112px
}

.uniform-company--mobile .company-body .company-weak .weak-item_img.img4 {
	width: 124px;
	height: 116px
}

.uniform-company--mobile .company-body .company-prom {
	margin-top: 44px;
	padding: 42px 0 38px;
	background-color: #f7f7f7
}

.uniform-company--mobile .company-body .company-prom .prom-mart {
	margin-top: 10px
}

.uniform-company--mobile .company-body .company-prom .prom-list {
	margin: 22px 10px 40px;
	position: relative
}

.uniform-company--mobile .company-body .company-prom .prom-item {
	margin-right: 12px;
	width: 30%;
	background-size: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 57vw
}

.uniform-company--mobile .company-body .company-prom .prom-item.item1 {
	background-image: url("../images/1514519187952uc_prom01--light.jpg")
}

.uniform-company--mobile .company-body .company-prom .prom-item.item2 {
	background-image: url("../images/1514519187953uc_prom02--light.jpg")
}

.uniform-company--mobile .company-body .company-prom .prom-item.item3 {
	background-image: url("../images/1514519187953uc_prom03--light.jpg")
}

.uniform-company--mobile .company-body .company-prom .prom-item.item4 {
	background-image: url("../images/1514519187953uc_prom04--light.jpg")
}

.uniform-company--mobile .company-body .company-prom .prom-item.item5 {
	background-image: url("../images/1514519187953uc_prom05--light.jpg")
}

.uniform-company--mobile .company-body .company-partner {
	margin-top: 34px
}

.uniform-company--mobile .company-body .company-partner .partner-desc {
	margin-top: 20px;
	font-size: 10px;
	color: #989898;
	line-height: 16px;
	text-align: center
}

.uniform-company--mobile .company-body .company-partner .partner-desc strong {
	color: #666;
	font-weight: 700
}

.uniform-company--mobile .company-body .company-partner .partner-img {
	margin: 20px auto;
	width: 87.2vw;
	height: 115.4vw;
	background-size: cover;
	background-image: url("../images/1514625579520uc_banner--mobile.png")
}

.uniform-company--mobile .company-body .company-progress {
	margin: 40px auto;
	padding: 40px 0 36px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2
}

.uniform-company--mobile .company-body .company-progress .progress-title {
	text-align: center;
	font-size: 16px;
	letter-spacing: 4px;
	font-weight: 700
}

.uniform-company--mobile .company-body .company-progress .progress-list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: column;
	flex-flow: column
}

.uniform-company--mobile .company-body .company-progress .progress-item {
	position: relative;
	text-align: center;
	margin-bottom: 47px
}

.uniform-company--mobile .company-body .company-progress .progress-item:last-of-type {
	margin-bottom: 0
}

.uniform-company--mobile .company-body .company-progress .progress-item.item--arrow:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 9px;
	background-image: url("../images/1514625579519uc_arrow__down--light.png");
	background-size: cover
}

.uniform-company--mobile .company-body .company-progress .progress-icon {
	margin: 0 auto;
	background-size: cover
}

.uniform-company--mobile .company-body .company-progress .progress-icon.icon1 {
	width: 51px;
	height: 48px;
	background-image: url("../images/1514432766055uc_progress01.png")
}

.uniform-company--mobile .company-body .company-progress .progress-icon.icon2 {
	width: 55px;
	height: 43px;
	background-image: url("../images/1514432766055uc_progress02.png")
}

.uniform-company--mobile .company-body .company-progress .progress-icon.icon3 {
	width: 45px;
	height: 45px;
	background-image: url("../images/1514432766055uc_progress03.png")
}

.uniform-company--mobile .company-body .company-progress .progress-icon.icon4 {
	width: 38px;
	height: 52px;
	background-image: url("../images/1514432766055uc_progress04.png")
}

.uniform-company--mobile .company-body .company-progress .progress-icon.icon5 {
	width: 64px;
	height: 50px;
	background-image: url("../images/1514432766055uc_progress05.png")
}

.uniform-company--mobile .company-body .company-progress .progress-item_name {
	margin-top: 14px;
	font-size: 14px;
	color: #333
}

.uniform-company--mobile .company-body .company-progress .progress-item_desc {
	margin-top: 10px;
	font-size: 10px;
	color: #989898
}

.uniform-company--mobile .company-body .company-remark {
	margin-top: 38px
}

.uniform-company--mobile .company-body .company-remark .company-title {
	margin-top: 10px
}

.uniform-company--mobile .company-body .company-remark .remark-body {
	position: relative;
	margin: 22px auto 0;
	width: 86%;
	height: 266px
}

.uniform-company--mobile .company-body .company-remark .swiper-wrapper {
	height: 230px
}

.uniform-company--mobile .company-body .company-remark .remark-item {
	margin: 0 2px;
	position: relative;
	padding: 24px 42px 0 53px;
	height: 222px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,.05)
}

.uniform-company--mobile .company-body .company-remark .remark-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 16px;
	font-size: 10px;
	color: #666;
	border-bottom: 1px solid #666;
	height: 130px
}

.uniform-company--mobile .company-body .company-remark .remark-content:after,.uniform-company--mobile .company-body .company-remark .remark-content:before {
	content: "";
	position: absolute;
	background-size: cover
}

.uniform-company--mobile .company-body .company-remark .remark-content:before {
	top: 0;
	left: 4px;
	width: 27px;
	height: 22px;
	background-image: url("../images/1514432766055uc_quotation--left.png")
}

.uniform-company--mobile .company-body .company-remark .remark-content:after {
	right: 0;
	bottom: 6px;
	width: 20px;
	height: 16px;
	background-image: url("../images/1514432766055uc_quotation--right.png")
}

.uniform-company--mobile .company-body .company-remark .remark-user {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex
}

.uniform-company--mobile .company-body .company-remark .remark-img {
	margin-right: 6px;
	width: 22px;
	height: 22px;
	background-size: cover;
	border-radius: 100%
}

.uniform-company--mobile .company-body .company-remark .remark-img.img1 {
	background-image: url("../images/1514432766055uc_remark01.png")
}

.uniform-company--mobile .company-body .company-remark .remark-img.img2 {
	background-image: url("../images/1514432766055uc_remark02.png")
}

.uniform-company--mobile .company-body .company-remark .remark-img.img3 {
	background-image: url("../images/1514432766055uc_remark03.png")
}

.uniform-company--mobile .company-body .company-remark .remark-img.img4 {
	background-image: url("../images/1514432766055uc_remark04.png")
}

.uniform-company--mobile .company-body .company-remark .remark-info {
	font-size: 8px;
	line-height: 14px;
	color: #383962
}

.uniform-company--mobile .company-body .company-category {
	margin: 40px 0
}

.uniform-company--mobile .company-body .company-category .cate-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto 0
}

.uniform-company--mobile .company-body .company-category .cate-item {
	margin-right: 24px;
	margin-bottom: 28px;
	text-align: center
}

.uniform-company--mobile .company-body .company-category .cate-item:nth-of-type(2n) {
	margin-right: 0
}

.uniform-company--mobile .company-body .company-category .cate-item img {
	width: 38.6vw
}

.uniform-company--mobile .company-body .company-category .cate-item_name {
	margin-top: 6px;
	font-size: 14px
}

.uniform-company--mobile .company-body .company-category .cate-link {
	margin-top: 10px;
	display: inline-block;
	width: 96px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-image: linear-gradient(90deg,#ffdd3a,#ffeb72);
	border-radius: 162px;
	font-size: 12px
}

.uniform-company--mobile .company-body .company-tmpl {
	padding: 43px 0 60px;
	background-color: #f7f7f7
}

.uniform-company--mobile .company-body .company-tmpl .company-subtitle {
	margin-top: 14px
}

.uniform-company--mobile .company-body .company-tmpl .tmpl-body {
	padding: 0 3%;
	display: -ms-flexbox;
	display: flex;
	margin: 30px auto;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.uniform-company--mobile .company-body .company-tmpl .tmpl-item {
	margin-bottom: 20px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.07)
}

.uniform-company--mobile .company-body .company-tmpl .tmpl-item img {
	width: 28.4vw
}

.custom-demand__main {
	padding-bottom: 0
}

.custom-demand .cd-banner {
	height: 44.8vw;
	background-size: cover
}

.custom-demand .cd-form {
	padding: 24px 14px 30px;
	background-color: #fff
}

.custom-demand .form-title {
	font-size: 18px;
	text-align: center;
	font-weight: 700
}

.custom-demand .form-body {
	margin-top: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 28px 0 hsla(0,0%,67%,.29)
}

.custom-demand .cd-service {
	margin-top: 10px;
	padding: 0 10px;
	text-align: center
}

.custom-demand .cd-service img {
	width: 100%
}

.custom-demand .cd-progress {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #f3f3f3
}

.custom-demand .cd-progress img {
	width: 81%
}

.custom-demand .ma_form_con {
	padding: 0 20px 16px;
	background-color: #fff
}

.custom-demand .maf_steps_txt {
	color: #9b9b9b;
	font-size: 11px
}

.custom-demand .cd-seo_form .cm-form_content {
	padding: 0 20px 16px;
	border-radius: 6px
}

.custom-demand .cd-seo_form .form-item {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0
}

.custom-demand .cd-seo_form .form-item span {
	margin-left: 0;
	font-weight: 400
}

.custom-demand .cd-seo_form .form-item .selText {
	right: 20px
}

.custom-demand .cd-seo_form .form-item.item--r-arrow:after {
	right: 0
}

.custom-demand .cd-seo_form .get-phone-code {
	width: 82px;
	line-height: 32px;
	height: 32px;
	font-size: 13px
}

.custom-demand .cd-seo_form .form-input {
	text-indent: 0
}

.custom-demand .cd-slider {
	padding: 30px 14px 20px;
	border-top: 10px solid #f5f5f5;
	background-color: #fff;
	text-align: center
}

.custom-demand .slider_title {
	font-size: 18px;
	font-weight: 700
}

.custom-demand .slider-body {
	margin-top: 24px
}

.custom-demand .swiper-wrapper {
	height: 380px
}

.custom-demand .swiper-wrapper img {
	vertical-align: baseline
}

.custom-demand .swiper-pagination {
	bottom: 0!important
}

.custom-demand .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #f5f5f5;
	opacity: 1
}

.custom-demand .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffdc00
}

.custom-demand .slide-title {
	position: relative;
	font-size: 15px;
	color: #4b4b4b
}

.custom-demand .slide-title:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00)
}

.custom-demand .cd-qrcode {
	padding: 30px 0 54px;
	text-align: center;
	border-top: 10px solid #f5f5f5;
	background-color: #fff
}

.custom-demand .slide-img {
	margin-top: 40px
}

.custom-demand .slide-img img {
	width: 100%
}

.custom-demand .qrcode-title {
	font-size: 18px;
	font-weight: 700
}

.custom-demand .qrcode-img {
	margin: 24px auto 0;
	width: 124px;
	height: 124px;
	background-image: url(../images/wechat_code2x-8ce943e5a8f553b0106cc5b911b8cbf5.png);
	background-size: cover
}

.custom-demand .qrcode-tips {
	margin-top: 16px
}

.custom-demand .qrcode-tohome {
	margin: 30px auto 0;
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	background-image: linear-gradient(-90deg,#ffec6b,#ffdc00)
}

.custom-demand .cd-stories {
	padding: 30px 14px;
	margin-top: 20px;
	text-align: center;
	border-top: 10px solid #f5f5f5
}

.custom-demand .cds-title {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 700
}

.custom-demand .cds-link {
	position: relative;
	color: #2176e1;
	font-size: 14px;
	text-decoration: underline
}

.custom-demand .cds-link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: #2176e1
}

.custom-demand .cds-img img {
	margin-top: 24px;
	width: 100%
}

.uniform-company-tmpls .uct-banner {
	height: 517px;
	background-size: cover;
	background-image: url("../images/1514432766054uc_banner.jpg");
	background-position: 50%
}

.uniform-company-tmpls .uct-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	line-height: 80px;
	background-color: #fff
}

.uniform-company-tmpls .uct-tab_item {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #7d7d7d;
	padding: 0 40px;
	cursor: pointer
}

.uniform-company-tmpls .uct-tab_item.active {
	color: #161616
}

.uniform-company-tmpls .uct-tab_item.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background-color: #000
}

.uniform-company-tmpls .uct-body .uct-body_item {
	display: none
}

.uniform-company-tmpls .uct-body .uct-body_item.visible {
	display: block
}

.uniform-company-tmpls .uct-body .direction-module {
	margin-top: 54px;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex
}

.uniform-company-tmpls .uct-body .item-tmpl {
	border-radius: 5px;
	overflow: hidden
}

.uniform-company-tmpls .uct-body .module1 .item-tmpl {
	margin-right: 20px;
	margin-bottom: 20px;
	height: 240px
}

.uniform-company-tmpls .uct-body .module1 .item-tmpl:nth-of-type(3),.uniform-company-tmpls .uct-body .module1 .item-tmpl:nth-of-type(6) {
	margin-right: 0
}

.uniform-company-tmpls .uct-body .module1 .tmpl--big {
	height: auto
}

.uniform-company-tmpls .uct-body .big-img-title {
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 24px;
	color: #7d7d7d;
	border-top: 1px solid #d2d2d2;
	background-color: #fff
}

.uniform-company-tmpls .uct-body .item-tmpl_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	width: 760px
}

.uniform-company-tmpls .uct-body .module2 {
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center
}

.uniform-company-tmpls .uct-body .module2 .item-tmpl-row {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

.uniform-company-tmpls .uct-body .module2 .marb-20 {
	margin-bottom: 20px
}

.uniform-company-tmpls .uct-body .module2 .big-img {
	height: 398px;
	width: 720px;
	background-color: #fff;
	text-align: center
}

.uniform-company-tmpls .uct-body .module2 .big-img img {
	height: 100%
}

.uniform-company-tmpls .uct-body .module2 .row-item {
	margin-right: 20px
}

.uniform-company-tmpls .uct-body .module2 .row-item:last-of-type {
	margin-right: 0
}

.uc-tmpls-body--mobile .main {
	padding-bottom: 70px
}

.uniform-company-tmpls--mobile .uct-banner {
	width: 100%;
	height: 48.3vw;
	background-size: cover;
	background-image: url("../images/1514625579521uc_partner--mobile.png");
	background-position: 50%
}

.uniform-company-tmpls--mobile .uct-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 44px;
	line-height: 44px;
	background-color: #fff
}

.uniform-company-tmpls--mobile .uct-tab .uct-tab_item {
	width: 25%;
	text-align: center;
	color: #9b9b9b;
	font-weight: 700
}

.uniform-company-tmpls--mobile .uct-tab .uct-tab_item.active {
	color: #161616;
	position: relative
}

.uniform-company-tmpls--mobile .uct-tab .uct-tab_item.active:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #000;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2px
}

.uniform-company-tmpls--mobile .uct-body .uct-body_item {
	margin-top: 20px;
	display: none
}

.uniform-company-tmpls--mobile .uct-body .uct-body_item.visible {
	display: block
}

.uniform-company-tmpls--mobile .uct-body .direction-module {
	margin-bottom: 10px
}

.uniform-company-tmpls--mobile .uct-body img {
	width: 100%
}

.uniform-company-tmpls--mobile .uct-body .big-img-title {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	border-top: 1px solid #d2d2d2;
	background-color: #fff
}

.uniform-company-tmpls--mobile .uct-body .module1.direction-module {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center
}

.uniform-company-tmpls--mobile .uct-body .module1 .marb-10 {
	margin-bottom: 10px
}

.uniform-company-tmpls--mobile .uct-body .module1 .item-tmpl-row {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.uniform-company-tmpls--mobile .uct-body .module1 .big-img {
	width: 190px
}

.uniform-company-tmpls--mobile .uct-body .module1 .row-item {
	margin-right: 10px
}

.uniform-company-tmpls--mobile .uct-body .module1 .row-item:last-of-type {
	margin-right: 0
}

.uniform-company-tmpls--mobile .uct-body .module1 .item-tmpl {
	width: 120px
}

.uniform-company-tmpls--mobile .uct-body .module1 .width-bot {
	width: 100px
}

.uniform-company-tmpls--mobile .uct-body .module2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center
}

.uniform-company-tmpls--mobile .uct-body .module2 .big-img {
	width: 320px
}

.uniform-company-tmpls--mobile .uct-body .module2 .tmpl--big {
	margin-bottom: 10px
}

.uniform-company-tmpls--mobile .uct-body .module2 .item-tmpl_list {
	display: -ms-flexbox;
	display: flex;
	width: 320px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uniform-company-tmpls--mobile .uct-body .module2 .item-tmpl_list .tmpl-img {
	margin-right: 9px;
	margin-bottom: 10px;
	width: 155px
}

.uniform-company-tmpls--mobile .uct-body .module2 .item-tmpl_list .tmpl-img:nth-of-type(2),.uniform-company-tmpls--mobile .uct-body .module2 .item-tmpl_list .tmpl-img:nth-of-type(4) {
	margin-right: 0
}

@media only screen and (max-width:374px) {
	.module1 .big-img {
		width: 174px!important
	}

	.module1 .item-tmpl {
		width: 110px!important
	}

	.module1 .width-bot {
		width: 91px!important
	}
}

.e-together_wrapper {
	padding-bottom: 0
}

.e-together_wrapper .main__container {
	margin-bottom: 0
}

.e-together * {
	background-size: cover;
	background-position: 50%
}

.e-together .e-together_title {
	font-size: 24px;
	font-weight: 700;
	text-align: center
}

.e-together .e-together_title--small {
	margin-top: 8px;
	font-size: 14px;
	color: #888;
	font-weight: 400
}

.e-together .e-together_btn {
	display: inline-block;
	width: 104px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #d9d9d9;
	font-weight: 700;
	transition: none
}

.e-together .e-together_btn:hover {
	background-color: #000;
	color: #fff;
	border: none
}

.e-together .container-1000 {
	margin: 0 auto;
	width: 1000px
}

.e-together .banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 470px;
	background-image: url("../images/1518407756288together_banner.jpg")
}

.e-together .tshe-step {
	margin-top: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.e-together .tshe-step .step-info {
	margin-top: 40px
}

.e-together .tshe-step .e-together_title {
	text-align: left
}

.e-together .tshe-step .e-together_title--small {
	margin-top: 4px;
	width: 122px;
	height: 16px;
	background-image: url("../images/1517913702620et-step_word.png")
}

.e-together .tshe-step .info-desc {
	margin-top: 18px;
	font-size: 14px;
	color: #888;
	letter-spacing: .3px
}

.e-together .tshe-step .step-img {
	width: 594px;
	height: 211px;
	background-image: url("../images/1517913702620et-step_img.jpg")
}

.e-together .production {
	margin-top: 100px
}

.e-together .production .production-container {
	margin-top: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.e-together .production .prod-item {
	position: relative;
	overflow: hidden;
	width: 495px;
	height: 292px
}

.e-together .production .prod-item.visible .prod-remark {
	transform: translateY(0)
}

.e-together .production .prod-price {
	position: absolute;
	left: 50px;
	top: 135px
}

.e-together .production .prod-price_name {
	color: #000;
	font-size: 18px;
	font-weight: 700
}

.e-together .production .prod-price_des {
	margin-top: 10px;
	color: #444;
	font-size: 14px
}

.e-together .production .prod-price_price {
	margin-top: 10px;
	color: #000;
	font-size: 17px;
	font-weight: 700
}

.e-together .production .prod-remark {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	transform: translateY(100%);
	padding: 20px 36px;
	position: absolute;
	width: 100%;
	height: 122px;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	font-size: 13px;
	transition: all .3s
}

.e-together .production .remark-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 700
}

.e-together .production .remark-user {
	position: relative;
	color: #bababa
}

.e-together .production .remark-user:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
	background-color: #fff;
	width: 16px;
	height: 2px
}

.e-together .production .production-more {
	margin-top: 34px;
	text-align: center
}

.e-together .template {
	margin-top: 102px
}

.e-together .template .template-more {
	margin-top: 17px;
	text-align: center
}

.e-together .template .template-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 33px
}

.e-together .template .tempalte-item {
	position: relative;
	margin-bottom: 17px;
	width: 238px;
	height: 278px;
	border: 1px solid #e8e8e8;
	background-color: #fff
}

.e-together .template .tempalte-item:hover {
	border: none;
	box-shadow: 0 10px 20px 0 hsla(0,0%,82%,.5)
}

.e-together .template .tempalte-item:hover .templ-img--hover {
	display: block
}

.e-together .template .templ-img,.e-together .template .templ-img--hover {
	width: 100%;
	height: 238px
}

.e-together .template .templ-img--hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0
}

.e-together .template .templ-info {
	height: 38px;
	padding: 0 12px;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e8e8e8;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px
}

.e-together .template .templ-name {
	color: #bababa;
	font-weight: 700
}

.e-together .template .tshe-meiqia {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: #494949;
	cursor: pointer
}

.e-together .template .tshe-meiqia:hover .meiqia-label {
	text-decoration: underline
}

.e-together .template .meiqia-icon {
	margin-right: 4px;
	width: 18px;
	height: 17px;
	background-image: url("../images/1517913702620et-customer_icon.png")
}

.e-together .remark {
	margin-top: 100px
}

.e-together .remark.container-1000 {
	width: 1001px
}

.e-together .remark .e-together_title--small {
	margin: 8px auto 0;
	width: 121px;
	height: 16px;
	background-image: url("../images/1517913702620et-remark_word.png")
}

.e-together .remark .remark-container {
	margin-top: 34px;
	position: relative
}

.e-together .remark .swiper-slide {
	margin-right: 16px;
	width: 323px
}

.e-together .remark .swiper-slide:last-of-type {
	margin-right: 0
}

.e-together .remark .remark-img_box {
	width: 323px;
	height: 285px
}

.e-together .remark .remark-info {
	padding: 0 18px;
	height: 122px;
	border: 1px solid #f0f0f0;
	font-size: 13px
}

.e-together .remark .remark-user {
	margin-top: -22px;
	display: -ms-flexbox;
	display: flex
}

.e-together .remark .user-avatar {
	margin-right: 14px;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	border: 4px solid #fff
}

.e-together .remark .user-name {
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #5a5a5a;
	font-weight: 700
}

.e-together .remark .remark-desc {
	margin-top: 12px;
	line-height: 20px;
	color: #666
}

.e-together .remark .swiper-btn {
	background-image: none;
	font-size: 50px;
	color: #a4a4a4;
	width: auto
}

.e-together .remark .swiper-button-prev {
	left: -56px
}

.e-together .remark .swiper-button-next {
	right: -56px
}

.e-together .case {
	margin-top: 100px
}

.e-together .case .e-together_title--small {
	margin: 8px auto 0;
	width: 60px;
	height: 16px;
	background-image: url("../images/1517913702620et-case_word.png")
}

.e-together .case .case-container {
	margin-top: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.e-together .case .case-column {
	width: 323px
}

.e-together .case .case-column.column1 .item1 {
	height: 208px;
	background-image: url("../images/1517913702619et-case_img01.jpg")
}

.e-together .case .case-column.column1 .item2 {
	height: 222px;
	background-image: url("../images/1517913702620et-case_img02.jpg")
}

.e-together .case .case-column.column2 .item1 {
	height: 208px;
	background-image: url("../images/1517913702620et-case_img03.jpg")
}

.e-together .case .case-column.column2 .item2 {
	height: 189px;
	background-image: url("../images/1517913702620et-case_img04.jpg")
}

.e-together .case .case-column.column3 .item1 {
	height: 470px;
	background-image: url("../images/1517913702620et-case_img05.jpg")
}

.e-together .case .case-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 14px
}

.e-together .case .case-item:last-of-type {
	margin-bottom: 0
}

.e-together .case .case-item:hover .case-title {
	transition: all .3s;
	transform: translateY(0)
}

.e-together .case .case-title {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	font-weight: 700;
	font-size: 13px
}

.e-together .together-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #313131;
	height: 100px
}

.e-together .together-footer .btn--active {
	width: 124px;
	text-align: center;
	background-image: linear-gradient(-90deg,#fff000,#ffdc00);
	border-radius: 3px;
	border: none;
	font-size: 12px
}

.e-together .together-footer .btn--active:hover {
	color: #161616;
	background-image: linear-gradient(90deg,#ffef90,#ffe34d)
}

.e-together .together-footer .footer-content {
	position: relative;
	margin-right: 66px;
	color: #fff;
	line-height: 23px;
	text-align: center
}

.e-together .together-footer .footer-content:after,.e-together .together-footer .footer-content:before {
	content: "";
	position: absolute;
	width: 17px;
	height: 15px;
	background-size: cover;
	background-image: url("../images/1517453067061sem-footer_icon.png")
}

.e-together .together-footer .footer-content:before {
	top: -10px;
	left: -20px
}

.e-together .together-footer .footer-content:after {
	transform: rotate(-180deg);
	bottom: -10px;
	right: -20px
}

.e-together_wrapper {
	padding-bottom: 0
}

.e-together_wrapper .main__container {
	margin-bottom: 0
}

.e-together--mobile * {
	background-size: cover;
	background-position: 50%
}

.e-together--mobile .e-together_title {
	font-size: 18px;
	font-weight: 700;
	text-align: center
}

.e-together--mobile .e-together_title--small {
	margin: 4px auto 0;
	font-size: 12px;
	color: #888;
	font-weight: 400
}

.e-together--mobile .container-box {
	padding: 0 15px
}

.e-together--mobile .e-together_btn {
	display: inline-block;
	width: 104px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #d9d9d9;
	font-weight: 700;
	transition: none;
	text-align: center
}

.e-together--mobile .e-together_btn:hover {
	background-color: #000;
	color: #fff
}

.e-together--mobile .banner {
	height: 200px;
	background-image: url("../images/1517984880392e-togger_banner--mobile.jpg")
}

.e-together--mobile .consult-container .ma-tips {
	margin-top: 10px;
	font-size: 12px;
	color: #e3a900
}

.e-together--mobile .consult-container .consult-box {
	margin: -62px auto 0;
	padding: 30px 20px 20px;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 29px 10px hsla(0,0%,72%,.36)
}

.e-together--mobile .consult-container .consult-side_himg {
	margin: 0 auto;
	position: relative;
	width: 234px;
	height: 41px;
	background-size: cover;
	background-image: url("../images/1517914158906consult_title.png")
}

.e-together--mobile .consult-container .ma_form_con {
	padding: 0;
	margin-top: 24px
}

.e-together--mobile .consult-container .ma_form_item {
	position: relative;
	padding: 12px;
	margin-bottom: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	height: 46px;
	line-height: 46px
}

.e-together--mobile .consult-container .ma_form_item .maf_item_sel {
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 2;
	width: 100%;
	opacity: 0
}

.e-together--mobile .consult-container .ma_form_item .maf_item_icon {
	position: absolute;
	right: 12px;
	top: 20px
}

.e-together--mobile .consult-container .ma_form_item .maf_item_icon .icon-tshe-arrow-drop-up {
	font-size: 22px
}

.e-together--mobile .consult-container .maf_item_inpt {
	height: auto;
	width: auto;
	line-height: 1.3em;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px;
	border: none
}

.e-together--mobile .consult-container .maf_item_sel_placeholder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px
}

.e-together--mobile .consult-container .get_msg__code {
	padding-left: 14px;
	border-left: 1px solid #e5e5e5;
	font-size: 13px;
	line-height: 1em
}

.e-together--mobile .consult-container .get_msg__code.waiting {
	color: #b4b4b4
}

.e-together--mobile .consult-container .js_adviser_submit {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	background-image: linear-gradient(90deg,#ffeb59,#ffdc00);
	cursor: pointer
}

.e-together--mobile .consult-container .js_adviser_submit:hover {
	background-image: linear-gradient(90deg,#ffef90,#ffe34d)
}

.e-together--mobile .consult-container .js_adviser_submit.disabled {
	border: 1px solid #e8e8e8;
	background-image: none
}

.e-together--mobile .consult-container .imgcode_wrap {
	display: none
}

.e-together--mobile .consult-container .imgcode_wrap.visible {
	position: absolute;
	margin: 0;

	padding-left: 12px;
	padding-right: 0;
	left: 0;
	top: -58px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	border: none;
	z-index: 2;
	background-color: #fff
}

.e-together--mobile .consult-container .imgcode_wrap.visible:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 20px;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	z-index: 2;
	background-color: #fff
}

.e-together--mobile .consult-container .imgcode-box {
	margin-right: 4px;
	width: 80px;
	height: 38px;
	background-color: #eee
}

.e-together--mobile .tshe-step {
	margin-top: 50px
}

.e-together--mobile .tshe-step .e-together_title--small {
	margin-top: 4px;
	width: 105px;
	height: 14px;
	background-image: url("../images/1517913702620et-step_word.png")
}

.e-together--mobile .tshe-step .step-img {
	margin-top: 16px;
	width: 100%;
	height: 44vw;
	background-image: url("../images/1517913702620et-step_img--mobile.jpg")
}

.e-together--mobile .production {
	margin-top: 60px
}

.e-together--mobile .production .production-container {
	margin-top: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.e-together--mobile .production .prod-item {
	width: 168px;
	border: 1px solid #f0f0f0
}

.e-together--mobile .production .prod-img {
	width: 100%;
	height: 166px
}

.e-together--mobile .production .prod-price {
	padding: 10px 8px;
	background-color: #fff
}

.e-together--mobile .production .prod-price_name {
	color: #000;
	font-size: 14px;
	font-weight: 700
}

.e-together--mobile .production .prod-price_des {
	margin-top: 8px;
	color: #444;
	font-size: 12px
}

.e-together--mobile .production .prod-price_price {
	margin-top: 8px;
	color: #000;
	font-size: 14px;
	font-weight: 700
}

.e-together--mobile .production .production-more {
	margin-top: 20px;
	text-align: center
}

.e-together--mobile .template {
	margin-top: 60px
}

.e-together--mobile .template .template-more {
	margin-top: 5px;
	text-align: center
}

.e-together--mobile .template .template-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px
}

.e-together--mobile .template .tempalte-item {
	position: relative;
	margin-bottom: 17px;
	width: 168px;
	border: 1px solid #e8e8e8;
	background-color: #fff
}

.e-together--mobile .template .templ-img {
	width: 100%
}

.e-together--mobile .template .templ-info {
	height: 38px;
	padding: 0 12px;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e8e8e8;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px
}

.e-together--mobile .template .templ-name {
	color: #bababa;
	font-weight: 700
}

.e-together--mobile .template .tshe-meiqia {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: #494949;
	cursor: pointer
}

.e-together--mobile .template .tshe-meiqia:hover .meiqia-label {
	text-decoration: underline
}

.e-together--mobile .template .meiqia-icon {
	margin-right: 4px;
	width: 18px;
	height: 17px;
	background-image: url("../images/1517913702620et-customer_icon.png")
}

.e-together--mobile .remark {
	margin-top: 60px
}

.e-together--mobile .remark .more-wrapper {
	display: none
}

.e-together--mobile .remark .e-together_title--small {
	width: 104px;
	height: 14px;
	background-image: url("../images/1517913702620et-remark_word.png")
}

.e-together--mobile .remark .remark-container {
	margin-top: 16px;
	position: relative
}

.e-together--mobile .remark .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 13px
}

.e-together--mobile .remark .remark-img_box {
	width: 147px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.e-together--mobile .remark .remark-info {
	padding: 12px 20px 12px 10px;
	height: 122px;
	border: 1px solid #e8e8e8;
	border-right: none;
	font-size: 13px
}

.e-together--mobile .remark .remark-user {
	display: -ms-flexbox;
	display: flex
}

.e-together--mobile .remark .user-avatar {
	margin-right: 12px;
	width: 28px;
	height: 28px;
	border-radius: 100%
}

.e-together--mobile .remark .user-name {
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #5a5a5a;
	font-weight: 700
}

.e-together--mobile .remark .remark-desc {
	margin-top: 4px;
	line-height: 17px;
	color: #666;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

.e-together--mobile .remark .remark-more {
	margin-top: 20px;
	text-align: center
}

.e-together--mobile .case {
	margin-top: 60px
}

.e-together--mobile .case .e-together_title--small {
	width: 51px;
	height: 14px;
	background-image: url("../images/1517913702620et-case_word.png")
}

.e-together--mobile .case .case-container {
	margin-top: 16px;
	height: 48vw;
	background-image: url("../images/1517913702618et-case_img--mobile.jpg")
}

.e-together--mobile .together-footer {
	padding: 0 14px;
	margin-top: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background-color: #313131;
	height: 55px
}

.e-together--mobile .together-footer span {
	font-weight: 700;
	font-size: 14px
}

.e-together--mobile .together-footer .btn--active {
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-image: linear-gradient(-90deg,#fff000,#ffdc00);
	border-radius: 3px;
	border: none;
	font-size: 12px
}

.e-together--mobile .together-footer .btn--active:hover {
	color: #161616
}

.e-together--mobile .together-footer .footer-content {
	color: #fff;
	line-height: 18px;
	font-size: 12px
}

.crafts-price {
	margin: 48px auto;
	width: 1000px
}

.crafts-price * {
	background-size: cover
}

.crafts-price .cp-title {
	text-align: center;
	font-size: 24px;
	font-weight: 700
}

.crafts-price .cp-title span {
	margin-top: 10px;
	color: #888;
	font-size: 14px;
	font-weight: 400
}

.crafts-price .cp-title .price-tips {
	font-size: 12px;
	color: #b4b4b4;
	font-weight: 400
}

.crafts-price .cp-title i {
	color: #ffcc38;
	font-style: normal;
	cursor: pointer;
	font-weight: 700
}

.crafts-price .cp-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 36px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.crafts-price .cp-content .cp-item {
	margin-bottom: 20px;
	width: 492px;
	background: #fff;
	border: 1px solid #f6f6f6;
	box-shadow: 0 2px 4px 0 hsla(0,0%,95%,.5)
}

.crafts-price .cp-content .cp-item_head {
	height: 187px
}

.crafts-price .cp-content .cp-item_list {
	padding: 38px 38px 0
}

.crafts-price .cp-content .cp-item_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 38px;
	padding-bottom: 44px;
	border-bottom: 1px dashed #e1e1e1
}

.crafts-price .cp-content .cp-item_content:last-of-type {
	padding-bottom: 0;
	border-bottom: none
}

.crafts-price .cp-content .item-content_img {
	margin-right: 35px;
	width: 124px;
	height: 140px
}

.crafts-price .cp-content .item-content_title {
	font-size: 16px;
	font-weight: 700
}

.crafts-price .cp-content .item-content_title span {
	font-size: 12px;
	color: #636363
}

.crafts-price .cp-content .item-content_desc {
	margin-top: 6px;
	font-size: 13px;
	color: #999
}

.crafts-price .cp-content .cp-level {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 14px;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2px;
	height: 24px;
	border-radius: 12px;
	background-color: #f6f6f6;
	width: 180px
}

.crafts-price .cp-content .cp-level_tab {
	padding: 0 12px;
	font-size: 12px;
	color: #333;
	height: 20px;
	line-height: 20px;
	cursor: pointer
}

.crafts-price .cp-content .cp-level_tab.active {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 hsla(0,0%,87%,.5)
}

.crafts-price .cp-content .cp-leve_price {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700
}

.crafts-price .cp-content .cp-leve_price span {
	font-size: 20px
}

.crafts-price--mobile {
	margin: 24px auto
}

.crafts-price--mobile * {
	background-size: cover
}

.crafts-price--mobile .cp-title {
	text-align: center;
	font-size: 20px;
	font-weight: 700
}

.crafts-price--mobile .cp-title span {
	display: block;
	margin-top: 4px;
	color: #888;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px
}

.crafts-price--mobile .cp-title .price-tips {
	font-size: 12px;
	color: #b4b4b4;
	font-weight: 400
}

.crafts-price--mobile .cp-title i {
	color: #ffcc38;
	font-style: normal;
	text-decoration: underline;
	font-weight: 700
}

.crafts-price--mobile .cp-content {
	margin-top: 22px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 14px
}

.crafts-price--mobile .cp-content .cp-item {
	margin-bottom: 20px;
	width: 100%
}

.crafts-price--mobile .cp-content .cp-item_head {
	height: 35vw
}

.crafts-price--mobile .cp-content .cp-item_list {
	padding-top: 24px
}

.crafts-price--mobile .cp-content .cp-item_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #e1e1e1
}

.crafts-price--mobile .cp-content .cp-item_content:last-of-type {
	padding-bottom: 0;
	border-bottom: none
}

.crafts-price--mobile .cp-content .item-content_img {
	margin-right: 25px;
	width: 124px;
	height: 140px
}

.crafts-price--mobile .cp-content .item-content_title {
	font-size: 16px;
	font-weight: 700
}

.crafts-price--mobile .cp-content .item-content_title span {
	font-size: 12px;
	color: #636363
}

.crafts-price--mobile .cp-content .item-content_desc {
	margin-top: 6px;
	font-size: 13px;
	color: #999
}

.crafts-price--mobile .cp-content .cp-level {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 14px;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2px;
	height: 24px;
	border-radius: 12px;
	background-color: #f6f6f6;
	width: 180px
}

.crafts-price--mobile .cp-content .cp-level_tab {
	padding: 0 12px;
	font-size: 12px;
	color: #333;
	height: 20px;
	line-height: 20px;
	cursor: pointer
}

.crafts-price--mobile .cp-content .cp-level_tab.active {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 hsla(0,0%,87%,.5)
}

.crafts-price--mobile .cp-content .cp-leve_price {
	margin-top: 14px;
	font-size: 13px;
	font-weight: 700
}

.crafts-price--mobile .cp-content .cp-leve_price span {
	font-size: 20px
}

.crafts-price--mobile .cp-footer {
	margin: 50px 0 84px;
	text-align: center
}

.crafts-price--mobile .cp-footer .footer-btn {
	display: inline-block;
	width: 204px;
	height: 40px;
	border-radius: 20px;
	background-color: #393939;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	font-weight: 700
}

@media screen and (max-width:320px) {
	.crafts-price--mobile .cp-item_content .item-content_img {
		height: 97px
	}
}
.sidetalk{width: 55px; position: fixed; background: #DF6F04; top: 30%; right: 0; display: none; border: 1px solid #FFF; border-radius: 3px;}
.sidetalk li{color: #FFF; font-family: "microsoft sans serif"; font-size: 16px; text-align: center; border-bottom: 1px solid #CCCCCC; cursor: pointer;  display: block;}
.sidetalk a{color: #FFF; display: block; padding: 5px;}
.sidetalk li:hover{background: #0D399B;}
.sidetalk li.men{background: #4A4A4A; }
.sidetalk li.last{border-bottom: none;}
.sidetalk li.men:hover{background: #0D399B;}
.sidetalk li a.cur{background: #0D399B;}
