@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

html {
    font-size: 14px;
}

body {
    font-style: normal;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    background-color: #ffffff;
}

small {
    font-size: 12px
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 14px
}

h4,
h5,
h6 {
    font-size: 100%
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: transparent
}

a:hover,
a:active {
    outline-width: 0;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    height: 1px
}

img {
    border-style: none
}

img:not([src]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]),
video:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.clear:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

/* 主样式开始*/
body {
    background: #fff;
}

.wrap {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.wrap-min {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}


.banner {
    height: 706px;
    background: url(../images/bannerbg.png) center no-repeat;
}

.xwzx {
    min-height: 212px;
    padding: 0 20px;
    background: url(../images/xwzxbg.png) top center no-repeat;
    margin-top: -73px;
    overflow: hidden;
    position: relative;
}

.xwzx-title {
    height: 59px;
    margin-top: 29px;
    background: url(../images/xwzx-tt.png) center no-repeat;
}

.xwzx .more {
    width: 48px;
    height: 29px;
    background: #E7E0D8;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 30px;
}

.xwzx .more a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #B29A7E;
    line-height: 30px;
}

.xwzx .list ul {
    overflow: hidden;
}

.xwzx .list ul li {
    width: 400px;
    height: 200px;
    padding: 26px 14px 0 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    float: left;
    margin-top: 27px;
}

.xwzx .list ul li:nth-child(1),
.xwzx .list ul li:nth-child(2),
.xwzx .list ul li:nth-child(3) {
    margin-top: 0;
    border-bottom: 1px dashed #EDE3CF;
    padding-bottom: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.xwzx .list ul li .icon-a {
    width: 21px;
    height: 9px;
    background: url(../images/xwzx-a.png) center no-repeat;
    position: absolute;
    top: 10px;
    right: 8px;
}

.xwzx .list ul li .date {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #C6895C;
    line-height: 30px;
}

.xwzx .list ul li h3 {
    margin-top: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #875C28;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xwzx .list ul li h3 a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #875C28;
    line-height: 26px;
}

.xwzx .list ul li .text {
    margin-top: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9A198;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xwzx .list ul li:hover {
    background: #F7F5F2;
    box-shadow: 0px 2px 6px 0px rgba(104, 86, 58, 0.08);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.xwzx .list ul li:hover .date {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #C9C4BC;
    line-height: 30px;
}

.xwzx .list ul li:hover h3 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #C24812;
    line-height: 26px;
}

.xwzx .list ul li:hover h3 a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #C24812;
    line-height: 26px;
}

.xwzx .list ul li:hover .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #978773;
    line-height: 26px;
}

.hyxw {
    overflow: hidden;
    margin-top: 64px;
    position: relative;
}

.hyxw-title {
    height: 59px;
    background: url(../images/hyxwtt.png) center no-repeat;
}


.hyxw-content {
    margin-top: 34px;
    height: 435px;
    background: url(../images/hyxwbg.png) center no-repeat;
    overflow: hidden;
}

.hyxw-tip ul {
    overflow: hidden;
    width: 579px;
    margin: 28px auto 0;
}

.hyxw-tip ul li {
    float: left;
    width: 113px;
    height: 43px;
    background: #F2EFE9;
    border-radius: 22px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #875C28;
    line-height: 43px;
    text-align: center;
    margin: 0 40px;
}

.hyxw-tip ul li.on {
    background: linear-gradient(90deg, #B6803E, #875C28);
    box-shadow: 0px 3px 9px 0px rgba(170, 127, 75, 0.39);
    color: #FFF2D3;
}

.hyxw-wrapper ul {
    padding: 0 22px 0 30px;
    box-sizing: border-box;
    position: relative;
}

.hyxw-wrapper ul .more {
    width: 48px;
    height: 29px;
    background: #F5F5F5;
    border-radius: 15px;
    position: absolute;
    top: -70px;
    right: 21px;
    text-align: center;
}

.hyxw-wrapper ul .more a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #B29A7E;
    line-height: 30px;
}

.hyxw-wrapper ul li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #DFD0B2;
    overflow: hidden;
    margin-top: 30px;
}

.hyxw-wrapper ul li h3 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #875C28;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hyxw-wrapper ul li h3 a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #875C28;
    line-height: 30px;
}

.hyxw-wrapper ul li p {
    margin-top: 8px;
    width: 1050px;
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9D948A;
    line-height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hyxw-wrapper ul li span {
    margin-top: 8px;
    display: block;
    float: right;
    width: 60px;
    height: 29px;
    background: #F8F6ED;
    border-radius: 3px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #875C28;
    line-height: 30px;
    text-align: center;
}

.hyxw-wrapper ul li:hover h3 {
    color: #C24812;
}

.hyxw-wrapper ul li:hover h3 a {
    color: #C24812;
}

.hyxw-wrapper ul li:hover p {
    color: #632A11;
}

.bottom-box1 {
    min-height: 616px;
    background: url(../images/bottombox.png) center bottom no-repeat;
}

.tpspxw {
    overflow: hidden;
    margin-top: 44px;
}

.tpspxw-title {
    height: 59px;
    background: url(../images/picvideott.png) center no-repeat;
}

.sp-wrapper {
    margin-top: 30px;
}

.sp-wrapper ul li {
    width: 288px;
    height: 240px;
    position: relative;
    background: #F5F5F4 url(../images/spplaybg.png) no-repeat;
    background-size: 74px 85px;
    background-position: 167px 154px;
    margin: 0 6px;
}

.sp-wrapper ul li img {
    width: 288px;
    height: 163px;
}

.sp-wrapper ul li p {
    width: 40px;
    height: 45px;
    background: url(../images/spplaybtn.png) center no-repeat;
    margin-top: -10px;
    position: relative;
    left: 10px;
    z-index: 3;
}

.sp-wrapper ul li a:hover h3 {
    color: #C24812;
}

.sp-wrapper ul li h3 {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #605D4D;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sp-wrapper ul li .imgzz {
    width: 288px;
    height: 163px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.sp-nav {
    margin: 20px 0 0 6px;
}

.sp-nav .prev {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #F1F1EF url(../images/spleft.png) center no-repeat;
}

.sp-nav .next {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #F1F1EF url(../images/spright.png) center no-repeat;
}

.sp-nav .more {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #B29A7E;
    line-height: 28px;
    float: right;
    margin-right: 6px;
}

.pic-box {
    height: 410px;
    padding: 0 6px;
    margin-top: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.pic-box .block1 {
    width: 622px;
    height: 350px;
    float: left;
    position: relative;
}

.pic-box .block1 img {
    width: 100%;
    height: 100%;
}

.pic-box .block1 h3 {
    width: 594px;
    height: 42px;
    padding-left: 16px;
    background: url(../images/block1ttbg.png) left no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.pic-box .block1 h3 a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #FFE8B6;
    line-height: 42px;
}

.pic-box .block2 {
    margin-left: 22px;
    width: 299px;
    height: 350px;
    float: left;
}

.pic-box .block2 ul li {
    width: 299px;
    height: 169px;
    position: relative;
}

.pic-box .block2 ul li:nth-child(2) {
    margin-top: 12px;
}

.pic-box .block2 ul li img {
    width: 299px;
    height: 169px;
}

.pic-box .block2 ul li .imgzz {
    width: 299px;
    height: 169px;
    background: rgba(24, 29, 50, 0.8);
    padding: 60px 30px 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    display: none;
}

.pic-box .block2 ul li .imgzz a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFE8B6;
    line-height: 26px;
}

.pic-box .block3 {
    width: 236px;
    height: 350px;
    float: right;
    background: #F6F4EE;
}

.pic-wrapper ul {
    background: #F6F4EE;
}

.pic-wrapper ul li {
    width: 196px;
    height: 300px;
    margin: 20px 20px 0;
}

.pic-wrapper ul li img {
    width: 196px;
    height: 246px;
}

.pic-wrapper ul li h3 {
    margin-top: 4px;
    width: 196px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5F441D;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pic-wrapper ul li h3 a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5F441D;
    line-height: 24px;
}

.pic-tip ul {
    overflow: hidden;
    width: 60px;
    margin: 10px auto 0;
}

.pic-tip ul li {
    width: 5px;
    height: 5px;
    background: #D1CABB;
    float: left;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pic-tip ul li.on {
    background: url(../images/pictipon.png) center no-repeat;
}

.pic-box .more {
    margin-top: 10px;
    height: 30px;
    text-align: right;
    float: right;
}

.pic-box .more a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #B29A7E;
    line-height: 30px;
}

.wqhg {
    margin-top: 20px;
    overflow: hidden;
}

.wqhg-title {
    height: 59px;
    background: url(../images/wqhgtt.png) center no-repeat;
}

.wqhg-content ul {
    overflow: hidden;
    padding-bottom: 60px;
}

.wqhg-content ul li {
    width: 289px;
    height: 95px;
    float: left;
    margin-left: 13px;
    margin-top: 30px;
}

.wqhg-content ul li a {
    display: block;
    width: 289px;
    height: 95px;
}

.wqhg-content ul li:nth-child(1) {
    background: url(../images/2022n.png) center no-repeat;
    margin-left: 0;
}

.wqhg-content ul li:nth-child(2) {
    background: url(../images/2021n.png) center no-repeat;
}

.wqhg-content ul li:nth-child(3) {
    background: url(../images/2020n.png) center no-repeat;
}

.wqhg-content ul li:nth-child(4) {
    background: url(../images/2019n.png) center no-repeat;
}

.wqhg-content ul li:nth-child(5) {
    background: url(../images/2018n.png) center no-repeat;
    margin-left: 0;
}

.wqhg-content ul li:nth-child(6) {
    background: url(../images/2017n.png) center no-repeat;
}

.wqhg-content ul li:nth-child(7) {
    background: url(../images/2016n.png) center no-repeat;
}

.wqhg-content ul li:nth-child(8) {
    background: url(../images/2015n.png) center no-repeat;
}

.footer {
    background: url(../images/footer.png) center no-repeat;
    height: 64px;
}


@media screen and (max-device-width : 750px) {

    .tt {
        display: none !important;
    }

    .xwzx .list ul li {
        width: 380px;
    }

    .xwzx {
        box-sizing: border-box;
    }
}