/*关于我们*/
/*$$
{
	"color":[
		{"val":"#dedbdb","title":"英文标题颜色"},
		{"val":"#b93936","title":"中文标题颜色"},
		{"val":"#ffffff","title":"默认颜色"},
		{"val":"#333333","title":"详情颜色"}
	
	],
	"background":[
		{"val":"#b93936","title":"右侧模块颜色"}
	],
	"border":[
		
	]
}
$$*/
@font-face {
  font-family: Impact5;
  src: url("/static/font/impact.woff");
}

#about_147 {
  width: 100%;
  background: url("/static/images/HD21_ab_bg1.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 10px 70px;
}

#about_147 .abo_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#about_147 .abo_box .al21Ti .enname {
  font-size: 60px;
  font-family: Impact5;
  color: #dedbdb;
  line-height: 60px;
}

#about_147 .abo_box .al21Ti .cnname {
  font-size: 35px;
  color: #b93936;
  font-weight: bold;
}

#about_147 .abo_box .al21Ti.posi1 {
  position: absolute;
  top: 0;
  left: 0;
}

#about_147 .abo_box .cont {
  display: flex;
  justify-content: space-between;
}

#about_147 .abo_box .cont .ale {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

#about_147 .abo_box .cont .ale .ale_imgs {
  width: 100%;
  margin-top: 60px;
  border-radius: 0 0 0 40px;
  overflow: hidden;
}

#about_147 .abo_box .cont .ale .ale_imgs .ale_img {
  width: 100%;
  display: block;
  height: 360px;
  object-fit: cover;
}

#about_147 .abo_box .cont .ari {
  width: 50%;
  max-width: 500px;
}

#about_147 .abo_box .cont .ari .ari_b {
  background: #b93936;
  border-radius: 0 40px 40px 40px;
  padding: 50px 25px 35px;
  box-sizing: border-box;
}

#about_147 .abo_box .cont .ari .ari_b .name {
  margin-bottom: 40px;
}

#about_147 .abo_box .cont .ari .ari_b .name .name_h2 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-bottom: 30px;
  line-height: 36px;
}

#about_147 .abo_box .cont .ari .ari_b .name .name_h2::after {
  width: 60px;
  height: 3px;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

#about_147 .abo_box .cont .ari .ari_b .des {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px 25px;
}

#about_147 .abo_box .cont .ari .ari_b .des .des_p {
  height: 260px;
  overflow: auto;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

#about_147 .abo_box .cont .ari .ari_b .ts {
  width: 100%;
}

#about_147 .abo_box .cont .ari .ari_b .ts .ts_ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#about_147 .abo_box .cont .ari .ari_b .ts .ts_ul li {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

#about_147 .abo_box .cont .ari .ari_b .ts .ts_ul li img {
  width: 40px;
  height: 40px;
  display: block;
}

#about_147 .abo_box .cont .ari .ari_b .ts .ts_ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 786px) {
  #about_147 {
    padding: 30px 10px 30px;
  }
  #about_147 .abo_box .al21Ti {
    text-align: center;
  }
  #about_147 .abo_box .al21Ti .enname {
    font-size: 28px;
    line-height: 30px;
  }
  #about_147 .abo_box .al21Ti .cnname {
    font-size: 24px;
  }
  #about_147 .abo_box .al21Ti.posi1 {
    position: static;
  }
  #about_147 .abo_box .cont {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #about_147 .abo_box .cont .ale {
    flex: none;
    width: 100%;
  }
  #about_147 .abo_box .cont .ale .ale_imgs {
    border-radius: 25px 25px 0 0;
    margin-top: 0;
  }
  #about_147 .abo_box .cont .ale .ale_imgs .ale_img {
    height: auto;
    max-height: 200px;
  }
  #about_147 .abo_box .cont .ari {
    width: 100%;
    max-width: 100%;
  }
  #about_147 .abo_box .cont .ari .ari_b {
    border-radius: 0 0 25px 25px;
    padding: 25px 20px;
  }
  #about_147 .abo_box .cont .ari .ari_b .name {
    margin-bottom: 20px;
  }
  #about_147 .abo_box .cont .ari .ari_b .name .name_h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #about_147 .abo_box .cont .ari .ari_b .name .name_h2::after {
    height: 2px;
  }
  #about_147 .abo_box .cont .ari .ari_b .des {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  #about_147 .abo_box .cont .ari .ari_b .des .des_p {
    height: auto;
    font-size: 12px;
    line-height: 24px;
  }
  #about_147 .abo_box .cont .ari .ari_b .ts .ts_ul li img {
    width: 30px;
    height: 30px;
  }
  #about_147 .abo_box .cont .ari .ari_b .ts .ts_ul li span {
    font-size: 12px;
  }
}
