/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	height: 100%;
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- header Style ---- */
.header{
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
	padding:0 10px;
}
.header .logo{
	height: 130px;
	padding: 32px 0 38px;
	opacity: 0;
	float: left;
	animation: bounceInLeft 0.8s ease-out forwards;
	-moz-animation: bounceInLeft 0.8s ease-out forwards;
	-webkit-animation: bounceInLeft 0.8s ease-out forwards;
	-o-animation: bounceInLeft 0.8s ease-out forwards;
}
.header .logo img{
	height: 100%;
}
.linkerBox{
	height: 30px;
	position: absolute;
	top: 52px;
	right: 10px;
}
.linkerBox ul{
	float: right;
	height: 30px;
}
.linkerBox ul li{
	float: left;
	margin: 0 18px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
}

.linkerBox ul li a {
	color: #333;
}
.linkerBox ul li a:hover{
	text-decoration: none;
}
.linkerBox ul li a::before {
	color: #1371b6;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	pointer-events: none;
}

.linkerBox ul li a:hover::before,
.linkerBox ul li a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
.btn-toolbar-primary {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	clear:#333;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 999;
  }
  .btn-toolbar-primary img{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -2px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
  }
  .btn-toolbar-primary.pressed img {
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); 	/* IE 9 */
	-moz-transform:rotate(-180deg); 	/* Firefox */
	-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
	-o-transform:rotate(-180deg);
  }
  .btn-toolbar-primary.pressed a{
	  color: #1371b6;
  }
  .btn-toolbar-primary a:hover{
	  text-decoration: none;
  }
  .btn-toolbar-primary a::before {
	color: #1371b6;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	pointer-events: none;
}

.btn-toolbar-primary a:hover::before,
.btn-toolbar-primary a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
@media (max-width:1024px) {
	.header .logo{
		height:84px;
		padding: 20px 0 24px;
	}
	.linkerBox{
		height: 24x;
		top:28px;
	}
	.linkerBox ul{
		height: 24px;
		margin-right: 6px;
	}
	.linkerBox ul li{
		margin: 0 8px;
		line-height: 24px;
	}
	.linkerBox ul li img{
		height: 12px;
	}
	.btn-toolbar-primary {
		float: right;;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		clear:#333;
		padding: 0 10px 0 0;
		position: relative;
	  }
}
@media (max-width:768px) {
	.header{
		padding: 0;
	}
	.header .logo{
		height:70px;
		margin-left: 10px;
		padding: 15px 0 15px;
	}

	.linkerBox{
		height: 25px;
		position: relative;
		top: auto;
		right: auto;
		background: #f0f0f0;
		border-bottom:1px solid #eee;
		padding:0 10px;
	}
	.linkerBox ul{
		height: 24px;
	}
	.linkerBox ul li{
		margin: 0 6px;
		line-height: 24px;
		font-size: 11px;
	}
	.btn-toolbar-primary {
		height: 24px;
		line-height: 24px;
		font-size: 11px;
	  }
}
@media (max-width:475px) {
	.header .logo{
		height:48px;
		padding: 12px 0 12px;
	}
}
@media (max-width:319px) {
	.header .logo{
		height:42px;
		margin-left: 6px;
		padding: 10px 0 10px;
	}
	.linkerBox ul li img{
		display: none;
	}
}
/* ---- pc菜单 Style ---- */
.menu{
	height: 43px;
	width: 100%;
	position: relative;
	animation: fadeInUp 0.6s ease-out forwards;
	-moz-animation: fadeInUp 0.6s ease-out forwards;
	-webkit-animation: fadeInUp 0.6s ease-out forwards;
	-o-animation: fadeInUp 0.6s ease-out forwards;
	opacity: 0;
	z-index: 998;
	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;

}
.menu .list ul{
	max-width: 1200px;
	font-size: 0px;
	margin: 0 auto;
}
.menu .list li{
	display: inline-block;
	width:10%;
	height: 43px;
}
.menu .list li a{
	display: block;
	width: 100%;
	height: 43px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.menu .list li a:hover,.menu .list li a.now{
	text-decoration: none;
	border-bottom: 1px solid #c13336;
}
.menu .box{
	position:absolute;
	left:0px;
	top:100%;
	width:100%;
	background:rgba(255,255,255,0.88);
	overflow:hidden;
	height:0;
	filter:alpha(opacity=0);
	opacity:0;
	z-index: 999;
}
.menu .cont{
	max-width: 1020px;
	position:relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
}
.menu .cont .pic{
	margin: 2.4% 0 3.6% 0;
	float: left;
	width: 30.2%;
	height: 142px;
}
.menu .cont .pic img{
	width: 100%;
	height: 100%;
}
.menu .cont .slogan{
	width: 36.6%;
	float: left;
	height: 120px;
	margin: 2.4% 0 3.6% 0;
	padding:0 4.8%
}
.menu .cont .slogan h3{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.menu .cont .slogan p{
	line-height: 22px;
	color: #999;
	font-size: 12px;
	height: 88px;
	overflow: hidden;
}
.menu .cont .menu_nav{
	width: 33.2%;
	float: left;
	height: 125px;
	display: table;
	margin: 2.2% 0;
}
.menu .cont .menu_nav ul{
	display: table-cell;
	height: 100%;
	width:100%;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
}
.menu .cont .menu_nav ul li{
	height: 35px;
	border-bottom: 1px solid #d6d6d5;
	text-align: left;
}
.menu .cont .menu_nav ul.c li{
	text-align: center;
}
.menu .cont .menu_nav ul li a{
	height: 34px;
	width: 50%;
	display: inline-block;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}
.menu .cont .menu_nav ul.c li a{
	width: auto;
}
.menu .cont .menu_nav ul li a:hover{
	text-decoration: none;
}
.menu .cont .menu_nav ul li a::before {
	color: #333;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.menu .cont .menu_nav ul li a:hover::before,
.menu .cont .menu_nav ul li a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
@media (max-width:1024px) {
	.menu{
		height: 37px;
	}
	.menu .list li{
		height: 37px;
	}
	.menu .list li a{
		height: 37px;
		line-height: 36px;
		font-size: 15px;
	}
	.menu .cont .pic{
		height: 120px;
	}

	.menu .cont .slogan h3{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.menu .cont .slogan p{
		line-height: 20px;
		font-size: 12px;
		height: 80px;
	}
	.menu .cont .menu_nav{
		width: 33.2%;
		float: left;
		height: 125px;
		display: table;
		margin: 2.4% 0 3.6%;
	}
	.menu .cont .menu_nav ul{
		display: table-cell;
		height: 100%;
		width:100%;
		font-size: 0;
		text-align: center;
		vertical-align: middle;
	}
	.menu .cont .menu_nav ul li{
		height: 31px;
		border-bottom: 1px solid #d6d6d5;
		text-align: left;
	}

	.menu .cont .menu_nav ul li a{
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
}
@media (max-width:768px) {
	.menu{
		display: none;
	}
}

/* ---- 移动菜单按钮 Style ---- */
.toggle-nav {
	display: none;
	position: fixed;
	top: 46px;
	right: 10px;
	cursor: pointer;
	color: #fff;
	padding: 2px 0 0 3px;
	border: 2px solid #014c83;
	border-radius: 4px;
	width: 26px;
	height: 26px;
	z-index: 9999;
	background: rgba(255,255,255,0.6);
}
.toggle-nav.open span.m, .toggle-nav.open span.n, .toggle-nav.open span.u {
	opacity: 1;
}
.toggle-nav span.m, .toggle-nav span.n, .toggle-nav span.u {
	font-size: 1rem;
	opacity: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
	letter-spacing: 2px;
}
.toggle-nav span.e {
	display: inline-block;
	height: 14px;
	width: 14px;
}
.toggle-nav span.e.btn-close span.bar:nth-child(1) {
	-webkit-transition: 250ms;
	transition: 250ms;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}
.toggle-nav span.e.btn-close span.bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
}
.toggle-nav span.e.btn-close span.bar:nth-child(3) {
	-webkit-transition: 250ms;
	transition: 250ms;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 6px;
}
.toggle-nav span.e span.bar {
	-webkit-transition: 250ms;
	transition: 250ms;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 2px;
	border-bottom: 2px solid #014c83;
	width: 16px;
	height: 1px;
}
.toggle-nav span.e span.bar:nth-child(2) {
	margin: 4px 0;
}
.toggle-nav:hover span.m, .toggle-nav:hover span.n, .toggle-nav:hover span.u {
	opacity: 1;
	-webkit-transition: 250ms;
	transition: 250ms;
}
@media (max-width:768px) {
	.toggle-nav{
		display: block;
	}
}
@media (max-width:475px) {
	.toggle-nav {
		top: 38px;
		right: 10px;
		padding: 2px 0 0 3px;
		border: 1px solid #014c83;
		width: 22px;
		height: 22px;
	}
	.toggle-nav span.e span.bar {
		border-radius: 1px;
		border-bottom: 1px solid #014c83;
		width: 14px;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(1) {
		top: 5px;
	}

	.toggle-nav span.e.btn-close span.bar:nth-child(3) {
		bottom: 5px;
	}
}
@media (max-width:319px) {
	.toggle-nav {
		top: 35px;
	}
}
/* ---- 移动菜单 Style ---- */
.nav-pane {
	display: none;
	-webkit-transition: 250ms;
	transition: 250ms;
	position: fixed;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	top: 0;
	height: 100%;
	width: 85%;
	background: rgba(1, 76, 131,0.8);
	box-shadow: 0px 3px 10px rgba(1, 76, 131, 0.9);
	z-index: 9998;
	padding: 0px 0 0;
}
.nav-pane.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 250ms;
	transition: 250ms;
}
.subNavBox {
	padding: 0 10%;
	margin: 12px 0 0;
	width: 100%;
	overflow-y: auto;
}
.subNav {
	height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	line-height: 46px;
	background: url(../img/arrow_right.png) no-repeat;
	background-position: 95% 50%;
	padding: 0 0 0 16px;
}
.subNav_no {
	background: none !important;
}
.subNav a {
	color: #fff;
}
.subNav a:hover {
	color: #1371b6;
	text-decoration: none;
}
.currentDd {
	color: #1371b6
}
.currentDt {
	background-image: url(../img/arrow_down.png);
	background-color: rgba(1, 76,131, 0.7);
}
.navContent {
	display: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navContent li a {
	display: block;
	height: 36px;
	text-align: center;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 3px;
	background: rgba(1, 76, 131, 0.7);
}
.navContent li a:hover {
	color: #fff;
	text-decoration: none;
}
 @media (max-width:768px) {
.menu_pc {
	display: none;
}
.nav-pane {
	display: flex;
}
}
/* ---- footer Style ---- */
.footer_coat{
	background: #fff;
	padding:32px 0 12px;
}
.cardBox{
	width: 430px;
	float: right;
}
.cardBox .qrcode{
	width: 165px;
	height: 165px;
	float: left;
}
.cardBox .qrcode img{
	width: 100%;
	height: 100%;
}
.cardBox .card{
	float: right;
	width: 232px;
}
.cardBox .card h1{
	height: 40px;
	border-bottom: 4px solid #014c83;
	line-height: 18px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
}
.cardBox .card .con{
	border-bottom: 1px solid #014c83;
	padding: 0 0 9px;
	line-height:24px;
	font-size: 12px;
	color: #333;
}
.foorter_nav{
	float: left;
}
.foorter_nav ul{
	margin-bottom: 10px;
}
.foorter_nav ul li{
	width: 20%;
	padding:0 8% 0 0;
	float: left;
}
.foorter_nav ul li h1{
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}
.foorter_nav ul li h1 a:hover{
	text-decoration: none;
}
.foorter_nav ul li h1 a::before {
	color: #014c83;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	pointer-events: none;
	text-shadow: 0 0 1px #014c83;
}
.foorter_nav ul li h1 a:hover::before,
.foorter_nav ul li h1 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
.foorter_nav ul li p{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
.foorter_nav ul li p a{
	color: #999;
}
.foorter_nav ul li p a:hover{
	text-decoration: none;
}
.foorter_nav ul li p a::before {
	color: #014c83;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	pointer-events: none;
	text-shadow: 0 0 1px #014c83;
}
.foorter_nav ul li p a:hover::before,
.foorter_nav ul li p a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
.foorter_nav .copyrihgt{
	height:26px;
	line-height: 26px;
	font-size:12px;
	color: #666;
}
.foorter_nav .copyrihgt a{
	color: #666;
}
.sharebtn{
	height: 24px;
	line-height: 0px;
	font-size: 0px;
	text-align: right;
	margin: 10px 0;
}
.sharebtn img{
	height: 100%;
	width: auto;
	margin: 0 4px;
	display: inline;
}
.sharebtn img.hover{
	display: none;
}
.sharebtn a:hover img{
	display: none;
}
.sharebtn a:hover img.hover{
	display: inline;
}
@media (max-width:1024px) {
	.footer_coat{
		padding:25px 0 10px;
	}
	.cardBox{
		width: 375px;
	}
	.cardBox .qrcode{
		width: 144px;
		height: 144px;
	}
	.cardBox .card{
		width: 215px;
	}
	.cardBox .card h1{
		height: 32px;
		border-bottom:3px solid #014c83;
		margin-bottom: 6px;
	}
	.cardBox .card .con{
		padding: 0 0 7px;
		line-height:22px;
		font-size: 12px;
	}

	.foorter_nav ul{
		margin-bottom: 8px;
	}
	.foorter_nav ul li{
		padding:0 3% 0 0;
	}
	.foorter_nav ul li h1{
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	
	.foorter_nav ul li p{
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	
	.foorter_nav .copyrihgt{
		height:20px;
		line-height: 20px;
	}
	.foorter_nav .copyrihgt a{
		color: #666;
	}
	.sharebtn{
		height: 20px;
		margin: 8px 0;
	}
}
@media (max-width:768px) {
	.footer_coat{
		padding:16px 0 10px;
	}
	.cardBox{
		width: 325px;
		float: none;
		margin: 0 auto;
	}
	.cardBox .qrcode{
		width: 124px;
		height: 124px;
	}
	.cardBox .card{
		width: 190px;
	}
	.cardBox .card h1{
		height: 24px;
		border-bottom:2px solid #014c83;
		margin-bottom: 4px;
	}
	.cardBox .card .con{
		padding: 0 0 6px;
		line-height:20px;
		font-size: 12px;
	}

	.foorter_nav{
		display: none;
	}
	.sharebtn{
		height: 20px;
		margin: 8px 0 0;
	}
}
@media (max-width:480px) {

	.cardBox{
		width: 100%;
	}
	.cardBox .qrcode{
		width: 80px;
		height: 80px;
		float: none;
		margin: 0 auto;
	}
	.cardBox .card{
		width: 100%;
	}
	.cardBox .card h1{
		text-align: center;
	}
	.cardBox .card .con{
		padding: 0 0 6px;
		line-height:17px;
		font-size: 11px;
	}
	.foorter_nav{
		display: none;
	}
	.sharebtn{
		height: 20px;
		margin: 8px 0 0;
	}
}
/*@media (max-width:414px) {

	.cardBox{
		width: 260px;

	}
	.cardBox .qrcode{
		width: 66px;
		height: 66px;
		margin-top: 25px;
	}
	.cardBox .card{
		width: 190px;
	}
	.cardBox .card .con{
		padding: 0 0 6px;
		line-height:17px;
		font-size: 11px;
	}
	.foorter_nav{
		display: none;
	}
	.sharebtn{
		height: 20px;
		margin: 8px 0 0;
	}
}
*/
/* ---- 框架 Style ---- */
.bodyBox{
	animation: fadeInUp 0.6s ease-out forwards;
	-moz-animation: fadeInUp 0.6s ease-out forwards;
	-webkit-animation: fadeInUp 0.6s ease-out forwards;
	-o-animation: fadeInUp 0.6s ease-out forwards;
	opacity: 0;
	animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
}
.container{
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb2_75{
	margin-bottom: 2.75%;
}
.mb2_5{
	margin-bottom: 2.5%;
}
.mb1_5{
	margin-bottom: 1.5%;
}
.mt1_25{
	margin-top: 1.25%;
}
.mb15{
	margin-bottom: 15px;
}
.mb70{
	margin-bottom: 70px;
}
@media (max-width:1024px) {
	.mb70{
		margin-bottom: 40px;
	}
}
@media (max-width:768px) {
	.container{
		padding: 0 6px;
	}
	.mb15{
		margin-bottom: 10px;
	}
	.mb70{
		margin-bottom: 20px;
	}
}


/* ---- 动画 Style ---- */

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		opacity: 1;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		transform: translateX(-400px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		opacity: 1;
		-webkit-transform: translateX(-10px);

		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

[aos^=fade][aos^=fade] {
	opacity:0;
	-webkit-transition-property:all;
	transition-property:all;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s
}
[aos^=fade][aos^=fade].aos-animate {
	opacity: 1;
}

[aos=fade-leftBottom] {
	-webkit-transform:translate(-50px, 50px);
	-ms-transform:translate(-50px, 50px);
	transform:translate(-50px, 50px)
}
[aos=fade-leftBottom].aos-animate {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
[aos=fade-rightBottom] {
	-webkit-transform:translate(50px, 50px);
	-ms-transform:translate(50px, 50px);
	transform:translate(50px, 50px)
}
[aos=fade-rightBottom].aos-animate {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
[aos=fade-bottom] {
	-webkit-transform:translate(0, 50px);
	-ms-transform:translate(0, 50px);
	transform:translate(0, 50px)
}
[aos=fade-bottom].aos-animate {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
