/* 首页css */

/* 品牌展示css */
.about-us-card{
	z-index:100;
	border-radius: 8px;
	margin-top: -160px;
	background: #fff;
	position: relative;
	padding: 48px;
	box-shadow: 0px 8px 32px 0px rgba(115, 115, 128, 0.16);
	border: #aaaaaa solid 1px;
}
.about-us-card .title{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 32px;
	color: #734C3B;
}
.about-us-card .logo{
	background: #A1887D;
	padding: 28px 24px;
	margin-left: 48px;
}
.about-us-card .logo img{
	width: 138px;
	height: 54px;
}
.about-us-card .list-item{
	margin-top: 32px;
}
.about-us-card .list-item div{
	border-right: 1px solid #AE9F98;
}
.about-us-card .list-item div:last-child{
	border-right: 0;
}


/* 董事长介绍 */
.person-card{
	margin: 80px auto;
	width: 1216px;
	border: 1px dashed #ccc;
}
.person-card .info{
	height: 520px;
	position: relative;
}
.person-card .content{
	width: 620px;
	position: absolute;
	right: 100px;
	top: 30px;
}
.person-card .name{
	font-size: 48px;
	font-weight: 500;
}
.person-card .name span{
	font-size: 24px;
	margin-left: 5px;
}
.person-card .tag{
	background-color: #A1887D;
	font-size: 16px;
	color: #fff;
	border-radius: 12px 2px 12px 2px;
	text-align: center;
	margin-bottom: 52px;
	padding: 4px 12px;
}
.person-card .content section{
	margin-top: 30px;
	color: #737380;
}
.person-card .content section p{
	line-height: 30px;
}
/* 项目核心 */
.project-content{
	width: 936px;
	margin: 0 auto;
	display: flex;
	background-color: #52618F;
	color: #737380;
	margin-top: 96px;
}
.project img{
	width: 40%;
	margin-top: -60px;
}
.project .name{
	font-size: 32px;
	color: #fff;
	margin-top: -72px;
	margin-bottom: 30px;
}
.project .introduce{
	min-width: 300px;
	padding-right: 40px;
	position: relative;
}
.project .text-line4{
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex-direction: column;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
.project .right{
	background: #FFFFFF;
	padding: 20px 30px 0 40px;
	position: relative;
}
.project .right .arrow{
	right: -65px;
	top: 34%;
	width: 60%;
	display: none;
}
.project .right .number{
	color: rgb(174 159 152 / 50%);
	font-size: 96px;
	font-weight: 500;
}
.project .right .name{
	font-size: 24px;
	color: #34373C;
	margin-bottom: 40px;
	margin-top: 0;
}
.project .arrow{
	position: absolute;
	right: -70px;
	top: 35%;
	width: 40%;
	z-index: 2;
	margin: 0;
}

/* 门店展示 */
.swiper2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sotre-swiper{
	width: 1408px;
	margin: 56px auto 0;
}
@media screen and (max-width: 600px){
	.sotre-swiper{
		margin: 56px auto 0;
	}
}
.sotre-swiper .swiper2{
	width: 1216px;
	margin: 0 auto;
}
.sotre-swiper .swiper-wrapper .swiper-slide{
	width: 280px !important;
	height: 370px !important;
}
.sotre-swiper .swiper-wrapper p.store-name{
	padding: 5px 12px;
	background: #A1887D;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-align: left;
	cursor: pointer;
	z-index: 1;
}
.sotre-swiper .swiper-wrapper .store-info{
	color: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	background: #A1887D;
	padding: 5px 12px;
	opacity: 0;
}
.sotre-swiper .icon-tel{
	width: 16px;
	height: 16px;
	display: block;
	margin: 10px 10px 10px 0;
}
.store-info-active{
	opacity: 1 !important;
	z-index: 3;
}
.sotre-swiper .prev{
	position: absolute;
	left: 0;
}
.sotre-swiper .next{
	position: absolute;
	right: 0;
}




/* 品牌愿景广告位 */
.brand{
	background-image: url('../img/pinpai-bg.png');
	background-size: contain;
	width: 100%;
	height: 300px;
	color: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.brand p:first-child{
	font-size: 32px;
	margin-bottom: 24px;
}
.brand p:last-child{
	font-size: 48px;
	font-weight: 500;
}
/* 品牌使命 */
.brand-intro .card-title, 
.brand-jiazhi .card-title,
.news-card .card-title{
	margin-bottom: 50px;
}
.brand-intro .img-item{
	width: 384px;
	height: 295px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.brand-intro .img-item p{
	/* font-size: 24px; */
	font-size: 16px;
	color: #fff;
	background-color: #A1887D;
	height: 50px;
	line-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	opacity: 1; 
	transition: opacity 0.8s ease-in-out;
	padding: 0 5px;
}
.brand-intro .img-item:hover p{
	opacity: 1;
}
.brand-intro .img-item:last-child{
	margin-right: 0;
}
/* 品牌价值观 */
.brand-jiazhi,
.news-card{
	background-color: #F2F2F2;
}
.brand-jiazhi ul li{
	width: calc(1216px / 4 - 40px);
	background: #fff;
	box-shadow: 0px 8px 32px 0px rgba(115, 115, 128, 0.16);
	border-radius: 4px;
	text-align: center;
	padding: 56px 0px 64px 0px;
	margin-right: 40px;
	display: inline-block;
}
.brand-jiazhi ul li:last-child{
	margin-right: 0;
}
.brand-jiazhi p{
	color: #A1887D;
	font-size: 32px;
	margin-top: 30px;
}
