 .unit-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 60px;
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .mian-content {
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
  }

  .mian-content-massage {
    display: flex;
    width: 1200px;
  }


  .main-content-left {
    height: 819px;
    width: 239px;
    background-color: #F5F6F9;
    display: inline-block;
    margin-bottom: 20px;
  }

  .left-menu {
    height: 819px;
    background: #F9F9F9;
  }

  .left-menu>.selectedActive {
    background: #BD1A2D;
    color: #FFFFFF;

  }

  .left-menu li {
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    cursor: pointer;
    font-family: 'Source Han Sans-Medium';
    padding-left: 0 !important;
  }

  .main-content-right {
    width: 931px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
  }

  .main-content-right .content-title {
    position: relative;
  }

  .main-content-right .content-title span {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #BD1A2D;
    margin-right: 5px;
    vertical-align: text-bottom;
  }

  .main-content-right .content-title>p {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    font-family: 'Source Han Sans-Medium';
    /* margin-bottom: 45px; */
  }

  .gsjj-img {
    width: 931px;
  }

  .gsjj-img img {
    width: 100%;
    height: 262px;
  }

  .gsjj-title {
    margin: 30px 0;
  }

  .gsjj-title p {
    font-size: 14px;
    color: #444444;
    line-height: 21px;
    text-indent: 32px;
  }

  #qywh .qywh-img li {
    margin-bottom: 19px;
   position:relative;
  }

  .right-content .qywh-img img {
    width: 933px;
    height:241px;
    object-fit: cover;

  }
#qywh li>div{
    color:#fff;
    font-family: 'Alibaba PuHuiTi 2.0-115 Black';
    font-size: 20px;
    font-weight: 400;
  }
  #qywh li:first-child>div{
    position:absolute;
    left:92px;
    top:57px;

  }
  .qywh-line{
    width: 23px;
    height: 2px;
    background-color: #BD1A2D;
    margin-top:2px;
  }
  #qywh li:nth-child(2)>div{
    position:absolute;
    left:494px;
    top:66px;
  }
  #qywh li:nth-child(3)>div{
    position:absolute;
    left:184px;
    top:51px;
  }
  #qywh li:last-child>div{
    position:absolute;
    left:557px;
    top:66px;
  }
  #qywh li>div p{
    line-height: 28px;
  }
  #qywh li>div p:first-child{
    font-size: 28px;
    font-weight: 1000;
    line-height: 39px;

  }

  .zyyw-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    color: #949494;
  }

  .zyyw-content-title p:first-child {
    /* margin-right:291px; */
    font-size: 16px;
    line-height: 39px;
    color: #404040;
    font-weight: bold;
    font-family: 'Alibaba PuHuiTi 2.0-115 Black';
    position: relative;
    width: 360px;
    height: 39px;
    overflow:hidden;
    white-space: nowrap;    
    text-overflow: ellipsis;
    position: relative; /* 为了悬停时的提示框定位 */
  }

 .zyyw-content-title p:first-child:hover::after {
            content: attr(data-fulltext); /* 显示全部文本 */
            position: absolute; /* 绝对定位 */
            left: 0; /* 左对齐 */
            top: 100%; /* 在容器下方 */
            white-space: normal; /* 允许换行 */
            background: white; /* 背景颜色 */
            border: 1px solid #ccc; /* 边框 */
            padding: 5px; /* 内边距 */
            z-index: 1; /* 确保在上方 */
            width: auto; /* 自动宽度 */
            max-width: 300px; /* 最大宽度 */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 阴影 */
        }










  /*.zyyw-content-title p:first-child>span {
    display: inline-block;
    width: 23px;
    height: 2px;
    background-color: #BD1A2D;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }*/

  .zyyw-content-title p:last-child {
    line-height: 28px;
    text-indent: 20px;
    font-size:14px;
  }

  .zyyw-massage span {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Alibaba PuHuiTi 2.0-55 Regular';
  }

  .zyyw-massage span:first-child {
    margin-right: 44px;
  }

  .zyyw-content-massage {
    width: 933px;
    padding: 24px 30px 29px 31px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    margin-bottom: 34px;


  }

  .zyyw-content-massage p {
    font-family: 'Alibaba PuHuiTi 2.0-55 Regular';
    font-size: 20px;
    font-weight: 400;
    color: #404040;
    line-height: 28px;
    text-indent: 20px;

  }

  /* 企业资质 */
  .qyzz-content {
    display: flex;
    /*justify-content: space-around;
    align-items: center;*/
   flex-wrap: wrap;         /* 允许换行 */
    justify-content: space-between; /* 元素之间均匀分布 */
    list-style-type: none;   /* 去掉默认的列表样式 */
    padding: 0;              /* 去掉内边距 */
    margin: 0;    
  }
.qyzz-content li{
margin-bottom:182px;
}
  .qyzz-content li:first-child {
    margin-left: 4px;
  }

  .qyzz-content li:nth-child(2) {
    margin-right: 27px;
    margin-left: 21px;
  }


  .qyzz-massage img {
    width: 288px;
    height: 193px;
     border-bottom: 25px solid #fff;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.2);
    object-fit: cover;
  }

  .qyzz-massage {
    position: relative;
  }

  .qyzz-massage p {
    width: 288px;
    height: 42px;
    font-family: 'Source Han Sans, Source Han Sans';
    font-weight: 400;
    font-size: 20px;
    color: #404040;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    margin-top: 49px;
    left: 50%;
    /* 左边距为 50% */
    transform: translateX(-50%);
   -webkit-line-clamp: 1;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .qyzz-info {
    position: relative;
    /*margin-bottom: 91px;
    height: 284px;*/
  }


  #lxwm {
    font-size: 20px;
  }

  .lxwm-massage {
    height: 28px;
    line-height: 20px;
  }

  .lxwm-content span {
    display: inline-block;
  }

  #lxwm .lxwm-icon1 {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../images/home/lianxiwomen_act.png) no-repeat;
    background-size: cover;
  }

  #lxwm .lxwm-icon2 {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../images/home/weixin_act.png) no-repeat;
    background-size: cover;
  }
 .lxwm-content{
    font-family:'Alibaba PuHuiTi 2.0-55 Regular';
    font-size:20px;
    font-weight:normal;
   }
  .lxwm-phone,
  .lxwm-code {
    color: #949494;
    margin-left: 10px;
    
  }
.lxwm-phone a{
  color:#949494;
}

  .map-content {
    border: 1px solid #ccc;
    min-height: 500px;
    padding: 10px;
    box-sizing: border-box;
  }

  .map-title {
    margin-bottom: 30px;
  }

  #allmap {
    height: 500px;
    font-size: 15px;

  }
.fyq{
 text-align:center;
 margin-bottom:10px;
}
div.flickr{
 margin-bottom:10px;
}

