@charset "utf-8";
 @-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
-webkit-transform:translate3d(-3000px, 0, 0);
opacity:0;
transform:translate3d(-3000px, 0, 0)
}
60% {
-webkit-transform:translate3d(25px, 0, 0);
opacity:1;
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
-webkit-transform:translate3d(-3000px, 0, 0);
opacity:0;
transform:translate3d(-3000px, 0, 0)
}
60% {
-webkit-transform:translate3d(25px, 0, 0);
opacity:1;
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.bounceInLeft {
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft
}
.cloum-R {
	position: relative;
	width: 1500px;
	overflow: hidden;
}
.cloum-R750 {
	width: 1500px;
	padding-right: 50px;
}
.mhsh {
	position: absolute;
	left:350px;
	top:10%;
	width: 1090px;
	height: 252px;
	-webkit-animation-name:bounceInDown;
	animation-name:bounceInDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay:0.3s;
	-webkit-animation-delay:2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.bpzm {
	position:absolute;
	right:240px;
	top:55%;
	width:585px;
	height:382px;
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay:0.3s;
	-webkit-animation-delay:2s;
}
 @-webkit-keyframes movie {
 0% {
position: absolute;
left:-100%;
top:0;
opacity:0;
}
 100% {
position: absolute;
left:0;
top:0;
opacity: 1;
}
}
 @-webkit-keyframes zoomIn {
0% {
-webkit-transform:scale3d(.3, .3, .3);
opacity:0;
transform:scale3d(.3, .3, .3)
}
100% {
opacity:1
}
}
@keyframes zoomIn {
0% {
-webkit-transform:scale3d(.3, .3, .3);
opacity:0;
transform:scale3d(.3, .3, .3)
}
100% {
opacity:1
}
}
@-webkit-keyframes flipInY {
0% {
-webkit-animation-timing-function:ease-in;
-webkit-transform:perspective(400px) rotateY(90deg);
animation-timing-function:ease-in;
opacity:0;
transform:perspective(400px) rotateY(90deg)
}
40% {
-webkit-animation-timing-function:ease-in;
-webkit-transform:perspective(400px) rotateY(-20deg);
animation-timing-function:ease-in;
transform:perspective(400px) rotateY(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
opacity:1;
transform:perspective(400px) rotateY(10deg)
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-animation-timing-function:ease-in;
-webkit-transform:perspective(400px) rotateY(90deg);
animation-timing-function:ease-in;
opacity:0;
transform:perspective(400px) rotateY(90deg)
}
40% {
-webkit-animation-timing-function:ease-in;
-webkit-transform:perspective(400px) rotateY(-20deg);
animation-timing-function:ease-in;
transform:perspective(400px) rotateY(-20deg)
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
opacity:1;
transform:perspective(400px) rotateY(10deg)
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
@-webkit-keyframes bounceInDown {
 0%,  100%,  60%,  75%,  90% {
 -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
 transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0)
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0)
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0)
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0)
}
 100% {
 -webkit-transform: none;
 transform: none
}
}
 @keyframes bounceInDown {
 0%,  100%,  60%,  75%,  90% {
 -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
 transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 -ms-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0)
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 -ms-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0)
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 -ms-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0)
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 -ms-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0)
}
 100% {
 -webkit-transform: none;
 -ms-transform: none;
 transform: none
}
}
@-webkit-keyframes bounceInUp {
 0%,  100%,  60%,  75%,  90% {
 -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
 transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0)
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0)
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0)
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes bounceInUp {
 0%,  100%,  60%,  75%,  90% {
 -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
 transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 -ms-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0)
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 -ms-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0)
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 -ms-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0)
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 -ms-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
/*.tab{height: 55px;overflow:hidden;}
 .tab-bd,.tab-bd li{height: 650px;overflow: hidden;}
 */




#banner_bg {
	background:url(20190919_70y_tcbj.jpg) no-repeat center top;
	position: relative;
	width: 100%!important;
}
