*{
    margin:0;
    padding:0;
}
html,body{
    font-size: 14px;
    /* color:#fff; */
}
.wrapper{
    width: 1200px;
    margin:0 auto;
    /* background-color: pink; */
}
h1,h2,h3,h4,h5{
    font-weight:400;
    margin:0;
    padding:0;
}
i{
    font-style: normal;
}
ul,li{
    list-style:none;
}
a{
    color:#000;
    text-decoration: none;
}

.f_l{
    float: left;
}
.f_r{
    float: right;
}


/* 底部 */
.footer {
  margin-top:40px;
  clear: both;
  width: 100%;
  height: 400px;
  background-color: #535353;
}
.footer .wrapper .top {
  padding: 50px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 250px;
  width: 100%;
  box-sizing: border-box;
}
.footer .wrapper .top .top-left h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
.footer .wrapper .top .top-left p {
  font-size: 18px;
  line-height: 1.5em;
}
.footer .wrapper .top .top-right span {
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 16px;
}
.footer .wrapper .top .top-right span img {
  width: 100%;
  margin-bottom: 15px;
}
.footer .wrapper .top .top-right span p {
  text-align: center;
}
.footer .wrapper .top .top-right span{
  margin-right: 15px; 
}
.footer .wrapper .top .top-right span:last-child {
  margin-right: 0px;
}

.footer .wrapper .bottom {
  text-align: center;
  margin-top: 40px;
}
.footer .wrapper .bottom p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}
.footer .wrapper .bottom p a{
  font-size: 14px;
  color: #fff;
}


