body
{
	margin:0px;
}
.main
{
	width:80%;
	height:25px;
	background:#fff;
	margin: auto;
}
.main .top_title
{
	margin: auto;
    width: 78.8%;
    clear: both;
	background:#000;
	color:#fff;
	opacity:0.7;
    overflow: hidden;
	line-height:25px;
	font-size:15px;
	text-align: center;
}
.main .top_title span
{
	color:#fff;
	font-size:15px;
	line-height:25px;
}
.main .top_title .go
{
	margin-left:20%;
}
.banner
{
	margin:0 auto;
	width:100%;
	height:auto;
	position:relative;
}
.banner .banner_one
{
	height:auto; 
	width:100%;	
}
.banner .m_pic
{
	display:none;
}
.banner .apply{
	
	display:inline-block;
	width:15%;
	height:100px;
	position: absolute;
    top: 88.4%;
    
    /* bottom: -63%; */
    left: 42%;
}
.banner .apply img{
	width:100%;
	height:auto;
}

@media (max-width:768px){
body
{
	margin:0px;
}
.main
{
	width:100%;
	height:20px;
	background:#fff;
	margin: auto;
}
.main .top_title
{
	margin: auto;
    width: 100%;
    clear: both;
	background:#000;
	color:#fff;
	opacity:0.7;
    overflow: hidden;
	line-height:20px;
	font-size:10px;
	text-align:center;
}
.main .top_title span
{
	color:#fff;
	font-size:10px;
	line-height:20px;
}
.main .top_title .go
{
	
}
.main .top_title .number
{
	margin-left:0%;
}
.banner
{
	width:100%;
	height:auto;
	position:relative;
}
.banner .pic
{
display:none;
}
.banner .m_pic {
    display:block;
}
.banner .m_banner{
	display:block;
	max-width:100%;
	height:auto;
}
.banner .apply{
	
	display:inline-block;
	width:60%;
	height:auto;
	position: absolute;
    top: 93.4%;
    
    /* bottom: -63%; */
    left: 36%;
}
.banner .apply img{
	max-width:50%;
	height:auto;
}

}


