.kcj-box,.kcj-box *,.kcj-box *::before,.kcj-box *::after{
	box-sizing: border-box;
	transition: .5s;
}


.kcj-ind-box,.kcj-ind-box *{
	box-sizing: border-box;
	transition: .3s;
}

.kcj-box{
	position: relative;
}
.kcj-box .btn{
	position: absolute;
	left: 100px;
	top: 162px;
}
.kcj-box .btn ul{
	display: flex;
}
.kcj-box .btn li{
	padding: 0 40px;
}

.kcj-box .btn a{
	position: relative;
	width: 120px;
	height: 120px;
	display: block;
}

.kcj-box .btn a::before,.kcj-box .btn a::after{
	content:' ';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 138px;
	height: 138px;
	margin-left: -69px;
	margin-top: -69px;
	border-radius: 50%;
	border: 4px solid rgba(44,126,222,.4);
	opacity: 0;
}

.kcj-box .btn span{
	width:120px;
	height:120px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	font-size: 28px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1.4;
	position: relative;
}

.kcj-box .btn span::before{
	content: ' ';
	width: 138px;
	height: 138px;
	border-radius: 50%;
	border: 4px solid rgba(0,0,0,.3);
	position: absolute;
	left: -9px;
	top: -9px;
}

.kcj-box .btn a:hover::before{
	animation: kcj-btn-ani-02 .8s .2s;
	animation-fill-mode: both;
}

.kcj-box .btn a:hover::after{
	animation: kcj-btn-ani-02 .8s .3s;
	animation-fill-mode: both;
}

.kcj-box .btn a:hover span{
	background: rgba(44,126,222,.9);
	animation: kcj-btn-ani .5s;
	animation-fill-mode: both;
}
.kcj-box .btn a:hover span::before{
	border-color: rgba(44,126,222,.9);
}

@keyframes kcj-btn-ani {
	from {
		transform: scale(1);
	}
	25% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(.95);
	}
	75% {
		transform: scale(1.05);
	}
	to {
		transform: scale(1);
	}
}

@keyframes kcj-btn-ani-02 {
	from {
		transform: scale(1);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	to {
		transform: scale(2);
		opacity: 0;
	}
}





.kcj-ind-box{
	overflow: hidden;
	padding-top: 30px;
}

.kcj-ind-box-01 .l{
	float: left;
}

.kcj-ind-box-01 .r{
	float: right;
	width: 750px;
}

.kcj-ind-box-01 .tit{
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #0022cd;
	overflow: hidden;
}


.kcj-ind-box-01 .tit img{
	width:24px;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}

.kcj-ind-box-01 .tit span{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	float: left;
}

.kcj-ind-box-01 .t-box .list ul{
	display: flex;
}
.kcj-ind-box-01 .t-box .list ul li{
	flex:1;
}

.kcj-ind-box-01 .list{
	padding-top: 10px;
}

.kcj-ind-box-01 .list li{
	padding-left: 20px;
	position: relative;
}

.kcj-ind-box-01 .list li::before{
	content:' ';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0022cd;
	left: 0;
	top: 16px;
	position: absolute;
}

.kcj-ind-box-01 .list li a{
	line-height: 42px;
	font-size: 20px;
}

.kcj-ind-box-01 .list li a:hover{
	color: #0022cd;
}

.kcj-ind-box-01 .b-box{
	padding-top: 40px;
	overflow: hidden;
	margin: 0 -15px;;
}

.kcj-ind-box-01 .b-box .item{
	float: left;
	width:390px;
	padding: 0 15px;
}

.kcj-ind-box .tit-box{
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.kcj-ind-box .tit-box b{
	color:#1300ff;
	font-weight: bold;
	font-size: 24px;
	padding: 0 20px;
	position: relative;
}

.kcj-ind-box .tit-box b::before,.kcj-ind-box .tit-box b::after{
	content:' ';
	width:1000px;
	height: 1px;
	background: #0022cd;
	position: absolute;
	top: 50%;
}
.kcj-ind-box .tit-box b::before{
	left: -1000px;
}
.kcj-ind-box .tit-box b::after{
	right: -1000px;
}


.kcj-ind-box .list .shade{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
}
.kcj-ind-box .list .shade .link{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
}
.kcj-ind-box .list .shade .link + .link{
	margin-top: 8px;
}
.kcj-ind-box .list .shade .link:hover{
	text-decoration: underline;
}

.kcj-ind-box .list li .item:hover .shade{
	transform: translateY(0%);
}




.kcj-ind-box-02{
	padding-top: 60px;
	overflow: visible;
}
.kcj-ind-box-02 .list{
	
}
.kcj-ind-box-02 .list ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.kcj-ind-box-02 .list li{
	width: 250px;
	padding:10px;
}

.kcj-ind-box-02 .list li .item{
	border: 4px solid #0022cd;
	display: block;
	border-radius: 10px;
	padding:20px 0;
	position: relative;
	overflow: hidden;
}

.kcj-ind-box-02 .icon{
	background: #0022cd;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 15px;
	display: block;
	margin: 0 auto;
}
.kcj-ind-box-02 .icon img{
	width: 100%;
}
.kcj-ind-box-02 .tit{
	padding-top: 10px;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	text-align: center;
	display: block;
}

.kcj-ind-box-02 .list li a.item:hover{
	transform: scale(1.05);
}

.kcj-ind-box-02 .list li .item:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}



.kcj-ind-box-03{
	padding-top: 60px;
	overflow: visible;
}

.kcj-ind-box-03 .list{
	
}
.kcj-ind-box-03 .list ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -10px;
}
.kcj-ind-box-03 .list li{
	width:20%;
	padding:10px;
}

.kcj-ind-box-03 .list li .item{
	display: block;
	padding:30px 0;
	width: 100%;
	height: 205px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.kcj-ind-box-03 .icon{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
.kcj-ind-box-03 .icon img{
	width: 100%;
}

.kcj-ind-box-03 .list li .tit{
	padding-top: 10px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: center;
	display: block;
}

.kcj-ind-box-03 .list li:nth-child(odd) .item{
	background: #00b5ff;
}
.kcj-ind-box-03 .list li:nth-child(odd) .tit{
	color: #3b3b3b;
}

.kcj-ind-box-03 .list li:nth-child(even) .item{
	background: #727272;
}
.kcj-ind-box-03 .list li:nth-child(even) .tit{
	color: #00b5ff;
}

.kcj-ind-box-03 .list li a.item:hover{
	transform: scale(1.05);
}
.kcj-ind-box-03 .list li .item:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}




.kcj-ind-box-04{
	padding-top: 60px;
	overflow: visible;
}
.kcj-ind-box-04 .list{
	
}
.kcj-ind-box-04 .list ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -15px;
}
.kcj-ind-box-04 .list li{
	padding: 15px;
}
.kcj-ind-box-04 .list li .icon{
	width: 80px;
	height: 80px;
	display: block;
	margin-right: 10px;
	margin-top: 5px;
}
.kcj-ind-box-04 .list li .item{
	display: flex;
	align-items: center;
}
.kcj-ind-box-04 .list li .item .tit{
	font-size: 30px;
	font-weight: normal;
}
.kcj-ind-box-04 .list li .item:hover{
	transform: scale(1.05);
}
.kcj-ind-box-04 .list li .item:hover .tit{
	color:#0022cd;
}