/*关于我们*/
/*$$
{
	"color":[
		{"val":"#333333","title":"标题默认字体颜色"},
		{"val":"rgba(45, 68, 148, 0.12)","title":"英文标题"},
		{"val":"#2f4494","title":"标题"},
		{"val":"#ffffff","title":"按钮颜色/其他颜色"}
	],
	"background":[
		{"val":"#ffffff","title":"默认背景颜色"},
		{"val":"#f9ac6b","title":"凸显的背景色/标题底部边框"}
	],
	"border":[
	
	]
}
$$*/

@font-face {
  font-family: Impact5;
  src: url("/static/font/impact.woff");
}

#about_147 {
  padding: 80px 10px 0;
  background: #ffffff url("/static/images/IC22_bg.png") no-repeat bottom center;
  background-size: auto 330px;
}

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

#about_147 .abo_box .all_tit {
  text-align: center;
  position: relative;
  padding-top: 16px;
}

#about_147 .abo_box .all_tit h2 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
}

#about_147 .abo_box .all_tit h2 span {
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
}

#about_147 .abo_box .all_tit h2 span::after {
  content: '';
  height: 14px;
  width: 100%;
  background: #f9ac6b;
  position: absolute;
  border-radius: 14px 14px 14px 14px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}

#about_147 .abo_box .all_tit p {
  font-size: 44px;
  color: rgba(45, 68, 148, 0.12);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

#about_147 .abo_box .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 55px;
}

#about_147 .abo_box .cont .cleft {
  width: 47%;
}

#about_147 .abo_box .cont .cleft .info .names {
  margin-bottom: 20px;
}

#about_147 .abo_box .cont .cleft .info .names .main_t {
  font-size: 28px;
  color: #2f4494;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 8px;
}

#about_147 .abo_box .cont .cleft .info .names .sub_t {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  text-transform: uppercase;
}

#about_147 .abo_box .cont .cleft .info .des {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

#about_147 .abo_box .cont .cleft .info .showMore {
  width: 100%;
  margin-top: 26px;
}

#about_147 .abo_box .cont .cleft .info .showMore .morea {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #f9ac6b;
  color: #ffffff;
  text-align: center;
  border-radius: 36px;
  display: block;
}

#about_147 .abo_box .cont .cright {
  width: 45%;
}

#about_147 .abo_box .cont .cright .abimgs {
  width: 100%;
}

#about_147 .abo_box .cont .cright .abimgs .abimg {
  display: block;
  width: 100%;
}

#about_147 .abo_box .prize {
  width: 100%;
  height: 330px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#about_147 .abo_box .prize .prize_imgs {
  width: 44.666%;
  display: block;
}

#about_147 .abo_box .prize .prize_imgs img {
  display: block;
  width: 100%;
  height: 100%;
}

#about_147 .abo_box .prize .lich {
  width: 600px;
  height: 120px;
  margin-top: 30px;
  border: 1px solid #ffffff;
  border-radius: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

#about_147 .abo_box .prize .lich .lich_ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li {
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li .lich_h2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li .lich_h2 .lich_num {
  font-size: 36px;
  color: #ffffff;
  font-family: Impact5;
  margin-right: 4px;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li .lich_h2 .lich_unit {
  font-size: 16px;
  color: #ffffff;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li .lich_p {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  margin-top: 5px;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li::after {
  width: 10px;
  height: 10px;
  background: #f9ac6b;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  z-index: 3;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: margin 0.3s ease;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li::before {
  width: 20px;
  height: 20px;
  background: #f9ac6b;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  z-index: 3;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  animation: fadeInBig 1s linear infinite;
  transition: margin 0.3s ease;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li:hover::after {
  margin-bottom: 10px;
}

#about_147 .abo_box .prize .lich .lich_ul .lich_li:hover:before {
  margin-bottom: 10px;
}

@keyframes fadeInBig {
  0% {
    transform: translate(-50%, 50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 50%) scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 786px) {
  #about_147 {
    padding: 40px 10px 40px;
  }
  #about_147 .abo_box .all_tit {
    padding-top: 6px;
  }
  #about_147 .abo_box .all_tit h2 {
    font-size: 24px;
  }
  #about_147 .abo_box .all_tit h2 span::after {
    height: 8px;
  }
  #about_147 .abo_box .all_tit p {
    font-size: 32px;
  }
  #about_147 .abo_box .cont {
    margin-top: 35px;
    flex-wrap: wrap;
  }
  #about_147 .abo_box .cont .cleft {
    width: 100%;
  }
  #about_147 .abo_box .cont .cleft .info .names {
    margin-bottom: 15px;
  }
  #about_147 .abo_box .cont .cleft .info .names .main_t {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 2px;
  }
  #about_147 .abo_box .cont .cleft .info .names .sub_t {
    font-size: 12px;
  }
  #about_147 .abo_box .cont .cleft .info .showMore {
    display: none;
  }
  #about_147 .abo_box .cont .cright {
    margin-top: 20px;
    width: 100%;
  }
  #about_147 .abo_box .prize {
    height: auto;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #about_147 .abo_box .prize .prize_imgs {
    width: 100%;
  }
  #about_147 .abo_box .prize .lich {
    border: none;
    width: 100%;
    padding: 0 0;
    height: auto;
  }
  #about_147 .abo_box .prize .lich .lich_ul {
    flex-wrap: wrap;
  }
  #about_147 .abo_box .prize .lich .lich_ul .lich_li .lich_h2 .lich_num {
    font-size: 30px;
  }
  #about_147 .abo_box .prize .lich .lich_ul .lich_li .lich_h2 .lich_unit {
    font-size: 12px;
  }
  #about_147 .abo_box .prize .lich .lich_ul .lich_li .lich_p {
    font-size: 14px;
  }
  #about_147 .abo_box .prize .lich .lich_ul .lich_li::after {
    display: none;
  }
  #about_147 .abo_box .prize .lich .lich_ul .lich_li:before {
    display: none;
  }
}
