﻿/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{ float:left; position:relative;width:364px;height:180px;padding:0 0 5px 0;}
.scroll_horizontal .box{ float:left;overflow:hidden;position:relative;width:364px;height:180px;margin:0 auto;}
.scroll_horizontal .list{ float:left;overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:180px; border:1px solid #CCC;}
.scroll_horizontal .list li div{float:left;width:180px;height:150px;overflow:hidden;}
.scroll_horizontal .list li p{width:170px; height:30px; line-height:30px; position:absolute;font-size:12px; bottom:0; text-align:center;}

.scroll_horizontal2{ float:left; position:relative;width:1200px;height:120px;padding:10px 0 10px 13px;}
.scroll_horizontal2 .box{ float:left;overflow:hidden;position:relative;width:1200px;height:120px;margin:0 auto;}
.scroll_horizontal2 .list{ float:left;overflow:hidden;width:9999px;}
.scroll_horizontal2 .list li{float:left;width:1300px;}
.scroll_horizontal2 .list li .lbox{float:left;width:195px; height:120px; position:relative;}
.scroll_horizontal2 .list li .lbox .limg{float:left;width:180px; height:120px; overflow:hidden;cursor:pointer;}
.scroll_horizontal2 .list li p{width:180px; height:30px; line-height:30px; position:absolute; background:url(../images/tm.png);cursor:pointer;color:White; font-size:14px; font-weight:bold; bottom:0; text-align:center;}

.scroll_horizontal3{float:left; position:relative;width:1060px;height:80px;}
.scroll_horizontal3 .box{ float:left;overflow:hidden;position:relative;width:1060px;height:80px;margin:0 auto;}
.scroll_horizontal3 .list{ float:left;overflow:hidden;width:9999px;}
.scroll_horizontal3 .list li{float:left;width:1080px; padding-left:20px;}
.scroll_horizontal3 .list li .btitle{ float:left;width:100%; color:#680406; font-size:34px; font-weight:bold;letter-spacing:5px;font-family:@微软雅黑;}
.scroll_horizontal3 .list li .title{color:#696969;}

/**
 * 纵向滚动
 * ------------------------------ */
.scroll_vertical{float:left; position:relative;width:1200px;height:120px;padding:15px 0 10px 13px;}
.scroll_vertical .box{overflow:hidden;position:relative;top:0px;height:120px;}
.scroll_vertical .list{float:left;width:1200px; position:absolute;top:0;left:0;}
.scroll_vertical .list li{float:left;height:120px; width:1300px;text-align:center; overflow:hidden;}
.scroll_vertical .list li div{float:left;height:50px; width:155px; margin-right:12px; margin-bottom:15px;overflow:hidden;cursor:pointer;}
