/* 关于我们页面的css */

#about_bananer{
    height: 600px;
    /* background-image: url('../img/about_img/about.png'); */
    background-size: cover;
    background-position: center ; 

}

/* 公司介绍css */
.intro_title {
    color: rgb(104, 231, 222) ;
}
.intro_left1{
    width: 460px;
   
}
.intro_left1 h6{
    line-height: 2;
    letter-spacing: 2px;
}
/* .intro_left4{

    width: 100%;
    height: 100px;
} */
#intro_right{
    height: 100%;

    
    /* background-image: url('../img/about_img/introduce2.png'); */
    background-size: cover;
    background-position: center ; 


}

@media (max-width:768px){
    #about_bananer{
        height: 100vh;
        width: 100%;
        background-image: url('../img/phone_img/about.jpg') !important;
        background-size: cover;
        background-position: center ; 
    
    }
    .intro_left1{
        width: 100%;
    }

}

/* 公司实力css */
.stren_titlebox{
    width: 500px;
    height: 80px;
    margin-left: 00px; 
    background-image: linear-gradient(to right, rgb(111, 232, 223)  0%, rgb(255, 255, 255)70%);
}
.stren_top{
    position: relative;
    background-color: #acf0eb;
    height: 250px;
}
.stren_top img {
    
    margin-top: 50px;
   
    margin-left: 200px;
}
.stren_top1{
    position: relative;
    background-color: #faffff;
    height: 250px;
}
#stren_bot {
    height: 250px;
    

    
    /* background-image: url('../img/about_img/strenght1.gif'); */
    /* background-size: cover;
    background-position: center ;  */
}
#stren_bot img{
    /* padding-top: 0.5px; */
    width: 100%;
    height: 100%;
}

#stren_bot1{
    height: 250px;
    
}
#stren_bot1 img{
    width: 100%;
    height: 100%;
    
}

#stren_bot2{
    height: 250px;
    

}
#stren_bot2 img{
    width: 100%;
    height: 100%;

}

/* 企业文化css */

.culture_left h6{
   
    line-height: 2;
    letter-spacing: 2px;
}
/* #culture_center{
    height: 650px;   
    background-image: url('../img/about_img/culture.png');
    background-size: cover;
    background-position: center ; 

} */
.culture_right {
    padding-left: 15px;
    padding-right: 0px;
}
.culture_rightBox1 img{
   
    width: 100%;


}
.culture_rightBox2{
   width: 90%;
   
   
   margin-left: 18px;
    
}
.culture_rightBox3 img{
    width: 100%;
    
}

/* 荣誉css */
.clients_titlebox{
    width: 500px;
    height: 80px;
    margin-left: 20%; 
    background-image: linear-gradient(to right,   rgb(111, 232, 223) 0%, rgb(255, 255, 255)70%);
    
}
@media (max-width:576px){
    .clients_titlebox{
        margin-left: 15px;
    }
  }

/* 企业活动css */
.move_titlebox{
    width: 500px;
    height: 80px;
    
    background-image: linear-gradient(to right,   rgb(111, 232, 223) 0%, rgb(255, 255, 255)70%);
    
}
.movement_title p,h5{
    color: rgb(111, 232, 223);
}
@media (max-width:576px){
    .move_titlebox{
       margin-left: 15px;
    }

}
