@charset "utf-8";
/*视频营销*/
.cate{width: 100%;margin: 20px 0;}
.cate li{width: 25%;float: left;}
.cate li i{width: 100%;height: 50px;display: inline-block;}
.cate li:nth-of-type(1) i{background-image: url(../images/sp/icon_cate_item1.png);background-size: 25px;background-position: center;background-repeat: no-repeat;}
.cate li:nth-of-type(2) i{background-image: url(../images/sp/icon_cate_item2.png);background-size: 30px;background-position: center;background-repeat: no-repeat;}
.cate li:nth-of-type(3) i{background-image: url(../images/sp/icon_cate_item3.png);background-size: 30px;background-position: center;background-repeat: no-repeat;}
.cate li:nth-of-type(4) i{background-image: url(../images/sp/icon_cate_item4.png);background-size: 30px;background-position: center;background-repeat: no-repeat;}
.cate li p{text-align: center;}
.line{width: 100%;border-bottom: 10px solid #f8f8f8;}

/*市场分析*/
.analyze{background-image: url(../images/sp/sp_analyze_bg.png);background-size: 100%;height: 300px;background-position: 0 25px;background-repeat: no-repeat;}
.analyze h2{color: #CC19FC;padding: 45px 0 20px;margin: 0 0 0 20px;font-weight: 500;}
.analyze .content{margin: 0 0 10px 20px;}
.analyze .content p{color: #dbdbdb;margin: 0;line-height: 22px;}
.analyze .btn_know{color: #fff;background: #CC19FC;border-radius: 20px;padding: 10px 30px;margin: 0 0 0 20px;transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;height: 40px;line-height: 40px;font-size: 14px;}

/*创意*/
.origin .items{margin-top: 20px;}
.origin li{width: 50%;float: left;margin-bottom: 10px;}
.origin li h3{font-size: 16px;line-height: 30px;border-bottom: 1px dashed #000000;margin: 0 10px;font-weight: 500;}
.origin li p{font-size: 14px;padding: 10px 10px 0 10px;text-overflow:ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.origin img{width: 100%;margin: 10px 0;}

/*视频平台*/
.terrace{background: url(../images/sp/cate_bg.png) no-repeat;background-size: cover;padding: 30px 0;}
.terrace li{float: left;width: 25%;margin: 0 auto;text-align: center;}
.terrace li p{text-align: center;margin: 10px 0;}

/*经营业务*/
.operation {background: url(../images/sp/operation_bg.png) no-repeat;background-size: cover;padding: 30px 0;}
.operation h3{color: #CC19FC;padding-left: 10px;font-weight: 500;}
.operation li{float: left;width: 33.3333%;text-align: center;margin-top: 10px;}
.operation li:nth-of-type(1) span{border: 1px solid #ffffff;color: #ffffff;text-align: center;margin: 0;padding: 5px;}
.operation li span{border: 1px solid #ffffff;color: #ffffff;text-align: center;padding: 5px 26px;line-height: 30px;}

@media screen and (max-width: 320px) {
	.analyze h2 {color: #CC19FC;padding: 45px 0 10px;margin-left: 20px;font-weight: 500;font-size: 18px;}
	.analyze .content p {color: #dbdbdb;margin-bottom: 5px;}
	.operation li:nth-of-type(1) span{border: 1px solid #ffffff;color: #ffffff;text-align: center;margin: 0;padding: 6px 5px;font-size: 12px;}
	.operation li span{border: 1px solid #ffffff;color: #ffffff;text-align: center;padding: 5px 19px;line-height: 30px;}
	
	.location li p{font-size: 12px;}
	.build_title {color: #005fff;font-size: 18px;padding-bottom: 10px;text-align: center;font-family: "ZZGFYY";font-style: normal;margin-top: 20px;height: 40px;line-height: 40px;letter-spacing: 1px;}
}