@charset "UTF-8";
/* header */
.header{
	position: relative;
	height: 50px;
	background-color: #000000;
}
.header .logo{display:block;width:130px;height:30px;padding:10px 0 0 10px;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{
	background-color: #000000;
}





.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}

.header .user-icon:hover{
}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}



 


.div-a{
	float: left;
	width: 25%;
	height: 120px;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 22px;
} 

.div-a1{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b1.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a2{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b2.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a3{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b3.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a4{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b4.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 


.div-a5{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b5.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a6{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b6.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a7{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b7.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a8{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b8.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 


.div-a9{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b9.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a10{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b10.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a11{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b11.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.div-a12{
	width: 90%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/b12.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
 




/* 选项卡 */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	text-align: left;
	height: 410px;
}


.tabs li {
	float: left;
	display: block;
	width: 33.3%;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
	display: block;
	border-radius: 2px 2px 0 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	-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;
	line-height: 30px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 5px;
	padding: 0px;
	border-radius: 5px 5px 5px 5px;
}
.tabs label:hover {
}
.tabs .tab-content {
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	padding: 0px;
	position: absolute;
	top: 53px;
	left: 0;
}
.tabs [id^="tab"]:checked + label {
	top: 0;
	padding-top: 0px;
	background-color: #990000;
	color: #FFF;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

 
