ul,
li {
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 768px), only screen and (min-device-width:768px) {
	.sbanner {
		width: 100%;
		min-width: 1200px;
		height: 750px;
		background: url(../img/solution/solutionbanner.png) no-repeat;
		background-position: center;
	}
	.sbanner img{
		padding-top: 170px;
	}
	.scontect {
		width: 1200px;
		margin: 0 auto;
		color: #333;
	}
	.line2 {
	    border-bottom: solid 3px #ccc;
	    width: 1400px;
	    position: relative;
	    left: -100px;
	    top: -3px;
	    z-index: 1;
	}
	.stitle {
		display: block;
		float: left;
		position: relative;
		width: 135px;
		left: -20px;
		padding: 30px 20px 20px;
		margin: 0;
		font-size: 22px;
		border-bottom: solid 3px #999;
		z-index: 2;
	}
	.solutiontab {
	    width: 81%;
	    height: 118px;
	    list-style: none;
	    padding: 0;
	    margin: 0 auto;
	}
	.solutiontab li {
		cursor: pointer;
		width: 14%;
		float: left;
		text-align: center;
		line-height: 50px;
		font-size: 22px;
		margin: 35px 3% 0;
	}
	.solublock {
	    width: 49%;
	    background: #fff;
	    height: 545px;
	    margin-bottom: 20px;
	}
	.solublock .pic img {
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-ms-transition: all 0.8s;
		width: 100%;
		height: 400px;
	}
}
@media only screen and (max-width: 768px), only screen and (max-device-width:768px) {
	.sbanner {
		width: 100%;
		background: url(../img/solution/solutionbanner.png) no-repeat;
		background-position: center;
		background-size:cover ;
		padding-top:75px;
	}
	.scontect{
		margin-bottom: 40px;
	}
	.sbanner img{
		width: 80%;
		padding: 10px 0 80px;
	}
	.line2 {
	    border-bottom: solid 3px #ccc;
	    width: 100%;
	    position: relative;
	    top: -18px;
	    z-index: 1;
	}
	.stitle {
		display: block;
		float: left;
		position: relative;
		width: 135px;
		left: -10px;
		padding: 20px 20px 20px;
		margin: 0;
		font-size:18px;
		border-bottom: solid 3px #999;
		z-index: 2;
	}
	.solutiontab {
	    width: 100%;
	    list-style: none;
	    padding: 0;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.solutiontab li {
		cursor: pointer;
		/*width: 20%;*/
		float: left;
		text-align: center;
		font-size: 15px;
		margin: 10px 0 10px;
		padding-bottom: 5px;
		margin-left:6%;
	}
	.solublock {
	    width: 100%;
	    background: #fff;
	    margin-bottom: 20px;
	}
	.solublock .pic img{
		width: 90%;
		display: block;
		margin: 0 auto;
		height: auto;
	}
}

#bannerimg {
	min-width: 1200px;
	width: 100%;
	display: block;
	position: relative;
}

.scontect a {
	text-decoration: none;
	color: #333;
}

#solu2,
#solu3,
#solu4,
#solu5{
	display: none;
}

.soluseleted a {
	color: #074d9c;
}

.soluseleted {
	border-bottom: 2px solid #074d9c;
}

.logissolu .solublock{
	height: auto;
}
.solublock .pic {
	width: 100%;
	overflow: hidden;
}

.solublock .pic img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.solublock img {
	width: 100%;
}

.solublock p {
	margin-left: 20px;
}

.solublktitle {
	font-size: 18px;
	font-weight: bold;
}

.solublkcon {
	font-size: 14px;
	line-height: 28px;
}

.financesolu,
.supplysolu,
.tradesolu,
.aisolu {
	display: none;
}

.lefttab {
	float: left;
	display: block;
	width: 250px;
	background: white;
	border: solid 1px #ccc;
	margin-top: 30px;
}

.lefttab li {
	list-style-type: none;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	;
}

.lefttab li a {
	font-size: 16px;
	line-height: 60px;
	color: #333;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.lefttab li a img {
	padding-right: 20px;
}

.lefttab .ink {
	display: block;
	position: absolute;
	background: rgba(0, 89, 167, 0.5);
	border-radius: 100%;
	transform: scale(0);
}

.lefttab .ink.animate {
	animation: ripple 0.65s linear;
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.lefttab .detailseleted a {
	color: #0059A7;
}

.rightcon {
	float: left;
	width: 900px;
	margin: 30px 0 0 30px;
}

.rightcondetail {
	display: none;
}

.rightcon h1 {
	margin: 0;
	padding: 20px 40px;
}