.IndexTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.IndexTitle h2{
    width:100%;
    height:40px;line-height:40px;
    font-size:24px;
}
.IndexTitle h3{
    width:100%;
    height:25px;line-height:25px;
    font-size:16px;
    color:#999;
}
.IndexTitle s{
    width:60px;
    display:inline-block;
    height:3px;
    background:#ccc;
    margin:5px auto 20px auto;
}

.IndexMore{
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    text-align:center;
}
.IndexMore a{
    padding:8px 30px;
    border:1px solid #333;
    border-radius:20px;
    margin:10px auto;
    transition:all 0.3s;
}
.IndexMore:hover a{
    background:#147ccb;
    color:#fff;
    border:1px solid #147ccb;
}

.IndexProduct{
    width:100%;
    height:auto;overflow:hidden;
}
.IndexProduct li{
    width:31%;float:left;
    background:#eee;
    margin:10px 1%;
}
.IndexProduct li:hover{
    background:#147ccb;
    color:#fff;
}
.IndexProduct li:hover h3{color:#bcbcbc;}
.IndexProduct li div{
    width:100%;
    height:300px;overflow:hidden;
    position:relative;
}
.IndexProduct li div img{
    width:100%;
    height:300px;
    position:absolute;
    top:0;
    left:0;
}
.IndexProduct li h2{
    width:90%;
    height:40px;line-height:40px;overflow:hidden;
    font-size:16px;
    margin:0 auto;
}
.IndexProduct li h3{
    width:90%;
    height:60px;line-height:20px;overflow:hidden;
    color:#999;
    margin:0 auto;
    font-size:12px;
}


.IndexAbout{
    width:100%;
    height:auto;overflow:hidden;
    background:#f1f1f1;
    padding:30px 0;
}
.IndexAboutLeft{
    width:55%;float:left;
    margin-right:5%;
    text-align:left;
}
.IndexAboutLeft img{
    max-width:100%;
}
.IndexAboutLeft div{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:16px;
    text-align:left;
    margin-top:10px;
}
.IndexAboutLeft a{
    padding:5px 30px;
    border:1px solid #000;
    display:inline-block;
    margin:20px 0 0 0;
    border-radius:40px;
}

.IndexAboutRight{
    width:40%;float:left;
    background:#000;
}

.IndexCase li{
    width:33.33%;float:left;
    margin:10px 0;
    line-height:30px;
    text-align:center;
    transition:all 0.5s;
    position:relative;
    height:300px;overflow:hidden;
}
.IndexCase li div{
    width:100%;
    height:40px;
    background:rgba(0,0,0,0.5);
    line-height:40px;
    color:#fff;
    font-size:18px;
    position:absolute;
    top:0;left:0;
    transition:all 0.5s;
}
.IndexCase li:hover div{
    width:100%;
    height:200px;
    padding:50px 0 50px 0;
}
.IndexCase li img{
    width:100%;
    height:300px;
}


.IndexNews{
    width:100%;
    height:auto;overflow:hidden;
}
.IndexNews li{
    width:28%;float:left;
    margin:10px 1.16%;
    background:#eee;
    padding:20px 1.5% 40px 1.5%;
    transition:all 0.5s;
}
.IndexNews li:hover{
    background:#147ccb;
    margin-top:0px;
    margin-bottom:20px;
    color:#fff;
}
.IndexNews li:hover h3{
    color:#999;
}
.IndexNews li:hover .IndexNewsTitle .right h3{color:#ccc;}
.IndexNews li:hover .IndexNewsDesc{
    color:#eee;
}
.IndexNews li:hover .IndexNewsMore div{
    border:1px solid #fff;
}
.IndexNewsTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.IndexNewsTitle .left{
    width:80%;float:left;
    height:80px;line-height:40px;overflow:hidden;
    font-size:20px;
}
.IndexNewsTitle .right{
    width:20%;float:left;
    text-align:right;
}
.IndexNewsTitle .right h2{
    line-height:30px;
    font-size:40px;
    font-weight:bold;
}
.IndexNewsTitle .right h3{
    line-height:30px;
    color:#666;
    font-size:12px;
}
.IndexNewsDesc{
    width:100%;
    height:100px;overflow:hidden;
    line-height:25px;
    color:#999;
    margin:10px auto;
}
.IndexNewsMore{
    width:100%;
    height:auto;overflow:hidden;
}
.IndexNewsMore div{
    display:inline-block;
    padding:5px 20px;
    border:1px solid #333;
    border-radius:20px;
}

.indexLink{
    height:auto;overflow:hidden;
    line-height:30px;
}

@media(max-width:720px){
    .IndexProduct li{
        width:48%;float:left;
        background:#eee;
        margin:10px 1%;
    }

    .IndexProduct li div{
        width:100%;
        height:180px;overflow:hidden;
        position:relative;
    }
    .IndexProduct li div img{
        width:100%;
        height:180px;
        position:absolute;
        top:0;
        left:0;
    }

    .IndexCase li{
        width:50%;float:left;
        margin:0;
        line-height:30px;
        text-align:center;
        transition:all 0.5s;
        position:relative;
        height:150px;overflow:hidden;
    }
    .IndexCase li div{font-size:14px;}
    .IndexCase li:hover div{
        width:100%;
        height:120px;
        padding:20px 0 20px 0;
    }
    .IndexCase li img{
        width:100%;
        height:150px;
    }

    .IndexAbout{
        padding:10px 0;
    }

    .IndexAboutLeft{
        width:100%;
        margin-right:0%;
    }
    .IndexAboutRight{
        width:100%;
        margin-top:10px;
    }

    .IndexNews{
        width:94%;
        margin-left:auto;
        margin-right:auto;
    }
    .IndexNews li{
        width:100%;float:left;
        margin:10px auto;
        background:#eee;
        padding:20px 0 20px 0;
        transition:all 0.5s;
    }
    .IndexNewsTitle .left{
        line-height:30px;
        height:60px;
    }

    .IndexNewsTitle{
        width:90%;
        height:auto;overflow:hidden;
        margin:0 auto;
    }
    .IndexNewsDesc{
        width:90%;
        margin:10px auto;
        height:auto;
    }
    .IndexNewsMore{
        width:90%;
        margin:0px auto;
    }
}