@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none
}

p {
  padding: 0;
  margin: 0;
}




/* 手机端适配 */
@media screen and (max-width:1000px) {
  .part1 .comm {
    width: 95% !important;
  }

  .part1 .comm .commbt {
    flex-direction: column !important;
  }

  .part1 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part1 .comm .commbt .bt-right {
    width: 100% !important;
  }

  .part1 .comm .commbt .bt-right .logoimg img {
    width: 30% !important;
  }

  .part1 .about {
    width: 95% !important;
  }

  .part1 .about .aboutlist {
    flex-direction: column !important;
  }

  .part1 .about .aboutlist .left {
    width: 100% !important;
  }

  .part1 .about .aboutlist .right {
    width: 100% !important;
    padding: 5% 0 0 0 !important;
  }

  .part1 .about .aboutlist .right .item {
    margin: 5% 0 5% 0 !important;
  }

  .part1 .about .aboutlist .right .item p:nth-child(1) span:nth-child(1) em {
    left: 30% !important;
  }

  .part1 .about .aboutlist .right .item p:nth-child(2) span:nth-child(1) em {
    left: 45% !important;
  }

  .part1 .about .aboutlist .right .item p:nth-child(3) span:nth-child(1) em {
    left: 32% !important;
    top: 15% !important;
  }

  .part2 .comm {
    width: 95% !important;
  }

  .part2 .comm .commbt {
    flex-direction: column !important;
  }

  .part2 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part2 .comm .commbt .bt-right {
    width: 100% !important;
  }

  .part2 .probt {
    width: 95% !important;
  }

  .part2 .probt .proitem {
    flex-direction: column !important;
  }

  .part2 .probt .proitem .item1 {
    width: 100% !important;
  }

  .part2 .probt .proitem .item2 {
    width: 100% !important;
  }

  .part2 .probt .proitem .item2 p {
    width: 50% !important;
  }

  .part2 .probt .proitem .item2 p a {
    padding: 5% 5% 5% 5% !important;
  }

  .part2 .prolist {
    width: 95% !important;
  }

  .part2 .prolist .itemlist {
    flex-wrap: wrap !important;
  }

  .part2 .prolist .itemlist .item {
    width: 48% !important;
    margin: 0 0 5% 0;
  }

  .part2 .prolist .itemlist .item .proimg p span:nth-child(2) {
    margin: 0 0 5% 5% !important;
  }

  .part3 .comm {
    width: 95% !important;
  }

  .part3 .comm .commbt {
    flex-direction: column !important;
  }

  .part3 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part3 .hy {
    width: 95% !important;
  }

  .part3 .hy .hylist {
    flex-direction: column !important;
  }

  .part3 .hy .hylist .hyleft {
    width: 100% !important;

  }

  .part3 .hy .hylist .hyleft p {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
  }

  .part3 .hy .hylist .hyleft p img {
    width: 50% !important;
  }

  .part3 .hy .hylist .hyright {
    width: 100% !important;
    margin: 5% 0 5% 0;
  }

  .part3 .hy .hylist .hyright .rgitem p:nth-child(2) {
    font-size: 0.9rem !important;
  }

  .part3 .hy .hylist .hyright .rgitem p:nth-child(3) img {
    width: 20% !important;
  }

  .part4 .comm {
    width: 95% !important;
  }

  .part4 .comm .commbt {
    flex-direction: column !important;
  }

  .part4 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part4 .comm .commbt .bt-right {
    width: 100% !important;
  }

  .part4 .fc {
    width: 95% !important;
  }

  .part4 .fc .fclist {
    flex-direction: column !important;
  }

  .part4 .fc .fclist .item {
    width: 100% !important;
    margin: 5% 0 5% 0;
  }

}

@media screen and (min-width:1000px) and (max-width:1900px) {
  .part1 .about .aboutlist .right .item p:nth-child(1) span:nth-child(1) em {
    left: 17% !important;
  }

  .part1 .about .aboutlist .right .item p:nth-child(2) span:nth-child(1) em {
    left: 25% !important;
  }

  .part1 .about .aboutlist .right .item p:nth-child(3) span:nth-child(1) em {
    left: 18% !important;
  }

  .part1 .comm .commbt .bt-left {
    width: 20% !important;
  }

  .part2 .comm .commbt .bt-left {
    width: 20% !important;
  }

  .part2 .probt .proitem .item2 {
    width: 35% !important;
  }

  .part2 .prolist .itemlist .item .proimg p span:nth-child(2) {
    margin: 0 3% 5% 3% !important;
  }

  .part3 .comm .commbt .bt-left {
    width: 20% !important;
  }

  .part4 .comm .commbt .bt-left {
    width: 20% !important;
  }
}

/* 第一部分 */
.part1 {
  width: 100%;
  /* height: 800px; */
  background-image: url('/template/resources/web/img/part1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.part1 .comm {
  width: 80%;
  margin: auto;
}

.part1 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part1 .comm .commbt .bt-left {
  width: 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part1 .comm .commbt .bt-left .line {
  position: relative;
}

.part1 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part1 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part1 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part1 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  text-align: center;

}

.part1 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part1 .comm .commbt .bt-right {
  width: 90%;
  display: flex;
  flex-direction: column;
}

.part1 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.part1 .comm .commbt .bt-right .logoimg {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.part1 .comm .commbt .bt-right .logoimg img {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 10%;
  margin: 2.5% 0 0 0;
}

.part1 .about {
  width: 80%;
  margin: auto;
}

.part1 .about .aboutlist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 5% 0 0 0;
  padding: 0 0 6% 0;
}

.part1 .about .aboutlist .left {
  width: 35%;
}

.part1 .about .aboutlist .left img {
  width: 100%;
}

.part1 .about .aboutlist .right {
  width: 65%;
  /* height: 200px; */
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: column;
  padding: 0 0 0 5%;
  justify-content: space-between;
}

.part1 .about .aboutlist .right .item1>p:nth-child(1) {
  font-size: 1.6rem;
  color: rgba(51, 51, 51, 1)
}

.part1 .about .aboutlist .right .item1>p:nth-child(2) {
  font-size: 1.0rem;
  letter-spacing: 2px;
  line-height: 2.0rem;
  color: rgba(112, 112, 112, 1);
  margin: 3% 0 0 0;
}

.part1 .about .aboutlist .right .item1>p:nth-child(2) span a {
  font-size: 1.0rem;
  color: rgba(0, 85, 255, 1);
  text-decoration: none;
  margin: 3% 0 0 0;
}

.part1 .about .aboutlist .right .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part1 .about .aboutlist .right .item p {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.part1 .about .aboutlist .right .item p span:nth-child(1) {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  margin: 0 0 5% 0;
  position: relative;

}

.part1 .about .aboutlist .right .item p:nth-child(1) span:nth-child(1) em {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 13%;
}

.part1 .about .aboutlist .right .item p:nth-child(2) span:nth-child(1) em {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 19%;
}

.part1 .about .aboutlist .right .item p:nth-child(3) span:nth-child(1) em {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 13%;
}

.part1 .about .aboutlist .right .item p span:nth-child(2) {
  font-size: 1.0rem;
  color: rgba(112, 112, 112, 1);
  letter-spacing: 2px;
}

.part1 .about .aboutlist .right .item p:nth-child(3) span:nth-child(1) em {
  font-size: 0.8rem;
}

/* 第二部分 */
.part2 {
  width: 100%;
  /* height: 800px; */
  background-image: url('/template/resources/web/img/part2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.part2 .comm {
  width: 80%;
  margin: auto;
}

.part2 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part2 .comm .commbt .bt-left {
  width: 13%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part2 .comm .commbt .bt-left .line {
  position: relative;
}

.part2 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part2 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part2 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part2 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;

}

.part2 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part2 .comm .commbt .bt-right {
  width: 87%;
  display: flex;
  flex-direction: column;
}

.part2 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.part2 .probt {
  width: 80%;
  margin: auto;
}

.part2 .probt .proitem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0 5% 0;
  justify-content: flex-end;
}

.part2 .probt .proitem .item1 {
  width: 50%;
  /* border: 1px solid #000; */
}

.part2 .probt .proitem .item1 p {
  font-size: 1.0rem;
  letter-spacing: 2px;
  line-height: 2.0rem;
  color: rgba(112, 112, 112, 1);
  margin: 3% 0 3% 0;
}

.part2 .probt .proitem .item2 {
  width: 30%;
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.part2 .probt .proitem .item2 p:hover {
  cursor: pointer;
  background: rgba(0, 85, 255, 1);
}

.part2 .probt .proitem .item2 p:hover a {
  color: #ffffff;
}

.part2 .probt .proitem .item2 p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 85, 255, 1);
  width: 40%;
}

.part2 .probt .proitem .item2 p a {
  color: rgba(0, 85, 255, 1);
  font-size: 1.0rem;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 10% 15% 10% 15%;
}

.part2 .prolist {
  width: 80%;
  margin: auto;
}

.part2 .prolist .itemlist {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0 5% 0;
  justify-content: space-between;
}

.part2 .prolist .itemlist .item {
  width: 20%;
  display: flex;
  /* height: 350px; */
  /* border: 1px solid #000; */
  overflow: hidden;
  position: relative;
}

.part2 .prolist .itemlist .item .proimg {
  width: 100%;
  position: relative;
}

.part2 .prolist .itemlist .item .proimg a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.part2 .prolist .itemlist .item .proimg a img {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  transition: all 1s linear;
}

.part2 .prolist .itemlist .item:hover .proimg a img {
  cursor: pointer;
  transform: scale(1.2);
  transition: all 1s linear;
}

.part2 .prolist .itemlist .item .proimg p:hover {
  cursor: pointer;
}

.part2 .prolist .itemlist .item .proimg p {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: flex-end;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0);
  height: 100%;
  width: 100%;
}

.part2 .prolist .itemlist .item .proimg p span:nth-child(1) {
  margin: 0 0 5% 0;
  position: absolute;
  width: 100%;
}

.part2 .prolist .itemlist .item .proimg p span:nth-child(2) {
  margin: 0 0 5% 0;
}

.part2 .prolist .itemlist .item .proimg p span:nth-child(3) {
  margin: 0 0 5% 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.part2 .prolist .itemlist .item .proimg p span:nth-child(1) a {
  font-size: 1.0rem;
  font-weight: bold;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 2px;
}

.part2 .prolist .itemlist .item .proimg p span:nth-child(2) a {
  font-size: 0.9rem;
  font-weight: normal;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.part2 .prolist .itemlist .item .proimg p span:nth-child(3) a {
  width: 10px;
  height: 0px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 50%;
  background: rgba(219, 38, 29, 1);
  color: rgba(255, 255, 255, 1);
}

.part2 .prolist .itemlist .item .proimgbg {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: flex-end;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 999;
  align-items: center;
  display: none;
  text-decoration: none;
}

.part2 .prolist .itemlist .item .proimgbg p:nth-child(1) {
  width: 50px;
  height: 50px;
  /*border: 1px solid #ffffff;*/
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 40% 0;
}

.part2 .prolist .itemlist .item .proimgbg p:nth-child(1) span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /*background: rgba(219, 38, 29, 1);*/
  /*color: rgba(255, 255, 255, 1);*/
}

.part2 .prolist .itemlist .item .proimgbg p:nth-child(2) {
  font-size: 1.0rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 10% 0;
}


/* 第三部分 */
.part3 {
  width: 100%;
  /* height: 800px; */
  /* background-image: url('/template/resources/web/img/part2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  background-color: rgba(237, 240, 246, 1);
}

.part3 .comm {
  width: 80%;
  margin: auto;
}

.part3 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part3 .comm .commbt .bt-left {
  width: 13%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part3 .comm .commbt .bt-left .line {
  position: relative;
}

.part3 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part3 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part3 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part3 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;

}

.part3 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part3 .comm .commbt .bt-right {
  width: 87%;
  display: flex;
  flex-direction: column;
}

.part3 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.part3 .hy {
  width: 80%;
  margin: auto;
}

.part3 .hy .hylist {
  padding: 0 0 5% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 5% 0 0 0;
}

.part3 .hy .hylist .hyleft {
  width: 20%;
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.part3 .hy .hylist .hyleft p {
  width: 100%;
  /* margin: 5% 0 5% 0; */
}

.part3 .hy .hylist .hyleft p img {
  width: 100%;
}

.part3 .hy .hylist .hyright {
  width: 75%;
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part3 .hy .hylist .hyright .rgitem {
  width: 33%;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
}



.part3 .hy .hylist .hyright .rgitem:nth-child(4) {
  margin: 5% 0 0 0;
}

.part3 .hy .hylist .hyright .rgitem:nth-child(5) {
  margin: 5% 0 0 0;
}

.part3 .hy .hylist .hyright .rgitem:nth-child(6) {
  margin: 5% 0 0 0;
}

.part3 .hy .hylist .hyright .rgitem p:nth-child(1) {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 1);
  font-weight: normal;
  margin: 5% 0 0 10%;
}

.part3 .hy .hylist .hyright .rgitem p:nth-child(2) {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 1);
  font-weight: normal;
  margin: 5% 0 0 10%;
}

.part3 .hy .hylist .hyright .rgitem p:nth-child(3) {
  margin: 15% 0 0 10%;
}

.part3 .hy .hylist .hyright .rgitem p:nth-child(3) img {
  width: 15%;
  transition: all 1s linear;
}

.part3 .hy .hylist .hyright .rgitem p:nth-child(3) img:hover {
  cursor: pointer;
  transform: rotate(360deg);
  transition: all 1s linear;
}


/* 第四部分 */
.part4 {
  width: 100%;
  /* height: 800px; */
  background-image: url('/template/resources/web/img/part4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.part4 .comm {
  width: 80%;
  margin: auto;
}

.part4 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part4 .comm .commbt .bt-left {
  width: 13%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part4 .comm .commbt .bt-left .line {
  position: relative;
}

.part4 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part4 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part4 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part4 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;

}

.part4 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part4 .comm .commbt .bt-right {
  width: 87%;
  display: flex;
  flex-direction: column;
}

.part4 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.part4 .fc {
  width: 80%;
  margin: auto;
}

.part4 .fc .fclist {
  padding: 5% 0 10% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.part4 .fc .fclist .item {
  width: 30%;
  /* height: 300px; */
  /* border: 1px solid #000; */
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
}

.part4 .fc .fclist .item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.part4 .fc .fclist .item:hover a p:nth-child(1) img {
  transition: all 1s linear;
  transform: scale(1.2);
  overflow: hidden;
}

.part4 .fc .fclist .item a p:nth-child(1) {
  overflow: hidden;
}

.part4 .fc .fclist .item a p:nth-child(1) img {
  width: 100%;
  overflow: hidden;
  transition: all 1s linear;
}

.part4 .fc .fclist .item a p:nth-child(2) {
  margin: auto;
  width: 95%;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 1);
  padding: 3% 0 3% 0;
  text-align: center;
}

.part4 .fc .fclist .item a p:nth-child(3) {
  margin: auto;
  width: 95%;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 2px;
  padding: 3% 0 5% 0;
  text-align: center;
}