@charset "utf-8";

/*banner start*/
.banner{
    width: 100%;
    height: 360px;
    position: relative;
    margin: 0 auto;
}
.banner-img{
    position: relative;
}
.banner-img li{
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    display: none;
}
.banner-img li a{
    width: 100%;
    height: 360px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img li a img{
    display: none;
}
.banner-tip{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner-tip li{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100%;
    background: #fff;
}
.banner-tip li.on{
    background: #0068b7;
}

@media(max-width: 1050px){
    .banner{
        height: 350px;
    }
    .banner-img li{
        height: 350px;
    }
    .banner-img li a{
        height: 350px;
        background-size: 1344px 350px;
    }
}
@media(max-width: 768px){
    .banner{
        height: 280px;
    }
    .banner-img li{
        height: 280px;
    }
    .banner-img li a{
        height: 280px;
        background-size: 1075px 280px;
    }
    .banner-tip{
        bottom: 10px;
    }
    .banner-tip li{
        height: 5px;
        border-radius: 0;
        width: 26px;
        margin: 0 5px;
    }
}
@media(max-width: 609px){
    .banner{
        height: 180px;
    }
    .banner-img li{
        height: 180px;
    }
    .banner-img li a{
        height: 180px;
        background-size: 691px 180px;
    }
}
@media(max-width: 390px){
    .banner{
        height: 140px;
    }
    .banner-img li{
        height: 140px;
    }
    .banner-img li a{
        height: 140px;
        background-size: 537px 140px;
    }
}
/*banner end*/

.con{
    padding: 115px 0;
}
.title{
    border-bottom: 1px solid #eee;
    position: relative;
    height: 64px;
}
.title h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.title hr{
    margin: 0;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background: #0068b7;
    border: none;
}
/*product start*/
.pro-list{
    margin: 20px 0;
}
.pro-list ul{
    overflow: hidden;
    margin: 0 auto;
}
.pro-list ul li{
    float: left;
    padding: 0 5px;
}
.pro-list ul li a{
    display: block;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #0068b7;
    border-radius: 30px;
    line-height: 30px;
}
.pro-list ul li a:hover{
    background: #0068b7;
    color: #fff;
}
.pro-con ul{
    overflow: hidden;
}
.pro-con ul li{
    margin-bottom: 30px;
}
.pro-con ul li a{
    display: block;
    border: 1px solid #eee;
}
.pro-con ul li a:hover{
    border-color: #0068b7;
}
.pro-con ul li a img{
    display: block;
    width: 100%;
}
.pro-con ul li a h3{
    font-size: 16px;
    margin: 10px 10px 0 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.pro-con ul li a:hover h3{
    color: #0068b7;
}
.pro-con ul li a p{
    font-size: 14px;
    color: #666;
    margin: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
/*product end*/

/*company start*/
.company{
    background: url("../images/cbg.jpg") repeat-y center;
}
.com-img img{
    display: block;
    width: 100%;
    border: 3px solid #fff;
}
.com-con h1{
    font-size: 24px;
    margin-top: 15px;
}
.com-con p{
    font-size: 16px;
    line-height: 24px;
    max-height: 192px;
    overflow: hidden;
    margin: 20px 0;
    color: #666;
}
.com-con .more{
    display: block;
    width: 130px;
    text-align: center;
    background: #0068b7 url('../images/arrow.png') right 10px center no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    float: left;

}
.com-con .more:hover{
    background-color:  #00589b;
}
.com-con .more img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
/*company end*/

/*device start*/
.device-con{
    margin-top: 30px;
}
.device-con ul li a{
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.device-con ul li a div{
    overflow: hidden;
}
.device-con ul li a .text{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
}
.device-con ul li a .text p{
    padding: 5px 0;
    font-size: 14px;
}



.device-con ul li a img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.device-con ul li a:hover img{
    transform: scale(1.1);
}
/*device end*/

.tit{
    font-size: 24px;
    line-height: 30px;
    text-indent: 7px;
    border-left: 4px solid #0068b7;
    margin-bottom: 30px;
}
/*news start*/
.news{
    margin-bottom: 50px;
}
.news-con{
    overflow: hidden;
}
.news-img{
    width: 45%;
}
.news-img img{
    display: block;
    width: 100%;
}
.news-list{
    width: 50%;
}
.news-list ul li{
    border-top: 1px dotted #ddd;
}
.news-list ul li:first-child{
    border: none;
}
.news-list ul li a{
    display: block;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list ul li a i{
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #aaa;
    margin-right: 10px;
    transition: all .3s;
}
.news-list ul li a:hover i{
    border-left-color: #0068b7;
}
/*news end*/

/*contact start*/
.contact{
    margin-bottom: 50px;
}
.contact-con img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.contact-con p{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
/*contact end*/

@media(max-width: 758px){
    .con{
        padding: 20px 0;
    }
    .title h2{
        font-size: 24px;
    }
    .pro-con{
        margin-top: 15px;
    }
    .pro-con ul li{
        margin-bottom: 15px;
    }
    .pro-con ul li.col-md-3{
        padding: 0 5px;
    }
    .company .container{
        padding: 0;
    }
    .com-con h1{
        font-size: 20px;
    }
    .com-con p{
        margin: 10px 0;
        font-size: 14px;
    }
    .device-con{
        margin-top: 15px;
    }
    .device-con ul li.col-md-3{
        padding: 0 5px;
    }
    .device-con ul li a{
        margin-bottom: 15px;
    }
    .tit{
        margin-bottom: 15px;
    }
    .news,.contact{
        margin-bottom: 20px;
    }
    .news-img,.news-list{
        width: 100%;
    }
}