@charset "utf-8"; /* CSS Document */ .scroll{width:1045px; margin:30px auto 0px auto; overflow:hidden;} .scroll_left{width:23px;height:160px;background:url(../img/left_btn.png) no-repeat;float:left; margin-top:0px; cursor:pointer;} .scroll_left:hover {background:url(../img/left_btn_red.png) no-repeat;} .scroll_right{width:23px;height:160px;background:url(../img/right_btn.png) left no-repeat;float:right; margin-top:0px; cursor:pointer;} .scroll_right:hover {background:url(../img/right_btn_red.png) left no-repeat;} .pic{float:left; padding-left:2px; overflow:hidden;} .pic ul li{float:left;display:inline;width:231px;text-align:center; padding:0 9px;} .pic ul li a img { width:231px; height:160px; transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; } .pic ul li a:hover img { opacity:0.7;} .pic ul li a p { display:block; padding-top:8px; color:#454545; font-size:15px;} .pic ul li a:hover p { color:#00a000;}