
  .content-box .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 300px;
  }

  .content-box ul {
    padding-left: 0;
  }

  .content-box ul li p {
    font-size: 14px;
    color: #fff;
  }


  .index-page {
    width: 100%;
  }
  .index-page .index-title {
    margin-bottom: 40px;
    width: 100%;
    color: #323223;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .index-page .index-title {
      font-size: 32px;
    }
  }
  @media screen and (max-width: 767px) {
    .index-page .index-title {
      font-size: 18px;
    }
  }

  .index-page .index-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .swiper-banner {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .swiper-banner .swiper-slide {
    background-position: 50%;
    background-size: cover;
  }

  .swiper-banner .swiper-slide .text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .swiper-banner .swiper-slide .text span {
    margin-bottom: 30px;
    text-shadow: 0px 3px 5px #001532;
  }

  @media screen and (min-width: 768px) {
    .swiper-banner {
      height: 600px;
    }
    .swiper-banner .swiper-slide .text span {
      font-size: 52px;
    }
  }
  @media screen and (max-width: 767px) {
    .swiper-banner {
      height: 320px;
    }
    .swiper-banner .swiper-slide .text span {
      font-size: 24px;
    }
  }



  .index-swiper .swiper-index .swiper-slide .swiper-img .slide-hover {
    opacity: 0;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 121, 255, 0.75);
    transition: opacity 0.25s;
    z-index: 1;
  }


  .slide-hover .hover-flex {
    padding: 20px 32px;
    width: 100%;
    box-sizing: border-box;
  }

  .slide-hover .hover-flex .main {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    font-size: 72px;
  }

  .swiper-img .slide-hover .hover-flex .t {
    margin-bottom: 16px;
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 2px;
  }

  .swiper-img .slide-hover .hover-flex .p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 100;
  }

  .swiper-img .slide-hover .hover-flex .go {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    font-size: 48px;
  }

  .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .7;
  }
  .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .7;
  }
  .banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 110px;
  }
  
  @media screen and (max-width:1200px) {
    .banner .swiper-container-horizontal>.swiper-pagination-bullets{
      bottom: 10px;
    }
  }

  @media screen and (min-width:769px) {
    .index-swiper .swiper-index .swiper-slide .swiper-img:hover .slide-bg {
      opacity: 0;
    }
    .index-swiper .swiper-index .swiper-slide .swiper-img:hover .slide-hover {
      opacity: 1;
    }
  }

  .index-1 {
    padding: 90px 0 40px 0;
    background-image: url('./../assets/img/index_hxjs.png');
    background-size: cover;
  }
  .index-1 .index-title {
    margin-bottom: 60px;
    color: #fff;
  }
  .index-1 .flex {
    padding: 20px 15px;
  }
  @media screen and (min-width:769px) {
    .index-1 .flex {
      width: 300px;
    }
  }
  @media screen and (max-width:768px) {
    .index-flex {
      flex-wrap: wrap;
    }
    .index-1 .flex {
      width: 100%;
    }
  }


  .index-1 .flex:hover {
    background-color: rgba(0,121,255,0.20);
  }

  .index-1 .flex .icon {
    display: block;
    margin: auto;
    margin-bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .index-1 .flex:nth-child(1) .icon {
    background-image: url('./../assets/img/index_1/1.png');
  }
  .index-1 .flex:nth-child(1):hover .icon {
    background-image: url('./../assets/img/index_1/1_hover.png');
  }
  .index-1 .flex:nth-child(2) .icon {
    background-image: url('./../assets/img/index_1/2.png');
  }
  .index-1 .flex:nth-child(2):hover .icon {
    background-image: url('./../assets/img/index_1/2_hover.png');
  }
  .index-1 .flex:nth-child(3) .icon {
    background-image: url('./../assets/img/index_1/3.png');
  }
  .index-1 .flex:nth-child(3):hover .icon {
    background-image: url('./../assets/img/index_1/3_hover.png');
  }

  .index-1 .flex .flex-t {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .index-1 .flex .flex-p {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .index-1 .flex .flex-link {
    margin-top: 40px;
    height: 32px;
    text-align: center;
  }
  
  .index-1 .flex .flex-link a {
    display: none;
    padding: 0 24px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
  }
  .index-1 .flex:hover .flex-link a {
    display: inline-block;
  }

  .index-2 {
    position: relative;
    padding: 0 !important;
    width: 100%;
    height: 600px;
    background-color: #404a59;
  }

  .index-2 .max-width {
    position: relative;
    z-index: 2;
  }

  .index-2 #mapChart {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
  }
  .index-2 #usaChart {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  @media screen and (max-width:768px) {
    .index-page.index-2{
      display: none;
    }
  }
  @media screen and (min-width:769px) {
    .index-2 #mapChart {
      width: 67%;
    }
    .index-2 #usaChart {
      width: 33%;
    }
  }

  .index-2 .data {
    padding: 15% 0 0 15px;
    font-weight: 100;
  }

  .index-2 .data .t {
    margin-bottom: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.692);
  }

  .index-2 .data .num {
    font-size: 50px;
    letter-spacing: 2px;
    color: #fff;
  }

  .index-3 {
    padding: 64px 0 37px 0;
  }
  .index-3 .index-title {
    margin-bottom: 50px;
  }

  .index-3 .index-swiper {
    width: 100%;
  }

  .index-3 .index-swiper .swiper-index {
    width: 100%;
  }

  .index-3 .index-swiper .swiper-index .swiper-slide:hover {
    z-index: 2;
  }

  .index-3 .index-swiper .swiper-index .swiper-slide .swiper-img {
    position: relative;
    width: 100%;
    height: 420px;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    transition: transform 0.25s;
  }


  .index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.25s;
    z-index: 0;
  }

  .index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg .bg-flex {
    width: 100%;
  }

  .index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg .bg-flex .main {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    font-size: 65px;
  }

  .index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg .bg-flex .t {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 24px;
  }
  .index-3 .index-swiper .swiper-more {
    padding-top: 32px;
    text-align: center;
  }
  .index-3 .index-swiper .swiper-more a {
    display: inline-block;
    padding: 0 24px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #646464;
    color: #646464;
    border-radius: 16px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
  }



.index-4{
  padding-top: 90px;
  padding-bottom: 23px;
}
.index-4 .index-flex {
  border: 1px solid #E5E5E5;
}
.index-4 .mainBox {
  display: flex;
}
.index-4 .mainBox .left{
  width: 300px;
  background-color: #f6f6f6;
}
.index-4 .mainBox .left .left-tab {
  padding-left: 25px;
  height: 72px;
  line-height: 72px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.index-4 .mainBox .left .left-tab:last-child {
  border: none;
}

.index-4 .mainBox .left .left-tab .img {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
.index-4 .mainBox .left .left-tab:nth-child(1) .img {
  background-image: url('./../assets/img/hover_tab/0.png');
}
.index-4 .mainBox .left .left-tab:nth-child(1).active .img {
  background-image: url('./../assets/img/hover_tab/0_active.png');
}
.index-4 .mainBox .left .left-tab:nth-child(2) .img {
  background-image: url('./../assets/img/hover_tab/1.png');
}
.index-4 .mainBox .left .left-tab:nth-child(2).active .img {
  background-image: url('./../assets/img/hover_tab/1_active.png');
}
.index-4 .mainBox .left .left-tab:nth-child(3) .img {
  background-image: url('./../assets/img/hover_tab/2.png');
}
.index-4 .mainBox .left .left-tab:nth-child(3).active .img {
  background-image: url('./../assets/img/hover_tab/2_active.png');
}
.index-4 .mainBox .left .left-tab:nth-child(4) .img {
  background-image: url('./../assets/img/hover_tab/3.png');
}
.index-4 .mainBox .left .left-tab:nth-child(4).active .img {
  background-image: url('./../assets/img/hover_tab/3_active.png');
}
.index-4 .mainBox .left .left-tab:nth-child(5) .img {
  background-image: url('./../assets/img/hover_tab/4.png');
}
.index-4 .mainBox .left .left-tab:nth-child(5).active .img {
  background-image: url('./../assets/img/hover_tab/4_active.png');
}
.index-4 .mainBox .left .left-tab:nth-child(6) .img {
  background-image: url('./../assets/img/hover_tab/5.png');
}
.index-4 .mainBox .left .left-tab:nth-child(6).active .img {
  background-image: url('./../assets/img/hover_tab/5_active.png');
}
.index-4 .mainBox .left .left-tab span{
  margin-left: 18px;
  color: #141414;
  font-size: 14px;
}
.index-4 .mainBox .left .left-tab.active {
  background-color: #0081e9;
  border-bottom: 1px solid #0081e9;
}
.index-4 .mainBox .left .left-tab.active span {
  color: #fff;
}



.mainBox .left{
  width: 20%;
}

.index-4 .mainBox .content-box {
  padding-top: 30px;
}
.index-4 .mainBox .content-box .t{
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.index-4 .mainBox .content-box .p{
  margin-bottom: 14px;
  padding: 0 40px;
  font-size: 14px;
  color: #323232;
  line-height: 22px;
  box-sizing: border-box;
}
.index-4 .mainBox .content-box .line {
  margin-top: 40px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.index-4 .mainBox .content-box .list_txt{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 40px;
}
.index-4 .mainBox .content-box .list_txt li{
  position: relative;
  display: block;
  margin-top: 16px;
  padding-left: 28px;
  padding-right: 40px;

  color: #323232;
  font-size: 14px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .index-4 .mainBox .content-box .list_txt li{
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .index-4 .mainBox .content-box .list_txt li{
    width: 100%;
  }
}
.index-4 .mainBox .content-box .list_txt li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "◆";
  font-size: 18px;
  color: #3573FF;
}
.index-4 .mainBox .content-box .link {
  margin: 30px 0 10px;
  padding-left: 40px;
}
.index-4 .mainBox .content-box .link a{
  display: inline-block;
  padding: 0 24px;
  background-color: #0081e9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 32px;
  border-radius: 16px;
  text-decoration: none;
}


.index-4 .left-tab span {
  font-size: 16px;
  line-height: 22px;
  color: #3976ff;
  margin: 0;
  padding: 0;
}


.index-4 .mainBox {
  padding: 0;
  width: 100%;
  box-sizing: content-box;
}
.index-4 .left {
  padding: 0;
}
.index-4 .mainBox .right {
  flex: 1;
  overflow: hidden;
}


@media screen and (max-width:500px) {
  .index-4 .left-tab {
    padding: 5px;
  }
  .index-4 .left-tab img {
    margin: 0 10px 0 0;
  }
}


.index-4 .right .pic {
width: 100%;
}
@media screen and (min-width:1200px) {
  .index-4 .right .pic {
    min-height: 400px;
  }
}

.index-4 .col-xs-12.visible-xs {
  height: 60px;
}
.index-4 #selection {
  margin-top: 10px;
  border-radius: 20px;
  height: 40px;
  outline: none;
}
.index-4 #selection option {
  width: 100%;
}