
* {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}
img{
	margin: 0;
	padding: 0;

}
.main{
	background: url(../images/bodyBg.png) left 110px;
}

.box-shadow{
	box-shadow: 0 0 5px #777!important;
}
/*小鸟*/
/*.bird1{
	display: inline-block;
	width: 210px;
	height: 150px;
	position: absolute;
	top: 60px;
	right: 145px;
}*/

/* ==========================================================================
banner
 ============================================================================ */
.lunbo{
	width: 100%;
	height: 400px;
	overflow: hidden;
	max-width: 1920px;
	
}
.TB-focus {  
    height:400px;   
    width: 100%;  
    overflow: hidden;
} 
.TB-focus .bd{
	width: 100%;
	
	height: 400px;
	overflow: hidden;    
}
.TB-focus .bd ul{
	position: relative;
    padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%!important;
	 height: 400px!important;
}
.TB-focus .bd ul li{
	position: absolute; 
	left: 0px;
	top: 0px; 
    overflow: hidden;
    width: 100%!important;
	 height: 400px!important;
}
.TB-focus .bd ul li a img{
	width: 100%; 
	height: 400px;
    overflow: hidden;
}
.banner{
	position: relative;
	width: 100%; 
	height: 400px;
    background: url(../images/banner.png) center no-repeat;
}
.banner-middle{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: -400px;
	cursor: pointer;
}
.logo{
	width: 410px;
	height: 70px;
	position: absolute;
	left: 10px;
	top: 40px;
}
.banner-word1{
	width: 605px;
	height: 75px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 99;
	opacity: 0;
}
.banner-word2{
	width: 350px;
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 99;
	opacity: 0;
}
/* ==========================================================================
   #nav
 ============================================================================ */
.nav-wrap{
	width: 100%;
	height: 50px;
	background-color: #033399;
	position: relative;
	z-index: 9999;
}
.nav-bottom{
	width: 100%;
	height: 6px;
	background-color: #f2d11a;
}
.nav{
	 width: 1200px; 
	 height: 50px;
	 z-index: 99;
	 margin: 0 auto;
	 padding: 0;
	  }
.nav>li{ 
	float:left; 
	position:relative; 
	background: url(../images/nav-li-bg.png) right center no-repeat;
	}
.nav .bgr0{
	background: url(#);
	border-bottom: none;
}

.nav>li>a{
	height: 50px;
	line-height: 50px;
	font-size:16px;
	color:#ffffff; 
	position: relative;
    padding: 14px 28px;
    text-align: center;
	    }
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
   .nav>li>a{padding: 14px 28px;}
}*/
.nav>li>a:hover{
	 color: #FFF;
	 background-color: #03297a;
	 }
.deng_box{ 
	margin: 0;
	padding: 0;
	position:absolute; 
	top:50px;
	left: -30px;
	display:none; 
	z-index:999; 
	min-width: 180px; 
	/*background: rgba(3,51,153,.9);*/
	background-color: rgba(3,51,153,.9);
	*background-color: rgb(3,51,153); 
	background-color: rgb(3,51,153)\0; 
	}
.deng_box li{
	margin: 0;
	padding:0 20px;
}
.deng_box li a{
	font-size:16px; 
	color:#fff;
	display:block; 
	padding:8px 0;
	*padding: 8px 30px;
	transition: all 0.3s;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px dashed #7791c8;
	}
.deng_box li a:hover{ color: #ddbe26;}


/* ==========================================================================
 container
 ============================================================================ */
.tit{
	color:#011dac;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon01.png) 10px center no-repeat;
	border-bottom: 1px solid #999999;
	margin: 0;
	padding-left: 50px;
	margin-bottom: 15px;
	text-shadow: 0 3px 3px #cbd3ff;
	/*box-shadow: 0 3px 1px #f3f3f3;*/
}
.more{
	display: inline-block;
	width: 35px;
	height: 10px;
	background: url(../images/more.png) center no-repeat;
	float: right;
	transition: all 0.5s;
	position: relative;
    top: 17px;
}
.more:hover{
	background: url(../images/more2.png) center no-repeat;
}


.container{
	width: 1180px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	box-shadow: 0 0 5px #cccccc;
	overflow: hidden;
	background:#fff
}
.left{
	width: 920px;
	margin-right: 30px;
}
/*专业介绍/课程负责人*/
.left-top{
	width: 940px;
	background:#dcecf9;
	padding:0
}
.left-top-1{
	width: 390px;
	height: 315px;
	overflow: hidden;
	margin-left:20px;
}
.left-top-2{
	width: 180px;
	height: 315px;
	overflow: hidden;
	margin-left:20px;
}
.left-top-3{
	width: 290px;
	height: 315px;
	overflow: hidden;
	margin-left:20px;
}
.left-top-2{
	margin-right: 0;
}
.img-wrap{
	padding:2px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.img-wrap img{
	overflow: hidden;
	border: 2px solid #adadad;
	transition: all 0.5s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius:53px;
	border-radius: 3px;
}
.left-top-2 .img-wrap img{
	border: 2px solid #6885c2;

}
.img-wrap img:hover{
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.img-wrap p{
	font-size: 12px;
	color: #777777;
	margin: 0;
	text-align: center;
}
.img-wrap p span{
	font-size: 14px;
	color: #555555;
}
.content{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	letter-spacing: -0.8px;
}
.left-top-2 .tit{
	background: url(../images/icon02.png) 10px center no-repeat;
	padding-left: 40px;
}
.left-top-3 .tit{
	background: url(../images/icon03.png) 10px center no-repeat;
	padding-left: 40px;
}

/*课程动态*/
.left-bottom{
	width: 920px;
	margin-top:10px
}
.left-bottom-1{
	width: 310px;
	margin-right: 30px;
}
.left-bottom-1 .tit{
	background: url(../images/icon03.png) 10px center no-repeat;
	padding-left: 40px;
	margin-bottom: 5px;
} 
.left-bottom-list{
	margin: 0;
	padding: 0 10px;
}
.left-bottom-list li{
	border-bottom: 1px dashed #c0caff;
	height: 32px;
	line-height: 32px;
}
.left-bottom-list a{
	display: inline-block;
	width: 210px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666666;
}
.left-bottom-list a:hover{
	color: #033399;
}
.left-bottom-list span{
	font-size: 12px;
	color: #888888;
	float: right;
}
/*风采剪影*/
.left-bottom-2{
	width: 920px;
}
.left-bottom-2 .tit{
	background: url(../images/icon04.png) 10px center no-repeat;
	padding-left: 45px;
}

.picMarquee-left{
	width:920px; 
	overflow:hidden;
	position:relative;
    clear: both;
    padding: 0;
    }
.picMarquee-left .tempWrap{
	width: 920px!important;
}
.picMarquee-left .bd ul{
	 overflow:hidden;
	  zoom:1; 
	  height: 170px;
	 }
.picMarquee-left .bd ul li{
	margin: 0 7px;
	float:left;
	_display:inline; 
	text-align:center;
	position:relative;
	overflow: hidden;
	width: 215px;
	height:170px;
    }
.picMarquee-left .bd ul li span{
	font-size: 15px;
	color: #555555;
}
.picMarquee-left .bd ul li .pic-img-wrap{
	width:215px;
	height: 170px;
	overflow: hidden;
}
.picMarquee-left .bd ul li img{ 
	width:215px;
	height:170px; 
	transition: all 0.5s; 
	/*overflow: hidden;*/
	box-shadow: 0 3px 3px #CCCCCC;
	}
.picMarquee-left .bd ul li img:hover{
    -o-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
/*快速按钮*/
.right{
	width: 230px;
}
.right a{
	display: inline-block;
	width: 130px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 100px;
	margin-bottom: 10px;
	box-shadow: 0 3px 3px #dddddd;
	transition: all 0.5s;
}
.right a:hover{
	color: #FFFFFF;
}
.btn01{
	background: url(../images/btn01.png) center no-repeat;
}
.btn02{
	background: url(../images/btn02.png) center no-repeat;
}
.btn03{
	background: url(../images/btn03.png) center no-repeat;
}
.btn04{
	background: url(../images/btn04.png) center no-repeat;
}
.btn05{
	background: url(../images/btn05.png) center no-repeat;
}
.btn06{
	background: url(../images/btn06.png) center no-repeat;
}
.btn07{
	background: url(../images/btn07.png) center no-repeat;
}
.btn01:hover{
	background: url(../images/btn01-1.png) center no-repeat;
}
.btn02:hover{
	background: url(../images/btn02-1.png) center no-repeat;
}
.btn03:hover{
	background: url(../images/btn03-1.png) center no-repeat;
}
.btn04:hover{
	background: url(../images/btn04-1.png) center no-repeat;
}
.btn05:hover{
	background: url(../images/btn05-1.png) center no-repeat;
}
.btn06:hover{
	background: url(../images/btn06-1.png) center no-repeat;
}
.btn07:hover{
	background: url(../images/btn07-1.png) center no-repeat;
}
/*友情链接*/
.link{
	width: 1180px;
	padding-left: 10px;
	margin: 20px 0;
}
.link span{
	float: left;
	color: #0024d9;
	font-size: 16px;
	text-shadow: 0 3px 3px #cbd3ff;
}
.link li{
	float: left;
	margin: 0 8px;
	border-bottom:1px dashed #6885c2;
}
.link li a{
	font-size: 14px;
	color: #666666;
	
	padding: 3px 0;
	
}
.link li a:hover{
	color: #033399;
}

/*footer*/
.footer{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #3e3e3e;
	font-size: 12px;
	color: #FFFFFF;
}
.footer a{
	font-size: 12px;
	color: #FFFFFF;
	transition: all 0.5s;
}
.footer a:hover{
	color:#e40909 ;
}





/* ==========================================================================
   内页
 ============================================================================ */
.container2{
	width: 1150px;
	margin: 0 auto;
	padding:0 25px 20px 25px;
	box-shadow: 0 0 5px #cccccc;
	overflow: hidden;
	background:#fff
	
}
.tit2{
	font-size: 20px;
	color: #011dac;
	text-shadow: 0 3px 3px #dedede;
	padding: 10px 20px;
	border-bottom: 1px solid #999999;
	height: 25px;
	line-height: 25px;
	box-shadow: 0 3px 1px #f3f3f3;
	margin-top:20px
}
.bread{
	float: right;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-shadow: 0 0 0 transparent;
}
.bread a{
	font-size: 14px;
	color: #666666;
	transition: all 0.5s;
	font-weight: normal;
}
.bread a:hover{
	color: #011dac;
}
.current{
	color: #011dac;
}
.ny-left-content{
	width: 300px;
	position: relative;
	margin-right: 30px;
	margin-left: 5px;
	margin-top:30px
}
.ny-s1{
	display: inline-block;
	width: 250px;
	height: 8px;
	background-color: #355cad;
	position:absolute;
	left:50%;
	margin-left:-125px;
    top: 0;
}

.list_ul{
	padding: 0;
	margin: 0;
	}
.list_ul li{
	text-align: center;

}
.list_ul>li>a{
	font-size: 18px;
	color: #555;
	display: inline-block;
	height: 58px;
    line-height: 58px;
    width:250px;
	border:  1px solid #333;
	margin: 0px 0 -1px 0;
	}
.list_ul>li>ul{ 
	display: none;
	margin: 0;
	padding: 0;
	position:relative;
	width: 298px;
	}
.list_ul>li>ul>li{
	width:auto; 
	border: none;
	
	 }
.list_ul>li>ul>li a{
	font-size:16px; 
	color: #555;
	display: inline-block; 
	padding-left: 40px;
	width: 258px;
	border: 1px solid #000;
        margin: 0px 0 -1px 0;
    height: 45px;
    line-height: 45px;
	}

.list_ul>li>ul>li a:link{
	color:#555 ;
	}

.list_ul>li>ul>li a:hover{ 
	color: #355cad;
	 background: none;
	 }

.active{
	color: #fff!important;
	background: #3d98db;
	z-index: 99999;
}
.ny-right-content{
	width: 815px;
	float: right;
	min-height: 550px;
	padding:20px 0;
}
.ny-right-content h3{
	color: #454545;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
}
.ny-right-content p{
	font-size: 14px;
	color: #666666;
}
