body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.fn-clear:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.tzyx-container {
    width: 100%;
    height: 673px;
    max-width: 1920px;
    background: url(../images/bg.jpg) center;
    padding-top: 460px
}

.tzyx-con {
    width: 1153px;
    margin: auto;
    height: auto;
}

.tzyx-con .tzyx-left {
    float: left;
}

.tzyx-left .tzyx-left-con {
    width: 710px;
    height: 420px;
    overflow: hidden;
}

.tzyx-left .tzyx-left-con a img {
    display: block;
    vertical-align: bottom;
    width: 710px;
    height: 420px;
}

.tzyx-left .tzyx-left-con a {
    display: none;
}

.tzyx-left .tzyx-left-con a:first-child {
    display: block;
}

.tzyx-left .tzyx-indexs {
    width: 100%;
    height: 30px;
    margin-top: 38px;
    font-size: 0;
    text-align: center;
}

.tzyx-left .tzyx-indexs span {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 12px;
    border-radius: 6px;
    background: rgb(100, 79, 60);
    margin: 0 8px;
    cursor: pointer;
}

.tzyx-left .tzyx-indexs span.active {
    background: rgb(249, 243, 97);
}

.tzyx-con .tzyx-right {
    float: right;
    width: 400px;
    height: 300px;
    position: relative;
    top: -20px;
    right: -10px;
}

.tzyx-con .tzyx-right .tzyx-head {
    font-size: 24px;
    height: 59px;
    line-height: 54px;
    text-align: right;
    color: rgb(104, 42, 24);
    padding-right: 72px;
    margin-bottom: 22px;
}

.tzyx-con .tzyx-right .tzyx-p {
    margin-bottom: 24px;
    color: #000;
    line-height: 26px;
    font-size: 17px;
    letter-spacing: 1px;
}

.tzyx-con .tzyx-right .tzyx-p span {
    color: rgb(237, 9, 6);
}
.footer {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    background: #100d0b;
    padding: 30px 0;
}
.footer p {
    width: 1000px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    color: #642d00;
    text-align: center;
    font-size: 12px;
}
.footer p a {
    color: #642d00;
    text-align: center;
}