.twoHouse-box{
  padding: 40px 0;
}

.about-con{
  /* display: flex; */
}
.about-con .left{
  /* width: 35%; */
  width: 100%;
  display: flex;
  margin-right: 20px;
}
.about-con .right{
  flex: 1;
}
.about-con .left img{

}

.credential .widget-item{
  width: 49%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.credential .widget-item:last-child{
  margin-right: 0;
}

.business-hours {
  margin-top: 40px;
  text-align: center;
}
.business-hours p{
  margin-bottom: 10px;
  font-weight: 700;
}

.package-list{
  padding: 0;
}
.package-list .li-item{
  width: 24%;
  margin-right: 10px;
  display: inline-block;
  float: left;
  text-align: center;
}
.package-list .li-item:last-child{
  margin-right: 0;
}

.package-list .li-item img{
  width: 100%;
  height: 200px;
}

#myMapWC, #myMapHK, #myMapGG{
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}

.amap-logo,
.amap-copyright{
  z-index: -1;
}

.traffic-con{
  display: flex;
}
.traffic-con .left{
  width: 49%;
  margin-right: 2%;
}
.traffic-con .left p,
.traffic-con .right p {
  margin-bottom: 10px;
}

.traffic-con .left.en p,
.traffic-con .right.en p {
  margin-bottom: 5px;
}

.traffic-con .right{
  flex: 1;
}
