.banner_q{
	width: auto;
	height: auto;
	overflow: hidden;
}
.banner_q .tempwrap{
    position: relative;
	width: 1920px;
	height: auto;
	left: 50%;
	margin-left: -960px;
}
.banner_q .tempwrap img{
	width: 1920px;
	height: 460px;
}
.content{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.container{
	width: 900px;
	height: auto;

    font-size: 18px;
	margin: 0 auto;
}
.title{
	width: 900px;
	height: 160px;
	margin: 0 auto;
	border-bottom: 1px dashed #000; ;
    
}

.title ul li{
	float: left;
}
.title h1{
	color: #777;
}
.title h2{
	    text-align: center;
    font-size: 30px;
    padding-top: 50px;
	
}
.title h3{
	padding-top: 20px;
	text-align: center;
	color: #777;
}
.container p{
	color: #777;
    margin-bottom: 15px;
    margin-top: 15px;
    text-indent: 2em;
}
.container img{
	display: block;
	margin: 0 auto;
	max-width: 900px;
}
.news{
	border-top: 1px solid #eee;
    padding-top: 15px;
    overflow: hidden;
    color: #999;
    width: 900px;
    margin: 0 auto;
    height: 150px;
}
.news .news_w{
	    float: left;
}
.news .news_w a{
	color: #999;
}
.news .news_e{
	    float: right;
    text-align: right;
}
.news .news_e a{
	color: #999;
}
