@charset "UTF-8";
#footer {
  width: 100%;
  min-width: 1200px;
  background-color: #313131;
  padding-top: 30px;
}
#footer .item-title {
  font-size: 16px;
}
#footer .item-content {
  font-size: 14px;
  margin-top: 20px;
}
#footer .footer-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #888888;
}
#footer .footer-content a {
  color: #888888;
}
#footer .footer-content a:hover {
  color: #ccc;
}
#footer .footer-content .ext-info li {
  list-style-type: none;
  display: inline-block;
}
#footer .footer-content .ext-info .about {
  width: 111px;
  vertical-align: top;
}
#footer .footer-content .ext-info .serv {
  width: 390px;
  vertical-align: top;
}
#footer .footer-content .ext-info .serv a {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 10px;
}
#footer .footer-content .ext-info .logo {
  width: 240px;
}
#footer .footer-content .ext-info .contact {
  width: 270px;
  vertical-align: top;
}
#footer .footer-content .ext-info .im-item {
  display: inline-block;
  margin-right: 40px;
}
#footer .footer-content .ext-info .im-item:last-child {
  margin-right: 0;
}
#footer .footer-content .ext-info .im-weixin {
  display: inline-block;
  width: 28px;
  height: 23px;
  background-image: url("../images/v3//index/weixin.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer;
}
#footer .footer-content .ext-info .im-weixin:hover {
  background-image: url("../images/v3//index/weixin_hover.png");
}
#footer .footer-content .ext-info .im-weibo {
  display: inline-block;
  width: 28px;
  height: 23px;
  background-image: url("../images/v3//index/weibo.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer;
}
#footer .footer-content .ext-info .im-weibo:hover {
  background-image: url("../images/v3//index/weibo_hover.png");
}
#footer .footer-content .ext-info .im-qq {
  display: inline-block;
  width: 21px;
  height: 24px;
  background-image: url("../images/v3//index/qq.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer;
}
#footer .footer-content .ext-info .im-qq:hover {
  background-image: url("../images/v3//index/qq_hover.png");
}
#footer .footer-content .friend-box {
  margin-top: 40px;
}
#footer .footer-content .friend-box .friend-tip {
  color: #888888;
  font-size: 16px;
}
#footer .footer-content .friend-box .friend-links {
  padding-top: 10px;
  color: #888888;
  font-size: 14px;
}
#footer .footer-content .friend-box .friend-links a {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 7px;
}
#footer .footer-content .friend-box .friend-links a:first-child {
  padding-left: 0;
}
#footer .footer-content .friend-box .logo {
  margin-top: 48px;
  width: 152px;
  height: 46px;
}
#footer .footer-content .friend-box .logo img {
  width: 100%;
  height: 100%;
}
#footer .footer-content .friend-box .about {
  color: #888888;
  font-size: 12px;
  margin-top: 15px;
}
#footer .copyright {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #4b4b4b;
  text-align: center;
  color: #888888;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  #footer {
    width: 100%;
    min-width: 100%;
    background-color: #313131;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .item-title {
    font-size: 16px;
  }
  #footer .item-content {
    font-size: 14px;
    margin-top: 5px;
  }
  #footer .footer-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #888888;
  }
  #footer .footer-content a {
    color: #888888;
  }
  #footer .footer-content a:hover {
    color: #ccc;
  }
  #footer .footer-content .ext-info li {
    list-style-type: none;
    display: inline-block;
  }
  #footer .footer-content .ext-info .about {
    display: none;
    width: 111px;
    vertical-align: top;
  }
  #footer .footer-content .ext-info .serv {
    display: none;
    width: 453px;
    vertical-align: top;
  }
  #footer .footer-content .ext-info .serv a {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  #footer .footer-content .ext-info .logo {
    display: none;
    width: 270px;
  }
  #footer .footer-content .ext-info .contact {
    width: 100%;
    padding-left: 10px;
    vertical-align: top;
  }
  #footer .footer-content .ext-info .im {
    display: none;
  }
  #footer .footer-content .ext-info .im-item {
    display: inline-block;
    margin-right: 40px;
  }
  #footer .footer-content .ext-info .im-item:last-child {
    margin-right: 0;
  }
  #footer .footer-content .ext-info .im-weixin {
    display: inline-block;
    width: 28px;
    height: 23px;
    background-image: url("../images/v3//index/weixin.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
  }
  #footer .footer-content .ext-info .im-weixin:hover {
    background-image: url("../images/v3//index/weixin_hover.png");
  }
  #footer .footer-content .ext-info .im-weibo {
    display: inline-block;
    width: 28px;
    height: 23px;
    background-image: url("../images/v3//index/weibo.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
  }
  #footer .footer-content .ext-info .im-weibo:hover {
    background-image: url("../images/v3//index/weibo_hover.png");
  }
  #footer .footer-content .ext-info .im-qq {
    display: inline-block;
    width: 21px;
    height: 24px;
    background-image: url("../images/v3//index/qq.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
  }
  #footer .footer-content .ext-info .im-qq:hover {
    background-image: url("../images/v3//index/qq_hover.png");
  }
  #footer .footer-content .friend-box {
    display: none;
    margin-top: 40px;
  }
  #footer .footer-content .friend-box .friend-tip {
    color: #888888;
    font-size: 16px;
  }
  #footer .footer-content .friend-box .friend-links {
    padding-top: 10px;
    color: #888888;
    font-size: 14px;
  }
  #footer .footer-content .friend-box .friend-links a {
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 7px;
  }
  #footer .footer-content .friend-box .friend-links a:first-child {
    padding-left: 0;
  }
  #footer .footer-content .friend-box .logo {
    margin-top: 48px;
    width: 152px;
    height: 46px;
  }
  #footer .footer-content .friend-box .logo img {
    width: 100%;
    height: 100%;
  }
  #footer .footer-content .friend-box .about {
    color: #888888;
    font-size: 12px;
    margin-top: 15px;
  }
  #footer .copyright {
    display: none;
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #4b4b4b;
    text-align: center;
    color: #888888;
    font-size: 14px;
  }
}
