/*公司简介内容*/
.titleSty{
    text-align: center;
}
.gsjTitle{
    font-size: 18px;
}
.xline{
    margin: 0px 5px;
    font-size: 18px;
}
.leftStyle{
    float: left;
    margin-top: 30px;
}
#leftStyle{
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.rightStyle{
    float: right;
    width: 75%;
    margin-top: 30px;
}
.conWz{
    margin-top: 40px;
}
.botLine{
    width: 80px;
    margin: 20px auto;
    border-bottom: 5px solid #b5b6b6;
}
.maginSty{
    margin-top: 15px;
    line-height: 27px;
}
.gsImg{
    width: 300px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 10px;
}
/*组织结构内容*/
.zuzhiImg{
    width: 100%;
    height: auto;
}
/*资质荣誉内容*/
.ryBlock{
    border:1px solid #efefef;
    width: 100%;
    text-align: center;
    background-color: #f6f6f6;
}
.ryImg{
    width: 95%;
    height: 145px;
    margin: 5px auto;
}
.ryName{
    background-color: #ececec;
    padding:7px 2px;
    margin-top: 3px;
    height:40px;
}

/*图片放大*/
.enlargeImg_wrapper {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: rgba(52, 52, 52, 0.8);
    background-size: 50%;
}