@font-face {
  font-family: "PingFangSC";
  src: url("../font/PingFang.ttc");
}
@font-face {
  font-family: "HONORSansCN-Heavy";
  src: url("../font/HONORSansCN-Heavy.ttf");
}
.header {
  width: 100%;
  height: 100px;
  background: #011f5b;
  display: flex;
  justify-content: center;
}
.header > div {
  width: 1200px;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header > div > img {
  width: 191px;
  height: 57px;
}
.header > div > div {
  display: flex;
}
.header > div > div > .titleBox {
  display: flex;
  align-items: center;
}
.header > div > div > .titleBox > span {
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #ffffff;
  line-height: 80px;
  position: relative;
}
.header > div > div > .titleBox > span > img {
  width: 13px;
}
.header > div > div > .titleBox > span:nth-child(4):hover > div {
  display: flex;
}
.header > div > div > .titleBox > span > .list {
  width: 100px;
  height: 100px;
  background: #ffffff;
  position: absolute;
  top: 60px;
  left: 60px;
  padding: 10px;
  display: none;
  flex-direction: column;
}
.header > div > div > .titleBox > span > .list > span {
  color: #222222;
  line-height: 1.1;
}
.header > div > div > .titleBox > span:before {
  cursor: default;
  display: inline-block;
  content: "/";
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.2;
}
.header > div > div > .titleBox > span:nth-child(1):before {
  display: none;
}
.header > div > div > .search {
  margin-left: 30px;
  width: 93px;
  height: 122px;
  background: #990000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header > div > div > .search > img {
  width: 29px;
  height: 29px;
}

.banner {
  width: 100%;
  height: 448px;
  background: url("../image/a39.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner > div {
  width: 1200px;
  min-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding-left: 110px;
}
.banner > div > div {
  line-height: 1;
}
.banner > div > div:nth-child(1) {
  font-size: 78px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #ffffff;
  margin-top: 101px;
  margin-bottom: 32px;
}
.banner > div > div:nth-child(2) {
  font-size: 78px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #ffffff;
}
.banner > div > div:nth-child(3) {
  width: 123px;
  height: 4px;
  background: #ffffff;
  margin-top: 32px;
  margin-bottom: 33px;
}
.banner > div > div:nth-child(4) {
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
}

.modul1 > .title {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  position: relative;
  height: 152px;
  display: flex;
  align-items: center;
}
.modul1 > .title > h1 {
  position: absolute;
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #011f5b;
  width: 500px;
  z-index: 100;
  left: 50%;
  transform: translateX(-250px);
  text-align: center;
}
.modul1 > .title > div {
  text-align: center;
  position: absolute;
  font-size: 60px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #222222;
  opacity: 0.11;
  width: 600px;
  z-index: 10;
  left: 50%;
  transform: translateX(-300px);
}
.modul1 > .content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.modul1 > .content > .item {
  cursor: pointer;
  width: 351px;
  height: 510px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(112, 112, 112, 0.24);
  position: relative;
}
.modul1 > .content > .item:hover {
  color: #fff;
  background: url("../image/a45.png");
  background-size: cover;
}
.modul1 > .content > .item:hover div {
  color: #fff;
}
.modul1 > .content > .item:hover .texts div {
  transform: translateY(-30px);
}
.modul1 > .content > .item:hover .title div {
  background: none;
  transform: translateY(-20px);
}
.modul1 > .content > .item:hover .btn {
  display: block;
}
.modul1 > .content > .item:hover span {
  transform: translateY(-20px);
  color: #ffffff !important;
}
.modul1 > .content > .item:hover img {
  transform: translateY(-20px);
}
.modul1 > .content > .item > .title {
  margin: 0 auto;
  width: 100%;
  height: 224px;
  background: url("../image/a11.png");
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modul1 > .content > .item > .title > div {
  transition: transform 0.4s ease-out;
}
.modul1 > .content > .item > .title > div:nth-child(1) {
  font-size: 87px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.2;
  line-height: 70px;
  margin-top: 50px;
}
.modul1 > .content > .item > .title > div:nth-child(2) {
  font-size: 40px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 19px;
}
.modul1 > .content > .item > .title > div:nth-child(3) {
  width: 56px;
  height: 3px;
  background: #ffffff;
  line-height: 1;
}
.modul1 > .content > .item > .texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #000000;
  padding: 26px;
  padding-top: 15px;
}
.modul1 > .content > .item > .texts > div {
  transition: transform 0.4s ease-out;
  margin-bottom: 5px;
}
.modul1 > .content > .item > .texts > div > h1 {
  font-family: PingFangSC;
  font-weight: 900;
  margin-bottom: 1px;
}
.modul1 > .content > .item > .texts > div > span {
  line-height: 14px;
}
.modul1 > .content > .item > .texts > span {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #222222;
  transition: transform 0.4s ease-out;
}
.modul1 > .content > .item > .texts > img {
  transition: transform 0.4s ease-out;
  width: 226px;
  height: 125px;
  box-shadow: 0px 2px 16px 0px rgba(112, 112, 112, 0.24);
}
.modul1 > .content > .item > .btn {
  transition: transform 0.2s ease-out;
  width: 131px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 17px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 35px;
  position: absolute;
  bottom: 20px;
  left: 110px;
  display: none;
}

.modul2 {
  margin-top: 40px;
  width: 100%;
  height: 550px;
  background: url("../image/a24.png");
}
.modul2 > .title {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
}
.modul2 > .title > h1 {
  position: absolute;
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  width: 500px;
  z-index: 100;
  left: 50%;
  transform: translateX(-250px);
  text-align: center;
}
.modul2 > .title > div {
  text-align: center;
  position: absolute;
  font-size: 60px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #ffffff;
  line-height: 40px;
  opacity: 0.11;
  width: 600px;
  z-index: 10;
  left: 50%;
  transform: translateX(-300px);
}
.modul2 > .content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.modul2 > .content > div {
  cursor: pointer;
  transition: transform 0.5s ease-out;
  width: 240px;
  height: 428px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease-out;
}
.modul2 > .content > div:hover {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgb(29, 67, 142)
  );
}
.modul2 > .content > div:hover img {
  transform: translateY(-30px);
}
.modul2 > .content > div:hover h3 {
  transform: translateY(-30px);
}
.modul2 > .content > div:hover div {
  transform: translateY(-30px);
}
.modul2 > .content > div:hover span {
  transform: translateY(-30px);
}
.modul2 > .content > div > img {
  margin-top: 86px;
  transition: transform 0.2s ease-out;
}
.modul2 > .content > div > h3 {
  transition: transform 0.2s ease-out;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 6px;
}
.modul2 > .content > div > div {
  transition: transform 0.2s ease-out;
  width: 67px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 32px;
}
.modul2 > .content > div > span {
  transition: transform 0.2s ease-out;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.modul3 {
  height: 631px;
  position: relative;
}
.modul3 > .title {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.modul3 > .title > h1 {
  position: absolute;
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #011f5b;
  line-height: 40px;
  width: 500px;
  z-index: 100;
  left: 50%;
  transform: translateX(-250px);
  text-align: center;
}
.modul3 > .title > div {
  text-align: center;
  position: absolute;
  font-size: 60px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #222222;
  line-height: 40px;
  opacity: 0.11;
  width: 800px;
  z-index: 10;
  left: 50%;
  transform: translateX(-400px);
}
.modul3 > .content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.modul3 > .content > .lines {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin-top: 200px;
}
.modul3 > .content > .lines > div {
  position: absolute;
}
.modul3 > .content > .lines > div:nth-child(1) {
  width: 1200px;
  height: 10px;
  background: #f6f7f7;
  border-radius: 5px;
  top: 20px;
}
.modul3 > .content > .lines > div:nth-child(2) {
  width: 19px;
  height: 19px;
  background: #ccd2de;
  border-radius: 50%;
  top: 15px;
  left: 140px;
}
.modul3 > .content > .lines > div:nth-child(3) {
  width: 19px;
  height: 19px;
  background: #ccd2de;
  border-radius: 50%;
  top: 15px;
  left: 440px;
}
.modul3 > .content > .lines > div:nth-child(4) {
  width: 19px;
  height: 19px;
  background: #ccd2de;
  border-radius: 50%;
  top: 15px;
  left: 740px;
}
.modul3 > .content > .lines > div:nth-child(5) {
  width: 19px;
  height: 19px;
  background: #ccd2de;
  border-radius: 50%;
  top: 15px;
  left: 1040px;
}
.modul3 > .content > .item {
  width: 320px;
  position: absolute;
}
.modul3 > .content > .item:nth-child(1) {
  top: -210px;
  left: 0px;
}
.modul3 > .content > .item:nth-child(2) {
  top: 36px;
  left: 290px;
}
.modul3 > .content > .item:nth-child(3) {
  top: -210px;
  left: 588px;
}
.modul3 > .content > .item:nth-child(4) {
  top: 36px;
  right: -8px;
}
.modul3 > .content > .item > h1 {
  font-size: 53px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #011f5b;
  text-align: center;
}
.modul3 > .content > .item > h2 {
  font-size: 24px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 14px;
  text-align: center;
}
.modul3 > .content > .item > span {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  text-align: left;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.modul3 > .btn {
  font-size: 16px;
  position: absolute;
  bottom: -10px;
  width: 400px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: PingFangSC;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #990000;
  color: #ffffff;
}

.modul4 {
  width: 100%;
  height: 677px;
  background: #f6f6f6;
}
.modul4 > .title {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.modul4 > .title > h1 {
  position: absolute;
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #011f5b;
  line-height: 40px;
  width: 1000px;
  z-index: 100;
  left: 50%;
  transform: translateX(-500px);
  text-align: center;
}
.modul4 > .title > h2 {
  position: absolute;
  width: 300px;
  text-align: center;
  left: 50%;
  transform: translateX(-150px);
  bottom: 0px;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #222222;
  line-height: 40px;
}
.modul4 > .title > div {
  text-align: center;
  position: absolute;
  font-size: 60px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #222222;
  line-height: 40px;
  opacity: 0.11;
  width: 1000px;
  z-index: 10;
  left: 50%;
  transform: translateX(-500px);
}
.modul4 > .content {
  margin: 0 auto;
  margin-top: 86px;
  width: 1200px;
  min-width: 1200px;
  position: relative;
}
.modul4 > .content > .btns {
  padding: 0px 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modul4 > .content > .btns > div {
  font-size: 20px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #011f5b;
  position: relative;
  cursor: pointer;
  width: 198px;
  height: 51px;
  line-height: 51px;
  text-align: center;
}
.modul4 > .content > .btns .active {
  background: linear-gradient(90deg, #011f5b 0%, #00256f 99%);
  border-radius: 25px;
  font-size: 24px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  line-height: 51px;
  text-align: center;
}
.modul4 > .content > .btns .active:before {
  display: block;
  content: "";
  background: url("../image/a19.png");
  height: 28px;
  width: 60px;
  position: absolute;
  top: 50px;
  left: 66px;
}
.modul4 > .content > .box > .content {
  width: 1200px;
  min-width: 1200px;
  background: url("../image/a8.png");
  margin: 0 auto;
  height: 372px;
  margin-top: 27px;
  display: none;
}
.modul4 > .content > .box > .content > .title {
  width: 100%;
  height: 100%;
}
.modul4 > .content > .box > .content > .title > h1 {
  font-size: 36px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-top: 37px;
  line-height: 1;
}
.modul4 > .content > .box > .content > .title > h2 {
  font-size: 27px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
}
.modul4 > .content > .box > .content > .text {
  width: 100%;
  position: absolute;
  background: url("../image/a35.png");
  width: 217px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  font-size: 20px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
}
.modul4 > .content > .box > .content > .text:nth-child(2) {
  bottom: 156px;
  left: 74px;
}
.modul4 > .content > .box > .content > .text:nth-child(3) {
  bottom: 156px;
  left: 352px;
}
.modul4 > .content > .box > .content > .text:nth-child(4) {
  bottom: 156px;
  left: 631px;
}
.modul4 > .content > .box > .content > .text:nth-child(5) {
  bottom: 156px;
  left: 909px;
}
.modul4 > .content > .box > .content > .text:nth-child(6) {
  bottom: 71px;
  left: 213px;
}
.modul4 > .content > .box > .content > .text:nth-child(7) {
  bottom: 71px;
  left: 492px;
}
.modul4 > .content > .box > .content > .text:nth-child(8) {
  bottom: 71px;
  right: 213px;
}
.modul4 > .content > .box > .content1 {
  width: 1200px;
  min-width: 1200px;
  background: url("../image/a8.png");
  margin: 0 auto;
  height: 372px;
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modul4 > .content > .box > .content1 > h1 {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  margin-top: 68px;
  margin-bottom: 54px;
}
.modul4 > .content > .box > .content1 > img {
  width: 1154px;
  height: 144px;
}
.modul4 > .content > .box > .content3 {
  display: none;
  width: 1200px;
  min-width: 1200px;
  background: url("../image/a8.png");
  margin: 0 auto;
  height: 372px;
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.modul4 > .content > .box > .content3 > div {
  margin-right: 113px;
  display: flex;
  flex-direction: column;
}
.modul4 > .content > .box > .content3 > div > span {
  font-size: 36px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  display: block;
  text-align: center;
}
.modul4 > .content > .box > .content3 > div > span:nth-child(2) {
  margin-bottom: 30px;
}
.modul4 > .content > .box > .content4 {
  display: none;
  width: 1200px;
  min-width: 1200px;
  background: url("../image/a40.png");
  margin: 0 auto;
  height: 372px;
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.modul4 > .content > .box > .content4 > div {
  border: 1px #ffffff;
  width: 300px;
  height: 100%;
  position: relative;
  display: flex;
  justify-items: center;
  flex-direction: column;
}
.modul4 > .content > .box > .content4 > div > img {
  width: 172px;
  height: 159px;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-86px);
}
.modul4 > .content > .box > .content4 > div > h1 {
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-top: 142px;
  margin-bottom: 20px;
}
.modul4 > .content > .box > .content4 > div > span {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  display: block;
}
.modul4 > .content > .box > .content4 > div:nth-child(2) img {
  width: 149px;
  height: 149px;
}
.modul4 > .content > .box > .content4 > div:nth-child(3) img {
  width: 151px;
  height: 157px;
}
.modul4 > .content > .box > .content4 > div:nth-child(2) img {
  width: 179px;
  height: 135px;
}

.modul5 {
  margin-top: 60px;
}
.modul5 > div {
  cursor: pointer;
  height: 329px;
  position: relative;
  display: flex;
  width: 1200px;
  min-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.modul5 > div:hover {
  background: #011f5b;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
.modul5 > div:hover .contentText h1 {
  color: #ffffff;
}
.modul5 > div:hover .contentText h2 {
  color: #ffffff;
}
.modul5 > div:hover .contentText .line {
  background: #ffffff;
}
.modul5 > div:hover .contentText span {
  color: #ffffff;
}
.modul5 > div:hover .contentText .btn {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.modul5 > div:hover .imgBox div {
  opacity: 1;
}
.modul5 > div > .imgBox {
  padding-top: 80px;
}
.modul5 > div > .imgBox > div {
  opacity: 0;
  padding-left: 94px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.modul5 > div > .imgBox > div:nth-child(1) {
  margin-top: 0px;
}
.modul5 > div > .imgBox > div:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #011f5b;
  border-radius: 50%;
  margin-right: 20px;
}
.modul5 > div:nth-child(2) {
  margin-bottom: 40px;
  margin-top: 40px;
  flex-direction: row-reverse;
}
.modul5 > div:nth-child(2) .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.modul5 > div:nth-child(2):hover > .imgBox {
  width: 513px;
  height: 289px;
  margin-top: 20px;
  background: url("../image/a3.png");
}
.modul5 > div:nth-child(2) > .imgBox {
  width: 513px;
  height: 289px;
  margin-top: 20px;
  background: url("../image/a46.png");
  font-size: 24px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #011f5b;
  line-height: 40px;
}
.modul5 > div:nth-child(3):hover > .imgBox {
  width: 513px;
  height: 289px;
  margin-top: 20px;
  background: url("../image/a2.png");
}
.modul5 > div:nth-child(3) > .imgBox {
  width: 513px;
  height: 289px;
  margin-top: 20px;
  background: url("../image/a28.png");
  font-size: 24px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #011f5b;
  line-height: 40px;
}
.modul5 > div:nth-child(1):hover > .imgBox {
  width: 513px;
  height: 289px;
  margin-top: 20px;
  background: url("../image/a4.png");
}
.modul5 > div:nth-child(1) > .imgBox {
  width: 513px;
  height: 289px;
  margin-top: 20px;
  background: url("../image/a20.png");
  font-size: 24px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #011f5b;
  line-height: 40px;
}
.modul5 > div > .contentText:nth-child(3) {
  margin-top: 40px;
}
.modul5 > div > .contentText > h1 {
  font-size: 24px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #222222;
  margin-top: 21px;
}
.modul5 > div > .contentText > h2 {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #222222;
  margin-top: 7px;
}
.modul5 > div > .contentText > .line {
  width: 162px;
  height: 3px;
  background: #011f5b;
  margin-top: 12px;
}
.modul5 > div > .contentText > span {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #222222;
  display: block;
  margin-top: 9px;
}
.modul5 > div > .contentText > .btn {
  position: absolute;
  width: 107px;
  height: 33px;
  border: 1px solid #222222;
  border-radius: 16px;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #011f5b;
  line-height: 33px;
  text-align: center;
  right: 20px;
  bottom: 20px;
}

.modul6 {
  width: 100%;
  height: 562px;
  background: #f6f6f6;
}
.modul6 > .title {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
}
.modul6 > .title > h1 {
  position: absolute;
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #011f5b;
  line-height: 40px;
  width: 500px;
  z-index: 100;
  left: 50%;
  transform: translateX(-250px);
  text-align: center;
}
.modul6 > .title > div {
  text-align: center;
  position: absolute;
  font-size: 60px;
  font-family: HONORSansCN-Heavy;
  font-weight: 800;
  color: #222222;
  line-height: 40px;
  opacity: 0.11;
  width: 1000px;
  z-index: 10;
  left: 50%;
  transform: translateX(-500px);
}
.modul6 > .content {
  margin-top: 24px;
  display: flex;
  width: 1200px;
  min-width: 1200px;
  justify-content: center;
  margin: 0 auto;
}
.modul6 > .content > img {
  width: 371px;
  height: 368px;
  margin-right: 107px;
}
.modul6 > .content > div > div {
  width: 48px;
  height: 7px;
  background: #011f5b;
  margin-bottom: 24px;
  margin-top: 80px;
}
.modul6 > .content > div > span {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #222222;
}

.modul7 {
  width: 100%;
  height: 62px;
  background: #011f5b;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
}

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