#dg-banner
{
    width:100%;
    height:460px;
    background:url(../image/sjs-bg.jpg) center center no-repeat;
    font-size:0px;
    padding-top:60px;
    box-sizing: border-box;
}

.dg-left
{
    width:228px;
    height:313px;
    padding:8px;
    display:inline-block;
    background:#fff;
    vertical-align:top;
}
.db-right
{
    margin-left:100px;
    display:inline-block;
    width:400px;
    padding-top:32px;
}

.db-right h1{
    font-size:48px;
    color:#fff;
    display:block;
    height:48px;
    line-height:48px;
}

.db-right .infos,.db-right .exper
{
    font-size:18px;
    color:#f2f2f2;
    margin-top:10px;
    line-height:1.6;
}



.db-right .lines
{
    width: 59px;
    height: 6px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
    margin-top:20px;
    margin-bottom:50px;
}

.db-right .button
{
    width: 118px;
    height: 40px;
    background: #C4261D;
    color:#fff;
    line-height:40px;
    text-align:center;
    font-size:20px;
}


.dg-content
{
    padding-top:60px;
    padding-bottom:60px;
    background:#f2f2f2;
}

.dg-infos
{
    font-size:0px;
    vertical-align:top;
}

.dg-item-one
{
    width:275px;
    margin-right:30px;
    display:inline-block;
    vertical-align:top;
}

.dg-item-one:last-child{
    margin-right:0px;
}

.dg-item-one .name-box
{
    font-size:20px;
    color:#333;
}
.dg-item-one .name-line{
    width: 66px;
    height: 2px;
    background: #333333;
    opacity: 1;
    display:block;
    margin-top:8px;
    margin-bottom:8px;
}

.infos-box
{
    font-size:14px;
    color:#666;
    line-height:1.8;
}
.dg-cases-box
{
    margin-top:80px;
}
.dg-cases-box .wrap
{   
        font-size:0px;

}

.case-one-box
{
    width:380px;
    height:300px;
    display:inline-block;
    margin-right:30px;
    margin-bottom:40px;
    box-sizing: border-box;
    border:1px solid #d2d2d2;
}

.case-one-box:nth-child(3n)
{
    margin-right:0px;
}

.case-text
{
    padding:18px;
    
    box-sizing: border-box;
    width:100%;
    height:88px;
    
}

.case-text h3{
    font-weight:400;
    font-size:22px;
    margin-bottom:5px;
    color:#000;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.case-text p{
    font-size:16px;
    color:#333;
}

.case-text p span{
    margin-right:6px;
    display:inline-block;
}

/* 鼠标移入效果 */
.caseItem{
    
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
   
  }

.caseItem:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
  }
  .caseItem-img{
    width: 100%;
    height: 217px;
  }
  .caseItem-down{
    position: relative;
    height: 90px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 27px;
    padding-top: 20px;
  }
  .caseItem-star{
    position: absolute;
    right: 27px;
    bottom:20px;
    display: block;
  }
  .caseItem-star-hover{
      position: absolute;
      width: 59px;
      height: 51px;
      background: #d6010e;
      color:#fff;
      box-sizing: border-box;
      padding: 9px 15px;
      right: 27px;
      bottom: 16px;
      font-size: 14px;
      display: none;
      cursor: pointer;
  }
  .caseItem-star img{
    width: 18px;
    height: 18px;
    float: left;
  }
  .caseItem-star span{
    color: #d6000f;
    font-size: 12px;
    float: left;
    margin-left: 2px;
    margin-top: 3px;
  }
  .caseItem-down p{
    display: inline-block;
    width: 220px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position: relative;
    color: #333;
  
  }
  .caseItem-master{
    padding: 20px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .effect-bubba {
    text-align: center;
    position:relative;
    width:100%;
    height:212px;
    overflow:hidden;
  }
  .effect-bubba-background{
    background: #000;
  }
  /* .effect-bubba:hover img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  } */
  .caseItem-master::before,
  .caseItem-master::after {
      pointer-events: none;
  }
  .caseItem-master::before,
  .caseItem-master::after {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
  }
  
  .caseItem-master::before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0,1);
      transform: scale(0,1);
  }
  
  .caseItem-master::after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: scale(1,0);
      transform: scale(1,0);
  }
  
  .effect-bubba p {
      padding: 20px;
      opacity: 0;
    margin-top: 60px;
    font-size: 20px;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0,20px,0);
      transform: translate3d(0,20px,0);
      text-align:center;
  }
  
  .effect-bubba:hover .caseItem-master::before,
  .effect-bubba:hover .caseItem-master::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  
  .effect-bubba:hover h2,
  .effect-bubba:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }
  .drawingItem{
    display: inline-block;
    width: 220px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position: relative;
  }