.margin {
    margin: 0 auto;
    width: 1200px
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.cxzx {
    margin-top: 60px
}

.cxzx h1 {
    font: 38px/116px "";
    color: #434343
}

.cxzx .zx {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cxzx .zx .gsdt {
    width: 100%;
    margin-top: 6px
}

.cxzx .zx .gsdt .gsdt-l i {
    width: 6px;
    height: 20px;
    background-color: #9b7649;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px
}

.cxzx .zx .gsdt .gsdt-l span {
    font: 20px/52px "";
    color: #000
}

.cxzx .zx .gsdt .gsdt-r a {
    font: 14px/52px "";
    color: #000
}

.cxzx .zx .zx-left {
    width: 434px;
    min-height: 372px;
    border: 1px solid #f2e5d4
}

.cxzx .zx .zx-left .more {
    padding: 0 25px
}

.cxzx .zx .zx-left .more p {
    text-align: left;
    font: 16px/38px ""
}

.cxzx .zx .zx-left .more p a {
    color: #000
}

.cxzx .zx .zx-right {
    width: 740px;
    border: 1px solid #f2e5d4
}

.cxzx .zx .zx-right .gsdt {
    padding: 0 25px
}

.cxzx .zx .zx-right .gsdt .gsdt-l b {
    font-style: normal;
    font-weight: 100;
    color: #1b1a18;
    margin-left: 18px
}

.table > tbody > tr > td {
    padding: 9px
}

.table-striped > tbody > tr:nth-child(2n) > td {
    background-color: #f0e9df
}

.table > thead > tr > th {
    border-bottom: 1px solid #9b7747;
    text-align: center
}

.ljjp {
    width: 100%;
    min-height: 612px;
    background-color: #fef9f3
}

.ljjp h1 {
    font: 38px/100px "";
    color: #434343
}

.ljjp .jpUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ljjp .jpUl li {
    width: 275px
}

.ljjp .jpUl li a {
    display: block
}

.ljjp .jpUl li a .picture {
    position: relative;
    overflow: hidden
}

.ljjp .jpUl li a .picture img {
    width: 275px;
    height: 380px
}

.ljjp .jpUl li a .picture .mc {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 275px;
    height: 380px;
    background-color: #000;
    opacity: 0.5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.ljjp .jpUl li a .picture .mc p {
    font: 24px/380px "";
    color: #fff
}

.ljjp .jpUl li a .p {
    width: 180px;
    height: 58px;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    margin: 26px auto 0;
    border: 1px solid #9b7747;
    font: 22px/58px "";
    color: #9b7747
}

.tulu {
    padding-bottom: 100px
}

.tulu h1 {
    font-size: 38px;
    margin-top: 66px;
    color: #434343
}

.tulu .a {
    font: 16px/36px ""
}

.tulu .a a {
    float: right;
    color: #9b7747
}

.tulu .tlUl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 14px
}

.tulu .tlUl li {
    width: 275px;
    margin-right:2%;
}

.tulu .tlUl li {
    width: 275px;
    display: block;
    box-shadow: 0px 0px 10px #dfd1b6
}

.tulu .tlUl li img {
    width: 275px;
    height: 359px
}

.tulu .tlUl li p {
    overflow: hidden;
    margin-top: 18px;
    padding-bottom: 12px;
    font-size: 24px;
    color: #4f4e4c;
    text-align: center
}

footer {
    border-top: 1px solid #d1b085
}

footer .foot-left {
    margin-left: 30%;
    margin-top: 30px
}

footer .foot-left img {
    width: 90px;
    height: 90px
}

footer .foot-left p img {
    width: 105px;
    height: 65px
}

footer .foot-right {
    margin-left: 10%;
    margin-top: 30px;
    font: 16px/36px "";
    color: #666;
    text-align: left
}

.erweima {
    display: none;
    position: fixed;
    left: 15%;
    bottom: 200px
}

.erweima img {
    width: 215px;
    height: 215px
}

.banquan {
    width: 100%;
    min-height: 24px;
    background-color: #f4e5c4;
    font: 14px/24px "";
    color: #946c3b
}

@media screen and (max-width: 1200px) {
    .margin {
        margin: 0 auto;
        width: 960px
    }

    .cxzx .zx .zx-left {
        width: 100%;
        margin-top: 10px
    }

    .cxzx .zx .zx-right {
        width: 100%;
        margin-top: 10px
    }

    .ljjp {
        width: 100%;
        padding-bottom: 30px;
        min-height: 612px;
        background-color: #fef9f3;
    }
    .ljjp h1{
        font: 38px/100px "";
        color: #434343;
    }
    .ljjp .jpUl li {
        width: 50%;
        margin-top: 20px
    }

    .ljjp .jpUl li a {
        display: block;
        width: 275px;
        margin: 0 auto
    }

    .ljjp .jpUl li a .picture {
        overflow: hidden
    }

    .ljjp .jpUl li a .picture img {
        width: 275px;
        height: 380px;
        position: relative
    }

    .ljjp .jpUl li .p {
        width: 180px;
        height: 58px;
        border-radius: 29px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        margin: 26px auto 0;
        border: 1px solid #9b7747;
        font: 22px/58px "";
        color: #9b7747
    }

    .tulu .tlUl li {
        width: 46%;
        margin-top: 10px
    }

    .tulu .tlUl li a {
        display: block;
        margin: 0 auto
    }

    footer {
        width: 100%;
        border-top: 1px solid #d1b085;
        text-align: center
    }

    footer .foot-right {
        margin-left: 5%
    }

    footer .foot-left {
        margin-left: 5%
    }
}

@media screen and (max-width: 992px) {
    .margin {
        margin: 0 auto;
        width: 740px
    }
}

@media screen and (max-width: 768px) {
    .margin {
        margin: 0 auto;
        width: auto
    }

    .ljjp {
        width: 100%;
        padding-bottom: 30px
    }

    .ljjp .jpUl li {
        width: 50%;
        margin-top: 20px
    }

    .ljjp .jpUl li a {
        display: block;
        width: 80%;
        margin: 0 auto
    }

    .ljjp .jpUl li a .picture {
        overflow: hidden
    }

    .ljjp .jpUl li a .picture img {
        width: 100%;
        height: auto;
        position: relative
    }

    .ljjp .jpUl li a .p {
        width: 60%;
        min-width: 100px;
        height: 48px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        margin: 26px auto 0;
        border: 1px solid #9b7747;
        font: 16px/48px "";
        color: #9b7747
    }

    .tulu .tlUl li {
        width: 46%;
        margin-top: 10px
    }

    /* .tulu .tlUl li a {
        width: 80%;
        display: block;
        margin: 0 auto
    } */

    .tulu .tlUl li img {
        width: 100%;
        height: auto
    }

    .tulu .tlUl li p {
        height: 36px;
        overflow: hidden;
        margin-top: 6%;
        padding-bottom: 4%;
        font-size: 18px;
        color: #4f4e4c;
        text-align: center
    }

    footer .foot-left {
        margin-left: 5%;
        margin-top: 30px
    }

    footer .foot-left img {
        width: 90px;
        height: 90px
    }

    footer .foot-left p img {
        width: 105px;
        height: 65px
    }

    footer .foot-right {
        margin-left: 5%
    }
}

/*# sourceMappingURL=addstyle.css.map */
