/******************解决方案***************/
a:focus{
    text-decoration: none;
    color: #0491dc;
}
a:hover{
    text-decoration: none;
}
a{
    color: #333;
}
/*banner与导航部分*/
.container-fluid{
    padding: 0;
}
.neiyeBanner img{
    width: 100%;
    /*height: auto;*/
}
.navbar-inverse{
    background-color: rgba(0,0,0,0.4);
    border-color: transparent;
}
.navbar-brand img{
    margin-top: -20px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    transition: all 0.3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #a6e1ff;
}
@media screen and (max-width: 767px){
    .navbar-brand img{
        width: 100px;
        height: 75px;
    }
    .navbar-inverse {
        background-color: #222;
        border-color: #080808;
    }
    .smallLogoTitle img{
        display: block;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }
    .neiyeBanner img{
        /*height: 200px;*/
        display: none;
    }
    .position{
        margin-top: 50px;
    }
}
/*解决方案*/
.product{
    margin-top: 30px;
}
.position{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.biaoTi{
    text-align: center;
    margin-bottom: 30px;
}
.biaoTi .line{
    border-bottom: 5px solid #0491dc;
    width: 60px;
    margin: 0 auto;
}
.company h3{
    margin-top: 0;
    margin-bottom: 5px;
}
.company h2{
    margin-bottom: 30px;
    /*border-bottom: 1px solid #ccc;*/
    /*padding-bottom: 5px;*/
}
.company p{
    margin-bottom: 25px;
}
/*关于展荣轮播*/
/*.parwproce{ height: auto;  background: #fff url(../images/team_bg.png) no-repeat left bottom; margin-top: 82px;background-size: contain; }*/
/*.parnet{ height: auto; margin-top: 75px;}*/
.leftLoop2{position: relative; width:1200px; margin:0px auto;  margin-top:40px;}
.leftLoop2 .hd{position:absolute; width:100%; z-index:9;}
.leftLoop2 .hd a{position:absolute; display:block;  width:21px; height:38px; cursor:pointer;}
.leftLoop2 .hd .prev{left:-43px; top:172px;  background:url("../images/par_le.png") no-repeat left top;}
.leftLoop2 .hd .next{right:-43px; top:172px;  display:block;  background:url("../images/par_ri.png") no-repeat right top;}
.leftLoop2 .bd{position:relative; width:100%;  overflow:hidden; }
.leftLoop2 .bd ul{ margin:0px; padding:0; list-style:none;}
.leftLoop2 .bd ul li{ float:left; overflow:hidden; margin-right: 25px; width: 280px; height: auto; }
.leftLoop2 .bd ul li .pic{ width:280px; height: 255px; }
.leftLoop2 .bd ul li img{ width:280px; height: 255px; border:1px solid #e7e7e7;}
.leftLoop2 .bd ul li p{  height: 50px;width: 100%;color: #333;font-size: 15px;text-align: center;line-height: 50px;margin-top: 2px;}

/*修改*/
.leftLoop22 .hd .prev{top:110px;}
.leftLoop22 .hd .next{top:110px;}

.leftLoop3 .bd ul li{width: 274px;}
.leftLoop3 .bd ul li .pic{ width:274px; height: 382px; }
.leftLoop3 .bd ul li img{ width:274px; height: 382px;}

.leftLoop4 .bd ul li{width: 280px;}
.leftLoop4 .bd ul li .pic{ width:280px; height: 160px; }
.leftLoop4 .bd ul li img{ width:280px; height: 160px;}

.leftLoop4 .hd .prev{top:70px;}
.leftLoop4 .hd .next{top:70px;}

@media screen and (max-width: 768px) {
    /*.parnet{ display: none;}*/
    .leftLoop2{ display: none;}
}
/*关于展荣轮播*/
/*手机端轮播*/
.par_in{
    display: none;
}
@media screen and (max-width: 768px) {
    /*.parnet{ display: none;}*/
    .leftLoop2{ display: none;}
    .par_in{
        display: block;
    }
}

.par_in{ margin-top: 5%;padding-right: 15px;padding-left: 15px;  margin-right: auto; margin-left: auto;}
.par_in img {display: block;max-width: 100%;border: 1px solid #d3d3d3;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*.par_in p{ margin-top: 5px;color: #333;font-size: 15px; text-align: center;}*/
.par_in h1{ height: 40px;}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}

.swiper-pagination-bullet-active {
    background: blue;
}
/*手机端轮播*/

/*荣誉客户*/
.honor li{
    margin-bottom: 10px;
}
.honor li a{
    display: block;
    width: 214px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    border: 1px solid #ccc;
}
.honor li a:hover{
    background: url("../images/eye.png") no-repeat rgba(0,0,0,0.7) 92px 50px;
}
.mask{
    width: 230px;
    height: 116px;
    line-height: 116px;
    margin-top: -116px;
    position: absolute;
    display: none;
}
/*荣誉客户*/




.article{
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    color: #0491dc;
}
.article span{
    width: 70px;
    height: 1px;
    display: block;
    border-bottom: 3px solid #0491dc;
}
.bigText{
    text-align: center;
    margin-bottom: 30px;
}
.bigText div{
    font-size: 60px;
}
.bigText h6{
    margin-top: -16px;
    margin-left: 8px;
}
.text1{
    margin-top: 10px;
    margin-bottom: 30px;
}
.text1 h4{
    color: #000;
}

.clearfix:after, .cf:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{
    clear: both!important;
}
/*底部*/
.bgFooter{
    padding: 50px 0;
    background: #282d2b;
}
.footerText{
    color: #fff;
}
.footerText h4{
    font-weight: bold;
}
.footerText a{
    color: #ccc;
}
.footerText li{
    margin-top: 15px;
}
.Twocode img{
    width: 130px;
}
.Twocode h5{
    margin-left: 26px;
}
/*临时*/
/*div{
    border:1px solid #000;
}*/
@media screen and (max-width: 767px){
    .honor li,.honor li img{
        float: left;
        width: 165px;
        margin: 5px;
    }
    .honor li a{
        width: 170px;
    }
    .mask{
        width: 170px;
    }
}

