::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
body {
  margin: 0;
}
html,
body {
  margin: 0;
  overflow-x: hidden;
}
body .banner {
  width: 100%;
  height: 740px;
  background-image: url("../static/img_banner1@2x.png");
  background-size: 100% 100%;
  position: relative;
}
body .banner .navigationBar {
  width: 100%;
  height: 50px;
  background-color: #1a223a;
  line-height: 50px;
  padding-left: 320px;
}
body .banner .navigationBar text.active {
  width: 64px;
  color: #000;
  border-bottom: 3px solid #4d84ff;
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  margin-left: 40px;
  text-align: center;
  display: inline-block;
}
body .banner .navigationBar text:nth-child(5)::after {
  contain: "";
  clear: both;
}
body .banner .navigationBar text {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-left: 40px;
}
body .banner .banner-text-warp {
  position: absolute;
  top: 25%;
  left: 16%;
}
body .banner .banner-text-warp .text1 {
  font-size: 72px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 100px;
}
body .banner .banner-text-warp .text2 {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
body .aboutUs {
  width: 100%;
  display: flex;
  justify-content: center;
}
body .aboutUs .aboutUs-warp {
  display: flex;
  justify-content: center;
  width: 1650px;
  margin: 150px 30px 68px 0;
}
body .aboutUs .aboutUs-warp .img-warp {
  width: 700px;
}
body .aboutUs .aboutUs-warp .img-warp .aboutUs-title {
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #191e31;
  line-height: 50px;
  margin-bottom: 30px;
}
body .aboutUs .aboutUs-warp .img-warp .aboutUs-img {
  height: 320px;
  width: 560px;
  display: block;
}
body .aboutUs .aboutUs-warp .aboutUs-text-warp {
  display: block;
  margin-top: 70px;
  width: 35%;
  height: 200px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3a3a3f;
  line-height: 40px;
  margin-left: -100px;
}
body .banner2 {
  width: 100%;
  height: 274px;
  background-image: url("../static/img_banner2@2x.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
body .banner2 .banner2-text-warp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .banner2 .banner2-text-warp .text1 {
  font-size: 50px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 39px;
  letter-spacing: 28px;
}
body .banner2 .banner2-text-warp .text2 {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #d4d5d7;
  line-height: 17px;
  letter-spacing: 11px;
  margin-top: 40px;
}
body .main-content {
  height: 855px;
  background: linear-gradient(180deg, #fbfcfd 0%, #eef5ff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .main-content .top-text-warp {
  display: flex;
  flex-direction: column;
}
body .main-content .top-text-warp .text1 {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #191e31;
  line-height: 56px;
  margin-top: 120px;
  margin-bottom: 12px;
}
body .main-content .top-text-warp .text2 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #736f6f;
  line-height: 25px;
  margin-bottom: 60px;
}
body .main-content .main-content-warp {
  width: 1204px;
  height: 462px;
  display: flex;
}
body .main-content .main-content-warp .content-item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  margin-right: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #ffffff;
}
body .main-content .main-content-warp .content-item-1 img {
  height: 160px;
  width: 160px;
}
body .main-content .main-content-warp .content-item-1 .text1 {
  width: 200px;
  height: 56px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3a3a3f;
  line-height: 28px;
  margin: 60px 0 40px 0;
}
body .main-content .main-content-warp .content-item-1 .text2 {
  width: 250px;
  height: 66px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #736f6f;
  line-height: 22px;
}
body .second-content {
  height: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .second-content .top-text-warp {
  width: 1198px;
  display: flex;
  flex-direction: column;
}
body .second-content .top-text-warp .text1 {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #191e31;
  line-height: 56px;
  margin-top: 120px;
  margin-bottom: 12px;
}
body .second-content .top-text-warp .text2 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #736f6f;
  line-height: 25px;
  margin-bottom: 20px;
}
body .second-content .main-content-warp {
  width: 1304px;
  height: 462px;
  display: flex;
}
body .second-content .main-content-warp .content-item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border-radius: 6px;
}
body .second-content .main-content-warp .content-item-1 img {
  height: 160px;
  width: 160px;
}
body .second-content .main-content-warp .content-item-1 .text1 {
  width: 220px;
  height: 56px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3a3a3f;
  line-height: 28px;
  margin: 30px 0;
}
body .second-content .main-content-warp .content-item-1 .text2 {
  width: 280px;
  height: 60px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #736f6f;
  line-height: 20px;
}
body .footer {
  height: 644px;
  width: 100%;
  background: #eef5ff;
  text-align: center;
  padding-top: 120px;
}
body .footer .footer-text {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 56px;
  margin-bottom: 60px;
  display: block;
}
body .footer .footer-warp {
  width: 1280;
  display: flex;
  justify-content: center;
}
body .footer .footer-warp .footer-item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 378px;
  height: 288px;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-right: 37px;
  position: relative;
  top: 20%;
}
body .footer .footer-warp .footer-item-1 .topImg {
  height: 48px;
  width: 48px;
  position: absolute;
  top: 20%;
}
body .footer .footer-warp .footer-item-1 .topText {
  margin-top: 10px;
  position: absolute;
  top: 40%;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
body .footer .footer-warp .footer-item-1 img {
  height: 200px;
  width: 378px;
}
body .footer .footer-warp .footer-item-1 .text1 {
  width: 320px;
  height: 88px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #736f6f;
  margin: 25px 36px 44px 22px;
} /*# sourceMappingURL=./_less.css.map */
body .footer-tip {
  text-align: center;
  padding: 50px 0;
  background: #171c27;
}
a {
  color: #fff;
  text-decoration: none;
}
