﻿.row22{
    position: relative;
    z-index: 3; width: 1400px; margin: 0 auto;
}
.row22:after{
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.bc_fff,
.bc-fff{
    background: #fff;
}
.h60{height:60px;clear:both;}
.cont{
    position: relative;
    z-index: 6;
    /* padding: 0px 6.7708333%; */
    padding: 0px calc(260px/100vw*100%);
}
.cont.full{
    padding: 0px;
}
.subCont{
    padding: 0px 6.8008333%;
    position: relative;
    z-index: 5;
}

.aykj-l-2p {
    width: 20%;
    width: calc(1/5*100%);
}

/*
* 首页解决方案 kis2
*/
.titBox{
    position: relative;
    z-index: 3;
}
.tit{
    font-size: 36px;
    color:#333;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}
.titIntr{
    font-size: 16px;
    color:#666;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    padding-top:10px;
}

.solution_dl{
    position: relative;
}
.solution_dl dd{
    /*overflow: hidden;*/
    float: left;
    display: inline;
    position: relative;
    padding: 10px 0px; margin-top:35px;
}
.solution_dl .list_a{
    padding:50px 20px;
    transition: all 0.3s linear;
    position: relative;
    overflow: visible;
	/*overflow:hidden;*/
	/* border-radius:6px; margin-left: 142px; */
}
.solution_dl .list_a:after{
    display: block;
    visibility: hidden;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 200px;
    top: 0px;
    transform: scale(1.2);
    transition: all 0.3s;
	background:#edf4fb;
	z-index:0;
	border-radius:6px;
	display:none;
}
.solution_dl .list_a:hover:after{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    /*background: #f8f8f8;*/
}
.animated-circles{
	position:absolute;
	z-index:1;
	left:130px;
	top:5px;
	width:100%;
	height:100%;
}
.solution_dl .animated-circles .c-1,
.solution_dl .animated-circles .c-2,
.solution_dl .animated-circles .c-3 { 
	transition: 0.8s cubic-bezier(.25, .46, .45, .94) ;
	transform:scale(0);
	width:235px;
	height:235px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-117px 0 0 -117px;
	background:rgba(30,120,205,0.1);
	border-radius:50%;
}
.solution_dl .animated-circles .c-2{
	transition-delay:0.2s;
}
.solution_dl .animated-circles .c-3{
	transition-delay:0.4s;
}
.solution_dl .list_a:hover .animated-circles .c-1 ,
.solution_dl .list_a:hover .animated-circles .c-2 ,
.solution_dl .list_a:hover .animated-circles .c-3 {
	 transform: scale(1);
}



.solutionIcon{
    height: 45px;
    position: relative;
	z-index:50;
}
.solutionIcon span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    font-size: 40px;
    text-align: center;
    line-height: 45px;
}
.hideIcon{
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
}
.list_a:hover .solutionIcon span{
    color:#005aaa;
    animation: solutionIcon 1s linear forwards;
}

@keyframes solutionIcon{
    0%  {transform: scale(1);}
    50% {transform: scale(1.2);}
    100%{transform: scale(1);}
}
.solutionIcon span.fa-architecture,
.solutionIcon span.fa-medicine,
.solutionIcon span.fa-OA{
    font-size: 36px;
}
.solutionIcon span.fa-custom{
    font-size: 34px;
}
/*.list_a:hover .showIcon{
    transform: scale(1.5);
    opacity: 0;
}
.list_a:hover .hideIcon{
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}*/
.solutionName{
    overflow: hidden;
    font-size: 16px;
    color:#333;
    text-align: center;
    transition: all 0.3s linear;
	position:relative;
	z-index:50;
}
.solutionIntr{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    height: 25px;
    transition: all 0.3s linear;
	position:relative;
	z-index:50;
}
.solution_dl .list_a:hover .solutionName,
.solution_dl .list_a:hover .solutionIntr{
    color:#005aaa;
}
/*
* 第三通栏 kis2
*/


























