.container {
    display: flex;
    max-width: 1400px; 
    width: 100%;
    margin: 0 auto; 
    padding: 10px;
}
 
.image-container {
    flex: 0 0 50%; 
   
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-right: 20px; 
}

.lxwm-container{
    flex: 0 0 50%; 
    justify-content: right;
    align-items: right; 
}
 
.image-container img {
    max-width: 100%; 
    height: auto; 
    
}
 
.text-container {
    flex: 1; 
    padding-right: 20px;
    padding-left: 0; 
}

.text-container h2 {
    margin-top: 0; 
    font-size: 40px;
    margin-top: 150px;
    font-weight: bold; 
}

.text-container .intro{
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
}

.text-container h3 {
    margin-top: 0; 
    font-size: 30px;
    margin-top: 50px;
    font-weight: bold; 
}

.text-container .txt{
    font-size: 15px;
    line-height: 30px;
    margin-top: 50px;
}

.pqy{
    margin-top: 100px;
}

.lx{
    margin-top: 50px;
}

#menu {
    background: #FFF;
}

#menu UL LI A {
    color: #333;
}

#menu UL LI A:hover{
    color: #333;
}
#head{ background-color: #FFF;}
#head:hover #menu  UL LI A.sec{ color:#333}


.swiper-hlzj {
    width: 100%;
    margin-top: 70px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img{
    width: 100%;
}

.red{
    color: #d0272c;
}
.green{
    color: #00b54e;
}
.blue{
color:#003b81;
}

.bottom{
    width: 100%;
    height: 50px;
}

.lxwm, .lxwm p{
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.address{
    font-size: 16px;
}

.lxwm a{
    color: #f3873f;
}





 
 

@media only screen and (max-width: 1024px) {
    .container {
        flex-direction: column; 
    }
    .lxwm, .lxwm p {
        text-align: center;
    }
    .swiper-hlzj {
        margin-top: 20px;
    }
    .image-container {
        flex: 0 0 100%; 
        margin-right: 0;
        margin-bottom: 20px; 
        justify-content: center; 
        
        text-align: center; 
    }
#dibua .container {
        flex-direction: row;
}

    .text-container h2 {
        margin-top: 0; 
        font-size: 30px;
        text-align: center;
        font-weight: bold; 
    }

    .text-container h3 {
        text-align: center;
        font-size: 25px;
    }

    .image-container img {
        max-width: 50%; 
        height: auto; 
        
    }

    .text-container .intro{
        font-size: 14px;
        line-height: 25px;
        margin-top: 50px;
        text-align: left;
    }

    .text-container .txt{
        font-size: 14px;
        line-height: 25px;
        margin-top: 50px;
        text-align: center;
    }
    

}