.about__header {
  max-width: 100%;
  height: 710px;
  /* background-image: url('../img/about/Aboutus_banner.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



.about__card .card__title {
  display: flex;
  justify-content: space-between;
  height: 120px;
  align-items:center;
}
.about__card .card__title .card__about_left {
  font-size: 40px;
  margin-left: 140px;
}
.about__card .card__title .card__about_right {
  display: flex;
  align-items: center;
  margin-right: 140px;
}

.about__card .card__title .card__about {
  font-size: 34px;
  margin-left: 20px;
}
.about__card .card__title .card__about span{
  color: #FF9600;
}
.about__card .card__title .card__about_lines {
  display: inline-block;
  width:196px;
  height:1px;
  background:rgba(0,0,0,1);
}

.card__article {
  display: flex;
  padding: 40px 0;
  width: 100%;
}
.card__article .card__article__text {
  width: 595px;
  font-size: 20px;
  line-height: 50px;
  height: 440px;
  display: flex;
  font-weight: 200;
  align-items: center;
}

.card__article_box_ {
  flex: 1;
  display: flex;
}

.card__article__text_box {
  justify-content: flex-end;
}
.card__article__imgs_box {
  justify-content: flex-start;

}
.about__card .card__article__imgs.card_one_img {
  width: 482px;
  height: 438px;
  margin-left: 50px;
}




.about__card_two .card__article{
  display: flex;
  justify-content: center;
}

.about__card_two .card__article__imgs {
  width:963px;
  height: 552px;
}
.about__card_two .card__article__text { 
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about__card_two .card__article__text .card__article__text_title{ 
  font-size: 34px;
  text-align: left;
}

.card__article__text_title .card__article__text_title_text span{ 
  color: #FFAF3C;
}
.card__article__text_title .card__about_lines {
  width:205px;
height:1px;
background:rgba(22,22,22,1);
}
.card__article__text_title_section {
  width: 545px;
  font-size:20px;
  font-weight:200;
  color:rgba(0,0,0,1);
  line-height:50px;
  margin-top: 90px;
}
.other__cards .other_card {
  width: 100%;
  height: 640px;
  background-image: url('http://static.vchaoxi.com/card_otherBg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}


.other_card_content {
  display: flex;
  flex-direction: column;
  margin-left: 30%;
  margin-top: 20px;
}
.other_card_item .other_card_item_title__box {
  color:rgba(51,51,51,1);
}
.other_card_item .other_card_item_title{
  font-size:30px;
  font-weight:bold;
  line-height: 1.3;
  border-bottom: 2px solid rgba(51,51,51,1);
  display: inline-block;
}



.other_card_item .other_card_item_content{ 
  color:rgba(255,255,255,1);
  margin-left: 75px;
}
