*{padding: 0;margin: 0;}
/* CSS Document */
body,div,p,ul,textarea,form,input,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,section,article,aside,header,footer,nav,dialog,figure,hgroup{margin:0;padding:0;}
em{ font-style:normal;}
body{font-family: "微软雅黑",helvetica,arial;-webkit-text-size-adjust:none; font-size: 16px;margin: 0 auto;}
ul,ol,li{list-style:none}
img,video { border:0 none ; vertical-align: middle;}
.fl{float: left;}
.fr{float: right;}
a{text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a {-webkit-touch-callout:none;color: initial;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.clearfix:after {
    height: 0;
    display: block;
    content: ' ';
    visibility: hidden;
    clear: both;
}
body{
	overflow-x: hidden;
}
.wrap{
	width: 100%;
	margin: 0 auto;
	/*min-width: 1300px;*/
}
.cont{
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.overflow{
	overflow: hidden;
}
.clear{
	clear: both;
}
.pc-hide{
	display: none;
}
.flex{
	display: flex;
}
/*.scale{
	transform: scale(0.8)!important;
	transition: all 0.5s!important;
}*/
/*mbachina footer start*/
body{
	min-width: 1300px;
}

#toTop {
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    opacity: 0.5;
    display: none;
    z-index: 1000;
    overflow: hidden;
    background: #e8004d;
    padding: 15px;
    border-radius: 4px;
}
#toTop img {
    text-align: center;
    position: relative;
    transition: all .5s;
}
#toTop:hover {
    opacity: 1;
    transition: all .5s;
}
#toTop:hover img {
    transform: scale(1.5);
    transition: all .5s;
}
.footer{
	padding:40px 0;
	background:#2a2a2a;
	color:#fff;
	font-size:12px;
	line-height:30px;
	min-width:1010px;
}

.footerBox{
    width:1010px;  
    margin:0 auto;
}

.footerBox .floatL{width:270px;
				   padding:30px 0 0;}

.footerBox p{
     text-align:center;
	 width:600px;
	 float:left;
	 font-size:12px;
}

.footerBox .floatR{width:130px;}

.footerBox .footer a{
	color:#fff;
	font-size:12px;
}
.footerBox .footer a:hover{
	text-decoration: underline;
}
.footerBox .footer p{
	margin-left:40px;
	text-align:left;
}