.bannerPanel{
	text-align: center;
	padding-top: 75px;
}
.bannerPanel .entitle{
	font-size: 40px;
	color: #0066b3;
	letter-spacing: -2px;
	font-family: arial;
}
.bannerPanel .cntitle{
	font-size: 32px;
	color: #000;
	font-family: "微软雅黑";
	font-weight: normal;
	position: relative;
	top:-3px;
	margin-left: 8px;
	letter-spacing: 0;
}

.bannerPanel .option ul{
	display: inline-block;
	margin-top: 55px;
	position: relative;
}
.bannerPanel .option ul li{
	float: left;
	height: 25px;
	width: 98px;
	line-height: 25px;
}
.bannerPanel .option ul li.choose{
	background: url("../images/brand/title.png") no-repeat;
}
.bannerPanel .option ul li a{
	color: #383838;
}
.bannerPanel .option ul li a:hover{
	color: #0066B3;
}
.bannerPanel .option{
	position: relative;
}

.bannerPanel .option ul li a.whitecolor{
	color: #fff;
}


.mainPanel
{
	margin-top: 42px;
}

.mainPanel .searchBox
{
	text-align: right;
	width: 900px;
	margin: 0px auto;
}

.mainPanel .searchBox div
{
	float: right;
	border: 1px solid #a0a0a0;
}

.mainPanel .searchBox input
{
	display: inline-block;
	width: 193px;
	padding: 0px 10px;
	height: 38px;
	float: right;
	border: 0;
}

.mainPanel .searchBox button
{
	display: inline-block;
	float: right;
	width: 35px;
	height: 38px;
	background: #fbfbfb url("../images/activity/header_search.png") no-repeat 50% 3px;
	border: 0;
	cursor: hand;
	cursor: pointer;
}

.mainPanel .searchBox button:hover
{
	background-position: 50% -27px;
}

.mainPanel .searchBox button:focus,.mainPanel .searchBox input:focus
{
	outline: none;
	border: 0;
}

.mainPanel .listPanel
{
    margin: 40px auto 0 auto;
    width: 900px;
}
.mainPanel .listPanel .listItem
{
    display: block;
    color: #555555;
    clear: both;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #e1e2e4;
}
.mainPanel .listPanel .listItem:hover
{
    color: #FFFFFF;
    background-color: #0066b3;
}
.mainPanel .listPanel .listItem .title
{
    margin-left: 30px;
    float: left;
}

.mainPanel .listPanel .listItem .date
{
    margin-right: 30px;
    float: right;
}

.mainPanel .pageList
{
    margin: 40px auto 0 auto;
    width: 900px;
    height: 135px;
}
.mainPanel .pageList a
{
    display: block;
    float: left;
    color: #494949;
    border: solid 1px #d5d5d5;
    margin-right: 5px;
    text-align: center;
	border-radius: 3px;
}
.mainPanel .pageList a:hover
{
    color: #FFFFFF;
    background-color: #00c9ff;
}
.mainPanel .pageList .prevPage
{
    width: 100px;
    height: 35px;
    line-height: 35px;
}
.mainPanel .pageList .nextPage
{
    margin-right: 0;
    width: 100px;
    height: 35px;
    line-height: 35px;
}
.mainPanel .pageList .page
{
    width: 35px;
    height: 35px;
    line-height: 35px;
}

/* 使用指南 */

.carGuideText
{
	margin-top: 75px;
}

.carGuideText .p1
{
	font-size: 18px;
	color: #494949;
	margin-bottom: 30px;
}

.guideImg
{
	display: block;
	margin: 35px 0px 100px;
	float: left;
}

.carGuideText strong
{
	color: #0066b3;
	font-weight: 500;
}

.carGuideText .p2
{
	color: #494949;
	line-height: 26px;
}

.carGuideText div
{
	float: left;
	width: 478px;
}

.marginR150
{
	margin-right: 150px;
}

.No_
{
	float: left;
	width: 77px;
	text-indent: 42px;
}
.trans-color{
	moz-transition: background 0.2s ease-out,color 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out,color 0.2s ease-out;
    -o-transition: background 0.2s ease-out,color 0.2s ease-out;
    transition: background 0.2s ease-out,color 0.2s ease-out;
}
