﻿@charset "utf-8";

/*scroll_banner*/
.scroll_banner { width:100%; height:520px; z-index:3;}
.scroll_banner .flexslider { position:relative; width:100%; overflow:hidden; zoom:1; }
.scroll_banner .flex-viewport { max-height:2000px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; transition:all 1s ease; }
.scroll_banner .flexslider .slides { zoom:1; }
.scroll_banner .flex-direction-nav a { width:30px; height:90px; line-height:45em; overflow:hidden; margin:-60px -110px; display:block; background:url(../images/ad_ctr.png) no-repeat; position:absolute; top:55%; z-index:10; cursor:pointer; opacity:0; filter:alpha(opacity=0); -webkit-transition:all .3s ease;}
.scroll_banner .flexslider .slides .img img{ width:100%; height:512px;}
.scroll_banner .flexslider .slides .img a{ display:block; width:100%; height:512px; text-indent:-4999px;}
.scroll_banner .flex-direction-nav .flex-next { background-position:0 -90px; right:15%; }
.scroll_banner .flex-direction-nav .flex-prev { left:15%; }
.scroll_banner .flexslider:hover .flex-next { opacity:0.8; filter:alpha(opacity=25); }
.scroll_banner .flexslider:hover .flex-prev { opacity:0.8; filter:alpha(opacity=25); }
.scroll_banner .flexslider:hover .flex-next:hover, .scroll_banner .flexslider:hover .flex-prev:hover { opacity:1; filter:alpha(opacity=50); }
.scroll_banner .flex-control-nav { width:100%; position:absolute; bottom:10px; text-align:center; }
.scroll_banner .flex-control-nav li { margin:0 4px; display:inline-block; zoom:1; *display:inline;}
.scroll_banner .flex-control-paging li a { background:url(../images/dot.png) no-repeat 0 -18px; display:block; height:18px; overflow:hidden; text-indent:-99em; width:18px; cursor:pointer; }
.scroll_banner .flex-control-paging li a.flex-active { background-position:0 0; }
