﻿.sy_focus {
    height: 80px;
    background-color: #fff; /* 半透明的darkgreen */  
    margin-top: -50px;   
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.5); /* 添加底部阴影 */  

}
.sy_focus li{
    float: left; 
    width: 33.333333%;  
    padding-top: 10px;
    line-height: 34px;
    text-align: center;
    border-right: 2px #d4d4d4 dashed;
}
.sy_focus li:last-child {  
    border-right: none;  
  }

.sy_focus li h3{
    font-weight: 500;
}
.project_list_nav {
    border-bottom: 1px dashed #ccc; /* 将下划线样式设置为虚线 */
    transition: border-bottom-color 0.3s; /* 添加过渡效果 */
    padding-bottom: 50px;
    height: 50px;
}
.project_list_nav ul li{
    float: left;
    position: relative;
    margin: 10px;
    padding-right: 15px; /* 调整间距以适应竖线 */
    margin-bottom: 10px; /* 调整列表项之间的间距 */
    transition: background-color 0.3s; 
}
.project_list_nav ul li::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; /* 使竖线高度与列表项高度一致 */
    width: 1px; /* 竖线的宽度 */
    background-color: #ccc; /* 竖线的颜色 */
}

.project_list_nav ul li:hover {
    color: darkgreen; /* 设置背景色 */
    cursor: pointer; /* 将鼠标指针改为手型 */
  }
.project_list_nav ul li:active {
    color: darkgreen;/* 设置点击后的背景色 */
  }
  @media (max-width: 991px){
    .project_list_nav{
        height: 50px;
        overflow: hidden;
    }

  }

.dz_sy_ls_nav{
    height: 45px;
    overflow: hidden;
    margin-bottom: 20px;
}
.dz_sy_ls_nav li{ 
    float: left;
    width: 40%;

}
.dz_sy_ls_nav li span{
    display: inline-block;
    width: 50px;
    padding-right: 10px;
}
@media (min-width: 768px){
    .dz_sy_ls_nav{
        height: 65px;
        line-height: 15px;
        overflow: hidden;
        margin-bottom: 20px;
        padding: 10px;
    }    
    .dz_sy_ls_nav li{ 
     float: left;
     width: 30%;
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px slategray initial;
 } 
 
 }
 .dz_sy_ls{
    height: 150px;

 } 
.dz_sy_ls span{
    padding-right: 30px;

} 
 .dz_sy_ls li{
    float: left;
    padding: 5px;
    width: 40%;
    white-space: nowrap; /* 防止内容换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
} 
.dz_sy_ls li:hover{
    color: darkgreen; /* 设置背景色 */
    cursor: pointer; /* 将鼠标指针改为手型 */
}
@media (min-width: 768px){
    .dz_sy_ls li{
        float: left;
        padding: 5px;
        width: 30%;
    }   
}

.sy_news_min{
 
}
.sy_news_min img{
    height: 190px;
    width: 100%;
    padding-bottom: 10px;
}
.sy_news_min_1 span{
    float: right;
    color: #ccc;

}
.sy_news_min_l{
    border-bottom:  #ccc 1px dashed;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 175%;
}
.sy_news_min_l strong{
    color: #000;
}
.sy_news_min_l span{
    float:right;
}
.sy_news_min_r svg{
    float: left;
    margin-right: 10px;
}
.sy_news_min_r {

    border-bottom:  #ccc 1px dashed;
    padding-bottom: 10px;

}

.sy_news_min_r strong{
    color: #000;
    line-height: 18px;
}
.sy_news_min_r p{
    padding-top: 20px;
}

.jckfw_list_img{
    float: left;
}
.jckfw_list_img img{
    width: 100%;
}



.jckfw_nav{
    background-color:#f5f5f5;
    margin-top: 100px;
    width: 100%;
    color: #4c4c4c;
    background: linear-gradient(to top, rgb(209, 209, 209), rgb(255, 255, 255)); /* 初始从下到上的渐变 */  


}
.jckfw_nav span {
    line-height: 48px;
    padding:10px;
    transition: background-color 3s ease; 

}
.jckfw_nav span:hover{
    color: #fff;
    cursor: pointer;
    background: linear-gradient(to top, #16a086, rgb(43, 184, 0)); /* 鼠标悬停时的渐变颜色 */  

}
.jckfw_nav_min_nav nav{
    border-bottom:  #ccc 1px dashed;
    padding-bottom: 10px;   
}
.jckfw_nav_min_nav img{
    max-width: 100%;
}
.jckfw_nav_min_nav strong{
    color: darkgreen;
    padding-left: 10px;
}
.jckfw_nav_min_nav  i{
    color: darkgreen;
    font-weight: 400;
}
.jckfw_nav_min_nav span{
    float:right; 
}
.jckfw_lc{
    height: 300px;
    margin-bottom: 20px;
}
.jckfw_lc img{
    width: 48px;
    height: 48px;
}

.jckfw_lc_tb{
    float: left;
    padding-left: 20px;
    padding-top: 50px;
}
.jckfw_lc_tb img{
    max-width: 48px;
}

@media (max-width: 768px){
    .jckfw_lc img{
        width: 36px;
        height: 36px;
    }
    .jckfw_lc_l{
        height: 48px;
    }
    .jckfw_lc_l p {
        display: none; /* 隐藏模块 */
    }
    .jckfw_jt{
        padding-top: 10px;
    }
}
.jckfw_lc_l{
    float: left;
    max-width: 20%;
}
.jckfw_jt{
    padding-top: 50px;
    float: left;

}
.jckfw_rmcp h3{
    color: darkgreen;
    border-radius: 30px; /* 添加圆角 */
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30%;
    margin: 0 auto;

}
.jckfw_rmcp h3:hover{
    background-color: #0f2e48;
    color: #fff;
    cursor: pointer;
}
.jckfw_xgzx{
    padding: 10px;

}
.jckfw_xgzx h3{
    font-size: 18px;
    background-color: #16a086;
    color: #fff;
    line-height: 48px;
}
.jckfw_xgzx_div{

    border-left:  #16a086 1px inset;
    border-right: #16a086 1px inset;
    border-bottom: #16a086 1px inset;
    padding: 10px;


}
.jckfw_xgzx_div li {
    font-style: normal;
    line-height: 48px;
    font-size: 14px;
    border-bottom:  #ccc 1px dashed;
}
.jckfw_xgzx_div li:hover {
    background-color: #dff7f2;
    color: #000;
    cursor: pointer;

}
.jckfw_xgzx_div span{
    float: right;

}
.jkbg_fw_svg{
    height: 120px;    
    padding-top: 20px;
}
.jkbg_fw h3{
    font-size: 18px;
    color: #16a086;
    font-weight: 500;   
    padding-bottom: 10px;
    border-bottom:  #ccc 1px dashed;
}
.jkbg_fw p {
    line-height: 36px;
    font-size: 14px;
    text-indent: 4ch;

}
.jkbg_fw li {
    line-height: 36px;
    font-size: 14px;
    text-indent: 4ch;

}
.jkbg_fw_svg li{
    float: left;
    width: 12.5%;  
    text-align: center;  
}
.jkbg_fw_svg img{

    width: 50%;
    margin: 0 auto;
}



