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

.banner .banner-title {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
}

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

.banner .banner-title .p2 {
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 2px;
}

.banner .banner-title .banner-btn {
  width: 150px;
  height: 60px;
  background: #0866DF;
  border-radius: 30px;
  line-height: 60px;
  font-size: 20px;
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.banner .banner-title .banner-btn:hover {
  opacity: .9;
}

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

.container .title {
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.container .title span {
  color: #0866DF;
}

.container .subTitle {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

.container .subTitle span {
  color: #0A65DD;
  /* font-size: 30px; */
}

/* 前景 */
.analysis {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  margin: 70px 0;
}

.analysis .radius {
  position: absolute;
  border-radius: 50%;
  background-color: #F3F9FF;
  text-align: center;
  top: -90px;
}

.analysis .radius span {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #CCE3FF;
  display: inline-block;
  margin-top: 25%;
}

.analysis .radius2 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 300px;
  top: -110px;
}

.analysis .radius5 {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
}

.analysis img {
  width: 650px;
  flex-shrink: 0;
}

.analysis .distribution {
  margin-left: 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.analysis .distribution li {
  position: relative;
}

.analysis li .distributionTitle {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  background: linear-gradient(-90deg, #FFFFFF 0%, #8E4DFD 100%);
  border-radius: 20px;
  padding-left: 20px;
}

.analysis li .distributionTxt {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}

/* 优质资源 */

.resource {
  padding-bottom: 70px;
}

.resourceItem {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.resourceItem .item {
  width: 380px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 50px 90px 50px 50px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  transition: all .3s ease-in-out;
}

.resourceItem .item:hover{
  border-color: #0866DF;
}

.resourceItem .item img {
  width: 56px;
  margin-right: 20px;
}

.resourceItem .itemName {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 54px;
  margin-bottom: 20px;
}

.resourceItem .itemTxt {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.resourceItem .itemBTn {
  width: 126px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #0866DF;
  font-size: 14px;
  color: #0866DF;
  line-height: 50px;
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.resourceItem .item:hover .itemBTn{
  background-color: #0866DF;
  color: #fff;
}

/* 推广策略 */

.strategy {
  position: relative;
  height: 680px;
  background-position: center center;
}

.strategy .container {
  padding-top: 90px;
}

.strategy .strategy-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 490px;
  padding-left: 240px;
  position: relative;
  margin-left: auto;
  margin-top: 90px;
}

.strategy .strategy-box .strategy-item {
  width: 220px;
  height: 160px;
  padding: 30px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #FEFEFF 0%, #EAF7FF 100%);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  margin-bottom: 25px;
  margin-left: 25px;
  transition: background .3s ease-in-out;
}

.strategy .strategy-box .strategy-item:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 350px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  background-position: center center;
  background-size: contain;
}

.strategy .strategy-box .strategy-item:first-child{
  background: url(//assets.xingkongmt.com/img/v1/new/redbook/strategy_bg.png);
}

.strategy .strategy-box .strategy-item:first-child:hover{
  background: url(//assets.xingkongmt.com/img/v1/new/redbook/strategyA_bg.png);
}

.strategy .strategy-box .strategy-item:hover {
  background: #0866DF;
}

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

.strategy .strategy-box .strategy-item:first-child .item-name{
  margin-bottom: 10px;
}

.strategy .strategy-box .strategy-item .item-name .iconfont {
  color: #0866DF;
  font-size: 28px;
  vertical-align: -3px;
  margin-right: 5px;
  font-weight: 500;
}

.strategy .strategy-box .strategy-item:first-child .item-name .iconfont{
  font-size: 36px;
  display: block;
  margin-bottom: 25px;
}

.strategy .strategy-box .strategy-item:hover .item-name {
  color: #fff;
}


.strategy .strategy-box .strategy-item:hover .item-name .iconfont {
  color: #fff;
}

.strategy .strategy-box .strategy-item .item-desc {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 5px;
}

.strategy .strategy-box .strategy-item:hover .item-desc {
  color: #fff;
}

/* 创意策划 */
.originality {
  padding-bottom: 70px;
}

.originality .originality-img {
  text-align: center;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.originality .originality-img img{
  transition: all .3s ease-in-out;
}

.originality .originality-img img:hover{
  transform: translateY(-10px);
}

.originality .originality-img img:nth-child(2){
  margin-left: 30px;
}

.originality .originality-box {
  height: 88px;
  background: #0866DF;
  border-radius: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 30px;
}

.originality .originality-box .iconfont {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  color: #0866df;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  vertical-align: -2px;
}

/* 投放启发 */

.launch {
  background: #F2F6FD;
  padding-bottom: 70px;
}

.launch .inspireBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.launch .inspireBox .inspireItem {
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(51, 50, 60, 0.05);
  border-radius: 24px;
  width: 280px;
  height: 440px;
  position: relative;
  transition: all .5s ease-in-out;
}

.launch .inspireBox .inspireItem:hover{
  transform: translateY(-10px);
}

.launch .inspireBox .inspireImg {
  width: 100%;
}

.launch .inspireBox .inspireTitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  margin-top: 50px;
  padding: 0 30px;
}

.launch .inspireBox .inspireTxt {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
  padding: 0 30px;
}

.launch .inspireBox .inspireBtn {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 14px;
  color: #0866DF;
}

/* 合作伙伴 */

.partner {
  padding-bottom: 70px;
}

.partner ul {
  border-radius: 10px;
  padding: 20px 0;
  margin-top: 70px;
}

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

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

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

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