﻿body {
  margin: 0;
}
body .online .header {
  height: 638px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/sjds_pic_bg.png);
}
body .online .header .header-con {
  width: 1200px;
  margin: 0 auto;
}
body .online .header .header-con .header-left {
  padding-top: 300px;
  padding-left: 120px;
}
body .online .header .header-con .header-left .header-left-tit {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
body .online .header .header-con .header-left .header-left-sub {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #c8d8ff;
}
body .online .header .header-con .header-left .eader-left-btn {
  margin-top: 43px;
  width: 160px;
  height: 38px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
  color: #333333;
  font-size: 400;
  position: relative;
}
body .online .header .header-con .header-left .eader-left-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 160px;
  height: 3px;
  border-radius: 2px 2px 0 0;
  font-weight: 500;
  background: linear-gradient(90deg, #13c8ff, #6200ff);
}
body .online .launch {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #fcfcff;
}
body .online .launch .launch-tit {
  font-size: 28px;
  padding: 30px 0;
  text-align: center;
  color: #333333;
}
body .online .launch .launch-sub {
  font-size: 16px;
  text-align: center;
  color: #999999;
}
body .online .launch .launch-con {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
}
body .online .launch .launch-con .launch-con-left {
  padding: 45px 0;
  width: 650px;
  height: 650px;
}
body .online .launch .launch-con .launch-con-left img {
  width: 650px;
  height: 650px;
}
body .online .launch .launch-con .launch-con-right {
  padding-left: 90px;
}
body .online .launch .launch-con .launch-con-right .launch-row {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .online .launch .launch-con .launch-con-right .launch-row .launch-row-img {
  padding-right: 34px;
}
body .online .launch .launch-con .launch-con-right .launch-row .launch-row-img img {
  width: 90px;
  height: 90px;
}
body .online .launch .launch-con .launch-con-right .launch-row .launch-row-text .launch-row-tit {
  font-size: 20px;
  color: #3e85ff;
  font-weight: bold;
}
body .online .launch .launch-con .launch-con-right .launch-row .launch-row-text .launch-row-sub {
  width: 247px;
  font-size: 15px;
  color: #999999;
  font-weight: bold;
}
body .online .launch .launch-con .launch-con-right .dwd {
  position: relative;
  left: -150px;
}
body .online .launch .launch-con .launch-con-right .hycz {
  position: relative;
  left: -60px;
}
body .online .system {
  width: 100%;
  background-image: url(../images/sys_bg.png);
  background-position: left 7%;
  background-repeat: no-repeat;
  background-size: cover;
}
body .online .system .hot {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
}
body .online .system .hot .hot-tit {
  padding: 50px 0;
  font-size: 28px;
  color: #333333;
  text-align: center;
}
body .online .system .hot .hot-con {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .online .system .hot .hot-con img {
  width: 495px;
  height: 495px;
}
body .online .system .hot .hot-con .hot-row .hot-row-tit {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
body .online .system .hot .hot-con .hot-row .hot-row-sub {
  width: 284px;
  font-size: 18px;
  color: #666666;
}
body .online .system .hot .hot-con .hot-one {
  position: relative;
  left: 110px;
  bottom: 140px;
}
body .online .system .hot .hot-con .hot-three {
  position: relative;
  top: 90px;
  left: 160px;
}
body .online .system .hot .hot-con .hot-two {
  position: relative;
  bottom: 20px;
  right: 20px;
}
body .online .system .hot .hot-con .hot-four {
  position: relative;
  top: 150px;
  right: 120px;
}
body .online .system .system-center .sys-wrap {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
body .online .system .system-center .sys-wrap .sys-tit {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
body .online .system .system-center .sys-wrap .sys-box {
  padding-top: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .online .system .system-center .sys-wrap .sys-box .sys-col {
  width: 276px;
  height: 398px;
  border-radius: 7px;
  padding: 40px 37px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .online .system .system-center .sys-wrap .sys-box .sys-col .sys-col-img {
  width: 203px;
  padding: 30px 0;
  border-bottom: 2px solid #f5f7fa;
  text-align: center;
}
body .online .system .system-center .sys-wrap .sys-box .sys-col .sys-col-img img {
  width: 66px;
  height: 59px;
}
body .online .system .system-center .sys-wrap .sys-box .sys-col .sys-col-tit {
  padding: 36px 0;
  font-size: 20px;
  color: #1c1e22;
  font-weight: 400;
}
body .online .system .system-center .sys-wrap .sys-box .sys-col .sys-col-text {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 24px;
}
body .online .system .our-case {
  width: 1200px;
  height: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .online .system .our-case .case-tit {
  padding: 60px 0;
  font-size: 28px;
  color: #333333;
  font-weight: 400;
}
body .online .system .our-case .case-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .online .system .our-case .case-con .case-img img {
  width: 390px;
}
body .online .system .our-case .case-btn {
  width: 186px;
  line-height: 58px;
  margin: 70px 0;
  border-radius: 6px;
  font-size: 16px;
  border: 0;
  color: #ffffff;
  text-align: center;
  border: 1px solid #fff;
  background-color: #4744ff;
}
body .online .system .function {
  height: 723px;
  background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/func_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
body .online .system .function .fun-center {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
body .online .system .function .fun-center .fun-tit {
  padding: 66px 0 27px 0;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
body .online .system .function .fun-center .fun-sub {
  font-size: 16px;
  color: #e2e2e2;
}
body .online .system .function .fun-top {
  width: 95%;
  margin: 0 auto;
  height: 200px;
  position: relative;
}
body .online .system .function .fun-top .fun-top-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 680px;
  background-color: #ffffff;
  box-shadow: 0px 16px 27px 0px rgba(85, 19, 219, 0.07);
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap {
  width: 1200px;
  margin: 0 auto;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box .fun-top-col-left {
  width: 394px;
  margin: 15px 40px;
  min-height: 146px;
  background-image: url(../images/support.png);
  background-size: 90% 90%;
  background-repeat: no-repeat;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box .fun-top-col-left .fun-top-col-left-tit {
  font-size: 28px;
  color: #333333;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box .fun-top-col {
  width: 394px;
  padding: 15px 40px;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box .fun-top-col .fun-top-col-img {
  padding: 20px 0;
  box-sizing: border-box;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box .fun-top-col .fun-top-col-img img {
  width: 70px;
  height: 70px;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box .fun-top-col .fun-top-col-tit {
  padding: 20px 0;
  font-size: 18px;
  color: #1c1e22;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-box-wrap .fun-top-box .fun-top-col .fun-top-col-text {
  font-size: 14px;
  color: #666666;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-btn {
  width: 100%;
  text-align: center;
}
body .online .system .function .fun-top .fun-top-wrap .fun-top-btn button {
  margin: 70px 0;
  border: 0;
  width: 186px;
  height: 58px;
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
  background-color: #4744ff;
  outline: none;
}
body .online .system .function .fun-bottom {
  width: 1200px;
  height: 310px;
  margin: 0 auto;
  position: relative;
  padding-top: 56px;
}
body .online .system .function .fun-bottom .fun-bottom-wrap {
  position: absolute;
  width: 1200px;
}
body .online .system .function .fun-bottom .fun-bottom-wrap .fun-bottom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .online .system .function .fun-bottom .fun-bottom-wrap .fun-bottom-row .fun-bottom-box {
  width: 230px;
  height: 250px;
  padding: 0 19px;
  margin: 5px 0;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 7px 17px 1px rgba(97, 149, 255, 0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .online .system .function .fun-bottom .fun-bottom-wrap .fun-bottom-row .fun-bottom-box .fun-bottom-box-img {
  padding: 10px 0;
}
body .online .system .function .fun-bottom .fun-bottom-wrap .fun-bottom-row .fun-bottom-box .fun-bottom-box-img img {
  width: 66px;
  height: 67px;
  margin-top: 20px;
}
body .online .system .function .fun-bottom .fun-bottom-wrap .fun-bottom-row .fun-bottom-box .fun-bottom-box-tit {
  padding: 15px 0;
  font-size: 18px;
  color: #333333;
}
body .online .system .function .fun-bottom .fun-bottom-wrap .fun-bottom-row .fun-bottom-box .fun-bottom-box-sub {
  font-size: 16px;
  color: #999999;
  text-align: center;
}
body .online .system .structure {
  height: 996px;
  margin-top: 300px;
  background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/structure_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
body .online .system .structure .structure-wrap {
  width: 1200px;
  margin: 0 auto;
}
body .online .system .structure .structure-wrap .structure-tit {
  padding: 60px 0;
  font-size: 28px;
  color: #333333;
  text-align: center;
}
body .online .system .structure .structure-wrap .structure-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .online .system .structure .structure-wrap .structure-row .structure-row-left {
  width: 96px;
  height: 152px;
  font-size: 18px;
  color: #333333;
  background-color: #ebebfc;
  box-shadow: 0px 0px 14px 0px rgba(72, 86, 243, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .online .system .structure .structure-wrap .structure-row .structure-row-right {
  width: 1082px;
  margin-left: 21px;
  padding: 18px 16px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 0px rgba(72, 86, 243, 0.08);
}
body .online .system .structure .structure-wrap .structure-row .structure-row-right .str-row-right-col .right-col-tit {
  font-size: 16px;
  color: #333333;
  width: 516px;
  line-height: 50px;
  text-align: center;
  background-color: #fafaff;
}
body .online .system .structure .structure-wrap .structure-row .structure-row-right .str-row-right-col .right-col-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
body .online .system .structure .structure-wrap .structure-row .structure-row-right .str-row-right-col .right-col-con .right-col-box {
  width: 162px;
  line-height: 52px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  background-color: #fafaff;
}
body .online .system .structure .structure-wrap .service-row {
  margin-top: 22px;
  display: flex;
  flex-direction: row;
}
body .online .system .structure .structure-wrap .service-row .service-row-left {
  width: 96px;
  height: 460px;
  font-size: 18px;
  color: #333333;
  background-color: #ebebfc;
  box-shadow: 0px 0px 14px 0px rgba(72, 86, 243, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap {
  margin-left: 21px;
  width: 1082px;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-right {
  height: 52px;
  padding: 18px 16px;
  font-size: 16px;
  box-sizing: border-box;
  color: #333333;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 14px 0px rgba(72, 86, 243, 0.08);
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap {
  padding: 16px;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(72, 86, 243, 0.08);
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap {
  margin: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap .service-row-box {
  width: 252px;
  height: 108px;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #fafaff;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap .service-row-box .service-row-box-tit {
  font-size: 16px;
  color: #333333;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap .service-row-box .service-row-box-tit span {
  position: relative;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap .service-row-box .service-row-box-tit span::before {
  content: '';
  width: 3px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: -12px;
  background: linear-gradient(0deg, #13c8ff, #6200ff);
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap .service-row-box .service-row-box-text {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap .service-row-box .service-row-box-text .ser-box {
  font-size: 14px;
  color: #999999;
}
body .online .system .structure .structure-wrap .service-row .service-row-right-wrap .service-row-wrap .service-row-box-wrap .service-row-box .service-row-box-text .ser-box li {
  list-style: none;
  padding: 3px 20px 3px 0;
}
body .online .system .structure .structure-wrap .butt-row {
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .online .system .structure .structure-wrap .butt-row .butt-row-left {
  width: 96px;
  height: 88px;
  font-size: 18px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(72, 86, 243, 0.08);
}
body .online .system .structure .structure-wrap .butt-row .butt-row-right {
  width: 1082px;
  height: 88px;
  margin-left: 21px;
  padding: 18px 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(72, 86, 243, 0.08);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .online .system .structure .structure-wrap .butt-row .butt-row-right .butt-box {
  width: 186px;
  line-height: 52px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  background: #fafaff;
  border: 1px solid #ebebfc;
}
