/*新闻资讯*/
.indexNews{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#f8f8f8;
    padding:100px 0;
}
.indexNewsLeft{
    width:20%;float:left;
}
.indexNewsTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.indexNewsTitle h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height:50px;
    color:#e6e6e6;
    font-family:Arial;
    font-size:53px;
}
.indexNewsTitle s{
    width:100%;
    height:20px;overflow:hidden;
    background-image:url(../Images/line.gif);
    background-repeat:no-repeat;
    display:block;
    margin-top:20px;
}
.indexNewsTitle h3{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    color:#1a428d;
    font-size:30px;
}

.indexNewsNav{
    width:100%;
    height:auto;overflow:hidden;
    margin:80px auto;
}
.indexNewsNav li{
    width:50%;
    display:block;
    height:40px;line-height:40px;
    font-size:18px;
    transition:all 0.5s;
    border-bottom:2px solid #f8f8f8;
    margin-bottom:20px;
}
.indexNewsNav li:hover{
    border-bottom:2px solid #ff9604;
    color:#ff9604;
}
.indexNewsNav li:hover a{color:#ff9604;}

.indexNewsMore{
    width:100%;
    height:auto;overflow:hidden;
}
.indexNewsMore a{
    width:60px;
    height:60px;line-height:50px;
    display:inline-block;
    background-color:#ff9604;
    border-radius:50%;
    color:#fff;
    font-size:40px;
    text-align:center;
    transition:all 0.5s;
}
.indexNewsMore a:hover{
    background-color:#5d93f8;
    box-shadow:0 0 10px #ccc;
}

.indexNewsRight{
    width:80%;float:left;
}
.indexNewsRight li{
    width:42%;float:left;
    padding:40px 3%;
    margin:10px 1%;
    background-color:#5d93f8;
    transition:all 0.5s;
}
.indexNewsRight li:hover{
    background-color:#1a428d;
}

.indexNewsList{
    width:100%;
    height:auto;overflow:hidden;
}
.indexNewsListLeft{
    width:30%;float:left;
}
.indexNewsListLeft h3{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    color:#fff;
    font-size:30px;
    font-family:Arial;
}
.indexNewsListLeft h4{
    width:100%;
    height:20px;line-height:20px;overflow:hidden;
    color:#fff;
    font-family:Tahoma;
}
.indexNewsListLeft s{
    width:70%;
    height:1px;
    background-color:#fff;
    display:inline-block;
}

.indexNewsListRight{
    width:70%;float:left;
}
.indexNewsListRight h2{
    width:100%;
    height:60px;overflow:hidden;
    line-height:30px;
    font-size:16px;
    color:#fff;
}
.indexNewsListRight h3{
    width:100%;
    height:50px;overflow:hidden;
    line-height:25px;
    font-size:13px;
    color:#c7c7c7;
}


@media(max-width:900px){
    .indexNews{
        padding:50px 0;
    }
    .indexNewsLeft{
        width:100%;float:left;
    }
    .indexNewsNav{
        width:100%;
        height:auto;overflow:hidden;
        margin:30px auto;
    }
    .indexNewsRight{
        width:100%;float:left;
        margin-top:30px;
    }
    .indexNewsRight li{
        width:90%;float:left;
        padding:40px 4%;
        margin:10px 1%;
        background-color:#5d93f8;
        transition:all 0.5s;
    }
}
/*新闻资讯*/

/*子公司*/
.indexProduct{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#65b7ff;
    padding:100px 0;
}
.indexProductLeft{
    width:27%;float:left;
    margin-right:8%;
}
.indexProductTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.indexProductTitle h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height:50px;
    color:#fff;
    font-family:Arial;
    font-size:48px;
}
.indexProductTitle s{
    width:100%;
    height:20px;overflow:hidden;
    background-image:url(../Images/line.gif);
    background-repeat:no-repeat;
    display:block;
    margin-top:20px;
}
.indexProductTitle h3{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    color:#fff;
    font-size:30px;
}

.indexProductNav{
    width:100%;
    height:auto;overflow:hidden;
    margin:50px auto;
}
.indexProductNav li{
    width:100%;
    height:50px;line-height:50px;overflow:hidden;
    background-color:#fefefe;
    border-bottom-left-radius:30px;
    border-top-right-radius:30px;
    margin:20px auto;
    text-align:center;
    font-size:16px;
    transition:all 0.5s;
    cursor:pointer;
}
.indexProductNav li:hover{
    background-color:#1a428d;
    color:#fff;
}
.indexProductNav li:hover a{color:#fff;}
.indexProductNav .active{
    background-color:#1a428d;
    color:#fff;
}

.indexProductList{
    width:65%;float:left;
}
.indexProductListTitle{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
    border-top-left-radius:100px;
    border-bottom-right-radius:100px;
    margin-bottom:20px;
}
.indexProductListTitle .word{
    width:80%;
    left:10%;
    top:40px;
    position:absolute;
    color:#fff;
}
.indexProductListTitle .word h2{
    width:100%;
    height:80px;line-height:80px;overflow:hidden;
    font-size:30px;
    font-weight:bold;
}
.indexProductListTitle .word h3{
    width:100%;
    height:100px;line-height:25px;overflow:hidden;
    margin:20px auto;
}
.indexProductListTitle .word a{
    display:inline-block;
    padding:10px 40px;
    border-radius:8px;
    background-color:#fff;
    color:#1a428d;
    transition:all 0.5s;
}
.indexProductListTitle .word a:hover{
    background-color:#65b7ff;
    color:#fff;
}
.indexProductListTitle img{
    width:100%;
}
.indexProductListSub{
    width:100%;
    height:auto;overflow:hidden;
    margin:10px 0;
}
.indexProductListSubWord{
    width:43%;float:left;
    height:auto;overflow:hidden;
    background-color:#fff;
    padding:20px 3% 40px 3%;
    margin:0 1% 0 0;

    border-top-left-radius:30px;
}
.indexProductListSub h2{
    width:100%;
    height:30px;line-height:30px;overflow:hidden;
    font-size:24px;
}
.indexProductListSub h3{
    width:100%;
    height:30px;line-height:30px;overflow:hidden;
    font-size:20px;
    color:#999;
}
.indexProductListSub h4{
    width:100%;
    height:75px;line-height:25px;overflow:hidden;
    margin:20px auto;
    color:#1a428d;
    padding-bottom:20px;
}

.indexProductListSubPic{
    width:49%;float:left;
    margin:0 0 0 1%;
    height:290px;overflow:hidden;

    border-top-right-radius:30px;
}
.indexProductListSubPic img{
    width:100%;
}

.indexProductListSubWord2{
    width:43%;float:left;
    height:auto;overflow:hidden;
    background-color:#fff;
    padding:20px 3% 40px 3%;
    margin:0 0 0 1%;

    border-bottom-right-radius:30px;
}
.indexProductListSubPic2{
    width:49%;float:left;
    margin:0 1% 0 0;
    height:290px;overflow:hidden;

    border-bottom-left-radius:30px;
}
.indexProductListSubPic2 img{
    width:100%;
}
@media(max-width:900px){
    .indexProductLeft{
        width:100%;float:left;
        margin-right:0;
    }
    .indexProductNav{
        width:100%;
        height:auto;overflow:hidden;
        margin:20px auto;
    }
    .indexProductNav li{
        width:90%;
    }
    .indexProductList{
        width:100%;float:left;
        margin-top:30px;
    }
    .indexProductListTitle{
        background-color:#1a428d;
        padding-bottom:20px;
    }
    .indexProductListTitle img{display:none;}
    .indexProductListTitle .word{
        width:80%;
        position:relative;
        color:#fff;
        height:auto;overflow:hidden;
        margin:20px auto;
        left:2%;
        top:10px;
    }
    .indexProductListTitle .word h3{
        width:100%;
        height:auto;line-height:25px;overflow:hidden;
        margin:10px auto;
    }

    .indexProductListSubWord{
        width:94%;float:left;
        height:auto;overflow:hidden;
        background-color:#fff;
        padding:20px 3% 20px 3%;
        margin:0 0 0 0;

        border-top-left-radius:30px;
    }
    .indexProductListSubPic{
        width:100%;float:left;
        margin:0 0 0 0;
        height:auto;overflow:hidden;
        border-bottom-right-radius:30px;
        border-top-right-radius:0;
    }

    .indexProductListSubWord2{
        width:94%;float:left;
        height:auto;overflow:hidden;
        background-color:#fff;
        padding:20px 3% 20px 3%;
        margin:0 0 0 0;

        border-bottom-right-radius:30px;
    }
    .indexProductListSubPic2{
        width:100%;float:left;
        margin:0 0 0 0;
        height:auto;overflow:hidden;

        border-top-left-radius:30px;
        border-bottom-left-radius:0;
    }
}


/*行业分析*/
.indexAnalysisTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.indexAnalysisTitle h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height:50px;
    font-size:50px;
    font-family:Arial;
    color:#ccc;
}
.indexAnalysisTitle s{
    width:60px;
    height:4px;
    background-color:#ff9604;
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
}
.indexAnalysisTitle h3{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    color:#1a428d;
    font-size:30px;
}
.indexAnalysisList{
    width:100%;
    height:auto;overflow:hidden;
}
.indexAnalysisList li{
    width:20%;float:left;
    height:340px;overflow:hidden;
    position:relative;
}
.indexAnalysisListWord{
    width:90%;
    height:auto;overflow:hidden;
    text-align:center;
    position:absolute;
    top:80px;
    left:5%;
    color:#fff;
}
.indexAnalysisListWord img{
    width:80px;
}
.indexAnalysisListWord h3{
    width:100%;
    height:50px;line-height:50px;overflow:hidden;
    font-size:24px;
}
.indexAnalysisListWord h4{
    width:100%;
    height:60px;line-height:30px;overflow:hidden;
    color:#d7d7d7;
}

.indexAnalysisListBg{
    width:100%;
    height:400px;
    transition:all 0.5s;
    position:absolute;
    top:0;
    left:0;
    background:rgba(18,114,0,0.3);
}
.indexAnalysisList li:hover .indexAnalysisListBg{
    height:0px;
}

.indexAnalysisListImg{
    width:100%;
}
.indexAnalysisListImg img{
    width:100%;
}
.indexAnalysisMore{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.indexAnalysisMore a{
    width:60px;
    height:60px;line-height:50px;
    display:inline-block;
    background-color:#ff9604;
    border-radius:50%;
    color:#fff;
    font-size:40px;
    text-align:center;
    transition:all 0.5s;
}
.indexAnalysisMore a:hover{
    background-color:#5d93f8;
    box-shadow:0 0 10px #ccc;
}

@media(max-width:900px){
    .indexAnalysisList li{
        width:90%;float:left;
        height:340px;overflow:hidden;
        position:relative;
        margin:0 5%;
    }
}
/*行业分析*/


/*关于我们*/
.indexAbout{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(../Images/indexAboutBg.jpg);
    background-position:center;
    padding:100px 0;
}
.indexAboutTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.indexAboutTitle h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height:50px;
    font-size:50px;
    font-family:Arial;
    color:#fff;
}
.indexAboutTitle s{
    width:60px;
    height:4px;
    background:rgba(255,255,255,0.5);
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
}
.indexAboutTitle h3{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    color:#fff;
    font-size:30px;
}
.indexAboutContent{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
.indexAboutContent .content{
    width:65%;
    height:auto;overflow:hidden;
    background-color:#fff;
    padding:50px 20% 50px 5%;
    border-radius:50px;
    color:#1a428d;
    margin-top:30px;
    margin-bottom:50px;
    line-height:30px;
}
.indexAboutContent .pic{
    position:absolute;
    top:10px;
    right:0;
}
.indexAboutContent .more{
    width:100%;
    height:auto;overflow:hidden;
    position:absolute;
    bottom:10px;
    left:40px;
}
.indexAboutContent .more a{
    width:60px;
    height:60px;line-height:50px;
    display:inline-block;
    background-color:#ff9604;
    border-radius:50%;
    color:#fff;
    font-size:40px;
    text-align:center;
    transition:all 0.5s;
}
.indexAboutContent .more a:hover{
    background-color:#5d93f8;
    box-shadow:0 0 10px #ccc;
}

@media(max-width:1024px)
{
    .indexAboutContent .content{
        width:500px;
        height:auto;overflow:hidden;
        background-color:#fff;
        padding:50px 320px 50px 50px;
        border-radius:50px;
        color:#1a428d;
        margin-top:30px;
        margin-bottom:50px;
        line-height:30px;
    }
    .indexAboutContent .pic{
        position:absolute;
        top:60px;
        right:0;
    }
}

@media(max-width:900px){
    .indexAboutContent .content{
        width:80%;
        height:478px;overflow:hidden;
        background-color:#fff;
        padding:30px 10% 40px 10%;
        border-radius:50px;
        color:#1a428d;
        margin-top:30px;
        margin-bottom:50px;
        line-height:30px;
    }
    .indexAboutContent .pic{display:none;}
    .indexAboutContent .more{
        width:100%;
        height:auto;overflow:hidden;
        position:absolute;
        bottom:10px;
        left:40px;
    }
}