
.index-about,.index-pro {max-width: 100% !important;overflow-x: hidden;margin: 0px 10px;}
.index-about .content {padding-bottom: 50px;}
.index-about .row h2 {font-size: 48px;font-weight: bold;color: #0e6cb7;}
.index-about .row .col-sm-7>p {font-size: 16px;color: #9d9da3;line-height: 35px;font-weight: bold;}
.index-about .row .desc {margin-top: 15px;}
.index-about-counter {margin: 50px auto;display: flex;}
.index-about-counter .about-counter {text-align: center;flex: 1;color: #898989;}
.index-about-counter .about-counter span {font-weight: bold;font-size: 32px;color: #0e6cb7;}
.index-about .more { display: inline-block;}
.index-about .more a {display: block;background-color: #1170b9;padding: 20px 65px;color: #FFFFFF;}
.index-about .more a:hover {background-color: #0056B3;}
.index-pro .content {background-color: lightcyan;padding:40px 0 50px 0;}
.index-pro .row .col {margin-top: 80px;margin-bottom: 30px;}
.index-pro ul {margin-top: 20px;}
.index-pro ul li { display: inline-block; margin-right: 15px;font-size: 16px;color: #4b4f51;}
.index-pro ul li span {display: block;margin-top: 10px;}
.index-pro h2 {color: #0e6eb8;font-size: 48px;font-weight: bold;margin-bottom: 55px;}
.index-pro p {font-size: 16px;line-height: 30px;width: 74%;}
.index-pro .more {display: inline-block;margin-top: 30px;}
.index-pro .more a {display: block;background-color: #1170b9;padding: 20px 65px;color: #FFFFFF;}
.index-pro .more a:hover {background-color: #0056B3;}
.swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide img{width: 100%;height: auto;}
.swiper-pagination{bottom: 1rem !important;}
.swiper-pagination-bullet{width: 14px !important; height: 14px !important;}
.swiper-pagination-bullet-active{background-color: #FFFFFF !important;}	