body {
	padding: 0;
    margin: 0;
    background:#eee url(../images/top_bg.png) repeat-x top center;
}

.top {	
    width: 1008px;
    height: 160px;
    margin: 0 auto;
    background: url(../images/center_bg.png) no-repeat top right;
}
.shbt_top_title {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}
.shbt_top_bottom {
    font-size: 24px;
    color: #fff;
    line-height: 2.5em;
    overflow: auto;
    width: 100%;
    text-align: center;
    clear: both;
}
.center {
    width: 1008px;
    margin: 0 auto 15px;
}

.search{
	margin-left:15px;	
}
.search table{	 
	width: 100%;
}
.search input {
    width: 75%;
    border: 2px solid #279eff;
    height: 45px;
    background: #fff;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    float: left;
}
.search a {
	 width: 23.5%;
	 padding:10px 36px;
}
.tab {
	margin-top:20px;
    width: 100%;
    border-bottom: 2px solid #005ed1;
    overflow: auto;
    cursor: pointer;
}
.tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab li {
    font-size: 18px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    width: 200px;
    text-align: center;
    background: url(../images/tab_a_bg.png) repeat-x 0 0;
    float: left;
}
.tab .active {
    background: url(../images/tab_b_bg.png) repeat-x 0 0;
}

.tbcontaner{
	background-color: #ffffff;
}
