@keyframes topToCenter {
  from {
    margin-top: -300px;
    opacity: 0.4;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes leftToCenter {
  from {
    left: -300px;
    opacity: 0.4;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
@keyframes rightToCenter {
  from {
    right: -300px;
    opacity: 0.4;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}
@keyframes bottomToCenter {
  from {
    bottom: -120px;
    opacity: 0.4;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    top: 0px;
  }
  to {
    top: -550px;
  }
}
.invite-top {
  width: 100%;
  height: 500px;
}
.invite-top img {
  width: 100%;
  height: 100%;
}
.invite-desc {
  width: 100%;
  height: 680px;
  padding-top: 60px;
  box-sizing: border-box;
}
.invite-desc .fixation {
  height: 530px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.invite-desc .fixation .invite-image {
  width: 560px;
  height: 490px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.invite-desc .fixation .invite-image img {
  width: 100%;
  height: 100%;
}
.invite-desc .fixation .invite-word {
  width: 1050px;
  height: 480px;
  border: 2px solid #03538f;
  padding: 20px 20px 20px 430px;
  box-sizing: border-box;
}
.invite-desc .fixation .invite-word .invite-title {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  color: #03538f;
  font-size: 24px;
}
.invite-desc .fixation .invite-word .invite-cont {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.invite-info {
  width: 100%;
  background: url(../img/invite/invite-info-back.png);
  background-size: 100%;
  padding: 10px 0px 30px 0px;
}
.invite-info .fixation .invite-title {
  width: 100%;
  height: 100px;
  font-size: 24px;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.invite-info .fixation .invite-info-list {
  width: 100%;
}
.invite-info .fixation .invite-info-list .invite-info-item {
  width: 100%;
  margin-bottom: 16px;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief,
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-detail {
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief {
  height: 120px;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left {
  width: 600px;
  height: 100%;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left .invite-info-up,
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left .invite-info-down {
  width: 100%;
  height: 50%;
  display: flex;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left .invite-info-up span,
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left .invite-info-down span {
  margin-right: 16px;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left .invite-info-up {
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D3D3;
  box-sizing: border-box;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left .invite-info-up span {
  color: #004383;
  font-size: 20px;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-left .invite-info-down {
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: grey;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-link {
  width: 400px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-link button {
  width: 120px;
  height: 40px;
  border: 2px solid #004383;
  color: #004383;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: none;
  cursor: pointer;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-brief .invite-info-link button:hover {
  background: #004383;
  color: #FFFFFF;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-detail {
  background: #eff4f7;
  border-top: 1px solid #004383;
  display: none;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-detail .invite-info-line {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  color: grey;
  font-size: 16px;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-detail .invite-info-line span {
  margin-right: 24px;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-detail .invite-info-line-title {
  height: 40px;
  font-size: 20px;
  color: #004383;
}
.invite-info .fixation .invite-info-list .invite-info-item .invite-info-detail .invite-info-aptitude {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding: 20px 0px;
}
.concat-page {
  width: 100%;
  height: 635px;
}
.concat-page .fixation {
  height: 100%;
}
.concat-page .fixation .concat-title {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #004383;
}
.concat-page .fixation .concat-area {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: space-between;
}
.concat-page .fixation .concat-area .concat-map {
  width: 580px;
  height: 420px;
}
.concat-page .fixation .concat-area .concat-map #concat-map {
  width: 100%;
  height: 100%;
}
.concat-page .fixation .concat-info {
  width: 580px;
  height: 100%;
}
.concat-page .fixation .concat-info .concat-info-title {
  width: 100%;
  line-height: 40px;
  font-size: 24px;
  color: #004383;
  margin-bottom: 40px;
}
.concat-page .fixation .concat-info .concat-info-line {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
}
.project-top {
  width: 100%;
  height: 500px;
  position: relative;
}
.project-top img {
  width: 100%;
  height: 100%;
}
.project-entry {
  width: 100%;
  height: 666px;
  padding: 40px 0px 76px 40px;
  box-sizing: border-box;
}
.project-entry .fixation {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.project-entry .fixation .project-entry-item {
  width: 48%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.project-entry .fixation .project-entry-item .project-entry-img {
  width: 100%;
  height: 100%;
}
.project-entry .fixation .project-entry-item .project-entry-img img {
  width: 100%;
  height: 100%;
}
.project-entry .fixation .project-entry-item .project-entry-animate {
  width: 100%;
  height: 1100px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.project-entry .fixation .project-entry-item .project-entry-animate .project-entry-mask,
.project-entry .fixation .project-entry-item .project-entry-animate .project-entry-link {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
}
.project-entry .fixation .project-entry-item .project-entry-animate .project-entry-mask {
  align-items: center;
  color: #FFFFFF;
  font-size: 36px;
  background: rgba(0, 62, 108, 0.5);
}
.project-entry .fixation .project-entry-item .project-entry-animate .project-entry-link {
  align-items: flex-end;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.project-entry .fixation .project-entry-item .project-entry-animate .project-entry-link a {
  width: 150px;
  height: 40px;
  background: #a0a7ac;
  color: #003e6c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-list {
  width: 100%;
  padding: 40px 0px 35px 0px;
  box-sizing: border-box;
}
.project-list .fixation {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.project-list .fixation .project-list-left {
  width: 300px;
  height: 590px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.project-list .fixation .project-list-left img {
  height: 100%;
}
.project-list .fixation .project-list-right {
  width: 900px;
}
.project-list .fixation .project-list-right .project-list-line {
  width: 100%;
  height: 80px;
  padding: 0px 20px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-bottom: 1px solid #C3C3C3;
}
.project-list .fixation .project-list-right .project-list-line a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 20px;
}
.project-list .fixation .project-list-right .project-list-line a:hover {
  color: #004383;
}
.news-top {
  width: 100%;
  height: 500px;
  position: relative;
}
.news-top img {
  width: 100%;
  height: 100%;
}
.news-middle {
  width: 100%;
  height: 310px;
  padding-top: 35px;
  box-sizing: border-box;
}
.news-middle .fixation {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.news-middle .fixation .news-left {
  width: 720px;
  height: 100%;
}
.news-middle .fixation .news-left a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-middle .fixation .news-left a img {
  width: 100%;
  height: 100%;
}
.news-middle .fixation .news-left a .news-title {
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
  color: #FFFFFF;
}
.news-middle .fixation .news-right {
  width: 470px;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
}
.news-middle .fixation .news-right .news-item {
  width: 100%;
  height: 130px;
  background: #f1f1f1;
  padding: 0px 20px;
  box-sizing: border-box;
}
.news-middle .fixation .news-right .news-item a {
  width: 100%;
  height: 100%;
}
.news-middle .fixation .news-right .news-item a .news-title {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.news-middle .fixation .news-right .news-item a .news-desc {
  width: 100%;
  height: 55px;
  line-height: 25px;
  color: #999999;
  font-size: 14px;
}
.news-middle .fixation .news-right .news-item a .news-time {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.news-list {
  width: 100%;
  margin-top: 30px;
}
.news-list .news-item {
  width: 100%;
  height: 205px;
  border-bottom: 1px solid #D3D3D3;
  padding: 30px 0px 20px 0px;
  box-sizing: border-box;
}
.news-list .news-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.news-list .news-item a .news-time {
  width: 200px;
  height: 100%;
  color: #666666;
}
.news-list .news-item a .news-time .news-date {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  font-weight: bold;
}
.news-list .news-item a .news-time .news-year {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.news-list .news-item a .news-info {
  width: 1000px;
  height: 100%;
}
.news-list .news-item a .news-info .news-title {
  width: 100%;
  height: 40px;
  color: #03538f;
  font-size: 20px;
  display: flex;
}
.news-list .news-item a .news-info .news-desc {
  width: 100%;
  height: 80px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  display: block;
}
.news-list .news-item a .news-info .news-more {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  color: #fb8923;
}
.news-video {
  width: 100%;
  background: #E3E3E3;
  padding-top: 45px;
  box-sizing: border-box;
}
.news-video .fixation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-video .fixation .news-video-item {
  width: 48%;
  height: 620px;
  background: #FFFFFF;
  margin-bottom: 45px;
}
.news-video .fixation .news-video-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.news-video .fixation .news-video-item a .news-video-img {
  width: 100%;
  height: 410px;
  display: block;
}
.news-video .fixation .news-video-item a .news-video-img img {
  width: 100%;
  height: 100%;
}
.news-video .fixation .news-video-item a .news-time {
  width: 100%;
  height: 50px;
  padding: 0px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.news-video .fixation .news-video-item a .news-title {
  width: 100%;
  height: 80px;
  display: block;
  padding: 0px 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: #666666;
}
.news-video .fixation .news-video-item a .news-link {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}
.news-video .fixation .news-video-item a .news-link img {
  width: 30px;
  height: 30px;
}
.entry-top {
  width: 100%;
  height: 500px;
  position: relative;
}
.entry-top img {
  width: 100%;
  height: 100%;
}
.entry-main {
  width: 100%;
  height: 1400px;
  background: #d7e4ed;
  padding: 100px 0px 160px 0px;
  box-sizing: border-box;
}
.entry-main .fixation {
  height: 100%;
}
.entry-main .fixation .entry-up,
.entry-main .fixation .entry-down {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-between;
}
.entry-main .fixation .entry-up .entry-up-left {
  width: 360px;
  height: 100%;
  background: url(../img/main/top-left.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.entry-main .fixation .entry-up .entry-up-right {
  width: 840px;
  height: 100%;
}
.entry-main .fixation .entry-up .entry-up-right .entry-up-right-up,
.entry-main .fixation .entry-up .entry-up-right .entry-up-right-down {
  width: 100%;
  height: 50%;
}
.entry-main .fixation .entry-up .entry-up-right .entry-up-right-up {
  background: url(../img/main/top-2.png) no-repeat;
  background-size: 100% 100%;
}
.entry-main .fixation .entry-up .entry-up-right .entry-up-right-down {
  display: flex;
  justify-content: space-between;
}
.entry-main .fixation .entry-up .entry-up-right .entry-up-right-down .entry-up-right-item {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.entry-main .fixation .entry-up .entry-up-right .entry-up-right-down .entry-up-right-item:nth-child(1) {
  background: url(../img/main/top-3.png) no-repeat;
  background-size: 100% 100%;
}
.entry-main .fixation .entry-up .entry-up-right .entry-up-right-down .entry-up-right-item:nth-child(2) {
  background: url(../img/main/top-4.png) no-repeat;
  background-size: 100% 100%;
}
.entry-main .fixation .entry-down .entry-down-left,
.entry-main .fixation .entry-down .entry-down-right {
  width: 50%;
  height: 100%;
}
.entry-main .fixation .entry-down .entry-down-left .entry-down-left-up,
.entry-main .fixation .entry-down .entry-down-left .entry-down-left-down {
  width: 100%;
  height: 50%;
}
.entry-main .fixation .entry-down .entry-down-left .entry-down-left-up {
  background: url(../img/main/down-1.png) no-repeat;
  background-size: 100% 100%;
}
.entry-main .fixation .entry-down .entry-down-left .entry-down-left-down {
  display: flex;
  justify-content: space-between;
}
.entry-main .fixation .entry-down .entry-down-left .entry-down-left-down .entry-down-left-item {
  width: 50%;
  height: 100%;
}
.entry-main .fixation .entry-down .entry-down-left .entry-down-left-down .entry-down-left-item:nth-child(1) {
  background: url(../img/main/down-2.png) no-repeat;
  background-size: 100% 100%;
}
.entry-main .fixation .entry-down .entry-down-left .entry-down-left-down .entry-down-left-item:nth-child(2) {
  background: url(../img/main/down-3.png) no-repeat;
  background-size: 100% 100%;
}
.entry-main .fixation .entry-down .entry-down-right {
  background: url(../img/main/down-right.png) no-repeat;
  background-size: 100% 100%;
}
.entry-main .fixation .entry-title {
  width: 100%;
  height: 100px;
  padding: 20px 30px 0px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #FFFFFF;
}
.entry-main .fixation .entry-desc {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 30px;
  box-sizing: border-box;
}
.entry-main .fixation .enter-link {
  width: 100%;
  height: 80px;
  padding: 0px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.entry-main .fixation .enter-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #FFFFFF;
}
.entry-list {
  width: 100%;
  padding: 50px 0px;
}
.entry-list .fixation .entry-item {
  width: 100%;
  height: 240px;
  background: #f1f1f1;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.entry-list .fixation .entry-item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.entry-list .fixation .entry-item a .image {
  width: 260px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.entry-list .fixation .entry-item a .image img {
  width: 100%;
  height: 100%;
}
.entry-list .fixation .entry-item a .title,
.entry-list .fixation .entry-item a .desc,
.entry-list .fixation .entry-item a .time {
  width: 100%;
  display: block;
  padding-left: 280px;
  box-sizing: border-box;
}
.entry-list .fixation .entry-item a .title {
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-size: 18px;
}
.entry-list .fixation .entry-item a .desc {
  height: 100px;
  line-height: 25px;
  color: #666666;
  font-size: 14px;
}
.entry-list .fixation .entry-item a .time {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: #333333;
}
.about_top {
  width: 100%;
  height: 500px;
  position: relative;
}
.about_top img {
  width: 100%;
  height: 100%;
}
.about-content {
  width: 100%;
  padding-top: 20px;
}
.about-content .about-title {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #003E6C;
  padding-left: 20px;
  box-sizing: border-box;
}
.about-content .lighting {
  width: 100%;
  height: 320px;
}
.about-content .lighting img {
  width: 100%;
  height: 100%;
}
.about-content .about-desc {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  line-height: 30px;
}
.about-content .about-desc p {
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px;
}
.about-content .about-license,
.about-content .about-worker,
.about-content .about-member {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-content .about-license .item {
  width: 25%;
  height: 500px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.about-content .about-license .item .item-img {
  width: 100%;
  height: 400px;
}
.about-content .about-license .item .item-img img {
  width: 100%;
  height: 100%;
}
.about-content .about-license .item .item-word {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-content .about-worker .item,
.about-content .about-member .item {
  width: 30%;
  height: 350px;
  margin-left: 2.5%;
}
.about-content .about-worker .item .item-img,
.about-content .about-member .item .item-img {
  width: 100%;
  height: 260px;
}
.about-content .about-worker .item .item-img img,
.about-content .about-member .item .item-img img {
  width: 100%;
  height: 100%;
}
.about-content .about-worker .item .item-word,
.about-content .about-member .item .item-word {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-mind {
  width: 100%;
  height: 550px;
  background: #f1f1f1;
  padding: 65px 0px;
  box-sizing: border-box;
}
.about-mind .fixation {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.about-mind .fixation .left {
  width: 610px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.about-mind .fixation .left .item {
  width: 48%;
  height: 48%;
}
.about-mind .fixation .left .item img {
  width: 100%;
  height: 100%;
}
.about-mind .fixation .right {
  width: 520px;
  height: 100%;
}
.about-mind .fixation .right .item {
  width: 100%;
  height: 50%;
}
.about-mind .fixation .right .item .title {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #003E6C;
}
.about-mind .fixation .right .item .desc {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.about-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}
.about-mask .about-mask-img {
  width: 800px;
}
.about-mask .about-mask-img img {
  width: 100%;
  display: block;
}
.about-will {
  width: 100%;
  height: 890px;
}
.about-will img {
  width: 100%;
  height: 100%;
}
.leader-flow {
  width: 100%;
  padding: 20px 0px;
}
.leader-flow .leader-block {
  width: 100%;
}
.leader-flow .leader-block .leader-title {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #003E6C;
}
.leader-flow .leader-block .leader-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.leader-flow .leader-block .leader-list .leader-item {
  width: 25%;
  height: 420px;
}
.leader-flow .leader-block .leader-list .leader-item a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 80px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.leader-flow .leader-block .leader-list .leader-item a span {
  width: 100%;
  display: block;
}
.leader-flow .leader-block .leader-list .leader-item a span:nth-child(1) {
  height: 340px;
}
.leader-flow .leader-block .leader-list .leader-item a span:nth-child(2) {
  height: 80px;
  font-size: 18px;
  color: #666666;
}
.leader-flow .leader-block .leader-list .leader-item a img {
  width: 100%;
  height: 100%;
}
.about-photo {
  width: 100%;
  height: 340px;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.about-photo img {
  height: 100%;
}
.about-particular {
  margin-top: 30px;
  padding-bottom: 50px;
}

