.indexSec .HY_content_wrap{
    margin-bottom: 100px;
}

/*banner*/
.indexSec .banner{
    width: 100%;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.indexSec .banner> .banner_list{
    height:340px;
}

.indexSec .banner> .dot_ctrl{
    position:absolute;
    bottom:30px;
    height:10px;
    text-align:center;
    width:100%;
    z-index:9;
}

.indexSec .banner> .dot_ctrl  > a{
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#fff;
    margin:5px;
    transition:background-color 0.5s;
}

.indexSec .banner> .dot_ctrl  > a.active{
    background-color:#f64343;
}

.indexSec .banner .btn_ctrl{
    display:block;
    position:absolute;
    top:50%;
    width:60px;
    height:60px;
    margin-top:-30px;
    z-index:9;
    opacity:0;
    transition:opacity 0.5s;
    background-color: rgba(0,0,0,0.5) !important;
    padding: 10px 0;
}

.indexSec .banner .btn_ctrl.fadeIn{
    opacity:1;
}



.indexSec .banner> .banner_list{
    /*width:1920px;*/
    height:100%;
    background:url("banner_index.png")/*tpa=http://www.huiyuanjinfu.cn/images/banner_index.png*/ no-repeat center;
}
.indexSec .banner> .banner_list > ul{
    position:absolute;
    left:0;
    top:0;
    height:100%;
}

.indexSec .banner> .banner_list > ul > li{
    float:left;
    /*width:1920px;*/
    height:100%;
    background:url("banner.jpg")/*tpa=http://www.huiyuanjinfu.cn/images/banner.jpg*/center;
}

.indexSec .banner> .banner_list > ul > li > a{
    display:block;
    width:100%;
    height:100%;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

/*广告区域*/

.indexSec .content_box{
    margin-top: -100px;
    position: relative;

}
.indexSec .content_box ul{
    width: 100%;
}
.indexSec .content_box ul li{
    float: left;
    width: 33%;
    height: 250px;
    overflow: hidden;
}
.left_box{
    width: 35%;
}
.right_box{
    width: 60%;
}
.info_num{
    /*width: 150px;*/
    font-size: 72px;
    line-height: 1;
    margin-top: 5rem;
}
.info_txt{
    /*width: 200px;*/
    height:65px;
    text-align: left;
    /*border-bottom: 1px solid;*/
    margin-top: 5rem;
}
.info_txt span.line{
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
    margin-top: 0.8rem;
}
.info_txt p{
    line-height: 1.8;
}
.info_icon img{
    display: block;
    margin: 20px 0;
}



