@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*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.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;
}

/* 标题 */
.title{
    text-align: center;
    font-size: 20px;
    color:#d3d3d3;
    text-transform: uppercase;
}
.title .title-p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    color:#333333;
    font-family:myFont4;
}
.title .title-p i{
    display: block;
    width: 19px;
    height: 4px;
    background:#333333;
    margin-right: 12px;
}
.title .title-p i:last-child{
    margin-left: 12px;
    margin-right: 0;
}

/* 获客困扰 */
.cont-1,.cont-3{
    background:#f6f7fb;
    padding:60px 0 80px 0;
}
.cont-4,
.cont-5,
.cont-6{
    background:#f6f7fb;
}
.cont-1 .annoyance-box dl{
    width: 23.7%;
    background:#fff;
    margin-right: 20px;
    float: left;
    padding:70px 35px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
}
.cont-1 .annoyance-box dl:last-child{
    margin-right: 0;
}
.cont-1 .annoyance-box dl dt{
    background: url(../images/icon4.png) no-repeat top left;
    -webkit-transition: all ease-out .3s;
    width: 68px;
    height: 68px;
    margin:0 auto;
}
.cont-1 .annoyance-box dl:hover dt{
	background:url(../images/icon4.png) no-repeat top left;
	background-position: left bottom;
}
.cont-1 .annoyance-box dl:hover{
    background:url(../images/bg.png) no-repeat 100% 100%;
    background-size: cover;
    margin-top: -15px;
}
.cont-1 .annoyance-box dl dd h5{
    font-size: 24px;
    color:#333;
    margin:28px 0 24px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont-1 .annoyance-box dl dd .line{
    width: 100%;
    height: 1px;
    background:#999999;
    position: relative;
}
.cont-1 .annoyance-box dl dd .line::before{
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background:#999999;
    position: absolute;
    top: -1px;
    left: 85px;
}
.cont-1 .annoyance-box dl dd .des{
    font-size: 18px;
    color:#666666;
    line-height: 30px;
    padding:25px 10px 0 10px;
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cont-1 .annoyance-box dl:hover dd h5,
.cont-1 .annoyance-box dl:hover dd .des{
    color:#fff;
}
.cont-1 .annoyance-box dl:hover dd .line,
.cont-1 .annoyance-box dl:hover dd .line::before{
    background:#fff;
}
.cont-1 .annoyance-box dl:nth-child(2) dt{
    background: url(../images/icon1.png) no-repeat top left;
    -webkit-transition: all ease-out .3s;
    width: 68px;
    height: 68px;
    margin:0 auto;
}
.cont-1 .annoyance-box dl:nth-child(2):hover dt{
	background:url(../images/icon1.png) no-repeat top left;
	background-position: left bottom;
}

.cont-1 .annoyance-box dl:nth-child(3) dt{
    background: url(../images/icon2.png) no-repeat top left;
    -webkit-transition: all ease-out .3s;
    width: 68px;
    height: 68px;
    margin:0 auto;
}
.cont-1 .annoyance-box dl:nth-child(3):hover dt{
	background:url(../images/icon2.png) no-repeat top left;
	background-position: left bottom;
}
.cont-1 .annoyance-box dl:nth-child(4) dt{
    background: url(../images/icon3.png) no-repeat top left;
    -webkit-transition: all ease-out .3s;
    width: 68px;
    height: 68px;
    margin:0 auto;
}
.cont-1 .annoyance-box dl:nth-child(4):hover dt{
	background:url(../images/icon3.png) no-repeat top left;
	background-position: left bottom;
}

/* 立即获取专属获客方案 */
.programme-box .title-f{
    font-size: 36px;
    color:#333;
    text-align: center;
}
.programme-box .title-f p{
    font-size: 20px;
    font-family: "myFont1";
}
.programme-box .programme-form,
.cont-5 .free-form{
    background:#fff;
    border-radius: 10px;
    box-shadow: 0px 2px 12px #e8e8e8;
    padding:40px 35px;
}
.programme-box .programme-form ul{
    display: flex;
    justify-content: space-between;
}
.programme-box .programme-form ul li{
    background:#f8f8f8;
    height: 55px;
    width: 28%;
    border-radius: 6px;
}
.programme-box .programme-form ul li input{
    background:#f8f8f8;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    border-radius: 6px;
    width: 100%;
}
.programme-box .programme-form ul li:last-child{
    width: 32%;
    margin-left: 4%;
    padding-left: 0;
    cursor: pointer;
}
.programme-box .programme-form ul li:last-child input{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color:#fff;
    background:#1468e5;
    font-family: "myFont4";
    cursor: pointer;
    transition: .4s;
}
.programme-box .programme-form ul li input::placeholder,
.cont-5 .free-form ul li input::placeholder{
    font-family: "myFont1";
    font-size: 16px;
}
.programme-box .programme-form ul li:last-child:hover input,
.cont-5 .free-form ul li:last-child:hover input{
    background:#e73f58;
}


/* 服务项目 */
.cont-2{
    background:url(../images/p-bg.png) no-repeat 100% 100%;
    background-size:cover;
}
.cont-2 .title-p,
.cont-2 .title-p p{
    color:#fff;
}
.cont-2 .title .title-p i{
    background:#fff;
}
.cont-2 .tab-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-2 .tab-nav li{
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: .3s;
    margin-right: 30px;
}
.cont-2 .tab-nav li a{
    font-size: 20px;
    color:#fff;
    font-family: myFont1;
}
.cont-2 .tab-nav li.on{
    border-radius: 30px;
    background:#fff;
}
.cont-2 .tab-nav li.on a{
    color:#0956ea;
}
.cont-2 .tab-nav li:last-child{
    margin-right: 0;
}
.cont-2 .tab-pal dl dt{
    width: 40%;
}
.cont-2 .tab-pal dl dt h5{
    font-size: 22px;
    font-family: myFont1;
    color:#fff;
    margin:5px 0 17px 0;
}
.cont-2 .tab-pal dl dt .i-des{
    background:rgba(255, 255, 255, .3);
    border-radius: 6px;
    padding:25px;
    font-size: 17px;
    color:#fff;
    line-height: 30px;
    font-family: myFont1;
    height: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.cont-2 .tab-pal dl dd{
    width: 55%;
    border-radius: 6px;
    height: 360px;
    border:2px solid #0089ff;
    padding:5px;
}
.cont-2 .tab-pal dl dd img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.cont-2 .tab-pal dl dt .link{
    width: 100%;
    height: 45px;
    background:#0089ff;
    display: block;
    border-radius: 30px;
    text-align: center;
    color:#fff;
    line-height: 45px;
    font-size: 24px;
    font-family: myFont1;
    margin-top: 20px;
    transition: .4s;
}
.cont-2 .tab-pal dl dt .link:hover{
    background:#e73f58;
}

/* 服务 */
.cont-3 .title .p2{
    font-size: 20px;
    color:#666666;
    margin-top: 15px;
}
.cont-3 .digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.cont-3 .digital li{
    width: 33%;
    text-align: center;
    position: relative;
}
.cont-3 .digital li::after{
    content: '';
    display: block;
    width: 2px;
    height: 89px;
    background:#bababa;
    position: absolute;
    top: 33px;
    right: 0;
}
.cont-3 .digital li:last-child::after{
    display: none;
}
.cont-3 .digital li p strong{
    font-size: 60px;
    color:#333333;
}
.cont-3 .digital li p span{
    vertical-align: top;
    font-size: 28px;
}
.cont-3 .digital li i{
    display: block;
    width: 48px;
    height: 4px;
    background:#1468e5;
    margin:5px auto 15px;
}
.cont-3 .digital li em{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color:#333333;
    font-family: myFont1;
}

/* 三大优势 */
.cont4-box{
    padding:60px 0;
    background:url(../images/chot_08.png) no-repeat 100% 100%;
    background-size: cover;
}
.cont4-box dl{
    width: 47%;
    margin-top: 40px;
}
.cont4-box dl:first-child{
    margin-top: 0;
}
.cont4-box dl dt{
    font-size: 21px;
    font-family: myFont4;
    color: #333;
}
.cont4-box dl dd{
    font-size: 16px;
    font-family: myFont1;
    color: #666666;
}

/* 留言咨询 */
.cont-5{
    padding:60px 0;
}
.cont-5 .free-form .p3{
    font-size: 36px;
    color: #333333;
    font-family: myFont4;
    text-align: center;
}
.cont-5 .free-form .p3 span{
    font-family: myFont4;
    color:#1468e5;
}
.cont-5 .free-form ul li{
    width: 47%;
    float: left;
    margin-right: 6%;
    height: 40px;
    line-height: 40px;
    display: flex;
    margin-top: 15px;
}
.cont-5 .free-form ul li:nth-child(2n){
    margin-right: 0;
}
.cont-5 .free-form ul li label{
    font-size: 16px;
    color:#666666;
    font-family: myFont1;
    width: 20%;
}
.cont-5 .free-form ul li input{
    width: 80%;
    float: right;
    background:#f8f8f8;
    line-height: 40px;
    padding: 0 10px 0 10px;
    border-radius: 6px;
}
.cont-5 .free-form ul li input::placeholder{
    font-size: 15px;
}
.cont-5 .free-form ul li:last-child input{
    background:#1468e5;
    font-size: 19px;
    color:#fff;
    font-family: myFont1;
    transition: .4s;
    cursor: pointer;
}

/* 合作伙伴 */
.cont6-box{
    background:url(../images/partner-bg.png) no-repeat 100% 100%;
    background-size: cover;
    padding:60px 0;
}
.cont6-box li{
    float: left;
    width: 19.3%;
    height: 120px;
    margin:15px 10px 0 0;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.cont6-box li img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: .4s;
}
.cont6-box li:hover img{
    transform: scale(1.04);
}
.cont6-box li:nth-child(5n){
    margin-right: 0;
}


/* 腾讯广告css */
.crumbs-box{
    height: 64px;
    line-height: 63px;
    border-bottom: 1px solid #e5e5e5;
}
.crumbs-box li{
    width: 19.8%;
    text-align: center;
    cursor: pointer;
    transition: .4s;
}
.crumbs-box li a{
    font-size: 16px;
    color:#222;
    display: block;
    /* font-family: myFont1; */
}
.crumbs-box li.active,
.crumbs-box li:hover{
    background:#f5f7fa;
}
.crumbs-box li.active a,
.crumbs-box li:hover a{
    color:#0071ef;
}

/* 主体内容 */
.tencent-title{
    font-size: 34px;
    color:#222;
    text-align: center;
    /* font-family: myFont4; */
}
.tencent-title i{
    display: block;
    width: 50px;
    height: 5px;
    background:#ffa601;
    border-radius: 30px;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 17px;
}
.tencent-title p{
    font-size: 15px;
    width: 80%;
    margin:0 auto;
    line-height: 26px;
}
.tencent-cont1{
    background:#f5f9ff;
}
.tencent-cont1 .Moments-box{
    /* width: 33.33%; */
}
.tencent-cont1 .Moments-box dl{
    background:#fff;
    cursor: pointer;
    width: 33.33%; 
}
.tencent-cont1 .Moments-box dl dt,
.tencent-cont1 .Moments-box dl dd{
    height: 280px;
    overflow: hidden;
}
.tencent-cont1 .Moments-box dl dd img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.tencent-cont1 .Moments-box dl:hover dd img{
    transform: scale(1.04);
}
.tencent-cont1 .Moments-box dl dt{
    padding:30px 35px;
}
.tencent-cont1 .Moments-box dl dt h5{
    font-size: 20px;
    color:#474747;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 12px;
}
.tencent-cont1 .Moments-box dl dt p{
    font-size: 15px;
    line-height: 26px;
    color:#757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.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);
}

/* 一站式智能投放 */
.tencent-cont3{
    background:#f7f9fc;
}
.tencent-cont3-list{
    overflow: hidden;
}
.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;;
}
/* 预约 */
.tencent-cont4{
    width: 100%;
    background:url(../images/bg-tencent.png) no-repeat 100% 100%;
    background-size: cover;
    padding:50px 0;
}
.tencent-cont4 h5{
    text-align: center;
    font-size: 28px;
    color:#fff;
}

.tencent-cont4 .tencent-form ul{
    display: flex;
    justify-content: space-between;
}
.tencent-cont4 .tencent-form ul{
    width: 80%;
    margin:0 auto;
}
.tencent-cont4 .tencent-form ul li{
    background:#f8f8f8;
    height: 55px;
    width: 31%;
    border-radius: 6px;
}
.tencent-cont4 .tencent-form ul li input{
    background:#f8f8f8;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    border-radius: 6px;
    width: 100%;
}
.tencent-cont4 .tencent-form ul li:last-child{
    width: 32%;
    cursor: pointer;
}
.tencent-cont4 .tencent-form ul li:last-child input{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color:#fff;
    background:#1468e5;
    cursor: pointer;
    transition: .4s;
}
.tencent-cont4 .tencent-form ul li:last-child input{
    background:#e73f58;
}
.tencent-cont4 .tencent-form ul li:last-child:hover input{
    background:#2275f1;
}
.tencent-cont4 .tencent-form ul li input::placeholder{
    font-size: 16px;
}


/* 微视推 */
.wst-cont1,
.wst-cont2,
.wst-cont3,
.seo-cont1,
.seo-cont2,
.site-cont1,
.site-cont2{
    background:#f6f7fb;
}
.wst-cont1 .short-content{
    font-size: 18px;
    color:#666666;
    margin-top: 30px;
    line-height: 27px;
}
.wst-cont1 .wst-advantage dl,
.video-work dl{
    width: 23.7%;
    margin: 20px 20px 0 0;
    border-radius: 20px;
    background: #fff;
    float: left;
    padding: 35px;
    cursor: pointer;
    transition: .4s;
}
.wst-cont1 .wst-advantage dl:nth-child(4n),
.video-work dl:nth-child(4n){
    margin-right: 0;
}
.wst-cont1 .wst-advantage dl dt,
.video-work dl dt{
    width: 90px;
    height: 90px;
    margin:0 auto;
    background:#5ac0a6;
    border-radius: 50px;
    text-align: center;
    line-height: 90px;
    color:#fff;
}
.wst-cont1 .wst-advantage dl dt .iconfont,
.video-work dl dt .iconfont{
    font-size:38px;
}
.wst-cont1 .wst-advantage dl dd,
.video-work dl dd{
    text-align: center;
}
.wst-cont1 .wst-advantage dl dd h5{
    font-size: 22px;
    color:#333333;
    font-family: "myFont4";
    margin:22px 0 18px 0;
}
.wst-cont1 .wst-advantage dl dd .lb-content{
    font-size: 18px;
    color:#333333;
    line-height: 35px;
    font-family: "myFont1";
    height: 99px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wst-cont1 .wst-advantage dl:first-child dt .iconfont,
.wst-cont1 .wst-advantage dl:nth-child(2) dt .iconfont,
.wst-cont1 .wst-advantage dl:nth-child(3) dt .iconfont,
.wst-cont1 .wst-advantage dl:nth-child(4) dt .iconfont,
.wst-cont1 .wst-advantage dl:nth-child(6) dt .iconfont{
    font-size: 45px;
}
.wst-cont1 .wst-advantage dl:first-child dt .iconfont,
.wst-cont1 .wst-advantage dl:nth-child(6) dt .iconfont,
.wst-cont1 .wst-advantage dl:nth-child(8) dt .iconfont{
    font-weight: bold;
}
.wst-cont1 .wst-advantage dl:nth-child(2) dt{
    background:#ee71a3;
}
.wst-cont1 .wst-advantage dl:nth-child(3) dt{
    background:#5a68ce;
}
.wst-cont1 .wst-advantage dl:nth-child(4) dt{
    background:#5ac0a6;
}
.wst-cont1 .wst-advantage dl:nth-child(5) dt{
    background:#79c1f7;
}
.wst-cont1 .wst-advantage dl:nth-child(6) dt{
    background:#eb8549;
}
.wst-cont1 .wst-advantage dl:nth-child(7) dt{
    background:#8cd351;
}
.wst-cont1 .wst-advantage dl:nth-child(8) dt{
    background:#33d5e6;
}
.wst-cont1 .wst-advantage dl:hover{
    background:#5ac0a6;
}
.wst-cont1 .wst-advantage dl:hover dt{
    background:#fff;
}
.wst-cont1 .wst-advantage dl:hover dt .iconfont{
    color:#5ac0a6;
}
.wst-cont1 .wst-advantage dl:hover dd h5,
.wst-cont1 .wst-advantage dl:hover dd .lb-content{
    color:#fff;
}
.wst-cont2 .wst-cont2-img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.wst-cont2 .wst-cont2-img img{
    width: 100%;
    height: auto;
}
.video-work dl dd h5{
    font-size: 22px;
    color:#333333;
    font-family: "myFont4";
    margin:22px 0 3px 0;
}
.video-work dl dd .lb-content{
    font-size: 18px;
    color:#333333;
    line-height: 35px;
    font-family: "myFont1";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wst-cont2 .video-work{
    margin-top: -85px;
    position: relative;
}
.video-work dl:first-child dt{
    background:#79c1f7;
}
.video-work dl:nth-child(2) dt{
    background:#eb8549;
}
.video-work dl:nth-child(3) dt{
    background:#8cd351;
}
.video-work dl:nth-child(4) dt{
    background:#33d5e6;
}
.wst-cont2 .wst-link{
    width: 300px;
    height: 76px;
    background:#33d5e6;
    text-align: center;
    line-height: 76px;
    margin:0 auto;
    margin-top: 50px;
    border-radius: 50px;
    transition: .4s;
}
.wst-cont2 .wst-link a{
    display: block;
    font-size: 26px;
    color:#fff;
}
.wst-cont2 .wst-link:hover{
    background:#79c1f7;
}
.wst-process dl{
    width: 18.6%;
    margin-right: 20px;
    float: left;
}
.wst-process dl:last-child{
    margin-right: 0;
}
.wst-process dl dt{
    background:#ee71a3;
    width: 90px;
    height: 90px;
    margin: 0 auto;;
    border-radius: 50px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}
.wst-process dl dt .iconfont{
    font-size: 38px;
}
.wst-process dl dd{
    text-align: center;
}
.wst-process dl dd h5{
    font-size: 18px;
    color: #333333;
    font-family: "myFont4";
    margin: 22px 0 3px 0;
    height: 54px;
}
.wst-process dl dd .circle{
    width: 19px;
    height: 19px;
    background:#d3d3d3;
    margin:0 auto;
    border-radius: 50px;
    margin-top:45px;
    margin-bottom: 30px;
}
.wst-process dl dd p{
    font-size: 38px;
    color:#999999;
    font-family: "myFont4";
}
.wst-process dl:nth-child(2) dt{
    background:#8cd351;
}
.wst-process dl:nth-child(3) dt{
    background:#eb8549;
}
.wst-process dl:nth-child(4) dt{
    background:#5a68ce;
}
.wst-process dl:nth-child(5) dt{
    background:#79c1f7;
}
.relative{
    position: relative;
}
.wst-cont3 .line{
    width: 100%;
    height: 4px;
    background:#d3d3d3;
    position: absolute;
    left: 0;
    bottom: 94px;
}

/* 优化 */
.seo-cont1{
    padding-top: 40px;
}
.seo-cont1 .seo-list dl,
.seo-cont2 .seo-cont2-list dl{
    width: 49%;
    margin:20px 20px 0 0;
    float: left;
    padding:40px 50px;
    background:#fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
}
.seo-cont1 .seo-list dl:nth-child(2n),
.seo-cont2 .seo-cont2-list dl:nth-child(2n){
    margin-right: 0;
}
.seo-cont1 .seo-list dl dt,
.seo-cont2 .seo-cont2-list dl dt{
    width: 98px;
    height: 98px;
    background:#79c1f7;
    float: left;
    border-radius: 50px;
    text-align: center;
    line-height: 98px;
}
.seo-cont1 .seo-list dl dt .iconfont,
.seo-cont2 .seo-cont2-list dl dt .iconfont{
    font-size: 40px;
    color:#fff;
}
.seo-cont1 .seo-list dl dd,
.seo-cont2 .seo-cont2-list dl dd{
    width: 74%;
    float: right;
}
.seo-cont1 .seo-list dl dd h5,
.seo-cont2 .seo-cont2-list dl dd h5{
    font-size: 24px;
    color:#333;
    font-family: "myFont4";
    margin-top: 12px;
    margin-bottom: 2px;
}
.seo-cont2 .seo-cont2-list dl dd h5{
    margin-top: 0px;
}
.seo-cont1 .seo-list dl dd p,
.seo-cont2 .seo-cont2-list dl dd p{
    color:#444;
    font-size: 19px;
    font-family: "myFont1";
}
.seo-cont1 .seo-list dl:nth-child(2) dt{
    background:#5bc0a6;
}
.seo-cont1 .seo-list dl:nth-child(3) dt{
    background:#5a68ce;
}
.seo-cont1 .seo-list dl:nth-child(4) dt{
    background:#c78edd;
}
.seo-cont1 .seo-list dl:nth-child(4) dt .iconfont{
    font-size: 50px;
}
.seo-cont1 .seo-list dl:hover{
    background:#79c1f7;
}
.seo-cont1 .seo-list dl:hover dt{
    background:#fff;
}
.seo-cont1 .seo-list dl:hover dt .iconfont{
    color:#79c1f7;
}
.seo-cont1 .seo-list dl:hover dd h5,
.seo-cont1 .seo-list dl:hover dd p{
    color:#fff;
}
.seo-cont1 .seo-ad-list{
    display: flex;
    text-align: center;
}
.seo-cont1 .seo-ad-list .seo-ad-l,
.seo-cont1 .seo-ad-list .seo-ad-r{
    width: 42%;
    height: 450px;
}

.seo-cont1 .seo-ad-list .seo-ad-l{
    background:#ebebeb;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
}
.seo-cont1 .seo-ad-list .seo-ad-l ul li{
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color:#666666;
    font-family: "myFont1";
}
.seo-cont1 .seo-ad-list .seo-ad-l ul li:first-child{
    color:#333;
    font-size: 25px;
    font-family: "myFont4";
}
.seo-cont1 .seo-ad-list .seo-ad-l ul li:nth-child(2n){
    background:#f6f6f6;
}
.seo-cont1 .seo-ad-list .seo-ad-r{
    background:#48a3e8;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
}
.seo-cont1 .seo-ad-list .seo-ad-r ul li{
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color:#fff;
    font-family: "myFont1";
}
.seo-cont1 .seo-ad-list .seo-ad-r ul li:first-child{
    font-size: 25px;
    font-family: "myFont4";
}
.seo-cont1 .seo-ad-list .seo-ad-r ul li:nth-child(2n){
    background:#d2ecff;
    color:#666666;
}
.seo-cont1 .seo-ad-list .seo-ad-m{
    width: 16%;
    height: 550px;
    background:#5bc0a6;
    border-radius: 26px;
    margin-top: -50px;
    padding-top: 10px;
}
.seo-cont1 .seo-ad-list .seo-ad-m dl{
    color:#fff;
    margin-top: 26px;
}
.seo-cont1 .seo-ad-list .seo-ad-m dl dt .iconfont{
    font-size: 45px;
}
.seo-cont1 .seo-ad-list .seo-ad-m dl dd{
    font-size: 20px;
    font-family: "myFont1";
}
.seo-cont2 .title .p2{
    font-size: 20px;
    color: #666666;
    margin-top: 15px;
}
.seo-cont2 .seo-cont2-img,
.seo-cont2 .seo-cont2-img img{
    width: 100%;
    height: auto;
}
.seo-cont2 .seo-cont2-list{
    background:#f6f7fb;
    margin-top: -400px;
    position: relative;
    border-radius: 30px;
    padding:40px;
}
.seo-cont2 .seo-cont2-list dl:first-child dt{
    background:#69d2e3;
}
.seo-cont2 .seo-cont2-list dl:nth-child(2) dt{
    background:#e76d9d;
}
.seo-cont2 .seo-cont2-list dl:nth-child(3) dt{
    background:#f49257;
}
.seo-cont2 .seo-cont2-list dl:nth-child(4) dt{
    background:#5b6ac7;
}
.seo-cont2 .seo-cont2-list dl:nth-child(5) dt{
    background:#74bda7;
}
.seo-cont2 .seo-cont2-list dl:nth-child(4) dt .iconfont,
.seo-cont2 .seo-cont2-list dl:nth-child(5) dt .iconfont{
    font-size: 48px;
}

/* 建站 */
.site-cont1 .site-cont1-list dl{
    width: 32.2%;
    margin:80px 20px 0 0;
    float: left;
    background:#fff;
    padding:80px 70px;
    position: relative;
    /* cursor: pointer; */
}
.site-cont1 .site-cont1-list dl:nth-child(3n){
    margin-right: 0;
}
.site-cont1 .site-cont1-list dl dt{
    position: absolute;
    left: 85px;
    top: -48px;
    width: 96px;
    height: 96px;
    background:#ee71a3;
    border-radius: 50px;
    text-align: center;
    line-height: 96px;
}
.site-cont1 .site-cont1-list dl dt .iconfont{
    color:#fff;
    font-size: 50px;
}
.site-cont1 .site-cont1-list dl:nth-child(2) dt{
    background:#5ac0a6;
}
.site-cont1 .site-cont1-list dl:nth-child(3) dt{
    background:#eb8549;
}
.site-cont1 .site-cont1-list dl:nth-child(4) dt{
    background:#79c1f7;
}
.site-cont1 .site-cont1-list dl:nth-child(5) dt{
    background:#c78edd;
}
.site-cont1 .site-cont1-list dl:nth-child(6) dt{
    background:#5a68ce;
}
.site-cont1 .site-cont1-list dl dd h5{
    font-size: 20px;
    font-family: "myFont4";
    color:#333;
    margin-bottom: 15px;
}
.site-cont1 .site-cont1-list dl dd .site-cont1-text{
    height: 128px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.site-cont1 .site-cont1-list dl dd .site-cont1-text p{
    font-size: 16px;
    color:#444;
    font-family: "myFont1";
    line-height: 32px;
}
.site-cont2 .site-cont2-img,
.site-cont2 .site-cont2-img img{
    width: 100%;
    height: auto;
}
.site-cont2 .site-cont2-box{
    display: flex;
    margin-top: -170px;
    position: relative;
}
.site-cont2 .site-cont2-box .site-cont2-l{
    width: 32.2%;
    margin-right:20px;
    margin-bottom: 80px;
    padding:80px 30px 50px 30px;
    background:#fff;
    position: relative;
}
.site-cont2 .site-cont2-box .site-cont2-l:last-child{
    margin-right: 0;
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-title{
    width: 126px;
    height: 126px;
    background:#79c1f7;
    border-radius: 50%;
    position: absolute;
    top: -63px;
    left: 130px;
    font-size: 26px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "myFont4";
    text-align: center;
    line-height: 30px;
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-list dl{
    overflow: hidden;
    margin-top: 40px;
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-list dl dt{
    width: 90px;
    height: 90px;
    background:#75bea7;
    float: left;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-list dl dt .iconfont{
    font-size: 36px;
    color:#fff;
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-list dl:first-child dt .iconfont{
    font-size: 42px;
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-list dl dd{
    width: 66%;
    float: right;
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-list dl dd h5{
    font-size: 20px;
    color:#333;
    font-family: "myFont4";
}
.site-cont2 .site-cont2-box .site-cont2-l .site-cont2-list dl dd p{
    font-size: 16px;
    font-family: "myFont1";
    margin-top: 6px;
}