/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
	header{
		padding: 0 !important;
		max-width: 1200px;
		margin: 0 auto !important;
	}
	header, .nav, .nav-text .col-md-2 > a, .logo-img{
		height: 80px;
		line-height: 80px;
	}
	header .img, header .logo-img{
	    width: 180px;
    }
    header .logo-icon-img{
    	display: none;
    }
    header .logo-img{
    	display: block;
    	background: url(../img/logo-white.png) no-repeat center center;
    }
    header .col-md-2{
    	display: inline-block;
    	text-align: center;
    	width: auto;
    	padding: 0 8px;
    	margin: 0 10px;
    }
    header .col-md-2:nth-last-of-type(1){
    	margin-right: 0;
    	padding-right: 0;
    }
    .nav-text{
    	display: block;
    	margin-top: 0px;
    	width: 68%;
    	float: right;
    	background-color: transparent;
    	box-shadow: none;
    }
    .nav-more{
    	display: none;
    }
    header .col-md-2{
    	border-bottom: 0;
    	height: 72px;
    	line-height: 72px;
    }
    .nav-down-img-block{
	    display: none;
	}
	.nav-down-img-white{
		display: block;
	}
	.nav-text .col-md-2 > a{
		color: #fff;
	}
	.head-down{
		padding: 10px 12px;
		top: 70px
	}
	.head-down-pc{
		width: 190px;
	}
	.nav-down-img{
		margin-top: 35px;
		margin-left: 6px;
	}
	.teacher-details p{
		line-height: 2em;
	}
	.teacher-details h4{
		padding-bottom: 12px;
	}
}
