/* 联系我们 */
html,body{
  background: #fff;
  font-family: Arial, "Microsoft YaHei", "PingHei", "STHeitiSC-Light", "SF Pro SC", "SF Pro Text", "PingFang SC", "Helvetica Neue", "Helvetica";
}

/* banner */
.banner{
  width: 100%;
  /* height: 2.03rem; */
  height: 603px;
  background: url("../images/banner02.jpg") no-repeat center;
  background-size: cover;
}
/* 联系我们 */
.contact{
  width: 1200px;
  margin: 30px auto;
  display: flex;
}
.contact>.contact-left{
  width: 600px;
  height: 328px;
  background: url("../images/3.png") no-repeat center/100% 100%;
  text-align: center;
  padding: 100px 0 0 145px;
  box-sizing: border-box;
}
.contact>.contact-left>h5{
  font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
  letter-spacing: 0px;
  line-height: 50px;
	color: #333333;
}
.contact>.contact-left>p{
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.contact>.contact-right{
	width: 600px;
	height: 328px;
  background-color: #ff4039;
  padding: 57px 0 53px 46px;
  box-sizing: border-box;
  color: #fff;
	position: relative;
}
.contact>.contact-right>h6{
  font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 34px;
}
.contact>.contact-right>p{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 15px;
}
.contact>.contact-right>p:last-of-type{
  width: 319px;
}
.contact>.contact-right>div{
	position: absolute;
	text-align: center;
	right: 26px;
	top: 136px;
}
.contact>.contact-right>div img{
	width: 110px;
	height: 110px;
	display: block;
	margin: 0 auto;
}
.contact>.contact-right>div span{
	font-size: 14px !important;
}
