.container-fluid{padding-left: 0;padding-right: 0;background: #ffffff;}
p{margin: 0;}
body{
    font-family: "Microsoft YaHei";
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/
}

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

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{

    color: #ffffff;
    text-decoration: none;
}
.left-product{
    font-size: 16px;
    color: #F5F5F5;
    padding: 8px 0;
    background-color: #247d43;
}
.left-pro-info{
    padding: 0;
}
.left-pro-info li{
    margin-top: 10px;
}
.right_artcile img{
    width: 100%!important;
    height: auto!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333333;
}
/*首页客户案例切换*/
/*html, body {*/
/*position: relative;*/
/*height: 100%;*/

/*}*/

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
                    margin-right: 15px;
                    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;
                }