﻿@charset "utf-8";
/* 图片轮播 */

#picRotate {width:100%; max-width:1920px; height:585px; margin:0 auto; overflow:hidden;}
#picRotate ul,#picRotate li {height:503px; overflow:hidden;}
#picRotate li {float:left;}
#picRotate div {text-align:center; padding-top:18px;}
#picRotate div img {margin:0 2px; cursor:pointer;}
