﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    list-style: none;
    color: #333;
  }
  .link {
    width: 100%;
    height: 101px;
    margin: 0 auto 10px;
    background: #F6f6f6;
    box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
  }
  
  .link_word {
    width: 300px;
    height: 14px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
  }
  
  .link_word span {
    padding: 0 10px;
  }
  
  .link_border {
    border-left: 2px solid #333;
    border-right: 2px solid #333;
  }
  
  .link-list {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  
  .link-list select {
    width: 200px;
    line-height: 30px;
    height: 30px;
    margin: 0 15px;
    border-color: #c7bebe;
    text-align: center;
    outline: none;
  }
  
  .footer {
    /* width: 1920px; */
    width: 100%;
    height: 245px;
    border-top: 2px solid #DFDDDD;
    background: #F6F6F6;
    text-align: center;
    position: relative;
    font-size:14px;
  }
  .footer div{
    margin:23px 0;
  }
  .footer div span img{
    width: 20px;
    height: 20px;
    padding-right: 15px;
  }
  .dzjg img{
    width: 76px;
    height: 95px;
    position: absolute;
    bottom: 45px;
    left: 30%;
  }
  .zc img{
    width: 146px;
    height: 73px;
    position: absolute;
    bottom: 45px;
    right: 29%;
  }
  .jb img{
    width: 146px;
    height: 73px;
    position: absolute;
    bottom: 45px;
    right: 19%;
  }