.banner {
  text-align: center;
}
.content {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.con_a {
  background-color: #f8f8f8;
  padding: 90px 0 60px 0;
  text-align: center;
}
.ca_line {
  width: 32px;
  height: 1px;
  background-color: #eb6231;
  margin: 30px auto 50px;
}
.img1 {
  text-align: center;
  font-size: 24px;
}
.ca_text {
  color: #9e9e9e;
  font-size: 18px;
  margin-top: 22px;
}
.con_b {
  background-color: #d8d8d8;
  text-align: center;
  padding: 50px 0 36px 0;
}
.cb_text1,
.cb_text2 {
  font-size: 24px;
  font-weight: 600;
}
.cb_text2 {
  margin: 20px 0 30px;
}
.cb_text3 {
  color: #9e9e9e;
  font-size: 18px;
}
.con_c {
  background-color: #f8f8f8;
  padding: 37px 20px 60px;
  text-align: center;
}
.imgc {
  display: flex;
  justify-content: space-between;
}
.cc_text {
  font-size: 24px;
  font-weight: 600;
}
.con_d {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8d8d8;
}
.con_d > div {
  width: 110px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  background-color: #eb6231;
  border-radius: 4px;
  margin-right: 80px;
}
.con_e {
  padding: 30px 0 60px 0;
  text-align: center;
  color: #9e9e9e;
  font-size: 18px;
  background-color: #f8f8f8;
}
.con_e>div{
    line-height: 32px;
}
.con_f {
  padding: 0 60px;
  background-color: #e8e8e8;
  display: flex;
}
.cf1 {
  flex: 1;
  text-align: center;
}
.cf_text1 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 30px;
}
.cf_text2 {
  margin-bottom: 10px;
  color: #a7a7a7;
}
.cf2 {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:  40px 80px 40px 40px;
}
.cf2 > div {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #747474;
  width: 50%;
}
.cf2 > div > img {
  margin-right: 4px;
}
.con_g{
    background-color: #f8f8f8;
    padding: 60px 0 70px;
}
.cg_img1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
}
.cg_line{
    height: 22px;
    width: 1px;
    background-color: #D8D8D8;
    margin: 0 20px;
}
.cg_img2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9E9E9E;
    font-size: 18px;
    margin-bottom: 22px;
}
.cg_img3{
    text-align: center;
}
.cg_img3>div{
    display: flex;
    justify-content: center;
}
