*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}
.top_active{
	position: fixed;
	z-index: 999;
	top:0px;
}
/*头部*/
.header{
	width: 100%;
	color: white;
	z-index: 100;
	position: relative;
    background: url(../images/nav-bg.png);
}

.header-logo{
	    background: #003466 url(../images/nav-bg.png) no-repeat;
    background-size: cover;
    padding: 20px 0 20px 0;
}
.header-logo img{
	width: 100%;
}

/*搜索*/
.serch{
	padding-top: 30px;
}
/*轮播*/
.top-nav{
	 
	top: 0;
	width: 100%;
}


/*动画*/
.animate,.animate1,.animate2{
	position: absolute;
	background: rgba(255,255,255,0.7);
	padding: 15px;
}
.animate{
	top: 9%;
	animation:a1 2s;
		-webkit-animation-fill-mode:forwards;
}
.animate1{
	top: 50%;
	left: 40%;
	opacity: 0;
	animation: a2 3s linear 1s;
	-webkit-animation-fill-mode:forwards;


}
.animate2{
	top: 90%;
	-webkit-animation: a3 2s ; 
	-webkit-animation-fill-mode:forwards;

}

@keyframes a1{
	from{right: 135%;}
	to{right: 0;}
}
@keyframes a2{
	from{opacity: 0;}
	to{opacity: 1;
		}
}
@keyframes a3{
	from{left: 150%;}
	to{left: 0;}
}
/*内容*/

.content{
	background: #f1f5f8;
	padding: 10px 0;

}
.tab,.news{
	margin-top: 20px;
}
.content .top-video{
	display: none;
	width: 100%;
	position: static;
	}

/*通用头部*/
.head-top .head-ti{
	border-bottom: 4px solid rgba(74, 138, 235, 1);
	padding: 9px;
	font-size: 17px;
	width: 89px;
	font-weight: bold;
}
.head-top{
	border-bottom: 2px solid #dee2e5;
}
.tab >ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #999a9b !important;
	
}
.tab> ul .active a{
	
	background: none !important;
	border: none !important;
	border-bottom: 4px solid #cb4c4c !important;

		color: black !important;
}
.n-more{
	display: block;
	float: right;

}
.n-morea{
	margin-top: -30px;
}
.n-more a{
	color: #6e6e6e;
}
.n-more a:hover{
	color:#a40000;
}
.tab-list ul li h4{
	color: #434343;
	font-size: 16px;
}
.tab-list ul li h5{
	color: #989898;
	display: block;
	height: 30px;
	font-size: 14px;
}
.tab-list ul li{

	padding: 5px 10px;
}
.tab-list ul li:hover h4{
	color: #cb4c4c;
}
#notice{
	padding-top: 0px;
}
#notice ul li{
	margin-top: 11px !important;
}
#notice ul li h4{
	display: block;
	color: #434343;
	font-size: 15px;
	padding:2px 0 2px 10px;
}
#notice ul li a h4:hover{
	color: #cb4c4c;
}

/*图标*/
.icon-img{
	float: left;
	width:89px;
}
.icon-img img{
	width: 100%;

}

/*新闻*/
.news-img{
	padding-left: 0 !important;
	margin-top: 10px;
	max-height: 175px;
	overflow: hidden;

}
.news-img img{
	width: 100%;
}
.title{
padding-top: 10px;
padding: 5px !important;
}
.title ul li a{
	color: #393939;	
	display: block;
	padding: 5px;
	font-size: 15px;
}

.new-title{
	width: 78%;
	float: right;

}
.title ul li a:hover .new-title{
color: #cb4c4c;}
.container{
	padding-left: 8px !important;
	padding-right: 8px !important;
}
/*第二bufen*/
.content-two{
	    width: 100%;
    /* background: #e7e7e7; */
    margin: -10px 0;
    margin-top: 70px;
    padding-top: 2px;
}
.content-two .head-top{
	margin-top: -70px;
	margin-bottom: 10px;
}
/*底部lunbo*/
.showimg{
	padding: 0 !important;
	margin-top: 35px;
}
.showimg .slideItem .lin3-img{
width: 50%;
height: 136px;
overflow: hidden;
	float: left;
}
/*视屏播放*/
.video{
	padding: 0 !important;
	margin-top: -20px;
	background: url(../images/03.jpg) no-repeat;
	background-size: cover;
	min-height: 240px;
}
.video video{
	margin-top: 40px;
}
/*视频*/
.video{
	position: relative;
}
.play-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 45%;
	left: 45%;
	cursor: pointer;
}
.play-btn img{
	width:100%
}
.video video{
	margin-top: 20px;
}

/*文字溢出处理*/
.video-title>div h5,.tab-list ul li h4,#notice ul li h4,.new-title{
	overflow: hidden;
	text-overflow: ellipsis;
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis; 
	white-space: nowrap;
}
/*多行溢出处理*/
/*2行*/
.tab-list ul li h5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 ;
	-moz-line-clamp: 2;
	overflow: hidden;
}
/*内容页面*/
.con-content{
	background: #ededed;
	padding-bottom: 20px;
	padding-top: 60px;
}

@media only screen and (max-width: 600px) {

	#lun2 p {
		display: none;
	}
	.left-nav{
		margin-top: 55px;
	}
	.showimg .slideItem .lin3-img{

		padding-top: 0px;
	}
	.one-img{
	margin-top: 0px;
}
	.con-content{
	margin-top: -60px;
	background: none;
	}
}


/*屏幕小于768px*/
@media only screen and (max-width: 768px){
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}
@media (max-width: 991px) {
	#lun1 .top-video{
		display: none;
	}
	.content .top-video{
		display: block;
	}
	.animate,.animate1,.animate2{
		display: none;
	}
}

.carousel-caption{
	background: rgba(0,0,0,.5);
	left: 0;
	right: 0;
	padding: 5px;
	bottom: 0;
	
}


/*风采展示*/
#demo{width:100%; overflow:hidden; margin:0px auto;
	margin:20px 0 ;
}
#demo a{
	color: #9a9797;
	text-decoration: none;
}
#demo td{
	padding: 10px;
	background-color: white;
}

#demo a:hover{
	color: #007dd0;
}

/*师资队伍*/
/*教师风采*/
.jiaoshi{
	
}
.js-ti{
	color: #505050;
	padding: 5px;
}
.js-ti h5{
	margin: 0 !important;
	font-size: 17px;
	font-weight: bold;
}
.jiaoshi a{
	display: block;
	margin-top: 10px;
	box-shadow: 2px 2px 5px #6A6A6A;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden
}

.jiaoshi-img {
	max-height: 100px;
	overflow: hidden;
}
.jiaoshi-img img{
	width: 100%;
	
}
.jiaoshi a:hover .js-ti{
	background: #0098ed;
	color: white;
}


/*文字溢出处理*/
.news-title,.news-r-title{
	overflow: hidden;
	text-overflow: ellipsis;
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis; 
	white-space: nowrap;
}
/*多行溢出处理*/
/*2行*/
.news-abs,.news-r-abs,.notice-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
	
}
/*五行*/
.notice-abs{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	overflow: hidden;
}
/*屏幕小于768px*/
@media only screen and (max-width: 770px){

	.content-txt{
		margin-top: 10px !important;
		min-height: none ;
	}
	.notice .more{
		margin-top: -130px;
	}
	.fast-div{
		display: none;
	}
	
}
/*屏幕小于500px*/
@media only screen and (max-width: 500px) {
	.header-logo{
		display: none;
	}
	.slide{
		margin-top: 50px;
	}
	.jiaoshi-img{
	min-height: 100px;
	overflow: hidden;
}
}
@media only screen and (max-width:991px ) {
	.news-right{
		margin-top: 10px;
	}
	.header{
		margin-top: 50px;
	}
}
@media only screen and (max-width:768px ) and (min-width:500px) {
	.news-r-txt{
		width: 80%;
	}

}
/*footer*/
footer{
	width: 100%;
	background: rgba(74, 138, 235, 1);
	color: white;
	text-align: center;
	padding-top: 20px;
}
footer div{
	margin-top: 20px;
}
footer .about{
	width: 100%;

	
}
footer .about a{
	color: white;
}
footer .about a:hover{
	color: red;
}

.about h4{
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.about ul li{
	margin-top: 10px;
	border-bottom: 1px dashed  white;
	padding-bottom: 10px;
}
footer .youshuxian{
	padding-top: 40px;
	border-left: 1px solid white;
	padding-bottom: 40px;
}
footer a{
	color: red;
}
.foot{
	padding: 15px;
	background: #337ab7;

}


/*内容页面*/
.con-pan{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.content-txt{
	margin-top: 60px;
	text-align: center;
}
..content-top a{
	color: #003885;
}
.content-top{
	border-bottom: 1px solid #003885;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.con-title{
		font-weight: bold;
		text-align: center;
}
.content-atice p{

	letter-spacing: 2px;
	text-align: justify;

}
.content-atice img{

}

/*列表*/
.badg{
	float: right  !important; 
}
.list-group-item{
	border-left: none !important;
	border-right: none !important; 
	border-top: none !important;
	padding-bottom: 1px solid red !important;
	margin-top: 10px !important;
	overflow: hidden;
}

.con-list a{
	color: black;
	font-size: 16px !important;
	text-align: left;
}
.con-list a:hover ,.list-group-item:hover .badg{
	color: white;
}
.list-group-item:hover{
	background: #0099cc;
}


/*左侧导航*/
.left-nav{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.panel-heading{
	background: #006699 !important;
	color: white !important;
}
.left-nav header{
	background: #006699;
	color: white !important;

}
.f-box{
	padding: 10px;
	text-align: center;
}
.f-box img{
	width: 30%;
}
.fast-title{
	color: #4a4a51;
	margin-top: 10px;
}
.title-top{
	font-size: 19px;
	font-weight: bold;
	color: #4a4a52;
	padding-bottom: 8px;
}
.left-nav header h3{
	font-size: 20px !important;
		padding: 10px;
}
.left-nav li a{
	display: block;
	text-align: left !important;
	padding: 10px;
	color: #4c4c4c ;
}
.panel-title a{
	color: white !important;
	text-align: left !important;  
	display: block;
}

.left-nav .active{
	background: #0099cc !important;
	color: white !important;
}
.jia{
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}


/*轮播点*/
.newsList{
	top:-10px !important;
	left: -25px !important;
	text-align: left !important;
		height: 5px !important;
}
.newsList ul li{
	width: 111px !important;
	height: 5px !important;
	margin-left: -6px !important;
}
