﻿.public-overiview-tit .overiview-tit-con ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.public-overiview-tit .overiview-tit-con ul .tie-item {
  margin-right: 20px;
}
.contact-con .public-tit-line > p {
  font-size: 14px;
  color: #0f1010;
  margin-top: 10px;
}
.contact-con .contact-address .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
.contact-con .contact-address .contact-list .list-item {
  text-align: center;
  width: 19%;
  height: 184px;
  margin-bottom: 20px;
}
.contact-con .contact-address .contact-list .list-item .img {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../image/contact_icon_bg.png) no-repeat;
  background-position: bottom center;
}
.contact-con .contact-address .contact-list .list-item .img img {
  height: 40px;
}
.contact-con .contact-address .contact-list .list-item .txt h3 {
  font-size: 22px;
  color: #616161;
  margin-bottom: 20px;
}
.contact-con .contact-address .contact-list .list-item .txt p {
  color: #0f1010;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
}
.contact-con .contact-address .contact-list .list-item .txt p  a{font-size: 16px!important;}
.map #map {
  width: 100%;
  height: 452px;
  border: #ccc solid 1px;
  font-size: 12px;
  margin-top: 60px;
}
.contact-company {
  padding-bottom: 100px;
}
.contact-company .public-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-company .public-container .list-item {
  width: 20%;
  text-align: center;
}
.contact-company .public-container .list-item .img {
  height: 80px;
  width: 100%;
  border-right: 1px solid #d7d7d7;
}
.contact-company .public-container .list-item .img img {
  height: 80%;
}
.contact-company .public-container .list-item .txt h3 {
  font-size: 20px;
  color: #616161;
  margin-bottom: 14px;
}
.contact-company .public-container .list-item .txt p {
  font-size: 14px;
  color: #0f1010;
}
@media screen and (max-width: 980px) {
  .map #map {
    height: 316px;
    padding-top: 20px;
    margin-top: 0px;
  }
  .contact-con .contact-address .contact-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 16px;
  }
  .contact-con .contact-address .contact-list .list-item {
    width: 48%;
    height: 162px;
  }
  .contact-con .contact-address .contact-list .list-item .img {
    margin-bottom: 12px;
  }
  .contact-con .contact-address .contact-list .list-item .img img {
    height: 28px;
  }
  .contact-con .contact-address .contact-list .list-item .txt h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-con .contact-address .contact-list .list-item .txt p {
    font-size: 12px;
  }
  .contact-company {
    padding-bottom: 30px;
  }
  .contact-company .public-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-company .public-container .list-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .contact-company .public-container .list-item .img {
    height: 52px;
  }
  .contact-company .public-container .list-item .txt h3 {
    font-size: 16px;
  }
  .contact-company .public-container .list-item .txt p {
    font-size: 12px;
  }
}
