@import url("../css/bootstrap.css");
.vertical-align {
  vertical-align: middle;
}
body {
  overflow-x: hidden;
  font-family: "Microsoft yahei";
}
.navbar-default {
  background: rgba(255, 255, 255, 0.8) !important;
}
.top-header-box {
  padding: 0 50px;
}
.top-header-box .navbar-right .btn {
  margin-top: 12px;
  margin-left: 20px;
  border-radius: 50px 50px;
  -ms-border-radius: 50px 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.top-header-box .navbar-right .btn:active,
.top-header-box .navbar-right .btn:focus {
  outline: none;
}
.top-header-box .top-title-desc {
  border-left: 1px solid #dedede;
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 1.6rem;
  color: #666666;
  float: left;
}
@media screen and (max-width: 768px) {
  .top-header-box {
    padding: 0 10px 0 25px;
  }
}
.back-to-top {
  display: block;
  position: fixed;
  padding: 1.4rem;
  bottom: 2rem;
  right: 2rem;
  background: #5cb85c;
  color: #fff;
  z-index: 999;
  font-size: 1.4rem;
  opacity: 0.9;
}
.back-to-top:hover {
  color: #fff;
  background-color: #0a62e5;
  border-color: #095edb;
}
.footer {
  padding: 5rem 5rem 4rem 5rem;
  background-color: #333;
  color: #c9c9c9;
}
.footer .luculent-link {
  color: #fff!important;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5rem 0rem;
  }
  .footer .copy-right a {
    display: block;
    margin-top: 1rem;
  }
  .footer img {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .container-fluid {
    padding-left: 18rem;
    padding-right: -15px;
  }
}
@media screen and (min-width: 1366px) {
  .footer .row .col-xs-12 .col-xs-12 {
    padding: 0;
  }
}
.copy-right {
  margin-top: 2rem;
  text-align: center;
}
.copy-right a {
  color: #888;
  font-size: 13px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity ;
  -moz-transition-property: opacity ;
  -ms-transition-property: opacity ;
  -o-transition-property: opacity ;
  transition-property: opacity ;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.btn-primary {
  background-color:#5cb85c;
  border-color: #5cb85c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent!important;
  color: #5cb85c;
}
@media screen and (max-width: 768px) {
  .carousel {
    margin-top: 60px;
  }
  .lsb {
    float: right;
  }
  .lsb button {
    margin-left: 0!important;
    margin-right: 20px;
  }
  .carousel-inner .slide-img {
    height: 28rem!important;
    max-width: none!important;
  }
  .carousel-inner .btn {
    margin-top: 4rem;
  }
  #pc {
    display: none;
  }
  #mobile {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #pc {
    display: inline-block;
  }
  #mobile {
    display: none;
  }
}
body {
  overflow-x: hidden;
}
.carousel {
 /* margin-top: 6.2rem; */
  position: relative;
}
.carousel .btn {
  border-radius: 5rem 5rem;
  -ms-border-radius: 5rem 5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 1.7rem;
  padding: 1rem 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .carousel .btn {
    position: absolute;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.4rem;
  }
}
.carousel .slide-banner-codes {
  width: 100%;
  text-align: center;
}
.carousel .slide-banner-codes img {
  display: inline-block;
  margin: 0;
}
.carousel .carousel-caption {
  top: 15%;
  padding: 0 8rem;
}
.carousel .carousel-caption img {
  margin-bottom: 4rem;
}
.carousel .carousel-caption h1 {
  font-size: 4rem;
  margin-bottom: 4rem;
  color: #333;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-caption h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.carousel .carousel-caption p:nth-child(2) {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #777;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-caption p:nth-child(2) {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
}
.carousel .carousel-caption p.thired-title {
  font-size: 2.2rem;
  color: #5cb85c;
  text-shadow: none;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-caption {
    text-align: center;
    left: 3%;
    right: 3%;
    top: 1rem!important;
    padding: 0;
  }
  .carousel .carousel-caption p.thired-title {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .carousel .carousel-caption img {
    margin-bottom: 0rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .carousel img.slide {
    height: 50rem!important;
  }
}
@media screen and (max-width: 768px) {
  .carousel img.slide {
    width: 100%;
    height: 25rem!important;
  }
  .carousel .carousel-caption img {
    margin-top: 6rem;
  }
  .carousel .carousel-caption img:nth-child(2) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .carousel .btn {
    margin-top: 2rem;
  }
}
.section-one-box {
  width: 100%;
  height: auto;
  padding: 10rem 0;
  background: url(../images/section-1-bg.png) center no-repeat;
  background-size: cover;
}
.section-one-box .section-one-card {
  width: 100%;
  height: 40rem;
  background-color: #ffffff;
  -ms-border-radius: 0.3rem;
  border-radius: 0.3rem;
  text-align: center;
  padding: 6rem 3rem;
  box-shadow: 0 0.2rem 1.5rem 0 #e0eafa;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  .section-one-box .section-one-card {
    padding: 6rem 1rem 1rem;
    height: 38rem;
  }
}
.section-one-box .section-one-card:hover {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  box-shadow: 0 0.2rem 2rem 0 #d5e3f8;
}
.section-one-box .section-one-card img {
  display: inline-block;
}
.section-one-box .section-one-card h4 {
  margin-top: 3rem;
  font-size: 2.4rem;
  color: #333;
}
.section-one-box .section-one-card .msg {
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #999999;
  text-align: center;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section-one-box .section-one-card {
    margin-bottom: 3rem;
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section-one-box {
    padding: 0.75rem;
    margin-top: 1rem;
  }
  .section-one-box .col-xs-12 {
    padding: 0;
  }
  .section-one-box div[class^='col-'] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .section-one-box .section-one-card {
    height: 30rem;
    margin-bottom: 1.5rem;
    padding: 3rem 1rem 2rem;
  }
  .section-one-box .section-one-card h4 {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
  .section-one-box .section-one-card .msg {
    line-height: 2.4rem;
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.section-two-box {
  width: 100%;
  padding: 7rem 0 5rem;
  background-color: #f3f5f8;
}
.section-two-box h2 {
  margin-bottom: 7rem;
}
.section-two-box .stb-one {
  margin-bottom: 7rem;
/*  padding: 0 1rem 0 0.5rem; */
  transition: all 0.3s ease;
}
.section-two-box .stb-one:hover h4:before {
  content: " ";
  width: 8rem;
}
.section-two-box .stb-one h4 {
  margin-bottom: 4rem;
  position: relative;
  font-size: 2rem;
}
.section-two-box .stb-one h4:before {
  position: absolute;
  content: " ";
  width: 10%;
  height: 0.2rem;
  background-color: #5cb85c;
  bottom: -2rem;
  transition: all 0.3s ease;
}
.section-two-box .stb-one .col-xs-3 {
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.section-two-box .stb-one .col-xs-3 img {
  display: inline-block;
}
.section-two-box .stb-one .media-middle {
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .section-two-box .stb-one {
    margin-bottom: 3rem;
  }
}
.section-two-box p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #999999;
  text-align: justify;
}
.section-three-box {
  padding: 6rem 0 13rem 0;
  background: url(../images/section-3-bg.png) center bottom -4rem no-repeat;
  background-size: contain;
}
.section-three-box h4 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.section-four-box {
  padding: 7rem 0 13rem 0;
  background-color: #f3f5f8;
}
.section-four-box h2 {
  margin-bottom: 5rem;
}
.section-four-box .sfb-box {
  background: url(../images/section-4-bg.png) center no-repeat;
  min-height: 48rem;
  background-size: contain;
}
.section-four-box .sfb-box form {
  overflow: hidden;
}
.section-four-box .sfb-box .sfb-box-inner {
  height: 44rem;
  width: 95%;
  background-color: #fff;
  box-shadow: 0 0 2rem #999;
  margin: 9rem 0 0 2rem;
  padding: 4rem;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .section-four-box .sfb-box .sfb-box-inner {
    margin: 3rem 0 0 0;
  }
}
.section-four-box .sfb-box button {
  padding: 1rem 3rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.section-four-box .sfb-box button:hover {
  background-color: #4cae4c;
}
.section-four-box .sfb-box label {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
}
.section-four-box .sfb-box .form-group {
  margin-bottom: 2rem;
}
.section-four-box .sfb-box .form-group input {
  height: 4.5rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .section-four-box {
    padding: 6rem 0 8rem 0;
  }
  .section-four-box .sfb-box {
    background: none;
  }
  .section-four-box .sfb-box .sfb-box-inner {
    min-height: 52rem;
  }
  .section-four-box h2 {
    margin-bottom: 0rem;
  }
}
