
.title{
    width: 1200px;
    height: 47px;
    margin: 0 auto;
    background: url('../image/jj.jpg') no-repeat;
}
.title p{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.content{
    width: 1200px;
    /* height: 700px; */
    margin: 0 auto;
}
.content_left{
    float: left;
    width: 254px;
    background: url('../image/leftbg.jpg');
}
.content_left ul li{
    width: 218px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
    border-left: 3px solid #c10806;
    background: url('../image/left-arrow.png') right center no-repeat ; 
}
.content_left ul li a{
    color: #464646;
    /* background-color: #f2f2f2; */
    background: url('../image/hbg.jpg') no-repeat;
    font-size: 16px;
    display: block;
    text-align: center;
}
.content_left ul li.on a{
    background: url('../image/redbg.jpg') no-repeat;
    color: #fff;
    font-size: 24px;
}
.content_left ul li a:hover{
    background: url('../image/redbg.jpg') no-repeat;
    color: #fff;
    font-size: 24px;
}
.content_right{
    float: right;
    width: 880px;
    overflow: hidden;
}
.content_right_p{
    font-size: 32px;
    color: #2b2b2b;
    text-align: center;
    font-weight: 600;
}
.p3{
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}




.logo_title{
    position: relative;
    line-height: 50px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #aeadad;
}
.logo_title:after{
    display: block;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 426px;
    width: 28px;
    height: 6px;
    background: #c10806;

}
.logo_title{
    margin-bottom: 35px;
    margin-top: 45px;
}
.content_right_logo{
    float: left;
    background-color: #e5e5e5;
    width: 160px;
    height: 75px;
    position: relative;
}
.content_right_logo:hover{
    box-shadow: 0 3px 9px 0 rgba(51,51,51,.7);
}


.card{
    width: 880px;
    height: 250px;
    background-color: white;
    border-radius: 4px;
    box-shadow: rgba(153, 153, 153, 0.2) 0px 8px 20px 0px;
}