  /* <!-- 页脚 start --> */
  a{
    text-decoration: none;
  }
  footer{
      overflow: hidden;
      background-color: #ffffff;
  }
  .law_footer_top>ul{
    width: 100%;
    height: 118px;
    padding:0 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    background-color: #ffffff;
  }
  .law_footer_top>ul>li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    -o-align-items: center; 
    align-items: center; 
  }
  .law_footer_top>ul>li>img{
    margin-right: 12px;
  }
  .law_footer_top>ul>li>span>big{
    font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  font-weight: bold;
  }
  .law_footer_top>ul>li>span>p{
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  margin-top: 12px;
  }
  .law_footer_top>ul>li:nth-child(1)>span>p{
    margin-left: -10px;
  }
  .law_footer_top>ul>li:nth-child(2)>span>p{
    margin-left: -10px;
  }
  .law_footer_bottom{
    height: 134px;
  }
  .law_footer_bottom_link{
    padding-top: 16px;
    float: left;
  }
  .law_footer_bottom_link>p>a,.law_footer_bottom_link>p>span{
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  }
  .law_footer_bottom_link>p>a{
    cursor: pointer;
    margin-right: 18px;
  }
  .law_footer_bottom_link>p:nth-child(2){
    margin: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    -o-align-items: center; 
    align-items: center; 
  }
  .law_footer_bottom_link>p:nth-child(2)>a{
    margin-left: 16px;
  }
  .law_footer_phone_number{
    float: right;
    margin-top: 38px;
  }
  .law_footer_phone_number>p{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(189, 189, 189);
    text-align: right;
    margin-bottom: 4px;
  }
  .law_footer_phone_number>b{
    font-size: 30px;
    font-family: "Impact";
    color: rgb(0, 75, 146);
  }
  .law_footer_bottom_text{
    height: 30px;
    background-color: #313131;
  }
  .law_footer_bottom_text>p{
    font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 30px;
  }
  /* <!-- 页脚 end --> */