.bold {
  font-weight: bold;
}
.fixed .wow a{
    cursor: default;
}

.honor_01.fixed a,
.duty_top .fixed a,
.news_top .fixed  a,
.fixed .wow.link a{
    cursor: pointer;
}
:root {
  --vi-color: #004962;
  --vi-color-dark: #004962;
  --vi-color-dark-hover: #002b39;
  --vi-color-dark-bg: #002a39;

  --font-size-16: 16rem;
  --font-size-18: 18rem;
  --font-size-20: 20rem;
  --font-size-24: 24rem;
  --font-size-30: 30rem;
  --font-size-36: 36rem;
  --font-size-40: 40rem;
  --font-size-60: 60rem;
  --font-size-72: 72rem;
  --font-size-120: 120rem;
}

.main {
  overflow: hidden;
}

.video_appbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.padd_t100 {
  padding-top: 4%;
  padding-bottom: 5%;
}

.video_appbox.show {
  visibility: visible;
  opacity: 1;
}

.video_appbox video {
  object-fit: cover;
  width: 100%;
}

.video_appbox .video_t {
  z-index: 2;
  background: #000;
  width: 1035px;
  max-width: 94%;
  height: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 60%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

.video_appbox.show .video_t {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.video_tbox {
  height: 100%;
}

.video_appbox .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.lt9 .video_appbox .mask {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}

.vide0_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}

.vide0_close i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

input,
textarea {
  border: none;
}

.weixin {
  position: fixed;
  width: 300px;
  height: auto;
  z-index: 100000;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -150px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #666;
}

.weixin .c {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/x.png);
  background-size: cover;
  overflow: hidden;
  text-indent: 100px;
  right: 5px;
  top: 5px;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.weixin h2 {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
}

.weixin .img {
  padding: 30px 0 10px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.weixin p {
  margin: 0 1.5% 20px;
  text-align: center;
  font-size: 16px;
}

.weixin .img img {
  width: 200px;
  height: 200px;
  display: block;
  margin: auto;
}

input:focus,
textarea:focus {
  outline: none;
}

input::placeholder {
  color: #fff;
  opacity: 0.6;
}

.search input::placeholder {
  color: #000;
  opacity: 0.6;
}

img {
  vertical-align: top;
}

html {
  font-size: calc((100vw / 1920));
}

body {
  font-size: var(--font-size-16);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC,
    PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
}

.scroll {
  height: 100%;
  width: 100%;
}

em,
i {
  font-style: normal;
}

a {
  color: #4c4d51;
  text-decoration: none;
  transition: 0.5s;
}

[class*="icon-"] {
  font-family: "iconfont";
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  background: #ffffff;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/*图片经过*/
.tran_scale {
  overflow: hidden;
  display: block;
}

.tran_scale img {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

@media only screen and (min-width: 1025px) {
  .tran_scale:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
  }
}

.edit_con_original {
  line-height: 2;
  padding: 0 0;
  color: #000000;
}

.edit_con_original ul {
  margin: inherit;
  padding: inherit;
  padding-left: 2em;
}

.edit_con_original ul li {
  list-style-type: disc;
  margin: auto;
}

.edit_con_original ol {
  margin: inherit;
  padding: inherit;
}

.edit_con_original ol li {
  list-style-type: decimal;
  margin: auto;
}

.edit_con_original h1 {
  font-size: 2em;
  font-weight: bold;
}

.edit_con_original h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.edit_con_original h3 {
  font-size: 1.17em;
  font-weight: bold;
}

.edit_con_original h4 {
  font-size: 1em;
  font-weight: bold;
}

.edit_con_original h5 {
  font-size: 0.83em;
  font-weight: bold;
}

.edit_con_original h6 {
  font-size: 0.67em;
  font-weight: bold;
}

.edit_con_original em {
  font-style: italic;
}

.edit_con_original cite {
  font-style: italic;
}

.edit_con_original address {
  font-style: italic;
}

.edit_con_original i {
  font-style: italic;
}

.edit_con_original table {
  border-collapse: separate;
  border-spacing: 2px;
}

.edit_con_original img {
  max-width: 100%;
  height: auto;
}

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
  content: "";
  display: table;
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
  content: "";
  display: table;
  clear: both;
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
  *zoom: 1;
}

.clear,
.cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
}

.clamp_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.clamp_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  max-height: 6em;
  height: 6em;
  overflow: hidden;
}

.v-m-c {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

.l-m-c {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}

.a-m-c {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/*page*/
/*
.pageout {
  text-align: center;
  padding-bottom: 5px;
  clear: both;
}

.page {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.page {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding-top: 35rem;
  padding-bottom: 35rem;
  color: #17217a;
  line-height: 43rem;
}

.page span {
  color: #fff;
  float: left;
  font-weight: bold;
}

.page span em {
  color: #00e4ff;
  margin-left: 5px;
}

.page .span01 {
  margin-right: 5px;
}

.page .span02 {
  margin-left: 5px;
}

.page i {
  float: left;
  margin: 0 3px;
  display: block;
  width: 44rem;
  height: 44rem;
  line-height: 44rem;
  background-color: #f4f4f4;
  border-radius: 8px;
}

.page a {
  float: left;
  width: 44rem;
  height: 44rem;
  line-height: 44rem;
  background: #f4f4f4;
  margin: 0 3px;
  color: #4f535d;
  position: relative;
  border-radius: 8px;
  font-size: 14px;
}

.page a.on {
  color: #fff;
  background: #41aa7e;
}

.page a.prev {
  margin-right: 24rem;
  border: 1px solid #d5d5d5;
}

.page a.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.page a.next {
  margin-right: 6px;
  border: 1px solid #d5d5d5;
}

.page a.first,
.page a.first.last {
  color: #7a8087;
}

.page a.next {
  margin-left: 13rem;
}

.page a.last {
  margin-right: 38rem;
}

.page .go {
  width: 44rem;
  background: #41aa7e;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 44rem;
  line-height: 44rem;
  border: none;
  border-radius: 8px;
  font-size: 14px;
}

.page .go:hover {
  color: #fff !important;
}

.page a.on:hover {
  color: #fff !important;
}

.page .txtnum {
  margin-right: 6px;
}

.page .txtnum input {
  color: #54627a;
  width: 44rem;
  height: 44rem;
  line-height: 44rem;
  padding: 0 5px;
  text-align: center;
  background: none;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
}

.page .total {
  color: #000;
  font-size: 14px;
  line-height: 44rem;
  font-weight: normal;
  padding-right: 14px;
  padding-left: 34rem;
}

@media only screen and (max-width: 1024px) {
  .page {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --font-size-16: 14px;
    --font-size-18: 15px;
    --font-size-20: 16px;
    --font-size-24: 17px;
    --font-size-30: 19px;
    --font-size-36: 22px;
    --font-size-40: 24px;
    --font-size-60: 26px;
    --font-size-72: 28px;
    --font-size-120: 48px;
  }

  .pageout {
    font-size: 16px;
  }

  .page a {
    display: none;
    font-weight: normal;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  .page a.prev,
  .page a.next {
    display: block;
    display: inline-block;
    border: 1px solid #7a8087;
  }

  .page a.on {
    display: block;
  }

  .page i {
    margin: 0 4px;
  }

  .page .span01 {
    display: none;
  }

  .page .txtnum {
    margin: 0 8px;
  }

  .page .txtnum input {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .page .go {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
*/
/*page*/
.ratio-img,
.ratio-img img {
  width: 100%;
}

.logo-animate-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #c4e2f7;
  z-index: 999999;
}

.logo-animate {
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logo-animate .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
}

.logo-animate .logo path {
  /* fill: var(--vi-color); */
  fill: #281e78;
  stroke-width: 0;
}

.wrap {
  max-width: 1540rem;
  margin: auto;
}

.wrap1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}

.site_banner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

.site_banner img {
  width: 100%;
}

.site_text {
  bottom: 115rem;
  top: auto;
  color: #fff;
  z-index: 5;
  line-height: 1.2;
  font-size: var(--font-size-60);
  font-weight: 100;
}

.site_text h2 {
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .site_text {
    bottom: 60rem;
  }
}

@media only screen and (max-width: 767px) {
  .site_banner {
    height: 240px;
    background-size: cover;
  }

  .site_banner img {
    display: none;
  }
}

.modular {
  padding: 100rem 0 146rem;
  background: #f9f9f9;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
}

.modular .content {
  position: relative;
  z-index: 1;
}

.modular .head .title {
  color: #4c4d51;
  font-size: var(--font-size-60);
  line-height: 1.1;
  font-weight: 100;
  margin-top: 50rem;
  margin-bottom: 80rem;
}

.modular .head.center .title {
  text-align: center;
}

.modular .head .sub-title {
  font-size: var(--font-size-18);
  margin-top: 10rem;
  line-height: 1.5;
  font-weight: normal;
}

.modular .head .grey-title {
  font-size: 24rem;
  color: #a2a2a8;
  margin-top: 10rem;
}

.modular .worm-button {
  display: inline-block;
  position: relative;
  border-radius: 0rem;
  overflow: hidden;
  font-weight: bold;
}

.modular .worm-button a {
  display: flex;
  padding: 1em 2em;
  min-width: 160rem;
  justify-content: center;
  align-items: center;
  color: #000;
  line-height: 1;
  position: relative;
  z-index: 3;
  transition: 0.5s;
  box-sizing: border-box;
  font-size: 14rem;
}

.modular .worm-button::before,
.modular .worm-button::after {
  content: "";
  display: block;
  background: var(--vi-color);
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 0rem;
}

.modular .worm-button::before {
  width: 100%;
  border: 1px solid #a5a5a5;
  z-index: 1;
  background: none;
}

.modular .worm-button.text-center span {
  text-align: center;
  margin-right: 0;
}

.modular .worm-button span {
  margin-right: 1em;
  transition: border 0.5s;
  flex: 1;
}

.modular .worm-button i {
  font-size: 120%;
  transition: 0.5s;
}

.modular .worm-button.type-bule a {
  color: #fff;
}

.modular .worm-button.type-bule::before {
  border: none;
  background: var(--vi-color-dark-hover);
  z-index: 3;
  width: 0%;
}

.modular .worm-button.type-bule::after {
  width: 100%;
  z-index: 2;
}

.modular.dark .head .title {
  color: #fff;
}

.modular .worm-button.type-grey a {
  color: #4c4d51;
}

.modular .worm-button.type-grey span,
.modular .worm-button.type-grey::before {
  border-color: #4c4d51;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 20rem 0;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.header.header-hover,
.header.no-top {
  background: var(--vi-color-dark);
  color: #d2b895;
}
.header.header-hover a,
.header.no-top a {
  color: #d2b895 !important;
}

.header .item {
  position: relative;
}

.header .item .sub-list {
  display: block;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 100vw;
  padding: 36rem 360rem;
  transition: 0.5s;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, 48rem);
  box-sizing: border-box;
}

.header .item .sub-list::before {
  content: "";
  position: absolute;
  background: rgba(62, 62, 62, 0.5);
  width: 300%;
  height: 100%;
  left: -100vw;
  top: 0;
  z-index: -1;
}

.header .item.open::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 92rem;
  top: 0;
  left: 0;
}

.header .item .sub-list.l4 {
  left: 0;
  width: 100%;
  position: fixed;
  transform: translate(0, 80rem);
}

.header .item.open .sub-list {
  display: block;
  visibility: initial;
  opacity: 1;
  transition: 0.5s;
  transform: translate(-50%, 53rem);
}

.header .item.open .sub-list.l4 {
  transform: translate(0, 92rem);
}

.header .item .sub-list .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem 40rem;
}

.header .item .sub-list .list-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem 10rem;
  box-sizing: border-box;
}

.header .language-view,
.header .search-view {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, 50%);
  height: 36rem;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 2;
}

.header .language-view {
  height: auto;
  width: auto;
  overflow: hidden;
  right: 50%;
  transform: translate(50%, 0);
  top: 0;
  margin-top: -0.5em;
  border-radius: 5rem;
  overflow: hidden;
  max-height: 0px;
}

.header .language-view::before {
  content: "";
  display: block;
  height: 2.2em;
}

.header .t .rline .item.active {
  z-index: 5;
}

.header .language.active .language-view {
  max-height: 300px;
  background: var(--vi-color-dark-bg);
}

.header .language.active .icon-xiajiantou {
  transform: rotate(180deg);
}

.header .language-view .language-item a {
  padding: 8rem;
  color: #fff !important;
  box-sizing: border-box;
  display: block;
  min-width: 60rem;
  text-align: center;
}

.header .t .r .language a {
  position: relative;
  z-index: 3;
}

.header .language-view .language-item:hover {
  background: var(--vi-color-dark-hover);
}

.header .search-view.on {
  width: 260rem;
  border: 1px solid #000;
  box-sizing: border-box;
  z-index: 9;
}

.header .search-view input {
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  padding: 0 10rem;
  padding-right: 36rem;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}

.header .search-view i {
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.header.hide-height {
  transform: translate(0, -100%);
  opacity: 0;
}

.header.white .t .rline > span,
.header.header-hover .t .rline > span,
.header.no-top .t .rline > span {
  background: #fff;
}

.header.white .worm-logo *,
.header.header-hover .worm-logo *,
.header.no-top .worm-logo * {
  fill: #fff !important;
}

.header.header-hover a,
.header.no-top a,
.header.white a {
  color: #fff;
}

.header .worm-logo {
  width: 182rem;
  height: 46rem;
  display: inline-block;
}

.header .worm-logo img.logo2 {
  display: none;
}
.header .worm-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.header.header-hover .worm-logo img.logo2,
.header.no-top .worm-logo img.logo2 {
  display: block;
}
.header.header-hover .worm-logo img,
.header.no-top .worm-logo img {
  display: none;
}

.header .t .l {
  flex: 1;
}

.header .t .r {
  display: flex;
  gap: 55rem;
  font-weight: 500;
}

.header .t .r .language {
  margin-right: -30rem;
}

.header .t .r.phone {
  display: none;
}

.header .t {
  display: flex;
  align-items: center;
}

.footer {
  background: #004962;
  line-height: 1;
  padding: 70rem 0 90rem;
  background-size: cover;
}

.footer .worm-logo {
  width: 300rem;
  height: 60rem;
}

.footer .t {
  display: flex;
  gap: 80rem;
}

.footer .t .title {
  margin-bottom: 40rem;
}

.footer .footer-nav {
  display: flex;
  gap: 20rem;
}

.footer .footer-nav .logo {
  flex: 1;
}

.footer .footer-nav .logo img {
  width: 187rem;
  height: 47rem;
  object-fit: contain;
}

.footer .t .li {
  font-size: var(--font-size-18);
  display: flex;
  flex-direction: column;
  gap: 20rem;
}

.footer .t .li .eo a {
  color: #aaa;
  font-size: 90%;
}

.footer .t .r a {
  color: #fff;
}

.footer .share {
  display: flex;
  gap: 50rem;
  margin: 0;
  justify-content: flex-end;
  font-size: var(--font-size-24);
}

.footer .share a {
  color: #d2b895 !important;
}

.footer .left-wrap .vn {
  margin-bottom: 24rem;
}

.footer .left-wrap .vn a{
  /*text-decoration: underline;*/
}

.footer .b {
  border-top: 1px solid #d2b895;
  color: #d2b895;
  padding-top: 36rem;
  display: flex;
  align-items: flex-end;
  margin-top: 90rem;
}

.footer .b .l {
  flex: 1;
}

.left-wrap {
  display: flex;
  gap: 80rem;
  line-height: 1.8;
  align-items: center;
}

.footer .b .r {
  font-size: var(--font-size-16);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20rem;
}

.footer .b .r img {
  width: 164rem;
  height: 164rem;
}

.footer a {
  color: #d2b895;
}

.worm-logo * {
  fill: var(--vi-color);
}

.white .worm-logo *,
.white .worm-logo * {
  fill: #fff;
}

.worm-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.worm-video-bg-box:not(.touch-video) {
  background: none !important;
}

.worm-video-bg-box {
  position: relative;
  overflow: hidden;
}

.worm-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.touch-video .worm-video-bg {
  /* opacity: 0; */
  transition: all 0.5s;
  transform: scale(1.01);
}

.worm-video-bg-box .video-bg-info {
  position: relative;
  z-index: 3;
}

.header .t .rline {
  position: relative;
}

.header .t .rline > span {
  content: "";
  position: absolute;
  top: -36rem;
  width: 35rem;
  height: 4rem;
  background: #000ea3;
  opacity: 0;
  transition: 0.5s;
}

.header .t .rline .item {
  position: relative;
}

.header .t .rline .item.phone {
  display: none;
}

.header .t .rline .item a {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .header .t .rline .item.phone {
    display: block;
  }

  html {
    font-size: calc((100vw / 1024));
  }

  .footer {
    padding-top: 50rem;
  }

  .footer .share {
    justify-content: center;
  }

  .wrap {
    margin: 0 40rem;
  }

  .footer .t {
    display: none;
  }

  .footer .t .r {
    display: none;
  }

  .footer .t .l {
    display: flex;
    justify-content: center;
  }

  .footer .b {
    margin-top: 30rem;
    padding-top: 0rem;
    border: 0;
  }

  .footer .b {
    display: block;
    line-height: 1.5;
    text-align: center;
  }

  .footer .worm-logo {
    display: none;
  }

  .footer .b .info {
    margin-bottom: 10rem;
    width: 100%;
  }

  .footer .b .r {
    justify-content: center;
    margin-top: 30rem;
  }

  .header .t .r {
    display: none;
  }

  .header .t .r.phone {
    display: block;
    position: relative;
    display: flex;
    gap: 50rem;
    font-size: 30rem;
    align-items: center;
  }

  .header .t .r.phone .menu {
    position: relative;
    width: 50rem;
    height: 30rem;
  }

  .header .t .r.phone .menu span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background: #4c4d51;
    transition: 0.5s;
  }

  .header.open .t .r.phone .menu span,
  .header.no-top .r.phone .menu span,
  .header.white .r.phone .menu span {
    background: #fff;
  }

  .header.open .t .r.phone .menu span,
  .header.no-top .r.phone .menu span {
    background: #d2b895;
  }
  .header.open .worm-logo img {
    display: none;
  }
  .header.open .worm-logo img.logo2 {
    display: block;
  }

  .header .t .r.phone .menu span + span + span {
    top: 0;
    margin-top: 0;
  }

  .header .t .r.phone .menu span + span {
    top: 100%;
    margin-top: -2px;
  }

  .header.open .t .r.phone .menu span {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }

  .header.open .t .r.phone .menu span + span {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
  }

  .header.open .t .r.phone .menu span + span + span {
    opacity: 0;
  }

  .logo-animate .logo {
    width: 50%;
  }

  .header .item .sub-list,
  .header .t .rline {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: var(--vi-color-dark);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    gap: 40rem;
    padding: 120rem 30rem;
    box-sizing: border-box;
    font-size: 30rem;
    color: #fff;
  }

  .header.open {
    background: var(--vi-color-dark);
  }

  .header.open .t .rline {
    padding: 0rem 30rem;
    padding-bottom: 80rem;
    padding-top: 30rem;
    margin: 100rem 0;
    overflow: auto;
    height: calc(100% - 100rem);
    display: block;
  }

  .header .t .rline {
    transform: translate(0, -100%);
    transition: 0.5s;
  }

  .header.open .t .rline {
    transform: translate(0, 0);
  }

  .header .t .rline .item.search,
  .header .t .rline .item.language {
    position: absolute;
    top: 20rem;
    right: 130rem;
    left: auto;
    display: none;
  }

  .header .t .r.phone .language .language-item a {
    min-width: 100rem;
  }

  .header .search-view.on {
    width: 610rem;
  }

  .header .search-view {
    height: 60rem;
  }

  .header.open a {
    color: #d2b895;
  }

  .header .item .sub-item,
  .header .t .rline .item {
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 100%;
  }

  .header .t .rline .item {
    height: 80rem;
    overflow: hidden;
  }

  .header .item .sub-item > a,
  .header .t .rline .item > a {
    flex: 1;
    line-height: 80rem;
    display: block;
    flex: 1;
    width: 100%;
  }

  .header .t .rline .item > a {
    padding-left: 1.5em;
    box-sizing: border-box;
  }

  .header .item .sub-item > a {
    padding-left: 1.5em;
    line-height: 1.5;
  }

  .header .t .rline .item > a .icon-jian,
  .header .t .rline .item > a .icon-jia {
    transition: 0.3s;
  }

  .header .t .rline .item > a .icon-jian {
    opacity: 0;
  }

  .header .t .rline .item.open > a .icon-jian {
    opacity: 1;
  }

  .header .t .rline .item.open > a .icon-jia {
    opacity: 0;
  }

  .header .t .rline .item > a .icon-jian,
  .header .t .rline .item > a .icon-jia,
  .header .t .rline .item > a .icon-jiantou {
    position: absolute;
    right: 10rem;
    top: 40rem;
    transform: translate(0, -50%);
  }

  .header .t .rline .item > a .icon-jian,
  .header .t .rline .item > a .icon-jia {
    right: auto;
    left: 0;
  }

  .header .t .rline .item > a .icon-jiantou {
    width: 200rem;
    text-align: right;
    display: block !important;
  }

  .header .t .rline .item.is-open {
    position: relative;
  }

  .header .t .rline .item:not(.is-open) a > i {
    display: none;
  }

  .header .item.open::after,
  .header .t .rline .item.is-open::after {
    content: "\e904";
    color: #fff;
    font-family: "iconfont";
    font-size: 0.8em;
    position: static;
    width: auto;
    height: auto;
    width: 80rem;
    text-align: right;
    position: absolute;
    right: 0;
    top: 40rem;
    transform: translate(0, -50%);
    display: none;
  }

  .header .item.open::after {
    left: auto;
  }

  .header .t .rline .item.is-open .sub-list > i {
    position: fixed;
    left: 30rem;
    top: 30rem;
  }

  .header .item .sub-list {
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    transform: translate(0, 0) !important;
    overflow: visible;
  }

  .header .item .sub-list .list,
  .header .item .sub-list .list-4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    gap: 40rem;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header .item .sub-list.l4,
  .header .item .sub-list {
    position: static;
    padding: 30rem 30rem;
    height: auto;
    margin: 20rem 0;
  }

  .header .item .sub-list::before {
    left: 0;
    z-index: 0;
  }

  .header .worm-logo {
    width: 240rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc((100vw / 768));
  }

  /* body {
    font-size: 24rem;
  } */
}

@media screen and (min-width: 768px) {
  .touch-video:hover .worm-video-bg {
    opacity: 1;
    transform: scale(1.05);
  }

  .modular .worm-button.type-grey:hover a {
    color: #fff;
  }

  .modular .worm-button.type-grey:hover::before,
  .modular .worm-button.type-grey:hover span {
    border-color: #fff;
  }

  .worm-button:hover a {
    color: #fff;
  }

  .worm-button:hover::after,
  .worm-button.type-bule:hover::before {
    width: 100%;
  }

  .worm-button:hover i {
    transform: translate(10rem, 0);
  }

  .header a:hover,
  .footer a:hover {
    opacity: 0.5;
  }
}

/* 头部白色 */
.header.open .worm-logo *,
.wite_header .header .worm-logo * {
  fill: #fff !important;
}

.wite_header .header a {
  color: #fff;
}

.wite_header .header .t .r.phone .menu span {
  background: #fff;
}

.blank_70,
.brand_tac,
.brand_close {
  display: none;
}

.blank_70 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.brand_tac {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  max-height: 90%;
  width: 1540rem;
  max-width: 94%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.brand_tacbox {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.brand_close {
  position: fixed;
  top: 20rem;
  right: 20rem;
  color: #fff;
  cursor: pointer;
  font-size: 36rem;
  z-index: 9999;
}

.no_scoll {
  overflow: hidden;
}

.law_box {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #fff;
  padding: 50rem;
  margin: auto;
  color: gray;
  line-height: 1.9em;
  box-sizing: border-box;
}

.mCSB_scrollTools .mCSB_draggerRail{
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.brand_tac .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .footer .footer-nav {
    justify-content: center;
  }

  .footer .footer-nav .logo {
    flex: none;
  }

  .brand_close {
    top: 10px;
    right: 10px;
    font-size: 24px;
  }

  .brand_tac {
    max-height: 80%;
  }

  .page .dian,
  .page .go,
  .page .txtnum,
  .page .total {
    display: none;
  }
  
  .modular .worm-button a{
    font-size: 20rem;
  }

  .header .t .r .language .language-item a{
    font-size: 20rem;
  }
}
