@charset "utf-8";

.title{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.title .fl{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    border-left: 4px solid #06508a;
    text-indent: 7px;
}
.title .fr a{
    display: block;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #bbb;
    border-radius: 15px;
    float: left;
    font-size: 14px;
    margin-left: 10px;
}
.title .fr a:first-child{
    margin: 0;
}
.title .fr a:hover{
    color: #fff;
    background: #06508a;
    border-color: #06508a;
}

.product{
    padding: 50px 0 20px;
}

/*device start*/
.device{
    padding: 50px;
    background: url("../img/dbg.jpg") repeat;
}
.tit{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.tit hr{
    width: 50px;
    height: 5px;
    background: #fff;
    border: none;
}
.device ul li{
    width: 300px;
    float: left;
}
.device ul li a,.device ul li a img,.device ul li a span{
    display: block;
}
.device ul li a{
    width: 278px;
}
.device ul li a img{
    border: 3px solid #06508a;
}
.device ul li a span{
    background: #06508a;
    background: rgba(255,255,255,.3);
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}
/*device end*/

/*company start*/
.company{
    padding: 50px 0;
}
.company .fl img{
    display: block;
}
.company .fr{
    width: 670px;
}
.company h1{
    font-size: 24px;
    color: #06508a;
    margin: 20px 0;
}
.company p{
    font-size: 16px;
    line-height: 24px;
    height: 192px;
    overflow: hidden;
    color: #666;
}
.company>img{
    display: block;
    margin: 20px auto 0;
}
/*company end*/

/*news start*/
.news{
    padding: 50px 0;
    background: #f6f6f6;
}
.news ul li{
    float: left;
    width: 330px;
    margin-left: 105px;
}
.news ul li:first-child{
    margin: 0;
}
.news ul li a,.news ul li a img,.news ul li a span{
    display: block;
}
.news ul li a span{
    font-size: 16px;
    padding: 0 5px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    background: #fff;
}
.news ul li a:hover span{
    background: #06508a;
    color: #fff;
}
/*news end*/