.banner{
    position: relative;
    z-index: 0;
}

.title{
    padding: 25px 0;
    line-height: 50px;
    width: 100%;
}
.title h3{
    color: #a62e18;
    font-size: 30px;
    line-height: 50px;
}
.title h3 span{
    font-style: oblique;
    color: #999999;
    text-transform:uppercase;
}
.title a{
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.title a:before{
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #d2d2d2;
    left: 0;
    top: 50%;
    margin-top: -12px;
    position: absolute;
}

.one {
    padding: 30px 0 50px 0;
}
/* = 通用布局
-------------------------------------------------------------- */
.one .focusMain{ width:592px; position:relative; }
.one .focusArea{ width:592px;height:410px; position:relative; }
.one .focusCon{ width:592px; position:absolute; top:0;}
.one .focusItem{
    width:592px; height:410px;
    display:none; position:absolute; top:0; left:0;
}


.one .focusBtn{
    display:block;
    position:absolute;
    z-index: 9;
    bottom: 10px;
    width:47px;
    height:24px;
    line-height: 24px;
    cursor:pointer;
    color: #ffffff;
    text-align: center;
    background: #a62e18;
    right: 20px;
}
.one .focusPrev{
    right: 90px;

}
.one .focusNext{
    right: 40px;
}

.one .l_lb .img{
    height: 360px;
    position: relative;
}
.one .l_lb .img img{
    height: 100%;
    width: auto;
}

.one .l_lb .img .bq{
    position: absolute;
    left: -7px;
    top: 22px;
    display: block;
    height: 57px;
    background: url("../images/index/one_1.png")no-repeat left center;
}
.one .l_lb .img .tt{
    display: block;
    width: 170px;
    line-height: 48px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    color: #ffffff;
    padding-left: 37px;
    font-size: 20px;
    font-weight: inherit;
    background: #a62e18 url("../images/index/one_0.png")no-repeat 10px center;

}


.one .l_lb dd{
    width: 552px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    padding: 15px 20px 10px 20px;
    background-color: #f6f6f6;
    border-top: 4px solid #a62e18;
}
.one .l_lb dd h4{
    font-size:18px;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 19px;
}

.one .l_lb dd span{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}


.one .li{
    width: 742px;
}
.one .li li{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.one .li h4{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
    width: 97%;
}
.one .li span{
    font-size: 16px;
    color: #999999;
    position: relative;
}

.one .li span:after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #999999;
    float: right;
    margin-top: 8px;
}



.index .three{
    background-color: #f1f5f7;
    padding: 60px 0;
}
.index .three .left{
    width: 954px;
}
.index .three .left .text{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}


.index .three .left .ds{
    width: 368px;
    height: 157px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
}
.index .three .left .ds a{
    color: #ffffff;
}
.index .three .left .ss{
    background: url("../images/index/0.jpg")no-repeat;
}
.index .three .left .bs{
    background: url("../images/index/1.jpg")no-repeat;
}





.index .three .right{
    width: 344px;
    background-color: #ffffff;
    padding:10px 15px;
}
.index .three .right .bt{
    width: 250px;
    line-height: 44px;
    font-size: 22px;
    color: #ffffff;
    padding-left: 30px;
    margin-left: -26px;
    margin-bottom: 30px;
    background: linear-gradient(
            -135deg,
            transparent 22px,
            #a62e18 22px,
            #a62e18 100%
    )
    top right,
    linear-gradient(
            -45deg,
            transparent 22px,
            #a62e18 22px,
            #a62e18 100%
    )
    bottom right;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

.index .three .right li{
    margin-bottom: 15px;
}
.index .three .right li:last-child{
    margin-bottom: 0;
}
.index .three .right li a{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    line-height: 30px;
}
.index .three .right li a:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}




@media screen and ( max-width: 1200px ) {
    .banner{

    }

    .title{
        line-height: 36px;
        padding: 0;
        margin-bottom: 10px;
    }
    .title h3{
        font-size: 20px;
        line-height: 36px;
    }
    .title h3 span{

    }
    .title a{
        padding-left: 15px;
    }
    .title a:before{

    }

    .one {
        padding: 20px 10px;
    }
    /* = 通用布局
    -------------------------------------------------------------- */
    .one .focusMain{
        display: none;
    }
    .one .focusArea{ }
    .one .focusCon{ }
    .one .focusItem{

    }


    .one .focusBtn{

    }
    .one .focusPrev{


    }
    .one .focusNext{

    }

    .one .l_lb .img{

    }
    .one .l_lb .img img{

    }

    .one .l_lb .img .bq{

    }
    .one .l_lb .img .tt{


    }


    .one .l_lb dd{

    }
    .one .l_lb dd h4{

    }

    .one .l_lb dd span{

    }


    .one .li{
        width: 100%;
    }
    .one .li li{
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .one .li h4{
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .one .li span{
        font-size: 14px;
    }

    .one .li span:after{

    }



    .index .three{
padding: 20px 10px;
    }
    .index .three .left{
        width: 100%;
    }
    .index .three .left .text{
        line-height: 26px;
        margin-bottom: 15px;
    }


    .index .three .left .ds{
        height: 100px;
        font-size: 20px;
    }
    .index .three .left .ds a{
    }
    .index .three .left .ss{
    }
    .index .three .left .bs{

    }





    .index .three .right{
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }
    .index .three .right .bt{
        margin-left: -20px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .index .three .right li{
        margin-bottom: 10px;
    }
    .index .three .right li:last-child{

    }
    .index .three .right li a{

    }
    .index .three .right li a:before{

    }


}
















