/*499460*/
/*默认样式*/
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.5s;
}

html, body {
    scroll-behavior:smooth;
    min-height: 100%;

}
/*body::-webkit-scrollbar {!*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*!*/
/*    width: 5px;     !*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*!*/
/*    height: 1px;*/
/*}*/

/*body::-webkit-scrollbar-thumb {!*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*!*/
/*    border-radius: 5px;*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
/*    background: #535353;*/
/*}*/

/*body::-webkit-scrollbar-track {!*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*!*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
/*    border-radius: 5px;*/
/*    background: #1b1d1f;*/
/*}*/
body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

[v-cloak] {
    display: 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;
}
.body_header{
    width: 100%;
    height: 110px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 9;
    transition: all .5s;
}
.body_header_top{
    width: 1600px;
    height:32px;
    position: relative;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    transition: all .5s;
}
.body_header_top a{
    height: 14px;
    line-height: 14px;
    padding: 0 16px;
    font-size:14px;
    color: #4c4c4c;
    border-left: 1px solid #4c4c4c;
    transition: all .5s;
}
.body_header_top a:nth-child(1){
    border: none;
}
.body_header_fg{
    width: 100%;
    height: 1px;
    background:#e8e8e8;
    transition: all .5s;
}
.body_header_menu{
    width: 1600px;
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}
.body_header_logo{
    height: 58px;
    display: block;
    position: relative;
}
.body_header_logo img{
    height: 100%;
}

.body_header_logo img:nth-child(1){
    display: none;
}
.body_header_menu_ul{
    height: 42px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .5s;
}
.body_header_menu_ul .yuyan{
    width: 42px;
    height: 42px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a6b75b;
    color: #fff;
    font-size: 16px;
    border-radius: 42px;
    transition: all .5s;
}
.body_header_menu_sousuo{
    width: 42px;
    height: 42px;
    position: relative;
    background: #499460;
    font-size: 16px;
    border-radius: 42px;
    margin: 0 10px;
    transition: all .5s;
    display: block;
}
.body_header_menu_sousuo_div{
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #499460;
    border-radius: 42px;
}
.body_header_menu_sousuo_div input{
    width: 0;
    background: none;
    border-bottom: 1px solid rgba(238, 238, 238, 0.51);
    height: 24px;
    color: #fff;
}
.body_header_menu_sousuo:hover .body_header_menu_sousuo_div{
    width: 250px;
    justify-content: space-between;
    padding: 0 12px;
}
.body_header_menu_sousuo:hover .body_header_menu_sousuo_div input{
    width: 190px;
}
.body_header_menu_li{
    height: 100%;
    color: #4c4c4c;
    font-size: 16px;
    margin: 0 18px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .5s;
}
.body_header_menu_li >a{
    color: #4c4c4c;
    font-size: 16px;
    transition: all 0.3s;
}
.body_header_menu_erji{
    width: 630px;
    height: 0;
    position: absolute;
    top: 40px;
    left: calc(-315px + calc( calc(100% / 2)) - 12px);
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;
}
.body_header_menu_erji_bor{
    width: 100%;
    min-height:230px;
    background: #fff;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 25px;
    border-radius: 4px;
    transition: all .5s;
}
.body_header_menu_erji_bor::after{
    content: '';
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    top: -8px;
    left: 315px;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    transition: all .5s;
}
.body_header_menu_li:hover .body_header_menu_erji{
    height: auto;
    opacity: 1;
    padding-top: 20px;
    transition: all .5s;
}
.body_header_menu_li:hover >a{
    font-weight: bold;
}
.menu_erji_left{
    width:300px;
    min-height: 170px;
}

.menu_erji_left a{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    height: 42px;
    border-left: 2px dashed #f8f8f8;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    position: relative;
}
.menu_erji_left a::after{
    content: '';
    width: 3px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: -1px;
    background: #047632;
    opacity: 0;

}
.menu_erji_left a:hover{
    color: #047632;
}
.menu_erji_left a:hover::after{
    opacity: 1;
}
.menu_erji_right{
    width:270px;
    height: 170px;
    transition: all .5s;
}
.body_header_home{
    background-color: rgba(0, 0, 0, 0.3);
}
.body_header_home[on='true']{
    background-color: rgba(31, 33, 41, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.body_header_home .body_header_top a{
    color: #fff;
}
.body_header_home .body_header_fg{
    background:#58585840;
}
.body_header_home .body_header_logo img:nth-child(1){
    display: block;
}
.body_header_home .body_header_logo img:nth-child(2){
    display: none;
}
.body_header_home .body_header_menu_li >a{
    color: #fff;
}
.body_bjt{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.body_div{
    width: 100%;
    position: relative;
    z-index: 2;
}
.body_con{
    background: #f5f5f5;
}
.index_banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}
.index_banner_qie_left{
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50vh - 25px);
    left: -50px;
    z-index: 1;
    cursor: pointer;
}
.index_banner_qie_left img{
    width: 100%;
}
.index_banner_qie_right{
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50vh - 25px);
    right: -50px;
    z-index: 1;
    cursor: pointer;
}
.index_banner_qie_right img{
    width: 100%;
}
.index_banner:hover .index_banner_qie_left{
    left: 30px;
}
.index_banner:hover .index_banner_qie_right{
    right: 30px;
}
.body_footer{
    width: 100%;
    height:380px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}
.body_footer_bor{
    width: 1400px;
    height: 270px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.body_footer_left{
    width: 620px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.body_footer_right{
    width: 630px;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.body_footer_ewm{
    width: 130px;
    height: 100%;
    position: relative;
}
.body_footer_ewm img{
    width: 100%;
}
.body_footer_ewm p{
    width: 100%;
    line-height:50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.body_footer_left_logo{
    width: 100%;
    height:65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.body_footer_left_logo img{
    height: 100%;
}
.body_footer_left_yqlj{
    width:50%;
    height:45px;
    border: 1px solid #61a47a;
    position: relative;
}
.body_footer_left_yqlj_div{
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.body_footer_left_yqlj_div >span{
    color: #fff;
    font-size: 16px;
}
.body_footer_left_yqlj_div >img{
    width: 16px;
    height: 12px;
}
.body_footer_left_yqlj_ol{
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    z-index: 1;
    background:#cbcbcb;
    border-radius: 6px;
    top: 1300px;
    opacity: 0;
}
.body_footer_left_yqlj_ol:after{
    width: 20px;
    height: 20px;
    background:#cbcbcb;
    content: '';
    position: absolute;
    top: -10px;
    left: calc(calc(100% / 2) - 10px);
    transform: rotate(45deg);
}
.body_footer_left_yqlj_ol_bor{
    width: 100%;
    height: 100%;
    overflow-y:scroll;
    padding:2px 8px;
}
.body_footer_left_yqlj_ol[on='true']{
    animation-name: example;
    animation-fill-mode:forwards;
    animation-duration: 0.7s;
}
@keyframes example {
    from {
        top: 100px;
        opacity: 0;
    }
    to {
        top: 70px;
        opacity: 1;
    }
}

.body_footer_left_yqlj_ol_bor::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
    width: 5px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    height: 1px;
}

.body_footer_left_yqlj_ol_bor::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(83, 83, 83, 0.24);
}

.body_footer_left_yqlj_ol_bor::-webkit-scrollbar-track {/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(27, 29, 31, 0.24);
}
.body_footer_left_yqlj_ol_bor a{
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: block;
    border-top: 1px solid #eee;
    color: #535353;
    transition: all 0.3s;
}
.body_footer_left_yqlj_ol_bor a:hover{
    color: #3ab2b3;
}
.body_footer_left_yqlj_ol_bor a:nth-child(1){
    border: none;
}
.body_footer_left_content{
    width: 100%;
    position: relative;
    margin: 20px 0;
    transition: all .5s;
}
.body_footer_left_content_li{
    width: 100%;
    height: 35px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}
.body_footer_left_content_li_p{
    height: 100%;
    display: flex;
    align-items: center;
    transition: all .5s;
}
.body_footer_left_content_li_p span{
    font-size: 24px;
    font-weight: bold;
}
.body_footer_left_content_li_img{
    width: 34px;
    height: 34px;
    background: #3e945d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 34px;
    transition: all .5s;
}
.body_footer_left_content_li_img img{
    height: 15px;
}
.body_footer_left_banquan{
    width: 100%;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    transition: all .5s;
}
.body_header_menu_model{
    display: none;
    position: relative;
    height: 100%;
    align-items: center;
    transition: all .5s;
}
.mobel_top_sousuo{
    height: 20px;
    margin-right: 15px;
}
.mobel_top_sousuo img{
    height: 100%;
}
/*关闭动画效果*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.mobel_top_hamburger .line{
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobel_top_hamburger:hover{
    cursor: pointer;
}
.mobel_top_hamburger.is-active .line:nth-child(2){
    opacity: 0;
}
.mobel_top_hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.mobel_top_hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
/*关闭动画效果*/
.header_model_menu{
    width: 100vw;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f3f4fa;
    padding: 0 25px;
    overflow-y:scroll;
    border-top: 1px solid #DCDBE0;
    transition: all .5s;
}
.header_model_menu >a{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e6e6e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all .5s;
}
.header_model_menu >a span{
    color: #7B7B7B;
    font-size: 16px;
}
.header_model_menu >a img{
    height: 16px;
}
.header_model_menu_li{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e6e6e7;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    transition: all .5s;
}
.header_model_menu_sousuo{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e6e6e7;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    transition: all .5s;
}
.header_model_menu_sousuo input{
    background: none;
    height: 35px;
}
.header_model_menu_sousuo img{
    height: 16px;
}
.header_model_menu_li >a{
    color: #7B7B7B;
    font-size: 16px;
}
.header_model_menu_li_ywen{
    width:32px;
    height: 32px;
    background: #95b313;
    position: relative;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 32px;
    margin-right: 8px;
    transition: all .5s;
}
.index_xygg{
    width: 1400px;
    height: 200px;
    margin:40px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}
.index_xygg_left{
    width: 52%;
    height: 100%;
    position: relative;
    background: #fff;
    transition: all .5s;
    padding: 12px 40px;
}
.index_xygg_right{
    width:45%;
    height: 100%;
    position: relative;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}
.index_xygg_right_qie_left{
    width:50px;
    height: 50px;
    position: absolute;
    top: 75px;
    left: -50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 2;
}
.index_xygg_right_qie_left img{
    height: 15px;
    margin-left: 20px;
    transform: rotate(180deg);
    opacity: 0.8;
}
.index_xygg_right_qie_right{
    width:50px;
    height: 50px;
    position: absolute;
    top: 75px;
    right: -50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 2;
}
.index_xygg_right_qie_right img{
    height: 15px;
    margin-right:20px;
    opacity: 0.8;
}
/*.index_xygg_right:hover .index_xygg_right_qie_left{*/
/*    left: -25px;*/
/*}*/
/*.index_xygg_right:hover .index_xygg_right_qie_right{*/
/*    right: -25px;*/
/*}*/
.index_xygg_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
}
.index_xygg_menu_li{
    width: 25%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
    overflow: hidden;
}
.index_xygg_menu_li_bj{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_xygg_menu_li:nth-child(1n){
    background: #378e74;
}
.index_xygg_menu_li:nth-child(2n){
    background: #a6b75b
}
.index_xygg_menu_li:nth-child(3n){
    background:#499460
}
.index_xygg_menu_li:nth-child(4n){
    background:#9c806a
}
.index_xygg_menu_li_i{
    height: 55px;

}
.index_xygg_menu_li_p{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;

}
.index_xygg_menu_li:hover .index_xygg_menu_li_i{
    transform:scale(1.2,1.2);
}
.index_xygg_menu_li:hover .index_xygg_menu_li_p{
    font-size: 18px;
}
.index_xygg_menu_li:hover .index_xygg_menu_li_bj{
    transform:scale(1.1,1.1);
}
.index_title{
    width: 100%;
    height:48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_title p{
    font-size: 32px;
    color: #353535;
    position: relative;
}
.index_title p span{
    position: relative;
    z-index: 2;
}
.index_title p img{
    height: 38px;
    position: absolute;
    top: -5px;
    right: -30px;
    z-index: 1;
}
.index_title a{
    color: #353535;
    font-size: 15px;
}
.index_xygg_left_ul{
    width: 100%;
    height: 115px;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
.index_xygg_left_ul a{
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_xygg_left_ul a p{
    width: calc(100% - 90px);
    display: flex;
}
.index_xygg_left_ul a p span:nth-child(1){
    font-weight: bold;
    width: 60px;
    display: block;
}
.index_xygg_left_ul a p span:nth-child(2){
    width: calc(100% - 60px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 1; /* 显示的行数 */
}
.index_xygg_left_ul a div{
    width: 90px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.index_xygg_left_ul a p:hover{
    margin-left: 8px;
    color: #499460;
}
.index_title a:hover{
    color: #499460;
}
.index_xydt{
    width: 1400px;
    height: 480px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px;
}
.index_xydt_left{
    width: 54.8%;
    height: 100%;
    position: relative;
}
.index_xydt_left img{
    width: 100%;
    height: 100%;
}
.index_xydt_right{
    width: 43%;
    height: 100%;
    position: relative;
}
.index_xydt_yaowen{
    width: 100%;
    height: 140px;
    background: #f0f0f0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_xydt_yaowen::after{
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: 60px;
    left: -10px;
    background: #d5d5d5;
}
.index_xydt_yaowen_title{
    width:75px;
    height: 100%;
    background: #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_xydt_yaowen_title img{
    width: 38px;
}
.index_xydt_yaowen_ul{
    width: calc(100% - 75px);
    height: 100%;
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
    padding-right: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.index_xydt_yaowen_li{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4c4c4c;
    font-size: 16px;
}
.index_xydt_yaowen_li:hover{
    color:#499460;
    font-weight: bold;
    padding-left: 10px;
}
.index_xydt_yaowen_gd{
    font-size: 15px;
    color: #616060;
    position: absolute;
    top: 15px;
    right: 15px;
}
.index_xydt_yaowen_gd:hover{
    color: #499460;
}
.index_xydt_con{
    width: 100%;
    height: 290px;
    margin-top:20px;
    padding-right: 15px;
}
.index_xydt_con_ul{
    width: 100%;
    position: relative;
    padding-top: 10px;
}
.index_xydt_con_li{
    width: 100%;
    display: block;
    height: 38px;
    position: relative;
}
.index_xydt_con_li p{
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
}
.index_xydt_con_li::after{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
    content: '';
    position: absolute;
    top: 16px;
    left: 7px;
    transition: all 0.5s;
}
.index_xydt_con_li:hover p{
    color: #499460;
    font-weight: bold;
    padding-left: 36px;
}
.index_xydt_con_li:hover::after{
    border: 1px solid #499460;
    background:#499460 ;
}
.index_ggt{
    width: 1400px;
    height: 190px;
    position: relative;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_ggt_left{
    width: 40%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.index_ggt_left img{
    width: 100%;
    height: 100%;
}
.index_ggt_left:hover img{
    transform:scale(1.1,1.1);
}
.index_ggt_right{
    width: 58%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.index_ggt_right img{
    width: 100%;
    height: 100%;
}
.index_ggt_right:hover img{
    transform:scale(1.1,1.1);
}
.index_cen{
    width: 1400px;
    height:600px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_new{
    width: 32%;
    height: 100%;
    background: #fff;
    position: relative;
}
.index_new_title{
    width: 100%;
    height: 100px;
    padding: 0 30px;
}
.index_new_img{
    width: 100%;
    height:270px;
    position: relative;
    display: block;
}
.index_new_img img{
    width: 100%;
    height: 100%;
}
.index_new_ul{
    width: 100%;
    height: 230px;
    position: relative;
    padding: 28px 15px;
}
.index_new_li{
    width: 100%;
    display: block;
    height: 46px;
    position: relative;
}
.index_new_li p{
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 46px;
}
.index_new_li::after{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
    content: '';
    position: absolute;
    top: 16px;
    left: 7px;
    transition: all 0.5s;
}
.index_new_li:hover p{
    color: #499460;
    font-weight: bold;
    padding-left: 36px;
}
.index_new_li:hover::after{
    border: 1px solid #499460;
    background:#499460 ;
}
.index_cyxy{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.index_cyxy_li{
    width: 25%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.index_cyxy_li_cen{
    width: 100%;
    height:auto;
    overflow: hidden;
}
.index_cyxy_li_cen_img{
    width: 100%;
    height:auto;
}
.index_cyxy_li_cen_img img{
    width: 100%;
    height:auto;
}
.index_cyxy_li_net{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.24);
    padding: 5%;
}
.index_cyxy_li_net_title{
    width: 100%;
    height: 38px;
    position: relative;
    font-size:32px;
    color: #fff;
}
.index_cyxy_li_net_ceng{
    width: 100%;
    height: 135px;
    position: relative;
    padding-top: 12px;
    font-size: 16px;
    color: #fefefe;
    line-height: 35px;
}
.index_cyxy_li_net_a{
    width: 215px;
    height: 62px;
    background: #fff;
    border-radius: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_cyxy_li_net_a img{
    height:28px;
}
.index_cyxy_li_net_a span{
    font-size: 20px;
    color: #008134;
    font-weight: bold;
    margin-left: 10px;
}
.index_cyxy_li_cen_p{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.index_cyxy_li_cen_p p{
    width: calc(100% - 100px);
    font-size:16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_cyxy_li_cen_p span{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 0 8px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.index_cyxy_li:hover .index_cyxy_li_cen_img{
    transform:scale(1.1,1.1);
}

.index_mtsm{
    width: 1400px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_mtsm_title{
    width: 1400px;
    height: 75px;
    margin: 0 auto;
    font-size: 32px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_mtsm_left{
    width: 70%;
    height: 100%;
    position: relative;
    background: #fff;
    padding: 0 25px;
    padding-bottom: 25px;
}
.index_mtsm_right{
    width: 28%;
    height: 100%;
    position: relative;
    background: #5b8d86;
}
.index_titles{
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_titles span{
    font-size: 24px;
    color: #4c4c4c;
}
.index_titles a{
    font-size: 15px;
    color: #888888;
}
.index_mtsm_twbd{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 5px;
}
.index_mtsm_twbd_li{
    width: 48%;
    height:155px;
    padding-bottom:25px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_mtsm_twbd_li_img{
    width: 215px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.index_mtsm_twbd_li_img img{
    width: 100%;
    height: 100%;
}
.index_mtsm_twbd_li_p{
    width: calc(100% - 215px);
    height: 100%;
    padding: 10px;
    position: relative;
}
.index_mtsm_twbd_li_p p{
    width: 100%;
    line-height:37px;
    font-size: 18px;
    color: #2e2e2e;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
}
.index_mtsm_twbd_li_p span{
    font-size: 15px;
    color: #999999;
    width: 100%;
    line-height: 40px;
}
.index_mtsm_twbd_li:hover .index_mtsm_twbd_li_img img{
    transform:scale(1.1,1.1);
}
.index_mtsm_twbd_li:hover .index_mtsm_twbd_li_p p{
    color: #499460;
}
.index_spbd_title{
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}
.index_spbd_title span{
    font-size: 24px;
    color: #fff;
}
.index_spbd_title a{
    font-size: 15px;
    color: #fff;
}
.index_mtsm_div{
    width: 100%;
    height: 230px;
    position: relative;
}
.index_mtsm_div img{
    width: 100%;
    height: 100%;
}
.index_mtsm_p{
    width: 100%;
    height: 80px;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    line-height: 30px;
}
.index_wzzd{
    width: 1400px;
    min-height:300px;
    background: #fff;
    position: relative;
    margin: 40px auto;
}
.index_wzzd_title{
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
    z-index: 1;
}
.index_wzzd_bj{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_wzzd_ul{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.index_wzzd_li{
    width:240px;
    height: 60px;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.index_wzzd_li:hover{
    color: #499460;
    box-shadow:0 0 10px 0 #49946091;
}
.page_div{
    width: 50px;
    height: 240px;
    position: fixed;
    top: calc(50vh - 120px);
    right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 5;
}
.page_div_li{
    width: 50px;
    height: 50px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.page_div_li_i{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_div_li_i img{
    width: 27px;
}
.page_div_li_cen{
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    background: #268322;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    overflow: hidden;
}
.page_div_li_cen p{
    font-size: 16px;
    color: #fff;
}
.page_div_li_cen_img{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_div_li_cen_img img{
    width: 27px;
}
.page_div_li:hover .page_div_li_cen{
    width: 170px;
    padding-left: 15px;
}
.nei_div{
    width: 100%;
    padding-top: 110px;
    position: relative;
    background: #fff;
}
.banner_div{
    width: 100%;
    height:300px;
    position: relative;
}
.body_weizhi{
    width: 1400px;
    height:45px;
    position: relative;
    background: #f3f4fa;
    margin:32px auto;
    display: flex;
    align-items: center;
    padding-left:20px;
    color: #888888;
    font-size: 14px;
}
.body_weizhi a{
    color: #047632;
}
.nei_yqjs{
    width: 1400px;
    height: 500px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_yqjs_left{
    width: 880px;
    height: 100%;
    position: relative;
}
.nei_yqjs_right{
    width:490px;
    height: 380px;
    position: relative;
}
.nei_yqjs_right img{
    width: 100%;
    height: 100%;
}
.nei_yqjs_left_title{
    width: 100%;
    height:60px;
    line-height: 60px;
    position: relative;
    font-size: 24px;
    color: #2c2c2c;
    font-weight: bold;
}
.nei_yqjs_left_centent{
    width: 100%;
    line-height: 28px;
    position: relative;
    font-size: 16px;
    color: #2c2c2c;
    padding: 9px 0;
}
.nei_yqjs_left_gd{
    width: 230px;
    height: 50px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #888888;
    display: block;
    margin-top: 20px;
}
.nei_yqjs_left_gd:hover{
    color: #499460;
    box-shadow:0 0 10px 0 #49946091;
}
.nei_xrld{
    width: 100%;
    height: 500px;
    background:#f3f4fa;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nei_xrld_div{
    width: 1400px;
    height: 440px;
    position: relative;
}
.nei_xrld_top{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.nei_xrld_top_title{
    font-size: 24px;
    color: #2c2c2c;
    font-weight: bold;
}
.nei_xrld_top_qie{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_xrld_top_qie img{
    height: 100%;
    margin: 0 8px;
    cursor: pointer;
}
.nei_xrld_cen{
    width: 100%;
    height:350px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nei_xrld_cen_li{
    width:235px;
    height: 100%;
    position: relative;
    background: #fff;
    display: block;
}
.nei_xrld_cen_li_img{
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.nei_xrld_cen_li_img img{
    width: 100%;
    height: 100%;
}
.nei_xrld_cen_li_div{
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nei_xrld_cen_li_div p{
    font-size: 16px;
    color: #4c4c4c;
}
.nei_xrld_cen_li_div p span{
    font-weight: bold;
    font-size: 18px;
    color: #4c4c4c;
}
.nei_xrld_cen_li:hover .nei_xrld_cen_li_img img{
    transform:scale(1.1,1.1);
}
.nei_xrld_cen_li:hover .nei_xrld_cen_li_div p{
    color: #499460;
}
.nei_xrld_cen_li:hover .nei_xrld_cen_li_div p span{
    color: #499460;
}
.nei_lrld{
    width: 1400px;
    min-height: 10px;
    margin: 0 auto;
    position: relative;
}
.nei_lrld_title{
    width: 100%;
    height: 85px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_lrld_title span{
    font-size: 24px;
    color: #2c2c2c;
    font-weight: bold;
}
.nei_lrld_title a{
    font-size: 15px;
    color: #4c4c4c;
}
.nei_lrld_ul{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nei_lrld_li{
    width: 680px;
    height: 320px;
    position: relative;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.nei_lrld_li_img{
    width: 240px;
    height: 100%;
    position: relative;
}
.nei_lrld_li_img img{
    width: 100%;
    height: 100%;
    position: relative;
}
.nei_lrld_li:hover{
    box-shadow:0 0 10px 0 #49946091;
}
.nei_lrld_li_cen{
    width: calc(100% - 240px);
    padding:30px;
    position: relative;
    height: 100%;
}
.nei_lrld_li_cen h1{
    font-size: 18px;
    color: #4c4c4c;
    position: relative;
    font-weight: bold;
    margin-bottom: 20px;
}
.nei_lrld_li_cen p{
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #4c4c4c;
}
.nei_lrld_li_cen_p{
    line-height: 32px!important;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 4; /* 显示的行数 */
}
.nei_lrld_li:hover .nei_lrld_li_cen h1{
    color:#499460;
}
.nei_xyls_xxbs{
    width: 100%;
    height: 550px;
    position: relative;
    background: #f3f4fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nei_xyls_xxbs_bor{
    width: 1400px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.nei_xyls{
    width:900px;
    height:510px;
    position: relative;
}
.nei_xyls_title{
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_xyls_title span{
    font-size: 24px;
    color: #2c2c2c;
    font-weight: bold;
}
.nei_xyls_title a{
    font-size: 15px;
    color: #4c4c4c;
}
.nei_xyls_ul{
    width: 100%;
    height: 410px;
    background: #fff;
    position: relative;
    padding: 24px;
}
.nei_xyls_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    position: relative;
    margin: 7px 0;
}
.nei_xyls_li p{
    width: calc(100% - 100px);
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 46px;
}
.nei_xyls_li span{
    width: 80px;
}
.nei_xyls_li::after{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
    content: '';
    position: absolute;
    top: 20px;
    left: 7px;
    transition: all 0.5s;
}
.nei_xyls_li:hover p{
    color: #499460;
    font-weight: bold;
    padding-left: 36px;
}
.nei_xyls_li:hover::after{
    border: 1px solid #499460;
    background:#499460 ;
}
.nei_xxbs{
    width:460px;
    height:510px;
    position: relative;
}
.nei_xxbs_div{
    width: 100%;
    height: 410px;
    position: relative;
    background: #fff;
    padding: 0 25px;
    padding-top: 70px;
}
.nei_xxbs_div_cen{
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-between;
}
.nei_xxbs_div_left{
    width: 140px;
    position: relative;
}
.nei_xxbs_div_left img{
    width: 100%;
}
.nei_xxbs_div_right{
    width: calc(100% - 140px);
    margin-left: 10px;
    line-height: 31px;
    font-size: 16px;
    color: #2c2c2c;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 6; /* 显示的行数 */
}
.nei_xxbs_div_a{
    width: 230px;
    height: 60px;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #888888;
    margin: 40px auto;
    display: block;
}
.nei_xxbs_div_a:hover{
    color: #499460;
    border: 1px solid #499460;
    box-shadow:0 0 10px 0 #49946091;
}
.nei_szyq{
    width: 100%;
    height:320px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nei_szyq_div{
    width: 1400px;
    height: 220px;
    position: relative;
}
.nei_szyq_div img{
    width: 100%;
    height: 100%;
}
.nei_cen{
    width: 1400px;
    min-height: 10px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}
.nei_cen_left{
    width: 250px;
    position: relative;
}
.nei_cen_right{
    width: calc(100% - 290px);
    min-height: 10px;
    position: relative;
}
.nei_cen_right .body_weizhi{
    width: 100%;
    margin: 0;
}
.nei_cen_top{
    width: 100%;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #047632;
}
.nei_cen_top >div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.nei_cen_top span{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.nei_cen_ul{
    width: 100%;
    position: relative;
}
.nei_cen_li{
    width: 100%;
    height:70px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_cen_li span{
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
}
.nei_cen_li img{
    height: 16px;
}
.nei_cen_li:hover{
    background: #eeeeee;
}
.nei_cen_li:hover span{
    color: #047632;
}
.body_weizhi_con{
    width: 100%;
    min-height: 10px;
    position: relative;
    padding: 20px 0;
}
.dj_header{
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.dj_header_top{
    width: 100%;
    height: 25px;
    position: relative;
    background: #d7080e;
    display: flex;
    justify-content: center;
}
.dj_header_top_bor{
    width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size:12px;
}
.dj_header_div{
    width: 100%;
    height: 115px;
    position: relative;
    display: flex;
    justify-content: center;
}
.dj_header_bor{
    width: 1400px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_header_logo{
    height: 68px;
    display: block;
}
.dj_header_logo img{
    height: 100%;
}
.dj_header_menu{
    height: 42px;
    position: relative;
    display: flex;
    align-items: center;
}
.dj_header_menu a{
    margin: 0 10px;
    font-size: 15px;
    color: #4c4c4c;
}
.dj_header_menu a:hover{
    color: #d7080e;
    font-weight: bold;
}
.dj_header_menu a[on='true']{
    color: #d7080e;
    font-weight: bold;
}
.dj_header_menu_fanhui{
    width: 110px;
    height: 100%;
    border-radius: 42px;
    background: #d7080e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0!important;
}
.dj_header_menu_fanhui img{
    height: 17px;
}
.dj_header_menu_fanhui span{
    font-size: 14px;
    color: #fff;
    margin-left: 4px;
}
.dj_body{
    width: 100%;
    position: relative;
    padding-top: 140px;
    background: #fff;
}
.dj_banner{
    width: 100%;
    height: calc(100vh - 140px);
    position: relative;
    overflow: hidden;
}
.dj_footer{
    width: 100%;
    height: 140px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dj_footer p{
    color: #fff;
    font-size: 14px;
}
.dj_footer p a{
    color: #fff;
    font-size: 14px;
}
.dj_weizhi{
    width: 1200px;
    height:45px;
    position: relative;
    background: #f3f4fa;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding-left:20px;
    color: #888888;
    font-size: 14px;
}
.dj_weizhi a{
    color: #c90606;
    margin: 0 5px;
}
.dj_weizhi .s{
    color: #c90606;
}
.dj_djhd{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_djhd_left{
    width: 40%;
    height:320px;
    position: relative;
}
.dj_djhd_right{
    width: 58%;
    height: 320px;
    position: relative;
}
.dj_ggt{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_ggt img{
    width: 100%;
}
.dj_xxzy_jjjcsj{
    width: 100%;
    height: 530px;
    position: relative;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dj_xxzy_jjjcsj_bor{
    width: 1200px;
    height: 440px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_xxzy_div{
    width: 49%;
    height:440px;
    position: relative;
    background: #fff;
    padding: 15px;
}
.dj_qzhqgz_wmdw{
    width: 100%;
    height: 440px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dj_qzhqgz_wmdw_bor{
    width: 1200px;
    height: 440px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_qzhqgz_wmdw_bor >div{
    width:50%;
    height: 400px;
    background: #fff;
    padding: 15px;
    border-left: 1px solid #f5f5f5;
}
.dj_qzhqgz_wmdw_bor >div:nth-child(1){
    border: none;
}
.dj_title{
    width: 100%;
    height:30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #c90606;
}
.dj_title_zwz{
    border-bottom: 1px dashed #000;
}
.dj_title_p{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 1px;
}
.dj_title_p img{
    height: 100%;
}
.dj_title_p p{
    height: 100%;
    font-size: 18px;
    color: #fff;
    position: relative;
    background: #c90606;
    padding-left: 5px;
    padding-right: 15px;
}
.dj_title_p_zwz{
    margin: 0;
}
.dj_title_p span{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.dj_title_gd{
    width:65px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    color: #c90606;
}
.dj_title_gd_zwz span{
    color: #000;
}
.dj_djhd_ul{
    width: 100%;
    padding: 15px 0;
    position: relative;
}
.dj_djhd_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    position: relative;
}
.dj_djhd_li p{
    width: calc(100% - 100px);
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dj_djhd_li span{
    width: 85px;
    display: block;
    font-size: 14px;
    color: #999999;
}
.dj_djhd_li::after{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
    content: '';
    position: absolute;
    top: 16px;
    left: 7px;
    transition: all 0.5s;
}
.dj_djhd_li:hover p{
    color: #c90606;
    font-weight: bold;
    padding-left: 36px;
}
.dj_djhd_li:hover::after{
    border: 1px solid #c90606;
    background:#c90606 ;
}
.dj_list_ul{
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.dj_list_ul_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    position: relative;
}
.dj_list_ul_li p{
    width: calc(100% - 100px);
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dj_list_ul_li span{
    width: 80px;
    display: block;
    font-size: 14px;
    color: #999999;
}
.dj_list_ul_li::after{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
    content: '';
    position: absolute;
    top: 16px;
    left: 7px;
    transition: all 0.5s;
}
.dj_list_ul_li:hover p{
    color: #c90606;
    font-weight: bold;
    padding-left: 36px;
}
.dj_list_ul_li:hover::after{
    border: 1px solid #c90606;
    background:#c90606 ;
}
.dj_qtgz_ul{
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.dj_qtgz_li{
    width: 100%;
    height: 88px;
    position: relative;
    margin: 15px 0;
    padding-right: 18px;
    display: flex;
    justify-content: space-between;
}
.dj_qtgz_li_img{
    width: 130px;
    height: 100%;
}
.dj_qtgz_li_cen{
    width: 300px;
    height: 100%;
    position: relative;
}
.dj_qtgz_li_cen p:nth-child(1){
    width: 100%;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
}
.dj_qtgz_li_cen p:nth-child(2){
    width: 100%;
    padding: 6px 0;
    position: relative;
    line-height: 24px;
    font-size: 15px;
    color:#999999 ;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
}
.dj_qtgz_li_time{
    width: 90px;
    line-height: 30px;
    font-size:14px;
    color: #999999;
}
.dj_qtgz_li:hover .dj_qtgz_li_cen p:nth-child(1){
    color:#c90606;
}
.dj_qtgz_li:hover .dj_qtgz_li_time{
    color:#c90606;
}
.dj_mobel_thamburger{
    display: none;
}
.dj_mobel_thamburger .line{
    width: 30px;
    height: 2px;
    background-color: #d7080e;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dj_mobel_thamburger:hover{
    cursor: pointer;
}
.dj_mobel_thamburger.is-active .line:nth-child(2){
    opacity: 0;
}
.dj_mobel_thamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.dj_mobel_thamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.dj_nei_banner{
    width: 100%;
}
.dj_nei_banner img{
    width: 100%;
}
.dj_fllby{
    width: 1200px;
    margin: 10px auto;
    position: relative;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.dj_fllby_list{
    width: 580px;
    height: 210px;
    background: #f6f6f6;
    position: relative;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_fllby_list_img{
    width: 320px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.dj_fllby_list_img img{
    height: 100%;
}
.dj_fllby_list_p{
    width: calc(100% - 320px);
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 0;
}
.dj_fllby_list_p p{
    width: 100%;
    color: #2c2c2c;
    font-size: 18px;
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.dj_fllby_list_p span{
    width: 50%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    background: #dadada;
    border-radius: 40px;
}
.dj_fllby_list:hover .dj_fllby_list_img img{
    transform:scale(1.1,1.1);
}
.dj_fllby_list:hover .dj_fllby_list_p p{
    font-weight: bold;
}
.dj_fllby_list:hover .dj_fllby_list_p span{
    background: #9c9c9c;
    color: #fff;
}
.dj_fllby_list:hover{
    box-shadow: 2px 5px 8px #adadad;
}
/*分页*/
.page_con{
    width: 100%;
    height: 60px;
    margin: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.pagings,
.pc_page {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.pagings {
    margin-top: 40px;
}
.pc_page>a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 20px;
    color: #919191;
    font-weight: lighter;
    line-height: 40px;
    margin-right: 20px;
}
.pc_page>span {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    height: 40px;
    background: #d7080e;
    border: 1px solid #d7080e;
    border-radius: 3px;
    font-size: 20px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 40px;
    margin-right: 20px;
}
.pc_page>a:hover {
    background: #d7080e;
    border: 1px solid #d7080e;
    color: #fff;
}
.pc_page>.prev,
.pc_page>.next {
    width: 80px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 5px;
}
.dj_cxtzty{
    width: 100%;
    position: relative;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dj_cxtzty_dtxsyth{
    width: 1200px;
    margin: 10px auto;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_cxtzty_title{
    width: 100%;
    height: 38px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_cxtzty_title p{
    line-height: 38px;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: bold;
    border-bottom: 3px solid #d7080e;
}
.dj_cxtzty_title a{
    font-size: 14px;
    color: #4c4c4c;
}
.dj_cxtzty_dt{
    width: 800px;
    height: 100%;
    position: relative;
}
.dj_cxtzty_dt_div{
    width: 100%;
    height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.dj_cxtzty_dt_div_img{
    width: 350px;
    height: 100%;
    position: relative;
}
.dj_cxtzty_dt_div_img img{
    width: 100%;
}
.dj_cxtzty_dt_div_ul{
    width: calc(100% - 370px);
    height: 100%;
    position: relative;
}
.dj_cxtzty_dt_div_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    position: relative;
}
.dj_cxtzty_dt_div_li p{
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dj_cxtzty_dt_div_li::after{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
    content: '';
    position: absolute;
    top: 21px;
    left: 10px;
    transition: all 0.5s;
}
.dj_cxtzty_dt_div_li:hover p{
    color: #c90606;
    font-weight: bold;
    padding-left: 36px;
}
.dj_cxtzty_dt_div_li:hover::after{
    border: 1px solid #c90606;
    background:#c90606 ;
}

.dj_cxtzty_xstth{
    width:340px;
    height: 100%;
    position: relative;
}
.dj_cxtzty_xstth_ul{
    width: 100%;
    position: relative;
}
.dj_cxtzty_xstth_li{
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #e9e9e9;
    display: flex;
    align-items: center;
}
.dj_cxtzty_xstth_li p{
    width: 100%;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 27px;
}
.dj_cxtzty_xstth_li:hover p{
    font-weight: bold;
}
.dj_xtly_xtzz_jnwj{
    width: 100%;
    height: 380px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}
.dj_xtly_xtzz_jnwj_bor{
    width: 1200px;
    height:320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_xtly_div{
    width: 33%;
    height: 100%;
    border-left: 1px solid #e8e8e8;
    padding: 0 22px;
}
.dj_xtly_div:nth-child(1){
    border: none;
}
.dj_xtly_div_ul{
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.dj_xtly_div_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: relative;
}
.dj_xtly_div_li p{
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dj_xtly_div_li::after{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #4c4c4c;
    content: '';
    position: absolute;
    top: 21px;
    left: 10px;
    transition: all 0.5s;
}
.dj_xtly_div_li:hover p{
    color: #c90606;
    font-weight: bold;
    padding-left: 36px;
}
.dj_xtly_div_li:hover::after{
    border: 1px solid #c90606;
    background:#c90606 ;
}
.dj_rwft_jyxt_bwbd{
    width: 100%;
    height: 410px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dj_rwft_jyxt_bwbd_bor{
    width: 1200px;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_rwft_div{
    width: 33%;
    height: 100%;
    position: relative;
    padding: 0 20px;
}
.dj_rwft_ul{
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.dj_rwft_li{
    width: 100%;
    font-size: 16px;
    line-height: 52px;
    color: #4c4c4c;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #f8f8f8;
    padding-left: 5px;
}
.dj_rwft_li:nth-child(1){
   border: none;
}
.dj_rwft_li:hover{
    color: #c90606;
    font-weight: bold;
    padding-left: 15px;
}
.dj_nei_cen{
    width: 1200px;
    position: relative;
    margin:0 auto;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.dj_nei_menu{
    width:250px;
    position: relative;
}
.dj_nei_menu_top{
    width: 100%;
    height: 120px;
    background: #cc0208;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
}
.dj_nei_menu_top span{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.dj_nei_menu_ul{
    width: 100%;
    position: relative;
    border-right: 1px solid #eeeeee;
}
.dj_nei_menu_li{
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    padding-left:75px;
}
.dj_nei_menu_li span{
    font-size: 18px;
    color: #4c4c4c;
}
.dj_nei_menu_li:hover{
    background: #eeeeee;
}
.dj_nei_menu_li:hover span{
   color: #cc0208;
    font-weight: bold;
}
.dj_nei_menu_li[on='true']{
    background: #eeeeee;
}
.dj_nei_menu_li[on='true'] span{
   color: #cc0208;
    font-weight: bold;
}
.dj_nei_div{
    width: 915px;
    position: relative;
}
.dj_nei_weizhi{
    width: 100%;
    height:45px;
    position: relative;
    background: #f3f4fa;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding-left:20px;
    color: #888888;
    font-size: 14px;
}
.dj_nei_weizhi a{
    color: #888888;
}
.dj_nei_weizhi .s{
    color: #c90606;
}
.dj_nei_quanwen{
    width: 100%;
    position: relative;
    padding: 10px 0;
}
.dj_nei_quanwen_li{
    width: 100%;
    line-height: 62px;
    border-bottom: 1px dashed #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_nei_quanwen_li span{
    width: 90px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #999999;
}
.dj_nei_quanwen_li p{
    width: calc(100% - 100px);
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dj_nei_quanwen_li:hover p{
    padding-left: 10px;
    color: #cc0208;
    font-weight: bold;
}

.dj_nei_quanwen_li:hover span{
    color: #cc0208;
}
.dj_model_menu{
    width: 100%;
    height: 40px;
    display: none;
}
.dj_djtw{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.dj_djtw_div{
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.dj_djtw_ul{
    width: 100%;
    position: relative;
}
.dj_djtw_li{
    width: 100%;
    height:200px;
    border: 1px solid #e8e8e8;
    border-bottom: 4px solid #eaeaea;
    padding: 32px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dj_djtw_li_left{
    width: calc(100% - 150px);
    height:160px;
    position: relative;
    display: flex;
    align-items: center;
}
.dj_djtw_li_left_img{
    width:280px;
    height: 100%;
}
.dj_djtw_li_left_img img{
    height: 100%;
}
.dj_djtw_li_left_p{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
    padding-left: 15px;
}
.dj_djtw_li_left_p p:nth-child(1){
    width: 100%;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dj_djtw_li_left_p p:nth-child(2){
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
}
.dj_djtw_li_right{
    width: 110px;
    height:120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.dj_djtw_li_right p{
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-size: 18px;
}
.dj_djtw_li_right div{
    width:100px;
    height: 34px;
    background:#eaeaea ;
    color: #4c4c4c;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
}
.dj_djtw_li:hover{
    border-bottom: 4px solid #cf0d0d;
}
.dj_djtw_li:hover .dj_djtw_li_left_p p:nth-child(1){
    color: #cf0d0d;
    font-weight: bold;
}
.dj_djtw_li:hover .dj_djtw_li_right p{
    color: #cf0d0d;
}
.dj_djtw_li:hover .dj_djtw_li_right div{
    background: #cf0d0d;
    color: #fff;
}
.dj_info{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.dj_info_div{
    width: 100%;
    position: relative;
    padding-top: 15px;
}
.dj_info_div_title{
    width: 100%;
    min-height: 145px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.dj_info_div_title p{
    width: 100%;
    padding: 5px 15px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
}
.dj_info_div_cen{
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.dj_info_div_cen >div{
    margin: 0 15px;
    height:14px;
    font-size: 14px;
    color: #888888;
    display: flex;
    align-items: center;
}
.dj_info_div_cen >div img{
    height: 100%;
    margin-right: 6px;
}
.dj_info_div_cen >div span{
    margin: 0 5px;
    cursor: pointer;
}
.dj_info_div_cen >div span:hover{
    color:#d7080e ;
}
.dj_info_div_cen >div span[on='true']{
    color:#d7080e ;
}
.dj_info_div_content{
    width: 100%;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed #f1f1f1;
}
.dj_info_page{
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
}
.dj_info_page a{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #2c2c2c;
    font-size: 16px;
}
.dj_info_page a:hover{
    color: #d7080e;
}
.nei_quanwen{
    width: 100%;
    position: relative;
}
.nei_quanwen_li{
    width: 100%;
    line-height: 62px;
    border-bottom: 1px dashed #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_quanwen_li span{
    width: 90px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #999999;
}
.nei_quanwen_li p{
    width: calc(100% - 100px);
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 1; /* 显示的行数 */
}
.nei_quanwen_li:hover p{
    padding-left: 10px;
    color: #047632;
    font-weight: bold;
}

.nei_quanwen_li:hover span{
    color: #047632;
}

/*分页*/
.page_con{
    width: 100%;
    height: 60px;
    margin: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.pagings,
.pc_nei_page {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.pagings {
    margin-top: 40px;
}

.pc_nei_page>a {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 15px;
    color: #919191;
    font-weight: lighter;
    line-height: 30px;
    margin-right: 10px;
}

.pc_nei_page>span {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 30px;
    background: #047632;
    border: 1px solid #047632;
    border-radius: 3px;
    font-size: 15px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 30px;
    margin-right: 10px;
}

.pc_nei_page>a:hover {
    background: #047632;
    border: 1px solid #047632;
    color: #fff;
}
.pc_nei_page>.prev,
.pc_nei_page>.next {
    width: 80px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 5px;
}

.info_div{
    width: 100%;
    position: relative;
    padding-top: 15px;
}
.info_div_title{
    width: 100%;
    min-height: 145px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.info_div_title p{
    width: 100%;
    padding: 5px 15px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
}
.info_div_cen{
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.info_div_cen >div{
    margin: 0 15px;
    height:14px;
    font-size: 14px;
    color: #888888;
    display: flex;
    align-items: center;
}
.info_div_cen >div img{
    height: 100%;
    margin-right: 6px;
}
.info_div_cen >div span{
    margin: 0 5px;
    cursor: pointer;
}
.info_div_cen >div span:hover{
    color:#047632 ;
}
.info_div_cen >div span[on='true']{
    color:#047632 ;
}
.info_div_content{
    width: 100%;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed #f1f1f1;
}
.info_div_content p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}
.info_page{
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
}
.info_page a{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #2c2c2c;
    font-size: 16px;
}
.info_page a:hover{
    color: #047632;
}
.nei_jgsz{
    width: 1400px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nei_jgsz_li{
    width: 49%;
    height: 320px;
    position: relative;
    margin-bottom:30px;
    box-shadow: 1px 4px 9px #adadad;
    display: flex;
}
.nei_jgsz_li_left{
    width: 60px;
    height: 100%;
    position: relative;
}
.nei_jgsz_li_right{
    width: calc(100% - 60px);
    height: 100%;
    position: relative;
    padding: 32px;
}
.nei_jgsz_li_title{
    width: 100%;
    height:62px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_jgsz_li_title p{
    font-size: 24px;
    color: #2c2c2c;
    font-weight: bold;
}
.nei_jgsz_li_title a{
    font-size: 15px;
    color: #888888;
}
.nei_jgsz_li_right_ul{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.nei_jgsz_li_right_li{
    width: 50%;
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_jgsz_li_right_li img{
    width: 20px;
    margin-right: 5px;
}
.nei_jgsz_li_right_li span{
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #2c2c2c;
}
.nei_jgsz_li_right_li:hover{
    padding-left: 10px;
}
.nei_jgsz_li_right_li:hover span{
    color: #047632;
}
.nei_zhfl{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.nei_zhfl_li{
    width:250px;
    height: 140px;
    position: relative;
    margin: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
}
.nei_zhfl_li span{
    padding: 0 8px;
    font-size: 18px;
    color: #2c2c2c;
}
.nei_zhfl_li:hover{
    border: 1px solid #047632;
}
.nei_zhfl_li:hover span{
    color: #047632;
    font-weight: bold;
}
.nei_kybm{
    width: 100%;
    position: relative;
    padding: 10px 0;
}
.nei_kybm_title{
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.nei_kybm_content{
    width: 100%;
    position: relative;
    padding: 10px 0;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 32px;
}
.nei_kybm_titles{
    width: 100%;
    line-height: 52px;
    color: #047632;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.nei_kybm_ul{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    flex-wrap: wrap;
}
.nei_kybm_li{
    width: 340px;
    height: 70px;
    position: relative;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.nei_kybm_li span{
    font-size: 18px;
    color: #2c2c2c;
}
.nei_kybm_li:hover{
    background: #157f3a;
}
.nei_kybm_li:hover span{
    color: #fff;
}

.nei_quantu{
    width: 100%;
    position: relative;
    column-count: 3;
    column-gap: 10px;
    padding-top: 30px;
}

.nei_quantu_li{
    width: 100%;
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.nei_quantu_li_img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.nei_quantu_li_img img{
    width: 100%;
}
.nei_quantu_li_p{
    width: 100%;
    height: 32px;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
.nei_quantu_li_p p{
    width: calc(100% - 115px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.nei_quantu_li_p span{
    width: 100px;
}
.nei_quantu_li:hover .nei_quantu_li_img img{
    transform:scale(1.1,1.1);
}
.nei_hrl{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.nei_hrl_li{
    width: 252px;
    height: 448px;
    position: relative;
    display: block;
    margin: 12px;
}
.nei_hrl_img{
    width: 100%;
    height: 100%;
}
.nei_hrl_img img{
    width: 100%;
}
.nei_yjy_ul{
    width: 100%;
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.nei_yjy_li{
    width: 162px;
    height: 292px;
    position: relative;
    margin: 10px;
    border: 1px solid #d7d7d7;
}
.nei_yjy_li_img{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.nei_yjy_li_img img{
    width: 100%;
    position: relative;
}
.nei_yjy_li_p{
    width: 100%;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
.nei_yjy_li_p p:nth-child(1){
    width: 100%;
    line-height: 24px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
}
.nei_quantu_jzgd{
    width: 50%;
    height: 32px;
    background: #047632;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 15px;
}
.nei_yjy_li_p p:nth-child(2){
    width: 100%;
    line-height: 30px;
    color: #4c4c4c;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 2px;
}
.nei_yjy_li:hover{
    box-shadow: 1px 3px 7px rgba(13, 119, 51, 0.44);
    border: 1px solid #0d7733;
}
.nei_yjy_li:hover .nei_yjy_li_img img{
    transform:scale(1.1,1.1);
}
.nei_yjy_li:hover .nei_yjy_li_p p{
    color:#0d7733;
}
.nei_yjy_info{
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.nei_yjy_info_top{
    width: 100%;
    min-height:370px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_yjy_info_img{
    width:300px;
    height: 372px;
}
.nei_yjy_info_img img{
    height: 100%;
}
.nei_ldjs_info_top{
    width: 100%;
    min-height:370px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.nei_ldjs_info_img{
    width:300px;
    height: 372px;
}
.nei_ldjs_info_img img{
    height: 100%;
}
.nei_yjy_info_cen{
    width:760px;
    min-height: 370px;
    border-bottom: 1px dashed #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nei_yjy_info_cen_left{
    width: 280px;
    min-height:220px;
    position: relative;
    border-right: 1px solid #dedede;
}
.nei_yjy_info_cen_left a:nth-child(1){
    font-size: 22px;
    color: #047632;
    font-weight: bold;
    line-height:42px;
}
.nei_yjy_info_cen_left p:nth-child(2){
    font-size: 16px;
    color: #047632;
    line-height:48px ;
}
.nei_yjy_info_cen_left p:nth-child(3){
    font-size: 16px;
    color: #047632;
    line-height:45px ;
}
.nei_yjy_info_cen_left p:nth-child(4){
    font-size: 16px;
    color: #047632;
    line-height:45px ;
}
.nei_yjy_info_cen_left p span{
    color: #4c4c4c;
}
.nei_yjy_info_cen_right{
    width:420px;
    min-height: 220px;
}
.nei_yjy_info_cen_right p{
    width: 100%;
    color: #047632;
    line-height: 35px;
    font-size: 16px;
}

.nei_yjy_info_cen_right span{
    width: 100%;
    color: #4c4c4c;
    line-height: 35px;
    font-size: 16px;
}
.nei_ldjs_cen{
    width: calc(100% - 340px);
    border-bottom: 1px dashed #cbcbcb;
}
.nei_xrld_title{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    display: block;
    line-height: 60px;
    color: #047632;
    margin-top: 30px;
}
.nei_xrld_span{
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: rgba(4, 118, 50, 0.66);
}
.nei_xrld_span span:nth-child(2){
    color: #000;
}
.nei_xrld_cen_p{
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: rgba(4, 118, 50, 0.66);
}
.nei_xrld_cen_p span:nth-child(2){
    color: #000;
}
.nei_yjy_info_content{
    width: 100%;
    position: relative;
    padding: 25px 0;
    line-height: 30px;
    border-bottom: 1px dashed #f1f1f1;
}
.nei_yjy_info_page{
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
}
.nei_yjy_info_page a{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #2c2c2c;
    font-size: 16px;
}
.nei_yjy_info_page a:hover{
    color: #047632;
}

.nei_twlb_ul{
    width: 100%;
    position: relative;
}
.nei_twlb_li{
    width: 100%;
    height:200px;
    border: 1px solid #e8e8e8;
    border-bottom: 4px solid #eaeaea;
    padding: 32px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_twlb_li_left{
    width: calc(100% - 150px);
    height:160px;
    position: relative;
    display: flex;
    align-items: center;
}
.nei_twlb_li_img{
    width:280px;
    height: 100%;
    overflow: hidden;
}
.nei_twlb_li_img img{
    height: 100%;
}
.nei_twlb_li_two .nei_twlb_li_img img{
    display: none;
}
.nei_twlb_li_left_p{
    width: calc(100% - 280px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
}
.nei_twlb_li_left_p p:nth-child(1){
    width: 100%;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
}
.nei_twlb_li_left_p p:nth-child(2){
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 4; /* 显示的行数 */
}
.nei_twlb_li_right{
    width: 110px;
    height:120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.nei_twlb_li_right p{
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-size: 18px;
}
.nei_twlb_li_right div{
    width:100px;
    height: 34px;
    background:#eaeaea ;
    color: #4c4c4c;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
}
.nei_twlb_li:hover{
    border-bottom: 4px solid #047632;
}
.nei_twlb_li:hover .nei_twlb_li_left_p p:nth-child(1){
    color: #047632;
    font-weight: bold;
}
.nei_twlb_li:hover .nei_twlb_li_right p{
    color: #047632;
}
.nei_twlb_li:hover .nei_twlb_li_right div{
    background: #047632;
    color: #fff;
}
.nei_map{
    width: 100%;
    height: 480px;
    border: 1px solid #ececec;
    margin: 20px 0;
    padding:32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nei_map_left{
    width: 180px;
    height: 100%;
    position: relative;
}
.nei_map_right{
    width: calc(100% - 180px);
    height: 100%;
    position: relative;
}
.nei_map_left_title{
    width:100px;
    height: 75px;
    line-height: 75px;
    font-size:24px;
    color: #333333;
    font-weight: bold;
    border-bottom: 2px solid #999999;
}
.nei_map_left_ewm{
    width: 140px;
    height: 140px;
    position: relative;
    margin:30px 0;
    margin-bottom: 15px;
}
.nei_map_left_ewm img{
    width: 100%;
}
.nei_map_left_p{
    width: 140px;
}
.nei_map_left_p p{
    width: 100%;
    line-height: 28px;
    text-align: center;
}
.nei_erji{
    width: 100%;
    height: 45px;
    position: relative;
    display: none;
}
.weui-navigator {
    background: #fafafa;
    position: relative;
    padding: 0;
    margin: 0;
    display: none;
}

.weui-navigator-list {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    margin: 0 auto
}

.weui-navigator-list li {
    list-style: none;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center
}

.weui-navigator.weui-navigator-wrapper {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}

.weui-navigator-list li a {
    text-decoration: none;
    color: #666;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px
}

.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {
    color: #047632
}

.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #047632
}

.weui-navigator .weui-navigator-list {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto
}

.weui-navigator .weui-navigator-list:after {
    content: '';
    clear: both;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden
}

.weui-navigator .weui-navigator-list li {
    display: inline-block
}
.dj_body .weui-navigator-list li.weui-state-hover, .dj_body .weui-navigator-list li.weui-state-active a {
    color: #c30505
}

.dj_body .weui-navigator-list li.weui-state-hover, .dj_body .weui-navigator-list li.weui-state-active a:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #c30505
}
.nei_wzdt{
    width: 100%;
    position: relative;
    border: 1px solid #0a7633;
    margin-top: 30px;
    padding: 20px;
}
.nei_wzdt_ul{
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dbdbe9;
}
.nei_wzdt_left{
    width: 180px;
    min-height: 80px;
    background: #eeeef8;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-weight: bold;
    font-size: 18px;
}
.nei_wzdt_right{
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.nei_wzdt_right a{
    font-size: 14px;
    padding: 0 20px;
    display: block;
    height: 18px;
    border-right: 1px solid #444444;
}

.nei_wzdt_right a:hover{
    color: #0a7633;
}
.nei_wzdt_bottom{
    width: 100%;
    margin-top: 30px;
    background: #eeeef8;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
}
.nei_wzdt_bottom a{
    width: 170px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #444444;
    margin: 18px 0;
    text-align: center;
}
.sousuo_menu{
    width:250px;
    min-height: 10px;
    position: relative;
}
.sousuo_cen{
    width: calc(100% - 280px);
    min-height: 10px;
    position: relative;
}
.sousuo_menu_ul{
    width: 100%;
    position: relative;
}
.sousuo_menu_title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #047632;
}
.sousuo_menu_li{
    width: 100%;
    display: block;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    font-size:18px;
    color: #4c4c4c;
}
.sousuo_menu_li:hover{
    background: #eeeeee;
    color: #047632;
}

.sousuo_menu_li[on='true']{
    background: #eeeeee;
    color: #047632;
}
.sousuo_menu_time{
    width: 100%;
    padding-bottom: 15px;
}
.sousuo_menu_time p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    font-size:18px;
    color: #4c4c4c;
}
.sousuo_menu_nev{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #4c4c4c;
    margin: 10px 0;
}
.sousuo_menu_nev span{
    width: 40px;
    display: block;
}
.sousuo_menu_nev input{
    width: calc(100% - 40px);
    height: 100%;
    border: 1px solid #c5c5c5;
    padding: 0 12px;
}
.sousuo_menu_submit{
    width: calc(100% - 40px);
    height: 100%;
    background: #eeeeee;
    color: #047632;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.sousuo_cen_top{
    width: 100%;
    height:56px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sousuo_cen_top_left{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.sousuo_cen_top_left p{
    font-size: 16px;
    color: #4c4c4c;
}
.sousuo_cen_top_left input{
    width: 720px;
    height: 100%;
    position: relative;
    border: 1px solid #d4d4d4;
    padding-left: 10px;
    font-size: 16px;
}
.sousuo_cen_top_left div{
    width: 150px;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    background: #047632;
    cursor: pointer;
}
.sousuo_cen_top_right{
    width: 150px;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 56px;
    color: #4c4c4c;
    font-size: 18px;
    background: #eeeeee;
}
.sousuo_cen_tishi{
    width: 100%;
    height: 80px;
    position: relative;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #4c4c4c;
}
.sousuo_cen_tishi span{
    color: #ff0000;
}
.sousuo_cen_ul{
    width: 100%;
    position: relative;
}
.sousuo_cen_li{
    width: 100%;
    position: relative;
    padding:15px 35px;
    display: block;
    border: 1px solid #e3e3e3;
    border-bottom: 4px solid #eaeaea;
    margin-bottom: 20px;
}
.sousuo_cen_li >p:nth-child(1){
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #4c4c4c;
}
.sousuo_cen_li >p:nth-child(2){
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 32px;
    text-indent:2em;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.sousuo_cen_li_p{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #4c4c4c;
}
.sousuo_cen_li_p p span{
    color:#047632 ;
}
.sousuo_cen_li label{
    color: #ff0000!important;
}
.sousuo_cen_li:hover{
    box-shadow: 2px 2px 5px #adadad;
}

.nei_erji{
    width: 100%;
    height: 48px;
    position: relative;
    z-index: 1;
    background: #eee;
    white-space: nowrap;
    overflow-x: scroll;
}

.nei_erji_li{
    height: 100%;
    line-height:48px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
}
.nei_erji_li[on='true']::after{
    content: '';
    width: 60%;
    height: 4px;
    position: absolute;
    left: 20%;
    bottom: 2px;
    border-radius: 4px;
    background: #047632;
}
.search-main{
    width: 100%;
    position: relative;
}
.container{
    width: 100%;
    position: relative;
}
.container >.form-search{
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container >.form-search .search-name{
    width: 80px;
    font-size: 16px;
    color: #4c4c4c;
}
.container >.form-search >div:nth-child(2){
    width: calc(100% - 230px);
    height: 100%;
}
.container >.form-search >div:nth-child(2) input{
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #d4d4d4;
    padding-left: 10px;
    font-size: 18px;
}
.container >.form-search >div:nth-child(3){
    width:150px;
    height: 100%;
}
.container >.form-search >div:nth-child(3) button{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    background: #047632;
    cursor: pointer;
    border: none;
}
.hidden-md{
    padding: 14px 0;
}
.hidden-md >section{
    padding: 15px 0!important;
    border-bottom:1px dashed #dbdbe9!important;
}
.hidden-md >section a{
    font-size: 14px;
}
.hidden-md >section .active{
    font-size: 15px;
    color: #047632;
    font-weight: bold;
}
.hidden-md >section a:hover{
    color: #047632;
}
.hidden-md >section span{
    margin: 0 7px;
}
.nav-main >div:nth-child(2){
    display: none;
}
.nav-main .nav-result{
    width: 100%;
}
.nav-main .nav-result .search-sort{
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-main .nav-result .search-sort .red{
    color: #047632;
}
.nav-main .nav-result .mb20{
    width: 100%;
    position: relative;
    padding: 15px 35px;
    display: block;
    border: 1px solid #e3e3e3;
    border-bottom: 4px solid #eaeaea;
    margin-bottom: 20px;
}
.nav-main .nav-result .mb20 .mb5{
    width: 100%;
    display: flex;
    align-items: center;
}
.nav-main .nav-result .mb20 .mb5 span{
    color: #047632;
    font-size: 18px;
    line-height: 42px;
}
.nav-main .nav-result .mb20 .mb5 a{
    width: calc(100% - 20px);
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #4c4c4c;
}
.nav-main .nav-result .mb20 .content{
    width: 100%;
}
.nav-main .nav-result .mb20 .content p{
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 32px;
    text-indent: 2em;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nav-main .nav-result ol{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #4c4c4c;
}
.nav-main .nav-result .mb20:hover{
    box-shadow: 2px 2px 5px #adadad;
}
.nav-main .nav-result .mb20:hover .mb5 a{
    color: #047632;
    font-weight: bold;
}
.mobile_hide{
    width: 100%;
    min-height: 45px;
}
.mobile_hide .pager{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_hide .pager ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile_hide .pager ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 15px;
    color: #919191;
    font-weight: lighter;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.mobile_hide .pager ul .pgCurrent{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 30px;
    background: #047632;
    border: 1px solid #047632;
    border-radius: 3px;
    font-size: 15px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 30px;
    margin-right: 10px;
}
.mobile_hide .pager ul .quickPager{
    min-width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_hide .pager ul .quickPager #chatpage{
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border: 1px solid #047632;
}
.mobile_hide .pager ul .quickPager #chatpage input{
    width: 20px;
    height: 100%;
    text-align: center;
    font-size: 15px;
}
.mobile_hide .pager ul .quickPager #chatpage a{
    color: #047632;
}
.pager ul li.text #chatpage .enter{
    background-color: #047632!important;
}
.mobile_show{
    width: 100%;
    height: 36px;
    margin: 6px 0;
    display: none;
}
.mobile_show li{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_show li button{
    height: 100%;
    background: #047632;
    border: none;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

/* 小于1500的屏幕 笔记本屏幕*/
@media (max-width: 1600px) {
    .body_footer_bor{
        width: 1400px;
    }
    .body_header_menu{
        width: 1400px;
    }
    .body_header_top{
        width: 1400px;
    }
}

/* 小于1400的屏幕 */
@media (max-width: 1400px) {
    .index_xygg{
        width: 1200px;
    }
    .index_xydt{
        width: 1200px;
    }
    .index_ggt{
        width: 100%;
    }
    .index_cen{
        width: 1200px;
    }
    .nei_cen{
        width: 1200px;
    }
    .index_mtsm_title{
        width: 100%;
    }
    .index_cyxy{
        height: auto;
    }
    .index_cyxy_li{
        height:270px;
    }
    .index_mtsm{
        width: 1200px;
    }
    .index_mtsm_twbd_li_img{
        width: 40%;
    }
    .index_mtsm_twbd_li_p{
        width: 60%;
    }
    .index_wzzd{
        width: 1200px;
    }
    .index_wzzd_li{
        margin: 17px;
    }
    .body_footer_bor{
        width: 100%;
        padding: 0 15px;
    }
    .body_footer_left{
        width: 45%;
    }
    .body_footer_right{
        width: 45%;
    }
    .body_header_top{
        width: 100%;
    }
    .body_header_menu{
        width: 100%;
        padding: 0 15px;
    }
    .nei_yjy_info_cen_left{
        width: calc(calc(100% - 300px) / 2);
        padding: 0 12px;
    }
    .nei_yjy_info_cen_right{
        width: calc(calc(100% - 300px) / 2);
        padding: 0 12px;
    }
}

/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
    .container >.form-search{
        height: 36px;
        margin-top: 12px;
        padding: 0!important;
    }
    .container >.form-search .search-name{
        font-size: 14px;
        width: 70px;
    }
    .container >.form-search >div:nth-child(3){
        width: 100px;
    }
    .container >.form-search >div:nth-child(3) button{
        line-height: 36px;
        font-size: 15px;
    }
    .container >.form-search >div:nth-child(2){
        width: calc(100% - 170px);
    }
    .hidden-md >section{
        line-height: 32px;
        padding: 5px 0!important;
    }
    .nav-main .nav-result .search-sort{
        font-size: 14px;
        line-height: 24px;
    }
    .nav-main .nav-result .mb20{
        padding: 12px;
    }
    .mobile_hide{
        display: none;
    }
    .mobile_show{
        display: block;
    }
    .body_header_home .mobel_top_hamburger .line{
        background: #fff!important;
    }
    .body_header{
        height: auto;
    }
    .body_header_top,.body_header_fg,.body_header_menu_ul{
        display: none;
    }
    .body_header_menu{
        width: 100%;
        height: 55px;
        padding: 0 12px;
    }
    .body_header_logo{
        height: 40px;
    }
    .body_header_menu_model{
        display: flex;
    }
    .index_banner{
        height: 250px;
    }
    .body_footer_bor{
        width: 100%;
        height: 280px;
        flex-wrap: wrap;
    }
    .body_footer_left{
        width: 100%;
        height: auto;
    }
    .body_footer_right{
        width: 100%;
        height: auto;
        padding: 0 15px;
        margin-top: 10px;
    }
    .body_footer_left_logo{
        height: 44px;
    }
    .body_footer_left_yqlj{
        width: 40%;
        height: 26px;
    }
    .body_footer_left_yqlj_div >span{
        font-size: 13px;
    }
    .body_footer_left_content_li{
        margin: 0;
        height: 28px;
    }
    .body_footer_left_content_li_p {
        font-size: 12px;
    }
    .body_footer_left_content_li_p span{
        font-size: 13px;
    }
    .body_footer_left_content_li_img{
        width: 19px;
        height: 19px;
        position: relative;
    }
    .body_footer_left_content_li_img img{
        height: 10px;
    }
    .body_footer_left_content{
        margin: 14px 0;
    }
    .body_footer_ewm{
        width: 72px;
    }
    .body_footer_ewm p{
        line-height: 25px;
        font-size: 12px;
    }
    .index_xygg{
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
        height: auto;
    }
    .index_xygg_left{
        width: calc(100% - 30px);
        margin: 15px;
        padding: 10px;
    }
    .index_title p{
        font-size: 20px;
    }
    .index_title a{
        font-size: 12px;
    }
    .index_xygg_right{
        width: calc(100% - 30px);
        height: 110px;
        margin: 0 15px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .index_xygg_right_qie_left{
        top: 40px;
    }
    .index_xygg_right_qie_right{
        top: 40px;
    }
    .index_xygg_menu_li_i{
        height: 50px;
    }
    .index_xygg_left_ul a p span:nth-child(2){
        -webkit-line-clamp: 2; /* 显示的行数 */
        line-height: 17.5px;
    }
    .index_xygg_left_ul a p{
        width: 100%;
    }
    .index_xygg_left_ul a div{
        display: none;
    }
    .index_xygg_menu_li{
        padding: 10px 0;
    }
    .index_xydt{
        width: 100%;
        height: auto;
        padding: 12px;
        flex-wrap: wrap;
    }
    .index_xydt_left{
        width: 100%;
        height: 205px;
    }
    .index_xydt_yaowen::after{
        display: none;
    }
    .index_xydt_right{
        width: 100%;
    }
    .index_xydt_yaowen_title{
        width: 45px;
    }
    .index_xydt_yaowen_title img{
        width:30px;
    }
    .index_xydt_yaowen_ul{
        width: calc(100% - 45px);
        padding: 0 15px;
        padding-top: 30px;
    }
    .index_xydt_yaowen_gd{
        top: 10px;
        font-size: 12px;
    }
    .index_xydt_con{
        padding-right: 12px;
    }
    .index_ggt{
        width: 100%;
        height: auto;
        padding: 0 12px;
        display: none;
        margin: 20px 0;
    }
    .index_ggt_left{
        width: 100%;
        height: 100px;
    }
    .index_ggt_right{
        width: 100%;
        height: 100px;
        margin-top: 20px;
    }
    .index_cen{
        width: 100%;
        height: auto;
        display: block;
    }
    .index_new{
        width: 100%;
        margin-bottom: 20px;
    }
    .index_new_title{
        height:50px;
        padding: 0 12px;
    }
    .index_new_img{
        height: 220px;
        display: block;
    }
    .index_new_ul{
        height: auto;
        padding: 12px;
    }
    .index_new_li{
        height: 35px;
        line-height: 35px;
    }
    .index_cyxy_li{
        width: 50%;
        height: 145px;
    }
    .index_cyxy{
        margin: 20px 0;
        height: auto;
    }
    .index_cyxy_li_cen_p p{
        font-size: 14px;
        width: calc(100% - 80px);
    }
    .nei_quantu_jzgd{
        display: flex;
    }
    .index_cyxy_li_cen_p span{
        font-size: 14px;
    }
    .index_cyxy_li_net{
        padding: 12px;
    }
    .index_cyxy_li_net_title{
        font-size: 20px;
        height: auto;
    }
    .nei_ldjs_cen{
        width: 100%;
    }
    .index_cyxy_li_net_ceng{
        height: auto;
        line-height: 20px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;  /* 超出部分省略号 */
        word-break: break-all;  /* break-all(允许在单词内换行。) */
        display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
        -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-line-clamp: 2; /* 显示的行数 */
    }
    .index_cyxy_li_net_a{
        width: 110px;
        height: 32px;
        margin-top: 10px;
    }
    .index_cyxy_li_net_a img{
        height: 14px;
    }
    .index_cyxy_li_net_a span{
        font-size: 14px;
    }
    .index_mtsm_title{
        width:100%;
        height: 44px;
        background: #fff;
        font-size: 20px;
    }
    .index_mtsm{
        width: 100%;
        height: auto;
        display: block;
    }
    .index_titles{
        height: 35px;
        margin-bottom: 10px;
    }
    .index_titles span{
        font-size: 17px;
    }
    .index_titles a{
        font-size: 12px;
    }
    .index_mtsm_left{
        width: 100%;
        padding: 0 12px;
    }
    .index_mtsm_twbd_li{
        width: 100%;
        height: 110px;
        margin-bottom:15px;
        padding-bottom: 15px;
    }
    .index_mtsm_twbd_li_img{
        width: 160px;
        height: 90px;
    }
    .index_mtsm_twbd_li_p{
        width: calc(100% - 160px);
    }
    .index_mtsm_twbd_li_p p{
        font-size: 17px;
        line-height: 24px;
    }
    .index_mtsm_right{
        width: 100%;
    }
    .index_spbd_title{
        height: 42px;
        padding: 0 12px;
    }
    .index_spbd_title span{
        font-size: 17px;
    }
    .index_spbd_title a{
        font-size: 12px;
    }
    .index_mtsm_div{
        height: 250px;
        position: relative;
    }
    .index_wzzd{
        width: 100%;
        margin: 20px 0;
    }
    .index_wzzd_title{
        width: 100%;
        height: 60px;
    }
    .index_wzzd_title span{
        font-size: 20px;
    }
    .index_wzzd_ul{
        justify-content: space-between;
        padding: 0 12px;
    }
    .index_wzzd_li{
        width: 48%;
        margin: 0;
        margin-bottom: 12px;
    }
    .index_wzzd_li span{
        font-size: 15px;
    }
    .nei_quanwen_li{
        line-height: 32px;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .nei_quanwen_li p{
        width: 100%;
        -webkit-line-clamp: 3; /* 显示的行数 */
        line-height: 24px;
    }
    .page_div{
        display: none;
    }
    .dj_mobel_thamburger{
        display: block;
    }
    .dj_header_top{
        display: none;
    }
    .dj_header{
        height: 55px;
    }
    .dj_header_div{
        height: auto;
    }
    .dj_header_bor{
        width: 100%;
        height: 55px;
        padding: 0 10px;
    }
    .dj_header_logo{
        height: 40px;
    }
    .dj_header_menu{
        display: none;
    }
    .dj_body{
        padding-top: 55px;
    }
    .dj_banner{
        height: 250px;
    }
    .dj_weizhi{
        display: none;
    }
    .dj_djhd{
        width: 100%;
        margin-top: 10px;
        padding: 0 12px;
        display: block;
    }
    .dj_djhd_left{
        width: 100%;
        display: none;
    }
    .dj_djhd_right{
        width: 100%;
    }
    .dj_ggt{
        width: 100%;
        margin-top: 10px;
    }
    .dj_xxzy_jjjcsj{
        height: auto;
        display: block;
    }
    .dj_xxzy_jjjcsj_bor{
        width: 100%;
        height: auto;
        display: block;
    }
    .dj_xxzy_div{
        width: 100%;
        padding: 0 15px;
        height: auto;
    }
    .dj_qzhqgz_wmdw{
        height: auto;
        display: block;
    }
    .dj_qzhqgz_wmdw_bor{
        width: 100%;
        height: auto;
        display: block;
    }
    .dj_qtgz_div{
        width: 100%;
        padding: 0 15px;
        height: auto;
    }
    .dj_qzhqgz_wmdw_bor >div{
        width: 100%;
    }
    .dj_wmdw_div{
        width: 100%;
        padding: 0 15px;
        height: auto;
    }
    .dj_footer p{
        padding: 0 15px;
        text-align: center;
        line-height: 24px;
    }
    .dj_qtgz_li_time{
        display: none;
    }
    .dj_qtgz_li_img{
        width: 120px;
    }
    .dj_qtgz_li_cen{
        width: calc(100% - 130px);
    }
    .dj_qtgz_li{
        padding-right: 0;
    }
    .dj_nei_banner{
        display: none;
    }
    .dj_weizhi{
        display: none;
    }
    .dj_cxtzty{
        display: block;
    }
    .dj_cxtzty_dtxsyth{
        width: 100%;
        height: auto;
        display: block;
        padding: 0 12px;
    }
    .dj_cxtzty_dt{
        width: 100%;
    }
    .dj_cxtzty_dt_div{
        height: auto;
        display: block;
        margin-top: 15px;
    }
    .dj_cxtzty_dt_div_ul{
        width: 100%;
    }
    .dj_cxtzty_xstth{
        width: 100%;
        margin-top: 15px;
    }
    .dj_xtly_xtzz_jnwj{
        height: auto;
        display: block;
    }
    .dj_xtly_xtzz_jnwj_bor{
        width: 100%;
        height: auto;
        display: block;
        padding: 0 12px;
    }
    .dj_xtly_div{
        width: 100%;
        height: auto;
        margin-top: 15px;
        border: none;
        padding: 0;
    }
    .dj_rwft_jyxt_bwbd{
        height: auto;
        display: block;
    }
    .dj_rwft_jyxt_bwbd_bor{
        width: 100%;
        height: auto;
        display: block;
        padding: 0 12px;
    }
    .dj_rwft_div{
        width: 100%;
        height: auto;
        margin-top: 15px;
        border: none;
        padding: 0;
    }
    .dj_fllby{
        width: 100%;
        padding: 0 12px;
        margin: 0;
    }
    .dj_fllby_list{
        width: 100%;
        height: 80px;
    }
    .dj_fllby_list_img{
        width: 120px;
    }
    .dj_fllby_list_p{
        width: calc(100% - 120px);
        padding: 5px 0;
    }
    .dj_fllby_list_p span{
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .pc_page{
        margin: 15px 0;
    }
    .pc_page>span{
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        margin-right: 12px;
    }
    .pc_page>a{
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        margin-right: 12px;
    }
    .dj_nei_cen{
        width: 100%;
        margin-top: 0;
    }
    .dj_nei_menu{
        display: none;
    }
    .dj_nei_div{
        width: 100%;
        padding: 0 12px ;
    }
    .dj_nei_weizhi{
        display: none;
    }
    .dj_djtw{
        width: 100%;
        margin: 0;
    }
    .dj_djtw_li{
        height: 120px;
        padding: 0 12px;
    }
    .dj_djtw_li_left{
        width: 100%;
        height: 80px;
    }
    .dj_djtw_li_left_img{
        width: 120px;
        height: 100%;
    }
    .dj_djtw_li_right{
        display: none;
    }
    .dj_djtw_li_left_p{
        width: calc(100% - 120px);
        padding: 0;
        padding-left: 15px;
    }
    .dj_djtw_li_left_p p:nth-child(2){
        line-height: 20px;
    }
    .dj_info{
        width: 100%;
        margin-top: 0;
        padding: 0 12px;
    }
    .dj_info_div{
        padding: 0;
    }
    .dj_info_div_title{
        padding: 0;
        min-height: 110px;
    }
    .dj_info_div_title p{
        font-size: 18px;
        line-height: 30px;
    }
    .dj_info_div_cen{
        margin: 0;
    }
    .dj_info_div_cen .font_size{
        display: none;
    }
    .dj_info_div_cen >div{
        margin: 0 10px;
        font-size: 12px;
    }
    .dj_info_page a{
        font-size: 14px;
    }
    .mobel_top_hamburger .line{
        background-color: #4d4d4d;
    }
    .nei_div{
        padding-top: 55px;
    }
    .banner_div{
        display: none;
    }
    .nei_cen{
        width: 100%;
        padding: 0 12px;
    }
    .nei_cen_left{
        display: none;
    }
    .nei_cen_right{
        width: 100%;
    }
    .body_weizhi{
        display: none;
    }
    .body_weizhi_con{
        min-height: calc(100vh - 385px);
    }

    .info_div{
        width: 100%;
        margin-top: 0;
    }
    .info_div_title{
        padding: 0;
        min-height: 80px;
    }
    .info_div_title p{
        font-size: 18px;
        line-height: 30px;
    }
    .nei_erji{
        display: block;
    }
    .info_div_cen{
        margin: 8px 0;
    }
    .info_div_cen .font_size{
        display: none;
    }
    .info_div_cen >div{
        height: auto;
        margin: 0 5px;
        font-size: 12px;
    }
    .nei_jgsz{
        width: 100%;
        padding: 10px 12px;
        display: block;
    }
    .nei_jgsz_li{
        width: 100%;
    }
    .nei_jgsz_li_right{
        padding: 20px;
    }
    .nei_jgsz_li_right_li{
        width: 100%;
    }
    .nei_map{
        height: auto;
        display: block;
        padding: 0;
        border: none;
    }
    .nei_map_left{
        width: 100%;
        height: auto;
        padding: 10px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nei_map_left_title{
        display: none;
    }
    .nei_map_left_p{
        width: 100%;
    }
    .nei_map_right{
        width: 100%;
        height: 300px;
    }
    .nei_quantu{
        column-count: 1;
    }
    .nei_quantu{
        padding: 15px 0;
    }
    .nei_quantu_li{
        width: 100%;
        margin: 5px 0;
    }
    .nei_twlb_li{
        height: auto;
        padding: 0 12px;
    }
    .nei_twlb_li_left{
        width: 100%;
        height: auto;
        padding: 8px 0;
    }
    .nei_twlb_li_img{
        width: 140px;
        height: 80px;
    }
    .nei_twlb_li_left_p p:nth-child(1){
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 3; /* 显示的行数 */
    }
    .nei_twlb_li_left_p p:nth-child(2){
        display: none;
    }
    .nei_twlb_li_left_img{
        width: 120px;
        height: 100%;
    }
    .nei_twlb_li_right{
        display: none;
    }
    .nei_twlb_li_left_p{
        width: calc(100% - 80px);
        padding: 0;
        padding-left: 15px;
    }
    .nei_twlb_li_left_p p:nth-child(2){
        line-height: 20px;
    }
    .nei_twlb_li_two{
        padding: 0;
        border: none;
        border-bottom: 2px solid #eaeaea;
    }
    .nei_twlb_li_two .nei_twlb_li_left{
        flex-wrap: wrap;
        padding: 0;
    }
    .nei_twlb_li_two .nei_twlb_li_img{
        width: 100%;
        height: auto;
        background: none!important;
    }
    .nei_twlb_li_two .nei_twlb_li_img img{
        width: 100%;
        display: block;
    }
    .nei_twlb_li_two .nei_twlb_li_left_p{
        width: 100%;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 18px;
    }
    .nei_twlb_li_two .nei_twlb_li_left_p p:nth-child(1){
        font-weight: bold;
        margin-bottom: 6px;
        font-size: 18px;
    }
    .nei_twlb_li_two .nei_twlb_li_left_p p:nth-child(2){
        display: block;
        line-height: 24px;
    }
    .info_div_content img{
        width: 100% !important;
        height: auto!important;
    }
    .nei_yqjs{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 0 12px;
        padding-bottom: 15px;
        flex-direction:row-reverse;
    }
    .nei_yqjs_right{
        display: none;
    }
    .nei_yqjs_left_gd{
        margin: 0 auto;
    }
    .nei_xrld{
        height: auto;
        padding: 30px 12px;
    }
    .nei_xrld_div{
        width: 100%;
        height: auto;
    }
    .nei_xrld_cen{
        height: auto;
    }
    .nei_xrld_cen_li{
        width: 47%;
        margin: 7px 0;
    }
    .nei_xrld_cen_li_img{
        height: 200px;
    }
    .nei_xrld_cen_li_div{
        height: 60px;
    }
    .nei_xrld_cen_li_div p{
        font-size: 14px;
    }
    .nei_xrld_cen_li_div p span{
        font-size: 16px;
    }
    .nei_lrld{
        width: 100%;
        padding: 0 12px;
    }
    .nei_lrld_li{
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .nei_lrld_li_img{
        width: 140px;
    }
    .nei_lrld_li_img img{
        width: auto;
    }
    .nei_lrld_li_cen{
        width: calc(100% - 140px);
        padding: 15px;
    }
    .nei_lrld_li_cen h1{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .nei_lrld_li_cen p{
        font-size: 14px;
        min-height: auto;
        line-height: 30px;
    }
    .nei_lrld_li_cen_p{
        line-height: 28px!important;
        -webkit-line-clamp: 3;
    }
    .nei_xyls_xxbs{
        height: auto;
    }
    .nei_xyls_xxbs_bor{
        width: 100%;
        padding:  0 12px;
        display: block;
    }
    .nei_xyls{
        width: 100%;
        height: auto;
    }
    .nei_xyls_ul{
        padding: 10px;
    }
    .nei_xyls_title{
        height: 60px;
    }
    .nei_xxbs{
        width: 100%;
        height: auto;
    }
    .nei_xxbs_div{
        padding: 25px;
        height: auto;
        padding-top: 40px;
    }
    .nei_szyq{
        height:auto;
    }
    .nei_szyq_div{
        width: 100%;
        height:auto;
    }
    .nei_szyq_div img{
        height: auto;
    }
    .nei_yjy_li{
        width: 30%;
        height: auto;
        margin: 1.6%;
    }
    .nei_yjy_li_img{
        height: 128px;
    }
    .nei_yjy_li_p{
        height: 65px;
        padding:2px 0;
    }
    .nei_yjy_li_p p:nth-child(1){
        font-size: 12px;
        line-height: 14px;
        padding: 0 5px;
    }
    .nei_yjy_li_p p:nth-child(2){
        font-size: 12px;
        line-height: 14px;
    }
    .nei_yjy_info_top{
        flex-wrap: wrap;
    }
    .nei_yjy_info{
        margin-top: 0;
    }
    .nei_yjy_info_img{
        width: 130px;
        height: auto;
        margin-bottom: 15px;
    }
    .nei_yjy_info_img img{
        width: 100%;
        height: auto;
    }
    .nei_yjy_info_cen_left{
        width:calc(100% - 150px);
        border: none;
        min-height: auto;
    }
    .nei_yjy_info_cen{
        width: 100%;
        min-height: 250px;
    }
    .nei_yjy_info_cen_right{
        width: 100%;
        margin-left: 0;
        min-height: auto;
        padding: 15px 0;
        border-top: 1px dashed #818181;
        border-bottom: 1px dashed #818181;
    }
    .nei_yjy_info_cen_right span{
        line-height: 28px;
    }
    .nei_yjy_info_content{
        padding: 15px 0;
    }
    .nei_zhfl{
        padding: 12px 0;
    }
    .nei_zhfl_li{
        width: 45%;
        height: 100px;
        margin: 8px;
    }
    .body_header_home .mobel_top_hamburger .line{
        background: #fff!important;
    }
    .pc_nei_page{
        margin:20px 0;
    }
    .pc_nei_page>a{
        font-size: 14px;
    }
    .pc_nei_page>span{
        font-size: 14px;
    }
    .weui-navigator{
        display: block;
    }
    .nei_hrl_li{
        width: 100%;
        height: auto;
        margin: 15px 0;
    }
    .nei_hrl_img{
        height: auto;
    }
    .nei_ldjs_info_img{
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .nei_ldjs_info_top{
        flex-wrap: wrap;
    }
    .nei_wzdt{
        margin-top: 10px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .nei_wzdt_ul{
        min-height: 40px;
    }
    .nei_wzdt_left{
        width: 90px;
        font-size: 15px;
        padding-left: 10px;
    }
    .nei_wzdt_right{
        width: calc(100% - 90px);
    }
    .nei_wzdt_right a{
        margin:8px 0;
        padding: 0 10px;
    }
    .nei_wzdt_bottom{
        padding: 5px;
    }
    .nei_wzdt_bottom a{
        width: 49.5%;
    }
    .sousuo_menu{
        display: none;
    }
    .sousuo_cen{
        width: 100%;
    }
    .sousuo_cen_top{
        height: 40px;
        margin-top: 20px;
    }
    .sousuo_cen_top_left{
        width: 100%;
        justify-content: space-between;
    }
    .sousuo_cen_top_right{
        display: none;
    }
    .sousuo_cen_top_left div{
        width: 80px;
        line-height: 40px;
    }
    .sousuo_cen_top_left input{
        width: 190px;
    }
    .sousuo_cen_tishi{
        height: 70px;
        line-height: 25px;
        padding: 8px 0;
    }
    .sousuo_cen_li{
        padding: 7px 12px;
    }
    .sousuo_cen_li_p{
        flex-wrap: wrap;
        height: auto;
    }
    .sousuo_cen_li_p p{
        margin: 2px 0;
    }
}

/* 平板屏幕 */
.body_ipad .index_xygg{
    width: 100%;
}
.body_ipad .index_xygg >div{
    width: 49%;
}
.body_ipad .index_banner {
    height: 500px;
}
.body_ipad .index_xydt{
    width: 100%;
}
.body_ipad .body_header_menu_li{
    margin: 0 10px;
}
.body_ipad .index_xydt >div{
    width: 48%;
}
.body_ipad .index_ggt{
    width: 100%;
}
.body_ipad .index_ggt .index_ggt_left{
    width: 38%;
}
.body_ipad .index_ggt .index_ggt_right{
    width: 58%;
}
.body_ipad .index_cen{
    width: 100%;
}
.body_ipad .index_cyxy{
    height: auto;
}
.body_ipad .index_cyxy .index_cyxy_li{
    height: 200px;
}
.body_ipad .index_cyxy .index_cyxy_li_net{
    padding: 18px;
}
.body_ipad .index_cyxy .index_cyxy_li_net_ceng{
    height: 100px;
    line-height: 20px;
}
.body_ipad .index_cyxy .index_cyxy_li_net_a{
    width: 160px;
    height: 35px;
}
.body_ipad .index_cyxy_li_net_a img{
    height: 16px;
}
.body_ipad .index_cyxy_li_net_a span{
    font-size: 16px;
}
.body_ipad .index_mtsm_title{
    width: 100%;
}
.body_ipad .index_mtsm{
    width: 100%;
}
.body_ipad .index_mtsm_left{
    width: 70%;
}
.body_ipad .index_mtsm_right{
    width: 30%;
}
.body_ipad .index_mtsm_twbd_li{
    width: 48%;
    height: 140px;
}
.body_ipad .index_mtsm_twbd_li_img{
    width: 40%;
}
.body_ipad .index_mtsm_twbd_li_p{
    width: 58%;
}
.body_ipad .index_wzzd{
    width: 100%;
}
.body_ipad .body_footer_bor{
    width: 100%;
    padding: 0 15px;
}
.body_ipad .index_wzzd_li{
    width: 20%;
}
.body_ipad .body_footer_left{
    width: 55%;
}
.body_ipad .body_footer_right{
    width: 30%;
    flex-wrap: wrap;
    height: auto;
}
.body_ipad .body_footer_ewm{
    width: 28%;
}
.body_ipad .dj_header_top_bor{
    width: 100%;
    padding: 0 15px;
}
.body_ipad .dj_header_bor{
    width: 100%;
    padding: 0 15px;
}
.body_ipad .dj_banner{
    height: 40vh;
}
.body_ipad.dj_weizhi{
    width: 100%;
    padding: 0 20px;
}
.body_ipad .dj_djhd{
    width: 100%;
    padding: 0 20px;
}
.body_ipad .dj_ggt{
    width: 100%;
    padding: 0 20px;
}
.body_ipad .dj_xxzy_jjjcsj_bor{
    width: 100%;
    padding: 0 20px;
}
.body_ipad .dj_qzhqgz_wmdw_bor{
    width: 100%;
    padding: 0 20px;
}
