.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}

.section1 {
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .section1 {
    padding: 50px 0;
  }
}
.section1 .center_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section1 .leftBox,
.section1 .rightBox {
  width: 50%;
}
@media (max-width: 960px) {
  .section1 .leftBox,
  .section1 .rightBox {
    width: 100%;
  }
}
.section1 .rightBox {
  padding: 40px;
}
.section1 .rightBox h3 {
  font-size: 36px;
  color: #1349a4;
}
@media (max-width: 1180px) {
  .section1 .rightBox h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section1 .rightBox h3 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .section1 .rightBox {
    padding: 20px 0;
  }
}

.section2 {
  padding-bottom: 80px;
}
.section2 .center_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section2 h3 {
  font-size: 36px;
  color: #1349a4;
}
@media (max-width: 1180px) {
  .section2 h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section2 h3 {
    font-size: 22px;
  }
}
.section2 .title {
  font-weight: 500;
}
.section2 .dataItem {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .section2 .dataItem {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .section2 .dataItem {
    width: 100%;
  }
}
.section2 .Txt {
  position: relative;
  text-align: center;
}
.section2 .img {
  text-align: center;
}
.section2 .img img {
  border-radius: 50%;
}
.section2 .title {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1803921569);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}