@charset "utf-8";

/* ----------------------------------------------------------------------------
   Global Setting
   ---------------------------------------------------------------------------- */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "STXihei", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    font-size: 14px;
    background: #fff;
}

body,
input,
textarea,
button {
    -webkit-font-smoothing: antialiased; /* Web Font 平滑显示 */
    -moz-osx-font-smoothing: grayscale;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ol,
ul {
  list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0;
    width: 810px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/* ----------------------------------------------------------------------------
   header
   ---------------------------------------------------------------------------- */

.navbar-inner {
    min-height: 40px;
    background: #fff;
    border-bottom: 1px solid #00a5ff;
}

.logo {
    float: left;
    margin: 5px 0 5px 10px;
}

.logo img {
    height: 40px;
}

.top-nav ul {
    margin: 0;
    padding: 0;
}

.top-nav ul li {
    display: inline-block;
    margin-top: 16px;
    padding: 0 15px;
}

.top-nav ul li a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #00a5ff;
    text-decoration: none;
    -webkit-transition: 0.5s all;
        -ms-transition: 0.5s all;
         -o-transition: 0.5s all;
            transition: 0.5s all;
}

.active {
    font-weight: 500;
}

.top-nav ul li.active a {
    font-weight: 500;
    border-bottom: 2px solid #fff;
}

/* ----------------------------------------------------------------------------
   main
   ---------------------------------------------------------------------------- */

#content {
    margin: 50px 0 0;
}

.index-inner {
    padding: 50px 0;
}

/* ---------- Carousel ---------- */

.carousel-indicators {
    margin-left: -41%;
    bottom: 5px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-inner .col-md-3 {
    padding: 0 10px;
}

.carousel-caption {
    position: static;
    padding: 0;
    height: 100%;
    color: #333;
    text-align: left;
    text-shadow: none;
}

.carousel-caption h4 {
    margin: 260px 0 30px;
    color: #383838;
}

.carousel-caption p {
    color: #666;
    font-weight: 300;
}

.carousel-caption svg {
    margin: 0 0 3px 0;
    width: 14px;
    vertical-align: middle;
}

.carousel-caption path {
    fill: #666;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

/* ---------- Shutter ---------- */

.shutter {
    background-color: rgba(242,242,242,0.6);
}

.shutter h3 {
    margin: 0 auto 50px;
    padding: 0 0 10px;
    width: 50%;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
    border-bottom: 3px solid #bbb;
}

.shutter h4 {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}

.shutter p {
    line-height: 30px;
}

.shutter ul {
    padding: 0;
}

.note {
    margin: 30px auto;
    padding: 0 30px;
}

/* ---------- Brands ---------- */

.brands img {
    margin: 0 auto;
    height: 30px;
}

/* ----------------------------------------------------------------------------
   about
   ---------------------------------------------------------------------------- */

.post {
    padding: 0;
}

.post h2 {
    margin: 50px 0 0;
    padding: 15px 0;
    font-size: 25px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px dashed #f2f2f2;
}

.post-content {
    margin: 30px 0 0;
}

.post-content p {
    line-height: 30px;
}

.post-content img {
    margin-bottom: 50px;
    max-width: 100%;
    height: auto;
}

/* ----------------------------------------------------------------------------
   footer
   ---------------------------------------------------------------------------- */

footer {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
}

footer p {
    margin: 0;
    font-size: 14px;
}

footer a {
    color: #666;
}

footer a:hover {
    color: #aaa;
}
