﻿/*通用部分*/
.indexTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.indexTitle h2{
    font-size:36px;
    line-height:50px;
}
    .indexTitle h2 span {
        color: #00349a;
    }
    .indexTitle .subTitle {
        width:100%;
        height: 30px;
        overflow: hidden;
        position: relative;
    }
    .indexTitle .subTitle::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #eee;
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: -1;
    }
    .indexTitle .subTitle span {
        display: inline-block;
        padding: 0 20px;
        background-color: #fff;
        font-size: 24px;
        line-height: 25px;
        letter-spacing: 0px;
        text-transform:uppercase;
        color:#bcbcbc;
    }

.whiteColor{
    color:#fff;
}
.indexMore{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.indexMore a{
    display: inline-block;
    width:140px;
    height: 30px;line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    color:#333;
    margin-top:20px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.indexMore a:hover{
    background-color: #3965be;
    color:#fff;
    box-shadow: 0 0 10px #ccc;
}

/*产品开始*/
.indexProductNav{
    width:100%;
    text-align:center;
}
    .indexProductNav li {
        display:inline-block;
        padding:0 40px;
        height: 40px;overflow:hidden;
        background-color: #eee;
        line-height: 40px;
        text-align: center;
        color: #333;
        cursor: pointer;
        margin:10px 10px;
        transition:all 0.5s;
        border-radius: 30px;
    }
    .indexProductNav li:hover{
        background-color: #00349a;
        color:#fff;
    }
    .indexProductNav li:hover a{color:#fff;}
    .indexProductNav .active{
        background-color: #00349a;
        color:#fff;
    }

.indexProductList{
    width:100%;
    height:auto;overflow:hidden;
}
    .indexProductList li {
        width: 23%;
        float: left;
        margin: 20px 1%;
        transition:all 0.5s;
        text-align: center;
        height: auto;overflow: hidden;
        background-color: #fff;
        box-shadow: 0 0 10px #eee;
        border-radius: 10px;
    }
    .indexProductList li:hover{
        box-shadow:0 0 10px #ccc;
    }
    .indexProductList li .pic {
        width:100%;
        height: auto;overflow: hidden;
    }
    .indexProductList li .pic img{
        width:100%;
        transition: all 0.5s;
    }
    .indexProductList li:hover .pic img{
        transform: scale(1.1);
    }
    .indexProductList li:hover span{
        box-shadow: 0 0 10px #ccc;
        background: linear-gradient(0deg,#285fcb,#00349a);
    }
    .indexProductList li:hover .line{
        width:100%;
    }
    .indexProductList li h2 {
        width: 100%;
        height: 30px;overflow: hidden;
        line-height: 30px;
        overflow: hidden;
        text-align:center;
        font-size:16px;
        margin:15px auto;
    }
    .indexProductList li span{
        display: inline-block;
        background-color: #00349a;
        color:#fff;
        border-radius: 20px;
        padding:0px 20px;
        transition: all 0.5s;
    }
    .indexProductList li .line{
        display: block;
        width:0;
        height: 1px;
        background-color: #00349a;
        transition: all 0.5s;
        margin-top:20px;
    }
/*产品结束*/

/*公司简介*/
.indexAbout{
    width:100%;
    height: auto;overflow: hidden;
    background-color: #eee;
    padding:100px 0;
}
.indexAboutTitle{
    width:32%;float: left;
    margin-right: 2%;
    background-color: #00349a;
    background-image: url(../Images/indexAbutTitleBg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: auto;overflow: hidden;
    padding:50px 3%;
    border-radius: 20px;
    color:#fff;
}
.indexAboutTitle h2{
    font-size: 36px;
    line-height: 50px;
}
.indexAboutTitle h3{
    font-size: 20px;
    line-height: 35px;
    color:#8db4ff;
    text-transform: uppercase;
}
.indexAboutTitle s{
    display: block;
    width:60px;
    height: 1px;
    background-color: #6e91d5;
}
.indexAboutTitle a{
    display: block;
    width:120px;
    height: 30px;line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    color:#333;
    margin-top:30px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.indexAboutTitle a:hover{
    background-color: #3965be;
    color:#fff;
}
.indexAboutPic {
    width: 60%;
    float: left;
    height: auto;overflow: hidden;
    margin-bottom: 40px;
}
.indexAboutPic img{
    width:100%;
    border-radius: 20px;
}
.indexAboutContent{
    width:94%;
    height: auto;overflow: hidden;
    line-height: 30px;
    background-color: #fff;
    padding:30px 3%;
    border-radius: 20px;
}

/*新闻资讯*/
.indexPicNews{
    width:40%;float: left;
    margin-right: 5%;
}
.indexPicNews img{
    width:100%;
    border-radius: 10px;
}
.indexNewsList{
    width:55%;float: left;
    height: auto;overflow: hidden;
}
.indexNewsList li{
    width:92%;
    height: auto;overflow: hidden;
    margin:10px auto 30px auto;
    box-shadow: 0 0 10px #eee;
    padding:15px 2%;
    border-radius: 10px;
    transition: all 0.5s;
}
.indexNewsList li:hover{
    box-shadow:0 0 10px #ccc;
    background-color: #00349a;
    color:#fff;
}
.indexNewsList li:hover h2{
    color: #fff;
}
.indexNewsList li:hover h3{
    color:#c2c2c2;
}
.indexNewsList li h2{
    width:100%;
    height: 40px;line-height: 40px;
    overflow: hidden;
    font-size: 18px;
}
.indexNewsList li h3{
    width:100%;
    height: 40px;line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color:#999;
    margin:10px auto;
}

/*工程案例*/
.indexCase{
    width:100%;
    height: auto;
    overflow: hidden;
    background-image:url(../Images/indexCaseBg.jpg);
    padding:60px 0;
}
.indexCaseList{
    width:100%;
    height: auto;overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.indexCaseList .case{
    width:100%;
    height: auto;overflow: hidden;
    position: relative;
}
.indexCaseList .case img{
    width:100%;
    border-radius: 10px;
}
.indexCaseList .case h4{
    width:100%;
    height: 30px;overflow: hidden;
    line-height: 30px;
    background: rgba(0,0,0,0.5);
    color:#fff;
    position: absolute;
    bottom: -30px;
    left: 0;
    transition: all 0.5s;
}
.indexCaseList .case:hover h4{
    bottom:0;
}

@media(max-width:768px){

    /*通用部分*/
    .indexTitle h2{
        font-size:30px;
        line-height:50px;
    }
        .indexTitle .subTitle span {
            font-size: 20px;
        }

    /*产品开始*/
    .indexProductNav{
        width:100%;
        text-align:center;
    }
        .indexProductNav li {
            padding:0 20px;
            height: 30px;
            line-height: 30px;
            margin:5px 5px;
            border-radius: 30px;
        }
        .indexProductList li {
            width: 46%;
            margin:10px 2%;
        }
        .indexProductList li h2 {
            font-size:14px;
        }
    /*产品结束*/

    /*公司简介*/
    .indexAboutTitle{
        width:94%;
        margin-right: 0;
        padding: 30px 3%;
        margin-bottom: 10px;
    }
    .indexAboutTitle h2{
        font-size: 36px;
        line-height: 40px;
    }
    .indexAboutTitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .indexAboutPic {
        width: 100%;
        margin-bottom: 20px;
    }

    /*新闻资讯*/
    .indexPicNews{
        width:100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .indexNewsList{
        width:100%;
    }

}