.inside-nav {
  background-color: white;
}
@media screen and (max-width: 992px) {
  .inside-nav {
    display: none;
  }
}
.inside-nav-content {
  border-bottom: 2px solid #1A71BB;
  padding-top: 1.5625vw;
  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;
}
@media screen and (max-width: 992px) {
  .inside-nav-content {
    padding-top: 10px;
  }
}
.inside-nav-item {
  background-color: #1A71BB;
  margin: 0 0.5208vw;
  color: white;
  padding: 0.5208vw 1.5625vw;
  border-radius: 10px 10px 0 0;
  font-size: 0.8333vw;
  -webkit-transform: translateY(2px);
     -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 992px) {
  .inside-nav-item {
    margin: 0 4px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px 4px 0 0;
  }
}
.inside-nav-item:hover,
.inside-nav-item.active {
  background-color: #BF4648;
  color: white;
}
.inside-nav-children {
  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;
  background-color: white;
  padding: 0.5208vw 0;
}
.inside-nav-children-item {
  margin: 0 0.8333vw;
  background-color: #20AFDC;
  color: white;
  font-size: 0.8333vw;
  padding: 0.5208vw 0.8333vw;
  border-radius: 6px;
}
.inside-nav-children-item:hover,
.inside-nav-children-item.active {
  background-color: #BF4648;
  color: white;
}
.inside-wrap {
  background-color: #F7F9FD;
  padding: 2.6042vw 0;
}
@media screen and (max-width: 992px) {
  .inside-wrap {
    padding: 20px 0;
  }
}
.inside-content {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.1);
          box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.1);
  padding: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .inside-content {
    padding: 10px;
  }
}

body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #F5F5F5;
  max-width: 100vw;
  overflow-x: hidden;
}
@font-face {
  font-family: 'douyu';
  src: url('../fonts/douyu.eot');
  src: url("../images/douyu.eot?#iefix") format("embedded-opentype"), url("../images/douyu.ttf") format("truetype");
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.heart-box {
  width: 83.3333vw;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .heart-box {
    width: 94vw;
  }
}
.article .article-content img {
  width: auto !important;
  height: auto !important;
  max-width: 41.6667vw;
}
@media screen and (max-width: 992px) {
  .article .article-content img {
    width: 70vw !important;
    height: auto !important;
  }
}
.article .article-content table {
  max-width: 100% !important;
}
.article .article-content table td {
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .article .article-content table {
    width: 100%;
  }
}
.article .article-content p {
  background: transparent !important;
  line-height: 1.8 !important;
  font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
  color: #333 !important;
  font-size: 0.9375vw !important;
  text-indent: 2em !important;
}
@media screen and (max-width: 992px) {
  .article .article-content p {
    font-size: 16px !important;
  }
}
.article .article-content span,
.article .article-content td,
.article .article-content a {
  font-size: 0.9375vw !important;
}
@media screen and (max-width: 992px) {
  .article .article-content span,
  .article .article-content td,
  .article .article-content a {
    font-size: 16px !important;
  }
}
.article .article-content table td p {
  text-indent: 0 !important;
  margin-bottom: 0 !important;
}
.article .article-content table td {
  padding: 2px 5px;
}
.article .article-content a {
  color: #055ab5;
}
.article .article-content a:hover {
  text-decoration: underline;
  color: #2F7BCC;
}
.article .article-content .vsbcontent_img {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .article .article-content video {
    width: 100%;
    height: auto;
  }
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .pb_sys_common .p_t,
  .pb_sys_common .p_fun_d,
  .pb_sys_common .p_no_d,
  .pb_sys_common .p_no_o,
  .pb_sys_common .p_fun a,
  .pb_sys_common .p_no a {
    font-size: 0.8333vw;
    height: 1.25vw !important;
    line-height: 0.625vw !important;
    padding: 0.2604vw 0.4167vw !important;
  }
}
.cc-play-box {
  width: 900px;
  height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .cc-play-box {
    width: 100%;
    height: 300px;
  }
}

.bmfw .floor-area {
  margin-top: 0;
}
.bmfw .floor-area-item {
  font-size: 0.8333vw;
  left: 0 !important;
}
@media screen and (max-width: 992px) {
  .bmfw .floor-area-item {
    font-size: 12px;
    background: none !important;
    background-color: #E6F0F8 !important;
    width: 25%;
    padding: 4px;
    height: auto;
    text-align: center;
  }
  .bmfw .floor-area-item.active {
    background-color: #1070BB !important;
  }
}
.bmfw-item {
  display: none;
  margin-top: 20px;
}
.bmfw-item#a {
  display: block;
}
.bmfw-item img {
  width: 750px;
  display: block;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 992px) {
  .bmfw-item img {
    width: 100%;
  }
}
.bmfw-item p {
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .bmfw-item p {
    font-size: 14px;
  }
}

.dep-jj {
  width: 100%;
  height: 32.5vw;
  background: url("../images/dep-jj-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .dep-jj {
    height: auto;
    background: none;
  }
}
.dep-jj-content {
  padding-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .dep-jj-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.dep-jj-title {
  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;
  color: white;
  margin-bottom: 2.6042vw;
}
@media screen and (max-width: 992px) {
  .dep-jj-title {
    margin-bottom: 20px;
    color: #333;
  }
}
.dep-jj-cn {
  font-size: 1.4583vw;
  font-weight: bold;
  margin-right: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .dep-jj-cn {
    font-size: 20px;
  }
}
.dep-jj-en {
  font-size: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .dep-jj-en {
    font-size: 16px;
  }
}
.dep-jj-wrap {
  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 (max-width: 992px) {
  .dep-jj-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dep-jj-cover {
  width: 37.5vw;
  height: 20.8333vw;
}
@media screen and (max-width: 992px) {
  .dep-jj-cover {
    width: 100%;
    height: 52.222vw;
  }
}
.dep-jj-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dep-jj-info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.0833vw;
  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;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 0;
}
.dep-jj-info > div {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .dep-jj-info {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.dep-jj-info p {
  text-indent: 2em;
  font-size: 0.9375vw;
  color: #333;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .dep-jj-info p {
    font-size: 14px;
  }
}
.dep-jj-info .more {
  border: 1px solid #7fb5da;
  border-radius: 4px;
  padding: 0.5208vw 1.5625vw;
  color: #1c86c6;
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .dep-jj-info .more {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.dep-jj-info .more::after {
  content: "";
  display: inline-block;
  width: 0.7292vw;
  height: 1.25vw;
  background: url("../images/more.png") center / 100% 100%;
  vertical-align: middle;
  margin-left: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .dep-jj-info .more::after {
    width: 11px;
    height: 18.85px;
    margin-left: 6px;
  }
}

.dep-panel1 {
  width: 100%;
  background: url("../images/dep-panel1-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .dep-panel1 {
    background: #EFF8FF;
  }
}
.dep-panel1-content {
  padding-top: 4.1667vw;
  padding-bottom: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .dep-panel1-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.dep-panel1-titles {
  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;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.7292vw;
}
@media screen and (max-width: 992px) {
  .dep-panel1-titles {
    padding-bottom: 14px;
  }
}
.dep-panel1-title {
  position: relative;
  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;
  color: #333;
  cursor: pointer;
}
.dep-panel1-title.active {
  color: #016fbe;
}
.dep-panel1-title.active .dep-panel1-cn {
  font-weight: bold;
}
.dep-panel1-title.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1563vw;
  background-color: #016fbe;
  position: absolute;
  left: 0;
  bottom: -0.8333vw;
}
@media screen and (max-width: 992px) {
  .dep-panel1-title.active::after {
    height: 3px;
    bottom: -16px;
  }
}
.dep-panel1-cn {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .dep-panel1-cn {
    font-size: 20px;
  }
}
.dep-panel1-en {
  font-size: 1.0417vw;
  margin-left: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .dep-panel1-en {
    display: none;
  }
}
.dep-panel1-spliter {
  font-size: 1.4583vw;
  margin: 0 1.0417vw;
}
@media screen and (max-width: 992px) {
  .dep-panel1-spliter {
    font-size: 20px;
    margin: 0 10px;
  }
}
.dep-panel1-list {
  margin-top: 2.0833vw;
  display: none;
}
@media screen and (max-width: 992px) {
  .dep-panel1-list {
    margin-top: 20px;
  }
}
.dep-panel1-list#depBs {
  display: block;
}
.dep-panel1-list-item {
  background-color: white;
  margin-bottom: 1.0417vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .dep-panel1-list-item {
    -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: 10px;
  }
}
.dep-panel1-list-title {
  font-size: 0.9375vw;
  background-color: #1A71BB;
  color: white;
  padding: 1.0417vw;
  width: 12.5vw;
}
@media screen and (max-width: 992px) {
  .dep-panel1-list-title {
    font-size: 16px;
    padding: 10px;
    width: auto;
  }
}
.dep-panel1-list-text {
  font-size: 0.8333vw;
  padding: 1.0417vw;
  color: #333;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dep-panel1-list-text p {
  margin-bottom: 0px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .dep-panel1-list-text {
    font-size: 14px;
    padding: 10px;
  }
}

.dep-team {
  width: 100%;
  min-height: 54.6875vw;
  background: url("../images/dep-team-bg.png") center / 100% 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .dep-team {
    height: auto;
    padding-bottom: 20px;
  }
}
.dep-team-content {
  padding-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .dep-team-content {
    padding-top: 20px;
  }
}
.dep-team-wrap {
  position: relative;
  padding: 3.125vw 7.2917vw 3.125vw;
}
@media screen and (max-width: 992px) {
  .dep-team-wrap {
    padding: 0;
  }
}
.dep-team-current {
  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;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .dep-team-current {
    margin-top: 20px;
  }
}
.dep-team-current-avatar {
  width: 10.4167vw;
  height: 10.4688vw;
  position: relative;
}
@media screen and (max-width: 992px) {
  .dep-team-current-avatar {
    width: 120px;
    height: 121px;
  }
}
.dep-team-current-avatar::after {
  content: "";
  width: 0;
  height: 13.0208vw;
  border-left: 1px dashed #016fbe;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -13.0208vw;
}
@media screen and (max-width: 992px) {
  .dep-team-current-avatar::after {
    display: none;
  }
}
.dep-team-current-avatar-img {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 10.4688vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .dep-team-current-avatar-img {
    line-height: 121px;
  }
}
.dep-team-current-avatar img {
  width: 9.1667vw;
  height: 9.1667vw;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .dep-team-current-avatar img {
    width: 96px;
    height: 96px;
  }
}
.dep-team-current-avatar::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/zx-team-circel.png") center / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.dep-team-current-name {
  background: -webkit-gradient(linear, left top, right top, from(#2784E3), to(#54BAF1));
  background: -moz-linear-gradient(left, #2784E3, #54BAF1);
  background: linear-gradient(to right, #2784E3, #54BAF1);
  width: 7.8125vw;
  height: 1.8229vw;
  text-align: center;
  line-height: 1.8229vw;
  color: white;
  font-size: 1.0417vw;
  border-radius: 0 1.0417vw 0 1.0417vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .dep-team-current-name {
    width: 110px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 0 15px 0 15px;
  }
}
.dep-team-current-info {
  position: relative;
  width: 53.6458vw;
  background-color: #EFF8FF;
  padding: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info {
    width: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
  }
}
.dep-team-current-info::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 1.0417vw 1.0417vw 1.0417vw 1.0417vw;
  border-color: transparent #EFF8FF transparent transparent;
  border-style: solid;
  position: absolute;
  top: 2.0833vw;
  left: -2.0833vw;
}
.dep-team-current-info .t1 {
  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;
}
.dep-team-current-info .name {
  font-size: 1.25vw;
  color: #016fbe;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info .name {
    font-size: 16px;
  }
}
.dep-team-current-info .zc {
  font-size: 0.8333vw;
  margin-left: 1.0417vw;
  color: #333;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info .zc {
    font-size: 14px;
  }
}
.dep-team-current-info .abs {
  font-size: 0.8333vw;
  margin-top: 1.0417vw;
  color: #999;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info .abs {
    font-size: 12px;
    margin-top: 4px;
  }
}
.dep-team-current-info .t2 {
  color: #333;
  margin-top: 1.0417vw;
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info .t2 {
    font-size: 12px;
    margin-top: 4px;
  }
}
.dep-team-current-info .t2 br {
  display: none;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info .t2 br {
    display: block;
  }
}
.dep-team-current-info .t2 .subt {
  color: #016fbe;
}
.dep-team-current-info .t2 .subt::before {
  content: "";
  display: inline-block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/dep-sj-icon.png") center / 100% 100%;
  vertical-align: middle;
  margin-right: 4px;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info .t2 .subt::before {
    width: 12px;
    height: 12px;
  }
}
.dep-team-current-info .t2 .subt:nth-child(4)::before {
  background-image: url("../images/dep-dz-icon.png");
  margin-left: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .dep-team-current-info .t2 .subt:nth-child(4)::before {
    margin-left: 0;
  }
}
.dep-team-list {
  width: 53.6458vw;
  margin-top: 1.875vw;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .dep-team-list {
    width: 76vw;
    margin: 20px auto 0;
  }
}
.dep-team-arrow {
  position: absolute;
  border: 1px solid #81B6DA;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 4px 1.0417vw;
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .dep-team-arrow {
    padding: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    bottom: 50px;
    height: 20px;
    width: 30px;
    line-height: 1;
    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;
  }
}
.dep-team-arrow img {
  width: 1.0417vw;
  height: 0.7813vw;
}
@media screen and (max-width: 992px) {
  .dep-team-arrow img {
    width: 10px;
    height: 7.5px;
  }
}
.dep-team-arrow.next {
  right: 0;
  left: auto;
}
.dep-address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .dep-address {
    -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;
  }
}
.dep-address .r,
.dep-address .l {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../images/zx3-jydz-bg.png");
  padding: 2.0833vw 1.5625vw;
}
@media screen and (max-width: 992px) {
  .dep-address .r,
  .dep-address .l {
    padding: 10px;
  }
}
.dep-address .r {
  background-image: url("../images/ksdh-bg.png");
}
.dep-address .t {
  font-size: 1.25vw;
  margin-bottom: 0.5208vw;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .dep-address .t {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.dep-address .line {
  margin-top: 1.0417vw;
  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 (max-width: 992px) {
  .dep-address .line {
    margin-top: 10px;
  }
}
.dep-address .line .st {
  min-width: 5.7292vw;
  padding: 0.5208vw 0.7813vw;
  border-radius: 10px;
  background-color: #fff;
  font-size: 0.8333vw;
  color: #3fb6a3;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .dep-address .line .st {
    min-width: 90px;
    padding: 6px 9px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 4px;
  }
}
.dep-address .line .text {
  color: white;
  font-size: 0.8333vw;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .dep-address .line .text {
    font-size: 14px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.dep-address .r .line .st {
  color: #016fbe;
}

.dep-slogan {
  position: absolute;
  left: 15.625vw;
  top: 8.3333vw;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .dep-slogan {
    left: 20px;
    top: 20px;
  }
}
.dep-slogan-en {
  font-size: 2.5vw;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 112, 186, 0.2)), to(rgba(26, 112, 186, 0)));
  background: -moz-linear-gradient(top, rgba(26, 112, 186, 0.2), rgba(26, 112, 186, 0));
  background: linear-gradient(to bottom, rgba(26, 112, 186, 0.2), rgba(26, 112, 186, 0));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 992px) {
  .dep-slogan-en {
    font-size: 20px;
  }
}
.dep-slogan-cn {
  font-size: 3.125vw;
  font-family: 'douyu';
  color: #1A70BA;
}
@media screen and (max-width: 992px) {
  .dep-slogan-cn {
    font-size: 18px;
  }
}
.dep-slogan-text {
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .dep-slogan-text {
    font-size: 10px;
    margin-top: 6px;
  }
}

.dep-nav {
  width: 100%;
  height: 71.5625vw;
  background: url("../images/dep-nav-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .dep-nav {
    height: auto;
    padding-bottom: 30px;
  }
}
.dep-nav-content {
  padding-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .dep-nav-content {
    padding-top: 30px;
  }
}
.dep-nav-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5625vw;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .dep-nav-box {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}
.dep-nav-cover {
  width: 18.0208vw;
  height: 14.5833vw;
}
@media screen and (max-width: 992px) {
  .dep-nav-cover {
    width: 150px;
    height: 121px;
  }
}
.dep-nav-cover img {
  width: 100%;
  height: 100%;
}
.dep-nav-list {
  background-color: white;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5625vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .dep-nav-list {
    padding: 10px 0;
    gap: 10px;
  }
}
.dep-nav-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;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 9.375vw;
  height: 5.2083vw;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-right: 1.1458vw;
  margin-bottom: 1.1458vw;
}
.dep-nav-item:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .dep-nav-item {
    width: auto;
    height: auto;
    padding: 10px 20px;
    border-radius: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.dep-nav-item:hover {
  background-color: #23AFDC;
  border-color: #23AFDC;
}
.dep-nav-item:hover .dep-nav-text {
  color: white;
}
.dep-nav-item:hover .dep-nav-img {
  display: none;
}
.dep-nav-item:hover .dep-nav-img.active {
  display: block;
}
.dep-nav-img {
  width: 1.6667vw;
  height: 1.6667vw;
}
@media screen and (max-width: 992px) {
  .dep-nav-img {
    width: 20px;
    height: 20px;
  }
}
.dep-nav-img.active {
  display: none;
}
.dep-nav-text {
  font-size: 0.9375vw;
  color: #333;
  margin-top: 0.3125vw;
}
@media screen and (max-width: 992px) {
  .dep-nav-text {
    font-size: 14px;
    margin-top: 2px;
  }
}

.floor-timebox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F9FC;
  border: 1px dashed #CDE2F1;
  padding: 1.5625vw 0;
  border-radius: 0.5208vw;
  margin: 0 3.125vw;
}
@media screen and (max-width: 992px) {
  .floor-timebox {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    margin: 0;
  }
}
.floor-timebox-item {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.5625vw;
}
@media screen and (max-width: 992px) {
  .floor-timebox-item {
    padding: 0;
  }
}
.floor-timebox-item:nth-child(1) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 992px) {
  .floor-timebox-item:nth-child(1) {
    border-right: none;
    margin-bottom: 20px;
  }
}
.floor-timebox-item .t {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #1A71BB;
}
@media screen and (max-width: 992px) {
  .floor-timebox-item .t {
    font-size: 16px;
  }
}
.floor-timebox-item .text {
  font-size: 0.8333vw;
  margin-top: 6px;
  color: #333;
}
@media screen and (max-width: 992px) {
  .floor-timebox-item .text {
    font-size: 14px;
    margin-top: 2px;
  }
}
.floor-content {
  padding: 0 3.125vw 1.875vw;
  background: url("../images/floor-table-bg.png") left bottom / 100% auto no-repeat;
}
@media screen and (max-width: 992px) {
  .floor-content {
    padding: 0 20px 6px;
  }
}
.floor-area {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .floor-area {
    margin-top: 20px;
  }
}
.floor-area-item {
  height: 2.6042vw;
  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;
  position: relative;
  z-index: 1;
  font-size: 1.0417vw;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .floor-area-item {
    height: 25px;
    font-size: 14px;
  }
}
.floor-area-item.active {
  color: white;
  z-index: 2;
}
.floor-area-item:nth-child(1) {
  width: 10.4167vw;
  background: url("../images/inside-subt-1.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .floor-area-item:nth-child(1) {
    width: 100px;
  }
}
.floor-area-item:nth-child(1).active {
  background-image: url("../images/inside-subt-1a.png");
}
.floor-area-item:nth-child(2),
.floor-area-item:nth-child(3),
.floor-area-item:nth-child(4) {
  z-index: 1;
  left: -20px;
  width: 11.4583vw;
  background: url("../images/inside-subt-2.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .floor-area-item:nth-child(2),
  .floor-area-item:nth-child(3),
  .floor-area-item:nth-child(4) {
    width: 110px;
  }
}
.floor-area-item:nth-child(2).active,
.floor-area-item:nth-child(3).active,
.floor-area-item:nth-child(4).active {
  background-image: url("../images/inside-subt-2a.png");
}
.floor-table-wrap {
  margin-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .floor-table-wrap {
    margin-top: 20px;
  }
}
.floor-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #A4E0F6;
  border-left: 1px solid #A4E0F6;
  display: none;
}
.floor-table-wrap table:nth-child(1) {
  display: table;
}
.floor-table-wrap table td {
  border-bottom: 1px solid #A4E0F6;
  border-right: 1px solid #A4E0F6;
  padding: 10px 30px;
  font-size: 0.9375vw;
  color: #333;
}
@media screen and (max-width: 992px) {
  .floor-table-wrap table td {
    font-size: 14px;
    padding: 10px 4px;
  }
}
.floor-table-wrap table td.ld {
  background-color: #DAF2FC;
  padding: 10px;
}
.floor-table-wrap table td.h {
  background-color: #E6F7FC;
}
.floor-table-wrap table td.ldn {
  background-color: #DAF2FC;
  font-weight: bold;
  padding: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.floor-table-wrap table td.lc {
  font-weight: bold;
  background-color: #E6F7FC;
  text-align: center;
  color: #333;
}
.floor-table-wrap table thead td {
  font-size: 0.9375vw;
  text-align: center;
  font-weight: bold;
  color: #016fbe;
}
@media screen and (max-width: 992px) {
  .floor-table-wrap table thead td {
    font-size: 16px;
  }
}
.floor-table-wrap colgroup col:nth-child(1) {
  width: 120px;
}
@media screen and (max-width: 992px) {
  .floor-table-wrap colgroup col:nth-child(1) {
    width: 40px;
  }
}
.floor-table-wrap colgroup col:nth-child(2) {
  width: 140px;
}
@media screen and (max-width: 992px) {
  .floor-table-wrap colgroup col:nth-child(2) {
    width: 40px;
  }
}
@media screen and (max-width: 992px) {
  .floor-table-wrap colgroup col:nth-child(4) {
    width: 100px;
  }
}

.main-banner .carousel-item {
  position: relative;
}
.main-banner .carousel-item .slogan {
  content: "";
  display: block;
  width: 36.7188vw;
  height: 12.2396vw;
  background: url("../images/banner-slogan.png") center / 100% 100%;
  position: absolute;
  top: 8.0729vw;
  left: 14.0625vw;
}
@-webkit-keyframes scaled {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-moz-keyframes scaled {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}
@keyframes scaled {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.main-banner .carousel-item.active img {
  -webkit-animation: scaled 2s linear forwards;
     -moz-animation: scaled 2s linear forwards;
          animation: scaled 2s linear forwards;
}

.depart {
  z-index: 2;
  margin-top: 2.6042vw;
  position: relative;
  width: 100%;
  height: 33.8021vw;
  background: url("../images/ksdh-5.png") no-repeat left 50% / 22.9167vw 29.6875vw, url("../images/ksdh-3.png") no-repeat 2% 50% / 40.625vw 26.1458vw, url("../images/ksdh-2.png") no-repeat 96% 84% / 11.5625vw 9.6354vw, url("../images/ksdh-1.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .depart {
    height: auto;
    margin-top: 100px;
    background: url("../images/ksdh-bg.png");
  }
}
.depart-house {
  position: absolute;
  top: -5.2083vw;
  width: 26.875vw;
  height: 7.2917vw;
  left: 1.0417vw;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .depart-house {
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 258px;
    height: 70px;
  }
}
.depart-house img {
  width: 100%;
  height: 100%;
}
.depart-content {
  padding-left: 18.2292vw;
  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: 992px) {
  .depart-content {
    padding-left: 0;
    display: block;
    padding-bottom: 20px;
  }
}
.depart-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.1667vw;
  margin-right: 3.6458vw;
}
@media screen and (max-width: 992px) {
  .depart-title {
    display: block;
    padding-top: 20px;
    margin-right: 0;
    padding-left: 10px;
  }
}
.depart-cn,
.depart-en {
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 992px) {
  .depart-cn,
  .depart-en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.depart-cn {
  font-size: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .depart-cn {
    font-size: 22px;
  }
}
.depart-en {
  font-size: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .depart-en {
    font-size: 16px;
  }
}
.depart-item-title {
  position: relative;
  width: 5.2083vw;
  background-size: 100% 100%;
  margin-right: 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: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .depart-item-title {
    width: auto;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px;
    margin-top: 20px;
    padding: 10px;
  }
}
.depart-item-title img {
  width: 1.875vw;
  height: 1.875vw;
}
@media screen and (max-width: 992px) {
  .depart-item-title img {
    width: 26px;
    height: 26px;
  }
}
.depart-item-title-text {
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.25vw;
  font-weight: bold;
  margin-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .depart-item-title-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-top: 0;
    margin-left: 10px;
    font-size: 18px;
  }
}
.depart-item-title.a {
  background-image: url("../images/depart-t1.png");
  height: 19.5833vw;
  padding-top: 5.7292vw;
}
@media screen and (max-width: 992px) {
  .depart-item-title.a {
    background-image: none;
    background-color: #AC373C;
    height: auto;
    padding-top: 10px;
  }
}
.depart-item-title.b {
  background-image: url("../images/depart-t2.png");
  height: 24.4792vw;
  padding-top: 10.4167vw;
}
@media screen and (max-width: 992px) {
  .depart-item-title.b {
    background-image: none;
    background-color: #42B6A4;
    height: auto;
    padding-top: 10px;
  }
}
.depart-item-title.c {
  background-image: url("../images/depart-t3.png");
  height: 19.5833vw;
  padding-top: 5.7292vw;
}
@media screen and (max-width: 992px) {
  .depart-item-title.c {
    background-image: none;
    background-color: #249DD3;
    height: auto;
    padding-top: 10px;
  }
}
.depart-item-title i.arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.0417vw;
  content: "";
  display: block;
  width: 1.4583vw;
  height: 1.4583vw;
  background: url("../images/ksdh-zk.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .depart-item-title i.arrow {
    display: none;
  }
}
.depart-list {
  width: 0;
  overflow: hidden;
  margin-right: 2.0833vw;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 992px) {
  .depart-list {
    margin-right: 0;
    width: 100%;
  }
}
.depart-list-content {
  width: 41.3542vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .depart-list-content {
    padding-top: 20px;
    width: 100%;
  }
}
.depart-list.active {
  width: 41.3542vw;
}
@media screen and (max-width: 992px) {
  .depart-list.active {
    width: 100%;
  }
}
.depart-list-item {
  border-radius: 0.5208vw;
  width: 9.375vw;
  height: 5.2083vw;
  background-color: rgba(255, 255, 255, 0.3);
  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: 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;
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
}
.depart-list-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .depart-list-item {
    width: 44%;
    margin-left: 4%;
    margin-bottom: 10px;
    height: 80px;
    border-radius: 10px;
    margin-right: 0;
  }
}
.depart-list-item img {
  width: 1.6667vw;
  height: 1.6667vw;
}
@media screen and (max-width: 992px) {
  .depart-list-item img {
    width: 26px;
    height: 26px;
  }
}
.depart-list-item img.active {
  display: none;
}
.depart-list-item:hover {
  background-color: white;
}
.depart-list-item:hover .depart-list-text {
  color: #1B71BD;
}
.depart-list-item:hover img.active {
  display: block;
}
.depart-list-item:hover img.unactive {
  display: none;
}
.depart-list-text {
  color: white;
  text-align: center;
  font-size: 0.9375vw;
}
@media screen and (max-width: 992px) {
  .depart-list-text {
    font-size: 16px;
  }
}

.footer {
  background-color: #274C9D;
  width: 100%;
  padding: 2.0833vw 0;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 20px 0;
  }
}
.footer-content {
  height: 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;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .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 .l img {
  width: 20.3125vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .footer .l img {
    width: 216px;
    height: 90px;
  }
}
.footer .c {
  color: white;
}
.footer .c .t {
  font-size: 1.1458vw;
}
@media screen and (max-width: 992px) {
  .footer .c .t {
    font-size: 20px;
    margin-top: 20px;
  }
}
.footer .c .line {
  font-size: 0.8333vw;
  margin-top: 6px;
}
@media screen and (max-width: 992px) {
  .footer .c .line {
    font-size: 16px;
  }
}
.footer .r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .r .qrcode {
  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: 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;
  color: white;
  margin-left: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .footer .r .qrcode {
    margin-left: 0;
    margin-top: 20px;
  }
}
.footer .r .qrcode-img {
  width: 6.25vw;
  height: 6.25vw;
  line-height: 6.25vw;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer .r .qrcode-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.footer .r .qrcode-img img {
  width: 4.4792vw;
  height: 4.4792vw;
}
@media screen and (max-width: 992px) {
  .footer .r .qrcode-img img {
    width: 80px;
    height: 80px;
  }
}
.footer .r .text {
  margin-top: 10px;
  font-size: 0.7292vw;
}
@media screen and (max-width: 992px) {
  .footer .r .text {
    font-size: 14px;
  }
}
.copyright {
  width: 100%;
  background-color: #1D3876;
  text-align: center;
  color: white;
  padding: 10px 0;
  font-size: 16px;
}
.copyright a {
  color: white;
}
.copyright a:hover {
  color: yellow;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 7.0833vw;
  background-color: #1A71BB;
  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;
  padding: 0 2.0833vw;
}
.header-wrap {
  height: 7.0833vw;
}
.header-l img {
  height: 3.5417vw;
  width: auto;
}
.header-search {
  position: relative;
  width: 14.5833vw;
  height: 1.8229vw;
  background-color: white;
  border-radius: 1.8229vw;
  margin-left: auto;
}
.header-search input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: none;
  outline: none;
  height: 1.8229vw;
  border-radius: 1.8229vw;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.0833vw 0 0.5208vw;
  font-size: 0.7292vw;
}
.header-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5208vw;
  border: none;
  padding: 0;
  width: 1.0417vw;
  height: 1.0417vw;
  background-color: transparent;
  background: url("../images/search-icon.png") center / 100% 100%;
}
.header-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8333vw;
}
.header-nav-item {
  position: relative;
  margin-left: 1.5625vw;
  z-index: 10001;
  padding: 6px 10px;
  border-radius: 6px;
}
.header-nav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-nav-item > a {
  font-size: 1.0417vw;
  color: white;
}
.header-nav-item.has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.625vw;
  height: 0.3125vw;
  background: url("../images/nav-arrow.png") center / 100% 100%;
  margin-left: 0.2604vw;
  vertical-align: middle;
}
.header-nav-item:hover .header-nav-children {
  display: block;
}
.header-nav-children {
  position: absolute;
  z-index: 10001;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.0417vw;
  padding-top: 1.5625vw;
  display: none;
}
.header-nav-children-content {
  background: rgba(1, 74, 153, 0.8);
  min-width: 10.4167vw;
}
.header-nav-children-item {
  position: relative;
  display: block;
  text-align: center;
}
.header-nav-children-item > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.8333vw;
  color: white;
  padding: 0.5208vw 0;
}
.header-nav-children-item:hover > a {
  background-color: #953536;
}
.header-nav-children-item:hover .header-nav-sub {
  display: block;
}
.header-nav-sub {
  position: absolute;
  top: 0;
  right: -100%;
  width: 10.4167vw;
  padding-left: 4px;
  display: none;
}
.header-nav-sub-content {
  background: rgba(1, 74, 153, 0.8);
  border-radius: 6px;
  overflow: hidden;
}
.header-nav-sub a {
  display: block;
  color: white;
  padding: 0.5208vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8333vw;
}
.header-nav-sub a:hover {
  background-color: #953536;
}
.m-header {
  height: 60px;
  background-color: #1767AC;
}
.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: #1767AC;
  padding: 6px 12px;
}
.mobile-nav-content .nav-content__item--link {
  color: white;
  display: block;
  padding: 3px 0;
  text-decoration: none;
}
.fixed-rnav {
  position: fixed;
  right: -5.9375vw;
  top: 7.0833vw;
  width: 5.9375vw;
  height: 30.7813vw;
  background: url("../images/fixed-rnav-bg.png") center / 100% 100%;
  z-index: 3;
  padding: 3.6458vw 1.0417vw 3.6458vw;
  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;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-rnav-item {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.5208vw 0.2083vw;
  width: 100%;
  border-radius: 10px;
}
.fixed-rnav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.fixed-rnav-item:hover .fixed-rnav-children {
  display: block;
}
.fixed-rnav-item > img {
  width: 1.6667vw;
  height: 1.6667vw;
}
.fixed-rnav-item > img.active {
  display: none;
}
.fixed-rnav-item .text {
  font-size: 0.7292vw;
  color: white;
}
.fixed-rnav-children {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.3);
          box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.3);
  right: 4.6875vw;
  top: 0;
  padding: 1.0417vw 1.0417vw 0;
  display: none;
  border-radius: 6px;
}
.fixed-rnav-children::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.7813vw;
  border-style: solid;
  border-color: transparent transparent transparent white;
  position: absolute;
  right: -1.5625vw;
  top: 1.0417vw;
}
.fixed-rnav-children .box {
  margin-bottom: 1.0417vw;
}
.fixed-rnav-children .box img {
  width: 4.4792vw;
  height: 4.4792vw;
}
.fixed-rnav-children .box .btext {
  font-size: 0.7292vw;
  color: #333;
}
.fixed-rnav-children p {
  white-space: nowrap;
  font-size: 0.8333vw;
  text-align: left;
  color: #1A71BB;
}
.fixed-rnav .fixedNavStow {
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/fixed-stow.png") center / 60% 60% no-repeat, rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 2.6042vw;
  right: 0.5208vw;
  cursor: pointer;
  display: none;
}
@-webkit-keyframes fixedbtnanim {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-moz-keyframes fixedbtnanim {
  0%,
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
}
@keyframes fixedbtnanim {
  0%,
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#fixedNavBtn {
  width: 4.1667vw;
  height: 4.1667vw;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  right: -2.0833vw;
  z-index: 100;
  cursor: pointer;
  background: rgba(4, 184, 154, 0.8);
  -webkit-animation: fixedbtnanim 5s ease-in-out infinite;
     -moz-animation: fixedbtnanim 5s ease-in-out infinite;
          animation: fixedbtnanim 5s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  #fixedNavBtn {
    display: none;
  }
}
#fixedNavBtn i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2.0833vw;
  height: 2.0833vw;
  background: url("../images/fixed-arrow.png") center / 100% 100%;
}
.go-top {
  position: fixed;
  bottom: 20px;
  right: 26px;
  right: 1.8vw;
  display: block;
  width: 2.0833vw;
  height: 2.0833vw;
  background: url("../images/backtop-arrow.png") center / 60% 60% no-repeat, #53C5B3;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.3);
          box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.3);
  font-size: 0.7292vw;
  text-align: center;
  color: white;
  padding-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .go-top {
    font-size: 12px;
    padding-top: 8px;
    top: auto;
    right: 20px;
    bottom: 20px;
  }
}
.go-top:hover {
  color: white;
}
@media screen and (max-width: 992px) {
  .go-top {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}
.cx-robot-wrapper {
  right: 10px !important;
}
@media screen and (max-width: 992px) {
  .cx-robot-wrapper {
    bottom: 50px !important;
    right: 0px !important;
  }
}
.cx-robot-trigger {
  width: 5.2083vw !important;
  height: 5.2083vw !important;
}
@media screen and (max-width: 992px) {
  .cx-robot-trigger {
    width: 70px !important;
    height: 70px !important;
  }
}

.kp {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35.4167vw;
  background: url("../images/kp-bg.png") center / 100% 100%;
  margin-top: -1.7708vw;
}
@media screen and (max-width: 992px) {
  .kp {
    margin-top: 0;
    height: auto;
  }
}
.kp-content {
  padding-top: 4.6875vw;
}
@media screen and (max-width: 992px) {
  .kp-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.kp-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.6042vw;
}
@media screen and (max-width: 992px) {
  .kp-wrap {
    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;
  }
}
.kp-l {
  position: relative;
  display: block;
  width: 32.7083vw;
  height: 21.3542vw;
  border-radius: 1.0417vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .kp-l {
    width: 100%;
    height: 61vw;
  }
}
.kp-l video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kp-l::after {
  content: "";
  display: block;
  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: 3.8542vw;
  height: 3.8021vw;
  background: url("../images/play-icon.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .kp-l::after {
    width: 60px;
    height: 59px;
  }
}
.kp-l::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.kp-l:hover::before {
  display: none;
}
.kp-l-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6.25vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  padding-left: 1.5625vw;
  padding-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .kp-l-info {
    height: 90px;
    padding-left: 20px;
    padding-top: 20px;
  }
}
.kp-l-title {
  color: white;
  font-size: 0.9375vw;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .kp-l-title {
    font-size: 18px;
  }
}
.kp-l-date {
  font-size: 0.8333vw;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .kp-l-date {
    font-size: 14px;
  }
}
.kp-list {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.0833vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media screen and (max-width: 992px) {
  .kp-list {
    margin-left: 0;
    margin-top: 20px;
  }
}
.kp-list-wrap {
  width: 50%;
  height: 6.0417vw;
}
@media screen and (max-width: 992px) {
  .kp-list-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.kp-list-wrap:nth-child(odd) {
  padding-right: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .kp-list-wrap:nth-child(odd) {
    padding-right: 0;
  }
}
.kp-list-wrap:nth-child(even) {
  padding-left: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .kp-list-wrap:nth-child(even) {
    padding-left: 0;
  }
}
.kp-list-item {
  position: relative;
  display: block;
  background-color: white;
  height: 100%;
  border-radius: 0.5208vw;
  padding: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .kp-list-item {
    border-radius: 10px;
    padding: 10px;
  }
}
.kp-list-item::after {
  content: "";
  display: block;
  width: 4.6875vw;
  height: 2px;
  background-color: #23AFDC;
  position: absolute;
  left: 1.0417vw;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .kp-list-item::after {
    width: 70px;
    left: 10px;
  }
}
.kp-list-item:hover {
  background-color: #2FB6DF;
}
.kp-list-item:hover .kp-list-text,
.kp-list-item:hover .kp-list-date {
  color: white;
}
.kp-list-item:hover::after {
  background-color: white;
}
.kp-list-text {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .kp-list-text {
    font-size: 16px;
  }
}
.kp-list-date {
  font-size: 0.8333vw;
  color: #016fbe;
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .kp-list-date {
    font-size: 14px;
  }
}

.notice {
  position: sticky;
  top: 0;
  z-index: 1;
  background: repeat-x url("../images/notice-jb.png");
  margin-top: -4.1667vw;
}
@media screen and (max-width: 992px) {
  .notice {
    margin-top: 0;
    position: static;
    top: none;
  }
}
.notice-content {
  padding-top: 3.6458vw;
}
@media screen and (max-width: 992px) {
  .notice-content {
    padding-top: 20px;
  }
}
.notice-swiper {
  margin-top: 2.6042vw;
  padding: 1.0417vw 0;
}
@media screen and (max-width: 992px) {
  .notice-swiper {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.notice-swiper-pagination {
  position: static !important;
  margin: 0 auto;
}
.notice-swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  background-color: #1F67B0;
  opacity: 1;
  width: 0.5208vw;
  height: 0.5208vw;
  border-radius: 0.5208vw;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 992px) {
  .notice-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 10px;
  }
}
.notice-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #45B6A3;
  width: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .notice-swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.notice-card {
  height: 12.8125vw;
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.07);
          box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.07);
  padding: 2.6042vw 1.0417vw 1.0417vw;
  border-radius: 0.5208vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 240, 249, 0.6)), color-stop(50%, #fff));
  background: -moz-linear-gradient(top, rgba(211, 240, 249, 0.6), #fff 50%);
  background: linear-gradient(to bottom, rgba(211, 240, 249, 0.6), #fff 50%);
}
@media screen and (max-width: 992px) {
  .notice-card {
    height: auto;
    padding: 30px 10px 10px;
    border-radius: 10px;
  }
}
.notice-card::after {
  content: "";
  display: block;
  width: 7.3958vw;
  height: 4.375vw;
  background: url("../images/notice-card-bg.png") center / 100% 100%;
  position: absolute;
  bottom: 0;
  right: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .notice-card::after {
    width: 71px;
    height: 42px;
    right: 10px;
  }
}
.notice-card:hover .notice-title {
  color: #23AFDD;
}
.notice-date {
  position: absolute;
  top: -0.7292vw;
  left: 0;
  background-color: #1966B2;
  color: white;
  font-size: 1.0417vw;
  padding: 0.5208vw;
  border-radius: 0.5208vw 0 0.5208vw 0.5208vw;
}
@media screen and (max-width: 992px) {
  .notice-date {
    top: -14px;
    font-size: 18px;
    padding: 6px;
    border-radius: 8px 0 8px 8px;
  }
}
.notice-date::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.7292vw;
  display: block;
  border-color: transparent transparent #0D467C #0D467C;
  border-width: 0.3646vw;
  border-style: solid;
}
@media screen and (max-width: 992px) {
  .notice-date::after {
    right: -14px;
    border-width: 7px;
  }
}
.notice-title {
  font-size: 0.9375vw;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .notice-title {
    font-size: 16px;
  }
}
.notice-desc {
  border-top: 1px solid #ddd;
  font-size: 0.8333vw;
  color: #999;
  margin-top: 1.0417vw;
  padding-top: 1.0417vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .notice-desc {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.panel-title {
  position: relative;
  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;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.7292vw;
}
@media screen and (max-width: 992px) {
  .panel-title {
    padding-bottom: 10px;
  }
}
.panel-title-text {
  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;
}
.panel-title-cn {
  font-size: 1.4583vw;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .panel-title-cn {
    font-size: 22px;
  }
}
.panel-title-en {
  font-size: 1.0417vw;
  margin-left: 0.3125vw;
  font-family: "Times New Roman";
}
@media screen and (max-width: 992px) {
  .panel-title-en {
    font-size: 14px;
  }
}
.panel-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: 0.8333vw;
  color: #1c86c6;
}
@media screen and (max-width: 992px) {
  .panel-title-more {
    font-size: 14px;
  }
}
.panel-title-more i {
  content: "";
  display: block;
  width: 0.7292vw;
  height: 1.25vw;
  background: url("../images/more.png") center / 100% 100%;
  margin-left: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .panel-title-more i {
    height: 17px;
    width: 10px;
  }
}
.panel-title-more:hover {
  color: #1c86c6;
}
.panel-title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 5.2083vw;
  height: 3px;
  background-color: #1a71bb;
}
@media screen and (max-width: 992px) {
  .panel-title::after {
    width: 100px;
  }
}
.panel1 {
  position: relative;
  padding-top: 5.2083vw;
}
@media screen and (max-width: 992px) {
  .panel1 {
    padding-top: 20px;
  }
}
.panel1 .quick {
  position: absolute;
  top: -3.4896vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 6.9792vw;
  background: url("../images/quick-bg.png") center / 100% 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .panel1 .quick {
    position: static;
    background: none;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.panel1 .quick-item {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6.9792vw;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .panel1 .quick-item {
    padding: 10px 0;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    height: auto;
  }
  .panel1 .quick-item:nth-child(1) {
    background-color: #e4575b;
  }
  .panel1 .quick-item:nth-child(2) {
    background-color: #2083da;
  }
  .panel1 .quick-item:nth-child(3) {
    background-color: #2fbde9;
  }
  .panel1 .quick-item:nth-child(4) {
    background-color: #5ed39a;
  }
  .panel1 .quick-item:nth-child(5) {
    background-color: #56d9c4;
  }
  .panel1 .quick-item:nth-child(6) {
    background-color: #e4575b;
  }
  .panel1 .quick-item:nth-child(7) {
    background-color: #2083da;
  }
  .panel1 .quick-item:nth-child(8) {
    background-color: #2fbde9;
  }
}
.panel1 .quick-item.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .panel1 .quick-item.mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.panel1 .quick img {
  width: 1.875vw;
  height: 1.875vw;
}
@media screen and (max-width: 992px) {
  .panel1 .quick img {
    width: 20px;
    height: 20px;
  }
}
.panel1 .quick-text {
  font-size: 1.0417vw;
  font-weight: bold;
  color: white;
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .panel1 .quick-text {
    font-size: 16px;
    margin-top: 4px;
  }
}
.news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .news {
    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;
  }
}
.news-banner {
  width: 50%;
  padding-right: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .news-banner {
    width: 100%;
    padding-right: 0;
  }
}
.news-banner .cover-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 26.5625vw;
  border-radius: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .news-banner .cover-wrap {
    height: 300px;
    border-radius: 10px;
  }
}
.news-banner .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-banner .cover-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 992px) {
  .news-banner .cover-wrap::after {
    height: 100px;
  }
}
.news-banner .new {
  position: relative;
}
.news-banner .info {
  position: absolute;
  left: 1.5625vw;
  bottom: 0.5208vw;
  right: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .news-banner .info {
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
}
.news-banner .title {
  font-size: 1.0417vw;
  color: white;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .news-banner .title {
    font-size: 16px;
  }
}
.news-banner .desc {
  font-size: 0.8333vw;
  color: white;
  margin-top: 0.5208vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
@media screen and (max-width: 992px) {
  .news-banner .desc {
    font-size: 14px;
  }
}
.news-banner .date {
  font-size: 0.8333vw;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .news-banner .date {
    font-size: 14px;
  }
}
.news-banner .carousel-indicators {
  margin: 0;
  right: 1.5625vw;
  left: auto;
  bottom: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .news-banner .carousel-indicators {
    right: 10px;
    bottom: 10px;
  }
}
.news-banner .carousel-indicators__item {
  opacity: 1;
  width: 0.5208vw;
  height: 0.5208vw;
  border-radius: 0.5208vw;
  border: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 992px) {
  .news-banner .carousel-indicators__item {
    width: 6px;
    height: 6px;
  }
}
.news-banner .carousel-indicators__item.active {
  background-color: #bd0414;
  width: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .news-banner .carousel-indicators__item.active {
    width: 30px;
  }
}
.news .news-list {
  width: 50%;
  padding-left: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .news .news-list {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.news .news-list-item {
  height: 5.4167vw;
  display: block;
  background-color: white;
  margin-bottom: 1.0417vw;
  border-radius: 0.5208vw;
  padding: 0 1.5625vw;
  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 (max-width: 992px) {
  .news .news-list-item {
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.news .news-list-item:hover {
  background-color: #23afdd;
}
.news .news-list-item:hover .news-list-date,
.news .news-list-item:hover .news-list-text {
  color: white;
}
.news .news-list-date {
  color: #1a71bb;
  text-align: center;
  border-right: 1px solid #ddd;
  padding-right: 1.5625vw;
  margin-right: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .news .news-list-date {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.news .news-list-y {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .news .news-list-y {
    font-size: 22px;
  }
}
.news .news-list-md {
  font-size: 0.7292vw;
}
@media screen and (max-width: 992px) {
  .news .news-list-md {
    font-size: 12px;
  }
}
.news .news-list-text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375vw;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .news .news-list-text {
    font-size: 16px;
  }
}

.panel2 {
  position: relative;
  z-index: 1;
  background: url("../images/panel2-bg.png") center / 100% 100%;
  padding-top: 3.125vw;
  padding-bottom: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .panel2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.panel2-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;
}
@media screen and (max-width: 992px) {
  .panel2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.panel2-item {
  position: relative;
  width: 26.0417vw;
  background: white;
  border-radius: 0.5208vw;
  -webkit-box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.1);
          box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.1);
  overflow: hidden;
  padding-bottom: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .panel2-item {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
  }
}
.panel2-item:nth-child(2) .panel2-title {
  background-image: url("../images/panel2-tit2.png");
}
.panel2-item:nth-child(3) .panel2-title {
  background-image: url("../images/panel2-tit3.png");
}
.panel2-item::after {
  content: "";
  display: block;
  width: 200px;
  height: 208px;
  background: url("../images/panel2-bg2.png") center / 100% 100%;
  position: absolute;
  right: 10px;
  bottom: -40px;
}
.panel2-title {
  width: 100%;
  height: 5.5208vw;
  background: url("../images/panel2-tit1.png") center / 100% 100%;
  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: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.9375vw;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .panel2-title {
    padding-left: 20px;
    height: 20vw;
  }
}
.panel2-title-cn {
  font-size: 1.25vw;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .panel2-title-cn {
    font-size: 20px;
  }
}
.panel2-title-en {
  font-size: 0.8333vw;
  font-family: "Times New Roman";
}
@media screen and (max-width: 992px) {
  .panel2-title-en {
    font-size: 14px;
  }
}
.panel2-list {
  padding: 0 1.5625vw;
}
@media screen and (max-width: 992px) {
  .panel2-list {
    padding: 0 20px;
  }
}
.panel2-list-item {
  position: relative;
  z-index: 2;
  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-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .panel2-list-item {
    margin-top: 20px;
  }
}
.panel2-list-item:hover .panel2-list-text {
  color: #2FB6DF;
}
.panel2-list-date {
  border-right: 1px solid #ccc;
  padding-right: 1.0417vw;
  margin-right: 1.0417vw;
  color: #0085c8;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .panel2-list-date {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.panel2-list-d {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .panel2-list-d {
    font-size: 20px;
  }
}
.panel2-list-ym {
  font-size: 0.7292vw;
}
@media screen and (max-width: 992px) {
  .panel2-list-ym {
    font-size: 14px;
  }
}
.panel2-list-text {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .panel2-list-text {
    font-size: 16px;
  }
}
.panel2-more {
  position: relative;
  z-index: 2;
  display: block;
  margin: 2.0833vw 1.5625vw 0;
  border: 1px solid #83B8DC;
  text-align: center;
  font-size: 0.8333vw;
  height: 3.125vw;
  line-height: 3.125vw;
  border-radius: 0.5208vw;
  color: #1C86C6;
}
@media screen and (max-width: 992px) {
  .panel2-more {
    margin-top: 20px;
    margin: 20px 20px 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
  }
}
.panel2-more i {
  content: "";
  display: inline-block;
  width: 0.7292vw;
  height: 1.25vw;
  background: url("../images/more.png") center / 100% 100%;
  margin-left: 0.5208vw;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 992px) {
  .panel2-more i {
    height: 17px;
    width: 10px;
    margin-left: 10px;
    -webkit-transform: translateY(-1px);
       -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.panel2-more:hover {
  background: #2FB6DF;
  border-color: #2FB6DF;
  color: white;
}
.panel2-more:hover i {
  background-image: url("../images/more-white.png");
}

.panel3 {
  position: relative;
  z-index: 1;
  background: url("../images/panel3-bg.png") center / 100% 100%;
  padding-top: 3.125vw;
  padding-bottom: 4.6875vw;
}
@media screen and (max-width: 992px) {
  .panel3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .panel3 .panel-title-text {
    -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: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .panel3 .panel-title-cn {
    font-size: 16px;
  }
}
.panel3-wrap {
  margin-top: 2.0833vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .panel3-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.panel3-wrap img {
  width: 14.7917vw;
  height: 20.8333vw;
}
@media screen and (max-width: 992px) {
  .panel3-wrap img {
    width: 142px;
    height: 200px;
    margin: 0 auto;
  }
}
.panel3-desc {
  margin-left: 1.5625vw;
  padding: 1.5625vw;
  border-radius: 10px;
  background: url("../images/panel3-bg3.png") center / 100% 100%, white;
  color: #333;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .panel3-desc {
    margin-left: 0;
    margin-top: 20px;
    padding: 20px;
  }
}
.panel3-desc-title {
  font-size: 1.0417vw;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .panel3-desc-title {
    font-size: 20px;
  }
}
.panel3-desc-text {
  font-size: 0.8333vw;
  margin-top: 1.0417vw;
  text-indent: 2em;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .panel3-desc-text {
    font-size: 16px;
  }
}

.subsite {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 31.3021vw;
  background: url("../images/subsite-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .subsite {
    background: none;
    height: auto;
    margin-top: 20px;
  }
}
.subsite-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: 10.4167vw;
}
@media screen and (max-width: 992px) {
  .subsite-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: 0;
  }
}
.subsite-item {
  position: relative;
  display: block;
  width: 26.0417vw;
  height: 13.5417vw;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 992px) {
  .subsite-item {
    width: 94vw;
    height: 48.88vw;
    margin-bottom: 20px;
  }
}
.subsite-item:nth-child(1) {
  background-image: url("../images/subsite-bg-1.png");
}
.subsite-item:nth-child(1) .subsite-go {
  background-color: #1070BB;
}
.subsite-item:nth-child(2) {
  background-image: url("../images/subsite-bg-2.png");
}
.subsite-item:nth-child(2) .subsite-go {
  background-color: #55C4B2;
}
.subsite-item:nth-child(3) {
  background-image: url("../images/subsite-bg-3.png");
}
.subsite-item:nth-child(3) .subsite-go {
  background-color: #BE464A;
}
.subsite-item:hover {
  -webkit-transform: translateY(-40px);
     -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.subsite-title {
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  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;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .subsite-title {
    top: 15px;
    left: 15px;
  }
}
.subsite-title > img {
  width: 2.0833vw;
  height: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .subsite-title > img {
    width: 30px;
    height: 30px;
  }
}
.subsite-title-text {
  margin-left: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .subsite-title-text {
    margin-left: 10px;
  }
}
.subsite-title-cn {
  font-size: 1.4583vw;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .subsite-title-cn {
    font-size: 20px;
  }
}
.subsite-title-en {
  font-size: 0.8333vw;
  margin-top: 0.3125vw;
  font-family: 'Times New Roman';
}
@media screen and (max-width: 992px) {
  .subsite-title-en {
    font-size: 14px;
    margin-top: 3px;
  }
}
.subsite-go {
  position: absolute;
  left: 1.5625vw;
  bottom: 1.5625vw;
  font-size: 0.8333vw;
  color: white;
  padding: 0.4167vw 1.5625vw;
  border-radius: 100px;
}
@media screen and (max-width: 992px) {
  .subsite-go {
    left: 15px;
    bottom: 15px;
    padding: 5px 20px;
    font-size: 13px;
  }
}
.subsite-go::after {
  content: "";
  display: inline-block;
  width: 0.625vw;
  height: 0.3125vw;
  background: url("../images/nav-arrow.png") center / 100% 100%;
  -webkit-transform: rotate(-90deg) translateX(0.1042vw);
     -moz-transform: rotate(-90deg) translateX(0.1042vw);
      -ms-transform: rotate(-90deg) translateX(0.1042vw);
          transform: rotate(-90deg) translateX(0.1042vw);
  margin-left: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .subsite-go::after {
    width: 12px;
    height: 6px;
    -webkit-transform: rotate(-90deg) translateX(2px);
       -moz-transform: rotate(-90deg) translateX(2px);
        -ms-transform: rotate(-90deg) translateX(2px);
            transform: rotate(-90deg) translateX(2px);
    margin-left: 5px;
  }
}

.ins {
  background-color: #F7F9FD;
}
.ins-wrap {
  background-color: white;
  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;
}
.ins-menu {
  position: relative;
  width: 14.5833vw;
  background-color: #FAFAFA;
  padding-top: 10.4167vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 992px) {
  .ins-menu {
    display: none;
  }
}
.ins-menu-title {
  position: absolute;
  width: 20.9896vw;
  height: 9.375vw;
  background: url("../images/menu-title-bg.png") center / 100% 100%;
  top: -2.0833vw;
  font-size: 1.5625vw;
  font-weight: bold;
  color: white;
  padding: 4.6875vw 0 0 3.6458vw;
}
.ins-menu-item {
  display: block;
  border-bottom: 2px dashed #ddd;
  margin: 0 1.0417vw;
  color: #333;
  padding: 1.0417vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1.5625vw;
  font-size: 0.9375vw;
}
.ins-menu-item:hover,
.ins-menu-item.active {
  color: #1070BB;
  font-weight: bold;
}
.ins-menu-children-item {
  position: relative;
  font-size: 0.8333vw;
  display: block;
  color: #000;
  padding: 0.7292vw 1.0417vw 0.7292vw 3.6458vw;
  margin: 0 1.0417vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ins-menu-children-item::after {
  content: "";
  display: block;
  width: 0.8333vw;
  height: 0.8333vw;
  background: url("../images/menu-arrow.png") center / 100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  display: none;
}
.ins-menu-children-item:hover,
.ins-menu-children-item.active {
  background-color: #DCE8F1;
  font-weight: bold;
  color: #1070BB;
}
.ins-menu-children-item:hover::after,
.ins-menu-children-item.active::after {
  display: block;
}
.ins-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  padding: 40px 60px 20px;
}
@media screen and (max-width: 992px) {
  .ins-content {
    padding: 20px;
  }
}
.ins-location {
  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-bottom: 14px;
  color: #666;
  font-size: 0.8333vw;
  margin-bottom: 0.5208vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .ins-location {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.ins-location img {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .ins-location img {
    width: 16px;
    height: 16px;
  }
}
.ins-location a {
  font-size: 0.8333vw;
  color: #666;
}
@media screen and (max-width: 992px) {
  .ins-location a {
    font-size: 14px;
  }
}
.ins-location a:hover {
  color: #1070BB;
}
.ins .listA .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ddd;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .ins .listA .item {
    padding: 10px 0;
  }
}
.ins .listA .item::after {
  content: "";
  display: block;
  width: 1.6667vw;
  height: 1.6667vw;
  background: url("../images/jr.png") center / 100% 100%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .ins .listA .item::after {
    width: 24px;
    height: 24px;
  }
}
.ins .listA .item:hover {
  background-color: #E6F8FC;
}
.ins .listA .item:hover .title {
  color: #23AFDB;
}
.ins .listA .item:hover::after {
  background-image: url("../images/jr-a.png");
}
.ins .listA .date {
  color: #1A71BB;
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #E5E5E5;
}
@media screen and (max-width: 992px) {
  .ins .listA .date {
    margin-right: 10px;
    padding-left: 10px;
  }
}
.ins .listA .date .md {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .ins .listA .date .md {
    font-size: 20px;
  }
}
.ins .listA .date .y {
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .ins .listA .date .y {
    font-size: 14px;
  }
}
.ins .listA .info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.ins .listA .info .title {
  font-weight: bold;
  font-size: 1.0417vw;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .ins .listA .info .title {
    font-size: 16px;
  }
}
.ins .listA .info .abs {
  font-size: 0.8333vw;
  color: #999;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .ins .listA .info .abs {
    font-size: 14px;
  }
}
.ins .listB .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ddd;
  padding: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .ins .listB .item {
    padding: 10px 0;
  }
}
.ins .listB .item:hover {
  background-color: #E6F8FB;
}
.ins .listB .item:hover .info .title {
  color: #20AEDB;
}
.ins .listB .item .cover {
  width: 14.7396vw;
  height: 9.375vw;
  margin-right: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .ins .listB .item .cover {
    width: 100px;
    height: 63px;
    margin-right: 10px;
  }
}
.ins .listB .item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ins .listB .info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ins .listB .info .title {
  font-size: 1.0417vw;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 992px) {
  .ins .listB .info .title {
    font-size: 16px;
  }
}
.ins .listB .info .abs {
  font-size: 0.8333vw;
  color: #999;
  margin-top: 1.0417vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .ins .listB .info .abs {
    font-size: 14px;
    margin-top: 10px;
  }
}
.ins .listB .info .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;
  margin-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .ins .listB .info .date {
    margin-top: 10px;
  }
}
.ins .listB .info .date .text {
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (max-width: 992px) {
  .ins .listB .info .date .text {
    font-size: 14px;
  }
}
.ins .listB .info .date .go {
  color: #016fbe;
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .ins .listB .info .date .go {
    font-size: 14px;
  }
}
.ins .listB .info .date .go::after {
  content: '';
  display: inline-block;
  width: 1.1458vw;
  height: 0.2083vw;
  background: url("../images/dianjijinru.png") center / 100% 100%;
  margin-left: 1.0417vw;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .ins .listB .info .date .go::after {
    width: 22px;
    height: 4px;
    margin-left: 10px;
  }
}
.ins .listC {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ins .listC .item {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
          box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
  padding: 1.0417vw;
  width: 19.2708vw;
  margin-right: 45px;
  margin-bottom: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .ins .listC .item {
    width: 40vw;
    margin-right: 3vw;
    padding: 10px;
    margin-bottom: 4vw;
  }
  .ins .listC .item:nth-child(2n) {
    margin-right: 0;
  }
}
.ins .listC .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .ins .listC .item:nth-child(3n) {
    margin-right: auto;
  }
}
.ins .listC .item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ins .listC .item:hover .cover::before {
  background: white;
}
.ins .listC .item .cover {
  position: relative;
  width: 17.1875vw;
  height: 11.4583vw;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .ins .listC .item .cover {
    height: 30vw;
    width: 100%;
  }
}
.ins .listC .item .cover.play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.ins .listC .item .cover.play::after {
  content: "";
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  background: url("../images/play-icon.png") center / 100% 100%;
  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%);
}
@media screen and (max-width: 992px) {
  .ins .listC .item .cover.play::after {
    width: 30px;
    height: 30px;
  }
}
.ins .listC .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.ins .listC .item .text {
  font-size: 0.8333vw;
  color: #333;
  margin-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .ins .listC .item .text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.ins .listC .item .text::before {
  content: "";
  display: inline-block;
  width: 0.4688vw;
  height: 0.8854vw;
  background: url("../images/blue-arrow-right.png") center / 100% 100%;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .ins .listC .item .text::before {
    width: 6px;
    height: 11px;
  }
}
.ins .article-title {
  font-weight: bold;
  font-size: 1.25vw;
  color: #016fbe;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.625vw;
  margin-bottom: 0.5208vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ins .article-title {
    font-size: 18px;
  }
}
.ins .article-info {
  font-size: 0.7292vw;
  color: #999;
  margin-bottom: 1.0417vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ins .article-info {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@-webkit-keyframes beat {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}
@-moz-keyframes beat {
  0%,
  100% {
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
  }
  25% {
    -moz-transform: scale(0.9, 1.1);
         transform: scale(0.9, 1.1);
  }
  50% {
    -moz-transform: scale(1.1, 0.9);
         transform: scale(1.1, 0.9);
  }
  75% {
    -moz-transform: scale(0.95, 1.05);
         transform: scale(0.95, 1.05);
  }
}
@keyframes beat {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
       -moz-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
       -moz-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
       -moz-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}
.ins .article-back {
  display: block;
  width: 4.1667vw;
  height: 4.1667vw;
  background: url("../images/bank-arrow.png") center 0.2083vw / 2.0833vw 2.0833vw no-repeat, #58C5B3;
  border-radius: 50%;
  margin: 2.0833vw auto 0;
  padding-top: 2.0833vw;
  color: white !important;
  text-align: center;
  -webkit-box-shadow: rgba(46, 35, 94, 0.3) 0px 5px 10px 0px;
          box-shadow: rgba(46, 35, 94, 0.3) 0px 5px 10px 0px;
}
@media screen and (max-width: 992px) {
  .ins .article-back {
    width: 80px;
    height: 80px;
    margin: 20px auto 0;
    font-size: 12px;
    padding-top: 40px;
    background: url("../images/bank-arrow.png") center 10px / 36px 36px no-repeat, #58C5B3;
  }
}
.ins .article-back:hover {
  text-decoration: none !important;
  -webkit-animation: beat 0.5s 1;
     -moz-animation: beat 0.5s 1;
          animation: beat 0.5s 1;
}
.ins .expert-info {
  background-color: #F2F8FC;
  padding: 2.0833vw;
  border-radius: 1.0417vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .ins .expert-info {
    padding: 10px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ins .expert-info > img {
  width: 9.6875vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .ins .expert-info > img {
    width: 120px;
    margin: 0 auto;
  }
}
.ins .expert-info-r {
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.0833vw;
  padding-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .ins .expert-info-r {
    margin-left: 0;
    padding-top: 10px;
  }
}
.ins .expert-name {
  font-size: 1.25vw;
  color: #016fbe;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .ins .expert-name {
    font-size: 18px;
    text-align: center;
  }
}
.ins .expert-title {
  font-size: 0.8333vw;
  margin-top: 0.5208vw;
  color: #333;
}
@media screen and (max-width: 992px) {
  .ins .expert-title {
    font-size: 14px;
    margin-top: 0;
    text-align: center;
  }
}
.ins .expert-sk {
  font-size: 0.8333vw;
  color: #666;
  margin-top: 1.0417vw;
  text-indent: -3em;
  margin-left: 3em;
}
@media screen and (max-width: 992px) {
  .ins .expert-sk {
    font-size: 14px;
    margin-top: 0;
  }
}
.ins .expert-td {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .ins .expert-td {
    position: static;
    -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;
  }
}
.ins .expert-td > div {
  font-size: 0.8333vw;
  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 (max-width: 992px) {
  .ins .expert-td > div {
    font-size: 14px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ins .expert-td .t {
  color: #1A71BB;
}
.ins .expert-td .text {
  color: #333;
}
@media screen and (max-width: 992px) {
  .ins .expert-td .text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ins .expert-time::before {
  content: "";
  display: block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/dep-sj-icon.png") center / 100% 100%;
  margin-right: 4px;
}
@media screen and (max-width: 992px) {
  .ins .expert-time::before {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.ins .expert-address {
  margin-left: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .ins .expert-address {
    margin-left: 0;
  }
}
.ins .expert-address::before {
  content: "";
  display: block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/dep-dz-icon.png") center / 100% 100%;
  margin-right: 4px;
}
@media screen and (max-width: 992px) {
  .ins .expert-address::before {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.ins .expert-jj-t {
  font-size: 1.0417vw;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .ins .expert-jj-t {
    font-size: 18px;
  }
}
.ins .listD .item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ddd;
  padding: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .ins .listD .item {
    padding: 10px 0;
  }
}
.ins .listD .item:hover {
  background-color: #E6F8FB;
}
.ins .listD .item:hover .info .title,
.ins .listD .item:hover .info .title .zc {
  color: #20AEDB;
}
.ins .listD .item .cover {
  width: 7.2917vw;
  height: 10.9375vw;
  margin-right: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .ins .listD .item .cover {
    width: 140px;
    height: 210px;
    margin-right: 10px;
  }
}
.ins .listD .item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ins .listD .info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ins .listD .info .title {
  font-size: 1.0417vw;
  font-weight: bold;
  color: #1070BB;
}
@media screen and (max-width: 992px) {
  .ins .listD .info .title {
    font-size: 16px;
  }
}
.ins .listD .info .zc {
  font-size: 0.7813vw;
  color: #1070BB;
  font-weight: bold;
  margin-top: 0.5208vw;
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 992px) {
  .ins .listD .info .zc {
    font-size: 14px;
  }
}
.ins .listD .info .abs {
  font-size: 0.8333vw;
  color: #333;
  margin-top: 0.5208vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .ins .listD .info .abs {
    font-size: 14px;
    margin-top: 10px;
  }
}
.ins .listD .info .go {
  position: absolute;
  right: 1.0417vw;
  bottom: 1.0417vw;
  color: #016fbe;
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .ins .listD .info .go {
    display: none;
  }
}
.ins .listD .info .go::after {
  content: '';
  display: inline-block;
  width: 1.1458vw;
  height: 0.2083vw;
  background: url("../images/dianjijinru.png") center / 100% 100%;
  margin-left: 1.0417vw;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .ins .listD .info .go::after {
    width: 22px;
    height: 4px;
    margin-left: 10px;
  }
}
.article .article-content a.article-back {
  font-size: 0.7292vw !important;
}
@media screen and (max-width: 992px) {
  .article .article-content a.article-back {
    font-size: 14px !important;
  }
}

.inside-expert-title {
  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;
  font-size: 1.4583vw;
  font-weight: bold;
  color: #333;
  line-height: 1;
  letter-spacing: 6px;
}
@media screen and (max-width: 992px) {
  .inside-expert-title {
    font-size: 18px;
  }
}
.inside-expert-title::after,
.inside-expert-title::before {
  content: "";
  display: block;
  width: 15.0521vw;
  height: 1.875vw;
  background: url("../images/ie-title-1.png") center / 100% 100%;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .inside-expert-title::after,
  .inside-expert-title::before {
    width: 90px;
    height: 12.5px;
    margin-right: 10px;
  }
}
.inside-expert-title::after {
  background-image: url("../images/ie-title-2.png");
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .inside-expert-title::after {
    margin-left: 10px;
  }
}
.inside-expert-current {
  background-color: #F9F9F9;
  padding: 2.0833vw 6.7708vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .inside-expert-current {
    padding: 10px;
    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;
  }
}
.inside-expert-current .r {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .inside-expert-current .r {
    padding-left: 0;
  }
}
.inside-expert-cover {
  width: 9.6875vw;
  height: 14.5833vw;
}
@media screen and (max-width: 992px) {
  .inside-expert-cover {
    margin: 0 auto;
    width: 93px;
    height: 140px;
  }
}
.inside-expert-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside-expert-top {
  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;
}
.inside-expert-name {
  font-size: 1.25vw;
  font-weight: bold;
  color: #016fbe;
}
@media screen and (max-width: 992px) {
  .inside-expert-name {
    font-size: 18px;
  }
}
.inside-expert-zc {
  font-size: 0.8333vw;
  color: #333;
  margin-left: 1.0417vw;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .inside-expert-zc {
    font-size: 14px;
  }
}
.inside-expert-abs {
  font-size: 0.8333vw;
  color: #999;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .inside-expert-abs {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inside-expert-t {
  color: #333;
  margin-top: 70px;
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .inside-expert-t {
    font-size: 12px;
    margin-top: 4px;
  }
}
.inside-expert-t br {
  display: none;
}
@media screen and (max-width: 992px) {
  .inside-expert-t br {
    display: block;
  }
}
.inside-expert-t .subt {
  color: #016fbe;
}
.inside-expert-t .subt::before {
  content: "";
  display: inline-block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/dep-sj-icon.png") center / 100% 100%;
  vertical-align: middle;
  margin-right: 4px;
}
@media screen and (max-width: 992px) {
  .inside-expert-t .subt::before {
    width: 12px;
    height: 12px;
  }
}
.inside-expert-t .subt:nth-child(4)::before {
  background-image: url("../images/dep-dz-icon.png");
  margin-left: 1.0417vw;
}
.inside-expert-list {
  position: relative;
  margin: 1.5625vw auto 0;
  padding: 0 6.7708vw;
}
@media screen and (max-width: 992px) {
  .inside-expert-list {
    margin-top: 20px;
    padding: 0 10vw;
  }
}

.pro-tip {
  font-size: 0.8333vw;
  color: #333;
  text-indent: 2em;
  background-color: #F2F7FB;
  border: 1px dashed #83B8DC;
  padding: 1.5625vw 2.6042vw;
  border-radius: 10px;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .pro-tip {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
  }
}
.pro-title {
  margin-top: 2.6042vw;
  height: 2.0833vw;
  width: 100%;
  background: url("../images/pro-tit-bg.png") left top / auto 100% no-repeat;
  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: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .pro-title {
    margin-top: 30px;
    height: 30px;
  }
}
.pro-title-serial {
  font-size: 1.6667vw;
  margin-left: 1.0417vw;
  margin-right: 2.0833vw;
  font-weight: bold;
  color: #016fbe;
}
@media screen and (max-width: 992px) {
  .pro-title-serial {
    font-size: 20px;
    margin-left: 12px;
    margin-right: 30px;
  }
}
.pro-title-text {
  font-size: 1.0417vw;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .pro-title-text {
    font-size: 16px;
  }
}
.pro-content {
  padding: 2.0833vw 7.2917vw;
  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;
}
@media screen and (max-width: 992px) {
  .pro-content {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pro-info {
  background-color: #F2F8FC;
  width: 33.8542vw;
  padding: 1.5625vw 1.5625vw 1.5625vw 0;
  height: 31.25vw;
  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;
}
@media screen and (max-width: 992px) {
  .pro-info {
    width: 100%;
    height: auto;
    padding: 0 20px 20px 0;
  }
}
.pro-info-item {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-info-title {
  font-size: 1.0417vw;
  font-weight: bold;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#23AFDC), color-stop(50%, #F2F8FC));
  background: -moz-linear-gradient(left, #23AFDC, #F2F8FC 50%);
  background: linear-gradient(to right, #23AFDC, #F2F8FC 50%);
  padding-left: 2.0833vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .pro-info-title {
    font-size: 16px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pro-info-text {
  padding-left: 2.0833vw;
  font-size: 0.8333vw;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .pro-info-text {
    padding-left: 20px;
    font-size: 14px;
  }
}
.pro-info-qrcode {
  margin-left: 2.0833vw;
  padding: 0.5208vw;
  background-color: white;
  width: 6.25vw;
  height: 6.25vw;
}
@media screen and (max-width: 992px) {
  .pro-info-qrcode {
    padding: 10px;
    width: 100px;
    height: 100px;
  }
}
.pro-info-qrcode img {
  width: 100%;
  height: 100%;
}
.pro-arrow {
  width: 9.4271vw;
  height: 7.5vw;
}
@media screen and (max-width: 992px) {
  .pro-arrow {
    display: none;
  }
}
.pro-arrow img {
  width: 100%;
  height: 100%;
}
.pro-imgs {
  width: 17.1875vw;
  height: 31.25vw;
  border-radius: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .pro-imgs {
    margin-top: 20px;
    width: 330px;
    height: 600px;
    border-radius: 40px;
  }
}
.pro-imgs .pro-swiper {
  height: 100%;
}
.pro-imgs img {
  width: 100%;
  height: 100%;
}
.pro-imgs .swiper-pagination {
  position: static;
  text-align: center;
}
.pro-imgs .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 0.625vw;
  height: 0.625vw;
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .pro-imgs .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-top: 6px;
  }
}

.route-content {
  width: 72.9167vw;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .route-content {
    width: 100%;
  }
}
.route-content .floor-area {
  margin-top: 0;
  border-bottom: none;
}
.route-item {
  position: relative;
  width: 72.9167vw;
  height: 24.2708vw;
  display: none;
}
@media screen and (max-width: 992px) {
  .route-item {
    width: 100%;
    height: auto;
  }
}
.route-item#yiYuan {
  display: block;
}
.route-item > img {
  width: 100%;
  height: auto;
}
.route-info {
  width: 50%;
  height: 100%;
  background-color: rgba(26, 113, 187, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.7708vw;
}
@media screen and (max-width: 992px) {
  .route-info {
    padding: 10px;
    position: static;
    width: 100%;
  }
}
.route-info-item {
  font-size: 0.8333vw;
  color: white;
  border-bottom: 1px dashed white;
  padding-bottom: 1.5625vw;
  margin-bottom: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .route-info-item {
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.route-info-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;
  margin-bottom: 0.8333vw;
}
.route-info-title img {
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 6px;
}
@media screen and (max-width: 992px) {
  .route-info-title img {
    width: 14px;
    height: 14px;
  }
}

.zx-banner {
  position: relative;
}
.zx-banner-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx-banner-img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.zx-banner-slogan {
  position: absolute;
  left: 15.625vw;
  top: 8.3333vw;
  width: 34.4271vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx-banner-slogan {
    width: 240px;
    left: 10px;
  }
}
.zx-banner-location {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
  padding: 0.5208vw 0;
  font-size: 0.8333vw;
  color: white;
}
@media screen and (max-width: 992px) {
  .zx-banner-location {
    padding: 6px;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.zx-banner-location-content::before {
  content: "";
  display: inline-block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/location-icon.png") center / 100% 100%;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 992px) {
  .zx-banner-location-content::before {
    width: 16px;
    height: 16px;
  }
}
.zx-banner-location a {
  color: white;
}
.zx-banner-location a:hover {
  color: #2171B8;
}

.zx-history {
  width: 100%;
  height: 48.3333vw;
  background: url("../images/zx-history-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx-history {
    height: auto;
    background: none;
  }
}
.zx-history-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .zx-history-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: 30px;
  }
}
.zx-history-content .l {
  width: 33.3333vw;
  padding-right: 3.125vw;
}
@media screen and (max-width: 992px) {
  .zx-history-content .l {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.zx-history-content .l .panel-title {
  margin-top: 2.0833vw;
}
.zx-history-content .l .panel-title-cn {
  font-size: 1.4583vw;
  color: white;
}
.zx-history-content .l .panel-title-en,
.zx-history-content .l .panel-title-more {
  color: white;
}
.zx-history-content .l .panel-title-more i {
  background-image: url("../images/more-white.png");
}
.zx-history-content .l .panel-title::after {
  background-color: white;
}
.zx-history-content .r {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3.125vw;
}
@media screen and (max-width: 992px) {
  .zx-history-content .r {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .zx-history-content .r .panel-title-text {
    -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: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.zx-history .box1 {
  display: block;
  width: 30.2083vw;
  height: 14.5833vw;
}
@media screen and (max-width: 992px) {
  .zx-history .box1 {
    width: 100%;
    height: 45vw;
    margin-top: 20px;
  }
}
.zx-history .box1 img {
  width: 100%;
  height: 100%;
}
.zx-history .box2 {
  margin-top: 1.5625vw;
  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 (max-width: 992px) {
  .zx-history .box2 {
    margin-top: 20px;
  }
}
.zx-history .box2 .item {
  width: 14.0625vw;
}
@media screen and (max-width: 992px) {
  .zx-history .box2 .item {
    width: 45vw;
  }
}
.zx-history .box2 .item .img-wrap {
  width: 100%;
  height: 8.3333vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .zx-history .box2 .item .img-wrap {
    height: 26.6vw;
  }
}
.zx-history .box2 .item .img-wrap.play::after {
  content: "";
  display: block;
  width: 2.6042vw;
  height: 2.6042vw;
  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%);
  background: url("../images/play-icon.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx-history .box2 .item .img-wrap.play::after {
    width: 40px;
    height: 40px;
  }
}
.zx-history .box2 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.zx-history .box2 .item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zx-history .box2 .item .text {
  color: white;
  font-size: 0.9375vw;
  margin-top: 1.0417vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .zx-history .box2 .item .text {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
  }
}
.zx-history .box2 .item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.zx-history .box3 {
  margin-top: 2.0833vw;
  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: 0.8333vw 1.0417vw;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.0417vw;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .zx-history .box3 {
    margin-top: 20px;
    padding: 0 10px 20px;
    background: rgba(87, 191, 140, 0.6);
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .zx-history .box3 .item {
    width: 50%;
  }
}
.zx-history .box3 .tit {
  font-size: 1.0417vw;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx-history .box3 .tit {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 20px;
  }
}
.zx-history .box3 .text {
  font-size: 0.8333vw;
  color: white;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .zx-history .box3 .text {
    font-size: 16px;
  }
}
.zx-history .box3 .qrcode {
  width: 5.2083vw;
  height: 5.2083vw;
}
@media screen and (max-width: 992px) {
  .zx-history .box3 .qrcode {
    width: 100px;
    height: 100px;
    margin: 20px auto 0;
  }
}
.zx-history .box3 .qrcode img {
  width: 100%;
  height: 100%;
}
.zx-history .box3 .qtext {
  font-size: 0.7292vw;
  color: white;
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx-history .box3 .qtext {
    font-size: 14px;
    text-align: center;
  }
}
.zx-history-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625vw 0;
  border-bottom: 2px dashed #C9D1D6;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .zx-history-item {
    padding: 10px 0;
  }
}
.zx-history-item:hover .zx-history-item-title {
  color: #11B6E1;
}
.zx-history-item:hover .zx-history-item-cover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.zx-history-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.zx-history-item-cover {
  width: 11.4583vw;
  height: 7.2917vw;
  margin-right: 1.5625vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .zx-history-item-cover {
    width: 110px;
    height: 70px;
  }
}
.zx-history-item-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.zx-history-item-content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.zx-history-item-date {
  font-size: 0.8333vw;
  color: #1A71BB;
}
@media screen and (max-width: 992px) {
  .zx-history-item-date {
    font-size: 14px;
  }
}
.zx-history-item-title {
  font-size: 0.9375vw;
  color: #333;
  margin-top: 0.7292vw;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx-history-item-title {
    font-size: 16px;
    margin-top: 8px;
  }
}
.zx-history-item-desc {
  font-size: 0.8333vw;
  color: #333;
  margin-top: 0.7292vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx-history-item-desc {
    font-size: 14px;
    margin-top: 8px;
  }
}
.zx-color-line {
  width: 100%;
  height: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.zx-color-line .item {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.zx-color-line .item:nth-child(1) {
  background-color: #BF4648;
}
.zx-color-line .item:nth-child(2) {
  background-color: #1A71BB;
}
.zx-color-line .item:nth-child(3) {
  background-color: #23AFDC;
}
.zx-color-line .item:nth-child(4) {
  background-color: #53BF8B;
}

.zx-jj {
  width: 100%;
  height: 43.75vw;
  background: url("../images/zx-jj-bg.png") center / 100% 100%;
  padding-top: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .zx-jj {
    background: none;
    padding-top: 20px;
    height: auto;
  }
}
.zx-jj-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .zx-jj-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zx-jj .l {
  padding-right: 4.6875vw;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
@media screen and (max-width: 992px) {
  .zx-jj .l {
    padding-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.zx-jj .l .panel-title {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx-jj .l .panel-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.zx-jj-text {
  font-size: 0.8333vw;
  color: #333;
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  .zx-jj-text {
    font-size: 16px;
  }
}
.zx-jj-qswiper {
  margin-top: 2.6042vw;
}
@media screen and (max-width: 992px) {
  .zx-jj-qswiper {
    margin-top: 20px;
  }
}
.zx-jj-qswiper .swiper-slide {
  color: white;
  height: 3.125vw;
  line-height: 3.125vw;
  border-radius: 6px;
  padding: 0 1.0417vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 992px) {
  .zx-jj-qswiper .swiper-slide {
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 50px;
  }
}
.zx-jj-qswiper .swiper-slide::after {
  content: "";
  width: 1.5625vw;
  height: 0.625vw;
  background: url("../images/zx-jj-arrow.png") center / 100% 100%;
  position: absolute;
  right: 1.0417vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .zx-jj-qswiper .swiper-slide::after {
    right: 10px;
    width: 30px;
    height: 12px;
  }
}
.zx-jj-qswiper .swiper-slide:nth-child(1),
.zx-jj-qswiper .swiper-slide:nth-child(4) {
  background: #BF4648;
}
.zx-jj-qswiper .swiper-slide:nth-child(2),
.zx-jj-qswiper .swiper-slide:nth-child(5) {
  background: #53BF8B;
}
.zx-jj-qswiper .swiper-slide:nth-child(3),
.zx-jj-qswiper .swiper-slide:nth-child(6) {
  background: #23AFDC;
}
.zx-jj-qswiper-pagination {
  position: static !important;
  text-align: center !important;
}
.zx-jj-qswiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 0.5208vw;
  height: 0.5208vw;
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx-jj-qswiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-top: 10px;
  }
}
.zx-jj .r img {
  width: 39.5833vw;
  height: 22.9167vw;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .zx-jj .r img {
    width: 100%;
    height: 54.5vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.zx-jj-spe {
  width: 100%;
  height: 8.3333vw;
  background: white;
  margin-top: 4.1667vw;
  border-radius: 10px;
  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;
  padding: 0 2.6042vw;
}
@media screen and (max-width: 992px) {
  .zx-jj-spe {
    height: auto;
    padding: 20px 10px 0;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.zx-jj-spe-t {
  font-size: 1.6667vw;
  color: #1A71BB;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .zx-jj-spe-t {
    font-size: 26px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .zx-jj-spe-t br {
    display: none;
  }
}
.zx-jj-spe-separator {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #bbb;
  margin: 0 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx-jj-spe-separator {
    display: none;
  }
}
.zx-jj-spe-item {
  position: relative;
  width: 5.2083vw;
  height: 5.2083vw;
  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;
  color: white;
}
@media screen and (max-width: 992px) {
  .zx-jj-spe-item {
    width: 24vw;
    height: 24vw;
    margin-bottom: 20px;
  }
}
.zx-jj-spe-item::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  background: #1A71BB;
  border-radius: 50%;
  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%);
}
.zx-jj-spe-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed;
  border-radius: 50%;
  -webkit-animation: rotation 17s linear infinite;
     -moz-animation: rotation 17s linear infinite;
          animation: rotation 17s linear infinite;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.zx-jj-spe-item:hover::before {
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zx-jj-spe-item:nth-child(3)::before {
  border-color: #1A71BB;
}
.zx-jj-spe-item:nth-child(3)::after {
  background: #1A71BB;
}
.zx-jj-spe-item:nth-child(5)::before {
  border-color: #BF4648;
}
.zx-jj-spe-item:nth-child(5)::after {
  background: #BF4648;
}
.zx-jj-spe-item:nth-child(7)::before {
  border-color: #23AFDC;
}
.zx-jj-spe-item:nth-child(7)::after {
  background: #23AFDC;
}
.zx-jj-spe-item:nth-child(9)::before {
  border-color: #53BF8B;
}
.zx-jj-spe-item:nth-child(9)::after {
  background: #53BF8B;
}
.zx-jj-spe-item:nth-child(11)::before {
  border-color: #53c5b3;
}
.zx-jj-spe-item:nth-child(11)::after {
  background: #53c5b3;
}
.zx-jj-spe-item:nth-child(13)::before {
  border-color: #1a71bb;
}
.zx-jj-spe-item:nth-child(13)::after {
  background: #1a71bb;
}
.zx-jj-spe-text {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 1.6667vw;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .zx-jj-spe-text {
    font-size: 30px;
  }
}

.zx-news {
  width: 100%;
  height: auto;
  background: url("../images/zx-news-bg.png") center / 100% 100%;
}
.zx-news-cotent {
  padding-top: 2.0833vw;
  padding-bottom: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .zx-news-cotent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.zx-news-wrap {
  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-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .zx-news-wrap {
    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;
  }
}
.zx-news-banner {
  width: 33.3333vw;
}
@media screen and (max-width: 992px) {
  .zx-news-banner {
    width: 100%;
  }
}
.zx-news-banner .carousel-indicators__item {
  opacity: 1;
  width: 0.5208vw;
  height: 0.5208vw;
  border-radius: 0.5208vw;
  border: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #2172B9;
}
@media screen and (max-width: 992px) {
  .zx-news-banner .carousel-indicators__item {
    width: 8px;
    height: 8px;
    border-radius: 10px;
  }
}
.zx-news-banner .carousel-indicators__item.active {
  background-color: #BD0414;
  width: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx-news-banner .carousel-indicators__item.active {
    width: 30px;
  }
}
.zx-news-banner .cover-wrap {
  width: 100%;
  height: 17.9688vw;
}
@media screen and (max-width: 992px) {
  .zx-news-banner .cover-wrap {
    height: 200px;
  }
}
.zx-news-banner .cover-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zx-news-banner .info .title {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #333;
  margin-top: 0.8333vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx-news-banner .info .title {
    font-size: 18px;
  }
}
.zx-news-banner .info .desc {
  font-size: 0.8333vw;
  margin-top: 0.8333vw;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx-news-banner .info .desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
.zx-news-banner .info .date {
  font-size: 0.8333vw;
  margin-top: 0.8333vw;
  color: #016fbe;
}
@media screen and (max-width: 992px) {
  .zx-news-banner .info .date {
    font-size: 14px;
    margin-top: 10px;
  }
}
.zx-news-banner .new {
  display: block;
  height: 29.1667vw;
}
@media screen and (max-width: 992px) {
  .zx-news-banner .new {
    height: auto;
  }
}
.zx-news-list {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.6042vw;
  width: 0;
}
@media screen and (max-width: 992px) {
  .zx-news-list {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.zx-news-list-item {
  display: block;
  padding: 1.3021vw 1.875vw;
  background-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;
  border-radius: 0.5208vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx-news-list-item {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.zx-news-list-item:hover {
  background-color: #21AFDD;
}
.zx-news-list-item:hover .zx-news-list-date,
.zx-news-list-item:hover .zx-news-list-title,
.zx-news-list-item:hover .zx-news-list-desc {
  color: white;
}
.zx-news-list-date {
  color: #016fbe;
  margin-right: 1.875vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .zx-news-list-date {
    margin-right: 20px;
  }
}
.zx-news-list-d {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .zx-news-list-d {
    font-size: 20px;
  }
}
.zx-news-list-ym {
  font-size: 0.7292vw;
}
@media screen and (max-width: 992px) {
  .zx-news-list-ym {
    font-size: 14px;
  }
}
.zx-news-list-content {
  width: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zx-news-list-title {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx-news-list-title {
    font-size: 16px;
  }
}
.zx-news-list-desc {
  font-size: 0.8333vw;
  margin-top: 1.0417vw;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx-news-list-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}

.zx-team {
  width: 100%;
  height: auto;
  background: url("../images/zx-team-bg.png") center / 100% 100%;
}
.zx-team-content {
  padding: 2.6042vw 0 4.1667vw 0;
}
@media screen and (max-width: 992px) {
  .zx-team-content {
    padding: 30px 0 30px 0;
  }
}
.zx-team-content .panel-title-cn,
.zx-team-content .panel-title-en {
  color: white;
}
.zx-team-content .panel-title-cn {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .zx-team-content .panel-title-cn {
    font-size: 22px;
  }
}
.zx-team-content .panel-title::after {
  background-color: white;
}
.zx-team-item {
  position: relative;
  background: white;
  margin-top: 2.6042vw;
  padding: 1.5625vw 1.5625vw 1.5625vw 9.375vw;
}
@media screen and (max-width: 992px) {
  .zx-team-item {
    margin-top: 30px;
    padding: 10px 10px 10px 80px;
  }
}
.zx-team-item:nth-child(3) .zx-team-title {
  background-color: #47B67E;
}
.zx-team-item:nth-child(3) .zx-team-title::after {
  border-color: transparent transparent #0F703F #0F703F;
}
.zx-team-item:nth-child(3) .zx-team-title::before {
  border-color: transparent #0F703F #0F703F transparent;
}
.zx-team-item:nth-child(4) .zx-team-title {
  background-color: #26b7df;
}
.zx-team-item:nth-child(4) .zx-team-title::after {
  border-color: transparent transparent #166F87 #166F87;
}
.zx-team-item:nth-child(4) .zx-team-title::before {
  border-color: transparent #166F87 #166F87 transparent;
}
.zx-team-title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background-color: #BF4648;
  font-size: 1.4583vw;
  font-weight: bold;
  color: white;
  padding: 0 1.5625vw;
  border-radius: 0 0 1.5625vw 1.5625vw;
  height: 13.5417vw;
  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;
  position: absolute;
  top: -10px;
  left: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx-team-title {
    font-size: 20px;
    padding: 0 10px;
    border-radius: 0 0 20px 20px;
    height: 140px;
  }
}
.zx-team-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  border-color: transparent transparent #9B1017 #9B1017;
  border-width: 5px;
  border-style: solid;
}
.zx-team-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  display: block;
  border-color: transparent #9B1017 #9B1017 transparent;
  border-width: 5px;
  border-style: solid;
}
.zx-team-desc p {
  font-size: 0.8333vw;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
  text-indent: 2em;
}
@media screen and (max-width: 992px) {
  .zx-team-desc p {
    font-size: 14px;
  }
}
.zx-team-list {
  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;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #bbb;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 0;
  border-width: 0;
}
.zx-team-list.expand {
  height: 14.5833vw;
  border-width: 1px;
}
@media screen and (max-width: 992px) {
  .zx-team-list.expand {
    height: 200px;
  }
}
.zx-team-list::after {
  content: "";
  width: 15.625vw;
  height: 3px;
  background-color: #4EB5F0;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 992px) {
  .zx-team-list::after {
    width: 100px;
  }
}
.zx-team-list-item {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 10.4167vw;
}
@media screen and (max-width: 992px) {
  .zx-team-list-item {
    width: 120px;
  }
}
.zx-team-list-item:hover .zx-team-list-avatar::before {
  background-image: url("../images/zx-team-circel-active.png");
}
.zx-team-list-item:hover .zx-team-list-name {
  background: -webkit-gradient(linear, left top, right top, from(#49BB81), to(#56D4AC));
  background: -moz-linear-gradient(left, #49BB81, #56D4AC);
  background: linear-gradient(to right, #49BB81, #56D4AC);
}
.zx-team-list-avatar {
  position: relative;
  width: 10.4167vw;
  height: 10.4688vw;
  line-height: 10.4688vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .zx-team-list-avatar {
    width: 120px;
    height: 121px;
    line-height: 121px;
  }
}
.zx-team-list-avatar::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/zx-team-circel.png") center / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zx-team-list-avatar img {
  width: 9.1667vw;
  height: 9.1667vw;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .zx-team-list-avatar img {
    width: 96px;
    height: 96px;
  }
}
.zx-team-list-name {
  background: -webkit-gradient(linear, left top, right top, from(#2784E3), to(#54BAF1));
  background: -moz-linear-gradient(left, #2784E3, #54BAF1);
  background: linear-gradient(to right, #2784E3, #54BAF1);
  width: 7.8125vw;
  height: 1.8229vw;
  text-align: center;
  line-height: 1.8229vw;
  color: white;
  font-size: 1.0417vw;
  border-radius: 0 1.0417vw 0 1.0417vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .zx-team-list-name {
    width: 110px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 0 15px 0 15px;
  }
}
.zx-team-btn {
  text-align: right;
  font-size: 0.8333vw;
  color: #1A71BB;
  cursor: pointer;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx-team-btn {
    font-size: 14px;
    margin-top: 20px;
  }
}
.zx-team-btn .t2 {
  display: none;
}
.zx-team-btn i {
  display: inline-block;
  width: 0.4688vw;
  height: 0.8854vw;
  background: url("../images/blue-arrow-right.png") center / 100% 100%;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 992px) {
  .zx-team-btn i {
    width: 6px;
    height: 12px;
  }
}
.zx-team-btn.expand .t1 {
  display: none;
}
.zx-team-btn.expand .t2 {
  display: inline;
}
.zx-team-btn.expand i {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-slide-active .zx-team-list-avatar::before {
  background-image: url("../images/zx-team-circel-active.png");
}
.swiper-slide-active .zx-team-list-name {
  background: -webkit-gradient(linear, left top, right top, from(#49BB81), to(#56D4AC));
  background: -moz-linear-gradient(left, #49BB81, #56D4AC);
  background: linear-gradient(to right, #49BB81, #56D4AC);
}

.zx2-dt {
  background: url("../images/zx2-dt-bg.png") center / 100% 100%;
  height: 26.5625vw;
}
@media screen and (max-width: 992px) {
  .zx2-dt {
    height: auto;
    padding-bottom: 30px;
  }
}
.zx2-dt-content {
  padding-top: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .zx2-dt-content {
    padding-top: 40px;
  }
}
.zx2-dt .zx2-team-title {
  position: relative;
  padding-top: 0;
}
.zx2-dt .panel-title-more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.zx2-dt .panel-title-more#areaMore {
  display: none;
}
.zx2-dt-swiper {
  margin-top: 3.125vw;
  padding: 1.0417vw 0;
}
@media screen and (max-width: 992px) {
  .zx2-dt-swiper {
    margin-top: 30px;
    padding: 20px 0;
  }
}
.zx2-dt-swiper .swiper-slide {
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1F5FB), color-stop(30%, white)), white;
  background: -moz-linear-gradient(top, #E1F5FB, white 30%), white;
  background: linear-gradient(to bottom, #E1F5FB, white 30%), white;
  border-radius: 10px;
  padding: 1.0417vw;
  -webkit-box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.07);
          box-shadow: 0 5px 10px 0 rgba(46, 35, 94, 0.07);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx2-dt-swiper .swiper-slide {
    padding: 10px;
  }
}
.zx2-dt-swiper .swiper-slide .l {
  margin-right: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx2-dt-swiper .swiper-slide .l {
    margin-right: 10px;
  }
}
.zx2-dt-swiper .swiper-slide .r {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.zx2-dt-swiper .swiper-slide:hover {
  background: #21AFDD;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.zx2-dt-swiper .swiper-slide:hover .zx2-dt-md,
.zx2-dt-swiper .swiper-slide:hover .zx2-dt-y,
.zx2-dt-swiper .swiper-slide:hover .zx2-dt-title,
.zx2-dt-swiper .swiper-slide:hover .zx2-dt-desc {
  color: white;
}
.zx2-dt-swiper .swiper-slide:hover .zx2-dt-arrow {
  background-image: url("../images/dianjijinru-w.png");
}
.zx2-dt-md {
  font-size: 1.0417vw;
  color: #016fbe;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .zx2-dt-md {
    font-size: 16px;
  }
}
.zx2-dt-y {
  font-size: 0.7292vw;
  color: #999;
}
@media screen and (max-width: 992px) {
  .zx2-dt-y {
    font-size: 14px;
  }
}
.zx2-dt-arrow {
  width: 2.9688vw;
  height: 0.2604vw;
  background: url("../images/zx2-dt-arrow.png") center / 100% 100%;
  margin-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .zx2-dt-arrow {
    width: 28.5px;
    height: 2.5px;
    margin-top: 20px;
  }
}
.zx2-dt-title {
  font-size: 0.9375vw;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .zx2-dt-title {
    font-size: 16px;
  }
}
.zx2-dt-desc {
  font-size: 0.7292vw;
  color: #999;
  margin-top: 0.5208vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx2-dt-desc {
    font-size: 14px;
  }
}
.zx2-dt-swiper-pagination.swiper-pagination {
  position: static;
  margin: 0 auto;
}
.zx2-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5208vw;
  width: 0.5208vw;
  height: 0.5208vw;
  border-radius: 1.0417vw;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 992px) {
  .zx2-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
}
.zx2-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BD0414;
  width: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx2-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.zx2-dt-area {
  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-top: 2.0833vw;
  display: none;
}
@media screen and (max-width: 992px) {
  .zx2-dt-area {
    -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;
  }
}
.zx2-dt-area img {
  display: block;
  width: 20.0521vw;
  height: 12.5vw;
  border-radius: 10px;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 20px 0 rgba(46, 35, 94, 0.2);
          box-shadow: 0 0 20px 0 rgba(46, 35, 94, 0.2);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .zx2-dt-area img {
    width: 100%;
    height: 58.6vw;
  }
}
.zx2-dt-area .text {
  text-align: center;
  font-size: 0.8333vw;
  color: #333;
  margin-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx2-dt-area .text {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.zx2-dt-area .item:hover img {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.zx2-jj {
  width: 100%;
  height: 33.4375vw;
  background: url("../images/zx-jj-bg2.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx2-jj {
    height: auto;
    background: none;
  }
}
.zx2-jj-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .zx2-jj-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zx2-jj-cover {
  position: relative;
  width: 33.3333vw;
  height: 25.0521vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .zx2-jj-cover {
    width: 100%;
    height: 70.6vw;
  }
}
.zx2-jj-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.zx2-jj-cover:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.zx2-jj-info {
  padding-left: 2.0833vw;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .zx2-jj-info {
    margin-top: 20px;
  }
}
.zx2-jj-info p {
  font-size: 0.8333vw;
  margin-top: 1.25vw;
  color: #333;
  text-indent: 2em;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .zx2-jj-info p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.zx2-panel1 {
  background: url("../images/zx2-panel1-bg.png") center / 100% 100%;
  height: 52.3958vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 {
    height: auto;
    padding-bottom: 30px;
  }
}
.zx2-panel1-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1-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;
  }
}
.zx2-panel1-content .r {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .zx2-panel1-content .r {
    margin-top: 30px;
  }
}
.zx2-panel1-content .l {
  width: 40.625vw;
  margin-right: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1-content .l {
    width: 100%;
  }
}
.zx2-panel1 .l-content {
  padding-top: 2.0833vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content {
    padding-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;
  }
}
.zx2-panel1 .l-content .box1 {
  position: relative;
  overflow: hidden;
  width: 21.3542vw;
  height: 26.0417vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box1 {
    width: 100%;
    height: auto;
  }
  .zx2-panel1 .l-content .box1 .cover {
    width: 100%;
    height: auto;
  }
}
.zx2-panel1 .l-content .box1 .t {
  width: 11.4583vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box1 .t {
    width: 180px;
    height: 73px;
  }
}
.zx2-panel1 .l-content .box2 {
  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;
  width: 18.75vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box2 {
    width: 100%;
  }
}
.zx2-panel1 .l-content .box2-1,
.zx2-panel1 .l-content .box2-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12.7604vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box2-1,
  .zx2-panel1 .l-content .box2-2 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .zx2-panel1 .l-content .box2-1 .cover,
  .zx2-panel1 .l-content .box2-2 .cover {
    width: 100%;
    height: auto;
  }
}
.zx2-panel1 .l-content .box2-1 .t {
  width: 13.5417vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box2-1 .t {
    width: 260px;
    height: 65px;
  }
}
.zx2-panel1 .l-content .box2-2 .t {
  width: 9.375vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box2-2 .t {
    width: 170px;
    height: 63px;
  }
}
.zx2-panel1 .l-content .box3 {
  position: relative;
  overflow: hidden;
  margin-top: 0.5208vw;
  width: 100%;
  height: 12.5vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box3 {
    height: auto;
    margin-top: 10px;
  }
}
.zx2-panel1 .l-content .box3 .t {
  width: 7.2917vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .box3 .t {
    width: 130px;
    height: 74px;
  }
}
.zx2-panel1 .l-content .cover {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.zx2-panel1 .l-content .t {
  position: absolute;
  top: 1.0417vw;
  left: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .l-content .t {
    left: 10px;
    top: 10px;
  }
}
.zx2-panel1 .l-content .box1:hover .cover,
.zx2-panel1 .l-content .box2-1:hover .cover,
.zx2-panel1 .l-content .box2-2:hover .cover,
.zx2-panel1 .l-content .box3:hover .cover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.zx2-panel1 .r-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.0833vw;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .r-content {
    padding-top: 20px;
  }
}
.zx2-panel1 .r-content .item {
  position: relative;
  margin-bottom: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .r-content .item {
    margin-bottom: 10px;
    width: 100%;
  }
}
.zx2-panel1 .r-content .item > img {
  width: 19.0104vw;
  height: 12.7604vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .r-content .item > img {
    width: 100%;
    height: auto;
  }
}
.zx2-panel1 .r-content .item:last-child {
  width: 100%;
  height: 12.5vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .r-content .item:last-child {
    height: auto;
  }
}
.zx2-panel1 .r-content .item:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .r-content .item:last-child img {
    height: auto;
  }
}
.zx2-panel1 .r-content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0.5208vw 0;
  color: white;
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel1 .r-content .text {
    padding: 6px 0;
    font-size: 14px;
  }
}

.zx2-panel2 {
  width: 100%;
  background: url("../images/blue-fbg.png") right center / 38.5417vw auto repeat-y, #EFF8FF;
  padding: 3.125vw 0;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 {
    padding: 30px 0 20px 0;
    background: #EFF8FF;
  }
}
.zx2-panel2-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;
}
@media screen and (max-width: 992px) {
  .zx2-panel2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zx2-panel2 .l {
  width: 48.9583vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .l {
    width: 100%;
  }
}
.zx2-panel2 .l .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .l .list {
    margin-top: 20px;
  }
}
.zx2-panel2 .l .list-item {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .l .list-item {
    width: 100%;
  }
}
.zx2-panel2 .l .list-item-content {
  display: block;
  width: 100%;
  background-color: white;
  margin-bottom: 1.0417vw;
  font-size: 0.9375vw;
  color: #333;
  padding: 1.0417vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .l .list-item-content {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px;
  }
}
.zx2-panel2 .l .list-item-content::before {
  content: "";
  display: inline-block;
  width: 0.4688vw;
  height: 0.8854vw;
  background: url("../images/blue-arrow-right.png") center / 100% 100%;
  margin-right: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .l .list-item-content::before {
    width: 9px;
    height: 17px;
    margin-right: 6px;
  }
}
.zx2-panel2 .l .list-item-content:hover {
  background-color: #20AFDC;
  color: white;
}
.zx2-panel2 .l .list-item-content:hover::before {
  background-image: url("../images/blue-arrow-right-a.png");
}
.zx2-panel2 .l .list-item:nth-child(odd) {
  padding-right: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .l .list-item:nth-child(odd) {
    padding-right: 0;
  }
}
.zx2-panel2 .l .list-item:nth-child(even) {
  padding-left: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .l .list-item:nth-child(even) {
    padding-left: 0;
  }
}
.zx2-panel2 .r {
  width: 28.125vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .r {
    width: 100%;
    background: url("../images/blue-fbg.png") center / 100% 100%;
    padding: 30px;
    margin-top: 20px;
  }
}
.zx2-panel2 .r .t {
  font-size: 1.4583vw;
  font-weight: bold;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.8854vw;
  margin-bottom: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .r .t {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.zx2-panel2 .r .line {
  font-size: 0.8333vw;
  color: white;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .r .line {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.zx2-panel2 .r .line img {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx2-panel2 .r .line img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }
}

.zx2-team {
  width: 100%;
  height: 23.6458vw;
  background: url("../images/zx2-team-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx2-team {
    height: auto;
    padding-bottom: 30px;
  }
}
.zx2-team-title {
  position: relative;
  padding-top: 3.125vw;
  padding-bottom: 0.8333vw;
  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;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 992px) {
  .zx2-team-title {
    padding-top: 30px;
    padding-bottom: 16px;
  }
}
.zx2-team-title-item {
  position: relative;
  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;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .zx2-team-title-item {
    -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;
  }
}
.zx2-team-title-item.active {
  color: #1A71BB;
}
.zx2-team-title-item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1A71BB;
  position: absolute;
  left: 0;
  bottom: -0.8854vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-title-item.active::after {
    bottom: -17px;
  }
}
.zx2-team-title-cn {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-title-cn {
    font-size: 16px;
  }
}
.zx2-team-title-en {
  font-size: 1.0417vw;
  font-family: 'Times New Roman';
  margin-left: 0.3125vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-title-en {
    font-size: 12px;
  }
}
.zx2-team-title-spliter {
  font-weight: bold;
  font-size: 1.6667vw;
  margin: 0 2.6042vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-title-spliter {
    font-size: 28px;
    margin: 0 10px;
  }
}
.zx2-team-title .panel-title-more {
  position: absolute;
  right: 0;
  bottom: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-title .panel-title-more {
    bottom: 30px;
  }
}
.zx2-team-list {
  margin-top: 3.6458vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-list {
    margin-top: 30px;
  }
}
.zx2-team-list-wrap {
  position: relative;
  width: 70.3125vw;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .zx2-team-list-wrap {
    width: 300px;
  }
}
.zx2-team-list-wrap .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.0833vw;
  height: 2.0833vw;
  background: url("../images/arrow-right.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx2-team-list-wrap .btn {
    width: 30px;
    height: 30px;
  }
}
.zx2-team-list-wrap .btn-next {
  right: -5.7292vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-list-wrap .btn-next {
    right: -30px;
  }
}
.zx2-team-list-wrap .btn-prev {
  background-image: url("../images/arrow-left.png");
  left: -5.7292vw;
}
@media screen and (max-width: 992px) {
  .zx2-team-list-wrap .btn-prev {
    left: -30px;
  }
}
.zx2-team-list-wrap #nuSwiper {
  display: none;
}

.zx3-dt {
  width: 100%;
  height: 30.625vw;
  background: url("../images/zx3-dt-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx3-dt {
    height: auto;
    padding-bottom: 20px;
  }
}
.zx3-dt .panel-title-cn,
.zx3-dt .panel-title-en,
.zx3-dt .panel-title-more {
  color: white;
}
.zx3-dt .panel-title {
  border-bottom-color: white;
}
.zx3-dt .panel-title::after {
  background-color: white;
}
.zx3-dt .panel-title-more i {
  background-image: url("../images/more-white.png");
}
.zx3-dt-content {
  padding-top: 2.6042vw;
}
@media screen and (max-width: 992px) {
  .zx3-dt-content {
    padding-top: 20px;
  }
}
.zx3-dt-swiper {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx3-dt-swiper {
    margin-top: 20px;
  }
}
.zx3-dt .swiper-slide {
  padding: 1.0417vw;
  background: rgba(255, 255, 255, 0.2);
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx3-dt .swiper-slide {
    padding: 10px;
  }
}
.zx3-dt .swiper-slide:hover {
  background-color: white;
}
.zx3-dt .swiper-slide:hover .title,
.zx3-dt .swiper-slide:hover .date {
  color: #22ADDC;
}
.zx3-dt .swiper-slide:hover .date::after {
  background: #22ADDC;
}
.zx3-dt .swiper-slide:hover .date::before {
  background-image: url("../images/zx3-dt-time-a.png");
}
.zx3-dt .swiper-slide .cover {
  width: 100%;
  height: 10.4167vw;
}
@media screen and (max-width: 992px) {
  .zx3-dt .swiper-slide .cover {
    height: 200px;
  }
}
.zx3-dt .swiper-slide .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zx3-dt .swiper-slide .title {
  font-size: 0.9375vw;
  margin-top: 1.0417vw;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3em;
}
@media screen and (max-width: 992px) {
  .zx3-dt .swiper-slide .title {
    font-size: 16px;
    margin-top: 10px;
    min-height: none;
  }
}
.zx3-dt .swiper-slide .date {
  font-size: 0.8333vw;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.0417vw;
  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 (max-width: 992px) {
  .zx3-dt .swiper-slide .date {
    font-size: 14px;
    margin-top: 10px;
  }
}
.zx3-dt .swiper-slide .date::before {
  content: "";
  display: block;
  width: 0.9375vw;
  height: 0.9375vw;
  background: url("../images/zx3-dt-time.png") center / 100% 100%;
  margin-right: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx3-dt .swiper-slide .date::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.zx3-dt .swiper-slide .date::after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx3-dt .swiper-slide .date::after {
    margin-left: 10px;
  }
}
.zx3-dt-swiper-pagination.swiper-pagination {
  position: static;
  margin: 1.0417vw auto 0;
}
.zx3-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5208vw;
  width: 0.5208vw;
  height: 0.5208vw;
  border-radius: 1.0417vw;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 992px) {
  .zx3-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
}
.zx3-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  width: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx3-dt-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

.zx3-expert {
  width: 100%;
  height: 26.1979vw;
  background: url("../images/zx3-expert-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx3-expert {
    height: auto;
    padding-bottom: 20px;
  }
}
.zx3-expert-content {
  padding-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .zx3-expert-content {
    padding-top: 20px;
  }
}
.zx3-expert-list {
  position: relative;
  width: 70.3125vw;
  margin: 2.0833vw auto 0;
}
@media screen and (max-width: 992px) {
  .zx3-expert-list {
    width: 60vw;
    margin: 20px auto 0;
  }
}
.zx3-expert-list .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.0833vw;
  height: 2.0833vw;
  background: url("../images/arrow-right.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx3-expert-list .btn {
    width: 30px;
    height: 30px;
  }
}
.zx3-expert-list .btn-next {
  right: -5.7292vw;
}
@media screen and (max-width: 992px) {
  .zx3-expert-list .btn-next {
    right: -50px;
  }
}
.zx3-expert-list .btn-prev {
  background-image: url("../images/arrow-left.png");
  left: -5.7292vw;
}
@media screen and (max-width: 992px) {
  .zx3-expert-list .btn-prev {
    left: -50px;
  }
}
.zx3-expert-list-item {
  display: block;
  position: relative;
  width: 100%;
  height: 15.1042vw;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .zx3-expert-list-item {
    width: 140px;
    height: 170px;
    margin: 0 auto;
  }
}
.zx3-expert-list-item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.zx3-expert-list-avatar {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.zx3-expert-list-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.zx3-expert-list-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/zx3-expert-name-bg.png") left bottom / auto 100% no-repeat;
  text-align: center;
  height: 2.3958vw;
  line-height: 2.8125vw;
  font-size: 0.9375vw;
  color: white;
}
@media screen and (max-width: 992px) {
  .zx3-expert-list-name {
    height: 46px;
    line-height: 54px;
    font-size: 18px;
  }
}

.zx3-jj {
  width: 100%;
  height: 33.3333vw;
  background: url("../images/zx3-jj-bg.png") left bottom / 100% auto no-repeat, white;
  padding-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .zx3-jj {
    height: auto;
    padding-top: 20px;
    background: white;
    padding-bottom: 20px;
  }
}
.zx3-jj-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;
}
@media screen and (max-width: 992px) {
  .zx3-jj-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zx3-jj-content .r {
  position: relative;
  width: 32.2917vw;
  height: 24.0104vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .zx3-jj-content .r {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
  }
}
.zx3-jj-content .r img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .zx3-jj-content .r img {
    width: 100%;
    height: auto;
  }
}
.zx3-jj-content .r:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.zx3-jj-content .l {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-right: 3.125vw;
}
@media screen and (max-width: 992px) {
  .zx3-jj-content .l {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.zx3-jj-content .l .panel-title-cn {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .zx3-jj-content .l .panel-title-cn {
    font-size: 20px;
  }
}
.zx3-jj-content .l p {
  margin-top: 4.1667vw;
  text-indent: 2em;
  font-size: 0.8333vw;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 992px) {
  .zx3-jj-content .l p {
    margin-top: 20px;
    font-size: 14px;
  }
}
.zx3-jj-content .l .panel-title.sp {
  border-bottom: 0;
  margin-top: 3.125vw;
}
@media screen and (max-width: 992px) {
  .zx3-jj-content .l .panel-title.sp {
    margin-top: 20px;
  }
}
.zx3-jj-content .l .panel-title.sp::after {
  display: none;
}
.zx3-jj-content .l .swiper-container {
  margin-top: 1.0417vw;
}

.zx3-kp {
  width: 100%;
  height: 38.75vw;
  background: url("../images/zx3-kp-bg.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .zx3-kp {
    height: auto;
    padding-bottom: 20px;
  }
}
.zx3-kp-content {
  padding-top: 3.125vw;
  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 (max-width: 992px) {
  .zx3-kp-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zx3-kp .l {
  width: 37.5vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l {
    width: 100%;
  }
}
.zx3-kp .l .zx3-kp-st-swiper {
  height: 19.7917vw;
  width: 21.3542vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-st-swiper {
    width: 50vw;
    height: 52.4vw;
  }
}
.zx3-kp .l .zx3-kp-st-swiper .swiper-slide {
  display: block;
  width: 100%;
  background-color: #eee;
  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.9375vw;
  padding: 0 1.0417vw;
  color: #333;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-st-swiper .swiper-slide {
    font-size: 14px;
    padding: 0 10px;
  }
}
.zx3-kp .l .zx3-kp-st-swiper .swiper-slide:hover {
  background-color: #23AFDD;
  color: white;
}
.zx3-kp .l .zx3-kp-st-swiper .swiper-slide:hover::before {
  background-image: url("../images/blue-arrow-right-a.png");
}
.zx3-kp .l .zx3-kp-st-swiper .swiper-slide::before {
  content: "";
  display: block;
  width: 0.4688vw;
  height: 0.8854vw;
  background: url("../images/blue-arrow-right.png") center / 100% 100%;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-st-swiper .swiper-slide::before {
    width: 6px;
    height: 12px;
    margin-right: 4px;
  }
}
.zx3-kp .l .zx3-kp-st-swiper .swiper-slide .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.zx3-kp .l .zx3-kp-st-title {
  width: 15.1042vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-st-title {
    width: 40vw;
    height: 52.4vw;
  }
}
.zx3-kp .l .zx3-kp-st-title img {
  width: 100%;
  height: 100%;
}
.zx3-kp .l .zx3-kp-dz {
  width: 100%;
  margin-top: 1.0417vw;
  background: url("../images/zx3-jydz-bg.png") center / 100% 100%;
  padding: 1.5625vw 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-dz {
    margin-top: 20px;
    padding: 20px 10px;
  }
}
.zx3-kp .l .zx3-kp-dz .t {
  font-size: 1.1458vw;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-dz .t {
    font-size: 20px;
  }
}
.zx3-kp .l .zx3-kp-dz .b {
  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: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-dz .b {
    margin-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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.zx3-kp .l .zx3-kp-dz .dep {
  background-color: white;
  font-size: 0.8333vw;
  color: #3fb6a3;
  border-radius: 6px;
  margin-right: 1.0417vw;
  padding: 0.4167vw 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-dz .dep {
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 10px;
  }
}
.zx3-kp .l .zx3-kp-dz .contact {
  font-size: 0.8333vw;
  color: white;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .zx3-kp .l .zx3-kp-dz .contact {
    font-size: 14px;
    margin-top: 6px;
  }
}
.zx3-kp .r {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4.1667vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp .r {
    padding-left: 0;
    margin-top: 20px;
  }
}
.zx3-kp-list {
  margin-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp-list {
    margin-top: 20px;
  }
}
.zx3-kp-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp-item {
    margin-bottom: 20px;
  }
}
.zx3-kp-item:hover .zx3-kp-title {
  color: #22AFDC;
  font-weight: bold;
}
.zx3-kp-cover {
  width: 14.5833vw;
  height: 8.3333vw;
  margin-right: 1.5625vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp-cover {
    width: 140px;
    height: 80px;
    margin-right: 10px;
  }
}
.zx3-kp-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zx3-kp-info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.zx3-kp-title {
  font-size: 0.9375vw;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .zx3-kp-title {
    font-size: 16px;
  }
}
.zx3-kp-desc {
  font-size: 0.8333vw;
  color: #999;
  margin-top: 0.5208vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .zx3-kp-desc {
    font-size: 16px;
    margin-top: 6px;
  }
}
.zx3-kp-date {
  font-size: 0.8333vw;
  color: #016fbe;
  margin-top: 0.5208vw;
}
@media screen and (max-width: 992px) {
  .zx3-kp-date {
    font-size: 16px;
    margin-top: 6px;
  }
}
.zx3-kp-date::before {
  content: "";
  display: inline-block;
  width: 3.125vw;
  height: 1px;
  background-color: #016fbe;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .zx3-kp-date::before {
    width: 40px;
  }
}

.inside-content .article-title {
  font-weight: bold;
  font-size: 1.25vw;
  color: #016fbe;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.625vw;
  margin-bottom: 0.5208vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .inside-content .article-title {
    font-size: 18px;
  }
}
.inside-content .article-info {
  font-size: 0.7292vw;
  color: #999;
  margin-bottom: 1.0417vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .inside-content .article-info {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.inside-content .article-back {
  display: block;
  width: 4.1667vw;
  height: 4.1667vw;
  background: url("../images/bank-arrow.png") center 0.2083vw / 2.0833vw 2.0833vw no-repeat, #58C5B3;
  border-radius: 50%;
  margin: 2.0833vw auto 0;
  font-size: 14px !important;
  padding-top: 2.0833vw;
  color: white !important;
  text-align: center;
  -webkit-box-shadow: rgba(46, 35, 94, 0.3) 0px 5px 10px 0px;
          box-shadow: rgba(46, 35, 94, 0.3) 0px 5px 10px 0px;
}
@media screen and (max-width: 992px) {
  .inside-content .article-back {
    width: 80px;
    height: 80px;
    margin: 20px auto 0;
    font-size: 12px;
    padding-top: 40px;
    background: url("../images/bank-arrow.png") center 10px / 36px 36px no-repeat, #58C5B3;
  }
}
.inside-content .article-back:hover {
  text-decoration: none !important;
  -webkit-animation: beat 0.5s 1;
     -moz-animation: beat 0.5s 1;
          animation: beat 0.5s 1;
}
.inside-wrap .listA .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.0833vw;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
          box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
  margin-bottom: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listA .item {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
}
.inside-wrap .listA .item::after {
  content: "";
  display: block;
  width: 1.6667vw;
  height: 1.6667vw;
  background: url("../images/jr.png") center / 100% 100%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listA .item::after {
    width: 24px;
    height: 24px;
  }
}
.inside-wrap .listA .item:hover {
  background-color: #E6F8FC;
}
.inside-wrap .listA .item:hover .title {
  color: #23AFDB;
}
.inside-wrap .listA .item:hover::after {
  background-image: url("../images/jr-a.png");
}
.inside-wrap .listA .date {
  color: #1A71BB;
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #E5E5E5;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listA .date {
    margin-right: 10px;
    padding-left: 10px;
  }
}
.inside-wrap .listA .date .md {
  font-size: 1.4583vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listA .date .md {
    font-size: 20px;
  }
}
.inside-wrap .listA .date .y {
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listA .date .y {
    font-size: 14px;
  }
}
.inside-wrap .listA .info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.inside-wrap .listA .info .title {
  font-weight: bold;
  font-size: 0.9375vw;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listA .info .title {
    font-size: 16px;
  }
}
.inside-wrap .listA .info .abs {
  font-size: 0.7292vw;
  color: #999;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listA .info .abs {
    font-size: 14px;
  }
}
.inside-wrap .listB .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.0417vw;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
          box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
  margin-bottom: 2.0833vw;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .item {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.inside-wrap .listB .item:hover {
  background-color: #E6F8FB;
}
.inside-wrap .listB .item:hover .info .title {
  color: #20AEDB;
}
.inside-wrap .listB .item .cover {
  width: 14.7396vw;
  height: 9.375vw;
  margin-right: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .item .cover {
    width: 100px;
    height: 63px;
    margin-right: 10px;
  }
}
.inside-wrap .listB .item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside-wrap .listB .info {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inside-wrap .listB .info .title {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .info .title {
    font-size: 16px;
  }
}
.inside-wrap .listB .info .abs {
  font-size: 0.7292vw;
  color: #999;
  margin-top: 1.0417vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .info .abs {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inside-wrap .listB .info .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;
  margin-top: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .info .date {
    margin-top: 10px;
  }
}
.inside-wrap .listB .info .date .text {
  font-size: 0.8333vw;
  color: #999;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .info .date .text {
    font-size: 14px;
  }
}
.inside-wrap .listB .info .date .go {
  color: #016fbe;
  font-size: 0.8333vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .info .date .go {
    font-size: 14px;
  }
}
.inside-wrap .listB .info .date .go::after {
  content: '';
  display: inline-block;
  width: 1.1458vw;
  height: 0.2083vw;
  background: url("../images/dianjijinru.png") center / 100% 100%;
  margin-left: 1.0417vw;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listB .info .date .go::after {
    width: 22px;
    height: 4px;
    margin-left: 10px;
  }
}
.inside-wrap .listC {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inside-wrap .listC .item {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
          box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
  padding: 1.0417vw;
  width: 19.2708vw;
  margin-right: 2.0313vw;
  margin-bottom: 2.0833vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listC .item {
    width: 45vw;
    margin-right: 4vw;
    padding: 10px;
    margin-bottom: 4vw;
  }
  .inside-wrap .listC .item:nth-child(2n) {
    margin-right: 0;
  }
}
.inside-wrap .listC .item:nth-child(4n) {
  margin-right: 0;
}
.inside-wrap .listC .item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.inside-wrap .listC .item .cover {
  width: 17.1875vw;
  height: 11.4583vw;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listC .item .cover {
    height: 30vw;
    width: 100%;
  }
}
.inside-wrap .listC .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.inside-wrap .listC .item .text {
  font-size: 0.8333vw;
  color: #333;
  margin-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listC .item .text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inside-wrap .listC .item .text::before {
  content: "";
  display: inline-block;
  width: 0.4688vw;
  height: 0.8854vw;
  background: url("../images/blue-arrow-right.png") center / 100% 100%;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listC .item .text::before {
    width: 6px;
    height: 11px;
  }
}
.inside-wrap .listD {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inside-wrap .listD .item {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
          box-shadow: 0 2px 10px 0 rgba(46, 35, 94, 0.1);
  border-radius: 1.0417vw;
  margin-right: 1.7708vw;
  margin-bottom: 1.7708vw;
  overflow: hidden;
  width: 26.5625vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listD .item {
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.inside-wrap .listD .item:nth-child(3n) {
  margin-right: 0;
}
.inside-wrap .listD .item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.inside-wrap .listD .item .cover {
  position: relative;
  width: 100%;
  height: 14.5833vw;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listD .item .cover {
    width: 100%;
    height: 51.6vw;
  }
}
.inside-wrap .listD .item .cover.play::after {
  content: "";
  display: block;
  width: 2.6042vw;
  height: 2.6042vw;
  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%);
  background: url("../images/play-icon.png") center / 100% 100%;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listD .item .cover.play::after {
    width: 40px;
    height: 40px;
  }
}
.inside-wrap .listD .item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.inside-wrap .listD .item .cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside-wrap .listD .item .title {
  font-size: 0.9375vw;
  padding: 20px;
  color: #333;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listD .item .title {
    font-size: 16px;
    padding: 10px;
  }
}
.inside-wrap .listD .item .date {
  font-size: 0.8333vw;
  color: #666;
  padding: 10px 20px;
}
@media screen and (max-width: 992px) {
  .inside-wrap .listD .item .date {
    font-size: 14px;
    padding: 010px;
  }
}
.inside-wrap .expert-column {
  font-size: 1.1458vw;
  font-weight: bold;
  color: #016fbe;
  margin-bottom: 1.0417vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-column {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.inside-wrap .expert-info {
  background-color: #F2F8FC;
  padding: 2.0833vw;
  border-radius: 1.0417vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-info {
    padding: 10px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inside-wrap .expert-info > img {
  width: 9.6875vw;
  height: auto;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-info > img {
    width: 120px;
    margin: 0 auto;
  }
}
.inside-wrap .expert-info-r {
  position: relative;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.0833vw;
  padding-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-info-r {
    margin-left: 0;
    padding-top: 10px;
  }
}
.inside-wrap .expert-name {
  font-size: 1.25vw;
  color: #016fbe;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-name {
    font-size: 18px;
    text-align: center;
  }
}
.inside-wrap .expert-title {
  font-size: 0.8333vw;
  margin-top: 0.5208vw;
  color: #333;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-title {
    font-size: 14px;
    margin-top: 0;
    text-align: center;
  }
}
.inside-wrap .expert-sk {
  font-size: 0.8333vw;
  color: #666;
  margin-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-sk {
    font-size: 14px;
    margin-top: 0;
  }
}
.inside-wrap .expert-td {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.0417vw;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-td {
    position: static;
    -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;
  }
}
.inside-wrap .expert-td > div {
  font-size: 0.8333vw;
  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 (max-width: 992px) {
  .inside-wrap .expert-td > div {
    font-size: 14px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.inside-wrap .expert-td .t {
  color: #1A71BB;
}
.inside-wrap .expert-td .text {
  color: #333;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-td .text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.inside-wrap .expert-time {
  margin-right: 1.0417vw;
}
.inside-wrap .expert-time::before {
  content: "";
  display: block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/dep-sj-icon.png") center / 100% 100%;
  margin-right: 4px;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-time::before {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-address {
    margin-left: 0;
  }
}
.inside-wrap .expert-address::before {
  content: "";
  display: block;
  width: 1.0417vw;
  height: 1.0417vw;
  background: url("../images/dep-dz-icon.png") center / 100% 100%;
  margin-right: 4px;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-address::before {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.inside-wrap .expert-jj-t {
  font-size: 1.0417vw;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .inside-wrap .expert-jj-t {
    font-size: 18px;
  }
}

.inside-content .jarticle p {
  text-indent: 2em;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.inside-content .jarticle p.nti {
  text-indent: 0;
}
.inside-content .jarticle-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inside-content .jarticle-cover {
  width: 760px;
  height: 440px;
}
.inside-content .jarticle-cover img {
  width: 100%;
  height: 100%;
}
.inside-content .jarticle .r {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
.inside-content .jarticle-num-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 90px;
}
.inside-content .jarticle-num .text {
  font-size: 16px;
  color: #666;
}
.inside-content .jarticle-num .num {
  font-size: 48px;
  color: #016fbe;
}
.inside-content .jarticle-line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}
.inside-content .jarticle-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #016fbe;
  margin-bottom: 20px;
}
