
.background{
  height: 40rem;
  width: 100%;
}

#products{
  width: 75rem;
  margin: auto;
  margin-top: 3%;
}

.productsTitle{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 4%;
  font-size: 36px;
}

.productsTitleLine{
  width: 150px;
  margin: 0 30px;
}

.productsContent{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.productsImg{
  width: 48%;
}

.productsTexts{
  width: 50%;
  display: flex;
  align-items: center;
}

.productsTexts1{
  width: 50%;
  display: flex;
  align-items: center;
  display: block;
}

.productsTexts2{
  display: none;
}

.titles{
  font-family:  pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
  font-size: 26px;
  line-height: 1.5;
  color: black;
  font-weight: 540;
  text-align: left;
  width: 100%;
}


.contents{
  line-height: 24px;
  color: #777;
  width: 100%;
  /* padding:0 5%; */
  font-size:18px;
  line-height: 30px;
}

/* 公司介绍 */
#company{
  background-color: #f9f9ff;
  width: 100%;
  margin: auto;
  margin-top: 5%;
  padding: 5% 0;
}

.center{
  width: 70%;
  margin: auto;
}

