

/* banner */
    .fix-banner{
        background:url('../images/banner.jpg') center center no-repeat;
        background-size: cover;
    }
    .danger-con{
        padding: 40px 0;
    }
    .danger-con .left-con{
        width: 240px;
        background: url("../images/left_bg.jpg") left bottom no-repeat,#fff;
    }
    .danger-con .right-con{
        margin-left: 260px;
        background: #fff;
        padding: 30px 50px;
    }
    .danger-con .right-con .wrapper-item{
        display: none;
    }
    .danger-con .right-con .wrapper-item.active{
        display: block;
    }
    .left-con .top-list{
        height: 400px;
        border-bottom: 2px solid #ddd;
        box-sizing: border-box;
    }
    .left-con .top-title{
        padding: 30px 0 20px 30px;
        line-height: 24px;
        font-size: 16px;
        color: #999;
    }
    .left-con .top-title img{
        width: 17px;
        height: 20px;
        margin-right: 4px;
    }
    .left-con li>div{
        height: 40px;
        line-height: 40px;
        /* text-align: center; */
        padding-left: 70px;
        border-right: 6px solid transparent;
        font-size: 14px;
        cursor: pointer;
    }
    .left-con li:hover>div{
        color: #D60311;
    }
    .left-con li.active>div{
        background: rgba(244, 212, 215, .5);
        border-right: 6px solid #D60311;
        color: #D60311;
    }
    .left-con .bottom-title{
        padding:26px 0 14px 30px;
        font-size: 16px;
        color: #333;
        line-height: 24px;
        font-weight: bold;
        border-bottom: 1px solid rgba(221, 221, 221, .55);
    }
    .left-con .bottom-title img{
        vertical-align: sub;
        margin-right: 4px;
    }
    .bottom-con{
        padding: 30px 30px 16px;
        font-size: 14px;
        line-height: 22px;
    }
    .bottom-con .b-row .b-row-left{
        width: 76px;
    }
    .bottom-con .b-row .b-row-right{
        margin-left: 76px;
    }
    .bottom-con .kefu .b-row-left{
        color: #333;
    }
    .bottom-con .kefu .b-row-right{
        color: #D60311;
    }
    .bottom-con .tel{
        color: #666666;
        margin-top: 16px;
    }
/* 右侧内容 */
    .right-con .group-title{
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #333;
        padding-bottom: 18px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    .right-con .group-title .title-icon{
        width: 20px;
        height: 20px;
        margin-right: 14px;
        vertical-align: top;
    }
    .right-con .group-con{
        font-size: 14px;
        color: #999;
        line-height: 22px;
    }
    .group-con p{
        margin-bottom: 10px;
    }
    .group-con .sm-item{
        padding-bottom: 20px;
    }
    .group-con .sm-item:last-child{
        padding-bottom: 0;
    }
    .group-con .sm-item .sm-title i{
        margin-right: 10px;
        font-size: 14px;
    }
    .group-con .sm-item .sm-title{
        font-size: 14px;
        line-height: 20px;
        color: #333;
        margin-bottom: 14px;
    }
    .group-con .sm-item p{
        font-size: 14px;
        color: #999;
        line-height: 22px;
        text-align: justify;
    }
    .group-con .sm-item p i{
        font-size: 12px;
        line-height:14px;
        margin-right: 6px;
    }
    .group-con .sm-item .red-txt{
        color: #D60311;
    }
    .group-con .sm-item .jump-fapai{
        font-size: 14px;
        color: #0275CC;
        text-decoration: underline;
    }
    .group-con .red-txt img{
        width: 14px;
        height: 14px;
        vertical-align:baseline;
    }
	
	
@media only screen and (max-width:640px){	
.left-con .top-list{ height:auto}
.danger-con .left-con{ width:100%; height:auto}	
.danger-con .right-con{ width:100%; margin-left:0px; padding:10px}

}