﻿/*注：include-foot.html复杂版页脚 和 include-foot-second.html简洁版页脚 都引用这个css文件*/

  .cli_foot .clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
  }
  .cli_foot .clearfix{
    zoom:1;
  }

/*复杂版页脚*/
  .cli_foot { 
    position:relative;
    bottom:0px;
    background:#f8f8f8;
    min-width:1000px;
    box-sizing: content-box;
  }
  .cli_foot a:hover{
    text-decoration:none;
    color:#666666;
  }
 
 .cli_foot .foot{
    padding: 30px 0 30px;
    width:1000px;
    margin:0 auto;
  }
 
 @media only screen and (max-width: 991px) {
    .cli_foot {
      min-width: 100%;
    }
    .cli_foot .foot {
      width: 100%;
    }
  }
  .cli_foot .dl_layout{
    width:150px;
    float: left;
    padding-left:30px; 
  }
  .cli_foot .dl_layout:first-child{
    padding-left: 0px;
    margin-left:15px;
  }
  .cli_foot .dl_layout dt{
    font-size: 19px;
    color: #666;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .cli_foot .dl_layout dd{
    font-size: 15px;
    margin: 5px 0px;
    color:#f2f3f5;
  }
  .cli_foot .dl_layout dd span {
    color: #999;
  }
  .cli_foot .dl_layout dd label {
    width: 70px;
    display: inline-block;
    padding-right: 10px;
  }
  .cli_foot .dl_layout dd a{
    color: #999;
    cursor: pointer;
    font-size: 12px;
  }
  .cli_foot .dl_layout dd a:hover {
    color: #4caf50;
  }
  .cli_foot .dl_contact { 
    width: 210px !important;
  }
  .cli_foot .dl_contact .open_qq {
    margin-left: 80px;
    margin-top: 5px;
    opacity: 0;
    filter:alpha(opacity=00);
  }
  .cli_foot .dl_weixin{
    text-align: center;
    }
    .cli_foot .dl_weixin img{
      border-radius:5px;
    }
    .cli_foot .dl_weixin p{
      color: #bbb;
      text-align:center;
      margin-top:10px;
      font-size: 12px;
      letter-spacing:1px;
    }
     
  /* copyright */
  .copyright{
    *padding-top:20px;
    line-height: 30px;
    color: #bbb;
    font-size: 12px;
    
  }
  .copyright-inner {
    width: 1000px;
    margin: auto;
    border-top: 1px solid #eee;
    padding: 15px 0;
    color: #bbb;
  }
  @media only screen and (max-width: 991px) {
    .copyright-inner {
      width: 100%;
      height: 160px;
    }
  }
  .copyright a { color: #bbb;}
  .copyright a:hover { color: #4caf50;}

  /*foot qq*/
  .cli_foot .qq_show{
    position:relative;
  }
  .cli_foot .qq_list{
    display:none;
    width:135px;
    position:absolute;
    left:0px;
    bottom: -20px;
    color:#333;
    border-radius:4px;
    background-color:#fff;
    padding:5px 10px;
    z-index:999999;
    margin-left:75px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  }
  .cli_foot .qq_list li{
    font-size:12px;
    text-align:left;
    margin:10px 0px;
    width:130px!important;
  }

/*简洁版页脚*/
  .cli_foot.foot_second {    
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    background-color: #f8f8f8;
  }
  .cli_foot.foot_second .foot_second_link {
    width: 1000px;
    margin: auto;
  }
  @media only screen and (max-width: 991px) {
    .cli_foot.foot_second .foot_second_link {
      width: 100%;
    }
  }
  .cli_foot.foot_second .foot_second_link a {
    color: #666;
    margin: 0 20px;
  }
  .cli_foot.foot_second .foot_second_link a:hover {
    color: #4caf50;
  }
  .cli_foot.foot_second .copyright {
    border-top: 0;
    padding: 10px 0;
  }