@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: #5cb85c;
  border-color: #5cb85c;
}
.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 {
    overflow: hidden;
    width: 100%;
    height: 25rem!important;
  }
  .carousel .carousel-caption img {
    margin-top: 8rem;
  }
  .carousel .btn {
    margin-top: 2rem;
  }
}
.slide-box-bar {
  position: relative;
  width: 100%;
 /* height: 6.5rem; */
  line-height: 6.5rem;
  text-align: center;
  background-color: #fff;
  margin-top: -4rem;
  box-shadow: 0.2rem 0.5rem 2.5rem 0 #deebfe;
  margin-bottom: 4rem;
}
.slide-box-bar a {
  font-size: 1.8rem;
  color: #333333;
  text-decoration: none;
 /* padding:0 2.4rem; */
}
.slide-box-bar .slide-icon {
  transition: all 0.2s ease;
}
 .slide-box-bar .slide-icon-1 {
  background: url(/static/images/s-1.png) left center no-repeat;
}
.slide-box-bar .slide-icon-1.active,
.slide-box-bar .slide-icon-1:hover {
  background: url(/static/images/s-1-0.png) left center no-repeat;
  color: #5cb85c;
}
.slide-box-bar .slide-icon-2 {
  background: url(/static/images/s-2.png) left center no-repeat;
}
.slide-box-bar .slide-icon-2.active,
.slide-box-bar .slide-icon-2:hover {
  background: url(/static/images/s-2-0.png) left center no-repeat;
  color: #5cb85c;
}
.slide-box-bar .slide-icon-3 {
  background: url(/static/images/s-3.png) left center no-repeat;
}
.slide-box-bar .slide-icon-3.active,
.slide-box-bar .slide-icon-3:hover {
  background: url(/static/images/s-3-0.png) left center no-repeat;
  color: #5cb85c;
}
.slide-box-bar .slide-icon-4 {
  background: url(/static/images/s-4.png) left center no-repeat;
}
.slide-box-bar .slide-icon-4.active,
.slide-box-bar .slide-icon-4:hover {
  background: url(/static/images/s-4-0.png) left center no-repeat;
  color: #5cb85c;
}
.slide-box-bar .slide-icon-5 {
  background: url(/static/images/s-5.png) left center no-repeat;
}
.slide-box-bar .slide-icon-5.active,
.slide-box-bar .slide-icon-5:hover {
  background: url(/static/images/s-5-0.png) left center no-repeat;
  color: #5cb85c;
} */
@media screen and (max-width: 768px) {
  .slide-box-bar {
    margin-bottom: 0rem;
    height: 13rem;
    text-align: left;
  }
  .slide-box-bar:first-child {
    margin-top: 1rem;
  }
  .slide-box-bar a {
    font-size: 1.6rem;
  }
}
.section-one-box {
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 1366px) {
  .section-one-box {
    padding: 4rem 0 4rem 0;
  }
}
.section-one-box h2 {
  padding: 1rem 0;
  background: #fff url(../images/right-icon.png) right top no-repeat;
}
.section-one-box h2 span {
  padding-right: 1.5rem;
  color: #999999;
}
.section-one-box .video-box {
  width: 100%;
  height: auto;
  position: relative;
}
.section-one-box .video-box video {
  width: 100%;
  border: none;
  transition: all 0.3s ease;
}
.section-one-box .video-box .glyphicon {
  display: block;
  font-size: 6rem;
  color: #5e878b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.section-one-box .video-box .glyphicon:hover {
  color: #bbb;
}
.section-one-box p {
  color: #666666!important;
  line-height: 2.8rem;
  text-align: justify;
  text-indent: 3rem;
}
.section-one-box p.msg-ms {
  margin-bottom: 2.6rem;
}
.section-two-box {
  background-color: #f3f5f8;
}
@media screen and (max-width: 1366px) {
  .section-two-box {
    padding: 5rem 0 0;
  }
}
.section-two-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-two-box ul a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section-two-box {
    padding-top: 5rem;
  }
  .section-two-box h2,
  .section-two-box h5 {
    text-align: center;
  }
  .section-two-box h5 {
    margin-bottom: 3rem;
  }
}
.section-two-box .sob-r-box h2 {
  margin-top: 15rem;
  margin-bottom: 2rem;
}
.section-two-box .timeline {
  width: 100%;
  height: 37rem;
  overflow: hidden;
  position: relative;
}
.section-two-box .timeline a {
  color: #333;
}
.section-two-box .timeline .splite {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-two-box .timeline .splite .splite-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-two-box .timeline .splite .splite-inner:after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  left: 76px;
  background: -webkit-linear-gradient(to bottom, #5cb85c 20%, #e0eaf8 80%);
  background: -moz-linear-gradient(to bottom, #5cb85c 20%, #e0eaf8 80%);
  background: -ms-linear-gradient(to bottom, #5cb85c 20%, #e0eaf8 80%);
  background: -o-linear-gradient(to bottom, #5cb85c 20%, #e0eaf8 80%);
  background: linear-gradient(to bottom, #5cb85c 20%, #e0eaf8 80%);
}
@media screen and (max-width: 768px) {
  .section-two-box .timeline {
    height: 50rem;
  }
}
.section-two-box .dates {
  width: 100px;
  height: 37rem;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 88;
}
@media screen and (max-width: 768px) {
  .section-two-box .dates {
    height: 50rem;
  }
}
.section-two-box .dates li {
  width: 11rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.8rem;
  padding-left: 1rem;
}
.section-two-box .dates a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 5rem;
  background: url('../images/line-pointer.png') left 61px center no-repeat;
}
.section-two-box .dates .selected {
  font-size: 20px;
  color: #5cb85c;
  background: url('../images/line-pointer-active.png') left 52px center no-repeat !important;
}
.section-two-box .issues {
  height: 100%;
  overflow: hidden;
  width: calc(100% - 100px);
}
.section-two-box .issues li {
  clear: both;
  height: 37rem;
  position: relative;
  padding: 0 1rem;
}
.section-two-box .issues li:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0.8rem 0.6rem;
  border-style: dashed solid dashed dashed;
  border-color: transparent #dedede transparent transparent;
  left: -0.1rem;
  top: 50%;
  z-index: 88;
  margin-top: -0.5rem;
}
.section-two-box .issues li:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0.8rem 0.6rem;
  border-style: dashed solid dashed dashed;
  border-color: transparent #ffffff transparent transparent;
  left: 0.1rem;
  top: 50%;
  z-index: 88;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .section-two-box .issues li {
    height: 50rem;
  }
}
.section-two-box .issues .issues-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  right: 0;
  padding: 0 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-two-box .issues .issues-box .issues-box-inner {
  padding: 2rem 2rem;
  width: 100%;
  overflow: hidden;
  min-height: 6rem;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
  -webkit-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.section-two-box .issues .issues-box .issues-box-inner p {
  position: relative;
  padding-left: 1rem;
}
.section-two-box .issues .issues-box .issues-box-inner p:before {
  content: " ";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #999;
  left: 0;
  top: 50%;
  margin-top: -0.2rem;
}

@media screen and (min-width: 768px) {
.section-three-box {
  padding: 8rem 0;
  background: url(../images/about-3-bg.png) center no-repeat;
/*  background-size: cover; */
}
}
.stb-box h2 {
  margin-bottom: 5rem;
}
.stb-box h5 {
  font-size: 1.6rem;
  color: #666666;
}
.stb-box h5:nth-child(3) {
  text-indent: 1.5rem;
}
@media screen and (max-width: 768px) {
	
	.section-three-box {
	 
	  background: none;
	/*  background-size: cover; */
	}
  .stb-box {
    padding: 0 0.5rem;
  }
  .stb-box h5 {
    text-indent: 0;
    margin-bottom: 0.5rem;
    line-height: 2rem;
  }
}
.section-four-box {
  padding: 6rem 0 4rem 0;
  background-color: #f3f5f8;
}
.section-four-box h2 {
  margin-bottom: 6rem;
}
.section-four-box .sfb-box {
  position: relative;
  width: 100%;
  height: 44rem;
  background-color: #fff;
  margin-bottom: 5rem;
  padding: 1.5rem;
}
.section-four-box .sfb-box .map {
  width: 100%;
  height: 100%;
}
.section-four-box .sfb-box .tips {
  position: absolute;
  background: url(../images/acon_tips.jpg) no-repeat center center;
  width: 36.2rem;
  height: 33.9rem;
  bottom: 4.2rem;
  right: 8rem;
}
.section-four-box .sfb-box .tips h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 6.8rem;
  margin-bottom: 3rem;
  text-align: left;
  margin-left: 5rem;
}
.section-four-box .sfb-box .tips p {
  width: 26.5rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .section-four-box .sfb-box {
    height: 60rem;
  }
  .section-four-box .sfb-box .tips {
    width: 30.2rem;
    height: 34.9rem;
    right: 0;
    background-size: contain;
  }
  .section-four-box .sfb-box .tips p {
    width: 22.5rem;
  }
}
.footer {
  padding-top: 5rem;
}
