.leg {
  display: none;
}
html,
body {
  height: 100%;
}
#fullpage {
  height: 100%;
}
#fullpage .full-slide {
  height: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
}
#fullpage .left-page {
  position: absolute;
  width: 60px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
#fullpage .left-page .box {
  width: 100%;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 6px;
  cursor: pointer;
}
#fullpage .left-page .box .line {
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#fullpage .left-page .box span {
  color: #fff;
  position: absolute;
  left: 110%;
  top: 0;
  line-height: 17px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#fullpage .left-page .box:last-child {
  margin-bottom: 0;
}
#fullpage .left-page .act .line,
#fullpage .left-page .box:hover .line {
  width: 100%;
}
#fullpage .left-page .act span,
#fullpage .left-page .box:hover span {
  opacity: 1;
}
#fullpage .left-page.act .box .line {
  background: #666;
}
#fullpage .left-page.act .box span {
  color: #666;
}
#fullpage .right-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
#fullpage .right-page .top {
  width: 100%;
  margin-bottom: 78px;
}
#fullpage .right-page .top .box {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 6px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  margin: 0 auto 6px;
}
#fullpage .right-page .top .box::before {
  content: "";
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#fullpage .right-page .top .box:last-child {
  margin-bottom: 0;
}
#fullpage .right-page .top .act,
#fullpage .right-page .top .box:hover {
  border-color: #fff;
}
#fullpage .right-page .numbox {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
#fullpage .right-page .numbox .cur {
  font-size: 24px;
}
#fullpage .right-page .numbox .total {
  font-size: 16px;
}
#fullpage .right-page .numbox::after {
  content: "";
  width: 1px;
  height: 54px;
  background: #fff;
  left: 50%;
  top: -64px;
}
#fullpage .right-page.act .top .box::before {
  background-color: #999999;
}
#fullpage .right-page.act .top .box:hover {
  border-color: #999;
}
#fullpage .right-page.act .numbox {
  color: #999;
}
#fullpage .right-page.act .numbox .cur {
  color: #0055aa;
}
#fullpage .right-page.act .numbox::after {
  background-color: #e9e9e9;
}
#indbanner {
  height: 100%;
}
#indbanner .ind_a-slide {
  height: 100%;
  position: relative;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center;
}
#indbanner .ind_a-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#indbanner .ind_a-slide .bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 5s linear .7s;
  -o-transition: all 5s linear .7s;
  -moz-transition: all 5s linear .7s;
  transition: all 5s linear .7s;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center;
}
#indbanner .ind_a-slide .inbox {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#indbanner .ind_a-slide .inbox .en {
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 15px;
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#indbanner .ind_a-slide .inbox .cn {
  font-size: 60px;
  text-shadow: 0px 2px 5px 0px rgba(0, 85, 170, 0.15);
  margin-bottom: 24px;
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-family: 'Microsolft Yahei';
}
#indbanner .ind_a-slide .inbox .line {
  width: 25px;
  height: 1px;
  margin: 0 auto 24px;
  background: #fff;
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#indbanner .ind_a-slide .inbox .te {
  font-size: 18px;
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#indbanner .ind_a-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/ind_abg.png) no-repeat center center / cover;
  z-index: 20;
  pointer-events: none;
}
#indbanner .swiper-slide-active .bgbox {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#indbanner .swiper-slide-active .inbox .cn,
#indbanner .swiper-slide-active .inbox .en,
#indbanner .swiper-slide-active .inbox .line,
#indbanner .swiper-slide-active .inbox .te {
  opacity: 1;
  top: 0;
}
#indbanner .swiper-slide-active .inbox .en {
  -webkit-transition-delay: .8s;
     -moz-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}
#indbanner .swiper-slide-active .inbox .cn {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
#indbanner .swiper-slide-active .inbox .line {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#indbanner .swiper-slide-active .inbox .te {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#indbanner #indbannerSP .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#indbanner #indbannerSP .swiper-pagination-bullet-active {
  background: #0055aa;
  width: 24px;
}
.ind_a {
  position: relative;
  display: block;
}
.ind_a .right,
.ind_a .left {
  height: 100%;
  width: 50%;
}
.ind_a .right {
  float: right;
}
.ind_a .left {
  float: left;
  background-color: #f5f5f5;
}
.ind_a .left img {
  opacity: 0;
}
.ind_a .indiv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 100px;
}
.ind_a .wrap .index-title {
  padding-top: 20px;
  margin-bottom: 44px;
}
.ind_a .wrap .index-title .en {
  color: #dadadc;
}
.ind_a .wrap .text-box {
  width: 45%;
  color: #666666;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
  height: 96px;
}
.ind_a .wrap .ind_map {
  max-width: 100%;
  width: 585px;
  position: relative;
  margin-bottom: 24px;
}
.ind_a .wrap .ind_map .point-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ind_a .wrap .ind_map .point-box .point {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: .4;
}
.ind_a .wrap .ind_map .point-box .point::after {
  content: "";
  width: 10px;
  height: 10px;
  left: 10px;
  top: 10px;
  background: #fff;
  z-index: 10;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.ind_a .wrap .ind_map .point-box .point:nth-child(1) {
  left: 33.6752%;
  top: 47.9885%;
  -webkit-animation: ss 1s ease infinite alternate;
     -moz-animation: ss 1s ease infinite alternate;
          animation: ss 1s ease infinite alternate;
}
.ind_a .wrap .ind_map .point-box .point:nth-child(2) {
  left: 35.0427%;
  top: 45.6897%;
  -webkit-animation: ss 1s 0.3s ease infinite alternate;
     -moz-animation: ss 1s 0.3s ease infinite alternate;
          animation: ss 1s 0.3s ease infinite alternate;
}
.ind_a .wrap .ind_map .point-box .point:nth-child(3) {
  left: 36.0684%;
  top: 46.8391%;
  -webkit-animation: ss 1s 0.4s ease infinite alternate;
     -moz-animation: ss 1s 0.4s ease infinite alternate;
          animation: ss 1s 0.4s ease infinite alternate;
}
.ind_a .wrap .ind_map .point-box .point:nth-child(4) {
  left: 36.0684%;
  top: 41.6667%;
  -webkit-animation: ss 1s 0.2s ease infinite alternate;
     -moz-animation: ss 1s 0.2s ease infinite alternate;
          animation: ss 1s 0.2s ease infinite alternate;
}
.ind_a .wrap .ind_map .point-box .point:nth-child(5) {
  left: 37.4359%;
  top: 42.2414%;
  -webkit-animation: ss 1s 0.5s ease infinite alternate;
     -moz-animation: ss 1s 0.5s ease infinite alternate;
          animation: ss 1s 0.5s ease infinite alternate;
}
.ind_a .wrap .ind_map .point-box .point:nth-child(6) {
  left: 35.2137%;
  top: 35.0575%;
  -webkit-animation: ss 1s 0.1s ease infinite alternate;
     -moz-animation: ss 1s 0.1s ease infinite alternate;
          animation: ss 1s 0.1s ease infinite alternate;
}
.ind_a .wrap .ind_map .point-box .point:nth-child(7) {
  left: 73.1624%;
  top: 36.7816%;
  -webkit-animation: ss 1s 0.4s ease infinite alternate;
     -moz-animation: ss 1s 0.4s ease infinite alternate;
          animation: ss 1s 0.4s ease infinite alternate;
}
.ind_a .wrap .count-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.ind_a .wrap .count-box .box {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 280px;
  z-index: 10;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 2;
}
.ind_a .wrap .count-box .box .numbox {
  font-size: 16px;
  color: #666;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ind_a .wrap .count-box .box .numbox .big {
  color: #0055aa;
  font-size: 68px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ind_a .wrap .count-box .box .te {
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ind_a .wrap .count-box .box::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}
.ind_a .wrap .count-box .box:hover {
  z-index: 10;
}
.ind_a .wrap .count-box .box:hover .numbox {
  color: #fff;
}
.ind_a .wrap .count-box .box:hover .numbox .big {
  color: #fff;
}
.ind_a .wrap .count-box .box:hover .te {
  color: #fff;
}
.ind_a .wrap .count-box .box:hover::before {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background: #0055aa;
}
@-webkit-keyframes ss {
  0% {
    opacity: .4;
  }
  1% {
    opacity: 1;
  }
}
@-moz-keyframes ss {
  0% {
    opacity: .4;
  }
  1% {
    opacity: 1;
  }
}
@keyframes ss {
  0% {
    opacity: .4;
  }
  1% {
    opacity: 1;
  }
}
.more-btn {
  color: #666666;
  height: 40px;
  width: 150px;
  position: relative;
  text-align: center;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more-btn span {
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more-btn .imgbox {
  width: 18px;
  height: 18px;
  position: relative;
}
.more-btn::after {
  content: "";
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  border: solid 2px #0055aa;
}
.more-btn:hover {
  background-color: #0055aa;
}
.more-btn:hover span {
  color: #fff;
}
.index-title .en {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-title .cn {
  font-size: 36px;
  font-weight: bold;
}
.ind_b #proSwiper {
  height: 100%;
}
.ind_b #proSwiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center;
}
.ind_b #proSwiper .swiper-slide .inbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 75%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
.ind_b #proSwiper .swiper-slide .inbox .icon-box {
  margin-bottom: 66px;
}
.ind_b #proSwiper .swiper-slide .inbox .icon-box .imgbox {
  margin-bottom: 16px;
}
.ind_b #proSwiper .swiper-slide .inbox .icon-box .text {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 50px;
}
.ind_b #proSwiper .swiper-slide .inbox .icon-box .line {
  width: 170px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
  position: relative;
}
.ind_b #proSwiper .swiper-slide .inbox .icon-box .line::after {
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  top: -1px;
}
.ind_b #proSwiper .swiper-slide .inbox .text-box {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  height: 180px;
  margin-bottom: 20px;
  top: 30px;
  position: relative;
}
.ind_b #proSwiper .swiper-slide .inbox .more-btn-box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  top: 30px;
  position: relative;
}
.ind_b #proSwiper .swiper-slide .inbox .more-btn-box .more-btn {
  margin: 0 auto;
  background: #0055aa;
  color: #fff;
}
.ind_b #proSwiper .swiper-slide .inbox .more-btn-box .more-btn .act {
  opacity: 1;
}
.ind_b #proSwiper .swiper-slide .inbox .more-btn-box .more-btn .nor {
  opacity: 0;
}
.ind_b #proSwiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.ind_b #proSwiper .swiper-slide:hover .inbox {
  top: 40%;
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.ind_b #proSwiper .swiper-slide:hover .inbox .icon-box .line {
  background: #fff;
}
.ind_b #proSwiper .swiper-slide:hover .inbox .icon-box .line::after {
  background-color: #0055aa;
}
.ind_b #proSwiper .swiper-slide:hover .inbox .text-box {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: .4s;
     -moz-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}
.ind_b #proSwiper .swiper-slide:hover .inbox .more-btn-box {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: .6s;
     -moz-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}
.ind_c .wrap {
  margin: 0;
  height: 100%;
  max-width: 1920px;
}
.ind_c .wrap .left {
  width: 28.916%;
  float: left;
  padding-top: 14%;
}
.ind_c .wrap .left .index-title {
  margin-bottom: 50px;
}
.ind_c .wrap .left .index-title .en {
  color: #dadadc;
}
.ind_c .wrap .left .tl {
  font-size: 20px;
  margin-bottom: 50px;
}
.ind_c .wrap .left .control-box {
  margin-bottom: 110px;
}
.ind_c .wrap .left .control-box .fgline {
  float: left;
  margin: 0 10px;
  height: 20px;
  background: #d6d6d6;
  width: 1px;
}
.ind_c .wrap .left .control-box .btn {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  height: 20px;
}
.ind_c .wrap .left .control-box .btn img {
  width: 10px;
}
.ind_c .wrap .left .control-box .btn .hl {
  width: 0;
  height: 1px;
  background-color: #d6d6d6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
}
.ind_c .wrap .left .control-box .prev_news .hl {
  left: 0px;
}
.ind_c .wrap .left .control-box .next_news {
  text-align: right;
}
.ind_c .wrap .left .control-box .next_news img {
  position: absolute;
  right: 0;
  top: 1px;
}
.ind_c .wrap .left .control-box .next_news .hl {
  right: 0px;
}
.ind_c .wrap .left .control-box .btn:hover {
  width: 25px;
}
.ind_c .wrap .left .control-box .btn:hover .hl {
  width: 25px;
}
.ind_c .wrap .right {
  float: left;
  width: 71.084%;
  height: 100%;
}
.ind_c .wrap .right #news {
  height: 100%;
  border-left: 1px solid #eeeeee;
}
.ind_c .wrap .right #news .swiper-slide {
  height: 100%;
  border-right: 1px solid #eeeeee;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ind_c .wrap .right #news .swiper-slide .inbox {
  width: 100%;
}
.ind_c .wrap .right #news .swiper-slide .day {
  font-size: 80px;
  font-weight: bold;
  color: #e0e0e0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 100px;
}
.ind_c .wrap .right #news .swiper-slide .date {
  color: #0055aa;
  margin-bottom: 24px;
}
.ind_c .wrap .right #news .swiper-slide .title {
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 40px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ind_c .wrap .right #news .swiper-slide .imgbox {
  overflow: hidden;
  margin-bottom: 20px;
}
.ind_c .wrap .right #news .swiper-slide .imgbox img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ind_c .wrap .right #news .swiper-slide .text {
  line-height: 24px;
  color: #666666;
  margin-bottom: 40px;
  height: 72px;
}
.ind_c .wrap .right #news .swiper-slide .jt {
  width: 26px;
  height: 30px;
  background-image: url(../images/jt_01.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ind_c .wrap .right #news .swiper-slide:hover .day {
  color: #0055aa;
}
.ind_c .wrap .right #news .swiper-slide:hover .title {
  color: #0055aa;
}
.ind_c .wrap .right #news .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ind_c .wrap .right #news .swiper-slide:hover .jt {
  width: 35px;
}
.ind_d {
  height: 454px!important;
}
@media (max-width: 1440px) {
  #indbanner .ind_a-slide .inbox .en {
    font-size: 16px;
  }
  #indbanner .ind_a-slide .inbox .cn {
    font-size: 50px;
  }
  .index-title .en {
    font-size: 70px;
  }
  .index-title .cn {
    font-size: 24px;
  }
  .ind_a .indiv {
    padding-top: 60px;
  }
  .ind_a .wrap .index-title {
    margin-bottom: 20px;
  }
  .ind_a .wrap .text-box {
    margin-bottom: 40px;
  }
  .ind_a .wrap .count-box {
    margin-bottom: 35px;
  }
  .ind_a .wrap .count-box .box {
    height: 200px;
  }
  .ind_a .wrap .count-box .box .numbox .big {
    font-size: 60px;
  }
  .ind_b #proSwiper .swiper-slide .inbox {
    top: 65%;
  }
  .ind_b #proSwiper .swiper-slide .inbox .icon-box .text {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .ind_b #proSwiper .swiper-slide .inbox .text-box {
    font-size: 14px;
    line-height: 26px;
    height: 156px;
  }
  .ind_c .wrap .left .tl {
    font-size: 16px;
  }
  .ind_c .wrap .right #news .swiper-slide {
    padding: 0 15px;
  }
  .ind_c .wrap .right #news .swiper-slide .day {
    font-size: 70px;
    margin-bottom: 60px;
  }
  .ind_c .wrap .right #news .swiper-slide .date {
    margin-bottom: 20px;
  }
  .ind_c .wrap .right #news .swiper-slide .title {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .index-title .en {
    font-size: 44px;
  }
  .index-title .cn {
    font-size: 20px;
  }
  .ind_a .wrap .ind_map {
    max-width: 30%;
  }
  #indbanner .ind_a-slide .inbox .cn {
    font-size: 40px;
  }
  #indbanner .ind_a-slide .inbox .en {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .ind_c .wrap .right #news .swiper-slide .day {
    margin-bottom: 40px;
  }
  .ind_a .wrap .text-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
  .index-title .en {
    font-size: 40px;
  }
  #fullpage {
    height: auto;
  }
  #fullpage .swiper-wrapper {
    display: block;
  }
  #fullpage .full-slide .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fullpage #indbanner {
    height: auto;
  }
  #fullpage #indbanner .swiper-slide {
    padding-top: 49.4791%;
  }
  #fullpage #indbanner .ind_a-slide .inbox .en {
    letter-spacing: 0;
  }
  #fullpage #indbanner .ind_a-slide .inbox .cn {
    font-size: 30px;
  }
  #fullpage #indbanner .ind_a-slide .inbox .te {
    font-size: 14px;
  }
  #fullpage .ind_a {
    height: auto;
  }
  #fullpage .ind_a .left {
    width: 100%;
    display: none;
  }
  #fullpage .ind_a .right {
    display: none;
  }
  #fullpage .ind_a .indiv {
    position: static;
    background: #f5f5f5;
    padding: 50px 0;
  }
  #fullpage .ind_a .wrap .index-title {
    padding-top: 0;
  }
  #fullpage .ind_a .wrap .text-box {
    width: 100%;
  }
  #fullpage .ind_a .wrap .count-box .box {
    height: 130px;
  }
  #fullpage .ind_a .wrap .count-box .box .numbox {
    font-size: 14px;
  }
  #fullpage .ind_a .wrap .count-box .box .numbox .big {
    font-size: 30px;
  }
  #fullpage .ind_a .wrap .count-box .box .te {
    font-size: 14px;
  }
  .ind_c {
    padding: 50px 0;
  }
  .ind_c .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .ind_c .wrap .left {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .ind_c .wrap .left .index-title {
    margin-bottom: 30px;
  }
  .ind_c .wrap .left .control-box {
    display: none;
  }
  .ind_c .wrap .left .more-btn-box.pcbanner {
    display: none;
  }
  .ind_c .wrap .right {
    float: none;
    width: 100%;
  }
  .ind_c .wrap .right #news {
    margin-bottom: 30px;
  }
  .ind_c .wrap .right #news .swiper-slide {
    padding: 20px 15px;
  }
  .ind_c .wrap .right #news .swiper-slide .day {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .ind_c .wrap .right #news .swiper-slide .date {
    margin-bottom: 10px;
  }
  .ind_c .wrap .right #news .swiper-slide .title {
    margin-bottom: 20px;
  }
  .ind_c .wrap .right #news .swiper-slide .imgbox {
    margin-bottom: 15px;
  }
  .ind_c .wrap .right #news .swiper-slide .text {
    margin-bottom: 20px;
  }
  .ind_c .wrap .right #newsSP {
    display: block;
    position: static;
    margin-bottom: 30px;
    text-align: center;
  }
  .ind_c .wrap .right #newsSP .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .ind_c .wrap .right #newsSP .swiper-pagination-bullet-active {
    background: #0055aa;
  }
  .ind_c .wrap .right .more-btn-box.mobanner {
    display: block;
  }
  .ind_d {
    height: auto!important;
  }
}
@media (max-width: 768px) {
  #fullpage .left-page,
  #fullpage .right-page {
    display: none;
  }
  #fullpage #indbanner .swiper-slide {
    padding-top: 90%;
  }
  #fullpage #indbanner .ind_a-slide .inbox .te {
    line-height: 26px;
  }
  .ind_a .wrap .ind_map {
    width: 100%;
    max-width: 100%;
  }
  .ind_a .wrap .more-btn {
    margin: 0 auto;
  }
  .ind_b #proSwiper .swiper-slide {
    height: auto;
    padding-top: 197.9166%;
  }
  .ind_b #proSwiper .swiper-slide .inbox {
    top: 40%;
  }
  .ind_b #proSwiper .swiper-slide .inbox .more-btn-box {
    opacity: 1;
    top: 0;
  }
  .ind_c .wrap .left .tl {
    margin-bottom: 30px;
  }
  .ind_c .wrap .right #news .swiper-slide {
    border: 1px solid #eeeeee!important;
  }

  .ind_c .wrap .right .more-btn-box.mobanner .more-btn {
    margin: 0 auto;
  }
}
