.item01{
  height: 480px;
  background-color: #101627;
  color: #FFF;
  background-image: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/us/us_banner.png);
  background-repeat: no-repeat;
  background-position: center;
}
.item01 .banner{
  padding: 177px 0 0 0px;
  text-align: center
}
.item01 .banner h3{
  line-height: 50px;
  height: 50px;
  font-size: 36px;
  color: #FFFFFF;
}

.item02 .module-content{
  margin-top: 100px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item02 .module-content .module-content-item{
  width: 360px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item02 .module-content .module-line{
  width: 1px;
  height: 120px;
  margin: 0 135px;
  background: #979797;
}
.item02 .module-content-item h4{
  margin-bottom: 16px;
  font-size: 30px;
  color: #333333;;
}
.item02 .module-content-item p{
  font-size: 16px;
color: #666666;
}
.item03 .bg{
  margin: 50px 0 140px 0;
}
#allmap{
  height: 500px;
  width: 80%;
}
#address{
  position: absolute;
  width: 20%;
  height: 500px;
  top: 0;
  right: 0;
  background-image: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/us/us_map.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
#address span{
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
#address i{
  background-image: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/us/us_location_icon.png);
  background-size: cover;
  width: 30px;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.item04 .row-content{
  display: flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  margin-bottom: 100px;
}
.item04 .row-content>strong{
  margin-bottom: 50px;
  font-size: 30px;
  color: #333333;
  width: 100%;
}
.item04 .row-content>strong>span{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #0F73FF;
}
.item04 .row-content .list{
  width: 44%;
  height: 215px;
  margin-left: 3%;
}
.item04 .row-content h3{
  line-height: 50px;
  font-size: 30px;
  color: #333333;
}
.item04 .row-content i{
  color: #151515;
  font-style: normal;
}
.item04 .row-content p{
  line-height: 30px;
  color: #666666;
}