* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #fff;
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #0b85ff !important;
}

.new-more-box {
  background: #fff;
}

.new-more-home {
  background: url("../img/bg.png") no-repeat;
  width: 100%;
  height: 1200px;
  background-size: 100% 100%;
  min-width: 1680px;
}

.new-more-text {
  height: 85px;
  width: 1680px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}

.new-more-text span {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #013a90;
}

.new-more-nav {
  width: 1680px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.new-more-nav li {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 28px;
  color: #a9b3b9;
  margin-right: 120px;
  cursor: pointer;
}

.active {
  font-weight: bold !important;
  color: #181819 !important;
}

.new-more-our-bg {
  width: 100%;
  height: 1074px;
  background: #189afd;
}

.new-more-our {
  width: 100%;
  height: 1074px;
  background: url("../img/bg2.png") no-repeat;
  background-size: 100% 100%;
}

.new-more-our-content {
  display: flex;
  margin-left: 120px;
}

.new-more-our-info {
  width: 1035px;
  height: 484px;
  background: #a3d6fe;
  border-radius: 0px 0px 20px 20px;
}

.new-more-our-title {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  padding-top: 80px;
  padding-left: 63px;
}

.new-more-our-text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  width: 909px;
  padding-left: 63px;
  padding-top: 50px;
}

.new-more-our-content img {
  width: 590px;
  height: 590px;
  margin-left: 55px;
}

.new-more-our-about {
  display: flex;
}

.new-more-our-about img {
  width: 590px;
  height: 590px;
  margin-left: 120px;
}

.new-more-our-about-content {
  width: 1210px;
  height: 484px;
  background: #a3d6fe;
  border-radius: 20px 0px 0px 0px;
}

.new-more-our-about-title {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  margin-top: 80px;
  margin-left: 90px;
}

.new-more-our-about-tips {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 44px;
  color: #013a90;
  margin-top: 40px;
  margin-left: 90px;
}

.new-more-our-about-text {
  width: 1000px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-left: 90px;
  margin-top: 20px;
}

.new-more-footer {
  width: 100%;
  height: 455px;
  background: #000000;
}

.new-more-footer-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding-top: 44px;
}

.new-more-footer-content {
  width: 1000px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #189afd;
  padding-top: 10px;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 36px;
}

.new-more-footer-addr {
  padding-bottom: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.new-more-footer-copyright {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 20px;
  color: #919191;
  padding-top: 16px;
  text-align: center;
}
