body {
    /* background-image: url(./assets/img/index/bg.png); */
    color: #fff;
    font-size: 1.5rem;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

/* 顶部导航条开始 */

/* 顶部导航条结束 */

/* 底部版权开始 */

.footer {
    position: fixed;
    bottom: 0;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    width: 100%;
    /* background-color: #161310; */
    color: #ccc;
    background: rgba(0, 0, 0, .7);
}

.footer.black {
    color: #ccc;
    background-color: #fff;
}

/* 底部版权结束 */

/* 加载动画 */

.loading-box {
    position: absolute;
    z-index: 1000000;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load-wrap {
    width: 1080px;
    height: 600px;
}

.load-wrap img {
    width: 100%;
    height: 100%;
}

/* 主页轮播 */

#carousel {
    max-height: 100vh;
    max-width: 100vw;
    overflow-y: hidden;
    display: none;
}

.carousel-caption {
    top: 15%;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.arrow-box button {
    padding: 0 15px;
}

.arrow-box .glyphicon {
    color: #fff;
}

.arrow-box button:focus {
    outline: none !important;
}

.btn-arrow-left {
    background-color: #aaa;
}

.btn-arrow-right {
    background-color: #70bd5c;
}

.btn-arrow-left:focus {}

.btn-arrow-right:hover {
    background-color: #70bd5c;
}

.home-top {
    text-align: left;
    padding-left: 10rem;
    padding-bottom: 5rem;
}

.home-bottom {
    text-align: right;
    padding-right: 10rem;
}

.home-slogan {
    margin-top: 1rem;
    font-size: 7rem;
    font-weight: bold;
}

.home-learn {
    font-size: 2rem;
    margin-top: 2rem;
}

.home-learn a {
    color: #fff;
}

.home-commitment {
    text-align: left;
    padding-left: 5rem;
    top: -50px;
}

.promise-title {
    font-size: 4rem;
    display: inline-block;
    border-bottom: 5px solid #70bd5c;
    margin-bottom: 2rem;
}

.promise-content {
    font-size: 3rem;
}

.promise-content>div {
    /* height: 3rem;
    line-height: 3rem; */
    margin-bottom: 20px;
}

.promise-content>div:before {
    content: '';
    display: inline-block;
    background-color: #70bd5c;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.promise-content-1 {
    text-indent: 2em;
}

.promise-content-2 {
    text-indent: 3em;
}

.promise-content-3 {
    text-indent: 4em;
}

.promise-content-4 {
    text-indent: 5em;
}

/* 工厂轮播 */

.factory-top {
    text-align: left;
    padding-left: 10rem;
    padding-bottom: 5rem;
}

.factory-center {
    padding-left: 10rem;
    text-align: left;
    margin-bottom: 10rem;
}

.factory-bottom {
    margin-left: 10rem;
    text-align: left;
}

.factory-info {
    display: inline-block;
    min-height: 10rem;
    min-width: 10rem;
    padding: 5rem 3rem;
    font-size: 2rem;
    background: rgba(145, 180, 72, .86);
    color: #fff;
}

.info-top {
    display: flex;
}

.info-bottom {
    display: flex;
    align-items: center;
}

.info-item {
    flex: 1;
}

.item-text {
    height: 50px;
    min-width: 10rem;
}

.item-num {
    font-size: 5rem;
    font-weight: bold;
}

.info-bottom-left {
    font-size: 5rem;
    font-weight: bold;
    padding-right: 5rem;
}

.info-bottom-right {}

.page-factory .title {
    font-size: 7rem;
    font-weight: bold;
}

.page-factory .text {
    font-size: 14px;
    margin-top: 1rem;
}

.factory-center img {
    width: 6rem;
    margin-top: 2rem;
    ;
}

.page-factory .info-bottom {
    margin-top: 3rem;
}

/* 销售网络 */

.top-product {
    padding-left: 10rem;
    display: flex;
    align-items: center;
}

.title-box {
    color: #000;
    font-size: 6rem;
    margin-top: 2rem;
}

.desc {
    color: #000;
    font-size: 2.5rem;
}

.top-product-left {
    text-align: left;
    width: 30%;
}

.top-product-right {
    color: #666;
    margin-left: 10%;
}

.bottom-product {
    padding-left: 10rem;
    display: flex;
}

.bottom-product-left {
    width: 30%;
    padding-top: 10rem;
    font-size: 10rem;
    color: #eee;
    text-align: left;
}

.bottom-product-left>div:first-child {
    text-align: left;
}

.bottom-product-left>div:nth-child(2) {
    text-align: right;
}

.sale .product-line-box {
    padding-left: 30%;
}

.bottom-product-right {
    width: 60%;
    margin-left: 10%;
    max-height: 50vh;
}

.img-box-product {
    height: 50vh;
    position: relative;
    /* background-image: url(../img/index/product.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.img-box-sale {
    height: 50vh;
    /* position: relative;

    background-image: url(../img/index/sale.png);

    background-size: contain;

    background-repeat: no-repeat;

    background-position: 50%; */
}

.bottom-product-right img {
    max-width: 100%;
}

.tab-box {
    display: flex;
    margin-bottom: 5rem;
}

.tab-box>div {
    color: #aaa;
    cursor: pointer;
    padding: 0 10px;
}

.tab-box>div.active {
    color: #000;
}

.img-desc {
    position: absolute;
    left: 0;
    text-align: left;
    bottom: 15vh;
    padding-left: 5rem;
}

.img-desc-title {
    font-size: 3rem;
}

.img-desc-more {
    text-decoration: underline;
    font-size: 2rem;
    margin-top: 2rem;
}

.top-sale-left {
    width: 40%;
}

.top-sale-right {
    width: 60%;
    text-align: left;
}

.bottom-sale-left {
    width: 40%;
}

.bottom-sale-left div {
    line-height: 1;
}

.bottom-sale-right {
    width: 60%;
    text-align: left;
}

.top-contact {
    align-items: flex-start;
}

.top-contact-left {
    width: 50%;
    padding: 0 5rem 0 0;
}

.top-contact-right {
    display: flex;
}

.left-box {}

.left-box img {
    width: 8rem;
}

.right-box {
    line-height: 2.5rem;
    padding-left: 2rem;
    font-size: 2rem;
    text-align: left;
    color: #000;
}

.right-box>div {
    line-height: 4rem;
    margin-bottom: 2rem;
}

.contact .title-box {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.contact .desc {
    color: #666;
}

.item-contact {
    background-image: url(../img/index/bg-contact.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.img_mobile {
    display: none !important;
}

#bs-navbar .navbar-nav {
    display: none;
}

.home-top {
    padding-bottom: 0;
}

.promise-content>div {
    margin-bottom: .5rem;
}

.left-box img {
    width: 6rem;
}

.right-box>div {
    line-height: 3rem;
    margin-bottom: 1rem;
}

.factory-center {
    margin-bottom: 1rem;
}

.bottom-product-left {
    padding-top: 6rem;
}

.bottom-product-left .product-line-box {
    margin-top: 3rem;
}

.factory-top {
    padding-bottom: 1rem;
}

.sale .tab-box a {
    color: #000;
}

.bottom-product-right img {
    width: 100%;
    height: 100%;
}

.item-contact .left-box img {
    width: 60px;
}

.item-contact .right-box>div:nth-child(2) {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.item-contact .right-box>div {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

/* 联系我们线条 */

.contact-line-box .line {
    display: inline-block;
    width: 10px;
    height: 50px;
    background-color: #8cbc43;
}

.contact-line-box .line.first {
    margin-left: 100px;
}

.contact-line-box .line.second {
    margin-left: 50px;
}

.contact-line-box .line.third {
    margin-left: 70px;
    background-color: #fec52e;
}

.contact-line-box .line.forth {
    margin-left: 20px;
}

.top-product-right {
    margin-left: 0;
}

.top-contact-left {
    padding-left: 15%
}

.contact .desc {
    width: 70%;
    font-size: 12px;
    color: #000;
}

.contact .top-product-right {
    padding-left: 100px;
}

.item-contact .rotate-text {
    font-size: 15rem;
    position: absolute;
    left: -7%;
    top: 25%;
    color: #f1f1f1;
    transform: rotate(90deg);
    font-weight: bold;
}

/* 主页 */

.promise-content>div {
    margin-bottom: 20px;
}

/* 产品 */

.product .desc a {
    color: #000;
    font-size: 14px;
}

.product .top-product-right {
    margin-left: 10%;
    text-align: left;
}

.product .bottom-product-left {
    font-size: 15rem;
    color: #f1f1f1;
    font-weight: bold;
}

.product-line-box span {
    display: inline-block;
    width: 70px;
    height: 13px;
    background-color: #8cbc43;
}

.product-line-box div {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
}

.product-line-box span.yellow {
    background-color: #fec52e;
}

.product-line-box .first {
    margin-left: 100px;
}

.product-line-box .second {
    margin-left: 0;
}

.product-line-box .third {
    margin-left: 0;
}

.product-line-box .forth {
    margin-left: 120px;
}

.product-big-text-2 {
    text-align: right;
}

.product .img-box-product {
    height: 40vh;
    width: 70%;
}

.product .img-desc {
    bottom: 12vh;
}

.product .tab-box.channel {
    text-align: left;
}

.product .title-box {
    font-weight: bold;
}

.product.carousel-caption {
    width: 85%;
    margin: 0 auto;
}

.product-big-text-1 {
    position: relative;
    left: -40%;
    line-height: 1;
}

.product-big-text-2 {
    line-height: 1;
    margin-bottom: 60px;
}

.product .bottom-product-left {
    padding-top: 3rem;
}


.swiper-product-desc .img-desc-title {
    font-size: 2rem;
}

.title-box {
    font-weight: bold;
}

.sale .bottom-product-left {
    font-size: 15rem;
    color: #f1f1f1;
    font-weight: bold;
}

.sale .bottom-product {
    padding-left: 0;
}

.sale .bottom-sale-left {
    width: 50%;
}

.sale .bottom-product-right img {
    width: 100%;
    height: auto;
}

.sale.carousel-caption {
    width: 90%;
    margin: 0 auto;
}

.navbar-brand>img {
    width: 50px;
}

.carousel-caption {
    text-shadow: none;
}

#bs-navbar .navbar-nav {
    /* display: block; */
    display: flex;
    justify-content: space-around;
}

#bs-navbar .navbar-nav>li {
    flex: 1.2;
    flex: auto;
    /* text-align: right; */
}

#bs-navbar .navbar-nav li a {
    color: #fff;
    /* color: #fff; */
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    display: inline-block;
}

#bs-navbar .navbar-nav li a.black {
    color: #000;
}
#bs-navbar .navbar-nav li a.white {
    color: #fff;
}


.product .tab-box.channel {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 12px;
}

.product .tab-box.channel div a {
    color: #aaa;
}
.product .tab-box.channel div.active a {
    color: #000;
}

.product .tab-box>div {
    padding: 0 0px;
    width: 33%;
    display: inline-block;
    text-align: center;
}

.product-cate-box {
    display: flex;
}

.product-bottom-arrow-box {
    cursor: pointer;
}

.carousel-caption.page-factory {
    top: 0;
    /* height: 100vh; */
    padding: 0;
    padding-top: 15vh;
    height: 100vh;
}

.factory-bottom {
    position: absolute;
    bottom: 60px;
}

@media(max-width:768px) {
    .carousel-caption {
        top: 60px;
    }
    .carousel-inner>.item>.img_mobile {
        width: 100vw;
    }
    .navbar-brand>img {
        width: 25px;
    }
    .logo-text {
        font-size: 12px;
    }
    #bs-navbar .navbar-nav {
        display: inherit;
    }
    #bs-navbar .navbar-nav li a {
        color: #000;
    }
    .logo-text {
        margin-top: 0px;
    }
    .footer {
        height: 40px;
        line-height: 40px;
    }
    /* 轮播图效果 */
    #carousel .item>img {
        height: 100vh;
    }
    #carousel .item>.img_pc {
        height: 100vh;
        width: 100vw;
    }
    .img_pc {
        display: none !important;
    }
    .img_mobile {
        display: inline-block !important;
    }
    /* home 轮播 */
    .home-slogan {
        font-size: 30px;
    }
    .home-commitment {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }
    .promise-title {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .promise-content>div {
        margin-bottom: 20px;
        font-size: 13px;
        text-indent: 0;
    }
    .home-commitment {
        padding-left: 25px;
        padding-right: 0;
    }
    /* 产品轮播 */
    .top-product {
        flex-direction: column;
    }
    .top-product-left {
        width: 100%;
    }
    .top-product-right {
        width: 100%;
    }
    .title-box {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .top-product-right {
        margin: 0;
    }
    .bottom-product {
        flex-direction: column;
    }
    .bottom-product-right {
        margin-left: 0;
    }
    .tab-box {
        flex-direction: column;
    }
    .tab-box>div {
        margin-bottom: 10px;
    }
    .product .bottom-product-left {
        display: none;
    }
    /* 工厂 */
    .page-factory .title {
        font-size: 30px;
    }
    .item-num {
        font-size: 30px;
    }
    .factory .title {
        margin: 20px 0;
    }
    .factory-center {
        margin: 20px 0;
    }
    .factory-center img {
        width: 40px;
    }
    /* 全球销售 */
    .bottom-sale-left {
        width: 100%;
    }
    .bottom-sale-right {
        width: 100%;
    }
    .top-sale-right {
        margin-left: 0 !important;
        width: 100% !important;
        margin-top: 30px;
    }
    /* 联系我们 */
    .top-contact-right {
        margin-top: 20px;
    }
    .left-box img {
        width: 30px;
    }
    .right-box>div {
        margin-bottom: 5px;
        line-height: 20px;
    }
    /*搜狗 QQ 浏览器 html 字体最小为12px */
    .home-top {
        padding-left: 30px;
    }
    .home-slogan {
        font-size: 25px;
    }
    .home-learn {
        font-size: 16px;
    }
    .home-bottom {
        padding-right: 17px;
    }
    .home-commitment {
        top: 0;
    }
    .top-product {
        padding-left: 20px;
        text-align: left;
    }
    .bottom-product {
        padding-left: 20px;
        text-align: left;
    }
    .factory-top {
        padding-left: 40px;
    }
    .factory-center {
        padding-left: 40px;
    }
    .factory-bottom {
        margin-left: 10px;
        position: relative;
        bottom: 0;
    }
    .page-factory .text {
        font-size: 12px;
        margin: 20px 0;
    }
    .contact .title-box {
        margin: 20px 0;
    }
    .bottom-product-left {
        padding-top: 30px;
    }
    .factory-info {
        padding: 20px 10px;
        width: 95%;
        font-size: 12px;
    }
    .item-num {
        font-size: 22px;
        margin: 10px 0;
    }
    .info-bottom-left {
        font-size: 22px;
    }
    .item-text {
        min-width: 100px;
    }
    .img-box-sale img {
        width: 100%;
        height: auto;
    }
    .rotate-text {
        display: none;
    }
    .contact-line-box {
        display: none;
    }
    .contact .top-product-right {
        padding: 0;
    }
    .item-contact .left-box img {
        width: 45px;
    }
    .item-contact .right-box>div {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .contact .top-contact-left {
        padding: 0;
    }
    .contact .desc {
        width: 100%;
        font-size: 12px;
    }
    .item-contact .right-box>div:nth-child(2) {
        margin-bottom: 10px;
    }
    .product-line-box {
        display: none;
    }
    .product .bottom-product-left {
        margin-bottom: 50px;
    }
    .product .top-product-right {
        margin: 20px 0;
        color: #999;
        font-size: 12px;
    }
    .product .img-box-product {
        width: 80vw;
    }
    .product .bottom-product-right {
        width: 100%;
    }
    .product .tab-box>div {
        min-width: 150px;
    }
    .sale .bottom-sale-left {
        width: 100%;
        font-size: 55px;
        left: 0;
    }
    .right-box {
        padding-left: 20px;
        font-size: 12px;
        line-height: 12px;
    }
    .product.carousel-caption {
        width: 100%;
    }
    .title-box {
        font-size: 24px;
    }

    .desc{
        font-size: 12px;
    }

    .sale.carousel-caption {
        font-size: 12px;
    }
    .footer {
        font-size: 12px;
    }
    .bottom-product .glyphicon  {
        font-size: 12px;
    }
    .img-desc-title {
        font-size: 12px;
    }
    .img-desc-more {
        font-size: 12px;
    }

    .text-black{
        font-size: 12px;
    } 
    .text-white{
        font-size: 12px;
        color: #000;
    } 

    .swiper-demo {
        width: 280px !important;
    }
    .swiper-product-desc {
        left: 0 !important;
    }
}




/* 最大 960  => 1366*/

@media screen and (min-width:960px) and (max-width:1366px) {
    #top {
        height: 80px;
    }
    #bs-navbar {
        padding-bottom: 0;
    }
    .navbar-brand>img {
        width: 40px;
    }
    .promise-content>div {
        margin-bottom: 5px;
    }
    .home-slogan {
        font-size: 6rem;
    }
    .product-big-text-2 {
        margin-bottom: 30px;
    }
    .product .bottom-product-left {
        font-size: 10rem;
    }
    .product .top-product-right {
        margin-left: 15%;
    }
    .item-contact .rotate-text {
        font-size: 12rem;
    }
    .contact-line-box {
        margin-top: 20% !important;
    }
    .item-contact .left-box img {
        width: 50px;
    }
    .contact-line-box .line {
        height: 33px;
    }
    .footer {
        height: 4rem;
        line-height: 4rem;
    }
    .sale .bottom-sale-left {
        padding-top: 3rem;
    }
    .factory-info {
        padding: 3rem 3rem;
    }
    .factory-center img {
        width: 40px;
    }
    .sale .bottom-product-left {
        font-size: 12rem;
    }
    .top-contact-right p {
        font-size: 14px;
        line-height: 16px;
    }
}

/* 动画效果 */

/* 首页 */

.page-home .home-top {
    animation: ani_home_slogan 2s;
    position: relative;
    left: 0;
}

@keyframes ani_home_slogan {
    from {
        left: -10%;
    }
    to {
        left: 0%;
    }
}

.home-commitment {
    animation: ani_home_commitment 2s;
    position: relative;
    right: 0;
}

@keyframes ani_home_commitment {
    from {
        right: -10%;
    }
    to {
        right: 0%;
    }
}

/* 产品 */

.product .top-product-left {
    animation: ani_product_top_left 3s;
    position: relative;
    left: 0%;
}

.product .top-product-right {
    animation: ani_product_top_right 3s;
    opacity: 1;
}

.product .tab-box {
    animation: ani_product_top_right 4s;
    opacity: 1;
}

.product-big-text-1 {
    animation: ani_product_big_text_1 3s;
    position: relative;
    left: -40%;
}

.product-big-text-2 {
    animation: ani_product_big_text_2 3s;
    position: relative;
    left: 0%;
}

.product-line-box {
    animation: ani_product_line 3s;
    position: relative;
    left: 0%;
}

.bottom-product-right .img-box-product {
    animation: ani_product_img 3s;
    position: relative;
    left: 0%;
}

.product .img-desc-title {
    color: #fff !important;
}

.product .img-desc-more a {
    color: #fff !important;
}

@keyframes ani_product_top_left {
    from {
        left: -10%;
    }
    to {
        left: 0%;
    }
}

@keyframes ani_product_top_right {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes ani_product_big_text_1 {
    from {
        left: -100%;
    }
    to {
        left: -40%;
    }
}

@keyframes ani_product_big_text_2 {
    from {
        left: -100%;
    }
    to {
        left: 0%;
    }
}

@keyframes ani_product_line {
    from {
        left: 50%;
    }
    to {
        left: 0%;
    }
}

@keyframes ani_product_img {
    from {
        left: 50%;
    }
    to {
        left: 0%;
    }
}

/* 工厂 */

.factory-top {
    animation: ani_factory_top 4s;
    position: relative;
    left: 0%;
}

@keyframes ani_factory_top {
    from {
        left: -20%;
    }
    to {
        left: 0%;
    }
}

/* 全球销售 */

.sale .top-sale-left {
    animation: ani_sale_top 3s;
}

.sale .bottom-sale-left {
    animation: ani_sale_big_text 3s;
    position: relative;
    left: -7%;
}

.sale .bottom-product-right {
    animation: ani_sale_img 3s;
}

@keyframes ani_sale_top {
    from {
        opacity: .1;
    }
    to {
        opacity: 1;
    }
}

@keyframes ani_sale_big_text {
    from {
        left: -12%;
    }
    to {
        left: -7%;
        ;
    }
}

@keyframes ani_sale_img {
    from {
        margin-left: 20%;
    }
    to {
        margin-left: 10%;
    }
}

/* 联系我们 */

.contact-line-box {
    margin-top: 28%;
    animation: mymove 3s;
}

.top-contact-left {
    animation: ani_contact_opacity 5s;
}

@media(min-width:720px) {
    .top-contact-right {
        animation: contact_right_info_move 3s;
    }
}

.item-contact .rotate-text {
    animation: contact_left_text 3s;
}

@keyframes mymove {
    from {
        margin-top: 15%;
    }
    to {
        margin-top: 28%;
    }
}

@keyframes ani_contact_opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes contact_right_info_move {
    from {
        padding-left: 150px;
    }
    to {
        padding-left: 100px;
    }
}

@keyframes contact_left_text {
    from {
        top: 80%;
    }
    to {
        top: 25%;
    }
}

.factory .info-bottom {
    margin-top: 5rem;
}

@media(min-width:768px) {
    .factory-bottom {
        animation: ani_factory_bottom 3s;
    }
    @keyframes ani_factory_bottom {
        from {
            margin-left: 12rem;
        }
        to {
            margin-left: 10rem;
        }
    }
}