.brand{
	/* padding-top: 3vw; */
	/* padding-bottom: 8vh; */
}
.brandMain{
	position: relative;
	padding-top: 11vh;
}
/* 品牌中心 */
.brandTit .b_title{
	font-size: 2vw;
	font-size: calc(7*100vw/var(--size));
	color: #333;
	font-weight: 300;
	margin-top: 2vh;
}
.brandTit .b_titleEn{
	font-family: TrajanPro-Regular;
	font-size: 3vw;
	font-size: calc(12*100vw/var(--size));
	color: #333;
	/* border-top: 1px solid #363333; */
	border-bottom: 1px solid #363333;
	padding:0 0 2vh;
	font-weight: 300;
}
.brandTit1{
	width: 18vw;
	height: 20vh;
	padding: 0 0 7vh 0;
}
.brand_t1{
	font-size: 16px;
	color: #999;
	transform: rotate(90deg);
	position: absolute;
	top: 15vh;
	right: 0;
	width: 15px;
	display: inline-block;
	letter-spacing: 5px;
	white-space: nowrap;
}
.brand_con1,.brand_con3 {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.brand_con1{
	/* height: 52vw; */
}
.brand_con1 .brand_pic1{
	width: 33vw;
	overflow: hidden;
}

.brand_con1 .brand_txt1,.brand_con3 .brand_txt2{
	padding: 4vh 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.brand_con1 .brand_txt1 p,.brand_con3 .brand_txt2 p{
	font-size: 14px;
	color: #666;
	font-weight: 300;
	margin:3vh 0;
}
.brand_con1 .brand_con1Fr{
	width: 37vw;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}


.brand_con2{
	width: 26vw;
	position: relative;
	margin: 14vh auto;
}
.brand_con2 .brand_line{
	position: absolute;
	left: -2vw;
	width: 11vw;
	padding: 5vh 0;
	border-top: 1px solid #363333;
	border-bottom: 1px solid #363333;
}
.brand_con2 .brand_pic2{
	width: 26vw;
	overflow: hidden;
}
.brand_con2 .brand_pic2 img{
	margin-top: 5vh;
}
.brand_con3{
	margin-bottom: 10vh;
}
.brand_con3 .brand_con3Fl{
	width: 28vw;
	/* height: 44vw; */
	/* display: flex;
	flex-wrap: wrap;
	align-content: space-between; */
	/* margin-top: 25vh; */
}
.brand_con3 .brand_con3Fr{
	width: 36vw;
	position: relative;
}
.brand_con3 .brand_pic3{
	width: 36vw;
	overflow: hidden;
	/* margin-top: 16vh; */
}
.brandTit2{
	width: 23vw;
	/* position: absolute;
	left: -2vw; */
}


/* 品牌历程 */
.brand_tit {
	/* padding-top: 6vw; */
}
.brand_tit .brand_zhTit{
	font-size: 2vw;
	font-size: calc(7*100vw/var(--size));
	color: #333;
	font-weight: 300;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}
/* .brand_tit .brand_zhTit div:last-child{
	width: 47vw;
	height: 5vw;
	background-color: #faf9f5;
} */
.brand_tit .brand_EnTit{
	font-family: TrajanPro-Regular;
	font-size: 3vw;
	font-size: calc(12*100vw/var(--size));
	color: #333;
	/* margin-top: 3vh; */
}
.historyList{
	margin: 5vh 0 5vh;
	width: 100%;
	box-sizing: border-box;
	max-height: 58vw;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.historyList .swiper-slide{
	width: 100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.historyList .historyFl{
	max-width: 34vw;
	max-height: 34vw;
	margin: 0 auto;
	overflow: hidden;
	margin-right: 8vw;
}
.historyList .historyFr{
	width: 31vw;
	max-height: 58vw;
	margin-right: 2vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.history-txtCon{
	width: 100%;
	margin-bottom: 2vh;
}
.history-txtCon:last-child{
	margin-bottom: 0;
}
.history-txtCon  .history-year{
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}
.history-txtCon  .history-detail{
	font-size: 16px;
	color: #999;
	line-height: 36px;
	font-weight: 300;
	margin-top: 2vh;
}
.history-txtCon .history-detail p{
	display: flex;
}
.history-txtCon .history-detail  em{
	display: inline-block;
}
.history-txtCon .history-detail em:first-child{
	margin-right: 1vw;
}
.history-txtCon .history-detail em:last-child{
	margin-left: 1vw;
}
.history-detail span{
	max-width: 29vw;
}
.history-timeList{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6vw;
}
.history-timeList ul{
	width: 46vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.history-timeList li{
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.history-timeList li span{
	padding: 0 10px;
}
.history-timeList li.on{
	font-size: 16px;
	color: #333;
}
.history-timeList li.on::before,.history-timeList li.on::after{
	content: '';
	width: 2px;
	height: 2px;
	background: #333;
	border-radius: 50%;
	display: inline-block;
}
.changeBtn{
	/* width: 8vw; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
}
.changeBtn .brandPrev,.changeBtn .brandNext{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: 0;
	outline: none;
	overflow: hidden;
	cursor: pointer;
	margin: 0 15px;
}
.changeBtn .brandPrev{
	background: url(../images/jtFl.png) no-repeat;
}
.changeBtn .brandNext{
	background: url(../images/jtFr.png) no-repeat;
}
.changeBtn .brandNext::after,.changeBtn .brandPrev::after{
	content: '';
	width: 40px;
	height: 40px;
	transition: .5s;
	display: block;
}
.changeBtn .brandNext::after{
	background: url(../images/jtFrOn.png) no-repeat;
	transform: translateX(-40px);
}
.changeBtn .brandNext:hover::after,.changeBtn .brandPrev:hover::after{
	transform: translateX(0);
}

.changeBtn .brandPrev::after{
	background: url(../images/jtFlOn.png) no-repeat;
	transform: translateX(40px);
}


/* 品牌文化 */
.brandCulture{
	/* padding: 11vh 0 0; */
	height: 84vh;
	/* background: red; */
	display: flex;
	/* align-items: flex-end; */
	justify-content: space-between;
	margin-bottom: 4vh;
}


.brandCulture_fl{
	width: 37vw;
	/*display: flex;
	flex-wrap: wrap;
	align-content:space-between; */
}
.brandCulture_Tit{
	position: relative;
	width: 29vw;
	height: 8vw;
}
/* .brandCulture_Tit::before{
	content: '';
	width: 2vw;
	height: 8vw;
	background-color: #faf9f5;
	position: absolute;
	left: 0;
	top: 0;
} */
.brandCulture_TitEn{
	/* position: absolute;
	left: 1vw; */
	font-family: TrajanPro-Regular;
	font-size: 3vw;
	font-size: calc(12*100vw/var(--size));
	color: #040000;
}

.brandCulture_TitZh{
	/* width: 11vw;
	position: absolute;
	left: 1vw;
	top: 7vh; */
	font-size: 2vw;
	font-size: calc(7*100vw/var(--size));
	color: #040000;
	font-weight: 300;
	/* border-top: 1px solid #363333; */
	padding-top: 1vh;
}
.brandCulture_Tit.on{
	height: 6vw;
}
.brandCulture_Tit.on::before{
	height: 6vw;
}
.brandCulture_Tit.on .brandCulture_TitEn{
	font-size: 2.5vw;
}
.brandCulture_Tit.on .brandCulture_TitZh{
	/* top: 5vh; */
	font-size: 1.5vw;
	padding-top: 2vh;
}

.brandCulture_fr{
	width: 36vw;
	overflow: hidden;
	display: flex;
	/* align-items: flex-end; */
	/* margin-top: 8vh; */
}
.brandCulture_txt{
	width: 100%;
	margin-top: 4vw;
	/* width: 25vw; */
	/* margin: 0 auto; */
}
.brandCulture_txt .brandCulture_txt1{
	/* width: 100%; */
	margin-bottom: 5vh;
}

.brandCulture_txt1 div{
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}
.brandCulture_txt1 p{
	font-size: 14px;
	color: #999;
	font-weight: 300;
	line-height:3.4vh;
}



.lookMoreBtn{
	/* width: 245px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 4px; */
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	width: 200px;
	height:40px;
	line-height: 40px;
	border: solid 1px #cfb675;
}
.lookMoreBtn div p{
	position: absolute;
	z-index: 2;
	color: #cfb675;
	text-transform: uppercase;
}
.lookMoreBtn div{
	/* width: 6.2vw; */
	height: 100%;
	padding: 0 30px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

.lookMoreBtn div::after{
	width: 100%;
	height: 100%;
	content: '';
	background: #cfb675;
	position: absolute;
	left:0;
	top: 100%;
	transition: .3s;
}

.lookMoreBtn:hover div::after{
	top: 0;
}
.lookMoreBtn:hover div p{
	color: #fff; 
}

.lookMoreBtn span{
	width: 6px;
	height: 10px;
	background: url(../images/jt.png) no-repeat;
	transition: .3s;
	display: inline-block;
	position: absolute;
	right:40px;
	top: 15px;
	z-index: 1;
}
.lookMoreBtn:hover span{
	background: url(../images/jtOn.png) no-repeat;
	transform: translate(-10px, 0px); 
} 




.bigMask{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.bigMask .big_img_close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: 35px;
	background: url(../images/big_img_close.png) no-repeat center;
	background-size: 100% 100%;
	cursor:pointer;
	z-index: 99999;
}
.bigMask .big_img_main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.big_img_main .bigImg-container{
	width: 800px;
	/* height: 1080px; */
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: zoom-in;
	overflow: hidden;
	transform:translate(-50%,-50%) scale(.7, .7);
	transition: none 0s ease 0s;
	opacity: 1;
}
.big_img_main .bigImg-container.on{
	cursor: grab;
	transform:translate(-50%,-50%) scale(.8, .8);
}
.big_img_main .swiper-slide img{
	height: 100%;
}
.bigMask .sliders-prev{
	position: absolute;
	left: 3.7%;
	top: 35%;
	width: 200px;
	height: 200px;
	/* z-index: 99999; */
	cursor: pointer;
	background: url(../images/jtFl.png)no-repeat center center;
	background-size: 40px 40px;
	outline: none;
}
.bigMask .sliders-next{
	position: absolute;
	right: 3.7%;
	top: 35%;
	width: 200px;
	height: 200px;
	/* z-index: 99999; */
	cursor: pointer;
	background: url(../images/jtFr.png)no-repeat center center;
	background-size: 40px 40px;
	outline: none;
}

.bigMask .sliders-prev:hover {
	background:url(../images/jtFlOn.png)no-repeat center center;
	background-size: 40px 40px;
}

.bigMask .sliders-next:hover {
	background: url(../images/jtFrOn.png)no-repeat center center;
	background-size: 40px 40px;
}
.bigMask .swiper-pagination-fraction{
	position: absolute;
	left: 14%;
	top: 35%;
	width: 200px;
	height: 200px;
	line-height: 200px;
	/* z-index: 9999; */
	font-weight: 300;
}
.bigMask .swiper-pagination-current{
	font-size: 40px;
}




/* 大屏幕适配 */
@media (min-width: 1920px){ 
	.brandMain{
		padding-top: 8vh;
	}
	.brand_con1 .brand_txt1, .brand_con3 .brand_txt2{
		padding: 3vh 0;
	}
	.brand_con1 .brand_txt1 p, .brand_con3 .brand_txt2 p{
		font-size: 19px;
		line-height: 36px;
		margin: 2vh 0;
	}
	.brandCulture_txt{
		margin-top: 2vw;
	}
	.brandCulture_txt1 div{
		font-size: 20px;
	}
	.brandCulture_txt1 p{
		font-size: 18px;
	}
	
	
	
}


















