/*默认样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    transition: all 0.3s;
}

html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 修改垂直滚动条 */
::-webkit-scrollbar {
    width: 10px; /* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
}

/* 修改滚动条滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background-color: #888888;
}

/*分页样式*/
.pagings{
    width: 100%;
    height: 25px;
    text-align: center;
    margin:50px 0;
}
.pagings .m_page{
    width: 100%;
    height: 100%;
}
.pagings p{
    min-width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #269B89;
    background: #269B89;
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 3px;
}
.pagings a{
    display: inline-block;
    min-width: 30px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #A1A1A1;
}
/*百度编辑器限制*/
.all_content_con p img {
    max-width: 100%;
    height: 100%;
}
.one_content p img {
    max-width: 100%;
    height: 100%;
}

.all_content_con img {
    max-width: 100%;
    height: 100%;
}
.one_content img {
    max-width: 100%;
    height: 100%;
}
.all_content_con p span img {
    max-width: 100%;
    height: 100%;
}
.one_content p span img {
    max-width: 100%;
    height: 100%;
}
.all_content_con span img {
    max-width: 100%;
    height: 100%;
}
.one_content span img {
    max-width: 100%;
    height: 100%;
}
.body_con{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header_div{
    width: 100%;
    position: relative;
    background: #F0E5DC;
}
.top_bj{
    width: 100%;
    height: 24px;
    position: relative;
}
.header_div_bor{
    width: 1250px;
    position: relative;
    margin: 0 auto;
}
.header_div_logo{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}
.header_div_logo >img{
    height: 82px;
    cursor: pointer;
}
.header_div_ss{
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 42px;
    background: #438771;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_div_ss i{
    color: #fff;
    font-size: 20px;
}
.header_menu{
    width: 1250px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header_menu_li{
    padding: 7px 18px;
    padding-top: 10px;
    font-size: 17px;
    color: #4c4c4c;
    transition: all 0.3s;
    border-bottom: 4px solid #F0E5DC;
}
.header_menu_li:hover{
    border-bottom: 4px solid #662525;
    font-weight: bold;
    color:#662525 ;
}
.header_menu_li[on='true']{
    border-bottom: 4px solid #662525;
    font-weight: bold;
    color:#662525 ;
}
.index_banner{
    width: 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
}
.banner-img{
    width: 100vw;
    height: 750px;
}
.swiper-pagination-bullet-active{
    background: #fff!important;
}
.index_xwdt{
    width: 100%;
    position: relative;
    background: #EFDFD0;
    padding-top: 20px;
    padding-bottom: 80px;
}
.index_xwdt_bor{
    width: 1250px;
    position: relative;
    margin: 0 auto;
}
.index_title{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_title p{
    font-size: 40px;
    font-weight: bold;
    color: #0a0a0a;
}
.index_title a{
    display: flex;
    align-items: center;
}
.index_title a span{
    font-size: 16px;
    color: #4c4c4c;
    position: relative;
    margin-right: 7px;
}
.index_title a img{
    height: 35px;
}
.index_xwdt_div{
    width: 100%;
    height: 430px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.index_xwdt_left{
    width: 580px;
    height: 100%;
    position: relative;
    background: #fff;
    padding: 20px;
}
.index_xwdt_right{
    width: 640px;
    height: 100%;
    position: relative;
    background: #fff;
    padding: 20px 30px;
}
.index_xwdt_lunbo{
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.index_xwdt_lunbo_a{
    width: 540px;
    height: 330px;
    display: block;
}
.xwdt_lb .swiper-pagination{
    text-align:right;
    padding-right: 20px;
}
.xwdt_lb .swiper-pagination-bullet-active{
    background: #662525!important;
}
.xwdt_lb{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_xwdt_lunbo_image{
    width: 100%;
    height: 330px;
    position: relative;
}
.index_xwdt_lunbo_date{
    width: 120px;
    height: 30px;
    background: #672425;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: -10px;
    bottom:0;
    z-index: 99;
    padding-left: 5px;
    cursor: pointer;
}
.index_xwdt_left_title{
    width: 100%;
    font-size: 20px;
    color: #0a0a0a;
    margin-top: 25px;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
    cursor: pointer;
}
.index_xwdt_right_title{
    width: 100%;
    font-size: 28px;
    color: #101010;
    margin-bottom: 30px;
}
.index_xwdt_ul{
    width: 100%;
    position: relative;
}
.index_xwdt_li{
    width: 100%;
    margin:24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_xwdt_li p{
    width: 445px;
    font-size: 17px;
    color: #101010;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
    transition: all 0.3s;
}
.index_xwdt_li span{
    font-size: 16px;
    color: #989898;
    transition: all 0.3s;
}
.index_xwdt_li:hover p{
    color: #672425;
    padding-left: 10px;
}
.index_bjdh{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
}
.index_bjdh_bor{
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
.index_bjdh_title{
    font-size: 40px;
    color: #0a0a0a;
    font-weight: bold;
}
.index_bjdh_ul{
    width: 1000px;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 280px;
    position: absolute;
    right:0;
    top: 0;
    z-index: 9;
}
.index_bjdh_li{
    width: 250px;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index_bjdh_li_jxdg{
    width: 500px;
    padding-top: 80px;
}
.index_bjdh_li_bj{
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 45px 0;
}
.index_bjdh_li_bj img{
    height: 60px;
    margin-bottom: 10px;
}
.index_bjdh_li_bj p{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.index_kcms{
    width: 620px;
    padding: 33px;
    position: relative;
    margin-top: 72px;
    padding-top: 84px;
    background: rgba(223, 213, 200, 0.53);
}
.index_kcms_title{
    width: 100%;
    font-size: 34px;
    color: #5f1d1e;
    margin-bottom: 40px;
    position: relative;
}
.index_kcms_content{
    width: 450px;
    padding: 5px 0;
    position: relative;
    font-size: 17px;
    color: #333333;
}
.index_kcms_ckxq{
    width: 130px;
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C1A58C;
    margin-top: 40px;
}
.index_kcms_ckxq span{
    margin-right: 10px;
    color: #662425;
}
.index_jxkj{
    width: 100%;
    height: 590px;
    position: relative;
    background: #6D3434;
}
.index_jxkj_bor{
    width: 1250px;
    height: 685px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.index_jxkj_div{
    width: 600px;
    position: relative;
    z-index: 99;
}
.index_jxkj_title{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_jxkj_title p{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.index_jxkj_title a{
    color: #fff;
    font-size: 16px;
}
.index_jxkj_ul{
    width: 100%;
    padding: 32px;
    position: relative;
    background: #fff;
}
.index_jxkj_li{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EAE9E5;
    padding: 20px 0;

}
.index_jxkj_li:nth-child(1){
    border: none;
}
.index_jxkj_li p{
    width: 420px;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
    font-size: 18px;
    color: #333333;
    transition: all 0.3s;
}
.index_jxkj_li span{
    font-size: 16px;
    color: #cab49c;
    transition: all 0.3s;
}
.index_jxkj_li:hover p{
    color: #672425;
    padding-left: 10px;
}
.index_ckzl{
    width: 100%;
    height: 450px;
    background: #EDEFEE;
    position: relative;
    padding-top: 140px;
}
.index_ckzl_bor{
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
.index_ckzl_ul{
    width: 100%;
    display: flex;
    margin-top: 35px;
    position: relative;
    justify-content: space-between;
}
.index_ckzl_li{
    width: 300px;
    height: 100px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #37241d;
    padding: 15px 0;
}
.index_ckzl_li_title{
    width: 100%;
    color: #37241d;
    font-size: 18px;
    text-align: center;
}
.index_ckzl_li_xm{
    color: #37241d;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
}
.index_ckzl_li_cbs{
    color: #37241d;
    font-size: 18px;
    text-align: center;
}
.footer_div{
    width: 100%;
    position: relative;
    background: #fff;
    padding-top: 35px;
}
.footer_yqlj{
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_yqlj p{
    font-size: 20px;
    color: #85393a;
}
.footer_yqlj_li{
    font-size: 17px;
    color: #85393a;
    border-left: 1px solid #85393a;
    padding: 0 10px;
}
.footer_cen{
    width: 1250px;
    height: 72px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer_buttom{
    width: 100%;
    height: 32px;
}
.footer_map{
    width: 310px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_map p{
    font-size: 15px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
    height: 30px;
}
.footer_map p span{
    font-size: 30px;
    font-weight: bold;
    color: #6e1d2a;
}
.footer_logo{
    width: 550px;
}
.footer_bq{
    width: 370px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer_bq p{
    font-size: 14px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
}
.footer_bq p img{
    height: 27px;
    margin: 0 10px;
}
.nei_banner{
    width: 100%;
    height: 250px;
    position: relative;
}
.nei_banner_zhe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.nei_div{
    width: 100%;
    position: relative;
    padding-bottom: 95px;
    background: #EAEBEA;
    overflow: hidden;
}
.nei_div_bj{
    width: 380px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.weizhi{
    width: 1250px;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.weizhi img{
    height: 35px;
    margin-right: 15px;
    position: relative;
}
.nei_dpy{
    width: 1250px;
    position: relative;
    background: #FFFFFF;
    padding: 50px 60px;
    margin: 0 auto;
    border-radius: 6px;
}
.nei_bor{
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
.qwlb_ul{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qwlb_li{
    width: 600px;
    height: 140px;
    position: relative;
    background: #fff;
    border-radius: 2px;
    padding: 35px 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;
}
.qwlb_li:hover{
    box-shadow: 2px 2px 5px #adadad;
}
.qwlb_li:hover p{
    color: #85393a;
}
.qwlb_li p{
    width: 100%;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 *nei_dpy/
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}
.qwlb_li span{
    width: 100%;
    font-size: 16px;
    color: #808080;
}
.skls_ul{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.skls_li{
    width: 600px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    margin-bottom: 50px;
}
.skls_li:hover{
    box-shadow: 2px 2px 5px #adadad;
}
.skls_li_img{
    width: 200px;
    height: 100%;
    position: relative;
}
.skls_li_content{
    width: 330px;
    height: 100%;
    position: relative;
    margin-right: 45px;
    padding: 8px 0;
}
.skls_li_content_xm{
    width: 100%;
    position: relative;
    line-height: 65px;
    font-size: 30px;
    font-weight: bold;
    color: #6f3435;
}
.skls_li_content_heng{
    width: 38px;
    height: 4px;
    background: #6f3435;
}
.skls_li_content_jj{
    width: 100%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 10px;
}
.twlb_ul{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.twlb_li{
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.twlb_li:hover{
    box-shadow: 2px 2px 5px #adadad;

}
.twlb_li_img{
    width: 330px;
    height: 100%;
    position: relative;
}
.twlb_li_con{
    width: 830px;
    height: 100%;
    position: relative;
}
.twlb_li_con_date{
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
}
.twlb_li_con_title{
    width: 100%;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
    font-size: 22px;
    color: #6e3334;
    line-height: 45px;
}
.twlb_li_con_heng{
    width: 38px;
    height: 4px;
    background: #6f3435;
    margin-top: 10px;
}
.twlb_li_con_xq{
    width: 100%;
    margin: 15px 0;
    position: relative;
    font-size: 16px;
    color: #808080;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.xqy_div{
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 2px;
    padding: 35px;
}
.xqy_div_title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
.xqy_div_xx{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xqy_div_xx p{
    font-size: 16px;
    color: #333333;
}
.xqy_div_content{
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #EBEAEB;
}
.xqy_div_content img,.xqy_div_content video{
    max-width: 100% !important;
}
.wz_div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wz_div span,.wz_div a{
    color: #6E3335;
}
.wz_div span{
    margin: 0 5px;
}
.wz_div span::before{
    content: '>';
}
/*分页*/
.pagings,
.pc_page{
    width: 100%;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.pc_page>a {
    display: inline-block;
    vertical-align: top;
    width:auto;
    padding: 0 12px;
    height: 27px;
    border: 1px solid #CECECE;
    border-radius:27px;
    font-size: 16px;
    color: #CECECE;
    line-height: 26px;
    margin-right: 8px;
}
.pc_page .end{
    width:auto;
    padding: 0 12px;
    margin-right: 8px;
    border-radius:27px;
}
.pc_page .current{
    width:auto;
    padding: 0 12px;
    margin-right: 8px;
    border-radius:27px;
}
.pc_page>span {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background: #6E3335;
    border: 1px solid #6E3335;
    border-radius: 50%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin-right: 20px;
}

.pc_page>a:hover {
    background: #6E3335;
    border: 1px solid #6E3335;
    color: #fff;
}

.pc_page>.prev,
.pc_page>.next {
    width: 80px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 15px;
}