﻿   /* <!-- 页脚 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: 86px;
    background-color: #f7f7f7;
    padding-top: 26px;
    box-sizing: border-box;
  }
  .law_footer_bottom_text>p{
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-align: center;
    margin-bottom: 4px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
    display: -ms-flexbox; /* TWEENER - IE 10 */ 
    display: -webkit-flex; /* NEW - Chrome */ 
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ 
    /* 09版 */ 
    -webkit-box-align: center; 
    /* 12版 */ 
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    -o-align-items: center; 
    align-items: center; 
    align-items: center;
    /* 09版 */ 
    -webkit-box-pack: center; /*start center end justify*/ 
    /* 12版 */
      -webkit-justify-content: center; 
    -moz-justify-content: center; 
    -ms-justify-content: center; 
    -o-justify-content: center; 
    justify-content: center; 
  }
  .law_footer_bottom_text>p>i>img{
    margin-right: 8px;
  }
  /* <!-- 页脚 end --> */