/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  width: 100%;
  height: 100%;
  color: #5a5a5a;
  padding-top: 70px;
/**
  -moz-user-select: none; /*火狐*
  -webkit-user-select: none;  /*webkit浏览器*
  -ms-user-select: none;   /*IE10*
  -khtml-user-select: none; /*早期浏览器*
  user-select: none;
*/
}

h1,h2,h3,h4,h5,h6,p,a,span,button,li,th,td {
  font-family: Helvetica, Arial, Tahoma, 'Microsoft Yahei', "微软雅黑", sans-serif;
}

body > #page-content{
  display: none;
  padding-bottom: 60px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 450px;
  margin-bottom: 10px;
}

.carousel .slide-img {
  width: 1479px;
  height: 450px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  display: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 450px;
/*  background-color: #777;*/
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 450px;
}

.carousel-indicators {
  text-align: right;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #858585;
  border-color: #858585;
  opacity: 0.8;
}

.carousel-indicators li.active {
  width: 21px;
  height: 21px;
  border-radius: 10px;
  background-color: #F5D117;
  border-color: #F5D117;
  opacity: 0.8;
  border: 0px;
}

/* MARKETING CONTENT
-------------------------------------------------- */
.marketing > .row {
  margin: 10px 0;
}

.marketing .marketing-header {
  border-bottom: 1px solid #333;
}

.marketing .marketing-line {
  width: 200px;
  border: 4px solid;
  margin-top: -5px;
  text-align: center;
}

/* Center align the text within the three columns below the carousel */
.marketing .marketing-header,
.marketing .col-lg-4,
.marketing .col-md-4 {
  text-align: center;
}

.marketing-header > h1 {
  font-size: 33px;
}

.marketing-header > h1 > span {
  font-size: 15px;
  font-weight: normal;
}

.marketing .marketing-header > h1 {
  color: #000;
  font-weight: bold;
}

/*
.marketing .col-lg-4 {
  background-color: #e1e1e1;
  background-size: 50% auto;
  background-position: bottom;
} 
*/
.marketing ul {
  list-style: none;
}

.marketing p,
.marketing ul > li {
  text-align: left;
  line-height: 30px;
  font-size: 13px;
  /*font-weight: 600;*/
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

@media (min-width: 1200px) {
  .marketing .col-lg-4 ul {
    margin-right: 10px;
    margin-left: 30px;
  }
}

.marketing ul > li > i{
  border: 2px solid;
  margin-right: 5px;
}

.marketing p > strong {
  font-size: 22px;
  font-weight: bold;
}

.marketing p > i {
  border-radius: 14px;
  color: #fff;
  padding: 5px;
}

.marketing h3 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}

footer {
  padding: 30px 0 20px;
  font-size: 16px;
  color: rgba(255,255,255,.4);
}

footer .btn {
  background: rgba(0,0,0,.2);
  border: 0;
  text-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  padding: 8px 16px;
  font-weight: 600;
}

footer .btn:hover {
  color: #fff;
  text-decoration: none;
}

footer h1 {
  padding: 0;
  line-height: normal;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255,255,255,.8);
}

footer p, footer td {
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

footer p i {
  margin-left: -18px;
}

footer p span{
  margin-left: 26px;
}

footer a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: color ease .2s;
  -moz-transition: color ease .2s;
  -ms-transition: color ease .2s;
  transition: color ease .2s;
  text-decoration: none;
}

footer a:hover {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-weight: bold;
}

footer a.social {
  background: rgba(0,0,0,.2);
  display: inline-block;
  font-family: "Ionicons";
  color: rgba(255,255,255,.92);
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 40px;
  border-radius: 25px;
  padding: 3px 0 0 0;
  overflow: hidden;
  text-align: center;
  margin-right: 6px;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

footer a.social:hover {
  color: rgba(255,255,255,1);
}

footer .social > img{
  border-radius: 7px;
  width: 32px;
  height: 32px;
}

footer .separator {
  background: rgba(255,255,255,.15);
  height: 1px;
  margin: 30px 0;
}

footer .copyright {
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  font-weight: 600;
}

footer #map-canvas {
  height: 240px;
}

footer > .footer-allow {
  text-align: center;
  position: static;
  color: #fff;
  font-size: 30px;
  margin-top: -47px;
}

footer > .footer-allow > i {
  border-radius: 19px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 3px;
  padding-bottom: 3px;
}

.animated {
  -webkit-transition: all ease .2s;
  -moz-transition: all ease .2s;
  -ms-transition: all ease .2s;
  transition: all ease .2s;
}

