@charset "UTF-8";

.footer-box {
  background: #f1f1f1;
  overflow: hidden;
  width: 100%;
  color: #999;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.footer-service {
  margin-right: -26px;
  margin-bottom: 38px;
  padding-left: 69px;
}

.footer-service-item {
  float: left;
  height: 60px;
  width: 240px;
  margin-right: 26px;
}

.footer-service-item i {
  width: 50px;
  height: 45px;
  float: left;
  margin: 17px 17px 0 29px;
  opacity: .8;
  -webkit-transform: scale(.6);
  -moz-transform: scale(.6);
  transform: scale(.6);
}

.footer-service-item span {
  font-size: 16px;
  color: #ccc;
  float: left;
  margin-top: 29px;
}

.footer-icon-001 i {
  background: url(../images/icon-footer01.png) no-repeat center center;
  background-size: contain;
}

.footer-icon-002 i {
  background: url(../images/icon-footer02.png) no-repeat center center;
  background-size: contain;
}

.footer-icon-003 i {
  background: url(../images/icon-footer03.png) no-repeat center center;
  background-size: contain;
}

.footer-icon-004 i {
  background: url(../images/icon-footer04.png) no-repeat center center;
  background-size: contain;
}

.footer-line {
  height: 0;
  display: block;
  clear: both;
  border-bottom: 1px solid #393854;
}

.footer-links {
  padding-top: 40px;
  padding-left: 69px;
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

.footer-article-item {
  font-size: 14px;
  margin: 0 60px;
}

.footer-article-item dt {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2;
  font-weight: 300;
}

.footer-article-item dd {
  line-height: 2;
}

.footer-article-item dd a {
  color: #999;
  transition: all .1s;
}

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

.concat_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-article-item .img_footer_phone {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.footer-contact-item {
  /* width: 145px; */
  float: left;
}

.footer-contact-item h3 {
  font-size: 16px;
  color: #ccc;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: 400;
}

.footer-contact-item p {
  font-size: 22px;
  color: #fff;
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  margin-bottom: 15px;
}

.footer-ewm {
  float: left;
  width: 110px;
  margin-right: 18px;
  text-align: center;
}

.footer-ewm img {
  width: 95px;
  height: 126px;
  display: block;
  border: none;
}

.footer-ewm p {
  font-size: 14px;
  color: #ccc;
  margin-top: 12px;
}

.footer-friend {
  width: 1050px;
  height: 20px;
  line-height: 20px;
  margin: 30px auto;
}

.footer-friend-title {
  float: left;
  color: #ccc;
  font-size: 14px;
}

.footer-friend-title-list {
  float: left;
}

.footer-friend-title-list li {
  float: left;
}

.footer-friend-title-list li a {
  color: #999;
  transition: all .1s;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}

.footer-friend-title-list li a:hover {
  color: #fff;
}

.footer-friend-more {
  color: #ccc;
  transition: all .1s;
  float: left;
  font-size: 14px;
}

.footer-copyright {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.footer-copyright p {
  margin-bottom: 9px;
  font-size: 14px;
  color: #999;
}

.footer-copyright p a {
  color: #999;
}

.footer-copyright p a:hover {
  color: #999;
}

.wechat_small_programIMG {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px;
}