.indexBanner{
    width:100%;
    height:auto;overflow:hidden;
}

.indexTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.indexAboutList {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #e1e0e0;
    border-bottom: 1px solid #e1e0e0;
    padding:30px 0;
}
.indexAboutList li{
    width:20.5%;float:left;
    margin:0 0 0 1%;
}

.indexAboutList .line {
    width: 2%;
    height:30px;
    border-right: 1px solid #e1e0e0;
    margin-right:1%;
    margin-top:30px;
}
.indexAboutListLeft {
    width:75%;float:left;
}
.indexAboutListLeft h3{
    width:100%;
    height:50px;overflow:hidden;
    line-height:50px;
    font-size:40px;
    font-weight:bold;
    color:#000;
}
    .indexAboutListLeft h3 span {
        display:inline-block;
        height:50px;
        font-size: 15px;
        font-weight: normal;
        line-height:20px;
        color:#666;
        margin-left:5px;
    }
.indexAboutListLeft h4{
    line-height:30px;
}

.indexAboutListRight{
    width:25%;float:left;
    text-align:center;
}
.indexAboutListRight img{
    max-width:90%;
}

.indexAboutLeft{
    width:48%;float:left;
    margin-right:7%;
}
.indexAboutLeft h2{
    width:100%;
    line-height:50px;
    font-size:25px;
    color:#000;
}
    .indexAboutLeft h3 {
        width: 100%;
        height:auto;overflow:hidden;
        line-height: 28px;
        font-size: 15px;
        color: #333;
        margin:30px auto;
    }
    .indexAboutLeft div {
        display: inline-block;
        background-color: #093ab9;
        color:#fff;
        padding:0 30px;
        line-height:40px;
        transition:all 0.5s;
    }
        .indexAboutLeft div:hover {
            background-color: #dc4038;
        }

    .indexAboutRight {
        width: 45%;
        float: left;
    }
.indexAboutRight img{
    max-width:100%;
}

/*案例*/
.indexCase {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../Images/indexCaseBg.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:contain;
    padding-top:100px;
}
.indexCaseTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.indexCaseTitle h2{
    width:80%;float:left;
    line-height:50px;
    color:#fff;
    font-size:35px;
}
.indexCaseTitle div{
    width:20%;float:left;
    text-align:right;
}
    .indexCaseTitle div a{
        color:#fff;
        border:1px solid #fff;
        padding:2px 10px;
        font-size:12px;
        display:inline-block;
    }

.indexCaseList{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
.indexCaseList .swiper-slide img{
    width:100%;
}

/*产品*/
.indexProductNav {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.indexProductNav li{
    width:49%;float:left;
    margin:0 1% 0 0;
}
.indexProductNav li:nth-child(2){
    width:49%;
    margin:0 0 0 1%;
}
.indexProductNav li img{
    width:100%;
}
.indexProductList{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}

.indexProduct{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
.indexProductName{
    width:90%;
    height:50px;line-height:50px;overflow:hidden;
    background-color:#fff;
    position:absolute;
    left:0;
    top:0;
    font-size:20px;
    font-weight:bold;
    border-bottom-right-radius:30px;
    text-align:center;
}
.indexProductSubList {
    width: 90%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 5%;
    top: 60px;
}
.indexProductSubList li{
    width:18%;float:left;
    margin:10px 1%;
    transition:all 0.5s;
}
.indexProductSubList li:hover{
    box-shadow:0 0 10px #093ab9;
}
.indexProductSubList li img{
    border-radius:10px;
    width:100%;
}
.indexProductPic{
    width:100%;
}
.indexProductPic img{
    width:100%;
}



/*新闻*/
.indexNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #edf0f2;
    padding: 60px 0;
}

.indexNewsList{
    width:100%;
    height:auto;overflow:hidden;

}
.indexNewsList li{
    width:23%;float:left;
    margin:10px 1%;
    transition:all 0.5s;
}
.indexNewsList li:hover{
    background-color:#f8f8f8;
}
.indexNewsList li:hover h2{
   color:#093ab9;
}
.indexNewsList li:hover h5{
    width:100%;
}

.indexNewsList li div{
    width:100%;
}
    .indexNewsList li div img{
        width:100%;
        height:240px;
    }
    .indexNewsList li h3 {
        width: 100%;
        line-height: 30px;
        color: #9c9c9c;
        font-size:14px;
        margin:0 auto;
    }
    .indexNewsList li h2 {
        width: 100%;
        height: 50px;
        line-height: 25px;
        color: #151515;
        margin: 0 auto;
        font-size:15px;
    }
    .indexNewsList li h4 {
        width: 100%;
        line-height: 30px;
        color: #747474;
        margin: 0 auto 10px auto;
    }
        .indexNewsList li h5{
            width:0;
            height:1px;
            background-color:#093ab9;
            transition:all 0.5s;
        }

        .indexNewsMore {
            width: 100%;
            text-align: center;
        }
    .indexNewsMore a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        background-color: #093ab9;
        color: #fff;
        padding: 0 40px;
        transition:all 0.5s;
    }
    .indexNewsMore a span {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        display: inline-block;
    }
            .indexNewsMore a:hover{
                background-color:#dc4038;
            }

@media(max-width:720px) {
        .indexAboutList li {
            width: 99%;
            float: left;
            margin: 0 0 20px 1%;
            border-bottom:1px solid #eee;
            padding-bottom:20px;
        }

        .indexAboutList .line {display:none;}

    .indexAboutLeft {
        width: 100%;
        float: left;
        margin-right:0;
        margin-bottom:30px;
    }
    .indexAboutRight {
        width: 100%;
        float: left;
    }

    /*案例*/
    .indexCase {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image: url(../Images/indexCaseBg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-top: 50px;
    }

    .indexCaseTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .indexCaseTitle h2 {
            width: 100%;
        }

        .indexCaseTitle div {
            width: 100%;
        }


    /*产品*/
    .indexProductNav {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .indexProductNav li {
            width: 100%;
            float: left;
            margin: 0 0 10px 0;
        }

            .indexProductNav li:nth-child(2) {
                width: 100%;
                margin: 0;
            }

    .indexProductList {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .indexProduct {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .indexProductName {
        width: 90%;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        font-weight: bold;
        border-bottom-right-radius: 30px;
        text-align: center;
    }

    .indexProductSubList {
        width: 90%;
        height: auto;
        overflow: hidden;
        position: absolute;
        left: 5%;
        top: 60px;
    }

        .indexProductSubList li {
            width: 18%;
            float: left;
            margin: 10px 1%;
            transition: all 0.5s;
        }

            .indexProductSubList li:hover {
                box-shadow: 0 0 10px #093ab9;
            }

            .indexProductSubList li img {
                border-radius: 10px;
                width: 100%;
            }



    /*新闻*/
        .indexNewsList li {
            width: 98%;
            float: left;
            margin: 10px 1%;
            transition: all 0.5s;
        }

}