<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#header {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999999999;
}

.header_01 {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header_01 &gt; div {
  line-height: 80px;
}

.header_02 {
  /* width: 65vw; */
  height: 85%;
  display: flex;
}

.header_02 &gt; div:first-child {
  width: 123px;
  height: 36px;
  margin-left: 56px;
  margin-right: 69px;
  text-align: center;
}

.header_02 &gt; div:first-child:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.header_02 &gt; div:first-child img {
  width: 100%;
  display: inline-block;
  margin-top: 22px;
}

.header_04 {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.header_04 &gt; div {
  width: 119px;
  height: 48px;
  background: #294be0;
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  line-height: 48px;
  text-align: center;
  margin-right: 24px;
}

.header_04 .contact_number {
  width: 150px;
  height: 32px;
  background: none;
  color: #294be0;
  font-size: 16px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  border:1px solid #294be0;
  padding: 0px 4px;
  cursor: pointer;
}

.header_04 .contact_number .iphone-icon{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.header_04 .employee-btn-link{
  width: 84px;
  padding: 0px 2px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #FFFFFF;
  background: #294BE0;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
}
.header_04 .employee-btn-link a{
  color: #FFFFFF;
}
.header_04 .employee-btn-link:hover{
  transition: all 0.3s;
  background: #2269e1 !important;
}

.header_03 {
  /* flex: 1; */
  height: 100%;
  display: flex;
  width: 800px;
}

.header_03 div {
  display: inline-block;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 80px;
  /* width: 100px; */
  margin-right: 44px;
}

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000;
  opacity: 0.79;
  top: 0;
  z-index: 999999;
}

#mask {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask_01 {
  width: 530px;
  height: 310px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
}

.mask_01 div:first-child {
  text-align: right;
  width: 99%;
  height: 27px;
  padding-top: 10px;
  padding-right: 10px;
}

.mask_01 div:first-child img {
  width: 30px;
}

.mask_01 div:nth-child(2) {
  width: 204px;
  margin: 43px auto;
}

.mask_01 div:nth-child(2) img {
  width: 100%;
  height: 100%;
}

.mask_02 {
  height: 24px;
  font-size: 19px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #0097bc;
  line-height: 24px;
  margin-top: -29px;
  /* background: linear-gradient(131deg, #0097bc 0%, #4356fd 100%); */
}

.mask_03 {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #747a83;
  line-height: 20px;
  margin-top: 9px;
}

#footer {
  width: 100%;
  max-height: 730px;
  background: #4661dd;
}

#footer_01 {
  width: 100%;
  height: 100%;
}

.footer_02 {
  width: 100%;
  /* height: 48%; */
  height: 436px;
  display: flex;
}

.footer_05 {
  background: url(../img/ikkk.png);
  display: block;
}

.footer_03,
.footer_05 {
  flex: 1;
}

.footer_04 {
  width: 100%;
  height: 55%;
  background: #232c37;
}

.footer_03 {
  padding-top: 72px !important;
  padding-left: 45px !important;
  width: 949px !important;
  height: 100%;
}

.footer_03 p {
  font-size: 27px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
}

tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 41px;
}

tbody tr {
  width: 24vw;
  margin-bottom: 32px;
  /* margin-top: 25px; */
}

tbody tr input {
  border-radius: 4px;
  outline-style: none;
  border: none;
  box-shadow: none;
  width: 429px;
  height: 44px;
  background: #516be2;
  border-radius: 4px;
  text-indent: 2em;
}

form input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  text-indent: 10px;
}

form input:-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  text-indent: 10px;
}

form input::-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  text-indent: 10px;
}

form input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  text-indent: 10px;
}

.footer_last {
  width: 94%;
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}

.footer_last input {
  width: 240px;
  background: #ffffff;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2d3a4b;
  line-height: 20px;
}

.footer_04 {
  display: flex;
  position: relative;
  height: 488px;
  /* padding-bottom: 3.5vh; */
}

.footer_06,
.footer_07 {
  /* width: 50%; */
}

.footer_06 {
  /* padding-top: 5vh;
  padding-left: 10vw; */
}

.footer_08 {
  width: 153px;
  height: 44px;
}

.footer_08 img {
  width: 100%;
  margin-top: 77px;
}

.footer_09 {
  margin-top: 124px;
}

.footer_09 li {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 6px;
  opacity: 0.7;
}

.footer_10 {
  width: 293px;
  height: 34px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  margin-top: 104px;
  opacity: 0.5;
}

.footer_07 {
  /* padding-top: 6vh; */
  /* padding-left: 30vw; */
}

.footer_11 {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-top: 77px;
}

.footer_12 {
  display: flex;
  margin-top: 21px;
  /* width: 175px; */
  justify-content: space-between;
}

.footer_12 div {
  width: 90px;
  height: 90px;
  margin-right: 51px;
}

.footer_12 div img {
  width: 100%;
  height: 100%;
}

.footer_12 p {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin-top: 14px;
}

.footer_15 {
  height: 116px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 29px;
  margin-top: 85px;
  opacity: 0.7;
}

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer_03_02 {
  width: 50%;
  margin: 7vh auto;
  text-align: center;
}

.footer_03_03 {
  font-size: 23px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
}

.footer_03_04 {
  width: 13vw;
  height: 39px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2d3a4b;
  line-height: 39px;
  margin: 4vh auto;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 鏍峰紡浜や簰鏁堟灉 */
/* h 鏍囬*/
/* hollow c 绌哄績*/
.c {
  cursor: pointer !important;
}

.h:hover a {
  color: #2269e1 !important;
  transition: all 0.3s;
}

.entity:hover {
  transition: all 0.3s;
  background: #2269e1 !important;
}

.hollow:hover {
  background: #294be0;
  transition: all 0.3s;
  color: #ffffff !important;
  border: 1px solid #294be0 !important;
}

.free:hover {
  transition: all 0.3s;
  background: #2269e1 !important;
  color: #ffffff;
}

.free2:hover {
  transition: all 0.3s;
  background: #294be0 !important;
  color: #ffffff;
}

.content_05_02_02:hover {
  transition: all 0.3s;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 48px;
  width: 156px;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  background: #294be0;
  color: #ffffff;
  border: 1px solid #294be0;
}

.reverseWhite:hover {
  transition: all 0.3s;
  background: #ffffff;
  border-radius: 8px;
  opacity: 0.9;
  color: #2d3a4b;
}

.report_list_05:hover {
  transition: all 0.3s;
  background: #294be0;
  color: #ffffff;
  border: 1px solid #294be0;
  width: 151px;
  height: 48px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.content_05_02_06 div:first-child:hover {
  transition: all 0.3s;
  background: url("../img/333.png") !important;
}

.content_05_02_06_01 div:first-child:hover {
  transition: all 0.3s;
  background: url("../img/333.png") !important;
}

.report_content_06_text,
.report_content_06_px {
  display: none;
}

.report_content_06_px_01,
.report_content_07_text {
  display: none;
}

.rel:hover .report_content_06_text {
  transition: all 0.3s;
  display: block;
}

.rel:hover .report_content_06_px {
  transition: all 0.3s;
  display: block;
}

.rels:hover .report_content_06_px_01 {
  transition: all 0.3s;
  display: block;
}

.rels:hover .report_content_07_text {
  transition: all 0.3s;
  display: block;
}

/* .report_list li:hover {
  width: 100%;
  transition: all 0.3s;
  background: #ededed ;
} */

.i {
  width: 98px;
  display: block;
  font-size: 12px;
  background: #fff475;
  opacity: 0.9;
  padding: 5px;
  margin-top: 5px;
  position: relative;
  display: none;
}

.i i {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 7px solid #fff475;
  top: -6px;
  left: 11px;
}

.canvas2 {
  position: absolute;
  top: 2vh;
  left: -6vw;
}

.canvas-img {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 100px;
  position: relative;
}

.canvas-img img {
  width: 100% !important;
  height: 100% !important;
}

.canvas-img span {
  font-size: 16px !important;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #404650 !important;
  line-height: 20px;
  width: 115px;
  display: inline-block;
  position: absolute;
  top: 90px !important;
  left: -123px !important;
  text-align: center;
}

.canvas-img-a {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 15px;
  background: black;
  padding: 0 !important;
}

.zrsk_01 {
  width: 115px !important;
  height: 115px;
  /* background: red; */
  position: absolute;
  top: 197px;
  left: 197px;
  border-radius: 190px;
  overflow: hidden;
  opacity: 0.85;
}

.zrsk_01 img {
  width: 100%;
  height: 100%;
}

#root {
  width: 100%;
  height: 100%;
}

#root_p {
  /*width: 1920px;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
}

#root_w {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
}

.footer_03 p {
  height: 50px;
  font-size: 36px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px !important;
  text-align: left !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgb(247, 247, 247) !important;
}

.fts {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.ftsg {
  position: absolute;
  width: 1376px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#c-p video {
  width: 100%;
  height: 100%;
  /* object-fit: fill; */
  margin-top: 39px;
}

.mask_021 {
  width: 900px;
  height: 403px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  position: fixed;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
}

#Close_mask {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 3px;
  top: 3px;
}

#Close_mask img {
  width: 100%;
  height: 100%;
}

.cimg1 {
  width: 29px;
  /* height: 18px; */
}

.cimg2 {
  width: 29px;
  /* height: 18px; */
  transform: rotate(180deg);
}

.ha {
  color: #000000;
  display: inline-block;
  width: 100px;
}

.d {
  display: none;
}

.content {
  margin-top: 80px;
}

/* 渚ц竟鏍忔牱寮� */
.suspension_bar {
  position: fixed;
  width: 48px;
  height: 204px;
  background: #ffffff;
  box-shadow: 0px 6px 11px 0px rgba(61, 69, 89, 0.11);
  border-radius: 24px;
  top: 0;
  z-index: 998;
  right: 24px;
  padding: 12px 8px;
  box-sizing: border-box;
}

.suspension_bar .suspension_bar_01 {
  width: 37px;
  height: 46px;
  margin-bottom: 16px;
  position: relative;
}

.suspension_bar .suspension_bar_02 {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  position: relative;
}

.suspension_bar .suspension_bar_02:last-child {
  margin-bottom: 0;
}

.suspension_bar .suspension_bar_item &gt; img {
  width: 100%;
  height: 100%;
}

.suspension_bar .suspension_bar_item {
  cursor: pointer;
}

.suspension_bar_0fficial_accounts {
  position: absolute;
  transition: all 0.5s;
  left: -220px;
  visibility: hidden;
  opacity: 0;
  top: -10px;

  /* background-color: #000; */
}

.suspension_bar_0fficial_accounts3 {
  width: 204px;
  height: 204px;
  background-color: #fff;
  padding: 19px 34px 15px;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  transition: all 0.5s;
  left: -220px;
  visibility: hidden;
  opacity: 0;
  top: -115px;
}

.suspension_bar_0fficial_accounts3 &gt; img {
  width: 136px;
  height: 136px;
}

.suspension_bar
  .suspension_bar_01:first-child:hover
  .suspension_bar_0fficial_accounts {
  background-color: #fff;
  visibility: visible;
  opacity: 1;
}

.suspension_bar .suspension_bar_0fficial_accounts1 {
  width: 204px;
  height: 204px;
  background-color: #fff;
  padding: 19px 34px 15px;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.suspension_bar .suspension_bar_0fficial_accounts3 {
  width: 204px;
  height: 202px;
  background-color: #fff;
  padding: 19px 34px 15px;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.suspension_bar .suspension_bar_0fficial_accounts2 {
  background-color: #fff;
  padding: 25px 16px;
  box-sizing: border-box;
  min-width: 204px;
  height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.suspension_bar_item_text {
  font-size: 16px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600 !important;
  color: #2d3a4b !important;
  line-height: 22px;
}

.suspension_bar_02 .suspension_bar_0fficial_accounts2 &gt; .text_1 {
  font-size: 14px;
  font-weight: 400;
  color: #747a83;
  line-height: 20px;
}

.suspension_bar_02 .suspension_bar_0fficial_accounts2 &gt; .text_2 {
  font-size: 18px;
  font-weight: 600;
  color: #2d3a4b;
  line-height: 28px;
}

.suspension_bar .suspension_bar_02:hover .suspension_bar_0fficial_accounts {
  visibility: visible;
  opacity: 1;
}

.suspension_bar_0fficial_accounts1 &gt; img {
  width: 136px;
  height: 136px;
}
.icon_police{
    vertical-align: -2px;
    margin-left: 2px;
}</pre></body></html>