﻿@charset "utf-8";
/* 关于我们 */

.banner img{
	height: auto;
	width: 100%;

}
/*.title{
	background: #ebebeb;
	text-align: center;
	margin: auto;
	width: 100%;
	height: 74px;
	line-height: 74px;
	position: relative;
}
.title ul{
	/* text-align: center; */
	/*height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.title ul li{
	float: left;
	background: #c3a166;
	width: 140px;
	margin-right:16px ;
	color: #fff;
}
.title ul li:hover{
	background: #aa8d5a;
} */
.sec5{
	width: 1200px;
	
	margin: auto;
}
.sec5-img{
	position: relative;
	height: auto;
	margin-bottom:30px ;
}
.sec5-img img{
	width: 100%;
	height: auto;
}
.s5-title{
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #bd9f7e;
	width: 486px;
	height: 152px;
	padding-left: 40px;
}
.s5-title h4{
	padding-top:50px ;
	font-size: 30px;
}
.s5-title>p{
	font-size: 14px;

}
.sec5 .sec5-content{
	padding: 50px 0;
}
.sec5 .sec5-content>p{
	line-height: 200%;
	font-size: 16px;
	color: #4f4f4f;
}