/*默认样式*/
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;
}
.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: 100%;
    position: relative;
    background: #73573D;
}
.header_menu_ul{
    width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}
.header_menu_li{
    padding: 7px 15px;
    padding-top: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s;
}
.header_menu_li:hover{
    font-weight: bold;
}
.header_menu_li[on='true']{
    font-weight: bold;
}
.header_div_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
}
.header_div_top span{
    font-size: 17px;
    color: #3d3d3d;
}
.footer_div{
    width: 100%;
    position: relative;
    background: #7A6550;
}
.footer_yqlj{
    width: 1250px;
    margin: 0 auto;
    height: 65px;
    position: relative;
    display: flex;
    align-items: center;
}
.footer_yqlj p{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}
.footer_yqlj_li{
    font-size: 17px;
    color: #fff;
    padding: 0 10px;
}
.footer_cen{
    width: 1250px;
    height: 72px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_logo{
    width: 800px;
}
.footer_map{
    width: 350px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_map p{
    font-size: 17px;
    color: #a6a6a6;
    display: flex;
    align-items: center;
    height: 30px;
}
.footer_map p span{
    font-weight: bold;
    color: #fff;
}
.footer_cen_beian{
    height: 50px;
}
.footer_buttom{
    width: 100%;
    height: 42px;
    background: #6D5640;
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_buttom span,.footer_buttom a{
    font-size: 15px;
    color: #858585;
    margin: 0 10px;
}
.footer_buttom img{
    height: 18px;
}
.index_banner{
    width: 100%;
    height: 750px;
    position: relative;
    background: #B9936F;
}
.index_banner_bj{
    height: 470px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner_home{
    width: 1070px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}
.banner-img{
    width: 1070px;
    height: 750px;
}
.banner_menu{
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding-top: 150px;
}
.banner_menu_ul{
    width: 600px;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.banner_menu_li{
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 0;
}
.banner_menu_li p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #efdeca;
}
.index_gjjl{
    width: 100%;
    height: 660px;
    position: relative;
    background: #F6F6F4;
}
.index_gjjl_bor{
    width: 1250px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    z-index: 1;
}
.index_gjjl_bj{
    width: 900px;
    position: absolute;
    top: 0;
    right: 0;
}

.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: 20px;
    color: #666666;
    position: relative;
}
.index_xwdt_div{
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.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: 0 30px;
}
.index_xwdt_lunbo{
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.index_xwdt_lunbo_a{
    width: 540px;
    height: 380px;
    display: block;
}
.xwdt_lb .swiper-pagination{
    text-align:right;
    padding-right: 20px;
}
.xwdt_lb .swiper-pagination-bullet-active{
    background: #73573D!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: #73573D;
    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: 17px;
    color: #333333;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}
.index_xwdt_left_title_p{
    width: 400px;
    display: block;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}
.index_xwdt_left_title_date{
    font-size: 16px;
    color: #808080;
}
.index_xwdt_right_title{
    width: 100%;
    font-size: 28px;
    color: #101010;
    margin-bottom: 30px;
}
.index_xwdt_ul{
    width: 100%;
    position: relative;
    padding: 20px 0;
}
.index_xwdt_li{
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #E3DCD0;
}
.index_xwdt_li:nth-child(1){
    border: none;
}
.index_xwdt_li p{
    width: 100%;
    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;
    margin-top: 5px;
}
.index_xwdt_li:hover p{
    color: #73573D;
    padding-left: 10px;
}
.index_ckzl{
    width: 100%;
    height: 277px;
    background: #E9E2DD;
    position: relative;
    padding-top: 40px;
}
.index_ckzl_bor{
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
.index_ckzl_ul{
    width: 100%;
    display: flex;
    margin-top: 35px;
    position: relative;
}
.index_ckzl_li{
    width: 300px;
    height: 84px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #73573D;
    padding: 15px 0;
    margin-right: 20px;
}
.index_ckzl_li_title{
    width: 100%;
    color: #73573D;
    font-size: 18px;
    text-align: center;
}
.index_ckzl_li_xm{
    color: #73573D;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
}
.index_ckzl_li_cbs{
    color: #73573D;
    font-size: 18px;
    text-align: center;
}
.index_jxsp{
    width: 100%;
    height: 550px;
    position: relative;
    padding-top: 60px;
}
.index_jxsp_bor{
    width: 1250px;
    height: 415px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.index_jxsp_left{
    width: 790px;
    height: 100%;
    position: relative;
}
.index_jxsp_ul{
    width: 100%;
    height: 310px;
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.index_jxsp_li{
    width: 380px;
    height: 100%;
    position: relative;
    display: block;
}
.index_jxsp_li_img{
    width: 100%;
    height: 230px;
    position: relative;
}
.index_jxsp_li_title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #333333;
    padding: 0 15px;
    background: #fff;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}
.index_jxsp_jxln{
    width: 400px;
    height: 100%;
    position: relative;
}
.index_jxsp_jxln_title{
    width: 100%;
    height: 65px;
    background: #4C8D81;
    position: relative;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.index_jxsp_jxln_con{
    width: 100%;
    height: 345px;
    background: #fff;
    padding: 30px;
    font-size: 17px;
    line-height: 38px;
    color: #1a1a1a;
}
.index_jxsp_jxln_con a{
    width: 100%;
    display: block;
    text-align: right;
    color: #73573e;
    font-size: 17px;
}
.index_st{
    width: 100%;
    position: relative;
    height: 970px;
    background: #F6F6F4;
}
.index_st_bj{
    width: 790px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index_st_bor{
    width: 1250px;
    height: 100%;
    position: relative;
    padding-top: 70px;
    margin: 0 auto;
}
.index_st_menu{
    width: 100%;
    height: 165px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.index_st_menu_li{
    width: 300px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_st_menu_li span{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0 20px;
}
.index_st_menu_li img{
    height: 36px;
}
.index_st_menu_li img:nth-child(3){
    transform: rotate(180deg);
}
.index_st_div{
    width: 100%;
    margin-top: 70px;
    height: 600px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.index_jxkj_div{
    width: 600px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.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: #8f8f8f;
    transition: all 0.3s;
}
.index_jxkj_li:hover p{
    color: #73573D;
    padding-left: 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;
    left: 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: #73573D;
}
.qwlb_li p{
    width: 100%;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;      /* 保持文本在一行内 */
    overflow: hidden;         /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;  /* 使用省略号表示被截断的文本 */
}
.qwlb_li span{
    width: 100%;
    font-size: 16px;
    color: #808080;
}
.nei_dpy{
    width: 1250px;
    position: relative;
    background: #FFFFFF;
    padding: 50px 60px;
    margin: 0 auto;
    border-radius: 6px;
}
.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: #73573D;
}
.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: #73573D;
    border: 1px solid #73573D;
    border-radius: 50%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin-right: 20px;
}

.pc_page>a:hover {
    background: #73573D;
    border: 1px solid #73573D;
    color: #fff;
}

.pc_page>.prev,
.pc_page>.next {
    width: 80px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 15px;
}
.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: 24px;
    font-weight: bold;
    color: #73573D;
    padding: 20px 0;
}
.skls_li_content_heng{
    width: 38px;
    height: 4px;
    background: #73573D;
}
.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: #73573D;
    line-height: 45px;
}
.twlb_li_con_heng{
    width: 38px;
    height: 4px;
    background: #73573D;
    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;
}