@charset"utf-8";
html,body,div,p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,dr,dd,nav,form{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
li{
	list-style: none;
}
a{
	text-decoration:none;
	color: #333;
}
.gpbj{
    background: url(../image/gpbj.png) no-repeat;
    background-size: 100% 100%;
}

.active{
	border-bottom: 2px solid #B38084;
}
.active a{
	color: #B42D44;
}
.nav span{
	float: left;
	line-height: 50px;
	color: #DEDEDE;
}

.content_h2{
	text-align: center;
	margin: 40px;
	line-height: 50px;
	font-size: 36px;
	font-weight: 500;
}
.culture_1{
	overflow: hidden;
        display: none;
}
.cule_show{
			display: block !important;
		}
.culture_1 li{
	width: 20%;
	float: left;
	height: 22vw;
	box-sizing: border-box;
	padding: 50px 30px 0 20px;
	margin-left: 6.6%;
	margin-bottom: 50px;
	color: white;
	background: url(../image/books.png) no-repeat;
	background-size: 100% 100%;
}

.culture_1 li:nth-child(4n+1){
	margin-left: 0;
}
.culture_1 li p{
	text-align: center;
	font-size: 1.498vw;
	font-weight: bold;
	line-height: 2vw;
}
.culture_1 li a{
	display: block;
	margin-top: 80px;
	text-align: center;
	color: white;
}

/* 社会责任 */
.brand_tab{
	margin: 30px;
	overflow: hidden;
}
.brand_tab li{
	float: left;
	width: 13%;
	font-size: 26px;
	cursor: pointer;
}
.brand_tab li span{
	display: inline-block;
	line-height:60px ;
}
.activeray{
	color: #d12b35;
}
.activeray span{
	border-bottom: 3px solid #d12b35;
}
.listOf-s{
	overflow: hidden;
}
.listOf-s li{
	border: 1px solid #e7e5e2;
	width: 47.6%;
	float: left;
	margin: 2px 4% 50px 2px;
}
.listOf-s li:nth-child(even){
	margin-right: 0;
}
.listOfThe-s{
	margin: 5px;
	border: 1px solid #e7e5e2;
	box-sizing: border-box;
	padding: 5%;
	background: #f8f9fa;
}
.listOfThe-s p{
	line-height: 20px;
}
.listOfThe-s h3{
	line-height: 50px;
}
.listOfThe-s div{
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.listOf-s li:hover{
	box-shadow: 0 0 10px #e7e6e3;
}
.listOf-s-s li:hover .listOfThe{
	background: white;
}
.listOf-s-s-s li:hover .listOfThe h3{
	color: #C73038;
}

@media screen and (max-width:1366px) and (min-width:1280px) {

.brand_tab li{width:20%;}
.listOf-s li{width:46.7%}

}

















