@-webkit-keyframes nav_two {
  0% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes nav_two {
  0% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes nav_two {
  0% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes nav_one_change {
  0% {
    margin-bottom: 60px;
  }
  100% {
    margin-bottom: 20px;
  }
}

@-moz-keyframes nav_one_change {
  0% {
    margin-bottom: 60px;
  }
  100% {
    margin-bottom: 20px;
  }
}

@keyframes nav_one_change {
  0% {
    margin-bottom: 60px;
  }
  100% {
    margin-bottom: 20px;
  }
}

@-webkit-keyframes ks_nav_change {
  0% {
    margin-right: 40px;
  }
  100% {
    margin-right: 20px;
  }
}

@-moz-keyframes ks_nav_change {
  0% {
    margin-right: 40px;
  }
  100% {
    margin-right: 20px;
  }
}

@keyframes ks_nav_change {
  0% {
    margin-right: 40px;
  }
  100% {
    margin-right: 20px;
  }
}

@-webkit-keyframes sel_two {
  0% {
    margin-left: -20px;
  }
  100% {
    margin-left: 0;
  }
}

@-moz-keyframes sel_two {
  0% {
    margin-left: -20px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes sel_two {
  0% {
    margin-left: -20px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes change_top {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes change_top {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}

@keyframes change_top {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes and_none1 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-moz-keyframes and_none1 {
  from {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1);
         transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes and_none1 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes y_max {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  75% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes y_max {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  25% {
    -moz-transform: scale(2);
         transform: scale(2);
  }
  50% {
    -moz-transform: scale(0.7);
         transform: scale(0.7);
  }
  75% {
    -moz-transform: scale(1.5);
         transform: scale(1.5);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes y_max {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
            transform: scale(2);
  }
  50% {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
            transform: scale(0.7);
  }
  75% {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

.bodyhid {
  width: 100%;
  overflow: hidden;
}

.in-page {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #0073a3;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #0073a3;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html {
  font-family: "Microsoft YaHei";
}

body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #1D2630;
  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-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  to {
    -moz-transform: rotate(359deg);
         transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.spinner-box {
  width: 300px;
  height: 300px;
  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;
  background-color: transparent;
}

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  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-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #55b0de;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0073a3), to(#55b0de));
  background: -moz-linear-gradient(bottom, #0073a3 33%, #55b0de 100%);
  background: linear-gradient(0deg, #0073a3 33%, #55b0de 100%);
  -webkit-animation: spin 0.8s linear 0s infinite;
  -moz-animation: spin 0.8s linear 0s infinite;
       animation: spin 0.8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.bodyhid {
  width: 100%;
  overflow: hidden;
}

.in-page {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #0073a3;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #0073a3;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html {
  font-family: "Microsoft YaHei";
}

body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #1D2630;
  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-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.spinner-box {
  width: 300px;
  height: 300px;
  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;
  background-color: transparent;
}

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  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-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #55b0de;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0073a3), to(#55b0de));
  background: -moz-linear-gradient(bottom, #0073a3 33%, #55b0de 100%);
  background: linear-gradient(0deg, #0073a3 33%, #55b0de 100%);
  -webkit-animation: spin 0.8s linear 0s infinite;
  -moz-animation: spin 0.8s linear 0s infinite;
       animation: spin 0.8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.dj-index .top-img {
  margin-top: 160px;
  height: 290px;
  position: relative;
  background-image: url("../img/dj-top-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.dj-index .top-img .dj-text {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.dj-index .top-img .dj-text .name {
  font-size: 36px;
  height: 236px;
  line-height: 236px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.dj-index .top-img .dj-text .ads {
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 80px;
}

.dj-index .top-img .dj-text .ads div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}

.dj-index .top-img .dj-text .ads div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.dj-index .top-img .dj-text .ads div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #d9c764;
}

.dj-index .top-img .dj-text .ads div .img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("../img/local.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.dj-index .top-img .dj-text .ads div a,
.dj-index .top-img .dj-text .ads div span {
  display: inline-block;
  font-size: 14px;
  height: 14px !important;
  color: #fff;
  margin: 0 10px;
  line-height: 14px !important;
  vertical-align: middle;
}

.dj-index .top-img .dj-text .ads div span {
  margin: 0 5px;
}

.dj-index .top-img .dj-text .tab {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 56px;
  background-color: rgba(237, 200, 193, 0.7);
}

.dj-index .top-img .dj-text .tab div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.dj-index .top-img .dj-text .tab div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.dj-index .top-img .dj-text .tab div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #d9c764;
}

.dj-index .top-img .dj-text .tab div a {
  display: inline-block;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
}

.dj-index .top-img .dj-text .tab div a:hover {
  color: #dc4141;
  font-weight: bold;
}

.dj-index .dj-home {
  padding: 40px 0 0 0;
}

.dj-index .dj-home .new-box {
  width: 1200px;
  margin: 0 auto;
}

.dj-index .dj-home .new-box .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;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dj-index .dj-home .new-box .title .l {
  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: 24px;
  color: #dc4141;
  font-weight: bold;
}

.dj-index .dj-home .new-box .title .l img {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.dj-index .dj-home .new-box .title a {
  font-size: 16px;
  color: #dc4141;
}

.dj-index .dj-home .new-box .news-banner {
  height: 360px;
  margin: 30px 0;
  -webkit-box-shadow: 0px 0px 20px -10px #ccc;
     -moz-box-shadow: 0px 0px 20px -10px #ccc;
          box-shadow: 0px 0px 20px -10px #ccc;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a img {
  display: block;
  width: 50%;
  height: 100%;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text {
  width: 50%;
  padding: 50px 30px 30px 30px;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #333;
  line-height: 36px;
  position: relative;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* W3C */
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text .icon {
  width: 40px;
  height: 5px;
  background-color: #dc4141;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text div:nth-of-type(3) {
  display:none;
}

.dj-index .dj-home .new-box .news-banner .swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  text-align: right;
  padding-right: 40px;
}

.dj-index .dj-home .new-box .news-banner .swiper-pagination span {
  width: 10px;
  height: 10px;
  border: 2px solid #dc4141;
  background: none;
}

.dj-index .dj-home .new-box .news-banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #dc4141;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a img {
  display: block;
  width: 50%;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #333;
  line-height: 36px;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* W3C */
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text h1:after{
  display:block;
  content:"";
  width: 40px;
  height: 5px;
  background-color: #dc4141;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
  font-size: 14px;
  color: #999;
  margin: 20px 0;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text div:nth-of-type(2) {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* W3C */
  display: box;
  box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text .more {
  display:none;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text {
  width: 50%;
  padding: 50px 40px;
}

.dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
  display:none;
}

.dj-index .dj-home .new-box .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;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dj-index .dj-home .new-box .list li {
  width: 48%;
  margin-bottom: 30px;
}

.dj-index .dj-home .new-box .list li a div:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dj-index .dj-home .new-box .list li a div:nth-of-type(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;
}

.dj-index .dj-home .new-box .list li a div:nth-of-type(2) img {
  width: 16px;
  height: 16px;
}

.dj-index .dj-home .new-box .list li a div:nth-of-type(2) span:nth-of-type(1) {
  color: #999;
  font-size: 16px;
  margin: 0 16px;
}

.dj-index .dj-home .new-box .list li a div:nth-of-type(2) span:nth-of-type(2) {
  height: 1px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px dashed #e5e5e5;
}

.dj-index .dj-home .new-box .list-swiper {
  margin-top: 30px;
  margin-bottom: 50px;
  height: 180px;
}

.dj-index .dj-home .new-box .list-swiper .djSwiper {
  overflow: hidden;
}

.dj-index .dj-home .new-box .list-swiper .djSwiper .swiper-pagination {
  display: none;
}

.dj-index .dj-home .new-box .list-swiper .swiper-slide {
  width: 24%;
  height: 180px;
  margin-right: 1.34%;
}

.dj-index .dj-home .new-box .list-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 180px;
}

.dj-index .dj-home .new-box .list-swiper .swiper-slide a img {
  display: inline-block;
  width: 100%;
  height: 180px;
}

.dj-index .dj-list {
  padding: 40px 0 0 0;
}

.dj-index .dj-list .new-box {
  width: 1200px;
  margin: 0 auto;
}

.dj-index .dj-list .new-box .box {
  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;
}

.dj-index .dj-list .new-box .box .more_wrap {
  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;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.dj-index .dj-list .new-box .box .more_wrap span {
  height: 100%;
  font-size: 24px;
  color: #dc4141;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.dj-index .dj-list .new-box .box .more_wrap span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 5px;
  background-color: #dc4141;
}

.dj-index .dj-list .new-box .box .xw-1-wrap {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li {
  width: 100%;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E5E5E5;
  padding: 25px 0 30px;
  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;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a > span {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
  width: 210px;
  height: 136px;
  overflow: hidden;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img + .det {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  padding-left: 2.07%;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
  width: 100%;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
  font-size: 14px;
  color: #888888;
  line-height: 32px;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p2 {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover > span {
  color: #dc4141;
  font-weight: bold;
}

.dj-index .dj-list .new-box .box .gongg {
  width: 300px;
  height: 100%;
  margin-left: 40px;
}

.dj-index .dj-list .new-box .box .gongg ul {
  padding-left: 20px;
  width: 300px;
}

.dj-index .dj-list .new-box .box .gongg ul li {
  border-bottom: 1px dashed #E5E5E5;
  padding: 20px 0;
  list-style: disc;
}

.dj-index .dj-list .new-box .box .gongg ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dj-index .dj-list .new-box .box .gongg ul li:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #dc4141;
  font-weight: bold;
}

.dj-index .dj-list .new-box .box .gongg ul li:hover a {
  color: #dc4141;
}

.dj-index .dj-dt {
  padding: 40px 0;
  background-image: url("../img/dj-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.dj-index .dj-dt .new-box {
  width: 1200px;
  margin: 0 auto;
}

.dj-index .dj-dt .new-box .box {
  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;
}

.dj-index .dj-dt .new-box .box .more_wrap {
  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;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.dj-index .dj-dt .new-box .box .more_wrap span {
  height: 100%;
  font-size: 24px;
  color: #dc4141;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.dj-index .dj-dt .new-box .box .more_wrap span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 5px;
  background-color: #dc4141;
}

.dj-index .dj-dt .new-box .box .dt {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dj-index .dj-dt .new-box .box .dt .time {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  border-bottom: 2px solid #dc4141;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.dj-index .dj-dt .new-box .box .dt P {
  /*text-indent: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  margin: 10px 0;
  font-size: 18px;
  color: #333;
  line-height: 26px;
}

.dj-index .dj-dt .new-box .box .dt img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.dj-index .dj-dt .new-box .box .gongg {
  width: 300px;
  height: 100%;
  margin-left: 40px;
}

.dj-index .dj-dt .new-box .box .gongg ul {
  padding-left: 20px;
  width: 300px;
}

.dj-index .dj-dt .new-box .box .gongg ul li {
  border-bottom: 1px dashed #E5E5E5;
  padding: 20px 0;
  list-style: disc;
}

.dj-index .dj-dt .new-box .box .gongg ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dj-index .dj-dt .new-box .box .gongg ul li:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #dc4141;
  font-weight: bold;
}

.dj-index .dj-dt .new-box .box .gongg ul li:hover a {
  color: #dc4141;
}

@media (max-width: 1210px) {
  .dj-index .top-img .dj-text {
    width: 96%;
  }
  .dj-index .top-img .dj-text .ads div {
    width: 96%;
    text-align: left;
  }
  .dj-index .top-img .dj-text .tab div {
    width: 96%;
  }
  .dj-index .dj-home .new-box {
    width: 96%;
  }
  .dj-index .dj-list .new-box {
    width: 96%;
  }
  .dj-index .dj-dt .new-box {
    width: 96%;
  }
}

@media (max-width: 1000px) {
  .dj-index .top-img {
    margin-top: 86px !important;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .dj-index .dj-list .new-box {
    width: 96%;
  }
  .dj-index .dj-list .new-box .box .gongg {
    display: none;
  }
  .dj-index .dj-dt .new-box {
    width: 96%;
  }
  .dj-index .dj-dt .new-box .box .gongg {
    display: none;
  }
}

@media (max-width: 768px) {
  .dj-index .dj-home {
    padding: 20px 0 0 0;
  }
  .dj-index .dj-home .new-box .title .l {
    font-size: 20px;
  }
  .dj-index .dj-home .new-box .title .l img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .dj-index .dj-home .new-box .news-banner {
    height: auto;
    margin: 20px 0;
    -webkit-box-shadow: 0px 0px 20px -10px #ccc;
       -moz-box-shadow: 0px 0px 20px -10px #ccc;
            box-shadow: 0px 0px 20px -10px #ccc;
  }
  .dj-index .dj-home .new-box .news-banner .swiper-slide a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dj-index .dj-home .new-box .news-banner .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .dj-index .dj-home .new-box .news-banner .swiper-slide a .swiper-text {
    width: 100%;
    padding: 10px 10px 30px 10px;
  }
  .dj-index .dj-home .new-box .news-banner .swiper-pagination {
    bottom: 10px;
  }
  .dj-index .dj-home .new-box .list li {
    width: 100%;
  }
  .dj-index .dj-home .new-box .list-swiper {
    margin-top: 20px;
    margin-bottom: 50px;
    height: auto;
  }
  .dj-index .dj-home .new-box .list-swiper .swiper-slide {
    width: 49%;
    height: auto;
    margin-right: 1.34%;
  }
  .dj-index .dj-home .new-box .list-swiper .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .dj-index .dj-home .new-box .list-swiper .swiper-slide a img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .dj-index .dj-home .new-box .list-swiper .swiper-pagination {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .dj-index .dj-home .new-box .list-swiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    border: 2px solid #dc4141;
    background: transparent;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .dj-index .dj-home .new-box .list-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc4141;
  }
  .dj-index .dj-list {
    padding: 20px 0 0 0 !important;
  }
  .dj-index .dj-list .new-box .box {
    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;
  }
  .dj-index .dj-list .new-box .box .more_wrap {
    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;
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .dj-index .dj-list .new-box .box .more_wrap span {
    height: 100%;
    font-size: 24px;
    color: #dc4141;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
  }
  .dj-index .dj-list .new-box .box .more_wrap span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 5px;
    background-color: #dc4141;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap {
    width: 100%;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li {
    width: 100%;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 0 30px;
    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;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a > span {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
    width: -webkit-calc(210px * 0.7);
    width: -moz-calc(210px * 0.7);
    width: calc(210px * 0.7);
    height: -webkit-calc(136px * 0.7);
    height: -moz-calc(136px * 0.7);
    height: calc(136px * 0.7);
    overflow: hidden;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img + .det {
    width: -webkit-calc(100% - -webkit-calc(210px * 0.7));
    width: -moz-calc(100% - -moz-calc(210px * 0.7));
    width: calc(100% - calc(210px * 0.7));
    padding-left: 2.07%;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
    width: 100%;
  }
  .dj-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
    font-size: 14px;
    color: #888888;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}

.bodyhid {
  width: 100%;
  overflow: hidden;
}

.in-page {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #0073a3;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #0073a3;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html {
  font-family: "Microsoft YaHei";
}

body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #1D2630;
  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-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.spinner-box {
  width: 300px;
  height: 300px;
  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;
  background-color: transparent;
}

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  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-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #55b0de;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0073a3), to(#55b0de));
  background: -moz-linear-gradient(bottom, #0073a3 33%, #55b0de 100%);
  background: linear-gradient(0deg, #0073a3 33%, #55b0de 100%);
  -webkit-animation: spin 0.8s linear 0s infinite;
  -moz-animation: spin 0.8s linear 0s infinite;
       animation: spin 0.8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.ks-index {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ks-index .top-img {
  margin-top: 160px;
  height: 290px;
  position: relative;
  background-image: url("../img/ks-top-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.ks-index .top-img .dj-text {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.ks-index .top-img .dj-text .name {
  font-size: 36px;
  height: 290px;
  line-height: 290px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.ks-index .top-img .dj-text .ads {
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 20px;
}

.ks-index .top-img .dj-text .ads div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}

.ks-index .top-img .dj-text .ads div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.ks-index .top-img .dj-text .ads div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.ks-index .top-img .dj-text .ads div .img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("../img/local.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.ks-index .top-img .dj-text .ads div a,
.ks-index .top-img .dj-text .ads div span {
  display: inline-block;
  font-size: 14px;
  height: 14px !important;
  color: #fff;
  margin: 0 10px;
  line-height: 14px !important;
  vertical-align: middle;
}

.ks-index .top-img .dj-text .ads div span {
  margin: 0 5px;
}

.ks-index .ks-box {
  padding: 50px 0 0 0;
  margin: 0 auto;
  width: 1200px;
}

.ks-index .ks-box .list-item {
  margin-bottom: 50px;
}

.ks-index .ks-box .list-item .name {
  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;
}

.ks-index .ks-box .list-item .name img {
  width: auto;
  height: auto;
  margin-right: 16px;
}

.ks-index .ks-box .list-item .name span {
  font-size: 24px;
  color: #333;
}

.ks-index .ks-box .list-item .tab {
  margin-top: 30px;
}

.ks-index .ks-box .list-item .tab span {
  font-size: 18px;
  color: #777;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 40px;
}

.ks-index .ks-box .list-item .tab span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #0a76a5;
}

.ks-index .ks-box .list-item .tab span.act {
  color: #0a76a5;
}

.ks-index .ks-box .list-item .tab span.act::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}

.ks-index .ks-box .list-item .tab span:hover {
  color: #0a76a5;
}

.ks-index .ks-box .list-item .tab span:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}

.ks-index .ks-box .list-item ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-animation-name: nav_two;
     -moz-animation-name: nav_two;
          animation-name: nav_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.ks-index .ks-box .list-item ul li {
  display: block;
  width: 19%;
  background-color: #f5f5f5;
  height: 48px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 0 20px;
  margin-top: 20px;
  margin-right: 1%;
}

.ks-index .ks-box .list-item ul li a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}

.ks-index .ks-box .list-item ul li:hover {
  background-color: #0a76a5;
}

.ks-index .ks-box .list-item ul li:hover a {
  font-weight: bold;
  color: #fff;
}

.ks-index .ks-box .list-item .ks-change {
  display: none;
}

.ks-index .ks-box .list-item .ks-change.act {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ks-index .ks-de-box-wrap {
  background-image: url("../img/ks-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  -moz-background-size: 100% 600px;
       background-size: 100% 600px;
}

.ks-index .ks-dt-box {
  padding: 50px 0;
  margin: 0 auto;
  width: 1200px;
}

.ks-index .ks-dt-box .jies {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ks-index .ks-dt-box .jies .img {
  width: 50%;
  height: 400px;
}

.ks-index .ks-dt-box .jies .r {
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
  margin-left: 40px;
}

.ks-index .ks-dt-box .jies .r .name {
  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;
  font-size: 24px;
  font-weight: bold;
  color: #0073a3;
  margin-bottom: 20px;
}

.ks-index .ks-dt-box .jies .r .name a {
  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;
  background-color: #0073a3;
  -webkit-border-radius: 56px;
     -moz-border-radius: 56px;
          border-radius: 56px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.ks-index .ks-dt-box .jies .r .name a:hover {
  -webkit-box-shadow: 3px 3px 10px -3px #0073a3;
     -moz-box-shadow: 3px 3px 10px -3px #0073a3;
          box-shadow: 3px 3px 10px -3px #0073a3;
}

.ks-index .ks-dt-box .jies .r .name a img {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.ks-index .ks-dt-box .jies .r .name a span {
  margin: 0 16px;
}

.ks-index .ks-dt-box .jies .r .text,
.ks-index .ks-dt-box .jies .r .text-s {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #333;
  border-top: 1px solid rgba(0, 115, 163, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 40px;
}

.ks-index .ks-dt-box .jies .r .text span,
.ks-index .ks-dt-box .jies .r .text-s span {
  margin-right: 20px;
}

.ks-index .ks-dt-box .jies .r .text-s {
  height: 200px;
  overflow-y: auto;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ks-index .ks-dt-box .jies .r .text-s::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.ks-index .ks-dt-box .jies .r .text-s::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.ks-index .ks-dt-box .title {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
  font-size: 24px;
  color: #0073a3;
  font-weight: bold;
}

.ks-index .ks-dt-box .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4180dc), to(#64d9ce));
  background-image: -moz-linear-gradient(left, #4180dc, #64d9ce);
  background-image: linear-gradient(to right, #4180dc, #64d9ce);
}

.ks-index .ks-dt-box .p-wrap {
  overflow-y: auto;
  height: 360px;
  margin: 20px 0;
}

.ks-index .ks-dt-box .p-wrap p {
  font-size: 18px;
  color: #555;
  line-height: 40px;
  margin-bottom: 20px;
  text-indent: 36px;
}

.ks-index .ks-dt-box .p-wrap::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.ks-index .ks-dt-box .p-wrap::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.ks-index .ks-dt-box .user {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.ks-index .ks-dt-box .user .mySwiper-ks {
  overflow: hidden;
  padding-top: 30px;
  width: 97%;
  margin: 0 auto;
}

.ks-index .ks-dt-box .user .swiper-button-prev,
.ks-index .ks-dt-box .user .swiper-button-next {
  --swiper-navigation-size: 25px;
}

.ks-index .ks-dt-box .user .swiper-button-prev::after,
.ks-index .ks-dt-box .user .swiper-button-next::after {
  color: #0a76a5;
}

.ks-index .ks-dt-box .user .swiper-button-prev,
.ks-index .ks-dt-box .user .swiper-rtl .swiper-button-next {
  left: 0 !important;
  right: auto !important;
}

.ks-index .ks-dt-box .user .swiper-button-next,
.ks-index .ks-dt-box .user .swiper-rtl .swiper-button-prev {
  right: 0 !important;
  left: auto !important;
}

.ks-index .ks-dt-box .user .swiper-slide {
  width: 180px;
  height: 350px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 18px;
  position: relative;
  background-color: #fff;
}

.ks-index .ks-dt-box .user .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -webkit-calc(50% - 20px);
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  background-color: #26b972;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.ks-index .ks-dt-box .user .swiper-slide a {
  display: block;
  width: 100%;
}

.ks-index .ks-dt-box .user .swiper-slide a img {
  width: 140px;
  height: 200px;
}

.ks-index .ks-dt-box .user .swiper-slide a p {
  text-align: center;
}

.ks-index .ks-dt-box .user .swiper-slide a p:nth-of-type(1) {
  color: #26b972;
  font-size: 16px;
  font-weight: bold;
}

.ks-index .ks-dt-box .user .swiper-slide a p:nth-of-type(2) {
  font-size: 14px;
  color: #777;
  margin: 16px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ks-index .ks-dt-box .user .swiper-slide a p:nth-of-type(3) {
  color: #333;
  font-size: 14px;
  height: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 20px;
}

.ks-index .ks-dt-box .user .swiper-slide:hover {
  margin-top: -18px;
  -webkit-box-shadow: 1px 1px 8px -4px;
     -moz-box-shadow: 1px 1px 8px -4px;
          box-shadow: 1px 1px 8px -4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ks-index .ks-dt-box .user .swiper-slide:hover::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #26b972;
}

@media (max-width: 1210px) {
  .ks-index .top-img .dj-text {
    width: 96%;
  }
  .ks-index .top-img .dj-text .ads div {
    width: 96%;
    text-align: left;
  }
  .ks-index .top-img .dj-text .tab div {
    width: 96%;
  }
  .ks-index .ks-box {
    width: 96%;
  }
  .ks-index .ks-dt-box {
    width: 96%;
  }
}

@media (max-width: 1000px) {
  .ks-index .top-img {
    margin-top: 86px !important;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .ks-index .ks-box {
    padding: 30px 0 0 0;
  }
  .ks-index .ks-box .list-item {
    margin-bottom: 30px;
  }
  .ks-index .ks-box .list-item .tab {
    margin-top: 10px;
  }
  .ks-index .ks-box .list-item .tab span {
    margin-top: 10px;
  }
  .ks-index .ks-box .list-item ul li {
    display: block;
    width: 24%;
    background-color: #f5f5f5;
    height: 48px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 0 20px;
    margin-top: 20px;
    margin-right: 1%;
  }
  .ks-index .ks-dt-box {
    padding: 30px 0;
  }
  .ks-index .ks-dt-box .jies {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ks-index .ks-dt-box .jies .img {
    width: 100%;
    height: auto;
  }
  .ks-index .ks-dt-box .jies .r {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .ks-index .ks-dt-box .jies .r .name {
    font-size: 20px;
  }
  .ks-index .ks-dt-box .jies .r .name a {
    -webkit-border-radius: 46px;
       -moz-border-radius: 46px;
            border-radius: 46px;
    font-size: 16px;
  }
  .ks-index .ks-dt-box .jies .r .name a img {
    width: 46px;
    height: 46px;
  }
  .ks-index .ks-dt-box .jies .r .text,
  .ks-index .ks-dt-box .jies .r .text-s {
    line-height: 30px;
  }
  .ks-index .ks-dt-box .jies .r .text-s {
    height: auto !important;
  }
  .ks-index .ks-dt-box .title {
    padding: 20px 0;
    font-size: 20px;
  }
  .ks-index .ks-dt-box .p-wrap {
    overflow-y: auto;
    height: 360px;
    margin: 10px 0;
  }
  .ks-index .ks-dt-box .p-wrap p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 32px;
  }
  .ks-index .ks-dt-box .user {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ks-index .ks-dt-box .user .mySwiper-ks {
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .ks-index .ks-dt-box .user .swiper-slide {
    width: 180px;
    height: 350px;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
  }
  .ks-index .ks-dt-box .user .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -webkit-calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 5px;
    background-color: #26b972;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ks-index .ks-dt-box .user .swiper-slide a {
    display: block;
    width: 100%;
  }
  .ks-index .ks-dt-box .user .swiper-slide a img {
    width: 140px;
    height: 200px;
  }
  .ks-index .ks-dt-box .user .swiper-slide a p {
    text-align: center;
  }
  .ks-index .ks-dt-box .user .swiper-slide a p:nth-of-type(1) {
    color: #26b972;
    font-size: 16px;
    font-weight: bold;
  }
  .ks-index .ks-dt-box .user .swiper-slide a p:nth-of-type(2) {
    font-size: 14px;
    color: #777;
    margin: 16px 0;
  }
  .ks-index .ks-dt-box .user .swiper-slide a p:nth-of-type(3) {
    color: #333;
    font-size: 14px;
    height: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .ks-index .ks-box .list-item ul li {
    display: block;
    width: 48%;
    background-color: #f5f5f5;
    height: 48px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 0 20px;
    margin-top: 20px;
    margin-right: 1%;
  }
}

.bodyhid {
  width: 100%;
  overflow: hidden;
}

.in-page {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #0073a3;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #0073a3;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html {
  font-family: "Microsoft YaHei";
}

body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #1D2630;
  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-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.spinner-box {
  width: 300px;
  height: 300px;
  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;
  background-color: transparent;
}

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  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-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #55b0de;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0073a3), to(#55b0de));
  background: -moz-linear-gradient(bottom, #0073a3 33%, #55b0de 100%);
  background: linear-gradient(0deg, #0073a3 33%, #55b0de 100%);
  -webkit-animation: spin 0.8s linear 0s infinite;
  -moz-animation: spin 0.8s linear 0s infinite;
       animation: spin 0.8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.zj-index {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.zj-index .top-img {
  margin-top: 160px;
  height: 290px;
  position: relative;
  background-image: url("../img/ks-top-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.zj-index .top-img .dj-text {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.zj-index .top-img .dj-text .name {
  font-size: 36px;
  height: 290px;
  line-height: 290px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.zj-index .top-img .dj-text .ads {
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 20px;
}

.zj-index .top-img .dj-text .ads div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}

.zj-index .top-img .dj-text .ads div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.zj-index .top-img .dj-text .ads div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.zj-index .top-img .dj-text .ads div .img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("../img/local.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.zj-index .top-img .dj-text .ads div a,
.zj-index .top-img .dj-text .ads div span {
  display: inline-block;
  font-size: 14px;
  height: 14px !important;
  color: #fff;
  margin: 0 10px;
  line-height: 14px !important;
  vertical-align: middle;
}

.zj-index .top-img .dj-text .ads div span {
  margin: 0 5px;
}

.zj-index .zj-box {
  padding: 50px 0 0 0;
  margin: 0 auto;
  width: 1200px;
}

.zj-index .zj-box .search {
  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;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e7e7e7;
  padding: 20px;
}

.zj-index .zj-box .search form {
  width: 1200px;
  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;
}

.zj-index .zj-box .search form .sel,
.zj-index .zj-box .search form .ipt {
  border: none;
  outline: none;
  width: 25%;
  height: 48px;
  background-color: #f5f5f5;
  padding: 0 16px;
  font-size: 14px !important;
  color: #555;
  position: relative;
}

.zj-index .zj-box .search form .sel input,
.zj-index .zj-box .search form .ipt input {
  border: none;
  outline: none;
  width: 100%;
  height: 48px;
  background-color: #f5f5f5;
  padding: 0 16px;
  font-size: 14px !important;
  color: #555;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zj-index .zj-box .search form .sel {
  position: relative;
  cursor: pointer;
}

.zj-index .zj-box .search form .sel input {
  padding: 0;
}

.zj-index .zj-box .search form .sel .sel-box {
  width: 300%;
  position: absolute;
  left: 0;
  top: 48px;
  border-top: 1px solid #e0e9f1;
  -webkit-box-shadow: 1px 1px 8px -4px;
     -moz-box-shadow: 1px 1px 8px -4px;
          box-shadow: 1px 1px 8px -4px;
  height: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  transition: all 3s;
  z-index: 10;
  padding: 30px;
  background-color: #f5f5f5;
}

.zj-index .zj-box .search form .sel .sel-box .tab {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.zj-index .zj-box .search form .sel .sel-box .tab span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  position: relative;
  background-color: #64d9ce;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.zj-index .zj-box .search form .sel .sel-box .tab span.act {
  background-color: #0073a3;
}

.zj-index .zj-box .search form .sel .sel-box ul.act {
  display: block;
}

.zj-index .zj-box .search form .sel .sel-box ul {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  -webkit-animation-name: sel_two;
     -moz-animation-name: sel_two;
          animation-name: sel_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.zj-index .zj-box .search form .sel .sel-box ul li {
  width: 184px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zj-index .zj-box .search form .sel .sel-box ul li.act {
  background-color: #0073a3;
  color: #fff;
}

.zj-index .zj-box .search form .sel .sel-box ul li:hover {
  background-color: #0073a3;
  color: #fff;
}

.zj-index .zj-box .search form .sel .sel-box ul li:last-child {
  border: none;
}

.zj-index .zj-box .search form .sel::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  background-image: url("../img/input-down.png");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.zj-index .zj-box .search form .sel:hover .sel-box {
  display: block;
  opacity: 1;
  height: auto;
}

.zj-index .zj-box .search form button {
  cursor: pointer;
  height: 48px;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#4180dc), to(#64d9ce));
  background-image: -moz-linear-gradient(left, #4180dc, #64d9ce);
  background-image: linear-gradient(to right, #4180dc, #64d9ce);
  border: none;
  width: 20%;
  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;
}

.zj-index .zj-box .search form button img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.zj-index .zj-box .search form button span {
  font-size: 18px;
  color: #fff;
  line-height: 184px;
}

.zj-index .zj-box .item-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zj-index .zj-box .item-wrap li {
  margin-top: 40px;
  width: 48%;
}

.zj-index .zj-box .item-wrap li a {
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px -10px #ccc;
     -moz-box-shadow: 0px 0px 20px -10px #ccc;
          box-shadow: 0px 0px 20px -10px #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.zj-index .zj-box .item-wrap li a:hover .img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.zj-index .zj-box .item-wrap li a .img {
  min-width: 144px;
  max-width: 144px;
  min-height: 200px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  overflow: hidden;
}

.zj-index .zj-box .item-wrap li a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.zj-index .zj-box .item-wrap li a .t .name {
  font-weight: bold;
  font-size: 20px;
  color: #0073a3;
  margin-top: 10px;
}

.zj-index .zj-box .item-wrap li a .t .ks {
  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;
  margin: 20px 0;
}

.zj-index .zj-box .item-wrap li a .t .ks div {
  width: 50%;
  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;
}

.zj-index .zj-box .item-wrap li a .t .ks div img {
  width: auto;
  height: 22px;
  margin-right: 10px;
}

.zj-index .zj-box .item-wrap li a .t .ks div span {
  font-size: 16px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zj-index .zj-box .item-wrap li a .t .text {
  height: 100px;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  overflow-y: auto;
  font-size: 16px;
  line-height: 23px;
  color: #333;
}

.zj-index .zj-box .item-wrap li a .t .text::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.zj-index .zj-box .item-wrap li a .t .text::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.zj-index .zj-dt-box {
  padding: 50px 0;
  margin: 0 auto;
  width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.zj-index .zj-dt-box .img {
  max-width: 210px;
  min-width: 210px;
  margin-right: 50px;
  height: 300px;
}

.zj-index .zj-dt-box .img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.zj-index .zj-dt-box .t .name {
  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;
}

.zj-index .zj-dt-box .t .name .l div:nth-of-type(1) {
  font-size: 24px;
  color: #0073a3;
  font-weight: bold;
  margin-bottom: 20px;
}

.zj-index .zj-dt-box .t .name .l div:nth-of-type(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;
  font-size: 16px;
  color: #777;
}

.zj-index .zj-dt-box .t .name .l div:nth-of-type(2) img {
  width: 20px;
  height: 22px;
  margin-right: 10px;
}

.zj-index .zj-dt-box .t .name a {
  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;
  background-color: #0073a3;
  -webkit-border-radius: 56px;
     -moz-border-radius: 56px;
          border-radius: 56px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.zj-index .zj-dt-box .t .name a:hover {
  -webkit-box-shadow: 3px 3px 10px -3px #0073a3;
     -moz-box-shadow: 3px 3px 10px -3px #0073a3;
          box-shadow: 3px 3px 10px -3px #0073a3;
}

.zj-index .zj-dt-box .t .name a img {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.zj-index .zj-dt-box .t .name a span {
  margin: 0 16px;
}

.zj-index .zj-dt-box .t .jies .name {
  font-size: 24px;
  color: #0073a3;
  font-weight: bold;
  padding: 28px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.zj-index .zj-dt-box .t .jies .name::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 36px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4180dc), to(#64d9ce));
  background-image: -moz-linear-gradient(left, #4180dc, #64d9ce);
  background-image: linear-gradient(to right, #4180dc, #64d9ce);
}

.zj-index .zj-dt-box .t .jies p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #555;
  text-indent: 36px;
}

@media (max-width: 1210px) {
  .zj-index .top-img .dj-text {
    width: 96%;
  }
  .zj-index .top-img .dj-text .ads div {
    width: 96%;
    text-align: left;
  }
  .zj-index .top-img .dj-text .tab div {
    width: 96%;
  }
  .zj-index .zj-box {
    width: 96%;
  }
  .zj-index .zj-dt-box {
    width: 96%;
  }
}

@media (max-width: 1000px) {
  .zj-index .top-img {
    margin-top: 86px !important;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .zj-index .zj-box {
    padding: 10px 0 0 0;
  }
  .zj-index .zj-box .search {
    display: none;
  }
  .zj-index .zj-box .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .zj-index .zj-box .item-wrap li {
    width: 100%;
    margin-top: 20px;
  }
  .zj-index .zj-box .item-wrap li a .img {
    margin-right: 10px;
  }
  .zj-index .zj-box .item-wrap li a .t .name {
    margin-top: 0;
  }
  .zj-index .zj-box .item-wrap li a .ks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5px 0 !important;
  }
  .zj-index .zj-box .item-wrap li a .ks div {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .zj-index .zj-dt-box {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .zj-index .zj-dt-box {
    padding: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .zj-index .zj-dt-box .img {
    margin: 0 auto 20px auto;
  }
}

.bodyhid {
  width: 100%;
  overflow: hidden;
}

.in-page {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #0073a3;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #0073a3;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html {
  font-family: "Microsoft YaHei";
}

body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #1D2630;
  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-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.spinner-box {
  width: 300px;
  height: 300px;
  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;
  background-color: transparent;
}

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  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-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #55b0de;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0073a3), to(#55b0de));
  background: -moz-linear-gradient(bottom, #0073a3 33%, #55b0de 100%);
  background: linear-gradient(0deg, #0073a3 33%, #55b0de 100%);
  -webkit-animation: spin 0.8s linear 0s infinite;
  -moz-animation: spin 0.8s linear 0s infinite;
       animation: spin 0.8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.news-index .top-img {
  margin-top: 160px;
  height: 290px;
  position: relative;
  background-image: url("../img/ks-top-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.news-index .top-img .dj-text {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.news-index .top-img .dj-text .name {
  font-size: 36px;
  height: 236px;
  line-height: 236px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.news-index .top-img .dj-text .ads {
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 80px;
}

.news-index .top-img .dj-text .ads div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}

.news-index .top-img .dj-text .ads div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.news-index .top-img .dj-text .ads div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.news-index .top-img .dj-text .ads div .img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("../img/local.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.news-index .top-img .dj-text .ads div a,
.news-index .top-img .dj-text .ads div span {
  display: inline-block;
  font-size: 14px;
  height: 14px !important;
  color: #fff;
  margin: 0 10px;
  line-height: 14px !important;
  vertical-align: middle;
}

.news-index .top-img .dj-text .ads div span {
  margin: 0 5px;
}

.news-index .top-img .dj-text .tab {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 56px;
  background-color: #d6e8f7;
}

.news-index .top-img .dj-text .tab div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.news-index .top-img .dj-text .tab div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.news-index .top-img .dj-text .tab div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.news-index .top-img .dj-text .tab div a {
  display: inline-block;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
}

.news-index .top-img .dj-text .tab div a:hover {
  color: #0073a3;
  font-weight: bold;
}

.news-index .dj-list {
  padding: 40px 0 0 0;
}

.news-index .dj-list .new-box {
  width: 1200px;
  margin: 0 auto;
}

.news-index .dj-list .new-box .box {
  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;
}

.news-index .dj-list .new-box .box .more_wrap {
  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;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.news-index .dj-list .new-box .box .more_wrap span {
  height: 100%;
  font-size: 24px;
  color: #0073a3;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.news-index .dj-list .new-box .box .more_wrap span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 5px;
  background-color: #0073a3;
}

.news-index .dj-list .new-box .box .xw-1-wrap {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li {
  width: 100%;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E5E5E5;
  padding: 25px 0 30px;
  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;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a > span {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
  width: 210px;
  height: 136px;
  overflow: hidden;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img + .det {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  padding-left: 2.07%;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
  width: 100%;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
  font-size: 14px;
  color: #888888;
  line-height: 32px;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p2 {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a:hover > span {
  color: #0073a3;
  font-weight: bold;
}

.news-index .dj-list .new-box .box .gongg {
  width: 300px;
  height: 100%;
  margin-left: 40px;
}

.news-index .dj-list .new-box .box .gongg ul {
  padding-left: 20px;
  width: 300px;
}

.news-index .dj-list .new-box .box .gongg ul li {
  border-bottom: 1px dashed #E5E5E5;
  padding: 20px 0;
  list-style: disc;
}

.news-index .dj-list .new-box .box .gongg ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .dj-list .new-box .box .gongg ul li:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #0073a3;
  font-weight: bold;
}

.news-index .dj-list .new-box .box .gongg ul li:hover a {
  color: #0073a3;
}

.news-index .dj-dt {
  padding: 40px 0;
  background-image: url("../img/news-dt-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.news-index .dj-dt .new-box {
  width: 1200px;
  margin: 0 auto;
}

.news-index .dj-dt .new-box .box {
  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;
}

.news-index .dj-dt .new-box .box .more_wrap {
  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;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.news-index .dj-dt .new-box .box .more_wrap span {
  height: 100%;
  font-size: 24px;
  color: #0073a3;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.news-index .dj-dt .new-box .box .more_wrap span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 5px;
  background-color: #0073a3;
}

.news-index .dj-dt .new-box .box .dt {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-index .dj-dt .new-box .box .dt .time {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  border-bottom: 2px solid #0073a3;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.news-index .dj-dt .new-box .box .dt P {
   /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  margin: 10px 0;
  font-size: 18px;
  color: #333;
  line-height: 26px;
}

.news-index .dj-dt .new-box .box .dt img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.news-index .dj-dt .new-box .box .gongg {
  width: 300px;
  height: 100%;
  margin-left: 40px;
}

.news-index .dj-dt .new-box .box .gongg ul {
  padding-left: 20px;
  width: 300px;
}

.news-index .dj-dt .new-box .box .gongg ul li {
  border-bottom: 1px dashed #E5E5E5;
  padding: 20px 0;
  list-style: disc;
}

.news-index .dj-dt .new-box .box .gongg ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .dj-dt .new-box .box .gongg ul li:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #0073a3;
  font-weight: bold;
}

.news-index .dj-dt .new-box .box .gongg ul li:hover a {
  color: #0073a3;
}

@media (max-width: 1210px) {
  .news-index .top-img .dj-text {
    width: 96%;
  }
  .news-index .top-img .dj-text .ads div {
    width: 96%;
    text-align: left;
  }
  .news-index .top-img .dj-text .tab div {
    width: 96%;
  }
  .news-index .dj-list .new-box {
    width: 96%;
  }
  .news-index .dj-dt .new-box {
    width: 96%;
  }
}

@media (max-width: 1000px) {
  .news-index .top-img {
    margin-top: 86px !important;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .news-index .dj-list .new-box {
    width: 96%;
  }
  .news-index .dj-list .new-box .box .gongg {
    display: none;
  }
  .news-index .dj-dt .new-box {
    width: 96%;
  }
  .news-index .dj-dt .new-box .box .gongg {
    display: none;
  }
}

@media (max-width: 768px) {
  .news-index .dj-list {
    padding: 20px 0 0 0 !important;
  }
  .news-index .dj-list .new-box .box {
    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;
  }
  .news-index .dj-list .new-box .box .more_wrap {
    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;
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .news-index .dj-list .new-box .box .more_wrap span {
    height: 100%;
    font-size: 24px;
    color: #0073a3;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
  }
  .news-index .dj-list .new-box .box .more_wrap span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 5px;
    background-color: #0073a3;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap {
    width: 100%;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li {
    width: 100%;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 0 30px;
    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;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a > span {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img {
    width: -webkit-calc(210px * 0.7);
    width: -moz-calc(210px * 0.7);
    width: calc(210px * 0.7);
    height: -webkit-calc(136px * 0.7);
    height: -moz-calc(136px * 0.7);
    height: calc(136px * 0.7);
    overflow: hidden;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .img + .det {
    width: -webkit-calc(100% - -webkit-calc(210px * 0.7));
    width: -moz-calc(100% - -moz-calc(210px * 0.7));
    width: calc(100% - calc(210px * 0.7));
    padding-left: 2.07%;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det {
    width: 100%;
  }
  .news-index .dj-list .new-box .box .xw-1-wrap .xw-1 li a .det .p1 {
    font-size: 14px;
    color: #888888;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}

.bodyhid {
  width: 100%;
  overflow: hidden;
}

.in-page {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.in-page span {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page .strong {
  border: none;
  background: #0073a3;
  color: #FFFFFF;
}

.in-page a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666666;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.in-page a:hover {
  background-color: #0073a3;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .in-page a,
  .in-page span {
    padding: 5px;
  }
}

html {
  font-family: "Microsoft YaHei";
}

body {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  position: relative;
}

.main {
  min-height: 600px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #1D2630;
  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-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.spinner-box {
  width: 300px;
  height: 300px;
  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;
  background-color: transparent;
}

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  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-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #55b0de;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #0073a3), to(#55b0de));
  background: -moz-linear-gradient(bottom, #0073a3 33%, #55b0de 100%);
  background: linear-gradient(0deg, #0073a3 33%, #55b0de 100%);
  -webkit-animation: spin 0.8s linear 0s infinite;
  -moz-animation: spin 0.8s linear 0s infinite;
       animation: spin 0.8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.gk-index .top-img {
  margin-top: 160px;
  height: 290px;
  position: relative;
  background-image: url("../img/ks-top-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.gk-index .top-img .dj-text {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.gk-index .top-img .dj-text .name {
  font-size: 36px;
  height: 236px;
  line-height: 236px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.gk-index .top-img .dj-text .ads {
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 80px;
}

.gk-index .top-img .dj-text .ads div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}

.gk-index .top-img .dj-text .ads div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.gk-index .top-img .dj-text .ads div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.gk-index .top-img .dj-text .ads div .img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("../img/local.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.gk-index .top-img .dj-text .ads div a,
.gk-index .top-img .dj-text .ads div span {
  display: inline-block;
  font-size: 14px;
  height: 14px !important;
  color: #fff;
  margin: 0 10px;
  line-height: 14px !important;
  vertical-align: middle;
}

.gk-index .top-img .dj-text .ads div span {
  margin: 0 5px;
}

.gk-index .top-img .dj-text .tab {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 56px;
  background-color: #d6e8f7;
}

.gk-index .top-img .dj-text .tab div {
  width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.gk-index .top-img .dj-text .tab div::-webkit-scrollbar {
  height: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.gk-index .top-img .dj-text .tab div::-webkit-scrollbar-thumb {
  height: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.gk-index .top-img .dj-text .tab div a {
  display: inline-block;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
}

.gk-index .top-img .dj-text .tab div a:hover {
  color: #0073a3;
  font-weight: bold;
}

.gk-index .gk-box .gk1 {
  background-image: url("../img/gk-1-bg.png");
  background-repeat: no-repeat;
  background-position-x: 10%;
  background-position-y: 90%;
}

.gk-index .gk-box .gk1 .gk1-box {
  width: 1200px;
  margin: 40px auto;
  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;
}

.gk-index .gk-box .gk1 .gk1-box .l .title {
  position: relative;
  padding-bottom: 30px;
}

.gk-index .gk-box .gk1 .gk1-box .l .title .zh {
  font-weight: bold;
  font-size: 30px;
  color: #0073a3;
}

.gk-index .gk-box .gk1 .gk1-box .l .title .en {
  font-size: 14px;
  margin-top: 15px;
  color: rgba(0, 115, 163, 0.5);
}

.gk-index .gk-box .gk1 .gk1-box .l .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 64px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 220, 0.94)), to(rgba(100, 217, 206, 0.94)));
  background-image: -moz-linear-gradient(left, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
  background-image: linear-gradient(to right, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
}

.gk-index .gk-box .gk1 .gk1-box .l .text {
  font-size: 18px;
  line-height: 40px;
  color: #555;
  text-indent: 36px;
  height: 200px;
  margin-top: 20px;
  overflow-y: auto;
  text-align: justify;
}

.gk-index .gk-box .gk1 .gk1-box .l .text::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.gk-index .gk-box .gk1 .gk1-box .l .text::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.gk-index .gk-box .gk1 .gk1-box .r {
  min-width: 520px;
  height: 290px;
  margin-left: 50px;
  position: relative;
}

.gk-index .gk-box .gk1 .gk1-box .r::after {
  position: absolute;
  left: -20px;
  top: 20px;
  content: "";
  width: 520px;
  height: 290px;
  background-color: #f0f7fa;
  z-index: 1;
}

.gk-index .gk-box .gk1 .gk1-box .r img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.gk-index .gk-box .gk2 {
  padding: 40px 0;
  background-color: #f0f7fa;
}

.gk-index .gk-box .gk2 .gk2-box {
  width: 1200px;
  margin: 0 auto;
}

.gk-index .gk-box .gk2 .gk2-box .text {
  font-size: 18px;
  line-height: 40px;
  color: #555;
  text-indent: 36px;
  overflow-y: auto;
  text-align: justify;
  margin-bottom: 20px;
}

.gk-index .gk-box .gk2 .gk2-box .tab {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gk-index .gk-box .gk2 .gk2-box .tab .tab-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;
  min-width: 160px !important;
  margin-bottom: 10px;
  margin-right: 10px;
}

.gk-index .gk-box .gk2 .gk2-box .tab .tab-item img {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.gk-index .gk-box .gk2 .gk2-box .tab .tab-item .tab-item-t div {
  font-size: 16px;
  line-height: 40px;
  color: #4286a3;
}

.gk-index .gk-box .gk3 {
  padding: 40px 0 60px 0;
}

.gk-index .gk-box .gk3 .gk3-box {
  width: 1200px;
  margin: 0 auto;
}

.gk-index .gk-box .gk3 .t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.gk-index .gk-box .gk3 .t .img {
  min-width: 380px;
  height: 356px;
  border: 1px solid #e2e2e2;
  padding: 4px;
  margin-right: 60px;
}

.gk-index .gk-box .gk3 .t .img img {
  width: 100%;
  height: 100%;
}

.gk-index .gk-box .gk3 .t .r .title {
  font-size: 24px;
  font-weight: bold;
  color: #0073a3;
  line-height: 40px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

.gk-index .gk-box .gk3 .t .r .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 220, 0.94)), to(rgba(100, 217, 206, 0.94)));
  background-image: -moz-linear-gradient(left, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
  background-image: linear-gradient(to right, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
}

.gk-index .gk-box .gk3 .t .r .text {
  font-size: 18px;
  line-height: 40px;
  height: 240px;
  overflow-y: auto;
  color: #555;
  text-indent: 36px;
  text-align: justify;
}

.gk-index .gk-box .gk3 .t .r .text::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.gk-index .gk-box .gk3 .t .r .text::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.gk-index .gk-box .gk3 .b {
  margin-top: 20px;
}

.gk-index .gk-box .gk3 .b .title {
  font-size: 24px;
  font-weight: bold;
  color: #0073a3;
  line-height: 40px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

.gk-index .gk-box .gk3 .b .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 220, 0.94)), to(rgba(100, 217, 206, 0.94)));
  background-image: -moz-linear-gradient(left, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
  background-image: linear-gradient(to right, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
}

.gk-index .gk-box .gk3 .b .text {
  font-size: 18px;
  line-height: 40px;
  color: #555;
  text-indent: 36px;
  text-align: justify;
}

.gk-index .gk-box .gk3 .b .tab {
  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;
  margin: 20px 0;
}

.gk-index .gk-box .gk3 .b .tab .tab-item {
  width: 24%;
  height: 142px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  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: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 40px;
}

.gk-index .gk-box .gk3 .b .tab .tab-item div {
  font-size: 16px;
  color: #fff;
}

.gk-index .gk-box .gk3 .b .tab .tab-item div:nth-of-type(2) {
  margin: 20px 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
}

.gk-index .gk-box .gk3 .b .tab .tab-item div:nth-of-type(1) span:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.gk-index .gk-box .gk3 .b .tab .tab-item:nth-of-type(1) {
  background-image: url("../img/gk-tab-bg1.png");
}

.gk-index .gk-box .gk3 .b .tab .tab-item:nth-of-type(2) {
  background-image: url("../img/gk-tab-bg2.png");
}

.gk-index .gk-box .gk3 .b .tab .tab-item:nth-of-type(3) {
  background-image: url("../img/gk-tab-bg3.png");
}

.gk-index .gk-box .gk3 .b .tab .tab-item:nth-of-type(4) {
  background-image: url("../img/gk-tab-bg4.png");
}

.gk-index .gk-box .gk4 {
  padding: 40px 0;
  background-color: #f0f7fa;
}

.gk-index .gk-box .gk4 .gk4-box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.gk-index .gk-box .gk4 .gk4-box .l .title {
  font-size: 24px;
  font-weight: bold;
  color: #0073a3;
  line-height: 40px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

.gk-index .gk-box .gk4 .gk4-box .l .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 220, 0.94)), to(rgba(100, 217, 206, 0.94)));
  background-image: -moz-linear-gradient(left, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
  background-image: linear-gradient(to right, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
}

.gk-index .gk-box .gk4 .gk4-box .l .text {
  font-size: 18px;
  line-height: 40px;
  height: 240px;
  overflow-y: auto;
  color: #555;
  text-indent: 36px;
  text-align: justify;
}

.gk-index .gk-box .gk4 .gk4-box .l .text::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.gk-index .gk-box .gk4 .gk4-box .l .text::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.gk-index .gk-box .gk4 .gk4-box .r {
  min-width: 400px;
  margin-left: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gk-index .gk-box .gk4 .gk4-box .r .img3,
.gk-index .gk-box .gk4 .gk4-box .r .img4 {
  border: 1px solid #e2e2e2;
  padding: 4px;
}

.gk-index .gk-box .gk4 .gk4-box .r .img3 img,
.gk-index .gk-box .gk4 .gk4-box .r .img4 img {
  width: 100%;
  height: 100%;
}

.gk-index .gk-box .gk4 .gk4-box .r .img3 {
  width: 400px;
  height: 300px;
  margin-top: -80px;
}

.gk-index .gk-box .gk4 .gk4-box .r .img4 {
  width: 320px;
  height: 200px;
  margin-top: -60px;
}

.gk-index .gk-box .gk5 {
  padding: 40px 0;
}

.gk-index .gk-box .gk5 .gk5-box {
  width: 1200px;
  margin: 0 auto;
}

.gk-index .gk-box .gk5 .gk5-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #0073a3;
  line-height: 40px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

.gk-index .gk-box .gk5 .gk5-box .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 220, 0.94)), to(rgba(100, 217, 206, 0.94)));
  background-image: -moz-linear-gradient(left, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
  background-image: linear-gradient(to right, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
}

.gk-index .gk-box .gk5 .gk5-box .text {
  font-size: 18px;
  line-height: 40px;
  color: #555;
  text-indent: 36px;
  text-align: justify;
}

.gk-index .gk-box .gk5 .gk5-box .text::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.gk-index .gk-box .gk5 .gk5-box .text::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

.gk-index .gk-box .gk5 .gk5-box .img-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}

.gk-index .gk-box .gk5 .gk5-box .img-wrap .img {
  min-width: 300px;
  height: 656px;
  margin-right: 60px;
}

.gk-index .gk-box .gk5 .gk5-box .img-wrap .img img {
  width: 100%;
  height: 100%;
}

.gk-index .gk-box .gk5 .gk5-box .img-wrap .text {
  height: 560px;
  overflow-y: auto;
}

.gk-index .gk-box .gk6 {
  padding: 40px 0;
  background-image: url("../img/gk-6.png");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-position: center center;
}

.gk-index .gk-box .gk6 .gk6-box {
  width: 1200px;
  margin: 0 auto;
}

.gk-index .gk-box .gk6 .gk6-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

.gk-index .gk-box .gk6 .gk6-box .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 5px;
  background-color: #fff;
}

.gk-index .gk-box .gk6 .gk6-box .text {
  width: 720px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-indent: 36px;
  text-align: justify;
}

.gk-index .gk-box .gk6 .gk6-box .text::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.gk-index .gk-box .gk6 .gk6-box .text::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0073a3;
}

@media (max-width: 1210px) {
  .gk-index .top-img .dj-text {
    width: 96%;
  }
  .gk-index .top-img .dj-text .ads div {
    width: 96%;
    text-align: left;
  }
  .gk-index .top-img .dj-text .tab div {
    width: 96%;
  }
  .gk-index .gk1 .gk1-box {
    width: 96% !important;
  }
  .gk-index .gk2 .gk2-box {
    width: 96% !important;
  }
  .gk-index .gk3 .gk3-box {
    width: 96% !important;
  }
  .gk-index .gk4 .gk4-box {
    width: 96% !important;
  }
  .gk-index .gk5 .gk5-box {
    width: 96% !important;
  }
  .gk-index .gk6 .gk6-box {
    width: 96% !important;
  }
}

@media (max-width: 1000px) {
  .gk-index .top-img {
    margin-top: 86px !important;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .gk-index .title {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .gk-index .gk1 .gk1-box {
    margin: 20px auto !important;
  }
  .gk-index .gk1 .gk1-box .r {
    margin-left: 30px !important;
  }
  .gk-index .gk2 {
    padding: 20px 0 !important;
  }
  .gk-index .gk3 {
    padding: 20px 0 30px 0 !important;
  }
  .gk-index .gk3 .gk3-box .t .img {
    margin-right: 10px !important;
  }
  .gk-index .gk3 .gk3-box .b .tab .tab-item {
    padding-left: 10px !important;
  }
  .gk-index .gk4 {
    padding: 20px 0 !important;
  }
  .gk-index .gk4 .gk4-box .r {
    margin-left: 10px !important;
  }
  .gk-index .gk4 .gk4-box .r .img3 {
    margin-top: -40px !important;
  }
  .gk-index .gk5 {
    padding: 20px 0 !important;
  }
  .gk-index .gk5 .gk5-box .img-wrap .img {
    margin-right: 10px !important;
  }
  .gk-index .gk6 {
    padding: 20px 0 !important;
  }
}

@media (max-width: 768px) {
  .gk-index .text {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .gk-index .gk1 .gk1-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gk-index .gk1 .gk1-box .l .text {
    height: auto !important;
  }
  .gk-index .gk1 .gk1-box .r {
    margin-top: 10px;
    margin-left: 0 !important;
    width: 100% !important;
    min-width: 100px !important;
  }
  .gk-index .gk1 .gk1-box .r::after {
    content: none !important;
  }
  .gk-index .gk3 .gk3-box .t {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gk-index .gk3 .gk3-box .t .img {
    margin-right: 0 !important;
    max-width: 100%;
    min-width: 100px;
  }
  .gk-index .gk3 .gk3-box .t .r .text {
    height: auto !important;
  }
  .gk-index .gk3 .gk3-box .b .tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gk-index .gk3 .gk3-box .b .tab .tab-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .gk-index .gk4 .gk4-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gk-index .gk4 .gk4-box .l .text {
    height: auto !important;
  }
  .gk-index .gk4 .gk4-box .r {
    margin-left: 0px !important;
    max-width: 100%;
    min-width: 100px !important;
  }
  .gk-index .gk4 .gk4-box .r .img3 {
    margin-top: 0px !important;
    max-width: 100%;
  }
  .gk-index .gk4 .gk4-box .r .img4 {
    max-width: 100%;
  }
  .gk-index .gk5 .gk5-box .img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 !important;
  }
  .gk-index .gk5 .gk5-box .img-wrap .img {
    margin-right: 0px !important;
    min-width: 100px;
    max-width: 100%;
  }
  .gk-index .gk5 .gk5-box .img-wrap .text {
    height: auto !important;
  }
  .gk-index .gk6 .gk6-box .text {
    width: 100% !important;
  }
}

#ksjj img,
.page-dt-d img {
  width: auto;
  height: auto;
}

#ksjj h1,
.page-dt-d h1 {
  margin-bottom: 40px !important;
}

#ksjj .time,
.page-dt-d .time {
  padding-top: 0 !important;
}

#ksjj p,
.page-dt-d p {
  line-height: 2;
  font-size: 16px;
}

#ksjj p img:nth-of-type(1),
.page-dt-d p img:nth-of-type(1) {
  margin-left: -2em !important;
  text-indent: 0;
}

@media (max-width: 768px) {
  #ksjj h1,
  .page-dt-d h1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #ksjj .time,
  .page-dt-d .time {
    padding-top: 0 !important;
  }
}

#ks_up,
#zc_up {
  display: inline-block;
  width: 0;
  height: 0;
}

@media (min-width: 1220px) {
  .xinw .search > table > tbody > tr > td > table > tbody > tr:nth-child(1) {
    width: 42% !important;
  }
  .xinw .search > table > tbody > tr > td > table > tbody > tr:nth-child(2) {
    width: 58% !important;
  }
}

@media (max-width: 1210px) {
  .xinw .search > table > tbody > tr > td > table > tbody > tr:nth-child(1) {
    width: 100%;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
  }
  .xinw .search > table > tbody > tr > td > table > tbody > tr:nth-child(2) {
    width: 100%;
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
  }
}

.tab-wrap .tab-box div a {
  font-size: 14px;
  color: #444;
}

.search-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -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;
  display: none;
}

.search-box .s-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.search-box .s-box {
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
}

.search-box .s-box form {
  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;
}

.search-box .s-box input {
  border: none;
  outline: none;
  display: inline-block;
  width: 260px;
}

.search-box .s-box button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.search-box .s-box button img {
  display: block;
  width: 36px;
  height: 36px;
}

.nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 10px 15px 10px -15px #111;
     -moz-box-shadow: 10px 15px 10px -15px #111;
          box-shadow: 10px 15px 10px -15px #111;
}

.nav .top-wrap {
  background-color: #fff;
  width: 100%;
  height: 104px;
}

.nav .top-wrap .top {
  height: 104px;
  width: 1200px;
  margin: 0 auto;
  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;
  position: relative;
}

.nav .top-wrap .top .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav .top-wrap .top .left .logo {
  height: 64px;
  width: 56px;
}

.nav .top-wrap .top .left .logo_ {
  height: 64px;
  width: 305px;
  margin-left: 2px;
}

.nav .top-wrap .top .left .logo-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 64px;
  margin-left: 100px;
}

.nav .top-wrap .top .left .logo-text .item {
  margin-right: 40px;
  height: 50%;
  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: 14px;
  color: #333;
}

.nav .top-wrap .top .left .logo-text .item img {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.nav .top-wrap .top .right {
  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;
}

.nav .top-wrap .top .right .wx-show-box {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-animation-name: nav_two;
     -moz-animation-name: nav_two;
          animation-name: nav_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.nav .top-wrap .top .right .wx,
.nav .top-wrap .top .right .search {
  margin-left: 16px;
  cursor: pointer;
}

.nav .top-wrap .top .right .wx img:hover,
.nav .top-wrap .top .right .search img:hover {
  -webkit-box-shadow: 3px 3px 10px -3px gray;
     -moz-box-shadow: 3px 3px 10px -3px gray;
          box-shadow: 3px 3px 10px -3px gray;
}

.nav .top-wrap .top .menu-button {
  display: none;
  position: absolute;
  top: -webkit-calc(50% - 19.5px);
  top: -moz-calc(50% - 19.5px);
  top: calc(50% - 19.5px);
  right: 20px;
  padding: 10px;
  cursor: pointer;
  background-image: -moz-linear-gradient(315deg, #0073a3, #55b0de);
  background-image: linear-gradient(135deg, #0073a3, #55b0de);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 99;
}

.nav .top-wrap .top .menu-button .bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.nav .top-wrap .top .menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.nav .top-wrap .top .menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.nav .top-wrap .top .cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
   -ms-transform: translateY(8px) rotate(-45deg);
       transform: translateY(8px) rotate(-45deg);
}

.nav .top-wrap .top .cross .bar:nth-of-type(2) {
  opacity: 0;
}

.nav .top-wrap .top .cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
   -ms-transform: translateY(-8px) rotate(45deg);
       transform: translateY(-8px) rotate(45deg);
}

.nav .top-wrap .top .menu-button.cross {
  background-image: -moz-linear-gradient(315deg, #0073a3, #55b0de);
  background-image: linear-gradient(135deg, #0073a3, #55b0de);
}

.nav .list {
  width: 100%;
  height: 56px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 220, 0.94)), to(rgba(100, 217, 206, 0.94)));
  background-image: -moz-linear-gradient(left, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
  background-image: linear-gradient(to right, rgba(65, 128, 220, 0.94), rgba(100, 217, 206, 0.94));
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.nav .list .s-box {
  display: none;
}

.nav .list ul {
  width: 1200px;
  height: 56px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.nav .list ul li {
  display: inline-block;
  height: 56px;
  line-height: 53px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav .list ul li a {
  display: block;
  height: 53px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.nav .list ul li a::after {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li:nth-of-type(1) {
  padding-left: 0;
}

.nav .list ul li:hover > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.nav .list ul li:hover .nav-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: nav_two;
     -moz-animation-name: nav_two;
          animation-name: nav_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.nav .list ul li:hover .nav-two .box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li:hover .nav-three {
  display: block;
  -webkit-animation-name: nav_two;
     -moz-animation-name: nav_two;
          animation-name: nav_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.nav .list ul li .nav-two {
  -webkit-box-shadow: 10px 15px 10px -15px #111;
     -moz-box-shadow: 10px 15px 10px -15px #111;
          box-shadow: 10px 15px 10px -15px #111;
  display: none;
  padding: 40px;
  position: absolute;
  left: 0;
  top: 56px;
  min-width: 1200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav .list ul li .nav-two .box {
  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: auto;
}

.nav .list ul li .nav-two .box .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .list ul li .nav-two .box .left img:nth-of-type(1) {
  width: 340px;
  height: 180px;
}

.nav .list ul li .nav-two .box .left img:nth-of-type(2) {
  width: 294px;
  height: auto;
  margin: 0 0 0 60px;
}

.nav .list ul li .nav-two .box .icon {
  margin: 0 40px;
  width: 1px;
  height: 147px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(#7ea1c2), to(#f8f8f8));
  background-image: -moz-linear-gradient(#f8f8f8, #7ea1c2, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #7ea1c2, #f8f8f8);
}

.nav .list ul li .nav-two .box .right {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  overflow-y: auto;
}

.nav .list ul li .nav-two .box .right .nav-title {
  font-size: 22px;
  color: #0073a3;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.nav .list ul li .nav-two .box .right .nav-title::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #0073a3;
}

.nav .list ul li .nav-two .box .right ul {
  display: block;
  width: 100% !important;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.nav .list ul li .nav-two .box .right ul li {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
  color: #0073a3;
  padding-left: 10px;
  border: 1px solid transparent;
}

.nav .list ul li .nav-two .box .right ul li a {
  display: block;
  height: 30;
  color: #0073a3;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li .nav-two .box .right ul li a::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li .nav-two .box .right ul li:hover > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.nav .list ul li .nav-three {
  -webkit-box-shadow: 10px 15px 10px -15px #111;
     -moz-box-shadow: 10px 15px 10px -15px #111;
          box-shadow: 10px 15px 10px -15px #111;
  display: none;
  padding: 40px;
  height: auto;
  position: absolute;
  left: 0;
  top: 56px;
  min-width: 1200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav .list ul li .nav-three .nav-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.nav .list ul li .nav-three .nav-box .left {
  height: 100%;
  width: 160px;
  font-size: 15px;
  font-weight: bold;
  color: #0073a3;
  position: relative;
}

.nav .list ul li .nav-three .nav-box .left::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #0073a3;
}

.nav .list ul li .nav-three .nav-box .right {
  border-left: 1px solid #0073a3;
  padding: 0 0 10px 20px;
flex: 1;
}

.nav .list ul li .nav-three .nav-box .right .item {
  margin-bottom: 0px;
}

.nav .list ul li .nav-three .nav-box .right .item h1 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #0073a3;
  border-bottom: 1px solid #0073a3;
}

.nav .list ul li .nav-three .nav-box .right .item ul {
  display: inline-block;
  width: 100% !important;
  margin: 0;
  padding: 0;
  line-height: 30px;
  height: auto;
}

.nav .list ul li .nav-three .nav-box .right .item ul li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
}

.nav .list ul li .nav-three .nav-box .right .item ul li a {
  display: block;
  color: #0073a3;
  font-size: 14px;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li .nav-three .nav-box .right .item ul li a::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .list ul li .nav-three .nav-box .right .item ul li:hover > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.nav .list ul li .nav-two li a::after,
.nav .list ul li .nav-three li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #0073a3 !important;
}

.dj .nav .top-wrap .menu-button {
  background-image: -moz-linear-gradient(315deg, #dc4141, #d9c764);
  background-image: linear-gradient(135deg, #dc4141, #d9c764);
}

.dj .nav .top-wrap .menu-button.cross {
  background-image: -moz-linear-gradient(315deg, #dc4141, #d9c764);
  background-image: linear-gradient(135deg, #dc4141, #d9c764);
}

.dj .nav .list {
  background-image: -webkit-gradient(linear, left top, right top, from(#dc4141), to(#d9c764));
  background-image: -moz-linear-gradient(left, #dc4141, #d9c764);
  background-image: linear-gradient(to right, #dc4141, #d9c764);
}

.index .banner {
  min-height: -webkit-calc(100vh - 164px);
  min-height: -moz-calc(100vh - 164px);
  min-height: calc(100vh - 164px);
  width: 100%;
  height: 110px;
  max-height: -webkit-calc(100vh - 110px);
  max-height: -moz-calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  margin-top: 110px;
}

.index .banner .image, .index .banner .swiper-container .swiper-slide > img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.index .banner .wh, .index .banner .swiper-container, .index .banner .swiper-container .swiper-wrapper, .index .banner .swiper-container .swiper-slide, .index .banner .swiper-container .swiper-slide .ban {
  width: 100%;
  height: 100%;
}

.index .banner .ts-mc, .index .banner .swiper-container .swiper-slide .ban {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.index .banner .swiper-container .swiper-slide {
  position: relative;
}

.index .banner .swiper-container .swiper-slide .ban {
  z-index: 15;
  max-width: 1400px;
  top: -50px;
}

.index .banner .swiper-container .swiper-slide .ban img {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}

.index .banner .swiper-container .swiper-slide .ban .b11 {
  left: 0;
  top: 20%;
  z-index: 10;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate(0, 0) scale(1.5, 1.5);
     -moz-transform: translate(0, 0) scale(1.5, 1.5);
      -ms-transform: translate(0, 0) scale(1.5, 1.5);
          transform: translate(0, 0) scale(1.5, 1.5);
}

.index .banner .swiper-container .swiper-slide .ban .b12 {
  left: 410px;
  top: 28.6%;
  z-index: 10;
  -webkit-transition-delay: .7s;
     -moz-transition-delay: .7s;
          transition-delay: .7s;
  -webkit-transform: translate(0, 150px) scale(1, 1);
     -moz-transform: translate(0, 150px) scale(1, 1);
      -ms-transform: translate(0, 150px) scale(1, 1);
          transform: translate(0, 150px) scale(1, 1);
}

.index .banner .swiper-container .swiper-slide .ban .b13 {
  left: 130px;
  top: 27%;
  z-index: 10;
  -webkit-transition-delay: 1.6s;
     -moz-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-transform: translate(0, 0) scale(1.5, 1.5);
     -moz-transform: translate(0, 0) scale(1.5, 1.5);
      -ms-transform: translate(0, 0) scale(1.5, 1.5);
          transform: translate(0, 0) scale(1.5, 1.5);
}

.index .banner .swiper-container .swiper-slide .ban .b21 {
  right: 0 !important;
  left: auto !important;
}

.index .banner .swiper-container .swiper-slide .ban .b22 {
  right: 40px !important;
  left: auto !important;
}

.index .banner .swiper-container .swiper-slide .ban .b23 {
  right: 80px !important;
  left: auto !important;
}

.index .banner .swiper-container .swiper-slide-active > img {
  -webkit-animation: and_none1 10s linear 0s both;
     -moz-animation: and_none1 10s linear 0s both;
          animation: and_none1 10s linear 0s both;
}

.index .banner .swiper-container .swiper-slide-active .ban img {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1, 1) !important;
     -moz-transform: translate(0, 0) scale(1, 1) !important;
      -ms-transform: translate(0, 0) scale(1, 1) !important;
          transform: translate(0, 0) scale(1, 1) !important;
}

.index .banner .swiper-button-next,
.index .banner .swiper-button-prev {
  opacity: 0.2;
}

.index .banner:hover .swiper-button-next,
.index .banner:hover .swiper-button-prev {
  opacity: 1;
}

.index .banner .swiper-pagination {
  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;
  bottom: 100px;
  z-index: 200;
  text-align: center;
  margin: 0 auto;
}

.index .banner .swiper-pagination span {
  opacity: 1;
  margin: 0 10px !important;
  width: 10px;
  height: 10px;
  background: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #fff;
}

.index .banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.index .nav-tab {
  width: 1200px;
  height: 140px;
  margin: -80px auto 0 auto;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 1px 1px 8px -4px;
     -moz-box-shadow: 1px 1px 8px -4px;
          box-shadow: 1px 1px 8px -4px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .nav-tab .nav-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 140px;
}

.index .nav-tab .nav-item a {
  display: block;
  width: 100%;
  height: 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;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .nav-tab .nav-item img {
  display: block;
  max-width: 36px;
  max-height: 36px;
  height: auto;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .nav-tab .nav-item span {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}

.index .nav-tab .nav-item:hover img {
  -webkit-transform: rotateY(360deg) scale(1.3);
     -moz-transform: rotateY(360deg) scale(1.3);
          transform: rotateY(360deg) scale(1.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index .nav-tab .nav-item:hover span {
  font-size: 18px;
  font-weight: bold;
}

.index .nav-tab .nav-item:nth-of-type(1) {
  background-color: #0073a3;
}

.index .nav-tab .nav-item:nth-of-type(2) {
  background-image: url("../img/nav2-bg.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.index .nav-tab .nav-item:nth-of-type(2) span {
  color: #0073a3;
}

.index .nav-tab .nav-item:nth-of-type(3) {
  background-color: #2aaadf;
}

.index .nav-tab .nav-item:nth-of-type(4) {
  background-image: url("../img/nav4-bg.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.index .nav-tab .nav-item:nth-of-type(4) span {
  color: #0073a3;
}

.index .nav-tab .nav-item:nth-of-type(5) {
  background-image: url("../img/nav5-bg.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.index .nav-tab .nav-item:nth-of-type(6) {
  background-image: url("../img/nav6-bg.png");
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.index .nav-tab .nav-item:nth-of-type(6) span {
  color: #0073a3;
}

.index .news {
  margin-top: -60px;
  width: 100%;
  height: 780px;
  padding: 110px 0 40px 0;
  background-image: url("../img/news-bg.png");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

.index .news .news-title {
  text-align: center;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url("../img/news-conter.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.index .news .news-title span {
  font-size: 36px;
  color: #0073a3;
}

.index .news .news-box {
  margin: 40px auto 0 auto;
  width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .news .news-box .news-left {
  width: 67.5%;
}

.index .news .news-box .news-left .n-l-t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #0073a3;
  margin-bottom: 20px;
}

.index .news .news-box .news-left .n-l-t .news-tab {
  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;
  cursor: pointer;
}

.index .news .news-box .news-left .n-l-t .news-tab div {
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  font-size: 22px;
  color: #333;
}

.index .news .news-box .news-left .n-l-t .news-tab div.act {
  color: #fff;
  background-color: #0073a3;
}

.index .news .news-box .news-left .n-l-t a {
  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;
}

.index .news .news-box .news-left .n-l-t a span {
  color: #0073a3;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}

.index .news .news-box .news-left .n-l-t a img {
  display: block;
  width: 16px;
  height: 16px;
}

.index .news .news-box .news-left .news-item-page {
  display: none;
  position: relative;
  -webkit-animation-name: nav_two;
     -moz-animation-name: nav_two;
          animation-name: nav_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.index .news .news-box .news-left .news-item-page.act {
  display: block;
}

.index .news .news-box .news-left .news-banner .swiper-slide a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .news .news-box .news-left .news-banner .swiper-slide a img {
  display: block;
  width: 390px;
  margin-right: 30px;
}

.index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #333;
  line-height: 36px;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* W3C */
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
  font-size: 14px;
  color: #999;
  margin: 20px 0;
}

.index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text div:nth-of-type(2) {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* W3C */
  display: box;
  box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text .more {
  font-size: 14px;
  color: #26b972;
  text-align: right;
  margin-top: 20px;
}

.index .news .news-box .news-left .news-banner .swiper-pagination {
  width: -webkit-calc(100% - 420px);
  width: -moz-calc(100% - 420px);
  width: calc(100% - 420px);
  position: absolute;
  left: 420px;
  bottom: 6px;
  text-align: left;
}

.index .news .news-box .news-left .news-list ul {
  padding-left: 20px;
  margin-top: 20px;
}

.index .news .news-box .news-left .news-list ul li {
  list-style-type: disc;
  color: #26b972;
  height: 48px;
}

.index .news .news-box .news-left .news-list ul li:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #0073a3;
  font-weight: bold;
}

.index .news .news-box .news-left .news-list ul li:hover a {
  color: #0073a3;
}

.index .news .news-box .news-left .news-list ul li:hover a span {
  color: #0073a3 !important;
}

.index .news .news-box .news-left .news-list ul li a {
  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;
  width: 100%;
  height: 100%;
}

.index .news .news-box .news-left .news-list ul li a span:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index .news .news-box .news-left .news-list ul li a span:nth-of-type(2) {
  font-size: 16px;
  color: #999;
  display: inline-block;
  width: 100px;
}

.index .news .news-box .news-right {
  width: -webkit-calc(32.5% - 30px);
  width: -moz-calc(32.5% - 30px);
  width: calc(32.5% - 30px);
  margin-left: 30px;
}

.index .news .news-box .news-right .n-r-t {
  width: 100%;
  height: 80px;
  background-color: #0073a3;
  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 30px;
}

.index .news .news-box .news-right .n-r-t .name {
  font-size: 22px;
  color: #fff;
}

.index .news .news-box .news-right .n-r-t a {
  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;
}

.index .news .news-box .news-right .n-r-t a img {
  display: block;
  width: 16px;
  height: 16px;
}

.index .news .news-box .news-right .n-r-t a span {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.index .news .news-box .news-right ul {
  padding-left: 20px;
  padding-right: 20px;
}

.index .news .news-box .news-right ul li {
  list-style-type: disc;
  color: #26b972;
  height: 80px;
  border-bottom: 1px dashed #dddddd;
}

.index .news .news-box .news-right ul li:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #0073a3;
  font-weight: bold;
}

.index .news .news-box .news-right ul li:hover a {
  color: #0073a3;
}

.index .news .news-box .news-right ul li:hover a div {
  color: #0073a3 !important;
}

.index .news .news-box .news-right ul li a div:nth-of-type(1) {
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.index .news .news-box .news-right ul li a div:nth-of-type(2) {
  font-size: 16px;
  line-height: 40px;
  color: #999;
}

.index .set_ {
  width: 100%;
  padding: 40px 0 20px 0;
}

.index .set_ .set_box {
  width: 1200px;
  margin: 0 auto;
}

.index .set_ .set_box .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;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.index .set_ .set_box .title span {
  font-size: 30px;
  color: #0073a3;
}

.index .set_ .set_box .title a {
  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;
}

.index .set_ .set_box .title a span {
  font-size: 16px;
  line-height: 16px;
  color: #0073a3;
}

.index .set_ .set_box .title a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.index .set_ .set_box .tab-main-wrap {
  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;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  background-color: #0073a3;
  height: 300px;
  padding: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-box {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-box .tab-item {
  cursor: pointer;
  height: 40px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
  background-color: #338fb5;
  margin-right: 10px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-box .tab-item.act {
  color: #0073a3;
  background-color: #fff;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main {
  height: 230px;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks.act {
  display: block;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks {
  display: none;
  width: 100%;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item {
  position: relative;
  -webkit-animation-name: nav_two;
     -moz-animation-name: nav_two;
          animation-name: nav_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
  float: left;
  height: 40px;
  width: 30%;
  text-align: left;
  line-height: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 2% 5px 0;
  overflow: hidden;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item span {
  max-width: 100%;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item span::before {
  position: absolute;
  content: "";
  left: 2px;
  top: -webkit-calc(50% - 2.5px);
  top: -moz-calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item span::after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item.act {
  font-size: 16px;
  color: #fff;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item.act span::after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item:nth-child(3n+3) {
  margin-right: 0;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks::-webkit-scrollbar {
  width: 5px;
  background: #b1bcbf;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks::-webkit-scrollbar-thumb {
  width: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
}

.index .set_ .set_box .tab-main-wrap .img {
  width: 400px;
  height: 300px;
  background-color: #fefefe;
  overflow: hidden;
}

.index .set_ .set_box .tab-main-wrap .img img {
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .set_ .set_box .tab-main-wrap .img span {
  display: inline-block;
  width: 0px;
  height: 0px;
}

.index .set_ .set_box .tab-main-wrap .img:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index .team-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  background-image: url("../img/team-bg.png");
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  height: 659px;
}

.index .team-wrap .team {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}

.index .team-wrap .team .user {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.index .team-wrap .team .user .btn {
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 100%;
  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;
}

.index .team-wrap .team .user .btn .swiper-button-prev:after {
  display: none;
}

.index .team-wrap .team .user .btn .swiper-button-next:after {
  display: none;
}

.index .team-wrap .team .user .btn .swiper-button-next,
.index .team-wrap .team .user .btn .swiper-button-prev {
  background-position: center center;
  background-repeat: no-repeat;
  width: 27px;
  top: 50%;
}

.index .team-wrap .team .user .btn .swiper-button-next {
  left: 60%;
  background-image: url("../img/jt-right.png");
}

.index .team-wrap .team .user .btn .swiper-button-prev {
  left: -webkit-calc(40% - 27px);
  left: -moz-calc(40% - 27px);
  left: calc(40% - 27px);
  background-image: url("../img/jt-left.png");
}

.index .team-wrap .team .user .btn .swiper-pagination {
  width: 20%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-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;
  z-index: 200;
  text-align: center;
  margin: 0 auto;
}

.index .team-wrap .team .user .btn .swiper-pagination span {
  opacity: 1;
  margin: 0 2px !important;
  width: 10px;
  height: 10px;
  background: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #fff;
}

.index .team-wrap .team .user .btn .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.index .team-wrap .team .user .mySwiper {
  overflow: hidden;
  padding-top: 30px;
}

.index .team-wrap .team .user .swiper-slide {
  width: 180px;
  height: 350px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 23px;
  position: relative;
  background-color: #fff;
}

.index .team-wrap .team .user .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -webkit-calc(50% - 20px);
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  background-color: #26b972;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .team-wrap .team .user .swiper-slide a {
  display: block;
  width: 100%;
}

.index .team-wrap .team .user .swiper-slide a img {
  width: 140px;
  height: 200px;
}

.index .team-wrap .team .user .swiper-slide a p {
  text-align: center;
}

.index .team-wrap .team .user .swiper-slide a p:nth-of-type(1) {
  color: #26b972;
  font-size: 16px;
  font-weight: bold;
}

.index .team-wrap .team .user .swiper-slide a p:nth-of-type(2) {
  font-size: 14px;
  color: #777;
  margin: 16px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index .team-wrap .team .user .swiper-slide a p:nth-of-type(3) {
  color: #333;
  font-size: 14px;
  height: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 20px;
}

.index .team-wrap .team .user .swiper-slide:hover {
  margin-top: -18px;
  -webkit-box-shadow: 1px 1px 8px -4px;
     -moz-box-shadow: 1px 1px 8px -4px;
          box-shadow: 1px 1px 8px -4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index .team-wrap .team .user .swiper-slide:hover::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #26b972;
}

.index .team-wrap .team .search {
  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;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index .team-wrap .team .search .name {
  color: #fff;
  font-size: 30px;
}

.index .team-wrap .team .search form {
  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;
}

.index .team-wrap .team .search form .sel,
.index .team-wrap .team .search form .ipt {
  border: none;
  outline: none;
  width: 163px;
  height: 33px;
  background-color: #fff;
  padding: 0 16px;
  font-size: 14px !important;
  color: #555;
  position: relative;
  margin-right: 20px;
}

.index .team-wrap .team .search form .sel input,
.index .team-wrap .team .search form .ipt input {
  border: none;
  outline: none;
  width: 100%;
  height: 33px;
  background-color: #fff;
  padding: 0 16px;
  font-size: 14px !important;
  color: #555;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index .team-wrap .team .search form .sel {
  position: relative;
  cursor: pointer;
}

.index .team-wrap .team .search form .sel input {
  padding: 0;
}

.index .team-wrap .team .search form .sel .sel-box {
  width: 260%;
  position: absolute;
  right: 0;
  top: 33px;
  border-top: 1px solid #e0e9f1;
  background-color: #fff;
  padding: 0 16px;
  -webkit-box-shadow: 1px 1px 8px -4px;
     -moz-box-shadow: 1px 1px 8px -4px;
          box-shadow: 1px 1px 8px -4px;
  height: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  transition: all 3s;
  z-index: 10;
}

.index .team-wrap .team .search form .sel .sel-box .tab {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #efefef;
}

.index .team-wrap .team .search form .sel .sel-box .tab span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 24%;
  text-align: center;
  position: relative;
}

.index .team-wrap .team .search form .sel .sel-box .tab span::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 2px;
  left: -webkit-calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
  bottom: 0;
  background-color: #0073a3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .team-wrap .team .search form .sel .sel-box .tab span.act::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  left: -webkit-calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
  bottom: 0;
  background-color: #0073a3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .team-wrap .team .search form .sel .sel-box ul.act {
  display: block;
}

.index .team-wrap .team .search form .sel .sel-box ul {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  -webkit-animation-name: sel_two;
     -moz-animation-name: sel_two;
          animation-name: sel_two;
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.index .team-wrap .team .search form .sel .sel-box ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin-right: 20px;
}

.index .team-wrap .team .search form .sel .sel-box ul li.act {
  color: #0073a3;
}

.index .team-wrap .team .search form .sel .sel-box ul li:hover {
  color: #0073a3;
}

.index .team-wrap .team .search form .sel .sel-box ul li:last-child {
  border: none;
}

.index .team-wrap .team .search form .sel::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  background-image: url("../img/input-down.png");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.index .team-wrap .team .search form .sel:hover .sel-box {
  display: block;
  opacity: 1;
  height: auto;
}

.index .team-wrap .team .search form button {
  cursor: pointer;
  height: 33px;
  color: #fff;
  text-align: center;
  background-color: #0073a3;
  border: none;
  padding: 0 20px;
  width: auto;
  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;
}

.index .team-wrap .team .search form button img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.index .team-wrap .team .search form button span {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.index .list_ {
  width: 100%;
  background-color: #e3f2f9;
  padding: 80px 0 40px 0;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.index .list_ .list_box {
  width: 1200px;
  margin: 0 auto;
  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;
}

.index .list_ .item {
  padding: 20px;
  width: 380px;
  height: 580px;
  background-color: #fff;
}

.index .list_ .item .img {
  height: 160px;
  overflow: hidden;
  position: relative;
}

.index .list_ .item .img img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .list_ .item .img:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .list_ .item .name {
  font-size: 24px;
  color: #0073a3;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.index .list_ .item ul {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
}

.index .list_ .item ul li {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  list-style-type: disc;
  color: #26b972;
  height: 40px;
  margin: 5px auto;
  line-height: 40px;
}

.index .list_ .item ul li a {
  height: 40px;
  font-size: 18px;
  color: #333;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index .list_ .item ul li:hover {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #0073a3;
  font-weight: bold;
}

.index .list_ .item ul li:hover a {
  color: #0073a3;
}

.index .list_ .item .more {
  display: block;
  width: 90px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #999;
  -webkit-border-radius: 36px;
     -moz-border-radius: 36px;
          border-radius: 36px;
  border: 1px solid #eee;
  margin: 20px auto;
}

.index .list_ .item .more:hover {
  color: #fff;
  background-color: #2aaadf;
  border: none;
}

.index .zhaunt {
  width: 100%;
  padding: 50px 0;
}

.index .zhaunt .zhaunt-box {
  width: 1200px;
  margin: 0 auto;
}

.index .zhaunt .zhaunt-box .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;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.index .zhaunt .zhaunt-box .title span {
  font-size: 30px;
  color: #0073a3;
}

.index .zhaunt .zhaunt-box .title a {
  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;
}

.index .zhaunt .zhaunt-box .title a span {
  font-size: 16px;
  color: #0073a3;
}

.index .zhaunt .zhaunt-box .title a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.index .zhaunt .zhaunt-box .user {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.index .zhaunt .zhaunt-box .user .swiper-pagination {
  width: 100%;
  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: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: auto;
  right: 10px;
  bottom: 10px;
  z-index: 200;
}

.index .zhaunt .zhaunt-box .user .swiper-pagination span {
  opacity: 0.6;
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.index .zhaunt .zhaunt-box .user .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0073a3;
}

.index .zhaunt .zhaunt-box .user .mySwiper-zt {
  overflow: hidden;
}

.index .zhaunt .zhaunt-box .user .swiper-slide {
  width: 100%;
  height: 180px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.index .zhaunt .zhaunt-box .user .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .user .swiper-slide P {
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-bottom: 3px solid #337e62;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index .zhaunt .zhaunt-box .user .swiper-slide:hover img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.index .zhaunt .zhaunt-box .v-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;
}

.index .zhaunt .zhaunt-box .v-wrap .video {
  width: 400px;
  height: 400px;
  background-color: #000;
  position: relative;
  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;
  overflow: hidden;
}

.index .zhaunt .zhaunt-box .v-wrap .video a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  width: 56px;
  height: 56px;
  padding: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0073a3), to(#55b0de));
  background-image: -moz-linear-gradient(left, #0073a3, #55b0de);
  background-image: linear-gradient(to right, #0073a3, #55b0de);
  text-align: center;
  -webkit-border-radius: 0 0 0 20px;
     -moz-border-radius: 0 0 0 20px;
          border-radius: 0 0 0 20px;
  z-index: 123;
}

.index .zhaunt .zhaunt-box .v-wrap .video video {
  display: inline-block;
  height: auto;
  width: 100%;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap {
  width: -webkit-calc(100% - 402px);
  width: -moz-calc(100% - 402px);
  width: calc(100% - 402px);
  margin-right: 2px;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l {
  margin-right: 2px;
  width: -webkit-calc(100% - 192px);
  width: -moz-calc(100% - 192px);
  width: calc(100% - 192px);
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .t {
  margin-bottom: 2px;
  height: 199px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .t:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .t:hover span {
  width: 226px;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .t img {
  display: inline-block;
  height: 100%;
  width: -webkit-calc(100% - 206px);
  width: -moz-calc(100% - 206px);
  width: calc(100% - 206px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .t span {
  background-image: url("../img/zt-bg1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  display: inline-block;
  width: 216px;
  height: 199px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  padding-left: 10px;
  text-align: center;
  line-height: 199px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .t span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 100%;
  background-image: url("../img/zt-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .b {
  height: 199px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .b:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .b:hover span {
  width: 226px;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .b img {
  display: inline-block;
  height: 100%;
  width: -webkit-calc(100% -206px);
  width: -moz-calc(100% -206px);
  width: calc(100% -206px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .b span {
  background-image: url("../img/zt-bg2.png");
  background-repeat: no-repeat;
  background-position: left top;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  display: inline-block;
  width: 216px;
  height: 199px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding-right: 10px;
  text-align: center;
  line-height: 199px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l .b span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 100%;
  background-image: url("../img/zt-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r {
  width: 190px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r:hover span {
  height: 220px;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r:hover span::after {
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r img {
  display: inline-block;
  height: 200px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r span {
  background-image: url("../img/zt-bg3.png");
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-position: left bottom;
  display: inline-block;
  width: 100%;
  height: 210px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding-top: 10px;
  text-align: center;
  line-height: 199px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  background-image: url("../img/zt-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-wrap {
  width: 100%;
  background-image: url("../img/bottom-bg.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
}

.xiala-box {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.xiala-box .xiala {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.xiala-box .xiala .xiala-item {
  float: left;
  height: 66px;
  text-align: center;
  padding: 0 10px;
}

.xiala-box .xiala .active .xiala-i-p {
  font-size: 14px;
  font-weight: bold;
}

.xiala-box .xiala-i-p {
  display: inline-block;
  height: 66px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 66px;
  cursor: pointer;
  background: url(../img/xljt.png) no-repeat right center;
}

.xiala-box .xiala .active .xiala-i-p {
  background: url(../img/xljt_.png) no-repeat right center;
}

.xiala-box .xiala-hide {
  width: 100%;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.xiala-box .xiala-h-item {
  display: none;
  padding: 12px 0 12px 50px;
  overflow: hidden;
}

.xiala-box .xiala-hide a {
  float: left;
  font-size: 15px;
  color: #0073a3;
  width: 25%;
  padding-left: 15px;
  line-height: 35px;
}

.footer .footer-box {
  height: 206px;
}

.footer .footer-box .footer-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  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;
}

.footer .footer-box .footer-main .icon {
  height: 163px;
  min-width: 1px;
  margin: 0 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#ffffff), to(#000));
  background-image: -moz-linear-gradient(#000, #ffffff, #000);
  background-image: linear-gradient(#000, #ffffff, #000);
}

.footer .footer-box .footer-main .logo_ {
  display: inline-block;
  width: 63px;
  height: 77px;
}

.footer .footer-box .footer-main .text {
  display: inline-block;
}

.footer .footer-box .footer-main .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
}

.footer .footer-box .footer-main .code-wrap {
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-box .footer-main .code-wrap span {
  margin-left: 10px;
  font-size: 12px;
  color: #d9e5ef;
  background-image: url("../img/code-border.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  padding-bottom: 10px;
}

.footer .footer-box .footer-main .code-wrap span .img {
  width: 100px;
  height: 100px;
  padding: 8px;
  background-color: #fff;
}

.footer .footer-box .footer-main .code-wrap span .img img {
  width: 100%;
  height: 100%;
}

.footer .footer-box .footer-main .code-wrap span p {
  text-align: center;
  margin-top: 3px;
}

.footer .footer-box .footer-main .code-wrap span p:nth-of-type(2) {
  margin-top: 5px;
}

@media (max-width: 1500px) {
  .index .banner {
    min-height: -webkit-calc(100vh - 200px);
    min-height: -moz-calc(100vh - 200px);
    min-height: calc(100vh - 200px);
  }
}

@media (max-width: 1210px) {
  .nav .top-wrap .top {
    width: 96%;
  }
  .nav .top-wrap .top .logo-text {
    display: none !important;
  }
  .nav .list ul {
    width: 96%;
  }
  .nav .list ul li .nav-two {
    padding: 20px;
    top: 53px;
    min-width: 96%;
  }
  .nav .list ul li .nav-two .box .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .list ul li .nav-two .box .left img:nth-of-type(2) {
    display: none;
  }
  .nav .list ul li .nav-three {
    padding: 20px;
    top: 53px;
    min-width: 96%;
  }
  .nav .list ul li .nav-three .nav-box {
    width: 96%;
  }
  .nav .list ul li .nav-three .nav-box .left {
    width: 140px;
  }
  .nav .list ul li .nav-three .nav-box .left::after {
    content: "";
    position: absolute;
    width: 39px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #0073a3;
  }
  .nav .list ul li .nav-three .nav-box .right {
    border-left: 1px solid #0073a3;
    padding: 0 0 10px 20px;
  }
  .nav .list ul li .nav-three .nav-box .right .item ul li {
    margin-right: 20px;
  }
  .index .nav-tab {
    width: 96%;
  }
  .index .banner {
    height: 590px;
    min-height: 0 !important;
  }
  .index .banner .swiper-container .swiper-slide .ban {
    -webkit-transform: translate(3%, 3%) scale(0.7);
       -moz-transform: translate(3%, 3%) scale(0.7);
        -ms-transform: translate(3%, 3%) scale(0.7);
            transform: translate(3%, 3%) scale(0.7);
  }
  .index .news .news-box {
    width: 96%;
  }
  .index .news .news-box .news-list-wrap .news-nav span {
    margin: 0 8px !important;
  }
  .index .set_ .set_box {
    width: 96%;
  }
  .index .team-wrap {
    height: auto;
  }
  .index .team-wrap .team {
    width: 96%;
    margin: 0 auto;
    padding: 60px 0 116px 0;
  }
  .index .list_ {
    background-color: #f7f8fb;
    padding: 20px 0;
    margin-top: 0;
  }
  .index .list_ .list_box {
    width: 96%;
    margin: 0 auto;
    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;
  }
  .index .list_ .item {
    padding: 20px;
    width: -webkit-calc(100% / 3 - 10px);
    width: -moz-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    height: 580px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .index .zhaunt .zhaunt-box {
    width: 96%;
  }
  .footer .footer-box {
    height: auto;
    padding: 10px 0;
  }
  .footer .footer-box .footer-main {
    width: 96%;
  }
  .footer .footer-box .footer-main .icon {
    margin: 0 26px;
  }
}

@media (max-width: 1000px) {
  .nav .top-wrap {
    height: 86px;
  }
  .nav .top-wrap .top {
    height: 86px;
  }
  .nav .top-wrap .top .logo {
    height: -webkit-calc(64px * 0.6) !important;
    height: -moz-calc(64px * 0.6) !important;
    height: calc(64px * 0.6) !important;
    width: -webkit-calc(56px * 0.6) !important;
    width: -moz-calc(56px * 0.6) !important;
    width: calc(56px * 0.6) !important;
  }
  .nav .top-wrap .top .logo_ {
    height: -webkit-calc(64px * 0.6) !important;
    height: -moz-calc(64px * 0.6) !important;
    height: calc(64px * 0.6) !important;
    width: -webkit-calc(305px * 0.6) !important;
    width: -moz-calc(305px * 0.6) !important;
    width: calc(305px * 0.6) !important;
    margin-left: 4px;
  }
  .nav .top-wrap .top .right {
    display: none;
  }
  .nav .top-wrap .top .menu-button {
    display: block;
  }
  .nav .list {
    border-top: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -moz-linear-gradient(315deg, #0073a3, #55b0de);
    background-image: linear-gradient(135deg, #0073a3, #55b0de);
    width: 100%;
    height: 0;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .list .s-box {
    display: block;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    position: relative;
    width: 90%;
    margin: 10px auto;
  }
  .nav .list .s-box form {
    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;
  }
  .nav .list .s-box input {
    border: none;
    outline: none;
    display: inline-block;
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px);
  }
  .nav .list .s-box button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .nav .list .s-box button img {
    display: block;
    width: 36px;
    height: 36px;
  }
  .nav .list ul {
    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;
    height: 100%;
  }
  .nav .list ul li {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    position: relative;
  }
  .nav .list ul li .menu-list .more_ {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  .nav .list ul li .menu-list .more_::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
  }
  .nav .list ul li .menu-list .more_::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 14px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
  }
  .nav .list ul li .menu-list .more_.act::after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
  }
  .nav .list ul li .nav-two {
    position: relative;
    top: 0;
    padding: 10px;
    min-width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .nav .list ul li .nav-two .box {
    margin: 0;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .nav .list ul li .nav-two .box .left,
  .nav .list ul li .nav-two .box .icon,
  .nav .list ul li .nav-two .box .right .nav-title {
    display: none;
  }
  .nav .list ul li .nav-two .box .right {
    height: auto;
  }
  .nav .list ul li .nav-two .box .right ul {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .nav .list ul li .nav-two .box .right ul li {
    background-image: none;
    padding: 0;
    text-align: left;
    width: auto;
    margin: 10px 0;
    border-bottom: none;
    width: 100%;
    text-align: center;
  }
  .nav .list ul li .nav-two .box .right ul li a {
    display: inline-block;
    height: 100%;
  }
  .nav .list ul li a {
    display: inline-block;
    width: auto;
  }
  .nav .list ul li:last-of-type {
    padding-bottom: 30px;
    border: none;
  }
  .nav .list ul li:hover .nav-three {
    display: none;
  }
  .nav .list ul li:hover .nav-two {
    display: none;
  }
  .nav .list ul li:hover a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .index .banner {
    margin-top: 86px;
    height: 460px;
    min-height: 0 !important;
  }
  .index .banner .swiper-container .swiper-slide .ban {
    -webkit-transform: translate(10%, -10%) scale(0.5);
       -moz-transform: translate(10%, -10%) scale(0.5);
        -ms-transform: translate(10%, -10%) scale(0.5);
            transform: translate(10%, -10%) scale(0.5);
  }
  .index .news {
    height: auto;
    margin-top: 0;
    padding: 20px 0;
  }
  .index .news .news-title {
    text-align: center;
    width: 280px;
    height: 50px;
    margin: 0 auto;
    background-image: url("../img/news-conter.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .index .news .news-title span {
    font-size: 26px;
    color: #0073a3;
  }
  .index .news .news-box {
    margin: 20px auto 0 auto;
    width: 96%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .news .news-box .news-left {
    width: 100%;
    height: auto;
  }
  .index .news .news-box .news-left .n-l-t {
    height: 40px;
    margin-bottom: 10px;
  }
  .index .news .news-box .news-left .n-l-t .news-tab {
    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;
    cursor: pointer;
  }
  .index .news .news-box .news-left .n-l-t .news-tab div {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
  }
  .index .news .news-box .news-left ul {
    margin-top: 10px !important;
  }
  .index .news .news-box .news-right {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
  .index .set_ {
    width: 100%;
    padding: 20px 0 !important;
  }
  .index .set_ .set_box {
    width: 96%;
    margin: 0 auto;
  }
  .index .set_ .set_box .title {
    margin-bottom: 10px;
  }
  .index .set_ .set_box .title span {
    font-size: 26px;
    color: #0073a3;
  }
  .index .set_ .set_box .tab-main-wrap .tab-wrap {
    width: 100%;
  }
  .index .set_ .set_box .tab-main-wrap .img {
    display: none;
  }
  .index .team {
    padding: 20px 0;
  }
  .index .team .user {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .team .user .btn {
    position: absolute;
    right: 0px;
    bottom: 50% !important;
    width: 100%;
    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;
  }
  .index .team .user .btn .swiper-button-prev,
  .index .team .user .btn .swiper-button-next {
    --swiper-navigation-size: 25px;
  }
  .index .team .user .btn .swiper-button-prev:after {
    display: block !important;
  }
  .index .team .user .btn .swiper-button-next:after {
    display: block !important;
  }
  .index .team .user .btn .swiper-button-prev::after,
  .index .team .user .btn .swiper-button-next::after {
    color: #0a76a5;
  }
  .index .team .user .btn .swiper-button-next {
    left: auto !important;
    right: 0 !important;
    background-image: none !important;
  }
  .index .team .user .btn .swiper-button-prev {
    left: 0 !important;
    right: auto !important;
    background-image: none !important;
  }
  .index .team .user .btn .swiper-pagination {
    display: none !important;
  }
  .index .equipment {
    padding: 20px 0;
  }
  .index .list_ {
    padding: 20px 0 !important;
  }
  .index .zhaunt {
    width: 100%;
    padding: 20px 0;
  }
  .index .zhaunt .zhaunt-box .title {
    margin-bottom: 10px;
  }
  .index .zhaunt .zhaunt-box .title span {
    font-size: 26px;
  }
  .index .zhaunt .zhaunt-box .v-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .zhaunt .zhaunt-box .v-wrap .video {
    width: 400px;
    height: 400px;
    background-color: #000;
    position: relative;
    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;
    overflow: hidden;
  }
  .index .zhaunt .zhaunt-box .v-wrap .video a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    width: 56px;
    height: 56px;
    padding: 13px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0073a3), to(#55b0de));
    background-image: -moz-linear-gradient(left, #0073a3, #55b0de);
    background-image: linear-gradient(to right, #0073a3, #55b0de);
    text-align: center;
    -webkit-border-radius: 0 0 0 20px;
       -moz-border-radius: 0 0 0 20px;
            border-radius: 0 0 0 20px;
    z-index: 123;
  }
  .index .zhaunt .zhaunt-box .v-wrap .video video {
    display: inline-block;
    height: auto;
    width: 100%;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap {
    margin-right: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .footer .footer-box .footer-main .icon {
    margin: 0 10px;
  }
  .footer .footer-box .footer-main .code-wrap span:nth-of-type(2) {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .index .banner {
    min-height: 0 !important;
    height: auto;
  }
  .index .banner .swiper-container .swiper-slide .ban {
    -webkit-transform: translate(20%, -20%) scale(0.3);
       -moz-transform: translate(20%, -20%) scale(0.3);
        -ms-transform: translate(20%, -20%) scale(0.3);
            transform: translate(20%, -20%) scale(0.3);
  }
  .index .banner .swiper-pagination {
    width: 100%;
    right: 3%;
    bottom: 16px;
  }
  .index .nav-tab {
    width: 96%;
    height: auto;
    margin: 10px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .nav-tab .nav-item {
    width: 33.33%;
    height: 100px;
  }
  .index .news {
    height: auto;
  }
  .index .news .news-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .news .news-box .news-left {
    width: 100%;
  }
  .index .news .news-box .news-left .news-banner .swiper-slide a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .news .news-box .news-left .news-banner .swiper-slide a img {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text {
    width: 100% !important;
  }
  .index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text div:nth-of-type(1) {
    margin: 5px 0;
  }
  .index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text div:nth-of-type(2) {
    display: none !important;
  }
  .index .news .news-box .news-left .news-banner .swiper-slide a .swiper-text .more {
    text-align: right;
    margin-top: 0px;
    width: 100%;
  }
  .index .news .news-box .news-left .news-banner .swiper-pagination {
    width: 100% !important;
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: left;
  }
  .index .set_ {
    width: 100%;
    padding: 20px 0 !important;
  }
  .index .set_ .set_box {
    width: 96%;
    margin: 0 auto;
  }
  .index .set_ .set_box .tab-main-wrap {
    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;
  }
  .index .set_ .set_box .tab-main-wrap .tab-wrap {
    width: 100%;
    background-color: #0073a3;
    height: 300px;
    padding: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .set_ .set_box .tab-main-wrap .tab-wrap .tab-box {
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .set_ .set_box .tab-main-wrap .tab-wrap .tab-box .tab-item {
    width: 48%;
    padding: 0 10px;
    margin: 0 1%;
    margin-bottom: 10px;
  }
  .index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main {
    height: 190px;
  }
  .index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item {
    width: 48%;
    margin: 5px 2% 5px 0 !important;
  }
  .index .set_ .set_box .tab-main-wrap .tab-wrap .tab-main .list_ks .item:nth-child(2n+2) {
    margin-right: 0;
  }
  .index .team-wrap {
    background-image: none;
    background-color: #f7f8fb;
  }
  .index .team-wrap .team {
    padding: 20px 0 30px 0;
  }
  .index .team-wrap .team .user {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .team-wrap .team .user .btn {
    position: absolute;
    right: 0px;
    bottom: 50% !important;
    width: 100%;
    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;
  }
  .index .team-wrap .team .user .btn .swiper-button-prev,
  .index .team-wrap .team .user .btn .swiper-button-next {
    --swiper-navigation-size: 25px;
  }
  .index .team-wrap .team .user .btn .swiper-button-prev:after {
    display: block !important;
  }
  .index .team-wrap .team .user .btn .swiper-button-next:after {
    display: block !important;
  }
  .index .team-wrap .team .user .btn .swiper-button-prev::after,
  .index .team-wrap .team .user .btn .swiper-button-next::after {
    color: #0a76a5;
  }
  .index .team-wrap .team .user .btn .swiper-button-next {
    left: auto !important;
    right: 0 !important;
    background-image: none !important;
  }
  .index .team-wrap .team .user .btn .swiper-button-prev {
    left: 0 !important;
    right: auto !important;
    background-image: none !important;
  }
  .index .team-wrap .team .user .btn .swiper-pagination {
    display: none !important;
  }
  .index .team-wrap .team .user .mySwiper {
    overflow: hidden;
    padding-top: 10px;
  }
  .index .team-wrap .team .search {
    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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index .team-wrap .team .search .name {
    color: #0073a3;
    font-size: 26px;
  }
  .index .team-wrap .team .search form {
    display: none;
  }
  .index .list_ {
    background-color: #f7f8fb;
  }
  .index .list_ .item {
    width: 100%;
  }
  .index .list_ .item .item-title div {
    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;
  }
  .index .list_ .item .item-title span {
    font-size: 16px;
  }
  .index .zhaunt {
    width: 100%;
    padding: 20px 0;
  }
  .index .zhaunt .zhaunt-box .title {
    margin-bottom: 10px;
  }
  .index .zhaunt .zhaunt-box .title span {
    font-size: 26px;
  }
  .index .zhaunt .zhaunt-box .video {
    width: 100% !important;
    height: auto !important;
    background-color: #000;
    position: relative;
    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;
    overflow: hidden;
  }
  .index .zhaunt .zhaunt-box .video video {
    display: inline-block;
    height: auto;
    width: 100%;
  }
  .index .zhaunt .zhaunt-box .v-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap {
    margin-right: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .l {
    width: 100%;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r {
    margin-top: 2px;
    height: 199px;
    position: relative;
    width: 100%;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r img {
    display: inline-block;
    height: 100%;
    width: -webkit-calc(100% - 206px);
    width: -moz-calc(100% - 206px);
    width: calc(100% - 206px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r span {
    background-image: url("../img/zt-bg4.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: inline-block;
    width: 216px;
    height: 199px;
    position: absolute;
    left: -webkit-calc(100% - 216px);
    left: -moz-calc(100% - 216px);
    left: calc(100% - 216px);
    bottom: 0;
    z-index: 3;
    padding-left: 10px;
    padding-top: 0;
    text-align: center;
    line-height: 199px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .index .zhaunt .zhaunt-box .v-wrap .ban-wrap .list .r span::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 100%;
    background-image: url("../img/zt-logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .xiala-box {
    display: none;
  }
  .footer .footer-box .footer-main {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-box .footer-main .icon {
    display: none;
  }
  .footer .footer-box .footer-main .logo_ {
    display: none;
    width: 63px;
    height: 77px;
  }
  .footer .footer-box .footer-main .text {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center !important;
  }
  .footer .footer-box .footer-main .text h1 {
    margin: 0 auto;
    font-size: 14px;
    color: #dfe1e6;
    line-height: 2;
    text-align: center !important;
  }
  .footer .footer-box .footer-main .text p {
    font-size: 14px;
    color: #d9e5ef;
    line-height: 2;
    text-align: center !important;
  }
  .footer .footer-box .footer-main .text p img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  .footer .footer-box .footer-main .code-wrap {
    width: 100%;
    margin-top: 10px;
    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-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
       animation-name: fadeInUp;
}

.fu {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 96px;
  background: #FFFFFF;
  z-index: 90;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.fu li {
  height: 82px;
  border-bottom: 1px solid #DCDCDC;
  background: #FFFFFF;
  position: relative;
}

.fu li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.9375rem;
  color: #434343;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.fu .gotop {
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #0073a3;
  display: none;
}

@media (max-width: 1200px) {
  .fu {
    display: none;
  }
}

.fu li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.9375rem;
  color: #434343;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.fu li a div {
  width: 100%;
  height: 55px;
  position: relative;
}

.fu li a div img {
  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%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  height: 30px;
}

.fu li a div .one {
  opacity: 1;
}

.fu li a div .two {
  opacity: 0;
  left: 100%;
}

.fu li a p {
  margin: 0;
  text-align: center !important;
}

.fu li:hover a div .one {
  opacity: 0;
  left: 0;
}

.fu li:hover a div .two {
  opacity: 1;
  left: 50%;
}

.fu li:hover a {
  color: #004396;
}

.fu li > img {
  display: none;
  position: absolute;
  right: 100%;
  width: 150%;
  height: auto;
  top: 0;
  -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
}

.fu li:hover > img {
  display: block;
  -webkit-animation: fadeInUp 0.5s;
     -moz-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}
