/*关于我们*/
/*$$
{"color":[
        {"val":"#fc7841","title":"凸显的字体颜色"},
		{"val":"#ffffff","title":"凸显的字体颜色2/留言默认色"},
		{"val":"#666666","title":"默认字体颜色"}
],
"background":[
	{"val":"#ff7c44","title":"留言背景色"},
	{"val":"#042a58","title":"提交按钮背景色"}
],
"border":[]}
$$*/

#about_147 {
  position: relative;
  padding: 0 10px;
}

#about_147 .abo_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 190px 0 70px;
}

#about_147 .abo_box .allTi {
  position: absolute;
  top: 160px;
  left: 0;
  transform: translate(0, -50%);
}

#about_147 .abo_box .allTi .bigT {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

#about_147 .abo_box .allTi .bigT span {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 0.35em;
}

#about_147 .abo_box .allTi .bigT span i {
  color: #fc7841;
}

#about_147 .abo_box .allTi .bigT span:last-child {
  margin-right: 0;
}

#about_147 .abo_box .allTi .bigC {
  text-align: center;
}

#about_147 .abo_box .allTi .bigC span {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

#about_147 .abo_box .allTi .bigC span .szl {
  position: absolute;
}

#about_147 .abo_box .allTi .bigC span .szl::after {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #aeaeae;
  content: '';
}

#about_147 .abo_box .allTi .bigC span .szl.slle {
  width: 250px;
  height: 1px;
  background: #aeaeae;
  left: calc(100% + 28px);
  top: 50%;
}

#about_147 .abo_box .allTi .bigC span .szl.slle::after {
  transform: translate(100%, -50%);
  right: 0;
  top: 0;
}

#about_147 .abo_box .allTi .bigC span .szl.slri {
  display: none;
  width: 250px;
  height: 1px;
  background: #aeaeae;
  right: calc(100% + 28px);
  top: 50%;
}

#about_147 .abo_box .allTi .bigC span .szl.slri::after {
  transform: translate(-100%, -50%);
  left: 0;
  top: 0;
}

#about_147 .abo_box .allTi .bigDes {
  margin-top: 18px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 18px;
}

#about_147 .abo_box .allTi.tleft .bigT {
  text-align: left;
}

#about_147 .abo_box .allTi.tleft .bigC {
  text-align: left;
}

#about_147 .abo_box .abOth {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#about_147 .abo_box .abOth .abOthInfo {
  flex: 1;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  padding-right: 6%;
}

#about_147 .abo_box .abOth .abOthInfo .oIntit {
  width: 100%;
  margin-bottom: 20px;
}

#about_147 .abo_box .abOth .abOthInfo .oIntit span {
  font-size: 20px;
  color: #333333;
}

#about_147 .abo_box .abOth .abOthInfo .info_dots {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
}

#about_147 .abo_box .abOth .abOthInfo .info_dots .dot {
  width: 4px;
  height: 4px;
  display: block;
  margin-left: 4px;
  border-radius: 50%;
  background: #042a58;
}

#about_147 .abo_box .abOth .abOthInfo .info_dots .dot:nth-child(2) {
  background: #ff7c44;
}

#about_147 .abo_box .abOth .abOthInfo .oInDes {
  width: 100%;
  height: 122px;
  margin-bottom: 60px;
  text-align: justify;
}

#about_147 .abo_box .abOth .abOthInfo .oInDes p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

#about_147 .abo_box .abOth .abOthInfo .oInMore {
  width: 100%;
}

#about_147 .abo_box .abOth .abOthInfo .oInMore a {
  font-size: 14px;
  color: #333333;
  color: #333333;
  position: relative;
  padding-left: 12px;
}

#about_147 .abo_box .abOth .abOthInfo .oInMore a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  height: 1px;
  border: transparent 6px solid;
  border-left: #000000 6px solid;
}

#about_147 .abo_box .abOth .abOthInfo .oInMore a:before {
  width: 0%;
  height: 6px;
  background: #ff7c44;
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
}

#about_147 .abo_box .abOth .abOthInfo .oInMore:hover a::before {
  width: 110%;
  opacity: 1;
}

#about_147 .abo_box .abOth .abOthIm {
  width: 50%;
  height: 440px;
  position: relative;
}

#about_147 .abo_box .abOth .abOthIm .abOthImgs {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

#about_147 .abo_box .abOth .abOthIm .abOthImgs .abOthImg {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#about_147 .abo_box .abOth .abOthIm::after {
  width: 440px;
  max-width: 100%;
  height: 630px;
  background: url("/static/images/NP51_line1.png") no-repeat center center;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  bottom: -34px;
  right: -34px;
}

#about_147 .abo_box .abCon {
  width: 100%;
  margin-top: 90px;
}

#about_147 .abo_box .abCon .abConList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#about_147 .abo_box .abCon .abConList .abConLi {
  width: calc((100% - 60px) / 4);
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA {
  width: 100%;
  display: block;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConImgs {
  width: 100%;
  border: 5px solid #f7f7f7;
  transition: 0.3s ease;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConImgs .abConImg {
  width: 100%;
  display: block;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConTit {
  width: 100%;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConTit h2 {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConNm {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConNm span {
  transition: 0.3s ease;
  font-size: 38px;
  color: #eaeaea;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConNm span::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #797979;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#about_147 .abo_box .abCon .abConList .abConLi .abConA .abConNm::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

#about_147 .abo_box .abCon .abConList .abConLi:hover .abConA .abConImgs {
  transform: scale(1.05);
  border: 5px solid transparent;
}

#about_147 .abo_box .abCon .abConList .abConLi:hover .abConA .abConTit h2 {
  color: #fc7841;
}

#about_147 .abo_box .abCon .abConList .abConLi:hover .abConA .abConNm span {
  transform: scale(1.05);
}

#about_147 .abo_box .abCon .abConList .abConLi:hover .abConA .abConNm span::after {
  background: #fc7841;
}

#about_147 .bgAb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 320px;
  background: url("/static/images/NP51_bg.jpg") no-repeat center top;
  background-size: cover;
}

.aLy {
  padding: 50px 0 50px;
  position: relative;
}

.aLy .aLy_c {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.aLy .aLy_c .aLy_hes {
  margin-right: 4%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}

.aLy .aLy_c .aLy_hes .aLy_he {
  width: 100%;
  height: 100%;
  display: block;
}

.aLy .aLy_c .aLyF {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}

.aLy .aLy_c .aLyF .aLyItem {
  margin-bottom: 20px;
  width: calc((100% - 40px) / 4);
  margin-right: 20px;
}

.aLy .aLy_c .aLyF .aLyItem input {
  width: 100%;
  height: 42px;
  background: #ffffff url("/static/images/NP51_ic1.png") no-repeat left 10px center;
  background-size: 20px;
  padding: 0 10px 0 40px;
  font-size: 14px;
}

.aLy .aLy_c .aLyF .aLyItem .aLySubmit {
  width: 100%;
  height: 100%;
  background: #042a58;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  opacity: 0.8;
  transition: 0.3s ease;
  cursor: pointer;
}

.aLy .aLy_c .aLyF .aLyItem .aLySubmit:hover {
  opacity: 1;
}

.aLy .aLy_c .aLyF .aLyItem .aLytel {
  background: url("/static/images/NP51_tel.png") no-repeat center left;
  background-size: 26px 26px;
  padding-left: 34px;
  height: 30px;
  line-height: 30px;
}

.aLy .aLy_c .aLyF .aLyItem .aLytel span {
  font-size: 22px;
  color: #ffffff;
}

.aLy .aLy_c .aLyF .aLyItem.altelp {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.aLy .aLy_c .aLyF .aLyItem.icon_name input {
  background: #ffffff url("/static/images/NP51_ic1.png") no-repeat left 10px center;
  background-size: 20px;
}

.aLy .aLy_c .aLyF .aLyItem.icon_tel input {
  background: #ffffff url("/static/images/NP51_ic2.png") no-repeat left 10px center;
  background-size: 20px;
}

.aLy .aLy_c .aLyF .aLyItem.icon_message input {
  background: #ffffff url("/static/images/NP51_ic3.png") no-repeat left 10px center;
  background-size: 20px;
}

.aLy .aLy_c .aLyF .aLyItem.icon_email input {
  background: #ffffff url("/static/images/NP51_ic4.png") no-repeat left 10px center;
  background-size: 20px;
}

.aLy .aLy_c .aLyF .aLyItem:nth-child(3n) {
  width: calc(((100% - 40px) / 4) * 2);
  margin-right: 0;
}

.aLy::after {
  width: 100%;
  height: 100%;
  background: #ff7c44;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 786px) {
  #about_147 .abo_box {
    padding: 50px 0 40px;
  }
  #about_147 .abo_box .allTi {
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
  #about_147 .abo_box .allTi .bigT {
    text-align: center;
    margin-bottom: 14px;
  }
  #about_147 .abo_box .allTi .bigT span {
    font-size: 24px;
  }
  #about_147 .abo_box .allTi .bigC {
    text-align: center;
  }
  #about_147 .abo_box .allTi .bigC span {
    font-size: 18px;
  }
  #about_147 .abo_box .allTi .bigC span .szl.slle {
    width: 20vw;
    max-width: 150px;
  }
  #about_147 .abo_box .allTi .bigC span .szl.slri {
    display: block;
    width: 20vw;
    max-width: 150px;
  }
  #about_147 .abo_box .allTi .bigDes {
    text-align: center;
    margin-top: 15px;
  }
  #about_147 .abo_box .allTi.tleft .bigT {
    text-align: center;
  }
  #about_147 .abo_box .allTi.tleft .bigC {
    text-align: center;
  }
  #about_147 .abo_box .abOth {
    flex-wrap: wrap;
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  #about_147 .abo_box .abOth .abOthInfo {
    background: #f7f7f7;
    padding: 25px 15px;
    width: 100%;
  }
  #about_147 .abo_box .abOth .abOthInfo .oIntit {
    margin-bottom: 10px;
  }
  #about_147 .abo_box .abOth .abOthInfo .oIntit span {
    font-size: 16px;
  }
  #about_147 .abo_box .abOth .abOthInfo .info_dots {
    margin-bottom: 10px;
  }
  #about_147 .abo_box .abOth .abOthInfo .oInDes {
    height: auto;
    margin-bottom: 15px;
  }
  #about_147 .abo_box .abOth .abOthInfo .oInDes p {
    font-size: 12px;
    line-height: 20px;
  }
  #about_147 .abo_box .abOth .abOthIm {
    width: 100%;
    height: auto;
  }
  #about_147 .abo_box .abOth .abOthIm::after {
    display: none;
  }
  #about_147 .abo_box .abCon {
    margin-top: 30px;
  }
  #about_147 .abo_box .abCon .abConList {
    flex-wrap: wrap;
  }
  #about_147 .abo_box .abCon .abConList .abConLi {
    width: calc((100% - 15px) / 2);
    margin-top: 10px;
  }
  #about_147 .abo_box .abCon .abConList .abConLi .abConA .abConTit h2 {
    font-size: 14px;
  }
  #about_147 .abo_box .abCon .abConList .abConLi .abConA .abConNm {
    display: none;
  }
  .aLy {
    padding: 20px 10px;
  }
  .aLy .aLy_c .aLy_hes {
    display: none;
  }
  .aLy .aLy_c .aLyF .aLyItem {
    width: 100%;
    margin-right: 0;
  }
  .aLy .aLy_c .aLyF .aLyItem input {
    font-size: 12px;
  }
  .aLy .aLy_c .aLyF .aLyItem .aLytel span {
    font-size: 20px;
  }
  .aLy .aLy_c .aLyF .aLyItem:nth-child(3n) {
    width: 100%;
  }
}
