﻿/* CSS Document */

#tab {
	position: relative;
	margin: 40px auto 0 auto;
}


/*设置容器高宽等*/

html>body #tab {
	width: 100%;
	height: 500px;
}


/*兼容IE6:IE6下宽度不够*/

#tab div {
	position: absolute;
	top: 30px;
	left: 0;
}


/*设置容器高宽等*/

#tab div {
	display: none;
}


/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/

#tab .block {
	display: block;
}


/*选中的容器*/

#tab h3 {
	float: left;
	border-radius: 5px 5px 0 0;
	width: 85px;
    height: 35px;
	line-height: 35px;
	font-size: 14px;
	cursor: pointer;
	background-color: #EFEFEF;
	text-align: center;
	color: #5a5a5a;
	font-family: Microsoft YaHei;
	font-weight: normal;
}


/*默认标题样式*/

#tab .up {
	background: #0088DA;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	opacity: 0.8
}


/*选中的标题样式*/


/*修饰列表内容*/

#tab ul {
	list-style: none;
	padding: 0;
	margin-top: 4px;
	
}

#tab li {
	margin-right: 10px;
	height: 22px;
	padding-top: 23px;
	overflow: hidden;
	font-size: 14px;
	width: 840px;
}

#tab li a {
	display: inline;
	font-size: 14px;
	text-decoration: none;
	text-indent: 10px;
	margin-right: 10px;
}

#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: #666666;
	text-decoration: underline;
}
a.tab_title:hover{
	color: #666666;
}

#tab li:first-child {
	border-top: 2px solid #0088DA;
	opacity: 0.8
}

#two2 {
	margin-left: 2px;
}
#tab li .tab_menu{
	width: 500px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#tab li .tab_title{
	width: 270px;
	display: inline-table;
}
.phone .bj-cq{
	color: #438AD3;
}
