@charset "utf-8";

/*css reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
    cursor: default;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

/*tr,td{border:none;}*/
fieldset,
img {
    border: 0;
    border: none;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
    list-style: none;
    border: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

del,
ins {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #e30e0e;
}

a:active {
    outline: none;
    star: expression(this.onfocus=this.blur());
}

i {
    font-style: normal
}

*:focus {
    outline: -webkit-focus-ring-color auto 2px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 2px;
}

*:focus-visible {
    outline: -webkit-focus-ring-color auto 2px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 2px;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


.header {
    height: 519px;
    background:  no-repeat center top;
}

.header .w1200 {
    position: relative;
}

.header .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.header .back {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
    margin: 0 auto;
    font-size: 14px;
}

.header .slogen {
    text-align: center;
    padding-top: 75px;
}

/* footer */
.footer {
    padding: 35px 0;
    background: #c91010;
    overflow: hidden;
}

.footer .footer-img {
    padding-top: 25px;
}

.footer .text {
    float: left;
    padding: 5px 0 0 40px;
}

.footer .text li {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer .text li a {
    color: #fff;
}

.footer .fr li {
    float: left;
    background: #b50e0e;
    padding: 10px;
    margin-left: 10px;
    font-size: 0;
}

.footer .fr li img {
    float: left;
}

.footer .fr li span {
    float: left;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    padding: 30px 10px 0 20px;
}

.title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 33%;
    height: 3px;
    background-color: #d1351e;
    margin-top: -1.5px;
}

.title::after {
    content: "";
    position: absolute;
    width: 33%;
    right: 0;
    top: 50%;
    height: 3px;
    background-color: #d1351e;
    margin-top: -1.5px;
}


.row {
    padding: 50px 0;
    overflow: hidden;
}

.b-more {
    display: block;
    border: 1px solid #e3ae94;
    width: 238px;
    height: 48px;
    text-align: center;
    color: #e3ae94;
    font-size: 18px;
    line-height: 48px;
    margin: 40px auto 0;
}

.b-more:hover {
    color: #e30e0e;
    border-color: #e30e0e;
}

.xsx-list {
    float: left;
    width: 590px;
}

.xsx-list li {
    position: relative;
    padding: 10px 20px;
    border-top: 1px solid #e3ae94;
}

.xsx-list li:first-child {
    border-top: 0;
}

.xsx-list li:hover,
.xsx-list li.on {
    background-color: #f0f0f0;
}

.xsx-list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 24px;
    background-color: #e30e0e;
}

.xsx-list li h5 {
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xsx-list li p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    height: 48px;
    margin-top: 10px;
    overflow: hidden;
}

.xsx-pic {
    position: relative;
    float: right;
    width: 590px;
    height: 410px;
    overflow: hidden;
}

.xsx-pic .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 0;
    text-align: center;
    z-index: 2;
}

.xsx-pic .hd li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 5px;
}

.xsx-pic .hd li.on {
    background-color: #e30e0e;
}

.xsx-pic .bd {
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.xsx-pic .bd img {
    display: block;
    width: 590px;
    height: 410px;
}

.qdx {
    background:  no-repeat center bottom;
}

.qdx-list-top {
    overflow: hidden;
}

.qdx-list-top li {
    position: relative;
    float: right;
    width: 585px;
    height: 440px;
    background-color: #fff;
    overflow: hidden;
}

.qdx-list-top li:first-child {
    float: left;
}

.qdx-list-top li .pic {
    height: 330px;
}

.qdx-list-top li .pic img {
    width: 100%;
    height: 100%;
}

.qdx-list-top li h5 {
    font-size: 18px;
    line-height: 24px;
    padding: 25px 20px 0;
}

.qdx-list-top li .more {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 80px;
    height: 80px;
    background-color: #e30e0e;
    transform: rotatez(45deg);
}

.qdx-list-top li .more span{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    transform: rotatez(-45deg);
    display: block;
    position: absolute;
    top: 23px;
    left: 3px;
}

.qdx-list {
    margin-top: 30px;
}

.qdx-list li {
    position: relative;
    padding-left: 60px;
}

.qdx-list li a {
    display: block;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #e3ae94;
}

.qdx-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #decbcb;
    margin-top: -15px;
}

.qdx-list li:hover::before {
    color: #e30e0e;
}

.zsj-list {
    overflow: hidden;
}

.zsj-list li {
    float: left;
    border: 1px solid #e3ae94;
    width: 320px;
    height: 408px;
    padding: 29px;
    background-color: #fff;
    margin-left: 30px;
    overflow: hidden;
}

.zsj-list li:first-child {
    margin-left: 0;
}

.zsj-list li h5 {
    height: 72px;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
}

.zsj-list li p {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
    overflow: hidden;
}

.zsj-list li img {
    display: block;
    width: 100%;
    height: 180px;
    margin-top: 20px;
}

.zsj-list li .more {
    display: inline-block;
    color: #e30e0e;
    margin-top: 20px;
}

.jxg {
    background:  no-repeat center bottom;
}

.jxg-list {}

.jxg-list li {
    background-color: #fff;
    border: 1px solid #e3ae94;
    padding: 29px;
    margin-top: 30px;
    overflow: hidden;
}

.jxg-list li .pic {
    float: left;
    width: 320px;
    height: 180px;
}

.jxg-list li .pic img {
    width: 100%;
    height: 100%;
}

.jxg-list li .text {
    float: right;
    width: 790px;
}

.jxg-list li.other .pic {
    float: right;
}

.jxg-list li.other .text {
    float: left;
}

.jxg-list li .text h5 {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding-left: 30px;
}

.jxg-list li .text h5::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 24px;
    background-color: #e30e0e;
}

.jxg-list li .text p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 10px;
}

.jxg-list li .text .more {
    display: inline-block;
    color: #e30e0e;
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    * {
        box-sizing: border-box;
    }
    .w1200,
    .xsx-list {
        width: 100%;
    }

    .row {
        padding: 30px 10px;
    }

    .title {
        margin-bottom: 30px;
    }

    .xsx-pic,
    .xsx-pic .bd img,
    .qdx-list-top li,
    .zsj-list li,
    .zsj-list li img,
    .jxg-list li .pic,
    .jxg-list li .text {
        width: 100%;
        height: auto;
    }

    .xsx-list li p,
    .qdx-list-top li .pic,
    .zsj-list li h5,
    .zsj-list li p {
        height: auto;
    }

    .xsx-list {
        margin-top: 10px;
    }

    .qdx-list {
        margin-top: 0;
    }

    .qdx-list li {
        padding-left: 30px;
    }

    .zsj-list li {
        margin-left: 0;
    }
    
    .zsj-list li p,
    .zsj-list li img {
        margin-top: 10px;
    }

    .qdx-list-top li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .qdx,
    .jxg {
        background-size: auto 100%;
    }

    .jxg-list li .text {
        margin-top: 20px;
    }

    .jxg-list li,
    .zsj-list li {
        padding: 20px 10px;
    }

    .zsj-list li :first {
        margin-top: 0;
    }

    .zsj-list li {
        margin-top: 20px;
    }

    .header {
        height: auto;
    }

    .header .logo,
    .header .back,
    .footer .fr {
        display: none;
    }

    .header .slogen {
        padding: 50px 0;
    }

    .header .slogen img {
        max-width: 95%;
    }


    .footer {
        padding: 25px 10px;
    }

    .footer .footer-img,
    .footer .text {
        width: 100%;
        text-align: center;
    }

    .footer .footer-img {
        padding-top: 0;
    }

    .footer .text {
        padding: 0;
    }

    .title::before,
    .title::after {
        display: none;
    }
}