/*banner*/
.buy{border: 1px solid #e14150;background:#e14150;border-radius: 20px;padding: 0.5% 6%;color:#fff;font-size: 20px;float: right;font-weight: lighter;margin-bottom: 12%}
.swiper-container3 img{width: 100%;}
.carousel-control {position: absolute;top: 0;bottom: 0;left: 0;width: 15%;font-size: 20px;color: #fff;text-align: center;text-shadow: 0 1px 2px rgba(0,0,0,.6);background-color: rgba(0,0,0,0);filter: alpha(opacity=50);opacity: 0;}
.swiper-container3 {width: 100%;overflow: hidden;margin: 0 auto;position: relative}
.swiper-container3 .swiper-slide {overflow: hidden;text-align: center;  font-size: 18px;  background: #fff;  display: -webkit-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center;  align-items: center;  }
.swiper-container3 .grey{color:#666;display: none;outline: none}
.swiper-container3:hover .grey{display: block}
/*show*/
.show{width: 100%;background: #f6f6f6;padding: 30px 0;box-sizing: border-box;}
h2,.caption p{font-weight:300!important;font-size: 20px!important;text-align: center;}
.swiper-pagination-bullet-active{--swiper-pagination-color:#e14150;--swiper-theme-color:#e14150}
.swiper-container {width: 100%;padding-top: 20px;padding-bottom: 50px;}
@media (max-width: 399px) {
    .swiper-container .swiper-slide {background-position: center;background-size: 92% 100%;width: 404.4px;height: 275px;overflow: hidden;}
}
@media screen and (min-width: 400px) and (max-width: 770px){

    .swiper-container .swiper-slide {
        background-position: center;
        background-size: 100% 100%;
        width: 404.4px;
        height: 275px;
        overflow: hidden;
    }
}
@media (min-width: 780px) {
    .swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 404.4px;
        height: 275px;
        overflow: hidden;
    }
}
    /*solution*/
    .solution {
        width: 86%;
        padding: 30px 0;
        margin: 0 auto
    }

    .thumbnail {
        border: 1px solid #fff;
    }

    h4 {
        font-weight: lighter;
        font-size: 16px;
        text-align: center;
        padding: 15px;
        margin-bottom: 35px;
    }

    .thumbnail .caption {
        padding: 30px 0;
    }

    .solution .more {
        font-size: 16px;
        color: #e14150;
        border: 1px solid #e14150;
        border-radius: 10px;
        width: 18%;
        margin: 0 41% 30px 41%;
        padding: 5px;
        font-weight: lighter;
        display: block;
        text-align: center
    }

    .solution .caption p {
        font-size: 15px!important
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        max-width: none;
    }
    /*news*/
    .news {
        width: 100%;
        background: #f6f6f6;
        box-sizing: border-box;
        padding: 30px;
    }

        .news h2 {
            padding-bottom: 20px
        }
    /*.layer-mask{font-size: 14px;color:#000;font-weight: lighter;text-align: center;padding-top: 15px}*/
    .layer-mask {
        width: 100%;
        height: 100%;
        opacity: .7;
        transition: all .5s;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .swiper-slide-active .layer-mask {
        display: none;
    }

    .swiper-container2 {
        width: 70%;
        overflow: hidden;
        position: relative;
        margin: 0 auto
    }

        .swiper-container2 .swiper-slide {
            transition: 300ms;
            transform: scale(0.8);
            text-align: center;
        }

        .swiper-container2 .swiper-slide-active {
            transform: scale(1.2);
            z-index: 999;
            text-align: center;
        }

            .swiper-container2 .swiper-slide-active img {
                width: 100%;
                height: 100%;
            }

        .swiper-container2 .swiper-slide img {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .swiper-container2 .swiper-slide {
            height: auto;
        }

    .buttonNew .swiper-button-next:after, .buttonNew .swiper-button-prev:after {
        content: '';
        display: none;
        position: absolute
    }

    .a-next {
        background: url("../img/next.png") no-repeat center;
        background-size: contain;
        z-index: 999
    }

    .a-prev {
        background: url("../img/prev.png") no-repeat center;
        background-size: contain;
    }

    section {
        position: relative
    }

    .a-next, .a-prev {
        width: 50px;
        height: 50px;
        outline: none
    }

    .a-prev, .swiper-container-rtl .a-next {
        left: 8%;
        right: auto;
    }

    .a-next, .swiper-container-rtl .a-prev {
        right: 8%;
        left: auto;
    }

    .text a {
        overflow: hidden;
        width: 20%;
        margin: 14px auto;
        text-align: center;
        color: #0d0d0d;
        display: block;
    }

    @media (max-width: 770px) {
        .a-prev, .swiper-container-rtl .a-next {
            left: -8%;
            right: auto;
        }

        .a-next, .swiper-container-rtl .a-prev {
            right: -8%;
            left: auto;
        }
    }

    @media (max-width: 765px) {
        .text a {
            width: 70%
        }
    }
    /*.swiper-button-next,.news .swiper-button-prev {swiper-navigation-color:#ccc;--swiper-theme-color:#ccc;}*/
    /*partner*/
    .nav-tabs {
        border-bottom: 0 solid #ddd;
        margin: 30px auto 20px auto
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #000;
            font-weight: lighter;
            cursor: default;
            background-color: #fff;
            border: 0 solid #ddd;
            border-bottom-color: transparent;
        }

        .nav-tabs > li > a {
            border: none;
        }

    .nav > li > a:hover {
        background-color: #fff;
    }

    .partner .nav-tabs li a {
        color: #323131;
        font-weight: lighter
    }

    .line {
        width: 1px;
        height: 30px;
        background: #686868;
        position: relative;
        top: 8px;
    }

    .partner .nav-tabs .red a:visited {
        color: #e14150;
    }

    #myTab .active a {
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }

    #myTab {
        text-align: center;
    }

        #myTab li {
            display: inline-block;
        }

    #partner img, #link img {
        margin: 0 auto;
        max-width: 150px;
        max-height: 57px;
        overflow: hidden;
    }

    .nav-tabs > li {
        float: none;
    }

    .Partner #myTabContent {
        margin-bottom: 40px
    }

    @media (max-width: 1000px) {
        .navbar-right li {
            display: block;
            height: 50px;
            line-height: 50px;
        }
    

        .solution .col-sm-6 {
            width: 33%;
            float: left;
            height: 155px;
      
        }

            .solution .col-sm-6 img {
                height: 75px;
            }
    }

    @media (max-width: 770px) {
        #myTabContent .col-sm-6 {
            width: 50%;
            float: left
        }
    }

    @media (max-width: 900px) {
        .solution h4 {
            line-height: 26px;
            text-align: left
        }
    }

    @media (max-width: 993px) {
        .solution .more {
            width: 40%;
            margin: 79px auto 0 auto;
            padding: 5px;
        }
    }


    .navbar-inverse {
        /* background-color: transparent !important;
        border-color: transparent !important; */
    }

    .navbar-brand {
        padding-top: 3px !important;
    }

    .thumbnail {
        border: none !important
    }

    .nav-tabs > li {
        float: none !important;
    }

    .nav-tabs {
        border-bottom: 0px solid #ddd !important;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            border: 0px solid #ddd !important;
        }

        .nav-tabs > li > a {
            border: 0px solid transparent !important;
        }

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: #fff !important;
    }



