﻿@charset "utf-8";
/* CSS Document */
#gal-wrap {position: relative;}
#gallery {position: absolute;}
#gallery li {list-style: none;float: left;width: 760px;height: 360px;}
#gallery p {text-align: center;color: #cdcdcd;}
#gal-panelx {height: 100%;overflow: hidden;}
#gal-panel {
bottom: 0px;
height: 24px;
position: absolute;
right: 0px;
z-index: 10;
}
#gal-panel li {float: left;margin-right: 6px;list-style: none;cursor: pointer;
border-radius: 12px 12px 12px 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
text-align: center;font-weight: bold;width: 24px;color: black;background-color: white;}
#gal-panel li.current {color: white;background-color: rgb(185, 25, 25);}

/*推荐品牌处*/
.tuiJianPinPai {margin:0px 0 0 0;zoom:1;border:0px solid #BAB6AA;padding:0px;height:330px;}
.tuiJianPinPai .left {float:left;display:inline;width:450px;}
.tuiJianPinPai .left h6 {padding:10px 0 0 10px;font-size:12px;height:16px;line-height:16px;font-weight:normal;}
.tuiJianPinPai .left ul {clear:both;width:465px;padding:0 0 5px 5px;}
.tuiJianPinPai .left ul li {float:left;display:inline;width:100px;height:50px;padding:1px 2px 2px 1px;background:url('/images/index-logobg.gif');margin:15px 10px 0 0;}
.tuiJianPinPai .right {float:right;display:inline;color:#999;margin:0 5px 0 0;}
