@charset "utf-8";

/*banner start*/
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
.banner-img{
    position: relative;
}
.banner-img li{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    display: none;
}
.banner-img li a{
    width: 100%;
    height: 500px;
    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: 12px;
    height: 12px;
    border: 2px solid #003d6f;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100%;
}
.banner-tip li.on{
    background: #003d6f;
}
/*banner end*/

/*product start*/
.product{
    padding: 50px 0;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}
.product h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
.product h2 a:hover{
    color: #003d6f;
}
.product ul{
    overflow: hidden;
}
.product ul li{
    float: left;
    padding-right: 30px;
}
.product ul li a{
    display: block;
    background: #eee;
}
.product ul li a:hover{
    background: #003d6f;
}
.product ul li a img{
    display: block;
    width: 278px;
    height: 185px;
}
.product ul li a span{
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
}
.product ul li a:hover span{
    color: #fff;
}
/*product end*/

/*company start*/
.company{
    padding: 50px 0;
    background: url("../img/cbg.jpg") no-repeat center;
    overflow: hidden;
}
.company img{
    display: block;
    width: 436px;
    height: 276px;
}
.com-con{
    width: 720px;
}
.com-con h2{
    font-size: 22px;
    color: #003d6f;
}
.com-con p{
    color: #666;
    font-size: 16px;
    line-height: 28px;
    height: 190px;
    margin: 10px 0;
}
.com-con a{
    display: block;
    width: 90px;
    line-height: 36px;
    background: #003d6f;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 36px;
}
.com-con a:hover{
    background: #e73134;
}
/*company end*/

/*device start*/
.device{
    padding: 50px 0;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.device h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
.device h2 a:hover{
    color: #003d6f;
}
.device ul{
    overflow: hidden;
}
.device ul li{
    width: 306px;
    float: left;
}
.device ul li a{
    display: block;
}
.device ul li a img{
    display: block;
    width: 280px;
    height: 185px;
}
.device ul li a:hover img{
    opacity: .9;
    filter: alpha(opacity=90);
}
.device ul li a span{
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 36px;
}
.device ul li a:hover span{
    color: #003d6f;
}
/*device end*/

/*news start*/
.news{
    padding-bottom: 50px;
    overflow: hidden;
}
.news h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
.news h2 a:hover{
    color: #003d6f;
}
.news img{
    display: block;
    width: 440px;
    height: 250px;
}
.news ul{
    width: 720px;
}
.news ul li{
    border-top: 1px dashed #eee;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
}
.news ul li:first-child{
    border: none;
}
.news ul li a{
    display: block;
    float: left;
    width: 620px;
    height: 50px;
    overflow: hidden;
}
.news ul li a:hover{
    color: #e73134;
}
.news ul li span{
    width: 100px;
    display: block;
    overflow: hidden;
    float: right;
    text-align: right;
    color: #999;
}
/*news end*/
