.index_products{
    max-width: 1300px;
    height: 219px;
    margin: 0 auto;
  }
  .index_products ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/fengexian.png) no-repeat;
    background-position: 284px 153px;
    background-size: 1040px;
  }
  .index_products ul li{
    width: 50%;
    height: 219px;
    position: relative;
  }
  .index_products ul li:nth-child(1) h1{
    position: absolute;
    top: 119px;
    font-size: 40px;
    color:#222;
    font-weight: 700;
  }
  .index_products ul li:nth-child(1) img{
    position: absolute;
    top: 143px;
    left: 180px;
  }
  .index_products ul li:nth-child(2) a{
    position: absolute;
    top: 141px;
    right: 0;
    color: #999999;
    font-size: 18px;
  }
/* contact_box1 */
.contact_box1{
    max-width: 1300px;
    height: 124px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.contact_box1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_box1 ul li{
    width: 33%;
    height: 124px;
    position: relative;
}
.contact_box1 ul li .ssd{
    width: 50px;
    height: 50px;
    background: #222;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
    position: absolute;
    left: 78px;
    top: 37px;
}
.contact_box1 ul li .ssd img{
    margin-top: 15px;
}
.contact_box1 ul li p{
    font-size: 20px;
    color: #222;
    position: absolute;
    left: 138px;
    top: 50px;
}