

/* Browser Resets*/
.flex-container a:active,
.flexslider a:active {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	width: 100%;
	min-width:1100px;
	height:600px;
	overflow: visible;
	margin: 0;
	padding: 0;
	
	position: relative;
	zoom: 1;
	
}
.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	display: none;
	position: relative;
}

.flexslider .slides img {
	width: 1100px;
	height: ;
	position:fixed;
	display: block;
	background:url(../images/loading.gif) no-repeat center center;
	
	/* For IE 5-7 */
	_width:100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-container {
	zoom: 1;
	position: relative;
}
.flex-caption {
	width: 100%;
	position: absolute;
	text-align:center;
	top:230px;
	color: #fff;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-caption:hover {
	color: #95F1F4;
}
.flex-caption h4 {
	font-family:'robotolight', arial;
	font-size: 44px;
	line-height: 50px;
	margin:20px;
	font-weight:normal !important;
}

.flex-caption p {
	font-family:'黑体', arial;
	font-size: 28px;
	line-height: 30px;
	font-weight:normal !important;
}



.flexslider .scroll {
	width:55px;
	height:55px;
    z-index: 2;
    display: block;
    margin: 0 auto;
	top:450px;
	left:48%;
    position: absolute;

    background:#1b99f1 url(../images/scroll.png) no-repeat center center;

	-webkit-border-radius: 50%;	
	-ms-border-radius: 50%;	
	-o-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.flexslider .scroll:hover{
	margin-top:30px;
}




.flex-direction-nav li a {
	width: 75px;
	height: 100px;
	margin: -13px 0 0;
	display: block;
	position: absolute;
	top: 260px;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-direction-nav li .next {
	background: url(../images/slider/right-arrow.png) no-repeat 0 0;
	right: 10px;
	
	opacity:0.5;
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-direction-nav li .next:hover {
	right: 0px;
	
	opacity:1;
}
.flex-direction-nav li .prev {
	background: url(../images/slider/left-arrow.png) no-repeat 0 0;
	left: 10px;
	
	opacity:0.5;
	
	
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.flex-direction-nav li .prev:hover {
	left: 0px;
	
	opacity:1;
}


.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}

.flex-control-nav {
	width:100px; /* 有问题就去掉 */
	position: absolute;
	bottom: 14px;
	left:48%;
	text-align: ;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/slider/headpic_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}











@media screen and (min-width: 1100px) { 
.flexslider .slides img {
	width: 100%;
}


.bgpic img{
	width:100%;
}


}