@charset "utf-8";

.theme1 {
	width: 876px;
	margin-bottom: 50px;
	height:inherit;
	background: #FFF;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 40px;
	border: 1px #ededed solid;
	/* box-shadow: 1px 1px 2px #888888; */
	padding-bottom: 50px;
}
.theme1 h1 {
	font-size: 16px;
	color: #666;
	width: 855px;
	height: 42px;
	display: block;
	border-bottom: 1px #a0131a solid;
	float: left;
	font-family: "微软雅黑";
	line-height: 45px;
	text-decoration: none;
	font-weight: 800;
	margin-bottom: 12px;
	padding-left: 3px;
}

.theme1 .tabs {
  width: 845px;
  float: none;
  list-style: none;
  position: relative;
  margin: 80px 0 0 0px;
  text-align: left;
}
.theme1 .tabs li {
  float: left;
  display: block;
  padding-right:3px;
}
.theme1 .tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.theme1 .tabs label {
  display: block;
  padding: 8px 13px;
  border-radius: 2px 2px 0 0;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  background: #e7e7e7;
  cursor: pointer;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.theme1 .tabs label:hover {
  background: #a0131a;
}
.theme1 .tabs .tab-content {
	width:850px;
/*	height:1055px;*/
	  z-index: 2;
	  display: none;
	  overflow: hidden;
	  width: 100%;
	  font-size: 17px;
	  line-height: 25px;
	
	  position: absolute;
	  left: 0;
	  background:url(../images/iocn18.jpg);
}
.theme1 .tabs [id^="tab"]:checked + label {
	top: 0;

	background:url(../images/iocn18.jpg);
}
.theme1 .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
/*  padding:10px;*/
}