		@media (max-width: 767px) {
			.nowap {
				display: none;
			}
			.navbar-brand {
				width: 100px;
			}
			.nav {
				margin-top: 0px;
			}
			.navbar-default .navbar-toggle {
				border-color: rgba(0, 0, 0, 0);
			}
			.navbar-default .navbar-toggle .icon-bar {
				background-color: #fff;
			}
			.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:rgba(0,0,0,0);
}
			.nav li>a {
				width: 100%;
				font-size: 16px;
				color: #fff;
				text-align: center;
				background-color: rgba(0, 0, 0, 0.8);
				border-bottom: 1px solid rgba(255, 255, 255, 0.1);
				padding: 0px;
				line-height: 45px;
			}
			.banner {
				height: auto;
			}
			.about_txt {
				text-align: center;
			}
			.about_txt a {
				margin: 20px auto;
			}
			.ind_prorow>div {
				margin-bottom: 15px;
			}
			.youshi {
				padding: 0px;
			}
			.youshi>div {
				border-left: 0px;
				padding-bottom: 10px;
				border-bottom: 1px solid #eee;
			}
			.texing>div {
				margin-bottom: 10px;
			}
			.wx {
				text-align: center;
			}
			.n_class li {
				width: 100%;
				border: 1px solid #ddd;
				margin-bottom: 5px;
			}
			.nban {
				height: 250px;
			}
			.dsj_ul li p {
				background-color: #0074C5;
				color: #fff;
				text-align: center;
				width: 90%;
				margin: 0px auto;
				line-height: 40px;
				font-size: 16px;
			}
		}
		
		@media (min-width: 768px) and (max-width: 991px) {
			.nowap {
				display: none;
			}
		}
		
		@media (min-width: 992px) and (max-width: 1025px) {
			.nowap {
				display: none;
			}
		}