
body{
	min-width: 1200px;
}
.w_middle{
	width: 1200px;
	margin: 0 auto;
}

.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 30px !important;
	height: 3px !important;
	border-radius: 0 !important;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.banner_text{
	width: 1200px;
	color: #fff;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text h2{
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 41px;
	color: #008FD7;
}
.banner_text p{
	font-size: 22px;
	margin-bottom: 35px;
	color: #333333;
}
.banner_text h2::after {
	content: '';
	width: 141px;
	height: 6px;
	background: url("/images/kx.png") no-repeat center center / 100% 100%;
	position: absolute;
	left: 0px;
	top:-29px;
	z-index: 1;
}
.tab_boxs {
	width: 1140px;
	height: 58px;
	margin: 43px auto;
	border-bottom: 2px solid #B5D4FF;
	display: flex;
}
.tab_boxs a {
	width: fit-content;
	padding: 0 38px;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.tab_boxs .active::after {
	content: '';
	width: 100%;
	height: 9px;
	position: absolute;
	left: 0px;
	bottom: -9px;
	z-index: 10;
	background: url("../images/bottom.png") no-repeat center center / 100% 100%;
}
.kcNews_box_list,.kcNews_box_list2 {
	width: 1140px;
	margin: 0 auto 50px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.kcNews_box_list2 {
	display: none;
}
/* 激活状态的内容列表 */
.tab-content {
	display: none;
}
.tab-content.active {
	display: flex;
	animation: fadeIn 0.3s ease; /* 淡入动画 */
}
.kcNews_box_list li {
	width: 255px;
	height:190px;
	border-radius: 13px;
	background: #EDEDED;
	overflow: hidden;
	margin-right: 40px;
}
.kcNews_box_list2 li {
	width: 155px;
	height:210px;
	background: #EDEDED;
	overflow: hidden;
	margin-right: 35px;
}
.kcNews_box_list li:nth-child(4n + 4) {
	margin-right: 0px;
}
.kcNews_box_list li img {
	display: block;
	width: 100%;
	height: 100%;
}
.kcNews_box_list2 img{
	display: block;
	width: 100%;
	height: auto;
}
.kcNews_box_list2 img:last-child {
	margin-right: 0px;
}
	/* 关于快创 */
.about_box{
	padding: 130px 0 60px 0 ;
	width: 100%;
	margin: 0 auto;
	height: 1179px;
	position: relative;
	background: url("../images/gykc.png") no-repeat center center / 100% 100%;
}
.about_content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	display: flex;
	justify-content: center;
}
.about_content .img{
	width: 504px;
}
.about_content .info{
	width: 560px;
	margin-right: 77px;
	position: relative;
}
.about_content .info .icons {
	width: 55px;
	height: 45px;
	overflow: hidden;
	margin-top: 59px;
}
.about_content .info .icons img {
	display: block;
	width: 55px;
	height: 45px;
}
.about_content .info .title{
	font-size: 20px;
	color: #333;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #00abfe;
	padding-bottom: 27px;
}
.about_content .info .title .t {
	font-size: 38px;
	color: #008FD7;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_content .img .img-box {
	width: 504px;
	height: 241px;
	margin-top: 75px;
	margin-bottom: 114px;
}
.about_content .info .title span{
	display: inline-block;
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	
}
.about_content .info .idea{
	font-size: 16px;
	line-height: 30px;
}
.about_content .info .idea span{
	font-size: 18px;
	color: #21b8ff;
}
.about_content .info p{
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	margin: 30px 0;
}
.about_content .info .box {
	width: 100%;
	height: fit-content;
	margin-bottom: 60px;
}
.about_content .info .box .t {
	font-size: 24px;
	color: #00abfe;
	margin-bottom: 27px;
}
.about_content .info .box .t2 {
	font-size: 18px;
	color: #333;
	line-height: 28px;
}
.about_box .img-list{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
/* .imgList ul {
	font-size: 0;
}
.imgList ul li{
	width: 175px;
	height: 100px;
	display: inline-block;
	margin-right: 20px;
}
.imgList ul li img{
	width: 175px;
	height: 100px;
	border-radius: 5px;
} */
.img-list img{
	width: 328px;
	height: 205px;
	cursor: pointer;
}
.swiper-slide-active img{
	width: 386px !important;
	height: 241px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%,-50%);
	transition: 0.5s;
}
.swiper-slide {
	display: flex;
	align-items: center;
}
/* 业务范围 */
.business_box{
	padding: 87px 0 0 0;
}
.business_box .uls {
	width: 100%;
	max-width: 1920px;
	height: fit-content;
	margin: 0 auto;
}
.business_box .uls .lis {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
}
.business_box .uls .lis .left {
	width: 491px;
	height: fit-content;
	margin-right:62px;
}
.business_box .uls .lis .left .t {
	width: 491px;
	height: fit-content;
	font-size: 30px;
	color: #008FD7;
	margin-bottom: 27px;
}
.business_box .uls .lis .left .t2 {
	width: 491px;
	height: fit-content;
	font-size: 18px;
	line-height: 28px;
	color: #333;
}
.business_box .uls .lis .image {
	position: relative;
	width: 652px;
	height: 481px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/111.png) no-repeat center center / 100% 100%;
}
.business_box .uls .lis .image2 {
	position: relative;
	width: 533px;
	height: 490px;
	position: absolute;
	right: 65px;
	top: 0px;
	background: url(../images/222.png) no-repeat center center / 100% 100%;
}
.business_box .uls .lis .image3 {
	position: relative;
	width: 809px;
	height: 455px;
	position: absolute;
	right: 65px;
	bottom: 0px;
	background: url(../images/333.png) no-repeat center center / 100% 100%;
}
.business_box .uls .lis .image4 {
	position: relative;
	width: 638px;
	height: 641px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/444.png) no-repeat center center / 100% 100%;
}
.business_box .uls .lis .image .text {
	width: 448px;
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	left: 41px;
	top: 56px;
	color: #333333;
}
.tab_normal{
	position: relative;
	margin-top: 70px;
}
.tablist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab_normal .tablist,.tab_normal .list_icon{
	font-size: 0;
}
.tab_normal .tablist li,.tab_normal .list_icon li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:212px;
	height: 212px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.tab_normal .tablist li i,.tab_normal .list_icon li i{
	display: block;
	width:118px;
	height:128px;
	background: url(../images/crm.png) no-repeat center center / 100% 100%;
}

.list_icon1 .tab_normal .tablist li:nth-child(2) i{
	background: url(../images/ai.png) no-repeat center center / 100% 100%;
} 
.list_icon1 .tab_normal .tablist li:nth-child(3) i{
	background: url(../images/qy.png) no-repeat center center / 100% 100%;
}
.list_icon1 .tab_normal .tablist li:nth-child(4) i{
	background: url(../images/wz.png) no-repeat center center / 100% 100%;
}
.list_icon1 .tab_normal .tablist li:nth-child(5) i{
	background: url(../images/xcx.png) no-repeat center center / 100% 100%;
}
.list_icon2 .tab_normal .tablist li:nth-child(1) i{
	background: url(../images/cj.png) no-repeat center center / 100% 100%;
}
.list_icon2 .tab_normal .tablist li:nth-child(2) i{
	background: url(../images/yjs.png) no-repeat center center / 100% 100%;
} 
.list_icon2 .tab_normal .tablist li:nth-child(3) i{
	background: url(../images/CDN.png) no-repeat center center / 100% 100%;
}
.list_icon2 .tab_normal .tablist li:nth-child(4) i{
	background: url(../images/yxzyfwq.png) no-repeat center center / 100% 100%;
}
.list_icon2 .tab_normal .tablist li:nth-child(5) i{
	background: url(../images/tx.png) no-repeat center center / 100% 100%;
}
.list_icon3 .tab_normal .tablist li:nth-child(1) i{
	background: url(../images/wlyj.png) no-repeat center center / 100% 100%;
}

.tab_normal .tablist li p,.tab_normal .list_icon li p{
	line-height: 40px;
	padding-bottom: 6px;
	font-size: 22px;
}
.tab_normal .tablist li.active,.tab_normal .tablist li:hover,.tab_normal .list_icon li:hover{
	color: #21b8ff;
	background: #F6FAFF;
	background: linear-gradient(180deg, rgba(246, 250, 255, 1) 0%, rgba(234, 242, 254, 1) 100%);
}

.tab_normal_line{
	position: absolute;
    left: 0;
    bottom: -9px;
    width: 212px;
    height: 9px;
    background:url(../images/bian.png) no-repeat center center / 100% 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.tab_panel{
	background: #f7f8fa;
	padding: 30px 0 20px;
}

.tab_panel_list{
	
}
.tab_panel_list ul{
	font-size: 0;
}
.tab_panel_list ul li{
	display: inline-block;
	width: 25%;
	padding: 15px 30px;
	cursor: pointer;
	float: left;
}
.tab_panel_list ul li h3{
	  margin-bottom: 6px;
	line-height: 22px;
	height: 22px;
		font-size: 16px;
		font-weight: 400;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab_panel_list ul li p{
	font-size: 14px;
  color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	word-wrap:break-word ;
		
}
.tab_panel_list ul li:hover{
	background: #fff;
}
.tab_panel_list ul li:hover h3{
	color: #21B8FF;
}
/* 套餐 */
.operation_box {
	padding: 70px 0;
	background: rgb(247, 248, 250);
}
.title_boxs {
	width: 100%;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 49.73px;
	letter-spacing: 5px;
	text-indent: 5px;
	color:#008FD7;
	background:url(../images/kckjbg.png) no-repeat center center / 100% 100%;
}
.title_boxs2 {
	width: 100%;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	letter-spacing: 5px;
	text-indent: 5px;
	color:#008FD7;
	margin-top: 167px;
	background:url(../images/zbj.png) no-repeat center center / 100% 100%;
}
.title_boxs2 p {
	color: #ffffff;
	margin: 10px auto;
}
.ai_box {
	width: 100%;
	height: 1070px;
	position: relative;
	max-width: 1920px;
	margin: 126px auto 0px auto;
	background:url(../images/b1.png) no-repeat left center / auto 100%;
}
.ai_box .title {
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: #333333;
}
.ai_box .box {
	width: 720px;
	height: 112px;
	padding-left: 150px;
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ai_box .box1 {
	background:url(../images/1s.png) no-repeat center center / 100% 100%;
	left: 673px;
	top: 170px;
}
.ai_box .box2 {
	background:url(../images/2s.png) no-repeat center center / 100% 100%;
	left: 757px;
	top: 326px;
}
.ai_box .box3 {
	background:url(../images/3s.png) no-repeat center center / 100% 100%;
	left: 778px;
	top: 482px;
}
.ai_box .box4 {
	background:url(../images/4s.png) no-repeat center center / 100% 100%;
	left: 752px;
	top: 640px;
}
.ai_box .box5 {
	background:url(../images/5s.png) no-repeat center center / 100% 100%;
	left: 673px;
	top: 800px;
}
.ai_box .box .t {
	color: #008FD7;
	font-size: 24px;
	margin-bottom: 10px;
}
.ai_box .box .t2 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.ai_box .quan {
	width: 490px;
	height: 490px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:156px;
}
.ai_box .quan img {
	display: block;
	width: 100%;
	height: 100%;
}
.yw_box {
	width: 100%;
	height: fit-content;
	max-width: 1920px;
	margin: 0 auto;
}
.yw_box .title {
	width: 100%;
	font-size: 38px;
	text-align: center;
}
.yw_box .right-box{
	width: 1659px;
	height: 330px;
	margin-top: 300px;
	position: relative;
	margin-left: auto;
	background:url(../images/right.png) no-repeat right bottom / 100% 280px;
}
.yw_box .left-box{
	width: 1659px;
	height: 330px;
	margin-top: 300px;
	position: relative;
	margin-right: auto;
	background:url(../images/left.png) no-repeat right bottom / 100% 280px;
}
.yw_box .right-box .boxs {
	width: 375px;
	height: 280px;
	position: absolute;
	left: 120px;
	padding-top: 50px;
	bottom:0px;
}
.yw_box .left-box .boxs {
	width: 375px;
	height: 280px;
	position: absolute;
	right: 120px;
	padding-top: 50px;
	bottom:0px;
}
.yw_box .right-box .t,.yw_box .left-box .t {
	font-size: 30px;
	margin-bottom: 15px;
	color: #fff;
}
.yw_box .right-box .t2,.yw_box .left-box .t2 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.yw_box .right-box .logo1 {
	display: block;
	width: 736px;
	height: 353px;
	position: absolute;
	left: 50%;
	transform: translateX(-40%);
	bottom: 76px;
	z-index: 1;
}
.yw_box .right-box .logo2 {
	display: block;
	width: 736px;
	height: 426px;
	position: absolute;
	left: 50%;
	transform: translateX(-40%);
	bottom: 76px;
	z-index: 1;
}
.yw_box .left-box .logo1 {
	display: block;
	width: 736px;
	height: 429px;
	position: absolute;
	left: 50%;
	transform: translateX(-60%);
	bottom: 76px;
	z-index: 1;
}
.yw_box .left-box .logo2 {
	display: block;
	width: 736px;
	height: 348px;
	position: absolute;
	left: 50%;
	transform: translateX(-60%);
	bottom: 76px;
	z-index: 1;
}
.operation_lsit {
	width: 1200px;
	height: 334px;
	margin-top: 50px;
	/* box-shadow: 0 0 4px 4px #eee; */
}

.operation_lsit .item {
	width: 280px;
	height: 334px;
	float: left;
	/* background-image: url(../images/setmeal_bg2.jpg); */
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0 35px;
	text-align: center;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-0-transition: all .3s ease-in-out;
	background: #fff;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}
.operation_lsit .item .bg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 500px;
	margin: -250px 0 0 -250px;
	background: -webkit-linear-gradient(top, #08e4f3 0%, #00abfe 100%) no-repeat center top;
	z-index: -1;
	opacity: 0;
	background-color: #00abfe;
	transform: translate3d(0,0,0) scale(0);
	transition: transform .5s ease 0s, opacity .5s ease 0s;
    border-radius: 50%;
}
/* .operation_lsit .item:nth-child(1) {
	background-position: 0 0;
}

.operation_lsit .item:nth-child(2) {
	background-position: -300px 0;
}

.operation_lsit .item:nth-child(3) {
	background-position: -600px 0;
}

.operation_lsit .item:nth-child(4) {
	background-position: -900px 0;
} */

.operation_lsit .item:hover {
	/* background-image: url(../images/setmeal_bg2.png); */
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 0 4px 4px #eee;
	border-radius: 5px;
}
.operation_lsit .item:hover .bg{
	opacity: 1;
    transform: translate3d(0,0,0) scale(1);
}

.operation_lsit .item>div {
	font-size: 80px;
	color: #f0f3ff;
	line-height: 100px;
	padding-top: 20px;
	font-weight: 700;
	letter-spacing: -4px;
}

.operation_lsit .item h3 {
	font-size: 24px;
    color: #000;
    font-weight: 700;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: relative;
	margin-top: -45px;
}
.operation_lsit .item:hover>div{
	color: #ffffff2e;
}
/* .operation_lsit .item h3::before {
	content: "";
	height: 2px;
	width: 0%;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #21B8FF;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-0-transition: all .3s ease-in-out;
} */

/* .operation_lsit .item:hover h3::before {
	width: 100%;
} */

.operation_lsit .item:hover p ,.operation_lsit .item:hover h3{
	color: #fff;
}
.operation_lsit .item p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 34px;
	text-align: left;
	color: #5f5f5f;
}
.operation_lsit .item:hover a{
	color: #fff;
	border: 1px solid #fff;
}
.operation_lsit .item a{
	position: absolute;
    bottom: 30px;
    left: -15px;
    box-sizing: border-box;
    font-size: 12px;
    min-width: 50px;
    max-width: 180px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #21B8FF;
    color: #21B8FF;
    border-radius: 15px;
    text-align: center;
    padding: 0 10px 0 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.num-box {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../images/qybj.png") no-repeat center center / auto 100%;
}
.num-box .nums {
	width: 284px;
	height: fit-content;
	border-right: 1px solid #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.num-box .nums .n {
	font-size: 72px;
	color: #fff;
	margin-bottom: 33px;
}
.num-box .nums .text {
	font-size: 22px;
	color: #fff;
}
.num-box .nums:last-child {
	border-right: none;
}

.about_box .boxs {
	width: 1200px;
	margin: 64px auto 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_box .boxs .box {
	width: 372px;
	height: 321px;
	margin-bottom: 33px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url("../images/db.png") no-repeat center center / 100% 100%;
}
.about_box .boxs .box .t {
	width: 100%;
	text-align: center;
	padding: 0px 36px;
	color: #008FD7;
	margin: 37px auto 32px auto;
	font-size: 24px;
}
.about_box .boxs .box .t2 {
	width: 100%;
	padding: 0px 36px;
	color: #333333;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
}
.about_box .boxs .box img {
	display: block;
	width: 90px;
	height: 90px;
	margin-top: 43px;
}
	/* 合作伙伴 */
.cooperation_box {
	padding: 70px 0;
	background: url("../images/hzbj.png") no-repeat center center / cover;
}
.cooperation_box .title_box h2,.cooperation_box .title_box p{
	color: #fff;
}
.cooperation_list_box {
	margin-top: 50px;
}
.cooperation_list {
	font-size: 0;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.cooperation_list li {
	width: 70px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	float: left;
	margin:5px;
	-webkit-transition:left ease-in-out .5s;
	transition: left ease-in-out .5s;
	-o-transition: left ease-in-out .5s;
	transition: left ease-in-out .5s;
	
}
.cooperation_list li img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.cooperation_list li a {
	color: #000000;
	cursor: pointer;
}

.cooperation_list li a:hover img {
	-webkit-transform: scale(1.16);
	-ms-transform: scale(1.16);
	transform: scale(1.16);

}

/* 悬浮 */
.suspension_box{
	width: 55px;
	height: 156px;
	position: relative;
	position: fixed;
	right: 0px;
	bottom: 5%;
	transform: translateY(-50%);
	z-index: 999;
}
.suspension_box>div{
	cursor: pointer;
}
.suspension_box .service{
	width: 44px;
	height: 116px;
	background: url(../images/lxbg.png) no-repeat;
	background-size: 44px 116px;
}
.suspension_box .service:hover{
	background: url(../images/lxbg1.png) no-repeat;
	background-size: 44px 116px;
}
.suspension_box .returnTop{
	width: 55px;
	height: 156px;
	background: url(../images/fh.png) no-repeat center center / 100% 100%;
	position: relative;
}
.suspension_box .returnTop::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/fhdb.png) no-repeat center center / 100% 100%;
	position: absolute;
	left: 22px;
	top: 32px;
}
.suspension_box .returnTop::before {
	content: '返回顶部';
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 25px;
	top: 54px;
	font-size: 14px;
	z-index: 1;
	color: #fff;
}
/* 资讯轮播 */
.news_banner {
	position: relative;
}
.news_banner img{
	width: 100%;
}
.newsBanner_text{
	width: 1200px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.newsBanner_text p{
	width: 100%;
    font-size: 26px;
    line-height: 43px;
    color:#008FD7;
    float: left;
		display: block;
}
/* 资讯内容 */
.news_content{
	padding: 60px 0;

}
.news_content .news_left{
	width: 788px;
	float: left;
}
.news_left .news_left_title {
    width: 100%;
}
.news_left_title .news_left_name, .news_right .news_right_title  .news_right_name{
	  color: #333;
    font-size: 23px;
    padding-right: 24px;
    line-height: 25px;
    float: left;
}
.news_left_title .news_left_bor, .news_right .news_right_title  .news_right_bor {
    width: 668px;
    height: 3px;
    background: #21B8FF;
    margin-top: 12px;
    float: left;
}
.news_left_list .news_left_li{
	width: 100%;
  padding-top: 30px;
}
.news_left_list .news_left_li a{
	cursor: pointer;
}
.news_left_li img{
	  width: 180px;
    height: 142px;
    float: left;
    margin-right: 28px;
    margin-top: 22px;
}
.news_left_li .news_font_content{
	  width: 578px;
    float: left;
}
.news_left_li .news_font_content h3{
	  width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
	font-size: 16px;
	margin: 0 !important;
}
.news_left_li .news_font_content p{
	    width: 100%;
    height: 84px;
    line-height: 28px;
    font-size: 14px;
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0 !important;
}
.news_left_li .left_time_content {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #898989;
    font-size: 14px;
    float: left;
}
.news_left_li .left_time_content span{
	   margin-right: 20px
}
.news_left_li .left_time_content span em{
	color: #21B8FF;
}
.news_right{
	width: 370px;
  float: right;
}
.news_right .news_right_title .news_right_bor {
    width: 244px;
}
.news_right_list .news_right_li{
	  width: 100%;
    margin-top: 24px;
}
.news_right_list .news_right_li a{
	cursor: pointer;
}
.news_right_list .news_right_li i {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    background: #d2d2d2;
    color: #888787;
    float: left;
}
.news_right_list .news_right_li:nth-child(1) i,
.news_right_list .news_right_li:nth-child(2) i,
.news_right_list .news_right_li:nth-child(3) i{
	  background: #01c098;
    color: #fff;
}
.news_right_list .news_right_li span {
    width: 338px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    float: left;
}

/* 动态资讯 */
.kcNews_box ,.kcNews_list{
	margin-top: 70px;
}

.kcNews_list li{
	width: 600px;
	float: left;
	margin-bottom: 50px;
	cursor: pointer;
}
.kcNews_list li .time{
	width: 108px;
	height: 120px;
	padding-top: 23px;
	background: #cdced3;
	text-align: center;
	float: left;
	color: #fff;
	font: 15px/22px arial;
}
.kcNews_list li .time i{
	  display: block;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}
.kcNews_list li .info{
	width: 450px;
	float: left;
	padding-left: 10px;
}
.kcNews_list li .info .title{
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	color: #000000;
}
.kcNews_list li .info p{
	display: block;
    height: 40px;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 14px;
    color: #999;
		line-height: 1.6em;
}
.kcNews_list li .info .more_a{
	display: inline-block;
	margin-top: 17px;
	font-size: 16px;
	color: #9b9b9b;
}
.kcNews_list li:hover .time{
	background: #21B8FF;
}
.kcNews_list li:hover .info .title{
	color: #21B8FF;
}
.kcNews_list li .info .more_a:hover{
	color: #21B8FF;
} 

/* 图片遮罩层 */
.img_mask{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 999;
	display: none;
}
.img_mask .img_mask_box{
	background: #FFFFFF;
	display: inline-block;
	padding: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 5px;
}
.img_mask .img_mask_box .img_mask_src{
	max-width: 850px;
	max-height: 500px;
}
.img_mask .img_mask_close{
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	background-size: 30px 30px;
	position: absolute;
	right: -40px;
	top: 0;
	cursor: pointer;
}

/* 详情页 */
.breadcrumb{
	background-color: #fff !important;
	padding: 0 !important;
	margin: 0 !important;
}
.news_detail_tit{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 3px solid #21B8FF;
	margin-top: -20px;
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_detail_name{
	width: 100%;
    height: 90px;
    line-height: 80px;
}
.news_detail_name .tit_font{
	width: 600px;
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.news_detail_name .tit_time{
	    color: #aaa;
    font-size: 14px;
    padding-right: 30px;
    float: right;
}
.news_detail_p p{
	width: 100%;
    line-height: 26px;
    font-size: 14px;
    text-indent: 1em;
    color: #333;
    margin-top: 15px;
}
.news_detail_p img{
	max-width: 100%;
}
.news_detail_list{
	margin-top: 15px;
}
.news_detail_list li{
	width: 394px;
    color: #333;
    font-size: 14px;
    padding-right: 40px;
    margin-top: 6px;
    float: left;
}
.news_detail_list li a{
	width: 270px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #888;
}
.news_detail_list li span{
	line-height: 40px;
    float: right;
}
.news_detail_mt{
	margin-top: 70px;
}
.small-muted-box .small-muted{
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-bottom: 20px;
}
.small-muted-box .fl{
	float: left;
}
.small-muted-box .fr{
	float: right;
}
.label-small-muted{
	font-size: 14px !important;
	color: #999 !important;
}

/* 短信广告 */
.sms_banner{
	width: 100%;
	height: 400px;
	position: relative;
}
.sms_banner img{
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
}
.sms_banner_box{
	position: relative;
	height: 400px;
	z-index: 100;
}
.sms_banner_txt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.sms_banner_txt h3{
	width: 100%;
    color: #FFF;
    font-size: 53px;
	letter-spacing: 2px;
	line-height: 75px;
}
.sms_banner_txt p{
	width: 100%;
    color: #FFF;
    font-size: 21px;
    letter-spacing: 1px;
	line-height: 40px;
	
}
.sms_banner_txt .sms_form{
	width: 540px;
	height: 50px;
	position: relative;
	margin-top: 20px;
}
.sms_banner_txt .sms_form input{
	width: 340px;
    height: 50px;
    text-indent: 24px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    outline-style: none;
    border: 1px solid #ccc;
}
.sms_banner_txt .sms_form button{
	width: 200px;
    height: 50px;
    background-color: #f9c720;
    color: #000;
    border-style: none;
    margin-left: 2px;
    padding: 0px;
    font-size: 12px;
    vertical-align: top;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
} 

/* 短信套餐 */

.sms_act_box .title{
	position: relative;
    margin: 0 auto;
    padding: 60px 0 8px;
    width: 305px;
    font-size: 34px;
    text-align: center;
}
.sms_act_box .more_p{
	padding-top: 35px;
    text-align: center;
    font-size: 14px;
    color: #2c2d46;
}
.sms_act_list{
	width: 100%;
	padding: 62px 0 40px;
	font-size: 0;
	text-align: center;
}
.sms_act_list li{
	position: relative;
	display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    height: 300px;
	border: 1px solid #d3d3e0;
	margin: 0 20px;
}
.sms_act_list li .sms_act_list_title{
	display: block;
    margin: 0 auto 28px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #076bf2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sms_act_list li .sms_act_list_num{
	margin: 0 auto;
    width: 175px;
    
}
.sms_act_list li .sms_act_list_num p{
	display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #2c2d46;
}
.sms_act_list li .sms_act_list_num p:nth-child(1){
	border-bottom: 1px solid #ccc;
}
.sms_act_list li .sms_act_list_money{
	display: inline-block;
    margin: 45px auto 14px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #f84c51;
}
.sms_act_list li .sms_act_list_btn{
	display: block;
    margin: 0 auto;
    width: 160px;
    height: 44px;
    line-height: 44px;
    vertical-align: baseline;
    border-radius: 4px;
	font-size: 16px;
	color: #076bf2;
    border: 1px solid #076bf2;
}

/* 商城案例 */
.shop_banner{
	height: 550px;
    color: #fff;
	position: relative;
}
.shop_banner_l{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.shop_banner_l .title{
	font-size: 58px;
}
.shop_banner_l p{
	margin-top: 18px;
	font-size: 14px;
}
.shop_banner_l .link{
	display: flex;
	align-items: center;
}
.shop_banner_l .link a{
    border: 1px solid #fff;
    padding: 8px 45px 10px;
	border-radius: 60px;
    margin-top: 100px;
    color: #fff;
    font-size: 28px;
    margin-right: 20px;
	width: 258px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
    transition: background .15s linear, color .15s linear;
}
.shop_banner_box{
	position: relative;
	height: 100%;
	
}
.shop_banner_img{
	height: 100%;
	position: absolute;
	z-index: 1;
	height: 550px;
	left: 50%;
	transform: translateX(-50%);
}
.shop_w5_wrap_list li{
	float: left;
	margin-right: 150px;
	width: 120px;
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;
}
.shop_w5_wrap_list li p{
	font-size:16px;
}
.shop_w5_wrap_list li:nth-child(5n){
	margin-right: 0;
}
.shop_w5_wrap_list li i{
	display: inline-block;
	margin-bottom: 10px;
}
.shop_w5_wrap_list li i img{
	display: block;
	width: 100px;
	height: 100px;
}
.shop_w5_wrap_list li:hover i{
	-webkit-animation: bounce 1s ease 1 0s both;
	animation: bounce 1s ease 1 0s both;
}
.customized {
	width: 100%;
	height: 595px;
	position: relative;
	background: url(../images/fwlc.png) no-repeat center center / cover;
}
.customized2 {
	width: 100%;
	height: 896px;
	position: relative;
	background: url(../images/fwlc.png) no-repeat center center / cover;
}
.customized3 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}
.customized3 .box {
	width: 1141px;
	height:296px;
	margin: 90px auto;
	padding-top: 108px;
}
.customized3 .t {
	font-size: 30px;
	color:#333;
	margin-bottom: 24px;
	text-align: left;
}
.b {
	font-weight: bold;
}
.customized3 .t2 {
	font-size: 16px;
	color:#333;
	line-height: 30px;
	text-align: left;
}
.customized3 .box1 {
	padding-left: 445px;
	background: url(../images/zc.png) no-repeat center center / cover;
}
.customized3 .box2 {
	padding-right: 490px;
	padding-left: 58px;
	background: url(../images/s.png) no-repeat center center / cover;
}
.customized3 .box3 {
	padding-left: 445px;
	background: url(../images/x.png) no-repeat center center / cover;
}
.customized3 .left {
	width: 1141px;
	height:296px;
}
.customized2 .customized_list {
	width: 950px;
	height:522px;
	margin: 103px auto 0px 390px;
	background: url(../images/111s.png) no-repeat  center center  / 100% 100%;
}
.business_bg{
	background: #ffffff;
	padding-bottom: 80px;
}
.business_list{
	width: 100%;
    margin-left: 20px;
}
.business_list li{
	display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(138,138,138,.1);
    text-align: center;
    height: 170px;
    width: 255px;
}
.business_list li p{
	font-size: 16px;
	line-height: 35px;
	margin-top: 6px;
}
.business_list li div{
	/*padding-top: 20px;*/
}
.business_list li img{
	width: 255px;
	height: 170px;
}
.business_list li:hover{
	-webkit-animation: bounce 1s ease 1 0s both;
	animation: bounce 1s ease 1 0s both;
}
.business_list li p{
	font-size: 20px;
	line-height: 35px;
	margin-top: 6px;
}
.customized_list {
	width: 1148px;
	height: 192px;
	margin: 87px auto 0px auto;
	background: url(../images/bg3.png) no-repeat  center center  / 100% 100%;
}
.customized_list .mt_icon{
	float: left;
}
.customized_list .mt_icon img{
	width: 100px;
}
.customized_list .mt_icon p{
	width: 100px;
	text-align: center;
    margin-top: 15px;
    font-size: 16px;
}
.customized_list .mt_jt{
	float: left;
	height: 126px;
    line-height: 70px;
    margin: 0 66px;
}
.customized_list .mt_jt img{
	    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

.kc_case_list{
	
}
.kc_case_list .kc_case_item{
	width: 260px;
	height: 470px;
	float: left;
	position: relative;
	margin-right: 53px;
	background: url(../images/home_ico.png) -1486px -516px no-repeat;
	transform-origin: center center;
    transition: transform .3s;
	margin-bottom: 50px;
}
.kc_case_list .kc_case_item:hover{
	transform:scale(1.05,1.05)
}
.kc_case_list .kc_case_item:nth-child(4n){
	margin-right: 0;
}
.kc_case_list .kc_case_item .img_hover{
	position: absolute;
    width: 198px;
    height: 354px;
    width: 200px;
    height: 356px;
    left: 29px;
    top: 40px;
    overflow: hidden;
}
.kc_case_list .kc_case_item .img_hover a img{
	width: 200px;
	height: 356px;
}
.kc_case_list .kc_case_item .img_hover .kc_case_qrCode{
	width: 134px;
    height: 134px;
    position: absolute;
    left: 50%;
    margin-left: -67px;
    border: 8px solid #fff;
    border-radius: 3px;
    overflow: hidden;
    outline: 0;
    background: #fff;
	top: -151px;
	transition: top .3s;
}
.kc_case_list .kc_case_item .img_hover .kc_case_name{
	position: absolute;
	width: 100%;
	bottom: -25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0 8px;
	transition: bottom .3s;
	
}
.kc_case_list .kc_case_item .img_hover:hover .kc_case_name{
	bottom: 90px;
}

.kc_case_list .kc_case_item .img_hover .kc_case_qrCode img{
	display: block;
	width: 100%;
	height: 100%;
}

.kc_case_list .kc_case_item .img_hover .kc_case_mask{
	height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
	transition: opacity .3s;
}

.kc_case_list .kc_case_item .img_hover:hover .kc_case_mask{
	    filter: alpha(opacity=60);
    opacity: .6;
    transform: scale(1);
}
.kc_case_list .kc_case_item .img_hover:hover .kc_case_qrCode{
	top: 98px;
}

 .screen_list .screen_list_item{
	display: inline-block;
	padding: 0 16px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
    color: #666;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 10px;
    border-radius: 18px;
	margin-right: 24px;
}
 .screen_list .screen_list_active{
	background: #2f82ff;
	color: #fff;
}
 .screen_list .screen_list_item:hover{
	color: #2f82ff;
}
 .screen_list .screen_list_active:hover{
	color: #fff;
}
.more_div{
	text-align: center;
}

.more_div .more_link{
	width: 136.4px;
	height: 41.8px;
	color: #21B8FF;
	border: 1px solid #21B8FF;
	line-height: 30px;
	padding: 0 20px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin: 0 auto;
}
.more_div .more_link .yjt {
	display: block;
	width: 9px;
	height: 18px;
	margin-left: 5px;
}
/*案例分页*/
.kc_pagination {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.kc_pagination	li {
	margin: 0 4px;
	padding: 0;
	list-style: none outside none;
	line-height: 25px;
	}
	
.kc_pagination	button {
	display: block;
	border: none 0;
	color: #2f82ff;
	padding: .4em 1.2em;
	border-radius: 2px;
	border: 1px solid #2f82ff;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	font-size:	12px;
	
	}
.kc_pagination	button:hover,
/* button:focus, */
.kc_pagination	button.active{
		text-decoration: none;
		background: #2f82ff;
		color: #fff;
	}

/* 荣誉 */
.kc_honor_item{
	width: 260px;
	float: left;
	margin-right: 53px;
	margin-bottom: 50px;
	cursor: pointer;
}
.kc_honor_item:nth-child(4n) {
    margin-right: 0;
}
.kc_honor_img {
	text-align: center;
	width: 260PX;
	height: 210PX;
}
.kc_honor_img img{
	max-width: 100%;
	max-height: 210px;
}
.kc_honor_name{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}

.pop-box {
	width: 90px;
	height: 161px;
	position: relative;
	position: fixed;
	right: 0px;
	top: 30%;
	z-index: 99;
	background: #02A0F0;
}
.pop-box .pop-boxs {
	width: 224px;
	height:125px;
	background: url(../images/email.png)no-repeat center center / 100% 100%;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(calc(-100% - 10px));
	display: none;
}
.pop-box .pop-boxs2 {
	width: 224px;
	height:226px;
	background: url(../images/wxzx.png)no-repeat center center / 100% 100%;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(calc(-100% - 10px));
	display: none;
}
.pop-box .pop-boxs2 img {
	width: 94px;
	height: 94px;
	margin: 19px 0px 0px 59px;
}
.pop-box .pop-boxs2 .t2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333;
	padding-right: 12px;
	margin-top: 10px;
}
.pop-box .t {
	width: 100%;
	display: flex;
	font-size: 18px;
	color: #008FD7;
	padding: 20px 35px 20px 20px;
	justify-content: center;
}
.icon-weixin2 {
	font-size: 30px;
	color: #00C853;
}
.pop-box .pop-boxs .box {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 8px 0px 0px;
}
.pop-box .pop-boxs .box .t {
	width: fit-content;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #D6E4FE;
	padding: 0;
	color: #1A84FC;
	padding-bottom: 8px;
}
.pop-box .pop-boxs .box .t2 {
	font-size: 15px;
	color: #333;
	margin-top: 10px;
}
.pop-box .bian {
	width: 100%;
	height: 1px;
	background: #fff;
}
.pop-box .btn {
	width: 100%;
	height: 80px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.pop-box .btn .iconfont {
	width: 30px;
	height: 24px;
	margin-bottom: 8px;
}
.icon-wodelianxiwomen {
	background: url(../images/e.png)no-repeat center center / 100% 100%;
}
.icon-fanhuidingbu {
	background: url(../images/wx.png)no-repeat center center / 100% 100%;
}
.pop-box .btn .text {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-indent: 2px;
}
