@charset "UTF-8";

.main .main_bg {
  width: 1920px;
  height: 800px;
  background-image: url(https://zhzx-1254423635.cos.ap-guangzhou.myqcloud.com/5ee820vxey8kutnf4u1v.png);
}

.main .main_us {
  width: 1200px;
  height: 970px;
  display: block;
  margin: 0 auto;
}

.main .main_us img {
  display: block;
  margin: 0 auto;
}

.main .main_us .main_us_content {
  display: flex;
}

.main .main_us .right {
  line-height: 20px;
  color: #999999;
  margin-left: 30px;
  text-indent: 2em;
}

.face {
  width: 1920px;
  height: 520px;
  background-color: #000;
}

.face img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.news {
  width: 1300px;
  height: 1100px;
  display: block;
  margin: 0 auto;
}

.news .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .content .content_box {
  width: 380px;
  height: 380px;
  margin: 10px;
  text-align: center;
}

.news .content .content_box img {
  width: 380px;
}

.news .content .content_box p {
  line-height: 18px;
  font-size: 20px;
  color: #f9a575;
  margin-top: 10px;
}

.news .content .content_box span {
  width: 280px;
  height: 30px;
  display: inline-block;
  line-height: 20px;
  color: #999999;
  font-size: 16px;
  margin-top: 20px;
}

/*# sourceMappingURL=index.css.map */