/* CSS Document */


#tab {
	width:1000px;
	height:250px;
	position:relative;
	float: left;
}
.tag_big {
	width: 1000px;
	height: 250px;
	background-color: #FFF;
	float: left;
	background-image: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/18_ldmh09.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.tag_big1 {
	width: 990px;
    height: 120px;
	background-image:url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/19_zdly_11.jpg);
    float: left;
}

/*设置容器高宽等*/
html > body #tab {
	width:500px;
}

html > body .tag_big1 #tab {
	width:1000px;
}
/*兼容IE6:IE6下宽度不够*/

.tag_big1 #tab div {
	position: absolute;
    top: 180px;

}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h1 {
	float:left;
	height:40px;
	line-height:40px;
	font-size:14px;
	cursor:pointer;
	background-color:#FFF;
	text-align:center;
	color:#ba000e;
	font-family:"Microsoft YaHei";
	font-weight:normal;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ba000e;
}
#tab h3 {
	
    float: left;
    width: 247px;
    height: 120x;
    font-size: 18px;
    cursor: pointer;
	line-height:120px;
	font-weight:bold;
	color:#FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#tab h3 a{
    font-size: 18px;
	font-weight:bold;
	color:#FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.tag_big #tab h3 {
	
    float: left;
    width: 252px;
    height: 120px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
/*默认标题样式*/
.r_top_title {
	font-size: 16px;
	line-height: 40px;
	color: #ba000e;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ba000e;
	width:auto; 
	display:inline-block !important; 
	display:inline; 
	height: 40px;
}
#tab .up {
	color: #fff;
    background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/19_zdly_12.png) no-repeat;
	height:120px;
    font-weight: bold;
}
#tab .up1 {
	color: #fff;
    background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/19_zdly_03.jpg) no-repeat;
	height:120px;
    font-weight: bold;
}

#tab .up2 {
	color: #fff;
    background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/19_zdly_05.jpg) no-repeat;
	height:120px;
    font-weight: bold;
}
#tab .up3 {
	color: #fff;
    background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/19_zdly_07.jpg) no-repeat;
	height:120px;
    font-weight: bold;
}


.tag_big #tab .up {
	color: #fff;
    background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/18_ldmh08.jpg) no-repeat;
    font-weight: bold;
}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul {
	list-style:none;
	padding:0;
	margin-top:0px;
}
#tab li {
	height: 28px;
    overflow: hidden;
    font-size: 12px;
    margin-left: 5px;
    line-height: 28px;
    padding-left: 15px;
    background-image: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/667147/images/18_ldmh_li01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
}
#tab li a {
	display:inline;
	font-size:12px;
	text-decoration:none;
	text-indent:10px;
	margin-right:5px;
	color: #666;
}
#tab li span{ display:block; float:right; margin-right:5px; color: #bdacb3;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}