.header{
  background: url('../img/p_banner.png') no-repeat;
  background-size: 100% 100%;
  height: 418px;
  padding: 40px 6% 40px 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header>img{
  height: 340px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.header-content>.title{
  font-family: AliHYAiHei;
  font-weight: bold;
  font-size: 45px;
  color: #3269FF;
}
.content>p{
  text-align: center;
  line-height: 40px;
  color: #333;
}

.p-contact{
  display: flex;
  justify-content: center;
  background: url('../img/p_main2.png') no-repeat;
  background-size: 100% 100%;
  height: 350px;
  align-items: center;
}
.p-contact>div{
  width: 448px;
  max-height: 230px;
  padding: 50px 0;
  background: linear-gradient(0deg, #FFFFFF, #F3F6F8);
  box-shadow: 0px 6px 9px 0px rgba(54,90,117,0.13);
  border: 2px solid #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.phone{
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}


.product{
  padding: 100px 0;
}
.product>p{
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}

.product>div{
  height: 350px;
  background: url('../img/p_main1.png') no-repeat;
  background-size: 100% 100%;
}
