.wrap {
  width: 100%;
}
.h3{
	font-size: 22px;
}
.wrap .banner {
  width: 100%;
}

.wrap .banner img {
  width: 100%;
  height: 100%;
}

.wrap h1 {
  padding-right: 15px;
  line-height: 80px;
  margin: 30px 0;
  font-size: 22px;/*原28修改为22*/
}

.wrap h1 i {
  width: 50px;
  display: block;
  border-bottom: 3px solid #ff4003;
}

.wrap .about {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}

.wrap .about dd {
  width: 40%;
  height: 250px;
}

.wrap .about dd img {
  width: 100%;
  height: 100%;
}

.wrap .about dt {
  width: 60%;
  line-height: 30px;
  font-weight: normal;
}

.wrap .about dt span {
  color: #ff4003;
  font-size: 20px;/*原28修改为20*/
}
.wrap .about h2{
	font-size: 20px;
}
.wrap .about dd:first-child {
  margin-right: 40px;
}

.wrap .about dd:last-child {
  margin-left: 40px;
}

.wrap .bg {
  background: #f4f4f4;
  padding: 10px 0;
}

.wrap .bg2 {
  display: flex;
  width: 100%;
}

.wrap .bg2 .mitem {
  background: #f4f4f4;
  padding: 0;
  margin: 0 15px;
  padding-bottom: 20px;
}

.wrap .bg2 .mitem .mtop {
  display: flex;
  padding: 30px 10px;
  align-items: center;
  justify-content: space-between;
  border-top: 5px solid #ff4003;
  font-size: 24px;
}
.wrap .bg2 .mitem .mtop span{
	font-size: 16px;
	font-weight: 600;
}

.wrap .bg2 .mitem .text {
	font-size: 14px;
  padding: 0 20px;
}

.wrap .addres {
  display: flex;
  margin: 50px 0;
  align-items: center;
}

.wrap .addres dd {
  width: 40%;
  padding-left: 70px;
}

.wrap .addres dd h3 {
  line-height: 50px;
}

.wrap .addres dd div {
  color: #9d9d9d;
  line-height: 40px;
}

.wrap .addres dt {
  width: 60%;
  margin-right: 15px;
}

.wrap .addres dt img {
  width: 100%;
  height: 100%;
}
