﻿.navbar-nav {
float:left;
margin:0; 
}
.navbar-nav>li {
float:left
}
.navbar-nav.navbar-right:last-child {
margin-right:5px
}
/**/
.visible-lg {
display:block!important
}
table.visible-lg {
display:table
}
tr.visible-lg {
display:table-row!important
}
th.visible-lg, td.visible-lg {
display:table-cell!important
}

/*图片列表1*/
#about3_k{ width:auto; background-color:#D5EDFB; padding-bottom:0px; padding-top:10px; margin-top:0px}
#about3_k .more1{ margin:auto; text-align:center; padding:10px; color:#FF3300}

#about3{
margin:auto;width:1140px; height:auto;  color:#666666;font-family:"微软雅黑", "宋体";  line-height:26px; display:block;
}
#about3 h2{ text-align:center; font-family:"微软雅黑", "宋体"; font-weight:bold; font-size:22px; height:50px; line-height:50px;color:#000; display:block;background:url(images/h3_3.png) no-repeat;}
#about3 h1{ text-align:center; font-family:"微软雅黑", "宋体"; font-weight:normal; font-size:15px; padding-bottom:30px; color:#000; display:block;}
#about3 .line{height:10px; overflow:hidden;position:relative;top:-16px;left:0px;width:100%;z-index:0}
#about3 li{width:220px;float:left; margin-right:8px; list-style-type:none;overflow:hidden;}
#about3 li img{width:100%; height:160px;}
#about3 .wen1,#about3 .wen1 a{font-size:12px; color:#000; background-color:#EEEEEE;text-decoration:none; text-align:center;width:220px; height:28px; line-height:28px;overflow:hidden; display:block;}
#about3 .wen1 a:hover{ color:#fff; background-color:#AA0000}

/*顶部大幻灯*/
.fullSlide{
    margin-top:171px ;
	width:100%;
	min-width:1140px;
	position:relative;
	height:450px;
	background:#fff;
	clear:both;
	overflow:hidden;
	
}
.fullSlide .bd{
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
	
}
.fullSlide .bd ul{
	width:100% !important;
	
}
.fullSlide .bd li{
	width:100% !important;
	height:450px;
	overflow:hidden;
	text-align:center;
	
}
.fullSlide .bd li a{
	display:block;
	height:450px;
	
}
.fullSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:20px;
	line-height:20px;
	
}
.fullSlide .hd ul{
	text-align:center;
	
}
.fullSlide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:15px;
	height:15px;
	border-radius:8px;
	margin:8px;
	margin-top:-10px;
	overflow:hidden;
	background:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:999px;
	
}
.fullSlide .hd ul li img{width:100%;height:450px;}
.fullSlide .hd ul .on{
	background:#D20000;
	
}
.fullSlide .prev,.fullSlide .next{
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:2%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
	display:none;
	
}
.fullSlide .next{
	left:auto;
	right:2%;
	background-position:-6px -137px;
	
}
