body {
  background-color: #f2f7fb;
}

.txt-welcome {
  background-color: #2b303b;
  color: #ffffff;
}

.txt-welcome.navbar .navbar-brand {
  font-weight: normal;
  color: #ffffff;
}

.blue-navbar {
  background-color: #2b69b4;
}

.blue-navbar .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.blue-navbar .nav-link {
  font-size: 1rem;
  font-weight: 600;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
  background-color: #3676c4;
  color: #ffffff;
}

.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: #3676c4;
}
/*  */
.home-slide .carousel-item {
  padding-top: 30%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  position: relative;
}

.home-slide-txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 20%;
}

.home-slide-title {
  font-size: 2rem;
  color: #ffffff;
  padding: 1rem;
}

.home-slide-sub-title {
  font-size: 1.5rem;
  padding: 0 0 0 1rem;
  color: #ffffff;
  font-weight: lighter;
}

.home-slide-intro {
  font-size: 1rem;
  padding: 1rem;
  color: #ffffff;
}

.home-slide-more {
  width: 10rem;
  padding: 0.5rem 0 0 1rem;
}

.home-slide-more a {
  padding: 0.5rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  display: block;
  border: 1px solid #ffffff;
}

.home-slide-more:hover {
}
/*  */
.home-news {
  position: relative;
  background-image: url('/Content/site/images/home0708/bg_news.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  /*padding: 2rem;*/
  box-shadow: inset 0 1px 0 0 rgb(255 255 255);
  border-radius: 4px;
  z-index: 99;
}

.home-news-tit .card-title {
  font-size: 1.8rem;
  font-weight: normal;
}

.home-news-tit a {
  margin-left: auto;
}

.news-slide .carousel-item {
  padding-top: 56%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}
/*  */
.enter-intro-num {
  margin-top: -3rem;
  width: 100%;
  height: 263px;
  background-color: #056fff;
  background-image: url('/Content/site/images/home0708/num_mod_bg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  padding-top: 5rem;
  box-sizing: border-box;
}
.enter-intro-num-tit {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
}
.enter-intro-num-unit {
  font-family: initial;
  font-style: initial;
  font-weight: normal;
  font-size: 1.2rem;
  color: #ffffff;
  margin-left: .5rem;
}
.enter-intro-num-content {
  font-size: 1.5rem;
  color: #ffffff;
}
/*  */
.banner-title {
  font-size: 1.8rem;
  font-weight: normal;
}

.banner-title span {
  color: #666;
}
/*  */
.service-slide {
  padding-bottom: 4rem;
}
/*  */
/*.border-bottom {
  border: 1px solid #7abaff !important;
}*/

/*  */
.badge {
  vertical-align: initial;
}
/*  */
.footer {
  color: #b5b5b6;
  background-color: #271f21;
}

.footer a {
  color: #b5b5b6;
}
/*  */
.home-service {
  width: 100%;
  background-image: linear-gradient(to right, #0357dd, #0124b2);
}

.home-service-bg {
  width: 100%;
  height: 100%;
  background-image: url(/Content/site/images/home0708/service_bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.service-title {
  font-size: 1.5rem;
  color: #ffffff;
}

.service-sub-tit {
  font-size: 1rem;
  color: #ffffff;
}
.ser-more {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding: 0.5rem 1rem;
    background-color: #4ba2e3;
    text-align: center;
    border-radius: 4px;
}

.ser-more:hover {
    text-decoration: none;
    background-color: #0063DC;
    color: #FFFFFF;
}