﻿

#adWrap{
	overflow: hidden;
}
.i_top {
    position: relative;
    margin-top:0px;
}
.i_top ul{
	overflow: hidden;
	width: 400%;
}
.i_top li{
	float: left;
	width: 25%;
	position:relative;
}
.i_top img{
	display: block;
	width: 100%;
}

.ad_btn_wrap{
	position: absolute;
	top: 90%;
	width: 100%;
}
.ad_btn_wrap a{
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background:rgba(255, 255, 255, 0.8);
}
.ad_btn_wrap a:nth-child(1){
	background: #ff7b23;
	margin-left: 45%;
}
#out {
    overflow: hidden;
    width: 100%;
}

#in {
    overflow: hidden;
}

    #in img {
        display: block;
        width: 100%;
        float: left;
    }
    
.article{

	margin-top: 0px;
	width: 100%;
	height: auto;
}













