body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
@font-face {
  font-family: "SiYuanSong";
  src: url("../plugins/font/SourceHanSerifCN-Regular.otf") format("opentype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "SiYuanSong";
  src: url("../plugins/font/SourceHanSerifCN-Bold.otf") format("opentype");
  font-weight: bold;
  font-display: swap;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#vsb_content img,
#vsb_content_4 img {
  width: auto;
  height: auto;
  max-width: 1000px;
}
@media screen and (max-width: 1140px) {
  #vsb_content img,
  #vsb_content_4 img {
    max-width: 100%!important;
  }
}
#vsb_content table,
#vsb_content_4 table {
  max-width: 100% !important;
}
#vsb_content p,
#vsb_content_4 p {
  background: transparent !important;
}
#vsb_content table td p,
#vsb_content_4 table td p {
  text-indent: 0;
}
#vsb_content .vsbcontent_img,
#vsb_content_4 .vsbcontent_img {
  text-align: center;
}
#vsb_content a,
#vsb_content_4 a {
  color: #055ab5;
}
#vsb_content a:hover,
#vsb_content_4 a:hover {
  text-decoration: underline;
  color: #2F7BCC;
}
#vsb_content p,
#vsb_content_4 p {
  text-indent: 2em;
}
#vsb_content p:has(img),
#vsb_content_4 p:has(img) {
  text-indent: 0 !important;
}
#vsb_content .jlwrapper p,
#vsb_content_4 .jlwrapper p {
  text-indent: 0!important;
}
#vsb_content .jlwrapper .info .rtit,
#vsb_content_4 .jlwrapper .info .rtit {
  font-size: 28px;
}
#vsb_content .jlwrapper .tit,
#vsb_content_4 .jlwrapper .tit {
  font-size: 0;
}
#vsb_content .jlwrapper .info .img,
#vsb_content_4 .jlwrapper .info .img {
  padding: 7px;
  background-image: url("../images/avatar-border.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0;
}
#vsb_content .jlwrapper .info img,
#vsb_content_4 .jlwrapper .info img {
  display: block;
  border-radius: 0 30px 0 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ctitle {
  position: relative;
  width: 83.3333vw;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1140px) {
  .ctitle {
    width: 94vw;
  }
}
.ctitle-text {
  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;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
}
@media screen and (max-width: 1340px) {
  .ctitle-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1140px) {
  .ctitle-text {
    font-size: 18px;
  }
}
.ctitle-text img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 1340px) {
  .ctitle-text img {
    width: 110px;
  }
}
@media screen and (max-width: 1140px) {
  .ctitle-text img {
    width: 80px;
  }
}
.ctitle-more {
  position: absolute;
  top: 6px;
  right: 0;
  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;
  font-size: 18px;
  color: #1e5abc;
}
@media screen and (max-width: 1340px) {
  .ctitle-more {
    font-size: 14px;
  }
}
.ctitle-more img {
  width: 19px;
  height: auto;
  margin-left: 6px;
}
@media screen and (max-width: 1340px) {
  .ctitle-more img {
    width: 14px;
  }
}
.ctitle-more:hover {
  -webkit-filter: brightness(1.6);
          filter: brightness(1.6);
}

.banner-wrapper {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1350px) {
  .banner-wrapper {
    height: 40vw;
  }
}
.banner .carousel-item {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .banner .carousel-item {
    height: 40vw;
  }
}
.banner .carousel-item a,
.banner .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .carousel-item img {
  -webkit-animation: imgScale 6s linear;
     -moz-animation: imgScale 6s linear;
          animation: imgScale 6s linear;
}
@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes imgScale {
  0% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
.banner .carousel-indicators {
  bottom: 5.2083vw;
}
@media screen and (min-width: 1920px) {
  .banner .carousel-indicators {
    bottom: 100px;
  }
}
@media screen and (max-width: 1140px) {
  .banner .carousel-indicators {
    bottom: 10px;
  }
}
.banner .carousel-indicators__item {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 1140px) {
  .banner .carousel-indicators__item {
    width: 8px;
    height: 8px;
  }
}
.wp {
  max-width: 1600px;
  width: 83.3333vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}
.wp-swiper {
  width: 1600px;
  overflow: hidden;
}
.wp-swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
}
.wp-swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}
@media screen and (max-width: 1140px) {
  .wp {
    bottom: -50px;
    width: 96vw;
  }
}
.wp-item {
  width: 14.2%;
  max-height: 100px;
  height: 5.2083vw;
  background-color: white;
  font-weight: bold;
  color: black;
  font-family: "SiYuanSong";
  -webkit-box-shadow: inset -15px 0 10px -15px #ddd;
          box-shadow: inset -15px 0 10px -15px #ddd;
  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;
  font-size: 1.0417vw;
}
@media screen and (min-width: 1920px) {
  .wp-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .wp-item {
    font-size: 14px;
    height: 80px;
    width: 33.3%;
  }
}
.wp-item:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-item:hover {
  color: #206CEB;
}

.box-end {
  width: 100%;
  background-image: url("../images/box-end-bg.png");
  background-size: 100% 100%;
  padding-bottom: 50px;
}
.box-end .center {
  width: 83.3333vw;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1140px) {
  .box-end .center {
    width: 94vw;
  }
}
.box-end .social {
  position: relative;
  width: 83.3333vw;
  max-width: 1600px;
  margin: 0 auto;
  background-image: url("../images/social-bg.png");
  background-size: 100% 100%;
  margin-top: 56px;
  padding: 24px 15px 30px 15px;
}
@media screen and (max-width: 1140px) {
  .box-end .social {
    width: 94vw;
    margin-top: 20px;
  }
}
.box-end .social .title {
  text-align: center;
  font-size: 1.25vw;
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .box-end .social .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1140px) {
  .box-end .social .title {
    font-size: 18px;
  }
}
.box-end .social-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1140px) {
  .box-end .social-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box-end .social-item {
  position: relative;
  background-color: white;
  padding: 0.7813vw;
  font-size: 0.9375vw;
  color: #333;
  cursor: pointer;
  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;
}
@media screen and (min-width: 1920px) {
  .box-end .social-item {
    font-size: 18px;
    padding: 15px;
  }
}
@media screen and (max-width: 1140px) {
  .box-end .social-item {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px;
  }
}
.box-end .social-item .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-end .social-item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2891DE), to(#256CE0));
  background: -moz-linear-gradient(left, #2891DE, #256CE0);
  background: linear-gradient(to right, #2891DE, #256CE0);
  color: white;
}
.box-end .social-item:hover::after {
  background-image: url("../images/xs-more.png");
}
.box-end .social-item:hover::before {
  background: url("../images/wx-2.png");
  background-size: 100% 100%;
}
.box-end .social-item:hover .qrcode {
  display: block;
}
.box-end .social-item::before {
  content: "";
  display: block;
  width: 1.3021vw;
  height: 1.0938vw;
  max-width: 25px;
  max-height: 21px;
  min-width: 12.5px;
  min-height: 10.5px;
  background: url("../images/wx-1.png");
  background-size: 100% 100%;
  margin-right: 10px;
}
.box-end .social-item::after {
  content: "";
  display: block;
  width: 0.9896vw;
  height: 0.625vw;
  max-width: 19px;
  max-height: 12px;
  min-width: 9.5px;
  min-height: 6px;
  background: url("../images/more-1.png");
  background-size: 100% 100%;
}
.box-end .social-swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2px;
}
.box-end .social-swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.box-end .list {
  width: 83.3333vw;
  max-width: 1600px;
  height: 27.0833vw;
  max-height: 520px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .box-end .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 94vw;
    height: auto;
    max-height: none;
  }
}
.box-end .list .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
}
.box-end .list .info .date {
  font-size: 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .box-end .list .info .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .box-end .list .info .date {
    font-size: 12px;
  }
}
.box-end .list .info .title {
  font-size: 0.9375vw;
  font-weight: bold;
  margin-top: 0.5208vw;
  width: 25vw;
  max-width: 480px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1920px) {
  .box-end .list .info .title {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .box-end .list .info .title {
    font-size: 14px;
    margin-top: 6px;
    width: 300px;
  }
}
.box-end .list .info .author {
  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;
  font-size: 0.8333vw;
  margin-top: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .box-end .list .info .author {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1140px) {
  .box-end .list .info .author {
    font-size: 14px;
    margin-top: 12px;
  }
}
.box-end .list .info .author::before {
  content: "";
  display: inline-block;
  width: 1.4583vw;
  height: 1.1979vw;
  max-width: 28px;
  max-height: 23px;
  background-image: url("../images/wx-3.png");
  background-size: 100% 100%;
  -webkit-filter: brightness(3);
          filter: brightness(3);
  margin-right: 0.5208vw;
}
@media screen and (min-width: 1920px) {
  .box-end .list .info .author::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .box-end .list .info .author::before {
    width: 14px;
    height: 11.5px;
  }
}
.box-end .list-item {
  position: relative;
  overflow: hidden;
}
.box-end .list-item img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-end .list-item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.box-end .list-item::after {
  content: "";
  width: 13.5417vw;
  max-width: 260px;
  min-width: 100px;
  height: 4px;
  position: absolute;
  left: 20px;
  bottom: 0px;
}
.box-end .list .left {
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  margin: 0 5px 0 -5px;
}
.box-end .list .left::after {
  background-color: #C844FA;
}
@media screen and (max-width: 1140px) {
  .box-end .list .left {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
    width: 100%;
    height: 240px;
  }
}
.box-end .list .right {
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
  margin: 0 -5px 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.box-end .list .right .list-item {
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right .list-item {
    width: 100%;
    height: 140px;
    margin-top: 20px;
  }
}
.box-end .list .right .list-item .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-end .list .right .list-item:nth-child(1) {
  padding-right: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right .list-item:nth-child(1) {
    padding: 0;
  }
}
.box-end .list .right .list-item:nth-child(1)::after {
  background-color: #00E17C;
  bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right .list-item:nth-child(1)::after {
    bottom: 0px;
  }
}
.box-end .list .right .list-item:nth-child(2) {
  padding-left: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right .list-item:nth-child(2) {
    padding: 0;
  }
}
.box-end .list .right .list-item:nth-child(2)::after {
  background-color: #FDEA53;
  bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right .list-item:nth-child(2)::after {
    bottom: 0px;
  }
}
.box-end .list .right .list-item:nth-child(3) {
  padding-right: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right .list-item:nth-child(3) {
    padding: 0;
  }
}
.box-end .list .right .list-item:nth-child(3)::after {
  background-color: #FD5020;
}
.box-end .list .right .list-item:nth-child(4) {
  padding-left: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 1140px) {
  .box-end .list .right .list-item:nth-child(4) {
    padding: 0;
  }
}
.box-end .list .right .list-item:nth-child(4)::after {
  background-color: #48FFF0;
}
.social-popover {
  position: fixed;
  top: 200px;
  left: 200px;
  width: 120px;
  height: 120px;
  border: 3px solid #57FBFE;
  z-index: 999;
  display: none;
}
.social-popover::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  content: "";
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-bottom: 10px transparent dashed;
  border-right: 10px #57FBFE solid;
}
@media screen and (max-width: 1140px) {
  .social-popover::after {
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #57FBFE solid;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -20px;
  }
}

.box2 {
  padding-top: 50px;
  background-image: url("../images/box2-bg.png");
  background-size: 100% 100%;
  background-size: cover;
  padding-bottom: 110px;
}
@media screen and (max-width: 1140px) {
  .box2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.box2 .dj-title {
  margin-top: 60px;
}
@media screen and (max-width: 1140px) {
  .box2 .dj-title {
    margin-top: 20px;
  }
}
.box2 .notice {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 83.3333vw;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 1140px) {
  .box2 .notice {
    width: 94vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.box2 .notice-gap {
  width: 30px;
}
.box2 .notice-item {
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  background-color: white;
  -webkit-box-shadow: 2px 7px 13px 0 rgba(12, 109, 245, 0.2);
          box-shadow: 2px 7px 13px 0 rgba(12, 109, 245, 0.2);
  padding: 40px 20px 0;
}
@media screen and (max-width: 1340px) {
  .box2 .notice-item {
    height: 150px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1140px) {
  .box2 .notice-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 50px;
    height: 150px;
  }
}
.box2 .notice-item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2E93DF), to(#2F6CDE));
  background: -moz-linear-gradient(left, #2E93DF, #2F6CDE);
  background: linear-gradient(to right, #2E93DF, #2F6CDE);
}
.box2 .notice-item:hover .title {
  color: white;
}
.box2 .notice-item:hover::before {
  background-image: url("../images/notice-arrow-2.png");
}
.box2 .notice-item:hover::after {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}
.box2 .notice-item::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  width: 34px;
  height: 8px;
  background-image: url("../images/notice-arrow-1.png");
  background-size: 100% 100%;
}
.box2 .notice-item::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 39px;
  background-image: url("../images/notice-d.png");
  background-size: 100% 100%;
}
.box2 .notice-item .date {
  position: absolute;
  left: 0;
  top: -20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: white;
  background-color: #2A5CB9;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1340px) {
  .box2 .notice-item .date {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
.box2 .notice-item .title {
  color: #333;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1340px) {
  .box2 .notice-item .title {
    font-size: 14px;
  }
}
.box2 .dj {
  position: relative;
  max-width: 1600px;
  width: 83.3333vw;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1140px) {
  .box2 .dj {
    margin-top: 20px;
    width: 94vw;
  }
}
.box2 .dj-swiper {
  overflow: hidden;
}
.box2 .dj .dj-swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
}
@media screen and (max-width: 1140px) {
  .box2 .dj .dj-swiper-pagination {
    bottom: -30px;
  }
}
.box2 .dj .dj-swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.box3 {
  width: 100%;
  background-image: url("../images/xs.png");
  background-size: 100% 100%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1140px) {
  .box3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.box3 .ctitle-text {
  color: white;
}
.box3-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 83.3333vw;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 1140px) {
  .box3-container {
    width: 94vw;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box3 .title {
  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;
}
.box3 .title .text {
  font-size: 1.4583vw;
  color: white;
  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;
}
@media screen and (min-width: 1920px) {
  .box3 .title .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1140px) {
  .box3 .title .text {
    font-size: 18px;
  }
}
.box3 .title .text img {
  width: 0.7292vw;
  max-width: 14px;
  min-width: 8px;
  height: auto;
  margin-right: 6px;
}
.box3 .title .more {
  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;
  font-size: 1.0417vw;
  color: white;
}
@media screen and (min-width: 1920px) {
  .box3 .title .more {
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .box3 .title .more {
    font-size: 12px;
  }
}
.box3 .title .more img {
  width: 0.9896vw;
  max-width: 19px;
  min-width: 12px;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translateY(0.1563vw);
     -moz-transform: translateY(0.1563vw);
      -ms-transform: translateY(0.1563vw);
          transform: translateY(0.1563vw);
  margin-left: 6px;
}
@media screen and (min-width: 1920px) {
  .box3 .title .more img {
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.box3 .title .more:hover {
  color: #57FBFE;
}
.box3-left {
  width: 21.1458vw;
  max-width: 406px;
}
@media screen and (max-width: 1140px) {
  .box3-left {
    width: 100%;
  }
}
.box3-left .xs-banner {
  margin-top: 20px;
}
.box3-left .xs-banner .carousel-item img {
  width: 100%;
  height: 32.5521vw;
  max-height: 625px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .box3-left .xs-banner .carousel-item img {
    height: 460px;
  }
}
.box3-left .carousel-indicators {
  bottom: -3.125vw;
}
@media screen and (min-width: 1920px) {
  .box3-left .carousel-indicators {
    bottom: -50px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-left .carousel-indicators {
    bottom: 0;
  }
}
.box3-left .carousel-indicators__item {
  width: 0.5208vw;
  height: 0.5208vw;
  max-width: 10px;
  max-height: 10px;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
}
.box3-right {
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5.7292vw;
}
.box3-right::after {
  content: "";
  width: 16.4063vw;
  height: 16.0417vw;
  max-width: 315px;
  max-height: 308px;
  background-image: url("../images/xs-d.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: -40px;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  .box3-right::after {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .box3-right {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-right {
    padding-left: 0;
    margin-top: 20px;
  }
}
.box3-right .img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -0.7813vw 0;
  padding-bottom: 1.8229vw;
}
@media screen and (min-width: 1920px) {
  .box3-right .img-list {
    margin: 20px -15px 0;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-right .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.box3-right .img-list-item {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.7813vw;
}
@media screen and (min-width: 1920px) {
  .box3-right .img-list-item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-right .img-list-item {
    margin: 0;
    margin: 10px 0;
  }
}
.box3-right .img-list-item .img-wrap {
  width: 100%;
  height: 11.9792vw;
  max-height: 230px;
  overflow: hidden;
}
.box3-right .img-list-item .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.box3-right .img-list-item .img-wrap:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1140px) {
  .box3-right .img-list-item .img-wrap {
    height: 160px;
  }
}
.box3-right .img-list-item .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding-top: 1.0417vw;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .box3-right .img-list-item .content {
    padding-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-right .img-list-item .content {
    font-size: 14px;
    padding-top: 10px;
  }
}
.box3-right .img-list-item .content .date {
  border-right: 1px solid #4B79BC;
  padding-right: 10px;
}
.box3-right .img-list-item .content .title {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.box3-right .img-list-item:hover .title {
  color: #57FBFE;
}
.box3-right .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #4B79BC;
  padding-top: 1.3542vw;
}
@media screen and (min-width: 1920px) {
  .box3-right .list {
    padding-top: 26px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-right .list {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.box3-right .list-item {
  width: 50%;
}
@media screen and (max-width: 1140px) {
  .box3-right .list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.box3-right .list-item:nth-child(odd) {
  padding-right: 15px;
}
@media screen and (max-width: 1140px) {
  .box3-right .list-item:nth-child(odd) {
    padding-right: 0;
  }
}
.box3-right .list-item:nth-child(even) {
  padding-left: 15px;
}
@media screen and (max-width: 1140px) {
  .box3-right .list-item:nth-child(even) {
    padding-left: 0;
  }
}
.box3-right .list-item:nth-child(-n+2) {
  padding-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .box3-right .list-item:nth-child(-n+2) {
    padding-bottom: 0;
  }
}
.box3-right .list-item .date {
  background-color: white;
  display: inline-block;
  padding: 0.3646vw 0.5208vw;
  font-size: 0.9375vw;
  color: #1e5abc;
}
@media screen and (min-width: 1920px) {
  .box3-right .list-item .date {
    padding: 7px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-right .list-item .date {
    font-size: 14px;
    padding: 4px 6px;
  }
}
.box3-right .list-item .text {
  display: block;
  margin-top: 0.7813vw;
  color: white;
  font-size: 0.9375vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1920px) {
  .box3-right .list-item .text {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .box3-right .list-item .text {
    font-size: 14px;
  }
}
.box3-right .list-item .text:hover {
  color: #57FBFE;
}

.footer {
  width: 100%;
  background-color: #2A5CB9;
  padding: 60px 0;
}
@media screen and (max-width: 1140px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1140px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .logo {
  width: 22.9167vw;
  max-width: 440px;
}
@media screen and (max-width: 1140px) {
  .footer .logo {
    width: 80vw;
    max-width: none;
  }
}
.footer .logo img {
  width: 100%;
  height: auto;
}
.footer .info {
  color: white;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .footer .info {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .footer .info {
    font-size: 14px;
    margin-top: 6px;
  }
}
.footer .mail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .mail-item {
  padding: 1.0417vw 2.6042vw;
  font-size: 0.9375vw;
  color: #333;
  background-color: white;
  margin: 0 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1920px) {
  .footer .mail-item {
    padding: 20px 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .footer .mail-item {
    font-size: 14px;
    padding: 10px 14px;
    margin-top: 10px;
  }
}

.gd {
  position: relative;
  width: 100%;
  height: 38.9063vw;
  max-height: 747px;
  background-image: url("../images/gd.png");
  background-size: 100% 100%;
  background-size: cover;
  background-position: center;
  padding-top: 2.6042vw;
}
@media screen and (min-width: 1920px) {
  .gd {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1140px) {
  .gd {
    height: auto;
    padding-bottom: 40px;
  }
}
.gd-container {
  width: 83.3333vw;
  max-width: 1600px;
  margin: 2.6042vw auto 0;
}
@media screen and (min-width: 1920px) {
  .gd-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-container {
    width: 94vw;
    margin-top: 20px;
  }
}
.gd-swiper {
  overflow-x: hidden;
}
.gd-item {
  position: relative;
  height: 24.2188vw;
  max-height: 465px;
  padding: 1.5625vw 1.0417vw 0;
  background-image: url("../images/gd-item-bg.png");
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .gd-item {
    padding: 30px 20px 0;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item {
    padding: 20px 10px 0;
    height: auto;
    max-height: none;
    padding-bottom: 40px;
  }
}
.gd-item:hover {
  background-image: url("../images/gd-item-bg-2.png");
}
.gd-item:hover .date .md {
  background-color: white;
  color: #2A5CB9;
}
.gd-item:hover .date .more {
  color: white;
}
.gd-item:hover .title,
.gd-item:hover .desc,
.gd-item:hover .user .info .name,
.gd-item:hover .user .info .pos {
  color: white;
}
.gd-item .date {
  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;
}
.gd-item .date .md {
  background-color: #2A5CB9;
  color: white;
  padding: 2px 6px;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .gd-item .date .md {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item .date .md {
    font-size: 14px;
  }
}
.gd-item .date .more {
  font-size: 0.9375vw;
  color: #666;
}
@media screen and (min-width: 1920px) {
  .gd-item .date .more {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item .date .more {
    font-size: 14px;
  }
}
.gd-item .title {
  margin-top: 2.0833vw;
  font-size: 1.1458vw;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1920px) {
  .gd-item .title {
    font-size: 22px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item .title {
    font-size: 16px;
    margin-top: 20px;
  }
}
.gd-item .desc {
  margin-top: 0.5208vw;
  font-size: 0.9375vw;
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1920px) {
  .gd-item .desc {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item .desc {
    font-size: 14px;
  }
}
.gd-item .user {
  position: absolute;
  bottom: 2.0833vw;
  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;
}
@media screen and (min-width: 1920px) {
  .gd-item .user {
    bottom: 40px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item .user {
    position: static;
    bottom: none;
    margin-top: 20px;
  }
}
.gd-item .user .avatar {
  width: 5.2083vw;
  max-width: 100px;
  height: 5.2083vw;
  max-height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .gd-item .user .avatar {
    width: 60px;
    height: 60px;
  }
}
.gd-item .user .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gd-item .user .info {
  margin-left: 10px;
}
.gd-item .user .info .name {
  font-size: 1.1458vw;
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .gd-item .user .info .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item .user .info .name {
    font-size: 16px;
  }
}
.gd-item .user .info .pos {
  font-size: 0.9375vw;
  color: #666;
}
@media screen and (min-width: 1920px) {
  .gd-item .user .info .pos {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-item .user .info .pos {
    font-size: 14px;
  }
}
.gd-swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.125vw;
}
@media screen and (min-width: 1920px) {
  .gd-swiper-pagination {
    bottom: -60px;
  }
}
@media screen and (max-width: 1140px) {
  .gd-swiper-pagination {
    bottom: 10px;
  }
}
.gd-swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url("../images/header-gradient.png");
  background-repeat: repeat;
  background-size: auto 100%;
  height: 7.7604vw;
  max-height: 149px;
  z-index: 999;
}
.header-container {
  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;
  width: 100%;
  height: 5.2083vw;
  max-height: 100px;
  padding-left: 2.6042vw;
}
@media screen and (min-width: 1920px) {
  .header-container {
    padding-left: 50px;
  }
}
.header-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 23.4375vw;
  max-width: 450px;
}
.header-logo img {
  height: auto;
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}
.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right-container {
  padding-right: 2.0833vw;
  padding-top: 1.0417vw;
  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-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .header-right-container {
    padding-right: 40px;
    padding-top: 20px;
  }
}
.header-links {
  font-size: 0.9375vw;
  color: white;
  text-align: right;
}
@media screen and (min-width: 1920px) {
  .header-links {
    font-size: 18px;
  }
}
@media screen and (max-width: 1350px) {
  .header-links {
    font-size: 12px;
  }
}
.header-links a {
  color: white;
}
.header-links a:hover {
  color: #206CEB;
}
.header-links-spliter {
  display: inline-block;
  margin: 0 10px;
}
.header-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav-item {
  position: relative;
  margin-left: 1.875vw;
}
@media screen and (min-width: 1920px) {
  .header-nav-item {
    margin-left: 36px;
  }
}
@media screen and (max-width: 1350px) {
  .header-nav-item {
    margin-left: 24px;
  }
}
.header-nav-item > a {
  font-weight: bold;
  font-size: 0.9896vw;
  color: white;
}
@media screen and (min-width: 1920px) {
  .header-nav-item > a {
    font-size: 19px;
  }
}
@media screen and (max-width: 1350px) {
  .header-nav-item > a {
    font-size: 13px;
  }
}
.header-nav-item > a:hover {
  color: #206CEB;
}
.header-nav-item.has-children::after {
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("../images/nav-arrow.png") no-repeat 100% 100%;
}
@media screen and (max-width: 1350px) {
  .header-nav-item.has-children::after {
    width: 8px;
    height: 4px;
    background-size: 100% 100%;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.header-nav-item:hover .header-nav-children {
  display: block;
}
.header-nav-children {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 20px;
}
.header-nav-children::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-nav-children-item {
  text-align: center;
}
.header-nav-children-item--link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.8854vw;
  color: #333;
  padding: 10px;
  background-color: white;
  white-space: nowrap;
}
.header-nav-children-item--link:hover {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#2E93DF), to(#2F6BDF));
  background: -moz-linear-gradient(left, #2E93DF, #2F6BDF);
  background: linear-gradient(to right, #2E93DF, #2F6BDF);
}
@media screen and (min-width: 1920px) {
  .header-nav-children-item--link {
    font-size: 17px;
  }
}
@media screen and (max-width: 1340px) {
  .header-nav-children-item--link {
    font-size: 12px;
  }
}
.header-nav-children-item:last-child {
  border-bottom: none;
}
.header-search {
  width: 6.25vw;
  max-width: 120px;
  height: 5.2083vw;
  max-height: 100px;
  background: no-repeat center url("../images/search-icon.png"), no-repeat 100%/100% url("../images/search-bg.png");
  cursor: pointer;
}
.m-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#2E93DF), to(#2F6BDF));
  background: -moz-linear-gradient(left, #2E93DF, #2F6BDF);
  background: linear-gradient(to right, #2E93DF, #2F6BDF);
  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;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 999;
}
.m-header-placeholder {
  height: 55px;
}
.m-header .logo {
  height: 80%;
  width: auto;
}
.m-header .logo img {
  height: 100%;
  width: auto;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}
.m-header .menu-btn {
  width: 32px;
  height: 20px;
  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-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-header .menu-btn .line {
  width: 32px;
  height: 2px;
  background-color: white;
}
.m-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding-top: 55px;
  z-index: 998;
  display: none;
}
.m-nav .container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
}
.m-nav .mobile-nav-content .nav-content__item--link {
  padding: 15px 0;
  color: #206CEB;
  display: block;
  border-bottom: 1px solid #ddd;
}
#searchModal .form-group {
  margin-bottom: 0;
}
#searchModal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
}
@media screen and (max-width: 1140px) {
  #searchModal .modal-dialog {
    width: 90vw;
  }
}
#searchModal .modal-content {
  background-color: white;
  border: none;
}
#searchModal input {
  width: 400px;
}
@media screen and (max-width: 1140px) {
  #searchModal input {
    width: 60vw;
  }
}

.news {
  width: 100%;
  background: url("../images/news-bg.png");
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1140px) {
  .news {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.news-content {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1140px) {
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.news-left {
  position: relative;
  width: 45.3125vw;
  max-width: 870px;
  height: 602px;
  height: 31.3542vw;
  padding-right: 30px;
  padding-left: 8.3333vw;
  background-image: url("../images/news-banner-bg.png");
  background-size: 40.625vw 31.3542vw;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1920px) {
  .news-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-size: 780px 602px;
    height: 602px;
  }
}
@media screen and (max-width: 1140px) {
  .news-left {
    height: 340px;
    background-size: 84vw 340px;
    width: 100%;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .news-left .news-banner {
    max-width: 680px;
  }
}
.news-left .title-img {
  width: 100%;
  height: 18.0208vw;
  max-height: 346px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .news-left .title-img {
    height: 180px;
  }
}
.news-left .title-text {
  height: 5.2083vw;
  max-height: 100px;
  line-height: 5.2083vw;
  font-size: 18px;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5.2083vw;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .news-left .title-text {
    line-height: 100px;
  }
}
@media screen and (max-width: 1340px) {
  .news-left .title-text {
    font-size: 16px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1140px) {
  .news-left .title-text {
    height: 60px;
    line-height: 60px;
  }
}
.news-left .desc {
  font-size: 16px;
  color: white;
  padding-right: 11.9792vw;
  margin-top: 1.0417vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1920px) {
  .news-left .desc {
    padding-right: 230px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1340px) {
  .news-left .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 1140px) {
  .news-left .desc {
    margin-top: 10px;
    padding-right: 140px;
  }
}
.news-left .date {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  margin-top: 1.0417vw;
}
@media screen and (min-width: 1920px) {
  .news-left .date {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1340px) {
  .news-left .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 1140px) {
  .news-left .date {
    margin-top: 10px;
  }
}
.news-left .arrow-wrap {
  position: absolute;
  top: 23.2292vw;
  left: 40.625vw;
}
@media screen and (min-width: 1920px) {
  .news-left .arrow-wrap {
    top: 446px;
    left: 780px;
  }
}
@media screen and (max-width: 1140px) {
  .news-left .arrow-wrap {
    top: 240px;
    left: 84vw;
  }
}
.news-left .carousel-control-prev,
.news-left .carousel-control-next {
  width: 2.6042vw;
  height: 2.6042vw;
  max-width: 50px;
  max-height: 50px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
@media screen and (max-width: 1140px) {
  .news-left .carousel-control-prev,
  .news-left .carousel-control-next {
    width: 30px;
    height: 30px;
  }
}
.news-left .carousel-control-prev img,
.news-left .carousel-control-next img {
  height: 1.3021vw;
  max-height: 25px;
  width: auto;
}
@media screen and (max-width: 1140px) {
  .news-left .carousel-control-prev img,
  .news-left .carousel-control-next img {
    height: 16px;
  }
}
.news-left .carousel-control-next {
  left: -2.6042vw;
}
@media screen and (min-width: 1920px) {
  .news-left .carousel-control-next {
    left: -50px;
  }
}
@media screen and (max-width: 1140px) {
  .news-left .carousel-control-next {
    left: -30px;
  }
}
.news-left .carousel-control-prev {
  left: -5.3125vw;
}
@media screen and (min-width: 1920px) {
  .news-left .carousel-control-prev {
    left: -102px;
  }
}
@media screen and (max-width: 1140px) {
  .news-left .carousel-control-prev {
    left: -62px;
  }
}
.news-right {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 31.3542vw;
  max-height: 602px;
  padding-right: 8.3333vw;
}
@media screen and (min-width: 1920px) {
  .news-right {
    padding-right: 160px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right {
    padding-right: 0;
    height: auto;
    max-height: none;
  }
}
.news-right .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
}
@media screen and (min-width: 1920px) {
  .news-right .list {
    max-width: 920px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 94vw;
    margin: 20px auto 0;
  }
}
.news-right .list-item {
  position: relative;
  padding: 0.5208vw 1.5625vw;
  width: 50%;
}
@media screen and (min-width: 1920px) {
  .news-right .list-item {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .list-item {
    padding: 10px 10px;
    width: 100%;
    margin-top: 20px;
  }
}
.news-right .list-item .date {
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (min-width: 1920px) {
  .news-right .list-item .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .list-item .date {
    font-size: 12px;
  }
}
.news-right .list-item a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 0.9375vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1920px) {
  .news-right .list-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .list-item a {
    font-size: 16px;
  }
}
.news-right .list-item a:hover {
  color: #2E69EA;
  font-weight: bold;
}
@media screen and (min-width: 1140px) {
  .news-right .list-item:nth-child(-n+2)::after {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left: 30px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .list-item::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
}
.news-right .img-list {
  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;
}
@media screen and (min-width: 1920px) {
  .news-right .img-list {
    max-width: 920px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-right .img-list-item {
  width: 50%;
}
.news-right .img-list-item:nth-child(1) {
  padding-right: 15px;
}
.news-right .img-list-item:nth-child(2) {
  padding-left: 15px;
}
.news-right .img-list-item:hover .content .title {
  color: #2E69EA;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .news-right .img-list-item {
    width: 94vw;
    margin: 20px auto 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.news-right .img-list .content {
  background-color: white;
  padding: 1.0417vw;
}
@media screen and (min-width: 1920px) {
  .news-right .img-list .content {
    padding: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .img-list .content {
    padding: 20px;
  }
}
.news-right .img-list .content .date {
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (min-width: 1920px) {
  .news-right .img-list .content .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .img-list .content .date {
    font-size: 14px;
  }
}
.news-right .img-list .content .title {
  font-size: 0.9375vw;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 54px;
}
@media screen and (min-width: 1920px) {
  .news-right .img-list .content .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .news-right .img-list .content .title {
    font-size: 16px;
  }
}
.news-right .img-list .img-wrap {
  width: 100%;
  height: 13.0208vw;
  max-height: 250px;
  overflow: hidden;
}
.news-right .img-list .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (max-width: 1140px) {
  .news-right .img-list .img-wrap {
    height: 140px;
  }
}
.news-right .img-list .img-wrap:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.video-box {
  width: 100%;
  height: 25vw;
  max-height: 480px;
  background-image: url("../images/video-bg.png");
  background-size: cover;
  padding-top: 7.2917vw;
  background-position: center;
}
@media screen and (min-width: 1920px) {
  .video-box {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1140px) {
  .video-box {
    padding-top: 10px;
  }
}
.video-box .slogan {
  width: 42.7083vw;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .video-box .slogan {
    width: 260px;
  }
}
.video-box .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.0833vw;
}
@media screen and (min-width: 1920px) {
  .video-box .links {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1140px) {
  .video-box .links {
    margin-top: 10px;
  }
}
.video-box .links .link {
  margin: 0 10px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.4167vw 1.5625vw;
  border-radius: 6px;
  font-size: 0.9375vw;
  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;
}
.video-box .links .link:hover {
  color: #57FBFE;
}
@media screen and (min-width: 1920px) {
  .video-box .links .link {
    font-size: 18px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 1140px) {
  .video-box .links .link {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.video-box .links .link:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 1.5625vw;
  height: 1.5625vw;
  max-width: 30px;
  max-height: 30px;
  background-image: url("../images/video-play.png");
  background-size: 100% 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1140px) {
  .video-box .links .link:nth-child(1)::before {
    width: 14px;
    height: 14px;
  }
}
.video-box .links .link:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 0.9896vw;
  height: 0.625vw;
  max-width: 19px;
  max-height: 12px;
  background-image: url("../images/xs-more.png");
  background-size: 100% 100%;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .video-box .links .link:nth-child(2)::after {
    width: 9.5px;
    height: 6px;
  }
}

.inside-img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
}
@media screen and (max-width: 1140px) {
  .inside-img-list {
    margin-right: 0;
  }
}
.inside-img-list .img-lsit-item {
  width: 19.0625vw;
  max-width: 366px;
  margin-right: 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .inside-img-list .img-lsit-item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1140px) {
  .inside-img-list .img-lsit-item {
    margin-right: 0px;
    width: 100%;
  }
}
.inside-img-list .img-lsit-item:hover .title {
  color: #1e5abc;
}
.inside-img-list .img-wrap {
  position: relative;
  width: 19.0625vw;
  height: 11.875vw;
  max-width: 366px;
  max-height: 228px;
}
@media screen and (max-width: 1140px) {
  .inside-img-list .img-wrap {
    width: 100%;
    height: 150px;
  }
}
.inside-img-list .img-wrap::after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F3F5FC;
  z-index: 1;
}
.inside-img-list .img-wrap img {
  position: relative;
  z-index: 2;
}
.inside-img-list .title {
  text-align: center;
  font-size: 0.9375vw;
  padding-bottom: 1.5625vw;
  margin-top: 1.5625vw;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1920px) {
  .inside-img-list .title {
    font-size: 18px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1140px) {
  .inside-img-list .title {
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.inews-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.0417vw 1.8229vw;
  border-bottom: 2px dashed #E1E5EC;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1920px) {
  .inews-item {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 1140px) {
  .inews-item {
    padding: 10px 8px;
  }
}
.inews-item:hover {
  background-image: url("../images/inews-bg.png");
  background-size: 100% 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.inews-item:hover .date {
  background-color: #2660E1;
}
.inews-item:hover .date .d {
  color: white;
}
.inews-item:hover .date .ym {
  color: white;
  background-color: transparent;
}
.inews-item:hover .title {
  color: #0a5de5;
  border-bottom: 1px solid #2660E1;
}
.inews-item:hover .img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 1140px) {
  .inews-item.image .date.m {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .inews-item.image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3vw;
    padding-right: 3%vw;
    width: 94vw;
    border: 1px solid #eef2fb;
    margin-bottom: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .inews-item.image .img {
    width: 88vw;
    height: 160px;
    margin-right: 0;
    max-width: none;
    max-height: none;
  }
  .inews-item.image .date {
    display: none;
    width: 88vw;
    text-align: left;
  }
  .inews-item.image .date.m {
    display: block;
  }
  .inews-item.image .inews-content {
    width: 88vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    overflow: hidden;
  }
  .inews-item.image .inews-content .title {
    white-space: wrap;
    margin-top: 0;
  }
  .inews-item.image .inews-content .desc {
    margin-top: 0;
  }
  .inews-item.image:hover .date {
    background-color: transparent;
  }
}
.inews-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.inews-content .title {
  display: inline-block;
  font-size: 1.0417vw;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .inews-content .title {
    font-size: 20px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .inews-content .title {
    font-size: 16px;
    margin-top: 4px;
  }
}
.inews-content .desc {
  font-size: 0.8333vw;
  color: #666;
  margin-top: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1920px) {
  .inews-content .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .inews-content .desc {
    font-size: 12px;
    margin-top: 3px;
  }
}
.inews .date {
  text-align: center;
  margin-right: 40px;
  padding: 10px 14px;
  border-radius: 14px;
  max-height: 110px;
}
@media screen and (max-width: 1140px) {
  .inews .date {
    margin-right: 10px;
    padding: 5px 7px;
  }
}
.inews .date .d {
  font-size: 1.9792vw;
  color: #1366ef;
}
@media screen and (min-width: 1920px) {
  .inews .date .d {
    font-size: 38px;
  }
}
@media screen and (max-width: 1140px) {
  .inews .date .d {
    font-size: 20px;
  }
}
.inews .date .ym {
  font-size: 0.9375vw;
  color: #0a5de5;
  background-color: #E6EEFB;
  padding: 4px 8px;
}
@media screen and (min-width: 1920px) {
  .inews .date .ym {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .inews .date .ym {
    font-size: 14px;
    padding: 2px 4px;
  }
}
.inews .img {
  width: 15.625vw;
  height: 10.4167vw;
  max-width: 300px;
  max-height: 200px;
  margin-right: 40px;
  overflow: hidden;
}
.inews .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1140px) {
  .inews .img {
    margin-right: 10px;
    width: 100px;
    height: 70px;
  }
}

.result .rtitle {
  font-size: 1.0417vw;
  color: #1e5abc;
  padding-bottom: 6px;
  border-bottom: 2px solid #2B69EB;
}
@media screen and (min-width: 1920px) {
  .result .rtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .result .rtitle {
    font-size: 16px;
  }
}
.result .rtitle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2B69EB;
  margin-right: 10px;
}
.result .rlist {
  margin-top: 10px;
  margin-bottom: 40px;
}
.result .rlist .item {
  display: block;
  width: 100%;
  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: 10px;
}
.result .rlist .item:nth-child(odd) {
  background-color: #EAF2F9;
}
.result .rlist .item:hover .title {
  color: #2B69EB;
}
.result .rlist .item .title {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 0.9375vw;
  color: #333;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}
@media screen and (min-width: 1920px) {
  .result .rlist .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .result .rlist .item .title {
    font-size: 14px;
  }
}
.result .rlist .item .date {
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (min-width: 1920px) {
  .result .rlist .item .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .result .rlist .item .date {
    font-size: 12px;
  }
}

.teachers-container {
  width: 100%;
}
.teachers-container .teacher-title {
  font-size: 1.0417vw;
  color: #1e5abc;
  padding-bottom: 6px;
  border-bottom: 2px solid #2B69EB;
}
@media screen and (min-width: 1920px) {
  .teachers-container .teacher-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .teachers-container .teacher-title {
    font-size: 16px;
  }
}
.teachers-container .teacher-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2B69EB;
  margin-right: 10px;
}
.teachers-container .table-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.teachers-container .table-wrapper li {
  width: 20%;
  height: 2.3958vw;
  max-height: 46px;
  line-height: 2.3958vw;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .teachers-container .table-wrapper li {
    line-height: 46px;
  }
}
@media screen and (max-width: 1140px) {
  .teachers-container .table-wrapper li {
    height: 36px;
    line-height: 36px;
  }
}
.teachers-container .table-wrapper li a {
  font-size: 0.8333vw;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 1920px) {
  .teachers-container .table-wrapper li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .teachers-container .table-wrapper li a {
    font-size: 14px;
  }
}
.teachers-container .table-wrapper li a:hover {
  color: #2B69EB;
}
.teachers-container .table-wrapper li:nth-child(10n + 6),
.teachers-container .table-wrapper li:nth-child(10n + 7),
.teachers-container .table-wrapper li:nth-child(10n + 8),
.teachers-container .table-wrapper li:nth-child(10n + 9),
.teachers-container .table-wrapper li:nth-child(10n) {
  background-color: #f3f3f3;
}

.inside-bg {
  position: relative;
}
.inside-bg > img {
  width: 100%;
  height: auto;
}
.inside-top {
  width: 81.25vw;
  max-width: 1560px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1140px) {
  .inside-top {
    width: 94vw;
  }
}
.inside-top .menu-name {
  width: 16.6667vw;
  height: 6.0417vw;
  max-width: 320px;
  max-height: 116px;
  background-image: url("../images/menu-name-bg.png");
  background-size: 100% 100%;
  text-align: center;
  line-height: 6.0417vw;
  color: white;
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .inside-top .menu-name {
    line-height: 116px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1140px) {
  .inside-top .menu-name {
    width: auto;
    height: 38.6px;
    line-height: 38.6px;
    font-size: 14px;
    padding: 0 12px;
  }
}
.inside-top .location {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3.125vw;
  max-height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#1fcde2), to(rgba(31, 205, 226, 0)));
  background: -moz-linear-gradient(left, #1fcde2, rgba(31, 205, 226, 0));
  background: linear-gradient(to right, #1fcde2, rgba(31, 205, 226, 0));
  line-height: 3.125vw;
  color: white;
  padding-left: 60px;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .inside-top .location {
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .inside-top .location {
    padding-left: 10px;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.inside-top .location a {
  color: white;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .inside-top .location a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .inside-top .location a {
    font-size: 12px;
  }
}
.inside-top .location a:hover {
  color: #1765F2;
}
.inside-top .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;
}
@media screen and (max-width: 1140px) {
  .inside-top .location::before {
    width: 8.5px;
    height: 10px;
  }
}
.inside-wrapper {
  background-image: url("../images/inside-wrapper-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding-bottom: 300px;
}
@media screen and (max-width: 1140px) {
  .inside-wrapper {
    padding-bottom: 60px;
  }
}
.inside-container {
  width: 81.25vw;
  max-width: 1560px;
  margin: 0 auto;
  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: 1140px) {
  .inside-container {
    width: 94vw;
  }
}
.inside-container .content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
}
@media screen and (max-width: 1140px) {
  .inside-container .content {
    padding-top: 20px;
  }
}

.inside-container .menu {
  width: 16.6667vw;
  max-width: 320px;
  background-color: #F3F5FC;
  padding-bottom: 8.3333vw;
  background-image: url("../images/menu-bg.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-right: 60px;
}
@media screen and (min-width: 1920px) {
  .inside-container .menu {
    padding-bottom: 160px;
  }
}
.inside-container .menu-item {
  position: relative;
  display: block;
  height: 3.6458vw;
  max-height: 70px;
  line-height: 3.6458vw;
  padding-left: 2.6042vw;
  padding-right: 1.5625vw;
  color: #333;
  font-size: 0.9375vw;
  border-bottom: 2px dashed #DEE3ED;
}
@media screen and (min-width: 1920px) {
  .inside-container .menu-item {
    line-height: 70px;
    padding-left: 50px;
    padding-right: 30px;
    font-size: 18px;
  }
}
.inside-container .menu-item::after {
  content: ">";
  position: absolute;
  right: 20px;
}
.inside-container .menu-item:hover {
  background-color: #DEE5F4;
  color: #1366ef;
}
.inside-container .menu-item.active {
  background-color: #DEE5F4;
  color: #1366ef;
}
.inside-container .menu-item.active.has-children::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inside-container .menu-children {
  padding-left: 3.125vw;
  background-color: #E8EEF8;
}
@media screen and (min-width: 1920px) {
  .inside-container .menu-children {
    padding-left: 60px;
  }
}
.inside-container .menu-children-item {
  display: block;
  height: 2.6042vw;
  max-height: 50px;
  line-height: 2.6042vw;
  color: #333;
  font-size: 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .inside-container .menu-children-item {
    line-height: 50px;
    font-size: 16px;
  }
}
.inside-container .menu-children-item:hover {
  color: #1366ef;
}
.inside-container .menu-children-item.active {
  color: #1366ef;
}

.tsearch .search {
  width: 100%;
  padding: 2.6042vw 1.25vw;
  background-color: #F3F5FC;
}
@media screen and (min-width: 1920px) {
  .tsearch .search {
    padding: 50px 24px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .search {
    padding: 10px 10px 20px 10px;
  }
}
.tsearch .search-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .tsearch .search-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tsearch .search-name {
  position: relative;
  width: 7.8125vw;
  max-width: 140px;
  color: #1e5abc;
  font-size: 0.9375vw;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 1920px) {
  .tsearch .search-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .search-name {
    width: 120px;
    font-size: 14px;
    margin-top: 10px;
  }
}
.tsearch .search-name::after {
  position: absolute;
  right: 0;
  content: ":";
}
.tsearch .search-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tsearch .search-content.letter .search-item {
  margin-left: 0;
  margin-right: 0;
  width: 50px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .tsearch .search-content.letter .search-item {
    text-align: left;
    width: 30px;
  }
}
.tsearch .search-item {
  color: #666;
  font-size: 0.9375vw;
  margin: 0 1.0417vw 1.0417vw;
}
@media screen and (min-width: 1920px) {
  .tsearch .search-item {
    font-size: 18px;
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .search-item {
    font-size: 14px;
    margin: 5px 20px 5px 0;
  }
}
.tsearch .search-item:hover {
  color: #0B64F6;
}
.tsearch .search-item.active {
  color: #0B64F6;
}
.tsearch .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -25px 0;
}
@media screen and (max-width: 1140px) {
  .tsearch .list {
    margin: 20px 0 0;
  }
}
.tsearch .list-item {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1140px) {
  .tsearch .list-item {
    width: 100%;
    padding: 0;
  }
}
.tsearch .list .wrap {
  position: relative;
  padding: 17px;
  border: 1px solid transparent;
}
@media screen and (max-width: 1140px) {
  .tsearch .list .wrap {
    padding: 10px;
  }
}
.tsearch .list .wrap-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-image: url("../images/tbg.png");
  background-size: 100% 100%;
}
.tsearch .list .wrap:hover {
  border: 1px solid #BFD7FD;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.tsearch .list .wrap:hover .detail {
  border: none;
  background-color: #2967F2;
  color: white;
}
.tsearch .list .wrap:hover .detail::after {
  background-image: url("../images/notice-arrow-2.png");
}
.tsearch .list .img {
  width: 9.375vw;
  height: 14.0625vw;
  max-width: 180px;
  max-height: 270px;
  padding: 7px;
  background-image: url("../images/avatar-border.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tsearch .list .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 34px 0 34px;
  position: relative;
  z-index: 3;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 1140px) {
  .tsearch .list .img img {
    border-radius: 0 20px 0 20px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .img {
    width: 90px;
    height: 135px;
    padding: 3px;
  }
}
.tsearch .list .data {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 28px;
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data {
    padding-left: 16px;
  }
}
.tsearch .list .data .name {
  font-size: 1.25vw;
  color: #1e5abc;
  margin-top: 0.9375vw;
  padding-bottom: 6px;
  border-bottom: 1px solid #2C7FE2;
}
@media screen and (min-width: 1920px) {
  .tsearch .list .data .name {
    font-size: 24px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .name {
    font-size: 16px;
    margin-top: 10px;
  }
}
.tsearch .list .data .name .tit {
  color: #333;
  font-size: 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .tsearch .list .data .name .tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .name .tit {
    font-size: 12px;
  }
}
.tsearch .list .data .info .xb {
  font-size: 0.8333vw;
  margin-top: 0.8333vw;
  color: #07cbf5;
}
@media screen and (min-width: 1920px) {
  .tsearch .list .data .info .xb {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .info .xb {
    margin-top: 4px;
    font-size: 12px;
  }
}
.tsearch .list .data .info .yjtit {
  font-size: 0.8333vw;
  margin-top: 0.5208vw;
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .tsearch .list .data .info .yjtit {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .info .yjtit {
    font-size: 12px;
    margin-top: 4px;
  }
}
.tsearch .list .data .info .yj {
  font-size: 0.8333vw;
  color: #666;
}
@media screen and (min-width: 1920px) {
  .tsearch .list .data .info .yj {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .info .yj {
    font-size: 12px;
  }
}
.tsearch .list .data .info-line {
  margin-top: 0.5208vw;
  color: #666;
  font-size: 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .tsearch .list .data .info-line {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .info-line {
    font-size: 14px;
    margin-top: 4px;
  }
}
.tsearch .list .data .detail {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  border: 1px solid #8CB3F4;
  height: 2.3438vw;
  width: 6.7708vw;
  max-height: 45px;
  max-width: 130px;
  text-align: center;
  line-height: 2.3438vw;
  font-size: 1.0417vw;
  color: #1e5abc;
}
@media screen and (min-width: 1920px) {
  .tsearch .list .data .detail {
    line-height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .detail {
    display: none;
  }
}
.tsearch .list .data .detail::after {
  content: "";
  display: inline-block;
  width: 1.7708vw;
  height: 0.4167vw;
  max-width: 34px;
  max-height: 8px;
  background-image: url("../images/notice-arrow-1.png");
  background-size: 100% 100%;
  vertical-align: 6%;
  margin-left: 6px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .tsearch .list .data .detail::after {
    width: 17px;
    height: 4px;
    vertical-align: 14%;
  }
}
