.title{
    font-size: 30px;
    height: 50px;
    line-height: 40px;
    color: #ff6637;
    border-bottom: 1px dashed #b3b3b3;
}
.intro-content{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.intro-text{
    display: flex;
    align-items: center;
    width: 800px;
    height: 300px;
    font-size: 18px;
    text-indent: 28px;
    line-height: 2.1em;
    padding: 0 5px;
    color: #000;
}
.intro-img{
    width: 500px;
    height: 300px;
}
.experience-container{
    padding-left: 100px;
    margin-top: 50px;
    padding-right: 100px;
}
.service-title{
color: #ff6637;
font-size: 16px;
line-height: 40px;
/* border-bottom: 1px dashed #b3b3b3; */
margin-bottom: 20px;
}
.service-img{

 display: flex;
 justify-content: space-evenly;
 height: 172px;
}
.service-img img{
    width: 230px;
   height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
   }
   .experience-text1{
    margin-top: 40px;
    margin-bottom: 40px;
   }
.experience-text1 span{
    display: inline-block;
    font-size: 16px;
    text-indent: 28px;
    line-height: 2.1em;
    padding: 0 5px;
    color: rgb(102, 102, 102);
}
.experience-title{
    color: rgb(102, 102, 102);
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.experience-text2{
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 2.1em;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-bottom: 40px;
}
.experience-img{
display: flex;
justify-content: space-around;
margin-bottom: 40px;
}
.experience-img img{
    width: 450px;
    height: 250px;
}
#honor{
    
}
.honor-text{
color: #666666;
font-size: 20px;
margin-top: 20px;
}
.img-container{
position: relative;
background-color: #dedede;
height: 1460px;
margin-top: 20px;
}
.img-container img{
    position: absolute;
}
.culture-top{
    height: 600px;
    position: relative;
    background: url('https://12355038.s61i.faiusr.com/4/AD0I3ovyBRAEGAAgiNHnwgUoxuSEzgEwgA848AY.png.webp') no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #fff;
}
.culture-data {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}
.data-container{
    width: 25%;
    text-align: center;
    font-weight: bold;
}
/* .culture-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -160px;

} */
.culture-text{
    position: absolute;
    top: 200px;
    left: 200px;
}
.margintop-20{
    margin-top: 20px;
}
.fontsize-30 {
    font-size: 30px;
}
.fontsize-24 {
    font-size: 24px;
}
.flex {
    display: flex;
}   
.justify-between {
    justify-content: space-between;
}

.yunwei-img{
    margin-top: 40px;
    margin-bottom: 40px;   
}
.shiyan-img{
    margin-top: 40px;
    margin-bottom: 40px;   
}
.yuangong-img{
    margin-top: 40px;
    margin-bottom: 40px; 
}
.guanli-img {
    margin-top: 40px;
}
.culture-service img {
    width: 258px;
    height: 200px;
    object-fit: cover;
}


