* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
}

#app {
  overflow-x: hidden;
}

.nav {
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(35, 73, 122, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .navContain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}
.nav .navContain .navLeft {
  width: 168px;
  height: 46px;
}
.nav .navContain .navLeft img {
  width: 100%;
  height: 100%;
}
.nav .navContain .navRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav .navContain .navRight a {
  display: block;
  text-decoration: none;
}
.nav .navContain .navRight a .navItem {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin-left: 84px;
}
.nav .navContain .navRight a .active {
  color: #495AFF;
}
.nav .navContain .navRight a .navItem:hover {
  color: #495AFF;
}

.footer {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21282D;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
}
.footer span {
  padding: 0 15px;
  font-size: 16px;
  font-family: Source Han Sans CN;
}

.about {
  width: 1200px;
  margin: 0 auto;
  padding: 122px 0 239px;
  box-sizing: border-box;
}
.about .aboutTitle .title {
  width: 408px;
  height: 28px;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  margin: 0 auto 46px;
  position: relative;
}
.about .aboutTitle .title::before {
  position: absolute;
  top: 14px;
  left: -81px;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #FF6800;
}
.about .aboutTitle .title::after {
  position: absolute;
  top: 14px;
  right: -81px;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #FF6800;
}
.about .aboutTitle .text {
  width: 902px;
  margin: 0 auto;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 26px;
  color: #70757D;
}
.about .aboutList {
  width: 1200px;
  margin: 80px auto 133.33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .aboutList_item {
  width: 380px;
  height: 140px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
}
.about .aboutList_item h3 {
  text-align: center;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 32px;
  color: #000000;
  padding: 26px 0 32px;
}
.about .aboutList_item p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #70757D;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about .aboutList_item:hover {
  transform: scale(1.1);
  transition: all 500ms;
  box-shadow: 0px 0px 24px rgba(17, 56, 100, 0.1);
}
.about .aboutContain {
  width: 1200px;
  margin: 0 auto;
}
.about .aboutContain-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about .aboutContain-item .aboutContain-left {
  width: 461.48px;
  height: 320.58px;
}
.about .aboutContain-item .aboutContain-left img {
  width: 100%;
  height: 100%;
}
.about .aboutContain-item .aboutContain-right {
  width: 600px;
}
.about .aboutContain-item .aboutContain-right h3 {
  text-align: center;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 32px;
  color: #000000;
  margin: 99px 0 32px;
}
.about .aboutContain-item .aboutContain-right p {
  text-align: center;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 36px;
  color: #70757D;
}
.about .aboutContain-item:nth-child(2) {
  margin-top: 185px;
}
.about .aboutContain-item:nth-child(2) .aboutContain-left {
  width: 473.67px;
  height: 312.32px;
  margin-right: 74.59px;
}
.about .aboutContain-item:nth-child(2) .aboutContain-right h3 {
  margin: 108.72px 0 32px;
}
.about .aboutContain-item:nth-child(3) {
  margin-top: 160.04px;
}
.about .aboutContain-item:nth-child(3) .aboutContain-left {
  width: 476.82px;
  height: 303.77px;
}
.about .aboutContain-item:nth-child(3) .aboutContain-right h3 {
  margin: 116.36px 0 32px;
}

/*# sourceMappingURL=aboutMe.css.map */
