/*头部banner样式*/
.solution-banner {
	background-image: url(img/mobile_banner.jpg?v=2);
}
/*网站部署面临的问题*/
.problem-block {
	background: #f5f9fc;
}
.pro-list {
	width: 100%;
}
.pro-list li {
	display: list-item;
	float: left;
	padding: 50px 35px 0 215px;
	width: 590px;
	height: 235px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 30px 60px;
}
.pro-list li:hover {
	box-shadow: 1px 1px 15px rgba(223, 223, 223, 0.65);
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.pro-list .pro-bg1 {
	background-image: url(img/mobile_icon_prob_1.png);
}
.pro-list .pro-bg2 {
	background-image: url(img/mobile_icon_prob_2.png);
}
.pro-list .pro-bg3 {
	background-image: url(img/mobile_icon_prob_3.png);
}
.pro-list .pro-bg4 {
	background-image: url(img/mobile_icon_prob_4.png);
}
.pro-title {
	display: block;
	font-size: 18px;
	color: #333;
}
.pro-info {
	margin-top: 20px;
	line-height: 25px;
	font-size: 12px;
	color: #999;
	text-align: justify;
}
/*解决方案构架部署 开始*/
.frame-block {
	padding-bottom: 0;
	background-color:#fff;
}
.solution-frame {
	height: 660px;
}
.frame-area {
	background: #fcfcfc;
}
.frame-website {
	top: 85px;
	left: 98px;
	background: url(img/mobile_frame.png);
	width: 695px;
	height: 473px;
}
.frame-detail-title {
	background: #f5f5f5;
}
.performance-list li {
	padding: 20px 0 20px 20px;
	background-position: 2px 22px;
}
/* 优势 */
.youshi-1 {
	background-image: url(img/mobile_icon_youshi_1.png);
}
.youshi-2 {
	background-image: url(img/mobile_icon_youshi_2.png);
}
.youshi-3 {
	background-image: url(img/mobile_icon_youshi_3.png);
}
.youshi-4 {
	background-image: url(img/mobile_icon_youshi_4.png);
}
/* 合作伙伴*/
.solution-partners {
	background: url(img/mobile_partner_bg.jpg) no-repeat center;
}