@charset "utf-8";
/* css document */

/*banner文案*/
.banner_info{
	margin-top:80px;
/*	height:350px;*/
	}
.line{
	margin-bottom:15px;
	background-color:#fff;
	}
.banner-tit{
	margin:0px 0 15px;
	font-size:32px;
	}
.banner-con{
	width:406px;
	margin-left:0;
	font-size:14px;
	line-height:24px;
	-webkit-line-clamp:4;
	}
.solu-tit{
	margin-top:30px;
	text-align:center;
    margin-bottom:30px; 
	background-image:url(/uploads/image/rimg/tit-line.png);
	background-position:left center;
	background-repeat:repeat-x;
	}
.solu-title{
	display:inline-block;
	padding:0 20px;
	background-color:#eeeeee;
	}
.solu-box{
	float:left;
	width:384px;
	margin-right:24px;
	margin-bottom:40px;
	background:#fff;
	}
.solu-box:nth-child(3n){
	margin-right:0;
	}
.solu-box:hover{
	margin-left:-2px;
	margin-top:-2px;
	margin-right:22px;
	margin-bottom:41px;
	border:2px solid #0774ee;
	border-bottom:0;
	background:#0774ee;
	box-shadow:0 5px 15px rgba(7,116,238,.5);
	cursor:pointer;
	}
.solu-box:nth-child(3n):hover{
	margin-right:-2px;
	}
.solu-img{
	height:250px;
	}
.solu-info{
	position:relative;
	height:230px;
	padding:10px 30px;
	border:1px solid #dddddd;
	border-top:0;
	}
.solu-box:hover .solu-info{
	border:0;
	}
.solu-con .solu-logo,.solu-con .solu-logo2{
	height:40px;
	margin-bottom:12px;
	text-align:center;
	}
.solu-con .solu-logo2,.solu-box:hover .solu-logo{
	display:none;
	}
.solu-box:hover .solu-logo2{
	display:block;
	}
.solu-name {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 24px;
	color: #434343;
}
.solu-brief{
	font-size:12px;
	color:#666666;
	line-height:20px;
	-webkit-line-clamp:4;
	}
.detail{
	display:inline-block;
	position:absolute;
	bottom:20px;
	left:145px;
	padding:0 13px;
	border:1px solid #0774ee;
	color:#0774ee;
	line-height:28px;
	border-radius:6px;
	}
.solu-box:hover .solu-name,.solu-box:hover .solu-brief,.solu-box:hover .detail{
	color:#fff;
	}
.solu-box:hover .detail{
	border-color:#fff;
	}