@charset "utf-8";
@media (max-width: 768px) {
	/* menu */
	.navbar-toggle {
	    top: 0px;
	    margin-bottom: 0;
	}
	.navbar-brand > img {
	   position: relative;
	   top: -8px;
	}
	/* menu end */
	/* banner */
	.banner{
		height: 147px;
		background: url('../img/news/banner-xs.jpg') center center no-repeat;
	}
	/* banner end */
	/* main */
	.main-header a{
		font: 20px/30px 微软雅黑;
		padding: 0 20px;
	}
	.main-header{
		border-bottom: 3px solid #bdbdbd;
		margin-bottom: 16px;
	}
	.download{
		height: 330px;
		font-family: 微软雅黑;
	}
	.download>div h3{
		font: 16px/30px 微软雅黑;
		margin-bottom: 10px;
	}
	.download>div img{
		width: 200px;
	}
	.download>div .download-link{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.download-link .btn{
		font-size: 14px;
		padding: 3px 25px;
	}
	.question h3,.question p{
		padding-left: 12px;
	}
	.question h3{
		font: 18px/26px 微软雅黑;
		line-height: 30px;
	}
	.question p{
		font-size: 14px;
		line-height: 18px;
		line-height: 32px;
	}
	.question p:nth-of-type(2n+1){
		margin-bottom: 6px;
	}
	/* main end */
}
/* 适配768px */
@media (max-width: 768px) and (min-width: 768px) {
	.navbar-brand img{
		position: relative;
		top: 12px;
	}
}
/* 适配768px end */