.qh {
  background: url(../images/bg.png) center bottom no-repeat #fff6eb;
}
.qh .wrap {
  margin: 0 auto;
  width: 1200px;
}
.qh .header {
  background: url(../images/header.png) center top no-repeat;
  padding-top: 745px;
  box-sizing: border-box;
}
.qh .header h1 {
  font-size: 0;
}
.qh .header .top-news {
  box-sizing: border-box;
  margin: 0 auto 40px;
  width: 1200px;
  padding: 33px 53px;
  background-color: #ffffff;
  border: solid 1px #ffc3b3;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 57px;
  color: #d3332b;
}
.qh .header .top-news a {
  color: inherit;
}
.qh .news-slider {
  width: 1200px;
  height: 690px;
  background-color: #fc451b;
  padding: 16px 17px;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.qh .news-slider img {
  width: 1168px;
  height: 656px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.qh .news-slider .gui-flexslider li span {
  height: 145px;
  background: url("../images/bg-slider.png") center bottom no-repeat;
  text-align: left;
  padding: 60px 17px 0;
  box-sizing: border-box;
}
.qh .news-banner {
  margin-bottom: 40px;
}
.qh .news-gird {
  margin-bottom: 40px;
}
.qh .news-gird .news-title {
  height: 56px;
  margin-bottom: 30px;
}
.qh .news-gird .news-title a {
  display: block;
  height: inherit;
  font-size: 0;
}
.qh .news-gird .news-title.t1 {
  background: url(../images/t1.png) center top no-repeat;
}
.qh .news-gird .news-title.t2 {
  background: url(../images/t2.png) center top no-repeat;
}
.qh .news-gird .news-title.t3 {
  background: url(../images/t3.png) center top no-repeat;
}
.qh .news-gird .news-title.t4 {
  background: url(../images/t4.png) center top no-repeat;
}
.qh .news-gird .news-list li {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 59px;
  letter-spacing: 0px;
  color: #666666;
  border-bottom: 1px dashed #e1dcd2;
  background: url(../images/i-point.png) 24px 25px no-repeat;
  padding-left: 60px;
  height: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qh .news-gird .news-list li a {
  color: inherit;
}
.qh .news-gird-flex {
  display: flex;
  display: flex;
  justify-content: space-between;
}
.qh .news-gird-flex .news-gird {
  width: 568px;
}
.qh .footer {
  background: url(../images/footer.png) center top no-repeat;
  height: 300px;
  padding-top: 60px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.qh .footer a {
  color: inherit;
}