@charset "utf-8";body{
	background:#fff;
	height:100%;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-size:12px; font-family:Tahoma,Verdana;
}
img {
	border: 0;
}
a,a:link,a:visited{
	color:#ffffff;
	text-decoration:none;
	outline:none;
}
a:hover{ 
	text-decoration:none;
}
.clear{ 
	clear:both;
}
#topNavWrapper {
	width: 100%;
	text-align: left;
	_position: relative;
	_top: 0px;
	float: left;
}
#topNav{
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	z-index: 100;
	overflow: visible;
	top: 0px; /* position fixed for IE6 */
	_position: absolute;
	_top: expression(documentElement.scrollTop + "px");
	background-color: #3a3b3d;
}
#topNav .logo{
	float: left;
	text-align: center;
	width: 100%;
	height: auto;
	line-height: 20px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}
.main{
	_margin: 0px auto 0px auto;
	*margin: 0px auto 0px auto; 		
	padding: 0px;
	border: 0px;	
	text-align: center;
	overflow: hidden;
	float: left;
	width: 100%;
}
.news-box{
	width: 52%;
	text-align: center;
	padding: 0px;
	border: 0px #ddd solid;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.pro-header{
	font-size: 12px;
	margin:0px auto 10px auto;
	width: 100%;
	font-weight: 100;
	word-spacing: 5px;
	text-align: right;
	line-height: 26px;
	color: #555;
	display: inline-block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;

	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
}
.agenttit h2{
	font-size: 24px;
	line-height: 40px;
	border-bottom: #ccc 1px solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif,'宋体';
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.search-keyword{
	width: 250px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	overflow: hidden;
	padding-left: 10px;
	margin-top: 5px;
	border: 1px solid #CCC;
	color: #666;
	margin-bottom: 5px;
	vertical-align:middle;
}
.yzm{
	width:80px;	
}
.line{
	display:inline;
}
.code{
	height:35px;
	vertical-align:middle;
}
.btn{
	right:-1px;
	background-color: #4CAF50;
    border: none;
    color: #FFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.search-btn{
	height: 35px;
	width: 87px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.showinfo {
	padding-top:25px;
	line-height: 20px;
	color: #6d6d6d;
	display:block; 
	text-align:left;
}
.showinfo a {
	line-height: 20px;
	color: #6d6d6d;
	text-decoration: underline;
}
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	z-index: 9999;
	padding-top:25px;
	background-color: #3a3b3d;
	color:#FFFFFF;
	border: 0;
	text-shadow: none;
	text-align:center;
}
.footer p{
	line-height:20px;
}
@media screen and (max-width: 800px) {
	.news-box{
		width: 90%;
		color: #333;
		text-align: center;
		padding: 0px;
		border: 0px #ddd solid;
		margin-top: 16%;
		margin-right: auto;
		margin-bottom: 16%;
		margin-left: auto;
	}
	.apply-box{
		width: 100%;
		text-align: center;
		padding: 0px;
		border: 0px #ddd solid;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	#topNav .logo img{		
		max-width: 100%;
		height: auto;		
	}
}