/* 1366适配 */
@media only screen and (min-width: 1200px) and (max-width: 1530px) {
    .box-1440{
        width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
    } 
    .header_img .box-1440 {
        left: calc(50% - 600px);
    }
.content1{
height:590px;
}
    .content1 .box-1440{
        width: 1200px;
        min-width: 1200px;
        left: calc(50% - 600px);
        padding: 40px 30px 30px 30px;
        height: 690px;
    }
    .content1_top a{
        width: 353px;
        height: 150px;
        margin-left: 40px;
    }
    .content1_bottom_left {
        width: 650px;
    }
    .content1_bottom_right {
        width: 450px;
    }
    .content1_bottom_ul li a{
        max-width: 72%;
    }
    .content2 .box-1440{
        padding: 0 40px;
    }
    .content2_zy {
        max-width: 990px;
    }
    .content2_right{
        margin-left: 20px;
    }
    .old_zxjy{
      margin-left: 10px;
    }
.content1_bottom_left .old_zxjy a{ margin-left: 0;}
}