
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation: flipInY 2s forwards;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
  }

  to {
    transform: perspective(400px);
  }
}

.tittle{
	width: 212px;
	left: 50%;
	margin-left: -106px;
	position: relative;
	padding: 70px 0 30px 0;
}


.businessMain{
	width: 100%;
    height: 100%;
    background: url(../../images/business/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
    background-position: center;
}


.busiBox{
	
}

.busiCon{
	width: 1100px;
	height: 650px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -550px;
	background: rgba(0,0,0,0.8);
}

.busiCon h3{
	font-weight: 800;
	margin-top:10px;
	line-height: 30px;
}
.busiCon p{
	font-family: "微软雅黑";
	font-weight: 800;
	line-height: 20px;
	color: #a5a4a4;
	font-size: 12px;
    width: 80%;
    text-align: justify;
    margin-left: 10%;
	
}

.busiCon ul{
	text-align: center;
	position: relative;
	
	
} 

.busiCon ul li{
	float: left;
	width: 33.3%;
	color: #fff;
	margin-top: 60px;
}

.footerMB {display: none;}


@media (max-width:1023px) {
    body,html {
        overflow-x: hidden;
        -webkit-overflow-x: hidden;
    }
    .businessMain{
        height: 1080px;
    }

    .businessMain{
        width: 100%;
        height: 100%;
        background: url(../../images/business/mbbg.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 1080px;
        background-position: center;
    }





    .busiBoxMb{display: block;background:#000;}
.busiBoxMb div img{width: 100%;}
.busiCon ul li {
    float: left;
    width: 50%;
    color: #fff;
    margin-top: 60px;
}

.busiCon {
    width: 100%;
    height: 918px;
    position: relative;
    top: 0px;
    left: 0%;
    margin-left: 0px;
    background: rgba(0,0,0,0.8);
}
	
/* footerMB*/
.footerMB{text-align: center;display:block;}
.footerMB > h3 {
padding: 1rem 0px 1rem;
font-size: 24px;
line-height: 1
}

.footer {
    position: relative;
    bottom: 0px;
}


.footerMB h3>.line{
	width: 50px;
    border: 1px solid #000;
    vertical-align: middle;
    display: inline-block;
    margin: 0 24px 0 24px;
}

	
	
	
}
@media (max-width:414px) {
	
}