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

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
strong,
i,
a {
  font-family: PingFang SC, PingFang SC-Bold;
  color: #333333;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

button:active::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.flex-row-sb,
.flex-row-center,
.flex-row-fs,
.flex-row-fe {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

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

.flex-row-fs {
  justify-content: flex-start;
}

.flex-row-fe {
  justify-content: flex-end;
}

.flex-row-center {
  justify-content: center;
}

.bg-cover-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-contain-center {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main-container {
  max-width: 1338px;
  padding: 0 70px;
  margin: auto;
}

.hidden-flex-xs {
  display: flex;
}

.hidden-xs {
  display: block;
}

.visible-flex-xs,
.visible-xs {
  display: none;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0080ff;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.1) 1px dotted;
  transition: 0.5s;
}
header .pc_header {
  height: 87px;
  background-color: transparent;
}
header .pc_header .logo {
  width: 142px;
}
header .pc_header .logo img {
  width: 100%;
}
header .pc_header .pc_nav {
  flex-grow: 0.5;
}
header .pc_header .pc_nav a {
  color: white;
}
header .pc_header .user_button .login {
  display: block;
  border: white solid 1px;
  border-radius: 20px;
  height: 40px;
  width: 91.91px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 16px;
}
header .pc_header .user_button .register {
  background-color: #ffd502;
  border: 1px #ffd502 solid;
  border-radius: 20px;
  height: 40px;
  width: 91.91px;
  line-height: 40px;
  text-align: center;
  margin-left: 25px;
  font-size: 16px;
}
header .mp_header {
  position: relative;
}
header .mp_header .mb-nav {
  height: 90px;
  position: relative;
  z-index: 10;
}
header .mp_header .mb-nav .logo img {
  width: 142px;
}
header .mp_header .mb-nav .nav-btn {
  width: 64px;
}
header .mp_header .nav-list {
  position: absolute;
  background-color: white;
  z-index: 9;
  border-top: 1px #cccccc dashed;
  width: 100%;
  display: none;
}
header .mp_header .nav-list .nav-box .box-left {
  background-color: #003494;
  align-self: stretch;
  width: 20%;
}
header .mp_header .nav-list .nav-box .box-left .login {
  display: block;
  color: white;
  margin: auto;
  width: calc(60% - 40px);
  text-align: center;
  border: white 1px solid;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 50px;
  border-radius: 30px;
}
header .mp_header .nav-list .nav-box .box-left .register {
  display: block;
  margin: auto;
  color: #2e4369;
  width: calc(60% - 40px);
  text-align: center;
  border: #fdd834 1px solid;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 30px;
  border-radius: 30px;
  background-color: #fdd834;
}
header .mp_header .nav-list .nav-box .box-right {
  flex-grow: 1;
}
header .mp_header .nav-list .nav-box .box-right a {
  display: block;
  font-size: 20px;
  padding: 20px 70px;
  color: #2e4369;
  font-weight: 400;
}
header .mp_header .nav-list .nav-box .box-right .nav-active {
  background-color: rgba(176, 229, 247, 0.34);
  color: #0080ff;
}

.header-unTop {
  background-color: white;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.23);
}
.header-unTop .pc_header .pc_nav a {
  color: #2e4369;
}
.header-unTop .pc_header .user_button .login {
  border-color: #2e4369;
  color: #2e4369;
}

footer .contact {
  padding-top: 53px;
  padding-bottom: 62px;
  background-color: #f5f7fb;
}
footer .contact .main-container .box-left {
  position: relative;
}
footer .contact .main-container .box-left h2 {
  font-size: 36px;
  color: #2e4369;
  line-height: 36px;
  margin-bottom: 30px;
}
footer .contact .main-container .box-left p {
  font-size: 18px;
  color: #2e4369;
  line-height: 18px;
}
footer .contact .main-container .box-right .start {
  border: solid #2e4369 1px;
  width: 190px;
  height: 57px;
  color: #2e4369;
  font-size: 22px;
  background-color: transparent;
  border-radius: 28.5px;
  margin-right: 38px;
}
footer .contact .main-container .box-right .contact-us {
  border: solid #fdd834 1px;
  width: 190px;
  height: 57px;
  color: #2e4369;
  font-size: 22px;
  background-color: #fdd834;
  border-radius: 28.5px;
}
footer .company-info {
  padding-top: 50px;
  padding-bottom: 51px;
  border-bottom: rgba(46, 67, 105, 0.12) solid 1px;
  align-items: flex-start;
}
footer .company-info .box-left {
  width: 670px;
  max-width: 100%;
}
footer .company-info .box-left .external-link {
  margin-bottom: 50px;
  position: relative;
}
footer .company-info .box-left .external-link .logo {
  height: 54px;
  flex-shrink: 0;
  margin-right: 15px;
}
footer .company-info .box-left .external-link a {
  flex-shrink: 0;
  display: block;
  padding: 0;
  line-height: 0;
  margin-left: 15px;
  overflow: visible;
}
footer .company-info .box-left .external-link a:hover .link-qrCode {
  display: block;
}
footer .company-info .box-left .external-link a .link-qrCode {
  position: absolute;
  bottom: 120%;
  padding: 5px;
  background-color: white;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.2);
  width: 120px;
  height: 120px;
  display: none;
  transform: translateX(calc(-50% + 17.5px));
  max-width: unset;
}
footer .company-info .box-left .external-link a .link-logo {
  width: 35px;
  height: 35px;
}
footer .company-info .box-left .contact-box {
  margin-bottom: 41px;
}
footer .company-info .box-left .contact-box .contact-one h3 {
  font-size: 18px;
  color: #2e4369;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 17px;
}
footer .company-info .box-left .contact-box .contact-one p {
  color: #2e4369;
  font-size: 28px;
  font-weight: bolder;
  line-height: 28px;
}
footer .company-info .box-left .qrCode .qrCode-one {
  padding: 15px;
  background-color: #f5f7fb;
  border-radius: 14px;
  margin-right: 22px;
}
footer .company-info .box-left .qrCode .qrCode-one img {
  width: 78px;
  height: 78px;
  margin-right: 20px;
}
footer .company-info .box-left .qrCode .qrCode-one .qrCode-intro h4 {
  font-size: 22px;
  font-weight: bold;
  color: #2e4369;
  line-height: 22px;
  margin-bottom: 15px;
  text-align: center;
}
footer .company-info .box-left .qrCode .qrCode-one .qrCode-intro p {
  font-size: 16px;
  line-height: 16px;
  color: #2e4369;
  text-align: center;
}
footer .company-info .box-right {
  width: 461px;
  align-items: flex-start;
}
footer .company-info .box-right .link-box {
  flex-grow: 1;
}
footer .company-info .box-right .link-box h4 {
  font-size: 18px;
  color: #2e4369;
  font-weight: Medium;
  margin-bottom: 44px;
  cursor: default;
}
footer .company-info .box-right .link-box a {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #2e4369;
}
footer .company-info .box-right .link-box a:hover {
  color: #fdd834;
}
footer .record {
  padding-top: 35px;
  padding-bottom: 35px;
}
footer .record p {
  font-size: 14px;
  color: #2e4369;
  text-align: center;
  font-weight: 400;
}

.banner {
  padding-top: 180px;
  padding-bottom: 100px;
}
.banner .banner-content .box-left h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 52px;
  color: white;
}
.banner .banner-content .box-left h1 span {
  display: block;
}
.banner .banner-content .box-left p {
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-bottom: 60px;
}
.banner .banner-content .box-left .button-box .start {
  height: 46px;
  width: 154px;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  border-radius: 23px;
  background-color: transparent;
  margin-right: 32px;
}
.banner .banner-content .box-left .button-box .contact-us {
  height: 46px;
  width: 154px;
  border: 1px solid #ffd502;
  color: #2e4369;
  font-size: 20px;
  border-radius: 23px;
  background-color: #ffd502;
}
.banner .banner-content .box-right {
  width: 56%;
}
.banner .product-list {
  position: relative;
  top: 100px;
}
.banner .product-list .list-box {
  background-color: white;
  border-radius: 24px;
  padding: 50px 78px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.2);
}
.banner .product-list .list-box .product-one {
  width: 350px;
}
.banner .product-list .list-box .product-one img {
  height: 96px;
  margin-right: 28px;
}
.banner .product-list .list-box .product-one h4 {
  font-size: 26px;
  color: #2e4369;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 22px;
}
.banner .product-list .list-box .product-one p {
  font-size: 16px;
  font-weight: 400;
  color: #2e4369;
  line-height: 22px;
}

#index .index-banner {
  min-height: calc(40.6vw - 100px);
  padding-top: 150px;
  position: relative;
  flex-wrap: wrap;
}
#index .index-banner .banner-content {
  width: 100%;
}
#index .index-banner .banner-content h1 {
  /* font-size: 54px; */
  font-size: 36px;
  color: white;
  font-style: italic;
  font-family: FZZhengHeiS-DB-GB;
  letter-spacing: 2px;
  font-weight: 400;
}
#index .index-banner .banner-content h1 span {
  /* font-size: 74px; */
  font-size: 64px;
  display: block;
  margin-top: 30px;
}
#index .index-banner .banner-content .search,
#help .banner .search {
  background-color: white;
  border-radius: 24.5px;
  height: 49px;
  width: 422px;
  margin-top: 69px;
  margin-bottom: 36px;
}
#index .index-banner .banner-content .search input,
#help .banner .search input {
  /*height: 100%;*/
  /*padding: 0 27px;*/
  /*width: 0;*/
  /*flex-grow: 1;*/
  /*border: none;*/
  /*border-radius: 24.5px 0 0 24.5px;*/
  /*font-size: 14px;*/
  /*outline: none;*/
  padding: 0 27px;
  width: 80%;
  flex-grow: 1;
  border: none;
  font-size: 14px;
  outline: none;
  border-radius: 24.5px;
  height: 49px;
}
#index .index-banner .banner-content .search button,
#help .banner .search button {
  width: 120px;
  height: 100%;
  background-color: #fdd834;
  color: #2b3a61;
  font-size: 16px;
  border: none;
  border-radius: 24.5px;
}

/* 2023/05/06新增 */

#index .index-banner .banner-content ul li {
  margin-bottom: 32px;
}
#index .index-banner .banner-content ul li img {
  width: 20px;
  margin-right: 12px;
}
#index .index-banner .banner-content ul li p {
  color: white;
  font-size: 18px;
}
#index .index-banner .banner-content ul li p span {
  font-size: 12px;
  color: #fdd834;
  margin-left: 15px;
}
#index .index-banner .company-num {
  align-self: flex-end;
  width: 100%;
  position: relative;
  z-index: 11;
  top: 116px;
}
#index .index-banner .company-num .num-box {
  width: 100%;
  height: 200px;
  border-radius: 24px;
  padding: 0px 112px;
  background-color: white;
  box-shadow: 0 0 20px rgba(180, 180, 180, 0.233);
}
#index .index-banner .company-num .num-box h3 {
  font-size: 48px;
  text-align: center;
  font-weight: 400;
}
#index .index-banner .company-num .num-box p {
  text-align: center;
}
#index .index-banner .img-list {
  position: absolute;
  width: calc(45vw);
  height: 80%;
  right: 87px;
  z-index: 10;
}
#index .index-banner .img-list img {
  position: absolute;
  border-radius: 15px;
}
#index .index-banner .img-list img:nth-child(1) {
  width: 40%;
  top: 0;
  left: 0;
  z-index: 10;
}
#index .index-banner .img-list img:nth-child(2) {
  width: 45%;
  left: 22%;
  top: 21%;
  z-index: 9;
}
#index .index-banner .img-list img:nth-child(3) {
  width: 21%;
  z-index: 8;
  left: 62%;
  top: -5%;
}
#index .index-banner .img-list img:nth-child(4) {
  width: 6%;
  z-index: 9;
  left: 81%;
  top: 22%;
  border-radius: 0;
}
#index .index-banner .img-list img:nth-child(5) {
  width: 35%;
  z-index: 6;
  left: 48%;
  top: 47%;
}
#index .index-banner .img-list img:nth-child(6) {
  width: 27%;
  z-index: 5;
  left: 73%;
  top: 60%;
}
#index .product {
  padding-top: 275px;
  padding-bottom: 215px;
}
#index .product h2 {
  color: #2e4369;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 92px;
  text-align: center;
}
#index .product .product-list .product-one {
  background-color: white;
  border-radius: 26px;
  box-shadow: 0 0 20px rgba(180, 180, 180, 0.233);
  padding: 35px;
  width: calc(23.3% - 7px);
  align-self: stretch;
  transition: 0.5s;
}
#index .product .product-list .product-one:hover {
  cursor: default;
  background-color: #0080ff;
}
#index .product .product-list .product-one:hover h4 {
  color: white;
}
#index .product .product-list .product-one:hover h4 .bg-contain-center:nth-child(1) {
  display: none;
}
#index .product .product-list .product-one:hover h4 .bg-contain-center:nth-child(2) {
  display: block;
}
#index .product .product-list .product-one:hover p {
  color: white;
}
#index .product .product-list .product-one h4 {
  color: #1e89c9;
  font-size: 30px;
  margin-bottom: 39px;
}
#index .product .product-list .product-one h4 .bg-contain-center {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}
#index .product .product-list .product-one h4 .bg-contain-center:nth-child(2) {
  display: none;
}
#index .product .product-list .product-one p {
  font-size: 17px;
  color: #2e4369;
  line-height: 28px;
}
#index .account {
  padding-top: 133px;
}
#index .account .motto {
  margin-bottom: 100px;
}
#index .account .motto .motto-box p {
  font-size: 56px;
  line-height: 80px;
  letter-spacing: 2px;
  color: #2e4369;
}
#index .account .motto button {
  font-size: 20px;
  color: #2e4369;
  background-color: #fdd834;
  width: 147px;
  height: 58px;
  border-radius: 29px;
  border: none;
  font-weight: 400;
  margin-left: 80px;
}
#index .account .account-box {
  align-items: flex-end;
}
#index .account .account-box .box-left {
  width: 40.8%;
  flex-shrink: 0;
  align-self: stretch;
}
#index .account .account-box .box-left .account-one {
  position: relative;
  padding-bottom: 35px;
}
#index .account .account-box .box-left .account-one::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 0;
  border-left: dotted 1px #0080ff;
  z-index: 1;
}
#index .account .account-box .box-left .account-one:nth-child(1)::after {
  height: calc(50% + 17.5px);
  bottom: 0;
  top: unset;
}
#index .account .account-box .box-left .account-one:nth-last-child(1)::after {
  height: calc(50% - 17.5px);
  top: 0;
}
#index .account .account-box .box-left .account-one:hover .disc {
  background-color: #fdd834;
}
#index .account .account-box .box-left .account-one:hover a {
  background-color: #0080ff;
}
#index .account .account-box .box-left .account-one:hover a h4 {
  color: white;
}
#index .account .account-box .box-left .account-one .disc {
  width: 12px;
  height: 12px;
  display: block;
  border: 4px solid #0080ff;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background-color: white;
}
#index .account .account-box .box-left .account-one a {
  background-color: white;
  box-shadow: 0 0 20px rgba(180, 180, 180, 0.233);
  border-radius: 14px;
  padding: 15px 15px 15px 37px;
  flex-grow: 1;
  margin-left: 48px;
}
#index .account .account-box .box-left .account-one a h4 {
  font-size: 24px;
  font-weight: 400;
}
#index .account .account-box .box-left .account-one a h4 span {
  font-size: 16px;
  margin-left: 20px;
}
#index .account .account-box .box-right {
  width: 55%;
}
#index .service {
  padding-top: 150px;
  padding-bottom: 150px;
  align-items: flex-start;
}
#index .service .box-left h2 {
  color: #2e4369;
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 93px;
}
#index .service .box-left h2 img {
  width: 37px;
  margin-left: 45px;
}
#index .service .box-left .service-list {
  position: relative;
}
#index .service .box-left .service-list .line {
  display: block;
  left: 0px;
  top: 0;
  height: 100%;
  width: 3px;
  position: absolute;
  background-color: white;
  border-radius: 1.5px;
}
#index .service .box-left .service-list .service-one {
  padding-left: 39px;
  padding-top: 18px;
  padding-bottom: 18px;
  cursor: pointer;
  border-left: transparent 3px solid;
  position: relative;
  z-index: 2;
}
#index .service .box-left .service-list .service-one:hover {
  background-image: linear-gradient(to right, #3fcbfb, rgba(255, 255, 255, 0));
  border-color: #0080ff;
}
#index .service .box-left .service-list .service-one img {
  width: 53px;
  margin-right: 55px;
  flex-shrink: 0;
}
#index .service .box-left .service-list .service-one .service-intro h4 {
  color: #2e4369;
  font-size: 24px;
  font-weight: 500;
}
#index .service .box-left .service-list .service-one .service-intro p {
  color: #2e4369;
  font-size: 16px;
  margin-top: 5px;
}
#index .service .box-right {
  width: 50.2%;
}
#index .service .box-right img {
  width: 100%;
}
#index .service .box-right button {
  background-color: #0080ff;
  color: white;
  border-radius: 6px;
  font-size: 20px;
  border: none;
  margin: auto;
  display: block;
  width: 475px;
  height: 52px;
  max-width: 100%;
}
#index .technology {
  padding-top: 199px;
  padding-bottom: 129px;
}
#index .technology .main-container {
  align-items: flex-start;
}
#index .technology .main-container .box-left {
  flex-grow: 1;
}
#index .technology .main-container .box-left h1 {
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 70px;
  color: white;
  font-weight: 400;
}
#index .technology .main-container .box-left h3 {
  font-size: 30px;
  color: white;
  font-weight: 400;
}
#index .technology .main-container .box-left p {
  font-size: 16px;
  color: white;
  margin-top: 30px;
  max-width: 300px;
  line-height: 30px;
}
#index .technology .main-container .box-right {
  flex-shrink: 0;
  width: 55.3%;
}
#index .news {
  padding-top: 155px;
  padding-bottom: 204px;
}
#index .news .main-container h2 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
  color: #2e4369;
  margin-bottom: 79px;
}
#index .news .main-container h2 img {
  margin-left: 45px;
  width: 37px;
}
#index .news .main-container .news-list {
  flex-wrap: wrap;
}
#index .news .main-container .news-list .news-one {
  transition: 0.5s;
  width: calc(31.25% - 6px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  min-height: 560px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.137);
  border-radius: 10px;
}
#index .news .main-container .news-list .news-one:hover {
  background-color: #0080ff;
}
#index .news .main-container .news-list .news-one:hover .news-intro h4 {
  color: white;
}
#index .news .main-container .news-list .news-one:hover .news-intro p {
  color: white;
}
#index .news .main-container .news-list .news-one:hover .news-intro span {
  color: white;
}
#index .news .main-container .news-list .news-one .bg-cover-center {
  width: 100%;
  padding-bottom: 63.17%;
  margin-bottom: 30px;
}
#index .news .main-container .news-list .news-one .news-intro {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .news .main-container .news-list .news-one .news-intro h4 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #2e4369;
}
#index .news .main-container .news-list .news-one .news-intro p {
  font-size: 16px;
  color: #2e4369;
  font-weight: 400;
  line-height: 30px;
}
#index .news .main-container .news-list .news-one .news-intro span {
  display: block;
  font-size: 16px;
  color: #2e4369;
  font-weight: 400;
  line-height: 16px;
}

#product .banner .banner-content .box-right {
  width: 54.1%;
}
#product .rate {
  padding-top: 200px;
  padding-bottom: 200px;
}
#product .rate .main-container .box-left h2 {
  font-size: 56px;
  color: #2e4369;
  line-height: 72px;
  margin-bottom: 70px;
  font-weight: 400;
}
#product .rate .main-container .box-left p {
  font-size: 16px;
  line-height: 30px;
  color: #2e4369;
  font-weight: 400;
}
#product .rate .main-container .box-right {
  width: 50%;
}
#product .wave {
  padding-top: 200px;
  padding-bottom: 200px;
}
#product .wave .wave-box .box-left {
  width: 386px;
}
#product .wave .wave-box .box-left h2 {
  font-size: 56px;
  color: white;
  line-height: 72px;
  margin-bottom: 70px;
  font-weight: 400;
}
#product .wave .wave-box .box-left p {
  font-size: 16px;
  line-height: 30px;
  color: white;
  font-weight: 400;
}
#product .wave .wave-box .box-right {
  width: 50%;
}
#product .public {
  padding-top: 150px;
  padding-bottom: 150px;
}
#product .public .public-box {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#product .public .public-box .box-left {
  width: 386px;
}
#product .public .public-box .box-left h2 {
  font-size: 56px;
  color: #2e4369;
  line-height: 72px;
  margin-bottom: 70px;
  font-weight: 400;
}
#product .public .public-box .box-left p {
  font-size: 16px;
  line-height: 30px;
  color: #2e4369;
  font-weight: 400;
}
#product .public .public-box .box-right {
  width: 50%;
}

#industry .banner .banner-content .box-right {
  width: 51.7%;
}
#industry .advantage {
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: 120px;
}
#industry .advantage .box-left h2 {
  font-size: 56px;
  line-height: 72px;
  color: #2e4369;
  font-weight: 400;
  margin-bottom: 120px;
}
#industry .advantage .box-left .advantage-list .advantage-one {
  margin-bottom: 95px;
}
#industry .advantage .box-left .advantage-list .advantage-one img {
  width: 64px;
  margin-right: 34px;
}
#industry .advantage .box-left .advantage-list .advantage-one .advantage-intro h4 {
  color: #2e4369;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
#industry .advantage .box-left .advantage-list .advantage-one .advantage-intro p {
  color: rgba(46, 67, 105, 0.7);
  font-size: 16px;
  font-weight: 400;
}
#industry .advantage .box-right {
  width: 52%;
}

#service .banner .banner-content .box-right {
  width: 58.35%;
}
#service .service-list {
  padding-top: 267px;
  padding-bottom: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#service .service-list .list-box {
  flex-wrap: wrap;
}
#service .service-list .list-box .list-one {
  padding: 47px 73px 38px;
  width: calc(29.7% - 146px);
  background-color: white;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.2);
  border-radius: 5px;
  align-self: stretch;
  margin-bottom: 64.5px;
  transition: 0.5s;
      box-sizing: initial;
}
#service .service-list .list-box .list-one:nth-child(3n - 1) {
  position: relative;
  top: -87px;
}
#service .service-list .list-box .list-one:hover {
  background-color: #0080ff;
}
#service .service-list .list-box .list-one:hover .bg-contain-center:nth-child(1) {
  display: block;
}
#service .service-list .list-box .list-one:hover .bg-contain-center:nth-child(2) {
  display: none;
}
#service .service-list .list-box .list-one:hover h4 {
  color: white;
}
#service .service-list .list-box .list-one:hover .service-intro p {
  color: white;
}
#service .service-list .list-box .list-one .bg-contain-center {
  display: block;
  width: 78px;
  height: 78px;
  margin: auto;
}
#service .service-list .list-box .list-one .bg-contain-center:nth-child(1) {
  display: none;
}
#service .service-list .list-box .list-one h4 {
  color: #2e4369;
  font-size: 30px;
  text-align: center;
  margin-top: 49px;
  margin-bottom: 25px;
  cursor: default;
}
#service .service-list .list-box .list-one .service-intro p {
  color: rgba(46, 67, 105, 0.83);
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  cursor: default;
}
#service .service-list .list-box .list-one .see-more a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fdd834;
  font-size: 13px;
  color: #2e4369;
  border-radius: 18px;
  margin-top: 30px;
}

#certificate .banner .banner-content .box-right {
  width: 58.35%;
}
#certificate .crumbs {
  padding-top: 56px;
  padding-bottom: 60px;
}
#certificate .crumbs img {
  height: 16px;
  margin-right: 4px;
}
#certificate .crumbs a {
  color: rgba(46, 67, 105, 0.7);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
#certificate .crumbs a:hover {
  color: #3665ff;
}
#certificate .crumbs span {
  color: rgba(46, 67, 105, 0.7);
  margin: 0 7px;
}
#certificate .certificate-list {
  padding-bottom: 58px;
  flex-wrap: wrap;
}
#certificate .certificate-list .certificate-one {
  width: 46.9%;
  align-self: stretch;
  min-height: 319px;
  box-shadow: 0 0 20px rgba(197, 197, 197, 0.205);
  margin-bottom: 40px;
  align-items: flex-start;
}
#certificate .certificate-list .certificate-one .certificate-intro {
  padding: 40px 46px;
}
#certificate .certificate-list .certificate-one .certificate-intro h4 {
  font-size: 30px;
  color: #2e4369;
  font-weight: 400;
}
#certificate .certificate-list .certificate-one .certificate-intro p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 25px;
  color: #2e4369;
  font-weight: 400;
}
#certificate .certificate-list .certificate-one .bg-cover-center {
  width: 41%;
  flex-shrink: 0;
  align-self: stretch;
}

#news .banner .banner-content .box-right {
  width: 49.35%;
}
#news .news-list {
  padding-top: 135px;
  padding-bottom: 124px;
}
#news .news-list .main-container {
  flex-wrap: wrap;
}
#news .news-list .main-container .news-one {
  width: calc(30.12% - 26px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  align-self: stretch;
  background-color: white;
  box-shadow: 0 0 20px rgba(179, 179, 179, 0.205);
  padding: 17px 13px;
  border-radius: 10px;
  transition: 0.5s;
}
#news .news-list .main-container .news-one:hover {
  background-color: #0080ff;
}
#news .news-list .main-container .news-one:hover .news-intro h4 {
  color: white;
}
#news .news-list .main-container .news-one:hover .news-intro p {
  color: white;
}
#news .news-list .main-container .news-one:hover .news-intro span {
  color: white;
}
#news .news-list .main-container .news-one .bg-cover-center {
  width: 100%;
  padding-bottom: 63.17%;
  flex-shrink: 0;
  margin-bottom: 45px;
}
#news .news-list .main-container .news-one .news-intro {
  padding: 0 23px;
}
#news .news-list .main-container .news-one .news-intro h4 {
  font-size: 24px;
  color: #2e4369;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
}
#news .news-list .main-container .news-one .news-intro p {
  color: #2e4369;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 58px;
}
#news .news-list .main-container .news-one .news-intro span {
  color: #2e4369;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

#newsDetail .banner .banner-content .box-right {
  width: 49.35%;
}
#newsDetail .news-detail {
  padding-top: 80px;
  padding-bottom: 60px;
}
#newsDetail .news-detail h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
}
#newsDetail .news-detail .news-intro {
  padding-top: 62px;
  padding-bottom: 46px;
}
#newsDetail .news-detail .news-intro .crumbs img {
  height: 16px;
  margin-right: 4px;
}
#newsDetail .news-detail .news-intro .crumbs a {
  color: rgba(46, 67, 105, 0.7);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
#newsDetail .news-detail .news-intro .crumbs a:hover {
  color: #0080ff;
}
#newsDetail .news-detail .news-intro .crumbs span {
  color: rgba(46, 67, 105, 0.7);
  margin: 0 7px;
}
#newsDetail .news-detail .news-intro .time {
  color: #606060;
  font-size: 18px;
  margin-left: 115px;
}
#newsDetail .news-detail .news-content {
  padding-top: 62px;
  padding-bottom: 85px;
  border-top: dashed 1px rgba(8, 17, 44, 0.13);
  border-bottom: dashed 1px rgba(8, 17, 44, 0.13);
}
#newsDetail .news-detail .news-content p {
  color: #000000;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1px;
}
#newsDetail .news-detail .news-content img {
  max-width: 100%;
}
#newsDetail .news-detail .page {
  margin-top: 60px;
  padding: 0 30px;
}
#newsDetail .news-detail .page a:hover p {
  color: #1e89c9;
}
#newsDetail .news-detail .page a img {
  height: 16px;
}
#newsDetail .news-detail .page a p {
  color: #000000;
  margin: 0 20px;
}
.returnlist{
    text-align: center;
}

#help .banner .banner-content .box-right {
  width: 43.58%;
}
#help .help-box {
  padding-top: 63px;
  padding-bottom: 130px;
  align-items: flex-start;
}
#help .help-box .box-left {
  width: 188px;
  flex-shrink: 0;
  border-right: 1px solid rgba(46, 67, 105, 0.16);
  margin-right: 93px;
}
#help .help-box .box-left a {
	padding: 14px 21px;
	cursor: pointer;
	color: #2E4369;
	font-size: 17px;
	font-weight: 400;
	display: block;
}
#help .help-box .box-left p {
  padding: 14px 21px;
  cursor: pointer;
  color: #2e4369;
  font-size: 17px;
  font-weight: 400;
}
#help .help-box .box-left p:hover {
  background-color: rgba(176, 229, 247, 0.34);
  color: #0080ff;
}
#help .help-box .box-left .help-nav-active {
  background-color: rgba(176, 229, 247, 0.34);
  color: #0080ff;
}
#help .help-box .box-right {
  flex-grow: 1;
}
#help .help-box .box-right .help-one {
  margin-bottom: 26px;
}
#help .help-box .box-right .help-one h4 {
  font-size: 20px;
  font-weight: 500;
  background-color: #f5f7fb;
  padding: 20px 37px;
  cursor: pointer;
}
#help .help-box .box-right .help-one h4:hover {
  color: #0080ff;
}
#help .help-box .box-right .help-one .help-content {
  padding: 38px 37px 18px;
  display: none;
}
#help .help-box .box-right .help-one .help-content p {
  color: #393939;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}

#aboutUs .banner {
  padding-bottom: 0;
}
#aboutUs .banner .banner-content .box-left h1 {
  font-size: 72px;
  line-height: 95px;
  font-family: FZZhengHeiS-DB-GB;
}
#aboutUs .banner .banner-content .box-left h1 span {
  font-size: 60px;
  font-family: PingFang SC;
}
#aboutUs .banner .banner-content .box-right {
  width: 38.76%;
}
#aboutUs .banner .company-num {
  position: relative;
  top: 100px;
}
#aboutUs .banner .company-num .num-list {
  background-color: white;
  padding: 55px 113px;
  border-radius: 24px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.23);
}
#aboutUs .banner .company-num .num-list .num-one h3 {
  font-size: 48px;
  text-align: center;
  font-weight: 400;
}
#aboutUs .banner .company-num .num-list .num-one p {
  font-size: 16px;
  text-align: center;
}
#aboutUs .company-intro {
  padding-top: 278px;
  padding-bottom: 139px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
#aboutUs .company-intro .intro-box .box-left {
  width: 34.14%;
}
#aboutUs .company-intro .intro-box .box-left h2 {
  font-size: 56px;
  color: #2e4369;
  font-weight: 400;
  margin-bottom: 68px;
}
#aboutUs .company-intro .intro-box .box-left .intro-content p {
  font-size: 16px;
  color: #2e4369;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1px;
}
#aboutUs .company-intro .intro-box .box-right {
  width: 50.8%;
}
#aboutUs .motto {
  background-color: #f5f7fb;
  padding-bottom: 76px;
  padding-top: 63px;
}
#aboutUs .motto .motto-list .motto-one {
  width: calc(100% / 3);
  align-self: stretch;
  max-width: 287px;
}
#aboutUs .motto .motto-list .motto-one img {
  margin: auto;
  height: 60px;
  display: block;
  margin-bottom: 40px;
}
#aboutUs .motto .motto-list .motto-one h4 {
  color: #1e89c9;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}
#aboutUs .motto .motto-list .motto-one p {
  color: #2e4369;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
#aboutUs .publicity {
  background-color: #003494;
}
#aboutUs .publicity .main-container .box-left {
  width: 31.12%;
}
#aboutUs .publicity .main-container .box-left h2 {
  color: white;
  font-size: 56px;
  font-weight: 400;
  line-height: 72px;
}
#aboutUs .publicity .main-container .box-left .publicity-content {
  margin-top: 61px;
}
#aboutUs .publicity .main-container .box-left .publicity-content p {
  color: white;
  line-height: 36px;
}
#aboutUs .publicity .main-container .box-right {
  width: 46.61%;
}
#aboutUs .job {
  padding-top: 72px;
  padding-bottom: 95px;
}
#aboutUs .job h2 {
  color: #2e4369;
  font-size: 30px;
  margin-bottom: 45px;
  font-weight: 500;
}
#aboutUs .job .job-list .job-one {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(46, 67, 105, 0.13);
}
@media screen and (min-width: 1025px) {
  #aboutUs .job .job-list .job-one:hover .job-intro button {
    display: block;
  }
  #aboutUs .job .job-list .job-one:hover .job-intro .time {
    display: none;
  }
}
#aboutUs .job .job-list .job-one h4 {
  font-size: 22px;
  color: #2e4369;
  margin-bottom: 18px;
}
#aboutUs .job .job-list .job-one .job-intro {
  width: 100%;
}
#aboutUs .job .job-list .job-one .job-intro p {
  font-size: 18px;
  color: #2e4369;
  font-weight: 400;
}
#aboutUs .job .job-list .job-one .job-intro p span {
  color: #c91e1e;
}
#aboutUs .job .job-list .job-one .job-intro .time {
  font-size: 17px;
  height: 45px;
  color: #2e4369;
  font-weight: 400;
}
#aboutUs .job .job-list .job-one .job-intro button {
  width: 134px;
  height: 45px;
  border-radius: 22.5px;
  border: none;
  background-color: #fdd834;
  color: #2e4369;
  font-size: 17px;
  display: none;
}
#aboutUs .job .more {
  width: 224px;
  height: 58px;
  color: #2e4369;
  border-radius: 28px;
  background-color: transparent;
  display: block;
  margin: auto;
  font-size: 20px;
  border: solid 1px #2e4369;
  margin-top: 110px;
}
#aboutUs .job-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}
#aboutUs .job-pop .pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#aboutUs .job-pop .pop-content .close {
  position: absolute;
  width: 42px;
  right: -51px;
  top: -45px;
  cursor: pointer;
}
#aboutUs .job-pop .pop-content .job-content {
  background-color: white;
  width: 655px;
  padding: 45px 55px;
  max-width: calc(100vw - 300px);
  border-radius: 15px;
}
#aboutUs .job-pop .pop-content .job-content .job-name {
  font-size: 24px;
  color: #2e4369;
  margin-bottom: 10px;
}
#aboutUs .job-pop .pop-content .job-content .time {
  font-size: 14px;
  color: #2e4369;
}
#aboutUs .job-pop .pop-content .job-content .job-intro {
  margin-top: 30px;
}
#aboutUs .job-pop .pop-content .job-content .job-intro p {
  font-size: 14px;
  color: #2e4369;
  line-height: 24px;
}
/*跨境收款*/
  .frist-links,
        .advantage,
        .reason,
        .hotline,
        .coopbank,
        .coopabout,
        .service3,
        .servicebox {
            padding: 36px 0;
        }

        .col-custom {
            flex: 0 0 20%;
            /* 每个列占20%的宽度 */
            max-width: 20%;
        }

        .frist-lisks-item img {
            width: 60px;
            height: 60px;
            border: 2px solid #1196db;
            padding: 8px;
            border-radius: 50%;
            transition: all .5s;
        }

        .frist-lisks-item {
            display: flex;
            align-items: center;
            margin-bottom: 1em;
        }

        .frist-lisks-item ._txt {
            margin-left: 1em;
        }

        .frist-lisks-item ._txt p {
            padding: 0;
            margin: 0;
        }

        .frist-lisks-item:hover img {
            box-shadow: 5px 5px 10px #1196db50;
        }

        .onlineseek {
            margin: 12px 24px;
            text-align: center;
        }

        .onlineseek a {
            display: inline-block;
            text-align: center;
            margin: 0 auto;
            background: #1296db;
            color: #fff;
            padding: 8px 16px;
            border-radius: 24px;
            text-decoration: none;
        }

        .onlineseek a:hover {
            background: linear-gradient(0deg, #1196db, #229);
        }

        .serviceitem {
            overflow: hidden;
        }

        .serviceitem ._img {
            overflow: hidden;
            border-radius: 12px;
        }

        .serviceitem ._img img {
            transition: all .5s;
        }

        .serviceitem ._img img:hover {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

        .serviceitem p {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
        }

        .serviceitem p span {
            color: #1196db;
        }

        .onlineseek img {
            width: 24px;
            height: 24px;
            background-color: #fff;
            border-radius: 50%;

        }

        .coopadvantage {
            position: relative;
            background: url(https://img.tripodspay.com/kuajing/advantagebg.jpg)no-repeat 100% 100% fixed;
        }

        .coopadvantage::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #0000007a;
            z-index: 0;
        }

        .title-title {
            padding: 24px 0;
            text-align: center;
            color: #fff;
            position: relative;
        }

        .title-title h3 {
            position: relative;
        }

        .title-title h3::before {
            content: "";
            height: 4px;
            width: 100px;
            background: red;
            display: block;
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
        }

        .coopadvantage-list {
            position: relative;
            background-color: #0000005e;
            background-image: url(https://img.tripodspay.com/kuajing/advantagebj2.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 50% 100%;
            padding: 30px;
            border-radius: 12px;
        }



        .advantage-row {
            position: relative;
            margin-left: -24px;
            z-index: 99;
        }

        .advantage-row p {
            color: #fff;
            font-size: 18px;
        }

        .advantage-row p i {
            padding: 6px;
            background-color: #1196db;
            color: #fff;
            border-radius: 50%;
            border: 2px solid #fff;
            width: 40px;
            height: 40px;
            display: inline-block;
        }

        .reason-box {
            padding: 24px 2px;
            position: relative;
            text-align: center;
            border: 1px solid;
            border-top-width: 5px;
            margin-bottom: 24px;
        }

        .reason-box small {
            text-transform: uppercase;
        }

        .col:nth-child(2n+1)>.reason-box ._img,
        .col:nth-child(2n+1)>.reason-box {
            border-color: #1296db;
        }

        .col:nth-child(2n+1)>.reason-box ._img svg path,
        .col:nth-child(2n+1)>.reason-box {
            color: #1296db;
        }

        .col:nth-child(2n)>.reason-box ._img,
        .col:nth-child(2n)>.reason-box {
            border-color: orangered;
            color: orangered;
        }

        .reason-box ._img {
            padding: 6px;
            border: 1px solid;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: block;
            margin: 12px auto;
            overflow: hidden;
        }

        .reason-box ._img img {
            width: 100%;
            height: auto;
            transition: all 1s;
        }

        .hotline {
            position: relative;
            background: url(https://img.tripodspay.com/kuajing/hotline.jpg)no-repeat center center fixed;
        }

        .hotline::before {
            content: "";
            background: linear-gradient(135deg, #1196db73, #029cd891, #1196dbb8);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .hotline h2 {
            position: relative;
            z-index: 99;
            font-weight: bold;
            text-align: left;
            color: #fff;
        }

        .hotlinebut {
            position: relative;
            z-index: 99;
        }

        .hotlinebut a {
            color: #fff;
            font-size: 20px;
            display: flex;
            height: 60px;
            align-items: center;
            font-weight: bold;
            background: #ff7500;
            padding: 12px;
            border-radius: 12px;
        }

        .hotlinebut a span {
            background: #fff;
            border-radius: 6px;
            padding: 6px;
            color: #333;
            margin-right: 2em;
        }
                .coopbankitem {
            position: relative;
        }

        .coopbankitem ._img {
            overflow: hidden;
        }

        .coopbankitem ._img img {
            width: 100%;
        }

        .coopbankitem .coopbanktxt {
            position: relative;
            margin: 36px auto;
            border: 1px solid #1196db;
        }

        .coopbankitem .coopbanktxt p {
            padding: 24px 12px;
            height: 216px;
        }

        .coopbankitem .coopbanktxt p span {
            color: #1196db;
            font-weight: bold;
        }

        .coopbankitem .coopbanktxt svg {
            background: #1196db;
            color: white;
            width: 70px;
            height: 70px;
            padding: 3px;
            border-radius: 50%;
            margin: 0 auto;
            position: absolute;
            bottom: -35px;
            left: 50%;
            transform: translateX(-50%);

        }

        .coopbankitem .coopbanktxt h4 {
            position: absolute;
            top: -.5em;
            left: 50%;
            text-align: center;
            transform: translateX(-50%);
            background: #fff;
            padding: 0 12px;
            margin: 0;
        }
        .service3list {
            border-radius: 24px;
            overflow: hidden;
            height: 100%;
            display: flex;
            align-items: center;
        }
.hotlinebut a:hover svg {
  animation: fly 2s ease 1;
}
.reason-box:hover ._img img {
	transform: rotateY(360deg);
}
.coopabout {
	position: relative;
  background: url(https://img.tripodspay.com/kuajing/pookabout.jpg)no-repeat center center/cover;
  padding: 30px;
}
.coopabout::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #1196dbdb;
    
}
        .coopaboutitem {
            z-index: 99;
            position: relative;
        }

        .coopaboutitem h5 {
            font-weight: bold;
        }

        .coopaboutitem h5,
        .coopaboutitem p {
            color: #fff;
        }


/*跨境手机样式*/
        @media(max-width:940px) {
            .frist-lisks-item {
                flex-direction: column;
                text-align: center;
            }

            .frist-lisks-item ._txt {
                margin-left: 0;
            }

            .frist-lisks-item ._txt h5 {
                font-size: 16px;
            }

            .frist-lisks-item ._txt p {
                font-size: 12px;
            }

            .serviceitem p {
                font-size: 16px;
            }

            .coopadvantage-list {
                background-size: 100% 100%;
            }

            .coopadvantage-list::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: #0000007a;
                z-index: 0;
            }

            .hotlinebut a {
                font-size: 12px;
            }

            .reason-box small {
                font-size: 10px;
            }
                    .coopbankitem .coopbanktxt p {
            height: auto;
        }

        }
        
        
        
        @keyframes fly {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(500%);
  }

  100% {
    transform: translateX(0);
  }
}
        /*跨境收款*/
@media screen and (max-width: 1024px) {
  .hidden-xs,
  .hidden-flex-xs {
    display: none;
  }

  .visible-flex-xs {
    display: flex;
  }

  .visible-xs {
    display: block;
  }

  header {
    background-color: white;
    box-shadow: 0 0 20px rgba(128, 128, 128, 0.2);
  }

  footer .contact .main-container {
    flex-wrap: wrap;
  }

  footer .contact .main-container .box-left img {
    position: unset;
    margin: 20px 0;
    transform: translateX(0);
  }

  footer .company-info {
    flex-wrap: wrap;
  }

  footer .company-info .box-left {
    width: 100%;
  }

  footer .company-info .box-left .external-link a {
    margin-left: 0;
    margin-right: 15px;
  }

  footer .company-info .box-left .contact-box {
    flex-wrap: wrap;
  }

  footer .company-info .box-left .contact-box .contact-one {
    margin-bottom: 20px;
  }

  footer .company-info .box-left .qrCode .qrCode-one {
    margin-bottom: 20px;
  }

  footer .company-info .box-left .qrCode {
    flex-wrap: wrap;
  }

  footer .company-info .box-right {
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  footer .company-info .box-right .link-box {
    width: 100%;
  }

  footer .company-info .box-right .link-box h4 {
    margin-bottom: 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.1);
  }

  footer .company-info .box-right .link-box div {
    display: none;
  }

  footer .company-info .box-right .link-box a {
    margin-bottom: 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.1);
  }

  #index .product .product-list {
    flex-wrap: wrap;
  }

  #index .product .product-list .product-one {
    width: calc(48% - 7px);
    margin-bottom: 40px;
  }

  #index .service .box-right {
    width: 40%;
  }

  #aboutUs .publicity {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #aboutUs .publicity .main-container .box-left {
    width: 50%;
  }

  #aboutUs .job .job-list .job-one {
    border-bottom: none;
    background-color: white;
    box-shadow: 0 0 20px rgba(128, 128, 128, 0.2);
    margin-bottom: 20px;
    padding: 30px 40px;
    border-radius: 10px;
  }

  #aboutUs .job .job-list .job-one .job-intro .time {
    height: unset;
  }

  #aboutUs .job .more {
    margin-top: 70px;
  }

  #certificate .certificate-list .certificate-one {
    width: 100%;
  }

  #industry .advantage .box-right {
    display: none;
  }

  #service .service-list .list-box .list-one {
    padding: 47px 20px 38px;
    width: calc(29.7% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .main-container {
    padding: 0 40px;
  }

  header .mp_header .nav-list .nav-box .box-left {
    width: 25%;
  }

  header .mp_header .nav-list .nav-box .box-right a {
    padding: 20px 40px;
  }

  footer .contact .main-container .box-left {
    margin-bottom: 40px;
  }

  #index .index-banner .company-num .num-box {
    padding: 0 50px;
  }

  #index .index-banner .company-num .num-box h3 {
    font-size: 36px;
  }

  #index .account {
    padding-bottom: 100px;
  }

  #index .service .box-left {
    flex-grow: 1;
  }

  #index .account .account-box .box-left {
    width: 100%;
  }

  #index .service .box-right {
    display: none;
  }

  #index .account .account-box .box-right {
    display: none;
  }

  #index .news .main-container .news-list .news-one {
    min-height: unset;
  }

  #index .news .main-container .news-list .news-one .news-intro {
    padding: 0px;
  }

  #index .news .main-container .news-list .news-one .news-intro h4 {
    margin-block-end: 20px;
  }

  #index .news .main-container .news-list .news-one .news-intro p {
    margin-block-end: 20px;
  }

  #aboutUs .banner .company-num {
    top: 80px;
  }

  #aboutUs .banner .company-num .num-list {
    padding: 40px;
  }

  #aboutUs .banner .company-num .num-list .num-one h3 {
    font-size: 36px;
  }

  #aboutUs .company-intro {
    padding-top: 150px;
  }

  #aboutUs .company-intro .intro-box .box-left {
    width: 43%;
  }

  #aboutUs .motto .motto-list .motto-one p {
    padding: 0 10px;
  }

  #help .help-box .box-left {
    margin-right: 30px;
    width: 160px;
  }

  #help .help-box .box-right .help-one .help-content {
    padding: 20px 20px 0;
  }

  #news .news-list .main-container .news-one {
    width: calc(48% - 5px);
    margin-bottom: 40px;
  }

  #newsDetail .news-detail .news-intro {
    flex-wrap: wrap;
    padding: 20px 0;
  }

  #newsDetail .news-detail .news-intro .time {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  #newsDetail .news-detail .page {
    padding: 0 40px;
  }

  .banner .product-list .list-box {
    flex-wrap: wrap;
  }

  .banner .product-list .list-box .product-one {
    width: 100%;
    margin-bottom: 20px;
  }

  #service .service-list .list-box .list-one {
    width: calc(47.5% - 40px);
    margin-bottom: 40px;
  }
  #service .service-list .list-box .list-one:nth-child(3n - 1) {
    top: 0px;
  }

  #service .service-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 540px) {
  .main-container {
    padding: 0 20px;
  }

  header .mp_header .mb-nav {
    height: 60px;
  }

  header .mp_header .mb-nav .logo img {
    width: 100px;
  }

  header .mp_header .mb-nav .nav-btn {
    width: 48px;
  }

  header .mp_header .nav-list .nav-box .box-right a {
    font-size: 16px;
    padding: 20px 30px;
  }

  header .mp_header .nav-list .nav-box .box-left {
    width: 35%;
  }

  header .mp_header .nav-list .nav-box .box-left .login {
    font-size: 16px;
  }

  header .mp_header .nav-list .nav-box .box-left .register {
    font-size: 16px;
  }

  footer .contact .main-container .box-left {
    margin-bottom: 20px;
  }

  footer .contact .main-container .box-left h2 {
    font-size: 30px;
  }

  footer .contact .main-container .box-right {
    justify-content: space-between;
    width: 100%;
  }

  footer .contact .main-container .box-right .start {
    font-size: 20px;
    width: 45%;
    margin: 0;
  }

  footer .contact .main-container .box-right .contact-us {
    font-size: 20px;
    width: 45%;
  }

  footer .company-info .box-left .qrCode .qrCode-one {
    flex-grow: 1;
    margin-right: 0;
  }

  .banner .banner-content .box-left {
    width: 100%;
  }

  .banner .banner-content .box-left .button-box {
    justify-content: space-between;
    width: 100%;
  }

  .banner .banner-content .box-left h1 {
    font-size: 40px;
    line-height: unset;
  }

  .banner .banner-content .box-left .button-box .start {
    margin-right: 0;
  }

  #aboutUs .banner .banner-content .box-right {
    display: none;
  }

  #aboutUs .banner {
    padding-top: 120px;
  }

  #aboutUs .banner .banner-content .box-left h1 {
    font-size: 56px;
    line-height: unset;
  }

  #aboutUs .banner .banner-content .box-left h1 span {
    font-size: 40px;
  }

  #aboutUs .banner .company-num {
    top: 110px;
  }

  #aboutUs .banner .company-num .num-list {
    flex-wrap: wrap;
    padding: 20px;
  }

  #aboutUs .banner .company-num .num-list .num-one {
    width: 50%;
    margin-bottom: 20px;
  }

  #aboutUs .company-intro {
    padding-bottom: 80px;
  }

  #aboutUs .company-intro .intro-box {
    flex-wrap: wrap;
  }

  #aboutUs .company-intro .intro-box .box-left {
    width: 100%;
  }

  #aboutUs .company-intro .intro-box .box-left h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  #aboutUs .company-intro .intro-box .box-right {
    margin: 20px 0;
    width: 100%;
  }

  #aboutUs .motto .motto-list {
    flex-wrap: wrap;
  }

  #aboutUs .motto .motto-list .motto-one {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(128, 128, 128, 0.2);
  }

  #aboutUs .publicity .main-container .box-left {
    width: 100%;
  }

  #aboutUs .publicity .main-container .box-left h2 {
    font-size: 40px;
    line-height: unset;
  }

  #aboutUs .publicity .main-container .box-right {
    display: none;
  }

  #aboutUs .job .job-list .job-one .job-intro {
    flex-wrap: wrap;
  }

  #aboutUs .job .job-list .job-one .job-intro .time {
    margin-top: 20px;
  }

  #aboutUs .job .more {
    width: 180px;
    height: 48px;
  }

  #aboutUs .job-pop .pop-content {
    top: calc(50% - 25px);
  }

  #aboutUs .job-pop .pop-content .close {
    top: unset;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }

  #aboutUs .job-pop .pop-content .job-content {
    max-width: calc(100vw - 80px);
    padding: 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    border-radius: 6px;
  }

  #aboutUs .job-pop .pop-content .job-content .job-intro {
    margin-top: 10px;
  }

  #index .index-banner {
    padding-top: 100px;
  }

  #index .index-banner .banner-content h1 {
    font-size: 40px;
  }

  #index .index-banner .banner-content h1 span {
    font-size: 56px;
  }

  #index .index-banner .banner-content .search,
  #help .banner .search {
    width: 100%;
  }

  #index .index-banner .company-num {
    top: 100px;
  }

  #index .index-banner .company-num .num-box {
    flex-wrap: wrap;
    padding: 20px 0;
    height: unset;
  }

  #index .index-banner .company-num .num-box .num-one {
    width: 50%;
    margin-bottom: 20px;
  }

  #index .product {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  #index .product h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  #index .product .product-list .product-one {
    padding: 25px;
    width: calc(100% - 50px);
    border-radius: 10px;
    margin-bottom: 20px;
  }

  #index .account {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  #index .account .motto .motto-box p {
    font-size: 30px;
    line-height: 50px;
  }

  #index .account .motto {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  #index .account .motto button {
    margin-left: 0;
    margin-top: 30px;
  }

  #index .account .account-box .box-left .account-one a {
    margin-left: 20px;
    padding-left: 20px;
  }

  #index .account .account-box .box-left .account-one a h4 {
    font-size: 18px;
  }

  #index .account .account-box .box-left .account-one a h4 span {
    margin: 0;
  }

  #index .service {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  #index .service .box-left h2 {
    font-size: 36px;
  }

  #index .technology .main-container .box-right {
    display: none;
  }

  #index .technology {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #index .technology .main-container .box-left h1 {
    font-size: 46px;
  }

  #index .news {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #index .news .main-container h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  #index .news .main-container .news-list {
    flex-wrap: wrap;
  }

  #index .news .main-container .news-list .news-one {
    width: 100%;
    margin-bottom: 20px;
    min-height: unset;
  }

  #index .news .main-container .news-list .news-one .news-intro {
    padding: 10px;
  }

  #index .news .main-container .news-list .news-one .news-intro h4 {
    margin-bottom: 20px;
  }

  #index .news .main-container .news-list .news-one .news-intro p {
    margin-bottom: 20px;
  }

  #certificate .banner .banner-content .box-right {
    display: none;
  }

  #certificate .certificate-list .certificate-one {
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  #certificate .certificate-list .certificate-one .certificate-intro {
    padding: 0px 0px 20px;
  }

  #certificate .certificate-list .certificate-one .bg-cover-center {
    width: 100%;
    height: 50vw;
  }

  #help .banner .banner-content .box-right {
    display: none;
  }

  #help .help-box {
    flex-wrap: wrap;
    padding-bottom: 80px;
  }

  #help .help-box .box-left {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }

  #help .help-box .box-right .help-one {
    margin-bottom: 20px;
  }

  #help .help-box .box-right .help-one h4 {
    padding: 15px 20px;
  }

  #industry .banner .banner-content .box-right {
    display: none;
  }

  #industry .advantage {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #industry .advantage .box-left h2 {
    font-size: 36px;
    line-height: unset;
    margin-bottom: 40px;
  }

  #industry .advantage .box-left .advantage-list .advantage-one {
    margin-bottom: 40px;
  }

  #news .banner .banner-content .box-right {
    display: none;
  }

  #news .news-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #news .news-list .main-container .news-one {
    width: calc(100% - 12px);
    margin-bottom: 20px;
  }

  #news .news-list .main-container .news-one .news-intro h4 {
    margin-bottom: 20px;
  }

  #newsDetail .banner .banner-content .box-right {
    display: none;
  }

  #newsDetail .news-detail h2 {
    font-size: 28px;
  }

  #newsDetail .news-detail .news-intro .crumbs {
    flex-wrap: wrap;
  }

  #newsDetail .news-detail .news-intro .crumbs a {
    margin: 10px 0;
  }

  #newsDetail .news-detail .page {
    padding: 0;
  }

  .banner .product-list .list-box {
    padding: 20px;
  }

  .banner .product-list .list-box .product-one img {
    height: 50px;
    margin-right: 20px;
  }

  .banner .product-list .list-box .product-one h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  #product .banner .banner-content .box-right {
    display: none;
  }

  #product .rate .main-container .box-right {
    display: none;
  }

  #product .wave .wave-box .box-right {
    display: none;
  }

  #product .public .public-box .box-right {
    display: none;
  }

  #product .rate {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  #product .rate .main-container .box-left h2 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: unset;
  }

  #product .wave {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #product .wave .wave-box .box-left h2 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: unset;
  }

  #product .public {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #product .public .public-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  #product .public .public-box .box-left h2 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: unset;
  }

  #service .banner .banner-content .box-right {
    display: none;
  }

  #service .service-list .list-box .list-one {
    width: 100%;
    margin-bottom: 20px;
  }
}



a{
    text-decoration: none!important;
}
/*# sourceMappingURL=style.css.map */
