body{
	background-color: #F8F9FB;
}
/* ------------------- 导航栏 -------------------- */
.sy_top{
	position: fixed;
	z-index: 9999;
}
.sy_top::after{
	height: 70px;
	background: rgba(0, 0, 0, 0);
}
.kb100{
	height: 70px;
}
.nav{
	height: 70px;
	line-height: 70px;
}
.nav .white{
	color: #515151;
}
/* 选中导航栏 */
.nav .on .white{
	color: #4571FF;
}
.nav li.on a::after{
	/*top: 0;*/
	width: 48px;
	height: 4px;
}
/* 登录按钮 */
.btn_plain{
	border: #4571FF solid 2px;
	color: #4571FF;
}
/*  ------------------- swiper -----------------------  */
.swiper{
	z-index: 9;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.swiper-slide {
	background-image: url(../../img/imggaiban/banner.png);
	background-size: 100% 100%;
}
/* 分页器 */
.swiper-pagination{
	text-align: left;
	margin-left: calc((100% - 1200px) / 2);
	margin-bottom: 70px;
}
.swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 5px;
	background: #3C80FF;
	opacity: .4;
}
.swiper-pagination-bullet-active{
	opacity: 1;
}
/* 动画 */
.swiper_card{
	width: 1200px;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	position: relative;
}
.swiper_card>div:nth-child(1){
	z-index: 99;
}
.swiper_card_title{
	font-size: 48px;
	line-height: 48px;
}
.swiper_card_size{
	color: #666;
	font-size: 26px;
	line-height: 35px;
	margin: 30px 0 60px 0;
}
.swiper_card_btn{
	background-color: #1869ff;
	display: inline-block;
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
}
.swiper_card_btn:hover{
	color: #fff;
}
/* 动画一 */
.swiper_cartoon_one_back{
	position: absolute;
	right: 0;
	bottom: 80px;
	width: 600px;
}
.swiper_cartoon_one_back2{
	position: absolute;
	right: 100px;
	bottom: 140px;
	width: 400px;
	animation: moveone 2s infinite;
	-webkit-animation: moveone 2s infinite; /* Safari and Chrome */
}
.swiper_cartoon_one_icon1,
.swiper_cartoon_one_icon2,
.swiper_cartoon_one_icon3,
.swiper_cartoon_one_icon4,
.swiper_cartoon_one_icon5{
	position: absolute;
	width: 60px;
}
.swiper_cartoon_one_icon1{
	top: 90px;
	right: 380px;
	animation: bigone 2s infinite;
	-webkit-animation: bigone 2s infinite; /* Safari and Chrome */
}
.swiper_cartoon_one_icon2{
	width: 50px;
	top: 320px;
	right: 545px;
	animation: bigtow 2s infinite;
	-webkit-animation: bigtow 2s infinite; /* Safari and Chrome */
}
.swiper_cartoon_one_icon3{
	top: 380px;
	right: 90px;
	animation: bigone 2s infinite;
	-webkit-animation: bigone 2s infinite; /* Safari and Chrome */
}
.swiper_cartoon_one_icon4{
	width: 50px;
	top: 270px;
	right: -25px;
	animation: bigtow 2s infinite;
	-webkit-animation: bigtow 2s infinite; /* Safari and Chrome */
}
.swiper_cartoon_one_icon5{
	top: 130px;
	right: 60px;
	animation: bigone 2s infinite;
	-webkit-animation: bigone 2s infinite; /* Safari and Chrome */
}

/* 动画2 */
.swiper_card_size_tow{
	margin: 30px 0;
}
.swiper_cartoon_tow_back{
	width: 700px;
	bottom: 90px;
	animation: moveone2 2s infinite;
	-webkit-animation: moveone2 2s infinite; /* Safari and Chrome */
}
.swiper_cartoon_tow_back2{
	position: absolute;
	right: 60px;
	bottom: 180px;
}
.swiper_cartoon_tow_icon1{
	width: 110px;
	right: 235px;
	position: absolute;
	bottom: 258px;
	animation: bigthree 2s infinite;
	-webkit-animation: bigthree 2s infinite; /* Safari and Chrome */
}
.swiper_cartoon_tow_icon2{
	top: 135px;
	right: 40px;
}
.swiper_cartoon_tow_icon3{
	top: 195px;
	right: 70px;
}
.swiper_cartoon_tow_icon4{
	top: 330px;
	right: 70px;
}
.swiper_cartoon_tow_icon5{
	top: 390px;
	right: 40px;
}
/* 动画3 */
.swiper_card_img{
	width: 240px;
	margin-bottom: 40px;
}
.swiper-slide_three{
	position: relative;
}
.swiper_card_three{
	position: static;
}
.swiper_cartoon_three_back{
	position: absolute;
	width: 900px;
	right: 0;
	bottom: 90px;
}
.swiper_cartoon_three_icon1{
	width: 54px;
	position: absolute;
	right: 530px;
	bottom: 305px;
	animation: movethree 5s infinite;
	-webkit-animation: movethree 5s infinite; /* Safari and Chrome */
}
.swiper_cartoon_three_icon2{
	width: 60px;
	position: absolute;
	right: 120px;
	bottom: 362px;
	animation: movetow 5s infinite;
	-webkit-animation: movetow 5s infinite; /* Safari and Chrome */
}
.swiper_cartoon_three_icon3{
	width: 120px;
	position: absolute;
	right: 392px;
	bottom: 169px;
	animation: bigtfour 5s infinite;
	-webkit-animation: bigtfour 5s infinite; /* Safari and Chrome */
}
/* 动画效果实现 */
/* 移动效果 */
@keyframes moveone{
	33% {bottom: 140px;}
	66% {bottom: 130px;}
	100% {bottom: 140px;}
}
@-webkit-keyframes moveone{
	33% {bottom: 140px;}
	66% {bottom: 130px;}
	100% {bottom: 140px;}
}
/* 轮播图2 */
@keyframes moveone2{
	33% {bottom: 90px;}
	66% {bottom: 80px;}
	100% {bottom: 90px;}
}
@-webkit-keyframes moveone2{
	33% {bottom: 90px;}
	66% {bottom: 80px;}
	100% {bottom: 90px;}
}

/* 移动效果2 */
@keyframes movetow{
	from {right: 120px;bottom: 362px;}
	to{right: 237px;bottom: 296px;}
}
@-webkit-keyframes movetow{
	from {right: 120px;bottom: 362px;}
	to{right: 237px;bottom: 296px;}
}
/* 移动效果3 */
@keyframes movethree{
	33% {right: 501px;bottom: 287px;}
	66% {right: 443px;bottom: 324px;}
	100% {right: 351px;bottom: 281px;}
}
@-webkit-keyframes movethree{
	33% {right: 501px;bottom: 287px;}
	66% {right: 443px;bottom: 324px;}
	100% {right: 351px;bottom: 281px;}
}
/* --- 放大效果 ---- */
@keyframes bigone{
	33% {width: 60px;}
	66% {width: 50px;}
	100% {width: 60px;}
}
@-webkit-keyframes bigone{
	33% {width: 60px;}
	66% {width: 50px;}
	100% {width: 60px;}
}
/* 放大效果2 */
@keyframes bigtow{
	33% {width: 50px;}
	66% {width: 60px;}
	100% {width: 50px;}
}
@-webkit-keyframes bigtow{
	33% {width: 50px;}
	66% {width: 60px;}
	100% {width: 50px;}
}

/* 放大效果3 */
@keyframes bigthree{
	33% {width: 110px;}
	66% {width: 100px;}
	100% {width: 110px;}
}
@-webkit-keyframes bigthree{
	33% {width: 110px;}
	66% {width: 100px;}
	100% {width: 110px;}
}
/* 放大效果4 */
@keyframes bigtfour{
	33% {width: 120px;}
	66% {width: 110px;}
	100% {width: 120px;}
}
@-webkit-keyframes bigtfour{
	33% {width: 120px;}
	66% {width: 110px;}
	100% {width: 120px;}
}

/* ----------- 标签卡片 ----------- */
.table{
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 14px;
}
.table>div{
	display: flex;
	background-color: #0072EF;
	font-size: 14px;
	padding: 30px 20px;
	padding: 22px 20px;
	margin: 0 15px;
	margin-top: -60px;
	z-index: 99;
	border-radius: 10px;
	width: calc(360px - 38px);
	align-items: center;
	transition:0.3s;
}
.table>div:hover{
	transition:0.3s;
	transform: translateX(5px);
	background:#0463cb;
}
.table>div>div>div:nth-child(2){
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	margin-top: 14px;
}
.table_title{
	font-size: 22px;
}
.table>div img{
	width: 60px;
	margin-right: 10px;
}

/* ---------- 数字化售后管理解决方案 --------------- */
.cententone{
	margin: auto;
	width: 1200px;
}
.cententone .gg_title{
	margin-top:76px;
	margin-bottom: 66px;
}
/* 标题 */
.title{
	text-align: center;
	margin:76px 0 45px 0;
}
.title >div{
	font-size: 18px;
	color: #9299AF;
	margin-top: 20px;
}
.cententone_box{
	background-color: #fff;
	-overflow: hidden;
	margin-top: 21px;
}
.cententone_back{
    background-image: url(../../img/imggaiban/cententone/backone.png);
    background-size: 100% 100%;
    padding: 36px 22px;
    color: #fff;
    width: 296px;
    height: 404px;
    float: left;
    box-sizing: border-box;
    position:relative;
}
.cententone_back a:hover{
	background:#fff;
	color:#4571FF;
	transform: translateX(5px);
}
.cententone .cententone_box:nth-child(3) .cententone_back{
 	background-image: url(../../img/imggaiban/cententone/backtwo.png);
    background-size: 100% 100%;
}
.cententone .cententone_box:nth-child(4) .cententone_back{
 	background-image: url(../../img/imggaiban/cententone/backthree.png);
    background-size: 100% 100%;
}
.cententone_list{
	display: flex;
	flex-wrap: wrap;
}
.cententone_list>div{
    box-sizing: border-box;
    width: calc(25%);
    height: 202px;
    padding:15px 30px 10px 30px;
    color: #9299AF;
    font-size: 16px;
    border: 1px solid #E9E9E9;
    border-right: none;
    border-bottom: none;
    transition:0.3s;
}
.nav li a{
	font-size:16px;
}
.cententone_list>div:hover{
	transition:0.3s;
	box-shadow: 0 0 20px #e6e6e6;
}
.cententone_list>div>div{
	transition:0.3s;
}
.cententone_list>div:hover>div{
	transition:0.3s;
	transform: translateX(5px);
}
.cententone_list>div:nth-child(1){
	border-top:none;
}
.cententone_list>div:nth-child(2){
	border-top:none;
}
.cententone_list>div:nth-child(3){
	border-top:none;
}
.cententone_list>div:nth-child(4){
	border-top:none;
}
.cententone_list >div>div:nth-child(1){
	color: #38393E;
	font-size: 18px;
	font-weight:bold;
}
.cententone_list img{
	width: 60px;
	margin-left: -13px;
}
.cententone_back p{
	font-size: 22px;
	color: #FFFFFF;
}
.cententone_back span{
	display:block;
	font-size: 14px;
	color: #E5F3FB;
	line-height: 22px;
	margin-top: 18px;
}
.cententone{
	line-height: 1;
}
.cententone_back a{
	display:block;
	width: 120px;
	height: 38px;
	opacity: 1;
	border: 1px solid #FCFCFC;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	line-height: 38px;
	position:absolute;
	bottom:36px;left:22px;
}
.cententone_list >div>div:nth-child(2){
	font-size: 16px;
	color: #9299AF;
	line-height: 28px;
	white-space: nowrap;
}