/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(bg.jpg) top center no-repeat
}
body,td,th {
	font-size: 12px;
	color: #4B4B4B;
	line-height:180%;
}
* {
	font-family:"微软雅黑", Verdana
	}
a {
	font-size: 12px;
	color: #4B4B4B;
}
a:visited {
	color: #4B4B4B;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #4B4B4B;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
/*左侧导航*/
.sel {
	background:url(Dh/2.jpg) center no-repeat;
	font-size:14px;

}
.no_sel {
	background:url(Dh/1.jpg) center no-repeat;
	font-size:14px;
}
.sel a,.sel a:visited {
	font-weight:bolder;
	color:#154B6D;
	font-size:14px;
	}
.sel *{
	color:#154B6D;
	font-size:14px;
	}
.sel a:hover{
	font-weight:bolder;
	color:#154B6D;
	font-size:14px;
	}
.no_sel a:hover{
	font-weight:bolder;
	font-size:14px;

	}
	
.info,.info * {
	line-height:250%;
	font-size:14px;
	}
.bg_line{
	border-bottom:1px #E7E7E7 solid;
}
.dot{
	border-bottom:1px #ccc dashed;
	}
.cy IMG { FILTER: }
.cy:hover IMG {FILTER:gray;}

 li{list-style:none;}
 
 
 /*导航栏*/
 
 #menu {
            position: relative;
            background-color:#dcc9c1;
            width: 980px;
            height: 38px;
			background-image:url(menu_bg.png);
			    z-index: 20000;
        }
        #menu ul {
            list-style: none;
            display: inline-block;
			padding:0px;
			margin-top: 6px;
			margin:0px;
		
        }
 
        #menu ul li { 
            text-align: center;
            position: relative;
            float: left; 
			padding: 0 17px;
			height: 38px;
    line-height: 38px;
        }
 
        #menu a {
            text-decoration: none;
            color: #FFF;
            display: block;
            padding: 0 20px;
            white-space: nowrap; 
			font-size:16px;
        }
 
        #menu a:hover {
            color: #FFF;
            background-image:url(menu_select.jpg);
        }
 
        #menu ul li ul li {
            float: none;
            margin-top: 2px;
            background-color: #dcc9c1;
        }
 
        #menu ul li ul li a:hover {
            color: #FFF;
            background-image:url(menu_select.jpg);
        }
 
        #menu ul li ul {
			top:38px;
			padding: 0px;
            position: absolute;
            left: 0; 
            display: none;
            padding-left: 0;
        }
       
        #menu ul li:hover ul {
            display: block;
        }
		
		

.flexslider { 
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides{
	padding:0px;
	margin:0px;}

.flexslider .slides li {
	width: 100%;
	height: 100%;
	list-style-type:none;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
}

.flex-control-paging li a {
	background: url(images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 280px;
	display: block;
}


/*第二个轮播*/
#banner { position: relative; width: 198px; height: 148px; border: 1px solid #666; overflow: hidden; }
#banner_list img { border: 0px; width: 198px; height: 148px; }
#banner_bg { position: absolute; bottom: 0; background-color: #000; height: 30px; filter: Alpha(Opacity=30); opacity: 0.3; z-index: 1000; cursor: pointer; width: 198px; }
#banner_info { position: absolute; bottom: 0; left: 5px; height: 22px; color: #fff; z-index: 1001; cursor: pointer }
#banner_text { position: absolute; width: 120px; z-index: 1002; right: 3px; bottom: 3px; }
#banner ul { position: absolute; list-style-type: none; filter: Alpha(Opacity=80); opacity: 0.8; z-index: 1002; margin: 0; padding: 0; bottom: 3px; right: 5px; }
#banner ul li { padding: 0px 5px; float: left; display: block; color: #FFF; background: #6f4f67; cursor: pointer; border: 1px solid #333; }
#banner ul li.on { background-color: #000; }
#banner_list a { position: absolute; }
