@charset "UTF-8";
@font-face {
  font-family: "Poppins Medium";
  font-weight: 500;
  src: url("../fonts/poppins-medium.otf") format("opentype"); }

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/poppins-regular.otf") format("opentype"); }

@font-face {
  font-family: "Guardian Sans";
  font-weight: 400;
  src: url("../fonts/guardiansans-regular.otf") format("opentype"); }

@font-face {
  font-family: "Sanomat";
  font-weight: 400;
  src: url("../fonts/sanomat-regular.otf") format("opentype"); }

body,
html {
  font-weight: normal !important;
  overflow-x: hidden; }

a, svg, path {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

* {
  margin: 0;
  outline: none;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-style: normal;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  font-weight: normal; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-weight: normal;
  font-size: 100%;
  font-family: 'Poppins' !important;
  margin-bottom: 0px; }

p {
  transition: ease-in-out 0.3s; }

a {
  color: #666;
  text-decoration: none;
  transition: ease-in-out 0.3s; }

a:hover {
  text-decoration: none; }

:focus {
  outline: 0; }

ul, ol, ul li, ol li {
  list-style: none; }

/*重置列表*/
menu, ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

p, span {
  font-family: Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
  margin-bottom: 0px; }

address, caption, cite, em, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

form label {
  cursor: pointer; }

input, button, select, textarea {
  font-family: inherit;
  font-size: 100%;
  outline: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0px; }

textarea {
  resize: none; }

input {
  vertical-align: middle; }

img {
  border: 0; }

/*重置图片元素*/
img, video {
  max-width: 100%;
  height: auto; }

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

/*重置表格*/
.l {
  float: left; }

.r {
  float: right; }

button, input[type="reset"], input[type="button"], input[type="submit"] {
  line-height: normal !important; }

a {
  text-decoration: none; }

a {
  color: #666; }

a:hover {
  text-decoration: none; }

input {
  _filter: chroma(color=#000000); }

/*--清除浮动
------------------------------------------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  _zoom: 1; }

.overflow {
  overflow: hidden;
  _zoom: 1; }

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: relative; }

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.t-u {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.d-flex {
  display: flex; }

.txt-gray {
  color: #333333 !important; }

.hide {
  display: none; }

.pc-block {
  display: inline-block !important; }
  @media only screen and (max-width: 1024px) {
    .pc-block {
      display: none !important; } }

.app-block {
  display: none !important; }
  @media only screen and (max-width: 1024px) {
    .app-block {
      display: block !important; } }

.top-back {
  position: fixed;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  right: 20px;
  transition: all 0.4s ease;
  opacity: 0;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.top-back:hover {
  background: #1EDEC8; }

.top-back.show {
  opacity: 1;
  bottom: 20px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-60 {
  margin-top: 60px; }

.mt-100 {
  margin-top: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.pageanchor {
  margin-top: -100px;
  height: 100px;
  display: block; }

.flexfs2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }

.flexfsc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }

.flexfec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center; }

.flexfsfe {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end; }

.flexfssb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }

.flexfesb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }

.flexfefs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start; }

.flexfefe {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end; }

.flexcc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.flexcfs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }

.flexcfe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }

.flexcsb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.flexsc {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }

.flexsfs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start; }

.flexsfe {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end; }

.flexssb {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }

.gridc {
  display: grid;
  align-content: center; }

.w-80 {
  width: 80%; }

.layui-btn {
  border-radius: 0.25rem; }

.layui-table td, .layui-table th {
  font-family: Arial,sans-serif;
  font-weight: 500; }

.layui-form-checkbox[lay-skin=primary]:hover > i {
  border-color: #6BC8F2;
  color: #fff; }

.layui-form-checkbox > div {
  overflow: auto;
  white-space: initial;
  text-overflow: ellipsis; }

.layui-form-checkbox[lay-skin=primary] > i {
  width: 30px;
  height: 30px;
  font-size: 21px;
  display: flex;
  justify-content: center;
  font-weight: 800;
  align-items: center;
  border-radius: 4px; }

.layui-form-checked[lay-skin=primary] > i {
  border-color: #6BC8F2 !important;
  background-color: #6BC8F2;
  color: #fff; }

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 10px;
  min-height: 30px;
  align-items: center;
  display: flex; }

.swiper-progress {
  height: 5px;
  background-color: #ccc;
  position: relative;
  top: -10px;
  z-index: 10; }

.swiper-scrollbar .swiper-scrollbar-bar {
  width: 100%;
  height: 5px;
  background-color: #e3e3e3;
  position: relative;
  overflow: hidden; }

.swiper-scrollbar .swiper-scrollbar-bar .swiper-scrollbar-bar-child {
  position: absolute;
  height: 5px;
  background-color: #6bc8f2;
  bottom: 0; }

.swiper-scrollbar .controller {
  width: 50px;
  height: 50px;
  display: block;
  content: "";
  z-index: 99;
  position: absolute;
  left: 0px;
  top: -25px;
  cursor: pointer;
  background: url(../svg/swiper-scrollbar.svg) center center no-repeat;
  background-size: contain; }

@keyframes tlt-myone {
  0% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o--transform: translate(0px, 0px);
    -mz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); }
  100% {
    transform: translate(0px, -16px);
    -webkit-transform: translate(0px, -16px);
    -o--transform: translate(0px, -16px);
    -mz-transform: translate(0px, -16px);
    -ms-transform: translate(0px, -16px); } }

@keyframes tlt-mytwo {
  0% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o--transform: translate(0px, 0px);
    -mz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); }
  100% {
    transform: translate(0px, -8px);
    -webkit-transform: translate(0px, -8px);
    -o--transform: translate(0px, -8px);
    -mz-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px); } }

@keyframes tlt-mythree {
  0% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o--transform: translate(0px, 0px);
    -mz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); }
  100% {
    transform: translate(0px, -12px);
    -webkit-transform: translate(0px, -12px);
    -o--transform: translate(0px, -12px);
    -mz-transform: translate(0px, -12px);
    -ms-transform: translate(0px, -12px); } }

@media only screen and (max-width: 1100px) {
  .top-back {
    width: 30px;
    height: 30px; } }

a.linkbtn {
  position: relative;
  width: 180px;
  height: 50px;
  padding-right: 30px;
  background: #1EDEC8 url(../images/morebtn_arrow.svg) 90% center no-repeat;
  border: 2px solid #1EDEC8;
  background-size: 18px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  color: #08225A; }
  a.linkbtn span {
    color: #08225A;
    font-size: 15px; }
  a.linkbtn:hover {
    color: #08225A;
    border: 2px solid #08225A;
    background: #fff url(../images/morebtn_arrow.svg) 90% center no-repeat;
    background-size: 18px 18px; }
    a.linkbtn:hover span {
      color: #08225A; }
  a.linkbtn.lightBtn {
    width: 200px;
    border: 1px solid #fff;
    background: none;
    background: url(../images/morebtn_arrow_w.svg) 90% center no-repeat;
    background-size: 18px 18px;
    color: #fff; }
    a.linkbtn.lightBtn span {
      color: #fff; }
    a.linkbtn.lightBtn:hover {
      background: #1EDEC8 url(../images/morebtn_arrow.svg) 90% center no-repeat;
      background-size: 18px 18px;
      border: 1px solid #1EDEC8;
      color: #08225A; }
  a.linkbtn.pagelinkbtn {
    border: 2px solid #0071BC;
    background: #fff url(../images/morebtn_arrow_down.svg) 90% center no-repeat;
    background-size: 18px 18px; }
    a.linkbtn.pagelinkbtn:hover {
      background: #1EDEC8 url(../images/morebtn_arrow_down.svg) 90% center no-repeat;
      background-size: 18px 18px;
      border: 2px solid #1EDEC8;
      color: #08225A; }
  a.linkbtn.customerBtn {
    width: 240px;
    border-radius: 60px;
    text-align: center;
    justify-content: center;
    background: #1EDEC8;
    margin-top: 30px; }
    a.linkbtn.customerBtn span {
      font-size: 18px; }
    a.linkbtn.customerBtn i {
      width: 28px;
      height: 28px;
      margin-right: 12px;
      object-fit: contain;
      background: url(../images/customer_ico.svg) 90% center no-repeat;
      background-size: contain; }

.morebtn {
  position: relative;
  width: 240px;
  height: 50px;
  padding-right: 30px;
  border: 1px solid #006EB8;
  background: #006EB8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  margin-top: 20px; }
  .morebtn:hover {
    border: 2px solid #AEB8C2;
    color: #AEB8C2; }

h1 {
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase; }

h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: capitalize; }
  h2 b {
    font-weight: 500;
    color: #0071BC; }

h3 {
  font-size: 42px;
  line-height: 48px;
  color: #162E57;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize; }
  h3 b {
    font-weight: 600; }

h4 {
  font-size: 36px;
  line-height: 42px;
  color: #162E57;
  font-weight: 500;
  text-transform: capitalize; }
  h4 b {
    font-weight: 600; }

h5 {
  font-size: 32px;
  color: #162E57; }
  h5 b {
    font-weight: 600; }

h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #162E57;
  text-transform: capitalize; }
  h6 b {
    font-weight: 500;
    color: #0071BC; }

.intro {
  font-size: 18px;
  line-height: 28px;
  color: #476880; }

hr {
  border-top: 1px solid #0071bc52; }

.ptips {
  font-size: 13px;
  line-height: 24px; }

.text-white {
  color: #fff; }

.text-bark {
  color: #000; }

.text-opacity-5 {
  opacity: .5; }

.text-opacity-8 {
  opacity: .8; }

.flex-center {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }

.wrapTitleBox {
  display: flex;
  margin-bottom: 40px; }
  .wrapTitleBox hr {
    width: 80px;
    height: 4px;
    display: inline-block;
    background: #0071BC; }
  .wrapTitleBox .desc {
    color: #000;
    font-size: 18px;
    line-height: 28px; }
    .wrapTitleBox .desc b {
      color: #0071BC; }
  .wrapTitleBox .intro {
    width: 80%;
    font-size: 24px;
    line-height: 28px; }

.subTitleWrap .pageline {
  margin: 20px 0px; }

.sectionDesc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000; }
  .sectionDesc h5 {
    font-size: 28px;
    font-size: 36px;
    color: #000; }
    .sectionDesc h5 b {
      color: #0071BC; }
  .sectionDesc p {
    margin-bottom: 40px; }

.cardListTitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px; }

.cardlist .cardInner {
  padding: 0px 30px; }

.cardlist .card {
  padding: 0px;
  border: 1px solid #D8D8D8;
  background: #fff;
  margin-bottom: 40px; }
  .cardlist .card.border-0 {
    border: 0px; }
  .cardlist .card .card-ico {
    margin-bottom: 12px; }
    .cardlist .card .card-ico img {
      width: 80px;
      height: 80px;
      object-fit: contain; }
  .cardlist .card .card-img img {
    width: 100%;
    object-fit: cover; }
  .cardlist .card .card-body {
    min-height: 135px;
    padding: 40px 32px; }
    .cardlist .card .card-body.p-0 {
      padding: 0px; }
    .cardlist .card .card-body h2 {
      font-size: 48px;
      line-height: 54px; }
    .cardlist .card .card-body h3 {
      font-size: 36px;
      line-height: 42px; }
    .cardlist .card .card-body h4 {
      font-style: normal;
      font-weight: 500;
      font-size: 28px;
      line-height: 36px; }
      .cardlist .card .card-body h4 b {
        color: #0071BC; }
    .cardlist .card .card-body h5 {
      margin-bottom: 20px; }
    .cardlist .card .card-body h6 {
      font-size: 21px;
      line-height: 24px;
      margin: 24px 0px 20px 0px; }
    .cardlist .card .card-body p {
      font-weight: 400;
      font-size: 15px;
      line-height: 21px;
      color: #476880;
      text-transform: capitalize; }
    .cardlist .card .card-body ul {
      padding-left: 20px; }
      .cardlist .card .card-body ul li {
        list-style: disc;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #56656B;
        text-transform: capitalize; }

.icoList .card {
  border: none; }
  .icoList .card .card-body {
    min-height: inherit;
    padding: 0px 16px 0px 0px; }

.dataNumList .card {
  border: none;
  background: none;
  padding: 0px 30px;
  border-left: 2px solid #ACD7F4; }
  .dataNumList .card h2 {
    font-family: "Signifier" !important;
    margin-bottom: 20px;
    color: #08225A; }
    .dataNumList .card h2 b {
      color: #08225A; }
  .dataNumList .card i {
    font-size: 24px;
    color: #08225A;
    font-weight: 600;
    font-family: "Guardian Sans" !important;
    margin-left: 8px; }
  .dataNumList .card .card-body p {
    width: 70%;
    color: #000000;
    opacity: .6;
    font-size: 21px; }
  .dataNumList .card .card-body {
    padding: 0px;
    background: none; }

.dataNumListHorizontal {
  margin-top: 80px; }
  .dataNumListHorizontal .cardInner {
    display: block;
    padding-bottom: 36px;
    border-bottom: 1px solid #ACACAC; }
  .dataNumListHorizontal .card-body {
    padding: 0px;
    background: none; }
  .dataNumListHorizontal .card {
    border: none;
    background: none;
    padding: 0px; }
    .dataNumListHorizontal .card h3 {
      font-size: 64px;
      color: #08225A;
      font-family: "Signifier" !important; }
      .dataNumListHorizontal .card h3 span {
        margin-left: 10px;
        display: inline-block;
        font-size: 21px;
        font-family: "Guardian Sans" !important; }
    .dataNumListHorizontal .card p {
      font-size: 21px;
      color: #000000;
      line-height: 1.3;
      margin-bottom: 60px;
      font-family: "Poppins" !important; }

.fullWrap {
  width: 100%; }

.layoutColorBg {
  background: #EDF5FA; }

.pageline, .pline {
  width: 100%;
  display: block;
  background: #d4d4d4;
  height: 1px; }

.pagetips {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: #56656B;
  margin-top: 20px; }

main {
  margin-top: 100px; }

@media (min-width: 1360px) {
  .container {
    max-width: 1440px; } }

@media (min-width: 992px) {
  .container {
    max-width: 1440px; }
  .max-container {
    max-width: 1440px; } }

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%; } }

.contentGroup {
  padding: 100px 0px; }
  .contentGroup .introWrap.pr-5 {
    padding-right: 5%; }
  .contentGroup .introWrap.pl-5 {
    padding-left: 5%; }
  .contentGroup .imgWrap img {
    border-radius: 12px; }
  .contentGroup h4, .contentGroup h5 {
    margin-bottom: 30px; }
  .contentGroup ul {
    margin-top: 40px; }
    .contentGroup ul li {
      margin-bottom: 16px;
      list-style: none;
      padding-left: 24px;
      background: url(../images/li_disc.svg) left 90% no-repeat;
      font-weight: 400;
      font-size: 16px;
      line-height: 21px;
      color: #476880;
      text-transform: capitalize; }
      .contentGroup ul li b {
        font-size: 32px;
        color: #0071BC; }
  .contentGroup .introDesc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #2A4051; }
  .contentGroup .linkbtn {
    margin-top: 80px; }

.cardGroupList {
  padding: 100px 0px; }

.dataNumGroup {
  display: flex; }
  .dataNumGroup .dataInner h4 {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 0px; }
    .dataNumGroup .dataInner h4 span {
      color: #000;
      font-size: 48px;
      line-height: 54px; }
      .dataNumGroup .dataInner h4 span b {
        color: #0071BC; }
    .dataNumGroup .dataInner h4 i {
      color: #0071BC;
      font-size: 21px;
      top: -6px;
      position: relative;
      margin-left: 6px; }
    .dataNumGroup .dataInner h4 .ico {
      width: 30px;
      object-fit: contain; }
  .dataNumGroup .dataInner p {
    color: #56656B;
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
    width: 90%; }

@media only screen and (max-width: 800px) {
  main {
    margin-top: 72px; } }
