/*footer 2.0*/
.footer {
  background: #333333;
  padding: 30px 0;
  min-width: 1210px; }

.footer-logo {
  width: 900px;
  float: left;
  height: 99px;
  border-bottom: 1px solid #000000;
  box-shadow: 0 1px 0px #474747; }
  .footer-logo i {
    display: inline-block;
    width: 1px;
    height: 48px;
    margin-top: 10px;
    vertical-align: bottom;
    margin-right: 15px; }
    .footer-logo b {
    color:#1F7ED0;}
  .footer-logo span {
    font-size: 23px;
    margin-left:-22px;
    color: #777; }

.footer-share {
  width: 115px;
  float: right;
  padding-left: 140px;
  position: relative;
  padding-top: 26px;
  overflow: hidden;
  height: 100px; }
  .footer-share > i {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0; }
    .footer-share > i img {
      width: 100%;
      height: auto; }
  .footer-share .bdsharebuttonbox {
    width: 110%;
    margin-top: 10px; }
    .footer-share .bdsharebuttonbox a {
      width: 30px;
      height: 30px;
      overflow: hidden;
      display: block;
      margin-right: 10px; }
    .footer-share .bdsharebuttonbox a.bds_tsina {
      background: url(../images/footer-share-weibo.png) no-repeat center; }
    .footer-share .bdsharebuttonbox a.bds_sqq {
      background: url(../images/footer-share-qq.png) no-repeat center; }
    .footer-share .bdsharebuttonbox a.bds_weixin {
      background: url(../images/footer-share-weixin.png) no-repeat center; }
  .footer-share > span {
    font-size: 14px;
    color: #999999; }
  .footer-contact a img{
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
    opacity:0.4;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .footer-contact a:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity:1;
  }
  .footer-contact a:hover{
    color:#FFF !important;
  }
.footer-contact {
  width: 100%;
  overflow: hidden; }
  .footer-contact ul {
    width: 105%; }
  .footer-contact li {
    float: left;
    color: #666666;
    font-size: 14px;
    margin-right: 30px; }
  .footer-contact i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: middle; }

.icon-footer-proposal {
  background: url(../images/icon-footer-proposal.png) no-repeat center; }

.icon-footer-custom {
  background: url(../images/icon-footer-custom.png) no-repeat center; }

.icon-footer-time {
  background: url(../images/icon-footer-time.png) no-repeat center; }

.icon-footer-map {
  background: url(../images/icon-footer-map.png) no-repeat center; }

.footer-links {
  padding-top: 24px; }

.footer-links-title a {
  font-size: 14px;
  color: #666666;
  float: right; }
.footer-links-title h6 {
  font-size: 16px;
  color: #999999; }

.footer-links-list {
  padding-top: 10px; }
  .footer-links-list a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    margin-right: 20px;
    line-height: 28px; }

.copyright {
  background: #272727;
  padding: 14px 0;
  color: #504F4F;
  min-width: 1210px; }

.snav a {
  font-size: 14px;
  color: #555555; }
.snav span {
  font-size: 12px;
  color: #494949;
  margin: 0 22px; }

.copyright-content {
  font-size: 12px;
  color: #504F4F;
  width:100%;
  text-align:left; }
  .copyright-content a {
    color: #504F4F; }

.footer a, .copyright a {
  transition: 0.3s all; }
.footer a:hover, .copyright a:hover {
  color: #207BD9; }
.footer-top span{
    float:none;
}