/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


.no-js .slides > li:first-child {display: block;}


.flexslider .slides li img {background-color:#00498b;}

.flexslider {min-height:300px;width:437px;background:url(/jxgcsyjxzx/dfiles/12760/images/moover_bg.png) repeat-x;position: relative;zoom: 1;float: right;margin-right: 18px;}

.flex-viewport {max-height:435px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height:435px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {position:relative;}

.carousel li {margin-right: 5px;}
.flex-caption {background:#000;color:#fff;padding:18px 30px 0 30px;height:42px;width:940px;position:absolute;top:368px;left:0;opacity:.8;}


/* Direction Nav */
.flex-direction-nav a {width:20px; height:20px; margin:0; display: block; 
						position: absolute; top:-1px; cursor: pointer; text-indent: -9999px;  -webkit-transition: all .3s ease;z-index:2;}

.flex-direction-nav .flex-next {background: url(/jxgcsyjxzx/dfiles/12760/images/next.png) no-repeat 0 0; right:-25px;top:100px;width:50px;height:50px;opacity:0.5; filter:alpha(opacity=50);}
.flex-direction-nav .flex-prev {background: url(/jxgcsyjxzx/dfiles/12760/images/prev.png) no-repeat 0 0;left:-25px;top:100px;width:50px;height:50px; opacity:0.5; filter:alpha(opacity=50);}

.flex-control-nav {display: none;}