<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.header_menu2 {
  display: none;
  border-top: 0;
}

.header {
  border-bottom: 1px solid gainsboro;
}

.header .lf &gt; ul &gt; li:hover .header_menu2, .header .lf &gt; ul &gt; li.active .header_menu2 {
  border-top: 1px solid gainsboro;
}

.center_box {
  display: flex;
  position: relative;
  height: 76vh;
  /**/
  /**/
}
.center_box .rt .box {
  right: -0px;
}
.center_box .lf .box {
  left: 0;
}
.center_box .lf, .center_box .rt {
  overflow: hidden;
  transition: .5s;
  height: 100%;
  width: 50vw;
  position: relative;
}
.center_box .lf:hover, .center_box .lf.on, .center_box .rt:hover, .center_box .rt.on {
  width: calc(50vw + 131px);
}
.center_box .lf .box, .center_box .rt .box {
  position: absolute;
  width: 54vw;
  height: 100%;
  overflow: hidden;
}
.center_box .lf:hover .name h5:after, .center_box .rt:hover .name h5:after {
  width: 100%;
  margin-left: unset;
  transition: width .32s ease;
  background-color: #757575;
  margin-top: -0.4375rem;
}
.center_box .lf_name {
  right: 3vw;
}
.center_box .rt_name {
  right: 3vw;
  /*&amp;:hover{
     h5{
        &amp;:after{
           background-color: #757575;
        }
     }
  }*/
}
.center_box .name {
  width: 250px;
  text-align: right;
  position: absolute;
  text-transform: uppercase;
  top: 70px;
  z-index: 33;
  font-size: 25px;
}
.center_box .name h5 {
  font-size: 25px;
  position: relative;
  display: inline-block;
}
.center_box .name h5:after {
  content: "";
  display: block;
  position: relative;
  top: 8px;
  height: 1px;
  margin-top: -20px;
  width: 0px;
  margin-left: 100%;
  background-color: #757575;
  transition: width .32s ease,margin-left .32s ease;
  margin-top: -0.4375rem;
}
.center_box .name:hover h5:after, .center_box .name.on h5:after {
  width: 100%;
  margin-left: unset;
  transition: width .32s ease;
  background-color: #757575;
  margin-top: -0.4375rem;
}

@media (max-width: 1600px) {
  .center_box .name {
    font-size: 20px;
  }

  .center_box .name h5 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .center_box {
    height: 71vh;
  }
}
@media (max-width: 768px) {
  .center_box {
    display: block;
    height: auto;
  }

  .center_box .lf .name, .center_box .rt .name {
    right: 22px;
    top: 25px;
    font-size: 16px;
  }

  .center_box .lf .name h5, .center_box .rt .name h5 {
    font-size: 16px;
  }

  .center_box .lf .name p, .center_box .rt .name p {
    margin-bottom: 4px;
  }

  .center_box .lf, .center_box .rt {
    width: 100%;
  }

  .center_box .lf .box, .center_box .rt .box {
    position: static;
    left: 0;
    top: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }

  .center_box .lf:hover,
  .center_box .rt:hover,
  .center_box .rt.on,
  .center_box .lf.on {
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>