body {
  -webkit-font-smoothing: antialiased;
  font: 14px/1.6 PingFangSC-Light, "helvetica neue", "hiragino sans gb", tahoma, "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
  background-color: #fff;
  /* padding-top: 80px; */
  min-height: 100%;
  position: relative;
}
[class~="white"] {
  color: #fff !important;
}
#content {
  background: #f9f9f9;
}
header {
  padding: 0;
}
header .logo img {
  height: 50px;
}
header .logo {
}
.sub-bnr {
  background: url(../images/banner1.jpg) no-repeat;
  background-size: cover !important;
  padding: 0;
}
.m-h1,
.m-h1 p {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 0;
  margin: 0;
}
.m-h2 {
  margin-bottom: 20px;
}
.m-h2,
.m-h2 p {
  font-size: 26px;
  line-height: 1.5;
  color: #000;
}
.m-h3,
.m-h3 p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

header .navbar li.active a:before {
  top: auto;
  bottom: 0;
  height: 2px;
}
.navbar-collapse.collapse {
  margin-top: 15px;
}
header .navbar li a {
  padding: 5px 0px;
  font-size: 16px;
}
header .navbar li a:before {
  top: auto;
  bottom: 0;
  height: 2px;
}
.company-block {
  background: #fff;
}
.company-block .m-h2 {
  text-align: center;
  margin-bottom: 20px;
}

.company-block p {
  margin-top: 20px;
  line-height: 1.5;
}
.vision-text .m-h2 {
  text-align: left;
}
.small-about p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}
.about-footer img {
  opacity: 0.5;
  height: 50px;
}
.our-team .avatar {
  height: 188px;
  width: 188px;
}
.img-circle {
  max-width: 100%;
  max-height: 100%;
}
.heading {
  margin-bottom: 70px;
}
/* //顶部色块 */
.top-back {
  height: 255px;
  width: 100%;
  background: #3c79bb;
  text-align: left;
  position: relative;
}
.top-back h1 {
  font-size: 28px;
}

.top-back {
  padding: 75px 50px;
  position: relative;
  z-index: 1;
}
.top-back .text:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/page-header.png);
  background-repeat: no-repeat;
  background-position: right top;
  opacity: 0.6;
}
.top-back ul.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
footer {
  padding: 50px 0 50px;
}
footer h6 {
  margin-bottom: 20px;
}
footer .rights {
  margin-top: 20px;
  padding: 30px 0;
  border-top: 1px solid #464646;
}
.joinus-box {
  background: #fff;
  padding: 50px 0;
  margin: 20px 0;
  border: 1px solid #efefef;
  padding: 64px 55px;

  /* border-bottom: 1px solid #464646; */
}
.rights .go-up {
  bottom: -30px;
}
.m-normaltext {
  font-size: 16px;
}
.m-normal {
  color: #666;
}
.m-title {
  margin-bottom: 20px;
}

.mapbox {
  margin-bottom: 0px;
  background: #eee;
  min-width: 100%;
  margin-bottom: 20px;
}
.mapbox img {
  height: 100%;
  width: 100%;
}
/* banner图片 */

.m-banner1 {
  background: #f7f7f7 url(../images/banner1.jpg) top center no-repeat;
  background-size: cover;
  padding: 15% 0;
}
.m-banner1 .text-box {
  float: left;
  display: inline-box;
  width: 382px;
  text-align: left;
}

.m-banner2 {
  background: #f7f7f7 url(../images/banner2.jpg) top center no-repeat;
  background-size: cover;
  padding: 15% 0;
}
.m-banner2 .text-box {
  float: right;
  display: inline-box;
  width: 382px;
}
.m-banner3 {
  background: #f7f7f7 url(../images/banner3.jpg) top center no-repeat;
  background-size: cover;
  padding: 15% 0;
}
.m-banner3 .text-box {
  float: left;
  display: inline-box;
  width: 382px;
}

.m-banner1 .text-box .m-h1 p,
.m-banner3 .text-box .m-h1 p {
  color: #000;
}
.m-banner1 .describe,
.m-banner3 .describe {
  color: #333;
  padding: 20px 0 30px;
  line-height: 2;
}
.m-banner2 .text-box .m-h1 p {
  color: #fff;
}
.m-banner2 .describe {
  color: #fff;
  padding: 20px 0 30px;
  line-height: 2;
}
.describe {
  padding: 20px 0 30px;
  line-height: 2;
}

/* 加入我们 */
.join_desc,
.join_desc p {
  color: #666;
  line-height: 2;
  margin-bottom: 20px;
}
.join_desc ul {
}
.join_desc li {
  position: relative;
  padding-left: 20px;
}
.join_desc li::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  top: 12px;
  left: 0;
  border-radius: 50%;
  background-color: #666;
  vertical-align: middle;
  margin-right: 10px;
}
.small-about p {
  margin-bottom: 20px;
}
.contact-info {
  padding: 30px;
}
.icp_text,
.gonganbeian {
  color: #999 !important;
}
.gonganbeian {
  background: url(../images/gongan.png) no-repeat left center;
  background-size: 15px 15px;
  background-position: 5px 0;
  padding-left: 25px;
}
@media (max-width: 998px) {
  .m-h1,
  .m-h1 p {
    font-size: 22px;
    line-height: 1.5;
  }
  .m-h1 p {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .m-h2,
  .m-h2 p {
    font-size: 20px;
    line-height: 1.5;
  }
  .m-banner1 .text-box,
  .m-banner2 .text-box,
  .m-banner3 .text-box {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  .padding-bottom-100 {
    padding-bottom: 30px !important;
  }
  .padding-top-100 {
    padding-top: 30px !important;
  }
  .padding-top-150 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .joinus-box {
    padding: 20px;
  }
  .m-header .container {
    /* display: flex; */
    padding: 5px 10px;
    position: relative;
  }
  .m-header .container .logo {
    position: absolute;
    top: 12px;
    /* height: 100%; */
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .m-header .container .logo img {
    height: 38px;
  }
  header .navbar li.active a:before {
    display: none;
  }
  header .navbar li.active {
    background: #eee;
  }
  .margin-top-80 {
    margin-top: 30px !important;
  }
  .margin-bottom-80 {
    margin-bottom: 30px !important;
  }
  .padding-top-80 {
    padding-top: 50px !important;
  }
  .heading {
    margin-bottom: 30px;
  }
  .our-team .team-names {
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
