body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
}
@font-face {
  font-family: "宋体";
  src: url("./song.ttf");
}
:root {
  --heart-width: 83.3333vw;
}
@media screen and (max-width: 960px) {
  :root {
    --heart-width: 94vw;
  }
}
a {
  color: #3b352e;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  color: #0a0908;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.heart-box {
  width: var(--heart-width);
  max-width: 1600px;
  margin: 0 auto;
}
#vsb_content img {
  max-width: 100% !important;
}
#vsb_content table {
  max-width: 100% !important;
}
#vsb_content table p {
  margin-bottom: 0;
}
#vsb_content p {
  background: transparent !important;
  line-height: 2;
}
#vsb_content .vsbcontent_img {
  text-align: center;
}
#vsb_content a {
  color: #055ab5;
}
#vsb_content a:hover {
  text-decoration: underline;
  color: #2F7BCC;
}
.indent #vsb_content p {
  text-indent: 32px;
}
.pc-box img {
  width: 300px;
  height: 195px;
}

.idxtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idxtitle-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idxtitle-icon {
  width: 3.125vw;
  height: 3.125vw;
  max-width: 60px;
  max-height: 60px;
}
.idxtitle-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .idxtitle-icon {
    width: 40px;
    height: 40px;
  }
}
.idxtitle-text {
  font-size: 1.5625vw;
  margin-left: 10px;
}
@media screen and (min-width: 1920px) {
  .idxtitle-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .idxtitle-text {
    font-size: 22px;
  }
}
.idxtitle-right {
  width: 6.25vw;
  height: 1.8229vw;
  font-size: 0.8333vw;
  line-height: 1.8229vw;
  border-radius: 35px;
  border: 1px solid #B3D9ED;
  text-align: center;
  color: #007fc6;
}
@media screen and (min-width: 1920px) {
  .idxtitle-right {
    font-size: 16px;
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 960px) {
  .idxtitle-right {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.idxtitle-right:hover {
  color: #fff;
  background-color: #2299E8;
  border: 1px solid #2299E8;
}

.footer {
  width: 100%;
  padding: 80px 0;
  background-image: url("../images/footer-bg.png");
  background-size: cover;
}
.footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .title {
  font-size: 1.25vw;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1920px) {
  .footer .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .footer .title {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 22px;
  }
}
.footer .links {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .links .links-item {
  display: inline-block;
  font-size: 0.9375vw;
  background-color: white;
  padding: 6px 16px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1920px) {
  .footer .links .links-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .footer .links .links-item {
    font-size: 16px;
  }
}
.footer .links .links-item:hover {
  color: #2298E8;
}
.footer .contact {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .contact .line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
@media screen and (max-width: 960px) {
  .footer .contact .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.footer .contact .item {
  color: white;
  font-size: 0.9375vw;
  min-width: 19.2708vw;
}
@media screen and (min-width: 1920px) {
  .footer .contact .item {
    font-size: 18px;
    min-width: 370px;
  }
}
@media screen and (max-width: 960px) {
  .footer .contact .item {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.footer .contact .item img {
  vertical-align: middle;
}
.footer .contact .copy {
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .footer .contact .copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .footer .contact .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
}
.footer .contact .copy .fk {
  margin: 0 40px;
}
@media screen and (max-width: 960px) {
  .footer .contact .copy .fk {
    margin: 0;
  }
}
.footer .contact .copy a {
  color: white;
  text-decoration: underline;
  font-size: 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .footer .contact .copy a {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .footer .contact .copy a {
    font-size: 16px;
  }
}

.hall {
  margin-top: -26px;
}
.hall .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.86vw;
}
@media screen and (min-width: 1920px) {
  .hall .content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .hall .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hall {
    margin-top:0px;
  }
}
.hall-item {
  position: relative;
  width: 19.2708vw;
  height: 17.2vw;
  max-width: 370px;
  max-height: 338px;
  background-color: transparent;
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (max-width: 960px) {
  .hall-item {
    width: 300px;
    height: 341px;
    margin-bottom: 20px;
  }
}
.hall-item .hall-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -moz-transition: transform 0.8s, -moz-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.hall-item .idx-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10.4167vw;
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .hall-item .idx-svg {
    width: 160px;
  }
}
.hall-item .idx-svg path {
  fill: none;
  fill-rule: evenodd;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.hall-item .hall-item-front,
.hall-item .hall-item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}
.hall-item .hall-item-front img,
.hall-item .hall-item-back img {
  width: 100%;
  height: 100%;
}
.hall-item .hall-item-front .idx-svg path {
  stroke: rgba(255, 255, 255, 0.2);
}
.hall-item .hall-item-back {
  background-color: white;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border-radius: 0 3.125vw 0 3.125vw;
  padding: 2.6042vw 1.5625vw 0 1.5625vw;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .hall-item .hall-item-back {
    padding: 50px 30px 0 30px;
    border-radius: 0 60px 0 60px;
  }
}
@media screen and (max-width: 960px) {
  .hall-item .hall-item-back {
    padding: 40px 20px 0 20px;
    border-radius: 0 40px 0 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.hall-item .hall-item-back .idx-svg path {
  stroke: #f4f4f4;
}
.hall-item .hall-item-back .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hall-item .hall-item-back .title .text {
  font-size: 1.25vw;
  margin-left: 20px;
}
@media screen and (min-width: 1920px) {
  .hall-item .hall-item-back .title .text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .hall-item .hall-item-back .title .text {
    font-size: 18px;
  }
}
.hall-item .hall-item-back .hall-links {
  position: relative;
  padding-top: 2.6042vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 4;
}
@media screen and (min-width: 1920px) {
  .hall-item .hall-item-back .hall-links {
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .hall-item .hall-item-back .hall-links {
    padding-top: 40px;
  }
}
.hall-item .hall-item-back .hall-links .link-item {
  width: 50%;
  margin-bottom: .5208vw;
  font-size: 0.9375vw;
  text-align: left;
}
@media screen and (min-width: 1920px) {
  .hall-item .hall-item-back .hall-links .link-item {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .hall-item .hall-item-back .hall-links .link-item {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.hall-item .hall-item-back .hall-links .link-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/hall-link-icon.png");
  background-size: 100% 100%;
  margin-right: 6px;
  vertical-align: middle;
}
.hall-item .hall-item-back .hall-links .link-item:hover {
  color: #1B80C4;
}
.hall-item:nth-child(1) .title img {
  width: 2.5vw;
  height: 2.0833vw;
  max-width: 48px;
  max-height: 40px;
}
@media screen and (max-width: 960px) {
  .hall-item:nth-child(1) .title img {
    width: 32px;
    height: 28px;
  }
}
.hall-item:nth-child(2) .title img {
  width: 2.5vw;
  height: 2.3438vw;
  max-width: 48px;
  max-height: 45px;
}
@media screen and (max-width: 960px) {
  .hall-item:nth-child(2) .title img {
    width: 32px;
    height: 28px;
  }
}
.hall-item:nth-child(3) .title img {
  width: 2.5vw;
  height: 2.3438vw;
  max-width: 48px;
  max-height: 45px;
}
@media screen and (max-width: 960px) {
  .hall-item:nth-child(3) .title img {
    width: 32px;
    height: 28px;
  }
}
.hall-item:nth-child(3) .hall-links .link-item {
  width: 100%;
}
.hall-item:nth-child(4) .title img {
  width: 2.3438vw;
  height: 2.1875vw;
  max-width: 45px;
  max-height: 42px;
}
@media screen and (max-width: 960px) {
  .hall-item:nth-child(4) .title img {
    width: 32px;
    height: 28px;
  }
}
.hall-item:nth-child(4) .hall-links .link-item {
  width: 100%;
}
.hall-item::after {
  position: absolute;
  bottom: 6px;
  right: -60px;
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  background-color: #ddd;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
     -moz-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-filter: blur(14px);
          filter: blur(14px);
}
.hall-item:hover .hall-item-inner {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hall-item:hover .hall-item-front,
  .hall-item:hover .hall-item-back {
    -webkit-backface-visibility: visible;
       -moz-backface-visibility: visible;
            backface-visibility: visible;
  }
  .hall-item:hover .hall-item-front {
    display: none;
  }
  .hall-item:hover .hall-item-back {
    display: block;
  }
}

.header {
  width: 100%;
}
.header-top {
  height: 10.4167vw;
  max-height: 200px;
  background-image: url("../images/header-top-bg.png");
  background-size: 100% 100%;
}
.header-top-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-logo {
  height: 4.4271vw;
  max-height: 85px;
}
.header-logo img {
  height: 100%;
  width: auto;
}
.header-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.75vw;
  max-width: 360px;
  min-width: 150px;
  height: 2.6042vw;
  max-height: 50px;
  min-height: 40px;
  outline: none;
  border-radius: 50px;
  border: none;
  background-color: white;
}
.header-search__input {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
}
.header-search__submit {
  width: 50px;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url("../images/header-search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.header .nav-wrapper {
  width: 100%;
  height: 60px;
  background-color: #2299E8;
}
.header .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header .nav-item {
  position: relative;
  height: 100%;
  line-height: 59px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header .nav-item--link {
  display: block;
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.header .nav-item.is-children .nav-item--link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
}
.header .nav-item:hover .nav-children {
  display: block;
}
.header .nav-children {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: transparent;
  line-height: 1;
  padding-top: 20px;
  display: none;
  z-index: 999;
}
.header .nav-children-item {
  background-color: #E8F6FF;
}
.header .nav-children-item--link {
  font-size: 16px;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 0;
}
.header .nav-children-item:hover {
  background-color: #1F6AC7;
}
.header .nav-children-item:hover .nav-children-item--link {
  color: white;
}
.header .nav-children::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #E8F6FF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.m-header {
  height: 60px;
  background-color: #2298E8;
}
.m-header-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.m-header-logo img {
  height: 100%;
  width: auto;
}
.m-header-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-header-button {
  background-color: transparent;
  border: none;
  width: 30px;
  display: block;
  padding: 0;
}
.m-header-button--line {
  width: 100%;
  height: 3px;
  background-color: white;
  margin-bottom: 4px;
}
.m-header-button:active {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.m-header-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mobile-nav-content {
  width: 100%;
  background-color: #1B80C3;
  padding: 6px 12px;
}
.mobile-nav-content .nav-content__item--link {
  color: white;
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

.index-a {
  background-image: url("../images/index-a-bg.jpg");
  background-size: 100% 1112px;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 3.125vw;
  padding-bottom: 50px;
}
@media screen and (min-width: 1920px) {
  .index-a {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1920px) {
  .index-a {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 960px) {
  .index-a {
    background-image: none;
  }
}
.news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .l {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.8229vw;
}
@media screen and (min-width: 1920px) {
  .news .l {
    padding-right: 35px;
  }
}
.news .l .content {
  padding-top: 1.5625vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .news .l .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .news .l .content {
    padding-top: 30px;
  }
}
.news .r {
  width: 23.4375vw;
  max-width: 450px;
}
@media screen and (max-width: 960px) {
  .news .r {
    width: 100%;
    margin-top: 20px;
    max-width: none;
  }
}
.news-banner {
  width: 29.6875vw;
  max-width: 570px;
}
@media screen and (max-width: 960px) {
  .news-banner {
    width: 100%;
    max-width: none;
  }
}
.news-banner--item {
  position: relative;
}
.news-banner--image {
  height: 20.8333vw;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .news-banner--image {
    height: 300px;
  }
}
.news-banner--title {
  position: relative;
  display: block;
  height: 3.5417vw;
  max-height: 68px;
  background-color: #1B80C4;
  width: 28.125vw;
  max-width: 540px;
  padding: 10px 10px 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .news-banner--title {
    width: 86vw;
    height: 58px;
    max-width: none;
    max-height: none;
  }
}
.news-banner--title .text {
  font-size: 0.9375vw;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1920px) {
  .news-banner--title .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .news-banner--title .text {
    font-size: 16px;
  }
}
.news-banner--title .date {
  font-size: 0.8333vw;
  color: #fff;
  opacity: 0.8;
}
@media screen and (min-width: 1920px) {
  .news-banner--title .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .news-banner--title .date {
    font-size: 12px;
  }
}
.news-banner--title:hover .text,
.news-banner--title:hover .date {
  color: #05d9e0;
}
.news-banner--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.5625vw;
  width: 1.5625vw;
  height: 1.7708vw;
  max-width: 30px;
  max-height: 34px;
  background-image: url("../images/new-banner-shadow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .news-banner--title::after {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .news-banner--title::after {
    width: 7vw;
    height: 29px;
    right: -7vw;
    max-width: none;
    max-height: none;
  }
}
.news-banner .carousel-indicators {
  margin-right: 20px;
  margin-left: 0;
  bottom: 20%;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 1920px) {
  .news-banner .carousel-indicators {
    bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .news-banner .carousel-indicators {
    bottom: 24%;
  }
}
.news-banner .carousel-indicators__item {
  width: 0.5208vw;
  height: 0.5208vw;
  max-width: 10px;
  max-height: 10px;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  .news-banner .carousel-indicators__item {
    width: 10px;
    height: 10px;
  }
}
.news-banner .carousel-indicators__item.active {
  background-color: #fff;
}
.news-list {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  width: 0;
}
@media screen and (max-width: 960px) {
  .news-list {
    width: 100%;
    padding-left: 0;
  }
}
.news-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375vw 0;
  border-bottom: 1px dashed #ccc;
}
@media screen and (min-width: 1920px) {
  .news-list-item {
    padding: 18px 0;
  }
}
@media screen and (max-width: 960px) {
  .news-list-item {
    padding: 14px 0;
  }
}
.news-list-item .title {
  font-size: 0.9375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1920px) {
  .news-list-item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .news-list-item .title {
    font-size: 16px;
  }
}
.news-list-item .date {
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (min-width: 1920px) {
  .news-list-item .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .news-list-item .date {
    font-size: 12px;
  }
}
.news-list-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 6px;
}

.news-list-item:last-child {
  border-bottom: none;
}
.news-list-item:hover .title {
  color: #2298E8;
}
.notice {
  width: 100%;
  min-height: 29.6875vw;
  background-image: url("../images/notice-bg.png");
  background-size: 100% 100%;
  padding: 1.5625vw 1.25vw;
}
@media screen and (min-width: 1920px) {
  .notice {
    padding: 30px 24px;
    min-height: 570px;
  }
}
@media screen and (max-width: 960px) {
  .notice {
    padding: 20px 24px;
    min-height: none;
  }
}
.notice-item {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 16px 0 16px 0;
}
.notice-item:first-child {
  padding-top: 0;
}
.notice-item:last-child {
  border-bottom: none;
}
.notice-item:hover .title {
  color: #2298E8;
}
.notice .title {
  position: relative;
  font-size: 0.9375vw;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: wrap;
}
@media screen and (min-width: 1920px) {
  .notice .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .notice .title {
    font-size: 16px;
  }
}
.notice .title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1B80C4;
}
.notice .date {
  font-size: 0.8333vw;
  color: #999;
  padding-left: 14px;
}
@media screen and (min-width: 1920px) {
  .notice .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .notice .date {
    font-size: 12px;
  }
}

.index-b {
  width: 100%;
  background-image: url("../images/index-b-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .index-b {
    padding-top: 0px;
  }
}
.index-b .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .index-b .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-b .content .l {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  width: 0;
}
@media screen and (max-width: 960px) {
  .index-b .content .l {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.index-b .content .c {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  width: 0;
}
@media screen and (max-width: 960px) {
  .index-b .content .c {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.index-b .content .r {
  width: 21.875vw;
  max-width: 420px;
}
@media screen and (max-width: 960px) {
  .index-b .content .r {
    width: 100%;
    max-width: none;
  }
}
.index-b .content .r .sys-item {
  display: block;
  margin-bottom: 20px;
}
.index-b .content .r .sys-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.index-b .content .r .sys-item img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.index-b .content .list {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .index-b .content .list {
    margin-top: 10px;
  }
}
.index-b .content .list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .index-b .content .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .index-b .content .list-item {
    margin-bottom: 14px;
  }
}
.index-b .content .list-item img {
  width: 12.5vw;
  height: 8.3333vw;
  max-width: 240px;
  max-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .index-b .content .list-item img {
    width: 120px;
    height: 80px;
  }
}
.index-b .content .list-item .info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index-b .content .list-item .title {
  font-size: 0.9375vw;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
//   white-space: nowrap;
//  overflow: hidden;
//  text-overflow: ellipsis;
  margin-right: 20px;
}
@media screen and (min-width: 1920px) {
  .index-b .content .list-item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .index-b .content .list-item .title {
    font-size: 16px;
  }
}
.index-b .content .list-item .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.index-b .content .list-item .date {
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (min-width: 1920px) {
  .index-b .content .list-item .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .index-b .content .list-item .date {
    font-size: 14px;
  }
}
.index-b .content .list-item.image {
  margin-bottom: 0.7292vw;
}
@media screen and (min-width: 1920px) {
  .index-b .content .list-item.image {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 960px) {
  .index-b .content .list-item.image {
    margin-bottom: 14px;
  }
}
.index-b .content .list-item.image .title::before {
  display: none;
}
.index-b .content .list-item.image .date {
  padding: 0 0;
}
@media screen and (max-width: 960px) {
  .index-b .content .list-item.image .date {
    padding: 0;
  }
}
.index-b .content .list-item.image .desc {
  font-size: 0.7292vw;
  color: #999;
}
@media screen and (min-width: 1920px) {
  .index-b .content .list-item.image .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .index-b .content .list-item.image .desc {
    font-size: 12px;
  }
}
.index-b .content .list-item:hover .title {
  color: #2298E8;
}

.link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.link .title {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 1300px) {
  .link .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .link .title {
    font-size: 20px;
  }
}
.link .dropdown {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .link .dropdown {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.link .dropdown .btn {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  height: 50px;
  color: #333;
  line-height: 50px;
  padding: 0 20px 0 20px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .link .dropdown .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.link .dropdown .btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link .dropdown .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.link .dropdown .btn:active {
  background-color: white;
}
.link .dropdown .btn:active {
  color: #333;
  border: none;
}
.link .dropdown-menu {
  width: 100%;
  border: none;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
}
.link .dropdown-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.link .dropdown-item:hover {
  background-color: #F7FAFF;
  color: #094986;
}

.inside-body .article-content-footer {
  border-top: 1px solid #555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inside-body .article-content-footer-left {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.inside-body .article-content-footer-left-item {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inside-body .article-content-footer-left-item a {
  font-size: 14px;
  color: #333;
}
.inside-body .article-content-footer-left-item a:hover {
  text-decoration: none;
  color: #2A7ACF;
}
.inside-body .article-content-footer-black {
  width: 150px;
  height: 40px;
  border: 1px solid #74ACE1;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
  color: #1a78d2;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .inside-body .article-content-footer-black {
    width: 100px;
  }
}
.inside-body .article-content-footer-black:hover {
  text-decoration: none;
  color: white;
  background-color: #74ACE1;
}

.inside-body .article-imgs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inside-body .article-imgs-item {
  position: relative;
  display: block;
  width: 33.3333%;
  padding-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .inside-body .article-imgs-item {
    width: 100%;
    padding-right: 0;
  }
}
.inside-body .article-imgs-item img {
  position: relative;
  width: 100%;
  max-height: 230px;
  height: 11.9792vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .inside-body .article-imgs-item img {
    height: 230px;
  }
}
.inside-body .article-imgs-item .title {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 20px;
  font-size: 0.9375vw;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .inside-body .article-imgs-item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .inside-body .article-imgs-item .title {
    font-size: 16px;
  }
}
.inside-body .article-imgs-item .title span {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-body .article-imgs-item:hover {
  text-decoration: none;
}
.inside-body .article-imgs-item:hover .title {
  color: #2A7ACF;
}

.inside-body .article-list {
  width: 100%;
  overflow: hidden;
}
.inside-body .article-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 24px 30px 24px 30px;
  border-bottom: 2px dashed #dadce4;
}
@media screen and (max-width: 960px) {
  .inside-body .article-list-item {
    padding: 24px 10px 24px 10px;
  }
}
.inside-body .article-list-item .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.inside-body .article-list-item .date .d {
  font-size: 2.5vw;
  color: #007fc6;
}
@media screen and (min-width: 1920px) {
  .inside-body .article-list-item .date .d {
    font-size: 48px;
  }
}
@media screen and (max-width: 960px) {
  .inside-body .article-list-item .date .d {
    font-size: 32px;
  }
}
.inside-body .article-list-item .date .ym {
  font-size: 0.9375vw;
  background-color: #E5F2F9;
  color: #007fc6;
  padding: 6px 12px;
}
@media screen and (min-width: 1920px) {
  .inside-body .article-list-item .date .ym {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .inside-body .article-list-item .date .ym {
    font-size: 14px;
  }
}
.inside-body .article-list-item .info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  width: 0;
}
@media screen and (max-width: 960px) {
  .inside-body .article-list-item .info {
    padding-left: 10px;
  }
}
.inside-body .article-list-item .info .title {
  font-size: 1.0417vw;
  padding-bottom: 6px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
@media screen and (min-width: 1920px) {
  .inside-body .article-list-item .info .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .inside-body .article-list-item .info .title {
    font-size: 16px;
  }
}
.inside-body .article-list-item .info .desc {
  font-size: 0.8333vw;
  color: #666;
  margin-top: 1.0417vw;
}
@media screen and (min-width: 1920px) {
  .inside-body .article-list-item .info .desc {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .inside-body .article-list-item .info .desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inside-body .article-list-item:hover {
  background-color: #F8F8F8;
}
.inside-body .article-list-item:hover .title {
  color: #007fc6;
  border-bottom: 1px solid #007fc6;
}
.inside-body .article-list-item:hover .date {
  background-color: #1B80C4;
  border-radius: 10px;
}
.inside-body .article-list-item:hover .date .d {
  color: white;
}
.inside-body .article-list-item:hover .date .ym {
  background-color: #1B80C4;
  color: white;
}

.top-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside {
  width: 100%;
  min-height: 800px;
  background-image: url("../images/index-b-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.inside-heart {
  width: 78.125vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 100px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .inside-heart {
    width: 94vw;
    padding: 20px 0;
    background-image: none;
  }
}
.inside-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  min-height: 600px;
}
@media screen and (max-width: 960px) {
  .inside-content {
    padding: 0;
  }
}
.inside-content-location {
  font-size: 0.9375vw;
  color: #666;
  background-color: #EDEDED;
  margin-top: 20px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 1920px) {
  .inside-content-location {
    font-size: 18px;
  }
}
.inside-content-location::before {
  content: "";
  display: inline-block;
  width: 0.8854vw;
  height: 1.0417vw;
  max-width: 17px;
  max-height: 20px;
  background-image: url("../images/location-icon.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 960px) {
  .inside-content-location::before {
    width: 17px;
    height: 20px;
  }
}
.inside-content-location a {
  font-size: 0.8333vw;
  color: #6a6a6a;
}
@media screen and (min-width: 1920px) {
  .inside-content-location a {
    font-size: 16px;
  }
}
.inside-content-location a:hover {
  color: #2A7ACF;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .inside-content-location {
    font-size: 14px;
  }
  .inside-content-location a {
    font-size: 14px;
  }
}
.inside-body {
  margin-top: 34px;
  width: 100%;
}
.inside .menu {
  position: relative;
  width: 16.7708vw;
  max-width: 322px;
  margin-right: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .inside .menu {
    margin-right: 60px;
  }
}
.inside .menu-name {
  position: absolute;
  top: -5.9375vw;
  left: 0;
  width: 16.7708vw;
  height: 5.9375vw;
  max-width: 322px;
  max-height: 114px;
  background-image: url("../images/inside-menu-bg.png");
  font-size: 1.4583vw;
  color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .inside .menu-name {
    top: -114px;
    font-size: 28px;
  }
}
.inside .menu-name--text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.inside .menu-list {
  width: 100%;
  min-height: 300px;
}
.inside .menu-list-item {
  position: relative;
  display: block;
  width: 100%;
  max-height: 65px;
  height: 3.3854vw;
  line-height: 3.3854vw;
  padding: 0 30px;
  font-size: 0.9375vw;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (min-width: 1920px) {
  .inside .menu-list-item {
    font-size: 18px;
    line-height: 65px;
  }
}
.inside .menu-list-item:hover {
  text-decoration: none;
  background-color: #EDF3FE;
}
.inside .menu-list-item.is-children::after {
  content: "";
  display: block;
  width: 0.4167vw;
  height: 0.625vw;
  max-width: 8px;
  max-height: 12px;
  background-image: url("../images/menu-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inside .menu-list-item.active {
  background-color: #EDF3FE;
}
.inside .menu-list-item.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.inside .menu-children {
  background-color: #F8F8F8;
  border-bottom: 1px solid #e1e1e1;
}
.inside .menu-children-item {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 0.8333vw;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .inside .menu-children-item {
    font-size: 16px;
  }
}
.inside .menu-children-item.active {
  color: #2B69EB;
}
.inside .menu-children-item:last-child {
  border-bottom: none;
}
.inside .menu-children-item:hover {
  text-decoration: none;
  color: #2B69EB;
}