/**
 * @file
 * Tabs Styling
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal6-reference.css, line 510.)
 */


div.tabs {
  margin: 0 0 5px 0;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px; /* LTR */
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(../images/tab-bar.png) repeat-x left bottom;
}

ul.primary li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -38px;
}

ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(../images/tab-right.png) no-repeat right -38px;
}

ul.primary li a:hover,
ul.primary li a:focus {
  border-width: 0;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -76px;
}

ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
  background: url(../images/tab-right.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
  background: url(../images/tab-right.png) no-repeat right 0;
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; /* LTR */
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
  background: url(../images/tab-secondary-bg.png) repeat-x left bottom;
}

ul.secondary li {
  float: left; /* LTR */
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none; /* LTR */
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
  background: url(../images/tab-secondary.png) repeat-x left -56px;
}

ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover,
ul.secondary a:focus {
  background: url(../images/tab-secondary.png) repeat-x left bottom;
}

ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
  border: 1px solid #c0c0c0;
  color: #000;
  background: url(../images/tab-secondary.png) repeat-x left top;
}

ul.quicktabs-tabs {
height: 30px;
padding: 5px ;
background: url(../images/navigation.png) repeat-x 50% 0;
line-height: 28px;
font-weight: bold;
}
ul.quicktabs-tabs li a {
	text-decoration: none;color:#666;text-shadow: white 0 1px 0;
	padding-right: 10px;
	margin-right: 5px; -webkit-border-radius: 20px;
border-radius: 20px;
padding: 3px 11px 5px;
line-height: 20px;
border: none;
font-size: 14px;
-webkit-transition: all 0.3s ease-in;
cursor: pointer;
vertical-align: baseline;
font-family: '微软雅黑', sans-serif;
}


ul.quicktabs-tabs li a:hover,
#navigation li a:focus {
	background-position: right 0;
	text-shadow: #ddd 0 1px 0;
	background: #c4c4c4;
}


ul.quicktabs-tabs .active a {
	background-position: right -30px;
	text-shadow: #eee 0 1px 0;
	text-decoration: none;color:#666;text-shadow: white 0 1px 0;
	padding-right: 10px;
	margin-right: 5px; -webkit-border-radius: 20px;
border-radius: 20px;
padding: 3px 11px 5px;
line-height: 20px;
border: none;
font-size: 14px;
-webkit-transition: all 0.3s ease-in;
cursor: pointer;
vertical-align: baseline;background: #c4c4c4;
}

.quicktabs_main{/*padding:10px;*/}

.quicktabs_main h3 {margin-top:0;
height: 60px;
margin-bottom: 0;font-weight: normal;
background: url(../images/box-h3.png) repeat-x 0 0;
}
.box h3 {margin-top:0;
height: 61px;
margin-bottom: 0;font-weight: normal;
background: url(../images/box-h3.png) repeat-x 0 0;
}
.box .h6 {
height: 60px;
}
.box li {
background: url(../images/box-li.png) repeat-x 0 bottom;
padding-bottom: 10px;
}

.quicktabs_main h3 a,.box h3 a {
	display: block;
	height: 45px;
	padding: 10px 0 5px;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;
}
.quicktabs_main h3 a:hover,
.quicktabs_main h3 a:focus,.box h3 a:hover,.box h3 a:focus {
	background: rgba(164, 173, 183, .15);
}

.quicktabs_main h3 a:active,.box h3 a:active {
	background: rgba(164, 173, 183, .25);
	padding: 12px 0 3px
}

.quicktabs_main h3 a img,.box h3 a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}

.quicktabs_main h3 a:hover img,.box h3 a:hover img {
	margin-left: 10px;
}

.quicktabs_main h3 a strong,.box h3 a strong {
	color:#2F6CA4;
	font: 18px/20px '微软雅黑',Tahoma,Geneva,sans-serif;
	display: block;
	padding-top: 2px;
}
.quicktabs_main h3 a strong,.box h3 a:hover strong {
	color:#333;
}

.quicktabs_main h3 a small,.box h3 a small {
	margin-top: 10px;
	float: right;
	line-height: 20px;
	padding: 0 25px 1px 30px;
	background: url(../images/about-h3-small.png) no-repeat 0 0;
	color: #fff; 
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #bbb 0 1px 0;
}
.box .description{padding: 5px 20px 0 65px;font: 12px/18px ;color: #666; height:42px; overflow:hidden;}

#block-box {
	background: url(../images/block-box.png) repeat 0 0;
	width: 450px;
	float: left;margin: 0;
padding: 0;
border: 0;
list-style: none;
outline: none;
font-size: 1em;
text-decoration: none;
}

#block-box li {
	width: 225px;
	height: 60px;
	float: left;padding-bottom: 0;
}

#block-box li a {
	display: block;
	width: 225px;
	height: 45px;
	padding: 10px 0 5px;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;color:#666;
}

#block-box li a:hover,
#block-box li a:focus {
	background: rgba(164, 173, 183, .15);
}

#block-box li a:active {
	background: rgba(164, 173, 183, .25);
	padding: 12px 0 3px
}

#block-box li a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}

#block-box li a:hover img {
	margin-left: 10px;
}

#block-box li a strong {
	color: #000;
	font: 16px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}
