/*关于我们*/
/*$$
{
	"color":[
		{"val":"#333333","title":"默认字体颜色"},
		{"val":"#075c37","title":"凸字体颜色"},
		{"val":"#e4e4e9","title":"标题英文字体颜色"}
	],
	"background":[
		{"val":"#075c37","title":"凸显的背景色"},
		{"val":"#068f53","title":"凸显的背景色2"}
	],
	"border":[
		{"val":"#075c37","title":"右侧边框色"}
	]
}
$$*/

#about_147 {
  width: 100%;
  padding: 80px 10px 80px;
  position: relative;
}

#about_147 .abo_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

#about_147 .abo_box .abLe {
  width: 44%;
  display: flex;
  justify-content: flex-end;
}

#about_147 .abo_box .abLe .abLe_box {
  width: 100%;
  max-width: 600px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

#about_147 .abo_box .abLe .abLe_box .atinfo {
  margin-bottom: 25px;
}

#about_147 .abo_box .abLe .abLe_box .atinfo .at_tit {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}

#about_147 .abo_box .abLe .abLe_box .atinfo .at_tit .at_name {
  letter-spacing: 1px;
  font-size: 28px;
  color: #333333;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

#about_147 .abo_box .abLe .abLe_box .atinfo .at_tit .at_nade {
  font-size: 50px;
  color: #e4e4e9;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: math;
}

#about_147 .abo_box .abLe .abLe_box .atinfo .at_slo {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 38px;
  letter-spacing: 2px;
}

#about_147 .abo_box .abLe .abLe_box .atinfo .at_line {
  width: 20px;
  height: 6px;
  display: block;
  background: #075c37;
}

#about_147 .abo_box .abLe .abLe_box .linCont {
  margin-bottom: 40px;
}

#about_147 .abo_box .abLe .abLe_box .linCont p {
  font-size: 14px;
  line-height: 25px;
  text-indent: 2em;
  text-align: justify;
}

#about_147 .abo_box .abLe .abLe_box .linBox {
  margin-bottom: 40px;
}

#about_147 .abo_box .abLe .abLe_box .linBox .linUl {
  display: flex;
  justify-content: flex-start;
}

#about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi {
  margin-right: 40px;
}

#about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi .linIn {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
}

#about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi .linIn .linYea {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 28px;
  color: #075c37;
  font-weight: bold;
  white-space: nowrap;
}

#about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi .linIn .linYea i {
  font-size: 18px;
}

#about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi .linIn .linUni {
  font-size: 14px;
  color: #333333;
}

#about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi .linNam {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

#about_147 .abo_box .abLe .abLe_box .linMore .linMoreA {
  width: 100px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#about_147 .abo_box .abLe .abLe_box .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#about_147 .abo_box .abLe .abLe_box .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #075c37;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#about_147 .abo_box .abLe .abLe_box .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #068f53;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#about_147 .abo_box .abLe .abLe_box .linMore .linMoreA:hover {
  opacity: 1;
}

#about_147 .abo_box .abLe .abLe_box .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

#about_147 .abo_box .abRi {
  width: 50.5%;
}

#about_147 .abo_box .abRi .abRi_imgs {
  width: calc(100vw  - 44vw);
  border-radius: 50px 0 0 0;
  overflow: hidden;
  border-bottom: #075c37 25px solid;
}

#about_147 .abo_box .abRi .abRi_imgs .abRi_img {
  display: block;
  width: 100%;
  max-height: 540px;
  min-height: 400px;
  object-fit: cover;
  object-position: bottom;
}

#about_147 .abo_box .abRi .linMore {
  margin-top: 30px;
  display: none;
}

#about_147 .abo_box .abRi .linMore .linMoreA {
  margin: 0 auto;
  width: calc((100% - 25px) / 2);
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#about_147 .abo_box .abRi .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#about_147 .abo_box .abRi .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #075c37;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#about_147 .abo_box .abRi .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #068f53;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#about_147 .abo_box .abRi .linMore .linMoreA:hover {
  opacity: 1;
}

#about_147 .abo_box .abRi .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

#about_147 .smallBox .ball {
  position: absolute;
}

#about_147 .smallBox .ball span {
  border-radius: 50%;
  display: block;
  background: #075c37;
}

#about_147 .smallBox .ball.iball1 {
  bottom: 50%;
  left: 3%;
}

#about_147 .smallBox .ball.iball1 span {
  width: 40px;
  height: 40px;
  opacity: 0.9;
}

#about_147 .smallBox .ball.iball2 {
  bottom: 45%;
  left: -5%;
}

#about_147 .smallBox .ball.iball2 span {
  width: 160px;
  height: 160px;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  #about_147 .smallBox {
    display: none;
  }
}

@media (max-width: 786px) {
  #about_147 {
    padding: 50px 10px 50px;
  }
  #about_147 .abo_box .abLe {
    width: 100%;
  }
  #about_147 .abo_box .abLe .abLe_box {
    padding: 0;
    max-width: 100%;
  }
  #about_147 .abo_box .abLe .abLe_box .atinfo {
    margin-bottom: 20px;
  }
  #about_147 .abo_box .abLe .abLe_box .atinfo .at_tit {
    padding-top: 13px;
    margin-bottom: 10px;
  }
  #about_147 .abo_box .abLe .abLe_box .atinfo .at_tit .at_name {
    font-size: 22px;
  }
  #about_147 .abo_box .abLe .abLe_box .atinfo .at_tit .at_nade {
    font-size: 30px;
    font-weight: bold;
  }
  #about_147 .abo_box .abLe .abLe_box .atinfo .at_slo {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #about_147 .abo_box .abLe .abLe_box .atinfo .at_line {
    height: 4px;
    width: 15px;
  }
  #about_147 .abo_box .abLe .abLe_box .linCont {
    margin-bottom: 30px;
  }
  #about_147 .abo_box .abLe .abLe_box .linCont p {
    line-height: 30px;
    text-indent: 0;
  }
  #about_147 .abo_box .abLe .abLe_box .linBox {
    margin-bottom: 30px;
  }
  #about_147 .abo_box .abLe .abLe_box .linBox .linUl {
    justify-content: space-between;
  }
  #about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi {
    width: 33.33%;
    margin-right: 0;
  }
  #about_147 .abo_box .abLe .abLe_box .linBox .linUl .linLi .linIn .linYea {
    font-size: 20px;
  }
  #about_147 .abo_box .abLe .abLe_box .linMore {
    display: none;
  }
  #about_147 .abo_box .abLe .abLe_box .linMore .linMoreA {
    margin: 0 auto;
  }
  #about_147 .abo_box .abRi {
    width: 100%;
    margin-top: 0;
  }
  #about_147 .abo_box .abRi .abRi_imgs {
    width: 100%;
    height: auto;
    border-bottom: #075c37 10px solid;
    border-radius: 0;
  }
  #about_147 .abo_box .abRi .abRi_imgs .abRi_img {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
  }
  #about_147 .abo_box .abRi .linMore {
    display: block;
  }
}
