@charset "utf-8";
body{
    background: url("../img/bg.jpg") no-repeat center fixed;
}

/*banner start*/
.banner{
    overflow: hidden;
    position: relative;
}
.banner-img{
    width: 100%;
    overflow: hidden;
}
.banner-img ul{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-img li{
    position: absolute;
    top: 0;
    overflow: hidden;
    display: none;
}
.banner-img li a{
    display: block;
}
.banner-img li a img{
    width: 100%;
    display: block;
}
.banner-tip{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner-tip li{
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 10px;
    float: left;
    border-radius: 100%;
    cursor: pointer;
}
.banner-tip li.on{
    background: #00a3dc;
}
/*////////////////////*/

#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{
    display: block;
}
#bannerImg ul li a img{
    width: 100%;
    display: block;
}
#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: #00a3dc;
}
/*banner end*/

/*product start*/
.product{
    padding: 50px 0;
    background: #fff;
}
.title{
    border-bottom: 3px solid #eee;
    position: relative;
    height: 50px;
}
.title hr{
    border:none;
    height: 3px;
    width: 100px;
    background: #00a3dc;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: 0;
    z-index: 10;
}
.title h2{
    width: 300px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
.title h2 a{
    font-size: 24px;
    font-weight: normal;
}
.title a:hover{
    color: #00a3dc;
}
.title .lmenu a{
    line-height: 50px;
    font-size: 16px;
    color: #666;
}
.title .lmenu a:hover{
    color: #00a3dc;
}
.title .lmenu a:first-child:after{
    content: "|";
    padding: 0 5px;
}
.product ul li a{
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    background: #00a3dc;
    background: rgba(0,163,220,.8);
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product ul li a i{
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/search.png") no-repeat center;
    background-size: 40px;
    margin: 80px auto 0;
}
.product ul li:hover a{
    opacity: 1;
    filter: alpha(opacity=100);
}
/*product end*/



/*company start*/
.com-top img{
    display: block;
    margin: 0 auto;
    width: 102px;
}
.com-con{
    padding: 30px 0 60px;
    overflow: hidden;
}
.com-con img{
    display: block;
    width: 100%;
    box-shadow: 5px 5px 5px #bbb;
}
.com-con h1{
    font-size: 24px;
    line-height: 50px;
    color: #00a3dc;
}
.com-con p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
}
.com-con a{
    display: block;
    line-height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.com-con a i{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/intro.png") no-repeat center -28px;
    background-size: 26px 52px;
    vertical-align: middle;
    margin-right: 2px;
    transition: all .3s;
}
.com-con a:hover{
    background: #00a3dc;
    color: #fff;
}
.com-con a:hover i{
    background-position: center -1px;
}
.com-con a.culture i{
    background-image: url("../img/culture.png");
}
.com-con a.honor i{
    background-image: url("../img/honor.png");
}
.com-con a.history i{
    background-image: url("../img/history.png");
}
/*company end*/

.case{
    background: #fff;
    padding: 50px 0;
}
.case ul{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

/*news start*/
.news h2{
    text-align: center;
    font-size: 30px;
}
.news h2 span{
    display: block;
    font-size: 14px;
}
.news h2 a:hover{
    color: #00a3dc;
}
.news{
    margin: 30px 0 50px;
    overflow: hidden;
}
.news-con{
    margin-top: 30px;
}
.news-con img{
    display: block;
    width: 100%;
    border: 3px solid #fff;
}
.news-list li{
    padding: 5px 10px;
}
.news-list li a{
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 30px;
}
.news-list li a span{
    display: block;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 90px;
}
.news-list li a i{
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
}
.news-list li:hover{
    background: #00a3dc;
}
.news-list li:hover a{
    color: #fff;
}
.news-list li:hover a i{
    color: #fff;
}
.news-list li:hover p{
    color: #fff;
}
.news-list li p{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    transition: all .3s;
    color: #666;
}
/*news end*/
/*partner start*/
.partner{
    background: #fff;
    padding: 50px 0;
}
.partner img{
    display: block;
    width: 100%;
}
.partner a{
    display: block;
    margin: 20px auto 0;
    width: 200px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border: 1px solid #1b1b1b;
    border-radius: 36px;
}
.partner a i{
    border: 6px solid #1b1b1b;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: inline-block;
    margin-left: 10px;
    transition: all .3s;
}
.partner a:hover{
    color: #00a3dc;
    border-color: #00a3dc;
}
.partner a:hover i{
    border-left-color: #00a3dc;
}

/*partner end*/



@media(min-width: 768px){
    .banner{
        display: block;
    }
}
@media(max-width:768px){
    .banner{
        display: none;
    }
    .product{
        padding: 10px 0;
    }
    .title{
        height: 36px;
    }
    .title hr{
        width: 50px;
    }
    .title h2{
        font-size: 24px;
        line-height: 36px;
        width: 80px;
    }
    .title h2 a{
        font-size: 18px;
    }
    .title .lmenu a{
        line-height: 36px;
        font-size: 14px;
    }
    .product ul{
        padding-top: 15px;
    }
    .product ul li{
        margin-bottom: 10px;
    }
    .product .col-lg-3,.col-md-3,.col-sm-6,.col-xs-6{
        padding: 0 5px;
    }
    .product ul li a i{
        margin-top: 30px;
    }
    .company h1{
        font-size: 18px;
        line-height: 36px;
        margin-top: 10px;
    }
    .com-con{
        padding: 20px 0;
    }
    .con-intro{
        margin-top: 10px;
    }
    .case{
        padding: 20px 0;
    }
    .case ul{
        margin-top: 15px;
    }
    .news{
        margin: 15px 0 20px;
    }
    .news-con{
        margin-top: 15px;
    }
    .news-con .col-xs-12{
        padding: 0 5px;
    }
    .partner{
        padding: 20px 0;
    }
}

@media(min-width:768px) and (max-width: 992px){
    .product ul li a i{
        margin-top: 120px;
    }
}
