body {
	
}
.BannerOne {
	background:url('../images/banner02.jpg') no-repeat center center;
}
.carPrice{
    margin: 22px 0 16px 0;
}
.carPriceListTitle {
	height: 38px;
	line-height: 38px;
	font-weight: 600;
	color: #6ea522;
}
.carPriceListContent {
    width: 100%;
}

.tabs {
    overflow: hidden;
}
.tabs li {
    float: left;
    margin-right: 1px;
}
.tabs li.tabTitle {
    float: right;
    margin-top: 5px;
    color: #6ea522;
}
.tabs a {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-bottom: 30px solid #6EA522;
}
.tabs a.tabSelected {
    border-bottom-color: #3A7900;
}
.RFtabs {
    background: none repeat scroll 0% 0% #fff;
    border-top: 1px solid #6EA522;
    padding: 10px 2%;
}
#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
    width: 100%;
    overflow: hidden;
}
.rentalDescription span,
.rentalDescription p {
	font-size: 15px;
	line-height: 150%;
}
.rentalDescription span {
	font-weight: 600;
}
/******** 价格表样式 ********/
.halfWidth {
	width: 100px;
}
.fullWidth {
	width: 200px;
}
.carPriceTable {
	width:100%;
	font-size: 14px;
	margin: 15px 0;
	border-collapse:collapse;
}
.carPriceTable caption {
	text-align:left;
	font-size:15px;
	margin-bottom: 5px;
}
.carPriceTable td,
.carPriceTable th {
	padding:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.carPriceTable thead th,
.carPriceTable tbody th {
	color:#fff;
	font-weight:600;
}
/******** 价格表-绿色 ********/
#greenTable thead th,
#greenTable tbody th {
	background:#6ea522;
}
#greenTable tbody tr:nth-child(2n) td {
	background:#d7e1c5/*#cde1bc*/;
}
#greenTable tbody tr:nth-child(2n+1) td {
	background:#b0cc7f/*#d7e1c5*/;
}
#greenTable tbody td {
	background:#6ea522;
}
#greenTable tbody tr.odd td { 
	/*设置鼠标经过颜色*/
}
/******** 价格表-黄色 ********/
#yellowTable thead th,
#yellowTable tbody th {
	background:#ff9b31;
}
#yellowTable tbody tr:nth-child(2n) td {
	background:#ffca93;
}
#yellowTable tbody tr:nth-child(2n+1) td {
	background:#ffb363;
}
#yellowTable tbody td {
	background:#ffca93;
}
#yellowTable tbody tr.odd td { 
	/*设置鼠标经过颜色*/
}
/******** 价格表-蓝色 ********/
#blueTable thead th,
#blueTable tbody th {
	background:#66a9bd;
}
#blueTable tbody tr:nth-child(2n) td {
	background:#bcd9e1;
}
#blueTable tbody tr:nth-child(2n+1) td {
	background:#91c5d4;
}
#blueTable tbody td {
	background:#66a9bd;
}
#blueTable tbody tr.odd td { 
	/*设置鼠标经过颜色*/
}
/******** 价格表-红色 ********/
#redTable thead th,
#redTable tbody th {
	background:#c11c1c;
}
#redTable tbody tr:nth-child(2n) td {
	background:#e1bcbc;
}
#redTable tbody tr:nth-child(2n+1) td {
	background:#d49191;
}
#redTable tbody td {
	background:#bd0000;
}
#redTable tbody tr.odd td { 
	/*设置鼠标经过颜色*/
}