*{outline:none;font-family:PingFangSC-Regular,"Microsoft YaHei",'微软雅黑',Arial,sans-serif;}.cf:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}.cf{*zoom:1;}body,ul,p{margin:0;padding:0;}li{list-style:none;}a{text-decoration:none;}img{font-size:0;display:block;}table{border-collapse:collapse;border-spacing:0;}h2,h6,h3,h5,h4{margin:0;}
ol,ul{padding:0;margin:0;}img{border:0}

*{ outline:none; -webkit-tap-highlight-color: transparent; -webkit-appearance: none; -webkit-text-size-adjust: none; } 


body{
  width:100%;
  background:url(../images/bg.png)no-repeat center top;
}
.main .inner{width:1400px;margin:0 auto;}
.main .inner .mbx{color:#fff;font-size: 16px;margin:24px 0 20px; }
.main .inner .mbx a{color:#fff; }
footer{
  width:100%;
  height:190px;
  /*background:url(../images/end.png)no-repeat center bottom;
  position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
}
.goto{
  width:60px;
  height:60px;
  background:url(../images/goto.jpg)no-repeat center;
  background-size: cover;
  position: fixed;
  bottom:100px;
  right:40px;
  cursor: pointer;
  display: none;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-bottom: 190px !important;
}
.more{
  position: absolute;
  right:30px;
  top:5px;
}
@media (max-width: 1500px){
.goto {
    width: 50px;
    height:50px;
}
}