.inbanner_box {
  position: relative;
}
.inbanner_box #inbanner .swiper-slide {
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
  position: relative;
}
.inbanner_box #inbanner .swiper-slide .bimg {
  overflow: hidden;
}
.inbanner_box #inbanner .swiper-slide .bimg img {
  width: 200%;
}
.inbanner_box #inbanner .swiper-slide .tlbox {
  position: absolute;
  left: 0;
  top: 36%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.inbanner_box #inbanner .swiper-slide .tlbox .cn {
  font-size: 56px;
  letter-spacing: 6px;
  text-shadow: 0px 8px 16px 0px rgba(129, 129, 129, 0.2);
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 18px;
}
.inbanner_box #inbanner .swiper-slide .tlbox .en {
  color: #ffffff;
  font-size: 30px;
  text-shadow: 0px 8px 16px 0px rgba(112, 112, 112, 0.25);
  letter-spacing: 6px;
}

.inbanner_box #inbanner .swiper-slide .tlbox .cn,
.inbanner_box #inbanner .swiper-slide .tlbox .en {
  -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.inbanner_box #inbanner .swiper-slide-active .tlbox .cn,
.inbanner_box #inbanner .swiper-slide-active .tlbox .en {
  -webkit-transform: rotateX(0deg);
     -moz-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
}

.inbanner_box .control-box {
  position: absolute;
  width: 100%;
  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;
  z-index: 20;
  top: 49%;
  display: none;
}
.inbanner_box .control-box .box {
  width: 200px;
}
.inbanner_box .control-box .box .icon {
  width: 110px;
  margin: 0 auto 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.inbanner_box .control-box .box .icon img {
  z-index: 20;
}
.inbanner_box .control-box .box .icon::after,
.inbanner_box .control-box .box .icon::before {
  content: "";
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.inbanner_box .control-box .box .icon::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ind_02.png) no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
/* .inbanner_box .control-box .box:first-child,  .inbanner_box .control-box .box:last-child{display: none;} */
.inbanner_box .control-box .box .icon::before {
  width: 140px;
  height: 140px;
  border: dashed 1px #ffffff;
  left: -15px;
  top: -15px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.inbanner_box .control-box .box .te {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.inbanner_box .control-box .actbox .icon,
.inbanner_box .control-box .box:hover .icon {
  background: rgba(255, 255, 255, 0);
}
.inbanner_box .control-box .actbox .icon .act,
.inbanner_box .control-box .box:hover .icon .act {
  opacity: 1;
}
.inbanner_box .control-box .actbox .icon .nor,
.inbanner_box .control-box .box:hover .icon .nor {
  opacity: 0;
}
.inbanner_box .control-box .actbox .icon::after,
.inbanner_box .control-box .box:hover .icon::after,
.inbanner_box .control-box .actbox .icon::before,
.inbanner_box .control-box .box:hover .icon::before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ind_a {
  background: url(../images/ind_06.jpg) no-repeat center / cover;
  padding-bottom: 6.25%;
}
.ind_a .wrap .intext {
  margin-top: -7px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  max-width: 1120px;
 
  margin: -7px auto 48px;
  text-indent: 2em;


}
.ind_a .counter-box {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 90px;
}
.ind_a .counter-box .box {
  width: 270px;
  text-align: center;
}
.ind_a .counter-box .box .icon {
  margin-bottom: 10px;
}
.ind_a .counter-box .box .numbox {
  margin-bottom: 10px;
}
.ind_a .counter-box .box .numbox .big {
  font-size: 60px;
  font-family: "Gotham-Bold";
  color: #000000;
}
.ind_a .counter-box .box .te {
  color: #333333;
}
.ind_a .culture-box {
  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;
  background: #fff;
}
.ind_a .culture-box .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #ededed;
  text-align: center;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 63px 0;
}
.ind_a .culture-box .box .icon {
  width: 56px;
  margin: 0 auto 33px;
  position: relative;
  z-index: 10;
}
.ind_a .culture-box .box .tl {
  color: #333333;
  font-size: 18px;
  margin-bottom: 14px;
}
.ind_a .culture-box .box .te {
  color: #888888;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 0 10px;
  line-height: 24px;
  height: 48px;
}
.ind_a .culture-box .box .line {
  width: 18px;
  height: 1px;
  background-color: #09308f;
  margin: 0 auto;
}
.ind_a .culture-box .box .tl,
.ind_a .culture-box .box .te,
.ind_a .culture-box .box .line {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 10;
}
.ind_a .culture-box .box:last-child {
  border-right: none;
}
.ind_a .culture-box .prevbox {
  border-right-color: rgba(255, 255, 255, 0);
}
.ind_a .culture-box .box::after {
  content: "";
  width: 114%;
  height: 114%;
  left: -7%;
  top: 0%;
  opacity: 0;
  background: url(../images/ind_11.jpg) no-repeat center / cover;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  z-index: 1;
  pointer-events: none;
}
.ind_a .culture-box .box:hover {
  border-right-color: rgba(255, 255, 255, 0);
}
.ind_a .culture-box .box:hover .tl,
.ind_a .culture-box .box:hover .te {
  color: #fff;
}
.ind_a .culture-box .box:hover .line {
  background-color: #fff;
}
.ind_a .culture-box .box:hover::after {
  opacity: 1;
  top: -7%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.ind_b {
  padding-bottom: 5.2083%;
}
.ind_b .out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ind_b .out .sunbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ind_b .out .box {
  overflow: hidden;
}
.ind_b .out .box .indiv {
  position: relative;
}
.ind_b .out .box .indiv .bg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.ind_b .out .box .indiv .cont-box {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  left: 0;
  bottom: 30px;
}
.ind_b .out .box .indiv .cont-box .icon {
  margin-bottom: 14px;
  -webkit-transition: all .5s .2s;
  -o-transition: all .5s .2s;
  -moz-transition: all .5s .2s;
  transition: all .5s .2s;
}
.ind_b .out .box .indiv .cont-box .cn {
  -webkit-transition: all .5s .1s;
  -o-transition: all .5s .1s;
  -moz-transition: all .5s .1s;
  transition: all .5s .1s;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}
.ind_b .out .box .indiv .cont-box .en {
  color: #aaaaaa;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.ind_b .out .box .indiv .cont-box .cn,
.ind_b .out .box .indiv .cont-box .en {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ind_b .out .box:hover .indiv .bg {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.ind_b .out .box:hover .indiv .cont-box .icon,
.ind_b .out .box:hover .indiv .cont-box .cn,
.ind_b .out .box:hover .indiv .cont-box .en {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ind_b .out .box:hover .indiv .cont-box .icon {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.ind_b .out .box:hover .indiv .cont-box .cn {
  -webkit-transition: all .5s .1s;
  -o-transition: all .5s .1s;
  -moz-transition: all .5s .1s;
  transition: all .5s .1s;
}
.ind_b .out .box:hover .indiv .cont-box .en {
  -webkit-transition: all .5s .2s;
  -o-transition: all .5s .2s;
  -moz-transition: all .5s .2s;
  transition: all .5s .2s;
}
.ind_b .out .left {
  width: 37.1428%;
}
.ind_b .out .left .top {
  margin-bottom: 3.8462%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ind_b .out .left .top .box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 48.0769%;
}
.ind_b .out .center {
  width: 30%;
}
.ind_b .out .right {
  width: 30%;
}
.ind_b .out .right .box:first-child {
  margin-bottom: 4.7619%;
}
.ind_b .out .right .box:nth-child(2) {
  margin-bottom: 4.7619%;
}
.ind_c {
  background-color: #f7f7f7;
  padding-bottom: 6.25%;
}
.ind_c .p-title {
  text-align: left;
}
.ind_c .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -8px;
  margin-bottom: 50px;
}
.ind_c .top .text {
  max-width: 720px;
  color: #888888;
  line-height: 30px;
  text-indent: 2em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.ind_d {
  padding-bottom: 6.25%;
}
.ind_d .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ind_d .top .p-title {
  text-align: left;
}
.ind_d .top .view-more-btn {
  margin-top: 107px;
}
.ind_d .cont-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ind_d .cont-box .imgbox {
  overflow: hidden;
}
.ind_d .cont-box .imgbox img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
.ind_d .cont-box .left {
  width: 50%;
  float: left;
}
.ind_d .cont-box .left a {
  position: relative;
}
.ind_d .cont-box .left a .indiv {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  left: 0;
  bottom: 50px;
}
.ind_d .cont-box .left a .indiv .date {
  color: #dadada;
  margin-bottom: 13px;
}
.ind_d .cont-box .left a .indiv .line {
  width: 14px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.ind_d .cont-box .left a .indiv .te {
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.ind_d .cont-box .ts-box {
  width: 25%;
  float: left;
}
.ind_d .cont-box .ts-box a {
  height: 100%;
}
.ind_d .cont-box .ts-box .textbox {
  height: 50%;
  background-color: #f7f7f7;
  position: relative;
  z-index: 20;
}
.ind_d .cont-box .ts-box .textbox .placeimg {
  opacity: 0;
}
.ind_d .cont-box .ts-box .textbox .tediv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 14% 14% 0 14%;
}
.ind_d .cont-box .ts-box .textbox .date {
  color: #999999;
  margin-bottom: 16px;
}
.ind_d .cont-box .ts-box .textbox .line {
  width: 14px;
  height: 1px;
  background-color: #09308f;
  margin-bottom: 14px;
}
.ind_d .cont-box .ts-box .textbox .te {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
}
.ind_d .cont-box .ts-box .textbox::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.ind_d .cont-box .center .textbox {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ind_d .cont-box .center .textbox::after {
  top: 100%;
  left: 50%;
}
.ind_d .cont-box .center .imgbox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ind_d .cont-box .right .textbox::after {
  top: 0;
}
.ind_d .left:hover .imgbox img,
.ind_d .ts-box:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1440px) {
  .inbanner_box #inbanner .swiper-slide .tlbox .cn {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .inbanner_box #inbanner .swiper-slide .tlbox .en {
    font-size: 14px;
  }

 
  .inbanner_box .control-box .box .icon {
    width: 90px;
    margin: 0 auto 30px;
  }
  .inbanner_box .control-box .box .icon::before {
    width: 120px;
    height: 120px;
  }
  .inbanner_box .control-box .box .te {
    font-size: 18px;
  }
  .ind_a .counter-box {
    margin-bottom: 70px;
  }
  .ind_a .counter-box .box .numbox .big {
    font-size: 54px;
  }
  .ind_a .culture-box .box {
    padding: 40px 0;
  }
  .ind_b .out .box .indiv .cont-box .cn {
    font-size: 18px;
  }
  .ind_d .top .view-more-btn {
    margin-top: 87px;
  }
  .ind_d .cont-box .ts-box .textbox .te {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .ind_a .culture-box .box .icon {
    width: 46px;
    margin: 0 auto 20px;
  }
  .ind_a .culture-box .box .tl {
    font-size: 16px;
  }
  .ind_a .culture-box .box .te {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .ind_a .counter-box .box .numbox .big {
    font-size: 42px;
  }
  .ind_b .out .box .indiv .cont-box .cn {
    font-size: 16px;
  }
  .ind_c .top {
    margin-bottom: 40px;
  }
  .ind_d .top .view-more-btn {
    margin-top: 57px;
  }
  .ind_d .cont-box .left a .indiv {
    padding: 0 30px;
    bottom: 30px;
  }
  .ind_d .cont-box .ts-box .textbox .tediv {
    padding: 10% 10% 0 10%;
  }
  .ind_d .cont-box .ts-box .textbox .date,
  .ind_d .cont-box .ts-box .textbox .line {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .ind_a .counter-box .box {
    width: 200px;
  }
  .ind_a .counter-box .box .icon img {
    width: 40px;
  }
  .ind_d .top .view-more-bt {
    margin-top: 57px;
  }
}
@media (max-width: 768px) {
  .inbanner_box #inbanner .swiper-slide .bimg {
    width: 200%;
    max-width: 200%;
    -webkit-transform: translateX(-25%);
       -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  .inbanner_box #inbanner .swiper-slide .tlbox .cn {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .inbanner_box #inbanner .swiper-slide .tlbox .en {
    line-height: 24px;
  }
  .inbanner_box .control-box {
    top: 64%;
  }
  .inbanner_box .control-box .box .icon {
    width: 60px;
    margin: 0 auto 20px;
  }
  .inbanner_box .control-box .box .icon::before {
    width: 80px;
    height: 80px;
    left: -10px;
    top: -10px;
  }
  .inbanner_box .control-box .box .te {
    font-size: 14px;
  }
  .ind_a .wrap .intext {
    margin: -7px auto 30px;
  }
  .ind_a .counter-box {
    margin-bottom: 50px;
  }
  .ind_a .counter-box .box {
    width: 25%;
  }
  .ind_a .counter-box .box .numbox .big {
    font-size: 24px;
  }
  .ind_a .culture-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ind_a .culture-box .box {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    border-bottom: 1px solid #ededed;
  }
  .ind_a .culture-box .box:nth-child(2n) {
    border-right: none;
  }
  .ind_a .culture-box .box:nth-last-child(1),
  .ind_a .culture-box .box:nth-last-child(2) {
    border-bottom: none;
  }
  .ind_b .out .left,
  .ind_b .out .center,
  .ind_b .out .right {
    width: 100%;
    margin-right: 0;
  }
  .ind_b .out .left,
  .ind_b .out .center {
    margin-bottom: 3.8462%;
  }
  .ind_b .out .right .box:first-child {
    margin-bottom: 3.8462%;
  }
  .ind_c .top {
    display: block;
  }
  .ind_c .top .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .ind_c .top .view-more-btn {
    margin: 0 auto;
  }
  .ind_d .cont-box {
    display: block;
  }
  .ind_d .cont-box .left {
    width: 100%;
  }
  .ind_d .cont-box .ts-box {
    width: 50%;
  }
  .ind_d .cont-box .ts-box .textbox .date {
    margin-bottom: 10px;
  }
  .ind_d .cont-box .ts-box .textbox .te {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .ind_d .cont-box .ts-box .textbox::after {
    width: 10px;
    height: 10px;
  }
  .ind_a,
  .ind_b,
  .ind_c,
  .ind_d {
    padding-bottom: 60px;
  }
}
