@charset "UTF-8";
@font-face{
	font-family: "Dancing Script";
	font-style: normal;
	font-weight: 400;

	src: url("../assets/fonts/dancingscript-regular-webfont.eot");
	src: url("../assets/fonts/dancingscript-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/dancingscript-regular-webfont.woff2") format("woff2"), url("../assets/fonts/dancingscript-regular-webfont.woff") format("woff"), url("../assets/fonts/dancingscript-regular-webfont.ttf") format("truetype"), url("../assets/fonts/dancingscript-regular-webfont.svg#dancing_script_otregular") format("svg");
}

@font-face{
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;

	src: url("../assets/fonts/montserrat-regular-webfont.eot");
	src: url("../assets/fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../assets/fonts/montserrat-regular-webfont.woff") format("woff"), url("../assets/fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../assets/fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
}

@font-face{
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;

	src: url("../assets/fonts/montserrat-bold-webfont.eot");
	src: url("../assets/fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../assets/fonts/montserrat-bold-webfont.woff") format("woff"), url("../assets/fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../assets/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
}

@font-face{
	font-family: "Open Sans Condensed";
	font-style: normal;
	font-weight: 300;

	src: url("../assets/fonts/opensans-condlight-webfont.eot");
	src: url("../assets/fonts/opensans-condlight-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/opensans-condlight-webfont.woff2") format("woff2"), url("../assets/fonts/opensans-condlight-webfont.woff") format("woff"), url("../assets/fonts/opensans-condlight-webfont.ttf") format("truetype"), url("../assets/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light") format("svg");
}

@font-face{
	font-family: "Open Sans Condensed";
	font-style: normal;
	font-weight: 700;

	src: url("../assets/fonts/opensans-condbold-webfont.eot");
	src: url("../assets/fonts/opensans-condbold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/opensans-condbold-webfont.woff2") format("woff2"), url("../assets/fonts/opensans-condbold-webfont.woff") format("woff"), url("../assets/fonts/opensans-condbold-webfont.ttf") format("truetype"), url("../assets/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold") format("svg");
}

@font-face{
	font-family: "JLinXin";
	font-style: normal;
	font-weight: 700;

	src: url("../assets/fonts/JLinXin.eot");
	src: url("../assets/fonts/JLinXin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/JLinXin.woff2") format("woff2"), url("../assets/fonts/JLinXin.woff") format("woff"), url("../assets/fonts/JLinXin.ttf") format("truetype"), url("../assets/fonts/JLinXin.svg#j_lin_xin") format("svg");
}

@font-face{
	font-family: "pingfang bold";
	font-style: normal;
	font-weight: 700;

	src: url("../assets/fonts/JLinXin.eot");
	src: url("../assets/fonts/JLinXin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/JLinXin.woff2") format("woff2"), url("../assets/fonts/JLinXin.woff") format("woff"), url("../assets/fonts/JLinXin.ttf") format("truetype"), url("../assets/fonts/JLinXin.svg#j_lin_xin") format("svg");
}

@font-face{
	font-family: "冬青黑体";
	font-style: normal;
	font-weight: 700;

	src: url("../assets/fonts/冬青黑体.otf") format("otf");
}

@font-face{
	font-family: "pingfang";
	font-style: normal;
	font-weight: 700;

	src: url("../assets/fonts/PINGFANG BOLD.TTF") format("truetype");
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html{
	font-family: "PingFang TC", -apple-system, BlinkMacSystemFont, "Microsoft Yahei", Helvetica, Arial, sans-serif;
	font-size: 625%;
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

body{
	margin: 0;
}

body *{
	box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section{
	display: block;
}

h1{
	margin: .67em 0;
	font-size: 2em;
}

h3{
	font-size: 12px;
	color: #3d3d3d;
}

figcaption,
figure,
main{
	display: block;
}

figure{
	margin: 1em 40px;
}

hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre{
	font-family: monospace, monospace;
	font-size: 1em;
}

a{
	text-decoration: none;
	background-color: transparent;

	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover{
	outline-width: 0;
}

abbr[title]{
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

b,
strong{
	font-weight: inherit;
}

b,
strong{
	font-weight: bolder;
}

code,
kbd,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn{
	font-style: italic;
}

mark{
	color: #000;
	background-color: #ff0;
}

small{
	font-size: 80%;
}

sub,
sup{
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub{
	bottom: -.25em;
}

sup{
	top: -.5em;
}

audio,
video{
	display: inline-block;
}

audio:not([controls]){
	display: none;
	height: 0;
}

img{
	border-style: none;
}

svg:not(:root){
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
}

button,
input{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"]{
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
	outline: 1px dotted ButtonText;
}

fieldset{
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend{
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress{
	display: inline-block;
	vertical-align: baseline;
}

textarea{
	overflow: auto;
}

[type="checkbox"],
[type="radio"]{
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

[type="search"]{
	outline-offset: -2px;

	-webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

::-webkit-file-upload-button{
	font: inherit;

	-webkit-appearance: button;
}

details,
menu{
	display: block;
}

summary{
	display: list-item;
}

canvas{
	display: inline-block;
}

template{
	display: none;
}

[hidden]{
	display: none;
}

p{
	font-size: 14px;
}

body{
	font: .16rem/1.2 "PingFang TC", -apple-system, BlinkMacSystemFont, "Microsoft Yahei", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #666;
	background-color: #f4f4f4;
}

a{
	color: #3d3d3d;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}

::-moz-selection{
	color: #fefefe;
	background: #99c43e;
}

::selection{
	color: #fefefe;
	background: #99c43e;
}

::-moz-selection{
	color: #fefefe;
	background: #99c43e;
}

::-webkit-selection{
	color: #fefefe;
	background: #99c43e;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 500;
	color: #3d3d3d;
}

h1{
	font-size: .4rem;
}

h2{
	font-size: .32rem;
}

h3{
	font-size: 16px;
	color: #3d3d3d;
}

h4{
	font-size: .24rem;
}

h5{
	font-size: .2rem;
}

h6{
	font-size: .16rem;
}

picture{
	display: block;
}

img{
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

@-webkit-keyframes zoomIn{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		        transform: scale3d(.3, .3, .3);
	}
	50%{
		opacity: 1;
	}
}

@keyframes zoomIn{
	0%{
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		        transform: scale3d(.3, .3, .3);
	}
	50%{
		opacity: 1;
	}
}

@-webkit-keyframes hue{
	0%{
		        filter: hue-rotate(0deg);

		-webkit-filter: hue-rotate(0deg);
	}
	to{
		        filter: hue-rotate(-360deg);

		-webkit-filter: hue-rotate(-360deg);
	}
}

@keyframes hue{
	0%{
		        filter: hue-rotate(0deg);

		-webkit-filter: hue-rotate(0deg);
	}
	to{
		        filter: hue-rotate(-360deg);

		-webkit-filter: hue-rotate(-360deg);
	}
}

p{
	font-size: 14px;
}

.list-reset,
.header .nav{
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.rounded{
	border-radius: .04rem;
}

.rounded-circle,
.footer .scroll-top{
	border-radius: 50%;
}

.clearfix::after{
	display: table;
	clear: both;
	content: "";
}

.margin-0{
	margin: 0 !important;
}

.margin-top-0{
	margin-top: 0 !important;
}

.margin-top-sm{
	margin-top: calc(var(--gap) * 3) !important;
}

.margin-top-m{
	margin-top: calc(var(--gap) * 6) !important;
}

.margin-top-l{
	margin-top: calc(var(--gap) * 8) !important;
}

.margin-top-xl{
	margin-top: calc(var(--gap) * 10) !important;
}

.margin-bottom-0{
	margin-bottom: 0 !important;
}

.margin-bottom-sm{
	margin-bottom: calc(var(--gap) * 3) !important;
}

.margin-bottom-m{
	margin-bottom: calc(var(--gap) * 6) !important;
}

.margin-bottom-l{
	margin-bottom: calc(var(--gap) * 8) !important;
}

.margin-bottom-xl{
	margin-bottom: calc(var(--gap) * 10) !important;
}

.text-success{
	color: #5cb85c !important;
}

.text-warning{
	color: #f0ad4e !important;
}

.text-danger{
	color: #d9534f !important;
}

.text-center{
	text-align: center !important;
}

.text-left{
	text-align: left !important;
}

.text-right{
	text-align: right !important;
}

.text-justify{
	text-align: justify !important;
}

.text-nowrap{
	white-space: nowrap !important;
}

.text-uppercase{
	text-transform: uppercase !important;
}

.text-light{
	font-weight: 300 !important;
}

.text-regular{
	font-weight: 400 !important;
}

.text-semibold{
	font-weight: 600 !important;
}

.text-bold{
	font-weight: 700 !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.hiddden{
	display: none;
}

p{
	font-size: 12px;
}

body{
	min-width: 1024px;
}

.global-width{
	width: 1024px;
	padding: 0 12px;
	margin: 0 auto;
}

.relative{
	position: relative;
}

.hidden{
	display: none;
}

.header{
	padding: 10px 0;
	background-color: #fff;
}

.header h1{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: .16rem;
}

.header .logo-container .logo{
	float: left;
	width: .4rem;
	height: .6rem;
}

.header .logo-container .logo img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.header .logo-container .company{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #000;
}

.header .logo-container .ch-name{
	display: block;
	font-family: "JLinXin";
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 5px;
}

.header .logo-container .eg-name{
	display: block;
	font-size: 12px;
}

.header .nav{
	margin-top: 4px;
	margin-bottom: 4px;
}

.header .nav li{
	display: inline-block;
	padding: .16rem .26rem .1rem;
	text-align: center;
	-webkit-transition: all 2s ease-out;
	        transition: all 2s ease-out;
}

.header .nav li a{
	display: block;
	padding: .02rem 0;
	font-size: 16px;
	border-bottom: .02rem solid transparent;
}

.header .nav li a.active,
.header .nav li a:hover{
	color: #1787fe;
	border-bottom-color: #1787fe;
}

.main{
	min-width: 1024px;
	min-height: 640px;
}

.footer{
	color: #666;
}

.footer .inner{
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}

.footer .inner .relative{
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer .text p{
	font-size: 14px;
}

.footer .text p span{
	margin-right: 5px;
	margin-left: 5px;
}

.footer .qr-code{
	position: absolute;
	right: .6rem;
	bottom: .05rem;
}

.footer .qr-code p{
	font-size: 13px;
	color: #000;
}

.footer .scroll-top{
	position: fixed;
	right: var(--container-padding);
	bottom: .2rem;
	z-index: 4000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: .4rem;
	height: .4rem;
	color: #fefefe;
	background-color: #000;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer .scroll-top:hover{
	background-color: #99c43e;
}

.footer .scroll-top .icon-scroll-top{
	width: .14rem;
	height: .14rem;
}

p{
	font-size: 14px;
}

.widget > .title{
	padding-bottom: .2rem;
	margin-bottom: .2rem;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: .3rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: url(../assets/images/style/widget-title-bg.png) no-repeat bottom center;
}

.widget .img-wrap{
	width: 100%;
	height: auto;
}

.widget .img-wrap img{
	width: 100%;
	height: 100%;
}

.icon{
	display: inline-block;
	width: .32rem;
	height: .32rem;
	vertical-align: middle;

	fill: currentColor;
	stroke: currentColor;
	stroke-width: 0;
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container{
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide{
	float: left;
}

.swiper-container-vertical > .swiper-wrapper{
	    flex-direction: column;

	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.swiper-wrapper{
	position: relative;
	z-index: 1;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	        transition-property: -webkit-transform;
	        transition-property:         transform;
	        transition-property:         transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper{
	-webkit-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;
	    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper{
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-slide{
	position: relative;
	width: 100%;
	height: 100%;

	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide{
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper{
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	        transition-property: height, -webkit-transform;
	        transition-property:         transform, height;
	        transition-property:         transform, height, -webkit-transform;

	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.swiper-container .swiper-notification{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
	pointer-events: none;
	opacity: 0;
}

.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%;
	z-index: 10;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	pointer-events: none;
	cursor: auto;
	opacity: .35;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	right: auto;
	left: 10px;
	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");
}

.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{
	right: 10px;
	left: auto;
	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");
}

.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;
	z-index: 10;
	text-align: center;
	-webkit-transition: .3s;
	        transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.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{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 100%;
	opacity: .2;
}

button.swiper-pagination-bullet{
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet{
	background: #fff;
}

.swiper-pagination-bullet-active{
	background: #007aff;
	opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active{
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active{
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets{
	top: 50%;
	right: 10px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
	margin: 5px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}

.swiper-pagination-progress{
	position: absolute;
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progress .swiper-pagination-progressbar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #007aff;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}

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

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

.swiper-pagination-progress.swiper-pagination-white{
	background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{
	background: #000;
}

.swiper-container-3d{
	-webkit-perspective: 1200px;
	     -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;
	        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;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left{
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image:         linear-gradient(to left, rgba(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, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image:         linear-gradient(to right, rgba(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, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image:         linear-gradient(to top, rgba(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, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image:         linear-gradient(to bottom, rgba(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{
	z-index: 1;
	pointer-events: none;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.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;
	        backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide{
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide{
	-webkit-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;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	        filter: blur(50px);
	opacity: .6;

	-webkit-filter: blur(50px);
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide{
	pointer-events: none;
	-webkit-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{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg{
	max-width: 100%;
	max-height: 100%;

	object-fit: contain;
}

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

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

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

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

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

.swiper-lazy-preloader{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	margin-left: -21px;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	        animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after{
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	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-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
}

.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%{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.aboutactive{
	margin-top: 20px;
	margin-bottom: 20px;
}

.aboutactive .article{
	position: relative;
	padding: 20px 20px 56px;
	margin-bottom: .2rem;
	margin-left: 80px;
	background-color: #fff;
}

.aboutactive .article .content{
	padding: 0 20px;
}

.aboutactive .date{
	position: absolute;
	top: 0;
	left: -80px;
	display: block;
	width: 80px;
	height: 80px;
	padding: 2px 2px;
	background: #ccc;
}

.aboutactive .date span{
	display: block;
	margin-top: 16px;
	font-size: 18px;
	line-height: 13px;
	color: #fff;
}

.aboutactive h3{
	margin-bottom: 10px;
	font-size: 18px;
	color: #1787fe;
}

.aboutactive time{
	display: block;
	margin-bottom: 27px;
	font-size: 14px;
}

.aboutactive .para{
	line-height: 32px;
	text-indent: 31px;
}

.aboutactive .poem p{
	margin-top: 22px;
	margin-bottom: 22px;
	font-size: 16px;
}

.aboutactive .poem + .poem{
	margin-top: 28px;
}

.aboutactive .readMore{
	display: block;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #1787fe;
	text-align: center;
}

.article .img-wrap .picture{
	display: inline-block;
	height: 424px;
}

.article .img-wrap img{
	height: 100%;
}

.businesscard{
	padding: 20px 20px 56px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.businesscard .img-wrap img{
	width: initial;
}

.limited-height{
	max-height: 22px;
	overflow: hidden;
}

.aboutus{
	padding: 18px 40px 60px;
	margin-top: 20px;
	margin-bottom: 70px;
	background: #fff;
}

.aboutus h3{
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 16px;
}

.aboutus p{
	margin-top: 14px;
	margin-bottom: 0;
	line-height: 38px;
	text-indent: 24px;
}

.aboutus p + p{
	margin-top: 0;
}

.left-banner,
.right-banner{
	width: calc(50% - 4px);
}

.left-banner{
	padding-right: 28px;
}

.right-banner{
	padding-left: 15px;
}

.introduction{
	padding: 28px 20px 38px;
	margin-top: 20px;
	margin-bottom: 78px;
	background: #fff;
}

.introduction h3{
	margin-bottom: 10px;
	color: #1787fe;
	text-indent: 7px;
}

.introduction p{
	position: relative;
	padding-left: 82px;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 22px;
}

.introduction p label{
	position: absolute;
	left: 0;
	display: inline-block;
	padding: 0 9px;
	margin-right: 10px;
	color: #3d3d3d;
	border: 1px solid #d5d5d5;
	border-radius: 18px;
}

.company-intro h3{
	font-size: 18px;
}

.company-intro p{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
}

.diving{
	display: inline-block;
	margin-top: 18px;
}

span.BMap_Marker.BMap_noprint{
	background: url("/assets/images/mapMaker.png") no-repeat center !important;
	background-size: 16px 25px !important;
}

.sitemap{
	padding-top: 35px;
}

.sitemap img{
	max-width: initial;
}

.sitemap img[src*="close.gif"],
.sitemap img[src*="iws3.png"]{
	display: none;
}

.sitemap .pop > div{
	display: none;
}

.sitemap .pop > div:nth-child(8),
.sitemap .pop > div:nth-child(9){
	display: block;
}

.sitemap .pop > div:nth-child(8){
	width: 0 !important;
	height: 0 !important;
	margin-top: 19px;
	overflow: hidden;
	border: solid transparent;
	border-width: 0 0 28px 20px;
	border-left-color: rgba(0, 0, 0, .75);
}

.sitemap .pop > div:nth-child(9){
	height: auto !important;
	padding: 18px 0 18px 15px;
	margin: 10px 0 0 93px;
	color: #fff;
	background: rgba(0, 0, 0, .75);
}

.sitemap .BMap_bubble_content{
	margin-left: 12px;
	font-size: 14px;
	line-height: 1.8;
}

.product-detail{
	padding: 0 50px 38px 50px;
	margin-top: 20px;
	margin-bottom: 80px;
	background: #fff;
}

.product-detail .img-wrap{
	padding-top: 20px;
}

.product-detail h3{
	margin-top: 20px;
	margin-bottom: 10px;
}

.product-detail .aboutGame{
	min-height: 100px;
}

.widget-product{
	margin-bottom: 50px;
}

.widget-product .global-width{
	background-color: #f4f4f4;
}

.widget-product .title{
	margin-top: 40px;
	margin-bottom: 40px;
}

.widget-product h2{
	margin-bottom: 8px;
	font-size: 22px;
	color: #1787fe;
}

.widget-product h3{
	font-size: 16px;
	color: #3d3d3d;
}

.widget-product .product-container{
	margin-right: -10px;
	margin-left: -10px;
}

.widget-product .product-wrap{
	float: left;
	width: calc(25% - 20px);
	padding-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	background-color: #fff;
}

.widget-product .product-wrap .product-img{
	position: relative;
	display: block;
}

.widget-product .product-wrap .product-img:hover .img-tip{
	display: block;
}

.widget-product .product-wrap .product-img .img-tip{
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	text-indent: 12px;
	background-color: #1787fe;
}

.widget-product .product-wrap .product img{
	width: 100%;
}

.widget-product .product-wrap .text{
	min-height: 68px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
}

.widget-product .product-wrap .text h3{
	margin: 10px 0 4px;
	font-size: 14px;
}

.widget-product .product-wrap .text p{
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 14px;
	color: #909090;
}

.widget-product .product-wrap .text p:nth-of-type(1){
	margin-top: 10px;
}

.widget-product .product-wrap .text p:nth-of-type(2){
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.widget-slider .inner{
	position: relative;
}

.widget-slider:hover .swiper-button-prev,
.widget-slider:hover .swiper-button-next{
	display: block;
}

.widget-slider .swiper-slide{
	width: 100% !important;
}

.widget-slider .swiper-slide a{
	display: block;
	height: 100%;
}

.widget-slider .swiper-slide img{
	width: 100%;
	height: 100%;
}

.widget-slider .global-width{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.widget-slider .swiper-button-prev,
.widget-slider .swiper-button-next{
	position: absolute;
	display: none;
	width: .5rem;
	height: .5rem;
}

.widget-slider .swiper-button-prev{
	left: 11%;
	background: url(../assets/uploads/slider/2.png) no-repeat center;
}

.widget-slider .swiper-button-prev:hover{
	background: url(../assets/uploads/slider/4.png) no-repeat center;
}

.widget-slider .swiper-button-next{
	right: 11%;
	background: url(../assets/uploads/slider/1.png) no-repeat center;
}

.widget-slider .swiper-button-next:hover{
	background: url(../assets/uploads/slider/3.png) no-repeat center;
}

.widget-slider .swiper-pagination{
	display: none;
}

.widget-slider .swiper-pagination-bullet{
	background-color: #fefefe;
	opacity: 1;
}

.widget-slider .swiper-pagination-bullet-active{
	background-color: #03a9f4;
}

.widget-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.widget-slider .swiper-container-horizontal .swiper-pagination-custom,
.widget-slider .swiper-container-horizontal .swiper-pagination-fraction{
	bottom: 30px;
}

.widget-welcome .graphic-list{
	padding: .1rem 0;
}

.widget-welcome .graphic-list .item{
	position: relative;
	display: block;
	margin: .1rem 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}

.widget-welcome .graphic-list .img-holder{
	height: 2.4rem;
}

.widget-welcome .graphic-list .img-holder img{
	width: 100%;
	height: 100%;
}

.widget-welcome .graphic-list .text-holder{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	padding: .05rem .1rem;
	color: #fefefe;
	background-color: rgba(0, 0, 0, .8);
}

.widget-welcome .graphic-list .text-holder .title{
	margin-bottom: 0;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 300;
}

.widget-welcome .graphic-list .text-holder p{
	margin: .03rem 0;
	font-size: .12rem;
	color: #999;
}

@media (min-width: 768px){
	.widget-welcome .graphic-list .item:hover .img-holder{
		-webkit-transform: translateY(-.3rem);
		        transform: translateY(-.3rem);
	}
	.widget-welcome .graphic-list .item:hover .text-holder{
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.widget-welcome .graphic-list .img-holder{
		-webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
		        transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
		        transition:         transform .6s cubic-bezier(.19, 1, .22, 1);
		        transition:         transform .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
	}
	.widget-welcome .graphic-list .text-holder{
		background-color: #282727;
		-webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
		        transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
		        transition:         transform .6s cubic-bezier(.19, 1, .22, 1);
		        transition:         transform .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}

@media (min-width: 768px){
	.widget-welcome .graphic-list{
		padding: .25rem 0;
	}
}
/*# sourceMappingURL=app.css.map */
