.main {
  width: 100%;
  margin-top: 80px;
}
.main .banner {
  position: relative;
  width: 100%;
  height: 360px;
}
.main .banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.main .service-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.main .service-content .service-left img {
  display: block;
  width: 400px;
  height: 240px;
}
.main .service-content .service-right {
  margin-left: 30px;
}
.main .service-content .service-right h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
  font-weight: normal;
}
.main .service-content .service-right h4 em {
  display: block;
  width: 140px;
  height: 1px;
  margin-top: 30px;
  background-color: #333;
}
.main .service-content .service-right p {
  font-size: 16px;
  color: #999;
}
.main .service-lists {
  width: 1200px;
  margin: 50px auto;
}
.main .service-lists .service-list {
  width: 100%;
  margin-bottom: 40px;
}
.main .service-lists .service-list h6 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 32px;
}
.main .service-lists .service-list p {
  font-size: 16px;
  color: #999;
  line-height: 32px;
}
.main .service-sale {
  width: 1200px;
  margin: 0 auto;
}
.main .service-sale .service-logo {
  display: block;
  width: 282px;
  margin: 0 auto 16px;
}
.main .service-sale h5 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  text-align: center;
}
.main .service-sale p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: center;
  opacity: 0.8;
}
.main .service-sale .salemap {
  position: relative;
  width: 100%;
  padding-top: 120px;
}
.main .service-sale .salemap .map {
  display: block;
  width: 100%;
}
.main .service-sale .salemap .state {
  position: absolute;
}
.main .service-sale .salemap .state img {
  display: block;
  width: 34px;
  height: 36px;
}
.main .service-sale .salemap .state .map-detail {
  position: absolute;
  top: -443%;
  left: -53%;
  display: none;
  width: 296px;
  height: 153px;
  padding: 20px 50px 0 41px;
  background: url("/static/pc/img/service/2.png") no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.main .service-sale .salemap .state .map-detail h6 {
  font-size: 18px;
  font-weight: 300;
  color: #333;
}
.main .service-sale .salemap .state .map-detail p {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  line-height: 18px;
  opacity: 0.8;
  text-align: left;
}
.main .service-sale .salemap .north-america {
  top: 34%;
  left: 13%;
}
.main .service-sale .salemap .south-america {
  top: 67%;
  left: 20%;
}
.main .service-sale .salemap .europe {
  top: 34%;
  left: 43%;
}
.main .service-sale .salemap .africa {
  top: 56%;
  left: 49%;
}
.main .service-sale .salemap .asia {
  top: 38%;
  left: 71%;
}
.main .service-sale .salemap .australia {
  top: 74%;
  left: 86%;
}
