/*logo图片宽度100%**/
.img-responsive {
	width: 100%;
}
/**顶部导航***/
.navbar {
	margin-bottom: 0px;
}
/**主容器距顶部的距离*/
.container {
	padding-top: 143px;
}
/**标题和输入框的左右间距**/
.col-md-2,.col-md-10 {
	padding-left: 0px;
	padding-right: 0px;
}
/***input框的行间距**/
.form-group {
	margin-bottom: 15px;
	margin-top: 20px;
	width: 98%;
}

.panel {
	margin-top: 5px;
}

.stepflex {
	border-top: 0px solid #ccc;
}

.w {
	width: 990px;
	margin: 0 auto;
}
/**
底部
*/
.footer {
	width: 990px;
	margin: 0 auto;
	margin-top: 20px;
}
#footer-2013 {
	padding-top: 5px;
	text-align: center;
}

#footer-2013 .links a,#footer-2013 .links span {
	margin: 0 10px;
}

#footer-2013 .copyright {
	margin: 10px 0;
}
.inline {
  display: inline-block;
  width: 60%;
}
/**未访问***/
a:link {
	text-decoration:none;
	font-size: 14px;
}  
/**访问***/
a:active:{
	text-decoration:none; 
}   
/**已访问***/
a:visited {
    text-decoration:none;
}  
/**鼠标移近***/
a:hover {
    text-decoration:none;
}