    body {
        max-width: 1920px;
        background-color: #f5f5f5;
    }
    
    .c {
        clear: both;
    }
    /*头部样式*/
    
    .banner3 {
        height: 499px;
    }
    
    #center {
        width: 1130px;
        margin-top: 60px;
        padding: 35px;
        background-color: #fff;
    }
    
    #center ul {
        overflow: hidden;
    }
    
    #center ul li {
        width: 100%;
        padding: 20px 0px;
        border-bottom: 1px dashed #e1e1e1;
        overflow: hidden;
    }
    
    #center ul li:first-child {
        padding-top: 0px;
    }
    
    .zhuan-img {
        width: 284px;
        height: 372px;
        margin-right: 30px;
        float: left;
        overflow: hidden;
    }
    
    .zhuan-img img {
        cursor: pointer;
        transition: all 0.6s;
    }
    
    .zhuan-img img:hover {
        transform: scale(1.2);
    }
    
    .zhuan-right {
        width: 796px;
        float: right;
        height: 372px;
        overflow: hidden;
    }
    
    .zhuan-r-top {
        border-bottom: 1px solid #e1e1e1;
        overflow: hidden;
    }
    
    .zhuan-top-left {
        width: 500px;
        float: left;
    }
    
    .zhuan-ming {
        text-align: left;
        font-family: 微软雅黑;
        font-size: 20px;
        color: #333;
        margin-top: 15px;
        margin-bottom: 24px;
    }
    
    .zhuan-ming span {
        font-size: 16px;
        color: #333;
    }
    
    .zhuan-shan {
        overflow: hidden;
        padding-bottom: 22px;
    }
    
    .zhuan-shan div {
        text-align: left;
        float: left;
        font-family: 微软雅黑;
        font-size: 16px;
        line-height: 30px;
        color: #333;
    }
    
    .zhuan-shan span {
        width: 84px;
        height: 30px;
        background-color: #0e2c74;
        border-radius: 5px;
        display: block;
        font-family: 微软雅黑;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        margin-right: 12px;
        float: left;
        color: #fff;
    }
    
    .zhuan-top-right {
        float: right;
    }
    
    .zhuan-top-right span {
        display: block;
        width: 71px;
        height: 36px;
        border: 1px solid #0e2c74;
        border-radius: 5px;
        font-family: 微软雅黑;
        color: #0e2c74;
        font-size: 14px;
        line-height: 36px;
        padding-left: 45px;
        background: url(../images/zhuan-liao.jpg) no-repeat 14px 8px;
    }
    
    .zhuan-top-right a:hover {
        text-decoration: none;
    }
    
    .zhuan-r-bottom h4 {
        font-family: 微软雅黑;
        color: #333;
        font-size: 16px;
        padding: 10px 0px;
    }
    
    .zhuan-r-bottom {
        font-family: 微软雅黑;
        color: #333;
        font-size: 14px;
        text-align: left;
        line-height: 26px;
    }
    
    .lage {
        margin: 50px auto;
    }
    
    .lage ul {
        overflow: hidden;
        width: 420px;
        margin: 0 auto;
    }
    
    .lage ul li {
        width: auto !important;
        float: left;
        height: 40px !important;
        padding: 0px 18px !important;
        font-family: 微软雅黑;
        font-size: 14px;
        line-height: 40px;
        border: 1px solid #e9e8e8;
        border-bottom: 1px solid #e9e8e8 !important;
        color: #656666;
    }
    
    .lage ul li.on {
        background-color: #0e2c74;
        border: 1px solid #0e2c74;
        color: #fff;
    }