.indexAbout_Left{
    width:50%;float:left;
    margin-right:2%;
}
.indexAbout_Left .title{
    width:80%;
    height:auto;overflow:hidden;
    border-left:4px solid #017dc5;
    padding-left:1%;
    line-height:30px;
}
.indexAbout_Left .title h3{
    font-size:20px;color:#999;
}
.indexAbout_Left .title h2{
    font-size:28px;
}
.indexAbout_Left .content{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
}
.indexAbout_Left .more{
    width:100%;
}
.indexAbout_Left .more div{
    width:180px;
    height:40px;line-height:40px;
    background:#017dc5;
    color:#fff;
    text-align:center;
    border-radius:20px;
}
.indexAbout_Left .more div:hover{
    background:#61c5ff;
}
.indexAbout_Right{
    width:48%;float:left;
    padding-top:40px;
}
.indexAbout_Right img{width:100%;}

.indexService{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(../Images/indexservice_bg.jpg);
    background-repeat:no-repeat;
    background-position:top;
    padding-top:30px;
}
.indexService_Title{
    width:100%;
    height:auto;overflow:hidden;
    color:#fff;
    text-align:center;
    line-height:30px;
}
.indexService_Title h2{
    font-size:30px;
}
.indexService_Title h3{
    font-size:18px;
}
.indexService_Title div{
    width:100px;
    height:2px;
    background:#fff;
    margin:10px auto;
}
.indexService_Content{
    width:98%;
    height:auto;overflow:hidden;
    background:#fff;
    padding:20px 1% 40px 1%;
}
.indexService_Content li{
    width:33.33%;float:left;
    height:300px;overflow:hidden;
}
.indexService_Content li:hover{
    background:#f8f8f8;
}
.indexService_List{
    width:99%;
    height:299px;overflow:hidden;
    text-align:center;
    border-bottom:1px solid #eee;
}
.indexService_List img{width:70px;}
.indexService_List h4{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px 0 0 0;
}
    .indexService_List h3 {
        width:100%;
        height:30px;line-height:30px;overflow:hidden;
        font-size: 18px;
    }
    .indexService_List h5 {
        width: 90px;
        border-bottom: 2px solid #f57617;
        background: #f57617;
        height: 3px;
        margin:10px auto 20px auto;
        border-radius:5px;
    }
.indexService_List div{
    width:90%;
    height:75px;overflow:hidden;
    line-height:25px;
    margin:0 auto;
    font-size:13px;
}

.indexService_Content .indexService_More{
    width:100%;
    height:100px;
    background:#017dc5;
    text-align:center;
    padding:100px 0;
    line-height:50px;
    color:#fff;
}
.indexService_Content .indexService_More:hover{background:#61c5ff;}
.indexService_Content .indexService_More h3{font-size:30px;}
.indexService_Content .indexService_More h4{font-size:20px;}

.indexCustomers_Title{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    line-height:30px;
}
.indexCustomers_Title h2{
    font-size:30px;
}
.indexCustomers_Title h3{
    font-size:18px;
    color:#999;
}
.indexCustomers_Title div{
    width:150px;
    height:3px;
    background:#f57617;
    margin:5px auto 30px auto;
}

@media(max-width:750px){
    .indexAbout_Left{
        width:100%;
    }

    .indexAbout_Right{
        width:100%;
        padding-top:10px;
    }
    .indexAbout_Right img{width:100%;}

    .indexService_Content li{
        width:49%;float:left;
        height:180px;overflow:hidden;
    }
    .indexService_List{
        width:99%;
        height:179px;overflow:hidden;
        text-align:center;
        border-bottom:1px solid #eee;
    }
    .indexService_List img{width:50px;}
    .indexService_List h4{
        width:100%;
        height:auto;overflow:hidden;
        margin:10px 0 0 0;
    }
        .indexService_List h3 {
            width:100%;
            height:30px;line-height:30px;overflow:hidden;
            font-size: 15px;
        }
        .indexService_List h5 {
            width: 40%;
            border-bottom: 2px solid #f57617;
            background: #f57617;
            height: 3px;
            margin:5px auto 5px auto;
            border-radius:5px;
        }
    .indexService_List div{
        width:90%;
        height:60px;overflow:hidden;
        line-height:20px;
        font-size:12px;
    }

    .indexService_Content .indexService_More{
        width:100%;
        height:60px;
        background:#017dc5;
        text-align:center;
        padding:60px 0;
        line-height:30px;
        color:#fff;
    }
        .indexService_Content .indexService_More h3 {
            font-size: 20px;
        }

        .indexService_Content .indexService_More h4 {
            font-size: 14px;
        }
}