@charset "UTF-8";
/**!
* 基地
*/
.top-banner {
  background: url("../images/entercompany/topbanner.jpg") no-repeat center center;
  background-size: cover;
}
.top-banner2 {
  background: url("../images/banner01.jpg") no-repeat center center;
  background-size: cover;
}
body {
  background-color: #f7f8f8;
}

.base-title {
  padding: 30px 0 35px;
  font-size: 33px;
  line-height: 50px;
  color: #0e2b4e;
  font-weight: bold;
}

.base-description {
  font-size: 17px;
  line-height: 36px;
  color: #898989;
  text-indent: 2em;
}

.base-img {
  padding-top: 57px;
}

.base-img img {
  width: 100%;
  max-width: 1760px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}

.base-info {
  margin-bottom: 65px;
  min-height: 44px;
  background-color: #a22225;
  color: #fff;
  font-size: 0;
}

.base-info span {
  display: inline-block;
  line-height: 44px;
  font-size: 17px;
  padding-left: 50px;
  padding-right: 25px;
}

@media (max-width: 1600px) {
  .base-info span {
    padding-right: 0;
    font-size: 16px;
    padding-left: 20px;
  }
}

.base-info em {
  font-weight: 800;
}
