@charset "gb2312";BODY{MARGIN:0px;}
.tab {
  position: relative;
  overflow: hidden;
  width:400px;
  margin: 0 auto;
  font-family: 'Microsoft Yahei', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #b60005;
  float:right;
}
.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.tabs li {
  float: left;
  padding-right:35px;

  line-height: 38px;
  overflow: hidden;
  position: relative;
}
.tabs a {
  color: #b60005;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
}
.tabs_item {
  display: none;
  padding: 5px 10px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}



.key {
	height: 15px;
	width: 170px;
	color: #b60005;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	font-family: 'Microsoft Yahei', sans-serif;
}
.s-button {
	height: 20px;
	width: 30px;
	text-align: center;
	border: 0px solid #FFFFFF;
	border-radius: 0px;
	-webkit-appearance: button;
	cursor: pointer;
}
.s-button {
	background:url() no-repeat center;
	text-indent: -999px;
}