﻿body, html {
    font-family: 'Microsoft Yahei',Verdana, Arial, Helvetica, 'Simsun', sans-serif;
    margin: 0;
    background: #fff;
}
#container {
    background-color: #f7f7f7;
    font-size: 0;
	text-align:center;
}
.customHeader_iframe {
    min-width: 1190px;
}
.customHeader_iframe {
    border: none;
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.customFooter_iframe {
    min-width: 1190px;
}
.customFooter_iframe {
    border: none;
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.banner{
	width:100%;
	height:500px;
	text-align:center;
	overflow:hidden;
	background-image: url(banners.png);
    background-repeat: no-repeat;
    background-position: center -40px;
    font-size: 0;
}
.bannerText{
	width:600px;
	margin-left:50%;
	height:100%;
	position: relative;
}
.bannerText h1{
	position: absolute;
	top:60px;
	font-size:52px;
	color:#fff;
	text-shadow: 2px 2px 5px #555; 
}

.content{
	width:1400px;
	margin:-100px auto 20px auto;
	background:#fff;
	box-shadow:0 0 10px #555; 
	text-align:center;
	position:relative;
}
.contentBG {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(bg.png) no-repeat right bottom;
    background-size: 35%;
}
.content .box{
	background-color:#eee;
	width:300px;
	border-radius: 7px;
	box-shadow: 0 0 3px #999 inset; 
	margin:40px 20px;
	display:inline-block;
	padding:8px;
	position:relative;
}
.content .box div{
	background-color:#cbb486;
	position:relative;
	height:200px;
	border-radius: 4px;
	box-shadow: 0 0 3px #333 ; 
}
.content img{
	height:70px;
	margin-top:40px;
}
.content .box span{
	font-size:14px;
	color:#fff;
	left:0;
	width:100%;
	position:absolute;
	bottom:20px;
	text-shadow: 0 0 5px #555; 
}
.content .box b{
	font-size:18px;
}
.bannerText span{
	position:absolute;
	font-size:24px;
	color:white;
}