﻿.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.icon.lg {
  font-size: 0.5rem;
}

.icon.lg-1 {
  font-size: 0.8rem;
}

body {
  font-size: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Segoe UI", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

.btn {
  border-radius: 0 !important;
}

.bg1 {
  background: url('../images/banner_bg01.png') no-repeat center center;
  background-size: cover;
  height: 700px;
}

.bg1 .header-nav {
  background: rgba(255, 255, 255, 0.1);
}

.bg1 .logo img {
  width: 150px;
}

.bg1 .dot {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.5);
}

.bg1 .nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 30px;
  position: relative;
}

.bg1 .nav .active a::after {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  border-bottom: 3px solid #F1592B;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -13px;
}

.bg1 .banner-index {
  color: #fff;
  line-height: 3;
}

.bg1 .subtitle,
.bg1 .with-shadow {
  position: relative;
}

.bg1 .subtitle:after,
.bg1 .with-shadow:after {
  content: '';
  width: 200px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  left: -2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.bg1 .with-shadow:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(226, 85, 44, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(226, 85, 44, 0.25), rgba(255, 255, 255, 0));
  bottom: -2px;
}

.bg1 .btn-orange {
  background-color: #F1592B;
  border-color: #F1592B;
  color: #232B3E;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 20px;
  font-size: 1rem;
}

.bg1 .btn-outline-white {
  color: #fff;
  border-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1rem;
}

.news_bg {
  background: url('../images/news_bg.png') no-repeat center center;
  background-size: cover;
  height: 700px;
}

.news_bg .header-nav {
  background: rgba(255, 255, 255, 0.1);
}

.news_bg .logo img {
  width: 150px;
}

.news_bg .dot {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.5);
}

.news_bg .nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 30px;
  position: relative;
}

.news_bg .nav .active a::after {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  border-bottom: 3px solid #F1592B;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -13px;
}

.news_bg .banner-index {
  color: #fff;
  line-height: 3;
}

.news_bg .subtitle,
.news_bg .with-shadow {
  position: relative;
}

.news_bg .subtitle:after,
.news_bg .with-shadow:after {
  content: '';
  width: 200px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  left: -2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.news_bg .with-shadow:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(226, 85, 44, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(226, 85, 44, 0.25), rgba(255, 255, 255, 0));
  bottom: -2px;
}

.news_bg .btn-orange {
  background-color: #F1592B;
  border-color: #F1592B;
  color: #232B3E;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 20px;
  font-size: 1rem;
}

.news_bg .btn-outline-white {
  color: #fff;
  border-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1rem;
}

.service_bg {
  background: url('../images/service_bg.png') no-repeat center center;
  background-size: cover;
  height: 700px;
}

.service_bg .header-nav {
  background: rgba(255, 255, 255, 0.1);
}

.service_bg .logo img {
  width: 150px;
}

.service_bg .dot {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.5);
}

.service_bg .nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 30px;
  position: relative;
}

.service_bg .nav .active a::after {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  border-bottom: 3px solid #F1592B;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -13px;
}

.service_bg .banner-index {
  color: #fff;
  line-height: 3;
}

.service_bg .subtitle,
.service_bg .with-shadow {
  position: relative;
}

.service_bg .subtitle:after,
.service_bg .with-shadow:after {
  content: '';
  width: 200px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  left: -2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.service_bg .with-shadow:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(226, 85, 44, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(226, 85, 44, 0.25), rgba(255, 255, 255, 0));
  bottom: -2px;
}

.service_bg .btn-orange {
  background-color: #F1592B;
  border-color: #F1592B;
  color: #232B3E;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 20px;
  font-size: 1rem;
}

.service_bg .btn-outline-white {
  color: #fff;
  border-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1rem;
}

section {
  padding: 80px 0;
}

section .title {
  position: relative;
  font-size: 26px;

  font-weight: 500;
  line-height: 1.2;
  color: #212529;
}

section .title::after {
  content: '';
  display: block;
  width: 46px;
  height: 1px;
  border-bottom: 3px solid #F1592B;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -23px;
}

section .carousel-inner {
  width: 95%;
  margin: auto;
}

section .carousel-control-prev,
section .carousel-control-next {
  background-color: #BBBDC3;
  width: 26px;
  height: 90px;
  opacity: 1;
  border-radius: 2px;
  top: 50%;
  margin-top: -45px;
}

section .carousel-control-prev {
  left: -36px;
}

section .carousel-control-next {
  right: -36px;
}

section .carousel-control-prev-icon,
section .carousel-control-next-icon {
  width: 15px;
  height: 15px;
}

section .carousel-indicators {
  bottom: -50px;
}

section .carousel-indicators li {
  background-color: #C7C9CA;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border-top: none;
  border-bottom: none;
}

section .carousel-indicators li.active {
  width: 20px;
  background-color: #3E4556;
}

section .data .highlight {
  font-size: 36px;
  color: #EB6000;
}

section .data .col {
  text-align: center;
}

section.bg-2 {
  background: url('../images/bg_02.png') no-repeat center;
  background-size: cover;
  color: #fff;
}

section.bg-2 .title {
  color: #fff;
}

section .icon-left .icon-left__block {
  padding-left: 36px;
  padding-right: 60px;
}

section .icon-left h5 {
  font-weight: normal;font-size: 18px;line-height: 2;
}

section .icon-left p {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

section .row-center .col {
  text-align: center;flex-basis: content;
}

section .partner img {
  max-width: 160px;
}

section.bg-3 {
  background: url('../images/bg_03.png') no-repeat center;
  background-size: cover;
  color: #fff;
}

section.bg-3 .title {
  color: #fff;
}

section.bg-3 .map h5 {
  margin-bottom: 30px;
}

section.bg-3 .map p {
  color: rgba(255, 255, 255, 0.5);
}

section .news-content {
  background-color: #222A3D;
  color: #fff;
  padding: 36px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 5px 5px 0;
}

section .news-content .date {
  font-size: 20px;
}

section .news-content .news-title {
  margin: 30px 0 40px;
  line-height: 1.6;
  font-weight: normal;
}

section .news-content a {
  color: rgba(255, 255, 255, 0.658);
}

section .shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

section .tab-hover .col {
  max-width: 300px;
  padding: 30px;
}

section .tab-hover .col h5 {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

section .tab-hover .col h5 span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
 
}

section .tab-hover .col h5 span:after {
  content: '';
  width: 160px;
  height: 16px;
  position: absolute;
  bottom: -7px;
  left: -2px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(226, 85, 44, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(226, 85, 44, 0.25), rgba(255, 255, 255, 0));
}

section .tab-hover .col:hover {
  background-color: #222A3D;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

section .tab-hover .col:hover h5{
 
  color: #fff;
  
}


section .tab-hover .col.active h5 span::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

section .tab-hover .col:hover p {
  color: rgba(255, 255, 255, 0.836);
}

section .tab-hover p {
  line-height: 2;
  color: #777C88;
  font-size: 16px;
}

section .col-bottom .col {
  margin-bottom: 50px;    flex: 0 0 46%;
}

section .row-api svg {
  font-size: 0.5rem;
}

section .row-api p {
  padding-top: 16px;
  margin-bottom: 0em;
}

section .row-api .col:hover {
  background-color: #222A3D;
  border-radius: 3px;
  color: #fff;
}

section .row-api .col:hover svg {
  fill: #fff;
}

footer {
  background: #181E28;
  padding: 76px 0 30px 0;
  color: #fff;
  font-size: 14px;
}

footer h5 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  font-size: 0.18rem;
  line-height: 2;
}

footer .contact svg {
  font-size: 0.5rem;
  margin-left: 29px;
}

footer .copyright {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
footer .copyright p{

 line-height: 35px;
}
.col-wrap {
  padding: 0 80px;
  margin-bottom: 60px;
}

.col-wrap .car-data {
  padding-top: 30px;
}

.col-wrap .car-data > .col:nth-child(2) {
  border: 1px solid #e2e2e2;
  border-width: 0 1px;
}

.col-wrap .car-data p {
  margin-bottom: 0;
}

.col-wrap sub {
  margin-left: 5px;
}

.news-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 80px;
}

.news-list p {
  margin-bottom: 0;
  color: #686D71;
}

.news-list .media-body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-link {
  border: 0;
  color: #333;
  padding: 0 30px;
}

.page-item.active .page-link {
  background-color: transparent;
  color: #F1592B;
}

.news {
  padding-top: 50px;
}

.news img {
  max-width: 100%;
}

.news p {
  line-height: 1.8;
  color: #2E3646;
}

.data {
  color: #666;
}

.form-order .highlight-red {
  color: #FF4D4D;
}

.form-order label {
  color: #6C6C6C;
  margin-bottom: 5px;
}

.form-order h5 {
  margin-bottom: 30px;
}

.form-order h5 svg {
  margin-right: 10px;
}

.form-order h5 small {
  color: #999;
  margin-left: 10px;
  font-size: 14px;
}

.form-order .form-control {
  margin-bottom: 20px;
  padding: 0.75rem 0.75rem;
  height: auto;
}

.form-order .block-header {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 26px;
}

.form-order .city-picker-span {
  border-radius: 2px;
  padding-left: 10px;
  border: 0;
  background-color: #E9EDEF;
}

.form-order .city-picker-span > .placeholder {
  color: #777676;
}

.form-order input,
.form-order textarea {
  border: 0;
  background-color: #E9EDEF;
  border-radius: 2px;
}
/*# sourceMappingURL=main.css.map */


@media screen and (max-width: 767px){
  footer h5 {
font-size: 0.32rem;
    margin-top: 0.2rem;

  }
  section .row-api svg {font-size: 1.5rem;  }
  .icon-wechat {
  
    display: none;
}

section .col-bottom .col {
  margin-bottom: 50px;
  flex: 0 0 96%;
 
  max-width: 100%;
}
.icon.lg-1 {
  font-size: 2rem;
}
.icon.lg {
  font-size: 1.5rem;
}
}