/* banner */
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  min-width: 1200px;
  margin-top: -78px;
  padding-top: 80px;
}

.banner .banner-title {
  text-align: center;
  padding-top: 80px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}

.banner .banner-title .p1 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 2px;
}

.banner .banner-title .p2 {
  color: #E5D6FC;
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 32px;
}


.banner .banner-title .banner-btn {
  width: 160px;
  height: 60px;
  background: #FFB15E;
  border-radius: 10px;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}

.container .title {
  font-size: 30px;
  color: #1A1811;
  margin-bottom: 40px;
}

/* 新品牌推广困境 */
.difficulty-box {
  height: 640px;
  background-position: center center;
  position: relative;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.difficulty-box .difficulty-type .no {
  color: #7985FF;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}


.difficulty-box .difficulty-type:nth-child(1) {
  text-align: center;
  position: relative;
}

.difficulty-box .difficulty-type:nth-child(1) .line {
  width: 1px;
  height: 130px;
  background-color: #7985FF;
  left: 50%;
  position: absolute;
  top: 40px;
}

.difficulty-box .difficulty-type:nth-child(1) .line::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #7985FF;
  border-radius: 50%;
  bottom: 0;
  left: -5px;
}

.difficulty-box .difficulty-type:nth-child(2) {
  position: absolute;
  right: 0;
  top: 150px;
}

.difficulty-box .difficulty-type:nth-child(2) .line {
  border: 1px solid #7985FF;
  height: 40px;
  width: 180px;
  border-color: transparent #7985FF #7985FF transparent;
  border-radius: 0 0 15px 0;
  left: -105px;
  position: absolute;
  top: 35px;
}

.difficulty-box .difficulty-type:nth-child(2) .line::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #7985FF;
  border-radius: 50%;
  bottom: -5px;
  left: -5px;
}


.difficulty-box .difficulty-type:nth-child(3) {
  position: absolute;
  right: -50px;
  top: 400px;
}

.difficulty-box .difficulty-type:nth-child(3) .line {
  height: 1px;
  width: 190px;
  background-color: #7985FF;
  left: -195px;
  position: absolute;
  top: 15px;
}

.difficulty-box .difficulty-type:nth-child(3) .line::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #7985FF;
  border-radius: 50%;
  top: -5px;
}

.difficulty-box .difficulty-type:nth-child(4) {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.difficulty-box .difficulty-type:nth-child(4) .line {
  width: 1px;
  height: 110px;
  background-color: #7985FF;
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.difficulty-box .difficulty-type:nth-child(4) .line::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #7985FF;
  border-radius: 50%;
  left: -5px;
}

.difficulty-box .difficulty-type:nth-child(5) {
  position: absolute;
  left: -50px;
  top: 260px;
}

.difficulty-box .difficulty-type:nth-child(5) .line {
  height: 1px;
  width: 130px;
  background-color: #7985FF;
  position: absolute;
  bottom: 10px;
  right: -140px;
}

.difficulty-box .difficulty-type:nth-child(5) .line::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #7985FF;
  border-radius: 50%;
  top: -5px;
  right: 0;
}

.analysis {
  background: #E6EFFC;
  padding-bottom: 70px;
}

.analysis .analysis-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.analysis .analysis-box .analysis-type {
  text-align: center;
  width: 130px;
}

.analysis .analysis-box .analysis-type .name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin: 10px 0;
}

.analysis .analysis-box .analysis-type .desc {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.strategy .strategy-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

.strategy .strategy-box .strategy-img {
  border-right: 1px solid #EEEEEE;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 70px;
}

.strategy .strategy-box .strategy-item {
  position: relative;
  margin-bottom: 35px;
  padding-left: 30px;
}

.strategy .strategy-box .strategy-item:last-child {
  margin-bottom: 0;
}

.strategy .strategy-box .strategy-item::before {
  content: '\2714';
  font-size: 24px;
  color: #7985FF;
  position: absolute;
  left: 0;
  top: 0;
}

.strategy .strategy-box .strategy-item .name {
  font-size: 18px;
  font-weight: bold;
  color: #1A1811;
  line-height: 40px;
}

.strategy .strategy-box .strategy-item .desc {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}

.way {
  padding-bottom: 50px;
}

.way .title {
  color: #fff;
}

.way .way-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.way .way-box .way-item {
  width: 346px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.way .way-box .way-item .name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

.way .way-box .way-item .desc {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}

.way .way-box .way-item .iconfont {
  color: #EEEEEE;
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 38px;
}

.way .way-box .way-item:hover {
  background-color: #E8F1FF;
}

.way .way-box .way-item:hover .iconfont {
  color: #717EFF;
}

.advantage{
  padding-bottom: 50px;
}

.advantage-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.advantage-box .advantage-item {
  border: 1px dashed #809EA6;
  border-radius: 10px;
  margin-right: 20px;
}

.advantage-box .advantage-item:last-child {
  margin-right: 0;
}

.advantage-box .advantage-item .name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

.advantage-box .advantage-item .desc {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.advantage-box:nth-child(2) .advantage-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 65px 80px;
}

.advantage-box:nth-child(2) .advantage-item img {
  margin-right: 50px;
}

.advantage-box:nth-child(3) .advantage-item {
  padding: 70px 40px;
}

.advantage-box:nth-child(3) .advantage-item .name{
  margin: 5px 0;
}

.friends {
  padding-bottom: 70px;
}

.friends ul{
  background: #FFFFFF;
  box-shadow: 0px 2px 29px 0px rgba(200, 113, 255, 0.15);
  border-radius: 10px;
  padding: 20px 0;
  margin-top:5px;
}

.friends li{
  display: inline-table;
  margin: 6px 5px;
  width: 120px;
  height: 74px;
}

.friends li:nth-child(9n){
  margin-right: 0;
}

.friends li img{
  transition: all .3s;
}

.friends li img:hover{
  transform: translateY(-4px);
  box-shadow: 0 0 14px 0px rgb(173 173 173 / 25%);
}