/* 顶部图片 */
.homeBg{
 height: 8.4625rem;
 background: url('../static/homeBg.jpg') no-repeat;
 background-size: cover;
 position: relative;
}
/* .homeBg .message{
  position: fixed;
  top: 3.5875rem;
  right: 0;
} */
.homeBg .message img{
  display: block;
  padding-bottom: .05rem;
}
/* 产品与服务 */
.product{
  padding-top: 1.05rem;
  text-align: center;
  /* background-color: #F2F2F2; */
}
.product .title{
  font-size: .375rem;
  color: #333333;
  font-weight: bold;
}
.product .line {
  padding: .1625rem 0;
}
.info{
 font-size: .2rem;
}
.line .borderLine{
  /* border: .0125rem solid #CA0D18; */
  background-color: #CA0D18;
  width: .9rem;
  height: .05rem;
  margin: auto;
}
.productImg{
  display: flex;
  width: 100%;
  padding: 0 1.9375rem 0 1.9375rem;
  justify-content: space-around;
  margin-top: .4125rem;
}
.productImg li{
  max-width: 4.75rem;
}
.productImg li img{
  display: block;
  width: 100%;
}
.customers{
  text-align: center;
  padding-top:.7375rem;
}
.customers .title{
  font-size: .375rem;
  color: #333333;
  font-weight: bold;
}
.customers .line {
  padding: .1625rem 0;
}
.customers .line .borderLine{
  border: .0125rem solid #CA0D18;
  width: .9rem;
  margin: auto;
}
.customersList{
  margin-top: .1875rem;
  width: 100%;
  padding: 0 1.625rem 0 1.625rem;
}
.customersList img{
  /* border: .0125rem dashed #ccc; */
  width: 100%;
  margin-top: .5625rem;
  margin-bottom: .9rem;
}
.support{
  padding-top:.5rem;
  /* padding-bottom: 1.725rem; */
}
.support .title{
  font-size: .375rem;
  color: #333333;
  font-weight: bold;
}
.support .line {
  padding: .1625rem 0;
}
.support .line .borderLine{
  border: .0125rem solid #CA0D18;
  width: .9rem;
  margin: auto;
}
.cardList{
  margin-top: .5rem;
}
.cardList .cardListUl{
 display: flex;
 justify-content: space-around;
}
.cardList {
  width: 100%;
}
 .cardList .cardListUl{
  width: 100%;
  padding: 0 1.9375rem 0 1.9375rem;
 }
.oneCard{
  max-width: 4.75rem;
} 
.oneCard img{
 display:block;
 width: 100%;
 /* border: .0125rem dashed #ccc; */
}
.oneCard .navInfo{
  border: .0125rem solid #707070;
  border-top: none;
  padding: .25rem .325rem;
}


