* {
  margin: 0px;
  padding: 0px;
}
.sales-network {
  width: 100%;
  height: auto;
  /* background: #ffffff; */
}
.sales-network-slider {
  width: 100%;
  height: 440px;
  background-image: url("/themes/pc/public/assets/images/news.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  /* line-height: 440px; */
}
.sales-network-slider .sales-network-title {
  /* padding-top: 175px; */
}
.sales-network-slider h3 {
  font-size: 39px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 6px;
  /* position: relative;
  top: 50%;
  left: 40%; */
}
.sales-network-slider p {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 6px;
  opacity: 0.8;
}
.sales-network-slider .sales-network-title {
  padding-top: 175px;
}

h4 {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  margin-top: 32px;
  text-align: center;
}
hr {
  width: 35px;
  height: 5px;
  background: rgba(45, 122, 219, 1);
  border-radius: 3px;
  margin: 13px auto;
}
.sales-network-article {
  /* width: 1200px; */
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.sales-network-article .sales-network-items {
  width: 1200px;
  text-align: center;
  cursor: pointer;
  margin: 0px auto;
}
p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.sales-network-area {
  width: 400px;
  height: 390px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 29px 0px rgba(40, 60, 75, 0.12);
  border-radius: 8px;
  float: right;
  margin-top: 115px;
  margin-right: 35px;
  position: relative;
}
.sales-network-area table {
  width: 400px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.sales-network-area table tr {
  width: 100%;
  height: 85px;
  line-height: 85px;
  text-align: center;
}
.sales-network-area tr th {
  background: #2d7adb;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border-radius: 8px 8px 0px 0px;
}
.sales-network-area tr th img {
  display: inline-block;
  width: 26px;
  height: 20px;
  margin-right: 10px;
}
.sales-network-area tr td:first-child {
  width: 198px;
  height: 90px;
  border-bottom: 1px dashed #ededed;
  position: relative;
}
.sales-network-area tr td:last-child {
  width: 198px;
  height: 90px;
  border-bottom: 1px dashed #ededed;
  position: relative;
}
.sales-network-area tr td:nth-child(2) {
  width: 4px;
  height: 90px;
  border-bottom: 1px dashed #ededed;
  position: relative;
}
.sales-network-area tr td:nth-child(2) span {
  display: block;
  height: 38px;
  border-right: 1px dashed #ededed;
}
.sales-network-area tr:last-child td {
  border-bottom: none;
}
.sales-network-area tr td img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 左侧地图样式 */
#map {
  background: url("/themes/pc/public/assets/images/worldmap.png") no-repeat;
  background-size: 753px 457px;
  margin-top: 44px;
  position: relative;
}
.active {
  color: rgba(45, 122, 219, 1) !important;
}
.outer {
  background: rgb(200, 217, 240) !important;
}
.inner {
  background: rgba(45, 122, 219, 1) !important;
}
/* 欧洲 */
#map .Europe {
  width: 32px;
  height: 42px;
  position: absolute;
  top: 21%;
  left: 22%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
#map .Europe p {
  width: 18px;
  height: 18px;
  background: rgb(223, 222, 222);
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
#map .Europe p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(160, 160, 160, 1);
}
/* 非洲 */
#map .Africa {
  width: 32px;
  height: 42px;
  position: absolute;
  top: 55%;
  left: 31%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
#map .Africa p {
  width: 18px;
  height: 18px;
  background: rgb(223, 222, 222);
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
#map .Africa p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(160, 160, 160, 1);
}
/* 美洲 */
#map .America {
  width: 32px;
  height: 42px;
  position: absolute;
  top: 24%;
  left: 76%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
#map .America p {
  width: 18px;
  height: 18px;
  background: rgb(223, 222, 222);
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
#map .America p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(160, 160, 160, 1);
}
/* 亚洲 */
#map .Asia {
  width: 32px;
  height: 42px;
  position: absolute;
  top: 41%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
#map .Asia p {
  width: 18px;
  height: 18px;
  background: rgb(223, 222, 222);
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
#map .Asia p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(160, 160, 160, 1);
}
/* 大洋洲 */
#map .Oceania {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 61%;
  left: 87%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
#map .Oceania p {
  width: 18px;
  height: 18px;
  background: rgb(223, 222, 222);
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
#map .Oceania p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(160, 160, 160, 1);
}

/* 第二版本开始 */
.domestic_warp{
  padding-bottom: 20px;
}
.domestic_img {
  background: url("/themes/pc/public/assets/images/network1.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 1055px;
  height: 381px;
  /* margin-top: 32px;
  margin-left: 70px; */
  margin:32px auto;
}
.foreign_warp {
  background: url("/themes/pc/public/assets/images/network7.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 20px 0px;
}
.foreign_info {
  width: 1200px;
  text-align: center;
  height: 46px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  margin: 0px auto;
}
.foreign_img {
  background: url("/themes/pc/public/assets/images/network2.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 943px;
  height: 418px;
  /* margin-top: 32px;
  margin-left: 110px; */
  margin:32px auto;
}
.brand_items_warp {
  display: flex;
  flex-wrap: wrap;
}
.brand_items {
  width: 572px;
  height: 245px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(48, 62, 66, 0.12);
  border-radius: 18px;
  margin-right: 24px;
  margin-bottom: 20px;
}
.brand_items > img {
  width: 219px;
  height: 90px;
  margin-top: 26px;
}
.brand_items > p {
  width: 490px;
  height: 60px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: 0px auto;
}
