<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blue-print-page .fec-logo {
  width: 77px;
  height: 32px;
  position: relative;
  top: 16px;
  float: left;
}

.blue-print-page .fec-logo a {
  width: 77px;
  height: 32px;
  background-image: url("../images/logo.png");
  background-size: 77px 32px;
  background-repeat: no-repeat;
}

.blue-print-page .menu-list li.menu-item a.default {
  color: #ffffff;
}

.blue-print-page .menu-list li.menu-item a.default:hover,
.blue-print-page .menu-list li.menu-item a.active,
.blue-print-page .menu-list li.menu-item-func.hover a.active,
.blue-print-page .menu-list li.menu-item-func.hover a.default:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.blue-print-page .demo-address {
  background: #FFFFFF;
}

.blue-print-page .demo-address a {
  color: #0B69F1;
}

.fixed-nav .logo {
  background-image: url("../images/logo2.png") !important;
}

.fixed-nav .menu-list li.menu-item a.default {
  color: #212121;
}

.fixed-nav .menu-list li.menu-item a.default:hover,
.fixed-nav .menu-list li.menu-item a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.active,
.fixed-nav .menu-list li.menu-item-func.hover a.default:hover {
  color: #0B69F1;
  border-bottom: 2px solid #0B69F1;
}

.fixed-nav .demo-address {
  background: #0B69F1;
}

.fixed-nav .demo-address a {
  color: #ffffff;
}

.banner {
  background: url("../images/banner.png") no-repeat center center;
  padding-top: 180px;
}

.banner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 56px;
  margin-bottom: 20px;
}

.banner span {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}

.container-1 {
  padding-top: 85px;
  background: url("../images/container-1.png") no-repeat center center;
  background-size: cover;
  height: 1125px;
}

.container-1 .fec-title {
  margin-bottom: 20px;
  font-size: 34px;
}

.container-1 p {
  margin-bottom: 60px;
  text-align: center;
  color: #6B7177;
}

.container-1 .list-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.container-1 .list-box li {
  width: 416px;
  height: 144px;
  box-shadow: 0 0 40px 0 rgba(110, 125, 141, 0.1);
  margin-bottom: 20px;
  padding: 70px 25px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.container-1 .list-box .left li:nth-child(1) {
  background: #ffffff url("../images/container-icon-1.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .left li:nth-child(2) {
  background: #ffffff url("../images/container-icon-2.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .left li:nth-child(3) {
  background: #ffffff url("../images/container-icon-3.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .left li:nth-child(4) {
  background: #ffffff url("../images/container-icon-4.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .left li:nth-child(5) {
  background: #ffffff url("../images/container-icon-5.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .right li:nth-child(1) {
  background: #ffffff url("../images/container-icon-6.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .right li:nth-child(2) {
  background: #ffffff url("../images/container-icon-7.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .right li:nth-child(3) {
  background: #ffffff url("../images/container-icon-8.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .right li:nth-child(4) {
  background: #ffffff url("../images/container-icon-9.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-1 .list-box .right li:nth-child(5) {
  background: #ffffff url("../images/container-icon-10.png") no-repeat 30px 20px;
  background-size: 34px 34px;
}

.container-2 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.container-2 .info {
  text-align: center;
}

.container-2 .info .fec-title {
  font-size: 34px;
  margin-bottom: 20px;
}

.container-2 .info p {
  font-size: 18px;
  font-weight: 400;
  color: #6B7177;
  line-height: 25px;
  margin-bottom: 60px;
}

.container-2 .comparison-box {
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.container-2 .comparison-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  border-bottom: 1px solid #EBECF0;
  font-size: 20px;
}

.container-2 .comparison-box .logo {
  background: url("../images/logo2.png") no-repeat center center;
  background-size: 77px 32px;
}

.container-2 .comparison-box .support {
  background: url("../images/istrue.png") no-repeat center center;
  background-size: 28px 28px;
}

.container-2 .comparison-box .not {
  background: url("../images/isfalse.png") no-repeat center center;
  background-size: 28px 28px;
}

.container-2 .comparison-box li:nth-last-child(1) {
  border-bottom: none;
}

.container-2 .comparison-box .bold {
  font-weight: 600;
}

.container-2 .comparison-box .blue {
  color: #0B69F1;
}

.container-2 .comparison-box ul:nth-child(1) {
  width: 368px;
  background: #FFFFFF;
}

.container-2 .comparison-box ul:nth-child(1) li {
  padding-left: 60px;
  justify-content: flex-start;
  border-bottom: none;
}

.container-2 .comparison-box ul:nth-child(2) {
  width: 368px;
  background: #FFFFFF;
}

.container-2 .comparison-box ul:nth-child(3) {
  width: 464px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
  border: 1px solid #0B69F1;
  transform: translateY(-1px);
}

.container-3 {
  background: url("../images/service_bg.png") no-repeat center center;
  background-size: cover;
  height: 245px;
  padding-top: 60px;
  min-width: 1200px;
}

.container-3 .fec-title {
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 30px;
}

.container-3 .button {
  margin: 0 auto;
  width: 166px;
  height: 50px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  color: #0B69F1;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.container-3 .button:hover {
  background: #0B69F1;
  border: 2px solid #0B69F1;
  color: #FFFFFF;
}

/*# sourceMappingURL=blue-print.css.map */</pre></body></html>