.solution-banner {
	background-image: url(img/game_banner.jpg?v=2);
}
/*网站部署面临的问题*/
.web-issue-list {
	width: 100%;
}
.web-issue-list > li {
	float: left;
	width: 400px;
	border-left: 1px solid #ddd;
	padding-bottom: 40px;
}
.web-issue-list > li:first-child {
	border-left: none;
}
.web-issue-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0px 45px;
}
.web-issue-list li span {
	display: block;
	width: 100%;
	height: 165px;
}
.issue_type_01 {
	background: url("img/gissue_ico01.png") no-repeat center 40px;
}
.issue_type_02 {
	background: url("img/gissue_ico02.png") no-repeat center 40px;
}
.issue_type_03 {
	background: url("img/gissue_ico03.png") no-repeat center 40px;
}
.web-issue-list li p {
	margin: 20px 0px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.issue-introduce {
	margin: 0px 15px;
	font-size: 12px;
	color: #999;
}
.issue-introduce li {
	list-style: initial;
	line-height: 30px;
}
/*解决方案构架部署 开始*/
.solution-frame {
	height: 730px;
}
.frame-website {
	top: 25px;
	left: -5px;
	background:transparent url(img/game_frame.png);
	width: 888px;
	height: 676px;
}
/* 优势 */
.youshi-1 {
	background-image: url(img/game_icon_youshi_1.png);
}
.youshi-2 {
	background-image: url(img/game_icon_youshi_2.png);
}
.youshi-3 {
	background-image: url(img/game_icon_youshi_3.png);
}
.youshi-4 {
	background-image: url(img/game_icon_youshi_4.png);
}
/* 合作伙伴*/
.solution-partners {
	background: url(img/solution_partner_bg.jpg) no-repeat center;
}