<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.clear {
  clear: both;
}

.center_content {
  width: 1200px;
  margin: 0 auto;
}

#landing_app .banner {
  min-width: 1200px;
  width: 100%;
}

#landing_app .infodata {
  padding-top: 44px;
  padding-bottom: 44px;
  background-image: url(../img/inf_bg1.jpg), url(../img/inf_bg2.jpg);
  background-size: 100% 50%, 100% 50%;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  font-size: 14px;
}

#landing_app .infodata .center_content {
  position: relative;
}

#landing_app .infodata .center_content .inf_title {
  position: absolute;
  top: 100px;
  right: 0;
  height: 53px;
}

#landing_app .infodata .center_content .info_set {
  position: relative;
  display: flex;
}

#landing_app .infodata .center_content .info_set .infimg {
  width: auto;
  height: 499px;
}

#landing_app .infodata .center_content .info_set .inftxt {
  margin-top: 115px;
  margin-left: 57px;
}

#landing_app .infodata .center_content .info_set .inftxt .info_titletxt {
  font-size: 35px;
}

#landing_app .infodata .center_content .info_set .inftxt p {
  text-indent: 2em;
  margin-top: 35px;
}

#landing_app .infodata .center_content .info_set .inftxt p span {
  font-weight: bold;
}

#landing_app .infodata .center_content .info_set .wordimgbg {
  position: absolute;
  width: 570px;
  right: 0;
  top: 180px;
}

#landing_app .infodata .center_content .info_set2 {
  margin-top: 24px;
  display: flex;
}

#landing_app .infodata .center_content .info_set2 .infimg {
  width: auto;
  height: 519px;
}

#landing_app .infodata .center_content .info_set2 .inftxt {
  margin: 70px 65px 0 66px;
}

#landing_app .infodata .center_content .info_set2 .inftxt .info_titletxt {
  font-size: 35px;
}

#landing_app .infodata .center_content .info_set2 .inftxt p {
  text-indent: 2em;
  margin-top: 30px;
}

#landing_app .infodata .center_content .info_set2 .inftxt p span {
  color: #0164DF;
  font-weight: bold;
}

#landing_app .infodata .center_content .industry {
  padding-top: 74px;
}

#landing_app .infodata .center_content .industry .model_head {
  text-align: center;
}

#landing_app .infodata .center_content .industry .model_head h1 {
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .infodata .center_content .industry .model_head p {
  font-size: 16px;
}

#landing_app .infodata .center_content .industry .ind_cont {
  width: 1060px;
  margin: 52px auto 0;
}

#landing_app .infodata .center_content .industry .ind_cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#landing_app .infodata .center_content .industry .ind_cont ul li {
  position: relative;
  width: 108px;
  height: 108px;
  border-radius: 13px;
  padding: 4px;
}

#landing_app .infodata .center_content .industry .ind_cont ul li img {
  width: 100%;
}

#landing_app .infodata .center_content .industry .ind_cont ul li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

#landing_app .infodata .center_content .industry .ind_cont ul li:hover span {
  font-size: 18px;
}

#landing_app .contact {
  background-image: url(../img/bg_center.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 74px;
  padding-bottom: 78px;
}

#landing_app .contact .model_head {
  text-align: center;
}

#landing_app .contact .model_head h1 {
  font-size: 32px;
  color: #097EC8;
}

#landing_app .contact .model_head p {
  margin-top: 16px;
  font-size: 14px;
  color: #252D43;
}

#landing_app .contact .formdata {
  width: 582px;
  margin: 55px auto 0;
}

#landing_app .contact .formdata .form_input {
  width: 582px;
  height: 59px;
  background: #EFF2F7;
  border-radius: 4px;
  padding: 18px;
  margin-bottom: 17px;
}

#landing_app .contact .formdata .form_input input {
  width: 500px;
  font-size: 16px;
  border: none;
  outline: none;
  background: none;
}

#landing_app .contact .formdata .tiptxt {
  line-height: 1;
  text-align: right;
}

#landing_app .contact .formdata .form_btn {
  cursor: pointer;
  margin-top: 24px;
  width: 582px;
  height: 59px;
  background: #097EC8;
  border-radius: 4px;
  text-align: center;
  line-height: 59px;
  color: #fff;
  font-size: 19px;
}

#landing_app .contact .formdata span {
  color: red;
}

#landing_app .choice {
  position: relative;
  background-image: url(../img/cho_bg_r.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top: 78px;
  padding-bottom: 60px;
  overflow: hidden;
}

#landing_app .choice .cho_bg_l {
  position: absolute;
  left: 0;
  top: 35%;
  height: 100%;
}

#landing_app .choice .model_head {
  text-align: center;
}

#landing_app .choice .model_head h1 {
  background-image: url(../img/title_i.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .choice .model_head img {
  display: inline;
  width: 286px;
}

#landing_app .choice .cho_cont {
  position: relative;
  width: 1100px;
  height: 660px;
  margin: 0 auto;
  background-image: url(../img/cho_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .choice .cho_cont h5 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 19px;
}

#landing_app .choice .cho_cont p {
  font-size: 12px;
}

#landing_app .choice .cho_cont .list1 {
  position: absolute;
  top: 282px;
  left: 371px;
  font-size: 21px;
}

#landing_app .choice .cho_cont .list1_1 {
  position: absolute;
  top: 96px;
  left: 20px;
  width: 190px;
  color: #209F77;
}

#landing_app .choice .cho_cont .list1_2 {
  position: absolute;
  top: 264px;
  left: 20px;
  width: 190px;
  color: #209F77;
}

#landing_app .choice .cho_cont .list1_3 {
  position: absolute;
  top: 422px;
  left: 20px;
  width: 190px;
  color: #209F77;
}

#landing_app .choice .cho_cont .list2 {
  position: absolute;
  top: 202px;
  right: 330px;
  font-size: 21px;
}

#landing_app .choice .cho_cont .list2_1 {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 190px;
  color: #8B732E;
}

#landing_app .choice .cho_cont .list2_2 {
  position: absolute;
  top: 188px;
  right: 15px;
  width: 190px;
  color: #8B732E;
}

#landing_app .choice .cho_cont .list2_3 {
  position: absolute;
  top: 345px;
  right: 15px;
  width: 190px;
  color: #8B732E;
}

#landing_app .choice .cho_cont .list3 {
  position: absolute;
  top: 384px;
  left: 571px;
  font-size: 21px;
}

#landing_app .choice .cho_cont .list3_1 {
  position: absolute;
  top: 520px;
  left: 287px;
  font-size: 21px;
  width: 190px;
  color: #09849C;
}

#landing_app .choice .cho_cont .list3_2 {
  position: absolute;
  top: 520px;
  left: 530px;
  font-size: 21px;
  width: 190px;
  color: #09849C;
}

#landing_app .choice .cho_cont .list3_3 {
  position: absolute;
  top: 520px;
  left: 768px;
  font-size: 21px;
  width: 190px;
  color: #09849C;
}

#landing_app .partner {
  padding-top: 84px;
  padding-bottom: 99px;
  background-image: url(../img/par_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .partner .center_content {
  padding-left: 32px;
}

#landing_app .partner .model_head h1 {
  background-image: url(../img/title_i.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 4%;
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .partner .model_head img {
  display: inline;
  height: 21px;
}

#landing_app .partner .par_cont {
  margin-top: 41px;
}

#landing_app .partner .par_cont ul {
  padding-top: 40px;
  display: flex;
}

#landing_app .partner .par_cont li {
  width: 149px;
  height: 111px;
  transition: all .3s;
}

#landing_app .partner .par_cont li img {
  width: 100%;
}

#landing_app .partner .par_cont li:hover {
  transform: scale(1.1);
}

#landing_app .profit {
  padding-top: 69px;
  padding-bottom: 45px;
  background-image: url(../img/pro_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .profit .model_head {
  text-align: center;
}

#landing_app .profit .model_head h1 {
  background-image: url(../img/title_i.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .profit .model_head img {
  display: inline;
  width: 286px;
}

#landing_app .profit .pro_cont {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}

#landing_app .profit .pro_cont .pro_item {
  width: 268px;
  height: 326px;
  background: #FFFFFF;
  box-shadow: -21px 31px 79px 0px rgba(13, 11, 68, 0.11);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .3s;
}

#landing_app .profit .pro_cont .pro_item img {
  margin-top: 30px;
  height: 95px;
}

#landing_app .profit .pro_cont .pro_item span {
  margin-top: 30px;
  font-size: 23px;
  font-weight: bold;
}

#landing_app .profit .pro_cont .pro_item p {
  margin-top: 25px;
  width: 238px;
  text-align: center;
}

#landing_app .profit .pro_cont .pro_item:hover {
  transform: translateY(-15px);
}

#landing_app .advantage {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../img/adv_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .advantage .model_head {
  text-align: center;
}

#landing_app .advantage .model_head h1 {
  background-image: url(../img/title_i.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .advantage .model_head img {
  display: inline;
  width: 286px;
}

#landing_app .advantage .adv_cont {
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#landing_app .advantage .adv_cont .adv_item {
  width: 300px;
  height: 300px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .3s;
}

#landing_app .advantage .adv_cont .adv_item h5 {
  font-size: 21px;
  margin-top: 115px;
}

#landing_app .advantage .adv_cont .adv_item p {
  font-size: 12px;
  margin-top: 16px;
  width: 184px;
}

#landing_app .advantage .adv_cont .adv_item:hover {
  transform: translateY(-15px);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(1) {
  background-image: url(../img/adv1.png);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(2) {
  background-image: url(../img/adv2.png);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(3) {
  background-image: url(../img/adv3.png);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(4) {
  background-image: url(../img/adv4.png);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(5) {
  background-image: url(../img/adv5.png);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(6) {
  background-image: url(../img/adv6.png);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(7) {
  background-image: url(../img/adv7.png);
}

#landing_app .advantage .adv_cont .adv_item:nth-of-type(8) {
  background-image: url(../img/adv8.png);
}

#landing_app .honor {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url(../img/hon_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .honor .center_content {
  position: relative;
}

#landing_app .honor .center_content .model_head {
  position: absolute;
  top: 0;
  right: 60px;
  text-align: center;
}

#landing_app .honor .center_content .model_head h1 {
  background-image: url(../img/title_i.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .honor .center_content .model_head img {
  display: inline;
  width: 286px;
}

#landing_app .honor .center_content ul {
  padding-bottom: 53px;
  display: flex;
}

#landing_app .honor .center_content ul li {
  margin-right: 24px;
  box-shadow: 0px 29px 38px 0px rgba(61, 64, 58, 0.09);
  transition: all .3s;
}

#landing_app .honor .center_content ul li:hover {
  transform: scale(1.1);
}

#landing_app .honor .center_content .hon_top img {
  width: 90px;
}

#landing_app .honor .center_content .hon_center img {
  width: 231px;
}

#landing_app .honor .center_content .hon_bottom img {
  width: 155px;
}

#landing_app .tech {
  padding-top: 293px;
  padding-bottom: 35px;
  background-image: url(../img/tech_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .tech .model_head {
  padding-left: 51px;
}

#landing_app .tech .model_head h1 {
  background-image: url(../img/title_i.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 3%;
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .tech .model_head img {
  display: inline;
  width: 286px;
}

#landing_app .tech .tech_cont {
  background-image: url(../img/tech_bg1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 38px auto 0;
  width: 1053px;
  height: 124px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_app .tech .tech_cont img:nth-of-type(odd) {
  width: 45px;
  margin: 0 10px;
}

#landing_app .tech .tech_cont img:nth-of-type(even) {
  width: 75px;
  margin: 0 10px;
}

#landing_app .tech .tech_cont1 {
  margin: 38px auto 0;
  width: 805px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#landing_app .tech .tech_cont1 span {
  font-size: 21px;
  font-weight: bold;
  width: 300px;
  text-align: center;
}

#landing_app .contactus {
  padding-top: 95px;
  padding-bottom: 68px;
  background-image: url(../img/con_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .contactus .tus_cont {
  padding: 85px;
  width: 625px;
  height: 485px;
  background-image: url(../img/con_bg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#landing_app .contactus .tus_cont .model_head h1 {
  font-size: 35px;
  margin-bottom: 14px;
}

#landing_app .contactus .tus_cont .model_head img {
  display: inline;
  width: 223px;
}

#landing_app .contactus .tus_cont .tus_list {
  margin-top: 46px;
}

#landing_app .contactus .tus_cont .tus_list .tus_item {
  margin-bottom: 23px;
  display: flex;
  align-items: flex-start;
}

#landing_app .contactus .tus_cont .tus_list .tus_item img {
  width: 48px;
  margin-right: 20px;
}

#landing_app .contactus .tus_cont .tus_list .tus_item div p {
  font-size: 12px;
}

#landing_app .contactus .tus_cont .tus_list .tus_item div p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}

#landing_app .footer {
  padding: 20px;
  text-align: center;
  background: #212127;
}

#landing_app .footer img {
  display: inline;
  vertical-align: middle;
  margin: 0 10px;
}

#landing_app .footer .footerrows {
  color: #ffffff;
  font-size: 12px;
  line-height: 32px;
}

#landing_app .alert_log {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: none;
}

#landing_app .alert_log .alert_container {
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  width: 398px;
  height: 182px;
}

#landing_app .alert_log .alert_container .alert_cont_top {
  background-color: #f5f5f5;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #efefef;
}

#landing_app .alert_log .alert_container .alert_cont_top .alert_close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 10px;
  background: url(https://n3w.kuleiman.com/app/resource/image/ly-close.png) 0 0 no-repeat;
}

#landing_app .alert_log .alert_container .alert_cont_top .labels {
  padding-left: 28px;
  background: url(https://n3w.kuleiman.com/app/resource/image/ly-01.png) 0 center no-repeat;
}

#landing_app .alert_log .alert_container .alert_cont_wrap {
  line-height: 22px;
  margin-top: 31px;
  padding: 0 10px 0 130px;
  min-height: 81px;
  background: url(https://n3w.kuleiman.com/app/resource/image/ly-02.png) 20px center no-repeat;
}

#landing_app .alert_log .alert_container .alert_cont_wrap i {
  color: #ed6a11;
  font-style: normal;
}

.trader_head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.25s;
  padding: 20px 0 4px;
}

.trader_min {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}

.trader_logo {
  float: left;
  cursor: pointer;
  width: 150px;
  margin-top: 10px;
  display: block;
}

.trader_logo img {
  width: 100%;
}

.trader_logo2 {
  float: left;
  cursor: pointer;
  width: 150px;
  margin-top: 10px;
  display: none;
}

.trader_logo2 img {
  width: 100%;
}

.trader_head_div {
  float: right;
  overflow: hidden;
  margin-right: 40px;
  margin-top: 10px;
}

.trader_head_div a {
  float: left;
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
  cursor: pointer;
  line-height: 35px;
}

.trader_head_div a:hover {
  color: #f19739;
}

.trader_head_a {
  float: right;
  cursor: pointer;
  color: #fff;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #f19739;
  text-align: center;
  border-radius: 40px;
  margin-top: 10px;
}

.trader_head_add {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px;
}

.trader_head_add .trader_head_div a {
  color: #000;
}

.trader_head_add .trader_head_div a:hover {
  color: #f19739;
}

.trader_head_add .trader_logo {
  display: none;
}

.trader_head_add .trader_logo2 {
  display: block;
}

.trader_head_add {
  padding: 0 0 4px;
}

.trader_head .da1_i2 {
  float: right;
  color: #fff;
  margin-top: 16px;
}

.trader_head_add .da1_i2 {
  color: #000;
}
</pre></body></html>