.page-content {
  padding-top: 40px;
  padding-bottom: 60px;
}

.company-intro {
  text-align: center;
}
.company-intro .company-cert-box {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-intro .company-cert-box img {
  max-width: 220px;
}

.culture-box {
  padding-top: 50px;
  padding-bottom: 54px;
  text-align: center;
}
.culture-box .card-list {
  margin-top: 38px;
}

.card-item {
  width: 253px;
  height: 305px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding-top: 60px;
  text-align: center;
  float: left;
  margin-left: 62px;
}
.card-item:nth-child(1) {
  margin-left: 0;
}
.card-item .card-title {
  height: 22px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: #343434;
  margin-top: 40px;
}
.card-item .card-sub-title {
  height: 14px;
  line-height: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
  margin-top: 14px;
}

.honor-box {
  text-align: center;
  padding-top: 50px;
}
.honor-box > img {
  margin-top: 56px;
}
.honor-box .cert-list {
  margin-top: 52px;
  display: table;
}
.honor-box .cert-list .cert-item {
  width: 191px;
  height: 271px;
  display: inline-block;
}
.honor-box .cert-list .cert-item:nth-child(n+2) {
  margin-left: 10px;
}

.news-box {
  text-align: center;
}

.news-nav {
  width: 100%;
  margin-top: 38px;
  height: 60px;
  display: inline-table;
  text-align: left;
}
.news-nav .news-nav-item {
  display: inline-block;
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-left: 7px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  border-bottom: 2px solid #0D58B7;
  cursor: pointer;
}
.news-nav .news-nav-item:nth-child(1) {
  margin-left: 0;
}
.news-nav .news-nav-item.active {
  color: #fff;
  background: #0D58B7;
}

.news-list {
  margin-top: 18px;
}
.news-list .news-item {
  width: 1200px;
  padding-left: 34px;
  padding-top: 40px;
  text-align: left;
}
.news-list .news-item .news-item-img {
  float: left;
}
.news-list .news-item .news-item-right {
  float: left;
  margin-left: 50px;
  padding-top: 15px;
}
.news-list .news-item .news-item-right .news-item-title {
  height: 16px;
  font-size: 16px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
}
.news-list .news-item .news-item-right .news-item-desc {
  width: 755px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  margin-top: 25px;
  line-height: 28px;
}
.news-list .news-item .news-item-right .news-item-date {
  line-height: 18px;
  margin-top: 10px;
}
.news-list .news-item .news-item-right .news-item-date img {
  margin-right: 11px;
  vertical-align: sub;
}
.news-list .news-item .news-item-right .news-item-date span {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0A0;
}
.news-list .news-item .news-item-right .look-detail {
  display: inline-block;
  width: 159px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #0D58B7;
  border-radius: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0D58B7;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
}
.news-list .news-item .news-item-right .look-detail:hover {
  color: #fff;
  background-color: #0D58B7;
}

.contact-bottom {
  text-align: center;
  padding-top: 48px;
  background: url("../images/about/contact-bg.png");
  background-size: 100% 100%;
  padding-bottom: 35px;
}

.contact-box {
  width: 1200px;
  height: 490px;
  margin: 0 auto;
  margin-top: 56px;
  padding-left: 30px;
  height: 297px;
}
.contact-box .contact-left {
  float: left;
  width: 513px;
  height: 297px;
  background-color: #ccc;
  position: relative;
}
.contact-box .contact-left .fix-btn {
  cursor: pointer;
  width: 28px;
  height: 40px;
  opacity: 0;
  background-color: red;
  position: absolute;
  top: 114px;
  left: 268px;
  z-index: 10;
}
.contact-box .contact-right {
  float: left;
  height: 100%;
  margin-left: 43px;
  padding-top: 12px;
  text-align: left;
}
.contact-box .contact-right .contact-company {
  height: 16px;
  line-height: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  font-weight: 600;
}
.contact-box .contact-right .code {
  display: block;
  width: 86px;
  height: 87px;
  margin-top: 16px;
}

.contact-other {
  margin-top: 26px;
}
.contact-other .info-item {
  height: 17px;
  line-height: 17px;
  margin-top: 10px;
}
.contact-other .info-item:nth-child(1) {
  margin-top: 0;
}
.contact-other .info-item img {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  vertical-align: middle;
}
.contact-other .info-item span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}/*# sourceMappingURL=about.css.map */