@charset "UTF-8";
a:-webkit-any-link {
  text-decoration: none;
}

a {
  color: #262626;
}

a:hover {
  color: #1870f9;
}

.page-bg {
  background-color: #f5f5f7;
}

/* oswald-regular */
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype"), url("../fonts/Oswald-Regular.eot") format("embedded-opentype"), url("../fonts/Oswald-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.container {
  max-width: 1400px !important;
}

body {
  line-height: 1.8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.readmore {
  width: 90%;
  height: 3.13rem;
  line-height: 3.13rem;
  text-align: center;
  border: 1px solid #262626;
  display: block;
  position: relative;
}

.readmore::after {
  position: absolute;
  display: block;
  content: "";
  width: 4.19rem;
  height: 0.44rem;
  background: url(../images/go-icon.png) no-repeat;
  background-size: cover;
  right: -2.25rem;
  top: 1.25rem;
}

.index-title-en {
  font-family: "Oswald";
  font-size: 2.38rem;
  text-transform: uppercase;
  position: relative;
}

.index-title-en::after {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  height: 0.75rem;
  background-color: #1870f9;
  width: 100%;
  z-index: -1;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

@-webkit-keyframes BtnHover {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes BtnHover {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes inputMover {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes inputMover {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.BMap_bubble_pop {
  padding: 10px !important;
  border-radius: 2px !important;
  z-index: 10;
}

.BMap_bubble_pop img {
  top: 110px !important;
  z-index: -10 !important;
}

/* 
----------------------------------------------------------------
header
----------------------------------------------------------------
*/
header .navbar-brand {
  height: 70px;
  padding: 0;
}

header .navbar-brand img {
  height: 100%;
}

header .bg-light {
  background-color: #fff !important;
  border-bottom: 1px solid #f5f5f7;
}

header .nav-item {
  border-top: 1px solid #f5f5f7;
  text-align: center;
}

header .nav-link {
  padding: 1rem;
  color: #262626 !important;
}

.header {
  position: relative;
  height: 100;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  display: none;
}

.header .logo {
  width: 201px;
  height: 150px;
  border-right: 1px solid #e1e1e1;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.header .logo img {
  width: 100%;
  height: 150px;
}

.header .header-mid {
  width: calc(100% - 402px);
  float: left;
}

.header .nav .col {
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding: 0;
  font-weight: bold;
}

.header .nav .col-2:last-child {
  border-right: 0;
}

.header .nav a {
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
}

.header .nav .on {
  border-top: 3px solid #1870f9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .nav .ready:hover {
  color: #ffffff;
}

.header .nav .ready {
  background: none;
}

.header .nav .ready:after,
.header .nav .ready:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .nav .ready:before {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  z-index: -1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}

.header .nav .ready:hover:before {
  -webkit-animation-name: BtnHover;
  animation-name: BtnHover;
}

.header .nav .ready:before {
  background: #1870f9;
}

.header .nav .ready:after {
  background: #fff;
  z-index: -2;
}

.header .search {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
}

.header .search .search-icon {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  border-left: 1px solid #e1e1e1;
}

.header .search .search-icon img {
  width: 32px;
  height: 32px;
}

.header .search .search-container {
  width: 50%;
  height: 74px;
  float: right;
}

.header .search .search-container input {
  width: calc(100% - 75px);
  height: 74px;
  border: 0;
  outline: none;
  background-color: #f5f5f7;
  padding-left: 1rem;
  -webkit-animation-name: inputMover;
  animation-name: inputMover;
}

.header .header-right {
  width: 201px;
  float: right;
  border-left: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.header .hottel {
  height: 75px;
  font-family: "Oswald";
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1870f9;
}

.header .towbtn {
  height: 75px;
  background-color: #1870f9;
}

.header .towbtn .home,
.header .towbtn .en {
  float: left;
  width: 6.25rem;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .towbtn .home {
  background-color: #0d44c4;
}

.header .towbtn .home img {
  width: 2rem;
  height: 2rem;
}

.header .towbtn .en {
  background-color: #1870f9;
}

.header .towbtn .en img {
  width: 2rem;
  height: 2rem;
}

.banner {
  position: relative;
  height: calc(100vh - 150px);
  overflow: hidden;
  background-color: #262626;
}

.banner .banner-wrap {
  color: #ffffff;
}

.banner .banner-wrap .carousel-item {
  height: calc(100vh - 150px);
  position: relative;
}

.banner .banner-wrap .carousel-caption {
  bottom: 120px !important;
}

.banner .banner-wrap .carousel-indicators {
  bottom: 100px;
}

.banner .banner1 {
  background: url(../images/banner1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .banner1 .b1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner .banner1 .b1 img {
  width: 100%;
}

.banner .banner2 {
  background: url(../images/banner-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .banner2 .b2 {
  width: 1280px;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.banner .banner3 {
  background: #0f0f17;
}

.banner .banner3 .b3 {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.index-news {
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 110px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-news .index-news-title {
  font-family: "Oswald";
  font-size: 1.5rem;
  color: #1870f9;
  padding-left: 0;
  display: none;
}

.index-news .index-news-time {
  font-size: 0.75rem;
  padding: 2px 5px;
  border: 1px solid #e1e1e1;
}

.index-news .index-news-txt {
  font-size: 0.88rem;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.63rem;
}

.index-news .index-news-more {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 60px;
  display: none;
}

.index-news .index-news-more img {
  width: 100%;
}

/* 
----------------------------------------------------------------
index-about
----------------------------------------------------------------
*/
.index-about {
  position: relative;
  overflow: hidden;
}

.index-about::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f5f5f7;
  z-index: -2;
}

.index-about .col-md-5 {
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.index-about .index-about-content p {
  font-size: 0.88rem;
}

/* 
----------------------------------------------------------------
index-product
----------------------------------------------------------------
*/
.index-product {
  background-color: #262626;
  border-top: 6px solid #1870f9;
  padding-top: 3.75rem;
}

.index-product a {
  color: #ffffff;
}

.index-product a:hover {
  color: #1870f9;
}

.index-product .card {
  border-radius: 0;
  border: 0;
  margin: 0 2px;
  background: none;
  color: #ffffff;
}

.index-product .card-img-top {
  border-radius: 0;
}

.index-product .card-body {
  padding: 1.25rem 0 0;
}

.index-product .card-body .card-title {
  font-size: 1rem;
}

.index-product .card-footer {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.index-product .card-footer::before {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.index-product .card-footer .text-muted {
  font-size: 0.88rem;
  color: #ffffff;
}

/* 
----------------------------------------------------------------
index-service
----------------------------------------------------------------
*/
.index-service {
  position: relative;
  overflow: hidden;
  padding-top: 6.25rem;
}

.index-service::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f7;
  z-index: -2;
}

.index-service .index-service-list {
  padding: 0 0 2rem 0;
  list-style: none;
  margin-top: 1.25rem;
}

.index-service .index-service-list li a {
  display: block;
  width: 100%;
  height: 4.25rem;
  line-height: 4.25rem;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  color: #262626;
}

.index-service .index-service-list li a:hover {
  color: #1870f9;
}

.index-service .index-service-list li a::after {
  position: absolute;
  right: 0;
  top: 1.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/right.png) no-repeat;
  background-size: cover;
}

/* 
----------------------------------------------------------------
内页banner
----------------------------------------------------------------
*/
.banner-inner {
  height: 18.75rem;
}

.banner-about {
  background: url(../images/banner-about.jpg) no-repeat center;
  background-size: cover;
}

.banner-news {
  background: url(../images/banner-news.jpg) no-repeat center;
  background-size: cover;
}

.banner-contact {
  background: url(../images/banner-contact.jpg) no-repeat center;
  background-size: cover;
}

.banner-service {
  background: url(../images/banner-service.jpg) no-repeat center;
  background-size: cover;
}

.banner-products {
  background: url(../images/banner-products.jpg) no-repeat center;
  background-size: cover;
}

.banner-header {
  padding-top: 9.38rem;
  color: #ffffff;
}

.banner-header .banner-header-en {
  font-family: "oswald";
  font-size: 3.25rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.banner-header .banner-header-en::before {
  position: absolute;
  content: "";
  width: 1.88rem;
  height: 1.88rem;
  background-color: #fa6400;
  z-index: -1;
  left: -1.25rem;
  bottom: 0.63rem;
}

.banner-header .banner-header-cn {
  font-size: 1.5rem;
}

/* 
----------------------------------------------------------------
page
----------------------------------------------------------------
*/
.page {
  width: 100%;
  background-color: #ffffff;
  margin: 3.13rem auto;
}

.wrap {
  padding: 1rem 0;
}

.about {
  line-height: 2;
}

.about .about-img {
  padding-top: 7.5rem;
  background: url(../images/section-bg.png) no-repeat;
  background-position: 0 2.5rem;
}

.about .col-md-7 {
  padding-right: 6.25rem;
}

.about h2 {
  line-height: 1.6;
}

.news .card {
  border-radius: 0;
}

.news .badge {
  border-radius: 0;
  font-size: 0.75rem;
  margin-left: 40px;
}

.news .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.13rem;
  border-bottom: 1px solid #e1e1e1;
  margin: 1.25rem 2.5rem 0;
}

.news .card-body {
  padding: 1.25rem 2.5rem;
}

.news .card-title {
  font-size: 1.13rem;
  line-height: 1.8;
}

.news .news-time {
  font-family: "oswald";
  font-size: 0.88rem;
  position: relative;
}

.news .news-time::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #e1e1e1;
  right: -20px;
  top: 2px;
}

.articles-body a {
  text-decoration: underline;
  color: #1870f9;
}

.pro-left {
  width: 17.5rem;
  float: left;
  display: none;
}

.pro-left .card {
  width: 17.5rem;
  margin-bottom: 1rem;
  border-radius: 0;
  border-bottom: 0;
}

.pro-left .card .card-header {
  position: relative;
  font-weight: bold;
}

.pro-left .card .card-header::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #1870f9;
}

.pro-left .list-group-item {
  font-size: 0.88rem;
  padding: 0;
  position: relative;
  border-bottom: 0;
}

.pro-left .list-group-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.pro-left .list-group-item a::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 14px;
  width: 14px;
  height: 14px;
  background: url(../images/right.png) no-repeat;
  background-size: cover;
}

.pro-left .list-group-item a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #1870f9;
}

.pro-left .list-group-item a:hover::after {
  background: url(../images/right2.png) no-repeat;
  background-size: cover;
}

.pro-right {
  width: 100%;
  float: right;
}

.pro-right .breadcrumb {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 0.88rem;
}

.pro-right .card {
  border-radius: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.pro-right .card img {
  padding: 30px;
}

.pro-right .card .card-body {
  width: 100%;
}

.pro-right .card h5 {
  font-size: 1rem;
  margin-bottom: 0;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-right .company-item p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.pro-right .pro-item {
  font-size: 0.88rem;
}

.pro-right .pro-item img {
  width: 100%;
}

.pro-right .pro-img {
  width: 100%;
  border: 1px solid #e1e1e1;
  margin-bottom: 2rem;
}

.pro-right .pro-img img {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1200px !important;
  }
}

/* 
----------------------------------------------------------------
index-partner
----------------------------------------------------------------
*/
.partner {
  padding: 30px 0;
  margin: auto;
}

.partner .col-6 {
  margin: 8px auto;
}

.partner .partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e1e1e1;
  height: 10rem;
}

.partner .partner-logo img {
  width: 70%;
}

/* 
----------------------------------------------------------------
footer
----------------------------------------------------------------
*/
.footer {
  background-color: #262626;
  color: #ffffff;
  font-size: 0.88rem;
}

.footer p {
  margin: 0;
}

.footer .footer-inner {
  background-color: #323232;
  margin-top: 0.94rem;
  height: 23.75rem;
  overflow: hidden;
  position: relative;
}

.footer .footer-inner-num {
  font-family: "Oswald";
  height: 4.38rem;
  width: 2.25rem;
  background-color: #1870f9;
  color: #ffffff;
  font-size: 1.13rem;
  text-align: center;
  line-height: 4.38rem;
  margin-left: 1.25rem;
}

.footer .footer-inner-item {
  padding: 1.25rem 3.75rem 3.75rem;
}

.footer .footer-nav p {
  padding-bottom: 1rem;
}

.footer .footer-nav p a {
  color: #ffffff;
}

.footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-logo img {
  width: 16.25rem;
  height: 12.19rem;
}

.footer .footer-copyright {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

@media (min-width: 1200px) {
  /* 
	----------------------------------------------------------------
	header
	----------------------------------------------------------------
	*/
  header {
    display: none;
  }
  .header {
    position: relative;
    height: 150px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    display: block;
  }
  .header .logo {
    width: 201px;
    height: 150px;
    border-right: 1px solid #e1e1e1;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
  }
  .header .logo img {
    width: 100%;
    height: 150px;
  }
  .header .header-mid {
    width: calc(100% - 402px);
    float: left;
  }
  .header .nav .col {
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding: 0;
    font-weight: bold;
  }
  .header .nav .col-2:last-child {
    border-right: 0;
  }
  .header .nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: #262626;
  }
  .header .nav .on {
    border-top: 3px solid #1870f9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .nav .ready:hover {
    color: #ffffff;
  }
  .header .nav .ready {
    background: none;
  }
  .header .nav .ready:after,
  .header .nav .ready:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header .nav .ready:before {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    z-index: -1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  .header .nav .ready:hover:before {
    -webkit-animation-name: BtnHover;
    animation-name: BtnHover;
  }
  .header .nav .ready:before {
    background: #1870f9;
  }
  .header .nav .ready:after {
    background: #fff;
    z-index: -2;
  }
  .header .search {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
  }
  .header .search .search-icon {
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: right;
    border-left: 1px solid #e1e1e1;
  }
  .header .search .search-icon img {
    width: 32px;
    height: 32px;
  }
  .header .search .search-container {
    width: 50%;
    height: 74px;
    float: right;
  }
  .header .search .search-container input {
    width: calc(100% - 75px);
    height: 74px;
    border: 0;
    outline: none;
    background-color: #f5f5f7;
    padding-left: 1rem;
    -webkit-animation-name: inputMover;
    animation-name: inputMover;
  }
  .header .header-right {
    width: 201px;
    float: right;
    border-left: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
  }
  .header .hottel {
    height: 75px;
    font-family: "Oswald";
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1870f9;
  }
  .header .towbtn {
    height: 75px;
    background-color: #1870f9;
  }
  .header .towbtn .home,
  .header .towbtn .en {
    float: left;
    width: 6.25rem;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .towbtn .home {
    background-color: #0d44c4;
  }
  .header .towbtn .home img {
    width: 2rem;
    height: 2rem;
  }
  .header .towbtn .en {
    background-color: #1870f9;
  }
  .header .towbtn .en img {
    width: 2rem;
    height: 2rem;
  }
  .readmore {
    width: 15rem;
  }
  .index-news .index-news-title {
    padding-left: 50px;
    display: inline-block;
  }
  .index-news .index-news-time {
    padding: 2px 5px;
    margin: 0 30px;
    display: inline-block;
  }
  .index-news .index-news-txt {
    font-size: 1rem;
  }
  .index-news .index-news-more {
    display: inline-block;
  }
  .index-news .index-news-more img {
    width: 100%;
  }
  .index-about::after {
    width: 70%;
  }
  .index-about .col-md-5,
  .index-about .col-md-7 {
    padding: 0 !important;
  }
  .index-about .col-md-5 {
    margin-bottom: 6.25rem;
  }
  .index-about .index-about-content {
    padding: 50px 100px;
  }
  .index-about .index-about-content p {
    font-size: 0.88rem;
  }
  .index-product {
    padding: 3.75rem;
  }
  .index-service::before {
    width: 70%;
  }
  .index-service .col-md-6 {
    padding: 0 !important;
  }
  .index-service .index-service-list {
    padding: 0 200px 30px 0;
  }
  .page {
    margin: 50px auto;
  }
  .wrap {
    padding: 6.25rem;
  }
  .pro-left {
    width: 17.5rem;
    float: left;
    display: block;
  }
  .pro-left .card {
    width: 17.5rem;
    margin-bottom: 1rem;
    border-radius: 0;
    border-bottom: 0;
  }
  .pro-left .card .card-header {
    position: relative;
    font-weight: bold;
  }
  .pro-left .card .card-header::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #1870f9;
  }
  .pro-left .list-group-item {
    font-size: 0.88rem;
    padding: 0;
    position: relative;
    border-bottom: 0;
  }
  .pro-left .list-group-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .pro-left .list-group-item a::after {
    position: absolute;
    content: "";
    top: 14px;
    right: 14px;
    width: 14px;
    height: 14px;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
  }
  .pro-left .list-group-item a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #1870f9;
  }
  .pro-left .list-group-item a:hover::after {
    background: url(../images/right2.png) no-repeat;
    background-size: cover;
  }
  .pro-right {
    width: calc(100% - 17.5rem - 2.5rem);
    float: right;
  }
  .pro-right .breadcrumb {
    background-color: #ffffff;
    border-radius: 0;
    font-size: 0.88rem;
  }
  .pro-right .card {
    border-radius: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .pro-right .card img {
    padding: 30px;
  }
  .pro-right .card .card-body {
    width: 100%;
  }
  .pro-right .card h5 {
    font-size: 1rem;
    margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pro-right .company-item p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .pro-right .pro-item {
    font-size: 0.88rem;
  }
  .pro-right .pro-item img {
    width: 100%;
  }
  .pro-right .pro-img {
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 2rem;
  }
  .pro-right .pro-img img {
    width: 100%;
  }
  .partner {
    padding: 100px 0;
  }
  .partner .col-xl-2 {
    padding: 0;
    margin: 0;
  }
  .partner .col-xl-2 .partner-logo {
    border-left: 2px solid #e1e1e1;
    border-right: 0;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
  }
  .partner .col-xl-2:last-child .partner-logo {
    border-right: 2px solid #e1e1e1;
  }
  .footer .col-xl-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .footer .footer-inner {
    margin-top: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */