/* footer */
.m-footer {
  padding: 20px 0;
  border-top: 2px solid #015293;
  background: #fff;
  text-align: center;
}
.icon-dzjg {
  display: inline-block;
  width: 50px;
  height: 61px;
  margin-right: 30px;
  vertical-align: middle;
  background: url(../../img/icon-dzjg.png) no-repeat center center;
}
.m-footer-copyright {
  display: inline-block;
  vertical-align: middle;
  color: #131313;
  font-size: 14px;
  line-height: 1;
}
.copyright {
  line-height: 1.8;
}
.m-footer-ul {
  display: inline-block;
  padding-bottom: 12px;
}
.m-footer-ul li {
  float: left;
  padding: 0 6px;
  color: #131313;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid #131313;
}
.m-footer-ul li:first-child {
  border: none;
}
.m-footer-ul li a {
  color: #131313;
}
.m-footer-ul li a:hover {
  color: #015293;
}
.icon-zc {
  display: inline-block;
  width: 110px;
  height: 55px;
  margin-left: 25px;
  vertical-align: middle;
  background: url(../../img/icon-jc.png) no-repeat center center;
}
/*20210822*/
.foot {
    border-top: 8px solid #355e92;
    width: 100%;
    background-color: #dee0e2;
}
.select {
    padding-top: 18px;
    border-bottom: 1px solid #bfc1c3;
    padding-bottom: 18px;
}
.select .inner {
    width: 1000px;
    margin: 0 auto;
    padding-left: 200px;
}
.zy {
    display: block;
    font-size: 15px;
    color: #333333;
    width: 165px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    float: left;
    line-height: 30px;
}
.zy img {
    vertical-align: top;
    margin-top: 5px;
}
.ml15 {
    margin-left: 15px;
}
.sel {
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    cursor: pointer;
}
.sel span {
    border: none;
    outline: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 16px;
}
.friendlink {
    width: 1200px;
    background: #fff;
    position: relative;
    display: none;
    overflow: auto;
    margin-top: 5px;
}
.sel::after {
    content: "";
    width: 6px;
    height: 12px;
    background: url(/qdsrmzf/resource/theme/img/select_ico.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}
.clear {
    clear: both;
}
.footer {
    width: 1000px;
    margin: 0 auto;
    padding-left: 85px;
    padding-bottom: 20px;
    overflow: auto;
}
.red_jg {
    float: left;
    margin-left: 15px;
    margin-top: 23px;
}
.footer .mid {
    float: left;
    width: 635px;
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    color: #131313;
}
.footer .mid a {
    color: #131313;
}
.footer .mid p {
    margin-top: 20px;
}
.fl{
float:left;
}