.otherLayer{
	width: 100vw;
	padding: 11vh 6vw 6vw 280px;
	box-sizing: border-box;
}
.media{
	width: 100%;
	height: 100%;
	margin-bottom: 6vw;
}
.choseWrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vw;
}
.choseWrap .col-md-3{
	width: 17.71vw;
	height: 2vw;
}
.dropdown{
	position: relative;
}
.dropdown  .btn{
	display: inline-block;
	width: 100%;
	padding: 6px 22px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	color: #040000;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid #040000;
	/* background-color: #fff; */
}
.curstr {
  float: left;
}
.caret {
	display: block;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 16px;
	height: 9px;
	background: url(../images/jt_down.png) no-repeat;
}

.dropdown ul {
  width: 100%;
}
.dropdown-menu{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	/* min-width: 160px; */
	padding: 5px 0;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #040000;
	border-top: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	color: #999;
	white-space: nowrap;
	font-weight: 300;
	cursor: pointer;
}
.dropdown-menu > li > a:hover{
	background: #f5f5f5;
	color: #333;
}
.clearChose{
	width:100%;
	box-sizing: border-box;
	display: block; 
	border:1px solid #040000;
	padding: 6px 0;
	font-size: 16px; 
	text-align:center;
	color:#040000;
	font-weight: 300;
}
.mediaList ul{
	display: flex;
	flex-wrap: wrap;
}
.mediaList ul li{
	width: 17.71vw;
	height: 26vh;
	margin-bottom: 3vw;
	margin-right: 9.48vw;
	position: relative;
}
.mediaList ul li:nth-child(3n){
	margin-right: 0;
}
.media-pic{
	width: 17.71vw;
	height: 10vw;
	overflow: hidden;
}
.media-pic:hover::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17.71vw;
	height: 10vw;
	background: rgba(255,255,255,.3);
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
}
.dateType{
	font-size: 14px;
	color: #151111;
	font-weight: 300;
	padding: 1vh 1vw;
}
.media-tit{
	font-size: 20px;
	color: #040000;
	font-weight: 300;
	padding: 0 1vw;
}
.p_name{
	font-size: 14px;
	color: #999;
	font-weight: 300;
	padding: 2vh 1vw 0;
}
/* 弹窗显示 */
#div_showmore{
	position: fixed;
	width: 100%;
	height: 100%;
	padding-left: 0px;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9998;
	display: none;
}
.fixed_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
#picshowmore {
	position: absolute;
	text-align: center;
	width: 50%;
	/* left: 17%; */
	top: 10%;
	height: 80%;
	left: 50%;
	transform: translateX(-50%);
}

#div_showmore .swiper-container {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: visible;
}
#div_showmore .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	cursor: zoom-in;
	transform:scale(1, 1);
}
#div_showmore .swiper-slide.on{
	cursor: grab;
	transform:scale(1.2, 1.2);
}
#div_showmore .swiper-container-horizontal>.swiper-scrollbar{bottom:-50px;height: 1px;}
	
#div_showmore .swiper-slide img{height: 100%;width: auto !important;}
#closeshowmore {
	position: fixed;
	z-index: 9999;
	width: 30px;
	height: 30px;
	top: 30px;
	right: 40px;
	font-weight: 300;
}	


/* 店铺地址 */
.storeAdr {
	width: 100%;
	height: 100%;
	/* position: relative; */
}
.storeAdr .storeAdr-titPic{
	width: 43vw;
	height: 6vh;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.storeAdr .adrBanner{
	width: 100%;
	/* position: absolute; */
	/* top: 3vw; */
}
.storeAdr-info{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top:5vh;
}
.storeAdr-info .adr-tit .adr-titEn{
	font-family: TrajanPro-Regular;
	font-size: 3vw;
	font-size: calc(12*100vw/var(--size));
	color: #040000;
}
.adr-titEn::before{
	content: '';
	display: block;
	width: 10vw;
	border-top: 1px solid #363333;
	padding: 1vh 0;
}
.adr-titZh{
	font-size: 1.7vw;
	color: #040000;
	font-weight: 300;
	margin-top: 1vh;
}
.adr-intro p{
	font-size: .83vw;
	color: #666;
	line-height: 4vh;
	font-weight: 300;
}
.allStoreWrap{
	width: 100%;
	height: auto;
	background: #faf9f5;
	margin-top: 4vw;
	margin-bottom: 8vh;
	padding: 4vw 5vw;
	box-sizing: border-box;
}
.allStoreWrapper{
	width: 100%;
	text-align: center;
}
.storeType{
	display: inline-block;
	padding: 1vh 2vw;
	background-color: #040000;
	font-size: 16px;
	color: #faf9f5;
	text-align: center;
	margin: 0 auto;
	font-weight: 300;
}
.storeAdr .col-md-3{
	width: 18vw;
	margin-top: 5vw;
}
.storeAdrList {
	width: 100%;
	text-align: left;
	margin-bottom: 2vw;
}
.storeAdrList .sheng{
	font-size: 18px;
	color: #040000;
	margin-bottom: 3vh;
}
.s_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s_list li{
	width: 18vw;
	/* margin-right: 5.1vw; */
	margin-bottom: 4vw;
}
.s_list li:nth-child(3n){
	margin-right: 0;
}
.s_list .store-tit,.s_list .store-adr{
	font-size: 16px;
	color: #040000;
	font-weight: 300;
}
.s_list .store-adr{
	color:#8a8a8a;
	padding: 1vh 0;
}
.s_list .store-adr::after{
	content: '';
	display: block;
	width: 2vw;
	border-bottom: 1px solid #040000;
	padding-top: 4vh;
}

.show{
	width: 100%;
	height: 100%;
	position: relative;
}
.showTop{
	height: 65vh;
	display: flex;
	justify-content: space-between;
}
.showTop .right {
	width: 50vw; 
	overflow: hidden;
}

.showTop .left {
	width: 22vw;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	padding: 4vw 0;
}

.showTop .leftHead span {
	font-size: 48px;
	color: #999;
	font-weight: 300;
}

.showTop .leftHead h4 {
	font-size: 22px;
	color: #333;
	padding: 1vw 0 0;
}

.showTop .leftHead a {
	font-size: 14px;
	color: #898989;
	line-height: 30px;
	display: inline-block;
	position: relative;
	font-weight: 300;
}

.showTop .leftHead a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #a6a6a6;
	transition: all .5s;
}

.showTop .leftHead a:hover::before {
	width: 100%;
}

.showTop .leftBtn {
	width: 100%;
}
.showTop .leftBtn .search {
	width: 16vw;
	height: 2vw;
	border: solid 1px #040000;
	text-align: center;
	line-height: 2vw;
	margin-top: 40px;
}
.showTop .leftBtn .search a {
	font-size: 16px;
	color: #040000;
	font-weight: 300;
}
.slider {
	/* display: flex;
	justify-content: space-between;
	align-items: flex-end; */
	margin-top: 2vw;
}

.slider .left {
	width: 100%;

}

.slider .right {
	float: right;
	width: 8vw;
	display: flex;
	justify-content: space-between;
	margin-top: 4vh;
}

.slider .right div {
	width: 40px;
	height: 40px;
	cursor: pointer;
	outline: none;
}
.slider .right .slider-prev {
	background: url(../images/jtFl.png)no-repeat;
	background-size: 100% 100%;
}
.slider .right .slider-next {
	background: url(../images/jtFr.png)no-repeat;
	background-size: 100% 100%;
}
.slider .right .slider-prev:hover {
	background: url(../images/jtFlOn.png)no-repeat;
	background-size: 100% 100%;
}
.slider .right .slider-next:hover {
	background: url(../images/jtFrOn.png)no-repeat;
	background-size: 100% 100%;
}
.slider  .sliderUl{
	display: flex;
}
.slider .swiper-slide{
	width: 16vw;
	height:26vh;
	overflow: hidden;
	/* margin-right: 2vw; */
}
.slider .videoPic{
	width: 16vw;
	height: 9vw;
	overflow: hidden;
	position: relative;
}
.slider .on .videoPic::before{
	display: none;
	
}
.videoPic::before{
	content: '';
	display:block;
	width: 100%;
	height: 100%;
	background-color: #3f3c34;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.videoPic::after{
	content: '';
	display:block;
	width: 39px;
	height: 39px;
	background: url(../images/pigPlay.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.slider .video_name{
	width: 16vw;
	font-size: 16px;
	color: #333;
	margin: 1vw 0;
	font-weight: 300;
} 
.slider .video_year{
	width: 16vw;
	font-size: 14px;
	color: #999;
	text-decoration: underline;
	font-weight: 300;
} 
/* 人才招聘 */
.recruitmentPage{
	width: 100vw;
	padding: 0 6vw 2% 280px;
	box-sizing: border-box;
}
.recruitmentMain{
	position: relative;
	padding-top: 11vh;
}
.recruitmentPage .recruitmentTitEn{
	font-family: TrajanPro-Regular;
	font-size: 3.13vw;
	font-size: calc(12*100vw/var(--size));
	color: #333;
	letter-spacing:3px;
}
.recruitmentPage .recruitmentTit{
	font-size: 1.88vw;
	color: #333333;
	padding-top: 2vh;
	font-weight: 300;
}
.recruitmentCon{
	display: flex;
	justify-content: space-between;
}
.recruitmentCon .recruitmentFl{
	width: 30vw;
}
.deveCon1{
	padding-top: 5.26vw;
}
.deveCon2{
	display: flex;
	padding-top: 5.6vw;
}
.recruitmentFl .deveConTit{
	font-size: 1.04vw;
	line-height: 1.56vw;
	color: #333333;
	font-weight: 300;
	margin-bottom:10px;
}
.recruitmentFl p{
	font-size: 0.94vw;
	line-height: 2.08vw;
	color: #999999;
	font-weight: 300;
}
.deveCon2_fl{
	margin: 0 7.4vw;
}
.recruitmentCon .recruitmentFr{
	width: 40vw;
}
.zpMain{
	width: 56vw;
}
.zpMain .zp_tit{
	font-size: 24px;
	line-height: 2.5vw
	color: #333333;
	font-weight:300;
}
.zpMain .zp_tit::before{
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #000;
	margin-bottom: 25px;
}
.zpList{
	padding-top: 40px;
}
.zpList li{
	cursor: pointer;
}
.jobName{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 0;
	border-bottom: 1px solid #cccccc;
}
.jobName div{
	font-size: 14px;
	color: #333;
	font-weight: 300;
}
.jobName .jt_img{
	width: 16px;
	height: 9px;
	background: url(../images/jt_down.png) no-repeat;
	transition: .5s;
}
.zpList  li.on .jt_img{
	width: 16px;
	height: 9px;
	transform: rotate(180deg);
}


.jobZz{
	padding: 30px 0;
	display: none;
}
.jobZz p,.jobZz span,.jobZz div{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	font-weight: 300;
}
.jobZz div{
	margin-bottom: 20px;
}
.zpCon{
	font-size: 14px;
	color: #999;
	font-weight: 300;
	line-height: 30px;
	padding-top: 50px;
}
.zpCon .zpCon_tit{
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.zpCon .zpCon_intro{
	padding: 0 10px;
}
.zpCon .ma{
	width: 115px;
	height: 115px;
	overflow: hidden;
	padding: 20px 0 0 10px;
	
}




/* 大屏幕适配 */
@media (min-width: 1920px){ 
	.otherLayer{
		padding: 8vh 6vw 6vw 18.58vw;
	}
	.showTop .left{
		/* width: 15vw; */
		padding: 5vw 0;
	}
	.showTop .leftHead span{
		font-size: 52px;
	}
	.showTop .leftHead h4{
		font-size: 26px;
	}
	.showTop .leftHead a{
		font-size: 18px;
	}
	.dropdown .btn{
		font-size: 18px;
	}
	.s_list li {
		margin-bottom: 3vw;
	}
	
}


@media (max-width: 1120px){ 
	.deveCon2_fl {
	   margin: 0 3.4vw;
	}
}