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

img {
  max-width: 100%;
}

.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

html,
body {
  background: #e8f0ff;
  min-width: 1200px;
}

.column .column_title {
  font-weight: 600;
  font-size: 36px;
  color: #1d2129;
  line-height: 51px;
  text-align: center;
}

.column1 {
  height: 639px;
  background: url(imgs/bg_banner.png) no-repeat center center;
  background-size: auto 100%;
  padding-top: 86px;
}
.column1 .logo {
  display: flex;
  align-items: center;
}
.column1 .logo img {
  height: 24px;
}
.column1 .logo span {
  margin-left: 37px;
  font-weight: 500;
  font-size: 14px;
  color: #4d7ac8;
  line-height: 20px;
}
.column1 .title {
  margin-top: 67px;
  line-height: 73px;
  margin-bottom: 10px;
}
.column1 .sub_title {
  font-weight: 600;
  font-size: 52px;
  color: #1d2129;
  line-height: 73px;
  margin-top: -10px;
}
.column1 .desc {
  font-weight: 400;
  font-size: 20px;
  color: #1d2129;
  line-height: 28px;
  margin-top: 23px;
}
.column1 .desc span:nth-child(1) {
  color: #1e77fd;
}
.column1 .desc span:nth-child(2) {
  color: #7612d9;
}
.column1 .desc span:nth-child(3) {
  color: #204fe3;
}
.column1 .btn_wrap {
  width: 902px;
  height: 64px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 66px;
}
.column1 .btn_wrap .item {
  width: 300px;
  font-weight: 400;
  font-size: 16px;
  color: #1d2129;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.column1 .btn_wrap .item:first-child:after {
  display: none;
}
.column1 .btn_wrap .item img {
  width: 24px;
  margin-right: 12px;
}
.column1 .btn_wrap .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 18px;
  background: rgba(21, 39, 71, 0.15);
  border-radius: 2px;
}

.column2 .column_body {
  margin-top: 46px;
  display: flex;
  gap: 12px;
}
.column2 .column_body .item {
  width: 147px;
  height: 362px;
  background-color: #0066cc;
  position: relative;
  cursor: pointer;
  transition: width 0.3s ease;
}
.column2 .column_body .item.active {
  width: 406px;
  background-color: #1e77fd;
}
.column2 .column_body .item .title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 39px;
  text-align: center;
  transition: width 0.3s ease;
}
.column2 .column_body .item .desc {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 10px;
  display: none;
  transition: width 0.3s ease;
}
.column2 .column_body .item:nth-child(1) {
  background: url(imgs/bg/szhzx/item1.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(1).active {
  background: url(imgs/bg/szhzx/item1_on.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(1).active .title {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 54px;
  display: block;
  left: 43px;
  bottom: 72px;
  text-align: left;
}
.column2 .column_body .item:nth-child(1).active .desc {
  position: absolute;
  left: 43px;
  bottom: 42px;
  display: block;
}
.column2 .column_body .item:nth-child(2) {
  background: url(imgs/bg/szhzx/item2.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(2).active {
  background: url(imgs/bg/szhzx/item2_on.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(2).active .title {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 54px;
  display: block;
  left: 43px;
  bottom: 72px;
  text-align: left;
}
.column2 .column_body .item:nth-child(2).active .desc {
  position: absolute;
  left: 43px;
  bottom: 42px;
  display: block;
}
.column2 .column_body .item:nth-child(3) {
  background: url(imgs/bg/szhzx/item3.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(3).active {
  background: url(imgs/bg/szhzx/item3_on.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(3).active .title {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 54px;
  display: block;
  left: 42px;
  bottom: 72px;
  text-align: left;
}
.column2 .column_body .item:nth-child(3).active .desc {
  position: absolute;
  left: 43px;
  bottom: 39px;
  display: block;
}
.column2 .column_body .item:nth-child(4) {
  background: url(imgs/bg/szhzx/item4.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(4).active {
  background: url(imgs/bg/szhzx/item4_on.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(4).active .title {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 54px;
  display: block;
  left: 43px;
  bottom: 72px;
  text-align: left;
}
.column2 .column_body .item:nth-child(4).active .desc {
  position: absolute;
  left: 43px;
  bottom: 39px;
  display: block;
}
.column2 .column_body .item:nth-child(5) {
  background: url(imgs/bg/szhzx/item5.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(5).active {
  background: url(imgs/bg/szhzx/item5_on.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(5).active .title {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 54px;
  display: block;
  left: 43px;
  bottom: 72px;
  text-align: left;
}
.column2 .column_body .item:nth-child(5).active .desc {
  position: absolute;
  left: 43px;
  bottom: 39px;
  display: block;
}
.column2 .column_body .item:nth-child(6) {
  background: url(imgs/bg/szhzx/item6.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(6).active {
  background: url(imgs/bg/szhzx/item6_on.png) no-repeat center center;
  background-size: auto 100%;
}
.column2 .column_body .item:nth-child(6).active .title {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 54px;
  display: block;
  left: 43px;
  bottom: 72px;
  text-align: left;
}
.column2 .column_body .item:nth-child(6).active .desc {
  position: absolute;
  left: 43px;
  bottom: 39px;
  display: block;
}

.column3 {
  margin-top: 130px;
}
.column3 p {
  margin-top: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #4e5969;
  line-height: 34px;
  margin-bottom: 40px;
}
.column3 p span {
  color: #1d2129;
}

.column4 {
  margin-top: 130px;
}
.column4 img {
  margin-top: 46px;
}

.column5 {
  margin-top: 130px;
}
.column5 .column_body {
  margin-top: 46px;
  display: flex;
  gap: 17px;
}
.column5 .column_body .item {
  height: 461px;
  flex: 1;
  background: url(imgs/bg/column5_left.png) no-repeat center center;
  background-size: 100% auto;
}
.column5 .column_body .item:last-child {
  background: url(imgs/bg/column5_right.png) no-repeat center center;
  background-size: 100% auto;
}
.column5 .column_body .item .sub_title {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 241px;
  text-align: center;
}
.column5 .column_body ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 44px;
  margin-top: 14px;
}
.column5 .column_body ul li {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  margin-top: 20px;
  padding-left: 16px;
  border-radius: 2px;
  position: relative;
}
.column5 .column_body ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.column6 {
  margin-top: 130px;
}
.column6 .sub_desc {
  font-size: 18px;
  color: #86909c;
  line-height: 25px;
  margin-top: 10px;
  text-align: center;
}
.column6 .column_body {
  display: flex;
  gap: 19px;
  margin-top: 78px;
}
.column6 .column_body .item {
  width: 286px;
  height: 237px;
  background: linear-gradient(180deg, #ffffff 40.71%, #f3f7ff 97.86%);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, rgba(95.0000019372, 143.0000066757, 243.0000007153, 0), rgb(232.4336341023, 239.7524365783, 255)) 1 1;
  border-image: linear-gradient(180deg, rgba(95.0000019372, 143.0000066757, 243.0000007153, 0), rgb(232.4336341023, 239.7524365783, 255)) 1 1;
}
.column6 .column_body .item .count {
  width: 38px;
  height: 38px;
  background: #e7efff;
  border: 1px solid #c5d2e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  margin: 52px auto 35px;
}
.column6 .column_body .item .item_title {
  height: 31px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #1d2129;
  line-height: 31px;
  text-align: center;
}
.column6 .column_body .item .item_desc {
  font-weight: 400;
  font-size: 14px;
  color: #86909c;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

.column7 {
  margin-top: 130px;
}
.column7 .column_body {
  display: flex;
  margin-top: 46px;
  gap: 18px;
}
.column7 .column_body .item {
  width: 287px;
  height: 320px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ededed;
  padding: 24px 21px;
}
.column7 .column_body .item .item_title {
  font-weight: 400;
  font-size: 22px;
  color: #152747;
  line-height: 30px;
}
.column7 .column_body .item .item_desc {
  font-weight: 400;
  font-size: 14px;
  color: #59606d;
  line-height: 22px;
  margin-top: 12px;
}
.column7 .column_body .item .img_wrap {
  margin-top: 20px;
}

.column8 {
  height: 748px;
  background: url(imgs/bg_column8.png) no-repeat center top;
  background-size: auto 100%;
  background-color: #dde9fd;
  margin-top: 130px;
  padding-top: 80px;
}
.column8 .column_title {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  line-height: 51px;
}
.column8 .sub_desc {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.column8 .column_body {
  display: flex;
  justify-content: space-between;
}
.column8 .form_wrap {
  width: 558px;
  height: 474px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  padding: 40px 34px;
  margin-top: 56px;
}
.column8 .form_wrap .form_title {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
}
.column8 .form_wrap .form_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.column8 .form_wrap .form_item .form_label {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  text-align: right;
}
.column8 .form_wrap .form_item input[type=text] {
  width: 373px;
  height: 44px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eaeaeb;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
}
.column8 .form_wrap .form_item input[type=submit] {
  width: 141px;
  height: 40px;
  background: #336fff;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 14px;
  margin-left: 174px;
  cursor: pointer;
}
.column8 .column8_left {
  width: 601px;
}
.column8 .column8_left .column_left_title {
  height: 34px;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
  margin-top: 50px;
}
.column8 .column8_left .column_left_wrap {
  margin-top: 32px;
  padding-left: 26px;
  position: relative;
}
.column8 .column8_left .column_left_wrap:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  width: 0;
  height: 354px;
  border-left: 2px dashed rgba(28, 86, 187, 0.4);
}
.column8 .column8_left .column_left_wrap .item {
  margin-top: 16px;
}
.column8 .column8_left .column_left_wrap .item .sub_title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 37px;
  position: relative;
}
.column8 .column8_left .column_left_wrap .item .sub_title:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -26px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
}
.column8 .column8_left .column_left_wrap .item p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.59);
  line-height: 29px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: -3px;
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}/*# sourceMappingURL=index.css.map */