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

img {
  max-width: 100%;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}
html,
body {
  background: #f6f9ff;
  min-width: 1200px;
}

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

.column1 {
  height: 549px;
  background: url(imgs/bg_banner.png) no-repeat center center;
  background-size: auto 100%;
  padding-top: 169px;
}
.column1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column1 .logo {
  display: flex;
  align-items: center;
  margin-top: 98px;
}
.column1 .logo img {
  height: 24px;
}
.column1 .logo span {
  margin-left: 37px;
  font-weight: 500;
  font-size: 14px;
  color: #86909c;
  line-height: 20px;
}
.column1 .title {
  font-weight: 600;
  font-size: 52px;
  line-height: 73px;
}
.column1 .desc {
  font-weight: 400;
  font-size: 20px;
  color: #1d2129;
  line-height: 28px;
  margin-top: 15px;
}
.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: 21px;
}
.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 {
  margin-top: 80px;
}
.column2 .column_body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
}
.column2 .column_body .item {
  width: 183px;
  height: 246px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, #ffffff 100%);
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #ffffff;
}
.column2 .column_body .item .item_title {
  font-weight: 400;
  font-size: 18px;
  color: #1d2129;
  line-height: 25px;
  position: relative;
}
.column2 .column_body .item .item_title::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 59px;
  height: 3px;
  background-color: #2576e7;
}
.column2 .column_body .item .item_desc {
  font-weight: 400;
  font-size: 12px;
  color: #4e5969;
  line-height: 17px;
  margin-top: 46px;
}
.column2 .column_body .item img {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 86px;
}
.column2 .column_body .item:nth-child(2) .item_title::after, .column2 .column_body .item:nth-child(5) .item_title::after {
  background-color: #1695b9;
}
.column2 .column_body .item:nth-child(3) .item_title::after, .column2 .column_body .item:nth-child(6) .item_title::after {
  background-color: #e77231;
}

.column3 {
  margin-top: 130px;
}
.column3 .column_body {
  display: flex;
  justify-content: space-between;
}
.column3 .column3_left {
  margin-top: 90px;
}
.column3 .column3_left p {
  font-weight: 400;
  font-size: 24px;
  color: #1d2129;
  line-height: 34px;
  margin-bottom: 34px;
}
.column3 .column3_left img {
  width: 437px;
}
.column3 .column3_right img {
  width: 720px;
}

.column4 {
  margin-top: 166px;
}
.column4 .column_body {
  margin-top: 31px;
}

.column5 {
  margin-top: 130px;
}
.column5 .column_body .top {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
.column5 .column_body .top .item {
  width: 591px;
  height: 370px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ededed;
  padding: 24px 21px;
}
.column5 .column_body .top .item .title {
  font-weight: 400;
  font-size: 22px;
  color: #1d2129;
  line-height: 31px;
}
.column5 .column_body .top .item .desc {
  height: 68px;
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  color: #59606d;
  line-height: 22px;
}
.column5 .column_body .top .item img {
  height: 197px;
  margin-top: 15px;
}
.column5 .column_body .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.column5 .column_body .bottom .item {
  width: 287px;
  height: 339px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ededed;
  padding: 25px 21px;
}
.column5 .column_body .bottom .item .title {
  font-weight: 400;
  font-size: 22px;
  color: #1d2129;
  line-height: 31px;
}
.column5 .column_body .bottom .item .desc {
  height: 59px;
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  color: #4e5969;
  line-height: 20px;
}
.column5 .column_body .bottom .item img {
  width: 246px;
  height: 174px;
  margin-top: 15px;
}

.column6 {
  margin-top: 140px;
}
.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: 46px;
}

.column7 {
  margin-top: 130px;
}
.column7 .column_body {
  display: flex;
  margin-top: 66px;
  gap: 18px;
}
.column7 .column_body .item {
  width: 388px;
  height: 168px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 24px 21px;
  position: relative;
}
.column7 .column_body .item .item_title {
  font-weight: 400;
  font-size: 22px;
  color: #1d2129;
  line-height: 31px;
  text-align: center;
  margin-top: 40px;
}
.column7 .column_body .item .item_desc {
  font-weight: 400;
  font-size: 14px;
  color: #4e5969;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.column7 .column_body .item .img_wrap {
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}
.column7 .column_body .item .img_wrap img {
  width: 80px;
  height: 80px;
}

.column8 {
  height: 748px;
  background: url(imgs/bg_column8.png) no-repeat center top;
  background-size: auto 100%;
  background-color: #3f82f0;
  margin-top: 130px;
  padding-top: 80px;
}
.column8 .column_title {
  font-weight: 600;
  font-size: 36px;
  color: #152747;
  line-height: 51px;
}
.column8 .sub_desc {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #858a92;
  line-height: 20px;
  text-align: center;
}
.column8 .column_body {
  display: flex;
  justify-content: space-between;
}
.column8 .form_wrap {
  width: 558px;
  height: 414px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  padding: 40px 34px;
  margin-top: 65px;
}
.column8 .form_wrap .form_title {
  font-weight: 500;
  font-size: 24px;
  color: #1d2129;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
}
.column8 .form_wrap .form_item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.column8 .form_wrap .form_item .form_label {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #59606d;
  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: linear-gradient(133deg, #336fff 0%, #7852f7 100%);
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 9px;
  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: #1d2129;
  line-height: 34px;
  margin-top: 100px;
}
.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: 207px;
  border-left: 2px dashed rgba(28, 86, 187, 0.4);
}
.column8 .column8_left .column_left_wrap .item {
  margin-bottom: 40px;
}
.column8 .column8_left .column_left_wrap .item .sub_title {
  font-weight: 500;
  font-size: 18px;
  color: #1d2129;
  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: linear-gradient(133deg, #004ea8 0%, #007ea8 100%);
  border-radius: 50%;
}
.column8 .column8_left .column_left_wrap .item p {
  font-weight: 500;
  font-size: 14px;
  color: #4e5969;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}/*# sourceMappingURL=index.css.map */