﻿@charset "utf-8";
body,div,ul,li,h4,p{margin:0;padding:0;}
body{font:12px/1.8 arial;color:#fff;}
/*a{color:#fff;text-decoration:none;background:#666;padding:2px 5px;}*/
/*a:hover{background:#F90;}*/

/* box */
#boxq{position:relative;width:890px;height:292px;margin:115px auto 0; margin-bottom:130px;}
#boxq ul{position:relative;width:810px;height:292px;}
#boxq li{position:absolute;list-style:none;background:#000;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;border-radius:3px;}
#boxq li img{width:100%;height:100%;vertical-align:top;}
#boxq .prev, #boxq .next{position:absolute;top:57%;width:39px;height:80px;margin-top:-40px;overflow:hidden;text-indent:-999px;cursor:pointer;background:url(../../images/btn.png) no-repeat;}
#boxq .prev{left:-30px;}
#boxq .next{right:-30px;background-position:-39px 0;}