*{
	padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
img{
	border: 0;
}
ul li{
	list-style: none;
}
.header{
	width: 100%;
	height: 25px;
	background-color: black;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}
.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}
.floatingAd a img {
    border: 0;
}
.floatingAd .close {
    display: none;
}
.floatingAd .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    color: #fff;
    line-height: 25px;
    font-family: microsoft yahei;
    text-align: center;
}
.floatingAd .text .button {
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    background: url("/web/images/index/flowclose.png") no-repeat;
    cursor: pointer;
}
