@charset "utf-8";
html {
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: tahoma, arial, "Hiragino Sans GB", "微软雅黑", simsun, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
caption,
th {
  text-align: inherit;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img,
object,
input,
textarea,
button,
select {
  vertical-align: middle;
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020";
}
textarea {
  overflow: auto;
  resize: vertical;
}
input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
mark {
  background-color: transparent;
}
a,
ins,
s,
u,
del {
  text-decoration: none;
}
sup,
sub {
  vertical-align: baseline;
}
html {
  overflow-x: hidden;
  height: 100%;
  font-size: 50px;
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0.02rem;
  margin: 0.1rem 0;
  border: medium none;
  border-top: 0.02rem solid #cacaca;
}
a {
  color: #25a4bb;
  text-decoration: none;
}
html,
body,
div,
span,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
}
body::-webkit-scrollbar {
  display: none;
}
li {
  list-style-type: none;
}
* {
  font-weight: 400;
  box-sizing: border-box;
}
/* Light */
@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('/assets/addons/ldcms/default/fonts/HarmonyOS_Sans_SC_Thin.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('/assets/addons/ldcms/default/fonts/HarmonyOS_Sans_SC_Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('/assets/addons/ldcms/default/fonts/HarmonyOS_Sans_SC_Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('/assets/addons/ldcms/default/fonts/HarmonyOS_Sans_SC_Medium.woff2') format('woff2');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #333;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: none;
}
* {
  font-family: HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
* {
  box-sizing: border-box;
  line-height: 1;
}
.jianbian {
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
}
/* 对齐方式 start */
.flex {
  display: flex;
}
.flex-self-start {
  align-self: flex-start;
}
.flex-self-end {
  align-self: flex-end;
}
.flex-self-center {
  align-self: center;
}
.flex-content-start {
  align-content: flex-start;
}
.flex-content-end {
  align-content: flex-end;
}
.flex-content-center {
  align-content: center;
}
.flex-content-between {
  align-content: space-between;
}
.flex-content-around {
  align-content: space-around;
}
.flex-row-start {
  align-items: flex-start;
}
.flex-row-end {
  align-items: flex-end;
}
.flex-row-center {
  align-items: center;
}
.flex-col-start {
  justify-content: flex-start;
}
.flex-col-end {
  justify-content: flex-end;
}
.flex-col-center {
  justify-content: center;
}
.flex-col-between {
  justify-content: space-between;
}
.flex-col-around {
  justify-content: space-around;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-start-center {
  align-items: flex-start;
  justify-content: center;
}
.flex-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.flex-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.flex-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.flex-center-start {
  align-items: center;
  justify-content: flex-start;
}
.flex-center-center {
  align-items: center;
  justify-content: center;
}
.flex-center-end {
  align-items: center;
  justify-content: flex-end;
}
.flex-center-between {
  align-items: center;
  justify-content: space-between;
}
.flex-center-around {
  align-items: center;
  justify-content: space-around;
}
.flex-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.flex-end-center {
  align-items: flex-end;
  justify-content: center;
}
.flex-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.flex-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.flex-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.flex-around-center {
  align-content: space-around;
  justify-content: center;
}
.flex-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.flex-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.flex-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.flex-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.flex-between-center {
  align-content: space-between;
  justify-content: center;
}
.flex-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.flex-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.flex-between-around {
  align-content: space-between;
  justify-content: space-around;
}
/* 对齐方式 end */
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-34 {
  font-size: 34px;
}
.font-36 {
  font-size: 36px;
}
.font-38 {
  font-size: 38px;
}
.font-40 {
  font-size: 40px;
}
.font-42 {
  font-size: 42px;
}
.font-44 {
  font-size: 44px;
}
.font-46 {
  font-size: 46px;
}
.font-48 {
  font-size: 48px;
}
.font-50 {
  font-size: 50px;
}
.font-52 {
  font-size: 52px;
}
.font-54 {
  font-size: 54px;
}
.font-56 {
  font-size: 56px;
}
.font-58 {
  font-size: 58px;
}
.font-60 {
  font-size: 60px;
}
.font-62 {
  font-size: 62px;
}
.font-64 {
  font-size: 64px;
}
.font-66 {
  font-size: 66px;
}
.font-68 {
  font-size: 68px;
}
.font-70 {
  font-size: 70px;
}
.font-72 {
  font-size: 72px;
}
.font-74 {
  font-size: 74px;
}
.font-76 {
  font-size: 76px;
}
.font-78 {
  font-size: 78px;
}
.font-80 {
  font-size: 80px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mt-35 {
  margin-top: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mt-55 {
  margin-top: 55px;
}
.ml-55 {
  margin-left: 55px;
}
.mr-55 {
  margin-right: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pt-55 {
  padding-top: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.pr-55 {
  padding-right: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mt-65 {
  margin-top: 65px;
}
.ml-65 {
  margin-left: 65px;
}
.mr-65 {
  margin-right: 65px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pt-65 {
  padding-top: 65px;
}
.pl-65 {
  padding-left: 65px;
}
.pr-65 {
  padding-right: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.mr-70 {
  margin-right: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mt-75 {
  margin-top: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mt-85 {
  margin-top: 85px;
}
.ml-85 {
  margin-left: 85px;
}
.mr-85 {
  margin-right: 85px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pt-85 {
  padding-top: 85px;
}
.pl-85 {
  padding-left: 85px;
}
.pr-85 {
  padding-right: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mt-90 {
  margin-top: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mr-90 {
  margin-right: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mt-95 {
  margin-top: 95px;
}
.ml-95 {
  margin-left: 95px;
}
.mr-95 {
  margin-right: 95px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pt-95 {
  padding-top: 95px;
}
.pl-95 {
  padding-left: 95px;
}
.pr-95 {
  padding-right: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mt-105 {
  margin-top: 105px;
}
.ml-105 {
  margin-left: 105px;
}
.mr-105 {
  margin-right: 105px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pt-105 {
  padding-top: 105px;
}
.pl-105 {
  padding-left: 105px;
}
.pr-105 {
  padding-right: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mt-110 {
  margin-top: 110px;
}
.ml-110 {
  margin-left: 110px;
}
.mr-110 {
  margin-right: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-110 {
  padding-top: 110px;
}
.pl-110 {
  padding-left: 110px;
}
.pr-110 {
  padding-right: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mt-115 {
  margin-top: 115px;
}
.ml-115 {
  margin-left: 115px;
}
.mr-115 {
  margin-right: 115px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pt-115 {
  padding-top: 115px;
}
.pl-115 {
  padding-left: 115px;
}
.pr-115 {
  padding-right: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mt-120 {
  margin-top: 120px;
}
.ml-120 {
  margin-left: 120px;
}
.mr-120 {
  margin-right: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.pl-120 {
  padding-left: 120px;
}
.pr-120 {
  padding-right: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mt-125 {
  margin-top: 125px;
}
.ml-125 {
  margin-left: 125px;
}
.mr-125 {
  margin-right: 125px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pt-125 {
  padding-top: 125px;
}
.pl-125 {
  padding-left: 125px;
}
.pr-125 {
  padding-right: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mt-130 {
  margin-top: 130px;
}
.ml-130 {
  margin-left: 130px;
}
.mr-130 {
  margin-right: 130px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pt-130 {
  padding-top: 130px;
}
.pl-130 {
  padding-left: 130px;
}
.pr-130 {
  padding-right: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mt-135 {
  margin-top: 135px;
}
.ml-135 {
  margin-left: 135px;
}
.mr-135 {
  margin-right: 135px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pt-135 {
  padding-top: 135px;
}
.pl-135 {
  padding-left: 135px;
}
.pr-135 {
  padding-right: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mt-140 {
  margin-top: 140px;
}
.ml-140 {
  margin-left: 140px;
}
.mr-140 {
  margin-right: 140px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pt-140 {
  padding-top: 140px;
}
.pl-140 {
  padding-left: 140px;
}
.pr-140 {
  padding-right: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mt-145 {
  margin-top: 145px;
}
.ml-145 {
  margin-left: 145px;
}
.mr-145 {
  margin-right: 145px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pt-145 {
  padding-top: 145px;
}
.pl-145 {
  padding-left: 145px;
}
.pr-145 {
  padding-right: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mt-150 {
  margin-top: 150px;
}
.ml-150 {
  margin-left: 150px;
}
.mr-150 {
  margin-right: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pt-150 {
  padding-top: 150px;
}
.pl-150 {
  padding-left: 150px;
}
.pr-150 {
  padding-right: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mt-155 {
  margin-top: 155px;
}
.ml-155 {
  margin-left: 155px;
}
.mr-155 {
  margin-right: 155px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pt-155 {
  padding-top: 155px;
}
.pl-155 {
  padding-left: 155px;
}
.pr-155 {
  padding-right: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mt-160 {
  margin-top: 160px;
}
.ml-160 {
  margin-left: 160px;
}
.mr-160 {
  margin-right: 160px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pt-160 {
  padding-top: 160px;
}
.pl-160 {
  padding-left: 160px;
}
.pr-160 {
  padding-right: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mt-165 {
  margin-top: 165px;
}
.ml-165 {
  margin-left: 165px;
}
.mr-165 {
  margin-right: 165px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pt-165 {
  padding-top: 165px;
}
.pl-165 {
  padding-left: 165px;
}
.pr-165 {
  padding-right: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mt-170 {
  margin-top: 170px;
}
.ml-170 {
  margin-left: 170px;
}
.mr-170 {
  margin-right: 170px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pt-170 {
  padding-top: 170px;
}
.pl-170 {
  padding-left: 170px;
}
.pr-170 {
  padding-right: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mt-175 {
  margin-top: 175px;
}
.ml-175 {
  margin-left: 175px;
}
.mr-175 {
  margin-right: 175px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pt-175 {
  padding-top: 175px;
}
.pl-175 {
  padding-left: 175px;
}
.pr-175 {
  padding-right: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mt-180 {
  margin-top: 180px;
}
.ml-180 {
  margin-left: 180px;
}
.mr-180 {
  margin-right: 180px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pt-180 {
  padding-top: 180px;
}
.pl-180 {
  padding-left: 180px;
}
.pr-180 {
  padding-right: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mt-185 {
  margin-top: 185px;
}
.ml-185 {
  margin-left: 185px;
}
.mr-185 {
  margin-right: 185px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pt-185 {
  padding-top: 185px;
}
.pl-185 {
  padding-left: 185px;
}
.pr-185 {
  padding-right: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mt-190 {
  margin-top: 190px;
}
.ml-190 {
  margin-left: 190px;
}
.mr-190 {
  margin-right: 190px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pt-190 {
  padding-top: 190px;
}
.pl-190 {
  padding-left: 190px;
}
.pr-190 {
  padding-right: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mt-195 {
  margin-top: 195px;
}
.ml-195 {
  margin-left: 195px;
}
.mr-195 {
  margin-right: 195px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pt-195 {
  padding-top: 195px;
}
.pl-195 {
  padding-left: 195px;
}
.pr-195 {
  padding-right: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mt-200 {
  margin-top: 200px;
}
.ml-200 {
  margin-left: 200px;
}
.mr-200 {
  margin-right: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pt-200 {
  padding-top: 200px;
}
.pl-200 {
  padding-left: 200px;
}
.pr-200 {
  padding-right: 200px;
}
.mb-205 {
  margin-bottom: 205px;
}
.mt-205 {
  margin-top: 205px;
}
.ml-205 {
  margin-left: 205px;
}
.mr-205 {
  margin-right: 205px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pt-205 {
  padding-top: 205px;
}
.pl-205 {
  padding-left: 205px;
}
.pr-205 {
  padding-right: 205px;
}
.mb-210 {
  margin-bottom: 210px;
}
.mt-210 {
  margin-top: 210px;
}
.ml-210 {
  margin-left: 210px;
}
.mr-210 {
  margin-right: 210px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pt-210 {
  padding-top: 210px;
}
.pl-210 {
  padding-left: 210px;
}
.pr-210 {
  padding-right: 210px;
}
.mb-215 {
  margin-bottom: 215px;
}
.mt-215 {
  margin-top: 215px;
}
.ml-215 {
  margin-left: 215px;
}
.mr-215 {
  margin-right: 215px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pt-215 {
  padding-top: 215px;
}
.pl-215 {
  padding-left: 215px;
}
.pr-215 {
  padding-right: 215px;
}
.mb-220 {
  margin-bottom: 220px;
}
.mt-220 {
  margin-top: 220px;
}
.ml-220 {
  margin-left: 220px;
}
.mr-220 {
  margin-right: 220px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pt-220 {
  padding-top: 220px;
}
.pl-220 {
  padding-left: 220px;
}
.pr-220 {
  padding-right: 220px;
}
.mb-225 {
  margin-bottom: 225px;
}
.mt-225 {
  margin-top: 225px;
}
.ml-225 {
  margin-left: 225px;
}
.mr-225 {
  margin-right: 225px;
}
.pb-225 {
  padding-bottom: 225px;
}
.pt-225 {
  padding-top: 225px;
}
.pl-225 {
  padding-left: 225px;
}
.pr-225 {
  padding-right: 225px;
}
.mb-230 {
  margin-bottom: 230px;
}
.mt-230 {
  margin-top: 230px;
}
.ml-230 {
  margin-left: 230px;
}
.mr-230 {
  margin-right: 230px;
}
.pb-230 {
  padding-bottom: 230px;
}
.pt-230 {
  padding-top: 230px;
}
.pl-230 {
  padding-left: 230px;
}
.pr-230 {
  padding-right: 230px;
}
.mb-235 {
  margin-bottom: 235px;
}
.mt-235 {
  margin-top: 235px;
}
.ml-235 {
  margin-left: 235px;
}
.mr-235 {
  margin-right: 235px;
}
.pb-235 {
  padding-bottom: 235px;
}
.pt-235 {
  padding-top: 235px;
}
.pl-235 {
  padding-left: 235px;
}
.pr-235 {
  padding-right: 235px;
}
.mb-240 {
  margin-bottom: 240px;
}
.mt-240 {
  margin-top: 240px;
}
.ml-240 {
  margin-left: 240px;
}
.mr-240 {
  margin-right: 240px;
}
.pb-240 {
  padding-bottom: 240px;
}
.pt-240 {
  padding-top: 240px;
}
.pl-240 {
  padding-left: 240px;
}
.pr-240 {
  padding-right: 240px;
}
.mb-245 {
  margin-bottom: 245px;
}
.mt-245 {
  margin-top: 245px;
}
.ml-245 {
  margin-left: 245px;
}
.mr-245 {
  margin-right: 245px;
}
.pb-245 {
  padding-bottom: 245px;
}
.pt-245 {
  padding-top: 245px;
}
.pl-245 {
  padding-left: 245px;
}
.pr-245 {
  padding-right: 245px;
}
.mb-250 {
  margin-bottom: 250px;
}
.mt-250 {
  margin-top: 250px;
}
.ml-250 {
  margin-left: 250px;
}
.mr-250 {
  margin-right: 250px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pt-250 {
  padding-top: 250px;
}
.pl-250 {
  padding-left: 250px;
}
.pr-250 {
  padding-right: 250px;
}
.mb-255 {
  margin-bottom: 255px;
}
.mt-255 {
  margin-top: 255px;
}
.ml-255 {
  margin-left: 255px;
}
.mr-255 {
  margin-right: 255px;
}
.pb-255 {
  padding-bottom: 255px;
}
.pt-255 {
  padding-top: 255px;
}
.pl-255 {
  padding-left: 255px;
}
.pr-255 {
  padding-right: 255px;
}
.mb-260 {
  margin-bottom: 260px;
}
.mt-260 {
  margin-top: 260px;
}
.ml-260 {
  margin-left: 260px;
}
.mr-260 {
  margin-right: 260px;
}
.pb-260 {
  padding-bottom: 260px;
}
.pt-260 {
  padding-top: 260px;
}
.pl-260 {
  padding-left: 260px;
}
.pr-260 {
  padding-right: 260px;
}
.mb-265 {
  margin-bottom: 265px;
}
.mt-265 {
  margin-top: 265px;
}
.ml-265 {
  margin-left: 265px;
}
.mr-265 {
  margin-right: 265px;
}
.pb-265 {
  padding-bottom: 265px;
}
.pt-265 {
  padding-top: 265px;
}
.pl-265 {
  padding-left: 265px;
}
.pr-265 {
  padding-right: 265px;
}
.mb-270 {
  margin-bottom: 270px;
}
.mt-270 {
  margin-top: 270px;
}
.ml-270 {
  margin-left: 270px;
}
.mr-270 {
  margin-right: 270px;
}
.pb-270 {
  padding-bottom: 270px;
}
.pt-270 {
  padding-top: 270px;
}
.pl-270 {
  padding-left: 270px;
}
.pr-270 {
  padding-right: 270px;
}
.mb-275 {
  margin-bottom: 275px;
}
.mt-275 {
  margin-top: 275px;
}
.ml-275 {
  margin-left: 275px;
}
.mr-275 {
  margin-right: 275px;
}
.pb-275 {
  padding-bottom: 275px;
}
.pt-275 {
  padding-top: 275px;
}
.pl-275 {
  padding-left: 275px;
}
.pr-275 {
  padding-right: 275px;
}
.mb-280 {
  margin-bottom: 280px;
}
.mt-280 {
  margin-top: 280px;
}
.ml-280 {
  margin-left: 280px;
}
.mr-280 {
  margin-right: 280px;
}
.pb-280 {
  padding-bottom: 280px;
}
.pt-280 {
  padding-top: 280px;
}
.pl-280 {
  padding-left: 280px;
}
.pr-280 {
  padding-right: 280px;
}
.mb-285 {
  margin-bottom: 285px;
}
.mt-285 {
  margin-top: 285px;
}
.ml-285 {
  margin-left: 285px;
}
.mr-285 {
  margin-right: 285px;
}
.pb-285 {
  padding-bottom: 285px;
}
.pt-285 {
  padding-top: 285px;
}
.pl-285 {
  padding-left: 285px;
}
.pr-285 {
  padding-right: 285px;
}
.mb-290 {
  margin-bottom: 290px;
}
.mt-290 {
  margin-top: 290px;
}
.ml-290 {
  margin-left: 290px;
}
.mr-290 {
  margin-right: 290px;
}
.pb-290 {
  padding-bottom: 290px;
}
.pt-290 {
  padding-top: 290px;
}
.pl-290 {
  padding-left: 290px;
}
.pr-290 {
  padding-right: 290px;
}
.mb-295 {
  margin-bottom: 295px;
}
.mt-295 {
  margin-top: 295px;
}
.ml-295 {
  margin-left: 295px;
}
.mr-295 {
  margin-right: 295px;
}
.pb-295 {
  padding-bottom: 295px;
}
.pt-295 {
  padding-top: 295px;
}
.pl-295 {
  padding-left: 295px;
}
.pr-295 {
  padding-right: 295px;
}
.mb-300 {
  margin-bottom: 300px;
}
.mt-300 {
  margin-top: 300px;
}
.ml-300 {
  margin-left: 300px;
}
.mr-300 {
  margin-right: 300px;
}
.pb-300 {
  padding-bottom: 300px;
}
.pt-300 {
  padding-top: 300px;
}
.pl-300 {
  padding-left: 300px;
}
.pr-300 {
  padding-right: 300px;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: bold;
}
/* flex start */
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-no {
  flex-wrap: nowrap;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.margin-auto {
  margin: 0 auto;
}
.w {
  max-width: 1630px;
  margin: 0 auto;
}
.w1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.pc-hide {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-hide {
    display: none;
  }
  .pc-hide {
    display: block;
  }
}
.text-left {
  text-align: left;
}
body {
  color: #fff;
}
.block {
  display: block !important;
}
.pointer {
  cursor: pointer;
}
.fixed {
  left: 0;
  opacity: 0.98;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 888;
}
.search-form {
  height: 35px;
  position: relative;
}
.search-form .s {
  height: 22px;
  border: 1px solid #ddd;
  padding: 5px 35px 5px 5px;
  border-radius: 3px;
  width: 210px;
}
.search-form .s:focus,
#login-page .login-form .text:focus {
  border: 1px solid #2689FF;
  box-shadow: 0 0 3px #2689FF;
}
.search-btn,
.sbtn,
.searchBox {
  position: fixed;
  right: 58px;
  top: 18px;
  color: rgba(255, 255, 255, 0.6);
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 19px;
  font-weight: 300;
  outline: 0;
  cursor: pointer;
  z-index: 890;
}
.fixed .sbtn,
.fixed .searchBox,
.header.noOpaque .sbtn {
  color: #f0f0f0;
}
a.search-btn {
  display: none;
}
.search-bg,
.searchBox {
  position: fixed;
  left: 50%;
  top: 45%;
  z-index: 891;
  height: auto;
  margin: -28px 0 0 -113px;
  display: none;
}
.sbtn {
  position: inherit;
  float: right;
  font-size: 18px;
  background: rgba(0, 0, 0, 0);
  height: 40px;
  line-height: 40px;
  border-radius: 1000px;
  text-align: center;
  margin-top: 19px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=65) !important;
  opacity: 0.65 !important;
}
.header.noOpaque .lang {
  margin-top: 20px;
  color: #333;
  background: rgba(0, 0, 0, 0.1);
}
.header.noOpaque .lang .dropdown-toggle {
  color: #333;
}
.sbtn:hover {
  filter: alpha(opacity=100) !important;
  opacity: 1!important;
}
.searchBox {
  left: 50%;
  margin: -28px 0 0 -100px;
  width: 600px;
  z-index: 900;
}
.search-bg .search-form {
  display: block;
}
.page-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 890;
  display: none;
}
.search-bg .search-pup {
  margin-top: 0;
  float: none;
}
.search-bg .search-pup form input,
.searchBox .search-pup form input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #efefef;
  font-size: 14px;
  padding: 6px 30px 6px 10px;
  background: #fff;
  height: 35px;
  outline: 0;
}
.searchBox .search-pup form input {
  max-width: 500px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #C80000;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2c3e50;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.section-title {
  color: #0080BA;
  font-size: 72px;
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-title-reverse {
  flex-direction: column-reverse;
}
.section-title .title {
  font-weight: 500;
  margin-bottom: 20px;
}
.section-title .sub {
  color: #8C8C8C;
  font-size: 24px;
  margin-bottom: 60px;
  text-indent: 4px;
}
.section-left .section-title {
  width: 1630px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
.section-small .section-title {
  font-size: 36px;
}
.section-small .sub {
  font-size: 20px;
}
.font-gradation {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer {
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
  padding: 100px 0 30px 0;
  color: #fff;
  position: relative;
}
.footer .line {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer a {
  color: #fff;
}
.footer .one {
  min-width: 100px;
}
.footer .footer-nav a {
  color: #c8c8c8;
  line-height: 2;
  display: inline-block;
}
.footer .footer-nav a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer .footer-nav .font-18 {
  color: #fff;
}
.footer .footer-title {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.footer .one:not(:last-child) {
  margin-right: 50px;
}
.footer .footer-nav {
  margin-bottom: 90px;
}
.footer .footer-share li {
  cursor: pointer;
  position: relative;
  width: 40px;
  margin-left: 60px;
  display: flex;
  justify-content: center;
}
.footer .footer-share li-self-start {
  align-self: flex-start;
}
.footer .footer-share li-self-end {
  align-self: flex-end;
}
.footer .footer-share li-self-center {
  align-self: center;
}
.footer .footer-share li-content-start {
  align-content: flex-start;
}
.footer .footer-share li-content-end {
  align-content: flex-end;
}
.footer .footer-share li-content-center {
  align-content: center;
}
.footer .footer-share li-content-between {
  align-content: space-between;
}
.footer .footer-share li-content-around {
  align-content: space-around;
}
.footer .footer-share li-row-start {
  align-items: flex-start;
}
.footer .footer-share li-row-end {
  align-items: flex-end;
}
.footer .footer-share li-row-center {
  align-items: center;
}
.footer .footer-share li-col-start {
  justify-content: flex-start;
}
.footer .footer-share li-col-end {
  justify-content: flex-end;
}
.footer .footer-share li-col-center {
  justify-content: center;
}
.footer .footer-share li-col-between {
  justify-content: space-between;
}
.footer .footer-share li-col-around {
  justify-content: space-around;
}
.footer .footer-share li-center {
  align-items: center;
  justify-content: center;
}
.footer .footer-share li-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.footer .footer-share li-start-center {
  align-items: flex-start;
  justify-content: center;
}
.footer .footer-share li-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.footer .footer-share li-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-share li-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.footer .footer-share li-center-start {
  align-items: center;
  justify-content: flex-start;
}
.footer .footer-share li-center-center {
  align-items: center;
  justify-content: center;
}
.footer .footer-share li-center-end {
  align-items: center;
  justify-content: flex-end;
}
.footer .footer-share li-center-between {
  align-items: center;
  justify-content: space-between;
}
.footer .footer-share li-center-around {
  align-items: center;
  justify-content: space-around;
}
.footer .footer-share li-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.footer .footer-share li-end-center {
  align-items: flex-end;
  justify-content: center;
}
.footer .footer-share li-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.footer .footer-share li-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.footer .footer-share li-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.footer .footer-share li-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.footer .footer-share li-around-center {
  align-content: space-around;
  justify-content: center;
}
.footer .footer-share li-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.footer .footer-share li-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.footer .footer-share li-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.footer .footer-share li-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.footer .footer-share li-between-center {
  align-content: space-between;
  justify-content: center;
}
.footer .footer-share li-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.footer .footer-share li-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.footer .footer-share li-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.footer .footer-share li img {
  opacity: 0;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .footer-share li:hover img {
  opacity: 1;
}
.footer .yuan41-t-l {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: radial-gradient(transparent 190px, #66b6cf 190px, #66b6cf 200px, transparent 200px);
}
.gttop {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 11;
}
.gttop .fa {
  font-size: 50px !important;
  color: #03A9F4;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-nav {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  height: 300px;
  border-top: 1px solid #e6e6e6;
}
.three-nav .w {
  height: 100%;
  align-items: center;
}
.three-nav .yuan41-t-l {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: radial-gradient(transparent 190px, #eee 190px, #eee 200px, transparent 200px);
}
.header-nav {
  height: 100px;
  color: #8C8C8C;
  transition: all 0.3s ease-out;
}
.header-nav .nav-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-nav .nav-content-self-start {
  align-self: flex-start;
}
.header-nav .nav-content-self-end {
  align-self: flex-end;
}
.header-nav .nav-content-self-center {
  align-self: center;
}
.header-nav .nav-content-content-start {
  align-content: flex-start;
}
.header-nav .nav-content-content-end {
  align-content: flex-end;
}
.header-nav .nav-content-content-center {
  align-content: center;
}
.header-nav .nav-content-content-between {
  align-content: space-between;
}
.header-nav .nav-content-content-around {
  align-content: space-around;
}
.header-nav .nav-content-row-start {
  align-items: flex-start;
}
.header-nav .nav-content-row-end {
  align-items: flex-end;
}
.header-nav .nav-content-row-center {
  align-items: center;
}
.header-nav .nav-content-col-start {
  justify-content: flex-start;
}
.header-nav .nav-content-col-end {
  justify-content: flex-end;
}
.header-nav .nav-content-col-center {
  justify-content: center;
}
.header-nav .nav-content-col-between {
  justify-content: space-between;
}
.header-nav .nav-content-col-around {
  justify-content: space-around;
}
.header-nav .nav-content-center {
  align-items: center;
  justify-content: center;
}
.header-nav .nav-content-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.header-nav .nav-content-start-center {
  align-items: flex-start;
  justify-content: center;
}
.header-nav .nav-content-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.header-nav .nav-content-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.header-nav .nav-content-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.header-nav .nav-content-center-start {
  align-items: center;
  justify-content: flex-start;
}
.header-nav .nav-content-center-center {
  align-items: center;
  justify-content: center;
}
.header-nav .nav-content-center-end {
  align-items: center;
  justify-content: flex-end;
}
.header-nav .nav-content-center-between {
  align-items: center;
  justify-content: space-between;
}
.header-nav .nav-content-center-around {
  align-items: center;
  justify-content: space-around;
}
.header-nav .nav-content-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.header-nav .nav-content-end-center {
  align-items: flex-end;
  justify-content: center;
}
.header-nav .nav-content-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.header-nav .nav-content-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.header-nav .nav-content-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.header-nav .nav-content-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.header-nav .nav-content-around-center {
  align-content: space-around;
  justify-content: center;
}
.header-nav .nav-content-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.header-nav .nav-content-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.header-nav .nav-content-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.header-nav .nav-content-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.header-nav .nav-content-between-center {
  align-content: space-between;
  justify-content: center;
}
.header-nav .nav-content-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.header-nav .nav-content-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.header-nav .nav-content-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.header-nav:hover,
.header-nav.nav-white {
  background-color: #fff;
}
.header-nav:hover a,
.header-nav.nav-white a,
.header-nav:hover .lang .dropdown-toggle,
.header-nav.nav-white .lang .dropdown-toggle,
.header-nav:hover .sbtn,
.header-nav.nav-white .sbtn {
  color: #656565;
}
.header-nav:hover .logoa,
.header-nav.nav-white .logoa {
  display: block;
}
.header-nav:hover .logo3,
.header-nav.nav-white .logo3 {
  display: none;
}
.header-nav:hover .sbtn .cls-1,
.header-nav.nav-white .sbtn .cls-1 {
  stroke: #656565;
}
.header-nav.hide {
  top: -100px;
}
.header-nav .logoa {
  display: none;
}
.header-nav .sbtn .cls-1 {
  stroke: #fff;
}
.nav-box {
  flex: 1;
  justify-content: flex-end;
  margin-right: 50px;
  display: flex;
}
.nav-box a {
  color: #f0f0f0;
  position: relative;
  height: 100%;
}
.nav-box-self-start {
  align-self: flex-start;
}
.nav-box-self-end {
  align-self: flex-end;
}
.nav-box-self-center {
  align-self: center;
}
.nav-box-content-start {
  align-content: flex-start;
}
.nav-box-content-end {
  align-content: flex-end;
}
.nav-box-content-center {
  align-content: center;
}
.nav-box-content-between {
  align-content: space-between;
}
.nav-box-content-around {
  align-content: space-around;
}
.nav-box-row-start {
  align-items: flex-start;
}
.nav-box-row-end {
  align-items: flex-end;
}
.nav-box-row-center {
  align-items: center;
}
.nav-box-col-start {
  justify-content: flex-start;
}
.nav-box-col-end {
  justify-content: flex-end;
}
.nav-box-col-center {
  justify-content: center;
}
.nav-box-col-between {
  justify-content: space-between;
}
.nav-box-col-around {
  justify-content: space-around;
}
.nav-box-center {
  align-items: center;
  justify-content: center;
}
.nav-box-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.nav-box-start-center {
  align-items: flex-start;
  justify-content: center;
}
.nav-box-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.nav-box-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.nav-box-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.nav-box-center-start {
  align-items: center;
  justify-content: flex-start;
}
.nav-box-center-center {
  align-items: center;
  justify-content: center;
}
.nav-box-center-end {
  align-items: center;
  justify-content: flex-end;
}
.nav-box-center-between {
  align-items: center;
  justify-content: space-between;
}
.nav-box-center-around {
  align-items: center;
  justify-content: space-around;
}
.nav-box-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.nav-box-end-center {
  align-items: flex-end;
  justify-content: center;
}
.nav-box-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.nav-box-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.nav-box-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.nav-box-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.nav-box-around-center {
  align-content: space-around;
  justify-content: center;
}
.nav-box-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.nav-box-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.nav-box-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.nav-box-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.nav-box-between-center {
  align-content: space-between;
  justify-content: center;
}
.nav-box-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.nav-box-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.nav-box-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.nav-box > li {
  margin: 0 14px;
  font-size: 18px;
}
.nav-box > li > a {
  line-height: 100px;
  display: block;
}
.nav-box > li.active > a {
  color: #0080BA;
}
.nav-box > li.active > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #123d87;
  height: 3px;
  background: #0080BA;
}
.nav-box > li .wid-40 {
  flex: 0 1 40%;
}
.nav-box .three-nav a {
  line-height: 1.4;
  display: block;
  width: 160px;
}
.nav-box .three-nav li {
  margin-bottom: 10px;
}
.nav-box .three-nav li:hover a,
.nav-box .three-nav li:hover i {
  color: #0080BA;
}
.nav-box .three-nav .nav-img {
  width: 200px;
  height: 150px;
  margin-left: 180px;
}
.lang {
  position: relative;
  float: right;
  padding: 0 7px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: 0;
  left: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  border-radius: 15px;
}
.lang:hover {
  color: #fff !important;
  filter: alpha(opacity=100) !important;
  opacity: 1!important;
}
.lang .dropdown-toggle {
  color: #fff;
  filter: alpha(opacity=100) !important;
  opacity: 1!important;
  font-size: 12px;
}
.fixed .lang .dropdown-toggle {
  color: #f0f0f0;
  font-size: 18px;
}
.fixed .lang .dropdown-toggle:hover {
  color: #333 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1!important;
}
.fixed .sbtn,
.header.noOpaque .sbtn {
  margin-top: 0px;
  margin-left: 24px;
}
.doll-box {
  position: fixed;
  right: 0;
  bottom: 20%;
  cursor: pointer;
  z-index: 11;
}
.doll-box .doll {
  position: absolute;
  right: 0;
  display: block;
}
.more-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  margin: 80px auto 0px auto;
  font-size: 15px;
  color: #8C8C8C;
  padding: 6px;
  border: 1px solid #8C8C8C;
  border-radius: 20px;
  line-height: 1.2;
}
.more-box:hover {
  border: 1px solid #0080BA;
  background-color: #0080BA;
  color: #fff;
}
.doll-active-box {
  display: block;
  height: 0;
  right: -200px;
  position: relative;
  color: #fff;
}
.doll-active-box a {
  color: #fff;
}
.doll-active-box .doll-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.doll-active-box .title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 205px;
}
.doll-active-box .contact {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 44px;
}
.doll-active-box .phone {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doll-active-box.active {
  transition: all 0.25s ease-in-out;
  right: 0;
  height: auto;
}
.swiper-button-custom-prev {
  cursor: pointer;
  position: absolute;
  left: 300px;
  bottom: 10%;
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 1;
}
.swiper-button-custom-next {
  cursor: pointer;
  position: absolute;
  right: 220px;
  bottom: 10%;
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 1;
}
.swiper-button-custom-prev:hover .cls-3,
.swiper-button-custom-next:hover .cls-3,
.swiper-button-custom-prev:hover .cls-1,
.swiper-button-custom-next:hover .cls-1 {
  stroke: #0080c3;
}
.countup {
  font-weight: 500;
}
.home-banner {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home-banner .swiper-button-custom-prev {
  left: 180px;
  bottom: 50%;
}
.home-banner .swiper-button-custom-next {
  right: 120px;
  bottom: 50%;
}
.home-banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.home-banner .slide-content {
  position: absolute;
  top: 43%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  font-size: 60px;
  min-width: 78%;
  font-weight: bold;
}
.home-service {
  margin-bottom: 150px;
}
.home-service .body .item {
  display: flex;
  flex-direction: column;
  color: #fff;
  flex: 1;
  height: 628px;
  padding-top: 60px;
  padding-left: 37px;
  background: url(/assets/addons/ldcms/default/css/2.png) no-repeat;
  transition: all 0.5s cubic-bezier(0.75, 0.02, 0.5, 1);
  margin-right: 20px;
}
.home-service .body .item-self-start {
  align-self: flex-start;
}
.home-service .body .item-self-end {
  align-self: flex-end;
}
.home-service .body .item-self-center {
  align-self: center;
}
.home-service .body .item-content-start {
  align-content: flex-start;
}
.home-service .body .item-content-end {
  align-content: flex-end;
}
.home-service .body .item-content-center {
  align-content: center;
}
.home-service .body .item-content-between {
  align-content: space-between;
}
.home-service .body .item-content-around {
  align-content: space-around;
}
.home-service .body .item-row-start {
  align-items: flex-start;
}
.home-service .body .item-row-end {
  align-items: flex-end;
}
.home-service .body .item-row-center {
  align-items: center;
}
.home-service .body .item-col-start {
  justify-content: flex-start;
}
.home-service .body .item-col-end {
  justify-content: flex-end;
}
.home-service .body .item-col-center {
  justify-content: center;
}
.home-service .body .item-col-between {
  justify-content: space-between;
}
.home-service .body .item-col-around {
  justify-content: space-around;
}
.home-service .body .item-center {
  align-items: center;
  justify-content: center;
}
.home-service .body .item-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.home-service .body .item-start-center {
  align-items: flex-start;
  justify-content: center;
}
.home-service .body .item-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.home-service .body .item-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.home-service .body .item-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.home-service .body .item-center-start {
  align-items: center;
  justify-content: flex-start;
}
.home-service .body .item-center-center {
  align-items: center;
  justify-content: center;
}
.home-service .body .item-center-end {
  align-items: center;
  justify-content: flex-end;
}
.home-service .body .item-center-between {
  align-items: center;
  justify-content: space-between;
}
.home-service .body .item-center-around {
  align-items: center;
  justify-content: space-around;
}
.home-service .body .item-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.home-service .body .item-end-center {
  align-items: flex-end;
  justify-content: center;
}
.home-service .body .item-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.home-service .body .item-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.home-service .body .item-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.home-service .body .item-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.home-service .body .item-around-center {
  align-content: space-around;
  justify-content: center;
}
.home-service .body .item-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.home-service .body .item-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.home-service .body .item-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.home-service .body .item-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.home-service .body .item-between-center {
  align-content: space-between;
  justify-content: center;
}
.home-service .body .item-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.home-service .body .item-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.home-service .body .item-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.home-service .body .item-reverse {
  flex-direction: column-reverse;
}
.home-service .body .item:hover {
  flex: 0 1 50%;
}
.home-service .body .item:hover .content {
  opacity: 1;
}
.home-service .body .item:hover .sub {
  opacity: 1;
}
.home-service .body .header {
  margin-bottom: 50px;
}
.home-service .body .title {
  font-size: 36px;
  font-weight: bold;
  display: block !important;
  margin-bottom: 20px;
}
.home-service .body .sub {
  font-size: 22px;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.75, 0.02, 0.5, 1);
}
.home-service .body .sub::after {
  margin-top: 30px;
  content: '';
  display: block;
  width: 47px;
  height: 2px;
  background-color: #fff;
}
.home-service .body .content {
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.75, 0.02, 0.5, 1);
  line-height: 2;
}
.home-business-scale {
  background: url('/assets/addons/ldcms/default/images/home-b-bg.png') no-repeat;
  color: #fff;
  min-height: 900px;
  padding-top: 1px;
  background-size: 100% auto;
}
.home-business-scale .section-title,
.home-business-scale .sub {
  color: #fff;
}
.home-business-scale .body {
  padding-top: 50px;
}
.home-business-scale .box .icon {
  height: 60px;
  margin-right: 10px;
}
.home-business-scale .box .number-box {
  position: relative;
  border-right: 1px solid #fff;
}
.home-business-scale .box .number {
  font-size: 60px;
  display: flex;
  font-weight: bold;
  position: relative;
}
.home-business-scale .box .number-self-start {
  align-self: flex-start;
}
.home-business-scale .box .number-self-end {
  align-self: flex-end;
}
.home-business-scale .box .number-self-center {
  align-self: center;
}
.home-business-scale .box .number-content-start {
  align-content: flex-start;
}
.home-business-scale .box .number-content-end {
  align-content: flex-end;
}
.home-business-scale .box .number-content-center {
  align-content: center;
}
.home-business-scale .box .number-content-between {
  align-content: space-between;
}
.home-business-scale .box .number-content-around {
  align-content: space-around;
}
.home-business-scale .box .number-row-start {
  align-items: flex-start;
}
.home-business-scale .box .number-row-end {
  align-items: flex-end;
}
.home-business-scale .box .number-row-center {
  align-items: center;
}
.home-business-scale .box .number-col-start {
  justify-content: flex-start;
}
.home-business-scale .box .number-col-end {
  justify-content: flex-end;
}
.home-business-scale .box .number-col-center {
  justify-content: center;
}
.home-business-scale .box .number-col-between {
  justify-content: space-between;
}
.home-business-scale .box .number-col-around {
  justify-content: space-around;
}
.home-business-scale .box .number-center {
  align-items: center;
  justify-content: center;
}
.home-business-scale .box .number-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.home-business-scale .box .number-start-center {
  align-items: flex-start;
  justify-content: center;
}
.home-business-scale .box .number-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.home-business-scale .box .number-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.home-business-scale .box .number-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.home-business-scale .box .number-center-start {
  align-items: center;
  justify-content: flex-start;
}
.home-business-scale .box .number-center-center {
  align-items: center;
  justify-content: center;
}
.home-business-scale .box .number-center-end {
  align-items: center;
  justify-content: flex-end;
}
.home-business-scale .box .number-center-between {
  align-items: center;
  justify-content: space-between;
}
.home-business-scale .box .number-center-around {
  align-items: center;
  justify-content: space-around;
}
.home-business-scale .box .number-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.home-business-scale .box .number-end-center {
  align-items: flex-end;
  justify-content: center;
}
.home-business-scale .box .number-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.home-business-scale .box .number-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.home-business-scale .box .number-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.home-business-scale .box .number-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.home-business-scale .box .number-around-center {
  align-content: space-around;
  justify-content: center;
}
.home-business-scale .box .number-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.home-business-scale .box .number-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.home-business-scale .box .number-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.home-business-scale .box .number-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.home-business-scale .box .number-between-center {
  align-content: space-between;
  justify-content: center;
}
.home-business-scale .box .number-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.home-business-scale .box .number-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.home-business-scale .box .number-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.home-business-scale .box .unit {
  font-size: 16px;
  display: flex;
  min-width: 60px;
}
.home-business-scale .box .unit-self-start {
  align-self: flex-start;
}
.home-business-scale .box .unit-self-end {
  align-self: flex-end;
}
.home-business-scale .box .unit-self-center {
  align-self: center;
}
.home-business-scale .box .unit-content-start {
  align-content: flex-start;
}
.home-business-scale .box .unit-content-end {
  align-content: flex-end;
}
.home-business-scale .box .unit-content-center {
  align-content: center;
}
.home-business-scale .box .unit-content-between {
  align-content: space-between;
}
.home-business-scale .box .unit-content-around {
  align-content: space-around;
}
.home-business-scale .box .unit-row-start {
  align-items: flex-start;
}
.home-business-scale .box .unit-row-end {
  align-items: flex-end;
}
.home-business-scale .box .unit-row-center {
  align-items: center;
}
.home-business-scale .box .unit-col-start {
  justify-content: flex-start;
}
.home-business-scale .box .unit-col-end {
  justify-content: flex-end;
}
.home-business-scale .box .unit-col-center {
  justify-content: center;
}
.home-business-scale .box .unit-col-between {
  justify-content: space-between;
}
.home-business-scale .box .unit-col-around {
  justify-content: space-around;
}
.home-business-scale .box .unit-center {
  align-items: center;
  justify-content: center;
}
.home-business-scale .box .unit-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.home-business-scale .box .unit-start-center {
  align-items: flex-start;
  justify-content: center;
}
.home-business-scale .box .unit-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.home-business-scale .box .unit-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.home-business-scale .box .unit-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.home-business-scale .box .unit-center-start {
  align-items: center;
  justify-content: flex-start;
}
.home-business-scale .box .unit-center-center {
  align-items: center;
  justify-content: center;
}
.home-business-scale .box .unit-center-end {
  align-items: center;
  justify-content: flex-end;
}
.home-business-scale .box .unit-center-between {
  align-items: center;
  justify-content: space-between;
}
.home-business-scale .box .unit-center-around {
  align-items: center;
  justify-content: space-around;
}
.home-business-scale .box .unit-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.home-business-scale .box .unit-end-center {
  align-items: flex-end;
  justify-content: center;
}
.home-business-scale .box .unit-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.home-business-scale .box .unit-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.home-business-scale .box .unit-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.home-business-scale .box .unit-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.home-business-scale .box .unit-around-center {
  align-content: space-around;
  justify-content: center;
}
.home-business-scale .box .unit-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.home-business-scale .box .unit-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.home-business-scale .box .unit-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.home-business-scale .box .unit-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.home-business-scale .box .unit-between-center {
  align-content: space-between;
  justify-content: center;
}
.home-business-scale .box .unit-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.home-business-scale .box .unit-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.home-business-scale .box .unit-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.home-business-scale .box .unit:before {
  content: '+';
  font-weight: bold;
}
.home-business-scale .box .title {
  font-size: 18px;
  position: absolute;
  bottom: -30px;
  font-weight: 400;
}
.home-business-scale .box .item:last-child .number-box {
  border-right: none;
}
.home-business-scope {
  padding-top: 1px;
  background-color: #e4e4e4;
  color: #8C8C8C;
  font-size: 18;
}
.home-business-scope .add-icon::after {
  font-size: 16px;
  content: '+';
  color: #0080BA;
  vertical-align: top;
}
.home-business-scope .map {
  height: 852px;
  background: url('/assets/addons/ldcms/default/images/map.png') no-repeat center center;
}
.home-business-scope .swiper {
  height: 100%;
}
.home-business-scope .swiper-pagination {
  left: 0 !important;
  border-left: 2px solid #a1a1a1;
  padding: 40px 0px;
  width: 200px;
}
.home-business-scope .swiper-pagination-bullet {
  width: 70px;
  height: 60px;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  opacity: 1;
  background: none;
  position: relative;
  margin-left: 50px !important;
  justify-content: flex-start;
  align-items: center;
  display: flex !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #a1a1a1;
}
.home-business-scope .swiper-pagination-bullet-active {
  color: #0080BA;
  font-size: 30px;
}
.home-business-scope .swiper-pagination-bullet-active .line {
  background-color: #0080BA;
}
.home-business-scope .swiper-pagination-bullet-active .line::before {
  width: 2px;
}
.home-business-scope .swiper-navigation-down {
  position: absolute;
  left: 62px;
  bottom: 18%;
  font-size: 30px;
  z-index: 111;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 20px;
}
.home-business-scope .swiper-navigation-down:hover .cls-1 {
  stroke: #0080BA;
}
.home-business-scope .swiper-navigation-up {
  position: absolute;
  left: 62px;
  top: 19%;
  font-size: 30px;
  z-index: 111;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 20px;
}
.home-business-scope .swiper-navigation-up:hover .cls-1 {
  stroke: #0080BA;
}
.home-business-scope .line {
  height: 1px;
  display: block;
  width: 46px;
  background: #a1a1a1;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-50%, -50%);
}
.home-business-scope .line::before {
  content: '';
  width: 0px;
  height: 60px;
  background: #0080BA;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(-50%, -50%);
}
.home-business-scope .yuan {
  position: absolute;
  display: flex;
  align-items: center;
}
.home-business-scope .yuan .dian {
  display: none;
  width: 14px;
  height: 14px;
  background-color: #0080b9;
  border: 3px solid #90c0d5;
  border-radius: 50%;
  position: relative;
  /* animation: bordershow 3s linear infinite; */
  margin-right: 20px;
}
.home-business-scope .yuan .dian .biao-icon {
  height: 25px;
  width: 22px;
  display: block;
  background: url(/assets/addons/ldcms/default/images/biao-icon.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, -50%);
}
.home-business-scope .yuan .dian:before {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #90c0d5;
  /* animation: boderM 3s 0.75s infinite; */
}

.home-business-scope .yuan .dian:after {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #90c0d5;
  animation: boderM 3s linear infinite;
}
.home-business-scope .swiper-slide-active .dian,.home-business-scope .swiper-slide-active .dian::before,.home-business-scope .swiper-slide-active .dian::after{
  display: block;
}
.home-business-scope .yuan.shanghai {
  top: 513px;
  right: 434px;
}
.home-business-scope .yuan.jiangsu{
      right: 480px;
      top: 462px;
 } 
.home-business-scope .yuan.henan {
  right: 574px;
  top: 465px;
}
.home-business-scope .yuan.hubei {
  top: 529px;
  right: 598px;
}
.home-business-scope .yuan.hunan {
  top: 604px;
  right: 613px;
}
.home-business-scope .yuan.jiangxi {
  top: 603px;
  right: 537px;
}
.home-business-scope .yuan.sichuan {
  bottom: 302px;
  left: 752px;
}
.home-business-scope .yuan.chongqing {
  bottom: 270px;
  left: 859px;
}
.home-business-scope .yuan.shanxi {
  bottom: 362px;
  left: 875px;
}
.home-business-scope .yuan.guiyang {
  bottom: 200px;
  left: 849px;
}
.home-business-scope .yuan.yunnan {
  bottom: 159px;
  left: 735px;
}
.home-business-scope .yuan.xizang {
  left: 439px;
  bottom: 399px;
}
.home-business-scope .yuan.qinghai {
  top: 399px;
  left: 650px;
}
.home-business-scope .yuan.gansu {
  top: 446px;
  left: 813px;
}
.home-business-scope .yuan.ningxia {
  left: 848px;
  top: 381px;
}
.home-business-scope .yuan.beijing {
  top: 313px;
  right: 540px;
}
.home-business-scope .yuan.tianjin {
  top: 337px;
  right: 522px;
}
.home-business-scope .yuan.shandong {
  top: 408px;
  right: 503px;
}
.home-business-scope .yuan.liaoning {
  top: 295px;
  right: 437px;
}
.home-business-scope .yuan.heilongjiang {
  top: 145px;
  right: 351px;
}
.home-business-scope .yuan.jilin {
  top: 234px;
  right: 377px;
}
.home-business-scope .yuan.neimenggu {
  top: 245px;
  right: 576px;
}
.home-business-scope .yuan.hebei {
  top: 375px;
  right: 561px;
}
.home-business-scope .yuan.jiling {
  top: 279px;
  right: 405px;
}
.home-business-scope .yuan.shanxi1 {
  top: 416px;
  right: 616px;
}
.home-business-scope .yuan.nanjing {
  right: 473px;
  top: 496px;
}
.home-business-scope .yuan.changzhou {
  right: 456px;
  top: 520px;
}
.home-business-scope .yuan.anhui {
  right: 504px;
  top: 531px;
}
.home-business-scope .yuan.huaian {
  right: 519px;
  top: 483px;
}
.home-business-scope .yuan.suqian {
  right: 532px;
  top: 478px;
}
.home-business-scope .yuan.xuzhou {
  right: 547px;
  top: 470px;
}
.home-business-scope .yuan.yangzhou {
  right: 503px;
  top: 505px;
}
.home-business-scope .yuan.lianyungang {
  right: 526px;
  top: 460px;
}
.home-business-scope .yuan.yancheng {
  right: 502px;
  top: 480px;
}
.home-business-scope .yuan.taizhou1 {
  right: 493px;
  top: 506px;
}
.home-business-scope .yuan.zhenjiang {
  right: 509px;
  top: 517px;
}
.home-business-scope .yuan.suzhou {
  right: 162px;
  top: 516px;
}
.home-business-scope .yuan.wuxi {
  right: 492px;
  top: 510px;
}
.home-business-scope .yuan.wuxi .dian {
  order: 1;
}
.home-business-scope .yuan.hangzhou {
  right: 456px;
  top: 529px;
}
.home-business-scope .yuan.pinghu {
  right: 470px;
  top: 509px;
}
.home-business-scope .yuan.jiaxing {
  top: 515px;
  right: 440px;
}
.home-business-scope .yuan.xinjiang {
  left: 500px;
  top: 275px;
}
.home-business-scope .yuan.ningbo {
  right: 443px;
  top: 552px;
}
.home-business-scope .yuan.xianggang {
  right: 559px;
  top: 719px;
}
.home-business-scope .yuan.aomen {
  right: 614px;
  top: 730px;
}
.home-business-scope .yuan.aomen .dian {
  order: 1;
}
.home-business-scope .yuan.guangdong {
  right: 574px;
  top: 684px;
}
.home-business-scope .yuan.fujian{
      right: 494px;
      top: 645px;
}
.home-business-scope .yuan.shenzhen {
  right: 545px;
  top: 709px;
}
.home-business-scope .yuan.guangxi {
  right: 677px;
  top: 682px;
}
.home-business-scope .yuan.hainan {
  right: 652px;
  top: 798px;
}
.home-business-scope .yuan.nantong {
  top: 482px;
  right: 452px;
}
.home-business-scope .yuan.huzhou {
  right: 495px;
  top: 521px;
}
.home-business-scope .yuan.shaoxing {
  right: 502px;
  top: 534px;
}
.home-business-scope .yuan.zhoushan {
  right: 476px;
  top: 534px;
}
.home-business-scope .yuan.taizhou {
  right: 471px;
  top: 559px;
}
.home-business-scope .yuan.wenzhou {
  right: 489px;
  top: 599px;
}
.home-business-scope .yuan.quzhou {
  right: 525px;
  top: 580px;
}
.home-business-scope .yuan.jinhua {
  right: 509px;
  top: 578px;
}
.home-business-scope .yuan.lishui {
  right: 509px;
  top: 598px;
}
.home-business-scope .yuan.line1 .title {
  display: block;
  padding-left: 384px;
  height: 145px;
  background: url(/assets/addons/ldcms/default/images/business-scope-line1.png) no-repeat left center;
  position: absolute;
  top: -148px;
  text-wrap: nowrap;
}
.home-business-scope .yuan.line2 .title {
  display: block;
  padding-left: 426px;
  height: 120px;
  background: url(../images/business-scope-line/assets/addons/ldcms/default/css/2.png) no-repeat left center;
  position: absolute;
  top: 2px;
  text-wrap: nowrap;
  line-height: 240px;
}
.home-business-scope .yuan.line3 .title {
  display: block;
  padding-left: 386px;
  height: 81px;
  background: url(/assets/addons/ldcms/default/images/business-scope-line3.png) no-repeat left center;
  position: absolute;
  top: -90px;
  text-wrap: nowrap;
}
.home-business-scope .yuan.line4 .title {
  display: block;
  padding-right: 248px;
  height: 92px;
  background: url(/assets/addons/ldcms/default/images/business-scope-line4.png) no-repeat right center;
  position: absolute;
  top: -99px;
  text-wrap: nowrap;
  left: -285px;
}
.home-business-scope .yuan.line5 .title {
  display: block;
  padding-right: 255px;
  background: url(/assets/addons/ldcms/default/images/business-scope-line5.png) no-repeat right center;
  position: absolute;
  top: -16px;
  text-wrap: nowrap;
  left: -300px;
}
.home-business-scope .yuan.small .dian {
  width: 0;
  height: 0;
  border: none;
}
.home-business-scope .yuan.small .dian::before,
.home-business-scope .yuan.small .dian::after {
  display: none;
}
.home-business-scope .yuan.small .biao-icon {
  height: 14px;
  width: 12px;
  background-size: 100% auto;
}
.home-business-scope .yuan.small .title {
  display: none;
}
.home-business-scope .yuan.small:hover .title {
  display: block;
}
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #001eb4;
  }
}
.home-business-scope .yuan .txts {
  position: absolute;
  left: 260px;
  top: -58px;
  z-index: -991;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 13px;
  padding: 0 23px;
  pointer-events: none;
  color: transparent;
  background: url('/assets/addons/ldcms/default/images/tips-box.png') no-repeat center center;
  height: 150px;
  width: 1px;
  opacity: 0;
  box-sizing: border-box;
  padding: 20px;
  color: #868686;
  text-wrap: wrap;
  text-align: left;
  line-height: 1.5;
}
.home-business-scope .yuan .txts img {
  width: 25px;
  height: 27px;
}
.home-business-scope .yuan .txts span {
  font-size: 13px;
}
.home-business-scope .yuan:hover .txts {
  cursor: pointer;
  pointer-events: all;
  z-index: 99;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  opacity: 1;
  width: 370px;
}
.home-about-us {
  position: relative;
  background-color: #fff;
  padding-bottom: 100px;
}
.home-about-us .body {
  height: 700px;
}
.home-about-us .intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  color: #8C8C8C;
  width: 988px;
}
.home-about-us .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 40px auto;
  border: 1px solid #0080BA;
  color: #0080BA;
  width: 120px;
  height: 28px;
  border-radius: 20px;
}
.home-about-us .more:hover {
  background-color: #0080BA;
  color: #fff;
}
.home-recent-news {
  background-color: #e4e4e4;
  padding-top: 1px;
  padding-bottom: 100px;
  position: relative;
}
.home-recent-news .left .item {
  margin-right: 28px;
  border-radius: 3px;
  font-size: 12px;
  width: 525px;
}
.home-recent-news .left .item img {
  width: 525px;
  height: 296px;
  object-fit: cover;
}
.home-recent-news .left .item .box {
  z-index: 2;
  background-color: #fff;
  padding: 25px 50px;
  height: 236px;
  color: #8C8C8C;
  position: relative;
}
.home-recent-news .left .item .title,
.home-recent-news .left .item .content {
  width: 70%;
  font-size: 18px;
  line-height: 1.5;
}
.home-recent-news .left .item .more {
  color: #0080BA;
}
.home-recent-news .left .item .yuan41-t-l {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 240px 240px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: radial-gradient(transparent 114px, #f4f4f4 110px, #f4f4f4 120px, transparent 120px);
  transition: all 0.5s ease-in;
}
.home-recent-news .left .item:hover {
  box-shadow: 1px 1px 20px #9d9d9d;
}
.home-recent-news .left .item:hover .box {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
}
.home-recent-news .left .item:hover .more {
  color: #fff;
}
.home-recent-news .left .item:hover .yuan41-t-l {
  background-image: radial-gradient(transparent 114px, #66b6cf 110px, #66b6cf 120px, transparent 120px);
}
.home-recent-news ::-webkit-scrollbar {
  width: 6px;
  display: block;
}
.home-recent-news ::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(90deg, #009978, #028ba3, #1080bd);
  border-radius: 5px;
}
.home-recent-news .right {
  background-color: #fff;
  position: relative;
  width: 526px;
  padding-bottom: 30px;
  border-radius: 3px;
}
.home-recent-news .right .list {
  height: 470px;
  overflow-y: auto;
  padding: 7px 120px 0px 50px;
  margin-bottom: 30px;
}
.home-recent-news .right .item {
  display: block !important;
  color: #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  padding: 23px 0 13px;
}
.home-recent-news .right .item:hover {
  color: #0080BA;
}
.home-recent-news .right .title {
  font-size: 16px;
  line-height: 2;
}
.home-recent-news .right .more-all {
  color: #8C8C8C;
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.home-recent-news .right .more-all:hover {
  color: #0080BA;
}
.home-recent-news .right:hover {
  box-shadow: 1px 1px 20px #9d9d9d;
}
.home-recent-news .yuan41-t-r {
  width: 220px;
  height: 220px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 440px 440px;
  background-repeat: no-repeat;
  background-position: -220px 0px;
  background-image: radial-gradient(transparent 210px, #fff 210px, #fff 220px, transparent 220px);
}
#dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
#dialog #dialog-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
#dialog .close-icon {
  position: absolute;
  right: 0px;
  top: -34px;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
}
.download-content {
  position: relative;
  padding-top: 100px;
}
.download-content .body li {
  width: 510px;
  color: #aaa;
  padding: 50px 60px;
  background-color: #ececec;
  margin-right: 30px;
  margin-bottom: 30px;
}
.download-content .body li .img-box {
  position: relative;
}
.download-content .body li .img-box .title {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  font-size: 12px;
}
.download-content .body li .box .title {
  color: #0080BA;
  font-size: 18px;
}
.download-content .body li .sub {
  font-size: 16px;
  color: #aaa;
}
.download-content .body li a {
  width: 150px;
  height: 33px;
  border: 1px solid #c7c7c7;
  font-size: 14px;
  color: #c7c7c7;
  padding: 0 15px;
}
.download-content .body li a:hover {
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
  color: #fff;
}
.brand-accessories {
  position: relative;
  padding-top: 100px;
}
.brand-accessories .body li {
  width: 525px;
  color: #949494;
  margin-right: 15px;
}
.brand-accessories .body li:nth-child(3n) {
  margin-right: 0;
}
.brand-accessories .body .default-box,
.brand-accessories .body .hover-box {
  background-color: #ececec;
  width: 100%;
  height: 395px;
  position: relative;
}
.brand-accessories .body .default-box img,
.brand-accessories .body .hover-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.brand-accessories .body .hover-box {
  border: 1px solid #c7c7c7;
  background-color: #fff;
  display: none;
}
.brand-accessories .body li:hover {
  color: #0080C0;
}
.brand-accessories .body li:hover .hover-box {
  display: block;
}
.brand-accessories .body li:hover .default-box {
  display: none;
}
.show-all {
  margin-bottom: 50px;
  cursor: pointer;
  width: 120px;
  height: 28px;
  color: #8C8C8C;
  border: 1px solid #8C8C8C;
  border-radius: 20px;
}
.show-all:hover {
  background-color: #0080BA;
  color: #fff;
  border: 1px solid #0080BA;
}
.our-culture {
  position: relative;
}
.our-culture .body {
  min-height: 900px;
  background-size: 100% auto;
}
.our-culture .intro {
  width: 49%;
  display: flex;
  align-items: flex-end;
  color: #fff;
  line-height: 2;
  margin-top: 90px;
  font-size: 18px;
}
.our-culture .box {
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-culture .box .item {
  width: 640px;
  height: 130px;
  background: url(/assets/addons/ldcms/default/images/join-3.png) no-repeat center center;
  color: #FFF;
  padding: 28px 60px;
  margin: 0 15px;
}
.our-culture .box .item .more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 28px;
  border-radius: 20px;
  border: 1px solid #fff;
  margin-top: 20px;
}
.our-culture .box .item .more-self-start {
  align-self: flex-start;
}
.our-culture .box .item .more-self-end {
  align-self: flex-end;
}
.our-culture .box .item .more-self-center {
  align-self: center;
}
.our-culture .box .item .more-content-start {
  align-content: flex-start;
}
.our-culture .box .item .more-content-end {
  align-content: flex-end;
}
.our-culture .box .item .more-content-center {
  align-content: center;
}
.our-culture .box .item .more-content-between {
  align-content: space-between;
}
.our-culture .box .item .more-content-around {
  align-content: space-around;
}
.our-culture .box .item .more-row-start {
  align-items: flex-start;
}
.our-culture .box .item .more-row-end {
  align-items: flex-end;
}
.our-culture .box .item .more-row-center {
  align-items: center;
}
.our-culture .box .item .more-col-start {
  justify-content: flex-start;
}
.our-culture .box .item .more-col-end {
  justify-content: flex-end;
}
.our-culture .box .item .more-col-center {
  justify-content: center;
}
.our-culture .box .item .more-col-between {
  justify-content: space-between;
}
.our-culture .box .item .more-col-around {
  justify-content: space-around;
}
.our-culture .box .item .more-center {
  align-items: center;
  justify-content: center;
}
.our-culture .box .item .more-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.our-culture .box .item .more-start-center {
  align-items: flex-start;
  justify-content: center;
}
.our-culture .box .item .more-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.our-culture .box .item .more-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.our-culture .box .item .more-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.our-culture .box .item .more-center-start {
  align-items: center;
  justify-content: flex-start;
}
.our-culture .box .item .more-center-center {
  align-items: center;
  justify-content: center;
}
.our-culture .box .item .more-center-end {
  align-items: center;
  justify-content: flex-end;
}
.our-culture .box .item .more-center-between {
  align-items: center;
  justify-content: space-between;
}
.our-culture .box .item .more-center-around {
  align-items: center;
  justify-content: space-around;
}
.our-culture .box .item .more-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.our-culture .box .item .more-end-center {
  align-items: flex-end;
  justify-content: center;
}
.our-culture .box .item .more-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.our-culture .box .item .more-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.our-culture .box .item .more-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.our-culture .box .item .more-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.our-culture .box .item .more-around-center {
  align-content: space-around;
  justify-content: center;
}
.our-culture .box .item .more-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.our-culture .box .item .more-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.our-culture .box .item .more-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.our-culture .box .item .more-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.our-culture .box .item .more-between-center {
  align-content: space-between;
  justify-content: center;
}
.our-culture .box .item .more-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.our-culture .box .item .more-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.our-culture .box .item .more-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.our-culture .box .item:nth-child(2) {
  background: url(/assets/addons/ldcms/default/images/join-13.png) no-repeat center center;
}
.our-culture .box .item:hover .more {
  background-color: #fff;
  color: #0080BA;
}
.contact-information {
  background: url('/assets/addons/ldcms/default/images/about-line.png') no-repeat right top;
  background-color: #ededed;
  padding: 1px 0 80px 0;
}
.contact-information .body {
  color: #b9b9b9;
  margin: 0 auto;
  width: 520px;
  padding-left: 100px;
  margin-top: -130px;
}
.contact-information .body * {
  line-height: 2;
}
.contact-information .body .address {
  display: inline-block;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 36px;
  margin-bottom: 36px;
  line-height: 1.4;
}
.contact-information .body .qrcode-weixin {
  height: 147px;
  width: 147px;
}
.operation-centers {
  padding-bottom: 140px;
  position: relative;
}
.operation-centers .item {
  padding: 28px 20px 50px 20px;
  color: #8F8F8F;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  transition: all 0.25s ease-in-out;
}
.operation-centers .item .title-box svg {
  cursor: pointer;
  width: 33px;
  transition: all 0.5s ease-in;
}
.operation-centers .item .title-box .title {
  width: 30%;
}
.operation-centers .item .address-title {
  color: #B9B9B9;
}
.operation-centers .item .intro {
  margin: 10px 0;
}
.operation-centers .item .intro,
.operation-centers .item .address,
.operation-centers .item li {
  line-height: 1.8;
  width: 50%;
}
.operation-centers .item .details {
  max-height: 0;
  overflow: hidden;
}
.operation-centers .item.active,
.operation-centers .item:hover {
  border-top: 1px solid #0080BA;
  border-bottom: 1px solid #0080BA;
}
.operation-centers .item.active .details,
.operation-centers .item:hover .details {
  max-height: 400px;
  transition: all 0.25s ease-in-out;
}
.operation-centers .item.active .title-box .title,
.operation-centers .item:hover .title-box .title {
  color: #0080BA;
}
.operation-centers .item.active .title-box svg,
.operation-centers .item:hover .title-box svg {
  transform: rotateZ(225deg);
}
.operation-centers .item.active .title-box svg .cls-1,
.operation-centers .item:hover .title-box svg .cls-1 {
  stroke: #0080BA;
}
.operation-centers .item.active .title-box .intro,
.operation-centers .item:hover .title-box .intro {
  opacity: 0;
}
.trustlink {
  background: url(/assets/addons/ldcms/default/images/trustlink-bg.png) no-repeat left bottom;
  position: relative;
  padding-top: 140px;
  margin-bottom: 140px;
  padding-bottom: 300px;
  color: #8C8C8C;
}
.trustlink .section-title {
  margin-top: 0;
}
.trustlink .line {
  position: absolute;
  right: 0;
  top: 0;
}
.trustlink .intro {
  width: 940px;
  line-height: 2;
  font-size: 18px;
}
.mission-vision-value {
  padding-top: 1px;
  min-height: 900px;
  position: relative;
  background-size: 100% auto;
}
.mission-vision-value .section-title {
  margin-top: 80px;
  color: #fff;
}
.mission-vision-value .section-title .sub {
  color: #fff;
  margin-bottom: 0;
}
.mission-vision-value .body {
  position: relative;
}
.mission-vision-value .body .box {
  position: absolute;
  right: 50px;
}
.mission-vision-value .body .item {
  width: 400px;
  margin-bottom: 60px;
}
.mission-vision-value .body .title {
  position: relative;
}
.mission-vision-value .body .content {
  line-height: 1.5;
  position: relative;
}
.mission-vision-value .body .content:not(:last-child)::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.mission-vision-value .body .title:nth-child(1)::before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  height: 35px;
  width: 35px;
  transform: translate(-50%, -50%);
  background: url('/assets/addons/ldcms/default/images/mission-icon-1.png') no-repeat center center;
}
.mission-vision-value .body .title:nth-child(3)::before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  height: 35px;
  width: 35px;
  transform: translate(-50%, -50%);
  background: url('../images/mission-icon-/assets/addons/ldcms/default/css/2.png') no-repeat center center;
}
.mission-vision-value .body .title:nth-child(5)::before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  height: 35px;
  width: 35px;
  transform: translate(-50%, -50%);
  background: url('/assets/addons/ldcms/default/images/mission-icon-3.png') no-repeat center center;
}
.mission-vision-value .yuan41-t-r {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: -200px 0px;
  background-image: radial-gradient(transparent 192px, #fff 190px, #fff 200px, transparent 200px);
}
.milestone {
  padding-top: 1px;
  background: url(/assets/addons/ldcms/default/images/milestone-bg.png) no-repeat center right;
  background-color: #e4e4e4;
  color: #8C8C8C;
  position: relative;
  height: 960px;
  overflow: hidden;
}
.milestone .w {
  margin-top: -360px;
}
.milestone .sub_title {
  display: block !important;
  font-size: 18px;
  line-height: 1.5;
  color: #8C8C8C;
  width: 800px;
  margin-top: -40px;
}
.milestone .swiper {
  height: 1040px;
  margin: 0;
}
.milestone .yearSwiper {
  width: 800px;
  background: url(/assets/addons/ldcms/default/images/milestone-line.png) no-repeat right center;
}
.milestone .milestoneSwiper .box {
  padding-top: 150px;
}
.milestone .swiper-slide .box {
  width: 500px;
}
.milestone .swiper-slide img {
  height: auto;
  width: auto;
}
.milestone .swiper-slide .content {
  text-align: left;
  line-height: 2;
  position: relative;
}
.milestone .swiper-slide .content:after {
  position: absolute;
  bottom: -60px;
  left: 0;
  display: block;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #0080BA;
}
.milestone .swiper-slide .year-box {
  transform: translateX(163px);
}
.milestone .swiper-slide-visible .year-box {
  transform: translateX(163px);
}
.milestone .swiper-slide-prev .year-box {
  transform: translateX(19px);
}
.milestone .swiper-slide-active .year-box {
  transform: translateX(-53px);
}
.milestone .swiper-slide-active .year-box .year {
  position: relative;
  font-size: 70px;
  color: #0080BA;
}
.milestone .swiper-slide-active .year-box .bullet-box {
  background-color: #0080BA;
}
.milestone .swiper-slide-active .year-box .bullet-box::after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  border: 1px solid #0080BA;
}
.milestone .swiper-slide-next .year-box {
  transform: translateX(19px);
}
.milestone .year-box {
  position: relative;
  padding-right: 60px;
}
.milestone .year {
  font-size: 42px;
  color: #8C8C8C;
  font-weight: 500;
  cursor: pointer;
}
.milestone .bullet-box {
  width: 20px;
  height: 20px;
  background-color: #8C8C8C;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.milestone .line {
  height: 1px;
  display: block;
  width: 46px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translate(-50%, -50%);
}
.milestone .line::before {
  content: '';
  width: 0px;
  height: 40px;
  background: #f00;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(-50%, -50%);
}
.trustlink-partnership {
  background-color: #fbfbfb;
  position: relative;
  padding-top: 1px;
  background-size: 100% auto;
  height: 960px;
  overflow: hidden;
}
.trustlink-partnership .section-title {
  z-index: 11;
  position: relative;
  margin-top: 0;
  padding-top: 80px;
}
.trustlink-partnership .body {
  height: 960px;
  background: url('/assets/addons/ldcms/default/images/shengtaitu.jpg') no-repeat center center;
  position: relative;
  max-width: 1920px;
  min-width: 1920px;
  width: 100%;
  margin: 0 auto;
  margin-top: -257px;
}
.trustlink-partnership .body .text {
  color: #999;
  font-size: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.trustlink-partnership .body .quan {
  width: 260px;
  height: 264px;
  position: absolute;
  left: 50%;
  bottom: 196px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.trustlink-partnership .body .quan:hover {
  opacity: 1;
}
.trustlink-partnership .body .big,
.trustlink-partnership .body .m-icon {
  position: absolute;
}
.trustlink-partnership .body .big {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 10px #c7c7c7;
  padding: 20px 25px;
  text-align: center;
  z-index: 111;
  transform: translate(-50%, -50%);
}
.trustlink-partnership .body .big-self-start {
  align-self: flex-start;
}
.trustlink-partnership .body .big-self-end {
  align-self: flex-end;
}
.trustlink-partnership .body .big-self-center {
  align-self: center;
}
.trustlink-partnership .body .big-content-start {
  align-content: flex-start;
}
.trustlink-partnership .body .big-content-end {
  align-content: flex-end;
}
.trustlink-partnership .body .big-content-center {
  align-content: center;
}
.trustlink-partnership .body .big-content-between {
  align-content: space-between;
}
.trustlink-partnership .body .big-content-around {
  align-content: space-around;
}
.trustlink-partnership .body .big-row-start {
  align-items: flex-start;
}
.trustlink-partnership .body .big-row-end {
  align-items: flex-end;
}
.trustlink-partnership .body .big-row-center {
  align-items: center;
}
.trustlink-partnership .body .big-col-start {
  justify-content: flex-start;
}
.trustlink-partnership .body .big-col-end {
  justify-content: flex-end;
}
.trustlink-partnership .body .big-col-center {
  justify-content: center;
}
.trustlink-partnership .body .big-col-between {
  justify-content: space-between;
}
.trustlink-partnership .body .big-col-around {
  justify-content: space-around;
}
.trustlink-partnership .body .big-center {
  align-items: center;
  justify-content: center;
}
.trustlink-partnership .body .big-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.trustlink-partnership .body .big-start-center {
  align-items: flex-start;
  justify-content: center;
}
.trustlink-partnership .body .big-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.trustlink-partnership .body .big-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.trustlink-partnership .body .big-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.trustlink-partnership .body .big-center-start {
  align-items: center;
  justify-content: flex-start;
}
.trustlink-partnership .body .big-center-center {
  align-items: center;
  justify-content: center;
}
.trustlink-partnership .body .big-center-end {
  align-items: center;
  justify-content: flex-end;
}
.trustlink-partnership .body .big-center-between {
  align-items: center;
  justify-content: space-between;
}
.trustlink-partnership .body .big-center-around {
  align-items: center;
  justify-content: space-around;
}
.trustlink-partnership .body .big-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.trustlink-partnership .body .big-end-center {
  align-items: flex-end;
  justify-content: center;
}
.trustlink-partnership .body .big-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.trustlink-partnership .body .big-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.trustlink-partnership .body .big-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.trustlink-partnership .body .big-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.trustlink-partnership .body .big-around-center {
  align-content: space-around;
  justify-content: center;
}
.trustlink-partnership .body .big-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.trustlink-partnership .body .big-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.trustlink-partnership .body .big-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.trustlink-partnership .body .big-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.trustlink-partnership .body .big-between-center {
  align-content: space-between;
  justify-content: center;
}
.trustlink-partnership .body .big-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.trustlink-partnership .body .big-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.trustlink-partnership .body .big-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.trustlink-partnership .body .big:hover {
  animation: fadeIn 1s ease-in-out;
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
}
.trustlink-partnership .body .b-1 {
  left: 50%;
  top: 180px;
}
.trustlink-partnership .body .b-2 {
  left: 24.5%;
  top: 670px;
}
.trustlink-partnership .body .b-3 {
  right: 15.5%;
  top: 670px;
}
.trustlink-partnership .body .m-icon {
  font-size: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding: 0 10px;
  background-size: 100% 100% !important;
  background-color: #fff;
  height: 70px;
  width: 70px;
  border: 1px solid #d0d0d0;
  position: absolute;
}
.trustlink-partnership .body .m-icon-self-start {
  align-self: flex-start;
}
.trustlink-partnership .body .m-icon-self-end {
  align-self: flex-end;
}
.trustlink-partnership .body .m-icon-self-center {
  align-self: center;
}
.trustlink-partnership .body .m-icon-content-start {
  align-content: flex-start;
}
.trustlink-partnership .body .m-icon-content-end {
  align-content: flex-end;
}
.trustlink-partnership .body .m-icon-content-center {
  align-content: center;
}
.trustlink-partnership .body .m-icon-content-between {
  align-content: space-between;
}
.trustlink-partnership .body .m-icon-content-around {
  align-content: space-around;
}
.trustlink-partnership .body .m-icon-row-start {
  align-items: flex-start;
}
.trustlink-partnership .body .m-icon-row-end {
  align-items: flex-end;
}
.trustlink-partnership .body .m-icon-row-center {
  align-items: center;
}
.trustlink-partnership .body .m-icon-col-start {
  justify-content: flex-start;
}
.trustlink-partnership .body .m-icon-col-end {
  justify-content: flex-end;
}
.trustlink-partnership .body .m-icon-col-center {
  justify-content: center;
}
.trustlink-partnership .body .m-icon-col-between {
  justify-content: space-between;
}
.trustlink-partnership .body .m-icon-col-around {
  justify-content: space-around;
}
.trustlink-partnership .body .m-icon-center {
  align-items: center;
  justify-content: center;
}
.trustlink-partnership .body .m-icon-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.trustlink-partnership .body .m-icon-start-center {
  align-items: flex-start;
  justify-content: center;
}
.trustlink-partnership .body .m-icon-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.trustlink-partnership .body .m-icon-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.trustlink-partnership .body .m-icon-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.trustlink-partnership .body .m-icon-center-start {
  align-items: center;
  justify-content: flex-start;
}
.trustlink-partnership .body .m-icon-center-center {
  align-items: center;
  justify-content: center;
}
.trustlink-partnership .body .m-icon-center-end {
  align-items: center;
  justify-content: flex-end;
}
.trustlink-partnership .body .m-icon-center-between {
  align-items: center;
  justify-content: space-between;
}
.trustlink-partnership .body .m-icon-center-around {
  align-items: center;
  justify-content: space-around;
}
.trustlink-partnership .body .m-icon-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.trustlink-partnership .body .m-icon-end-center {
  align-items: flex-end;
  justify-content: center;
}
.trustlink-partnership .body .m-icon-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.trustlink-partnership .body .m-icon-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.trustlink-partnership .body .m-icon-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.trustlink-partnership .body .m-icon-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.trustlink-partnership .body .m-icon-around-center {
  align-content: space-around;
  justify-content: center;
}
.trustlink-partnership .body .m-icon-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.trustlink-partnership .body .m-icon-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.trustlink-partnership .body .m-icon-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.trustlink-partnership .body .m-icon-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.trustlink-partnership .body .m-icon-between-center {
  align-content: space-between;
  justify-content: center;
}
.trustlink-partnership .body .m-icon-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.trustlink-partnership .body .m-icon-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.trustlink-partnership .body .m-icon-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.trustlink-partnership .body .m-icon:hover {
  animation: fadeIn 1s ease-in-out, randomEl 2s infinite;
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
  color: #fff;
  font-size: 12px;
  border: none;
  opacity: 1;
}
.trustlink-partnership .body .m-icon.m-1:hover {
  background: url('/assets/addons/ldcms/default/images/quan-icon-1.png') no-repeat center center;
}
.trustlink-partnership .body .m-icon.m-2:hover {
  background: url('../images/quan-icon-/assets/addons/ldcms/default/css/2.png') no-repeat center center;
}
.trustlink-partnership .body .m-1 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-1-1.png') no-repeat center center;
  left: 38%;
  top: 230px;
  width: 100px;
  height: 100px;
  border: 1px solid #eeeeee;
}
.trustlink-partnership .body .m-2 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-2-1.png') no-repeat center center;
  right: 38%;
  top: 230px;
  width: 100px;
  height: 100px;
  border: 1px solid #eeeeee;
}
.trustlink-partnership .body .m-3 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-3.png') no-repeat center center;
  left: 16%;
  top: 280px;
}
.trustlink-partnership .body .m-4 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-4.png') no-repeat center center;
  left: 26%;
  top: 372px;
}
.trustlink-partnership .body .m-5 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-5.png') no-repeat center center;
  left: 70%;
  top: 312px;
}
.trustlink-partnership .body .m-6 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-6.png') no-repeat center center;
  right: 16%;
  top: 280px;
}
.trustlink-partnership .body .m-7 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-7.png') no-repeat center center;
  left: 14.5%;
  top: 472px;
}
.trustlink-partnership .body .m-8 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-8.png') no-repeat center center;
  left: 26.5%;
  top: 603px;
}
.trustlink-partnership .body .m-9 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-9.png') no-repeat center center;
  top: 487px;
  right: 25.5%;
}
.trustlink-partnership .body .m-10 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-10.png') no-repeat center center;
  right: 14.5%;
  top: 472px;
}
.trustlink-partnership .body .m-11 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-11.png') no-repeat center center;
  left: 16.5%;
  top: 679px;
}
.trustlink-partnership .body .m-12 {
  background: url('../images/quan-icon-1/assets/addons/ldcms/default/css/2.png') no-repeat center center;
  right: 27.5%;
  top: 662px;
}
.trustlink-partnership .body .m-13 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-13.png') no-repeat center center;
  right: 16.5%;
  top: 679px;
}
.trustlink-partnership .body .m-14 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-14.png') no-repeat center center;
  left: 21.5%;
  top: 868px;
}
.trustlink-partnership .body .m-15 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-15.png') no-repeat center center;
  left: 31.5%;
  top: 788px;
}
.trustlink-partnership .body .m-16 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-16.png') no-repeat center center;
  right: 33%;
  top: 798px;
}
.trustlink-partnership .body .m-17 {
  background: url('/assets/addons/ldcms/default/images/quan-icon-17.png') no-repeat center center;
  right: 21.8%;
  top: 868px;
}
.trustlink-partnership .body .m-icon {
  background-color: #fff;
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes randomEl {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.esg {
  padding-bottom: 140px;
  padding-top: 1px;
  position: relative;
  background-color: #E4E4E4;
}
.esg .item {
  flex: 1;
  height: 628px;
  overflow: hidden;
  margin-right: 15px;
  color: #fff;
}
.esg .default {
  position: relative;
  height: 100%;
  width: 100%;
}
.esg .default .title-box {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-left: 34px;
}
.esg .default .icon {
  position: absolute;
  right: 27px;
  top: 68px;
}
.esg .hover {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in;
  padding: 68px 92px;
  visibility: hidden;
  display: none;
}
.esg .hover .number {
  transition: all 0.5s ease-in;
  margin-top: -150px;
}
.esg .item.active {
  flex: 0 1 55%;
  transition: all 0.5s cubic-bezier(0.75, 0.02, 0.5, 1);
}
.esg .item.active .default {
  display: none;
}
.esg .item.active .hover {
  display: flex;
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
  opacity: 1;
  visibility: visible;
}
.esg .item.active .hover .number {
  margin-top: 0;
}
.esg .content {
  font-size: 15px;
}
.esg .content p {
  line-height: 1.5;
}
.esg .li {
  flex: 0 1 33.33%;
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.esg .li-reverse {
  flex-direction: column-reverse;
}
.esg .li .title {
  font-size: 13px;
}
.esg .li:after {
  content: '';
  display: block;
  height: 45%;
  top: 50%;
  width: 1px;
  background-color: #38a6aa;
  position: absolute;
  right: 0;
  transform: translate(-50%, -50%);
}
.esg .li:nth-child(3n):after {
  display: none;
}
.esg .li:nth-child(1),
.esg .li:nth-child(2),
.esg .li:nth-child(3) {
  border-bottom: 1px solid #38a6aa;
}
.esg .li:nth-child(1),
.esg .li:nth-child(4) {
  align-items: flex-start;
}
.tailored-services {
  padding-top: 150px;
  background: url('/assets/addons/ldcms/default/images/service_63.png') no-repeat top right;
}
.tailored-services .section-title {
  margin-top: 0px;
}
.tailored-services .item {
  flex: 1;
  margin-right: 30px;
  height: 970px;
  color: #fff;
  padding: 88px 56px;
  position: relative;
  max-width: 33.3%;
  background-repeat: no-repeat !important;
}
.tailored-services .item .title {
  font-size: 36px;
}
.tailored-services .item .intro {
  font-size: 20px;
  line-height: 2;
}
.tailored-services .item:nth-child(1) .details {
  background: url('/assets/addons/ldcms/default/images/service_64.png') no-repeat bottom center;
  background-color: #0080BA;
}
.tailored-services .item:nth-child(2) .details {
  background: url('/assets/addons/ldcms/default/images/service_65.png') no-repeat bottom center;
  background-color: #0080BA;
}
.tailored-services .item:nth-child(3) .details {
  background: url('/assets/addons/ldcms/default/images/service_66.png') no-repeat bottom center;
  background-color: #0080BA;
}
.tailored-services .item .details {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0080BA;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.tailored-services .item .details .icon {
  position: absolute;
  right: 50px;
  top: 60px;
  transition: all 0.7s ease-in;
  opacity: 0;
}
.tailored-services .item .details .details-box {
  position: absolute;
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.tailored-services .item .details .details-box .content,
.tailored-services .item .details .details-box p {
  line-height: 2;
}
.tailored-services .item .details .d-title {
  display: block;
  font-size: 36px;
  padding-bottom: 48px;
  transition: all 0.3s ease-in;
  margin-left: -200px;
}
.tailored-services .item .details .d-title:after {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height: 1px;
  background-color: #fff;
  top: 60px;
}
.tailored-services .item:hover .details {
  opacity: 1;
}
.tailored-services .item:hover .details .icon {
  opacity: 1;
}
.tailored-services .item:hover .details .d-title {
  margin-left: 0;
}
.all-services .intro-box {
  padding: 60px 50px;
  background-color: #173d87;
  color: #fff;
  width: 380px;
  height: 630px;
  margin-right: 10px;
  position: relative;
}
.all-services .intro-box .title {
  line-height: 1.2;
}
.all-services .intro-box .intro {
  line-height: 2;
  z-index: 11;
}
.all-services .item:nth-child(1) .yuan41 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: radial-gradient(transparent 194px, #748bb7 190px, #748bb7 200px, transparent 200px);
}
.all-services .item:nth-child(1) .sub-item .title,
.all-services .item:nth-child(1) .content {
  color: #173d87;
}
.all-services .item:nth-child(1) li::before {
  border: 1px solid #173d87 !important;
}
.all-services .item:nth-child(2) .intro-box {
  background-color: #009b6f;
}
.all-services .item:nth-child(2) .sub-item .title,
.all-services .item:nth-child(2) .content {
  color: #009b6f;
}
.all-services .item:nth-child(2) .yuan41 {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: -200px 0px;
  background-image: radial-gradient(transparent 194px, #67c3a8 190px, #67c3a8 200px, transparent 200px);
}
.all-services .item:nth-child(2) li::before {
  border: 1px solid #009b6f !important;
}
.all-services .item:nth-child(3) .intro-box {
  background-color: #0f80bb;
}
.all-services .item:nth-child(3) .sub-item .title,
.all-services .item:nth-child(3) .content {
  color: #0f80bb;
}
.all-services .item:nth-child(3) .yuan41 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: radial-gradient(transparent 194px, #66b3d6 190px, #66b3d6 200px, transparent 200px);
}
.all-services .details-items {
  flex: 1;
  background-size: 100% 100%;
}
.all-services .details-items .icon {
  position: absolute;
  top: 40px;
  opacity: 0;
  right: 80px;
  width: 60px;
  transition: all 1.5s ease-in;
}
.all-services .details-items .sub-item {
  flex: 1;
  position: relative;
  color: #8F8F8F;
  display: flex;
  height: 100%;
  padding: 0 10px;
  padding-top: 140px;
  overflow: hidden;
  transition: all 0.75s cubic-bezier(0.75, 0.02, 0.5, 1);
}
.all-services .details-items .sub-item .sub {
  line-height: 1.5;
}
.all-services .details-items .content {
  opacity: 0;
  height: 1px;
  line-height: 1.5;
  font-size: 18px;
  transition: opacity 0.7s cubic-bezier(0.75, 0.02, 0.5, 1);
  position: absolute;
  bottom: 60%;
  left: 60px;
  transform: translate(0, -50%);
  padding-right: 20px;
}
.all-services .details-items .content span {
  font-size: 15px;
  padding-left: 30px;
  display: block;
  line-height: 1.5;
  color: #8C8C8C;
}
.all-services .details-items .content li {
  line-height: 2;
  position: relative;
  padding-left: 30px;
}
.all-services .details-items .content li:before {
  display: block;
  content: '';
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 10px;
  border-radius: 50%;
  border: 1px solid #0080BA;
  transform: translate(-50%, -50%);
}
.all-services .details-items .sub-item:hover {
  flex: 0 1 40%;
  padding-left: 60px;
}
.all-services .details-items .sub-item:hover .content {
  opacity: 1;
}
.all-services .details-items .sub-item:hover .icon {
  opacity: 1;
}
.all-services .details-items .sub-item:not(:last-child) {
  padding-right: 10px;
  border-right: 10px solid #fff;
}
.business-solutions {
  padding-top: 1px;
  padding-bottom: 140px;
  position: relative;
  background-color: #e7e7e7;
}
.business-solutions a {
  color: #8C8C8C;
}
.business-solutions .body li {
  flex: 0;
}
.business-solutions .body li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.business-solutions .body li .icon {
  transition: opacity 0.7s ease-in;
  opacity: 0;
}
.business-solutions .body li:hover .hover-box {
  opacity: 1;
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
}
.business-solutions .body li:hover .icon {
  opacity: 1;
}
.business-solutions .body li span:hover {
  color: #0080BA;
}
.business-solutions .body .img-box {
  width: 526px;
  height: 246px;
  position: relative;
}
.business-solutions .body .img-box .icon {
  position: absolute;
  top: 21px;
  right: 26px;
  z-index: 111;
}
.business-solutions .body .img-box .hover-box {
  color: #FFF;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  height: 100%;
  padding: 0 40px;
}
.business-solutions .body .img-box .hover-box .content {
  line-height: 1.5;
}
.business-solutions .body .title-box {
  height: 40px;
  margin-bottom: 10px;
}
.business-solutions .yuan41-b-r {
  z-index: 0;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  position: absolute;
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: -300px -300px;
  background-image: radial-gradient(transparent 292px, #fff 290px, #fff 300px, transparent 300px);
}
.best-practices {
  position: relative;
  margin-bottom: 0px;
}
.best-practices .section-title {
  position: absolute;
  top: 0;
  z-index: 11;
  color: #fff;
  width: auto;
  margin-left: 130px;
  align-items: flex-start;
}
.best-practices .section-title .title {
  max-width: 100% !important;
  text-align: left !important;
}
.best-practices .section-title .sub {
  color: #fff;
}
.best-practices .w {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 50%;
  transform: translate(-50%, -50%);
}
.best-practices .box {
  position: absolute;
  width: 540px;
  color: #fff;
  opacity: 1;
  transition: all 1s ease-in;
}
.best-practices .box .title {
  text-align: left;
  color: #E9E9E9;
}
.best-practices .box .name {
  text-align: left;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  margin-bottom: 50px;
}
.best-practices .box .name:after {
  content: '';
  position: absolute;
  left: 2px;
  bottom: 0;
  background-color: #ffffff;
  width: 70px;
  height: 2px;
}
.best-practices .box .content {
  text-align: left;
  line-height: 2;
  margin-bottom: 140px;
}
.best-practices .box .more {
  font-size: 15px;
  width: 120px;
  display: block !important;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 26px;
}
.best-practices .box .more:hover {
  background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
}
.news {
  position: relative;
}
.news .cat-nav {
  background-color: #ededed;
}
.news .top {
  position: relative;
  background-color: #ededed;
  padding-top: 70px;
  padding-bottom: 70px;
}
.news .top .section-title {
  margin-top: 0;
}
.news .top img {
  width: 525px;
  height: 322px;
  margin-right: 90px;
}
.news .top .box {
  display: flex;
  flex-direction: column;
}
.news .top .box-self-start {
  align-self: flex-start;
}
.news .top .box-self-end {
  align-self: flex-end;
}
.news .top .box-self-center {
  align-self: center;
}
.news .top .box-content-start {
  align-content: flex-start;
}
.news .top .box-content-end {
  align-content: flex-end;
}
.news .top .box-content-center {
  align-content: center;
}
.news .top .box-content-between {
  align-content: space-between;
}
.news .top .box-content-around {
  align-content: space-around;
}
.news .top .box-row-start {
  align-items: flex-start;
}
.news .top .box-row-end {
  align-items: flex-end;
}
.news .top .box-row-center {
  align-items: center;
}
.news .top .box-col-start {
  justify-content: flex-start;
}
.news .top .box-col-end {
  justify-content: flex-end;
}
.news .top .box-col-center {
  justify-content: center;
}
.news .top .box-col-between {
  justify-content: space-between;
}
.news .top .box-col-around {
  justify-content: space-around;
}
.news .top .box-center {
  align-items: center;
  justify-content: center;
}
.news .top .box-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.news .top .box-start-center {
  align-items: flex-start;
  justify-content: center;
}
.news .top .box-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.news .top .box-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.news .top .box-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.news .top .box-center-start {
  align-items: center;
  justify-content: flex-start;
}
.news .top .box-center-center {
  align-items: center;
  justify-content: center;
}
.news .top .box-center-end {
  align-items: center;
  justify-content: flex-end;
}
.news .top .box-center-between {
  align-items: center;
  justify-content: space-between;
}
.news .top .box-center-around {
  align-items: center;
  justify-content: space-around;
}
.news .top .box-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.news .top .box-end-center {
  align-items: flex-end;
  justify-content: center;
}
.news .top .box-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.news .top .box-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.news .top .box-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.news .top .box-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.news .top .box-around-center {
  align-content: space-around;
  justify-content: center;
}
.news .top .box-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.news .top .box-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.news .top .box-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.news .top .box-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.news .top .box-between-center {
  align-content: space-between;
  justify-content: center;
}
.news .top .box-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.news .top .box-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.news .top .box-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.news .top .box-reverse {
  flex-direction: column-reverse;
}
.news .top .box .title {
  color: #0080BA;
  line-height: 1.5;
  font-weight: bold;
}
.news .top .box .content {
  color: #959595;
  font-size: 16px;
  line-height: 2;
}
.news .top .box .more {
  color: #8C8C8C;
}
.news .top .box .more a {
  z-index: 11;
  color: #0080BA;
}
.news .top .yuan41-t-l {
  width: 230px;
  height: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 460px 460px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: radial-gradient(transparent 222px, #fff 220px, #fff 230px, transparent 230px);
}
.news .body li {
  border-bottom: 1px solid #959595;
  padding: 50px 26px;
  color: #8C8C8C;
  transition: all 0.3s ease-in;
}
.news .body li a {
  color: #959595;
}
.news .body li .author {
  color: #c8c8c8;
}
.news .body li .content {
  line-height: 1.5;
  width: 70%;
}
.news .body li .title {
  font-weight: bold;
}
.news .body li:hover {
  padding: 50px 50px;
  border-bottom: 1px solid #0080BA;
}
.news .body li:hover .title,
.news .body li:hover .fa {
  color: #0080BA;
}
.news .yuan41-b-l {
  width: 230px;
  height: 230px;
  position: absolute;
  background-size: 460px 460px;
  background-repeat: no-repeat;
  background-position: 0px -230px;
  background-image: radial-gradient(transparent 222px, #fff 220px, #fff 230px, transparent 230px);
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
}
.news .more-box {
  margin-bottom: 80px;
}
.news-detail {
  padding-top: 100px;
  color: #000;
}
.news-detail .w {
  width: 1400px;
}
.news-detail .article-top {
  padding-top: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.news-detail .article-main {
  padding: 50px 0;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #E5E5E5;
}
.news-detail .article-main * {
  line-height: 1.8;
}
.news-detail .article-main img {
  display: block;
  margin: 0 auto;
}
.news-detail .article-nav {
  margin: 20px 0;
  font-size: 16px;
}
.news-detail .prev a,
.news-detail .next a {
  color: #666666;
  font-size: 16px;
  transition: all 0.5s ease-in;
}
.news-detail .prev a:hover,
.news-detail .next a:hover {
  color: #0080BA;
}
.service-cases {
  position: relative;
  padding-bottom: 140px;
}
.service-cases .sub {
  color: #8f8f8f;
}
.service-cases li {
  max-width: 396px;
  margin-right: 10px;
  z-index: 11;
}
.service-cases li img {
  width: 396px;
  height: 294px;
  object-fit: cover;
}
.service-cases li a {
  color: #8f8f8f;
}
.service-cases li:hover a {
  color: #0080BA;
}
.service-cases .yuan41-t-r {
  width: 318px;
  height: 318px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 636px 636px;
  background-repeat: no-repeat;
  background-position: -318px 0px;
  background-image: radial-gradient(transparent 308px, #f8f8f8 308px, #f8f8f8 318px, transparent 318px);
}
.contact-qrcode {
  position: relative;
  background: url('/assets/addons/ldcms/default/images/cases_24.png') no-repeat bottom right;
  background-color: #e7e7e7;
  height: 450px;
}
.contact-qrcode .box {
  position: relative;
  margin-left: -100px;
}
.contact-qrcode .box .content {
  color: #8C8C8C;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: -220px;
  transform: translate(0, -50%);
  width: 200px;
}
.contact-qrcode .box .content-self-start {
  align-self: flex-start;
}
.contact-qrcode .box .content-self-end {
  align-self: flex-end;
}
.contact-qrcode .box .content-self-center {
  align-self: center;
}
.contact-qrcode .box .content-content-start {
  align-content: flex-start;
}
.contact-qrcode .box .content-content-end {
  align-content: flex-end;
}
.contact-qrcode .box .content-content-center {
  align-content: center;
}
.contact-qrcode .box .content-content-between {
  align-content: space-between;
}
.contact-qrcode .box .content-content-around {
  align-content: space-around;
}
.contact-qrcode .box .content-row-start {
  align-items: flex-start;
}
.contact-qrcode .box .content-row-end {
  align-items: flex-end;
}
.contact-qrcode .box .content-row-center {
  align-items: center;
}
.contact-qrcode .box .content-col-start {
  justify-content: flex-start;
}
.contact-qrcode .box .content-col-end {
  justify-content: flex-end;
}
.contact-qrcode .box .content-col-center {
  justify-content: center;
}
.contact-qrcode .box .content-col-between {
  justify-content: space-between;
}
.contact-qrcode .box .content-col-around {
  justify-content: space-around;
}
.contact-qrcode .box .content-center {
  align-items: center;
  justify-content: center;
}
.contact-qrcode .box .content-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-qrcode .box .content-start-center {
  align-items: flex-start;
  justify-content: center;
}
.contact-qrcode .box .content-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.contact-qrcode .box .content-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.contact-qrcode .box .content-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.contact-qrcode .box .content-center-start {
  align-items: center;
  justify-content: flex-start;
}
.contact-qrcode .box .content-center-center {
  align-items: center;
  justify-content: center;
}
.contact-qrcode .box .content-center-end {
  align-items: center;
  justify-content: flex-end;
}
.contact-qrcode .box .content-center-between {
  align-items: center;
  justify-content: space-between;
}
.contact-qrcode .box .content-center-around {
  align-items: center;
  justify-content: space-around;
}
.contact-qrcode .box .content-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.contact-qrcode .box .content-end-center {
  align-items: flex-end;
  justify-content: center;
}
.contact-qrcode .box .content-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.contact-qrcode .box .content-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.contact-qrcode .box .content-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.contact-qrcode .box .content-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.contact-qrcode .box .content-around-center {
  align-content: space-around;
  justify-content: center;
}
.contact-qrcode .box .content-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.contact-qrcode .box .content-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.contact-qrcode .box .content-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.contact-qrcode .box .content-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.contact-qrcode .box .content-between-center {
  align-content: space-between;
  justify-content: center;
}
.contact-qrcode .box .content-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.contact-qrcode .box .content-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.contact-qrcode .box .content-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.contact-qrcode .box .content-reverse {
  flex-direction: column-reverse;
}
.contact-qrcode .yuan41-b-r {
  left: 0;
  top: 0;
  width: 318px;
  height: 318px;
  position: absolute;
  background-size: 636px 636px;
  background-repeat: no-repeat;
  background-position: -318px -318px;
  background-image: radial-gradient(transparent 308px, #fff 308px, #fff 318px, transparent 318px);
}
.service-site-overvivew {
  height: 860px;
  padding-top: 150px;
  background-color: #f0f2f5;
  background: url('/assets/addons/ldcms/default/images/cases_7.png') no-repeat left bottom;
  color: #8E8E8E;
}
.service-site-overvivew .w {
  position: relative;
}
.service-site-overvivew .section-title {
  margin-top: 0;
}
.service-site-overvivew .body {
  position: absolute;
  right: 100px;
  width: 800px;
  padding-top: 50px;
}
.service-site-overvivew .body .t-1::before {
  background: url('/assets/addons/ldcms/default/images/cases_1.png') no-repeat left center;
}
.service-site-overvivew .body .t-2::before {
  background: url('/assets/addons/ldcms/default/images/cases_3.png') no-repeat left center;
}
.service-site-overvivew .body .t-3::before {
  background: url('/assets/addons/ldcms/default/images/cases_4.png') no-repeat left center;
}
.service-site-overvivew .body .t-4::before {
  background: url('../images/cases_/assets/addons/ldcms/default/css/2.png') no-repeat left center;
}
.service-site-overvivew .body .title {
  font-size: 18px;
  display: flex;
  position: relative;
  padding-left: 30px;
}
.service-site-overvivew .body .title-self-start {
  align-self: flex-start;
}
.service-site-overvivew .body .title-self-end {
  align-self: flex-end;
}
.service-site-overvivew .body .title-self-center {
  align-self: center;
}
.service-site-overvivew .body .title-content-start {
  align-content: flex-start;
}
.service-site-overvivew .body .title-content-end {
  align-content: flex-end;
}
.service-site-overvivew .body .title-content-center {
  align-content: center;
}
.service-site-overvivew .body .title-content-between {
  align-content: space-between;
}
.service-site-overvivew .body .title-content-around {
  align-content: space-around;
}
.service-site-overvivew .body .title-row-start {
  align-items: flex-start;
}
.service-site-overvivew .body .title-row-end {
  align-items: flex-end;
}
.service-site-overvivew .body .title-row-center {
  align-items: center;
}
.service-site-overvivew .body .title-col-start {
  justify-content: flex-start;
}
.service-site-overvivew .body .title-col-end {
  justify-content: flex-end;
}
.service-site-overvivew .body .title-col-center {
  justify-content: center;
}
.service-site-overvivew .body .title-col-between {
  justify-content: space-between;
}
.service-site-overvivew .body .title-col-around {
  justify-content: space-around;
}
.service-site-overvivew .body .title-center {
  align-items: center;
  justify-content: center;
}
.service-site-overvivew .body .title-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.service-site-overvivew .body .title-start-center {
  align-items: flex-start;
  justify-content: center;
}
.service-site-overvivew .body .title-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.service-site-overvivew .body .title-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.service-site-overvivew .body .title-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.service-site-overvivew .body .title-center-start {
  align-items: center;
  justify-content: flex-start;
}
.service-site-overvivew .body .title-center-center {
  align-items: center;
  justify-content: center;
}
.service-site-overvivew .body .title-center-end {
  align-items: center;
  justify-content: flex-end;
}
.service-site-overvivew .body .title-center-between {
  align-items: center;
  justify-content: space-between;
}
.service-site-overvivew .body .title-center-around {
  align-items: center;
  justify-content: space-around;
}
.service-site-overvivew .body .title-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.service-site-overvivew .body .title-end-center {
  align-items: flex-end;
  justify-content: center;
}
.service-site-overvivew .body .title-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.service-site-overvivew .body .title-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.service-site-overvivew .body .title-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.service-site-overvivew .body .title-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.service-site-overvivew .body .title-around-center {
  align-content: space-around;
  justify-content: center;
}
.service-site-overvivew .body .title-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.service-site-overvivew .body .title-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.service-site-overvivew .body .title-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.service-site-overvivew .body .title-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.service-site-overvivew .body .title-between-center {
  align-content: space-between;
  justify-content: center;
}
.service-site-overvivew .body .title-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.service-site-overvivew .body .title-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.service-site-overvivew .body .title-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.service-site-overvivew .body .title::before {
  content: '';
  display: block;
  width: 40px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-site-overvivew .body .content {
  font-size: 24px;
  padding-left: 30px;
  margin: 20px 0 80px 0;
  line-height: 2;
}
.service-site-overvivew .body .content .content-m {
  vertical-align: top;
  color: #0080BA;
}
.our-services {
  background-color: #e7e7e7;
  padding-top: 94px;
  padding-bottom: 70px;
}
.our-services .section-title {
  margin-top: 0;
}
.our-services .item {
  padding-top: 58px;
  padding-left: 80px;
  color: #fff;
  flex: 0 1 49.5%;
  height: 275px;
  background-color: #0080BA;
  position: relative;
  overflow: hidden;
}
.our-services .item .title {
  display: flex;
  position: relative;
  font-size: 24px;
  margin-bottom: 40px;
}
.our-services .item .title:after {
  position: absolute;
  content: '';
  display: block !important;
  background-color: #d2d2d2;
  height: 2px;
  width: 40px;
  bottom: -20px;
}
.our-services .item .icon,
.our-services .item .content {
  transition: all 0.75s ease-in;
}
.our-services .item .content {
  opacity: 0;
}
.our-services .item .content li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.our-services .item .content li::before {
  width: 17px;
  height: 17px;
  position: absolute;
  top: -1px;
  left: -32px;
  display: block;
  content: '';
  border-radius: 50%;
  border: 1px solid #d2d2d2;
}
.our-services .item:hover .icon {
  opacity: 1;
  margin-top: -200px;
}
.our-services .item:hover .content {
  opacity: 1;
}
.our-services .item:nth-child(odd) {
  margin-right: 1%;
  margin-bottom: 10px;
}
.our-services .yuan41-t-l {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 300px 300px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: radial-gradient(transparent 146px, #66b3d6 140px, #66b3d6 150px, transparent 150px);
}
.client-concerns {
  color: #8E8E8E;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}
.client-concerns .section-title {
  margin-top: 0;
}
.client-concerns .body {
  position: absolute;
  width: 550px;
  left: 73%;
  padding-left: 0;
  transform: translate(-50%, 0);
}
.client-concerns .body li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  position: relative;
}
.client-concerns .body li::before {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 7px;
  left: -32px;
  display: block;
  content: '';
  border-radius: 50%;
  border: 1px solid #0080BA;
}
.service-outcomes {
  background: url('/assets/addons/ldcms/default/images/cases_26.png') no-repeat center center;
  background-size: 100% auto;
  height: 970px;
  position: relative;
  padding-top: 170px;
}
.service-outcomes .section-title {
  margin-top: 0;
  justify-content: flex-start;
  color: #fff;
}
.service-outcomes .section-title .sub {
  color: #fff;
}
.service-outcomes .body {
  position: absolute;
  width: 550px;
  left: 73%;
  padding-left: 0;
  transform: translate(-50%, 0);
}
.service-outcomes .body li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  position: relative;
}
.service-outcomes .body li::before {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 7px;
  left: -32px;
  display: block;
  content: '';
  border-radius: 50%;
  border: 1px solid #fff;
}
.it-s-brands .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 187px;
  bottom: 80px !important;
  background: url('/assets/addons/ldcms/default/images/brands-line.png') no-repeat center center;
  background-position-y: -89px;
}
.it-s-brands .swiper-pagination-self-start {
  align-self: flex-start;
}
.it-s-brands .swiper-pagination-self-end {
  align-self: flex-end;
}
.it-s-brands .swiper-pagination-self-center {
  align-self: center;
}
.it-s-brands .swiper-pagination-content-start {
  align-content: flex-start;
}
.it-s-brands .swiper-pagination-content-end {
  align-content: flex-end;
}
.it-s-brands .swiper-pagination-content-center {
  align-content: center;
}
.it-s-brands .swiper-pagination-content-between {
  align-content: space-between;
}
.it-s-brands .swiper-pagination-content-around {
  align-content: space-around;
}
.it-s-brands .swiper-pagination-row-start {
  align-items: flex-start;
}
.it-s-brands .swiper-pagination-row-end {
  align-items: flex-end;
}
.it-s-brands .swiper-pagination-row-center {
  align-items: center;
}
.it-s-brands .swiper-pagination-col-start {
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination-col-end {
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination-col-center {
  justify-content: center;
}
.it-s-brands .swiper-pagination-col-between {
  justify-content: space-between;
}
.it-s-brands .swiper-pagination-col-around {
  justify-content: space-around;
}
.it-s-brands .swiper-pagination-center {
  align-items: center;
  justify-content: center;
}
.it-s-brands .swiper-pagination-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination-start-center {
  align-items: flex-start;
  justify-content: center;
}
.it-s-brands .swiper-pagination-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination-center-start {
  align-items: center;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination-center-center {
  align-items: center;
  justify-content: center;
}
.it-s-brands .swiper-pagination-center-end {
  align-items: center;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination-center-between {
  align-items: center;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination-center-around {
  align-items: center;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination-end-center {
  align-items: flex-end;
  justify-content: center;
}
.it-s-brands .swiper-pagination-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination-around-center {
  align-content: space-around;
  justify-content: center;
}
.it-s-brands .swiper-pagination-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination-between-center {
  align-content: space-between;
  justify-content: center;
}
.it-s-brands .swiper-pagination-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination .bullet {
  margin: 0 50px !important;
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  width: auto;
  height: auto;
  opacity: 1;
}
.it-s-brands .swiper-pagination .bullet .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 67px;
  width: 67px;
  margin-bottom: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
}
.it-s-brands .swiper-pagination .bullet .icon-self-start {
  align-self: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-self-end {
  align-self: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-self-center {
  align-self: center;
}
.it-s-brands .swiper-pagination .bullet .icon-content-start {
  align-content: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-content-end {
  align-content: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-content-center {
  align-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-content-between {
  align-content: space-between;
}
.it-s-brands .swiper-pagination .bullet .icon-content-around {
  align-content: space-around;
}
.it-s-brands .swiper-pagination .bullet .icon-row-start {
  align-items: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-row-end {
  align-items: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-row-center {
  align-items: center;
}
.it-s-brands .swiper-pagination .bullet .icon-col-start {
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-col-end {
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-col-center {
  justify-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-col-between {
  justify-content: space-between;
}
.it-s-brands .swiper-pagination .bullet .icon-col-around {
  justify-content: space-around;
}
.it-s-brands .swiper-pagination .bullet .icon-center {
  align-items: center;
  justify-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-start-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-start-center {
  align-items: flex-start;
  justify-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-start-end {
  align-items: flex-start;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-start-between {
  align-items: flex-start;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination .bullet .icon-start-around {
  align-items: flex-start;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination .bullet .icon-center-start {
  align-items: center;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-center-center {
  align-items: center;
  justify-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-center-end {
  align-items: center;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-center-between {
  align-items: center;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination .bullet .icon-center-around {
  align-items: center;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination .bullet .icon-end-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-end-center {
  align-items: flex-end;
  justify-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-end-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-end-between {
  align-items: flex-end;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination .bullet .icon-end-around {
  align-items: flex-end;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination .bullet .icon-around-start {
  align-content: space-around;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-around-center {
  align-content: space-around;
  justify-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-around-end {
  align-content: space-around;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-around-between {
  align-content: space-around;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination .bullet .icon-around-around {
  align-content: space-around;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination .bullet .icon-between-start {
  align-content: space-between;
  justify-content: flex-start;
}
.it-s-brands .swiper-pagination .bullet .icon-between-center {
  align-content: space-between;
  justify-content: center;
}
.it-s-brands .swiper-pagination .bullet .icon-between-end {
  align-content: space-between;
  justify-content: flex-end;
}
.it-s-brands .swiper-pagination .bullet .icon-between-between {
  align-content: space-between;
  justify-content: space-between;
}
.it-s-brands .swiper-pagination .bullet .icon-between-around {
  align-content: space-between;
  justify-content: space-around;
}
.it-s-brands .swiper-pagination .bullet .icon img {
  width: 80%;
}
.it-s-brands .swiper-pagination .bullet .icon::before,
.it-s-brands .swiper-pagination .bullet .icon::after {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background-color: #C7C7C7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.it-s-brands .swiper-pagination .bullet .icon::before {
  left: -26px;
}
.it-s-brands .swiper-pagination .bullet .icon::after {
  right: -153px;
  width: 102px;
}
.it-s-brands .swiper-pagination .bullet .y {
  font-size: 20px;
}
.it-s-brands .swiper-pagination .bullet-1.swiper-pagination-bullet-active .icon {
  background-color: #bb2123;
}
.it-s-brands .swiper-pagination .bullet-2.swiper-pagination-bullet-active .icon {
  background-color: #5cc088;
}
.it-s-brands .swiper-pagination .bullet-3.swiper-pagination-bullet-active .icon {
  background-color: #61ac4c;
}
.it-s-brands .swiper-pagination .bullet-4.swiper-pagination-bullet-active .icon {
  background-color: #38ac8c;
}
.it-s-brands .swiper-pagination .bullet-5.swiper-pagination-bullet-active .icon {
  background-color: #ce561c;
}
.it-s-brands .swiper-pagination .bullet-6.swiper-pagination-bullet-active .icon {
  background-color: #193664;
}
.it-s-brands .swiper-pagination .bullet-7.swiper-pagination-bullet-active .icon {
  background-color: #e47b42;
}
.it-s-brands .box {
  z-index: 1111;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 62%;
  padding-top: 100px;
  overflow: hidden;
}
.it-s-brands .box::after {
  z-index: 1111;
  position: absolute;
  bottom: 205px;
  left: 5%;
  content: '';
  display: block;
  width: 90%;
  height: 5px;
  transform: translate(0, 0);
  background-color: #fff;
}
.it-s-brands .box-sub {
  width: 22%;
  max-width: 358px;
  height: 100%;
  position: relative;
  z-index: 1;
  inset-inline-start: 0;
  transition: inset-inline-start 0.75s cubic-bezier(0.75, 0.02, 0.5, 1);
  --offset: -358px;
}
.it-s-brands .box-sub.reset {
  animation: reset-box 0.65s ease-out forwards 0.5s;
}
.it-s-brands .content-box {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px) brightness(0.9);
  padding: 60px 36px 0 36px;
  position: relative;
  height: 100%;
}
.it-s-brands .content-1 {
  background-color: #bb21235e;
}
.it-s-brands .content-2 {
  background-color: #5cc0885e;
}
.it-s-brands .content-3 {
  background-color: #61ac4c5e;
}
.it-s-brands .content-4 {
  background-color: #38ac8c5e;
}
.it-s-brands .content-5 {
  background-color: #ce561c5e;
}
.it-s-brands .content-6 {
  background-color: #1936645e;
}
.it-s-brands .content-7 {
  background-color: #e47b425e;
}
.it-s-brands .title {
  font-size: 60px;
  margin-bottom: 70px;
  display: block !important;
  position: relative;
}
.it-s-brands .title:after {
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: #fff;
  bottom: -30px;
  left: 0;
  content: '';
}
.it-s-brands .content {
  font-size: 18px;
  line-height: 1.5;
}
.it-s-brands .year {
  color: #E7E7E7;
  font-size: 130px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media (max-width: 1850px) and (min-width: 1400px) {
  .it-s-brands .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .it-s-brands .content {
    font-size: 16px;
  }
  .it-s-brands .year {
    font-size: 110px;
  }
  .it-s-brands .box::after {
    bottom: 130px;
  }
}
.cat-nav {
  color: #959595;
  font-size: 20px;
  background-color: #fff;
}
.cat-nav .right {
  z-index: 11;
}
.cat-nav ul .fa {
  font-size: 20px;
  line-height: 1;
  margin: 0 6px;
}
.cat-nav li:last-child .fa {
  display: none;
}
.cat-nav .w {
  border-bottom: 1px solid #c7c7c7;
  padding: 70px 0 40px 0;
}
.cat-nav .w a {
  display: block;
  color: #959595;
  margin-left: 30px;
  z-index: 11;
}
.cat-nav .w .active a {
  position: relative;
  color: #0080BA;
}
.cat-nav .w .active a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0080BA;
}
.cat-nav.fixed-100 {
  position: fixed;
  top: 100px;
  left: 0;
  opacity: 0.98;
  right: 0;
  width: 100%;
  z-index: 111 !important;
}
.slide-box {
  position: relative;
}
.slide-box > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide-box .w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 50%;
}
.slide-box .intro {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
}
.slide-box .box {
  width: 550px;
  transition: all 1s ease-in;
  opacity: 1;
}
.slide-box .box .name {
  margin-bottom: 90px;
  position: relative;
}
.slide-box .box .name:after {
  position: absolute;
  bottom: -45px;
  left: 2px;
  content: '';
  display: block;
  width: 71px;
  height: 2px;
  background-color: #fff;
}
.slide-box .box .content {
  line-height: 2;
}
@keyframes reset-box {
  0% {
    inset-inline-start: var(--offset);
  }
  100% {
    inset-inline-start: 0;
  }
}
body.hk .trustlink-partnership .body {
  background: url('/assets/addons/ldcms/default/images/shengtaitu-tw.jpg') no-repeat center center;
}
body.en .section-title .sub {
  opacity: 0;
  display: none;
}
body.en .section-title .title {
  margin-bottom: 60px;
  max-width: 80%;
  text-align: center;
}
body.en .nav-box > li {
  font-size: 16px;
}
body.en .nav-box .three-nav a {
  font-size: 14px;
}
body.en .footer .font-18 {
  font-size: 15px !important;
}
body.en .footer a {
  font-size: 12px;
}
body.en .footer .one:not(:last-child) {
  margin-right: 20px;
}
body.en .esg .li {
  padding: 15px 15px;
}
body.en .tailored-services .item .details .d-title::after {
  display: none;
}
body.en .all-services .intro-box .intro {
  line-height: 1.5;
}
body.en .business-solutions .body .img-box .hover-box .font-30 {
  font-size: 22px;
}
body.en .business-solutions .body .img-box .hover-box .content {
  line-height: 1.5;
  font-size: 14px;
}
body.en .it-s-brands .title {
  font-size: 42px;
}
body.en .it-s-brands .content {
  font-size: 15px;
}
body.en .it-s-brands .box::after {
  bottom: 164px;
}
body.en .trustlink-partnership .body {
  background: url('/assets/addons/ldcms/default/images/shengtaitu-en.jpg') no-repeat center center;
  margin-top: -214px;
}
body.en .doll-active-box .title {
  transform: translate(-50%, -50%) scale(0.7);
  bottom: 208px;
  font-size: 12px;
  width: 73%;
}
body.en .home-business-scope .swiper-pagination-bullet {
  line-height: 1.2;
  width: 120px;
}
body.en .home-business-scope .yuan.suzhou {
  right: 265px;
  top: 493px;
}
body.en .home-business-scope .yuan.suzhou .title {
  width: 200px;
  line-height: 1.2;
}
body.en .home-business-scope .yuan.wuxi {
  right: 491px;
  top: 494px;
}
body.en .home-business-scope .yuan.wuxi .title {
  width: 200px;
  line-height: 1.2;
}
body.en .home-business-scale .box .item:nth-child(5) .unit::before {
  display: none;
}
body.en .operation-centers .item .intro,
body.en .operation-centers .item .address,
body.en .operation-centers .item li {
  width: 80%;
}
body.en .client-concerns {
  padding-bottom: 280px;
}
body.en .client-concerns .body,
body.en .service-outcomes .body {
  width: 28%;
  left: 73%;
  padding-left: 0;
}
body.en .all-services .intro-box .title,
body.en .all-services .item .sub-item .title {
  line-height: 1.5;
}
body.en .milestone .w {
  margin-top: -350px;
}
body.en .mission-vision-value .body .item {
  width: 500px;
}
body.en .esg .li::after {
  height: 30%;
  top: 30%;
}
body.en .esg .hover .list {
  margin-left: -15px;
}
body.en .esg .default .sub,
body.en .esg .hover .sub {
  display: none;
}
body.en .esg .item.active {
  flex: 0 1 55%;
}
body.en .business-solutions .body .img-box .icon {
  top: 10px;
  right: 15px;
  width: 50px;
}
body.en .all-services .details-items .content li {
  font-size: 16px;
}
body.en .tailored-services .item .intro {
  line-height: 1.5;
}
body.en .contact-qrcode .box {
  margin-left: -200px;
}
body.en .contact-qrcode .box .content {
  width: 400px;
  right: -420px;
}
body.en .contact-information .body .address {
  line-height: 1.4;
}
body.en .home-business-scope .yuan.shanghai {
  right: 397px;
}
body.en .home-business-scope .yuan.henan {
  right: 567px;
  top: 465px;
}
body.en .home-business-scope .yuan.hubei {
  top: 528px;
  right: 586px;
}
body.en .home-business-scope .yuan.hunan {
  top: 604px;
  right: 600px;
}
body.en .home-business-scope .yuan.jiangxi {
  top: 588px;
  right: 515px;
}
body.en .home-business-scope .yuan.nantong {
  top: 482px;
  right: 426px;
}
body.en .home-business-scope .yuan.hainan {
  right: 623px;
  top: 797px;
}
body.en .home-business-scope .yuan.neimenggu {
  top: 247px;
  right: 504px;
}
body.en .home-business-scope .yuan.hebei {
  top: 375px;
  right: 547px;
}
body.en .home-business-scope .yuan.shanxi1 {
  top: 416px;
  right: 595px;
}
body.en .home-business-scope .yuan.shandong {
  top: 428px;
  right: 461px;
}
body.en .home-business-scope .yuan.liaoning {
  top: 295px;
  right: 405px;
}
body.en .home-business-scope .yuan.nanjing {
  right: 443px;
  top: 496px;
}
body.en .home-business-scope .yuan.changzhou {
  right: 397px;
  top: 520px;
}
body.en .home-business-scope .yuan.ningbo {
  right: 420px;
  top: 552px;
}
body.en .home-business-scope .yuan.hangzhou {
  right: 458px;
  top: 529px;
}
body.en .home-business-scope .yuan.jiaxing {
  top: 508px;
  right: 421px;
}
body.en .home-business-scope .yuan.xianggang {
  right: 506px;
  top: 716px;
}
body.en .home-business-scope .yuan.guangdong {
  right: 517px;
  top: 686px;
}
body.en .home-business-scope .yuan.shenzhen {
  right: 498px;
  top: 709px;
}
body.en .home-business-scope .yuan.guangxi {
  right: 652px;
  top: 682px;
}
.w1630 {
  width: 1630px !important;
  max-width: 1630px !important;
}
@media screen and (max-width: 1629px) and (min-width: 1200px) {
  .w {
    width: 1300px;
    max-width: 1300px;
  }
  .section-left .section-title {
    width: 1300px !important;
    max-width: 1300px !important;
  }
  .footer .one {
    margin-right: 30px !important;
  }
  body.en .footer .one {
    margin-right: 10px !important;
  }
  .home-recent-news .left .item .box {
    height: 310px;
  }
  .home-recent-news .left .item {
    max-width: 390px;
  }
  .home-recent-news .left .item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .home-business-scale {
    min-height: 690px;
  }
  .home-business-scale .box .title {
    font-size: 14px;
    bottom: -14px;
  }
  .service-cases li {
    width: 315px;
  }
  .service-cases li img {
    width: 100%;
    height: 170px;
  }
  .mission-vision-value {
    min-height: 700px;
  }
  .business-solutions .body .img-box {
    width: 420px;
  }
  .home-business-scale .box .number-box {
    margin-right: 30px;
  }
  .home-business-scale .box .number {
    font-size: 30px;
  }
  .our-culture .body {
    min-height: 680px;
  }
  .it-s-brands .title {
    font-size: 30px;
  }
  .it-s-brands .content {
    font-size: 15px;
  }
  .it-s-brands .year {
    font-size: 80px;
  }
  .client-concerns {
    padding-bottom: 300px;
  }
  .brand-accessories .body li {
    width: 420px;
  }
  .brand-accessories .body .default-box,
  .brand-accessories .body .hover-box {
    height: 315px;
  }
  .download-content .body li {
    width: 400px;
    padding: 45px 30px;
  }
  .business-solutions .body .img-box .hover-box .content {
    font-size: 13px;
  }
  .it-s-brands .swiper-pagination {
    bottom: 20px !important;
  }
  .service-site-overvivew .body {
    width: 600px;
  }
  .service-outcomes {
    height: 690px;
  }
  .tailored-services .item {
    height: 870px;
  }
  .trustlink-partnership {
    height: 650px;
  }
  .trustlink-partnership .section-title {
    padding-top: 40px;
  }
  .trustlink-partnership .section-title .sub {
    margin-bottom: 0;
  }
  .trustlink-partnership .body {
    height: 650px;
    width: 1300px;
    min-width: 1300px;
    max-width: 1300px;
    margin-top: -157px;
    background: url('/assets/addons/ldcms/default/images/shengtaitu-small.jpg') no-repeat center center;
  }
  .trustlink-partnership .body .quan {
    width: 182px;
    height: 180px;
    bottom: 132px;
  }
  .trustlink-partnership .body .m-icon {
    width: 50px;
    height: 50px;
  }
  .trustlink-partnership .body .m-icon:hover {
    font-size: 9px;
  }
  .trustlink-partnership .body .m-3 {
    left: 15%;
    top: 200px;
  }
  .trustlink-partnership .body .m-4 {
    left: 25%;
    top: 246px;
  }
  .trustlink-partnership .body .m-5 {
    left: 70.5%;
    top: 230px;
  }
  .trustlink-partnership .body .m-6 {
    right: 15.5%;
    top: 200px;
  }
  .trustlink-partnership .body .m-7 {
    left: 14.5%;
    top: 334px;
  }
  .trustlink-partnership .body .m-8 {
    left: 25.5%;
    top: 398px;
  }
  .trustlink-partnership .body .m-9 {
    top: 336px;
    right: 25%;
  }
  .trustlink-partnership .body .m-10 {
    right: 14.5%;
    top: 334px;
  }
  .trustlink-partnership .body .m-11 {
    left: 16.5%;
    top: 465px;
  }
  .trustlink-partnership .body .m-12 {
    right: 27%;
    top: 445px;
  }
  .trustlink-partnership .body .m-13 {
    right: 16.5%;
    top: 465px;
  }
  .trustlink-partnership .body .m-14 {
    left: 21.5%;
    top: 580px;
  }
  .trustlink-partnership .body .m-15 {
    left: 30%;
    top: 521px;
  }
  .trustlink-partnership .body .m-16 {
    right: 32%;
    top: 531px;
  }
  .trustlink-partnership .body .m-17 {
    right: 21.8%;
    top: 580px;
  }
  body.hk .trustlink-partnership .body {
    background: url('/assets/addons/ldcms/default/images/shengtaitu-mi-hk.jpg') no-repeat center center;
  }
  body.en .trustlink-partnership .body {
    background: url('/assets/addons/ldcms/default/images/shengtaitu-mi-en.jpg') no-repeat center center;
  }
  .home-business-scope .body {
    width: 1630px !important;
  }
  body.en .nav-box > li {
    font-size: 12px !important;
  }
  body.en .mission-vision-value .body .content {
    font-size: 18px !important;
  }
  body.en .it-s-brands .box::after {
    bottom: 95px;
  }
  body.en .it-s-brands .title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  body.en .it-s-brands .content {
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  body {
    padding-top: 55px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .w {
    width: 100% !important;
    padding: 0 15px;
  }
  header {
    position: fixed;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 11;
    background: rgba(0, 0, 0, 0.2);
    z-index: 111;
  }
  .header-nav {
    height: 100vh;
    width: 70%;
    position: fixed;
    bottom: 0;
    left: -70%;
    background-image: -webkit-linear-gradient(left, #009978, #028ba3, #1080bd);
  }
  .header-nav .header-nav .nav-box > li > a,
  .header-nav .header-nav:hover a,
  .header-nav .header-nav:hover a {
    color: #fff;
  }
  .header-nav .nav-box > li:hover .three-nav {
    display: none;
  }
  .header-nav .nav-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-nav .logobox {
    margin-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 25px;
    width: 100%;
  }
  .header-nav .logobox img {
    filter: brightness(100);
  }
  .header-nav .nav-box {
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 30px;
    flex: 0 1 auto;
  }
  .header-nav .nav-box > li {
    font-size: 15px;
    height: 40px;
  }
  .header-nav .nav-box > li > a {
    font-weight: 500;
    line-height: 40px;
    color: #fff;
  }
  .header-nav .nav-box > li.active > a:after {
    display: none;
  }
  .header-nav .sbtn {
    display: none;
  }
  .header-nav .lang {
    margin-top: 15px;
    left: 10px;
  }
  .lang-mobile {
    margin: 10px 0 0 12px;
  }
  .lang-mobile li {
    margin-bottom: 10px;
  }
  .lang-mobile li a {
    color: #fff !important;
  }
  .mobile-nav-open {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mobile-nav-open .header-nav {
    left: 0;
  }
  .footer .footer-title {
    z-index: 11;
    position: relative;
  }
  .section-small .section-title {
    font-size: 28px;
  }
  .section-title {
    font-size: 28px;
    margin-top: 50px;
  }
  .section-title .title {
    margin-bottom: 10px;
  }
  .section-title .sub {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .section-left .section-title {
    padding-left: 15px;
    width: 100%;
  }
  .footer {
    padding: 50px 0 30px 0;
  }
  .footer .footer-nav {
    display: none;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer .yuan41-t-l {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: radial-gradient(transparent 96px, #66b6cf 90px, #66b6cf 100px, transparent 100px);
  }
  .doll-box {
    display: none;
  }
  .slide-box .intro {
    font-size: 16px;
  }
  .w1400 {
    width: 100% !important;
  }
  .home-banner .swiper-slide img {
    height: 500px;
  }
  .home-banner .swiper-slide video {
    object-fit: cover !important;
    height: 500px;
  }
  .home-service {
    margin-bottom: 30px;
  }
  .home-service .body .header {
    margin-bottom: 14px;
  }
  .home-service .body .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .home-service .body .sub {
    font-size: 16px;
  }
  .home-service .body .sub::after {
    margin-top: 20px;
  }
  .home-service .body .box {
    flex-wrap: wrap;
  }
  .home-service .body .item {
    margin-right: 0;
    flex: 0 1 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    height: 430px;
    background-size: cover !important;
  }
  .home-service .body .item .sub,
  .home-service .body .item .content {
    opacity: 1;
    font-size: 14px;
  }
  .home-service .body .item:hover {
    flex: 0 1 100%;
  }
  .home-business-scale {
    background: url(/assets/addons/ldcms/default/images/home-b-bg-wap.jpg) no-repeat;
    height: 540px;
    background-size: cover;
    min-height: 540px;
    width: 100%;
    overflow: hidden;
  }
  .home-business-scale .body {
    width: 100%;
    overflow: hidden;
  }
  .home-business-scale .mr-60 {
    margin-right: 0;
  }
  .home-business-scale .box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .home-business-scale .item {
    margin-bottom: 25px;
  }
  .home-business-scale .item .icon {
    height: 40px;
  }
  .home-business-scale .item .number-box {
    border: none;
  }
  .home-business-scale .item .number {
    font-size: 27px;
    min-width: 100px;
  }
  .home-business-scale .item .unit {
    font-size: 12px;
    min-width: auto;
  }
  .home-business-scale .item .title {
    bottom: -14px;
    font-size: 14px;
    width: 200%;
  }
  .home-business-scope .intro {
    font-size: 12px;
  }
  .home-business-scope .intro .font-36 {
    font-size: 18px;
  }
  .home-business-scope .swiper {
    padding-bottom: 30px;
  }
  .home-business-scope .swiper-pagination {
    display: flex;
    margin-top: 0;
    bottom: 5px;
    border-left: none;
    padding: 0;
  }
  .home-business-scope .swiper-pagination-bullet {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #2c2c2c;
    margin-left: 0 !important;
  }
  .home-business-scope .swiper-pagination-bullet-active {
    font-size: 17px;
    color: #0080BA;
  }
  .home-business-scope .swiper-navigation-left {
    position: absolute;
    bottom: 20px;
    left: -22px;
  }
  .home-business-scope .swiper-navigation-left:hover .cls-1 {
    stroke: #0080BA;
  }
  .home-business-scope .swiper-navigation-right {
    position: absolute;
    right: -22px;
    bottom: 20px;
  }
  .home-business-scope .swiper-navigation-right:hover .cls-1 {
    stroke: #0080BA;
  }
  .home-business-scope .scopeSwiperNav .swiper-slide-active {
    color: #0080BA;
  }
  body.en .home-business-scope .swiper-pagination-bullet {
    font-size: 8px;
  }
  body.en .home-business-scope .scopeSwiperNav .swiper-slide {
    font-size: 8px;
  }
  .home-about-us {
    padding-bottom: 10px;
  }
  .home-about-us .body {
    width: 100%;
    background-size: 100% auto !important;
    background-position: bottom center !important;
    height: 340px;
  }
  .home-about-us .intro {
    width: 100%;
    font-size: 13px;
    padding: 0 15px;
  }
  .home-about-us .intro br {
    display: none;
  }
  .home-about-us .more {
    font-size: 14px;
    padding: 5px 0;
    margin: 10px auto;
  }
  .home-recent-news {
    padding-bottom: 30px;
  }
  .home-recent-news .body {
    flex-wrap: wrap;
  }
  .home-recent-news .left {
    flex-wrap: wrap;
  }
  .home-recent-news .left .item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .home-recent-news .left .item .box {
    padding: 20px 15px;
    height: 140px;
  }
  .home-recent-news .left .item img {
    height: 180px;
    width: 100%;
  }
  .home-recent-news .left .item .title,
  .home-recent-news .left .item .content {
    width: 100%;
    z-index: 11;
    font-size: 14px;
  }
  .home-recent-news .right {
    padding: 7px 15px 80px 15px;
    height: auto;
    width: 100%;
    z-index: 11;
  }
  .home-recent-news .right .list {
    padding: 0;
  }
  .home-recent-news .right .more-all {
    left: 15px;
  }
  .home-recent-news .right .title {
    font-size: 14px;
  }
  .trustlink {
    background-size: 100% auto;
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 150px;
  }
  .trustlink .line {
    display: none;
  }
  .trustlink .body {
    flex-wrap: wrap;
  }
  .trustlink .intro {
    width: 100%;
    font-size: 14px;
    padding-top: 30px;
  }
  .mission-vision-value {
    height: 500px;
    min-height: 500px;
    background-size: cover !important;
  }
  .mission-vision-value .section-title {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .mission-vision-value .body .box {
    position: static;
  }
  .mission-vision-value .body .item {
    width: 100%;
    margin-bottom: 0;
    padding-left: 50px;
  }
  .mission-vision-value .body .item .title {
    font-size: 14px;
  }
  .mission-vision-value .body .item .content {
    margin-bottom: 45px;
    font-size: 15px;
  }
  .mission-vision-value .yuan41-t-r {
    display: none;
  }
  body.en .mission-vision-value {
    height: 550px;
    min-height: 550px;
  }
  body.en .mission-vision-value .body .item {
    width: 100%;
  }
  body.en .mission-vision-value .body .content {
    margin-bottom: 30px;
  }
  .milestone {
    height: 630px;
    background-size: auto 100%;
  }
  .milestone .sub_title {
    margin-top: 0;
    width: 100%;
    font-size: 14px;
  }
  .milestone .milestoneSwiper .swiper-pagination {
    right: 0;
    left: auto;
  }
  .milestone .milestoneSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background-image: -webkit-linear-gradient(90deg, #009978, #028ba3, #1080bd);
  }
  .milestone .swiper-slide .content {
    font-size: 14px;
    padding-right: 20px;
  }
  .milestone .swiper-slide .box {
    padding-top: 50px;
  }
  .milestone .swiper-slide .box .title {
    font-size: 26px;
  }
  .milestone .swiper-slide .box .font-36 {
    font-size: 24px;
  }
  .milestone .w {
    margin-top: 0 !important;
  }
  .milestone .swiper {
    height: 400px;
    width: 100%;
  }
  .milestone .yearSwiper {
    display: none;
  }
  .trustlink-partnership {
    background: url(/assets/addons/ldcms/default/images/shengtaitu-mi-wap.jpg) no-repeat center bottom;
    background-color: #fafafa !important;
    background-size: 100% auto;
    height: 380px;
  }
  .trustlink-partnership .section-title {
    padding-top: 30px;
  }
  .trustlink-partnership .body {
    display: none;
  }
  body.en .trustlink-partnership {
    background: url(/assets/addons/ldcms/default/images/shengtaitu-mi-wap-en.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
  body.hk .trustlink-partnership {
    background: url(/assets/addons/ldcms/default/images/shengtaitu-mi-wap-hk.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
  .esg {
    padding-bottom: 50px;
  }
  .esg .body {
    flex-wrap: wrap;
  }
  .esg .body .item,
  .esg .body .item:hover {
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 15px;
    height: auto;
    background-size: cover !important;
  }
  .esg .body .default {
    display: none;
  }
  .esg .body .hover {
    opacity: 1;
    padding: 12px 15px;
    background-image: none;
    background: rgba(0, 0, 0, 0.3);
    visibility: visible;
    display: block;
  }
  .esg .body .hover > .title {
    font-size: 24px;
    margin-bottom:8px;
  }
  .esg .body .hover .sub {
    font-size: 18px;
  }
  .esg .body .hover .content {
    font-size: 14px;
  }
  .esg .body .hover .title,
  .esg .body .hover .sub {
    display: block;
  }
  .esg .li {
    justify-content: flex-start;
  }
  .esg .li .title,
  .esg .li .font-30 {
    text-align: left;
    font-size: 12px;
  }
  body.en .esg .item.active {
    flex: 0 1 100%;
  }
  .service-site-overvivew {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: none;
  }
  .service-site-overvivew .section-title .title,
  .service-site-overvivew .section-title .sub {
    margin-bottom: 0 !important;
  }
  .service-site-overvivew .w {
    flex-wrap: wrap;
  }
  .service-site-overvivew .body {
    position: initial;
    width: 100%;
    padding-left: 20px;
  }
  .service-site-overvivew .body .title {
    padding-left: 18px;
    font-size: 16px;
  }
  .service-site-overvivew .body .title:before {
    width: 24px;
    height: 22px;
    background-size: 100% auto;
  }
  .service-site-overvivew .body .content {
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding-left: 120px;
  }
  .service-site-overvivew .body .font-60 {
    font-size: 38px;
  }
  .our-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .our-services .mb-70 {
    margin-bottom: 10px;
  }
  .our-services .item {
    flex: 0 1 100%;
    margin-right: 0 !important;
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .our-services .item .content {
    opacity: 1;
  }
  .our-services .item .content li {
    font-size: 14px;
  }
  .our-services .item .content li::before {
    display: none;
  }
  .client-concerns {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  .client-concerns .body {
    position: initial;
    width: 100%;
    padding-left: 50px;
    padding-right: 20px;
    transform: none;
  }
  .client-concerns .body li {
    font-size: 14px;
  }
  .client-concerns .body li::before {
    width: 13px;
    height: 13px;
    top: 5px;
  }
  .service-outcomes {
    background: url(/assets/addons/ldcms/default/images/cases-26-mobile.jpg) no-repeat center center;
    padding-top: 30px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    background-size: cover;
    height: 470px;
  }
  .service-outcomes .body {
    position: static;
    width: 100%;
    padding-left: 50px;
    transform: translate(0, -100px);
  }
  .service-outcomes .body li {
    font-size: 12px;
    padding-right: 15px;
  }
  .service-outcomes .body li::before {
    width: 13px;
    height: 13px;
    top: 5px;
  }
  body.en .client-concerns .body,
  body.en .service-outcomes .body {
    width: 100%;
    padding-left: 50px;
  }
  .tailored-services {
    padding-top: 50px;
  }
  .tailored-services .body {
    flex-wrap: wrap;
  }
  .tailored-services .item {
    height: 440px;
    background-size: cover !important;
    margin-right: 0;
    padding: 40px 20px;
    flex: 0 1 100%;
    margin-bottom: 220px;
    max-width: 100%;
  }
  .tailored-services .item .mb-40 {
    margin-bottom: 20px;
  }
  .tailored-services .item .title {
    font-size: 28px;
  }
  .tailored-services .item .intro {
    font-size: 14px;
  }
  .tailored-services .item .details {
    background: #fff !important;
    position: initial;
    opacity: 1;
    position: absolute;
    color: #959595;
    bottom: -220px;
    height: 220px;
    left: 0;
    top: auto;
  }
  .tailored-services .item .details .icon {
    opacity: 1;
    width: 50px;
    right: 15px;
    top: 30px;
  }
  .tailored-services .item .details .details-box {
    padding: 10px;
    top: 20%;
    left: 0;
    position: inherit;
    transform: inherit;
  }
  .tailored-services .item .details .d-title {
    margin-left: 0;
    font-size: 28px;
    padding-bottom: 60px;
  }
  .tailored-services .item .details .d-title:after {
    top: 65px;
    background-color: #959595;
  }
  .tailored-services .item .details .content {
    font-size: 13px;
  }
  body.en .tailored-services .item .details .d-title {
    padding-bottom: 10px;
  }
  .all-services .intro-box {
    padding: 30px 15px;
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .all-services .intro-box .intro {
    z-index: 11;
  }
  .all-services .details-items {
    flex-wrap: wrap;
    background: none !important;
  }
  .all-services .details-items .mb-60 {
    margin-bottom: 30px;
  }
  .all-services .details-items .icon {
    top: 4px;
    opacity: 1;
    right: 10px;
    width: 30px;
  }
  .all-services .details-items .sub-item:hover {
    flex: 0 1 100%;
    padding-left: 15px;
  }
  .all-services .details-items .sub-item {
    flex: 0 1 100%;
    padding: 0 15px;
    padding-top: 30px;
    height: auto;
    border: none !important;
    background: #f0f0f0;
    margin-bottom: 10px;
  }
  .all-services .details-items .content {
    opacity: 1;
    position: static;
    transform: none;
    padding-left: 10px;
    height: auto;
    padding-bottom: 30px;
  }
  .all-services .item {
    flex-wrap: wrap;
    margin: 0;
  }
  .all-services .mb-70 {
    margin-bottom: 30px;
  }
  .business-solutions {
    padding-bottom: 50px;
  }
  .business-solutions .yuan41-b-r {
    display: none;
  }
  .business-solutions .body li {
    flex: 0 1 100%;
    margin-right: 0 !important;
  }
  .business-solutions .body .img-box {
    width: 100%;
    height: 330px;
    background-size: cover !important;
  }
  .business-solutions .body .img-box .icon {
    top: 10px;
    right: 15px;
    width: 30px !important;
    opacity: 1;
  }
  .business-solutions .body .img-box .hover-box {
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 20px 15px;
  }
  .business-solutions .body .img-box .hover-title {
    display: block;
    font-size: 24px;
  }
  .business-solutions .body .img-box .content {
    font-size: 14px;
  }
  #zuijiashijian {
    display: none;
  }
  .best-practices {
    margin-bottom: 0;
  }
  .best-practices .box {
    width: 100%;
    position: static;
  }
  .best-practices .box .title,
  .best-practices .box .content {
    display: none !important;
  }
  .best-practices .box .more {
    margin: 30px auto 0 auto;
  }
  .best-practices .box .name {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .best-practices .box .name::after {
    display: none;
  }
  .service-cases {
    padding-bottom: 0px;
  }
  .service-cases li {
    max-width: 48%;
    margin-right: 4%;
  }
  .service-cases li img {
    width: 100%;
    height: auto;
  }
  .service-cases li .font-18 {
    font-size: 13px;
  }
  .service-cases li .more {
    display: none;
  }
  .service-cases li:nth-child(2n) {
    margin-right: 0;
  }
  .service-cases .yuan41-t-r {
    display: none;
  }
  .service-cases .more-box {
    margin: 30px auto 50px auto;
  }
  .contact-qrcode .box {
    width: 80%;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact-qrcode .box .content {
    position: initial;
    transform: none;
    width: 100%;
    align-items: center;
    margin-top: 15px;
  }
  .contact-qrcode .yuan41-b-r {
    display: none;
  }
  .news .top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news .top .w {
    flex-wrap: wrap;
  }
  .news .top .box {
    width: 100%;
    padding-top: 10px;
  }
  .news .top .box .title {
    font-size: 18px;
  }
  .news .top .box .content {
    font-size: 12px;
  }
  .news .top .box .more {
    font-size: 12px;
  }
  .news .top .box .more a {
    font-size: 13px;
  }
  .news .top img {
    width: 100%;
    height: 200px;
    margin-right: 0;
    object-fit: cover;
  }
  .news .body li .title {
    line-height: 1.4;
  }
  .news .body li,
  .news .body li:hover {
    padding: 15px 0;
  }
  .news .body .font-24 {
    font-size: 18px;
  }
  .news .body .fa {
    display: none;
  }
  .news .more-box {
    margin: 30px auto 50px auto;
  }
  .news .yuan41-b-l,
  .news .yuan41-t-l {
    display: none;
  }
  .contact-information {
    padding: 1px 0 15px 0;
  }
  .contact-information .body {
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
  }
  .contact-information .font-60 {
    font-size: 36px;
  }
  .contact-information .font-16 {
    font-size: 14px;
  }
  .contact-information .font-24 {
    font-size: 16px;
  }
  .operation-centers {
    padding-bottom: 50px;
  }
  .operation-centers .font-30 {
    font-size: 16px;
  }
  .operation-centers .font-18 {
    font-size: 12px;
  }
  .operation-centers .item,
  .operation-centers .item:hover {
    padding: 15px 15px 15px 15px;
  }
  .operation-centers .item .intro,
  .operation-centers .item .address,
  .operation-centers .item li {
    width: 100% !important;
    font-size: 14px;
  }
  .operation-centers .item .title-box svg {
    width: 18px;
  }
  .operation-centers .item.active .title-box .intro {
    display: none;
  }
  .our-culture {
    padding-bottom: 0px;
  }
  .our-culture .intro {
    width: 100%;
  }
  .our-culture .body {
    background-size: cover !important;
    height: 750px;
  }
  .our-culture .box {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .our-culture .box .item {
    width: 100%;
    height: 110px;
    padding: 15px 20px;
    margin: 15px 15px;
    border-radius: 10px;
    background-size: cover !important;
  }
  body.en .our-culture .intro {
    font-size: 14px;
  }
  .brand-accessories .body li {
    width: 48%;
    margin-right: 4%;
  }
  .brand-accessories .body li .default-box,
  .brand-accessories .body li .hover-box {
    height: 130px;
  }
  .brand-accessories .body li .default-box img,
  .brand-accessories .body li .hover-box img {
    height: 130px;
    width: 100%;
    object-fit: cover;
  }
  .brand-accessories .mb-30 {
    margin-bottom: 15px;
  }
  .brand-accessories .font-18 {
    font-size: 13px;
  }
  .brand-accessories .body li:nth-child(3n) {
    margin-right: 4%;
  }
  .brand-accessories .body li:nth-child(2n) {
    margin-right: 0;
  }
  .download-content .body li {
    padding: 15px;
    margin-right: 0;
    width: 100%;
  }
  .download-content .body li .box .title {
    line-height: 1.4;
  }
  .download-content .ml-50 {
    margin-left: 15px;
  }
  .cat-nav {
    font-size: 13px;
  }
  .cat-nav .w {
    padding: 15px;
  }
  .cat-nav ul .fa {
    font-size: 14px;
  }
  .news-detail .article-title h1 {
    line-height: 1.2;
    font-size: 20px;
  }
  .news-detail .article-main {
    padding: 20px 0;
    font-size: 14px;
  }
  .news-detail .article-nav {
    flex-wrap: wrap;
  }
  .news-detail .article-nav .prev,
  .news-detail .article-nav .next {
    margin-bottom: 10px;
    flex: 0 1 100%;
  }
  .home-banner .slide-content {
    font-size: 26px;
  }
  .home-banner .swiper-button-custom-next,
  .home-banner .swiper-button-custom-prev {
    display: none;
  }
  .slide-box .w {
    height: 85%;
  }
  .slide-box .practicesSwiper .w {
    display: none;
  }
  .slide-box .box {
    width: 100%;
    color: #8C8C8C;
    opacity: 1 !important;
    padding: 20px 20px 0 20px;
  }
  .slide-box .box .mb-50 {
    margin-bottom: 10px;
  }
  .slide-box .box .font-24 {
    font-size: 15px;
  }
  .slide-box .box .font-36 {
    font-size: 28px;
  }
  .slide-box .box .font-16 {
    font-size: 12px;
  }
  .slide-box .box .title {
    margin-bottom: 20px;
    display: block;
    color: #0080BA;
  }
  .slide-box .box .name {
    margin-bottom: 20px;
    display: block;
    color: #0080BA;
  }
  .slide-box .box .name::after {
    display: none;
  }
  .swiper-button-custom-prev {
    width: 40px;
    left: 40px;
  }
  .swiper-button-custom-next {
    width: 40px;
    right: 0;
  }
  .mobile-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    right: 0;
    padding: 0 15px 0 0;
  }
  .logoa {
    filter: none !important;
    width: 100px;
    height: auto;
    margin-left: 10px;
  }
  #mobile-nav-toggle {
    fill: #848484;
  }
  .it-s-brands .title {
    font-size: 36px;
  }
  .it-s-brands .year {
    font-size: 80px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .it-s-brands .box {
    height: 80%;
  }
  .it-s-brands .box::after {
    display: none;
  }
  .it-s-brands .box-sub {
    width: 100%;
    max-width: 100%;
  }
  .it-s-brands .brandsSwiperNav .swiper-slide-active {
    color: #4bc7ff;
  }
  .it-s-brands .swiper-navigation-left {
    position: absolute;
    z-index: 11;
    left: -17px;
    bottom: 8px;
  }
  .it-s-brands .swiper-navigation-left:hover .cls-1 {
    stroke: #071921;
  }
  .it-s-brands .swiper-navigation-right {
    position: absolute;
    z-index: 11;
    right: -20px;
    bottom: 8px;
  }
  .it-s-brands .swiper-navigation-right:hover .cls-1 {
    stroke: #071921;
  }
  .it-s-brands .swiper .swiper-slide img {
    height: 85vh;
  }
  .it-s-brands .swiper-pagination .bullet {
    margin: 0 5px !important;
  }
  .it-s-brands .swiper-pagination .bullet .icon {
    display: none;
  }
  .it-s-brands .swiper-pagination {
    bottom: 0px !important;
    background: none;
  }
  .tips-btns {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    color: #a2a2a2;
    z-index: 111;
    font-size: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .tips-btns .fa-angle-double-left {
    animation: double-left 2s infinite;
  }
  .tips-btns .fa-angle-double-right {
    animation: double-right 1.8s infinite;
  }
  .tips-btns .fa-angle-double-down {
    position: absolute;
    right: 50px;
    bottom: 80px;
    color: #737373;
    animation: double-down 1.5s infinite;
  }
  @keyframes double-down {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(30px);
    }
  }
  @keyframes double-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-15px);
    }
  }
  @keyframes double-right {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(15px);
    }
  }
}
@media screen and (min-width: 550px) and (max-width: 1180px) {
  .trustlink-partnership {
    height: 680px;
  }
}
