.indexTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.indexTitle h2{
    font-size:24px;
    text-align:center;
    line-height:30px;
}
.indexTitle h4{
    font-size:16px;
    text-align:center;
    color:#999;
}
.indexTitle div{
    width:50px;
    height:2px;
    background:#0071a7;
    margin:5px auto;
}
.indexAdvantage li{
    width:25%;float:left;
    text-align:center;
}
.indexAdvantage li h3{
    font-size:16px;
    color:#0071a7;
    line-height:35px;
}
.indexAdvantage li h3 span{font-size:40px;}
.indexAdvantage li h4{
    font-size:14px;
    color:#999;
     line-height:30px;
}

.indexProduct{
    width:100%;
    height:auto;overflow:hidden;
    background:#f7f7f7;
    padding:40px 0;
}
.index_photo {
    width:100%;
    height:auto;overflow:hidden;
}
    .index_photo li {
        width: 23%;
        float: left;
        text-align: center;
        height: auto;
        margin:15px 1%;
        background:#fff;
    }
    .index_photo li:hover{
        box-shadow:0 0 10px #ccc;
    }
    .index_photo li .pic{
        width:100%;
        height:200px;
        overflow:hidden;
        position:relative;
    }
        .index_photo li .pic img {
            width:100%;
            height:200px;
            position:absolute;
            top:0;
            left:0;
        }
        .index_photo li .word {
            width:100%;
            height:40px;overflow:hidden;
            line-height:40px;
        }

        .indexMore{
            width:100%;
            height:auto;overflow:hidden;
        }
        .indexMore div{
            width:160px;
            height:45px;overflow:hidden;
            line-height:45px;
            background:#0071a7;
            color:#fff;
            text-align:center;
            margin:20px auto 10px auto;
            transition: all 0.5s;
        }
        .indexMore div:hover{background:#3d95b8;}

.indexCase{
    width:100%;
    height:auto;overflow:hidden;
}
.indexCase li{
    width:24%;float:left;
    margin:10px 0.5%;
}
    .indexCase li .pic{
        width:100%;
        height:230px;
        overflow:hidden;
        position:relative;
    }
        .indexCase li .pic img {
            width:100%;
            height:230px;
            position:absolute;
            top:0;
            left:0;
        }
        .indexCase li .word {
            width:100%;
            height:40px;overflow:hidden;
            line-height:40px;
            text-align:center;
            font-size:14px;
        }

.indexAbout{
    width:100%;
    height:auto;overflow:hidden;
    background:url(../Images/indexAbout_bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.indexAbout_Content{
    width:50%;float:right;
    height:auto;overflow:hidden;
    background:rgba(0,113,167,0.8);
    padding:60px 0;
    margin-top:60px;
    margin-bottom:60px;
}
.indexAbout_Content .title{
    width:80%;
    margin:10px auto;
    height:auto;overflow:hidden;
    color:#fff;
}
.indexAbout_Content .title h2{
    font-size:26px;
    line-height:60px;
}
.indexAbout_Content .title div{
    width:60px;
    height:2px;
    background:#fff;
}
.indexAbout_Content .content{
    width:80%;
    margin:30px auto;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:14px;
    color:#fff;
    text-indent:-15px;
    
}

.indexNews{
    width:100%;
    height:auto;overflow:hidden;
}
.indexNews li{
    width:48%;float:left;
    height:auto;overflow:hidden;
    margin:10px 1%;
}
.indexNews li:hover{background:#f8f8f8;}
.indexNews_Date{
    width:18%;float:left;
    height:60px;overflow:hidden;
    padding:10px 0;
    background:#f2f2f2;
    text-align:center;
    color:#666;
}
.indexNews_Date h2{
    width:100%;
    height:30px;overflow:hidden;
    line-height:30px;
    font-size:24px;
    color:#0071a7;
}
.indexNews_Date h3{
    width:100%;
    height:30px;overflow:hidden;
    line-height:30px;
    font-size:14px;
}
.indexNews_Word{
    width:80%;
    float:left;
    margin-left:2%;
}
.indexNews_Word h2{
    width:100%;
    height:30px;overflow:hidden;
    line-height:30px;
    font-size:15px;
}
.indexNews_Word div{
    width:100%;
    height:40px;overflow:hidden;
    line-height:20px;
    color:#999;
    font-size:12px;
}