@charset "utf-8";
/* CSS 2019-11-26 */



/*2020鼠年新年Banner 2020-01-21*/
.newyear_2020_w {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 2560px;
	max-width: 25.60rem;
	text-align: center;
	margin: 0 auto;
	min-width: 240px;
	min-width: 2.4rem;
	height: 800px;
	overflow: hidden;
	color:#FFF;
	background:url(../images/banner/newyear2020/newyear_2020_bg.jpg) no-repeat center center;
	background-size: cover;
	
}

.newyear_2020_bg:after{
	width:100%;
	height:100%;
	content: ""; 
	margin: auto;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;

	background-color:#e82e25;
  background-image: -moz-linear-gradient( 90deg, rgb(214,50,73) 0%, rgb(203,9,16) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(214,50,73) 0%, rgb(203,9,16) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(214,50,73) 0%, rgb(203,9,16) 100%);

}


.newyear_2020_w .banner_con {
	position: relative;
	z-index: 1;
}
.newyear_2020_w .banner_text {
	width:100%;
	margin:auto;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 2;
	max-width: 1440px;
	min-width: 240px;
	margin: 0 auto;
	text-align: left;
	color:#FFF;
}

.newyear_2020_w .pic_groups {

}
.newyear_2020_w .pic_bg {
	opacity: 0;
	position: relative;
	z-index: 0;
}

.newyear_2020_w .banner_text .a_w { 
	position: absolute;
	margin: auto; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	opacity: 1;
}


@media screen and (max-width:768px) {
.newyear_2020_w .banner_text {
margin-top: 1.6rem;
}
}


/*a_w 适用于图片文案*/
.newyear_2020_w .banner_text .a_w {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}

.newyear_2020_w .banner_text .a1_w {
	z-index: 20;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.newyear_2020_w .banner_text .a2_w {
	z-index: 30;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.newyear_2020_w .banner_text .a3_w {
	z-index: 30;
	-webkit-transition-delay:.3s;
	transition-delay: .3s
}
.newyear_2020_w .banner_text .a4_w {
	z-index: 30;
	-webkit-transition-delay:.4s;
	transition-delay: .4s
}
.newyear_2020_w .banner_text .a5_w {
	z-index: 30;
	-webkit-transition-delay:.5s;
	transition-delay: .5s
}
.newyear_2020_w .banner_text .a6_w {
	z-index: 30;
	-webkit-transition-delay:.6s;
	transition-delay: .6s
}

.newyear_2020_w .active .a_w,.swiper-slide-active .newyear_2020_w .a_w {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



