@charset "UTF-8";
.width{
    width: auto;
}
.header_m{
    z-index: 3;
    width: 100%;
    height: 50px;
    position: fixed;
    padding: 0px 10px;
    top: 0px;left: 0px;
    box-sizing: border-box;
    border-top: solid 1px #005fbb;
    border-bottom: solid 1px #005fbb;
    background-image: url(/images/index/background.jpg);
}
.header_m .navbar-brand{
    float: left;
    height: 100%;
    color: #005fbb;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}
.header_m .navbar-toggle{
    float: right;
    margin-top: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    background-color: #005fbb;
}
.header_m .navbar-toggle .icon-bar{
    width: 20px;
    height: 1px;
    display: block;
    background-color: #ffffff;
}
.header_m .navbar-toggle .icon-bar1{
    margin: 5px 0px;
}
.nav{
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 50px;left: 0px;
    transition: 0.5s all;
    transform:translate(0px,-100%);
    background-color: rgba(0, 0, 0,0.8);
}
.nav1{
    opacity: 1;
    display: block;
    transform:translate(0px,0px);
}
.nav li{
    width: 100%;
    margin-top: -1px;
    background-color: #005fbb;
    border-top: solid 1px #ffffff;
}
.nav li a{
    width: 100%;
    display: block;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.banners{
    width: 100%;
    padding-top: 50px;
}
.singlePage{
    width: 100%;
    padding: 10px 10px;
    padding-bottom: 70px;
    box-sizing: border-box;
    background-image: url(/images/index/product.jpg);
}
.singlePage .width{
    border: solid 1px #005fbb;
}
.singlePage .title{
    color: #005fbb;
    overflow: hidden;
    padding: 0px 10px;
    line-height: 30px;
    border-bottom: solid 1px #005fbb;
}
.singlePage .title h3{
    float: left;
}
.singlePage .title p{
    float: right;
}
.singlePage .title p a{
    color: #005fbb;
}
.singlePage .lists{
    font-size: 0px;
    overflow: hidden;
    text-align: left;
    padding-top: 20px;
}
.singlePage .lists li{
    width: 29%;
    margin: 2px 5.5px;
    display: inline-block;
    border: solid 1px #005fbb;
}
.singlePage .lists li a{
    color: #005fbb;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.singlePage .text{
    padding: 10px;
}
.singlePage .text p{
    color: #005fbb;
    text-indent: 2em;
    margin-bottom: 10px;
}
.news_lists{
    padding: 5px;
}
.product_lists li{
    width: 47%;
}
.product_lists li div{
    height: 130px;
}
.product_lists li div img{
    height: 130px;
}
.celarfix{
    width: 100%;
    position: fixed;
    overflow: hidden;
    left: 0px;bottom: 0px;
    box-sizing: border-box;
    border-top: solid 1px #005fbb;
    border-bottom: solid 1px #005fbb;
    background-image: url(/images/index/background.jpg);
}
.celarfix li{
    float: left;
    height: 60px;
    width: 33.3333%;
    text-align: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center 10px;
}
.celarfix .l1{
    background-image: url(/images/footer_m/home.png);
}
.celarfix .l2{
    box-sizing: border-box;
    border-left: solid 1px #005fbb;
    border-right: solid 1px #005fbb;
    background-image: url(/images/footer_m/phone.png);
}
.celarfix .l3{
    background-image: url(/images/footer_m/contact.png);
}
.celarfix li a{
    color: #005fbb;
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding-top: 30px;
}