.top-header .header-bg {
  background-color: #300404;
  opacity: 0.8; }

.banner-content {
  background: url("../img/company_banner.png") top center no-repeat;
  height: 474px; }

.company-banner {
  text-align: center;
  overflow: hidden; }

.company-content {
  padding-top: 58px; }
  .company-content .company-logo {
    margin: 36px 0 20px 0; }
  .company-content .company-brand {
    margin: 32px 0 16px 0; }
  .company-content .logo-list {
    padding-bottom: 18px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 50px; }
    .company-content .logo-list li {
      display: inline-block;
      margin-right: 40px; }
  .company-content .time-axis {
    position: relative;
    border-bottom: 1px solid #F0F0F0;
    padding: 16px 0 16px 100px;
    margin-bottom: 50px; }
    .company-content .time-axis li {
      padding: 14px 0;
      border-bottom: 1px solid #F0F0F0;
      position: relative;
      z-index: 4; }
      .company-content .time-axis li time {
        position: absolute;
        left: -100px;
        color: #3F3F3F;
        font-size: 20px;
        font-weight: bold;
        line-height: 38px;
        z-index: 5;
        background-color: #fff; }
      .company-content .time-axis li .time-line {
        position: absolute;
        height: 100%;
        border-left: 1px dashed #CCCCCC;
        top: 38px;
        left: -76px; }
    .company-content .time-axis li.last {
      border-bottom: 0px; }
    .company-content .time-axis p {
      font-size: 14px;
      color: #5E6267;
      line-height: 40px;
      position: relative;
      padding-left: 37px; }
      .company-content .time-axis p span {
        position: absolute;
        left: 0;
        font-size: 20px;
        color: #898989;
        padding-right: 14px; }

.certificate-box .certificate-swiper {
  height: 690px;
  margin-top: 30px;
  padding-bottom: 36px;
  border-bottom: 1px solid #F0F0F0; }
  .certificate-box .certificate-swiper .swiper-slide {
    overflow: hidden; }
  .certificate-box .certificate-swiper .pagination {
    font-size: 0;
    position: absolute;
    bottom: 36px;
    width: 100%;
    text-align: right; }
    .certificate-box .certificate-swiper .pagination .swiper-pagination-switch {
      cursor: pointer;
      background-color: #D8D8D8;
      height: 10px;
      width: 10px;
      border-radius: 5px;
      margin-left: 12px;
      display: inline-block; }
    .certificate-box .certificate-swiper .pagination .swiper-active-switch {
      width: 50px; }

.certificate-box .prize-box ul {
  font-size: 0;
  margin-right: -24px; }
  .certificate-box .prize-box ul li {
    display: inline-block;
    width: 284px;
    height: 200px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 24px; }
    .certificate-box .prize-box ul li img {
      width: 284px;
      height: 200px; }
    .certificate-box .prize-box ul li .text-box {
      position: absolute;
      width: 284px;
      bottom: 0; }
      .certificate-box .prize-box ul li .text-box p {
        position: relative;
        padding: 6px 10px;
        z-index: 2;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center; }
      .certificate-box .prize-box ul li .text-box .text-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #303030;
        opacity: 0.8; }

.trends-box {
  margin-top: 50px; }
  .trends-box ul li {
    border-bottom: 1px solid #F0F0F0;
    margin-top: 30px; }
  .trends-box ul .tag-tiem {
    float: left;
    text-align: center; }
    .trends-box ul .tag-tiem .tag {
      width: 100px;
      height: 28px;
      line-height: 28px;
      margin: 8px 0 14px 0;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 1px;
      background: #51C1EB;
      background: linear-gradient(139deg, #51C1EB 0%, #4B86E7 100%); }
    .trends-box ul .tag-tiem p {
      color: #B3B3BD;
      font-size: 14px; }
  .trends-box ul .title-des {
    width: 628px;
    float: left;
    margin-left: 28px; }
    .trends-box ul .title-des h2 {
      font-size: 20px;
      font-weight: 500;
      color: #333333;
      line-height: 32px;
      margin-top: 4px; }
    .trends-box ul .title-des p {
      font-size: 14px;
      font-weight: 500;
      color: #737373;
      line-height: 24px;
      letter-spacing: 1px;
      margin: 2px 0 0 0; }
  .trends-box ul .trends-img {
    float: right; }
    .trends-box ul .trends-img img {
      width: 120px;
      height: 120px;
      margin-bottom: 30px; }

.company-page {
  padding: 30px 0 90px 0; }
