@charset "utf-8";

/*banner start*/
.banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.banner-img li{
    position: absolute;
    top: 0;
    width: 100%;
    height: 500px;
    display: none;
}
.banner-img li a{
    display: block;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img li a img{
    display: none;
}
.banner-tip{
    position: absolute;
    bottom: 15px;
    left: 50%;
}
.banner-tip li{
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin: 0 10px;
    float: left;
    border-radius: 100%;
    cursor: pointer;
}
.banner-tip li.on{
    background: #fff;
}
#banner-xs{
    overflow: hidden;
    position: relative;
}
#bannerImg{
    width: 100%;
    overflow: hidden;
}
#bannerImg ul{
    width: 1000%;
    overflow: hidden;
    margin-left: -100%;
}
#bannerImg ul.tran{
    transition: margin-left .3s;
}
#bannerImg ul li{
    width: 10%;
    float: left;
}
#bannerImg ul li a img{
    width: 100%;
}
#bannerTip{
    position: absolute;
    bottom: 10px;
    left: 50%;
}
#bannerTip ul li{
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 0 5px;
    float: left;
    border-radius: 3px;
}
#bannerTip ul li.on{
    background: #009241;
}
/*banner end*/

/*advant start*/
.advant{
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    box-shadow: 0px 2px 2px #ddd;
}
.advant i{
    display: block;
    height: 90px;
    background: url("../img/tablet.png") no-repeat center 0;
    background-size: 300px 180px;
    transition: all .3s;
}
.advant i:hover{
    background-position: center -90px;
}
.advant i.notebook{
    background-image: url("../img/notebook.png");
}
.advant i.monitor{
    background-image: url("../img/monitor.png");
}
.advant i.tv{
    background-image: url("../img/tv.png");
}
/*advant end*/
.con{
    margin-top: 50px;
}
.con .col-lg-4{
    padding: 0 30px;
}
.con h2{
    font-size: 24px;
    line-height: 50px;
}
.con a{
    display: block;
}
.con a img{
    width: 100%;
    display: block;
}
.con a:hover{
    box-shadow: 5px 5px 5px #aaa;
    margin-top: -2px;
}
/*news start*/
.news{
    width: 100%;
    background: url("../img/news-bg.jpg") no-repeat center;
    padding: 50px 0 20px;
    margin-top: 70px;
}
.news h2{
    font-size: 24px;
    margin-bottom: 20px;
    text-indent: 20px;
}
.news ul li{
    overflow: hidden;
    margin-bottom: 40px;
}
.news ul li img{
    float: left;
    display: block;
    width: 30%;
}
.news ul li .new-con{
    float: right;
    width: 65%;
}
.new-con h3{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.new-con h3 span{
    color: #009241;
    padding-right: 5px;
}
.new-con p{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.new-con a{
    border: 1px solid #bbb;
    display: block;
    width: 70px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
}
.new-con a:hover{
    border-color: #009241;
    background: #009241;
    color: #fff;
}
/*news end*/


/*link start*/
.link .container{
    padding: 35px 0;
}
.link h2{
    font-size: 16px;
}
.link h2 i{
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url("../img/link.png") no-repeat center;
    background-size: 30px 24px;
    vertical-align: middle;
}
.link h2 a{
    margin-right: 20px;
    text-indent: 10px;
}
.link h2 a span{
    color: #666;
}
.link h2 a:hover span{
    color: #009241;
    text-decoration: underline;
}
.link h2 a img{
    margin: 0 20px 0 10px;
}
/*link end*/



@media(max-width: 768px){
    .con{
        margin-top: 20px;
    }
    .news{
        margin-top: 30px;
        padding: 30px 0;
    }
    .news ul li{
        margin-bottom: 10px;
    }
    .news ul li img{
        width: 40%;
    }
    .news ul li .new-con{
        width: 55%;
    }
    .link .container{
        padding: 15px 0;
    }
    .link h2 a{
        display: block;
        padding-top: 10px;
    }
}

