html{
	overflow:hidden;
}
body {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	height: auto !important;
}

#bgTitle {
	min-height: 54.6vw;
	text-align: center;
	color: #fff;
	padding-top: 4%;
	background: url("/jeesite/static/images/solution/sbanner.jpg") no-repeat 
		center center;
	background-size: 100% 100%;
}

.weui-tab-nav .weui-nav-mgreen {
	height: 30px;
	line-height: 30px;
	font-size: 1em;
}

a,a:hover {
	text-decoration: none !important;
}

.case {
	margin: 0 3%;
}

.modular {
	text-align: center;
}

.liTile {
	padding-top: 11.5em;
	font-size: 1em;
	font-weight: bold;
	line-height: 0.7em;
}

.liCont {
		font-size: 0.8em;
}

a:focus {
	outline: none;
	-moz-outline: none;
}
.weui-feeds1{
	display: none !important;
}
.weui-feeds2 {
	overflow: hidden;
	width: 100%;
}

.weui-feeds2>ul {
	margin: 15px -1px;
	overflow: hidden;
}

.weui-feeds2>ul>li {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 6px;
	position: relative;
		width: 100%;
	margin-bottom: 20px;
}

.weui-feeds2>ul>li>span {
	background-color: #fff;
	background-position: center center;
	background-size: 100% 100%;
	padding: 0 0.5em;
	display: block;
	width: 100%;
	height: 16.5em;
}

.title1{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	margin-top:1em;
}
.line1{
	width:2em;
	border-bottom:2px solid #003399;
	margin:0.3em auto 1.3em auto;
}
 