/* 页面做可视口居中处理的盒子 */
.container1{
    /* box-sizing: border-box; */
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
/* image */
.banner-container{
    /* display: flex; */
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.banner1{
    width: 100%;
    height: 600px;
    background-image: url(../images/productService/productBanner.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner1 .banner1-title{
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 84px;
    margin-bottom: 10px;
}
.banner1 .banner1-word{
    display: block;
    width: 800px;
    text-align: center;
    height: 95px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 36px;
}
.banner2{
    flex: 1;
    background: url(../images/product-18.png) no-repeat left top;
}
.pro-qie-container{
    margin: 0 auto;
    position: relative;
}
/* 靠边贴的图 */
.pro-qie-container .pro-qie{
    width: 110px;
    height: 129px;
    position: absolute;
    left: 0;
    top: 237px;
}
/* 小程序搭建 */
.pro-top{
    width: 1200px;
    height: 605px;
    background: #FAFBFD;
    margin: 0 auto;
    /* background: #fafb; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-top-left{
    width: 500px;
    height: 605px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.pro-top-title{
    width: 380px;
    height: 106px;
    font-size: 38px;
    font-weight: 600;
    color: #35394E;
    line-height: 53px;
    margin-bottom: 22px;
}
.pro-top-title span{
    display: block;
}
.pro-top-word{
    width: 432px;
    height: 72px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 36px;
}
.pro-top-right{
    width: 607px;
    height: 364px;
}
/* 代运营服务 */
.pro-middle1{
    box-sizing: border-box;
    width: 1200px;
    height: 865px;
    margin: 0 auto;
    background: #FFFFFF;
    padding-top: 86px;
}
.pro-m1-title{
    width: 1200px;
    text-align: center;
    margin-bottom: 41px;
}
.pro-m1-title .title1{
    display: block;
    font-size: 38px;
    font-weight: 600;
    color: #35394E;
    line-height: 53px;
    margin-bottom: 9px;
}
.pro-m1-title .title2{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 25px;
}
.pro-m1-contant{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.graphic{
    box-sizing: border-box;
    width: 285px;
    height: 297px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 44px;
    flex: 1;
    margin-right: 21px;
}
.graphic:hover{
    box-shadow: 0px 0px 8px 4px rgba(173, 173, 173, 0.21);
}
.graphic-top span{
    display: block;
    width: 104px;
    height: 37px;
    font-size: 26px;
    font-weight: 600;
    color: #35394E;
    line-height: 37px;
    margin-top: 18px;
}
.graphic p{
    width: 240px;
    height: 90px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 30px;
    margin-top: 23px;
    text-align: center;
}
/* 一站式全周期营销服务 */
.pro-middle2{
    margin: 0 auto;
    position: relative;
}
.pro-mid2{
    width: 1200px;
    height: 649px;
    background: #F9FBFF;
    /* background: saddlebrown; */
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 127px;
    display: flex;
    justify-content: space-between;
}
.pro-middle2 .pro-qie{
    width: 110px;
    height: 129px;
    position: absolute;
    top: 409px;
    left: 0;
}
.pro-middle2 .pro-qie2{
    width: 144px;
    height: 68px;
    position: absolute;
    top: 553px;
    right: 0;
}
.pro-mid2 .pro-mid2-left{
    box-sizing: border-box;
    width: 590px;
    height: 409px;
    flex: 1;
    padding-top: 31px;
}
.pro-mid2 .pro-mid2-left .left-title{
    display: block;
    width: 380px;
    height: 53px;
    font-size: 38px;
    font-weight: 600;
    color: #35394E;
    line-height: 53px;
}
.pro-mid2 .pro-mid2-left .left-bottom{
    display: inline-block;
    margin-right: 78px;
}
.pro-mid2-left .left-bottom .bottom-title{
    display: block;
    width: 144px;
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    color: #35394E;
    line-height: 33px;
    margin-top: 44px;
}
.pro-mid2 .pro-mid2-right{
    width: 498px;
    height: 409px;
    margin-left: 24px;
}
.dot{
    width: 8px;
    height: 8px;
    background: #0F64E8;
    border-radius: 50%;
    display: inline-block;
    line-height: 25px;
    margin-right: 9px;
}
.bottom-word{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.bottom-word span{
    font-size: 18px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 25px;
}
/* 赋能企业提高营销能力 */
.pro-bottom{
    box-sizing: border-box;
    width: 1200px;
    height: 782px;
    /* background-color: saddlebrown; */
    background: #FFFFFF;
    margin: 0 auto;
    padding-top: 97px;
}

.pro-bottom .pro-btm-top{
    width: 1200px;
    text-align: center;
    margin-bottom: 63px;
}
.pro-bottom .pro-btm-top .top-one{
    display: block;
    width: 1200px;
    height: 53px;
    font-size: 38px;
    font-weight: 600;
    color: #35394E;
    text-align: center;
    line-height: 53px;
    margin-bottom: 9px;
}
.pro-bottom .pro-btm-top .top-two{
    display: block;
    width: 1200px;
    height: 53px;
    font-size: 18px;
    font-weight: 400;
    color:  rgba(47, 57, 83, 0.65);;
    text-align: center;
    line-height: 25px;
}
.pro-btm-graphic{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.pro-btm-graphic .graphic-container{
    width: 380px;
    height: 424px;
    background: #FFFFFF;
    box-shadow: 0px 2px 28px 0px rgba(220, 220, 220, 0.5);
}
.pro-btm-graphic .graphic-container img{
    width: 380px;
    height: 230px;
}
.pro-btm-graphic .graphic-container .graphic-title{
    display: block;
    width: 340px;
    height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #35394E;
    line-height: 40px;
    margin: 24px 0 9px 21px;
}
.graphic-container:hover .graphic-title{
    color: #0F64E8;
}
.pro-btm-graphic .graphic-container .graphic-word{
    display: block;
    width: 338px;
    height: 92px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(47, 57, 83, 0.65);
    line-height: 30px;
    margin-left: 21px;
}

.techolist {
  width: 1200px;
  margin: 79px auto;
  display: flex;
  justify-content: space-between;
}

.techolist .techoitem {
  text-align: center;
  padding: 0 32px;
  border-right: 1px solid #DBDBDB;
}

.techolist .techoitem:last-child {
  border: none;
}

.techolist .techoitem img {
  width: 122px;
  height: 122px;
  margin-bottom: 29px;
}

.techolist .techoitem .title {
  font-size: 26px;
  font-weight: 500;
  color: #35394E;
  margin-bottom: 26px;
}

.techolist .techoitem .desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(47,57,83,0.6500);
  line-height: 32px;
  text-align: justify;
}

.box-container {
  padding-top: 100px;
}

.servicelist {
  width: 1200px;
  margin: 88px auto;
  display: flex;
  justify-content: space-between;
}

.servicelist .serviceitem {
  width: 285px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.servicelist .serviceitem img {
  width: 100%;
  height: 170px;
  margin-bottom: 24px;
  object-fit: contain;
}

.servicelist .serviceitem .title {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #35394E;
}

.servicelist .serviceitem .desc {
  padding: 0 10px 24px 30px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(47,57,83,0.6500);
  line-height: 32px;
}

.frame-content {
  width: 1200px;
  margin: auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}

.frame-content img {
  width: 511px;
  height: 452px;
}


.frame-content  .left{
  width: 383px;
  text-align: right;
}

.frame-content  .right {
  width: 383px;
  text-align: left;
}

.frame-content .title {
  font-size: 26px;
  font-weight: 500;
  color: #35394E;
}

.frame-content .desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(47,57,83,0.6500);
  line-height: 32px;
}

.frame-content .merchant {
  position: relative;
  left: 79px;
  top: -15px;
}

.frame-content .category {
  margin-top: 35px;
  margin-right: 20px;
}

.frame-content .user {
  margin-top: 60px;
  position: relative;
  left: 75px;
}

.frame-content .content-operation {
  position: relative;
  right: 50px;
  top: -15px;
}

.frame-content .activity-plan {
  margin-top: 35px;
  margin-left: 20px;
}

.frame-content .data-analysls {
  margin-top: 60px;
  position: relative;
  right: 50px;
}

.business {
  padding: 147px 0 100px 0;
}

.buisiness-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 104px;
}

.buisiness-list:last-child {
  margin-bottom: 0;
}

.business .business-item {
  width: 240px
}

.business .business-item img{
  width: 66px;
  height: 66px;
  margin-bottom: 5px;
}

.business .business-item .business-title {
  font-size: 26px;
  font-weight: 600;
  color: #35394E;
  margin-bottom: 23px;
}

.business .business-item .business-desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(47,57,83,0.6500);
  line-height: 30px;
}


.support-commodity {
  width: 100%;
  background-image: url(../images/productService/supportBg.png);
  background-size: 100% 100%;
}

.support-content {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
}

.support-bottom {
  margin-top: 63px;
}

.support-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.support-list:last-child{
  margin-bottom: 0;
}

.support-list .support-item {
  width: 92px;
  height: 92px;
}

.support-list .support-item img {
  width: 100%;
  height: 100%;
}

.support-right img {
  width: 590px;
  height: 564px;
}

.cooperative-partner {
  background-color: #ffffff;
  padding: 100px 0;
}

.partner-list-content {
  margin: 50px auto;
  width: 1200px;
}

.partner-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.partner-list:last-child {
  margin-bottom: 0;
}

.partner-list .partner-item {
  width: 151px;
  height: 151px;
}

.partner-list .partner-item img{
  width: 100%;
  height: 100%;
}
