@font-face {
	font-family: 'PFDinTextPro2';
	src: url("public/assets/font/PFDinTextPro-Regular.ttf")
}

@font-face {
	font-family: 'PFDINTEXTPRO';
	src: url("public/assets/font/PFDINTEXTPRO-XTHIN.OTF")
}
@font-face {
	font-family: 'Rajdhani-Bold';
	font-weight: normal;
	font-style: normal;
	src: url('Rajdhani-Bold.ttf');
	src: local('Rajdhani-Bold'), url('Rajdhani-Bold.ttf?#iefix') format('Rajdhani-Bold'), url('Rajdhani-Bold.woff2') format('woff2'), url('Rajdhani-Bold.woff') format('woff'), url('Rajdhani-Bold.ttf') format('truetype'), url('Rajdhani-Bold.svg') format('svg');
}
html,
body {
	font-family: 'microsoft yahei', 'pingfang', '新宋体', 'SimSun' ,'Rajdhani-Bold'!important;
	color: #333;
	background: #fff !important;
	overflow-x: hidden
}

input,
textarea,
button,
select {
	font-family: 'microsoft yahei', 'pingfang', '新宋体', 'SimSun' !important
}

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

ul {
	margin-bottom: 0 !important
}

a:focus,
a:hover {
	text-decoration: none !important
}

p {
	margin: 0 !important
}

header {
	width: 100%;
	position: absolute;
	height: 110px;
	z-index: 30;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 768px) {
	header {
		display: none
	}
}

header .logo {
	display: inline-block;
	width: 400px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	margin-left: 40px;
	margin-top: 40px
}

header .logo img {
	width: 100%
}

header .logo h1 {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	text-indent: -9999em;
	font-size: 12px;
	z-index: -1;
	opacity: 0
}

header #nav-toggle-pc {
	border-radius: 50%;
	position: fixed;
	display: inline-block;
	right: 20px;
	top: 35px;
	text-align: center;
	cursor: pointer;
	width:65px;
	height:65px;
	background-color: #8fc055;
	z-index: 2
}

header #nav-toggle-pc .push {
	position: absolute;
	z-index: 0;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #8fc055;
	border-radius: 50px;
	
	/*-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: -o-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -o-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0*/
}

header #nav-toggle-pc span {
	left: 32px;
	top: 22px;
	-webkit-transform: rotate(10deg) skew(15deg);
	-moz-transform: rotate(10deg) skew(15deg);
	-ms-transform: rotate(10deg) skew(15deg);
	-o-transform: rotate(10deg) skew(15deg);
	transform: rotate(10deg) skew(15deg);
	-webkit-animation: menu 0.7s ease infinite;
	-moz-animation: menu 0.7s ease infinite;
	-o-animation: menu 0.7s ease infinite;
	animation: menu 0.7s ease infinite
}

header #nav-toggle-pc span:before {
	-webkit-animation: menu 0.7s 0.3s ease infinite;
	-moz-animation: menu 0.7s 0.3s ease infinite;
	-o-animation: menu 0.7s 0.3s ease infinite;
	animation: menu 0.7s 0.3s ease infinite
}

header #nav-toggle-pc span:after {
	-webkit-animation: menu 0.7s 0.35s ease infinite;
	-moz-animation: menu 0.7s 0.35s ease infinite;
	-o-animation: menu 0.7s 0.35s ease infinite;
	animation: menu 0.7s 0.35s ease infinite
}

header #nav-toggle-pc:hover .push {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

header #nav-toggle-pc:hover:before {
	border-bottom: 40px solid #90c156;
	border-left: 10px solid transparent
}

header #nav-toggle-pc:hover:after {
	border-top: 40px solid #90c156;
	border-right: 10px solid transparent
}

header #nav-toggle-pc:hover span,
header #nav-toggle-pc:hover span:before,
header #nav-toggle-pc:hover span:after {
	background: #fff;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

header #nav-toggle-pc span,
header #nav-toggle-pc span:before,
header #nav-toggle-pc span:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	height: 22px;
	width: 2px;
	background: #fff;
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}

header #nav-toggle-pc span:before {
	left: -8px;
	top: 1px
}

header #nav-toggle-pc span:after {
	right: -8px;
	top: -1px
}

header #nav-toggle-pc.active span {
	background: transparent;
	-webkit-transform: rotate(0) skew(15deg);
	-moz-transform: rotate(0) skew(15deg);
	-ms-transform: rotate(0) skew(15deg);
	-o-transform: rotate(0) skew(15deg);
	transform: rotate(0) skew(15deg);
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

header #nav-toggle-pc.active span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(90deg);
	left: 0;
	top: 0;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

header #nav-toggle-pc.active span:after {
	/*-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);*/
	transform: rotate(0deg);
	left: 0;
	top: 0;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

header nav {
	width: 450px;
	height: 760px;
	padding-right: 150px;
	background-color: #044864;
	position: fixed;
	z-index: 1;
	right: -700px;
	top: 0;
	padding-top: 190px;
	-webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1)
}

header nav.active {
	right: 0
}

header nav:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 760px solid #044864;
	border-left: 160px solid transparent;
	left: -160px;
	top: 0
}

header nav .item {
	display: block;
	text-align: right
}

header nav .item .stair {
	position: relative;
	font-size: 20px;
	line-height: 60px;
	color: #61b3d2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

header nav .item .stair:hover {
	color: #fff
}

header nav .item .stair.active {
	color: #fff
}

header nav .second {
	position: absolute;
	left: -260px;
	bottom: 0;
	z-index: 1;
	display: none
}

header nav .second.active {
	display: block
}

header nav .second .second-con {
	width: 235px;
	height: 500px;
	text-align: center;
	background-color: #61b3d2;
	padding-top: 40px;
	position: relative
}

header nav .second .second-con:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 500px solid #61b3d2;
	border-left: 127px solid transparent;
	left: -127px;
	top: 0
}

header nav .second .second-con:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 500px solid #61b3d2;
	border-right: 127px solid transparent;
	right: -127px;
	top: 0
}

header nav .second .second-con .second-item {
	font-size: 16px;
	line-height: 52px;
	color: #fff;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

header nav .second .second-con .second-item:hover {
	opacity: 0.7;
	color: #044864
}

header nav .second .second-con .second-item.active {
	opacity: 0.7;
	color: #044864
}

header .nav-shadow {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none
}

@keyframes move {
	0% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 0
	}
}

.ar-animated {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear
}

.ar-delay-1s {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	animation-delay: 0.1s
}

.ar-delay-2s {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s
}

.ar-delay-3s {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s
}

.ar-delay-4s {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.ar-delay-5s {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.ar-delay-6s {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s
}

.ar-delay-7s {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s
}

.ar-delay-8s {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s
}

.ar-delay-9s {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s
}

.ar-delay-10s {
	-webkit-animation-delay: 0.10s;
	-moz-animation-delay: 0.10s;
	-o-animation-delay: 0.10s;
	animation-delay: 0.10s
}

.right-fixed {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	width: 100px;
	height: 100vh;
	/*border-left: 1px solid rgba(3, 74, 103, 0.9)*/
}

@media only all and (max-width: 1024px) {
	.right-fixed {
		width: 50px
	}
}

@media only all and (max-width: 768px) {
	.right-fixed {
		display: none
	}
}

.right-fixed .search {
	margin-top: 120px;
	text-align: center;
	position: relative;
	height: 110px;
	line-height: 110px
}

.right-fixed .search .search-icon {
	width: 27px;
	cursor: pointer
}

.right-fixed .search .search-con {
	text-align: right;
	font-size: 0;
	width: 400px;
	height: 100%;
	background-color: #90c156;
	position: absolute;
	top: 0;
	right: -500px;
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1)
}

.right-fixed .search .search-con.active {
	right: 0
}

.right-fixed .search .search-con:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 110px solid #90c156;
	border-left: 28px solid transparent;
	left: -28px
}

.right-fixed .search input {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	height: 110px;
	background-color: transparent;
	font-size: 18px;
	color: #fff;
	padding-left: 10px
}

.right-fixed .search .search-icon2 {
	padding: 41px 26px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid transparent
}

.right-fixed .search .search-icon2:hover {
	border-color: rgba(255, 255, 255, 0.1)
}

.right-fixed .language {
	margin-top: 20px;
	text-align: center
}

.right-fixed .language .language-icon {
	width: 26px;
	cursor: pointer;
	padding-bottom: 13px
}

.right-fixed .language .language-con {
	position: relative;
	display: none;
	padding-top: 7px
}

.right-fixed .language .language-con:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	left: 50%;
	margin-left: -7px
}

.right-fixed .language .language-con a {
	width: 100px;
	height: 61px;
	line-height: 61px;
	display: block;
	font-size: 16px;
	color: #90c156;
	background-color: #fff
}

@media only all and (max-width: 1024px) {
	.right-fixed .language .language-con a {
		width: 50px
	}
}

.right-fixed .language .language-con a:first-child {
	border-bottom: 1px solid #e5f6f5
}

.right-fixed .mouse {
	text-align: center;
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	width: 18px;
	left: 50%;
	margin-left: -9px
}

.right-fixed .mouse .arrow-move {
	margin-top: 10px;
	display: inline-block
}

.right-fixed .mouse .arrow-move .move {
	-webkit-animation-name: move;
	-moz-animation-name: move;
	-o-animation-name: move;
	animation-name: move;
	position: relative;
	margin-bottom: 0px;
	display: block;
	font-size: 12px;
	margin-top: -5px;
	color: #fff
}

#back-top {
	position: fixed;
	right: -15px;
	bottom: 0;
	z-index: 5;
	width: 80px;
	height: 60px;
	background-color: #d9d9d9;
	/*-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);*/
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
	display: none
}

@media only all and (max-width: 1024px) {
	#back-top {
		right: -10px;
		bottom: 55px;
		z-index: 5;
		width: 56px;
		height: 42px
	}
}

@media only all and (max-width: 768px) {
	#back-top {
		bottom: 10px
	}
}

#back-top:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #96c14d;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -o-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

#back-top .img {
	/*-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);*/
	width: 10px;
	height: 15px;
	position: relative;
	margin-top: 24px;
	margin-left: 30px
}

@media only all and (max-width: 1024px) {
	#back-top .img {
		margin-top: 13px;
		margin-left: 20px
	}
}

#back-top .img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s
}

#back-top .img img.icon-hover {
	opacity: 0
}

#back-top:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

#back-top:hover .img img.icon {
	opacity: 0
}

#back-top:hover .img img.icon-hover {
	opacity: 1
}

.video-parent {
	position: fixed;
	z-index: 30;
	display: none
}

.video-parent .vjs-paused .vjs-big-play-button,
.video-parent .vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block
}

.video-parent .video-js .vjs-time-control {
	display: block
}

.video-parent .video-js .vjs-remaining-time {
	display: none
}

.video-parent .shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 6
}

.video-parent .close1 {
	position: fixed;
	z-index: 50;
	cursor: pointer;
	width: 50px
}

@media only all and (max-width: 768px) {
	.video-parent .close1 {
		display: none
	}
}

.video-parent .close1 img {
	width: 40px
}

.video-parent .close1:hover {
	opacity: 0.8
}

.video-parent #my-video {
	width: 900px;
	height: 510px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 7
}

@media only all and (max-width: 768px) {
	.video-parent #my-video {
		width: 95%;
		height: 300px
	}
}

@media only all and (max-width: 414px) {
	.video-parent #my-video {
		height: 200px
	}
}

.phoneHeader {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 30;
	display: none
}

@media only all and (max-width: 768px) {
	.phoneHeader {
		display: block
	}
}

.phoneHeader .header-top {
	height: 60px;
	width: 100%;
	background-color: green;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0
}

.phoneHeader .header-top .phone-logo {
	display: inline-block;
	width: 303px;
	margin-top: 8px;
	margin-left: 10px
}

@media only all and (max-width: 414px) {
	.phoneHeader .header-top .phone-logo {
		width: 250px;
		margin-top: 12px
	}
}

@media only all and (max-width: 320px) {
	.phoneHeader .header-top .phone-logo {
		width: 200px;
		margin-top: 16px
	}
}

.phoneHeader .header-top .phone-logo img {
	width: 100%
}

.phoneHeader .header-top #nav-toggle-phone {
	
	position: fixed;
	display: inline-block;
	right: 20px;
	top: 10px;
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #8fc055;
	/*-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);*/
	z-index: 2
}

@media only all and (max-width: 414px) {
	.phoneHeader .header-top #nav-toggle-phone {
		width: 40px;
		right: 15px;
		border-radius: 50%;
	}
}

.phoneHeader .header-top #nav-toggle-phone .push {
	border-radius: 50%;
	position: absolute;
	z-index: 0;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #8fc055;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: -o-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -o-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.phoneHeader .header-top #nav-toggle-phone span {
	left: 20px;
	top: 10px;
	/*-webkit-transform: rotate(10deg) skew(15deg);
	-moz-transform: rotate(10deg) skew(15deg);
	-ms-transform: rotate(10deg) skew(15deg);
	-o-transform: rotate(10deg) skew(15deg);
	transform: rotate(10deg) skew(15deg);*/
	-webkit-animation: menu 0.7s ease infinite;
	-moz-animation: menu 0.7s ease infinite;
	-o-animation: menu 0.7s ease infinite;
	animation: menu 0.7s ease infinite
}

@media only all and (max-width: 414px) {
	.phoneHeader .header-top #nav-toggle-phone span {
		left: 20px
	}
}

.phoneHeader .header-top #nav-toggle-phone span:before {
	-webkit-animation: menu 0.7s 0.3s ease infinite;
	-moz-animation: menu 0.7s 0.3s ease infinite;
	-o-animation: menu 0.7s 0.3s ease infinite;
	animation: menu 0.7s 0.3s ease infinite
}

.phoneHeader .header-top #nav-toggle-phone span:after {
	-webkit-animation: menu 0.7s 0.35s ease infinite;
	-moz-animation: menu 0.7s 0.35s ease infinite;
	-o-animation: menu 0.7s 0.35s ease infinite;
	animation: menu 0.7s 0.35s ease infinite
}

.phoneHeader .header-top #nav-toggle-phone:hover .push {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.phoneHeader .header-top #nav-toggle-phone:hover:before {
	border-bottom: 40px solid #00a29b;
	border-left: 10px solid transparent
}

.phoneHeader .header-top #nav-toggle-phone:hover:after {
	border-top: 40px solid #00a29b;
	border-right: 10px solid transparent
}

.phoneHeader .header-top #nav-toggle-phone:hover span,
.phoneHeader .header-top #nav-toggle-phone:hover span:before,
.phoneHeader .header-top #nav-toggle-phone:hover span:after {
	background: #fff;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

.phoneHeader .header-top #nav-toggle-phone span,
.phoneHeader .header-top #nav-toggle-phone span:before,
.phoneHeader .header-top #nav-toggle-phone span:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	height: 22px;
	width: 2px;
	background: #fff;
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}

.phoneHeader .header-top #nav-toggle-phone span:before {
	left: -5px;
	top: 1px
}

.phoneHeader .header-top #nav-toggle-phone span:after {
	right: -5px;
	top: -1px
}

.phoneHeader .header-top #nav-toggle-phone.active span {
	background: transparent;
	/*-webkit-transform: rotate(0) skew(15deg);
	-moz-transform: rotate(0) skew(15deg);
	-ms-transform: rotate(0) skew(15deg);
	-o-transform: rotate(0) skew(15deg);
	transform: rotate(0) skew(15deg);*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

.phoneHeader .header-top #nav-toggle-phone.active span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(90deg);
	left: 0;
	top: 0;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

.phoneHeader .header-top #nav-toggle-phone.active span:after {
	/*-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
	left: 0;
	top: 0;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

.phoneHeader .phone-nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	display: none
}

.phoneHeader .phone-nav .phone-nav-con {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 40px;
	width: 100%;
	z-index: 2;
	max-height: -webkit-calc(100vh - 100px);
	max-height: -moz-calc(100vh - 100px);
	max-height: calc(100vh - 100px);
	overflow-y: scroll
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs {
	width: 50%;
	height: 500px;
	padding-right: 30px;
	background-color: #044864;
	position: fixed;
	right: 0;
	top: 60px;
	padding-top: 70px;
	-webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1)
}

@media only all and (max-width: 414px) {
	.phoneHeader .phone-nav .phone-nav-con .phone-navs {
		height: 400px;
		padding-top: 40px;
		padding-right: 15px
	}
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 500px solid #044864;
	border-left: 100px solid transparent;
	left: -100px;
	top: 0
}

@media only all and (max-width: 414px) {
	.phoneHeader .phone-nav .phone-nav-con .phone-navs:before {
		border-bottom: 400px solid #044864
	}
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .stair {
	display: block;
	text-align: right;
	position: relative;
	font-size: 18px;
	line-height: 60px;
	color: #61b3d2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 414px) {
	.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .stair {
		line-height: 50px;
		font-size: 16px
	}
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .stair.active {
	color: #fff
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second {
	position: absolute;
	left: -260px;
	top: 50%;
	margin-top: -200px;
	z-index: 1;
	display: none
}

@media only all and (max-width: 414px) {
	.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second {
		margin-top: -150px;
		left: -130px
	}
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second.active {
	display: block
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second .second-con {
	background-color: #61b3d2;
	width: 260px;
	height: 400px;
	text-align: center;
	padding-top: 40px;
	position: relative;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg)
}

@media only all and (max-width: 414px) {
	.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second .second-con {
		height: 300px;
		width: 150px;
		padding-top: 20px;
		background-color: #61b3d2;
	}
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second .second-con .second-item {
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	display: block
}

@media only all and (max-width: 414px) {
	.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second .second-con .second-item {
		line-height: 36px
	}
}

.phoneHeader .phone-nav .phone-nav-con .phone-navs .item .second .second-con .second-item.active {
	opacity: 0.7
}

.phoneHeader .phone-nav .shadow {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8)
}

.phoneHeader .phone-language {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	display: none
}

.phoneHeader .phone-language .language-con {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	background-color: #fff;
	z-index: 2
}

.phoneHeader .phone-language .language-con a {
	width: 100%;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	display: block;
	text-align: center
}

.phoneHeader .phone-language .language-con a.active {
	color: #1e649f
}

.phoneHeader .phone-language .shadow {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8)
}

footer .footer-top {
	background-color: #06445e;
	padding-left: 6.7%;
	padding-right: 9.9%;
	padding-top: 40px;
	padding-bottom:30px;
	border-radius: 0 140px 0 0;
}

footer .footer-top.en {
	padding-left: 3%;
	padding-right: 3%
}

@media only all and (max-width: 768px) {
	footer .footer-top.en {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only all and (max-width: 1024px) {
	footer .footer-top {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 6%;
		padding-right: 6%;
		border-radius: 0;
	}
}

@media only all and (max-width: 768px) {
	footer .footer-top {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only all and (max-width: 414px) {
	footer .footer-top {
		padding-top: 20px;
		padding-bottom: 30px;
		border-radius: 0 !important;
	}
}

footer .footer-top .footer-nav {
	float: left;
	width: 60%;
	font-size: 0
}

footer .footer-top .footer-nav.en {
	width: 50%
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-nav.en {
		width: 100%
	}
}

@media only all and (max-width: 1650px) {
	footer .footer-top .footer-nav {
		width: 48%
	}
}

@media only all and (max-width: 1024px) {
	footer .footer-top .footer-nav {
		width: 53%
	}
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-nav {
		width: 100%
	}
}

footer .footer-top .footer-nav .item {
	display: inline-block;
	vertical-align: top;
	margin-right: 99px
}

footer .footer-top .footer-nav .item.en {
	margin-right: 20px
}

@media only all and (max-width: 1650px) {
	footer .footer-top .footer-nav .item {
		margin-right: 70px
	}
}

@media only all and (max-width: 1024px) {
	footer .footer-top .footer-nav .item {
		margin-right: 50px
	}
}

footer .footer-top .footer-nav .item:last-child {
	margin-right: 0
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-nav .item {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 15px;
		padding-bottom: 15px
	}
}

@media only all and (max-width: 414px) {
	footer .footer-top .footer-nav .item {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

footer .footer-top .footer-nav .item .stair>a {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin-bottom: 19px;
	display: inline-block
}

@media only all and (max-width: 1024px) {
	footer .footer-top .footer-nav .item .stair>a {
		font-size: 14px
	}
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-nav .item .stair>a {
		float: left;
		margin-bottom: 0;
		line-height: 30px
	}
}

footer .footer-top .footer-nav .item .stair .key {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: none
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-nav .item .stair .key {
		display: inline-block;
		float: right;
		width: 50px;
		text-align: center
	}
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-nav .item .second {
		display: none;
		margin-top: 10px
	}
}

footer .footer-top .footer-nav .item .second .second-item {
	font-size: 14px;
	line-height: 30px;
	color:rgba(255, 255, 255, 0.5);
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 1024px) {
	footer .footer-top .footer-nav .item .second .second-item {
		font-size: 12px;
		line-height: 24px
	}
}

footer .footer-top .footer-nav .item .second .second-item:hover {
	color: #fff
}

footer .footer-top .footer-img {
	width: 32%;
	float: right;
	padding-top:20px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	font-size: 0
}

@media only all and (max-width: 1440px) {
	footer .footer-top .footer-img {
		padding-top: 50px;
		padding-bottom: 50px
	}
	footer .footer-top .footer-img {
    width: 51%;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0;
}
}

@media only all and (max-width: 1024px) {
	footer .footer-top .footer-img {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-img {
		width: 100%;
		border-top: none
	}
}

@media only all and (max-width: 414px) {
	footer .footer-top .footer-img {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

footer .footer-top .footer-img .footer-logo {
	width: 360px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7%
}

@media only all and (max-width: 1440px) {
	footer .footer-top .footer-img .footer-logo {
		width: 361px
	}
}

@media only all and (max-width: 1024px) {
	footer .footer-top .footer-img .footer-logo {
		width: 200px;
		margin-right: 5%
	}
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-img .footer-logo {
		display: none
	}
}

footer .footer-top .footer-img .footer-logo img {
	width: 100%
}

footer .footer-top .footer-img .two-share {
	display: inline-block;
	vertical-align: middle
}

footer .footer-top .footer-img .two-share img {
	width: 100px
}

@media only all and (max-width: 1440px) {
	footer .footer-top .footer-img .two-share img {
		width: 80px
	}
}

@media only all and (max-width: 1024px) {
	footer .footer-top .footer-img .two-share img {
		width: 60px
	}
}

@media only all and (max-width: 768px) {
	footer .footer-top .footer-img .two-share img {
		width: 100px
	}
}

footer .footer-top .footer-img .two-share img.erweima1 {
	margin-right: 12px
}

footer .footer-bottom {
	background-color: #06445e;
	padding-left: 6.7%;
	padding-right: 9.9%;
	padding-top: 20px;
	padding-bottom: 20px
}

@media only all and (max-width: 1024px) {
	footer .footer-bottom {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 6%;
		padding-right: 6%
	}
}

@media only all and (max-width: 768px) {
	footer .footer-bottom {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px
	}
}

footer .footer-bottom .company-info {
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.3);
	float: left;
	margin-top: 10px;
	width: 60%
}

@media only all and (max-width: 1024px) {
	footer .footer-bottom .company-info {
		font-size: 12px;
		margin-top: 7px
	}
}

@media only all and (max-width: 768px) {
	footer .footer-bottom .company-info {
		width: 100%;
		float: none;
		text-align: center
	}
}

footer .footer-bottom .company-info a {
	color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

footer .footer-bottom .company-info a:hover {
	color: #fff
}

footer .footer-bottom .company-info i {
	margin-left: 10px;
	margin-right: 10px
}

footer .footer-bottom .company-info .author {
	display: inline-block;
	margin-left: 10px
}

footer .footer-bottom .share {
	float: right
}

@media only all and (max-width: 768px) {
	footer .footer-bottom .share {
		width: 100%;
		float: none;
		text-align: center
	}
}

footer .footer-bottom .share .text {
	margin-right: 26px;
	display: inline-block;
	vertical-align: middle
}

@media only all and (max-width: 1024px) {
	footer .footer-bottom .share .text {
		margin-right: 20px
	}
}

@media only all and (max-width: 768px) {
	footer .footer-bottom .share .text {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px
	}
}

footer .footer-bottom .share .text span {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #fff
}

@media only all and (max-width: 1024px) {
	footer .footer-bottom .share .text span {
		font-size: 12px;
		line-height: 24px
	}
}

footer .footer-bottom .share .share-img {
	display: inline-block;
	vertical-align: middle;
	font-size: 0
}

@media only all and (max-width: 768px) {
	footer .footer-bottom .share .share-img {
		margin-bottom: 15px
	}
}

footer .footer-bottom .share .share-img .item {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 20px
}

@media only all and (max-width: 1024px) {
	footer .footer-bottom .share .share-img .item {
		width: 35px;
		height: 35px;
		margin-right: 15px
	}
}

footer .footer-bottom .share .share-img .item:last-child {
	margin-right: 0
}

footer .footer-bottom .share .share-img .item .icon {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s
}

footer .footer-bottom .share .share-img .item .icon.icon-hover {
	opacity: 0
}

footer .footer-bottom .share .share-img .item .erweima1 {
	width: 100px;
	max-width: 100px;
	position: absolute;
	top: -110px;
	left: -31px;
	display: none;
	z-index: 5
}

footer .footer-bottom .share .share-img .item:hover .icon {
	opacity: 0
}

footer .footer-bottom .share .share-img .item:hover .icon.icon-hover {
	opacity: 1
}

footer .footer-bottom .share .share-img .item:hover .erweima1 {
	display: block
}

.loading {
	z-index: 9000;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	height: 100vh;
	background: #044864
}

.a-indicator {
	overflow: hidden;
	position: fixed;
	width: 80%;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.a-indicator_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3)
}

.a-indicator_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation-name: knight-rider;
	animation-duration: 1s;
	animation-delay: 0;
	animation-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: both
}

@keyframes knight-rider {
	0% {
		transform: translateX(-100%)
	}

	to {
		transform: translateX(100%)
	}
}

.layui-layer {
	margin-top: -50px !important;
	margin-left: -100px !important
}

.layui-layer-hui .layui-layer-content {
	padding-top: 40px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow: hidden !important
}

.overturn {
	-webkit-transform: rotate(180deg) translate3d(0, 0, 0);
	-moz-transform: rotate(180deg) translate3d(0, 0, 0);
	transform: rotate(180deg) translate3d(0, 0, 0);
	text-align: left !important;
	padding-right: 0 !important;
	padding-left: 10px !important
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes menu1 {

	0%,
	100% {
		width: 27px
	}

	25% {
		width: 22px
	}

	50% {
		width: 17px
	}

	75% {
		width: 22px
	}
}

@keyframes menu {

	0%,
	100% {
		height: 22px
	}

	25% {
		height: 20px
	}

	50% {
		height: 18px
	}

	75% {
		height: 20px
	}
}

@-webkit-keyframes swinging {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg)
	}

	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

@-moz-keyframes swinging {
	0% {
		-moz-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-moz-transform: rotate(20deg);
		transform: rotate(20deg)
	}

	100% {
		-moz-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

@-o-keyframes swinging {
	0% {
		-o-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-o-transform: rotate(20deg);
		transform: rotate(20deg)
	}

	100% {
		-o-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

@keyframes swinging {
	0% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		transform: rotate(20deg)
	}

	100% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes round {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes round {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes fadeInDown2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes fadeInDown2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes fadeInDown2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	-moz-animation-name: fadeInDown2;
	-o-animation-name: fadeInDown2;
	animation-name: fadeInDown2;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s
}

@-webkit-keyframes fadeInDown3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);
		-o-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-moz-keyframes fadeInDown3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);
		-o-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes fadeInDown3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);
		-o-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInDown3;
	-moz-animation-name: fadeInDown3;
	-o-animation-name: fadeInDown3;
	animation-name: fadeInDown3;
	-webkit-animation-duration: 2;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@keyframes fadeInDown3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-moz-transform: translateX(-50px);
		-o-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInDown3 {
	-webkit-animation-name: fadeInDown3;
	-moz-animation-name: fadeInDown3;
	-o-animation-name: fadeInDown3;
	animation-name: fadeInDown3;
	-webkit-animation-duration: 2;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

.fadeInDown32 {
	-webkit-animation-name: fadeInDown3;
	-moz-animation-name: fadeInDown3;
	-o-animation-name: fadeInDown3;
	animation-name: fadeInDown3;
	-webkit-animation-duration: 0.5;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s
}

@-webkit-keyframes quan {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-moz-keyframes quan {
	0% {
		-moz-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-o-keyframes quan {
	0% {
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1
	}

	100% {
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes quan {
	0% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-webkit-keyframes quan2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-moz-keyframes quan2 {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-o-keyframes quan2 {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes quan2 {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-webkit-keyframes suofang {

	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-moz-keyframes suofang {

	0%,
	100% {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-o-keyframes suofang {

	0%,
	100% {
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes suofang {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	50% {
		opacity: 1;
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}
}

@-moz-keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	50% {
		opacity: 1;
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}
}

@-o-keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	50% {
		opacity: 1;
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}
}

@keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	50% {
		opacity: 1;
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}
}

@keyframes cloud {

	0%,
	100% {
		-webkit-transform: translate(0, 0px) skew(15deg);
		-moz-transform: translate(0, 0px) skew(15deg);
		-o-transform: translate(0, 0px) skew(15deg);
		transform: translate(0, 0px) skew(15deg)
	}

	25% {
		-webkit-transform: translate(0, 7px) skew(15deg);
		-moz-transform: translate(0, 7px) skew(15deg);
		-o-transform: translate(0, 7px) skew(15deg);
		transform: translate(0, 7px) skew(15deg)
	}

	50% {
		-webkit-transform: translate(7px, 0px) skew(15deg);
		-moz-transform: translate(7px, 0px) skew(15deg);
		-o-transform: translate(7px, 0px) skew(15deg);
		transform: translate(7px, 0px) skew(15deg)
	}

	75% {
		-webkit-transform: translate(-7px, 0) skew(15deg);
		-moz-transform: translate(-7px, 0) skew(15deg);
		-o-transform: translate(-7px, 0) skew(15deg);
		transform: translate(-7px, 0) skew(15deg)
	}
}

.cloud {
	-webkit-animation: cloud 10s infinite;
	-moz-animation: cloud 10s infinite;
	-o-animation: cloud 10s infinite;
	animation: cloud 10s infinite
}

/*# sourceMappingURL=common.css.map */
