.home{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;   
}
img{
    width: 100%;
    height: 100%;
}

/* 轮播图 */
.swiper {
    height: 498px;
    width:100%;
}

/* 默认 */
.swiper-slide{
    height: 498px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.swiper-slide .span1{
    /* position: absolute; */
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: 1400px;
    margin: 170px auto;
}
.swiper-slide .span2{
    /* position: absolute; */
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    width: 1400px;
    margin: -210px auto;
}

.douyin_move1,.douyin_move3 {opacity: 0;}
.douyin_move1 {animation:douyin_move1 0.5s ease 0.1s;animation-fill-mode:forwards;}
@keyframes douyin_move1 {from {padding-left:300px;opacity:0;filter: alpha(opacity=0); -moz-opacity:0;  -khtml-opacity:0;}
to {padding-left:100px;opacity:1;filter: alpha(opacity=1); -moz-opacity:1;  -khtml-opacity:1;}
}
.douyin_move3 {animation:douyin_move3 0.5s ease 0.8s;animation-fill-mode:forwards;}
@keyframes douyin_move3 {from {padding-left:300px;opacity:0;filter: alpha(opacity=0); -moz-opacity:0;  -khtml-opacity:0;}
to {padding-left:100px;opacity:1;filter: alpha(opacity=1); -moz-opacity:1;  -khtml-opacity:1;}
}
/* 轮播图 */

/* 网络营销推广过程中 您有以下困惑吗？区域 */
.top{
    height:570px;
    width: 1400px;
    margin:0 auto;
}
/* 大标题 */
.title_box{
    height: 160px;
    width:1400px;
    display: flex;
    flex-wrap: wrap;
}
.title{
    width:1400px;
    /* height:30px; */
    margin:0px  auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 150px;
}
.title_box img{
    width: 69px;
    height: 5px;
    margin: -50px auto;
}
/* 大标题 */
.top .topbody{
    width: 1400px;
    margin: auto;
    display: flex;
}
.box{
    width: 315px;
    height: 350px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #eee;
    border-radius: 25px;
    box-sizing: border-box;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.box:hover{
    box-shadow: 8px 8px 15px #f7f4f4;
    transform: translateY(-5%);  
}
.box:hover img{
    transform:scale(1.15);
    overflow: hidden;
}
.box img{
    position: relative;
    width: 100%;
    height: 100%;
    z-index:1 ;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
} 
.box:hover .box_title{
    color: #FF6501;
}
.box:hover .box_text .text{  
    color: #000;  
}
.box_text{
    position: absolute;
    margin-left: 20px;
    z-index:2; 
}
.box_text .box_title{
    line-height: 80px;  
    font-size: 30px;
    font-weight: bold; 
    color: #000;    
}
.box_text .text{  
    font-size: 16px;
    line-height: 26px; 
    color: #000;  
}

/* 网络营销推广过程中 您有以下困惑吗？区域 */

/* 抖音+搜索引擎  双重SEO有哪几种流量 区域 */
.center{
    height: 850px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    background: linear-gradient(to top,#E4EFF9,#F9FBFF);
}
.center .title_box {
    width: 100%;
}
.center .title_box .title{
    width: 100%;
    line-height: 150px;
}
.center .centerbody{
    height:800px;
    width: 1400px;
    margin: auto;
    display: flex;
    
}
.left{
    height:700px;
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 30px;
    justify-content: start;
   
}
.left img{
    width: 749px;
    height:488px;
    margin:0px;
}

.lefttext{
    width: 624px;
    height: 60px;
    display: flex;  
    margin: -60px 0px;
}
.lefttext .left_title{
    color: #fff;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    font-weight: bolder;
    text-align: center;
    justify-content: center;
}
.right{
    width:550px;
    height:700px;
}
.right .rightbox{
    width: 570px;
    height: 168px;
    margin-bottom: 45px;
    background-color: #fff;
    display:flex;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
.rightbox:hover{
    transform: translateY(-8%);
}
.rightbox:hover .text p{
    color: #000;
}
.rightbox .img{
    width: 35px;
    height: 39px;
    margin-top: 20px;
    margin-left: 30px;
}
.rightbox .text{
    width: 55%;
    height: 70%;
    margin: auto 10px;
}
.rightbox .text .title{
    color: #FF6501;
    font-size: 30px;
    line-height: 30px;
}
.rightbox p{
    font-size: 16px;
    line-height: 30px;
    margin: auto;
    display: flex; 
    flex-wrap: nowrap;
    color: #000;
}
p span{
    width: 8px;
    height: 8px; 
    background-color: #FF6501; 
    border-radius: 50%;
    margin-top: 11px; 
    margin-right: 8px;
}
.right :nth-child(1) .rightlogo{
    height: 128px;
    width: 120px;
    margin:auto;
    margin-top: 25px;
    float: right;
}
.right :nth-child(2) .rightlogo{
    height: 108px;
    width: 150px;
    margin: auto;
    margin-left: -10px;
    float: right;
}
.right :nth-child(3) .rightlogo{
    height: 140px;
    width: 120px;
    margin: auto;
    float: right;
}
/* 抖音+搜索引擎  双重SEO有哪几种流量 区域 */

/* 抖音+搜索引擎  坐享5大流量入口  区域 */
.bottom{
    height: auto;
    width: 1400px;
    margin: 0 auto 50px;
}
.bottom .title_box .title{
    line-height: 150px;
}
.bottom .bottombody{
    height:700px;
    width: 1400px;
    margin: 0 auto;
    background-color: #E1F1F9;
    border-radius: 50px;
    display: flex;
}
.bottom_left,.bottom_right{
    width:650px;
    height: 620px;
    display: flex;
    flex-wrap: wrap;
    margin: auto 0;
}
.bottom_left{
    margin-left: 37px;
    margin-right: 20px;
}
.bottom_left .left_up,.bottom_left .left_end {
    width: 100%;
    border-radius:25px;
    /* display: flex;
    flex-wrap: wrap; */
    position: relative;
}
.bottom_left .left_up{
    height: 275px;
    background: linear-gradient(to right,#FFE9F2,#FFF2DA);
    margin-bottom: 30px;
    position: relative;
  
}
.bottom_left .left_end{
    height: 315px;
    background-color: #fff;
    position: relative;
    
}
.bottom_right .right_up{
    width: 100%;
    height:210px;
    border-radius:25px;
    background-color: #F4E1F1;
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    
}
.bottom_right .right_center{
    width: 100%;
    height:120px;
    background-color: #DDE7FB;
    border-radius:25px;
    margin-bottom:20px;
    position: relative;
}
.bottom_right .right_end{
    width: 100%;
    height:250px;
    background-color: #BAE2EF;
    border-radius:25px;
    display: flex;
    flex-wrap: wrap;
}
.box_body{
    width: 90%;
    height: 60%;
    background-color: #fff;
    border-radius: 25px;
    margin: 0 auto ;
    position: relative;
    z-index: 1;
    display: flex;
}
.left_up .box_body{
    margin-top: 10%;
    border: 3px solid #FBC9C5; 
}
.left_end .box_body{
    margin-top: 10%;
    border:3px solid  #F5DDBE; 
}
.right_up .box_body{
    margin-top: 7%;
    border:3px solid #DFA5D6; 
}
.right_end .box_body{
    height: 70%;
    margin-top: 7%;
    border:3px solid #95C6D5; 
}
.box_body .content{
    position: absolute;
    margin: auto;
    /* top: 50px; */
    left: 40px;
}
.box_body .flower{
    width: 34px;
    height: 109px;
    position: absolute;
    bottom: 0px;
    right: 45px;
    
    /* margin: 56px auto; */
}
.left_up .box_body .content{
    width: 375px;
    height: 100px;
    top: 45px;
}
.left_end .box_body .content{
    width:385px;
    height: 188px;
    
}
.right_up .box_body .content{
    width: 335px;
    height: 119px;
   
}
.right_end .box_body .content{
    width: 411px;
    height: 174px;
}  
.bottom_title{
    position: absolute;
    width: 240px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* background-color: orangered; */
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    margin-left: 80px;
    margin-top: 50px;
    z-index: 2;
    /* margin: 40px   40px; */
}
.bottom_left .left_up .bottom_title{
   background-color: #DA3509; 
}
.bottom_left .left_end .bottom_title{
    background-color: #DA3509;
}
.bottom_right .right_up .bottom_title{
    background-color: #BF45AC;
    /* margin-left: 5%; */
    margin-top: 25px;
}
.right_center .bottom_title{
    /* background-color: #DDE7FB; */
    font-size: 20px;
    color: #000;
    position: absolute;
    margin: 0px;
    top: 10px;
}
.bottom_right .right_end .bottom_title{
    background-color: #80B5C6;
    /* margin-left: 5%; */
    margin-top: 25px;
}
.right_center_text{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 60px;
    left: 27px;
    display: flex;
}

.right_center_text span{
    width: 110px;
    margin-right: 20px;
    height: 35px;
    font-size: 16px;
    color: #4b39c4;
    background-color: #C2C1FF;
    
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
}





