body,html{
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 170%;
    font-family: "微软雅黑","Helvetica","Arial",sans-serif;
}

:root{
    --color01:#EAEAEA;
    --color02:#9BA3AF;
    --color03:#333;
    --color04:#E6E8EC;
    --lvse:#005C4E;
}

.img-100 img{
    max-width: 100%;
}

.btn-success{
    background-color: var(--lvse);
}

.btn-outline-success{
    color: var(--lvse);
    border-color: var(--lvse);
}

.btn-lg{
    font-size: 1.1rem;
}

a{
    text-decoration: none;
}

/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*主导航*/
#mainMenu{
    background-color: #298f5f;
}

#mainMenu a{
    color: #fff;
    font-weight: bold;
}

#mainMenu ul{
    list-style-type: none;
    MARGIN: 0;
}

#mainMenu ul li{
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 999;
    flex: 1;
    background: url(x1.jpg) right center no-repeat;
}
#mainMenu ul li:hover{
    background-color: #349b6b;
}

#mainMenu ul li.active .mainLink{
    font-weight: bold;
}

#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu .secondMenu{
    position: absolute;
    text-align: left;
    min-width: 150px;
    left: -10px;
    top: 55px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}

#mainMenu .secondMenu a{
    display: block;
    font-size: 1rem;
    color: #000;
}
.carousel-control-next, .carousel-control-prev{
    width: 7%!important;
    opacity: 1!important;
}	

.c01{
    color: var(--color01);
}

.c02{
   font-size: 14px;
}

.c03{
    color: var(--color03);
}

.welcome{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #e0e0e0;
    font-size: 15px;
    color: #666;
}
.welcome .dropdown{
    float: right;
}
.welcome .dropdown-toggle::after{
    display: contents;
}
.welcome .xz{
    text-align: end;
}
.welcome .xz .xz1{
    color: #666;
    font-size: 14px;
}
.welcome .xz .xz1:hover{
    color: #298f5f;
}

.header{
    justify-content: space-between;
}
.header div{
    font-size: 17px;
    background: url(t24.png) left center no-repeat;
    padding-left: 50px;
}
.header div p{
    margin-bottom: 0;
    padding-top: 15px;
}
.header div span{
    color: #FF6400;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.sou .sou1{
    padding-top: 3px;
    color: #298f5f;
    font-size: 15px;
}
.sou .sou1 span{
    font-weight: bold;
}
.sou .sou1 a{
    color: #000;
    margin-right: 10px;
    font-weight: bold;
}
.sou{
    height: 55px;
    background-color: #f1f0f0;
    padding-top: 10px;
}
.sou input{
    width: 250px;
    height: 36px;
    background: #fff;
    border: #ff6600 solid 1px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    padding: 0 5px;
}
.sou button{
    border: none;
    background: none;
    position: absolute;
    margin-left: -35px;
    padding-top: 4px;

}
.sou form{
    float: right;
}
.sou b{
    color: #ff6600;
    padding-right: 10px;
    font-size: 17px;
}
.sou i{
    font-weight: bold;
    font-size: 18px;
    color: #ff6600;
}
#dccp .dccp1{
    background-color: #298f5f;
    padding-top: 10px;
    padding-bottom: 10px;
}
#dccp .dccp1 img{
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
#dccp .dccp1 .fl{
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    width: 95%;
    padding-top: 15px;
}
#dccp .dccp1 .fl .TopClass{
    line-height: 43px;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 15%,rgba(0,0,0,0.1) 100%);
    border-top: 1px solid #dfdfdf;
    margin-bottom: 1px;
    margin-top: -1px;
    
}
#dccp .dccp1 .fl .TopClass a{
    color: #298f5f;
}
#dccp .dccp1 .fl .TopClass i{
    border: 1px solid #298f5f;
    font-size: 12px;
    padding: 2px;
    margin-left: 35px;
    margin-right: 9px;
}
#dccp .dccp1 .fl .senmenu{
    border-top: 1px solid #dfdfdf;
}
#dccp .dccp1 .fl .senmenu a{
    font-size: 15px;
    color: #666;
    width: 100%;
    display: block;
    line-height: 33px;
    padding-left: 66px;
}
#dccp .dccp1 .fl .senmenu a:hover{
    color: #298f5f;
}
#dccp .soua form{
    padding-top: 10px;
    padding-bottom: 10px;
}
#dccp .soua form input{
    border: #ff9900 solid 1px;
    height: 35px;
    width: 80%;
    font-size: 14px;
}
#dccp .soua form button{
    border: none;
    background-color: #ff9900;
    width: 20%;
    height: 35px;
    margin: 0;
    margin-left: -2%;
    margin-top: -2px;
    color: #fff;
}
#dccp .dclx{
    background-color: #298f5f;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 60px;
}
#dccp .dclx .dclx2{
    padding-top: 50px;
}
#dccp .dclx .dclx2 span{
    display: block;
    overflow: hidden;
    padding-top: 20px;
}
#dccp .dclx .dclx2 span img{
    width: 135px;
    height: auto;
}
#dccp .dclx .dclx2 span p{
    float: right;
    width: 42%;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 94px;
}
#dccp .dclx .img1{
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
}
#dcjj{
    background-color: #e3e3e5;
    margin-top: 55px;
    padding-top: 55px;
    padding-bottom: 55px;
    color: #666;
}
#dcjj video{
    width: 100%;
}
#dcjj  a{
        background-color: #298f5f;
        border-radius: 5px;
        text-align: center;
        margin-top: 35px;
        display: block;
        width: 160px;
        height: 45px;
        line-height: 45px;
        color: #fff;
        font-size: 15px;
}
#dcjj  a:hover{
    opacity: 0.8;
}
#dcjj p{
    padding-top: 30px;
}
#dcjj span{
    text-align: center;
    display: block;
    color: #999;
}
#dcjj h1{
    font-size: 27px;
    font-weight: bold;
    color: #298f5f;
    text-align: center;
    margin-top: 5px;
    background: url(x6.png) center no-repeat;
    margin-bottom: 50px;
}
#dcnew{
    background: url(x5.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-top: 50px;
}
#dcnew .dcxw .focus-ring{
    line-height: 35px;
}
#dcnew .dcxw .focus-ring::marker{
    color: #298f5f;
    font-size: 14px;
}
#dcnew .dcxw .focus-ring .c02{
    float: right;
    text-align: right;
    color: #333;
}
#dcnew .dcxw .focus-ring strong{
    font-weight: normal;
}
#dcnew .dcxw0 a{
    background-color: #fff;
    display: block;
    overflow: hidden;
    color: #999;
    transition: all 0.8s;
    padding: 10px;
    margin-bottom: 15px;
}
#dcnew .dcxw0 a:hover{
    background-color: #298f5f;
    color: #fff;
}
#dcnew .dcxw0 a:hover h2{
    color: #fff;
}
#dcnew .dcxw0 a img{
    width: 30%;
    float: left;
}
#dcnew .dcxw0 div{
    width: 70%;
    float: left;
    padding-left: 2%;
    line-height: 22px;
}
#dcnew .dcxw0 div h2{
 color: #000;
 font-size: 16px;
 padding-top: 20px;
}
#dcnew .dcxw0 div p{
    margin-bottom: 0;
    margin-bottom: 9px;
    padding-top: 5px;
}
.dcbt{
    padding-bottom: 10px;
    border-bottom: #CCC solid 1px;
    margin-bottom: 25px;
    height: 45px;
}
.dcbt h1{
    display: block;
    float: left;
    font-size: 27px;
    font-weight: bold;
    color: #298f5f;
}
.dcbt p{
    display: block;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    color: #999;
    padding-left: 3px;
    margin-top: 9px;
    margin-bottom: 0;
}

.dcbt a{
    display: block;
    float: right;
    background-color: #298f5f;
    color: #FFF;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: 5px;
}
#dcnew .dcnew1 img{
    width: 100%;
}
 .top0{
    line-height: 47px;
    height: 47px;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 15%,rgba(0,0,0,0.1) 100%);
    border-top: 1px solid #dfdfdf;
    margin-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    WIDTH: 97%;
    MARGIN: 0 AUTO;
}
 .top0 h3{
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 47px;
    position: relative;
    padding-left: 13px;
}
.top0 h3::before {
    content: '';
    top: 13px;
    left: 0;
    width: 4px;
    height: 21px;
    background: #298f5f;
    position: absolute;
}
.top0 .navLink{
    background-color: transparent;
    color: #000;
    float: none;
}
.top0 a{
    float: right;
    background-color: #298f5f;
    color: #FFF;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    margin-top: 13px;
}
.top0 a:hover{
opacity: 0.8;
}

.top00{
    display: block;
    width: 100%;
    height: 1PX;
    background-color:#dcdcdc ;
    WIDTH: 97%;
    margin: 0 auto;
    margin-top: 1px;
}
#dccp .dccp2 .cp{
    border: #dcdcdc solid 1px;
    text-align: center;
    float: left;
    margin-top: 26px;
    transition: all 0.8s;
    width: 100%;  
}
#dccp .dccp2 .cp:hover{
    border: #298f5f solid 1px;
}
#dccp .dccp2  .cp img{
    width: 100%;
    max-height: 145px;
}
#dccp .dccp2  .cp:hover h3{
    background-color: #298f5f;
    color: #fff;
}
#dccp .dccp2  .cp h3{
    background-color: #e7e7e7;
    color: #333;
    font-size: 15px;
    height: 70px;
    margin-bottom: 0;
    line-height: 21px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#dccp .dccp2 .dccp3 .bj{
    background-color: #f5f5f5;
    width: 100%;
    padding: 15px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
    transition: all 0.8s;
}
#dccp .dccp2 .dccp3 .bj p{
    display: block;
    overflow: hidden;
    height: 74px;
    margin-bottom: 0;

}
#dccp .dccp2 .dccp3 .bj:hover{
    background-color: #298f5f; 
    color: #FFF;
}
#dccp .dccp2 .dccp3 .bj:hover span{
    color: #fff; 
}
#dccp .dccp2 .dccp3 .bj span{
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
#dccp .dccp2 .dccp3 a img{
    width: 40%;
    height: 128px;
    float: left;
    max-height: 128px;
}
#dccp .dccp2 .dccp3 a div{
    width: 55%;
    float: right;
}

#di{
    padding-top: 35px;
    background-color: #373737;
    font-size: 15px;
    color: #ccc;
    line-height: 26px;
}
#di p{
    margin-bottom: 0;
}
#di .ewm{
    width: 110px;
    height: 110px;
    float: right;
    display: block;
}
#di2{
    margin-top: 35px;
    border-top: #464646 solid 1px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    font-size: 15px;
    color: #999; 
}
#di2 a{
    color: #999; 
}
#di2 a:hover{
    color: #fff; 
}
#di1{
    font-size: 14px;
    color: #ccc;
    text-align: center;
    background-color: #1c1b1b;
    padding: 20px;
}
#dcnewa .news_query  a {
    background-color: #fff;
    display: block;
    overflow: hidden;
    color: #999;
    transition: all 0.8s;
    border-bottom: #CCC dashed 1px;
    padding-top: 20px;
    padding-bottom: 20px;
} 
#dcnewa .news_query a img {
    width: 30%;
    float: left;
}
#dcnewa .news_query div{
    width: 70%;
    float: left;
    padding-left: 2%;
    line-height: 22px;
}
#dcnewa .news_query div h2{
 color: #000;
 font-size: 16px;
 padding-top: 20px;
}
#dcnewa .news_query div p{
    margin-bottom: 0;
    margin-bottom: 9px;
    padding-top: 5px;
}
#dcnewa .xw a{
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: #CCC dashed 1px;
    padding-top: 20px;
}
#dcnewa .xw .xw1 h2{
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
#dcnewa .xw .xw1 p{
    float:right;
    color: #999;
    margin: 0;
}
#dcnewa .xw  span{
    display: block;
    overflow: hidden;
    width: 100%;
    color: #999;
}
#dcnewa .xw a:hover h2{
    color: #298f5f;
}
#dcnewa .xw a:hover p{
    color: #298f5f;
}
#dcnewa .xw a:hover span{
    color: #298f5f;
}
#dcnewa h5{
    color: #464646;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-top: 35px;
    margin-bottom: 20px;
}
#dcnewa .shijian{
    border: 1px solid rgb(233, 233, 233);
    text-align: center;
    width: 97%;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
#dcnewa .xq{
    color: #666;
}
#dcnewa .xq a{
    color: #666;
}
#dccp #dcnewa .xq img{
    display: block;
    margin: 0 auto;

}
.PingHei_text div a{
    color: #666;
}
.PingHei_text div a:hover{
    color: #FF6205;
}
.PingHei_text{ margin-top: 35PX;    margin-bottom: 30px;}
#cpxq table .xiang1{
    font-weight: bold;
}
#cpxq .cpxqnr p{
    margin-bottom: 0;
    color: #666;
}
#cpxq .cpxqnr{
    margin-bottom: 50px;
}
.cpQueryMenu{
    margin-bottom: 20px;
}
#cpxq {
    margin-top: 30px;
}
#cpxq .tu {
    border: #dcdcdc solid 1px;
    width: 100%;
}
#cpxq table{
	width: 100%;
	line-height: 30px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

#cpxq table td{
	text-align: left;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    line-height: 20px;
    padding: 10px!important;
    font-size: 14px;
}
#cpxq .firstRow td{
	
}	
#cpxq .cpxqlx{
    color: #298f5f;
    margin-top: 20px;
    font-weight: bold;
}
#cpxq .cpxqlx strong{
    color: #000;
}
#cpxq .cpxqlx a{
    width: 150px;
    height: 40px;
    color: #fff;
    background-color: #f5780a;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#cpxq .cpxqnr h2{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #298f5f;
    margin-top: 20px;
}
#xmxq{
    color: #666;
}
#xmxq img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#xmxq strong{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    color: #000;
    display: block;
}
#xmxq .pk{
    width: 97%;
    margin: 0 auto;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #298f5f;
    text-align: center;
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: #e5e5e5 solid 1px;
}
#xmxq .img1{
    margin:0 ;
    float: left;
}
#xmxq .lc{  
    border-bottom: #CCC dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 119px;
}
#xmxq .lc h2{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#xmxq .lc span{
    line-height: 22px;
    display: block;
    font-size: 14px;
}
#xmxq .col-4 img{
    min-height: 214px;
}
#cpxq .cpxqnr img{
    margin: 0 auto!important;
    display: block;
    max-width: 100%;
}
.yqLink a{
    color: var(--lvse);
}

.pageMenu{
    border-bottom: 1px solid var(--color01);
}

.page{
    line-height: 170%;
}

.menus a{
    font-size: 1.2rem;
    color: var(--color03);
    
}
.btn-outline-secondary{
    font-size: 14px;
    border-radius: 0;
    border-color: #dcdcdc;
    margin-top: 12px;
}


.navs a{
    color: var(--color03);
}

.cpQueryList{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cpQueryList>div{
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
}

.cpQueryList img{
    height: 230px;
    transition: all .2s;
}


.cpQueryList>div div{
    display: flex;
    justify-content: space-between;
    color: var(--color03);
}

.cpQueryList>div h6{
    font-size: 1.1rem;
    text-wrap: nowrap;
    overflow: hidden;
    color: var(--color03);
}

.cpQueryList>div span{
    color: var(--color02);
}

.cpQueryList>div strong{
    font-weight: normal;
}

.cpQueryList>div label{
    border-radius: 5px;
    border: 1px solid var(--color02);
    background-color: #fff;
    color: var(--color02) !important;
    text-align: center;
    color: var(--color03);
    transition: all .2s;
}

.cpQueryList:hover label{
    background-color: var(--color03);
    color: #fff !important;
 }

 .active>.page-link, .page-link.active{
    background-color: var(--lvse) !important;
    border-color: var(--lvse) !important;
    color: #fff !important;
 }

 .page-link{
    color: var(--color02) !important;
 }

 .cpDetailImg{
    border: 2px solid #F6F6F6;
 }

 .cpDetailMemo{
    background-color: #F6F6F6;
    border-top-right-radius: 5rem;
 }

 .cpInfo img,.newsCon img{
    width: 100% !important;
    height: auto !important;
 }

.newsMemo{
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

.newsMemo a{
    color: #0D6EFD;
}

.newsCon{
    font-size: 1.1rem;
}

.newsCon a{
    color: var(--lvse);
    text-decoration: underline;
}

.newsCon span{
    text-wrap: wrap !important;
}

.pinkong span{
    font-size: 1rem;
    line-height:160% !important;
    display: block;
    padding: 1rem;
}

.swiper01{
    max-width: 1920px;
}

.mobileMenu{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobileMenu li{
    list-style-type: none;
}

.mobileMenu a{
    color: var(--color03);
    font-weight: bold;
    font-size: 1rem !important;
}

.mobileMenu .secondMenu{
    display: none;
}

.offcanvas.offcanvas-start{
    width: 60% !important;
}



@media (max-width: 768px) { 
    .btn{
        padding: 0!important;
    }
    #dcnew .dcxw .focus-ring .c02 {
        display: none;
    }
    #dcnew .dcxw .focus-ring {
        line-height: 26px;
        /* list-style-type: none; */
        /* display: block; */
        border-bottom: #CCC dashed 1px;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .mobileMenu li {
        list-style-type: none;
        line-height: 8px;
    }
    .sou input{
        border: #ccc solid 1px;
    }
    .sou {
        height: 40px;
        padding-top: 5px;
    }
    .sou input {
        height: 30px;
    }
    .sou i {
        font-weight: bold;
        font-size: 15px;
        color: #ccc;
    }
    .sou button {
        padding-top: 1px;
    }
    .shouye .btn-outline-secondary{
        padding: 0;
    border: none;
    background-color: #f5f5f5;
    width: 32%;
    color: #666;
    padding-bottom: 5px;
    padding-top: 5px;
    }
    .shouji .col-6{
        padding: 5px;

    }
    .shouji {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
    }
    #dccp .dccp2 .cp{
        margin-top: 18px;
    }
    #dccp .dccp2 .dccp3 .bj p{
        height: auto;
        margin-bottom: 0;
        font-size: 12px;
    line-height: 17px;
    
    }
    #dccp .dccp2 .dccp3 a img {
        width: 35%;
        height: auto;
    }
    #dccp .dccp2 .dccp3 a div {
        width: 60%;
    }
    #dccp .dccp2 .dccp3 .bj {
        padding: 10px;}
    #dccp .dccp2 .dccp3 .bj span {
    padding-top: 2px;
    padding-bottom: 2px;
}    
    #dcjj {
    margin-top: 25px;
    padding-top: 25px;
    }
    #dcjj h1{
        margin-bottom: 25px;
    }
    #dcjj p {
        padding-top: 15px;
    }
    #dcjj a{
        margin-top: 25px;
    }
    #dcjj{
        padding-bottom: 40px;
    }
    #dcnew{
        background-color: #f7f7f9;
        background-image: none;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #dcnew .dcxw0 div h2 {
        padding-top: 3px;
    } 
    #dcnewa .xw .xw1 p{
        float: none;
    } 
    #dcnewa .xw .xw1 h2 {
        float: none;
    }  
    #cpxq .tu {

        margin-bottom: 20px;
    }
    #cpxq {
        margin-top: 5px;
    }
    #xmxq .col-4 img {
        min-height: auto;
    }
    #xmxq .pk {
        margin-top: 18px;
    }
    #xmxq {
        margin-bottom: 20px;
    }
    #dccp #dcnewa .xq img {
        max-width: 100%;
    }
    #daohang{
        position: absolute;
        position: fixed;
        bottom: 0;
        z-index: 999;
    }
    #daohang .col-3{
        padding: 0;
    }
    #daohang img{
        width: 100%;
    }
    #dccp .dccp2 .dccp3 .bj p {
        height: auto;
    }
    .top0 {
        display: block;
        margin-top: 15px;
    }
    .i03N a>div{
        display: flex;
        flex-direction: column;
    }
    .banner{
        background-image: url(" ") !important;
        border-top-left-radius: 0 !important;
        height: 30vh;
    }
    #di1{
        padding-top: 20px;
    padding-bottom: 80px;
    }
    .pageMenu .navs{
        display: none;
    }

    .cpQueryMenu{
        flex-wrap: wrap;
    }
    .cpDetailMemo{
        border-top-right-radius: 0px !important;
    }
 }
