* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.box {
  width: 100%;
  min-width: 1400px;
}

.safe {
  width: 1400px;
  margin: 0 auto;
}

.box1 {
  width: 100%;
  height: 528px;
  background: url("../img/box1_bg.png") no-repeat center/cover;
  background-size: 100% 100%;
}
.box1 img {
  margin-top: 80px;
}

.box2 {
  width: 100%;
  height: 819px;
  background: url("../img/box2_bg.png") no-repeat center/cover;
  background-size: 100% 100%;
  margin-top: -80px;
  padding-top: 145px;
}
.box2 .content {
  margin-top: 60px;
  position: relative;
}
.box2 .content img {
  position: absolute;
  z-index: 99;
}
.box2 .content .textBox {
  padding: 74px 41px 105px 279px;
  background: #E2F1FF;
  border-radius: 18px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  position: absolute;
  left: 308px;
  top: 39px;
  z-index: 1;
}

.box3 {
  width: 100%;
  height: 939px;
  background: url("../img/box3_bg.png") no-repeat center/cover;
  background-size: 100% 100%;
  margin-top: -80px;
  padding-top: 99px;
}
.box3 .txt {
  font-weight: 400;
  font-size: 18px;
  color: #191A1A;
  margin-top: 24px;
}
.box3 .imgBox {
  margin-top: 50px;
}

.title {
  text-align: center;
}

.littleTitle {
  width: 100%;
  height: 58px;
  background: url("../img/title1_bj.png") no-repeat center/cover;
  background-size: 100% 100%;
  margin-top: 40px;
  padding-left: 19px;
}
.littleTitle .span1 {
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 58px;
}
.littleTitle .span2 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  margin: -44px 0 0 44px;
}

.innerTitle {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  color: #262727;
  margin-top: 27px;
}
.innerTitle img {
  margin-right: 8px;
}

.box4 {
  width: 100%;
  height: 1379px;
  background: url("../img/box4_bj.png") no-repeat center/cover;
  background-size: 100% 100%;
  margin-top: -80px;
  padding-top: 55px;
}
.box4 .txt {
  font-weight: 400;
  font-size: 18px;
  color: #191A1A;
  margin-top: 45px;
}
.box4 .imgBox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.box4 .centerBox {
  text-align: center;
  margin-top: 60px;
}
.box4 .centerBox p:first-child {
  font-weight: 500;
  font-size: 22px;
  color: #3187FF;
}
.box4 .centerBox p:last-child {
  font-weight: 400;
  font-size: 18px;
  color: #191A1A;
  margin-top: 15px;
}
.box4 .lineImg {
  margin-top: 60px;
}

.box5 {
  width: 100%;
  height: 1100px;
  background: url("../img/box5_bj.png") no-repeat center/cover;
  background-size: 100% 100%;
  margin-top: -80px;
  padding-top: 55px;
}
.box5 .littleTitle {
  margin-top: 60px;
}
.box5 .txtBox {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}
.box5 .txtBox .item {
  width: 48%;
  height: 229px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 30px 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 84, 179, 0.15);
}
.box5 .txtBox .item span {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  padding: 6px 18px;
  background: #1371FD;
  border-radius: 12px;
}
.box5 .txtBox .item p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 25px;
  line-height: 32px;
}
.box5 .txtBox .item2 span {
  color: #fff;
  background: rgb(254, 143, 24);
}
.box5 .p1 {
  font-weight: 500;
  font-size: 22px;
  color: #3187FF;
  text-align: center;
  margin-top: 50px;
}
.box5 .p2 {
  font-weight: 400;
  font-size: 18px;
  color: #191A1A;
  text-align: left;
  margin-top: 22px;
}
.box5 .p2 span {
  color: #3086FD;
}
.box5 .lineBox {
  padding-left: 62px;
  width: 1120px;
  margin-top: 20px;
  position: relative;
}
.box5 .lineBox .sjBox {
  width: 368px;
  height: 415px;
  background: url("../img/box5Img.png") no-repeat center/cover;
  background-size: 100% 100%;
  position: absolute;
  right: -240px;
  top: -38px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 88px;
  padding-top: 48px;
}
.box5 .lineBox .item {
  height: 80px;
  background: linear-gradient(90deg, #FFE9D5 0%, rgba(255, 233, 213, 0.19) 100%);
  border-radius: 8px;
  margin-top: 10px;
  padding: 0 0 0 50px;
  display: flex;
  align-items: center;
}
.box5 .lineBox .item .p1s {
  color: rgb(254, 143, 24);
  font-weight: bold;
  font-size: 24px;
  width: 180px;
}
.box5 .lineBox .item span {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 5px 23px;
  background: linear-gradient(90deg, #FBC861 0%, #FE8F18 100%);
  border-radius: 54px;
  margin-right: 24px;
}
.box5 .lineBox .item:not(:first-child) {
  background: linear-gradient(90deg, rgba(26, 143, 255, 0.26) 0%, rgba(26, 143, 255, 0.02) 100%);
}
.box5 .lineBox .item:not(:first-child) .p1s {
  color: rgb(49, 135, 255);
}
.box5 .lineBox .item:not(:first-child) span {
  background: linear-gradient(90deg, #3AB5FE 0%, #0374FF 100%);
}
.box5 .lineBox .item4 .p11 div {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #3187FF;
}
.box5 .lineBox .item4 .p11 div p {
  margin-right: 36px;
}

.box6 {
  width: 100%;
  height: 1100px;
  background: url("../img/box6_bj.png") no-repeat center/cover;
  background-size: 100% 100%;
  margin-top: -80px;
  padding-top: 55px;
}
.box6 .title {
  margin-top: 80px;
}
.box6 .innerBox {
  margin-top: 65px;
}
.box6 .innerBox .item {
  width: 100%;
  background: #E9F5FF;
  border-radius: 8px;
  display: flex;
  margin-bottom: 42px;
}
.box6 .innerBox .item .left {
  width: 203px;
  height: 139px;
  background: url("../img/wubian.png") no-repeat center/cover;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box6 .innerBox .item .right {
  margin-left: 43px;
  padding: 15px 27px 0 0;
}
.box6 .innerBox .item .right .p1 {
  font-weight: 500;
  font-size: 22px;
  color: #262727;
}
.box6 .innerBox .item .right .p2 {
  font-weight: 400;
  font-size: 18px;
  color: #191A1A;
  margin-top: 18px;
}
.box6 .pBox {
  display: flex;
  padding: 37px 30px 30px 22px;
  font-weight: 400;
  font-size: 16px;
  color: #191A1A;
  background: #E9F5FF;
  border-radius: 8px;
  line-height: 25px;
}
.box6 .pBox img {
  margin-left: 27px;
}

.box7 {
  width: 100%;
  background: url("../img/box7_bj.png") no-repeat center/cover;
  background-size: 100% 100%;
  margin-top: -80px;
  padding-top: 114px;
  padding-bottom: 80px;
}
.box7 .tableBox {
  margin-top: 42px;
}
.box7 .tableBox table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.box7 .tableBox table thead th {
  font-weight: bold;
  font-size: 24px;
}
.box7 .tableBox th,
.box7 .tableBox td {
  border: 1px dashed rgb(173, 208, 255);
}
.box7 .tableBox th {
  background-color: #2196F3;
  height: 80px;
  color: white;
  padding: 12px;
}
.box7 .tableBox .stage {
  background-color: rgb(249, 171, 84);
  color: white;
  font-size: 24px;
  border-left: none;
  border-bottom: 1px dashed #fff;
}
.box7 .tableBox .level1 {
  background-color: #fff;
  font-size: 20px;
}
.box7 .tableBox .level1 .js1 {
  display: flex;
}
.box7 .tableBox .level1 .js1 .p1 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px dashed rgb(173, 208, 255);
  padding: 0 10px;
}
.box7 .tableBox .level1 .js1 div {
  flex: 1;
}
.box7 .tableBox .level1 .js1 div p {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed rgb(173, 208, 255);
}
.box7 .tableBox .level1 .js1 div p:first-child {
  border: none;
}
.box7 .tableBox .level11 .js1 div p {
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed rgb(173, 208, 255);
}
.box7 .tableBox .level11 .js1 div p:first-child {
  border: none;
}
.box7 .tableBox ul {
  list-style-position: inside;
  padding-left: 0;
  text-align: left;
}
.box7 .tableBox li {
  font-size: 16px;
}
.box7 .tableBox li::marker {
  color: #3187FF;
}
.box7 .tableBox .level2s .ul1 {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-top: 1px dashed rgb(173, 208, 255);
  padding-left: 24px;
}
.box7 .tableBox .level2s .ul1:first-child {
  border: none;
}
.box7 .tableBox .level2 {
  background: #fff;
}
.box7 .tableBox .level2 .sb ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.box7 .tableBox .level2 .sb ul li {
  height: 47px;
  line-height: 48px;
  border-top: 1px dashed rgb(173, 208, 255);
  padding-left: 24px;
}
.box7 .tableBox .level2 .sb ul li:first-child {
  border: none;
}/*# sourceMappingURL=index.css.map */