@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}
.w1200{
    width: 90% !important;
    margin:0 auto;
}
@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.p90{
    padding:40px 0;
}
/*banner*/
.ny-banner-box{
    position: relative;
    width: 100%;
    height: 215px;
    margin-top: 70px;
}
.ny-banner-box .ny-banner{
    width: 100%;
    height: 100%;
}
.ny-banner-box .exper-ab{
    width: 90%;
    position: absolute;
    top: 6%;
    left: 5%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ny-banner-box .exper-ab .wa_img{
	width:60%;
}
.ny-banner-box .exper-ab .wa_img img{
	width:100%;
}
.ny-banner-box .exper-ab .experience-box{
	margin:initial;
	margin-top:20px;
}
.ny-banner-box .exper-ab .experience-box a{
	text-decoration:none;
}
.index-banner{
    width: 100%;
    height: 100%;
}
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
.index-banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    opacity: 0.6;
    background:#fff;
    border-radius: 50px;
    margin:0 7px !important;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
    border:0;
}

/* 主体内容 */
.tencent-title{
    font-size: 25px;
    font-weight: 500;
    color: #313233;
    text-align: center;
}
.tencent-title p{
    font-size: 14px;
    line-height: 21px;
    color: #626366;
    margin-top: 5px;
}

/* 全时全景覆盖 */
.msn-focus{
    position: relative;
    margin-top: 30px;
}
.msn-focus .hd{
    width: 90%;
    margin: 0 auto;
}
.msn-focus .hd ul{
    display: flex;
    justify-content: space-between;
}
.msn-focus .hd ul li{
    width: auto;
    height: 43px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.msn-focus .hd ul li img{
    width: auto;
    height:30px;
    transition: .4s;
}
.msn-focus .hd ul li:hover img{
    transform: scale(1.1);
}
.msn-focus .hd ul li::before{
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background:#296bef;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
    border-radius: 15px;
    opacity: 0;
}
.msn-focus .hd ul li.on::before{
    opacity: 1;
}
.msn-focus .bd{
    position: relative;
    background: #edf5ff;
    padding-top: 30px;
    overflow: hidden;
    margin-top: 25px;
    padding-bottom: 30px;
}
.msn-focus .bd ul{
    width: 90%;
    margin:0 auto;
}
.msn-focus .bd ul li{
    /* display: flex;
    justify-content: space-around; */
}
/* .msn-focus .bd ul li .msn-focus-text,
.msn-focus .bd ul li .msn-focus-img{
    width: 46%;
} */
.msn-focus .bd ul li .msn-focus-text h5{
    font-size:18px;
    color: #313233;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msn-focus .bd ul li .msn-focus-text p{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 14px;
    color: #626366;
    line-height: 24px;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math{
    display: flex;
    justify-content: start;
    margin:20px 0;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math dl{
    margin-right: 25px;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math dl:last-child{
    margin-right: 0;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math dl dt{
    font-size: 18px;
    font-family: new-font;
    margin-right: 5px;
    color:#333;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math dl dt span{
    font-size: 14px;
    font-weight: 500;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math dl dd{
    line-height: 24px;
    font-size: 14px;
    color:#333;
}
.msn-focus .bd ul li .msn-focus-img{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.msn-focus .bd ul li .msn-focus-img .box-1{
    margin-top:60px;
}
.msn-focus .bd ul li .msn-focus-img .box-1,
.msn-focus .bd ul li .msn-focus-img .box-2{
    width: 45%;
    height: auto;
}
.msn-focus .bd ul li .msn-focus-img .box-1 img,
.msn-focus .bd ul li .msn-focus-img .box-2 img{
    width: 100%;
    box-shadow: 0 10px 30px 0 rgba(41,107,239,.2);
    border-radius: 40px;
    border: 8px solid #313233;
}
.msn-focus .bd ul li .experience-box{
    margin:0;
}
.msn-focus .bd ul li:nth-child(7) .msn-focus-img{
    display: inline;
}
.msn-focus .bd ul li:nth-child(7) .msn-focus-img .box-1{
    width: 85%;
    z-index: 2;
}
.msn-focus .bd ul li:nth-child(7) .msn-focus-img .box-2{
    margin-left: 13%;
    width: 85%;
    margin-top: -30px;
    z-index: 1;
}
.box-1{
    animation: boxImageUp .6s linear 0s forwards;
}
.box-2{
    animation: boxImageDown .6s linear 0s forwards;
}
@keyframes boxImageUp {
    50% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
}
@keyframes boxImageDown {
    50% {
        -webkit-transform: translate3d(0, 20px, 0);
    }
}


/* 锚定营销目标 */
.tecent-cont1{
    background:linear-gradient(180deg,#fff 0,#f7f9fc 100%),linear-gradient(180deg,#fff 0,#f7f9fc 100%);
}
.tecent-cont1-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    width: 90%;
    margin:25px auto 25px;
}
.tecent-cont1-list dl{
    width: 100%;
}
.tecent-cont1-list dl dt{
    width: 100%;
    height: 140px;
}
.tecent-cont1-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tecent-cont1-list dl dd{
    width: 100%;
    background:#eee;
    font-size: 14px;
    color:#333;
    text-align: center;
    padding:7px 0;
}

/* 多维智能定向 */
.tecent-cont2{
    background:url(../images/bg.jpg) no-repeat 100% 100%;
    background-size: cover;
    background-position: right;
    min-width: 1600px;
    min-height: 797px;
}
.tecent-cont2 .dwdx-title{
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    color: #313233;
    margin-top: 135px;
}
.tecent-cont2 p{
    font-size: 16px;
    line-height: 29px;
    color: #626366;
    margin-top: 24px;
}
.tecent-cont2 .experience-box{
    margin:40px 0 0 0;
}

/* 一站式智能投放 */
.tencent-cont3{
    background:#f7f9fc;
}
.tencent-cont3-list{
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.tencent-cont3-list dl{
    padding: 15px;
    background:#fff;
    border:1px solid #dfe1e6;
    border-radius: 8px;
    text-align: center;
}
.tencent-cont3-list dl dt .iconfont{
    font-size: 40px;
    color:#3774ef;
    vertical-align: top;
}
.tencent-cont3-list dl dd h5{
    font-size: 16px;
    color:#222;
    margin-bottom: 8px;
}
.tencent-cont3-list dl dd p{
    font-size: 14px;
    line-height: 24px;
}
.experience-box{
    text-align: center;
    border-radius: 28px;
    width: 120px;
    line-height: 30px;
    background-color: #296bef;
    transition: .3s;
    margin:0 auto;
}
.experience-box a{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.experience-box:hover{
    background:#0b4fd9;
}

/* 真实的推广效果 */
.tencent-cont4 .tabBar .hd{
    margin:20px 0;
}
.tencent-cont4 .tabBar .hd ul{
    display: flex;
    justify-content: space-around;
}
.tencent-cont4 .tabBar .hd ul li{
    border: 1px solid #dfe1e6;
    border-radius: 8px;
    transition: .3s;
    cursor: pointer;
    transition: .3s;
    margin-right: 7px;
}
.tencent-cont4 .tabBar .hd ul li img{
    display: block;
    width: 100%;
}
.tencent-cont4 .tabBar .hd ul li.on{
    box-shadow:0 3px 10px 0 rgba(49,50,51,.05), 0 6px 20px 0 rgba(49,50,51,.05)
}
.tencent-cont4 .tabBar .hd ul li:hover{
    background:#fafbfc;
}
.tencent-cont4 .tabBar .bd{
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #dfe1e6;
    background-color: #fff;
    height: 390px;
}
.tencent-cont4 .tabBar .bd .con .tabBar-img img{
    width: 100%;
    height: auto;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text{
    margin:40px;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text h5{
    font-size: 18px;
    font-weight: 500;
    color: #313233;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text  p{
    font-size: 14px;
    line-height: 24px;
    color: #626366;
    margin-top: 11px;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .tabBar-flex{
    display: flex;
    justify-content: start;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .tabBar-flex dl{
    margin:30px 30px 35px 0;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .tabBar-flex dl:last-child{
    margin-right: 0;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .tabBar-flex dl dt{
    font-size: 21px;
    line-height: 40px;
    font-family: new-font;
    margin-right: 5px;
    color:#333;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .tabBar-flex dl dt span{
    font-size: 16px;
    font-weight: 500;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .tabBar-flex dl dd{
    line-height: 24px;
    font-size: 14px;
    color:#333;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .experience-box{
    margin:0;
}