*{
    padding: 0;
    margin: 0;
}
#about .header{
    background: url(../images/about/gsjj_img_banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 173px 0;
}
#about .content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#about .nav_title{
    text-align: center;
}
#about .nav_title .title{
    font-size: 36px;
    color: #333333;
}
#about .nav_title .title1{
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}





#about .header .title .p1{
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
#about .header .title .p2{
    font-size: 26px;
    font-family: Microsoft YaHei;
    color: #333333;
    opacity: 0.4;
}
#about .introduce{
    padding: 72px 0 0 0;
}
#about .introduce .introduce_box{
    position: relative;
}
#about .introduce .introduce_box .left{
    position: absolute;
    top: -93px;
    left: 50px;
}
#about .introduce .introduce_box .right{
    background: #f8f8f8;
    margin-top: 90px;
    padding: 64px 64px 73px 506px;
}
#about .introduce .introduce_box .right .title{
    font-size: 24px;
    
    font-weight: 800;
    color: #333333;
    margin-bottom: 10px;
}
#about .introduce .introduce_box .right .text{
    font-size: 16px;
    
    color: #4E4E4E;
    letter-spacing: 1px;
}
#about .introduce .introduce_box .right .text:nth-child(3){
    margin: 15px 0;
}
#about .healthy{
    background: url(../images/about/gsjj_img_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 90px;
    padding-bottom: 104px;
}
#about .healthy .healthy_yewu{
    text-align: center;
    padding-top: 75px;
}
#about .healthy .healthy_yewu .yewu{
    display: flex;
    margin-top: 60px;
}
#about .healthy .healthy_yewu .jkyw{
    background: #fff;
    background-image: url(../images/about/gsjj_img_yz_d.png);
    background-repeat:no-repeat;
    padding: 48px 32px 32px;
    border-radius: 6px;
    width: 33.33%;
}
#about .healthy .healthy_yewu .jkyw:nth-child(2){
    margin: 0 20px;
}
#about .healthy .healthy_yewu .yw_title{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
#about .healthy .healthy_yewu .yw_title .title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-left: 10px;
}
#about .healthy .healthy_yewu .jkyw .text{
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #666666;
    text-align: left;
   margin-right: 32px;
}
#about .healthy .healthy_yewu .jkyw .line{
    width: 24px;
    height: 4px;
    background: linear-gradient(93deg, #1CB232 0%, #1A882A 100%);
    opacity: 0.3;
    border-radius: 2px;
    margin: 30px 0;
}
#about .healthy .healthy_yewu .jkyw .img{
    border-radius: 3px;
}

#about .keji{
   
}
#about .keji .keji_yewu{
    text-align: center;
    padding-top: 75px;
}
#about .keji .yewu{
    display: flex;
    flex-wrap: wrap;
    margin: 65px 0;
}
#about .keji .yewu .kjyw{
    width: 25%;
    border: 1px solid #F1F1F2;
    padding: 48px 40px 58px;
    border-radius: 8px;
}
#about .keji .yewu .kjyw .img{
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
#about .keji .yewu .kjyw:hover{
    background: #FFFFFF;
    border: 1px solid rgba(6, 46, 11, 0.10196078431372549);
    box-shadow: 0px 51px 99px rgba(1, 17, 3, 0.1);
    transition: all 1s;
}
#about .keji .yewu .kjyw:nth-child(1),#about .keji .yewu .kjyw:nth-child(2),#about .keji .yewu .kjyw:nth-child(3){
    margin-bottom: 24px;
}
#about .keji .yewu .kjyw:nth-child(2),#about .keji .yewu .kjyw:nth-child(5){
    margin-left: 20px;
    margin-right: 20px;
}
#about .keji .yewu .kjyw .title{
    margin: 20px 0 16px;
    font-size: 22px;
    font-weight: bold;
    color: #222222;
}
#about .keji .yewu .kjyw .text{
    font-size: 16px;
    color: #666666;
}
#about .footer img{display: block;}




#about .br{
    display: none;
}





@media screen and (max-width: 1250px){
    #about .header{
        padding: 100px 0 60px;
    }
    #about .header .title{
        text-align: center;
    }
    #about .introduce .introduce_box{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #about .introduce{
        padding: 50px 0;
    }
    #about .introduce .introduce_box .left{
        position: static;
        width: 65%;
    }
    #about .introduce .introduce_box .right{
        padding: 10px;
        margin-top: 30px;
    }
    #about .healthy{
        margin-top: 30px;
        padding-bottom: 0;
    }
    #about .healthy .healthy_yewu{
        padding-top: 35px;
    }
    #about .healthy .healthy_yewu .yewu{
        /* flex-wrap: wrap; */
        justify-content: space-between;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
      
    }
    #about .br{
        display: block;
    }
    #about .healthy .healthy_yewu .yewu::-webkit-scrollbar {
        display: none;
    }
    #about .healthy .healthy_yewu .jkyw{
        margin-bottom: 50px;
    }
    #about .healthy .healthy_yewu .jkyw:nth-child(2){
        margin-bottom: 50px;
    }
    #about .healthy .healthy_yewu .jkyw:nth-child(1){
        margin-left: 8px;
    }
    #about .healthy .healthy_yewu .jkyw:nth-child(3){
        margin-right: 8px;
    }
    #about .keji .keji_yewu{
        padding-top: 30px;
    }
    #about .keji .yewu .kjyw{
        margin: 5px !important;
        padding: 15px;
        width: 100%;
    }

    #about .healthy .healthy_yewu .jkyw{
        width: 100%;
    }

}