@charset "UTF-8";
.title {
  font-weight: bold;
}

.title p {
  font-size: 34px;
  line-height: 48px;
  color: #323232;
}

.title span {
  font-size: 18px;
  color: #001e4d;
}

/* 首页相关 */
.banner .banner_wrapper .item {
  height: 700px;
}

.banner .banner_wrapper .item .text_block {
  width: 90%;
  text-align: center;
}

.banner .banner_wrapper .item .text_block h2 {
  font-size: 40px;
  letter-spacing: 6px;
}

.banner .banner_number {
  bottom: 40px;
}

.company {
  min-height: 600px;
}

.company .m_pic {
  display: none;
}

.company .pic {
  width: 50%;
  height: 468px;
}

.company .container .title {
  margin-top: 50px;
}

.company .container .text {
  margin-top: 30px;
}

.company .container .text a {
  width: 95%;
}

.company .container .numContainer {
  top: 540px;
  height: 170px;
  width: 100%;
}

.company .container .numContainer .item .num {
  font-size: 40px;
}

.product {
  margin-top: 150px;
}

.product .container {
  margin-top: 30px;
  height: 590px;
}

.product .container .wrapper {
  margin-top: 300px;
  height: 300px;
}

.product .container .item {
  height: 300px;
}

.product .container .item1 {
  width: 49%;
}

.product .container .item2 {
  width: 49%;
}

.news {
  margin-top: 50px;
}

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

.news .wrapper .main {
  margin-top: 0px;
}

.news .wrapper .main .list {
  width: calc(100% - 60px);
  margin: 50px auto 0;
}

.news .wrapper .main .list li .item {
  width: 100%;
  margin-left: 20px;
}

