@charset "UTF-8";

/* 尾部 */
/* footer */
#footer {
  position: relative;
  z-index: 200;
  min-height: 110px;
  background: #fff;
}

.footer {
  margin-top: 17px;
  background: #f5f5f5;
}

.footer-left {
  margin-left: 400px;
  float: left;
  width: 800px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.footer-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}

.footer-item.links {
  line-height: 34px;
}

.footer-item.links a {
  position: relative;
  float: left;
  margin-left: 22px;
}

.footer-item.links a::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 10px;
  display: block;
  width: 2px;
  height: 15px;
  background: url("../images/footer_sx.jpg") no-repeat;
}

.footer-item.links a:first-child {
  margin-left: 0;
}

.footer-item.links a:first-child::before {
  display: none;
}

.footer-item a {
  color: #999;
}

.footer-item a:hover {
  color: #376cb0;
}

.footer-item .gongan {
  padding-left: 23px;
  background: url("../images/gongan.png") left center no-repeat;
}

.footer-right {
  margin-right: 400px;
  float: right;
  margin-top: 19px;
}

.footer-icon {
  float: left;
  margin-left: 40px;
}

.footer-icon:first-child {
  margin-left: 0;
}

.footer-icon.icon1 {
  height: 62px;
  padding-right:20px;
}

.footer-icon.icon2 {
  width: 54px;
  height: 63px;
}

.footer-icon.icon3 {
  margin-top: 4px;
  width: 107px;
  height: 51px;
}

.footer-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.ewb-footer {
    background: #333;
    margin-top: 20px;
}

.ewb-foot-a {
    line-height: 38px;
    border-bottom: 1px solid #5c5c5c;
    font-size: 16px;
    padding-top: 20px;
}

.ewb-foot-a a {
    color: #fff;
}

.ewb-footer-aa {
    color: #fff;
}

.ewb-foot-a span {
    padding: 0 20px;
    color: #9a9a9a;
}

.ewb-foot-copy {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    height: 124px;
    position: relative;
}

.ewb-foot-copy p span {
    margin-right: 20px;
}

.ewb-foot-copy p span img {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 4px;
}

.ewb-foot-img1,
.ewb-foot-img2 {
    display: block;
    position: absolute;
}

.ewb-foot-img1 {
    right: 152px;
    top: 30px;
}

.ewb-foot-img2 {
    right: 0;
    top: 30px;
}

.foot-icon {
    width: 24px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 979px) {
    .ewb-foot-a span {
        padding: 0 10px;
    }
}

@media(max-width: 767px) {
    /* footer */
    .ewb-footer {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .ewb-foot-a {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .ewb-foot-copy {
        height: auto;
        line-height: 24px;
    }
    .ewb-foot-img1,
    .ewb-foot-img2 {
        position: static;
        display: inline-block;
    }
    .ewb-foot-img {
        text-align: center;
        margin-top: 10px;
    }
    .ewb-foot-copy p span {
        margin-right: 0;
        display: block;
    }
}