.base{
  width: 100%;
  height: 362px;
  background: #233650;
  /* margin-top: 85px; */
  float: left;
}
.base .base-box{
  width: 1200px;
  height: 100%;
  /* background: #888; */
  margin: auto;
  padding: 45px 0;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.base .base-box .base-p{
  margin-top: 22px;
}
.base .base-box .base-p p{
  color: #FFFFFF;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
}
.base .base-box .base-b{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  padding-top: 100px;
}
.base .base-box .base-b span{
  cursor: pointer;
}
.base-right{
  display: flex;
}
.base-right .base-nav{
  margin-left: 90px;
}
.base-right .base-nav ul{
  padding-top: 10px;
}
.base-right .base-nav a{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}
.base-right .base-nav img{
  width: 140px;
  height: 140px;
}
.base-right .base-nav p{
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}