<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner */
.banner {
  position: relative;
  transition: all .3s linear 0s;
  overflow: hidden;
  min-height: 420px;
}
.banner .page-bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  object-fit: cover;
}
.banner .inner {
  max-width: 1200px;
  min-height: 420px;
  position: relative;
  padding-top: 16px;
  margin: 0 auto;
  z-index: 1;
}
.inner .title {
  margin-top: 60px;
  font-size: 0;
}
.inner .title .title-text { 
  vertical-align: middle;
  font-size: 36px;
  line-height: 48px;
  color: #FFF;
}
.inner .desc {
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  width: 60%;
  color: #FFF;
}
.inner .notice {
  margin-top: 12px;
}
.inner .notice a {
  display: inline-block;
  background-image: linear-gradient(90deg,#028a0d,#00A50D);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  padding: 0 10px;
}
.inner .box {
  font-size: 0;
  margin-top: 40px;
}
.inner .box button {
  cursor: pointer;
}
.banner .inner .box .btn-one {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 10px;
}
.banner .inner .box .btn-two {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.ace-btn.ace-medium {
  border-radius: 0;
  padding: 0 24px;
  height: 32px;
  font-size: 14px;
  border-width: 1px;
}
.ace-btn.ace-btn-primary {
  border-style: solid;
  background-color: #028a0d;
  /* background-color: #ff6a00; */
  border-color: transparent;
}
.ace-btn.ace-btn-primary, .ace-btn.ace-btn-primary.visited, .ace-btn.ace-btn-primary:link, .ace-btn.ace-btn-primary:visited {
  color: #fff;
}
.ace-link-primary:link, .ace-link-primary:visited {
  color: #028a0d;
  /* color: #ff6a00; */
}
.ace-btn&gt;.ace-btn-helper, .ace-btn&gt;div, .ace-btn&gt;span {
  display: inline-block;
  vertical-align: middle;
}
.inner .box .btn-two button {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all .5s ease;
}
.inner .box .btn-two button:hover {
  background-color: #028a0d;
  border-color: #028a0d;

  /* background-color: #ff791a;
  border-color: #ff791a; */
}
.inner .box .list {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 12px;
}
.inner .box .list .text-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  font-size: 14px;
  margin-top: -9px;
}


/* risk */
.risk-content {
  width: 1200px;
  margin: 0 auto;
}
.risk-content h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #121f33;
  line-height: 50px;
  text-align: center;
  margin: 50px 0 0;
}
.risk-content&gt;p {
  width: 895px;
  margin: 26px auto 0;
  line-height: 26px;
  color: #273673;
  text-align: center;
}
.risk-content ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 24px;
  /* -webkit-transform: translateX(-24px); */
  /* transform: translateX(-24px); */
  margin-top: 36px;
}
.risk-content ul&gt;li {
  display: table-cell;
  box-shadow: 3px 3px 10px rgb(37 54 111 / 8%);
}
.risk-content ul&gt;li .top {
  position: relative;
  padding-top: 108px;
  padding-bottom: 25px;
}
.risk-content ul&gt;li .top::before {
  content: "";
  width: 68px;
  -webkit-clip-path: polygon(0 25%,50% 0,100% 25%,100% 75%,50% 100%,0 75%);
  clip-path: polygon(0 25%,50% 0,100% 25%,100% 75%,50% 100%,0 75%);
  background-color: #f2f5fa;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 18px;
  height: 78px;
}
.risk-content ul&gt;li .img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 18px;
  height: 78px;
  width: 75px;
}
.risk-content ul&gt;li .img&gt;img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 50%;
}
.risk-content ul&gt;li .top h3 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #324175;
  font-weight: 600;
}
.risk-content ul&gt;li .text {
  padding: 24px;
  background: -webkit-linear-gradient(top,rgba(215,224,234,.156742) 9.81%,rgba(182,197,213,.0001) 77.14%);
  background: linear-gradient(180deg,rgba(215,224,234,.156742) 9.81%,rgba(182,197,213,.0001) 77.14%);
}
.risk-content ul&gt;li .text&gt;p {
  line-height: 26px;
  color: #657097;
  opacity: .75;
}


/* schemeA */
.schemeA-content {
  width: 1200px;
  margin: 0 auto;
}
.schemeA-content h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #121f33;
  line-height: 50px;
  text-align: center;
  margin: 30px 0 50px;
}
.schemeA-content .text-content {
  /* height: 700px; */
  position: relative;
}
.schemeA-content .line-1 {
  display: inline-block;
  width: 100%;
}
.schemeA-content .line-1 .box_s {
  border-radius: 2px;
  width: 75%;
  border: 1px dashed #00A50D;
  padding: 50px 20px 20px;  
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.schemeA-content .line-1 .box_s .title {
  position: absolute;
  top: -25px;
  left: 24%;
  font-size: 17px;
  background-color: #00A50D;
  color: #FFF;
  text-align: center;
  width: 50%;
  padding: 8px;
}
.schemeA-content .line-1 .box_s .tag .tag_s {
  background-color: #00A50D11;
  /* margin-bottom: 15px; */
  border: 2px solid #00A50D;
  padding: 6px 20px;
  color: #00A50D;
  margin-right: 4%;
  width: 22%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.schemeA-content .line-1 .box_s .tag_1 {
  display: inline-block;
  width: 22%;
  height: 101px;
  line-height: 90px;
  margin-top: 2px;
  text-align: center;
  background-color: #00A50D11;
  border: 2px solid #00A50D;
  padding: 6px 20px;
  color: #00A50D;
}
.schemeA-content .line-1 .box_s .tag .tag_s:last-of-type {
  margin-right: 0;
}
.schemeA-content .line-1 .box_s:last-of-type {
  margin-right: 0;
}
.schemeA-content .line-2-left {
  /* display: inline-block; */
  width: 24%;
  margin-top: 15px;
  float: left;
}
.schemeA-content .line-2-left .box_s {
  width: 100%;
  border-radius: 2px;
  border: 1px dashed #00A50D;
  padding: 40px 20px 10px;
  float: left;
  margin-right: 2%;
  margin-bottom: 10%;
  position: relative;
  height: 486px;
}
.schemeA-content .line-2 .box_s .title {
  position: absolute;
  top: -20px;
  left: 24%;
  font-size: 17px;
  background-color: #00A50D;
  color: #FFF;
  text-align: center;
  width: 50%;
  padding: 4px;
}
.schemeA-content .line-2-mid .box_s .title {
  background-color: #7299F1;
}
.schemeA-content .line-2 .box_s .text-box {
  background-color: #00A50D11;
  border: 2px solid #00A50D;
  margin-bottom: 50px;
  padding: 10px 0;
  padding-bottom: 20px;
  margin-top: 20px;
}
.schemeA-content .line-2 .box_s .text-box:last-of-type ul&gt;li:last-of-type {
  margin-right: 31px;
}
.schemeA-content .line-2-left .box_s .text-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.schemeA-content .line-2-left .box_s .text-box-title img {
  width: 28px;
  height: 28px;
  /* border: 1px solid #000; */
  margin-right: 10px;
}
.schemeA-content .line-2-left .box_s .text-box-title span {
  font-size: 18px;
  font-family: "Microsoft YaHei light";
  font-weight: 600;
  color: #00A50D;
}
.schemeA-content .line-2-left .text-box-info {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.schemeA-content .line-2-left .text-box-info ul {
  list-style: disc;
  color: #7B8A9E;
  margin-left: 78px;
}
.schemeA-content .line-2-left .text-box-info ul&gt;li {
  float: left;
  margin-right: 36px;
  font-size: 15px;
  margin-bottom: 2.5px;
}
.schemeA-content .line-2-left .text-box-info ul&gt;li::marker {
  color: #00A50D;
}
.schemeA-content .line-2-left .text-box:last-of-type .text-box-info {
  margin-bottom: 0;
}
.schemeA-content .line-2-left .text-box:last-of-type ul&gt;li:last-of-type {
  margin-right: 0;
} 
.schemeA-content .line-2-mid {
  /* display: inline-block; */
  width: 49%;
  float: left;
  margin: 0 20px;
  margin-top: 15px;
  margin-right: 40px;
}
.schemeA-content .line-2-mid .box_s {
  width: 100%;
  border-radius: 2px;
  border: 1px dashed #7299F1;
  padding: 46px 20px 2px;
  float: left;
  margin-right: 2%;
  margin-bottom: 6%;
  position: relative;
}
.cdiagram {
  font-size: 15px;
}
.cdiagram .c-left {
  float: left;
  width: 66%;
  position: relative;
}
.cdiagram .c-left .c-left-header {
  text-align: center;
  width: 100%;
  background-color: #F2F5FE;
  margin-bottom: 40px;
  border: 2px solid #95B4FA;
  padding: 10px 20px;
  color: #85a5eb;
  /* font-weight: 600; */
}
.cdiagram .c-left .c-left-left {
  text-align: center;
  width: 45%;
  height: 218px;
  background-color: #F2F5FE;
  margin-bottom: 40px;
  border: 2px solid #95B4FA;
  padding: 10px 20px;
  color: #85a5eb;
  /* font-weight: 600; */
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cdiagram .c-left .c-left-right {
  width: 43%;
  float: left;
  margin-left: 40px;
  position: relative;
}
.cdiagram .c-left .c-left-right span {
  text-align: center;
  background-color: #F2F5FE;
  margin-bottom: 22px;
  border: 2px solid #95B4FA;
  padding: 12px 14px;
  color: #85a5eb;
  /* font-weight: 600; */
  float: left;
  width: 100%;
}
.cdiagram .c-left .c-left-right span:last-of-type {
  margin-bottom: 0;
}
.cdiagram .c-right {
  float: right;
  width: 28%;
}
.cdiagram .c-right div {
  float: right;
  text-align: center;
  width: 100%;
  background-color: #F2F5FE;
  margin-bottom: 30px;
  border: 2px solid #95B4FA;
  padding: 10px 20px;
  color: #85a5eb;
  /* font-weight: 600; */
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cdiagram .c-bottom div {
  clear: both;
  text-align: center;
  width: 100%;
  background-color: #F2F5FE;
  margin-bottom: 30px;
  border: 2px solid #95B4FA;
  padding: 10px 20px;
  color: #85a5eb;
  /* font-weight: 600; */
}

.arrow-up {
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../images/solution/schemeA/arrow-up.png) no-repeat;
}
.arrow-down {
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../images/solution/schemeA/arrow-down.png) no-repeat;
}
.arrow-left {
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../images/solution/schemeA/arrow-left.png) no-repeat;
}
.arrow-right {
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../images/solution/schemeA/arrow-right.png) no-repeat;
}
.arrow-right-yellow {
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../images/solution/schemeA/arrow-right-yellow.png) no-repeat;
}

.c-left-header .arrow-right {
  right: -33px;
  top: 10px;
}
.c-left-left .arrow-down {
  top: -34px;
}
.c-left-left .arrow-up {
  bottom: -34px;
}
.c-left-left .arrow-right{
  right: -34px;
}
.c-left-right .arrow-down {
  top: -34px;
  left: 40%;
}
.c-left-right .arrow-right {
  right: -34px;
  top: 44%;
}
.c-left-right .arrow-up {
  bottom: -34px;
  left: 40%;
}

.schemeA-content .line-2-right .arrow-right-yellow {
  left: -34px;
  top: 47%;
}
.schemeA-content .line-2-right {
  width: 23%;
  border-radius: 2px;
  border: 1px dashed #F9D79E;
  padding: 52px 20px 10px;
  float: left;
  /* margin-bottom: 10%; */
  height: 716px;
  position: absolute;
  right: 0;
  top: 0;
}
.schemeA-content .line-2-right .title {
  position: absolute;
  top: -20px;
  left: 34px;
  font-size: 17px;
  background-color: #E5A33A;
  color: #FFF;
  text-align: center;
  width: 76%;
  padding: 4px;
}
.schemeA-content .line-2-right .box_s {
  text-align: center;
  width: 100%;
  background-color: #FFF9EE;
  margin-bottom: 20px;
  border: 2px solid #F9DAA7;
  padding: 6px;
  color: #E5A33A;
  font-size: 16px;
}
.schemeA-content .line-2-right .box_s img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
.schemeA-content .line-2-right .box_s p {
  display: inline-block;
  vertical-align: middle;
  width: 82%;
  text-align: left;
}




/* ad-main */
.ad-main {
  clear: both;
  width: 1200px;
  height: 158px;
  margin: 80px auto 0;
  background: url(../images/solution/ad-banner.png);
  background-size: 1200px 158px!important;
  background-position: 50%!important;
}


/* advantage */
.advantage {
  background: url(../images/solution/advantage-banner.png);
  background-size: 1920px 630px;
  /* height: 430px; */
  background-position: 50%!important;
  margin-top: 50px;
}
.advantage-content {
  width: 1200px;
  margin: 0 auto;
  /* padding-bottom: 30px; */
}
.advantage-content h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #121f33;
  line-height: 50px;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
.advantage-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantage-content ul li {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgb(162 186 206 / 40%);
  padding: 24px 30px 0;
  margin-bottom: 35px;

  /* width: 572px; */
  width: 49%;
  height: 200px;
  padding: 34px 30px 0 30px;
}
.advantage-content ul li:hover {
  transform: translateY(-7px);
  transition-duration: .45s;
}
.advantage-content ul li .top {
  font-size: 20px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #384a66;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantage-content ul li .top&gt;p {
  width: 98%;
  text-align: center;
  font-weight: 600;
}
.advantage-content ul li .top-icon {
  width: 55px;
  height: auto;
}
.advantage-content ul li .top-icon img {
  width: 100%;
  height: auto;
}
.advantage-content  ul li .desc {
  font-size: 14px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: #738199;
  margin-top: 22px;
  line-height: 22px;
}


/* industryCase */
.industryCase-content {
  width: 1200px;
  margin: 0 auto;
}
.industryCase-content h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #121f33;
  line-height: 50px;
  text-align: center;
  margin: 40px 0 30px;
}
.industryCase-content .text-content {
  /* box-shadow: 0 1px 10px #ddd; */
  /* height: 740px; */
  margin-bottom: 20px;
  position: relative;
}
.icase-left {
  /* background: linear-gradient(180deg, #f9fcff, transparent); */
  display: inline-block;
  width: 65%;
  padding: 35px;
}
.icase-title {
  margin-bottom: 20px;
}
.icase-title img {
  float: left;
  margin-right: 8px;
}
.icase-title h3 {
  font-size: 23px;
  font-family: "Microsoft YaHei light";
  font-weight: 600;
  line-height: 32px;
}

.icase-left .intro {
  margin-left: 40px;
}
.icase-left .intro ul&gt;li {
  font-family: "Microsoft YaHei ";
  margin-top: 8px;
}
.icase-left .intro ul&gt;li::marker {
  color: #00A50D;
}
.icase-left .intro ul&gt;li span {
  display: block;
  margin-bottom: 10px;
}
.icase-left .intro ul&gt;li em {
  font-style: normal;
  font-weight: 600;
}
.icase-left .intro ul&gt;li:nth-of-type(odd) {
  list-style: disc;
  font-size: 18px;
  font-family: "Microsoft YaHei light";
  font-weight: 600;
}
.icase-left .intro ul&gt;li:nth-of-type(even) {
  color: #738199;
  margin-bottom: 10px;
}
.cilent-title {
  font-family: "Microsoft YaHei light";
  font-weight: 600;
  font-size: 22px;
  margin-left: 20px;
}
.icase-left .process {
  margin-top: 40px;
  margin-left: 20px;
  /* border: 1px solid #000; */
  height: 200px;
  padding: 20px;
  position: relative;
}
.icase-left .process .s_1 {
  display: inline-block;
  border: 2px solid #BCC8DA;
  padding: 6px 10px;
  padding-bottom: 2px;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 60px;
}
.s_1&gt;img {
  width: auto;
  height: 24px;
  /* border: 1px solid #000; */
  display: block;
  margin: 0 auto;
}
.s_1&gt;span {
  color: #384A66;
  margin-top: 4px;
  font-family: "Microsoft YaHei light";
  font-weight: 600;
  font-size: 13px;
}
.icase-left .process .s_1:nth-of-type(1) {
  margin-right: 80px;
  position: relative;
}
.icase-left .process .s_1:nth-of-type(1) .arrow_r {
  position: absolute;
  right: -82px;
  top: 10px;
}
.icase-left .process .s_1:nth-of-type(1) .arrow_r p {
  font-size: 12px;
  color: #97a2b2;
  font-family: "Microsoft YaHei";
  /* font-weight: 600; */
  height: 20px;
}
.icase-left .process .s_1:nth-of-type(1) .arrow_tr {
  position: absolute;
  top: 64px;
  left: 28px;
}
.icase-left .process .s_1:nth-of-type(1) .arrow_tr p {
  position: absolute;
  bottom: 0;
  left: 100px;
  font-size: 14px;
  color: #E85C49;
  font-family: "Microsoft YaHei ";
}
.icase-left .process .s_1:nth-of-type(2),.icase-left .process .s_1:nth-of-type(3) {
  position: relative;
}
.icase-left .process .s_1:nth-of-type(2) .arrow_r,.icase-left .process .s_1:nth-of-type(3) .arrow_r {
  position: absolute;
  right: -40px;
  top: 52%;
}
.icase-left .process .s_1:nth-of-type(3) {
  margin: 0 40px;
}
.icase-left .process .s_1:nth-of-type(3) .arrow_br {
  position: absolute;
  bottom: -100px;
  right: -34px;
}
.icase-left .process .s_1:nth-of-type(3) .arrow_br p {
  position: absolute;
  bottom: 2px;
  left: 12px;
  font-size: 14px;
  color: #E85C49;
  font-family: "Microsoft YaHei ";
}
.icase-left .process .s_1:nth-of-type(4) {
  position: relative;
}
.icase-left .process .s_1:nth-of-type(4) .arrow_r {
  position: absolute;
  top: -25px;
  right: -114px;
}
.icase-left .process .s_1:nth-of-type(6) {
  display: block;
  width: 14.1%;
  margin-left: 57.4%;
  margin-bottom: 0;
  position: relative;
}
.icase-left .process .s_1:nth-of-type(6) .arrow_t {
  position: absolute;
  top: -56px;
  left: 42px;
}
.icase-left .process .s_1:nth-of-type(6) .arrow_t span {
  font-size: 12px;
  color: #97a2b2;
  font-family: "Microsoft YaHei";
  position: absolute;
  width: max-content;
  top: 16px;
  right: 9px;
}


.process .sub {
  position: absolute;
  top: -8%;
  right: 10px;
}
.process .sub ul&gt;li {
  border: 2px solid #BCC8DA;
  padding: 2px 12px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.process .sub ul&gt;li img {
  width: 25px;
  height: 25px;
  /* border: 1px solid #000; */
  vertical-align: middle;
  margin-right: 4px;
}
.process .sub ul&gt;li span {
  vertical-align: middle;
  color: #384A66;
  font-family: "Microsoft YaHei light";
  font-weight: 600;
}

.line {
  clear: both;
  margin: 30px 0;
  background: #BEC5D0;
  height: 1px;
  position: relative;
  width: 107.5%;
  margin-top: 20px;
}
.disc {
  background: #BEC5D0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.client {
  margin-left: 20px;
}
.client h3 {
  font-family: "Microsoft YaHei light";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  margin-left: 0;
}
.client ul&gt;li {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
.client ul&gt;li img {
  width: auto;
  height: 35px;
}
.icase-right {
  display: inline-block;
  width: 35%;
  /* background-color: #FFF;s */
  position: absolute;
  right: 0;
  overflow: hidden;
}
.icase-right img {
  max-width: 100%;
  margin-top: 18%;
}
.icase-right .icase-title {
  margin-top: 60px;
  margin-left: 20%;
}
.icase-right-info {
  width: 40%;
  margin-left: 30%;
}
.icase-right-info .info_s {
  margin-bottom: 30px;
}
.icase-right-info .info_s p:nth-of-type(1) {
  color: #384A66;
}
.icase-right-info .info_s p:nth-of-type(1) em {
  font-style: normal;
  font-size: 28px;
}
.icase-right-info .info_s p:nth-of-type(2) {
  height: 2px;
  background: #D2D7DE;
  position: relative;
  margin: 8px 0;
}
.icase-right-info .info_s p:nth-of-type(2) span {
  width: 30%;
  background: #FFA81D;
  height: 6px;
  position: absolute;
  top: -2px;
}
.icase-right-info .info_s p:nth-of-type(3){
  color: #738199;
  font-size: 16px;
}

</pre></body></html>