#section1 {
  background: url("../imgs/digitalDisplay/section1-bg.png") no-repeat center;
  height: 598px;
  background-size: cover;
}
#section1 .left {
  display: block;
}
#section1 .left h2 {
  margin-top: 110px;
  color: #303030;
}
#section1 .left p {
  margin: 32px 0 0 0;
  width: 556px;
  font-size: 20px;
  line-height: 2;
  color: #303030;
}
#section1 .right img {
  padding: 0;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  color: #000000;
  font-size: 34px;
  line-height: 1;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  background-size: 100% 100%;
  position: absolute;
  width: 282px;
  height: 7px;
  top: 50%;
}
.section-title h2::before {
  background: url("../imgs/digitalDisplay/title-left.png");
  left: -335px;
  transform: translateY(-50%);
}
.section-title h2::after {
  background: url("../imgs/digitalDisplay/title-right.png");
  right: -335px;
  transform: translateY(-50%);
}
.section-title .section-subtitle {
  margin-top: 36px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #999;
  font-weight: normal;
}
.section-title .section-abstract {
  width: 712px;
  margin: 34px auto 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 2px;
  color: #999;
}

.section {
  padding: 91px 0 6px 0;
}
.section .section-main .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .section-main .item {
  margin-top: 114px;
  flex-basis: 33.33333%;
  overflow: hidden;
  padding: 0 25px;
  box-sizing: border-box;
}
.section .section-main .item-card {
  height: 382px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(49, 52, 109, 0.3);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.section .section-main .item-card img {
  position: absolute;
  height: 100%;
  width: auto;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section .section-main .item p {
  margin-top: 48px;
  font-size: 24px;
  line-height: 1;
  color: #016ec9;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
}

#section3 .section-abstract {
  margin-top: 20px;
}
.section .section-main .item {
  margin-top: 48px;
}
#section4 .section-main .item {
  margin-top: 76px;
  flex-basis: 50%;
  padding: 0 20px;
}
#section4 .section-main .item p {
  margin-top: 30px;
}
#section5 {
  padding-top: 90px;
}
#section5 .section-abstract {
  margin-top: 16px;
}
#section5 .section-main .item {
  margin-top: 76px;
}
#section6 {
  padding: 84px 0 6px;
}
#section6 .section-abstract {
  margin-top: 22px;
}
#section6 .img-box {
  margin-top: 68px;
  height: 476px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#section6 .img-left-box {
  overflow: hidden;
  flex-basis: 50%;
  height: 100%;
}
#section6 .item-img {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(49, 52, 109, 0.3);
  border-radius: 20px;
  overflow: hidden;
}
#section6 .item-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#section6 .img-right-box {
  overflow: hidden;
  height: 100%;
  margin-left: 38px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#section6 .img-right-box .item-img {
  height: 219px;
}
#section7 {
  padding-top: 68px;
}
#section7 .section-abstract {
  margin-top: 16px;
  width: 756px;
}

#section7 .section-main .item {
  flex-basis: 50%;
  padding: 0 18px;
}
#section7 .section-main .item-card {
  height: 270px;
}
#section8 {
  padding-top: 68px;
}
#section8 .section-abstract {
  margin-top: 16px;
  width: 774px;
}

#section8 .section-main .item {
  flex-basis: 50%;
  padding: 0 18px;
  margin-top: 98px;
}
#section8 .section-main .item-card {
  height: 438px;
}
#section9 {
  padding: 82px 0 132px 0;
}
#section9 .info {
  margin-top: 83px;
  display: flex;
  justify-content: center;
}
#section9 .info p  {
  width: 302px;
  display: inline-block;
  margin-right: 66px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 2px;
  color: #999;
}
#section9 .info img {
  width: 767px;
  height: 444px;
  vertical-align: middle;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  #section1 .left p {
    width: auto;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title h2::before {
    left: -300px;
  }
  .section-title h2::after {
    right: -300px;
  }
  .section .section-main .item {
    padding: 0 20px;
  }
  .section .section-main .item-card {
    height: 273px;
  }
  #section4 .section-main .item {
    padding: 0 18px;
  }
  #section9 .info img {
    width: 576px;
    height: 333px;
  }
  #section9 .info p {
    margin-right: 50px;
    letter-spacing: 1px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .section-title h2 {
    font-size: 26px;
  }
  .section-title h2::before,
  .section-title h2::after {
    display: none;
  }
  .section {
    padding-top: 80px;
  }
  .section-title .section-subtitle {
    margin-top: 20px;
  }
  .section-title .section-abstract {
    margin-top: 20px;
    width: 690px;
  }
  .section .section-main .item {
    margin-top: 28px;
    padding: 0 14px;
  }
  .section .section-main .item-card {
    height: 220px;
  }
  .section .section-main .item p {
    margin-top: 28px;
    font-size: 16px;
  }
  #section4 .section-main .item {
    margin-top: 44px;
  }
  #section6 .img-box {
    height: 274px;
  }
  #section6 .img-right-box .item-img {
    height: 126px;
  }
  #section9 .info p {
    width: 174px;
    margin-right: 38px;
    font-size: 14px;
  }
  #section9 .info img {
    width: 440px;
    height: 256px;
  }
}

@media screen and (max-width: 768px) {
  #section1 {
    height: 500px;
  }
  #section1 .left h2 {
    margin-top: 40px;
  }
  .section {
    padding-top: 40px;
  }
  .section-title .section-abstract {
    width: 340px;
  }
  .section .section-main .item-card {
    height: 350px;
  }
  .section .section-main .item {
    margin-top: 20px;
  }
  #section7 .section-abstract {
    width: 340px;
  }
  #section8 .section-abstract {
    width: 340px;
  }
  .section .section-main .item-box {
    flex-wrap: wrap;
  }
  .section .section-main .item {
    flex-basis: 100%;
  }
  #section4 .section-main .item {
    flex-basis: 100%;
    margin-top: 20px;
  }
  #section5 {
    padding-top: 40px;
  }
  #section5 .section-main .item {
    margin-top: 20px;
  }
  #section6 {
    padding-top: 40px;
  }
  #section6 .img-box {
    margin-top: 20px;
    flex-wrap: wrap;
    height: auto;
  }
  #section6 .img-left-box {
    flex-basis: 100%;
  }
  #section6 .img-right-box {
    margin-left: 0;
    flex-basis: 100%;
  }
  #section6 .item-img {
    width: 100%;
    height: auto;
  }
  #section6 .item-img img {
    width: 100%;
    height: auto;
  }
  #section6 .img-right-box .item-img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  #section7 .section-main .item-card {
    height: 160px;
  }
  #section7 .section-main .item {
    flex-basis: 100%;
  }
  #section8 {
    padding-top: 40px;
  }
  #section8 .section-main .item-card {
    height: 260px;
  }
  #section8 .section-main .item {
    margin-top: 20px;
    flex-basis: 100%;
  }
  #section8 .section-main .item + .item {
    margin-top: 20px;
  }
  #section9 {
    padding-top: 40px;
  }
  #section9 .info {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  #section9 .info p {
    flex-basis: 100%;
    margin-right: 0;
  }
  #section9 .info img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 375px) {
  .section-title h2 {
    font-size: 18px;
  }
  .section-title .section-subtitle {
    font-size: 16px;
  }
  .section-title .section-abstract {
    font-size: 14px;
    width: 270px;
  }
  .section .section-main .item-card {
    height: 260px;
  }
  #section1 .left p {
    font-size: 16px;
  }
  #section7 .section-abstract {
    width: 270px;
  }
  #section7 .section-main .item-card {
    height: 110px;
  }
  #section8 .section-abstract {
    width: 270px;
  }
  #section8 .section-main .item-card {
    height: 210px;
  }
}

