@charset "utf-8";
*{ margin:0; padding:0;}
* + html {
  z-index: 6666;
}
* + html .search {
  z-index: 5555;
}

ul,li{ list-style:none;}
img{ border:none;}
a{ color:#000; text-decoration:none;}
a:hover{ text-decoration:underline; color:#000;}

.menu{width:100%; height:57px;background:url(../images/bg.jpg) no-repeat center top #35A1E2;}
.nav{ width:1050px; height:57px; margin:0 auto; z-index:9999;}
.nav .nav_list{}
.nav li{float:left;height:57px; width:100px; line-height:57px;position:relative;}
.nav li .last{background:none;}
.nav .line{background:url(../images/nav_line.jpg) no-repeat left center;}
.nav li a{float:left;display:block; width:100px; height:57px; text-align:center; line-height:57px; }
.nav li a:hover{background:url(../images/nav_hover.png) no-repeat center center; text-decoration:none;}
.nav li a span{float:left;display:block; width:100px; height:57px; line-height:57px;cursor:pointer; font-family:"Microsoft YaHei";text-align:center; color:#fff; font-size:16px;}
.nav li a.selected{ background:url(../images/nav_hover.png) no-repeat center center;}
.nav li a.selected2{ background:url(../images/nav_hover.png) no-repeat center center; }
.nav li .selected .submenu{display:block;}
.nav li .submenu{display:none;position:absolute;top:57px;left:5px; background:#fff;}
.nav li .submenu{width:80px; padding-bottom:20px;}
.nav li .submenu{ z-index:9999;}
.nav li .submenu li{float:left;padding:0;background:none;height:30px; line-height:30px;}
.nav li .submenu li a{float:none;padding:0;text-align:center;font-size:14px; font-family:"Microsoft YaHei";height:30px;line-height:30px;background:none; color:#333333; padding-left:3px; width:76px;}
.nav li .submenu li a:hover{background:url(../images/nav_hover2.jpg) no-repeat center center;font-weight:normal; color:#00baba; text-decoration:none;}



.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 482px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.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: 482px;
	display: block;
}
