@import url(common.css);

/*****************************************滑动门通用样式*****************************************************************/
.tabbed_content{background-color:none;width:100%;height: 100%;position: relative;  margin-bottom: 4em;}
.tabs{width:100%;height:2.5em;line-height:2.5em;position:relative;/* background:#F3F3F3; */background:#ffffff;border-bottom:solid 1px #e0e0e0;overflow:hidden;z-index: 201;}
.tabs h2{padding-left:10px;float:left;}
.tabs .moving_bg{width:33.33%;_width:15%;height:2.4em;border-bottom:solid 2px #00a0dc;background:url(../img/icon9.png);background-size: 10%;background-color:#FFF;position:absolute;z-index:190;left:0;background-position:bottom center;background-repeat:no-repeat;font-weight:bold;overflow:hidden;}
.tabs .tab_item{font-size: .9em;display:block;float:left;width:50%;text-align:center;z-index:200;position:relative;cursor:pointer;color:#4f4f4f;font-weight:bold;overflow:hidden;}
.tabs .tab_item.selected{color: #00A0DC;}


.tabs .tab_item:hover{font-weight:bold;}
.tabslider{width:100%;height: 100%;}
.tabslider .tabChild{height: 100%;display:none;float:left;margin:0px;width:100%;text-align:left;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;/* padding和border被包含在定义的width和height之内 */}
.tabslider .tabChild.selected{display: block;}

.div_tab_1{
	 background: bisque;  
}
.div_tab_2{
	 background: blueviolet;  
}

.tabslider .tabChild .tabChild_son{color: red;width: 100%;height: 100%;}

/*****************************************滑动门通用样式*****************************************************************/
