#indexProduct {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f7f7f7;
    padding: 80px 0;
    background-image: url(../Images/bg_Shading.png);
    background-repeat: no-repeat;
    background-position:0px 100px;
}
.indexTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    line-height:40px;
}
    .indexTitle h2 {
        font-size: 28px;
        font-weight:bold;
    }
    .indexTitle h3 {
        font-size: 50px;
        font-family:Arial;
        font-weight:bold;
        color:#d5d5d5;
    }
.indexTitle div{
    width:100%;
    height:40px;overflow:hidden;
    line-height:40px;
}
    .indexTitle div s {
        display: inline-block;
        width: 120px;
        height: 2px;
        background: #d4d4d4;
        margin-bottom: 5px;
    }
    .indexTitle div h3{display:inline;color:#999;font-size:14px;}
.indexProduct_List {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.indexProduct_List li{
    width:28%;float:left;
    height:auto;overflow:hidden;
    margin:10px 2% 40px 2%;
    background:#fff;
    text-align:center;
    line-height:40px;
    transition:all 0.5s;
}
    .indexProduct_List li:hover {
        box-shadow: 0 0 10px #ccc;
        background-color:#0152ad;
        border-radius:5px;
    }
    .indexProduct_List li:hover a{color:#fff;}

    .indexProduct_List li div {
        width: 100%;
        height: 230px;
        overflow: hidden;
        position: relative;
    }
        .indexProduct_List li div img {
            position: absolute;
            width: 100%;
            height: 230px;
            top: 0;
            left: 0;
        }

.indexMore {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .indexMore div {
        width: 120px;
        height: 40px;
        line-height: 40px;
        background-color:#0152ad;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        margin:20px auto;
        transition:all 0.5s;
    }

        .indexMore div:hover {
            background: #2582ea;
            cursor:pointer;
            box-shadow:0 0 10px #0152ad;
        }

.indexAbout{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#0152ad;
}

.indexAboutLeft{
    width:50%;float:left;
}
.indexAboutLeft img{width:100%;}
.indexAboutRight{
    width:45%;float:left;
    padding-top:50px;
    margin-left:5%;
}
    .indexAboutRight h2{
        width:100%;
        height:80px;line-height:80px;
        font-size:28px;
        font-weight:bold;
        color:#fff;
    }
    .indexAboutRight h3 {
        width: 80%;
        height: 210px;overflow:hidden;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
    }
    .indexAboutRight div {
        width: 100%;
        height: auto;
        line-height:35px;
        margin-top:30px;
    }
     .indexAboutRight div a{
         display:inline-block;
         padding:0 30px;
         background-color:#fff;
         color:#0152ad;
         border-radius:5px;
         transition:all 0.5s;
     }
     .indexAboutRight div a:hover{
         background-color:#b0d5ff;
     }

.indexNews{
    width:100%;
    height:auto;overflow:hidden;
    margin-bottom:40px;
}
.indexNews_List {
    width: 29%;
    float: left;
    height: auto;
    overflow: hidden;
    margin: 10px 2%;
    border-radius:5px;
    transition:all 0.5s;
}
    .indexNews_List:hover {
        background: #f7f7f7;
        box-shadow:0 0 10px #999;
    }

    .indexNews_List .pic{
        width:100%;
        height:auto;overflow:hidden;
        margin-bottom:10px;
        text-align:center;
    }
        .indexNews_List .pic img{width:98%;height:200px;border-radius:5px;}
        .indexNews_List .list {
            width: 92%;
            height:auto;overflow:hidden;
            margin-left:auto;
            margin-right:auto;
            padding-bottom:20px;
        }
    .indexNews_List .list h2{
        width:100%;
        height:40px;line-height:40px;overflow:hidden;
        font-size:18px;
    }
        .indexNews_List .list div {
            width:100%;
            height:40px;overflow:hidden;
            line-height:20px;
            color: #999;
            font-size:12px;
        }
         .indexNews_List .line{
             width:0;
             height:1px;
             background-color:#0152ad;
             transition:all 0.5s;
         }
    .indexNews_List:hover .line {
        width: 100%;
    }

@media(max-width:720px) {

    .indexProduct_List li {
        width: 96%;
        float: left;
        height: auto;
        overflow: hidden;
        margin: 10px 2% 40px 2%;
        background: #fff;
        text-align: center;
        line-height: 40px;
        transition: all 0.5s;
    }

    .indexAboutLeft {
        width: 100%;
        float: left;
    }

    .indexAboutRight {
        width: 100%;
        float: left;
        padding-top: 20px;
        margin-bottom:40px;
    }
        .indexAboutRight h3 {
            width: 90%;
        }

    .indexNews_List {
        width:96%;
        float: left;
        height: auto;
        overflow: hidden;
        margin: 10px 2%;
        padding-bottom: 20px;
        border-radius: 5px;
        transition: all 0.5s;
    }
}