﻿@charset "utf-8";
/* CSS Document */

li{list-style-type:none;list-style:none;}
img{vertical-align:top;border:0;}
.banner-scroll{ width:100%; height:300px; max-width:1600px; min-width:960px; margin:0 auto; position:relative; z-index:100;overflow:hidden;}
.banner-ovf ul{ height:300px;}
.banner-ovf ul li{ height:300px; float:left; position:relative;}
.banner-ovf ul li img.png1{ position:absolute; top:30px;left:70%; margin-left:-780px; display:none;}
.banner-ovf ul li img.png2{ position:absolute; top:75px;left:70%; margin-left:-780px; display:none;}
.banner-scroll a.prev,.banner-scroll a.next{ position:absolute; top:110px; width: 58px; height:90px;  cursor:pointer; display:block; transition:all ease-in .3s 0s;-webkit-transition:all ease-out .3s 0s;-moz-transition:all ease-out .3s 0s;-o-transition:all ease-in .3s 0s;}
.banner-scroll a.prev{ left:0;background: url(lf.png) no-repeat;}
.banner-scroll a.prev:hover{background: url(lfa.png) no-repeat;}
.banner-scroll a.next{ right:0;background: url(rt.png) no-repeat;}
.banner-scroll a.next:hover{ right:0;background: url(rta.png) no-repeat;}
