.content{
    /*border:1px solid #ddd;*/
    *position: relative;
    *z-index: 10;
}
.tab{
    margin-top: 12px;
    height: 39px;
    /*width:403px;*/
    list-style: none; 
}
.div_tab{
	  width:1200px;
	  margin-right:auto;
	  margin-left:auto;
	   position:relative;
	  /*position: relative;absolute*/
}
.tab_li{ 
	float:right;
    height: 38px;
    width:149px;
    padding: 0 25px;
    border: 1px solid #48a3ef;
    line-height: 30px;
    cursor: pointer;
    background: #E0EEE0;
    color: #000000;
    font-size: 14px;
    text-align:center;
    vertical-align: middle;
}
.tab-active{
    border-bottom:none;
    border-top-width: 1px;
    height: 38px;
    color: #F0FFF0;
    font-weight: bold;
    background-color:#fba552;
}
.up-body-tab{
	margin-top:15px;
	height:500px;
}