@media (max-width: 576px) {
    .products .banner {
        height: 180px !important;
    }

    .products .banner > h1 {
        bottom: 40%;
        font-size: 35px;
    }

    .products .banner > h2 {
        font-size: 22px;
    }

    .products .banner .card .card-header .nav li {
        width: 116px !important;
    }

    .products .banner .card .card-header .nav li a {
        font-size: 15px;
        padding: 0rem 0rem;
    }

    .products .card .tab-content .tab >.span6 > div {
        height: 170px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .products .card .tab-content .tab > .span6 > div span {
        width: 80% !important;
    }

    .products .content .container >.row .span9 h3 {
        padding-top: 30px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 20px !important;
    }

    .products .content .container >.row .span9 p {
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* autoprefixer: ignore next */
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
        line-height: 20px !important;
        font-weight: normal !important;
    }

    .products .content .sousuo {
        right: 5px !important;
        top: 12px !important;
        margin-top: -15px !important;
    }

    .products .content .sousuo .btn {
        top: 20px !important;
    }
    .products .panel-body {
        padding: 0px !important;
    }

    .products .list-group {
        margin-bottom: 0px !important;
    }

    .products .list-group .list-group-item {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .products .panel-group .panel-heading+.panel-collapse>.list-group,.products .panel-group .panel-heading+.panel-collapse>.panel-body {
        border-top: 0px solid #ddd !important;
    }

    .productsDetail .banner {
        height: 230px !important;
    }

    .productsDetail .content {
        min-height: 300px !important;
    }

    #wrap {
        width: 380px !important;
    }

    .products .content .container > #maincontent > .row .span9 h3 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 5px;
    } 

    .products .content .container > #maincontent > .row .span9 p {
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* autoprefixer: ignore next */
        -webkit-box-orient: vertical;
        line-height: 25px;
        font-size: 14px;
        height: 80px;
    }

    .products .content .container > #maincontent > .row .span3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .productsDetail .solution ul li .detailBg {
        width: 90%;
        margin-left: 5%;
    }

    .productsDetail .solution ul li .detailBg p {
        line-height: 25px;
        width: 170px;
        margin-left: 7px;
    }

    .mproducts .arrow-left {
        left: 10px;
    }

    .mproducts .arrow-right {
        right: 10px;
    }

    .products .content .container > #maincontent > .row .span3 img {
        width: 100px;
        height: 100px;
        display: inline-block;
    }
    
    .productsDetail .solution ul li .detailBg h4 {
        width: 170px;
    }

    .productsDetail .solution ul li .detailBg div {
        width: 170px;
        height: 95px;
    }

    .mproducts .arrow-left {
        top: 33%;
    }
    .mproducts .arrow-right {
        top: 33%;
    }

    #nav li {
        width: 33.3%;
    }
}

@media (min-width: 577px) { 
    #wrap {
        overflow: hidden;
    }

    .products .banner > h1 {
        bottom: 35%;
        font-size: 50px;
    }

    .products .banner > h2 {
        font-size: 30px;
    }

    .productsDetail .solution ul li {
        float: left;
    }

    .products .content .container > #maincontent > .row .span9 h3 {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
    } 

    .products .content .container > #maincontent > .row .span9 p {
        padding-left: 50px;
        padding-right: 50px;
        font-size: 14px;
        line-height: 30px;
    }

    .products .content .sousuo {
        top: 2px;
    }

    .products .content .sousuo input {
        height: 30px;
        width: 300px;
    }

    .productsDetail .solution ul li .detailBg {
        width: 80%;
        margin-left: 10%;
    }

    .productsDetail .solution ul li .detailBg p {
        width: 270px;
        margin: 0 auto;
        line-height: 18px;
    }

    .mproducts .arrow-left {
        left: 7vw;
    }

    .mproducts .arrow-right {
        right: 7vw;
    }

    .products .content .container > #maincontent > .row .span3 {
        height: 200px;
    }

    .products .content .container > #maincontent > .row > a {
        height: 200px;
    }

    .productsDetail .solution ul li .detailBg h4 {
        width: 270px;
    }

    .products .content .container > div {
        width: 79%;
        margin-left: auto;
        margin-right: auto;
    }

    .proCarousel {
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    .productsDetail .solution ul li .detailBg div {
        width: 270px;
    }

    .productsDetail .solution ul li .detailBg div > img {
        height: 150px;
    }

    .mproducts .arrow-left, .mproducts .arrow-right {
        top: 35%;
    }

    #nav li {
        width: 20%;
    }

    .mproducts ul li .detailBg div:hover {
        box-shadow: 4px 4px 3px #199ed8;
    }

    .msolutions ul li .detailBg div img:hover {
        box-shadow: 4px 4px 5px 4px rgba(0 ,0 ,0 , 0.3);
    }

    .productsDetail  .content{
        padding: 20px 4em 20px 4em;
    }

}

@media (max-width: 767px) {
    #maincontent > a {
        width: 45% !important;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    #maincontent > a > p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* autoprefixer: ignore next */
        -webkit-box-orient: vertical;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    
    #maincontent  > a > img {
       width: 176px;
   }
   
    #maincontent > a > h3 {
       width: 184px;
       margin-left: auto;
       margin-right: auto;
   } 
   
    #maincontent > a > p {
       width: 184px;
       margin-left: auto;
       margin-right: auto;
   }
} 

@media (min-width: 1200px) { 
    
     #maincontent  > a > img {
        width: 275px;
    }
    
     #maincontent > a > h3 {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    } 
    
     #maincontent > a > p {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    
     #maincontent  > a > img {
        width: 220px;
    }
    
     #maincontent > a > h3 {
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    } 
    
     #maincontent > a > p {
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
} 


.products .banner {
    width: 100%;
    height: 20.8vw;
    position: relative;
}

.products .banner > .bg, .productsDetail .banner > .bg{
    background: rgba(0,0,0,0.4);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.products .banner > img {
    width: 100%;
    height: 100%;
}

/* .products #maincontent img {
    width: 200px;
    height: 200px;
} */

.products .banner > h1 {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.products .banner > h2 {
    color: #fff;
    position: absolute;
    bottom: 17%;
    width: 100%;
    text-align: center;
}

.products .tabHeader {
    text-align: center;
}

.products .cards .nav {
    display: inline-block !important;
    border-bottom: 0px solid #ddd !important;
    margin-left: auto;
    margin-right: auto;
}

.products .cards .nav li {
    background-color: #666666;
    float: left !important;
    line-height: 40px !important;
    text-align: center;
    margin-bottom: 2px !important;
}

.products .cards .nav>li>a:focus, .products .cards .nav>li>a:hover {
    text-decoration: none;
    background-color: #199ed8 !important;
    border: 1px solid #199ed8 !important;
}

.products .cards .nav-tabs>li.active>a {
    background-color: #199ed8 !important;
    color: #C9C9C9;
    border-top: 1px solid transparent !important;
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
}

.products .cards .nav > li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 265px;
}

.products .cards .nav > li:last-child {
    border-right: none;
}

.products .cards .nav li a {
    color: #C9C9C9;
    border-radius: 0px !important;
}

.products .cards .tab-content {
    margin-top: 40px;
}

.products .cards .tab-content p {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 40px;
    width: 80%;
    margin-left: 10%;
}

.swiper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.swiper .arrow-left {
    position: absolute;
    left: 80px;
    top: 40%;
    margin-top: -15px;
    width: 60px;
    height: 60px;
    z-index: 10;
}
.swiper .arrow-right {
    position: absolute;
    right: 80px;
    top: 40%;
    margin-top: -15px;
    width: 60px;
    height: 60px;
    z-index: 10;
}

.swiper .arrow-left > img, .swiper .arrow-right > img {
    width: 100%;
    height: 100%;
}

.proCarousel {
    position: initial;
    overflow: hidden;
}

.proCarousel ul li {
    list-style: none;
    height: 200px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    width: 25%;
}

.proCarousel ul li > a {
    width: 100%;
}

.proCarousel ul li > a > div {
    height: 198px;
    width: 70%;
    background: #6b6b6b;
    color: #C9C9C9;
    margin-left: 15%;
    cursor: pointer;
}

.proCarousel ul li > a > div .img {
    width: 64px;
    height: 64px;
    display: inline-block;
    margin-top: 35px;
}

.proCarousel ul li > a > div .img img {
    width: 100%;
}

.proCarousel ul li > a > div  span {
    margin-top: 20px;
    width: 50%;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
}
.proCarousel ul li > a > div:hover, .proCarousel ul li > a > div.active {
    border: 1px solid #199ed8;
}


.proCarousel .swiper-button-prev{
    left: 4%;
    top: 97%;
}
.proCarousel .swiper-button-next{
    right: 4%;
    top: 97%;
}

.listActive {
    border: 1px solid #199ed8;
}

.products .content .container {
    background: #F2F2F2 !important;
    padding-bottom: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-height: 600px;
}

 #maincontent  > a {
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    width: 33.3%;
    float: left;
}

 #maincontent  > a > img {
    height: 150px;
    border: 1px solid #ccc;
}

 #maincontent > a > h3 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: left !important;
    padding-top: 15px;
    padding-bottom: 15px;
} 

 #maincontent > a > p {
    color: #999;
    text-align: left !important;
    font-size: 14px;
    height: 54px;
    line-height: 18px;
}

 #maincontent  > a:hover img {
    box-shadow: 4px 4px 5px 4px rgba(0 ,0 ,0 , 0.3);
}

.products .content .container .overflow-auto {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

.products .content .container .overflow-auto nav {
    position: absolute;
    right: 10px;
}

.productsDetail .banner {
    width: 100%;
    height: 20.8vw;
    position: relative;
}

.productsDetail .banner img {
    width: 100%;
    height: 100%;
}

.productsDetail > .banner > h1 {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.productsDetail > .banner > h2 {
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 17%;
    width: 100%;
    text-align: center;
}

.productsDetail .head{
    background: #d7d7d7;
}

.productsDetail .head .span12 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.productsDetail .head .span12 span{
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.productsDetail .head .span12 span a {
    color: #199ED8;
}

.productsDetail  .content{
    background: #f2f2f2;
    min-height: 600px;
}

.productsDetail  .content img {
    padding: 2em;
}

.fixedSide {
    width: 50px;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: block;
    z-index: 100;
    text-align: center;
}

.fixedSide a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

.fixedSide a.active2 {
    width: 70px;
}

.fixedSide a.active1 {
    width: 40px;
}

.fixedSide .fa1 {
    background: #189ed8;
}

.fixedSide .fa2 {
    background: #ccc;
}

.fixedSide #btn {
    height: 40px;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.fixedSide .btn2 {
    width: 70px;
}

.fixedSide .btn1 {
    width: 40px;
}

.productsDetail .solution {
    clear: both;
}

.productsDetail .solution:nth-of-type(2) {
    padding-bottom: 60px;
}

.productsDetail .solution h1 {
    padding: 50px 0px;
    font-size: 30px;
    display: block;
    position: relative;
    width: 100%;
}

.productsDetail .solution h1 span {
    font-size: 20px;
    color: #999;
    position: absolute;
    top: 55px;
    left: 140px;
}

.productsDetail .solution ul li {
    cursor: pointer;
    list-style: none;
}

.productsDetail .solution ul li .detailBg {
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    text-decoration: none;
}

.productsDetail .solution ul li .detailBg div {
    margin: 10px auto 0px;
    border: 1px solid #ccc;
    box-sizing: content-box;
}

.productsDetail .solution ul li .detailBg div img {
    width: 100%;
}

.productsDetail .solution ul li .detailBg h4 {
    font-size: 14px;
    font-weight: bold;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    color: rgb(102, 102, 102);
    line-height: 20px;
    margin: 20px auto;
    padding: 0px 10px;
}

.productsDetail .solution ul li .detailBg p {
    color: rgb(110, 90, 90);
}

.productsDetail .solution ul li .detailBg .card-text {
    position: absolute;
    top: 240px;
    left: 15px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.productsDetail .solution ul li .detailBg span {
    border-radius: 50%;
    border: 1px solid #999;
    position: absolute;
    right: 10px;
    top: 220px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.productsDetail .solution {
    background: #fff;
}

.productsDetail .solution .span12 span {
    color: #666;
    font-size: 16px;
    padding-bottom: 25px;
    display: inline-block;
}

.productsDetail .solution .span12 {
    margin-top: 20px;
}

.mproducts {
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 275px;
    overflow: hidden;
}

.mproducts .arrow-left {
    position: absolute;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    z-index: 10;
}
.mproducts .arrow-right {
    position: absolute;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.mproducts .arrow-left > img, .mproducts .arrow-right > img {
    width: 100%;
    height: 100%;
}

.products > .head {
    background: #E4E4E4;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666666;
    font-size: 16px;
} 

.panel-title  a{
    display: block;
}

.panel-group .panel+.panel {
    margin-top: 0px !important;
}

.ma {
    display: inline-block;
    float: inherit !important;
}

.products .cards #nav li {
    background-color: #d6cbcb;
}

.products .cards #nav li a {
    color: gray;
}

.products .cards #nav li.active a, .products .cards #nav li:hover a {
    color: #fff;
}

.mobile_li a:last-child, .mobile_ul{
    margin-bottom: 20px;
}

.mobile_ul a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #d8d8e6;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.mobile_li a {
    display: block;
    width: 50%;
    background: #fff;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    border: 1px solid #d8d8e6;
    box-sizing: border-box;
}
