
.home-title {
  font-size: 44px;
  font-weight: bold;
  color: #121212;
  text-align: center;
}



.banner {
  background-image: url(https://www.gkztc.cn/wp-content/themes/gkztc/images/about/banner.png);
  width: 100%;
  background-size: 100% 500px;
  background-repeat: no-repeat;
  padding-top: 172px;
}

.banner-headr-title {
  font-size: 48px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.banner-headr-desc {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 70px;
}

.banner-introduce {
  width: 100%;
  height: 424px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(73, 90, 125, 0.05);
  padding: 64px 50px;
  display: flex;
}

.banner-introduce-main {
  flex: 1;
}

.banner-introduce-title {
  font-size: 22px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 29px;
}

.banner-introduce-desc {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  line-height: 28px;
}

.banner-brand {
  width: 528px;
  height: 296px;
  margin-left: 42px;
}

.banner-data {
  width: 100%;
  height: 212px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(73, 90, 125, 0.05);
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 120px;
}

.banner-data-box {
  width: 299px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.banner-data-num {
  font-size: 56px;
  font-weight: 400;
  color: #121212;
}

.banner-data-unit {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
}

.banner-data-msg {
  font-size: 16px;
  font-weight: 400;
  color: #60656B;
}

.banner-data-line {
  width: 1px;
  height: 80px;
  background: #ECECEC;
}

/* -------------- 新闻 --------------- */
.news {
  padding-bottom: 98px;
}

.news-title {
  font-size: 44px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 72px;
}

.news-left {
  width: 528px;
}

.news-img {
  width: 528px;
  height: 296px;
}

.news-right {
  flex: 1;
  margin-left: 66px;
  /* display: flex; */
}

.news-box {
  height:148px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
}

.news-right a:first-child .news-box {
  align-items: flex-start
}

.news-left a:last-child .news-box {
  border-bottom: none;
}

.news-right a:last-child .news-box {
  border-bottom: none;
}

.news-time {
  margin-right: 50px;
}

.news-day {
  font-size: 50px;
  font-weight: 500;
  color: #B7BDC4;
}

.news-month {
  font-size: 16px;
  font-weight: 400;
  color: #B7BDC4;
}

.news-month {
  font-size: 16px;
  font-weight: 400;
  color: #B7BDC4;
}

.news-content {
  width: 500px;
}

.news-content-img {
  width: 420px;
}

.news-content-title {
  font-size: 22px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 7px
}

.news-content-desc {
  font-size: 16px;
  font-weight: 400;
  color: #60656B;
}

.news-content-desc {
  position:relative;
  line-height:1.5em;
  /* 3 times the line-height to show 3 lines */
  height:48px;
  padding-right: 5px;
  overflow:hidden;
}
/* .news-content-desc ::after {
  content:"...";
  font-weight:bold;
  position:absolute;
  bottom:0;
  right:0;
  font-size: 16px;
  padding:0 5px 0px 45px;
} */

.news-content-desc img {
  display: none;
}

/* 发展历程 */
.develop {
  background-color: #f5f7fb;
  padding: 120px 0;
}

.develop-img {
  width: 100%;
  height: 675px;
  margin-top: 72px;
}

/* 企业文化 */
.enterprise {
  padding-top: 120px;
}
.enterprise-culture {
  font-size: 22px;
  font-weight: 400;
  color: #121212;
  text-align: center;
  line-height: 48px;
  margin-top: 40px;
}

.enterprise-imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
  margin-right: -24px;
}

.enterprise-img {
  width: 384px;
  height: 216px;
  margin-right: 24px;
  margin-bottom: 24px;
}

/* 资质和荣誉 */
.honors {
  padding: 124px 0 118px 0;
}


.honors-imgs {
  display: flex;
  justify-content:space-between;
  margin-top: 72px;
}

.honors-img {
  width: 384px;
  height: 216px;
  margin-right: 24px;
}

.honors-desc {
  width: 384px;
  font-size: 18px;
  font-weight: 400;
  color: #60656B;
  line-height: 28px;
}
/* ------------ 联系我们 ------------ */
.contact {
  background-color: #f5f7fb;
  padding:120px 0;
}

.contact-map {
  margin-top: 72px;
  display: block;
}

.contact-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.contact-ways {
  font-size: 22px;
  font-weight: 400;
  color: #121212;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

/* pc端 */
@media screen and (min-width: 480px) {
  .banner {
    display: block;
  }

  .banner-mobile {
    display: none;
  }

  .brand {
    display: none;
  }

   /* 发展历程 */
   .develop {
    display: block;
  }

  .develop-mobile {
    display: none;
  }

  .news {
    display: block;
  }

  .news-mobile {
    display: none;
  }
}

/* 手机端 */
@media screen and (max-width: 480px) {
  .home-wrap {
    padding: 0 .15rem;
  }

  .home-title {
    padding: .32rem 0 .2rem 0;
    text-align: center;
    font-size: .24rem;
    font-weight: 500;
    color: #121212;
  }

  /* ----------- banner ---------- */
  .banner {
    display: none;
  }
  .banner-mobile {
    display: block;
    height: 1.5rem;
    background-image: url(https://www.gkztc.cn/wp-content/themes/gkztc/images/about/banner.png);
    width: 100%;
    background-size: 100% 100%;
    padding: .24rem .20rem;
    background-repeat: no-repeat;
  }

  .banner-header-title {
    font-size: .24rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: .08rem;
  }

  .banner-header-desc {
    font-size: .12rem;
    font-weight: 400;
    color: #FFFFFF;
  }

  .brand {
    display: block;

  }

  .brand-desc {
    font-size: .14rem;
    font-weight: 400;
    color: #333333;
  }

  .brand-img {
    width: 3.45rem;
    height: 1.94rem;
    display: block;
    margin-bottom: .2rem;
  }

  .brand-data {
    margin-top: .18rem;
    background: #F5F7FB;
    border-radius: .04rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .banner-data-box {
    width: 1.72rem;
    height: .95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-data-num {
    font-size: .32rem;
  }

  .banner-data-unit {
    font-size: .12rem;
  }

  .banner-data-msg {
    font-size: .12rem;
  }

  .brand-line-row {
    position: absolute;
    width: 3.05rem;
    height: 1px;
    background: #ECECEC;
    top: .95rem;
    left: .20rem;
  }

  .brand-line-colums {
    position: absolute;
    width: 1px;
    height: 1.52rem;
    background: #ECECEC;
    top: .20rem;
    left: 1.72rem;
  }

  /* 新闻列表 */
  .news {
    display: none;
  }

  .news-mobile {
    display: block;
    /* padding: .16rem 0; */
  }

  .news-box {
    display: flex;
    height: 1.12rem;
    border-bottom: 1px solid #ECECEC ;
    padding: .16rem 0;
  }

  .news-content {
    /* width: 2.33rem; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .news-title {
    font-size: .16rem;
    font-weight: 400;
    color: #333333;
    margin: 0;
  }

  .news-time {
    font-size: .12rem;
    font-weight: 400;
    color: #999999;
    margin-top: .16rem;
  }

  .news-img {
    width: 100px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    margin-right: .12rem;
  }

  /* 发展历程 */
  .develop {
    display: none;
  }

  .develop-mobile {
    display: block;
  }

  .develop-img {
    width: 3.45rem;
    height: 4.2rem;
    display: block;
    margin: 0;
  }

  /* 企业文化 */
  .enterprise {
    background-color: #F5F7FB;
    padding: 0;
    padding-bottom: .32rem;
  }

  .enterprise-culture {
    font-size: .14rem;
    line-height: .3rem;
    margin: 0;
  }

  .enterprise-imgs {
    width: 3.75rem;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-top: .2rem;
  }

  .enterprise-img:first-child {
    margin-left: .15rem;
  }

  .enterprise-img {
    margin: 0;
    margin-right: .08rem;
    width: 2.52rem;
    height: 1.42rem;
    border-radius: .04rem;
  }

  /* 资质和荣誉 */
  .honors {
    padding: 0;
    padding-bottom: .32rem;
  }

  .honors-imgs {
    margin: 0;
    flex-direction: column;
  }

  .honors-img {
    width: 3.50rem;
    height: 1.98rem;
    margin-bottom: .04rem;
  }

  .honors-desc {
    width: 3.50rem;
    margin-top: .14rem;
    font-size: .14rem;
  }

  .contact {
    padding: 0;
    padding-bottom: .32rem;
  }

  .contact-map {
    margin: 0;
  }

  .contact-img {
    display: block;
    width: 3.45rem;
    height: 1.20rem;
  }

  .contact-ways {
    margin-top: .12rem;
    flex-direction: column;
    font-size: .12rem;
  }

  .contact-way {
    margin-bottom: .1rem;
  }
}