@charset "utf-8";
/*------------------------------------------------

--css   2021巡展活动页
--by    市场部 Web Desig by Sivan
--date  2021-03-28  
--update  v.2021-03-29（优化若干~巴拉巴拉）

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1440px，前端JS转换100px=rem

-------------------------------------------------*/
@font-face {
	font-family: "hstxz"; /*载入3M的中文字体**/
	src: url("../font/hstxz.ttf") format("truetype");
}
html{font-size:100px;}
body {
	padding: 0;
	border: none;
	font: 14px/1.5 DIN,Helvetica,Arial,Microsoft Yahei,"微软雅黑","黑体",sans-serif;
	color: #FFF;
	background-color: #111217;
	min-width: 240px;
	max-width: 2560px;
	max-width: 25.60rem;
	margin: 0 auto;
	word-wrap: break-word;
	background:#020087 url(../images/body_bg.jpg) no-repeat center top;
	background-size: cover;
}

#doyoo_panel{
	display: none;
	opacity: 0;
}
#header {
	max-width: 2560px;
	max-width: 25.60rem;
	margin:0 auto;
	position: relative;
	z-index: 2;
	color: #d5ddf7;
}


.nav_w{
	margin: auto;
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	padding: 10px 0 0 0;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}


/*导航显隐控制*/
.nav_w{	
	position: fixed;
	z-index: 9;
	top:0;
	margin:auto;
	left:0;
	right:0;
	padding:10px 0;
	background-color:transparent;
	-webkit-transition: all 1s;	
	transition: all 1s; 
}
.nav_w .con{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}


.fixed {
	position: fixed;
	z-index: 10;
	top:0;
	width:100%;
	margin:0 auto;
	color:#FFF;
	background-color:transparent;   
}


.nav_w.hidenav,.fixed_hide{
	top: -108px;
	z-index: 10;   
}
.nav_w.shownav,.fixed_show{
	top: 0;
	z-index: 99;   
	color:#333;
	background-color: #FFF;
}

.nav_w .logo_con a{
	display: block;
	background: url(../images/logo_white.png) center center no-repeat;
	background-size: contain;
	height: 0.31rem;
	width: 1.81rem;
}


.nav_w.fixed .logo_con a{
	background: url(../images/logo_white.png) center center no-repeat;		background-size: contain;
}

.nav_w.fixed_show .logo_con a{
	background: url(../images/logo_default.png) center center no-repeat;	background-size: contain;
}




#header #nav_w .logo_con {
	/*! float: left */
}

/* @media screen and (max-width:680px) {
	#header #nav_w .logo_con #logo img {
		height: 30px;
		background-size: contain
	}
} */
#header #nav_w .nav_con {
	/*! float: right */
}

.nav_con #btn_return {
  display: block;
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 60px;
  padding: 0 12px;
  height: 28px;
  line-height: 24px;
  margin: 5px auto;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.95);
  vertical-align: middle;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.95);
  border-radius: 32px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.nav_con #btn_return:hover {
	opacity: 0.8;
}

.fixed_show .nav_con #btn_return{
	color: RGB(0,0,0,0.6);
	border: 2px solid RGB(0,0,0,0.6);
}

/* @media screen and (max-width:680px) {
	#header #nav_w .nav_con #btn_return {
		min-width: 60px;
		padding: 0 10px;
		height: 24px;
		line-height: 22px;
		margin: 0 auto;
		text-align: center;
		font-size: 10px;
		opacity: .8
	}
} */

/**BANNER**/
#banner {
	display: flex;
	justify-content:center;
	align-items:center;

	position: relative;
	z-index: 1;
	width: 100%;

	max-width: 100%;

	margin:0 auto 0 auto;
	height:14rem;

	background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(38,2,154) 0%, rgb(4,4,52) 100%);
	background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(38,2,154) 0%, rgb(4,4,52) 100%);
	background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(38,2,154) 0%, rgb(4,4,52) 100%);

	background:url(../images/banner_bg_x1.png) center top no-repeat;
	background-size:cover;

}

.banner_text {
	margin:-5rem auto 0 auto;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	padding:0 0.32rem;
	text-align: center;
	color:#FFF;		
}


#banner:after{
	content: "";

	position: absolute;

	pointer-events: none;
	background:transparent;
	background-size: c;
	width: 100%;
	height: 100%;
	max-height: 13rem;
	overflow: hidden;
}
@media screen and (max-width:1400px) {
	#banner {
		/*! min-height: 10rem; */
		/*! height:auto; */

	}
}
/* @media screen and (max-width:1400px) {
	#banner {
		height:8rem;
		background-size:cover;
	}
	.banner_text {
		width:80%;
		margin:-3rem auto 0 auto;
	}
	.banner_text h1 img{
		max-width:3rem;
		margin:0 auto 0 auto;
	}

} */
/* @media screen and (max-width:750px) {
	#banner {
		height:8rem;

		background:url(../images/banner_bg_x1_w750.png) center top no-repeat;
		background-size:cover;
		background-size:cover;
	}
	.banner_text {
		width:80%;
		margin:-0.8rem auto 0 auto;
	}
	.banner_text h2{
		margin:0 auto !important;;
		padding:0 !important;;
	}
	.banner_text h1 img{
		max-width:3rem;
		margin:0 auto 0 auto;
	}

} */



.spark {
	width:492px;
	height:800px;
	transform:scale(.8);
	background:url(../images/spark.png) no-repeat;
	-webkit-animation:spark-motion 3s steps(42) infinite 300ms 0 ease;
	-moz-animation:spark-motion 3s steps(42) infinite 300ms 0 ease;
	-ms-animation:spark-motion 3s steps(42) infinite 300ms 0 ease;
	animation:spark-motion 3s steps(42) infinite 300ms 0 ease;
	-moz-animation:spark-motion 3s steps(42) infinite;
	-webkit-animation:spark-motion 3s steps(42) infinite;
	-o-animation:spark-motion 3s steps(42) infinite;
	-ms-animation:spark-motion 3s steps(42) infinite;
	animation:spark-motion 3s steps(42) infinite;
	margin:auto;
	position:absolute;
	left:0;
	/*! right:0; */

	bottom:0rem;

}
@-webkit-keyframes spark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -41580px
	}
}
@-moz-keyframes spark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -41580px
	}
}
@-ms-keyframes spark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -41580px
	}
}
@-o-keyframes spark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -41580px
	}
}
@keyframes spark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -41580px
	}
}

.mist_wrapper {
	width:100%;
	height:8rem;
	position:absolute;

	bottom:0; 	
}
.mist_item {
	display:block;
	width:100%;
	height:730px;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-animation:mist 6s linear infinite forwards;
	animation:mist 6s linear infinite forwards
}
.mist_item:nth-child(1) {
	bottom:-200px;
}
.mist_item:nth-child(2) {
	left:100px;
	-webkit-animation-delay:2s;
	animation-delay:2s
}
.mist_item:nth-child(3) {
	-webkit-animation-delay:4s;
	animation-delay:4s;
	left:200px
}
.mist_item:nth-child(3) {
	-webkit-animation-delay:6s;
	animation-delay:6s;
	left:300px
}

@-webkit-keyframes mist {
	0% {
		opacity:1;
		-webkit-transform:translate3d(0,730px,0);
		transform:translate3d(0,730px,0)
	}
	90% {
		opacity:0;
		-webkit-transform:translate3d(0,-50px,0);
		transform:translate3d(0,-50px,0)
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
@keyframes mist {
	0% {
		opacity:1;
		-webkit-transform:translate3d(0,730px,0);
		transform:translate3d(0,730px,0)
	}
	90% {
		opacity:0;
		-webkit-transform:translate3d(0,-50px,0);
		transform:translate3d(0,-50px,0)
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}


#banner .banner_con:before {
	padding:0;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 0;
	left: 0;
	top:0;
	right: 0;
	bottom: 4rem;

	pointer-events: none;

	background:transparent;
	background-size: cover;


	width: 100%;
	height: 100%;
	max-width: 6.26rem;
	max-height: 5.78rem;
	overflow: hidden;
}

.banner_text h1 {
	font-size:62px;
	font-size:0.62rem;
	font-weight: 700;
	line-height: 1.2;	
	margin-top: 0px;
	margin-bottom: 0px;		
	letter-spacing:4px;
	color:#6575f6;
	-webkit-line-clamp: 2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	background-image: -moz-linear-gradient( 180deg, rgb(201,215,255) 0%, rgb(250,251,255) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(201,215,255) 0%, rgb(250,251,255) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(201,215,255) 0%, rgb(250,251,255) 100%);
}

.color-o,.h1-samll{

	color:#f39a72;
	-webkit-line-clamp: 2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	background-image: -moz-linear-gradient( 180deg, rgb(250,143,92) 0%, rgb(253,210,164) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(250,143,92) 0%, rgb(253,210,164) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(250,143,92) 0%, rgb(253,210,164) 100%);

}



.banner_text h2 {
	display: flex;
	flex-wrap: wrap; 
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.64rem;

	width: 100%;
	height: 100%;


	padding:8px 0;
	margin: 32px auto;
	margin: 0.2rem auto 0.32rem auto;	
	font-weight: normal;	
	letter-spacing: 2px;	


}
.banner_text h2 .sep{
	display: inline-block;
	height: 0.24rem;
	width: 0.02rem;
	margin:0 0.34rem;
	background-color: #FFF;	
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}	


@media screen and (max-width:1200px) {
	.banner_text h2 {
		font-size:0.32rem;
		border:0;		
	}

}


.banner_text .tips{
	text-align: center;
	margin-top: 0.98rem;
	color:#77201e;
	font-size: 0.24rem;
	letter-spacing: 0.88rem;
}

@media screen and (max-width:1200px) {
	.banner_text .tips{
		text-align: center;
		margin-top: 0.4rem;
		color:#620e0c;
		font-size: 0.24rem;
		letter-spacing: 0.56rem;
	}
}

.banner_text .btn_w {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:center;
	margin: 0 -0.16rem;
}
.banner_text .btn_w a{
	margin:0 0.16rem;
}
/* @media screen and (max-width:768px) {
	.banner_text .btn_w a{
		height:0.64rem;
		line-height: 0.64rem;
		overflow: hidden;
		font-size: 0.18rem;
		max-width: 2rem;
		min-width: auto;
		padding: 0 0.1rem;
		margin: 0.1rem 0.1rem;
		overflow: hidden;
	}
} */
.banner_text .h_w {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}
.banner_text .h3_w {
	z-index: 30;
	-webkit-transition-delay:.2s;
	transition-delay: .2s
}
.banner_text .h1_w {
	z-index: 20;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.banner_text .h2_w {
	z-index: 30;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.active .h_w {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media screen and (max-width:1200px) {
	.active .h_w img {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* @media screen and (max-width:680px) {
	.active .h_w img {	
		-moz-transform: scale(1.3, 1.3);
		-webkit-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3);
	}
} */
.banner_text .trait_w {
	position: absolute;
	z-index: 40;
	left: 0;
	right: 0;
	bottom: 0
}
.banner_text .trait_w {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transform: translate3d(0, 120px, 0);
	transform: translate3d(0, 120px, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}
.active .trait_w {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media screen and (max-width:992px) {
	.banner_text .trait_w {
		bottom: 25%
	}
}

/* @media screen and (max-width:680px) {
	.banner_text .trait_w {
		bottom: 0
	}
} */

@media screen and (max-width:480px) {
	.banner_text .trait_w {
		bottom: -5%
	}
}

@media screen and (max-width:380px) {
	.banner_text .trait_w {
		bottom: -20%
	}
}
.banner_text .trait_w li {
	opacity: 0;
	display: block;
	display: inline-block;
	width: 30%;
	font-size: 14px;
	font-size: .14rem;
	text-align: center;
	line-height: 1.5;
	padding: 20px 15px;
	background: url(../images/mp_banner_text_p_bg.png) no-repeat center center;
	-webkit-transform: translate3d(0, 120px, 0);
	transform: translate3d(0, 120px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease
}

/* @media screen and (max-width:680px) {
	.banner_text .trait_w li {
		font-size: .2rem;
		width: 100%;
		padding: 20px 15px
	}
} */

@media screen and (max-width:380px) {
	.banner_text .trait_w li {
		font-size: .2rem
	}
}
.banner_text .trait_w li:nth-child(1) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.banner_text .trait_w li:nth-child(2) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}
.banner_text .trait_w li:nth-child(3) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.active .trait_w li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.banner_img {
	position: relative;
	margin: 1.4rem auto 1.4rem auto;
}
.banner_img .img_all{
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s  ease-in-out;
	transition: all 1.2s  ease-in-out;

}
/*Banner图片动画*/
.banner_img  {
	opacity: 1;
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);

	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	transition: all 1.2s ease
}

.active .banner_img  {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}


@media (min-width:1400px) {
	.banner_img  img.img_all{max-width: 9.18rem;max-height:8.55rem;margin:0 auto;}
}
@media (max-width:1400px) {
	.banner_img  img.img_all37{	padding:0.1rem;max-width: 9.18rem;margin:2rem auto 1.4rem auto;}
}

@media (max-width:1200px) {
	.banner_img {
		margin: 1.4rem auto 1.4rem auto;
	}
}
@media (max-width:992px) {
	.banner_img {
		margin: 1.4rem auto 1.4rem auto;
	}
}



@media screen and (max-width:1200px) {

	.banner_img img {
		margin: 0 auto;
	}
}

@media screen and (max-width:750px) {
	.banner_img {

	}
}

@media screen and (max-width:480px) {
	.banner_img {
	}
}

.banner_img .img_list {
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	transition: all 1.2s ease
}

.banner_img .img_list img{max-width:1200px;}

@media (max-width:1400px) {
	.banner_img .img_list img{max-width:100%;
		display:none;
	}
}
.banner_img .img_list .img_w {
	margin: auto;
	position: absolute;
	z-index: 1;
	left: -2rem;
	right: 0;
	bottom: -0.2rem;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	transition: all 1.2s ease
}

@media screen and (max-width:1200px) {
	.banner_img .img_list {
		margin: auto;
		position: relative
	}
}
.active .img_list {

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

/*点缀图片动效*/
.active .img_list .img_w {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.active .img_list .img_1 {
	-webkit-animation: updown 6s infinite linear;
	-moz-animation: updown 6s infinite linear;

	animation: updown 6s infinite linear
}
.active .img_list .img_2 {
	-webkit-animation: updown 4s infinite linear;
	-moz-animation: updown 4s infinite linear;

	animation: updown 4s infinite linear
}
.active .img_list .img_3 {
	-webkit-animation: updown 9s infinite linear;
	-moz-animation: updown 9s infinite linear;

	animation: updown 9s infinite linear
}
.active .img_list .img_4 {
	-webkit-animation: updown 5s infinite linear;
	-moz-animation: updown 5s infinite linear;

	animation: updown 5s infinite linear
}
.active .img_list .img_5 {
	-webkit-animation: updown 6s infinite linear;
	-moz-animation: updown 6s infinite linear;

	animation: updown 6s infinite linear
}
.active .img_list .img_6 {
	-webkit-animation: updown 7s infinite linear;
	-moz-animation: updown 7s infinite linear;
	animation: updown 7s infinite linear
}
.active .img_list .img_7 {
	-webkit-animation: updown 8s infinite linear;
	-moz-animation: updown 8s infinite linear;
	animation: updown 8s infinite linear
}
.active .img_list .img_8 {
	-webkit-animation: updown 5s infinite linear;
	-moz-animation: updown 8s infinite linear;
	animation: updown 9s infinite linear
}
.active .img_list .img_9 {
	-webkit-animation: updown 5s infinite linear;
	-moz-animation: updown 5s infinite linear;
	animation: updown 5s infinite linear
}


/*BANNER动画*/
.active .a1_w {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-webkit-transition-delay: ease;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out 0s backwards;
	-moz-animation: moveDown 1s ease-in-out 0s backwards;
	-o-animation: moveDown 1s ease-in-out 0s backwards;
	-ms-animation: moveDown 1s ease-in-out 0s backwards;
	animation: moveDown 1s ease-in-out 0s backwards
}
.active .a1_w img{
	-webkit-animation-name: zoom_in;
	animation-name: zoom_in;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/*缩小放大动画zoom_in*/
@keyframes zoom_in {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	10% {
		opacity: 0.8;
		transform: translate3d(0, 0px, 0) rotate(10deg) scale(0.7);
	}
	35% {
		opacity: 0.5;
		transform: translate3d(0, 0px, 0) rotate(30deg) scale(0.4);
	}
	50% {
		opacity: 0.8;
		transform: translate3d(0, 0, 0) rotate(360deg) scale(0);
	}
	80% {
		opacity: 0.6;
		transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
	}
	90% {
		opacity: 0;
		transform: translate3d(0, 0, 0) rotate(3600deg) scale(8);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);
	}
}

.active .a2_w  {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;

	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out .1s backwards;
	-moz-animation: moveDown 1s ease-in-out .1s backwards;
	animation: moveDown 1s ease-in-out .1s backwards;
}

.active .a2_w img{
	-webkit-animation-name: zoom_in_2;
	animation-name: zoom_in_2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


/*缩小放大动画zoom_in_2*/
@keyframes zoom_in_2 {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	10% {
		opacity: 1;
		transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
	}
	35% {
		opacity: 1;
		transform: translate3d(0, 0px, 0) rotate(0deg) scale(1);
	}
	50% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	80% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	90% {
		opacity: 0.8;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1.2);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
}

.active .a3_w  {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out .2s backwards;
	-moz-animation: moveDown 1s ease-in-out .2s backwards;
	animation: moveDown 1s ease-in-out .2s backwards
}

.active .a4_w  {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out .3s backwards;
	-moz-animation: moveDown 1s ease-in-out .3s backwards;
	animation: moveDown 1s ease-in-out .3s backwards
}


.banner_icon{
	position: relative;
	z-index: 1;
}

.drop_down {
	text-align: center;
	margin:0 auto;
	display: block;
	height:0.64rem;
	height:0.64rem;
	position:absolute;
	z-index: 2;
	bottom:-2rem;
  left:0px;
  right:0;
	background: url(../images/icon_move_down.svg) no-repeat center center;
	background-size: contain;

	-webkit-animation:drop_down 4s infinite;
	animation:drop_down 6s infinite;


	background-repeat: no-repeat;
}

/* @media screen and (max-width:1400px) {
	.drop_down {
		text-align: center;
		margin:0 auto;
		display: block;
		height:0.64rem;
		height:0.64rem;
		position:absolute;
		z-index: 2;
		bottom:-1.6rem;
		left:0;
		right:0;



		background-repeat: no-repeat;
	}
} */

@-webkit-keyframes drop_down {
	0% {
		opacity:0
	}
	50% {
		-webkit-transform:translateY(20px);
		transform:translateY(20px);
		opacity:1
	}
	100% {
		-webkit-transform:translateY(60px);
		transform:translateY(60px);
		opacity:0
	}
}
@keyframes drop_down {
	0% {
		opacity:0
	}
	50% {
		-webkit-transform:translateY(20px);
		transform:translateY(20px);
		opacity:1
	}
	100% {
		-webkit-transform:translateY(60px);
		transform:translateY(60px);
		opacity:0
	}
}



/*#main*/

#main{
	max-width: 2560px;
	max-width: 25.60rem;
	margin:0 auto;
	position: relative;
	z-index: 1;
	min-height:43.45rem;
	/* background:url(../images/body_bg_img.svg) no-repeat center top;
	background-size: cover; */
}

@media screen and (max-width:992px) {
#main{
	max-width: 100%;
	margin:0 auto;
	position: relative;
	z-index: 1;
	min-height:10.8rem;
	/* background:url(../images/body_bg_img_m.svg) no-repeat center top;
	background-size: contain; */
}
}
/*************************************
每一屏pc端端通用处理
**************************************/
/**垂直处理，但是破坏了原有的pull-l pull-r**/
.s_w_b .row{ /*! flex-direction: row-reverse; */}
.s_w_b .row,.s_w_a .row { 
	/*! display: flex; */
	/*! flex-wrap: wrap; */
	/*! align-items: center; */
	/*! justify-content: space-between; */
	/*! margin-left: -24px; */
	/*! margin-right: -24px; */
	margin-left: -0.24rem; 
	margin-right: -0.24rem;	
}

/*IE10+*/
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	.s_w_b .row,.s_w_a .row { 
		display: block;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-left: -24px;
		margin-right: -24px;
		margin-left: -0.24rem; 
		margin-right: -0.24rem;	
	}
}


/**垂直处理，但是破坏了原有的pull-l pull-r**/

.more_w_b .row,.more_w_a .row { 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: row;*/
	flex-direction: row;
	margin-left: -0.24rem; 
	margin-right: -0.24rem;	
}
.more_w_b .row{ flex-direction: row-reverse;}
/**左文右图**/
.s_w_b .row{ }

/*每屏公用 .s_w 父类*/
.s_w {
	position: relative;
	z-index: 1;
	min-height: 8rem;

	padding: 88px 0 0 0;
	padding:0.88rem 0 0;

	/*! margin: 0 auto; */
	/*! overflow: hidden; */

	/*! display: flex; */
	/*! flex-wrap: wrap; */
	/*! align-items: center; */
}
.s_w .text_img_w .line_tt {
	display: block;
	display: inline-block;	
	width:48px;
	width:0.48rem;		
	height:8px;
	height:0.08rem;
	background-color:#0182ff ; 
	background-image: -moz-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	border-radius:4px;
}

.s_w .text_img_w .h1_w{
	font-size: 88px;
	font-size: 0.88rem;
	line-height: 1.2;
	padding:0.32rem 0 0 0;
}

/* .s_w .text_img_w .num_w{
	font-family: "DIN", "sivan", Helvetica, arial, sans-serif;
	font-size:1rem;
	font-weight:700;
	width:0.4rem;
	height:0.4rem;
	line-height:1;
} */
.s_w .text_img_w .num_w i{
	font-size:18px;
	font-weight:500;
	color:#b3b9c1;;
	padding:0 0.08rem;
}
.s_w .text_img_w .num_w b{
	font-size:24px;
	font-weight:500;
	color:#b3b9c1;
}
.s_w .text_img_w em {
	display: inline-block;
}

.s_w .text_img_w .line_tt {
	display: block;
	display: inline-block;	
	width:48px;
	width:0.48rem;		
	height:8px;
	height:0.08rem;
	background-color:#0182ff ; 
	background-image: -moz-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	border-radius:4px;
}

.s_w .text_img_w img {
	color: transparent;

}
.s_w .text_img_w .p_w {
	padding:0.32rem 0 0.64rem 0;
	font-size: 36px;
	font-size: .36rem;
	line-height: 1.6;
}

.s_w .text_img_w .btn_w {
	margin: 0 -0.16rem;
}
.s_w .text_img_w .btn_w  a{
	margin:0 0.16rem;
	overflow: hidden;
}
.s_w .text_img_w .p_w i{
	display: none;	
	padding-right: 8px;
	padding-right: 0.08rem;
	font-weight: 700;	
}




/*s_w 并排按钮*/
.s_w .btn_w {
	/*! display: flex; */
	/*! flex-wrap: wrap; */
	/*! align-items: center; */
	/*! margin: 0 -0.16rem; */
}
.s_w .btn_w .btn_list{
	max-width: 6rem;
	margin:0 auto;
}
.s_w .btn_w  a {
	/* 	display: block;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;

	color: #640b08;
	background-color: #fee4b9;
	background-image: -moz-linear-gradient( 180deg, rgb(254,228,185) 0%, rgb(240,144,87) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(254,228,185) 0%, rgb(240,144,87) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(254,228,185) 0%, rgb(240,144,87) 100%);


	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	box-shadow: 0px 8px 24px 0px rgba(86, 12, 10, 0.24); */
}
.s_w .btn_w  a:before {

	line-height: 1;
	position: relative;
	content: "";
	background: url(../images/icon_btn_go.svg)  no-repeat center center;
	position: absolute;
	left: 70%;
	top: 50%;
	margin-top: -7px;
	width:8px;
	height:14px;

	font-size: 125%;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.s_w .btn_w  a:hover:before {
	left: 80%;
	opacity: 100;
	filter: alpha(opacity=100);
}

.s_w .btn_w  .btn_readmore:hover:before {
	left: 84%;
	opacity: 100;
	filter: alpha(opacity=100);
}
.s_w .btn_w  a:active:before {
	color: #FFF;
}

.s_w .btn_w  .btn_readmore {
	background-color: #0282ff;
	background-image: -moz-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);

}
.s_w .btn_w .btn_readmore:hover {
	background-image: -moz-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	box-shadow: 0px 8px 20px 0px rgba(0, 128, 255, 0.2);
}

.s_w .btn_w  .btn_download {
	background-color: #fd660e;
	background-image: -moz-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);

}
.s_w  .btn_download:hover {
	background-image: -moz-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	box-shadow: 0px 8px 20px 0px rgba(254, 127, 35, 0.2);
}


/* @media screen and (max-width:768px) {
	.s_w .btn_w {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.s_w .btn_w .btn_list{
		max-width: 100%;
		margin: 0 auto;
	}
}	 */
/* @media screen and (max-width:768px) {
	.s_w .btn_w a{
		height:0.64rem;
		line-height: 0.64rem;
		overflow: hidden;
		font-size: 0.18rem;
		max-width: 2rem;
		min-width: auto;
		padding: 0 0.1rem;
		margin: 0.1rem 0.1rem;
		overflow: hidden;
	}
} */


.btn_free_trial {
	display: block;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;


	text-align: center;
	margin: 0.16rem 0.08rem  0.16rem 0.08rem;
	padding:0;


	color: #FFF;
	background-color: #0282ff;
	background-image: -moz-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);

	border-radius: 30px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_free_trial:hover {
	background-image: -moz-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	box-shadow: 0px 8px 20px 0px rgba(0, 128, 255, 0.2);
}
.btn_default {
	outline: none;
	position: relative;

	color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_line_download {
	position: relative;
	display: block;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
	margin: 0px 20px 0px 20px;

	color: #FFF;
	background-color: #0282ff;
	background-image: -moz-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);


	border-radius: 30px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_line_download:hover {
	background-image: -moz-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	box-shadow: 0px 8px 20px 0px rgba(0, 128, 255, 0.2);
}

.icon_erweima_s{

	width: 13px;
	height: 13px;
	display: inline-block;
	padding: 0 8px 0 0;

	background: url(../images/webmeeting/icon_ewm_s.svg) no-repeat center center;
	background-size: contain;


}

/*单个按钮*/
.btn_con{


}
.btn_con .list_con{
	margin: 0 -0.16rem;
}


.btn_readmore {
	position: relative;
	display: block;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-align: center;
	margin: 0px 20px 0px 20px;
	color: #FFF;

	background-color: #0282ff;

	background-image: -moz-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);	

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_readmore:hover {
	background-image: -moz-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(0,128,255) 0%, rgb(50,190,255) 100%);
	box-shadow: 0px 8px 20px 0px rgba(0, 128, 255, 0.2);
}
.btn_readmore_b{
	position: relative;
	display: block;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-align: center;
	margin: 0px 20px 0px 20px;
	color: #FFF;

	background-color: #fd660e;
	background-image: -moz-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_readmore_b:hover {
	background-image: -moz-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	box-shadow: 0px 8px 20px 0px rgba(254, 127, 35, 0.2);
}



.btn_free_trial {
	background-color: #fd660e;
	background-image: -moz-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);

}
.btn_free_trial:hover {
	background-image: -moz-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(255,102,55) 0%, rgb(255,176,98) 100%);
	box-shadow: 0px 8px 20px 0px rgba(254, 127, 35, 0.2);
}


.banner_btn:before {

	line-height: 1;
	position: relative;
	content: "";
	background: url(../images/icon_btn_go.svg)  no-repeat center center;
	position: absolute;
	left: 70%;
	top: 50%;
	margin-top: -7px;
	width:8px;
	height:14px;

	font-size: 125%;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




.banner_btn:hover:before {
	left: 80%;
	opacity: 100;
	filter: alpha(opacity=100);
}


/* @media screen and (max-width:768px) {
	.solutiong_banner .banner_btn_w   .banner_btn{
		height:0.64rem;
		line-height: 0.64rem;
		overflow: hidden;
		font-size: 0.18rem;
		max-width: 1.8rem;
		min-width: auto;
		padding: 0 0.1rem;
		margin: 0.1rem 0.1rem;
		overflow: hidden;
	}
} */



.btn_primary{
	display: block;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;


	color: #640b08;
	background-color: #fee4b9;
	background-image: -moz-linear-gradient( 180deg, rgb(254,228,185) 0%, rgb(240,144,87) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(254,228,185) 0%, rgb(240,144,87) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(254,228,185) 0%, rgb(240,144,87) 100%);


	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	/*! box-shadow: 0px 8px 24px 0px rgba(86, 12, 10, 0.24); */

}
.btn_primary:hover {
	opacity: 0.8;
}

.btn_line {
	display: block;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;


	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	/*! box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24); */
	border:2px solid #fee4b9;
	color:#fee4b9;
	background: transparent;

}
.btn_line:hover {
	border:2px solid #fee4b9;
	background: transparent;
	opacity: 0.8;
}


/*--
202101-16 

s_w_a:左文右图
文字左边、图片右边
文字左对齐、图片右对齐

--*/ 
.s_w_a {text-align: left; }
.s_w_a .text_img_w .pull_l {text-align: left; }

@media (max-width:992px) {
	.s_w_a .text_img_w .pull_l { width: 100%; text-align: center;margin:0 auto }
	.s_w_a .text_img_w .pull_r { width: 100%;text-align: center;margin:0 auto }
}

/*--
202101-16 

s_w_b:左图右文
文字右边、图片左边
文字右对齐、图片左对齐

--*/ 
.s_w_b {text-align: right; }
.s_w_b .text_img_w .pull_r {text-align: right; }

@media (max-width:992px) {
	.s_w_b .text_img_w .pull_l { width: 100%; text-align: center;margin:0 auto }
	.s_w_b .text_img_w .pull_r { width: 100%;text-align: center;margin:0 auto }
}

/*--2021-01-16 优化 --*/


/*************************************
每一屏移动端通用处理
**************************************/
/*IE*/
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {

	.s_w_a .text_w, .s_w_b .text_w {
		height: 0.8rem;
		display: table-cell;
		vertical-align: middle
	}
	.s_w .pull_l .img_w, .s_w .pull_r .img_w {
		height: 0.8rem;
		display: table-cell;
		vertical-align: middle
	}
	.s_w_a .pull_l, .s_w_b .pull_r {
		display: table;
	}

}



@media(max-width:1200px) {
	.s_w .pull_l .cp_text, .s_w .pull_r .cp_text {
		height: auto;
		text-align: center
	}
	.s_w .pull_l .cp_img, .s_w .pull_r .cp_img {
		height: auto
	}
}
.s_w .pull_c .cp_text {
	max-width: 620px;
	margin: 60px auto 60px auto;
	line-height: 32px;
	font-size: 18px
}
.s_w .pull_c .cp_text {
	max-width: 900px
}
.s_w_a {
	text-align: left;
}
.s_w_a .pull_r {
	text-align: left;
}
.s_w_a .pull_r .img_w img{
	/*! margin-left:  0.5rem */
}

@media(max-width:1366px) {
	.s_w_a .pull_r .img_w img{
		/*! margin-left: 0.5rem; */
	}
}

@media(max-width:1200px) {
	.s_w_a .pull_l .img_w  img{
		/*! width: 100%; */
		text-align: center;
		margin: 0 auto
	}
	.s_w_a .pull_r .img_w img{
		max-width: 100%;
		text-align: center;
		margin: 0 auto
	}
}

.s_w_b .pull_l {
	text-align: left;
}
.s_w_b .pull_r .img_w img{
	/* 	margin-right: -100px */
}

@media(max-width:1366px) {
	.s_w .text_w p br {
		display: none
	}
}
@media(max-width:1366px) {
	.s_w_b .pull_r .img_w img{
		/* 		margin-right: -100px */
	}
}

@media(max-width:1200px) {
	.s_w_a .pull_l .img_w img{
		/*! width: 100%; */
		text-align: center
	}
	.s_w_a .pull_l .img_w img{
		margin:0 auto !important;
	}
	.s_w_a .pull_l {
		width: 100%;
		text-align: center;
		margin: 0 auto!important;
	}
}

@media(max-width:1200px) {
	.s_w_a .pull_r .img_w img{
		/*! width: 100%; */
		text-align: center
	}
	.s_w_a .pull_r .img_w img{
		margin:0 auto !important;
	}
	.s_w_a .pull_r {
		width: 100%;
		text-align: center;
		margin: 0 auto!important;
	}
}

@media(max-width:1200px) {

	.s_w_b .pull_l .img_w img{
		/*! width: 100%; */
		text-align: center
	}
	.s_w_b .pull_l .img_w img{
		margin:0 auto !important;
	}
	.s_w_b .pull_l {
		width: 100%;
		text-align: center;
		margin: 0 auto!important;
	}
	.s_w .img_w {
		height: auto;
		display: block;
		margin: .88rem auto;
	}
}

@media(max-width:1200px) {

}

/* @media(max-width:768px) {

	.s_w_b .pull_r .img_w img{
		width: 100%;
		text-align: center
	}
	.s_w_b .pull_r .img_w img{
		margin:0 auto !important;
	}
	.s_w_b .pull_r {
		width: 100%;
		text-align: center;
		margin: 0 auto!important;
	}
	.s_w .text_w .num_w,

	.s_w .text_w .p_w
	{
		display: flex;
		justify-content: center;
		text-align: center;
		margin:0 auto;
	}

	.s_w {
		padding: 1rem 0;
		min-height: auto
	}
	.s_w_a .pull_l, .s_w_b .pull_r {
		width: 100% !important;
		margin: 0 auto!important;
		display: block !important;
		float: none !important;
	}
	.s_w .text_w {

		height: auto;
		display: block;
		max-width: 7.2rem;
		margin: 0.5rem auto 0.5rem auto;
	}
	.s_w .text_w .num_w {
		width: 1.6rem;
		margin:0.32rem auto;
		background-size: contain;
		color: #fee4b9;

	}
	.s_w .text_w h1_w {
		display: flex;
		justify-content: center;
		padding: .4rem auto .4rem auto;
		font-size: .5rem;
		line-height: 1.3
	}
	.s_w .text_w em {

	}
	.s_w .text_w .p_w {
		max-width: none;
		padding: 0.16rem 0 0.64rem 0;
		font-size: .3rem;
		line-height: 1.8;
	}
	.s_w .text_w p br {
		display: none;
	}
	.s_w .img_w {
		height: auto;
		display: block;
		margin: .5rem auto;
	}
	.s_w_a .pull_r, .s_w_b .pull_l {
		height: auto;
		width: 100%;
	}
} */

@media(max-width:480px) {
	.s_w {
		min-height: auto;
		padding: 1rem 0;
	}
	.s_w_a .pull_l, .s_w_b .pull_r {
		margin: 0 auto!important;
		display: block
	}
	.s_w .pull_l .text_w, .s_w .pull_r .text_w, .s_w .pull_c .text_w {
		height: auto;
		display: block;
		max-width: 6.2rem;
		margin: 0.32rem auto 0.32rem auto;
		font-size: .18rem;
		line-height: 1.5
	}

}
.s_w .text_w h1.h1_w img {

	color: transparent;
}
.s_w .text_w em {

}
.s_w .text_w p.p_w {
	padding: 0.16rem 0 0.64rem 0;
	font-size: 36px;
	font-size: .36rem;
	line-height: 1.4;
}



.s_w .pull_l .img_w, .s_w .pull_r .img_w, .s_w .pull_c .img_w  {
	height: auto;
	display: block;
	margin: .88rem auto;
	bottom: 0
}
.s_w .pull_r, .s_w .pull_l {
	height: auto
}
}


/*************************************
通用css3动画
涉及：楼层数字、强调、标题、段落、li
**************************************/

/*.em_w 小装饰动画数字、标题*/
.s_w .active .text_w .num_w,.s_w .active .text_w .icon_tt {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-webkit-transition-delay: ease;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out 0s backwards;
	-moz-animation: moveDown 1s ease-in-out 0s backwards;
	-o-animation: moveDown 1s ease-in-out 0s backwards;
	-ms-animation: moveDown 1s ease-in-out 0s backwards;
	animation: moveDown 1s ease-in-out 0s backwards
}
/*.em_w 小装饰动画强调等*/
.s_w .text_w .em_w {
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;

}
.s_w .active .text_w .em_w {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-webkit-transition-delay: ease;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;

	-webkit-animation: moveDown 1s ease-in-out .1s backwards;
	-moz-animation: moveDown 1s ease-in-out .1s backwards;
	-o-animation: moveDown 1s ease-in-out .1s backwards;
	-ms-animation: moveDown 1s ease-in-out .1s backwards;
	animation: moveDown 1s ease-in-out .1s backwards
}
/*.h1_w 标题动画*/
.s_w .text_w .h1_w {
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;

}
/*.h1_w 标题动画*/


/*.line_tt 段落动画*/
.s_w .active .text_w .line_tt {
	-webkit-transition: all 1s .0.08s ease;
	-moz-transition: all 1s .0.08s ease;
	-o-transition: all 1s .0.08s ease;
	transition: all 1s .0.08s ease;

}
.s_w .active .text_w .line_tt {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;

	-webkit-animation: moveDown 1s ease-in-out .0.08s backwards;
	-moz-animation: moveDown 1s ease-in-out .0.08s backwards;
	-o-animation: moveDown 1s ease-in-out .0.08s backwards;
	-ms-animation: moveDown 1s ease-in-out .0.08s backwards;
	animation: moveDown 1s ease-in-out .08s backwards	
}

/*.h1_w 段落动画*/
.s_w .active .text_w .h1_w {
	-webkit-transition: all 1s .1s ease;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;

}
.s_w .active .text_w .h1_w {
	opacity: 1;
	-webkit-transition: all 1s .1s ease;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out .1s backwards;
	-moz-animation: moveDown 1s ease-in-out .1s backwards;
	-o-animation: moveDown 1s ease-in-out .1s backwards;
	-ms-animation: moveDown 1s ease-in-out .1s backwards;
	animation: moveDown 1s ease-in-out .1s backwards
}

/*.p_w 段落动画*/
.s_w  .text_w .p_w {
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;

}
/*.p_w 段落动画*/
.s_w .active .text_w .p_w {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out .5s backwards;
	-moz-animation: moveDown 1s ease-in-out .5s backwards;
	-o-animation: moveDown 1s ease-in-out .5s backwards;
	-ms-animation: moveDown 1s ease-in-out .5s backwards;
	animation: moveDown 1s ease-in-out .5s backwards
}

/*BTN组按钮动画*/
.s_w  .text_w .btn_w {
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;

}

/*BTN组按钮动画*/
.s_w .active .text_w .btn_w {
	opacity: 1;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s ease;
	-o-transition: all 1s .1s ease;
	transition: all 1s .1s ease;
	-webkit-animation: moveDown 1s ease-in-out .8s backwards;
	-moz-animation: moveDown 1s ease-in-out .8s backwards;
	-o-animation: moveDown 1s ease-in-out .8s backwards;
	-ms-animation: moveDown 1s ease-in-out .8s backwards;
	animation: moveDown 1s ease-in-out .8s backwards
}


/*BTN按钮动画*/
.s_w  .btn_readmore,.s_w  .btn_download，.s_w .btn_view_further,.s_w  .btn_free_trial {
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s ease;
	-o-transition: all .3s .1s ease;
	transition: all .3s .1s ease;

}

/*BTN按钮动画*/
.s_w .active .btn_readmore,.s_w .active .btn_download，.s_w .active .btn_view_further,.s_w  .active .btn_free_trial {
	opacity: 1;
	-webkit-transition: all .3s .1s;
	-webkit-transition-delay: ease;
	-moz-transition: all .3s .1s ease;
	-o-transition: all .3s .1s ease;
	transition: all .3s .1s ease;
	-webkit-animation: moveDown .8s ease-in-out .4s backwards;
	-moz-animation: moveDown .8s ease-in-out .4s backwards;
	-o-animation: moveDown .8s ease-in-out .4s backwards;
	-ms-animation: moveDown .8s ease-in-out .4s backwards;
	animation: moveDown .8s ease-in-out .4s backwards;
	animation: moveDown 1.6s ease-in-out .2s backwards
}



/*BTN按钮动画*/
.s_w .active .btn_r_more, .active .btn_view_further, .s_w .active .btn_free_trial {
	opacity: 1;
	-webkit-transition: all .3s .1s;
	-webkit-transition-delay: ease;
	-moz-transition: all .3s .1s ease;
	-o-transition: all .3s .1s ease;
	transition: all .3s .1s ease;
	-webkit-animation: moveDown .8s ease-in-out .4s backwards;
	-moz-animation: moveDown .8s ease-in-out .4s backwards;
	-o-animation: moveDown .8s ease-in-out .4s backwards;
	-ms-animation: moveDown .8s ease-in-out .4s backwards;
	animation: moveDown .8s ease-in-out .4s backwards;
	animation: moveDown 1.6s ease-in-out .2s backwards
}

/*居中模式，图片下放缓动滑上*/
.s_w  .img_c img {
	-webkit-transition: 1.2s ease-in-out .6s backwards;
	-webkit-transition-delay: ease;
	-moz-transition: 1.2s ease-in-out .6s backwards ease;
	-o-transition: 1.2s ease-in-out .6s backwards ease;
	transition: 1.2s ease-in-out .6s backwards ease;

}

/*居中模式，图片下放缓动滑上*/
.s_w .active .img_c img {
	opacity: 1;
	-webkit-transition: 1.2s ease-in-out .6s backwards;
	-webkit-transition-delay: ease;
	-moz-transition: 1.2s ease-in-out .6s backwards ease;
	-o-transition: 1.2s ease-in-out .6s backwards ease;
	transition: 1.2s ease-in-out .6s backwards ease;
	-webkit-animation: moveDown 1.2s ease-in-out .6s backwards;
	-moz-animation: moveDown 1.2s ease-in-out .6s backwards;
	-o-animation: moveDown 1.2s ease-in-out .6s backwards;
	-ms-animation: moveDown 1.2s ease-in-out .6s backwards;
	animation: moveDown 1.2s ease-in-out .6s backwards
}

/*右图，图片块右侧侧缓动滑出*/
.s_w .pull_r .img_w  {
	-webkit-transition: 1.2s ease-in-out .6s backwards;
	-webkit-transition-delay: ease;
	-moz-transition: 1.2s ease-in-out .6s backwards ease;
	-o-transition: 1.2s ease-in-out .6s backwards ease;
	transition: 1.2s ease-in-out .6s backwards ease;

}

/*右图，图片块右侧侧缓动滑出*/
.s_w .active.pull_r .img_w  {
	opacity: 1;
	-webkit-transition: 1.2s ease-in-out .6s backwards;
	-webkit-transition-delay: ease;
	-moz-transition: 1.2s ease-in-out .6s backwards ease;
	-o-transition: 1.2s ease-in-out .6s backwards ease;
	transition: 1.2s ease-in-out .6s backwards ease;

	-webkit-animation: moveLeft 1.1s ease-in-out .6s backwards;
	-moz-animation: moveLeft 1.1s ease-in-out .6s backwards;
	-o-animation: moveLeft 1.1s ease-in-out .6s backwards;
	-ms-animation: moveLeft 1.1s ease-in-out .6s backwards;
	animation: moveLeft 1.1s ease-in-out .6s backwards
}

/*左图，图片块左侧缓动滑出*/
.s_w .active.pull_l .img_w  {
	-webkit-transition: 1.2s ease-in-out .6s backwards;
	-moz-transition: 1.2s ease-in-out .6s backwards ease;
	-o-transition: 1.2s ease-in-out .6s backwards ease;
	transition: 1.2s ease-in-out .6s backwards ease;

}
/*左图，图片块左侧缓动滑出*/
.s_w .active.pull_l .img_w  {
	-webkit-animation: moveRight 1.2s ease-in-out .6s backwards;
	-moz-animation: moveRight 1.2s ease-in-out .6s backwards;
	-o-animation: moveRight 1.2s ease-in-out .6s backwards;
	-ms-animation: moveRight 1.2s ease-in-out .6s backwards;
	animation: moveRight 1.2s ease-in-out .6s backwards
}


/*list_animation ul li通用向上缓动*/
.list_animation li {
	opacity: 1;

	-webkit-transform:translate(0,0.32rem);
	-moz-transform:translate(0,0.32rem);
	transform:translate(0,0.32rem);

	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;	
}
.list_animation li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: .1s
}
.list_animation li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s
}
.list_animation li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.list_animation li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s 
}
.list_animation li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s
}
.list_animation li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s
}
.list_animation li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s
}
.list_animation li:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s
}
.list_animation li:nth-child(9) {
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	transition-delay: 0.9s
}
.list_animation li:nth-child(10) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}
.list_animation li:nth-child(11) {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s
}
.list_animation li:nth-child(12) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s
}
/*.active 触发动画*/
.active .list_animation li,
.list_animation.active  li
{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	transform:translate(0,0);
}






/*.s_1*/
.s_1 {
	position: relative;
	z-index: 1;
	min-height: 5rem;
	max-width: 25.60rem;

	padding:0.88rem 0 0.88rem 0;
	margin: 0 auto 0 auto;	
	/*! background-color: #333; */;
	overflow: hidden;
	font-family: "hstxz"; 
}
.s_1 .text_w p.p_w {
	font-size: 48px;
	font-size: .46rem;
	line-height: 2
}
@media screen and (max-width:1400px) {
	.s_1 .text_w p.p_w {
		font-size: .36rem;
		line-height: 2;
	}
}
.s_w .tips{
	padding-top:1rem;
	font: 14px/1.5 Arial,"Microsoft Yahei",sans-serif;
	font-size: 0.68rem;
	font-weight:700;
	color:#d2342f;
}


/*.s_2*/
.s_2 {
	position: relative;
	z-index: 1;
	min-height: 6rem;
	max-width: 25.60rem;

	padding:0 0 0.32rem 0;
	margin: 0 auto 0 auto;	
	/*! background-color: #333; */;

	overflow: hidden;
}

.s_2 .text_img_w .h1_w{
	padding:0rem 0 0.88rem 0;
}
.s_2 .text_img_w .p_w{
	padding:0.16rem 0 0.64rem 0;

}

.s_2 ul {
	max-width: 14rem;
	margin: 0 auto;
	padding: 1.6rem 0;
	border-radius: 10px;
}
.s_2 ul {
	opacity: 0;
	-webkit-transform: translate3d(0, 150px, 0);
	-moz-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.s_2 ul.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.s_2 li {
	max-width: 14rem;
	margin: 0px auto;
}

@media (max-width:1200px) {
	.s_2 ul {
		width:100%;
		/*! max-width: 7.5rem; */
		margin: 0 auto;
		padding: 0.5rem 0.3rem 1rem 0.3rem;
	}
}
.s_2 .list li{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 32px 0;
	border-bottom: 2px solid #292cb9;
	border-bottom: 2px solid RGBA(255,255,255,0.2);
	overflow: hidden;

	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis

}
.s_2 .list h3 {
	float: left;
	display: block;
	min-width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	font-size: 0.36rem;
	font-family: "DIN", Microsoft YaHeiHelvetica, arial, sans-serif;
	vertical-align: middle;
	color: #fff;
	text-align: right;
	/*! margin: 0 auto; */
	padding-left: 0;
	background-position: cover;
	overflow: hidden;

	display: flex;
	align-items: center;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.s_2 .list em {
	float: left;
	display: block;
	width: 24px;
	height: 32px;
	font-size: 32px;
	font-size: 0.32rem;
	font-family: "DIN", Microsoft YaHeiHelvetica, arial, sans-serif;
	vertical-align: middle;
	color: #0080ff;
	text-align: right;
	margin: 0 auto;
	padding-left: 0;
	background: url(../images/img_schedule.png) no-repeat center left;
	background-size: contain;
	overflow: hidden;
}
.s_2 .list span {
	display: block;
	width: 320px;
	height: 54px;
	float: left;
	text-align: left;
	vertical-align: middle;
	line-height: 60px;
	font-size: 32px;
	margin: 0;
	/*! padding-left: 100px; */
	overflow: hidden;

	font-family: "hstxz";
}

/* @media (max-width:680px) {
	.s_2 .list h3 {		
		width: 100%;
		min-width: auto;
		text-align: left;
		padding-left:0.2rem;
		font-size:0.36rem;	
		height: 42px;
		line-height: 42px;
	}		
	.s_2 .list span {		
		width: 100%;
		text-align: left;
		padding-left:0.6rem;
		font-size: 0.36rem;	
	}	
} */
/*动画*/
.s_2 ul li {
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
}
.s_2 ul li:nth-child(1)  {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}
.s_2 ul li:nth-child(2) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .4s;
}
.s_2 ul li:nth-child(3) {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s;
}
.s_2 ul li:nth-child(4) {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}
.s_2 ul li:nth-child(5) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.s_2 ul li:nth-child(6) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.s_2 ul li:nth-child(7) {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s;
}
.s_2 ul li:nth-child(8)  {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}
.s_2 ul li:nth-child(9)  {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s;
}
.s_2 ul li:nth-child(10)  {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.s_2 ul.active li  {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



/*.s_3*/
.s_3 {
	position: relative;
	z-index: 1;
	min-height: 8rem;
	max-width: 25.60rem;

	padding:0.88rem 0 0.88rem 0;
	margin: 0 auto 0 auto;	
	overflow: hidden;
}

.s_3 .icon_w .icon_list {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 380px;
	border-radius: 4px;
	overflow: hidden;/*! background-color:#FFF; *//*! background-color: rgba(3, 3, 3, .95); */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px auto;
		font-family: "hstxz";
}
.s_3 .icon_w .icon_list:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: All 0.3s ease;
	transition: All 0.3s ease; /*! background-color:#FFF; *//*! background-color: rgba(245, 245, 245, 1); */
}
.s_3 .icon_w .icon_list .img_w {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
.s_3 .icon_w .icon_list .icon_text {
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0px;
	color: #FFF;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.s_3 .icon_w .icon_list .icon_text h3 {
	font-size: 28px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px auto 10px auto;
	line-height: 1.5;
}
.s_3 .icon_w .icon_list .icon_text h2 {
	margin-bottom: 30%;
	font-size: 28px
}
.s_3 .icon_w .icon_list .icon_text span {
	font-size: 16px;
	margin-left: 15px;
	font-size: 16px;
}
.xs_3z_3 .icon_w .icon_list .icon_text p {
	line-height: 18px;
	margin-top: 15px;
	color: #6e798b;
	font-size: 14px;
	margin: 15px auto 10px auto;
}
/**---活动进度---**/		
.tips_w {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	
}
.s_3 .icon_w .icon_list:hover .tips_w {
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.tips_w .tips_cover {
	width: 100%;
	height: 100%;
	background-color: #211f32;
	background-color: rgba(13, 11, 33, 0.3);
	margin: auto;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tips_w .tips_end {
	width: 180px;
	height: 180px;
	margin: auto;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tips_w .tips_end img {
	display: block;
	margin: 30px auto 30px auto;
}
.tips_w .tips_ing {
	width: 80%;
	height: 80%;
	margin: auto;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*! pointer-events: all; */
}
@media (max-width:920px) {
	.tips_w img {
		max-width: 100%;
	}	
	.tips_w .tips_ing {
		/*! width: 220px; */
		/*! height: 220px; */
		margin: auto;
		/*! position: absolute; */
		z-index: 3;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.tips_w .tips_ing img {
	display: block;
	margin: 0 auto 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
}
.tips_w img {
	max-width:90%;
}
.ing_w .tips_w img {
	max-width:60%;
}

.tips_w:hover img {
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.tips_w a {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 32px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*! border: 2px solid #FFF; */
	padding: 0 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit--transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tips_w .tips_ing a {
	/*! border: 2px solid #FFF; */
	cursor: Default;
}
.tips_w a:hover {
	color: #0080ff;
	/*! border: 2px solid #0080ff; */
}
.tips_w .tips_ing :hover {
	color: #FFF;
	/*! border: 2px solid #FFF; */
}
.icon_list.active .tips_cover, .tips_w:hover .tips_cover {
	display: block !important;
	background-color: rgba(13, 11, 33, 0.9);
}

.tips_w:hover .tips_cover.ongoing {
	display: block !important;
	background-color: rgba(13, 11, 33, 0.0);
}

.end_w .tips_w .tips_end {
	display: block !important;
}
.end_w .tips_w .tips_cover{
	display: block !important;
}
.icon_list.active .tips_ing,.ing_w:hover .tips_w .tips_ing {
	display: block !important;
}
.icon_list.end_w .tips_ing,.ing_w:hover .tips_ing {
	display: none !important;
}

@media (max-width:1200px) {
	.s_3 .icon_w .icon_list {
		min-height: 100px;
		max-height: 100%;
		/*! margin: 5px auto 5px auto; */
	}

	.s_3 .icon_w .icon_list .img_w {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.s_3 .icon_w .icon_list .icon_text {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		bottom: 20px;
	}
	.s_3 .icon_w .icon_list .icon_text br {
		display: none;
	}

	.s_3 .icon_w .icon_list .icon_text h2 {
		font-size: 16px;
		font-weight: 500;
		margin: 0px auto 0px auto;
	}
}

@media (max-width:750px) {


	.s_3 .icon_w .icon_list .icon_text {
		bottom: 0px;
	}

.s_3 .icon_w .icon_list .icon_text h3 {
	font-size: 24px;
}
}
/**---间距---**/	
.s_3 .icon_w {
	margin-top: 1.6rem;
	/*! margin-left: -10px; */
	/*! margin-right: -10px; */
}


@media (max-width:720px) {
}
/*--xz_5--**/
.s_3 .icon_w li {
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
}
.s_3 .icon_w li:nth-child(1) {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s;
}
.s_3 .icon_w li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}
.s_3 .icon_w li:nth-child(3) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
}
.s_3 .icon_w li:nth-child(4) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .4s;
}
.s_3 .icon_w li:nth-child(5) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
}
.s_3 .icon_w li:nth-child(6) {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s;
}
.s_3 .icon_w li:nth-child(7) {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s;
}
.s_3 .icon_w li:nth-child(8) {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}
.s_3 .icon_w li:nth-child(9) {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s;
}
.s_3 .icon_w li:nth-child(10) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.s_3 .icon_w li:nth-child(11) {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
.s_3 .icon_w li:nth-child(12) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.s_3 .icon_w li:nth-child(13) {
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.s_3 .icon_w li:nth-child(14) {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.s_3 .icon_w li:nth-child(15) {
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.s_3 .icon_w li:nth-child(16) {
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.s_3 .icon_w li:nth-child(17) {
	-webkit-transition-delay: 1.7s;
	-moz-transition-delay: 1.7s;
	transition-delay: 1.7s;
}
.s_3 .icon_w li:nth-child(18) {
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.s_3 .icon_w li:nth-child(19) {
	-webkit-transition-delay: 1.9s;
	-moz-transition-delay: 1.9s;
	transition-delay: 1.9s;
}
.s_3 .icon_w li:nth-child(20) {
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	transition-delay: 2s;
}
.s_3 .icon_w li:nth-child(21) {
	-webkit-transition-delay: 2.1s;
	-moz-transition-delay: 2.2s;
	transition-delay: 2.3s;
}
.s_3 .icon_w li:nth-child(22) {
	-webkit-transition-delay: 2.2s;
	-moz-transition-delay: 2.2s;
	transition-delay: 2.2s;
}
.s_3 .icon_w.active li {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*--xz_5图片active动画图标hover动画--**/
.s_3 .icon_w .icon_list .img_w, .s_3 .icon_w .icon_list .icon_text h3, .s_3 .icon_w .icon_list .icon_text h2, .s_3 .icon_w .icon_list .icon_text p {
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
}
.s_3 .icon_list .icon_text h3, .s_3 .icon_list .icon_text h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 5px, 0);
}
.s_3 .icon_w .icon_list .icon_text p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.s_3 .icon_w .icon_list:hover .icon_text {
	z-index: 0;
}
.s_3 .icon_w .icon_list:hover .icon_text h3 {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.s_3 .icon_w .icon_list:hover .icon_text h2 {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.s_3 .icon_w .icon_list:hover .icon_text p {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.s_3 .icon_w .icon_list .img_w {
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.s_3 .icon_w .icon_list:hover .img_w {
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
/*移动端图片处理*/
.s_3 .icon_w .img_w img {
	width: 100%;
}
/*结束变成了灰色*/
.s_3 .icon_w .icon_list.end_w .img_w img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	width: 100%;
}



.explain_tips{
	text-align: left;
	color:#797979;
	font-size: 14px;
	margin:0 -0.32rem;
}
.explain_tips p{
	padding-left: 0.08rem;
	padding-right: 0.08rem;
}
@media screen and (max-width:992px) {
	.explain_tips p{
		text-align: center;
		font-size: 12px;
	}
}


.slogan_w{
	max-width: 80%;
	margin:0 auto;
}

/*footer底部*/
#footer{
	/* position: relative;
	z-index: 2; */
	/* min-height: 10.8rem; */
	/* max-width: 25.60rem; */
	/* padding-top: 8rem; */


	/* margin: 0 auto 0 auto; */

	/* background-color: #020087;
	background:url(../images/footer_bg_x.png) no-repeat center top;  */
	overflow: hidden;
}
@media (max-width:970px) {
	#footer{
		padding-bottom:1.2rem;
	}

}

#footer:before{
	content: ""; 
	margin:auto;
	position: absolute;
	z-index: -1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;

	/*! background:url(../images/footer000_bg.png) no-repeat center top; */ 
	background-size: cover; 
}
@media (max-width:970px) {

	#footer:before{
		/*! background:url(../images/footer_bg_m.png) no-repeat center top; */
		background-size: cover; 	
	}
}
#footer:after{
	content: ""; 
	margin:auto;
	position: absolute;
	z-index: -2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;

	background: transparent;
}

.footer .footer_con{
	/* 		margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between; */
	display:flex;
	justify-content:center;
	align-items:center;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	


}


@media only screen and (max-width:1200px) {
	#footer{	
		padding-top: 6rem;
		margin:0 auto;
	}
	.footer .footer_con .footer_l{
		margin:0 auto;
	}
	.footer .footer_con .footer_r{

		margin:0.64rem auto;
	}
}
@media only screen and (max-width:992px) {
	/* #footer{	
		padding-top: 0.8rem;
		text-align:center;
		margin:0 auto;
		background: url(../images/footer_bg_x_m.png) no-repeat center bottom;
		background-size: contain;
	} */
	.footer .footer_con .footer_l{
		width:100%;
		text-align:center;
		margin:0 auto;
	}
	.footer .footer_con .footer_r{

		margin:0.64rem auto;
	}
}


/*Footer客服*/
.f_contact{
	margin-bottom: 0.4rem;	
}
.f_contact  p{
	margin-bottom: 16px	
}
.f_contact h6{
	font-weight:500;
}
.f_contact  .tel{
 font-family: "DIN";  
	padding-top:24px;
	padding-bottom:4px;
	font-size: 48px;
	font-size: 0.48rem;
	line-height: 1.2;
}
.f_contact .tip{
	font-size:14px;
	margin-left: -8px;
}


/*--------------------手机底部2021-01-17--------------------*/
@media (max-width:970px) {
	.m_footer_nav_w, .fixed_btn { display: block; }
	#doyoo_monitor, #doyoo_panel, #doyoo_share { display: none !important; }/*手机网页隐藏乐语弹窗、左侧、分享*/
	.tips_p {text-align: center !important;}    
}

@media (min-width:969px) {
	.m_footerr_w { display: none; }
	.m_footer_nav_w { display: none; }
}
.m_footer_nav_w { position: fixed; z-index: 999; ; bottom: 0; height: 1.04rem;line-height: 1.04rem; min-width: 2.4rem; width: 100%; margin: 0 auto;  color: #42566e; font-size: 12px; text-align: center;  
	background: hsla(0,0%,100%,.2);
	overflow: hidden; 

}
.m_footer_nav_w:after{
	content: "";
	margin: auto;   
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #eef1f6;    
	opacity:0.95;
	filter:Alpha(opacity=95);
	filter: blur(0.2rem);
	margin: -0.5rem;
}

.m_footer_nav_w .m_footer_nav { max-width: 7.5rem; margin: 0 auto; }
.m_footer_nav_w .m_footer_nav li a { display: block; float: left; width: 33.33%; height: 1.04rem;line-height: 1.04rem;text-align: center; padding: 0.15rem 0; font-size: 0.24rem; color: #171f2b;  }
.m_footer_nav_w .m_footer_nav li a div { height: 1.04rem;line-height: 1.04rem; margin: 0px auto; }
.m_footer_nav_w .m_footer_nav li a:hover { color: #0080ff; background-color: #F2F2F2; }

.m_footer_nav_w .m_footer_nav li a p { margin: 0 auto;text-align:center;  height: 0.44rem; line-height: 0.44rem; float: none;font-size: 12px }
.m_footer_nav_w .m_footer_nav li a .m_footer_icon { display: block; width: 0.44rem; height: 0.44rem; margin: 0 auto;text-align:center; float: none; }

.m_footer_nav_w .m_footer_nav li a .m_icon_zx { background: url(../images/icon_zixun.png) no-repeat 0 0; background-size: contain; }
.m_footer_nav_w .m_footer_nav li a:hover .m_icon_zx { background: url(../images/icon_zixun_h.png) no-repeat 0 0; background-size: contain; background-position: 0 0; }
.m_footer_nav_w .m_footer_nav li a .m_icon_dh { background: url(../images/icon_dianhua.png) no-repeat 0 0; background-size: contain; }
.m_footer_nav_w .m_footer_nav li a:hover .m_icon_dh { background: url(../images/icon_dianhua_h.png) no-repeat 0 0; background-size: contain; background-position: 0 0; }
.m_footer_nav_w .m_footer_nav li a .m_icon_ty { background: url(../images/icon_biaodan.png) no-repeat 0 0; background-size: contain; }
.m_footer_nav_w .m_footer_nav li a:hover .m_icon_ty { background: url(../images/icon_biaodan_h.png) no-repeat 0 0; background-size: contain; background-position: 0 0; }





.totop {
	width: 44px;
	height: 44px;
	position: fixed;
	z-index: 99;
	right: 0.16rem;
	bottom: 1.8rem;
	display: none;


	opacity: 0.8;
	border-radius: 0.02rem;
}
.totop:before{
	content: "";
	margin: auto;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: #e0e3ea;

	border-radius: 0.02rem;
	-webkit-transition: all 0.32s ease;
	transition: all 0.32s ease;

	background: url(../images/icon_to_top.svg) no-repeat center center;

}

.totop::after{
	content: "";
	margin: auto;
	position: absolute;
	z-index: -1;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: #e0e3ea;

	border-radius: 0.02rem;
	-webkit-transition: all 0.32s ease;
	transition: all 0.32s ease;


}
.totop:hover::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 0.16rem;
	border-radius: 0.16rem;
}


.f_spark {
	width:365px;
	height:341px;
	display:block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-animation:bossSpark-motion 3s steps(67) infinite 300ms 0 ease;
	-moz-animation:bossSpark-motion 3s steps(67) infinite 300ms 0 ease;
	-ms-animation:bossSpark-motion 3s steps(67) infinite 300ms 0 ease;
	animation:bossSpark-motion 3s steps(67) infinite 300ms 0 ease;
	-moz-animation:bossSpark-motion 3s steps(67) infinite;
	-webkit-animation:bossSpark-motion 3s steps(67) infinite;
	-o-animation:bossSpark-motion 3s steps(67) infinite;
	-ms-animation:bossSpark-motion 3s steps(67) infinite;
	animation:bossSpark-motion 3s steps(67) infinite;
}
@-webkit-keyframes bossSpark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -22847px
	}
}
@-moz-keyframes bossSpark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -22847px
	}
}
@-ms-keyframes bossSpark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -22847px
	}
}
@-o-keyframes bossSpark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -22847px
	}
}
@keyframes bossSpark-motion {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -22847px
	}
}

.text_mask {
	position:absolute;
	top:115px;
	left:50%;
	margin-left:-479px;
	width:974px;
	height:209px;

	-webkit-animation:text_mask 3s steps(28) infinite;
	animation:text_mask 3s steps(28) infinite;
	z-index:1
}
@-webkit-keyframes text_mask {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -5852px
	}
}
@keyframes text_mask {
	0% {
		background-position:0 0
	}
	100% {
		background-position:0 -5852px
	}
}


/*常用动画*/

@-webkit-keyframes moveUp {
	0% {
		-webkit-transform:translateY(-40px);
		-webkit-opacity:0
	}
	100% {
		-webkit-transform:translateY(0px);
		-webkit-opacity:1
	}
}
@-moz-keyframes moveUp {
	0% {
		-moz-transform:translateY(-40px);
		-moz-opacity:0
	}
	100% {
		-moz-transform:translateY(0px);
		-moz-opacity:1
	}
}
@-o-keyframes moveUp {
	0% {
		-o-transform:translateY(-40px);
		-o-opacity:0
	}
	100% {
		-o-transform:translateY(0px);
		-o-opacity:1
	}
}
@keyframes moveUp {
	0% {
		transform:translateY(-40px);
		opacity:0
	}
	100% {
		transform:translateY(0px);
		opacity:1
	}
}

@-webkit-keyframes moveDown {
	0% {
		-webkit-transform:translateY(60px);
		-webkit-opacity:1
	}
	100% {
		-webkit-transform:translateY(0px);
		-webkit-opacity:1
	}
}
@-moz-keyframes moveDown {
	0% {
		-webkit-transform:translateY(60px);
		-webkit-opacity:1
	}
	100% {
		-webkit-transform:translateY(0px);
		-webkit-opacity:1
	}
}
@-moz-keyframes moveDown {
	0% {
		-moz-transform:translateY(60px);
		-moz-opacity:1
	}
	100% {
		-moz-transform:translateY(0px);
		-moz-opacity:1
	}
}
@keyframes moveDown {
	0% {
		transform:translateY(60px);
		opacity:1
	}
	100% {
		transform:translateY(0px);
		opacity:1
	}
}


@-webkit-keyframes moveLeft {
	0% {
		-webkit-transform:translateX(40px);
		-webkit-opacity:0
	}
	100% {
		-webkit-transform:translateX(0px);
		-webkit-opacity:1
	}
}
@-moz-keyframes movemoveLeft {
	0% {
		-moz-transform:translateX(40px);
		-moz-opacity:0
	}
	100% {
		-moz-transform:translateX(0px);
		-moz-opacity:1
	}
}
@-o-keyframes movemoveLeft {
	0% {
		-o-transform:translateX(40px);
		-o-opacity:0
	}
	100% {
		-o-transform:translateX(0px);
		-o-opacity:1
	}
}
@keyframes movemoveLeft {
	0% {
		transform:translateX(0px);
		opacity:0
	}
	100% {
		transform:translateX(40px);
		opacity:1
	}
}


@-webkit-keyframes fade_side_15 {
	0% {
		-webkit-opacity:0;
		-webkit-transform:translateX(0px) translateY(0)
	}
	50% {
		-webkit-opacity:1
	}
	100% {
		-webkit-opacity:0;
		-webkit-transform:translateX(45px) translateY(-45px)
	}
}
@-moz-keyframes fade_side_15 {
	0% {
		-moz-opacity:0;
		-moz-transform:translateX(0px) translateY(0)
	}
	50% {
		-moz-opacity:1
	}
	100% {
		-moz-opacity:0;
		-moz-transform:translateX(45px) translateY(-45px)
	}
}
@keyframes fade_side_15 {
	0% {
		opacity:0;
		transform:translateX(0px) translateY(0)
	}
	50% {
		opacity:1
	}
	100% {
		opacity:0;
		transform:translateX(45px) translateY(-45px)
	}
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform:translateY(0.4rem)
	}
	50% {
		-webkit-transform:translateY(0px)
	}
	100% {
		-webkit-transform:translateY(0.4rem)
	}
}
@-moz-keyframes updown {
	0% {
		-moz-transform:translateY(0.4rem)
	}
	50% {
		-moz-transform:translateY(0px)
	}
	100% {
		-moz-transform:translateY(0.4rem)
	}
}

@-o-keyframes updown {
	0% {
		-o-transform:translateY(0.4rem)
	}
	50% {
		-o-transform:translateY(0px)
	}
	100% {
		-o-transform:translateY(0.4rem)
	}
}
@keyframes updown {
	0% {
		transform:translateY(0.4rem)
	}
	50% {
		transform:translateY(0px)
	}
	100% {
		transform:translateY(0.4rem)
	}
}


@-webkit-keyframes moveRight {
	0% {
		-webkit-transform:translateX(-40px);
		-webkit-opacity:1
	}
	100% {
		-webkit-transform:translateX(0px);
		-webkit-opacity:1
	}
}
@-moz-keyframes moveRight {
	0% {
		-moz-transform:translateX(-40px);
		-moz-opacity:1
	}
	100% {
		-moz-transform:translateX(0px);
		-moz-opacity:1
	}
}
@-o-keyframes moveRight {
	0% {
		-o-transform:translateX(-40px);
		-o-opacity:1
	}
	100% {
		-o-transform:translateX(0px);
		-o-opacity:1
	}
}
@keyframes moveRight {
	0% {
		transform:translateX(-40px);
		opacity:1
	}
	100% {
		transform:translateX(0px);
		opacity:1
	}
}





@-webkit-keyframes updown {
	0% {
		-webkit-transform:translateY(0.4rem)
	}
	50% {
		-webkit-transform:translateY(0px)
	}
	100% {
		-webkit-transform:translateY(0.4rem)
	}
}
@-moz-keyframes updown {
	0% {
		-moz-transform:translateY(0.4rem)
	}

	50% {
		-moz-transform:translateY(0px)
	}
	100% {
		-moz-transform:translateY(0.4rem)
	}
}

@-o-keyframes updown {
	0% {
		-o-transform:translateY(0.4rem)
	}
	50% {
		-o-transform:translateY(0px)
	}
	100% {
		-o-transform:translateY(0.4rem)
	}
}
@keyframes updown {
	0% {
		transform:translateY(0.4rem)
	}
	50% {
		transform:translateY(0px)
	}
	100% {
		transform:translateY(0.4rem)
	}
}

