<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

@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;}
/*banner*/
.ny-banner-box{
	position:relative;
}
.ny-banner-box .exper-ab{
	width:1366px;
	position: absolute;
    top: 6%;
    left: 50%;
    margin-left: -683px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ny-banner-box .exper-ab .wa_img{
	width:46%;
}
.ny-banner-box .exper-ab .wa_img img{
	width:100%;
}
.ny-banner-box .exper-ab .experience-box{
	margin:initial;
	margin-top:40px;
}
.ny-banner-box .exper-ab .experience-box a{
	text-decoration:none;
}
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
	min-width:1200px;
	margin:0 auto;
}
.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: 48px;
    line-height: 56px;
    font-weight: 500;
    color: #313233;
    text-align: center;
}
.tencent-title p{
    font-size: 16px;
    line-height: 29px;
    color: #626366;
    margin-top: 15px;
}
/* .tencent-cont2{
    width: 80%;
    margin:0 auto;
    margin-top: 50px;
}
.tencent-cont2 img{
    width: auto;
    height: 56px;
    cursor: pointer;
    transition: .4s;
}
.tencent-cont2 img:hover{
    transform: scale(1.04);
} */

/* 全时全景覆盖 */
.msn-focus{
    position: relative;
    margin-top: 55px;
}
.msn-focus .hd{
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}
.msn-focus .hd ul{
    display: flex;
    justify-content: space-between;
}
.msn-focus .hd ul li{
    width: auto;
    height: 70px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.msn-focus .hd ul li img{
    width: auto;
    height: 56px;
    transition: .4s;
}
.msn-focus .hd ul li:hover img{
    transform: scale(1.1);
}
.msn-focus .hd ul li::before{
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    background:#296bef;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    border-radius: 15px;
    opacity: 0;
}
.msn-focus .hd ul li.on::before{
    opacity: 1;
}
.msn-focus .bd{
    position: relative;
    top: 100px;
    background:#edf5ff;
    padding-top: 60px;
    height: 580px;
    overflow: hidden;
}
.msn-focus .bd ul{
    width: 1200px;
    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: 32px;
    color: #313233;
    font-weight: 600;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msn-focus .bd ul li .msn-focus-text p{
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 16px;
    color: #626366;
    line-height: 29px;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math{
    display: flex;
    justify-content: start;
    margin:40px 0 50px 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: 32px;
    line-height: 40px;
    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: 16px;
    font-weight: 500;
}
.msn-focus .bd ul li .msn-focus-text .msn-focus-math dl dd{
    line-height: 29px;
    font-size: 16px;
    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{
    margin: 50px 0 60px 0;
}
.tecent-cont1-list dl{
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
}
.tecent-cont1-list dl dt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tecent-cont1-list dl dt img{
    width: 100%;
    height: auto;
    display: block;
    transition: .4s;
}
.tecent-cont1-list dl:hover dt img{
    transform: scale(1.04);
}
.tecent-cont1-list dl dd{
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    color:#fff;
    text-align: center;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s;
}
.tecent-cont1-list dl:hover dd{
    opacity: 1;
}

/* 多维智能定向 */
.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: 30px;
    margin-bottom: 60px;
}
.tencent-cont3-list dl{
    float: left;
    width: 31.3%;
    padding: 40px;
    background:#fff;
    border:1px solid #dfe1e6;
    border-radius: 8px;
    margin:35px 35px 0 0;
    display: flex;
    cursor: pointer;
    transition: .4s;
}
.tencent-cont3-list dl:hover dt{
    margin-top: -5px;
}
.tencent-cont3-list dl:nth-child(3n){
    margin-right: 0;
}
.tencent-cont3-list dl dt{
    width: 15%;
    transition: .4s;
}
.tencent-cont3-list dl:hover{
    border:1px solid #3774ef;
}
.tencent-cont3-list dl:hover dd h5{
    color:#3774ef;
}
.tencent-cont3-list dl dt .iconfont{
    font-size: 40px;
    color:#3774ef;
    vertical-align: top;
}
.tencent-cont3-list dl dd{
    width: 81%;
    margin-left: 3%;
}
.tencent-cont3-list dl dd h5{
    font-size: 21px;
    color:#222;
    margin-bottom: 8px;
}
.tencent-cont3-list dl dd p{
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;;
}
.experience-box{
    margin: 0 auto;
    text-align: center;
    border-radius: 28px;
    width: 188px;
    line-height: 56px;
    background-color: #296bef;
    transition: .3s;
}
.experience-box a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.experience-box:hover{
    background:#0b4fd9;
}

/* 真实的推广效果 */
.tencent-cont4 .tabBar .hd{
    margin:40px 0 30px 0;
}
.tencent-cont4 .tabBar .hd ul{
    display: flex;
    justify-content: space-around;
}
.tencent-cont4 .tabBar .hd ul li{
    margin: 16px;
    border: 1px solid #dfe1e6;
    border-radius: 8px;
    transition: .3s;
    cursor: pointer;
    transition: .3s;
}
.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{
    display: flex;
    justify-content: space-around;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text,
.tencent-cont4 .tabBar .bd .con .tabBar-img{
    width: 50%;
}
.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: 24px;
    font-weight: 500;
    color: #313233;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text  p{
    font-size: 16px;
    line-height: 29px;
    color: #626366;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.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: 32px;
    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: 29px;
    font-size: 16px;
    color:#333;
}
.tencent-cont4 .tabBar .bd .con .tabBar-text .experience-box{
    margin:0;
}</pre></body></html>