.about_ny {
  background: url(../images/about_bg.png) #f9fbff no-repeat center top;
}
.about_ny .s1 {
  padding-top: 168px;
  padding-bottom: 30px;
}
.about_ny .s1 .lft {
  width: 556px;
}
.about_ny .s1 .lft h3 {
  font-size: 44px;
  font-weight: bold;
  color: #363D57;
}
.about_ny .s1 .lft h4 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 55px;
}
.about_ny .s1 .lft p {
  font-size: 16px;
  color: #363D57;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 30px;
}
.about_ny .s2 ul {
  margin-top: 60px;
}
.about_ny .s2 ul li {
  text-align: center;
}
.about_ny .s2 ul li em {
  font-size: 46px;
  font-weight: bold;
  color: #0C32BF;
  position: relative;
}
.about_ny .s2 ul li em::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: '+';
  font-size: 24px;
  color: #0C32BF;
  font-weight: 400;
}
.about_ny .s2 ul li:last-child em::after {
  content: '';
}
.about_ny .s2 ul li sub {
  font-size: 16px;
  color: #363D57;
  position: relative;
  top: -5px;
  left: 1px;
}
.about_ny .s2 ul li p {
  font-size: 16px;
  color: #363D57;
  margin-top: 4px;
}
.about_ny .s3 {
  padding-top: 82px;
}
.about_ny .s3 .tit {
  font-size: 36px;
  font-weight: bold;
}
.about_ny .s3 .culture {
  margin-top: 60px;
}
.about_ny .s3 .culture li {
  width: 374px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 1px #CAD5FF;
  border-radius: 8px;
}
.about_ny .s3 .culture li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #363D57;
}
.about_ny .s3 .culture li hr {
  width: 58px;
  height: 5px;
  background: #FE6627;
  margin-top: 12px;
}
.about_ny .s3 .culture li p {
  font-size: 16px;
  color: #363D57;
  margin-top: 14px;
}
.about_ny .s3 .contacts {
  padding-bottom: 80px;
}
.about_ny .s3 .contacts .flex {
  align-items: center;
}
.about_ny .s3 .contacts .rht {
  width: 767px;
  height: 321px;
}
.about_ny .s3 .contacts ul li {
  margin-bottom: 38px;
}
.about_ny .s3 .contacts ul li:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.about_ny .s3 .contacts ul li img {
  margin-right: 24px;
  vertical-align: middle;
}
.about_ny .s3 .contacts ul li .tel {
  font-size: 28px;
  color: #363D57;
  letter-spacing: 2px;
  font-weight: bold;
}
.about_ny .s3 .contacts ul li .tel span:last-child {
  display: block;
  margin-top: 28px;
}
.about_ny .s3 .contacts ul li:last-child {
  margin: 0;
}