.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 50%;
    left: 0px !important;
    text-shadow: inherit;
}

.carousel-caption {
    padding: 0px;
    position: inherit;
    bottom: 0px;
    z-index: auto;
}

.alpha-index-carousel .carousel-control {
    width: 10%;
}

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

.alpha-index-carousel .carousel-control:focus {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.alpha-index-carousel .carousel-control:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

*.alpha-index-carousel .carousel-control .sr-only {
    top: 50%;
    width: auto;
    height: auto;
}

section[data-type="background"],
section[data-type="banner"] {
    overflow: hidden;
    background-position: center 0;
}

.banner-slogan-container {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.banner-slogan-container h1 {
    margin-bottom: 20px;
}

div[data-align="left"] .banner-slogan-container {
    text-align: left;
}

div[data-align="center"] .banner-slogan-container {
    text-align: center;
}

div[data-align="right"] .banner-slogan-container {
    text-align: right;
}

div[data-color="light"] .banner-slogan-container,
div[data-color="light"] .banner-slogan-container p {
    color: #fff;
}

div[data-color="dark"] .banner-slogan-container {
    color: #313131;
}

.banner-slogan-container > div {
    padding: 0px;
}

.banner-slogan-container p {
    margin-bottom: 30px;
}

.alpha-index-carousel .carousel-indicators li,
.alpha-index-carousel .carousel-indicators .active {
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.banner .btn-default {
    width: 100%;
    max-width: 260px;
}

.alpha-index-carousel .carousel-left,
.alpha-index-carousel .carousel-right {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.three-warranty .col-md-4,
.three-warranty .col-sm-4,
.four-slogan-icon .col-md-3,
.four-slogan-icon .col-sm-3 {
    margin: 0px;
    padding: 0px;
}

.three-warranty-item,
.four-slogan-item {
    margin: 20px 0px;
    padding: 0px 10px;
}

.three-warranty-item > div {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 1px 1px #f2f2f2;
    -moz-box-shadow: 0 1px 1px #f2f2f2;
    box-shadow: 0 1px 1px #f2f2f2;
}

.three-warranty-item > div:before,
.four-slogan-item > div > a.icon-link {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
    margin: 32px auto;
    margin: 2rem auto;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.three-warranty-item > div > h4,
.four-slogan-item > div > h4 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.four-slogan-item > div > p {
    display: block;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
}

.four-slogan-item:hover > div > p {
    height: 100%;
}

.four-slogan-item > div > .point-item {
    color: #666;
    font-size: 12px;
}

.four-slogan-item:hover > div > .point-item {
    display: none;
}

.four-slogan-item > div > a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    color: #313131;
    padding: 10px 0px;
}

.four-slogan-item > div > a:hover {
    color: #8dc63f;
}

.product-warranty > div:before {
    content: url("../images/warranty-01.svg");
}

.battery-warranty > div:before {
    content: url("../images/warranty-02.svg");
}

.life-time > div:before {
    content: url("../images/warranty-03.svg");
}

.four-slogan-item.item-01 a.icon-link {
    background-image: url("../images/four-slogan-01.svg");
}

.four-slogan-item.item-02 a.icon-link {
    background-image: url("../images/four-slogan-02.svg");
}

.four-slogan-item.item-03 a.icon-link {
    background-image: url("../images/four-slogan-03.svg");
}

.four-slogan-item.item-04 a.icon-link {
    background-image: url("../images/four-slogan-04.svg");
}

.home-location {
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-bottom: 40px;
}

.home-location h2 {
    color: #fff;
}

.home-location-tab,
.home-location-map,
.home-location-map .tab-pane {
    background-color: #fff;
    height: 330px;
}

.home-location-tab .tab-content {
    margin-top: 15px;
}

.home-location-tab .tab-content ul {
    padding-top: 15px;
}

.home-location-tab .tab-content p {
    margin-bottom: 6px;
}

.home-location-detail:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.home-location-tab-container {
    padding: 0px;
    margin: 0px;
}

.home-location-tab {
    padding: 0px 4%;
}

.home-location-tab .nav-tabs {
    border-bottom: 0px none;
    padding-top: 30px;
    *width: 100%;
}

.home-location-tab .nav-tabs>li {
    margin-bottom: 0px;
    padding: 0px 10px;
}

.home-location-tab .nav-tabs>li>a {
    margin: 0px;
    border: 0px none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 0px;
    color: #313131;
}

.home-location-tab .nav-tabs>li>a:hover {
    background: none;
    color: #8dc63f;
}

.home-location-tab .nav-tabs>li.active>a,
.home-location-tab .nav-tabs>li.active>a:focus,
.home-location-tab .nav-tabs>li.active>a:hover {
    color: #8dc63f;
    margin: 0px;
    border: 0px none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.home-location-tab .nav-tabs>li.active>a:after {
    background: #8dc63f;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 4px;
    left: 0px;
}

.home-location .tab-pane h4 {
    margin-left: 0.6em;
}

.home-location .tab-pane a {
    color: #666;
    text-decoration: none;
}

.home-location .tab-pane a:hover,
.home-location .tab-pane a:focus {
    text-decoration: none;
    color: #8dc63f;
}

.home-location-map {
    padding: 0px;
    position: relative;
}

.home-location-map .tab-pane {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.home-location .tab-content>.active {
    visibility: visible;
}

.home-location-map .fa-map-marker {
    color: #ed2828;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-95%);
    -moz-transform: translateX(-50%) translateY(-95%);
    -ms-transform: translateX(-50%) translateY(-95%);
    -o-transform: translateX(-50%) translateY(-95%);
    transform: translateX(-50%) translateY(-95%);
}

.make-better-carousel-inner {
    height: 220px;
    overflow: hidden;
}

.make-better-slide01 {
    position: relative;
}

.make-better-slide01 .prev,
.make-better-slide01 .next {
    display: inline-block;
    position: absolute;
    width: 30px;
    padding: 6px 0px;
    top: 84px;
    text-align: center;
    color: #313131;
    cursor: pointer;
    z-index: 2;
    background: rgba(255, 255, 255, 0.4);
}

.make-better-slide01 .prev:hover,
.make-better-slide01 .next:hover {
    background: rgba(255, 255, 255, 0.6);
}

.make-better-slide01 .prev.hidden,
.make-better-slide01 .next.hidden {
    display: none;
}

.make-better-slide01 .prev {
    left: -2px;
}

.make-better-slide01 .next {
    right: -2px;
}

.make-better-item {
    overflow: hidden;
    height: 220px;
    padding: 0px;
}

.make-better-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section[data-year="2012"] {
    background-image: url("../images/better-bg-01.jpg");
}

section[data-year="2013"] {
    background-image: url("../images/better-bg-02.jpg");
}

section[data-year="2014"] {
    background-image: url("../images/better-bg-03.jpg");
}

section[data-year="2015"] {
    background-image: url("../images/better-bg-04.jpg");
}

section[data-year="2016"] {
    background-image: url("../images/better-bg-05.jpg");
}

section[data-year="2017"] {
    background-image: url("../images/better-bg-06.jpg");
}

.index-partner {
    background: #f7f7f7;
}

.index-partner-carousel-inner {
    height: 145px;
    overflow: hidden;
}

.about-partners-container {
    background: #f7f7f7;
}

.about-partners-item {
    margin-top: 10px;
    padding: 0px 5px;
}

.about-partners-info {
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 1px 1px #f2f2f2;
    -moz-box-shadow: 0 1px 1px #f2f2f2;
    box-shadow: 0 1px 1px #f2f2f2;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 125px;
}

.about-partners-info ul {
    padding: 17px 0px 0px;
}

.about-partners-info img {
    width: 140px;
    height: 50px;
}

.about-partners-info a {
    color: #787878;
}

.about-partners-info a:hover {
    color: #8dc63f;
}

.modal-body-logo {
    margin-bottom: 15px;
    width: 140px;
}

.index-partner-slide01 .prev,
.index-partner-slide01 .next {
    display: inline-block;
    position: absolute;
    width: 30px;
    padding: 6px 0px;
    top: 170px;
    text-align: center;
    color: #313131;
    cursor: pointer;
    z-index: 2;
    background: rgba(255, 255, 255, 0.4);
}

.index-partner-slide01 .prev:hover,
.index-partner-slide01 .next:hover {
    background: rgba(255, 255, 255, 0.6);
    color:#8dc63f;
}

.index-partner-slide01 .prev.hidden,
.index-partner-slide01 .next.hidden {
    display: none;
}

.index-partner-slide01 .prev {
    left: -2px;
}

.index-partner-slide01 .next {
    right: -2px;
}


/* 多分辨率样式，这里一定不要改 */

@media (min-width:960px) {
    .container {
        max-width: 1400px;
        width: auto;
    }
}

@media (min-width:0) and (max-width:640px) {
    .container {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:0) and (max-width:640px) and (min-width:0) and (max-width:640px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:0) and (max-width:640px) {}

@media (min-width:0) and (max-width:767px) {
    .navbar-bg {
        display: none;
    }
    .header {
        height: 50px;
        /*position: absolute;*/
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    }
    .navbar-header {
        height: 50px;
    }
    .header .navbar .container-fluid {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar a.logo {
        transform: scale(0.85, 0.85);
        -ms-transform: scale(0.85, 0.85);
        -moz-transform: scale(0.85, 0.85);
        -webkit-transform: scale(0.85, 0.85);
        -o-transform: scale(0.85, 0.85);
    }
    .navbar-nav > li > a:after {
        display: none;
    }
    div[data-align="left"] .banner-slogan-container {
        text-align: center;
    }
    .mobile-offsite-wrapper {
        box-shadow: 1px 0 5px black;
    }
    .wrapper,
    .wrapper.mobile-offsite {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .wrapper.mobile-offsite {
        -webkit-transform: translate3d(calc(-100% + 60px), 0px, 0px) scale3d(1, 1, 1);
        -moz-transform: translate3d(calc(-100% + 60px), 0px, 0px) scale3d(1, 1, 1);
        -ms-transform: translate3d(calc(-100% + 60px), 0px, 0px) scale3d(1, 1, 1);
        -o-transform: translate3d(calc(-100% + 60px), 0px, 0px) scale3d(1, 1, 1);
        transform: translate3d(calc(-100% + 60px), 0px, 0px) scale3d(1, 1, 1);
    }
    .navbar-collapse,
    .navbar-collapse.collapse,
    .navbar-collapse.collapse.in {
        border: none 0px;
        position: relative;
        top: -30px;
        width: 70%;
        padding: 0px;
        padding-left: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        display: none;
        min-height: 100vh !important;
        -webkit-transform: translate3d(calc(150% + 20px), 0px, 0px) scale3d(1, 1, 1);
        -moz-transform: translate3d(calc(150% + 20px), 0px, 0px) scale3d(1, 1, 1);
        -ms-transform: translate3d(calc(150% + 20px), 0px, 0px) scale3d(1, 1, 1);
        -o-transform: translate3d(calc(150% + 20px), 0px, 0px) scale3d(1, 1, 1);
        transform: translate3d(calc(150% + 20px), 0px, 0px) scale3d(1, 1, 1);
    }
    .navbar-collapse.mobile-side-nav,
    .navbar-collapse.collapse.mobile-side-nav,
    .navbar-collapse.collapse.mobile-side-nav.in {
        display: block;
    }
    .navbar-collapse > .navbar-nav {
        margin: 0px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background: none;
    }
    .three-warranty-item,
    .four-slogan-item {
        padding: 0px;
    }
    .four-slogan-item > div {
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: 0 1px 1px #f2f2f2;
        -moz-box-shadow: 0 1px 1px #f2f2f2;
        box-shadow: 0 1px 1px #f2f2f2;
        padding-bottom: 20px;
    }
    .four-slogan-item h4,
    .four-slogan-item p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-location-tab {
        padding: 25px 7%;
    }
}

@media (min-width:640px) {
    .container {
        max-width: 1060px;
        max-width: 66.25rem;
        width: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:640px) and (max-width:960px) {
    .container {
        max-width: 940px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
}
   