@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 图片自适应 */
img {
    height: auto;
    width: auto \9; /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic; /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #555;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style-type: none;
    /*border-bottom: none !important;*/
    /*border-top: none !important;*/
    padding-left: 0;
}

input {
    outline: none;
}

table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr td, table tr th {
    text-align: center;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: all .3s;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
}

input {
    font-family: 'Microsoft YaHei';
}

.t-cen {
    text-align: center;
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.two-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:link, a:active, a:visited, a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/*首行缩进 2字符*/
.t-indent-2em {
    text-indent: 2em;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w33 {
    width: 33.333333%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}

.pd-20px {
    padding: 20px;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.displayFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.wd340 {
    width: 340px;
    margin: auto;
}

.ff5555 {
    color: #ff5555 !important;
}

.bgfff {
    background: #fff;
}

.bg-2f97f7 {
    background: #2f97f7 !important;
}

.bg-ffae00 {
    background: #ffae00 !important;
}

.bg-f6c85b {
    background: #f6c85b !important;
}

.co-2dabff {
    color: #2dabff !important;
}

.co-ee5d58 {
    color: #ee5d58 !important;
}

.co-49d98d {
    color: #49d98d !important;
}

.co-ad53df {
    color: #ad53df !important;
}

.co-fb5d89 {
    color: #fb5d89 !important;
}

.co-32d3c3 {
    color: #32d3c3 !important;
}

.co-bd71e6 {
    color: #bd71e6 !important;
}

.co-fbb221 {
    color: #fbb221 !important;
}

.co-333333 {
    color: #333333 !important;
}

.co-999999 {
    color: #999999 !important;
}

.border-r-50 {
    border-radius: 50% !important;
}

.wrap {
    width: 100%;
    position: relative;
    background: #fff;
    background-size: 100%;
}

.wd1200 {
    width: 1200px;
    margin: auto;
}

.wd790 {
    width: 790px;
}

.wd750 {
    width: 750px;
}

.wd380 {
    width: 380px;
}

.wd390 {
    width: 390px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt-30 {
    margin-top: 30px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.indent2em {
    text-indent: 2em;
}

.co-ec4b4b {
    color: #ec4b4b !important;
}

/*头部*/
.header {
    height: 80px;
}


/*logo*/
.logo a img {
    width: 212px;
    height: 50px;
}


.menu {
    height: 80px;
    line-height: 80px;
    background: #863B28;
}

.menu ul li a {
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
}

.menu ul li {
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    border-radius: 20px;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li img {
    margin-right: 5px;
}

.menu ul li:hover {
    transition: all .3s;

}

.menu ul li:hover a {
    font-weight: bold;
}

/*.menu ul li + li {*/
/*margin-left: 30px;*/
/*}*/

.menu ul li.active {
    transition: all .3s;
}

.menu ul li.active a {
    font-weight: bold;
}


.box {
    align-items: flex-start;
}

.boxLeft {
    width: 800px;
}

.boxLeft a img {
    width: 800px;
    height: 420px;
}

.boxRight {
    width: 380px;
}

.boxRightTop ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.boxRightTop ul li + li {
    margin-top: 20px;
}

.boxRightTop ul li p span {
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #863B28;
    border-radius: 4px;
}

.boxRightTop ul li p a {
    width: 320px;
    color: #333;
    font-size: 16px;
}

.boxRightTop ul li p.two-txt-cut {
    color: #888888;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
}


.boxRightBottom ul li {
    padding: 13px 0;
}

.boxRightBottom ul li:last-child {
    padding-bottom: 0;
}

.boxRightBottom ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #623A17;
    border-radius: 50%;
}

.boxRightBottom ul li p {
    width: 360px;
}

.boxRightBottom ul li p a {
    width: 300px;
    color: #333333;
    font-size: 16px;
}

.boxRightBottom ul li p span {
    color: #888;
    font-size: 14px;
}

.boxRightBottom ul li p a:hover {
    color: #863B28;
}

.boxRight a:hover {
    color: #863B28;
}


.index-box {
    align-items: flex-start;
}

.index-box-left {
    width: 800px;
}

.index-item1 {

}

.index-item1 ul {
    justify-content: flex-start;
}

.index-item1 ul li {
    width: 180px;
}

.index-item1 ul li + li {
    margin-left: 25px;
}

.index-item1 ul li a img {
    width: 180px;
    height: 260px;
    border-radius: 10px;
}

.index-item1 ul li p.displayFlex {
    justify-content: center;
    margin-top: 8px;
}

.index-item1 ul li p.displayFlex a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.index-item1 ul li p.displayFlex a:hover {
    color: #863B28;
}

.index-item1 ul li p.two-txt-cut {
    color: #888;
    font-size: 14px;
    height: 50px;
    margin-top: 5px;
    line-height: 25px;
}

.index-box-right {
    width: 380px;
}


.index-item2 {

}

.index-item2 ul li {
    width: 180px;
    margin-top: 20px;
}

.index-item2 ul li a img {
    width: 180px;
    height: 130px;
    border-radius: 10px;
}

.index-item2 ul li p a {
    color: #333333;
    font-size: 16px;
}

.index-item2 ul li p a:hover {
    color: #863B28;
}


.index-item3 > a img {
    width: 140px;
    height: 100px;
    border-radius: 5px;
}

.index-item3-r {
    width: 640px;
}

.index-item3-r p.displayFlex a {
    width: 550px;
    color: #333333;
    font-size: 16px;
}

.index-item3-r p.displayFlex a:hover {
    color: #863B28;
}

.index-item3-r p.displayFlex span {
    color: #888888;
    font-size: 14px;
}

.index-item3-r p.three-txt-cut {
    color: #888888;
    font-size: 14px;
    height: 63px;
}


.boxRightBottom1 ul {

}

.boxRightBottom1 ul li {
    width: 48%;
}

.boxRightBottom1 ul li p a:hover {
    color: #863B28;
}

.index-item4 > a img {
    width: 140px;
    height: 100px;
    border-radius: 5px;
}

.index-item4-r {
    width: 220px;
}

.index-item4-r p {
    height: 72px;
    align-items: flex-start;
}

.index-item4-r p a {
    color: #333333;
    font-size: 16px;
}

.index-item4-r p a:hover {
    color: #863B28;
}

.index-item4-r span {
    display: block;
    color: #888888;
    font-size: 14px;
    margin-top: 10px;
}


/*公用title*/
.public-title {
    justify-content: flex-start;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
}

.public-title strong {
    color: #333333;
    font-size: 24px;
    margin-right: 10px;
}

.public-title > a {
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: -3px;
}

.public-title > a img {
    width: 20px;
    height: 20px;
}

.public-title > a > span {
    width: 15px;
    height: 15px;
    line-height: 12px;
    border: 1px solid #863B28;
    color: #863B28;
    text-align: center;
    margin-left: 5px;
}


/*友情链接*/
.link-item {
    padding: 10px 0;
}

.links-title {
    line-height: 40px;
}

.links-title strong {
    color: #eeeeee;
    font-size: 18px;
}

.link {
    justify-content: flex-start;
}

.link a {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    color: #999999;
    margin-right: 20px;
}

.link a:last-child:after {
    display: none;
}

.link a:after {
    display: none;
    position: absolute;
    top: 9px;
    right: -11px;
    content: "";
    width: 2px;
    height: 12px;
    background: #cdcdcd;
}

.link a:hover {
    color: #863B28;
}


/*底部*/
.footer {
    background: #DCDCDC;
}

.footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-main ul {
    justify-content: center;
}

.footer-main ul li {
    position: relative;
}

.footer-main ul li a {
    color: #747474;
    font-size: 15px;
}

.footer-main ul li a:hover {
    color: #863B28;
}

.footer-main ul li:after {
    position: absolute;
    right: -8px;
    top: 5px;
    display: block;
    width: 1px;
    height: 15px;
    content: "";
    background: #747474;
}

.footer-main ul li:last-child:after {
    display: none;
}

.footer-main ul li + li {
    margin-left: 20px;
}

.footer-main p {
    margin-top: 20px;
    text-align: center;
    color: #555555;
    font-size: 14px;
}


/*当前位置*/
.current-location {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
    justify-content: flex-start;
}

.current-location img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.current-location a:hover {
    color: #863B28;
}


/*分页器*/
.pages {
    margin: 30px auto;
    justify-content: center;
}

.pages ul li {
    text-align: center;
    padding: 0 10px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #555555;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
}

.pages ul li:hover {
    background: #863B28;
    color: #fff !important;
    border: 1px solid #863B28 !important;
}

.pagesChecked {
    background: #863B28;
    color: #fff !important;
    border: 1px solid #863B28 !important;
}

.pages ul li + li {
    margin-left: 5px;
}

.pages span {
    color: #d2d2d2;
    /*margin-left: 10px;*/
}


/*-------------------------*/

/*列表页*/
.list {
    align-items: flex-start;
}

.list-left {
    width: 800px;
}

.list-main {

}

.list-main ul li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.list-main ul li p a {
    width: 100%;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.list-main ul li p a:hover {
    color: #863B28;
}

.list-main ul li p.two-txt-cut {
    color: #555555;
    font-size: 16px;
    height: 44px;
}

.list-main ul li p span {
    color: #999999;
    font-size: 16px;
}

.list-main ul li p span + span {
    margin-left: 10px;
}


.list-right {
    width: 380px;
}

.show {
    padding-bottom: 40px;

}

.show-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.show-title h1 {
    color: #333333;
    font-size: 32px;
    text-align: center;
}

.show-title p {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.show-title p span + span {
    margin-left: 10px;
}

.show-body {
    padding-top: 10px;
}

.show-body p {
    color: #333333;
    font-size: 18px;
    text-indent: 2em;
    line-height: 36px;
}

.show-body p + p {
    margin-top: 20px;
}

.show-body img {
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
}

.next-show {

}

.next-show ul {

}

.next-show ul li {

}

.next-show ul li + li {
    margin-top: 15px;
}

.next-show ul li p span {
    color: #333333;
    font-size: 18px;
}

.next-show ul li p a {
    width: 600px;
    color: #333333;
    font-size: 18px;
}

.next-show ul li p a:hover {
    color: #863B28;
}

.next-show ul li > span {
    color: #333333;
    font-size: 14px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.pagination .active {
    background-color: #863B28;
}

.pagination .active span {
    color: #fff;
}

.m-header {
    display: none;
}

/* 自适应布局 */
@media (max-width: 1200px) {

    .pc-header {
        display: none;
    }

    .m-header {
        display: block;
    }

    .menu {
        background-color: #fff;
        border-bottom: 2px solid #863B28;
        padding-bottom: 10px;
        height: auto;
    }

    .menu ul li a {
        font-size: 16px;
        padding: 0;
        color: #000;
    }

    .menu ul li {
        margin-left: 15px;
        height: 27px;
        line-height: 27px;
    }

    .wd1200 {
        width: 90%;
    }

    .boxLeft, .index-box-left {
        width: 100%;
    }

    .boxLeft a img {
        width: 100%;
    }

    .boxRight {
        margin-top: 10px;
        width: 100%;
    }

    .boxRight .boxRightTop .displayFlex {
        justify-content: flex-start;
    }

    .boxRight .boxRightTop .displayFlex span {
        margin-right: 5px;
    }

    .boxRight .boxRightBottom li p {
        flex: 1;
        margin-left: 10px;
    }

    .index-item1 ul {
        justify-content: space-between;
    }

    .index-item1 ul li {
        margin-left: 0 !important;
        width: 24%;
    }

    .index-item1 ul li a img {
        width: 100%;
        max-height: 200px;
        min-height: 200px;
        /*height: auto;*/
    }

    .index-box-right {
        width: 100%;
    }

    .index-item2 ul li {
        width: 20%;
    }

    .index-item2 ul li a img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .index-box-left .index-item3 .index-item3-r {
        flex: 1;
        margin-left: 10px;
    }

    .boxRightBottom ul li p {
        flex: 1;
        margin-left: 10px;
    }

    .index-item3 {
        display: none;
    }

    .hotList {
        display: block;
    }

    .hotList img {
        display: none;
    }

    .hotList .index-item4-r p {
        height: auto;
    }

    .hotList .index-item4-r {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        width: auto;
    }

    .hotList span {
        margin-top: 0;
    }

    .pagination {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .menu ul li.active a {
        color: #863B28;
    }
}

@media (max-width: 992px) {

    .boxRight, .index-box-right {
        width: 100%;
        margin-top: 20px;
    }

    .image1 {
        height: 200px;
    }

    .boxLeft a img, .index-box-left a img {
        /*width: 100%;*/
        height: auto;
        max-height: 200px;
        /*height: 200px;*/
    }

    .index-item1 ul li, .index-item2 ul li {
        width: 29%;
        margin-top: 15px;
    }

    .index-item1 ul li a img, .index-item2 ul li a img {
        width: 100%;
        height: 150px;
        min-height: 150px;
        max-height: 200px;
    }

    .index-item3 > a, .index-item4 > a {
        width: 100%;
    }

    .index-item3 > a img, .index-item4 > a img {
        width: 100%;
        /*height: auto;*/
    }

    .index-item3-r, .index-item4-r {
        width: 100%;
    }

    .index-box-left .index-item3 .index-item3-r {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 850px) {
    .boxRightBottom1 ul li {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .header {
        height: 80px !important;
    }

    .header, .menu {
        /*height: 27px;*/
        /*line-height: 60px;*/
    }

    .header, .menu .displayFlex {
        flex-flow: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .header, .menu .displayFlex a {
        white-space: nowrap;
    }

    .logo a img {
        width: 150px;
        height: 40px;
    }


    .public-title strong {
        font-size: 20px;
    }

    .public-title > a {
        font-size: 14px;
    }

    .public-title > a img {
        width: 15px;
        height: 15px;
    }

    .link a {
        font-size: 14px;
    }

    .footer-main ul li a {
        font-size: 14px;
    }

    .footer-main ul li:after {
        height: 12px;
    }

    .current-location {
        font-size: 14px;
    }

    .current-location img {
        width: 15px;
        height: 15px;
    }

    .list-main ul li p a {
        font-size: 18px;
    }

    .list-main ul li p.two-txt-cut {
        font-size: 14px;
    }

    .list-main ul li p span {
        font-size: 14px;
    }

    .show-title h1 {
        font-size: 24px;
    }

    .show-title p {
        font-size: 14px;
    }

    .show-body p {
        font-size: 16px;
    }

    .show-body img {
        width: 100%;
        height: auto;
    }

    .next-show ul li p a {
        width: 100%;
        font-size: 16px;
    }

    .next-show ul li > span {
        font-size: 14px;
    }

    .pages ul li {
        padding: 0 8px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .index-item1 ul li, .index-item2 ul li {
        width: 49%;
        margin-top: 15px;
    }
}



.notFlex{
    flex-wrap: nowrap !important;
}

.chooseNavBox {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.chooseNavBox > div {
    width: 100%;
    overflow: hidden;
}

.chooseNavUi {
    line-height: 30px;
    transition: transform 0.3s ease;
}

.chooseNavBox.padding {
    padding: 0 40px;
}

.chooseNavUi li {
    white-space: nowrap;
}

.dynamic-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #863B28;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* opacity: 0; */
    transition: opacity 0.3s;
}

/* .box:hover .dynamic-scroll-btn {
    opacity: 1;
} */
.dynamic-scroll-btn.prev {
    left: -20px;
}

.dynamic-scroll-btn.next {
    right: -20px;
}

.dynamic-scroll-btn.hidden {
    display: none;
}