@media screen and (min-width: 1200px){
    .content-auto {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .container {
        width: 1200px;
        margin: 0 auto;
    }
    .header_top{
        height: 140px;
        width: 100%;
        font-size: 26px;
    }
    .hello-title{
        text-align: right;
        height: 25px;
        line-height: 25px;
        margin-top: 5px;
        color: #666;
        font-size: 16px;
    }

    .hed img {
        display: inline-block;
        float: left;
        margin-top: 10px;
        margin-right: 13px;
    }
    .bg-jgjy {
        background: #9b0d14;
        height: 50px;
        position: relative;
    }
    .header-extra {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navout.jgjy {
        background: #9b0d14;
    }
    .header-extra .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .text-white {
        color: #fff;
    }

    .nav {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-between;
        font-size: 16px;
    }

    .addbtn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
    }
    .addbtn p:first-child {
        margin-right: 40px;
    }

    .addbtn p:nth-child(3) {
        margin-left: 40px;
        background: #aa3a21 url(https://www.jnsjgjyjt.com/img/gldbg.0d0384a4.png);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .addbtn p{
        background: #aa3a21 url(https://www.jnsjgjyjt.com/img/redbg.06c0eb46.png);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 3rem 0;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 36px;
        text-shadow: 0 2.65979px 5.31959px rgb(0 0 0 / 25%);
    }
    .content-left{
        width: 69%;
        float: left;
    }
    .content-right{
        width: 28%;
        float: right;
    }
    .content-t-left{
        width: 45%;
        float: left;
    }
    .content-t-right{
        width: 45%;
        float: right;
    }
    .top{
        margin-top: 20px;
    }

    .content-1-lt {
        width: 350px;
        float: left;
        overflow: hidden;
        margin-right: 20px;
        height: 250px;
    }
    .content-1-lt img{
        width: 100%;
    }









    .cytab {
        width: 500px;
        margin: 0 auto;
        height: 40px;
    }
    .cytab li.active {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAAbCAYAAABGDxCrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEnSURBVHgB7dbNbcJQEMTx3SW3JFIO9JGU4BSTUwpCgiqoAEqAOuAIJ4QfDGDwx3sFjDW/iyU4jtb+u2UsPqer66My4ZXsNwp/VSbU/g779WDc+fvXjwk3tw0ew8uNicYl5ykVxk2mccmda9/iORjX3b9NqEXxtayYooeYwrMzrmJqBB5XC93LVUzRa2IKuuMqpug1MQWdcRVT/KL4WlZM0WtiCp7jKqZGoHW18LpcxRS9dkzBa1zFFL12TMFzXMUUvyi+lhVT9NoxBbdxFVMj0LtauF+uYopeP6bgPq5iil4/puA2rmKKXxRfy4opev2Ygph9TCsTbsnWuZ8jUq3vLblkw+8txCT0vaXn9Sb3c1hyXS65Ux3Zcd/OZsvrXS9NaP0fd9lxL5sXTaZ4rKEwAAAAAElFTkSuQmCC) no-repeat 50%;
        background-size: 143px 38px;
        color: #fff;
    }
    .cytab li {
        list-style-type: none;
        display: block;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: #666;
        float: left;
        margin-left: 20px;
        width: 143px;
        height: 38px;
        cursor: pointer;
    }
    .cydiv {
        border: 1px solid #eee;
        min-height: 200px;
        padding: 20px;
    }
    .cydiv img {
        display: block;
        float: left;
        width: 180px;
        height: 76px;
        margin-left: 3%;
        margin-right: 1%;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .cybig img {
        display: block;
        float: left;
        width: 180px;
        height: 76px;
        margin-left: 3%;
        margin-right: 1%;
        margin-bottom: 10px;
        cursor: pointer;
        width: 509px; 
        height: 76px;
    }
    


    .zcbg-one{
        width: 50%;
        padding: 10px 0;
    }

    .m-navout{
        display: none;
    }

    .page_w{
        padding-top: 50px;
        margin-left: 30%;
    }
}

@media screen and (max-width: 1200px){
    .container{
        margin: 0 auto;
        width:100% ;
    }
    .header_top{
        padding: 10px 0;
        width: 100%;
    }
    .hello-title{
        display: none;
    }
    .header_top .header_logo img {
        height: 32px;
        margin: 0!important;
    }
    .isnone{
        display: none;
    }
    .navout{
        background: #9b0d14;
        height: 50px;
        position: relative;
    }
    .ivu-icon {
        display: inline-block;
        font-family: Ionicons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
    }
    .home {
        float: left;
        font-size: 28px;
        margin-left: 10px;
    }
    .btn-open {
        margin-top: 8px;
        background: #ce1b1e;
        color: #fff;
        border-radius: 5px;
        border: none;
        padding: 5px 10px;
        float: right;
        margin-right: 10px;
    }
    .addbtn{
        display: none;
    }

    .content-1-lt {
        width: 100%;
    }
    .content-1-lt img{
        width: 100%;
    }
    .zcbg-one{
        width: 100%;
        padding: 10px 0;
    }
    .cytab {
        width: 500px;
        height: 40px;
        margin-bottom: 20px;
    }
    .cytab li.active {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAAbCAYAAABGDxCrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEnSURBVHgB7dbNbcJQEMTx3SW3JFIO9JGU4BSTUwpCgiqoAEqAOuAIJ4QfDGDwx3sFjDW/iyU4jtb+u2UsPqer66My4ZXsNwp/VSbU/g779WDc+fvXjwk3tw0ew8uNicYl5ykVxk2mccmda9/iORjX3b9NqEXxtayYooeYwrMzrmJqBB5XC93LVUzRa2IKuuMqpug1MQWdcRVT/KL4WlZM0WtiCp7jKqZGoHW18LpcxRS9dkzBa1zFFL12TMFzXMUUvyi+lhVT9NoxBbdxFVMj0LtauF+uYopeP6bgPq5iil4/puA2rmKKXxRfy4opev2Ygph9TCsTbsnWuZ8jUq3vLblkw+8txCT0vaXn9Sb3c1hyXS65Ux3Zcd/OZsvrXS9NaP0fd9lxL5sXTaZ4rKEwAAAAAElFTkSuQmCC) no-repeat 50%;
        background-size: 143px 38px;
        color: #fff;
    }
    .cytab li {
        list-style-type: none;
        display: block;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        color: #666;
        float: left;
        margin-left: 20px;
        width: 143px;
        height: 38px;
        cursor: pointer;
    }
    .cydiv img {
        display: block;
        float: left;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
        cursor: pointer;
    }

    .p-navout{
        display: none;
    }
    .nav {
        margin: 0 auto;
    }
    .nav li {
        list-style-type: none;
        text-align: center;
        font-size: 16px;
        line-height: 50px;
    }
    .page_w{
        padding-top: 50px;
       text-align: right;
    }
}

