/*
**banner
*/
#banner {
  background: url('../img/distribution/banner.png') center center no-repeat;
}

.module {
  width: 1170px;
  margin: 50px auto 0;
}
.module-title {
  height: 134px;
  text-align: center;
  overflow: hidden;
}
.module-title h2 {
  margin: 25px 0 24px;
  font-family: SourceHanSansCN-Regular;
  font-size: 30px;
  color: #000;
}
.module-title .title-distribution {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #666;
}

.container{
  position: relative;
}

#this-ip{
  position: absolute;
  top: 20px;
  left: 30px;
}
#this-ip a{
	color: #ffffff;
}
 #this-ip a:hover{
    color: #0064FA !important;
}
/* 
**分销商
*/
#distributor {
  padding-bottom: 54px;
}
#distributor .pain-points {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-top: 6px;
  margin-bottom: 26px;
}
.pain-points-content {
  display: flex;
}
.pain-points-list {
  width: 280px;
}
.pain-points-list li {
  display: flex;
  min-height: 42px;
  align-items: center;
  line-height: 22px;
  background: #f7f7f7;
  padding-left: 12px;
  color: #666;
  border-radius: 8px;
}
.pain-points-list li:not(:last-child) {
  margin-bottom: 16px;
}
.pain-points-list li img {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#distributor .pain-points-solution {
  margin-top: 35px;
  margin-left: 81px;
}
#distributor .pain-points-solution img {
  width: 809px;
  height: 192px;
}

/*
**供销商
*/
#supplier {
  padding-bottom: 92px;
}
#supplier .pain-points {
  margin-left: 890px;
  margin-top: 6px;
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
#supplier .pain-points-solution {
  margin-top: 24px;
  margin-right: 73px;
}
#supplier .pain-points-list li {
  padding: 9px 18px 9px 12px;
  line-height: 22px;
}
#supplier .pain-points-solution img {
  width: 817px;
  height: 195px;
}

/*
**我们的价值
*/
#ourPower {
  background-color: rgba(59, 120, 242, 0.08);
  overflow: hidden;
}
#ourPower h3 {
  overflow: hidden;
}
.power-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.power-item {
  display: flex;
  box-sizing: border-box;
  padding-right: 19px;
  width: 226px;
  height: 108px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(12, 56, 121, 0.23);
  border-radius: 8px;
}
.power-item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
}
.power-item .icon-wrap {
  width: 40px;
  flex: 0 0 40px;
}
.power-item .icon-wrap img {
  margin-top: 23px;
  margin-left: 14px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.power-item p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.our-solution {
  padding: 24px 0 38px;
  margin-left: -25px;
}
.our-solution img {
  width: 1220px;
  height: auto;
}

/*
**完美覆盖全行业
*/
#coverage {
  width: 100%;
  background-color: #f7f8f9;
  text-align: center;
}
#coverage .container ul {
  overflow: hidden;
  margin-top: 34px;
  margin-bottom: 70px;
  color: #fff;
  font-size: 20px;
}
#coverage .container ul li {
  float: left;
  width: 264px;
  height: 184px;
  margin-top: 36px;
  line-height: 184px;
}
#coverage .container ul li + li {
  margin-left: 38px;
}
    #coverage .container ul li:hover div {
        cursor: pointer;
        background: url('../img/distribution/hover.png') center center no-repeat;
    }

/*
** 我们的客户
*/
#ourClient {
  width: 100%;
  height: 751px;
  background: url('../img/distribution/bg-womendekehu.png') center center
    no-repeat;
  color: #fff;
  overflow: hidden;
}
#ourClient .module-title h2 {
  color: #fff;
}
#ourClient .module-content {
  width: 1170px;
  background: rgba(255, 255, 255, 0.08);
  padding: 58px 86px 52px 101px;
  display: flex;
  justify-content: space-between;
}
.our-client-info {
  margin-top: 40px;
}
.our-client-info h3 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 39px;
}
.our-client-process {
  width: 540px;
  height: 351px;
  border-radius: 8px;
  opacity: 0.97;
  background: url('../img/distribution/process4.png') center center no-repeat;
  background-size: cover;
}
.our-client-list li {
  line-height: 30px;
  vertical-align: bottom;
  font-size: 18px;
}
.our-client-list li:not(:last-child) {
  margin-bottom: 15px;
}
.our-client-list li span {
  font-size: 25px;
}
.point-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 12px;
  background: #ffcd00;
  border-radius: 100%;
}
