/* Browser Resets
*********************************/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;text-align:center;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides a{display:inline-block;max-width:2000px;}
.flexslider .slides img {width:100%;}
.flex-pauseplay span {text-transform: capitalize;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; overflow:hidden; z-index:10; }
.flex-viewport { max-height: 3000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 3000px; }
.flexslider .slides { zoom: 1; }

/* Direction Nav */
.flex-direction-nav {*height: 0; display:none;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../images/index/arr.png) no-repeat; text-indent:-999em; }
.flex-direction-nav .flex-prev { left: -50px; background-position:0 0 }
.flex-direction-nav .flex-next { right: -50px; background-position:-132px 0}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity:100!important; filter:alpha(opacity=100); cursor: default; }



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:4%; text-align: center; z-index:1000; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; background: rgba(255,255,255,0.4); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.4); -moz-box-shadow: inset 0 0 3px rgba(255,255,255,0.4); -o-box-shadow: inset 0 0 3px rgba(255,255,255,0.4); box-shadow: inset 0 0 3px rgba(255,255,255,0.4); }
.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,1); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,1); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden; display:none;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
@media screen and (max-width: 767px) {
.flex-control-nav{ display:none;}
}
/* 公告 */
.ggbg{
	z-index:12;
	width:100%;
	height:40px;
	background:#f7f7f7;
	margin-top:-10px;
}
.notice{
	width: 1200px;margin:0 auto;font-size: 14px; 
}
.noticelogo{
	float:left;
	line-height:30px;
	width:36px;
	margin-left:2%;
	padding-top:8px;
}
.gglist{
	float:left;
}
.ggframe{width:1140px;height:30px;line-height:30px;overflow:hidden; padding-top:5px;}
.ggframe li{
	height:30px;
	line-height:30px;
	width:100%;
	overflow: hidden;
	color:#333;
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    min-width: 20em;/*不允许出现半汉字截断*/
}
.ggframe li a{ color:#333;}
.ggframe li a:hover{ color:#ff0000;}
@media screen and (max-width:1198px) {
.ggbg{
		height:40px;
		bottom:2%;

}
.notice{
	width:100%;margin:0 auto;font-size: 12px; padding-top:5px;
}
.ggframe{ width:100%;}

}
@media screen and (max-width:979px) {
	.ggbg{
		height:35px;
			bottom:2.7%;
}
}
@media screen and (max-width:767px) {
.ggbg{
		position:relative;
		height:38px;
		margin-top:-8px;
}
.notice{
	width:100%; padding-top:0px;
}
.ggframe{ width:80%; float:left;margin-top:-35px; margin-left:7%;}

.noticelogo{
	margin-left:2%;
	margin-top:5px;
	padding-top:0px;
}

}
@media screen and (max-width:639px) {
	.ggframe{ width:80%; float:left; margin-top:-32px; margin-left:9%; padding:0;}

}
