.wrap{
	width: 100%;
	overflow: hidden;
}
* img{
	display: block;
	width: 100%;
} 
.fullpage{
	width: 100%;
	height: 100%;
}
.fullpage .section{
	position: relative;
	width: 100%;
	height: 100%;
}
.firstFloor{
	background: url(../img/mb/home_page.jpg) no-repeat top center;
	background-size: 100%;
}
.top{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.14rem;
	background: url(../img/mb/top.jpg) no-repeat 0 0;
	background-size: 100%;
	z-index: 9;
}
.top img{
	height: 1.14rem;
	width: auto;
}
.top .facebook{
	position: absolute;
	top: 0.15rem;
	right: 0.15rem;
	width: 0.85rem;
	height: 0.85rem;
	background: url(../img/mb/FaceBook.png) no-repeat 0 0;
	background-size: 100%;
}
.f_btns{
	position: absolute;
	bottom: 1.2rem;
	width: 9.02rem;
	height: 8rem;
	margin-left: 0.89rem;
	background: url(../img/mb/piece.png) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 2rem 0 0 1.35rem;
	-webkit-animation: tkin 4s linear infinite;
    animation: tkin 4s linear infinite;
}
.f_btns a{
	display: block;
	width: 6.46rem;
    height: 1.77rem;
}
.secondFloor{
	background: url(../img/mb/f2_1.jpg) no-repeat top center;
	background-size: 100%;
	position: relative;
}
.s_cdCount{
	width: 9.2rem;
	height: 1.65rem;
	position: absolute;
	top: 12rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/mb/s_c_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.s_cdCount p{
	display: block;
	width: 100%;
	font-size: 0.54rem;
	text-align: center;
	line-height: 1.65rem;
	color: #5a2716;
	font-weight: bold;
}
.s_cdCount p span{
	color: #dc3a14;
}
.s_info{
	position: absolute;
	top: 13.5rem;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.28rem;
	color: #43290e;
	margin-top: 0.36rem;
}
.s_btn{
	width: 5.47rem;
	overflow: hidden;
	position: absolute;
	top: 14.7rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.s_btn a{
	display: block;
	width: 5.47rem;
	height: 1.73rem;
}



.thirdFloor{
	background: url(../img/mb/f3_1.jpg) no-repeat top center;
	background-size: 100%;
	position: relative;
}
.thirdFloor .swiper-container{
	width: 8.02rem;
	height: 12.27rem;
	position: absolute;
	top: 2.26rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.thirdFloor .swiper-silde{
	width: 8.72rem;
	height: 12.27rem;
}
.thirdFloor .swiper-pagination{
    width: 100%;
    height: 0.59rem;
    text-align: center;
    top: 14.18rem;
}
.thirdFloor .swiper-pagination-bullet{
    width: 0.59rem;
    height: 0.59rem;
    opacity: 1;
    border-radius: 0;
    margin-right: 0.4rem;
    background: url(../img/mb/s_btn.png) no-repeat center;
    background-size: cover;
}
.thirdFloor .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../img/mb/s_btns.png) no-repeat center;
    background-size: cover;
}
.fourthFloor{
	width: 100%;
	overflow: hidden;
}
.section.fourthFloor .fp-tableCell{
	display: block !important;
}
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    /*height:1.8rem;*/
    background: #0b0c0e;
    overflow: hidden;
}
.footer_c{
    width:90%;
    margin:0 auto;
    padding-top: 10px;
}
.footer_c img{
    display: block;
    width: 3rem;
    height: auto;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.f_center{
    /*float: right;*/
    overflow: hidden;
    padding-bottom: 20px;
    /*margin:50px 0 0 40px;*/
}
.f_center>p{
    text-align: center;
    font-size: 0.28rem;
    color:#a1a1a1;
    margin:2px 0;
}
.footer .f_center p{
    text-align: center;
}
.footer .f_center p a {
    color: #a1a1a1;
    text-decoration: none;
    vertical-align: middle;
    font-size: .2rem;
    text-transform: uppercase;
}
.footer .f_center p i {
    color: #4e5256;
    text-decoration: none;
    vertical-align: middle;
    font-size: .2rem;
    display: inline-block;
    margin:0 0.08rem;
    font-style: unset;
}

@-webkit-keyframes tkin {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(0, -0.5rem);
        transform: translate(0, -0.5rem);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    75% {
        -webkit-transform: translate(0, 0.5rem);
        transform: translate(0, 0.5rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes tkin {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(0, -0.5rem);
        transform: translate(0, -0.5rem);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    75% {
        -webkit-transform: translate(0, 0.5rem);
        transform: translate(0, 0.5rem);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.alert_shade{
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    z-index: 999999999;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    display: none;
}
.alert{
    position: absolute;
    top:50%;
    left: 50%;
    width: 7.19rem;
    height: 4.78rem;
    background: url(../img/mb/Popup.png) no-repeat center ;
    background-size: 100%;
    margin-left: -3.6rem;
    margin-top: -2.39rem;
    z-index: 999999999;
}