* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

body {
	/*padding-top: 80px;*/
	font-size: 14px;
	background-color: #f7f8f8;
	font-family: "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif, sans-serif
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0
}

li {
	list-style: none
}

a {
	color: #333
}

a:focus, a:hover {
	color: #333;
	text-decoration: none
}

i, em {
	font-style: normal
}

video{
	max-width: 100%!important;
}

.btn-success {
	width: 120px;
	border-radius: 0;
	padding: 10px;
	background-color: #18cfaa;
	border-color: #18cfaa
}

.btn-success:active, .btn-success:focus, .btn-success:hover {
	border-color: #16c09e;
	background-color: #16c09e
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
	border-color: #16c09e;
	background-color: #16c09e
}

.header, .develop, .product, .news, .domain {
	width: 100%;
	background-color: #fff !important
}

.wrap-in-title {
	margin: 30px auto 90px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #dca548
}

.wrap-in-title h2 {
	font-size: 24px;
	padding: 20px 0
}

.wrap-in-title .line {
	width: 35px;
	margin: 0 auto;
	display: block;
	height: 0;
	border-bottom: 1px solid #ccc
}

.wrap-in-title.white {
	color: #fff
}

.wrap-in-title.white .line {
	border-bottom: 1px solid #fff
}

.wrap-in-title.green {
	margin: 30px auto;
	color: #fff;
	text-align: left;
	font-size: 18px
}

.wrap-in-title.green .line {
	margin: 0;
	width: 20px;
	border-bottom: 1px solid #17daa3
}

.pos {
	padding: 15px;
	max-width: 960px;
	margin: 10px auto;
	font-size: 14px
}

.pos span {
	color: #999
}

.pos em {
	color: #dca548
}

.page_item {
	clear: both;
	overflow: hidden
}

.page_item span, .page_item a {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	margin: 0 10px;
	color: #444;
	background-color: #ecefee
}

.page_item span:hover, .page_item a:hover {
	color: #fff;
	background-color: #dca548
}

.page_item .selected {
	color: #fff;
	background-color: #dca548
}

.page_item .prev {
	position: relative
}

.page_item .next {
	position: relative
}

.page_item .prev:before, .page_item .next:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 7px
}

.page_item .prev:before {
	border-right: 8px solid #9fa1a3;
	left: 10px
}

.page_item .next:before {
	border-left: 8px solid #9fa1a3;
	right: 10px
}

.tool {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 9999;
	display: none
}

.tool.active {
	display: block
}

.tool .icon {
	display: block;
	margin-bottom: 50px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background-color: #e6a42d;
	border-radius: 50%
}

.tool .icon img {
	display: none
}

.tool .icon:hover .img-weixin {
	display: block;
	position: absolute;
	left: -170px;
	top: -55px
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 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, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-slide {
	background-position: center;
	background-repeat: no-repeat
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 8px;
	border-radius: 4px;
	background-color: #686d71;
	margin-left: 5px;
	margin-right: 5px
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 16px;
	background-color: #dca548
}

/*old start*/
.header {
	box-shadow: 0 1px 5px #e5e5e5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999
}

.header .menu {
	overflow: hidden
}

.header .logo img {
	width: 220px;
	margin-top: 8px
}

.header .nav-tabs {
	border-bottom: none !important
}

.header .nav-tabs li {
	padding: 0 20px
}

.header .nav-tabs a {
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding: 0;
	color: #666;
	font-size: 18px;
	border: none;
	border-radius: 0
}

.header .nav-tabs a:hover::before {
	visibility: visible;
	transform: scaleX(1)
}

.header .nav-tabs a::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dca548;
	visibility: hidden;
	transform: scaleX(0);
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s
}

.header .nav-tabs a:hover, .header .nav-tabs a:focus {
	border: none;
	background: none
}

@media (max-width: 768px) {
	.header .pull-left, .header .pull-right {
		float: none !important
	}

	.header .pull-left {
		text-align: center
	}

	.header .menu {
		padding: 0
	}

	.header .nav-tabs li {
		padding: 0
	}

	.header .nav-tabs a {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		margin-left: 10px
	}

	.header .nav-tabs a::before, .header .nav-tabs a:hover::before {
		transform: scaleX(0);
		visibility: hidden !important
	}
}

/*old end*/

/*new start*/
.nav-logo {
	float: left;
	width: 220px;
	margin-top: 8px;
	overflow: hidden;
}

.nav-logo a {
	margin: 0;
	padding: 0;
}

.navbar-inverse {
	border: none;
	background-color: #fff;
	box-shadow: 0 1px 5px #e5e5e5;
}

.navbar-inverse .navbar-nav > li {
	padding: 0 20px;
}

.navbar-inverse .navbar-nav > li > a {
	width: 100%;
	line-height: 80px;
	font-size: 18px;
	color: #666;
	padding: 0;
	border: none;
	border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #666;
	border: none;
	background: none;
}

.navbar-inverse .navbar-nav a::before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #dca548;
	visibility: hidden;
	transform: scaleX(0);
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-inverse .navbar-nav a:hover::before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #999;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #999;
}

.navbar-inverse .navbar-toggle {
	border-color: #999;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse{
	border-color: #eee;
}

@media (max-width: 768px) {
	.nav-logo {
		width: 138px;
		height: 40px;
		margin-top: 5px;
	}

	.navbar-inverse .navbar-nav > li > a {
		line-height: 40px;
		font-size: 14px;
		padding: 0;
	}
}
/*new end*/

.banner {
	width: 100%;
	height: 520px;
	background-color: #272e34;
	position: relative
}

.banner .swiper-slide {
	height: 520px
}

.banner .swiper-slide .container {
	padding-left: 100px
}

.banner .swiper-slide h2 {
	margin-top: 160px;
	line-height: 48px;
	font-size: 28px;
	color: #fff
}

.banner .swiper-slide p {
	margin-top: 30px;
	max-width: 420px;
	line-height: 46px;
	font-size: 18px;
	color: #fff
}

.banner .swiper-pagination {
	bottom: 40px
}

@media (min-width: 768px) {
	.banner .swiper-slide {
		height: 520px
	}

	.banner .swiper-slide .container {
		padding-left: auto
	}
}

.develop {
	overflow: hidden
}

.develop h4 {
	color: #171717;
	font-size: 24px;
	margin: 24px auto
}

.develop p {
	display: inline-block;
	width: 170px;
	font-size: 16px;
	line-height: 2;
	color: #87949e
}

.develop .row {
	text-align: center;
	padding: 90px 0;
	margin: 0 auto
}

.develop .row > div {
	margin-bottom: 20px;
	padding-bottom: 20px
}

.develop .icon {
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 60px;
	color: #dca548;
	background-color: #faf9f7;
	border-radius: 50%
}

.develop .wrap-in-title {
	margin: 30px auto
}

.product {
	height: 620px;
	background: url(../images/operation.png) no-repeat center #000;
	overflow: hidden
}

.product h2 {
	line-height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	position: relative
}

.product .swiper-container {
	height: 372px;
	overflow: visible
}

.product .swiper-slide {
	height: 372px
}

.product .swiper-slide .container {
	width: 960px
}

.product .swiper-pagination {
	bottom: -50px
}

.product .swiper-button-white {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-size: 20px;
	top: -190px;
	opacity: .4
}

.product .swiper-button-white:hover {
	opacity: 1
}

.product .swiper-btn {
	width: 1290px;
	margin: 0 auto;
	position: relative
}

.product .swiper-button-disabled {
	opacity: .4
}

.product .swiper-pagination-bullet {
	background: #fff;
	opacity: .7
}

.product .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

.product .wrap-in-title {
	margin: 30px auto 60px
}

.product .line {
	width: 20px;
	height: 0;
	border-bottom: 1px solid #17daa3;
	position: absolute;
	left: 0;
	bottom: 0
}

.product .pro-text {
	float: right;
	width: 380px;
	height: 422px;
	color: #fff;
	transition: ease-out all .5s;
	position: relative;
	left: 0
}

.product .pro-text p {
	margin-bottom: 20px;
	width: 380px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	color: #fff
}

.product .pro-pic {
	float: left;
	width: 519px;
	height: 372px;
	color: #fff;
	transition: ease-out all .5s;
	position: relative;
	right: 0
}

.product .pro-pic img {
	width: 519px;
	height: 372px
}

.news {
	overflow: hidden;
	position: relative
}

.news img {
	max-width: 100%
}

.news .btn-success {
	display: block;
	margin: 80px auto
}

.news .thumbnail {
	margin: 0 auto 15px;
	padding: 8px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border: none;
	border-radius: 0
}

.news .thumbnail:hover {
	text-decoration: none;
	box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2)
}

.news .wrap-pic {
	width: 100%
}

.news .wrap-info {
	overflow: hidden
}

.news .head, .news .intro {
	margin: 10px auto;
	text-align: left
}

.news .head {
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	color: #2a2928;
	overflow: hidden
}

.news .intro {
	line-height: 24px;
	text-align: left;
	color: #999692;
	font-size: 14px
}

.domain img {
	width: 192px;
	height: 150px
}

.domain .head {
	height: 180px;
	background-color: #272e34;
	overflow: hidden
}

.domain .wrap-in-title {
	margin: 40px auto 0
}

.domain .wrap-in-title p {
	font-size: 14px;
	line-height: 1;
	color: #a0a2a4;
	margin: 0
}

.domain .item-wrap {
	min-height: 560px
}

.domain .item_list {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden
}

.domain .item {
	float: left;
	width: 192px;
	height: 150px;
	color: #fff;
	overflow: hidden;
	position: relative
}

.domain .shade {
	width: 100%;
	height: 100%;
	line-height: 150px;
	text-align: center;
	font-size: 20px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 1
}

.domain .intro {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #dca548
}

.domain .intro p {
	width: 80%;
	line-height: 30px;
	text-indent: 40px;
	color: #fff;
	margin: 0
}

.column {
	max-width: 1020px;
	margin: 30px auto 20px;
	padding: 0;
}

.column .col-md-4 {
	margin-bottom: 40px;
	min-height: 470px;
}

.column .cart {
	background-color: #fff;
	min-height: 465px;
}

.column .cart:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
	transition: all ease-out .2s
}

.column .cart-pic img {
	width: 100%;
    max-width: 100%;
    height: 196px;
    max-height: 196px;
}

.column .cart-intro {
	height: 265px;
	position: relative
}

.column .cart-title {
	padding: 10px 20px;
	width: 100%;
	max-height: 75px;
	line-height: 30px;
	text-align: left;
	font-size: 18px;
	color: #2a2928;
	overflow: hidden
}

.column .cart-desc {
	height: 95px;
	line-height: 24px;
	font-size: 14px;
	color: #87949e;
	margin: 10px 20px 20px
}

.column .cart-info {
	width: 90%;
	margin: 0 5%;
	padding: 15px 0;
	color: #87949e;
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0
}

.column .cart-info span {
	line-height: 30px
}

.column .cart-info .icon {
	font-size: 20px;
	color: #87949e;
	padding-right: 4px
}

.column .cart-info .pull-right {
	color: #dca548
}

.detail {
	max-width: 960px;
	padding: 40px;
	padding-top: 0;
	margin: 10px auto 100px;
	background-color: #fff;
	border: 1px solid #ebeded
}

.detail h1 {
	color: #2a2928;
	font-size: 24px;
	line-height: 40px;
}

.detail h2,
.detail h3,
.detail h4 {
	margin: 30px auto 20px;
	font-size: 20px;
}

.detail ol li{
	list-style: disc;
}

.detail ul li{
	list-style: decimal;
}

.detail .detail-resource {
	color: #dca548
}

.detail .detail-title {
	margin: 20px auto;
	overflow: hidden
}

.detail .detail-title em {
	color: #dca548
}

.detail .detail-title span {
	display: inline-block;
	margin-left: 20px;
	line-height: 25px
}

.detail .detail-title .icon {
	padding-right: 5px;
	font-size: 20px;
	color: #c9cdd4
}

.detail .detail-title .icon-rili {
	position: relative;
	top: 2px
}

.detail .detail-body {
	font-size: 16px;
	color: #272729
}

.detail .detail-body img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-top: 20px
}

.detail .detail-body p {
	line-height: 2;
	/*font-size: 16px !important;*/
	/*color: #272729 !important*/
}

.detail .detail-body b, 
.detail .detail-body div, 
.detail .detail-body span, 
.detail .detail-body strong {
	/*font-size: 16px !important;*/
	/*color: #272729 !important*/
}

.page-banner {
	text-align: center
}

.page-banner img {
	max-width: 100%
}

.page {
	max-width: 960px;
	margin: 120px auto;
	background-color: #fff;
	border: 1px solid #ebeded;
	position: relative
}

.page .page-nav {
	width: 440px;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -63px;
	z-index: 100
}

.page .page-nav a {
	float: left;
	width: 220px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	border-right: 1px solid #ebeded;
	border-top: 3px solid transparent
}

.page .page-nav a.active {
	font-weight: 600;
	border-top: 3px solid #dca548
}

.page .page-body {
	display: none;
	padding: 130px
}

.page .page-body.active {
	display: block
}

.page .page-body p {
	line-height: 2;
	font-size: 16px;
	color: #272729
}

.page .baiduMap {
	max-width: 100%;
	height: 400px;
	position: relative;
	margin-bottom: 40px
}

.system-banner {
	text-align: center
}

.system-banner img {
	max-width: 100%
}

.system {
	width: 100%;
	height: 640px;
	overflow: hidden
}

.system h2 {
	line-height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	position: relative
}

.system:nth-child(even) {
	background-color: #f7f8fa
}

.system:nth-child(odd) {
	background-color: #fff
}

.system > div {
	width: 1170px;
	margin: 110px auto 0;
	position: relative
}

.system > div > div {
	float: left;
	position: relative;
	transition: ease-out all .5s
}

.system .line {
	width: 20px;
	height: 0;
	border-bottom: 1px solid #17daa3;
	position: absolute;
	left: 0;
	bottom: 0
}

.system .ms-text {
	width: 500px;
	height: 422px;
	left: -100%
}

.system .ms-text p {
	width: 380px;
	margin-bottom: 80px;
	line-height: 30px;
	font-size: 16px;
	color: #87949e
}

.system .ms-pic {
	width: 660px;
	height: 422px;
	right: -100%
}

.system .ms-pic img {
	width: 660px
}

.system .wms-text {
	width: 500px;
	height: 422px;
	left: -100%
}

.system .wms-text p {
	width: 380px;
	margin-bottom: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #87949e
}

.system .wms-pic {
	width: 660px;
	height: 422px;
	right: -100%
}

.system .wms-pic img {
	width: 660px
}

.system .tms-text {
	width: 380px;
	height: 422px;
	margin-left: 60px;
	right: -100%
}

.system .tms-text p {
	width: 380px;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #87949e
}

.system .tms-pic {
	width: 660px;
	height: 422px;
	left: -100%
}

.system .tms-pic img {
	width: 660px
}

.system .hms-text {
	width: 380px;
	height: 422px;
	background-color: #f7f8fa;
	margin-left: 60px;
	right: -100%
}

.system .hms-text p {
	width: 380px;
	margin-bottom: 40px;
	line-height: 30px;
	font-size: 16px;
	color: #87949e
}

.system .hms-pic {
	width: 642px;
	height: 422px;
	left: -100%
}

.system .hms-pic img {
	width: 642px
}

.system .zym-text {
	width: 380px;
	height: 422px;
	left: -100%
}

.system .zym-text p {
	width: 380px;
	margin-bottom: 40px;
	line-height: 30px;
	font-size: 16px;
	color: #87949e
}

.system .zym-pic {
	width: 642px;
	height: 422px;
	margin-left: 60px;
	right: -100%
}

.system .zym-pic img {
	width: 642px
}

.footer {
	height: 140px;
	padding: 40px 0;
	text-align: center;
	background-color: #1d1d22
}

.footer p {
	color: #7d7d7f;
	line-height: 30px;
	font-size: 14px
}

.footer span {
	display: inline-block;
	margin-left: 20px
}

.footer .icon {
	margin-right: 5px
}

@media (max-width: 768px) {
	body {
		padding-top: 0
	}

	.header {
		position: static
	}

	.banner {
		height: 200px !important
	}

	.banner .swiper-slide {
		height: 200px !important;
		background-position: center
	}

	.banner .swiper-slide h2 {
		font-size: 22px !important;
		margin: 10px auto !important
	}

	.banner .swiper-slide .container {
		padding-left: 10px !important
	}

	.banner .swiper-slide p {
		line-height: 26px;
		text-indent: 2em;
		font-size: 15px;
		margin: 10px auto
	}

	.banner .swiper-pagination {
		bottom: 5px !important
	}

	.develop .row {
		padding: 10px 0 !important
	}

	.product {
		display: none !important
	}

	.wrap-in-title {
		margin: 10px auto
	}

	.news .btn-success {
		margin: 20px auto
	}

	.domain .item {
		width: 50% !important;
		height: auto !important;
		text-align: center
	}

	.domain img {
		width: 98%;
		height: 98%
	}

	.domain .intro p {
		text-indent: 1em;
		margin: 0 auto
	}

	.tool .icon-weixin {
		display: none
	}

	.footer p {
		line-height: normal
	}

	.page {
		margin: 20px auto;
		border-left: none;
		border-right: none
	}

	.page .page-nav {
		width: auto !important;
		position: static;
		border-bottom: 1px solid #ebeded
	}

	.page .page-nav a {
		width: 50% !important
	}

	.page .page-body {
		padding: 10px !important
	}

	.wrap-fluid.pos {
		text-indent: 15px
	}

	.cart-pic {
		padding: 0 1px;
		background-color: #f7f8f8
	}

	.system {
		height: auto !important;
		margin-bottom: 30px;
		overflow: hidden
	}

	.system > div {
		width: auto !important;
		margin: 20px auto !important
	}

	.system > div > div {
		float: none
	}

	.system h2 {
		text-align: center
	}

	.system .line {
		left: 50%;
		margin-left: -10px
	}

	.system .btn-success {
		display: none !important
	}

	.system .zym-text p, .system .hms-text p, .system .wms-text p, .system .tms-text p, .system .ms-text p {
		width: auto !important;
		margin-bottom: 10px;
		padding: 0 15px
	}

	.system .zym-text, .system .hms-text, .system .wms-text, .system .tms-text, .system .ms-text {
		width: auto !important;
		height: auto !important;
		margin: 10px auto !important
	}

	.system .zym-pic, .system .hms-pic, .system .wms-pic, .system .tms-pic, .system .ms-pic {
		width: auto !important;
		height: auto !important;
		margin-left: auto !important
	}

	.system .zym-pic img, .system .hms-pic img, .system .wms-pic img, .system .tms-pic img, .system .ms-pic img {
		width: 100% !important
	}

	.detail {
		margin: 0 auto !important;
    	padding: 15px !important;
	}

	.detail h1 {
		font-size: 20px !important;
		line-height: 30px !important
	}

	.detail .detail-resource {
		display: none
	}

	.detail .detail-title {
		padding: 0!important;
	}

	.detail-title .pull-right {
		display: none
	}
}

/*# sourceMappingURL=main.css.map */
