@charset "utf-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

#bsWXBox {
	box-sizing: content-box;
}

ul {
	list-style: none;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100px;
}

body {
	font-family: 'Microsoft YaHei', arial;
	font-size: .14rem;
	color: #666666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #666666;
}

a:hover,
a:active,
a:focus {
	color: #666666;
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0;
	color: #666666;
	outline: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='text'],
select,
button {
	-webkit-appearance: none;
}

input,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: #ffffff;
}

:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ffffff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

/*图片垂直水平居中*/
.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pic img {
	transition: 0.5s;
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 14.4rem;
}

#container {
	overflow: hidden;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80;
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666666;
}

.prompt span a {
	text-decoration: underline;
}

.prompt .prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer;
}

.translation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

#privacyPopup1 {
	z-index: 10000;
	position: fixed;
	width: 800px;
	background: #fff;
	border: 4px solid rgba(0, 0, 0, 0.15);
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#privacyPopup1 .dialog_header {
	width: 100%;
	position: relative;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f3;
}

#privacyPopup1 .dialog_header .title {
	width: 100%;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
}

#privacyPopup1 .dialog_header .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #c5c5c5;
	cursor: pointer;
}

#privacyPopup1 .privacy_policy_title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#privacyPopup1 .p-1 {
	font-size: 20px;
}

#privacyPopup .p-2 {
	font-size: 16px;
}

#privacyPopup1 .privacy_content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 480px;
	padding: 20px 30px;
	overflow: auto;
}

#privacyPopup1 .privacy_footer {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

#privacyPopup1 .close_btn {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	min-width: 200px;
	height: 40px;
	background: #0060b0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

@media (max-width: 768px) {
	#privacyPopup1 {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.top1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1212;
	transition: 0.7s;
	/* background: #fff; */
}

.header {
	height: 0.85rem;
	width: 100%;
	z-index: 777;
	transition: 0.7s;
	position: relative;
	background: rgba(255,255,255,0.5);
}

.headerfix {
	background: #fff;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.header .container {
	width: 100%;
	padding: 0 0 0 1.80rem;
}

.header .logo {
	padding: 0;
	float: left;
	margin-top: 0.25rem;
}

.header .logo a {
	display: block;
	position: relative;
}

.header .logo a img {
	display: inline-block;
	vertical-align: top;
	width: 2.14rem;
	z-index: 5;
	transition: 0.5s;
}

.header .header-right {
	float: right;
}

.header .header-right .header-search {
	float: right;
	padding-left: .25rem;
	width: 1.9rem;
	/* background-image: linear-gradient(45deg, #8ec31f, #0066cb);
	background: #0060b0\9; */
	/*搜索*/
}

.header .header-right .header-search .pull-right {
	width: 23px;
	position: relative;
	z-index: 778;
}

.header .header-right .header-search .pull-right a {
	display: block;
	overflow: hidden;
}

.header .header-right .header-search .pull-right a .iconfont {
	font-size: .20rem;
	color: #3d3a3a;
	line-height: 0.85rem;
	vertical-align: top;
}

.header .header-right .header-search .pull-right a .icon-chahao {
	display: none;
}

.header .header-right .header-search .pull-right .active .icon-chahao {
	display: block;
}

.header .header-right .header-search .pull-right .active .icon-fangdajing {
	display: none;
}

.header .header-right .header-search .search .search-main {
	top: 0;
	right: 0;
	z-index: 777;
	width: 100%;
	display: none;
	position: absolute;
	background: #fff;
	padding: 0 0.9rem;
}

.header .header-right .header-search .search .search-main .iconfont {
	font-size: .20rem;
	color: #3d3a3a;
	line-height: 0.85rem;
	position: absolute;
	top: 0;
	left: 1rem;
}

.header .header-right .header-search .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 0.16rem;
	color: #3d3a3a;
	height: 0.45rem;
	vertical-align: top;
	padding: 0 0.5rem;
	margin: .2rem auto;
	-webkit-appearance: none;
	background: #eaeaea;
}

.header .header-right .header-search .btn {
	top: 0;
	border: 0;
	right: 0;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: absolute;
}

.header .header-right .header-search .btn .iconfont {
	font-size: 20px;
	color: #0060b0;
}

.header .header-right .lan {
	float: right;
	position: relative;
}

.header .header-right .lan a {
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #3d3a3a;
	cursor: pointer;
	line-height: 0.85rem;
	height: 0.85rem;
	font-size: 0.16rem;
	padding: 0 0.23rem;
}

.header .header-right .lan a .iconfont {
	font-size: 0.24rem;
	margin-right: 0.05rem;
	vertical-align: middle;
}

.header .header-right .phone {
	float: right;
	font-family: "Oswald-Bold";
	margin-right: .4rem;
	line-height: .85rem;
}

.header .header-right .phone .iconfont {
	font-size: 0.26rem;
	vertical-align: top;
	display: inline-block;
}

.header .header-right .phone a {
	font-size: .3rem;
	color: #0060b0;
	display: block;
}

.header .header-right .menu {
	float: right;
	position: relative;
	width: 36px;
	height: 36px;
	margin-top: 12px;
	display: none;
}

.header .header-right .menu .navPhoneBtn {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	text-align: right;
}

.header .header-right .menu .navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
}

.header .header-right .menu .navPhoneBtn span:last-child {
	margin-bottom: 0;
}

.header .header-right .menu a {
	display: block;
}

.header .header-right .menu a svg {
	width: 30px;
	margin-top: 15px;
	fill: #0060b0;
	vertical-align: middle;
	transform: rotate(180deg);
}

@media(min-width:1025px) {
	.header:hover {
		background: #fff;
	}

	.header:hover {
		background: #fff;
	}
}

.nav {
	float: right;
	margin-right: 0.5rem;
}

.nav ul li {
	text-align: center;
	float: left;
	margin-left: 0.25rem;
}

.nav ul li a {
	display: inline-block;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.85rem;
	position: relative;
}

.nav ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 0.03rem;
	background-color: #0060b0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}

.nav ul li .iconfont {
	display: inline-block;
	vertical-align: text-bottom;
	color: #333333;
	margin-left: 0.08rem;
	font-size: 0.16rem;
}

.nav ul li .subnav {
	position: absolute;
	top: 0.85rem;
	left: 0;
	display: none;
	width: 100%;
	padding: 0.1rem 0;
	background: #fff;
	border-top: 1px solid #e4e4e4;
}

.nav ul li .subnav .container {
	width: 14.4rem;
	padding: 0;
}

.nav ul li .subnav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 68%;
}

.nav ul li .subnav ul li {
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: left;
}

.nav ul li .subnav ul li a {
	position: relative;
	font-size: .20rem;
	line-height: 0.57rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	display: block;
	color: #001d33;
}

.nav ul li .subnav ul li a .iconfont {
	font-size: 0.26rem;
	margin: 0;
	vertical-align: top;
	margin-right: 0.05rem;
	color: #000;
}

.nav ul li .subnav ul li a:after {
	display: none !important;
}

@media (min-width: 1025px) {
	.nav ul li .subnav ul li a:hover {
		color: #0060b0;
	}

	.nav ul li .subnav ul li a:hover .iconfont {
		background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.nav ul li .subnav ul li ul {
	width: 100%;
	float: none;
}

.nav ul li .subnav ul li ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.nav ul li .subnav ul li ul li a {
	line-height: 0.36rem;
	height: 0.36rem;
	font-weight: normal;
	font-size: 0.16rem;
	color: #001d33;
	padding-left: 30px;
	position: relative;
}

.nav ul li .subnav ul li ul li a:before {
	font-family: "iconfont" !important;
	content: "\e6c9";
	display: block;
	position: absolute;
	left: 0.05rem;
	top: 0;
	line-height: 0.36rem;
	width: 0.3rem;
	font-size: 0.14rem;
	color: #c2c2c2;
}

@media (min-width: 1025px) {
	.nav ul li .subnav ul li ul li a:hover {
		color: #0060b0;
	}

	.nav ul li .subnav ul li ul li a:hover:before {
		color: #0060b0;
	}
}

.nav ul li .subnav .img {
	float: right;
	width: 27%;
}

.nav ul li .subnav1 {
	position: absolute;
	top: 0.85rem;
	left: 0;
	display: none;
	width: 100%;
	padding: 0.45rem 0;
	background: #fff;
	border-top: 1px solid #e4e4e4;
}

.nav ul li .subnav1 .container {
	width: 14.4rem;
	padding: 0;
}

.nav ul li .subnav1 ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.nav ul li .subnav1 ul li {
	margin: 0;
	padding: 0;
	width: 14.28571429%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.nav ul li .subnav1 ul li:after {
	content: '';
	display: block;
	width: 0.01rem;
	height: 0.17rem;
	background: #e8e8e8;
	position: absolute;
	top: 40%;
	right: 0;
}

.nav ul li .subnav1 ul li a {
	position: relative;
	font-size: .18rem;
	line-height: 0.37rem;
	padding: 0 10px;
	font-weight: normal;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #001d33;
}

.nav ul li .subnav1 ul li a .iconfont {
	font-size: 0.26rem;
	margin: 0;
	margin-right: 0.05rem;
	color: #000;
	display: block;
	text-align: center;
	width: 100%;
}

.nav ul li .subnav1 ul li a:after {
	display: none !important;
}

@media (min-width: 1025px) {
	.nav ul li .subnav1 ul li a:hover {
		color: #0060b0;
	}

	.nav ul li .subnav1 ul li a:hover .iconfont {
		background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.nav ul li .subnav1 ul li:nth-last-child(1):after {
	display: none;
}


.nav ul li .subnav2 {
  position: absolute;
  display: none;
  width: 140px;
  background: #fff;
  left: 50%;
  margin-left: -70px;
}
.nav ul li .subnav2 ul {
	margin: 0;
	padding: 0;
}

.nav ul li .subnav2 ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	/* margin-bottom: 0.25rem; */
	text-align: center;
}

.nav ul li .subnav2 ul li a {
	position: relative;
	font-size: .16rem;
	line-height: 0.57rem;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/* font-weight: bold; */
	color: #001d33;
}


.nav ul li .subnav2 ul li a .iconfont {
	font-size: 0.24rem;
	margin: 0;
	vertical-align: top;
	margin-right: 0.05rem;
	color: #000;
}

.nav ul li .subnav2 ul li a:after {
	display: none !important;
}

@media (min-width: 1025px) {
	.nav ul li .subnav2 ul li a:hover {
		color: #0060b0;
		font-weight:normal;
	}

	.nav ul li .subnav2 ul li a:hover .iconfont {
		background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.nav ul li .subnav2 ul li ul {
	width: 100%;
	float: none;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	padding-bottom: 0.25rem;
}

.nav ul li .subnav2 ul li ul li {
	width: auto;
	float: left;
	max-width: 14.28571429%;
	margin: 0;
	padding: 0;
	margin-right: 0.3rem;
}

.nav ul li .subnav2 ul li ul li a {
	line-height: 0.36rem;
	height: 0.36rem;
	font-weight: normal;
	font-size: 0.16rem;
	color: #001d33;
	position: relative;
}

.nav ul li .subnav2 ul li ul li a .pic {
	width: 0.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.05rem;
}

.nav ul li .subnav2 ul li ul li a .pic .ph {
	display: none;
}

@media (min-width: 1025px) {
	.nav ul li .subnav2 ul li ul li a:hover {
		color: #0060b0;
	}

	.nav ul li .subnav2 ul li ul li a:hover:before {
		color: #0060b0;
	}

	.nav ul li .subnav2 ul li ul li a:hover .pic .ph {
		display: block;
	}

	.nav ul li .subnav2 ul li ul li a:hover .pic .p {
		display: none;
	}
}

.nav ul li:hover>a {
	color: #0060b0;
	font-weight: bold;
}

.nav ul li:hover a:after {
	width: 100%;
}

.nav ul .active>a {
	color: #0060b0;
	font-weight: bold;
}

.nav ul .active a:after {
	width: 100%;
}

.nav ul li#jszc{
	position:relative;
}

#menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 9999;
	height: 100%;
	transition: 0.5s;
	overflow: auto;
	padding: 60px 15px;
}

#menu ul {
	overflow: hidden;
	padding: 0 20px;
}

#menu ul li {
	position: relative;
}

#menu ul li a {
	font-size: 18px;
	color: #000;
	display: block;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

#menu ul li i {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	color: #0060b0;
	text-align: center;
}

#menu ul li ul {
	display: none;
	padding: 10px 0;
}

#menu ul li ul li a {
	font-size: 15px;
	line-height: 40px;
	color: #333;
	border: 0;
	font-weight: normal;
}

#menu ul li ul li:before {
	display: none;
}

#menu ul li ul ul {
	display: block;
	padding: 0 10px;
}

#menu ul li ul ul li a {
	font-size: 14px;
	color: #666;
}

#menu ul .active i:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu ul li:nth-child(1):before {
	display: none;
}

#menu .close {
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	right: 20px;
	top: 14px;
	border-radius: 50%;
	background-size: 24px;
}

#menu .close .iconfont {
	font-size: 30px;
	color: #333;
}

#menu.show1 {
	right: 0;
}

.phone-nav {
	position: fixed;
	right: 15px;
	top: 0;
	line-height: 60px;
	display: none;
	z-index: 15;
}

.phone-nav svg {
	width: 31px;
	fill: #fff;
	vertical-align: middle;
}

.in-vid__guide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.banner {
	color: #fff;
	text-align: center;
}

.banner .banner-hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 6;
	transform: translateY(-50%);
	padding-top: 0.85rem;
}

.banner .banner-hover .bt {
	font-weight: bold;
	font-size: .70rem;
	line-height: .72rem;
	color: #f1f8ff;
	text-shadow: 0rem 0rem 0.12rem 0rem rgba(31, 53, 64, 0.53);
}

.banner .banner-hover .span {
	font-size: .28rem;
	line-height: .72rem;
	letter-spacing: .06rem;
	color: #f1f8ff;
	text-shadow: 0rem 0rem 0.12rem 0rem rgba(31, 53, 64, 0.53);
}

.banner video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.banner .img2{display: none}

.bg {
	padding-top: 100vh;
	position: relative;
	z-index: 300;
	background-size: cover;
	background-position: center center;
}

.section {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	overflow: hidden !important;
}

.section1 {
	position: relative;
	width: 100%;
	z-index: 400;
}

.section1 .bg {
	z-index: 80;
}

.section1 .bg img {
	display: none;
}

.section1 .pro-info {
	position: absolute;
	bottom: 27px;
	right: 75px;
	z-index: 135;
	text-align: right;
}

@keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

.active .pro-info {
	animation: 2s fadeInUp2 alternate;
}

.active .home-partner .info1 ul .pa1 {
	-webkit-animation: mymove 2s alternate;
	animation: mymove 2s alternate;
}

.active .home-partner .info1 ul .pa2 {
	-webkit-animation: mymove 2.5s alternate;
	animation: mymove 2.5s alternate;
}

.active .home-partner .info1 ul .pa3 {
	-webkit-animation: mymove 3s alternate;
	animation: mymove 3s alternate;
}

.active .home-partner .info1 ul .pa4 {
	-webkit-animation: mymove 3.5s alternate;
	animation: mymove 3.5s alternate;
}

.active .home-partner .info1 ul .pa5 {
	-webkit-animation: mymove 4s alternate;
	animation: mymove 4s alternate;
}

.active .home-partner .info1 ul .pa6 {
	-webkit-animation: mymove 4.5s alternate;
	animation: mymove 4.5s alternate;
}

.active .home-partner .info1 ul .pa7 {
	-webkit-animation: mymove 5s alternate;
	animation: mymove 5s alternate;
}

.active .home-partner .info1 ul .pa8 {
	-webkit-animation: mymove 5.5s alternate;
	animation: mymove 5.5s alternate;
}

.active .home-partner .info1 ul .pa9 {
	-webkit-animation: mymove 6s alternate;
	animation: mymove 6s alternate;
}

.active .home-partner .info1 ul .pa10 {
	-webkit-animation: mymove 6.5s alternate;
	animation: mymove 6.5s alternate;
}

.active .home-partner .info1 ul .pa11 {
	-webkit-animation: mymove 7s alternate;
	animation: mymove 7s alternate;
}

.active .home-partner .info1 ul .pa12 {
	-webkit-animation: mymove 2s alternate;
	animation: mymove 2s alternate;
}

.active .home-partner .info1 ul .pa13 {
	-webkit-animation: mymove 3s alternate;
	animation: mymove 3s alternate;
}

.active .home-partner .info1 ul .pa14 {
	-webkit-animation: mymove 3.5s alternate;
	animation: mymove 3.5s alternate;
}

.active .home-partner .info1 ul .pa15 {
	-webkit-animation: mymove 4s alternate;
	animation: mymove 4s alternate;
}

.active .home-partner .info1 ul .pa16 {
	-webkit-animation: mymove 4.5s alternate;
	animation: mymove 4.5s alternate;
}

.active .home-partner .info1 ul .pa17 {
	-webkit-animation: mymove 5s alternate;
	animation: mymove 5s alternate;
}

.active .home-partner .info1 ul .pa18 {
	-webkit-animation: mymove 5.5s alternate;
	animation: mymove 5.5s alternate;
}

.active .home-huoban .info li.hb1 {
	-webkit-animation: fadeInLeft2 1s alternate;
	animation: fadeInLeft2 1s alternate;
}

.active .home-huoban .info li.hb2 {
	-webkit-animation: fadeInLeft2 1.1s alternate;
	animation: fadeInLeft2 1.1s alternate;
}

.active .home-huoban .info li.hb3 {
	-webkit-animation: fadeInLeft2 1.2s alternate;
	animation: fadeInLeft2 1.2s alternate;
}

.active .home-huoban .info li.hb4 {
	-webkit-animation: fadeInLeft2 1.3s alternate;
	animation: fadeInLeft2 1.3s alternate;
}

.active .home-huoban .info li.hb5 {
	-webkit-animation: fadeInLeft2 1.4s alternate;
	animation: fadeInLeft2 1.4s alternate;
}

.active .home-huoban .info li.hb6 {
	-webkit-animation: fadeInLeft2 1.5s alternate;
	animation: fadeInLeft2 1.5s alternate;
}

.active .home-huoban .info li.hb7 {
	-webkit-animation: fadeInLeft2 1.6s alternate;
	animation: fadeInLeft2 1.6s alternate;
}

.active .home-huoban .info li.hb8 {
	-webkit-animation: fadeInLeft2 1.7s alternate;
	animation: fadeInLeft2 1.7s alternate;
}

.active .home-huoban .info li.hb9 {
	-webkit-animation: fadeInLeft2 5s alternate;
	animation: fadeInLeft2 5s alternate;
}

.active .home-huoban .info li.hb10 {
	-webkit-animation: fadeInLeft2 6s alternate;
	animation: fadeInLeft2 6s alternate;
}

.active .home-huoban .info li.hb11 {
	-webkit-animation: fadeInRight2 6.5s alternate;
	animation: fadeInRight2 6.5s alternate;
}

.active .home-huoban .info li.hb12 {
	-webkit-animation: fadeInRight2 2s alternate;
	animation: fadeInRight2 2s alternate;
}

.active .home-huoban .info li.hb13 {
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.active .home-huoban .info li.hb14 {
	-webkit-animation: fadeInRight2 3.5s alternate;
	animation: fadeInRight2 3.5s alternate;
}

.active .home-huoban .info li.hb15 {
	-webkit-animation: fadeInRight2 4s alternate;
	animation: fadeInRight2 4s alternate;
}

.active .home-huoban .info li.hb16 {
	-webkit-animation: fadeInRight2 4.5s alternate;
	animation: fadeInRight2 4.5s alternate;
}

.active .home-huoban .info li.hb17 {
	-webkit-animation: fadeInRight2 5s alternate;
	animation: fadeInRight2 5s alternate;
}

.active .home-huoban .info li.hb18 {
	-webkit-animation: fadeInLeft2 5.5s alternate;
	animation: fadeInLeft2 5.5s alternate;
}

.active .home-huoban .info li.hb19 {
	-webkit-animation: fadeInRight2 5s alternate;
	animation: fadeInRight2 5s alternate;
}

.active .home-huoban .info li.hb20 {
	-webkit-animation: fadeInRight2 5.5s alternate;
	animation: fadeInRight2 5.5s alternate;
}

.active .home-huoban .info li.hb21 {
	-webkit-animation: fadeInRight2 5s alternate;
	animation: fadeInRight2 5s alternate;
}

.active .home-huoban .info li.hb23 {
	-webkit-animation: fadeInRight2 5s alternate;
	animation: fadeInRight2 5s alternate;
}

.active .home-application .menuTabs {
	-webkit-animation: fadeInLeft2 2s alternate;
	animation: fadeInLeft2 2s alternate;
}

.active .home-application .conTabs {
	-webkit-animation: fadeInRight2 2s alternate;
	animation: fadeInRight2 2s alternate;
}

.active .home-about .info .text {
	-webkit-animation: fadeInLeft2 2s alternate;
	animation: fadeInLeft2 2s alternate;
}

.active .home-about .video {
	-webkit-animation: fadeInRight2 2s alternate;
	animation: fadeInRight2 2s alternate;
}

.active .home-about .about-list {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .home-news .left {
	-webkit-animation: fadeInLeft2 2s alternate;
	animation: fadeInLeft2 2s alternate;
}

.active .newslist li:nth-child(1) {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .newslist li:nth-child(2) {
	-webkit-animation: fadeInUp2 2.5s alternate;
	animation: fadeInUp2 2.5s alternate;
}

.active .newslist li:nth-child(3) {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

#fp-nav {
	display: none !important;
}

.header.active:after {
	content: '';
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100000px;
	background: rgba(0, 0, 0, 0.6);
}

.home {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 320;
	transform: translateY(-50%);
}

.transparent {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0.85rem;
	left: 0;
	z-index: 666;
}

.transparent.active {
	display: block;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

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

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

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

.home-partner .title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.91rem;
	height: 3.91rem;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	z-index: 6;
	/*&:before{
      background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
      background-blend-mode: normal,
      normal;
      opacity: 0.26;
      width:100%;
      height:100%;
      position: absolute;
      top:0;
      left:0;
      z-index:1;
      content:'';
      display: block;
    }*/
}

.home-partner .title .dot .circle {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-partner .title .dot .circle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	margin: auto;
}

.home-partner .title .dot-07 {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-partner .title .dot-07 .circle {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.home-partner .title .dot-07 .circle:after {
	animation: ripple 4500ms ease-out 600ms infinite;
}

.home-partner .title .dot-07 .circle-02:after {
	animation: ripple 2500ms ease-out 600ms infinite;
}

.home-partner .title .dot-07 .circle-03:after {
	animation: ripple 3500ms ease-out 600ms infinite;
}

.home-partner .title:after {
	width: 78%;
	height: 78%;
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	position: absolute;
	top: 11%;
	left: 11%;
	z-index: 1;
	content: '';
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.home-partner .title .info {
	padding: 1.34rem 0;
}

.home-partner .title .bt {
	font-size: .50rem;
	line-height: .72rem;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.home-partner .title .span {
	color: #ffffff;
	position: relative;
	z-index: 2;
	font-weight: lighter;
	font-size: .16rem;
	line-height: .30rem;
	letter-spacing: .01rem;
	margin-bottom: 0.21rem;
}

.home-partner .title .more {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 0.04rem;
	width: 1.3rem;
	margin: 0 auto;
	border-radius: 0.3rem;
	background-image: linear-gradient(0deg, #1b77ab 0%, #75b23e 100%);
}

.home-partner .title .more a {
	line-height: 0.26rem;
	display: block;
	font-size: .14rem;
	border-radius: 0.3rem;
	background: rgba(255, 255, 255, 0.3);
	overflow: hidden;
	color: #ffffff;
	transition: 0.5s;
}

@media (min-width: 1025px) {
	.home-partner .title .more a:hover {
		background: #ffffff;
		color: #0060b0;
	}
}

.home-partner ul {
	height: 7.51rem;
	width: 16.45rem;
	margin: 0 auto;
	position: relative;
}

.home-partner ul li {
	position: absolute;
	transition: 0.5s;
}

.home-partner ul li .pic {
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

@media (min-width: 1025px) {
	.home-partner ul li:hover {
		transform: scale(1.03);
	}
}

.home-partner ul .p82 {
	width: .82rem;
}

.home-partner ul .p87 {
	width: .87rem;
}

.home-partner ul .p187 {
	width: 1.87rem;
}

.home-partner ul .p161 {
	width: 1.61rem;
}

.home-partner ul .p123 {
	width: 1.23rem;
}

.home-partner ul .p132 {
	width: 1.32rem;
}

.home-partner ul .p74 {
	width: .74rem;
}

.home-partner ul .p114 {
	width: 1.14rem;
}

.home-partner ul .p110 {
	width: 1.1rem;
}

.home-partner ul .pa1 {
	top: 0.4%;
	left: 17.9%;
}

.home-partner ul .pa2 {
	top: 5%;
	left: 34%;
}

.home-partner ul .pa3 {
	top: 0;
	left: 49.5%;
}

.home-partner ul .pa4 {
	top: 19%;
	right: 30.5%;
}

.home-partner ul .pa5 {
	top: 5%;
	right: 12.5%;
}

.home-partner ul .pa6 {
	left: 8%;
	top: 20.2%;
}

.home-partner ul .pa7 {
	top: 32%;
	left: 29%;
}

.home-partner ul .pa8 {
	bottom: 34%;
	left: 0.5%;
}

.home-partner ul .pa9 {
	bottom: 33%;
	left: 15.5%;
}

.home-partner ul .pa10 {
	bottom: 34%;
	left: 28%;
}

.home-partner ul .pa11 {
	bottom: 8%;
	left: 10%;
}

.home-partner ul .pa12 {
	bottom: 0;
	left: 32%;
}

.home-partner ul .pa13 {
	bottom: 0;
	right: 36%;
}

.home-partner ul .pa14 {
	bottom: 8.5%;
	right: 16.3%;
}

.home-partner ul .pa15 {
	bottom: 17%;
	right: -1%;
}

.home-partner ul .pa16 {
	top: 44%;
	right: 24%;
}

.home-partner ul .pa17 {
	bottom: 37%;
	right: 5%;
}

.home-partner ul .pa18 {
	top: 22%;
	right: 0;
}

.home-application {
	color: #fff;
}

.bgs li {
	display: none;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.home-application .menuTabs {
	width: 63.7%;
	float: left;
	height: 100%;
	position: relative;
}

.home-application .menuTabs .list {
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.home-application .menuTabs li,
.home-application .menuTabs .noHas {
	width: 25%;
	float: left;
	margin: -1px 0 0 -1px;
}

.home-application .menuTabs .box {
	height: 2.3rem;
	color: #fff;
}

.home-application .menuTabs li:hover,
.home-application .menuTabs .noHas:hover {
	z-index: 1;
}

.home-application .menuTabs li:nth-child(2) {
	clear: both;
}

.home-application .menuTabs li:nth-child(5) {
	clear: both;
	margin-left: calc(25% - 2px);
}

.home-application .menuTabs .noHas {
	box-shadow: none;
}

.home-application .menuTabs .noHas .box {
	box-shadow: none;
	background: none !important;
	cursor: initial;
}

.home-application .menuTabs .noHas .pic:before,
.home-application .menuTabs .noHas .pic:after {
	display: none;
}

.home-application .menuTabs .box {
	padding: .39rem .13rem .20rem .13rem;
	background: rgba(7, 75, 32, 0);
	box-shadow: 0 0 0 1px #fff inset;
	cursor: pointer;
	z-index: 1;
	transition: all .5s;
	position: relative;
	text-align: center;
}

.home-application .menuTabs .pic {
	position: relative;
	width: .82rem;
	height: .65rem;
	margin: 0 auto;
	transition: 0.5s;
	margin-bottom: 0.11rem;
}

.home-application .menuTabs .pic:before {
	content: "";
	display: block;
	width: 100%;
	height: 0.63rem;
	background: url(../images/application-icon-bg-1.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.home-application .menuTabs .pic:after {
	content: "";
	display: block;
	width: 100%;
	height: 0.15rem;
	background: url(../images/application-icon-bg-2.png) no-repeat center bottom;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}

.home-application .menuTabs .pic img {
	margin-top: initial;
	margin-bottom: initial;
	top: auto;
	bottom: 0;
}

.home-application .menuTabs .title {
	font-size: 0.2rem;
	font-weight: 700;
	line-height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-application .menuTabs .info {
	font-weight: 100;
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.home-application .menuTabs .box:hover .pic {
	margin-top: -10px;
	margin-bottom: 10px;
}

.home-application .menuTabs .box:hover .pic:after {
	height: 40px;
}

.home-application .menuTabs .active .box {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	background: #0060b0\9;
}

.home-application .swiper-container {
	overflow: initial;
}

.home-application .swiper-container .swiper-slide {
	width: 100%;
}

.home-application .conTabs {
	width: 32%;
	margin-top: 15%;
	float: right;
	position: relative;
	z-index: 6;
}

.home-application .conTabs .home-title {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: .46rem;
	line-height: 0.8rem;
	max-height: 2.4rem;
	overflow: hidden;
}

.home-application .conTabs .home-title .pic {
	position: relative;
	width: .7rem;
	height: .65rem;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.11rem;
}

.home-application .conTabs .moreBtn-2 a {
	color: #fff;
	font-size: 0.14rem;
}

.home-application .conTabs .swiper-slide {
	display: none;
}

.home-application .conTabs .show {
	display: block;
}

.home-about .info {
	position: relative;
	padding-top: .73rem;
	margin-bottom: .42rem;
}

.home-about .info .title {
	font-size: 1.40rem;
	color: #f7f7f7;
	font-weight: bold;
	text-transform: uppercase;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position: absolute;
	top: 2.69rem;
	left: -5.07rem;
}

.home-about .info .img {
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	margin-left: -0.48rem;
	width: 2.23rem;
	transition: 0.5s;
}

.home-about .info .text {
	width: 48%;
}

.home-about .info .text .span {
	font-size: .20rem;
	color: #4a4a4a;
	margin-bottom: 0.27rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.home-about .info .text .bt {
	font-size: .50rem;
	line-height: .6rem;
	margin-top: -0.06rem;
	margin-bottom: 0.06rem;
	color: #010a13;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.home-about .info .text .line img {
	display: block;
	width: 1.8rem;
}

.home-about .info .text .jsh {
	font-size: .16rem;
	color: #001932;
	line-height: .32rem;
	margin-bottom: .22rem;
	height: 2.24rem;
	margin-top: .21rem;
	overflow: hidden;
}

.home-about .info .text .jsh span {
	color: #197ec1;
	font-weight: bold;
}

.home-about .info .text .more a {
	color: #197ec1;
	font-size: .15rem;
	transition: 0.5s;
}

.home-about .info .text .more a span {
	transition: 0.5s;
}

.home-about .info .text .more a:hover {
	color: #00aa80;
}

.home-about .info .text .more a:hover span {
	margin-left: 5px;
}

.home-about .about-info {
	position: relative;
}

.home-about .video {
	width: 9.23rem;
	/* height: 6.60rem; */
	position: absolute;
	/* top: 0.8rem; */
	bottom: 0;
	left: 52%;
}

.home-about .video img {
	display: block;
}

.home-about .video a {
	display: block;
}

.home-about .about-list {
	position: relative;
	z-index: 2;
	width: 88%;
}

.home-about .about-list ul li {
	width: 20%;
	float: left;
	text-align: center;
	background: rgba(0, 96, 176, 0.95);
}

.home-about .about-list ul li .box {
	padding: .35rem .20rem .47rem .20rem;
	transition: 0.5s;
	position: relative;
}

.home-about .about-list ul li .box:after {
	width: .01rem;
	height: .87rem;
	opacity: 0.3;
	content: '';
	display: block;
	border: 0.01rem dashed rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.home-about .about-list ul li .pic {
	width: .80rem;
	height: .80rem;
	margin: 0 auto;
	transition: 0.5s;
}

.home-about .about-list ul li .bt {
	font-size: 0.2rem;
	line-height: 0.4rem;
	height: 0.4rem;
	color: #fff;
	margin-top: .13rem;
	transition: 0.5s;
}

.home-about .about-list ul li .bt span {
	font-family: Oswald-Bold;
	font-size: .40rem;
	margin-right: 0.05rem;
	vertical-align: text-bottom;
	display: inline-block;
	margin-top: -0.45rem;
}

.home-about .about-list ul li:hover .box {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
}

.home-about .about-list ul li:hover .pic {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.home-about .about-list ul li:nth-last-child(1) .box:after {
	display: none;
}

.home-title {
	color: #fff;
}

.home-title .bt {
	font-size: .50rem;
	font-weight: bold;
}

.home-title .span {
	font-size: .16rem;
}

.home-huoban {
	top: auto;
	bottom: 0.2rem;
	transform: none;
}

.home-huoban .info {
	height: 8.35rem;
	position: relative;
	background: url("../images/bg2.png") no-repeat top center;
	background-size: 100%;
}

.home-huoban .info li {
	position: absolute;
	width: 1.46rem;
	background: #f2f6fa;
	border-radius: 0.3rem;
	transition: 0.5s;
}

.home-huoban .info li .pic:after {
	padding-bottom: 43.83561644%;
}

@media (min-width: 1025px) {
	.home-huoban .info li:hover {
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	}
}

.home-huoban .info li.hb1 {
	top: 33.6%;
	left: 2.7%;
}

.home-huoban .info li.hb2 {
	top: 49.7%;
	left: 2.7%;
}

.home-huoban .info li.hb3 {
	top: 16.5%;
	left: 23.8%;
}

.home-huoban .info li.hb4 {
	top: 32.5%;
	left: 18%;
}

.home-huoban .info li.hb5 {
	top: 48.5%;
	left: 15.9%;
}

.home-huoban .info li.hb6 {
	top: 78.1%;
	left: 24.4%;
}

.home-huoban .info li.hb7 {
	top: 23.1%;
	left: 37%;
}

.home-huoban .info li.hb8 {
	top: 39.1%;
	left: 30.5%;
}

.home-huoban .info li.hb9 {
	top: 55.1%;
	left: 29%;
}

.home-huoban .info li.hb10 {
	top: 71.1%;
	left: 36%;
}

.home-huoban .info li.hb11 {
	top: 23.1%;
	right: 37.4%;
}

.home-huoban .info li.hb12 {
	top: 39.1%;
	right: 30.9%;
}

.home-huoban .info li.hb13 {
	top: 32.5%;
	right: 19.6%;
}

.home-huoban .info li.hb14 {
	top: 55.1%;
	right: 29.5%;
}

.home-huoban .info li.hb15 {
	top: 71.1%;
	right: 36.4%;
}

.home-huoban .info li.hb16 {
	top: 48.5%;
	right: 17.4%;
}

.home-huoban .info li.hb17 {
	top: 64.5%;
	right: 19.6%;
}

.home-huoban .info li.hb18 {
	top: 64.5%;
	left: 18.1%;
}

.home-huoban .info li.hb19 {
	top: 16.5%;
	right: 25.4%;
}

.home-huoban .info li.hb20 {
	top: 33.6%;
	right: 2.2%;
}

.home-huoban .info li.hb21 {
	top: 49.7%;
	right: 2.2%;
}

.home-huoban .info li.hb22 {
	width: 1.76rem;
	border-radius: 50%;
	top: 41.4%;
	right: 44%;
}

.home-huoban .info li.hb22 .pic:after {
	padding-bottom: 100%;
}

.home-huoban .info li.hb23 {
	top: 78.1%;
	right: 24.4%;
}

.more1 a {
	width: 1.36rem;
	height: .36rem;
	line-height: .36rem;
	font-size: 0.15rem;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	background: #0060b0\9;
	transition: 0.5s;
	display: block;
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.more1 a:hover {
		background-image: linear-gradient(45deg, #0066cb 0%, #8ec31f 100%);
		background: #8ec31f\9;
	}
}

.home-news .home-title {
	color: #010a13;
}

.home-news .left {
	float: left;
	width: 27.5%;
}

.home-news .left .left-bottom {
	padding-top: .78rem;
	text-align: center;
}

.home-news .left .left-bottom .bt {
	margin-bottom: 0.2rem;
}

.home-news .left .left-bottom .bt a {
	font-size: .22rem;
	font-weight: bold;
	color: #0060b0;
}

.home-news .left .left-bottom .more1 {
	margin-top: -0.77rem;
}

.home-news .right {
	float: right;
	width: 57.3%;
	padding-top: 0.19rem;
}

.newslist li {
	padding-bottom: 0.23rem;
	margin-bottom: 0.21rem;
	border-bottom: 0.01rem solid #c0c0c0;
}

.newslist li .text {
	float: left;
	width: 58%;
}

.newslist li .text .bt {
	font-size: .20rem;
	margin-bottom: 0.22rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #010a13;
}

.newslist li .text .jsh {
	font-size: .16rem;
	line-height: .24rem;
	height: 0.48rem;
	margin-bottom: 0.29rem;
	overflow: hidden;
	color: #001932;
}

.newslist li .text .more span {
	width: 1.15rem;
	height: .29rem;
	line-height: 0.27rem;
	text-align: center;
	border-radius: .15rem;
	color: #001932;
	-webkit-box-shadow: 0 0 0 1px #001932;
	box-shadow: 0 0 0 1px #001932;
	display: block;
	overflow: hidden;
	background: none;
}

.newslist li .pic {
	float: right;
	width: 35.512%;
}

.newslist li .pic:after {
	padding-bottom: 60.40955631%;
}

.newslist li .pic .date {
	bottom: 0;
	position: absolute;
	right: 0;
	color: #fff;
	line-height: .32rem;
	padding: 0 .11rem 0 .30rem;
	background-color: #0060b0;
	font-weight: lighter;
}

.newslist li .pic .date img {
	position: absolute;
	left: -0.15rem;
	top: 0;
	width: 0.32rem;
}

@media (min-width: 1025px) {
	.newslist li:hover .text .bt {
		color: #0060b0;
	}

	.newslist li:hover .text .more span {
		background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
		background-blend-mode: normal, normal;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #1869c4\9;
		color: #fff;
	}

	.newslist li:hover .pic img {
		transform: scale(1.04);
	}

	.newslist li:hover .pic .date {
		background: #8ec31f;
	}
}

.newslist li:nth-last-child(1) {
	margin-bottom: 0;
}

.footer .footer-top {
	padding: 0.54rem 0 .34rem 0;
	background-color: #010312;
}

.footer .footer-top .left {
	float: left;
	width: 63.2%;
	border-right: 1px dashed #404040;
}

.footer .footer-top .left ul li {
	float: left;
	width: 16.66666667%;
}

.footer .footer-top .left ul li a {
	font-weight: bold;
	display: block;
	font-size: .18rem;
	margin-bottom: 0.18rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px;
	color: #ffffff;
}

@media (min-width: 1025px) {
	.footer .footer-top .left ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

.footer .footer-top .left ul li ul li {
	width: 100%;
}

.footer .footer-top .left ul li ul li a {
	font-size: .16rem;
	line-height: .32rem;
	font-weight: normal;
	margin: 0;
	color: #acacac;
}

.footer .footer-top .right {
	float: right;
	width: 34%;
}

.footer .footer-top .right .right-jsh {
	float: right;
	width: 44%;
	line-height: .21rem;
	color: #c3c3c3;
	font-size: .16rem;
}

.footer .footer-top .right .right-jsh a {
	color: #c3c3c3;
}

.footer .footer-top .right .right-contact {
	float: left;
	width: 46%;
	text-align: left;
}

.footer .footer-top .right .right-contact .online {
	margin-bottom: .28rem;
}


.footer .footer-top .right .right-contact .online span {
	color: #616161;
	display: block;
	font-size: .16rem;
}

.footer .footer-top .right .right-contact .online .tit{
	font-weight: bold;
    font-size: .18rem;
    margin-bottom: 0.18rem;
    padding-right: 5px;
    color: #ffffff;	
}

.footer .footer-top .right .right-contact .online a {
	font-family: Oswald-Bold;
	font-size: .30rem;
	line-height: 0.3rem;
	color: #ffffff;
	display: block;
}

.footer .footer-top .right .right-contact .share ul li {
	width: 20%;
	float: left;
	position: relative;
}

.footer .footer-top .right .right-contact .share ul li a {
	display: block;
	float: right;
}

.footer .footer-top .right .right-contact .share ul li a .iconfont {
	width: .38rem;
	height: .38rem;
	line-height: 0.38rem;
	border-radius: 50%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.2rem;
	border: solid .01rem #555555;
}

.footer .footer-top .right .right-contact .share ul li .hover {
	width: 230px;
	position: absolute;
	top: 0.3rem;
	right: -50px;
	display: none;
	text-align: center;
}

.footer .footer-top .right .right-contact .share ul li .hover span {
	display: inline-block;
	vertical-align: middle;
	font-size: .15rem;
	color: #616161;
}

.footer .footer-top .right .right-contact .share ul li .hover .ewm {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.footer .footer-top .right .right-contact .share ul li .hover .ewm .iconfont {
	color: #555555;
	font-size: 28px;
	margin: 0 auto;
	height: 23px;
	display: block;
}

.footer .footer-top .right .right-contact .share ul li .hover .ewm .info {
	width: 1.27rem;
	padding: 0.06rem;
	border: solid .01rem #343638;
}

.footer .footer-top .right .right-contact .share ul li .hover .ewm .info img {
	display: block;
}

@media (min-width: 1025px) {
	.footer .footer-top .right .right-contact .share ul li:hover a .iconfont {
		color: #fff;
		background: #0060b0;
		border: solid 0.01rem #0060b0;
	}

	.footer .footer-top .right .right-contact .share ul li:hover .hover {
		display: block;
	}
}

.footer .footer-top .link span {
	font-size: .16rem;
	font-weight: bold;
	line-height: .32rem;
	margin-bottom: 0.07rem;
	color: #ffffff;
	display: block;
}

.footer .footer-top .link a {
	font-size: .16rem;
	line-height: .32rem;
	color: #acacac;
}

@media (min-width: 1025px) {
	.footer .footer-top .link a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

.footer .footer-bottom {
	font-size: .16rem;
	line-height: .32rem;
	padding: 0.1rem 0;
	background-color: #000000;
	color: #acacac;
}

.footer .footer-bottom span {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.4rem;
}

.footer .footer-bottom a {
	float: right;
	color: #fff;
	margin-left: 0.2rem;
}

@media (min-width: 1025px) {
	.footer .footer-bottom a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

.header-transX .header1 {}

.header-transY .header1 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

.header-transX .home {
	padding-top: 0.85rem;
}

.header-transX.fp-viewing-section6 .top1 {
	background: #fff;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

.header-transX.fp-viewing-section5 .top1 {
	background: #fff;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

.header-transX.fp-viewing-section4 .top1 {
	background: #fff;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

.header-transX.fp-viewing-section3 .top1 {
	background: #fff;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

.header-transX.fp-viewing-section2 .top1 {
	background: #fff;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

.inside-banner {
	position: relative;
	/* margin-top: 0.85rem; */
}

.inside-banner img {
	width: 100%;
	display: block;
}

.inside-banner .text {
	width: 100%;
	color: #fff;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}

.inside-banner .pc1 {
	position: relative;
}

.inside-banner .mobile1 {
	display: none;
	position: relative;
}

.inside-banner .cn {
	font-size: .48rem;
	padding-top: 0.15rem;
	line-height: .72rem;
	margin-bottom: 0.1rem;
	font-weight: bold;
	background: url("../images/bg.png") no-repeat left top;
	background-size: 2.08rem;
}

.inside-banner .en {
	font-size: 0.18rem;
	max-width: 490px;
}

.inside-banner .en ul {
	padding-top: 0.1rem;
}

.inside-banner .en ul li {
	float: left;
	font-size: 0.22rem;
	margin-right: 0.75rem;
	line-height: 0.45rem;
}

.inside-banner .en ul li .iconfont {
	width: 0.45rem;
	text-align: center;
	line-height: 0.43rem;
	font-size: 0.24rem;
	margin-right: 0.05rem;
	border-radius: 50%;
	border: 0.01rem solid rgba(255, 255, 255, 0.5);
	display: inline-block;
	vertical-align: top;
}

.inside-banner1 .text {
	color: #333;
}

.current {
	text-align: left;
	width: 100%;
	font-size: .16rem;
	padding: 0.21rem 0;
	background: rgba(255, 255, 255, 0.77);
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
	color: #001d33;
	position: absolute;
	bottom: 0;
	z-index: 4;
}

.current a {
	color: #001d33;
}

.current b,
.current font {
	font-weight: normal;
	color: #0060b0;
}

.content {
	padding: 0.35rem 0;
}

.shaixuan {
	border: solid .01rem #d2dfeb;
	font-size: .18rem;
	line-height: .35rem;
	padding: 0.1rem 0.2rem;
	color: #000000;
	padding-left: 0.75rem;
	position: relative;
}

.shaixuan span {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0.1rem;
	left: 0.2rem;
}

.shaixuan a {
	padding: 0 0.15rem;
	display: inline-block;
	vertical-align: top;
	/* transition: 0.5s; */
	border-radius: .04rem;
	margin-right: 0.05rem;
}

@media (min-width: 1025px) {
	.shaixuan a:hover {
		background-image: linear-gradient(-40deg, #0060b0 0%, #8ec31f 100%);
		background-blend-mode: normal, normal;
		color: #fff;
	}
}

.shaixuan .active {
	background-image: linear-gradient(-40deg, #0060b0 0%, #8ec31f 100%);
	background-blend-mode: normal, normal;
	color: #fff;
}

.brandlist {
	padding: 0.56rem 0;
}

.brandlist ul {
	margin: 0 -0.16rem;
	padding-bottom: .52rem;
}

.brandlist ul li {
	float: left;
	width: 16.66666667%;
	padding: 0 0.16rem;
	margin-bottom: 0.41rem;
}

.brandlist ul li .box {
	position: relative;
}

.brandlist ul li .pic {
	background-color: #ffffff;
	box-shadow: 0 0.18rem 0.27rem 0 rgba(218, 218, 218, 0.65);
}

.brandlist ul li .pic:after {
	padding-bottom: 68.26923077%;
}

.brandlist ul li .pic:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	/* transition: 0.5s; */
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

.brandlist ul li .bt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: 0;
	transform: translateY(-50%);
	font-size: 0.16rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0.1rem;
	z-index: 4;
}

@media (min-width: 1025px) {
	.brandlist ul li:hover .pic img {
		transform: scale(1.04);
	}

	.brandlist ul li:hover .pic:before {
		opacity: 1;
	}

	.brandlist ul li:hover .bt {
		opacity: 1;
	}
}

.page {
	clear: both;
	text-align: center;
	font-size: 0;
	color: #947d58;
	font-family: "Open_Sans";
}

.page em {
	font-style: normal;
	font-size: 18px;
}

.page a {
	color: #202020;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 40px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	border-radius: 40px;
	margin: 0 8px;
	padding: 0 5px;
	vertical-align: top;
	-webkit-transition: background .5s;
	transition: background .5s;
	-webkit-box-shadow: 0 0 0 1px #e2ebf1;
	box-shadow: 0 0 0 1px #e2ebf1;
}

.page a span {
	display: block;
}

.page a.cur,
.page a.active,
.page a:hover {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page a.prev,
.page a.next {
	color: #666666;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	width: auto;
	cursor: pointer;
}

.page a.prev .iconfont,
.page a.next .iconfont {
	font-size: 0.14rem;
}

.page a.prev {
	padding-left: 0;
	margin-right: 5px;
	width: auto;
}

.page a.prev:hover {
	color: #0060b0;
	background: none;
}

.page a.next:hover {
	color: #0060b0;
	background: none;
}

.product .plist3 {
	padding: 0.34rem 0 0 0;
}

.plist1 {
	margin-top: 0.2rem;
}

.plist1 ul li {
	float: left;
	margin-right: 0.1rem;
}

.plist1 ul li a {
	font-weight: bold;
	font-size: .20rem;
	line-height: .56rem;
	padding: 0 0.35rem;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
	color: #001d33;
	/* transition: 0.5s; */
	display: block;
}

@media (min-width: 1025px) {
	.plist1 ul li:hover a {
		background-image: linear-gradient(-40deg, #0060b0 0%, #8ec31f 100%);
		background-blend-mode: normal, normal;
		color: #fff;
		padding: 0 0.65rem;
	}
}

.plist1 ul .active a {
	background-image: linear-gradient(-40deg, #0060b0 0%, #8ec31f 100%);
	background-blend-mode: normal, normal;
	color: #fff;
	padding: 0 0.65rem;
}

.plist2 {
	border-top: 0.03rem solid #d2dfeb;
	margin-top: -0.03rem;
	padding: 0.1rem 0.33rem 0.1rem 0.63rem;
	background: #f9fcff;
}

.plist2 ul li {
	float: left;
	width: 14.28571429%;
}

.plist2 ul li a {
	display: block;
	padding-left: 23px;
	font-size: .18rem;
	line-height: .35rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333333;
	position: relative;
}

.plist2 ul li a:after {
	content: '';
	display: block;
	width: .12rem;
	height: .12rem;
	background-color: #f1f8ff;
	border: solid .01rem #b3b3b3;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.plist2 ul li:hover a:after {
		background-color: #0060b0;
		border: solid 0.01rem #0060b0;
	}
}

.plist2 ul .active a:after {
	background-color: #0060b0;
	border: solid 0.01rem #0060b0;
}

.plist3 ul {
	margin: 0 -0.14rem;
}

.plist3 ul li {
	width: 20%;
	float: left;
	padding: 0 0.14rem;
	margin-bottom: 0.32rem;
}

.plist3 ul li .box {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.plist3 ul li .pic:after {
	padding-bottom: 82.98507463%;
}

.plist3 ul li .text {
	text-align: center;
	padding: .20rem;
	border-bottom: 0.03rem solid #d7d7d7;
	position: relative;
}

.plist3 ul li .text:after {
	width: 0;
	height: 0.03rem;
	background: #0060b0;
	position: absolute;
	bottom: -0.03rem;
	left: 0;
	z-index: 6;
	transition: 0.5s;
	content: '';
	display: block;
}

.plist3 ul li .text .bt {
	font-size: .20rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #001d33;
}

.plist3 ul li .text .p {
	font-size: .16rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #3d3a3a;
}

@media (min-width: 1025px) {
	.plist3 ul li:hover .pic img {
		transform: scale(1.04);
	}

	.plist3 ul li:hover .text:after {
		width: 100%;
	}

	.plist3 ul li:hover .text .bt {
		color: #0060b0;
	}
}

.brand-top {
	margin-top: 0.21rem;
	margin-bottom: 74px;
}

.brand-top .pic {
	float: left;
	width: 17%;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 10rem 0rem rgba(92, 127, 161, 0.13);
}

.brand-top .text {
	float: right;
	width: 79%;
}

.brand-top .text .bt {
	font-size: .30rem;
	letter-spacing: .01rem;
	margin-bottom: 0.18rem;
	font-weight: bold;
	color: #001d33;
}

.brand-top .text .jsh {
	font-size: .16rem;
	line-height: .32rem;
	color: #3d3a3a;
	margin-bottom: 0.47rem;
}

.btnq a {
	width: 1.80rem;
	height: .59rem;
	line-height: .57rem;
	font-size: .18rem;
	margin-right: 0.18rem;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(-86deg, #0060b0 0%, #8fc422 100%);
	background-blend-mode: normal, normal;
	border-style: solid;
	border-width: .01rem;
	border-image-source: linear-gradient(-86deg, #8ec323 0%, #045596 100%);
	border-image-slice: 1;
	display: block;
	float: left;
}

.btnq a .iconfont {
	font-size: 0.32rem;
	margin-right: 0.05rem;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

@media (min-width: 1025px) {
	.btnq a:hover {
		text-decoration: underline;
	}
}

.btnq .down {
	color: #010a13;
	background: #fff;
}

.btnq .down .iconfont {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 0.3rem;
}

.btnq .lianxi {
	border-color: #fff !important;
}

.p-title {
	font-size: .30rem;
	font-weight: bold;
	letter-spacing: .01rem;
	padding-bottom: 0.06rem;
	margin-bottom: 0.3rem;
	color: #001d33;
	background: url("../images/line.png") no-repeat bottom left;
}

.brand-list .plist3 {
	margin-bottom: 0.4rem;
}

.small-list ul {
	font-size: 0;
	text-align: center;
}

.small-list ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.14rem;
}

.small-list ul li a {
	display: block;
	width: 1.76rem;
	height: .61rem;
	line-height: 0.61rem;
	text-align: center;
	border-radius: .31rem;
	-webkit-box-shadow: 0 0 0 1px #e1e5e8;
	box-shadow: 0 0 0 1px #e1e5e8;
	font-size: .20rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #001d33;
}

@media (min-width: 1025px) {
	.small-list ul li:hover a {
		color: #fff;
		background-image: linear-gradient(-40deg, #0060b0 0%, #8ec31f 100%);
		background-blend-mode: normal, normal;
		-webkit-box-shadow: 0 0 0 1px #fff;
		box-shadow: 0 0 0 1px #fff;
	}
}

.small-list ul .active a {
	color: #fff;
	background-image: linear-gradient(-40deg, #0060b0 0%, #8ec31f 100%);
	background-blend-mode: normal, normal;
	-webkit-box-shadow: 0 0 0 1px #fff;
}

.san-list {
	/* margin-top: .30rem; */
	padding: .23rem;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.san-list .iconfont {
	position: absolute;
	top: -0.26rem;
	left: 35%;
	font-size: .31rem;
	color: #fff;
	text-shadow: 0 0 9.4px rgba(0, 0, 0, 0.1);
}

.san-list ul {
	margin: 0;
	font-size: 0;
}

.san-list ul li {
	width: 14.28571429%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.san-list ul li:after {
	content: '';
	display: block;
	width: 0.01rem;
	height: 0.17rem;
	background: #e8e8e8;
	position: absolute;
	top: 40%;
	right: 0;
}

.san-list ul li a {
	position: relative;
	font-size: .18rem;
	line-height: 0.37rem;
	font-weight: normal;
	display: block;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #001d33;
}

.san-list ul li a .pic {
	width: 0.5rem;
	margin: 0 auto;
}

.san-list ul li a .pic .ph {
	display: none;
}

@media (min-width: 1025px) {
	.san-list ul li a:hover {
		color: #0060b0;
	}

	.san-list ul li a:hover .pic .ph {
		display: block;
	}

	.san-list ul li a:hover .pic .p {
		display: none;
	}
}

.san-list ul li.active a {
	color: #0060b0;
}

.san-list ul li.active a .pic .ph {
	display: block;
}

.san-list ul li.active a .pic .p {
	display: none;
}

.san-list ul li:nth-last-child(1):after {
	display: none;
}

.app-list {
	/* padding-top: 0.82rem; */
}

.qa,.down {
	padding-top: 0
}

.app-list ul {
	margin: 0 -0.29rem;
}

.app-list ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 0.29rem;
	margin-bottom: 0.6rem;
}

.app-list ul li .box {
	position: relative;
	height: 6.16rem;
	overflow: hidden;
}

.app-list ul li .pic {
	border-radius: 0.1rem;
	height: 5.20rem;
	transition: 0.2s;
}

.app-list ul li .pic:before {
	background-color: #197ec1;
	opacity: 0.78;
	content: '';
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

.app-list ul li .text {
	padding-top: 0.21rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.app-list ul li .text .bt {
	font-size: .25rem;
	letter-spacing: .01rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	color: #001d33;
	margin-bottom: 0.1rem;
}

.app-list ul li .text .jsh {
	font-size: .20rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #3d3a3a;
}

.app-list ul li .hover {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	z-index: 5;
	transition: 0.5s;
	padding-top: 29%;
}

.app-list ul li .hover .pic {
	position: relative;
	width: .82rem;
	height: .65rem !important;
	margin: 0 auto;
	margin-bottom: 0.11rem;
}

.app-list ul li .hover .pic:before {
	content: "";
	display: block;
	width: 100%;
	height: 0.63rem;
	background: url(../images/application-icon-bg-1.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.app-list ul li .hover .pic:after {
	content: "";
	display: block;
	width: 100%;
	height: 0.15rem;
	background: url(../images/application-icon-bg-2.png) no-repeat center bottom;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}

.app-list ul li .hover .pic img {
	margin-top: initial;
	margin-bottom: initial;
	top: auto;
	bottom: 0;
}

.app-list ul li .hover .title {
	font-size: .34rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: .01rem;
	color: #ffffff;
	margin-top: 0.4rem;
	padding: 0 10px;
}

.app-list ul li .hover .more {
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 100%;
}

.app-list ul li .hover .more span {
	display: block;
	width: 1.41rem;
	height: .38rem;
	line-height: 0.38rem;
	text-align: center;
	background-color: #ffffff;
	border-radius: .19rem;
	margin: 0 auto;
	font-size: .16rem;
	color: #010a13;
}

@media (min-width: 1025px) {
	.app-list ul li:hover .pic {
		height: 6.16rem;
	}

	.app-list ul li:hover .pic:before {
		display: block;
	}

	.app-list ul li:hover .text {
		display: none;
	}

	.app-list ul li:hover .hover {
		top: 0;
	}
}

.qa .list {
	width: 100%;
	position: relative;
	padding: .85rem 0;
}

.qa .list .item {
	box-shadow: 0 0 0.3rem 0 rgba(149, 149, 149, 0.1);
	border-radius: .10rem;
	padding: .22rem .46rem .20rem 1.40rem;
	margin-bottom: .31rem;
	position: relative;
}

.qa .list .item:last-child {
	margin-bottom: 0;
}

.qa .list .titleQ-date {
	text-align: center;
	line-height: .18rem;
	position: absolute;
	top: .35rem;
	left: .54rem;
}

.qa .list .titleQ-date .date {
	font-size: .12rem;
	color: #666666;
}

.qa .list .titleQ-date .year {
	font-size: .22rem;
	color: #666666;
}

.qa .list .titleQ {
	display: inline-block;
	width: .42rem;
	height: .42rem;
	border-radius: .03rem;
	background: #c7c7c7;
	color: #fff;
	text-align: center;
	line-height: .42rem;
	font-size: .30rem;
	font-weight: 700;
	margin-bottom: .10rem;
}

.qa .list .title {
	cursor: pointer;
	position: relative;
	transition: all .5s;
	color: #333;
	font-size: .20rem;
	line-height: .50rem;
	margin-bottom: .20rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 0.4rem;
}

.qa .list .title .iconfont {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: .25rem;
	height: .25rem;
	line-height: .25rem;
	font-size: 0.16rem;
	text-align: center;
	background-color: #efefef;
	border-radius: 50%;
	transition: 0.5s;
}

.qa .list .title:hover {
	color: #0060b0;
}

.qa .list .title:hover .iconfont {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	transform: rotate(90deg);
	color: #fff;
}

.qa .list dd {
	height: .64rem;
	overflow: hidden;
}

.qa .list dd .con {
	padding: 0px 0 0 .50rem;
	color: #666666;
	line-height: .32rem;
	font-size: .16rem;
	overflow: hidden;
	position: relative;
}

.qa .list .titleA {
	display: inline-block;
	width: .30rem;
	height: .30rem;
	border-radius: .03rem;
	background: #d9d9d9;
	color: #fff;
	text-align: center;
	line-height: .30rem;
	font-size: .20rem;
	font-weight: 700;
	position: absolute;
	top: 0px;
	left: 0;
}

.qa .list .titleA:after {
	content: "◥";
	display: block;
	position: absolute;
	color: #d9d9d9;
	font-size: 0.14rem;
	right: .08rem;
	bottom: -0.06rem;
	line-height: .07rem;
}

.qa .list .cur {
	background: #f6f6f6;
}

.qa .list .cur .titleQ {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
}

.qa .list .cur .titleA {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
}

.qa .list .cur .titleA:after {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.qa .list .cur .title:after {
	background: #0060b0;
}

.qa .list .cur dt .iconfont {
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	transform: rotate(90deg);
	color: #fff;
}

.qa .list .cur dd {
	height: auto;
}

.qa .list .cur dd .con {
	height: auto;
}

.down .list {
	padding: 0.86rem 0;
}

.down .list ul {
	margin: 0 -0.18rem;
}

.down .list ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 0.18rem;
	margin-bottom: 0.33rem;
}

.down .list ul li a {
	display: block;
	padding: .46rem .34rem;
	overflow: hidden;
	background: #f1f8ff;
}

.down .list ul li .pic {
	border: 1px solid #e6e7e7;
	box-shadow: 0.15rem 0.1rem 0.2rem rgba(0, 0, 0, 0.07);
	width: 34%;
	float: left;
}

.down .list ul li .pic:after {
	padding-bottom: 141.26984127%;
}

.down .list ul li .text {
	float: right;
	width: 58%;
}

.down .list ul li .text .bt {
	font-size: .18rem;
	line-height: 0.27rem;
	height: 0.81rem;
	margin-bottom: 0.04rem;
	overflow: hidden;
	color: #001d33;
}

.down .list ul li .text .span {
	font-size: .14rem;
	color: #a1a1a1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.31rem;
}

.down .list ul li .text .more span {
	color: #fff;
	font-size: .18rem;
	width: 1.54rem;
	height: .43rem;
	line-height: 0.43rem;
	padding: 0 0.23rem;
	background-image: linear-gradient(95deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	border-radius: .02rem;
	display: block;
}

.down .list ul li .text .more span .iconfont {
	float: right;
}

@media (min-width: 1025px) {
	.down .list ul li:hover .text .bt {
		text-decoration: underline;
		color: #0060b0;
	}
}

.newslist1 {
	padding-top: .86rem;
	padding-bottom: .66rem;
}

.newslist1 li {
	width: 100%;
	border-bottom: 1px solid #e1e5e8;
	padding-bottom: .34rem;
	margin-bottom: .41rem;
}

.newslist1 li .box {
	min-height: 1.90rem;
	padding-left: 3.51rem;
	position: relative;
}

.newslist1 li .pic {
	width: 3.15rem;
	position: absolute;
	top: 0;
	left: 0;
}

.newslist1 li .pic:after {
	padding-bottom: 60.31746032%;
}

.newslist1 li .date {
	margin-bottom: .15rem;
	font-size: 0.13rem;
	padding: 0 .11rem;
	color: #010a13;
	display: inline-block;
	background: #def0fb;
	border-radius: .04rem;
}

.newslist1 li .date .iconfont {
	font-size: 0.14rem;
	margin-right: 0.05rem;
}

.newslist1 li .bt {
	font-size: .20rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #010a13;
	margin-bottom: 0.18rem;
}

.newslist1 li .jsh {
	margin-bottom: 0.28rem;
	font-size: .14rem;
	line-height: .24rem;
	height: 0.48rem;
	overflow: hidden;
	color: #3d3a3a;
}

.newslist1 li .more span {
	width: 1.15rem;
	height: .29rem;
	border-radius: .15rem;
	-webkit-box-shadow: 0 0 0 1px #001932;
	box-shadow: 0 0 0 1px #001932;
	display: inline-block;
	line-height: 0.27rem;
	text-align: center;
}

@media (min-width: 1025px) {
	.newslist1 li:hover .pic img {
		transform: scale(1.04);
	}

	.newslist1 li:hover .bt {
		color: #0060b0;
	}

	.newslist1 li:hover .more span {
		background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
		background-blend-mode: normal, normal;
		color: #fff;
		-webkit-box-shadow: 0 0 0 1px #fff;
		box-shadow: 0 0 0 1px #fff;
	}
}

.news-bottom {
	padding: .80rem 0 0 0;
}

.h1 {
	font-size: .30rem;
	color: #010a13;
	text-align: center;
	margin-bottom: .33rem;
}

.h2 {
	text-align: center;
	font-size: .14rem;
	color: #999999;
	padding-bottom: .17rem;
	border-top: .01rem solid #e1e1e1;
	border-bottom: .01rem solid #e1e1e1;
	padding-top: .17rem;
}

.h2 span {
	padding: 0 .16rem;
}

.h2 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: .04rem;
}

.news-info {
	font-size: .16rem;
	line-height: .32rem;
	color: #666666;
	padding: .52rem 0;
}

.news-show {
	position: relative;
	z-index: 2;
}

.biaoqian {
	margin-bottom: 0.55rem;
}

.biaoqian span {
	font-size: .18rem;
	line-height: .31rem;
	font-weight: bold;
	color: #333333;
	display: inline-block;
	vertical-align: top;
}

.biaoqian a {
	min-width: .85rem;
	height: .31rem;
	line-height: .31rem;
	text-align: center;
	background-color: #0157a7;
	border-radius: .04rem;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.list-page-news {
	position: relative;
	font-size: .18rem;
	color: #999999;
}

.list-page-news ul {
	overflow: hidden;
	position: relative;
	border-top: 0.01rem solid #e1e1e1;
	border-bottom: 0.01rem solid #e1e1e1;
	z-index: 1;
}

.list-page-news li {
	width: 50%;
	float: left;
	padding: 0 0.8rem 0 0;
}

@media (min-width: 1025px) {
	.list-page-news li:hover p a {
		color: #0060b0;
	}
}

.list-page-news li:nth-child(2) {
	padding: 0 0 0 0.8rem;
}

.list-page-news li p {
	line-height: 0.55rem;
	overflow: hidden;
	color: #999999;
}

.list-page-news li p a {
	color: #999999;
	text-align: left;
	display: block;
	padding: 0 0.7rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-page-news .fanhui {
	top: 0;
	left: 50%;
	width: 1.6rem;
	border-left: 0.01rem solid #e1e1e1;
	border-right: 0.01rem solid #e1e1e1;
	color: #999999;
	text-align: center;
	vertical-align: top;
	line-height: 0.55rem;
	margin-left: -0.8rem;
	font-size: 0.14rem;
	position: absolute;
	z-index: 3;
	overflow: hidden;
	display: block;
}

.list-page-news .fanhui:hover {
	color: #0060b0;
}

.related {
	padding-top: 90px;
}

.related .related-title {
	font-size: .32rem;
	font-weight: bold;
	color: #010101;
	margin-bottom: 42px;
}

.newslist2 {
	margin: 0 -0.22rem;
}

.newslist2 li {
	width: 33.33333333%;
	float: left;
	padding: 0 .22rem;
	border: 0;
}

.newslist2 li .box {
	padding: 0.27rem;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 35, 74, 0.13);
}

.newslist2 li .text {
	width: 100%;
	padding-top: 33px;
	margin-top: 32px;
	border-top: 0.02rem solid #c0c0c0;
}

.newslist2 li .text .bt {
	font-size: .20rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.18rem;
	color: #010a13;
}

.newslist2 li .pic {
	width: 100%;
}

.contact {
	padding: 0 !important;
}

.contact .jieshao {
	margin-top: 0.75rem;
}

.contact .jieshao .title {
	color: #001d33;
	font-size: 0.32rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
}

.contact .jieshao .title .span-1 {
	color: #0060b0;
}

.contact .jieshao .info {
	color: #001d33;
	font-size: 0.16rem;
	line-height: 0.32rem;
}

.contact .tabs {
	margin-top: 0.77rem;
}

.contact .menuTabs {
	width: 40%;
	float: left;
}

.contact .menuTabs .list {
	padding: 0.4rem 0 0 0;
}

.contact .menuTabs .list li {
	margin-bottom: 0.2rem;
}

.contact .menuTabs .list li:last-child {
	margin-bottom: 0;
}

.contact .menuTabs .list .box {
	/*cursor: pointer;*/
}

.contact .menuTabs .title {
	font-size: .25rem;
	font-weight: bold;
	color: #001d33;
	margin-bottom: 0.05rem;
}

.contact .menuTabs .info {
	font-size: .16rem;
	color: #001d33;
	line-height: .32rem;
	position: relative;
	margin-bottom: 0.46rem;
}

.contact .menuTabs .info a {
	color: #0060b0;
	text-decoration: underline;
}

.contact .conTabs {
	width: 65%;
	position: absolute;
	left: 52%;
	top: 0;
}

#allmap,
#allmap2 {
	width: 100%;
	height: 6.2rem;
}

#allmap img,
#allmap2 img {
	max-width: initial;
	max-height: inherit;
}

#allmap .anchorBL,
#allmap2 .anchorBL {
	display: none;
}

.message {
	padding: 0.79rem 0 70px 0;
	margin-top: 0.8rem;
	background: #f1f8ff;
	position: relative;
}

.message .inmain-title {
	font-size: .25rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}

.message .nr {
	margin-top: 0.46rem;
}

.message .list {
	position: relative;
}

.message .list:before {
	content: "";
	display: block;
	width: 120px;
	height: 130px;
	background: url("../images/pen.png") no-repeat center center;
	position: absolute;
	z-index: 9;
	bottom: 100px;
	right: -20px;
}

.message li {
	width: 50%;
	float: left;
	padding: 0 6px;
	margin-bottom: 18px;
	position: relative;
}

.message .box {
	position: relative;
}

.message .red {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 14px;
	color: #FF0000;
}

.message .error {
	background: #ff0000;
	color: #fff;
	padding: 0 6px;
	border-bottom-left-radius: 6px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.message .input-form,
.message .textarea-form {
	border: none;
	border-radius: 3px;
	color: #333;
	vertical-align: middle;
	border: #d1d1d1 solid 1px;
	padding: 0 30px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	width: 100%;
}

.message .input-form::-webkit-input-placeholder,
.message .textarea-form::-webkit-input-placeholder {
	color: #333333;
}

.message .input-form:-moz-placeholder,
.message .textarea-form:-moz-placeholder {
	color: #333;
	opacity: 1;
}

.message .input-form::-moz-placeholder,
.message .textarea-form::-moz-placeholder {
	color: #333;
	opacity: 1;
}

.message .input-form:-ms-input-placeholder,
.message .textarea-form:-ms-input-placeholder {
	color: #333333;
}

.message .input-form:focus,
.message .textarea-form:focus {
	border: #0060b0 solid 1px;
}

.message .textarea-form {
	line-height: 30px;
	padding: 10px 90px 10px 30px;
	width: 100%;
	padding-right: 90px;
	min-height: 140px;
}

.message .textarea-form:focus {
	border: #0060b0 solid 1px;
}

.message .yzhm {
	width: 100%;
}

.message .yzhm input {
	width: 40%;
}

.message .yzhm img {
	margin-right: 5px;
}

.message .btn {
	width: 100%;
}

.message .submit,
.message .reset {
	font-size: 16px;
	width: 33.3333333%;
	display: inline-block;
	max-width: 200px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-radius: 3px;
	color: #666666;
	margin-right: 20px;
	background: #dddddd;
	border: none;
}

.message .submit:hover,
.message .reset:hover {
	background-image: linear-gradient(90deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
}

.message .submit {
	background-image: linear-gradient(90deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	color: #fff;
}

.message .submit:hover {
	background-image: linear-gradient(90deg, #0066cb 0%, #8ec31f 100%);
	background-blend-mode: normal, normal;
}

.message .email {
	font-size: 20px;
}

.message .email:hover {
	background: #e8e8e8;
	color: #333;
}

.message .verifyDiv {
	width: 30%;
	vertical-align: middle;
	float: left;
	padding-right: 20px;
}

.message .col-2 {
	width: 50%;
	float: left;
	position: relative;
}

.inmain-title {
	text-align: center;
	font-size: .38rem;
	font-weight: bold;
	color: #000000;
}

.inmain-line {
	width: .44rem;
	height: .07rem;
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
	margin: 0.05rem auto 0 auto;
}

.job01 {
	/* padding: 0.75rem 0 0.6rem 0; */
	background: url("../images/bg4.png") no-repeat bottom center;
}

.job01 .jsh {
	font-size: .16rem;
	line-height: .37rem;
	text-align: center;
	color: #001d33;
	padding: .58rem 1.05rem 0.52rem 1.05rem;
}

.job01 .list {
	text-align: center;
	font-size: .20rem;
	color: #0060b0;
}

.job01 .list li {
	float: left;
	background: url("../images/line3.png") no-repeat bottom center;
	background-size: 0.17rem;
	padding-bottom: 1.10rem;
}

.job01 .list li:nth-child(1) {
	margin-right: 1.20rem;
}

.job01 .list li:nth-child(2) {
	margin-right: 2.68rem;
	margin-top: 1.28rem;
}

.job01 .list li:nth-child(3) {
	margin-right: 3.93rem;
	margin-top: .41rem;
}

.job01 .list li:nth-child(4) {
	margin-right: 2.62rem;
	margin-top: 1.45rem;
}

.job01 .list li:nth-child(5) {
	margin-right: 0;
	margin-top: .36rem;
}

.job02 {
	padding: 0.78rem 0 1.14rem 0;
	background: url("../images/bg5.jpg") no-repeat top center;
	background-size: cover;
}

.job02 .inmain-title {
	color: #fff;
}

.job02 .inmain-line {
	background: #fff;
}

.job02 .job-bottom {
	padding-top: .73rem;
}

.job02 .job-bottom .left {
	float: left;
	width: 58.2%;
}

.job02 .job-bottom .left ul li {
	width: 33.33333333%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: .18rem;
	border: solid 0.01rem rgba(255, 255, 255, 0.58);
	background: rgba(0, 96, 176, 0.58);
}

.job02 .job-bottom .left ul li .iconfont {
	font-size: 0.68rem;
}

.job02 .job-bottom .left ul li .box {
	padding: .12rem .22rem;
	height: 176px;
}

@media (min-width: 1025px) {
	.job02 .job-bottom .left ul li:hover {
		background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
		background-blend-mode: normal, normal;
	}
}

.job02 .job-bottom .right {
	font-size: .16rem;
	line-height: .32rem;
	color: #ffffff;
	width: 35%;
	float: right;
	padding-top: 1.11rem;
}

.job03 {
	padding: 0.75rem 0;
	background: #fff;
}

.job04 {
	padding: 0.65rem 0;
	background: #f1f8ff;
}

.job2 .info {
	width: 77.2%;
	float: left;
	padding: 0 0.3rem;
	background: #ffffff;
}

.job2 .span-01 {
	display: block;
	width: 37%;
	float: left;
	padding-left: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.job2 .span-02 {
	display: block;
	width: 25%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.job2 .span-03 {
	display: block;
	width: 24%;
	float: left;
}

.job2 .span-04 {
	display: block;
	width: 14%;
	float: left;
}

@media (min-width: 1025px) {
	.job2 .span-04 a:hover {
		color: #0060b0;
	}
}

.job2 .title {
	color: #333333;
	font-weight: bold;
	line-height: .40rem;
	padding: .26rem 0;
	font-size: .18rem;
	overflow: hidden;
}

.job2 dl {
	margin-bottom: .15rem;
	background: #fbfbfb;
}

.job2 dt {
	background: #f9f9f9;
	border-radius: .10rem;
	overflow: hidden;
	padding: .15rem 0;
	cursor: pointer;
	font-size: .16rem;
	line-height: .30rem;
	color: #333333;
	transition: all .5s;
}

.job2 dt:hover {
	background: #e5e5e5;
}

.job2 dd {
	height: 0;
	font-size: .16rem;
	color: #666666;
	line-height: 2;
	overflow: hidden;
}

.job2 dd .nr {
	padding: .37rem .30rem .50rem .40rem;
	position: relative;
}

.job2 .cur dt {
	background: #f1f8ff;
}

.job2 .cur dt .span-01 {
	color: #0060b0;
	font-weight: bold;
}

.job2 .cur dd {
	height: auto;
}

.job2 .p-01 {
	font-weight: 700;
	color: #0060b0;
	margin-bottom: .21rem;
}

.job2 .red {
	color: #ff0000;
}

.job2 .send {
	padding-top: .50rem;
}

@media (min-width: 1025px) {
	.job2 .send:hover a {
		background: #0060b0;
		color: #fff;
		-webkit-box-shadow: 0 0 0 1px #fff;
		box-shadow: 0 0 0 1px #fff;
	}
}

.job2 .send a {
	display: inline-block;
	padding: 0 .10rem;
	min-width: 1.78rem;
	line-height: .42rem;
	text-align: center;
	color: #0060b0;
	font-size: .14rem;
	-webkit-box-shadow: 0 0 0 1px #0060b0;
	box-shadow: 0 0 0 1px #0060b0;
	border-radius: .30rem;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.job2 .send .iconfont {
	margin-left: .05rem;
	vertical-align: middle;
	display: inline-block;
	font-size: .2rem;
}

.job2 .con {
	overflow: hidden;
	background-color: #ffffff;
	border-radius: .04rem;
	padding: .37rem .30rem .20rem .30rem;
	color: #001d33;
	float: right;
	width: 21%;
}

.job2 .gg .titleBig {
	color: #333;
	font-weight: 700;
	line-height: 1;
	border-left: 0.04rem #0060b0 solid;
	padding-left: .10rem;
	margin-bottom: .27rem;
	font-size: .24rem;
}

.job2 .gg .lc {
	border-bottom: .01rem #f2f2f2 solid;
	padding-bottom: 0.2rem;
}

.job2 .gg .title-1 {
	color: #001d33;
	margin-bottom: .12rem;
	font-size: .16rem;
}

.job2 .gg .p-2 {
	line-height: .24rem;
}

.job2 .gg .p-2 span {
	display: inline-block;
}

.job2 .gg .wx {
	padding: .21rem 0;
	line-height: .32rem;
	border-top: .01rem solid #eeeeee;
}

.job2 .gg .wx a {
	color: #0060b0;
}

.job2 .gg .title-2 {
	font-weight: 700;
	color: #001d33;
	font-size: .18rem;
	margin-bottom: 0.18rem;
}

.job2 .gg .title-2 .span-1 {
	color: #0060b0;
}

.job2 .gg .div-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.job2 .gg .div-1 .img {
	border: .01rem solid #f2f2f2;
	max-width: 1.20rem;
	padding: .10rem;
	float: left;
}

.job2 .gg .div-1 img {
	vertical-align: middle;
}

.job2 .gg .div-1 .txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #001d33;
	line-height: .24rem;
	padding-left: 0.3rem;
}

.brand-info .left {
	float: left;
	width: 36%;
	position: relative;
	border: 0.01rem solid #efefef;
}

.brand-info .left .slick-dots {
	z-index: 9;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: right;
	padding-right: 20px;
}

.brand-info .left .slick-dots li {
	float: none;
	width: 12px;
	height: 12px;
	margin: 0 7px;
}

.brand-info .left .slick-dots li button {
	padding: 0;
}

.brand-info .left .slick-dots li button:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #d5d5d5;
	border-radius: 50%;
	opacity: 1;
}

.brand-info .left .slick-dots .slick-active button:before {
	background: #0060b0;
}

.brand-info .left .img .pic:after {
	padding-bottom: 82.98507463%;
}

.brand-info .text {
	width: 61.4%;
	float: right;
	padding-top: 0.29rem;
}

.brand-info .text .bt {
	font-size: .30rem;
	border-bottom: 0.02rem solid #e6e6e8;
	padding-bottom: 0.28rem;
	font-weight: bold;
	color: #001d33;
}

.brand-share {
	padding-top: .37rem;
}

.brand-share .ewm {
	float: left;
	width: 23%;
	padding: 0.1rem;
	text-align: center;
	border: solid .01rem #dfdfdf;
	font-size: .16rem;
	color: #221f1f;
}

.brand-share .ewm .h3 {
	margin-top: .04rem;
	margin-bottom: .10rem;
}

.brand-share .br-fr {
	float: left;
	width: 45%;
	margin-left: 4%;
}

.brand-share .br-fr .list {
	margin-bottom: .25rem;
	overflow: hidden;
}

.brand-share .br-fr .list ul li {
	width: 1.8rem;
	float: left;
	border: solid .01rem #ececec;
	margin-right: 0.18rem;
	text-align: center;
}

.brand-share .br-fr .list ul li .box {
	padding: .28rem .1rem;
}

.brand-share .br-fr .list ul li .iconfont {
	font-size: 0.46rem;
	line-height: 0.4rem;
	height: 0.4rem;
	display: block;
	background-image: linear-gradient(-86deg, #0060b0 0%, #8fc422 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.brand-share .br-fr .list ul li .icon-guige {
	font-size: 0.34rem;
}

.brand-share .br-fr .list ul li .h3 {
	font-size: .18rem;
	color: #001d33;
	margin-top: .04rem;
}

.brand-share .br-fr .list ul li .h3 p {
	height: 26px;
	overflow: hidden;

}

.brand-share .br-fr .list ul li .h3 h3 {
	font-size: .18rem;
	margin-bottom: .04rem;
	font-weight: bold;
	color: #001d33;
}

.brand-bottom {
	padding-top: .95rem;
	padding-bottom: 0.5rem;
}

.brand-bottom .item {
	position: relative;
	margin-top: 0.54rem;
}

.brand-bottom .item .item-title {
	position: relative;
	font-size: .20rem;
	padding-left: 0.2rem;
	margin-bottom: 0.15rem;
	font-weight: bold;
	color: #001d33;
}

.brand-bottom .item .item-title:after {
	background-image: linear-gradient(183deg, #0060b0 0%, #8fc422 100%);
	background-blend-mode: normal, normal;
	content: '';
	display: block;
	width: .07rem;
	height: .21rem;
	position: absolute;
	top: 0.06rem;
	left: 0;
}

.brand-bottom .item .item-jsh {
	font-size: .18rem;
	line-height: .32rem;
	color: #3d3a3a;
}

.brand-bottom .item .list2 {
	margin: 0 -0.39rem;
}

.brand-bottom .item .list2 li {
	width: 50%;
	float: left;
	padding: 0 0.39rem;
	line-height: 0.77rem;
	margin-bottom: 0.3rem;
	color: #fff;
	font-size: .16rem;
	font-weight: bold;
}

.brand-bottom .item .list2 li .box {
	background: url("../images/bg6.png") no-repeat top left;
	padding-left: 0.11rem;
	background-size: 100%;
}

.brand-bottom .item .list2 li span {
	font-family: Oswald-Bold;
	font-size: .28rem;
	color: #0060b0;
	width: .69rem;
	height: .77rem;
	line-height: 0.77rem;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.11rem;
}

.height {
	position: absolute;
	top: -0.9rem;
	left: 0;
	width: 100%;
	height: 1px;
}

.about01 {
	padding: 0.48rem 0;
	position: relative;
}

.about01 .h3 {
	font-size: .28rem;
	margin-bottom: 0.46rem;
	font-weight: bold;
	color: #010a13;
	position: relative;
}

.about01 .h3:after {
	font-family: "iconfont" !important;
	content: "\e67b";
	display: block;
	position: absolute;
	top: -0.05rem;
	left: -0.63rem;
	font-size: .34rem;
	color: #e7e8ec;
}

.about01 .p {
	font-size: .18rem;
	line-height: .32rem;
	color: #565656;
}

.about02 {
	/* padding: 0.23rem 0 0 0;
	position: relative; */
	bottom: 0;
	top: auto;
	transform: translateY(0);
}

.about02 .about-bottom {
	margin-top: 0.6rem;
	background: url("../images/bg7.jpg") no-repeat top center;
	background-size: cover;
}

.about02 .about-bottom ul {
	border-left: 0.01rem solid rgba(255, 255, 255, 0.17);
}

.about02 .about-bottom ul li {
	width: 33.33333333%;
	float: left;
	text-align: center;
}

.about02 .about-bottom ul li .box {
	height: 6.80rem;
	padding-top: 59%;
	transition: 0.5s;
	color: #fff;
	border-right: 0.01rem solid rgba(255, 255, 255, 0.17);
}

.about02 .about-bottom ul li .img {
	width: .93rem;
	height: .93rem;
	line-height: .93rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.17);
	border: dashed .01rem #ffffff;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}

.about02 .about-bottom ul li .img:after {
	content: '';
	display: block;
	width: .78rem;
	height: .78rem;
	background-color: #ffffff;
	position: absolute;
	top: 0.07rem;
	left: 0.07rem;
	z-index: 1;
	border-radius: 50%;
	opacity: 0;
	transition: 0.5s;
}

.about02 .about-bottom ul li .iconfont {
	font-size: 0.5rem;
	color: #fff;
	display: block;
	position: relative;
	z-index: 9;
}

.about02 .about-bottom ul li .bt {
	font-size: .28rem;
	font-weight: bold;
	margin-bottom: 13%;
}

.about02 .about-bottom ul li .p {
	font-size: .18rem;
	line-height: .32rem;
	color: #ffffff;
	opacity: 0;
	transition: 0.5s;
}

.about02 .about-bottom ul li .text {
	padding: .23rem .44rem;
}

@media (min-width: 1025px) {
	.about02 .about-bottom ul li:hover .box {
		padding-top: 42%;
		background-image: linear-gradient(160deg, #8ec31f 0%, #0066cb 100%);
		background-blend-mode: normal, normal;
	}

	.about02 .about-bottom ul li:hover .img:after {
		opacity: 1;
	}

	.about02 .about-bottom ul li:hover .iconfont {
		background-image: linear-gradient(-40deg, #0080d4 0%, #2cbea8 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.about02 .about-bottom ul li:hover .p {
		opacity: 1;
	}
}

@media(max-width:1400px) {
	.about02 .about-bottom ul li .box {
		height: 6.3rem;
	}
}

.about03 {
	/* padding: .70rem 0 .89rem 0;
	background: url("../images/bg8.jpg") no-repeat top center;
	background-size: cover;
	position: relative; */
}

.about03 .rightbox {
	margin-top: .70rem;
}

.about03 .leftimg {
	width: 54.7%;
	float: left;
}

.about03 .rightbox .content1 {
	display: none;
}

.about03 .item {
	float: right;
	width: 53%;
	margin-left: -11%;
	margin-top: 4.6%;
	padding: .43rem .34rem;
	height: 3.87rem;
	background: #ffffff;
}

.about03 .rightbox .bt {
	height: .80rem;
	padding-left: 1.08rem;
	position: relative;
}

.about03 .rightbox .bt span {
	top: 0;
	left: 0;
	color: #1383ce;
	font-weight: lighter;
	font-size: .72rem;
	line-height: .73rem;
	position: absolute;
	font-family: "Oswald-Bold";
}

.about03 .rightbox .bt span::before {
	top: 0;
	right: -0.07rem;
	content: "";
	width: .01rem;
	height: .20rem;
	position: absolute;
	transform: rotate(45deg);
	border-left: solid .01rem #1383ce;
}

.about03 .rightbox .bt span::after {
	bottom: -0.1rem;
	left: -0.07rem;
	content: "";
	width: .01rem;
	height: .20rem;
	position: absolute;
	transform: rotate(45deg);
	border-left: solid .01rem #1383ce;
}

.about03 .rightbox .bt .cn {
	font-size: .30rem;
	line-height: .40rem;
	color: #000;
	font-weight: 700;
	margin-top: .15rem;
}

.about03 .rightbox .bt .en {
	color: #666;
	font-size: .18rem;
	margin-top: .05rem;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.about03 .rightbox .txt {
	height: 1.60rem;
	font-size: 0.18rem;
	color: #3d3a3a;
	overflow: hidden;
}

.about03 .rightbox .txt p {
	padding-left: .20rem;
	margin-top: .30rem;
	position: relative;
}

.about03 .rightbox .txt p::before {
	content: "";
	top: .05rem;
	left: 0;
	width: .06rem;
	height: .11rem;
	position: absolute;
	background: url(../images/arrow-right.png) no-repeat top left;
}

.about03 .rightbox .tablist {
	width: 50%;
	float: right;
	z-index: 10;
	padding-right: .12rem;
	position: relative;
	margin-top: -1.14rem;
}

.about03 .rightbox .tablist ul {
	margin: 0 -0.06rem;
}

.about03 .rightbox .tablist li {
	width: 25%;
	float: left;
	cursor: pointer;
	padding: 0 .06rem;
}

.about03 .rightbox .tablist li span {
	display: block;
	height: .47rem;
	line-height: .47rem;
	border-radius: .30rem;
	text-align: center;
	font-size: .16rem;
	color: #333;
	-webkit-box-shadow: 0 0 0 1px #dcdcdc;
	box-shadow: 0 0 0 1px #dcdcdc;
}

.about03 .rightbox .tablist .active span {
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	background-image: linear-gradient(45deg, #8ec31f 0%, #0066cb 100%);
	background-blend-mode: normal, normal;
}

.about04 {
	/* padding: .70rem 0 .74rem 0;
	position: relative; */
}

.about04 .about-bottom {
	margin-top: 0.65rem;
}

.about04 ul {
	margin: 0 -0.24rem;
	position: relative;
}

.about04 ul li {
	width: 25%;
	float: left;
	padding: 0 0.24rem;
	text-align: center;
}

.about04 ul li .pic {
	background: url("../images/hbg.jpg") no-repeat center center;
	background-size: cover;
}

.about04 ul li .pic:after {
	padding-bottom: 98.46153846%;
}

.about04 ul li .bt {
	font-size: .18rem;
	color: #3d3a3a;
	margin-top: 0.32rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.about04 ul li:hover .pic img {
		transform: scale(1.04);
	}

	.about04 ul li:hover .bt {
		color: #0060b0;
	}
}

.about04 ul .slick-prev,
.about04 ul .slick-next {
	top: 50%;
	display: block;
	width: .4rem;
	height: .4rem;
	margin-top: -0.45rem;
	border-radius: 50%;
	border: solid .01rem #5e5c5c;
	z-index: 44;
}

@media (min-width: 1025px) {

	.about04 ul .slick-prev:hover,
	.about04 ul .slick-next:hover {
		background: #0060b0;
		color: #fff;
		border: solid 0.01rem #0060b0;
	}
}

.about04 ul .slick-next:before,
.about04 ul .slick-prev:before {
	font-family: "iconfont" !important;
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5e5c5c;
	font-size: 0.2rem;
	font-weight: bold;
}

.about04 ul .slick-prev {
	left: -0.5rem;
}

.about04 ul .slick-prev:before {
	content: "\e660";
}

.about04 ul .slick-next {
	right: -0.5rem;
}

.about04 ul .slick-next:before {
	content: "\e65f";
}

.about05 {
	/* padding: .70rem 0 .58rem 0;
	position: relative;
	background: url("../images/bg9.jpg") no-repeat top center; */
	background-size: 100%;
}

.about05 .about-bottom {
	margin-top: 1.18rem;
	position: relative;
}

.about05 .about-bottom .slick-prev,
.about05 .about-bottom .slick-next {
	top: 50%;
	display: block;
	width: .4rem;
	height: .4rem;
	margin-top: 0.4rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.17);
	border: solid .01rem #666;
	z-index: 44;
}

@media (min-width: 1025px) {

	.about05 .about-bottom .slick-prev:hover,
	.about05 .about-bottom .slick-next:hover {
		background: #0060b0;
		color: #fff;
		border: solid 0.01rem #0060b0;
	}

	.about05 .about-bottom .slick-prev:hover:before,
	.about05 .about-bottom .slick-next:hover:before {
		color: #fff;
	}
}

.about05 .about-bottom .slick-next:before,
.about05 .about-bottom .slick-prev:before {
	font-family: "iconfont" !important;
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
	font-size: 0.2rem;
	font-weight: bold;
}

.about05 .about-bottom .slick-prev {
	left: -0.75rem;
}

.about05 .about-bottom .slick-prev:before {
	content: "\e660";
}

.about05 .about-bottom .slick-next {
	right: -0.75rem;
}

.about05 .about-bottom .slick-next:before {
	content: "\e65f";
}

.about05 .about-bottom ul li {
	width: 20%;
	float: left;
	margin-top: 1.43rem;
	padding-top: 1.29rem;
	background: url("../images/line05.png") no-repeat left 0;
}

.about05 .about-bottom ul li .box {
	padding-left: .18rem;
	min-height: 2rem;
}

.about05 .about-bottom ul li .bt {
	font-family: Oswald-Bold;
	font-size: .30rem;
	color: #000000;
	margin-bottom: 0.06rem;
}

.about05 .about-bottom ul li .p {
	font-size: .18rem;
	line-height: .30rem;
	max-height: 1.5rem;
	overflow: hidden;
	color: #2a2a2a;
}

.about05 .about-bottom ul li:nth-child(2n) {
	margin-top: 0;
	padding-top: 0;
	background: url("../images/line04.png") no-repeat left 0.24rem;
}

.about06 {
	/* padding: .73rem 0;
	position: relative; */
}

.active .inmain-title {
	-webkit-animation: fadeInDown2 2s alternate;
	animation: fadeInDown2 2s alternate;
}

.active .about05 .about-bottom {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .about04 .about-bottom {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .about02 .about-bottom ul li {
	-webkit-animation: fadeInLeft2 2s alternate;
	animation: fadeInLeft2 2s alternate;
}

.active .small-list {
	-webkit-animation: fadeInDown2 2s alternate;
	animation: fadeInDown2 2s alternate;
}

.active .about01 {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .about03 .rightbox {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.partner02 {
	padding: .52rem 0 0 0;
}

.partner02 .partner_content .swiper-slide {
	background: #f2f6fa;
	width: 1.98rem;
	float: left;
	margin-bottom: .38rem;
}

.partner02 .partner_content .swiper-slide .pic {
	height: 0.9rem;
}

.partner02 .partner_content .swiper-slide:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.partner02 .partner_content .swiper-slide:hover .pic img {
	transform: scale(1.04);
}

.video-popup {
	position: fixed;
	z-index: 1999;
	width: 490px;
	height: 410px;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	-webkit-overflow-scrolling: touch;
}

.video-popup .box {
	height: 100%;
	padding: 60px 55px 52px 55px;
	background: #ffffff;
}

.video-popup .box ul {
	overflow: hidden;
	margin-left: -14px;
	margin-right: -14px;
	/*margin-bottom: 39px;*/
}

.video-popup .box ul li {
	position: relative;
	margin-bottom: 19px;
	padding-left: 14px;
	padding-right: 14px;
}

.video-popup .box input {
	width: 100%;
	height: 45px;
	padding: 0 24px;
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
}

.video-popup .box textarea {
	width: 100%;
	height: 100px;
	padding: 0 24px;
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
}

.video-popup .box input::-webkit-input-placeholder {
	color: #666666;
}

.video-popup .box input:-moz-placeholder {
	color: #666;
	opacity: 1;
}

.video-popup .box input::-moz-placeholder {
	color: #666;
	opacity: 1;
}

.video-popup .box input:-ms-input-placeholder {
	color: #666666;
}

.video-popup .box textarea::-webkit-input-placeholder {
	color: #666666;
}

.video-popup .box textarea:-moz-placeholder {
	color: #666;
	opacity: 1;
}

.video-popup .box textarea::-moz-placeholder {
	color: #666;
	opacity: 1;
}

.video-popup .box textarea:-ms-input-placeholder {
	color: #666666;
}

.video-popup .box p {
	text-align: center;
}

.video-popup .box .submit {
	border-radius: 30px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 39px;
	line-height: 39px;
	background: #0060b0;
	display: block;
	margin: 8px auto 0 auto;
}

@media (min-width: 1025px) {
	.video-popup .box .submit:hover {
		background: #0057a0;
		color: #fff;
	}
}

.video-popup .close {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.video-popup .close .iconfont {
	font-size: 30px;
	color: #333;
	display: inline-block;
	vertical-align: top;
}

.sitemap li {
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sitemap li .top {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.sitemap li .top:hover {
	color: #0060b0;
}

.sitemap li .bot {
	margin-top: 15px;
}

.sitemap li .bot a {
	float: left;
	font-size: 18px;
	color: #454545;
	margin-right: 20px;
}

.sitemap li .bot a:hover {
	color: #0060b0;
}

@font-face {
	font-family: iconfont;
	src: url(../font/iconfont.eot?t=1669272089405);
	src: url(../font/iconfont.eot?t=1669272089405#iefix) format('embedded-opentype'), url(../font/iconfont.woff2?t=1669272089405) format('woff2'), url(../font/iconfont.woff?t=1669272089405) format('woff'), url(../font/iconfont.ttf?t=1669272089405) format('truetype'), url(../font/iconfont.svg?t=1669272089405#iconfont) format('svg');
}

.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-lianxiwomen1:before {
	content: "\e60d";
}

.icon-lianxiwomen:before {
	content: "\e60c";
}

.icon-zhaopinshenqing:before {
	content: "\e60b";
}

.icon-gangtiexingye:before {
	content: "\e61c";
}

.icon-jixieweixiu:before {
	content: "\e60e";
}

.icon-qiche:before {
	content: "\e7ef";
}

.icon-yiliao:before {
	content: "\e638";
}

.icon-hangkongfeiji:before {
	content: "\e627";
}

.icon-chengshiguidaojiaotongshigu:before {
	content: "\e60a";
}

.icon-fengdianchang:before {
	content: "\e661";
}

.icon-yunxiazai:before {
	content: "\e604";
}

.icon-yingyong:before {
	content: "\e605";
}

.icon-kefu:before {
	content: "\e607";
}

.icon-feiji:before {
	content: "\e655";
}

.icon-wenti:before {
	content: "\e8bb";
}

.icon-hongbao:before {
	content: "\e61b";
}

.icon-chuang:before {
	content: "\e608";
}

.icon-shengridangao:before {
	content: "\e620";
}

.icon-tijian:before {
	content: "\e855";
}

.icon-guige:before {
	content: "\e61e";
}

.icon-shenqing:before {
	content: "\e7e3";
}

.icon-iconzhengli_shitang:before {
	content: "\e647";
}

.icon-rili:before {
	content: "\e90c";
}

.icon-001huoche-1:before {
	content: "\e825";
}

.icon-peixunxiangmu:before {
	content: "\e684";
}

.icon-hezuoleibieshezhi:before {
	content: "\e609";
}

.icon-fangwubaoxian:before {
	content: "\e73c";
}

.icon-xiazai-wenjianxiazai-05:before {
	content: "\e856";
}

.icon-xiazai-wenjianxiazai-11:before {
	content: "\e857";
}

.icon-quotation:before {
	content: "\e67b";
}

.icon-youshuangjiantou:before {
	content: "\e6c9";
}

.icon-zuoshuangjiantou:before {
	content: "\e6d0";
}

.icon-dizhiguanli:before {
	content: "\e63f";
}

.icon-gongsiyuanjing:before {
	content: "\e615";
}

.icon-daohangdizhi:before {
	content: "\e665";
}

.icon-wj-fczm:before {
	content: "\e74d";
}

.icon-rongyu:before {
	content: "\e629";
}

.icon-zuanshi:before {
	content: "\e90e";
}

.icon-icon_xinyong_xianxing_jijin-248:before {
	content: "\e666";
}

.icon-baoguandan:before {
	content: "\e626";
}

.icon-qiyewenhua:before {
	content: "\e613";
}

.icon-hezuoguanxi:before {
	content: "\e8a9";
}

.icon-youqitong:before {
	content: "\e675";
}

.icon-zizhi:before {
	content: "\e616";
}

.icon-gongsi:before {
	content: "\e603";
}

.icon-youshi:before {
	content: "\e61a";
}

.icon-24gf-newspaper3:before {
	content: "\e8b4";
}

.icon-shalou:before {
	content: "\e695";
}

.icon-fl-shuazi:before {
	content: "\e619";
}

.icon-qingxiji:before {
	content: "\e62d";
}

.icon-jiaonianji:before {
	content: "\e602";
}

.icon-runhuaji:before {
	content: "\e63d";
}

.icon-lajitong:before {
	content: "\e716";
}

.icon-web-icon-:before {
	content: "\e70e";
}

.icon-xinlangweibo:before {
	content: "";
    background: url(../images/twitter.png) no-repeat 6px 6px;
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
}

.icon-weixin:before {
	content: "\e601";
}

.icon-qq:before {
	content: "\e630";
}

.icon-Facebook:before {
	content: "\e606";
}

.icon-weixinxiaochengxu:before {
	content: "\e668";
}

.icon-sanjiaoxing_shang:before {
	content: "\e6e6";
}

.icon-wuliupeisong-:before {
	content: "\ecf7";
}

.icon-chahao:before {
	content: "\e617";
}

.icon-xiangshangjiantou:before {
	content: "\e65d";
}

.icon-xiangxiajiantou:before {
	content: "\e65e";
}

.icon-xiangyoujiantou:before {
	content: "\e65f";
}

.icon-xiangzuojiantou:before {
	content: "\e660";
}

.icon-chandizhicai:before {
	content: "\e637";
}

.icon-diqiu:before {
	content: "\e62e";
}

.icon-zhuanzhu-copy:before {
	content: "\e636";
}

.icon-huopinleixing-:before {
	content: "\e632";
}

.icon-fangdajing:before {
	content: "\e687";
}

@media (max-width: 1600px) {
	.home-huoban .info {
		transform: scale(0.95);
		height: 8rem;
	}

	.footer .footer-top .right .right-contact .share ul li .hover {
		right: -61px;
	}
}

@media (max-width: 1440px) {
	.footer .footer-top .right .right-contact .share ul li .hover {
		right: -62px;
	}
}

@media (max-width: 1366px) {
	.footer .footer-top .right .right-contact .share ul li .hover {
		right: -64px;
	}
}

@media (max-width: 1280px) {
	.footer .footer-top .right .right-contact .share ul li .hover {
		right: -61px;
	}
}

@media (max-width: 1200px) {
	body {
		font-size: 12px;
	}

	.container {
		width: 100%;
		max-width: 750px;
		padding: 0 15px;
	}

	.home-partner ul {
		max-width: 750px;
		padding: 0 15px;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}

	.header .logo a img {
		width: 107px;
	}

	.header .container {
		width: 100%;
		padding: 0 15px;
	}

	.header .header-right .menu {
		display: block;
	}

	.nav {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		margin-top: 21px;
	}

	.header .header-right .header-search {
		padding: 0 0 0 15px;
		width: auto;
		background-image: none;
		position: relative;
	}

	.header .header-right .header-search .pull-right {
		text-align: center;
	}

	.header .header-right .header-search .pull-right a .iconfont {
		font-size: 18px;
		line-height: 60px;
	}

	.header .header-right .header-search .pull-right a .iconfont.icon-fangdajing {
		color: #333;
	}

	.header .header-right .header-search .search .search-main {
		right: -10px;
		width: 280px;
		padding: 0 30px;
	}

	.header .header-right .header-search .search .search-main .iconfont {
		font-size: 16px;
		line-height: 60px;
		left: 10px;
	}

	.header .header-right .header-search .form-control {
		font-size: 14px;
		height: 50px;
		padding: 0 10px;
	}

	.header .header-right .lan a {
		line-height: 60px;
		height: 60px;
		font-size: 14px;
		padding: 0 10px;
	}

	.header .header-right .lan a .iconfont {
		font-size: 20px;
		margin-right: 5px;
		vertical-align: top;
		display: inline-block;
	}

	.header .header-right .phone {
		margin-right: 15px;
		line-height: 60px;
	}

	.header .header-right .phone a {
		font-size: 0;
		color: transparent;
	}

	.header .header-right .phone .iconfont {
		font-size: 18px;
		color: #0060b0;
	}

	.section {
		height: auto;
	}

	.home-partner .title .dot-07 {
		display: none;
	}


.banner .img1{display: none;}
.banner .img2{display: block;}

	.banner video {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: auto;
		display: block;
	}

	.banner {
		margin-top: 60px;
	}

	.banner .banner-hover .bt {
		font-size: 24px;
		line-height: 30px;
	}

	.banner .banner-hover .span {
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 1px;
	}

	.bg {
		padding-top: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.home {
		position: relative;
		top: auto;
		left: auto;
		transform: initial;
		padding: 40px 0;
	}

	.home-partner .title {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		transform: initial;
		border-radius: 0;
		margin-bottom: 10px;
	}

	.home-partner .title .info {
		padding: 0;
		text-align: left;
	}

	.home-partner .title .bt {
		font-size: 24px;
		color: #000;
		line-height: 30px;
	}

	.home-partner .title .span {
		font-size: 14px;
		line-height: 25px;
		color: #666;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.home-partner .title:before {
		display: none;
	}

	.home-partner .title .more {
		padding: 0 6px;
		width: 100px;
		border-radius: 30px;
		margin: 0;
	}

	.home-partner .title .more a {
		line-height: 25px;
		font-size: 12px;
		border-radius: 30px;
		text-align: center;
	}

	.home-partner .title:after {
		display: none;
	}

	.home-partner ul li {
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		width: 65px !important;
		margin: 2% 2% 0 0;
		float: left;
	}

	.home-application .conTabs {
		display: none;
	}

	.home-application .menuTabs {
		width: 100%;
	}

	.home-application .menuTabs .pic {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}

	.home-application .menuTabs .title {
		font-size: 16px;
		line-height: 30px;
	}

	.home-application .menuTabs .box {
		height: auto;
	}

	.home-application .menuTabs .box {
		padding: 20px;
	}

	.home-application .menuTabs .info {
		display: none;
	}

	.home-about .info .text {
		width: 100%;
	}

	#container {
		max-width: 750px;
		margin: 0 auto;
		background: #fff;
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	}

	.home-about .video {
		width: 100%;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
	}

	.home-about .video img {
		display: block;
		width: 100%;
	}

	.home-about .info {
		padding-top: 0;
		margin-bottom: 20px;
	}

	.home-about .info .text .span {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.home-about .info .text .bt {
		font-size: 24px;
		line-height: 30px;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.home-about .info .text .line img {
		width: 105px;
	}

	.home-about .info .text .jsh {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
		height: 100px;
		margin-top: 10px;
	}

	.home-about .info .text .more a {
		font-size: 12px;
	}

	.home-about .info .img {
		top: -30px;
		right: 0;
		margin-left: 0;
		width: 100px;
		left: auto;
	}

	.home-about {
		padding-bottom: 0;
	}

	.home-about .about-list {
		width: 100%;
		margin-bottom: 20px;
	}

	.home-about .about-list ul li .box {
		padding: 8px;
	}

	.home-about .about-list ul li .pic {
		width: 40px;
		height: 40px;
	}

	.home-about .about-list ul li .bt {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		margin-top: 5px;
	}

	.home-about .about-list ul li .bt span {
		font-size: 16px;
		margin-right: 5px;
		vertical-align: top;
	}

	.home-huoban .info {
		transform: scale(1);
		height: auto;
	}

	.home-title {
		margin-bottom: 20px;
	}

	.home-title .bt {
		font-size: 24px;
	}

	.home-title .span {
		font-size: 16px;
	}

	.home-huoban .info li {
		position: relative;
		width: 110px !important;
		border-radius: 30px !important;
		margin-bottom: 10px;
		margin-right: 10px;
		top: auto !important;
		left: auto !important;
		float: left;
		right: auto !important;
		bottom: auto !important;
	}

	.home-huoban .info li.hb22 .pic:after {
		padding-bottom: 43.83561644%;
	}

	.home-news .left {
		width: 100%;
	}

	.home-news .right {
		width: 100%;
		padding-top: 0;
	}

	.home-news .left .left-bottom {
		display: none;
	}

	.newslist li {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #c0c0c0;
	}

	.newslist li .text {
		width: 58%;
	}

	.newslist li .text .bt {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.newslist li .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		margin-bottom: 10px;
	}

	.newslist li .text .more span {
		width: 100px;
		height: 30px;
		line-height: 28px;
		border-radius: 30px;
		border: solid 1px #001932;
	}

	.newslist li .pic .date {
		line-height: 30px;
		padding: 0 10px 0 20px;
	}

	.newslist li .pic .date img {
		left: -15px;
		width: 30px;
	}

	.footer .footer-top .left {
		display: none;
	}

	.footer .footer-top .right {
		width: 100%;
		margin-bottom: 15px;
	}

	.footer .footer-top .right .right-contact {
		width: 100%;
		text-align: left;
	}

	.footer .footer-top .right .right-contact .online {
		margin-bottom: 15px;
	}

	.footer .footer-top .right .right-contact .online a {
		font-size: 26px;
		line-height: 40px;
	}

	.footer .footer-top .right .right-contact .share ul li a {
		float: left;
	}
	
	.footer .footer-top .right .right-contact .online .tit{
		font-size: 18px;
	}
	.footer .footer-top .right .right-contact .online span {
	  font-size: 14px;
	}

	.footer .footer-top .right .right-jsh {
		width: 100%;
		line-height: 22px;
		font-size: 14px;
	}

	.footer .footer-top .right .right-contact .share {
		display: none;
	}

	.footer .footer-top .right .right-contact .share ul li a .iconfont {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.footer .footer-top .link span {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.footer .footer-top .link a {
		font-size: 12px;
		line-height: 22px;
	}

	.footer .footer-top {
		padding: 30px 0;
	}

	.footer .footer-bottom {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0;
		text-align: center;
	}

	.footer .footer-bottom span {
		display: block;
		margin-right: 0;
		text-align: center;
	}

	.footer .footer-bottom a {
		float: none;
		color: #fff;
		margin-left: 0;
		display: inline-block;
		text-align: center;
	}

	.home-huoban {
		bottom: auto;
	}

	.inside-banner {
		margin-top: 60px;
	}

	.inside-banner .cn {
		font-size: 20px;
		padding-top: 0;
		line-height: 40px;
		margin-bottom: 0;
		background-size: 60px;
	}

	.inside-banner .en {
		font-size: 14px;
	}

	.inside-banner .pc1 {
		display: none;
	}

	.inside-banner .mobile1 {
		display: block;
	}

	.current {
		font-size: 12px;
		padding: 10px 0;
		position: relative;
		bottom: auto;
		z-index: 4;
	}

	.content {
		padding: 40px 0;
		overflow: hidden;
	}

	.shaixuan {
		font-size: 14px;
		line-height: 25px;
		padding: 5px;
		padding-left: 48px;
	}

	.shaixuan span {
		top: 5px;
		left: 5px;
	}

	.shaixuan a {
		padding: 0 5px;
		margin-right: 5px;
		font-size: 12px;
	}

	.brandlist {
		padding: 20px 0;
	}

	.brandlist ul {
		margin: 0 -5px;
		padding-bottom: 20px;
	}

	.brandlist ul li {
		width: 33.3333333%;
		padding: 0 5px;
		margin-bottom: 15px;
	}

	.page a {
		display: none;
	}

	.page a.prev,
	.page a.next {
		display: inline-block;
	}

	.brand-top {
		margin-top: 0;
		margin-bottom: 34px;
	}

	.brand-top .text .bt {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.brand-top .text .jsh {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.btnq a {
		width: 100px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		margin-right: 10px;
	}

	.btnq a .iconfont {
		font-size: 20px;
		margin-right: 5px;
	}

	.btnq .down .iconfont {
		font-size: 16px;
	}

	.p-title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.plist3 ul {
		margin: 0 -6px;
	}

	.plist3 ul li {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.plist3 ul li .text {
		padding: 10px;
	}

	.plist3 ul li .text .bt {
		font-size: 14px;
	}

	.plist3 ul li .text .p {
		font-size: 14px;
	}

	.brand-list .plist3 {
		margin-bottom: 20px;
	}

	.plist1 {
		margin-top: 20px;
	}

	.plist1 ul li {
		margin-right: 10px;
	}

	.plist1 ul li a {
		font-size: 14px;
		line-height: 35px;
		padding: 0 10px;
	}

	.plist1 ul .active a {
		padding: 0 20px;
	}

	.plist2 {
		padding: 10px 20px;
	}

	.plist2 ul li {
		width: 25%;
	}

	.plist2 ul li a {
		padding-left: 22px;
		font-size: 14px;
		line-height: 30px;
	}

	.plist2 ul li a:after {
		width: 10px;
		height: 10px;
	}

	.product .plist3 {
		padding: 30px 0 0 0;
	}

	.app-list {
		padding-top: 30px;
	}

	.app-list ul {
		margin: 0 -6px;
	}

	.app-list ul li {
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.app-list ul li .box {
		height: auto;
	}

	.app-list ul li .pic {
		border-radius: 10px;
		height: 300px;
	}

	.app-list ul li .text {
		padding-top: 10px;
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
	}

	.app-list ul li .text .bt {
		font-size: 16px;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}

	.app-list ul li .text .jsh {
		font-size: 14px;
	}

	.small-list ul li {
		margin: 0 5px;
	}

	.small-list ul li a {
		width: 100px;
		height: 35px;
		line-height: 33px;
		border-radius: 30px;
		font-size: 14px;
	}

	.san-list {
		margin-top: 15px;
		padding: 20px 10px;
	}

	.san-list ul li {
		width: 25%;
		margin-bottom: 10px;
	}

	.san-list ul li a {
		position: relative;
		font-size: 14px;
		line-height: 30px;
	}

	.san-list ul li a .pic {
		width: 40px;
	}

	.qa .list .titleQ-date {
		line-height: 20px;
		top: 16px;
		left: 12px;
	}

	.qa .list .titleQ {
		width: 21px;
		height: 21px;
		border-radius: 3px;
		line-height: 21px;
		font-size: 14px;
		margin-bottom: 3px;
	}

	.qa .list .titleQ-date .date {
		font-size: 12px;
	}

	.qa .list .titleA {
		width: 21px;
		height: 21px;
		border-radius: 3px;
		line-height: 21px;
		font-size: 12px;
	}

	.qa .list dd .con {
		padding: 0px 0 0 25px;
		line-height: 23px;
		font-size: 14px;
	}

	.qa .list .title {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 10px;
		padding-right: 30px;
	}

	.qa .list dd {
		height: 21px;
	}

	.qa .list .item {
		padding: 10px 10px 10px 45px;
		margin-bottom: 20px;
	}

	.qa .list .titleQ-date .date {
		display: none;
	}

	.qa .list .title .iconfont {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	.down .list {
		padding: 30px 0;
	}

	.down .list ul {
		margin: 0 -6px;
	}

	.down .list ul li {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.down .list ul li a {
		padding: 15px;
	}

	.down .list ul li .text .bt {
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 10px;
	}

	.down .list ul li .text .span {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.down .list ul li .text .more span {
		font-size: 12px;
		width: 100px;
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
	}

	.contact .jieshao {
		margin-top: 30px;
	}

	.contact .jieshao .title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.contact .jieshao .info {
		font-size: 14px;
		line-height: 25px;
	}

	.contact .tabs {
		margin-top: 20px;
	}

	.contact .menuTabs {
		width: 100%;
	}

	.contact .menuTabs .list li {
		margin-bottom: 10px;
	}

	.contact .menuTabs .title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.contact .menuTabs .info {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.contact .conTabs {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
	}

	#allmap,
	#allmap2 {
		height: 300px;
	}

	.message {
		padding: 30px 0;
		margin-top: 30px;
	}

	.message .inmain-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.message .nr {
		margin-top: 20px;
	}

	.message li {
		width: 100%;
	}

	.message .yzhm {
		width: 100%;
	}

	.message .btn {
		width: 100%;
	}

	.message .email {
		font-size: 20px;
	}

	.message .verifyDiv {
		width: 100%;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.message .col-2 {
		width: 100%;
	}

	.inmain-title {
		font-size: 20px;
	}

	.message .input-form,
	.message .textarea-form {
		font-size: 14px;
	}

	.message .textarea-form {
		padding-right: 30px;
	}

	.job01 .jsh {
		font-size: 14px;
		line-height: 25px;
		padding: 20px 0;
	}

	.job01 .list li {
		background-size: 17px;
		padding-bottom: 118px;
		width: 20%;
		margin: 0 !important;
	}

	.job01 .list {
		font-size: 14px;
	}

	.job02 {
		padding: 40px 0;
	}

	.job02 .job-bottom .right {
		font-size: 14px;
		line-height: 25px;
		width: 100%;
		padding-top: 20px;
	}

	.job02 .job-bottom .left ul li .box {
		padding: 20px;
		height: 140px;
	}

	.job02 .job-bottom .left ul li .iconfont {
		font-size: 38px;
	}

	.job02 .job-bottom .left ul li {
		font-size: 14px;
	}

	.job02 .job-bottom .left {
		width: 100%;
	}

	.job03 {
		padding: 40px 0;
	}

	.job04 {
		padding: 40px 0;
	}

	.inmain-line {
		width: 30px;
		height: 2px;
		margin: 5px auto 0 auto;
	}

	.job2 .con {
		display: none;
	}

	.job2 .info {
		width: 100%;
		padding: 0 10px;
	}

	.job2 .span-01 {
		padding-left: 20px;
	}

	.job2 .span-04 {
		display: block;
		width: 14%;
		float: left;
	}

	.job2 .title {
		line-height: 30px;
		padding: 10px 0;
		font-size: 14px;
	}

	.job2 dl {
		margin-bottom: 15px;
	}

	.job2 dt {
		padding: 10px 0;
		font-size: 14px;
		line-height: 25px;
	}

	.job2 dd {
		font-size: 14px;
		line-height: 25px;
	}

	.job2 dd .nr {
		padding: 20px;
	}

	.job2 .p-01 {
		margin-bottom: 10px;
	}

	.job2 .send {
		padding-top: 10px;
	}

	.job2 .send a {
		padding: 0 10px;
		min-width: 100px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 30px;
	}

	.job2 .send .iconfont {
		margin-left: 2px;
		font-size: 14px;
	}

	.job02 .job-bottom {
		padding-top: 30px;
	}

	.message .list:before {
		bottom: 140px;
		right: -60px;
		background-size: 55px;
	}

	.small-list ul li {
		margin-bottom: 5px;
	}

	.about01 {
		padding: 40px 0;
	}

	.about01 .h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.about01 .h3:after {
		display: none;
	}

	.about01 .p {
		font-size: 14px;
		line-height: 25px;
	}

	.about02 .about-bottom {
		margin-top: 20px;
	}

	.about02 {
		padding: 40px 0 0 0;
	}

	.about02 .about-bottom {
		margin-top: 20px;
	}

	.about02 .about-bottom ul li {
		width: 100%;
	}

	.about02 .about-bottom ul li .box {
		height: auto;
		padding: 10px 0;
	}

	.about02 .about-bottom ul li .img {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.about02 .about-bottom ul li .iconfont {
		font-size: 20px;
	}

	.about02 .about-bottom ul li .bt {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.about02 .about-bottom ul li .p {
		font-size: 14px;
		line-height: 25px;
		opacity: 1;
	}

	.about02 .about-bottom ul li .text {
		padding: 10px;
	}

	.about03 {
		padding: 40px 0;
	}

	.about03 .rightbox {
		margin-top: 30px;
	}

	.about03 .leftimg {
		width: 100%;
	}

	.about03 .leftimg img {
		display: block;
	}

	.about03 .rightbox {
		margin-top: 20px;
	}

	.about03 .item {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		padding: 20px;
		height: auto;
	}

	.about03 .rightbox .bt {
		height: auto;
		padding-left: 50px;
	}

	.about03 .rightbox .bt span {
		font-size: 30px;
		line-height: 38px;
	}

	.about03 .rightbox .bt .cn {
		font-size: 18px;
		line-height: 25px;
		margin-top: 0;
	}

	.about03 .rightbox .bt .en {
		font-size: 14px;
		margin-top: 5px;
	}

	.about03 .rightbox .txt {
		height: auto;
		font-size: 14px;
		line-height: 25px;
	}

	.about03 .rightbox .txt p {
		padding-left: 20px;
		margin-top: 10px;
	}

	.about03 .rightbox .txt p::before {
		top: 8px;
		width: 6px;
		height: 11px;
	}

	.about03 .rightbox .tablist {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}

	.about03 .rightbox .tablist li span {
		height: 30px;
		line-height: 28px;
		border-radius: 30px;
		font-size: 12px;
	}

	.about04 {
		padding: 40px 0;
	}

	.about04 ul li {
		padding: 0 6px;
	}

	.about04 ul {
		margin: 0;
	}

	.about04 ul li .bt {
		font-size: 14px;
		margin-top: 10px;
	}

	.about04 ul .slick-prev,
	.about04 ul .slick-next {
		width: 30px;
		height: 30px;
		margin-top: -30px;
	}

	.about04 ul .slick-prev {
		left: 0;
	}

	.about04 ul .slick-next {
		right: 0;
	}

	.about05 {
		padding: 40px 0;
		background-size: cover;
	}

	.about06 {
		padding: 40px 0;
	}

	.partner02 .partner_content .swiper-slide .pic {
		height: 60px;
	}

	.partner02 .partner_content .swiper-slide {
		width: 120px !important;
		margin-bottom: 15px;
	}

	.partner02 {
		padding: 20px 0 0 0;
	}

	.about05 .about-bottom ul li .bt {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.about05 .about-bottom ul li .p {
		font-size: 14px;
		line-height: 25px;
		max-height: 100px;
	}

	.about05 .about-bottom ul li .box {
		padding-left: 20px;
		min-height: 0;
	}

	.about05 .about-bottom ul li {
		margin-top: 0 !important;
		padding-top: 20px !important;
		background: url(../images/line05.png) no-repeat left 0 !important;
	}

	.about05 .about-bottom {
		margin-top: 30px;
	}

	.newslist1 li .date {
		margin-bottom: 5px;
		font-size: 12px;
		padding: 0 10px;
	}

	.newslist1 li .bt {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.newslist1 li .jsh {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 22px;
		height: 44px;
	}

	.newslist1 li .pic {
		width: 200px;
	}

	.newslist1 li .box {
		min-height: 120px;
		padding-left: 215px;
	}

	.newslist1 li .more span {
		width: 100px;
		height: 23px;
		border-radius: 30px;
		line-height: 20px;
		font-size: 12px;
	}

	.newslist1 li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.newslist1 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.news-bottom {
		padding: 40px 0 0 0;
	}

	.h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.h2 {
		font-size: 12px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.h2 span {
		padding: 0 5px;
	}

	.h2 img {
		margin-right: 5px;
	}

	.news-info {
		font-size: 14px;
		line-height: 25px;
		padding: 20px 0;
	}

	.biaoqian {
		margin-bottom: 10px;
	}

	.biaoqian {
		margin-bottom: 10px;
	}

	.biaoqian span {
		font-size: 14px;
		line-height: 25px;
	}

	.biaoqian a {
		min-width: 70px;
		height: 25px;
		line-height: 25px;
	}

	.list-page-news li {
		width: 100%;
	}

	.list-page-news li p {
		line-height: 25px;
	}

	.list-page-news .fanhui {
		left: auto;
		width: 100px;
		line-height: 52px;
		margin-left: 0;
		font-size: 14px;
		right: 0;
	}

	.list-page-news li p a {
		padding: 0 120px 0 0 !important;
		font-size: 14px;
	}

	.list-page-news li:nth-child(2) {
		padding: 0;
	}

	.related {
		padding-top: 40px;
	}

	.brand-info .text {
		padding-top: 10px;
	}

	.brand-info .text .bt {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.brand-share {
		padding-top: 10px;
	}

	.brand-share .ewm {
		padding: 5px;
		font-size: 12px;
	}

	.brand-share .ewm .h3 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.brand-share .br-fr {
		width: 73%;
	}

	.brand-share .br-fr .list {
		margin-bottom: 10px;
	}

	.brand-share .br-fr .list ul li {
		width: 130px;
		margin-right: 5px;
	}

	.brand-share .br-fr .list ul li .box {
		padding: 10px;
	}

	.brand-share .br-fr .list ul li .iconfont {
		font-size: 30px;
		line-height: 30px;
		height: 30px;
	}

	.brand-share .br-fr .list ul li .icon-guige {
		font-size: 22px;
	}

	.brand-share .br-fr .list ul li .h3 {
		font-size: 12px;
		margin-top: 5px;
	}

	.brand-share .br-fr .list ul li .h3 h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.brand-bottom .item .item-title {
		font-size: 18px;
		padding-left: 15px;
		margin-bottom: 10px;
	}

	.brand-bottom .item .item-title:after {
		width: 3px;
		height: 16px;
		top: 7px;
	}

	.brand-bottom .item .item-jsh {
		font-size: 14px;
		line-height: 25px;
	}

	.newslist2 li .text {
		width: 100%;
		padding-top: 13px;
		margin-top: 12px;
	}

	.related .related-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.brand-bottom .item .list2 li {
		padding: 0 10px;
		line-height: 38px;
		margin-bottom: 10px;
		font-size: 13px;
		width: 357px;
		float: none;
	}

	.brand-bottom .item .list2 li span {
		font-size: 16px;
		width: 38px;
		height: 38px;
		line-height: 38px;
		margin-right: 0.11rem;
	}

	.inside-banner .en ul li {
		font-size: 14px;
		margin-right: 10px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.inside-banner .en ul li .iconfont {
		width: 30px;
		line-height: 28px;
		font-size: 14px;
		margin-right: 4px;
	}

	.video-popup .box {
		padding: 30px;
	}

	.video-popup {
		width: 97%;
		height: 380px;
	}

	.video-popup .close .iconfont {
		font-size: 20px;
	}

	.video-popup .close {
		right: 0px;
		top: 5px;
	}

	.home-about .about-list ul li {
		width: 50%;
	}

	.home-about .about-list ul li:nth-last-child(1) {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.down .list ul li {
		width: 100%;
	}

	.home-application .menuTabs li,
	.home-application .menuTabs .noHas {
		width: 50%;
	}

	.home-application .menuTabs li:nth-child(5) {
		clear: inherit;
		margin-left: -1px;
	}

	.newslist li .pic {
		width: 100%;
		margin-bottom: 9px;
	}

	.newslist li .text {
		width: 100%;
	}

	.brand-top .pic {
		width: 100%;
	}

	.brand-top .text {
		width: 100%;
		padding-top: 20px;
	}

	.app-list ul li {
		width: 50%;
	}

	.job02 .job-bottom .left ul li {
		width: 50%;
	}

	.job02 .job-bottom .left ul li:nth-last-child(1) {
		width: 100%;
	}

	.job2 {
		overflow: auto;
	}

	.job2 .info {
		width: 768px;
	}

	.app-list ul li .pic {
		height: 200px;
	}

	.san-list ul li {
		width: 33%;
	}

	.about03 .rightbox .tablist li {
		width: 50%;
		padding: 0 6px;
		margin-top: 8px;
	}

	.about05 .about-bottom .slick-prev,
	.about05 .about-bottom .slick-next {
		display: none !important;
	}

	.newslist1 li .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}

	.newslist1 li .box {
		min-height: 0;
		padding-left: 0;
	}

	.newslist2 li {
		width: 100%;
	}

	.brand-info .text {
		width: 100%;
	}

	.brand-info .left {
		width: 100%;
	}

	.brand-share .ewm {
		display: none;
	}

	.brand-share .br-fr {
		width: 100%;
		margin: 0;
	}

	.plist2 ul li {
		width: 33%;
	}

	.about02 .about-bottom ul {
		padding: 10px 0;
	}
}

@media (max-width: 375px) {
	.home-huoban .info li {
		width: 105px !important;
	}

	.home-partner ul li {
		width: 62px !important;
	}
}

@media (max-width: 360px) {
	.home-huoban .info li {
		width: 72px !important;
	}

	.home-partner ul li {
		width: 59px !important;
	}
}

@font-face {
	font-family: "Oswald-Bold";
	src: url("../font/Oswald-Bold.woff2") format("woff2"), url("../font/Oswald-Bold.woff") format("woff"), url("../font/Oswald-Bold.ttf") format("truetype"), url("../font/Oswald-Bold.eot") format("embedded-opentype"), url("../font/Oswald-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#section-footer .fp-tableCell {
	display: block;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #ffffff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #ffffff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 55%;
	opacity: 1;
	width: 50px;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 70px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 50px;
	height: 30px;
	text-align: center;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 5px;
	display: none;
	background: #fff;
	position: absolute;
	transition: all 334ms ease;
	-webkit-transition: all 334ms ease;
}

#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
	width: 20px;
	left: 24px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #ffffff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	position: absolute;
	z-index: 1;
	border: 0;
	color: #fff;
	font-size: 0;
	font-family: arial;
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: solid 2px #fff;
	border-radius: 100%;
}

#fp-nav ul li:last-child {
	display: none;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	background: #ffffff;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important;
}

.slick-slider {
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir=rtl] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir=rtl] .slick-next:before {
	content: '←';
}

.slick-dots {
	position: absolute;
	bottom: 46px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 20px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	text-align: center;
	color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background: #fff;
	border: 1px solid #fff;
	color: #000000;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

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

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

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

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

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

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

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

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {

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

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {

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

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

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

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

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

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

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

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

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

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

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

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

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

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

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

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

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

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

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

@keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

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

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

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

@keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

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

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

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

@keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

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

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

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

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

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

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

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

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

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

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

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

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

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

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

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

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

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

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

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

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

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

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

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

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

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

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

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

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

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

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

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

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

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

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

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

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

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

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

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

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

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

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

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

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

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

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

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

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

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

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

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

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

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

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

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

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

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

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

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

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

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

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

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

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

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

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

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

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

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

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

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

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		transform: translate3d(-70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	0% {
		opacity: 0;
		transform: translate3d(70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	0% {
		opacity: 0;
		transform: translate3d(0, -70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

@-webkit-keyframes pulsed {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(2, 2, 2);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(0.8, 0.8, 0.8);
	}
}
.search {
	padding-top: 0;
}
.search li .box {
	padding-left: 0;
}

.btnq .down1 {
	width: 1.9rem;
	margin-right: 0.08rem;
}

@media (max-width: 1200px) {
	.btnq .down1 {
		width: 130px;
		margin-right: 5px;
	}
}

@-webkit-keyframes myfirst04 {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myfirst04 {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.anniu {
  position: absolute;
  bottom: 45px;
  width: 21px;
  z-index: 99;
  left: 50%;
  margin-left: -11px;
}

.anniu img {
  -webkit-animation: myfirst04 2s linear infinite;
  animation: myfirst04 2s linear infinite;
}

@media (max-width: 1440px) {
  .anniu {
		bottom: 15px;
	}
}

@media (max-width: 1000px) {
  .anniu {
    display: none;
  }
}

@media (max-width: 1200px) {
  .transparent {
    display: none!important;
  }
}