* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #f7f6f7 !important;
}

.banner {
  width: 100%;
  height: 260px;
  padding-top: 60px;
  box-sizing: border-box;
}

.banner .cont {
  width: 1200px;
  margin: 0 auto;
}

.banner_title {
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: bolder;
  line-height: 53px;
}

.banner_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 631px;
}

.banner_new_cont {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  width: 631px;
  color: #e45027;
  margin-bottom: 8px;
}

.banner_new_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  width: 631px;
  color: #e45027;
}

