@charset "utf-8";
/* CSS Document */

@media (min-width: 1297px) {
  .container {
    width: 1280px;
  }
}


@media screen and (max-width: 1200px){
	.logo{
		width:55%;
	}
	
	.search{
		 width:45%;
	}

    #wrap > ul.sild > li{
		width: 4.5%;
	}
	
	#wrap > ul.sild > li.curr{
		 width:82%;
		}
       
       .nav ul li .nav_item{
                left: -25%;
                width: 150%;

       }
	
	
	.team-about{
		 margin-top:40px;
	}
	
	.team-about p{
		margin-top:15px;
	}
	
	.listtitle{
		margin:0 0 40px;
	}
	
	.list-img{
		margin-top: 20px;
    	margin-bottom: 20px;
	}
	
	.list-img ul li .list-text{
		padding:5% 0;
	}
	
	.list-img ul li.hr{
		 margin:25px 0 45px;
	}
	
	.teacher-item ul li{
		    width: 16%;
    margin: 10px 3% 10px 1%;
	}
.teacher-item ul li .pic {
    width: 144px;
    height: 144px;
}	
.new ul li .media-img{
		 height:125px;
	}
	
	.new ul li .media-heading{
	 margin: 15px 7% 10px;
	}
	.footer-conter ul li{
		 width: 33%;
	}
	
	
}

@media screen and (max-width: 992px){
	
	.logo {
       width: 65%;
	}
	
	.logo img {
    	padding-left:0px;
	}
	
	.logo img.logo2 {
    	padding-left: 15px;
	}
	
	.search {
    	width: 35%;
	}
	
	.search1{
		 width:90%
	}
	
	#search_kang{
		 width:170px;
	}
	ul.daohang li a{
		font-size: 15px;
	}

#wrap > ul.sild{
		 height:300px;
	}

#wrap > ul.sild > li{
		width: 6%;
               height:300px;
	}
	
	#wrap > ul.sild > li.curr{
		 width:76%;
		}
.nav ul li .nav_item{
    left: -50%;
    width: 200%;
}

	.article h2.title{
		 font-size:20px;
	}
	
	
	.column{
		 font-size:18px;
	}
	
	
	.location{
		height: 60px;
    line-height: 60px;
	font-size:14px;
	}
	
	.list ul{
		 padding:10px;
	}
	
	.list ul li a.list-a {
   		 margin: 15px 0;
	}
	
	.list ul li:first-child a.list-a {
   	 margin: 0 0 15px;
	}
	
	.list ul li a .media-heading{
		 font-size:16px;
	}
	
	.list ul li a .text-conter{
		 font-size:14px;
	}
	
	.list ul li a span.name, .list ul li a span.time, .list ul li a span.browse{
		 font-size:12px;
	}

	
	.about{
		 padding-top: 20px;
	}
	
	.about p {
    	font-size: 14px;
	}
	
	.article{
		padding-top:20px;
	}
	
	.article .content p{
		 font-size:14px;
	}
	
	.left-box ul li a{
		 font-size:14px;
	}
	
	.list-album ul li{
		 width:49%;
	}
	
	.list-img ul li{
		 width:100%;
		 margin-top:20px;
	}
	
	.listtitle{
		margin:0 0 20px;
	}

	.list-img ul li.hr{
		margin:25px 0 25px;
	}
	
	.list ul li a p{
		 font-size:14px;
		 width:79%;
	}
	
	.list ul li a span{
		font-size:14px;
		width:21%;
	}
	
	.teacher-item ul li{
		width: 18%;
    margin: 10px 2% 10px 0%;
	}

.teacher-item ul li .pic {
    width: 122px;
    height: 122px;
    margin: 0 auto;
}
	
	.teacher-item ul li .title-text{
		 font-size:14px;
	}
	
.new ul li .media-img{
		 height:90px;
	}
	
	.footer-conter ul li{
		 width:50%;
	}
	
}


@media screen and (max-width: 767px){
	.container{
		 padding:0 10px;
	}
	
	.logo {
    	width: 90%;
	}
	
	.navbar-toggle {
    		display: block;
	}
	
	.nav ul.daohang{
		 display:none;
		 background:url(../images/daohang.png);
    position:fixed;
	 top:0;
    width: 45%;
    right: 0;
    z-index: 9999;
	 height:100%;
	 overflow-y:scroll;
	 margin-top:0;
	}
	
	.nav ul.daohang li{
		 width:90%;
    background: none;
    line-height:normal;
	 height:auto;
    margin: 0 5% 10px;
    text-align: left;
	}
	
	.nav ul.daohang li:first-child{
		margin-left:5%;
		margin-top:10px;
	}
	
   .nav  ul.daohang li a{
	    color:#fff;
	   padding:0 10px;
	    height:auto;
		line-height:40px;
   }
   
   .nav ul.daohang li.active a{
		height:40px;
		color:#e1bc4d;
   }
   
   .nav ul.daohang li:hover{
		border-bottom:none;
   }
   
  .nav ul li:hover a{
	color:#e1bc4d;
  }
  
  .nav ul li .nav_item{
	   display:block;
	   position:inherit;
	   top:0;
	   left:0;
	    background:none;
		width:100%;
		color:#fff;
		margin-bottom:10px;
  }
  
   .nav ul li .nav_item li a{
	    background:none;
	   color:#fff;
   }
  
   .nav ul li:hover .nav_item li a{
		background:none;
	}
	
	.nav ul li.active .nav_item li a{
		 background:none;
		 color:#fff;
	}
	
	.nav ul li .nav_item li:hover a{
		background:none; 
		color:#e1bc4d;
	}
	
	.nav ul li:hover .nav_item {
 	background:none;
}
   
  
	.search{
		 width:100%;
	}
	
	.search1{
		 width:100%;
		 margin: 0px 0 20px auto;
	}
	
	#search_kang{
		 width:88%;
		
	}

#wrap > div.text{
		 height:35px;
		 line-height:35px;
	}
	
	#wrap > div.text >p{
		 font-size:14px;
	}
	
	#wrap > #next > img{
		 width:35px;
	}
	
	#wrap > #prev > img{
		 width:35px;
	}
/*	
	#wrap > div.bgs{
		 bottom:12px;
	}
	*/
	#wrap > div.bgs > ul > li{
		 width:10px;
		 height:10px;
		 border-radius:5px;
	}
	
	
	.list-album ul li {
    width: 32%;
}
	

	.left-box{
		display:none;
	}
	
	.list-img ul li{
		 width:50%;
	}
	
	.list-img ul li .list-text .imgtitle{
		 font-size:18px;
	}
	
	.list-img ul li .list-text{
		padding:6% 0;
	}

.new ul li .more-img {
    display: block;
    text-align: center;
    margin: 8px 0 12px;
}
	
	
	.footer {
    	padding: 10px 0 20px;
	}
	
	.footer-left{
		 text-align:center;
    	 margin-top: 5px;
	}
	
	.footer-conter {
		margin:10px 0; 
	}
	
	
	.footer-right ul li {
    	width: 30%;
    	margin-left: 5%;
		 text-align:center;
	}
	
	.footer-right ul li img{
		 width:auto;
	}
	
	
}


@media screen and (max-width: 740px){
.teacher-item ul li {
    width: 20%;
    margin: 10px 5% 10px 0%;
}

.new ul li .media-img {
    height: 80px;
}

.new ul li .media-heading {
    margin: 10px 7% 10px;
}

}

@media screen and (max-width: 680px){
	
	.list-img ul li{
		 width:100%;
	}
	
	.teacher-item ul li {
    width: 23%;
    margin: 10px 10% 10px 0%;
}


}


@media screen and (max-width: 640px){
	ul.daohang {
		 width:100%;
	}

	.about{
		min-height: 250px;
	}
	
	.title h3 {
		 font-size:20px;
	}
	
	.title .more{
		 font-size:14px;
	}

.new ul li{
		 width:49%;
		 margin-bottom:20px;
	}
	
	.new ul li .media-img{
		 height:120px;
	}
	
	.new ul li+li+li{
		margin-left:0;
	}
	
	.new ul li+li+li+li{
		margin-left:2%;
		}
	
	
	
}


@media screen and (max-width: 600px){

.teacher-item ul li {
    width: 40%;
    margin: 10px 5% 10px ;
}

}


@media screen and (max-width: 565px){
	.logo img {
   	 width: 45%;
	}
	
	.logo img.logo2 {
   	 width: 40%;
	}
	
#wrap > div.bgs{
		 display:none;
	}
	
	#wrap > ul.sild{
		 height:200px;
	}

#wrap > ul.sild > li{

		height:200px;
	}
	

	.navbar-toggle{
		 margin-top:35px;
	}
	
	.list-album ul li {
    width: 49%;
}
	
	.article h2.title{
		 font-size:18px;
	}
}



@media screen and (max-width: 520px){
	
	#search_kang {
    width: 80%;
	}
	
	.nav ul.daohang{
		 width:100%;
	}
#wrap > ul.sild{
		 height:180px;
	}
	
	#wrap > ul.sild > li{
		height:180px;
	}
}


@media screen and (max-width: 480px){
	.logo img{
		 width:145px;
	}
	
	.logo img.logo2 {
    width: 108px;
   }
	.navbar-toggle{
		margin-top: 28px;
	}
	
	
	.location{
		 display:none;
	}
	

   .list ul li a p{
		 font-size:14px;
		 width:75%;
	}
	
	.list ul li a span{
		font-size:14px;
		width:25%;
	}
	
	.list ul li a.list-a{
		height:110px;
	}
	
	.list ul li a .text-conter{
		  height:47px;
	}
	
	.list ul li a .pull-left{
		 padding-right:10px;
	}
	
	.list ul li a .pull-left img{
		 width:110px;
		 height:110px;
	}
	
	.list ul li a .text-xinxi{
		margin-top:5px;
	}

.new ul li .media-img{
		 height:90px;
	}
	
	
	.footer-left p{
		 font-size:14px;
	}
	
	.footer-conter p{
		 font-size:14px;
	}

}

@media screen and (max-width: 440px){
	.list ul li a.list-a{
		 height:85px;
	}
	.list ul li a .pull-left img {
    width: 85px;
    height: 85px;
}

.list ul li a .text-xinxi{
	 display:none;
	}
.teacher-item .teatitle{
	font-size:20px;
	margin-bottom: 10px;
}

.teacher-item{
	padding: 10px 20px 5px;
}
	.teacher-item ul li {
    width: 44%;
    margin: 10px 3% 10px
}

	
}

@media screen and (max-width: 400px){
	
	.list-img ul li .teacher-img{
		margin-right:15px;
	}

	.left-box{
		margin-top:0;
	}

	.content-box .container{
	    padding: 15px 12px 30px;
	}

	.list ul li a p{
		 font-size:14px;
		 width:70%;
	}
	
	.list ul li a span{
		font-size:14px;
		width:30%;
	}


.new ul li .media-img{
		 height:60px;
	}
	
	.pagebar{
		margin-bottom:0px;
	}
}



@media screen and (max-width: 380px){
	
	#search_kang{
		width: 78%;
	}
	
	.teacher-item .teatitle{
	font-size:18px;
	margin-bottom: 10px;
}

.teacher-item ul li .title-text {
    font-size: 12px;
}

.teacher-item ul li {
    width: 42%;
    margin: 10px 4% 10px;
}

}