@charset "utf-8";
/* CSS Document */

.culture h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/qywh.png);
	background-repeat: no-repeat;
	background-size:200px 100%;
	padding-left: 10px;
	color:#FFFFFF;
	clear: both;
	margin: 30px 0px;
}
.culture{
	width: 100%;
	min-width: 240px;
}
.cultureT{
	width: 100%;
	min-height: 240px;
	padding: 10px 0px;
	margin-bottom: 40px;

}
.cultureT figure{
	width:20%;
	height: auto;
	float: left;
}
.cultureT figure img{
	width:100%;
	height:100px;
	float: left;

}
.cultureT figure figcaption{
	padding: 20px 10px;
	background: #f2f2f2;
	clear: both;
}
.cultureB{
	width: 100%;
	height: auto;
	clear: both;
}
.cultureB figure{
	width:50%;
	max-height: 300px;
	float: left;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	
}
.cultureB figure img{
	width:90%;
	height: 100%;

	
	
}

.Root figure{
	width:49%;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.Root figure:nth-child(odd){
	margin-right: 2%;
}

.Root figure img{
	width:100%;

}
.Root figure figcaption{
	width:100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.tab-pane{
	padding-top: 20px!important;
}

@media(max-width:1024px){
	.cultureT figure {
    width:33%;
    height: auto;
    float: left;
	margin-bottom: 20px;
}
}
@media(max-width:758px){
	.cultureB figure {
    width:100%;
    max-height: 300px;
    float: left;
    position: relative;
    margin-bottom: 30px;
	padding: 0px 5px;
}
	.tab-content ul li{
		width: 49%;
	}
.cultureT figure img {
    width: 100%;
    height:110px;
    float: left;
}
	.cultureT figure {
    width:100%;
    height: auto;
    margin-bottom: 20px;
}
	.cultureB figure:nth-child(even) figcaption {
		
		position: absolute;
	    width:18px;
		padding-top:0px;
	   	left:5%;
		margin-top:0px;
}
	.tab-content ul li{
	width:99%;
	height: auto;
	margin-right: 1%;
	float: left;

}

}

.tab-content ul{
	width:100%;
	height: auto;

}
.tab-content ul li{
	width:49%;
	height: auto;
	margin-right: 1%;
	float: left;

}
.tab-content ul li ul{
	width:100%;
	
	

}
.tab-content ul li ul li{
	width:100%;
	
	

}
.tab-content ul li ul li img{
	width:100%;
	
	

}