/*ͨ公用*/
.indexTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.indexTitle h2{
    font-size:30px;
    font-weight:bold;
    line-height:50px;
    color:#000;
}
    .indexTitle h3 {
        font-size: 16px;
        line-height: 30px;
        color:#999;
    }

.indexWhiteTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .indexWhiteTitle h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 50px;
        color: #fff;
    }

    .indexWhiteTitle h3 {
        font-size: 16px;
        line-height: 30px;
        color: #f1f1f1;
    }


/*顶部*/
#top{
    width:100%;
    height: 40px;
    overflow: hidden;
    position: fixed;
    top:0;
    left: 0;
    background-color: rgb(255,255,255,0.8);
    padding:20px 0;
}
.topLogo{
    width:40%;float: left;
}
.topLogo img{
    max-width: 70%;
    max-height: 40px;
}
.topTel{
    width:60%;float: left;
    text-align: right;
    line-height: 40px;
    color:#008cd6;
    font-size: 18px;
    font-weight: bold;
}
.topTel img{vertical-align: middle;max-width: 40px;}
#topPadding{
    width:100%;
    height: 80px;
}
.banner{
    width:100%;
    height:auto;overflow:hidden;
}
.banner img{
    width: 100%;
}


.indexProjectList{
    width:100%;
    height:auto;overflow:hidden;
}
    .indexProjectList li {
        width: 20%;
        float: left;
        margin: 15px 1%;
        padding: 20px 1%;
        background-color: #f7fcff;
        border: 1px solid #b8e6ff;
        border-radius: 10px;
        transition:all 0.5s;
    }
      .indexProjectList li:hover{
          box-shadow:0 0 10px #ccc;
      }
    .indexProjectList li div img{
        width:40px;
    }
    .indexProjectList li h2{
        font-size:16px;
        line-height:30px;
    }
    .indexProjectList li s{
        width:40px;
        height:2px;
        background-color:#008cd6;
        display:block;
    }
        .indexProjectList li h3 {
            height:40px;overflow:hidden;
            font-size: 13px;
            line-height: 20px;
            color:#666;
            margin:10px auto;
        }

.indexProblem {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #008cd6;
}
.indexProblemList {
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .indexProblemList li {
        width: 19%;
        float: left;
        margin: 15px 2%;
        padding: 10px 1%;
        transition: all 0.5s;
    }

        .indexProblemList li:hover {
            box-shadow: 0 0 10px #ccc;
            border-radius: 10px;
        }

        .indexProblemList li div img {
            width: 80px;
            margin-bottom:10px;
        }

        .indexProblemList li h3 {
            font-size: 18px;
            line-height: 30px;
            color: #fff;
        }

        .indexProblemList li h4 {
            height: 40px;
            overflow: hidden;
            font-size: 13px;
            line-height: 20px;
            color: #b7e6ff;
            margin: 10px auto;
        }

.indexChooseList{
    width:100%;
    height:auto;overflow:hidden;
}
    .indexChooseList li {
        width: 27%;
        float: left;
        margin: 15px 2%;
        padding: 20px 1%;
        box-shadow:0 0 10px #eee;
        border-radius: 10px;
        transition: all 0.5s;
        text-align:center;
    }

        .indexChooseList li:hover {
            box-shadow: 0 0 10px #ccc;
        }

        .indexChooseList li div img {
            width: 50px;
        }

        .indexChooseList li h2 {
            font-size: 18px;
            line-height: 30px;
        }

        .indexChooseList li h3 {
            height: 50px;
            overflow: hidden;
            font-size: 14px;
            line-height: 25px;
            color: #666;
            margin: 10px auto;
        }


/*bottom*/
.bottom{
    width:100%;
    height: auto;overflow: hidden;
    background-color: #0a1f33;
    color:#fff;
    padding:40px 0 20px 0;
}
.bottom a{color:#999;}
.bottomContact{
    width:100%;
    height: auto;overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #05111e;
}
.bottomLogo{
    width:50%;float:left;
    line-height: 30px;
    letter-spacing: 2px;
}
.bottomLogo img{
    max-height: 40px;
    max-width: 50%;
}
.bottomContactList{
    width:50%;float:left;
}

.bottomContactList li {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-indent: 10px;
}
.bottomContactList li img{
    width:18px;
    vertical-align: middle;
}


.bottomCopy{
    width:100%;
    height: auto;overflow: hidden;
    border-top: 1px solid #284a6e;
    padding-top:20px;
    text-align:center;
}

@media(max-width: 768px){
    .indexProjectList li {
        width: 39%;
        margin: 15px 2%;
        padding: 20px 3%;
    }
    .indexProjectList li h2{
        font-size:16px;
        height: 40px;overflow: hidden;
        line-height:20px;
        margin-bottom: 5px;
    }

    .indexProblemList li {
        width: 94%;
        float: left;
        margin: 15px 2%;
        padding: 10px 1%;
        transition: all 0.5s;
        border-bottom: 1px solid #eee;
    }

    .indexChooseList li {
        width: 42%;
        margin: 15px 2%;
        padding: 20px 2%;
    }

        .indexChooseList li:hover {
            box-shadow: 0 0 10px #ccc;
        }

        .indexChooseList li div img {
            width: 50px;
        }

        .indexChooseList li h2 {
            font-size: 16px;
            line-height: 25px;
        }

        .indexChooseList li h3 {
            height: 40px;
            line-height: 20px;
            margin: 5px auto;
        }


    /*bottom*/
    .bottom{
        text-align: center;
    }
    .bottomLogo{
        width:100%;float:left;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .bottomContactList{
        width:100%;float:left;
    }

}