body{
	margin:0px;
	font-size:12px;
	background:url(../images/banner.png) no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
    -moz-background-size:100% 100%;
    background-size:100% 100%;
	width:100%;
	height:100%;
	font-family:"微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", "tahoma", "arial", "宋体";
	overflow:hidden;
}
a,a:hover{
	color:#4997D9;
	text-decoration:none;
}
.main{
	background:url(../images/banner.png) no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
    -moz-background-size:100% 100%;
    background-size:100% 100%;
	width:100%;
	height:100%;
	position:fixed;
	bottom:0;
	left:0;
}
.main .head{
	width:100%;
	height:30%;
	position:absolute;
	top:70%;
	left:0;
	background:#fff;
}
.main .body{
	width:90%;
	color:#fff;
	line-height:30px;
	margin:80px auto;
	
}
.main .foot{
	position:absolute;
	top:100%;
	width:98%;
	left:0;
	margin:-100px auto;
	line-height:18px;
	color:#4997D9;
	text-align:center;
}
.head .logo{
	background:url(../images/logo.png) no-repeat;
    width:210px;
	height:70px;
	margin:10px auto;
}
.head .nav{
	text-align:center;
}

.head .nav a{
	margin:10px 40px;
	cursor:pointer;
	font-size:16px;
}
.body h1{
	text-align:center;
}
.body h1 .fa{
	font-size:1.2em;
}
.body h1 a{
	color:#fff;
	margin:0;
	margin-right:20px;
}
.body .item{
	display:none;
	width:70%;
	margin:10px auto;
	font-size:14px;
}

.products{
	margin-top:20px;
}
.products .product{
	margin:10px 0;
	height:100px;
}
.products .icon{
	float:left;
	width:80px;
	height:80px;
	background:url(../images/products/mlogo.png) no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/products/mlogo.png',sizingMethod='scale');
    -moz-background-size:100% 100%;
    background-size:100% 100%;
	border-radius:5px;
}
.products .desc{
	margin:0 100px;
}
.products .product .mwei{
	background-image:url(../images/products/mwei.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/products/mwei.png',sizingMethod='scale');
	background-color:#fff;
}
.image-list div{
	float:left;
	width:200px;
	height:200px;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
	border-radius:5px;
	border:1px solid #000;
	padding:5px;
	margin:10px;
}
.image-list .weixin{
	background-image:url(../images/weixin.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/weixin.png',sizingMethod='scale');
	
}
.image-list .qq{
	background-image:url(../images/qq.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/qq.png',sizingMethod='scale');
}