/*下拉导航滑动效果*/
.navBlock .navList ul li:hover  a{
	color:#ffffff!important;  
	background-color: #08abc5!important;
	filter:alpha(opacity=80); 
}
/*news*/
.firstBlock .news .content ul .wd53{
	list-style: none;
	float: left;
	width: 53.3%;
	padding-right: 29px;
}
.firstBlock .news .content ul .wd47{
	width: 46.7%;
	padding: 0px 29px;
}
.firstBlock .news .content ul li a:hover p{
	background: #ffffff;
	color: #333333;
	border:1px solid #dbdbdb;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=90, Color='#dbdbdb')";
}

/* bigimg-ie style */
.thirdBlock ul{
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
.thirdBlock ul li{
	position: relative;
	float: left;
}
.thirdBlock ul .apply{
	width: 33.33333%;
}
.thirdBlock ul .work{
	width: 33.33333%;
}
.thirdBlock ul .visit{
	width: 33.333333%;
}
.thirdBlock ul li img{
	width: 100%;
}
.thirdBlock ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 50px;
    width: 100%;
    height: 100%;
    background-color: #000000!important;
	filter:alpha(opacity=60);
}
.thirdBlock ul li a:hover {
	background-color: transparent;
	background-color: #000000!important;
	filter:alpha(opacity=0);
}
.thirdBlock ul li span{	
	display: block;
	font-size: 50px;
	color: #ffffff;
	margin-top: 20%;
	position: relative;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=6,Direction=135, Color='#333333')";
}