#solve-ding{
    width: 100%;
  }
  /* top */
  .solve-ding-top{
    width: 100%;
    min-width: 1174px;
    background: url('../../img/solve/ding/bg.png') no-repeat;
    background-size: cover;
    height: 620px;
    box-sizing: border-box;
    padding-top: 233px;
    text-align: center;
    overflow: hidden;
  }
  .solve-ding-top >h2{
    font-size: 45px;
      font-weight: normal;
      letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 53px;
    opacity: 0;
    animation-duration: .6s;
  }
  .solve-ding-top >p{
    font-size: 30px;
      letter-spacing: 1px;
      color: #ffffff;
      opacity: 0;
      animation-duration: .6s;
  }
  /* 服务 */
  .solve-ding-sevice{
      width: 1174px;
      margin: 0 auto;
      padding-top: 90px;
  }
  .solve-ding-sevice >h2{
    font-size: 32px;
	font-weight: normal;
	letter-spacing: 3px;
    color: #333333;
    margin-bottom: 70px;
    text-align: center;
    opacity: 0;
    animation-duration: .6s;
  }
  .list-item{
    float: left;
    opacity: 0;
    animation-duration: .6s;
    animation-delay: .2s;
  }
  .item-box{
      width: 326px;
  }
  .item-box >img{
      display: block;
      width: 100%;
      height: 363px;
  }
  .item-box >div{
    font-size: 18px;
	margin: 40px 0 20px 0;
	letter-spacing: 1px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 48px;
  }
  .item-box >p{
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
    box-sizing: border-box;
    padding-left: 48px;
  }
 .sevice-list .m-item{
      margin: 0 90px;
      opacity: 0;
      animation-duration: .6s;
      animation-delay: .4s;
  }
  /* 信息 */
  .solve-news{
      width: 1174px;
      height: 534px;
      background-color: #fff;
      box-shadow: 0px 8px 44px 5px 
          rgba(33, 24, 21, 0.07);
      border-radius: 10px;
      margin: 130px auto 130px;
      overflow: hidden;
      opacity: 0;
      animation-duration: .6s;
  }
  .solve-news >img{
    float: left;
    width: 60%;
    height: 100%;
  }
  .solve-news-list{
      width: 40%;
      float: left;
      height: 100%;
      background: #fff;
      box-sizing: border-box;
      padding: 0 30px;
      padding-top: 65px;
  }
  .s-b-l-top{
      width: 100%;
    
  }
  .s-b-l-top >div{
    float: left;
    font-size: 16px;
	letter-spacing: 1px;
    color: #666666;
  }
  .s-b-l-top >div >span{
    vertical-align: middle;
  }
  .s-b-l-top >div >img{
      width: 15px;
      height: 18px;
      vertical-align: middle;
      
  }
  .solve-news-list >p{
    font-size: 18px;
	margin: 24px 0 49px 0;
	letter-spacing: 1px;
    color: #666666;
    
  }
  form{
    font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
  }
  .name >div{
    float: left;
    width: 50%;
    height: 30px;
  }
  .name >div >span{
    vertical-align: middle;
    margin-right: 6px;
  }
  .name >div >input{
      width: 153px;
      height: 30px;
      line-height: 0;
      box-sizing: border-box;
      vertical-align: middle;
      border-bottom: 1px solid #e6e6e6;
      transition: all .4s;
      color: #666;
  }
  form input:focus{
      border-bottom-color: #46d837;
  }
  .email{
      margin: 50px 0;
  }
  .email >span, .speak >span{
    vertical-align: middle;
    margin-right: 6px;
  }
  .email >input, .speak >input{
    width: 398px;
    height: 30px;
    line-height: 0;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s;
    color: #666;
}
button{
    width: 101px;
	height: 36px;
	background-image: linear-gradient(-86deg, 
		#46d837 0%, 
		#1fa335 100%), 
	linear-gradient(
		#3eb251, 
		#3eb251);
	background-blend-mode: normal, 
		normal;
    border-radius: 18px;
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
    cursor: pointer;
    transition: all .4s;
}
button:hover{
    transform: translateX(10px);
}
  