/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

a:hover {
    color: #ff6b6b;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cler {
    clear: both;
}

/* Layout Styles */
.new_nav {
    background-color: #333;
    padding: 15px 0;
}

.new_nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new_nav ul li {
    margin: 0 15px;
}

.new_nav ul li a {
    color: white;
    padding: 5px 10px;
}

.new_nav ul li a:hover {
    color: #ff6b6b;
}

.aboutbg {
    background-color: white;
    padding: 20px 0;
}

.index_about {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title_tit {
    font-size: 18px;
    font-weight: bold;
}

.title_tit span {
    color: #999;
    font-size: 14px;
}

.title_more a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 50%;
}

.index_about_txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newcom_img {
    max-width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.main {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

.new_cen {
    display: flex;
    flex-wrap: wrap;
}

.new_left_pro {
   
}

.indexnoticetit {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.indexnoticetit span {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.p_notice ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.p_notice ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    width: 33%;
}

.p_notice ul li a {
    display: block;
}

.new_right_con {
    width: 75%;
}

.news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news_l, .news_c {
    width: 50%;
    padding: 0 15px;
}

.ab_t {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.ab_t a {
    font-size: 18px;
    font-weight: bold;
}

.ab_t em {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
    font-style: normal;
}

.news ul {
    list-style: none;
}

.news ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.news ul li span {
    color: #999;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.index_Service {
    margin-top: 30px;
}

.prop_bk {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.index_service_detail h4 {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.index_Service ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.index_Service ul li {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.link {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.link label {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.link label span {
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.link ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.link ul li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.footer_bottom {
    background-color: #333;
    color: #999;
    padding: 20px 0;
    text-align: center;
}

.bottomw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.banquan a {
    color: #ccc;
}

/* Responsive Styles */
@media (max-width: 992px) {
  
    
    .new_right_con {
        width: 70%;
    }
    
    .index_Service ul li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .new_nav ul li {
        margin: 0 8px;
    }
    
    .index_about_txt {
        flex-direction: column;
    }
    
    .newcom_img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
  
    .new_right_con {
        width: 100%;
    }
    
    .news_l, .news_c {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .index_Service ul li {
        width: 33.33%;
    }
}

@media (max-width: 576px) {
    .new_nav ul li {
        margin: 0 5px;
        font-size: 14px;
    }
    
    .index_Service ul li {
        width: 50%;
    }
    
    .link ul li {
        width: 50%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .new_nav ul {
        flex-direction: column;
        align-items: center;
    }
    
    .new_nav ul li {
        margin: 5px 0;
    }
    
    .index_Service ul li {
        width: 100%;
    }
}