/*关于我们*/
/*$$
{
	"color":[
		
		{"val":"#333333","title":"中文标题默认颜色/模块标题颜色"},
		{"val":"#666666","title":"英文标题默认颜色/模块默认颜色"},
		{"val":"#fed944","title":"凸显字体颜色"},
		{"val":"#585858","title":"按钮字体颜色"},
		{"val":"#ffffff","title":"左下角小模块字体颜色"}
	],
	"background":[
	
	],
	"border":[
		
	]
}
$$*/
#about_147 {
  width: 100%;
  padding: 60px 0 30px;
  position: relative;
}

#about_147 .abo_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#about_147 .abo_box .modt25_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  overflow: hidden;
}

#about_147 .abo_box .modt25_tit .mdB {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  width: 240px;
}

#about_147 .abo_box .modt25_tit .mdB .mdBI {
  margin-right: 10px;
}

#about_147 .abo_box .modt25_tit .mdB .mdBI .mdBIG {
  height: 60px;
  width: auto;
  display: block;
}

#about_147 .abo_box .modt25_tit .mdB .mdBT .mdBTH {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}

#about_147 .abo_box .modt25_tit .mdB .mdBT .mdBTP {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

#about_147 .abo_box .modt25_tit .mdB.lineK {
  position: relative;
}

#about_147 .abo_box .modt25_tit .mdB.lineK::after {
  width: 480px;
  height: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg);
  background: url("/static/images/IC24_line.png") no-repeat left center;
  background-size: auto 26px;
}

#about_147 .abo_box .modt25_tit .mdB.lineK::before {
  width: 480px;
  height: 100%;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background: url("/static/images/IC24_line.png") no-repeat left center;
  background-size: auto 26px;
}

#about_147 .abBox {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#about_147 .abBox .abLe {
  width: 560px;
  position: relative;
}

#about_147 .abBox .abLe .abLeI .abLeIT h2 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}

#about_147 .abBox .abLe .abLeI .abLeIT p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 5px;
}

#about_147 .abBox .abLe .abLeI .abLeID {
  margin-top: 30px;
}

#about_147 .abBox .abLe .abLeI .abLeID p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

#about_147 .abBox .abLe .abLeI .abLeIA {
  margin-top: 30px;
}

#about_147 .abBox .abLe .abLeI .abLeIA .abLeIa {
  display: block;
  background: #ffcc00;
  height: 38px;
  border-radius: 0 20px 20px 0;
  line-height: 38px;
  width: 100px;
  text-align: center;
  color: #585858;
  transition: 0.3s ease;
}

#about_147 .abBox .abLe .abLeI .abLeIA .abLeIa span {
  font-size: 14px;
}

#about_147 .abBox .abLe .abLeI .abLeIA .abLeIa:hover {
  border-radius: 20px;
  color: #173c8b;
}

#about_147 .abBox .abLe .abL {
  margin-top: 15px;
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  top: 30px;
}

#about_147 .abBox .abLe .abL .abI .abIt {
  text-align: center;
}

#about_147 .abBox .abLe .abL .abI .abIt .abItn {
  font-size: 40px;
  color: #fed944;
  font-weight: bold;
}

#about_147 .abBox .abLe .abL .abI .abIt .abItu {
  font-size: 24px;
  color: #fed944;
}

#about_147 .abBox .abLe .abL .abI .abIx {
  margin-top: 25px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  color: #ffffff;
}

#about_147 .abBox .abRi {
  width: 560px;
  padding-bottom: 30px;
  position: relative;
}

#about_147 .abBox .abRi .abRiI {
  height: 100%;
  width: calc((100vw - 1200px ) / 2 + 560px);
  object-fit: cover;
  display: block;
  position: absolute;
  object-position: 0 0%;
}

#about_147 .abBG {
  width: calc(((100vw - 1200px) / 2) + 1000px);
  height: 260px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#about_147 .abBG img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 850px) {
  #about_147 {
    padding: 50px 0 30px;
  }
  #about_147 .abo_box {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
  #about_147 .abo_box .modt25_tit .mdB {
    width: 160px;
  }
  #about_147 .abo_box .modt25_tit .mdB .mdBI .mdBIG {
    height: 40px;
  }
  #about_147 .abo_box .modt25_tit .mdB .mdBT .mdBTH {
    font-size: 20px;
    line-height: 20px;
  }
  #about_147 .abo_box .modt25_tit .mdB .mdBT .mdBTP {
    line-height: 14px;
    font-size: 12px;
  }
  #about_147 .abo_box .modt25_tit .mdB.lineK::after {
    background-size: auto 16px;
  }
  #about_147 .abo_box .modt25_tit .mdB.lineK::before {
    background-size: auto 16px;
  }
  #about_147 .abBox {
    flex-wrap: wrap;
    margin-top: 35px;
  }
  #about_147 .abBox .abLe {
    width: 100%;
  }
  #about_147 .abBox .abLe .abLeI .abLeIT h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #about_147 .abBox .abLe .abLeI .abLeIT p {
    font-size: 18px;
    line-height: 24px;
  }
  #about_147 .abBox .abLe .abLeI .abLeID {
    margin-top: 15px;
  }
  #about_147 .abBox .abLe .abLeI .abLeID p {
    line-height: 28px;
    font-size: 14px;
  }
  #about_147 .abBox .abLe .abLeI .abLeIA {
    margin-top: 20px;
  }
  #about_147 .abBox .abLe .abLeI .abLeIA .abLeIa {
    line-height: 34px;
    height: 34px;
  }
  #about_147 .abBox .abLe .abLeI .abLeIA .abLeIa span {
    font-size: 12px;
  }
  #about_147 .abBox .abLe .abL {
    height: 160px;
    margin-top: 0;
  }
  #about_147 .abBox .abLe .abL .abI .abIt .abItn {
    font-size: 28px;
  }
  #about_147 .abBox .abLe .abL .abI .abIt .abItu {
    font-size: 16px;
  }
  #about_147 .abBox .abLe .abL .abI .abIx {
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
  }
  #about_147 .abBox .abRi {
    display: none;
  }
  #about_147 .abBG {
    width: 100%;
    height: 160px;
  }
}
