/******************产品展示***************/
a:focus{
    text-decoration: none;
    color: #fff;
}
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;
    }
    #pager{
        display: none;
    }
}
/*产品展示*/
.product{
    margin-top: 30px;
}
.position{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.device{
    margin: 20px 0;
}
.device li a{
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0491dc;
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s;
}
.active,.device li a:hover{
    color: #fff;
    background: #0491dc;
}
.xilie li{
    margin-top: 10px;
    border-left: 6px solid #0491dc;
    margin-right: 30px;
    margin-bottom: 14px;
}
.xilie .activeText{
    color: #0491dc;
}
#Jiagong{
    display: none;
}
.xilieImg ul li{
    width: 263px;
    height: 263px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 10px;
    margin-bottom: 52px;
}
.xilieImg{
    margin-bottom: 30px;
}
.xilieImg1 li img{
    width: 250px;
    height: 250px;
    display: block;
}
.xilieImg ul li h5{
    margin-top: 30px;
}
.xilieFengye2,.xilieFengye3,.xilieFengye14{
    display: none;
}

/*关于展荣轮播*/
/*.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;}

@media screen and (max-width: 768px) {
    /*.parnet{ display: none;}*/
    .leftLoop2{ display: none;}
}
/*关于展荣轮播*/
/*手机端轮播*/
.par_in{
    display: none!important;
}
@media screen and (max-width: 768px) {
    /*.parnet{ display: none;}*/
    .leftLoop2{ display: none;}
    .par_in{
        display: block!important;
    }
}

.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: 10px;}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}

.swiper-pagination-bullet-active {
    background: blue;
}
/*手机端轮播*/



.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{
    clear: both;
}
/*底部*/
.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){
    .xilieImg ul li{
        width: 155px;
        height: 155px;
    }
    .xilieImg1 li img{
        width: 150px;
        height: 150px;
    }
    .xilieImg ul li h5 {
        margin-top: 10px;
    }
    .device li a{
        width: 160px;
    }
    .pro_detail_in table{
        width: 0!important;
    }
    .device{
        margin-top: 50px;
    }
}
