﻿﻿@charset "utf-8";

#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
           background: url(xx.png);
           margin-top:5px;
}
#tabs li {
	float: left;
          
	

}
#tabs .tab1{

	background: url(xsjzfw2.png);


}
#tabs .tab2 {

	background: url(jsfw1.png);


}
#tabs .tab3{

	background: url(jygzzfw1.png);

}

#tabs a {
	position: relative;
           width:235px;
	
	float: left;
	text-decoration: none;
	color: #fff;
          text-align:center;
          height:50px;
}




#tabs a:focus {
	outline: 0;
}
 #tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: 0;
 bottom: 0;
 
color:#468bc4;

}
 #tabs #current a, #tabs #current a::after {

color:#468bc4;
 z-index: 3;
}

 #tabs #current  .tab1 , #tabs #current  .tab1 ::after {
 background: url(xsjzfw1.png);

}

 #tabs #current .tab2 , #tabs #current .tab2 ::after {
 background: url(jsfw2.png);
  top:1px;
}

 #tabs #current  .tab3 , #tabs #current .tab3 ::after {
 background: url(jygzzfw2.png);

}

/* ------------------------------------------------- */

#content {
	background: #fff;
	padding: 10px 10px 0px 10px;
	height:230px;
	

}
#content h2, #content h3, #content p {
	margin: 0 0 15px 0;
}
/* ------------------------------------------------- */

#about {
	color: #999;
}
#about a {
	color: #eee;
}



.tab-title span{
	background:#afe7f6;
	padding: 5px 30px;
	color:#468bc4;
	margin-right:30px;
	font-weight: bold;
	
}

.tab-title ul{
	padding:0px;
	margin:0px;
}

.tab-title ul li{
	
	list-style:none;
}

.tab-title ul li img{
	margin-right:10px;
	
}

.tab-title li a{
	color:#468bc4;
	margin: 0px 5px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.tab-title li{
	line-height: 27px;
	color:#468bc4;
}

.tab-title li .bdfirst{
	font-size: 16px;
	font-weight: normal;
	color:black;
	
}

.bdzt li{
  margin-left:0px;
}

.bdzt li span{
  padding: 5px 25px;
  margin-right:0px;
}