.solution {
	background:#fff;
}
.solution .solution-title {
	padding:28px 0 40px;
}
.solution .solution-hot-title {
	font-size:32px;
	color:#1a1a1a;
	text-align:center;
}
.solution .solution-line {
	width:128px;
	height:2px;
	background-color:#2196f3;
	display:block;
	margin:0 auto;
	margin-top:10px;
}
/*热门解决方案 start*/
.solution .solution-hot {
	background:#fff;
	width:100%;
	margin:0 auto;
	padding:30px 50px;
}
.solution .hot-li {
	border:1px solid #dfdfdf;
	float:left;
	margin-right:24px;
	text-align:center;
	overflow:hidden;
	height:278px;
	position:relative;
	width:calc((100% - 72px)/4);
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
	
}
.boxtool .hot-li:last-child {
	margin-right:0;
}
.solution .hot-new-mark {
	padding:0 4px 3px 4px;
	color:#fff;
	font-size:12px;
	top:14px;
	right:14px;
	background:url('images/hnew.png') center no-repeat;
	position:absolute;
	z-index:99;
	display:inline-block;
}
.solution .hot-li:hover {
	border:1px solid #2196f3;
	box-shadow:0px 10px 20px 0px rgba(126,166,194,0.30);
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.solution .hot-item {
	padding:32px 2px;
}
.solution .hot-item-icon {
	font-size:0;
}
.solution .hot-item-icon img {
	width:84px;
	height:84px;
}
.solution .hot-item-title {
	color:#1a1a1a;
	padding-top:30px;
	padding-bottom:13px;
	font-size:18px;
}
.solution .hot-item-tips {
	color:#808080;
	font-size:14px;
	line-height:1.5;
}
.solution .hotDetail {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
/*热门解决方案 end*/
/*全部解决方案导航 start*/
        .solution .adsorptionNav {
	position:fixed;
	background:#fff;
	top:0;
	z-index:99;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	box-shadow:1px 3px 8px rgba(151,170,183,0.30);
}
.solution .solution-all-nav {
	width:100%;
	margin:0 auto;
	padding: 0 50px;
	height:62px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	border-bottom:1px #dfdfdf solid;
}
.solution .solution-all-ul {
	width:100%;
	padding: 0 50px;
	margin:0 auto;
}
.solution .all-listTitle {
	display:inline-block;
	width:120px;
	margin:0 20px;
}
.all-listTitle a {
	color:#808080;
}
.solution a:hover {
	text-decoration:none;
}
.selected-title {
	width:120px;
	border-bottom:2px #2196f3 solid;
	display:inline-block;
	margin:0 20px;
}
.selected-title a {
	color:#2196f3;
}
/*全部解决方案导航 end*/
/*解决方案list start*/
.solveway {
	width:100%;
	padding: 30px 24px 0 50px;
	margin:0 auto;
	text-align:center;
}
.solveway .solveway-list-content {
	font-size:0;
	padding-bottom:23px;
}
.solveway .solveway-title {
	text-align:left;
	margin-bottom:7px;
	position:relative;
	margin-left:14px;
	font-size:16px;
	color:#1a1a1a;
}
.solveway .solveway-title:before {
	position:absolute;
	content:'';
	height:15px;
	width:4px;
	top:6px;
	left:-14px;
	background:#2196f3;
	display:block;
}
.solveway .solveway-item {
    float: left;
    width: 286px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    height: 85px;
    margin: 12px 0;
    margin-right: 24px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    position: relative;
}

.solveway .solveway-item:hover {
	border:1px solid #2196f3;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
	box-shadow:0 5px 10px 0 rgba(126,166,194,0.30);
}
.solveway .solveway-item-left,.solveway .solveway-item-left-hover {
	text-align:center;
	font-size:0;
	padding:9px 6px;
	float:left;
}
.solveway .solveway-item-left img,.solveway-item-left-hover img {
	width: 56px;
    height: 42px;
    border-radius: 3px;
}
.solveway .solveway-item-right {
	text-align:left;
	width:214px;
	float:right;
	padding-top:6px;
	padding-right:15px;
}
.solveway .solveway-item-title {
	color:#1a1a1a;
	font-size:17px;
}
.solveway .solveway-item-title span {
	display:inline-block;
	vertical-align:middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.solveway .solveway-item-tips {
	color:#808080;
	font-size:12px;
	line-height:1.5;
	padding-top: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}
.solveway .solveway-item-left.imgblock img{
	width: 56px;
	height: 56px;
}
.solveway .solvewayDetail {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.solveway-new-mark {
	padding:2px 2px 1px 6px;
	color:#f50000;
	font-size:12px;
	display:inline-block;
}
/*解决方案list end*/
/*底部banner start*/
.solution-banner {
	margin:0 auto;
	width:100%;
	height:268px;
	font-size:0;
	overflow:hidden;
}
.solution-banner img {
	width:100%;
}
/*底部banner end*/