/**
 *首页
 */

/*banner*/
.banner1{
    position: relative;
    z-index: 1;
    height: 482px;
    overflow: hidden;
}
.banner-inner{
    font-size: 0;
    zoom:1;
}
.banner-inner a{
    display: inline-block;
    float: left;
    height: 482px;
    overflow: hidden;
    color: #000000;
    font-size: 48px;
}
.hot{
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.hot a{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    vertical-align: middle;
    background: url("../images/icon/icon_banner_spot.png") no-repeat;
}
.hot a.active{
    width: 16px;
    height: 16px;
    background: url("../images/icon/icon_banner_spot_active.png") no-repeat;
}

/*集团产业*/
.homepage{
    padding-bottom: 50px;
}
.sub-navbar,.sub-navbar .wd{
    height: 255px;
    background-color: #f3f1f2;
    overflow: hidden;
}
.sub-navbar h3{
    margin: 30px 0 35px;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.sub-navbar h3 span{
    display: block;
    font-size: 14px;
    color: #888;
}

.sub-nav{
    font-size: 0;
}
.sub-nav a{
    display: inline-block;
    width: 159px;
    margin: 0 6px;
    padding: 30px 0 30px 70px;
    border-top: 3px solid #7e7e7e;
}
.sub-nav .dc{
    background: url("../images/icon/icon_dc.png") no-repeat 9px center;
}
.sub-nav .jc{
    background: url("../images/icon/icon_jc.png") no-repeat 9px center;
}
.sub-nav .gdzz{
    background: url("../images/icon/icon_gdzz.png") no-repeat 9px center;
}
.sub-nav .gkjxx{
    background: url("../images/icon/icon_gkjxx.png") no-repeat 9px center;
}
.sub-nav .lsfw{
    background: url("../images/icon/icon_lsfw.png") no-repeat 9px center;
}

.sub-nav h4{
    font-size: 16px;
    color: #555;
}
.sub-nav span{
    font-size: 12px;
    color: #9c9c9c;
}

.sub-nav .dc.active{
    background: url("../images/icon/icon_dc_active.png") no-repeat 9px center;
    border-top: 3px solid #1a78dc;
}
.sub-nav .jc.active{
    background: url("../images/icon/icon_jc_active.png") no-repeat 9px center;
    border-top: 3px solid #1a78dc;
}
.sub-nav .gdzz.active{
    background: url("../images/icon/icon_gdzz_active.png") no-repeat 9px center;
    border-top: 3px solid #1a78dc;
}
.sub-nav .gkjxx.active{
    background: url("../images/icon/icon_gkjxx_active.png") no-repeat 9px center;
    border-top: 3px solid #1a78dc;
}
.sub-nav .lsfw.active{
    background: url("../images/icon/icon_lsfw_active.png") no-repeat 9px center;
    border-top: 3px solid #1a78dc;
}
.sub-nav a.active h4{
    color: #014da3;
}
.industries-txt{
    display: inline-block;
    float: left;
    width: 640px;
    margin-top: 79px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 22px;
}
.industries-txt p{
    margin-top: 15px;
    /*text-indent: 2rem;*/
}
.fc9800{
    color: #104F97;
}
.industries-pic{
    display: inline-block;
    float: right;
    width: 490px;
    margin-top: 84px;
}
.industries-pic li{
    display: inline-block;
    float: left;
    width: 210px;
    height: 175px;
    padding: 0 0 30px 22px;
    text-align: center;
    overflow: hidden;
}
.industries-pic li img{
    width: 210px;
    height: 160px;
}
.industries-pic li span{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}


/*集团资讯*/
#news{

}
.news-tit{
    padding-left: 6px;
}
.news-tit h2{
    width: 150px;
    height: 24px;
    padding: 15px 0;
    line-height: 24px;
    font-size: 24px;
    color: #000;
    text-align: center;
    border-bottom: 3px solid #fc9800;
}
.news-con{
    width: 100%;
    padding: 78px 0 50px;
}
.banner2{
    position: relative;
    z-index: 1;
    width: 1168px;
    height: 280px;
    padding: 0 23px;
    overflow: hidden;
}
.banner2 ul{

}
.banner2 li{
    display: inline-block;
    float: left;
    width: 1214px;
    overflow: hidden;
}
.banner2 li a{
    display: inline-block;
    float: left;
    width: 266px;
    margin: 0 12px;
    overflow: hidden;
}
.banner2 li a span{
    display: block;
    width: 266px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.banner2 .hot{
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner2 .hot a{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    vertical-align: middle;
    background: url("../images/icon/icon_lunbo_spot.png") no-repeat;
}
.banner2 .hot a.active{
    background: url("../images/icon/icon_lunbo_spot_active.png") no-repeat;
}