﻿.BMap_shadow {
	display: none !important;
}

.banner {
	position: relative;
	overflow: hidden;
	background-image: url('img/joinus_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	display: flex;
}

.banner .titleBox {
	width: 70vw;
	margin: auto;
}

.banner .titleBox .t {
	font-size: 3.3vw;
	color: #fff;
	line-height: 4vw;
}

.banner .titleBox .line {
	display: inline-block;
	width: 8vw;
	height: 0.4vw;
	background-color: #fff;
	margin-top: 4vw;
	transform: skewX(-30deg);
}

.jiazhiBox {
	background-color: #EFEFF7;
	background-image: url('img/joinus.jpg');
	background-size: cover;
	height: 100vh;
	position: relative;
}

.jiazhiBox .titleBox {
	text-align: center;
	position: absolute;
	top: 6vw;
	left: 0;
	width: 100%;
	z-index: 9;
}

.jiazhiBox .titleBox .t {
	font-size: 1.8vw;
	color: #fff;
	font-weight: 700;
}

.jiazhiBox .titleBox .e {
	font-size: 1.2vw;
	color: #fff;
	margin: .5vw 0;
}

.jiazhiBox .titleBox .l {
	width: 3vw;
	width: 4vw;
	height: .2vw;
	background: #fff;
	margin: auto;
	transform: skewX(-30deg);
	margin-top: 1vw;
}

.jiazhiBox .itemBox {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.jiazhiBox .itemBox .item {
	flex: 0 0 25%;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.jiazhiBox .itemBox .item .en {
	font-size: 1.8vw;
	color: #FFFFFF;
	visibility: hidden;
}

.jiazhiBox .itemBox .item .name {
	font-size: 1.8vw;
	color: #FFFFFF;
	font-weight: bold;
	margin: 1vw 0;
}

.jiazhiBox .itemBox .item .line {
	width: 3vw;
	height: 4px;
	background: #FFFFFF;
	margin: auto;
	visibility: hidden;
}

.jiazhiBox .itemBox .item .des {
	font-size: 1.4vw;
	color: #FFFFFF;
	margin-top: 1.5vw;
	visibility: hidden;
}

.jiazhiBox .itemBox .item:hover {
	background: rgba(60, 60, 60, 0.1000);
	backdrop-filter: blur(3px);
}

.jiazhiBox .itemBox .item:hover .en {
	visibility: unset;
}

.jiazhiBox .itemBox .item:hover .line {
	visibility: unset;
}

.jiazhiBox .itemBox .item:hover .des {
	visibility: unset;
}

.fp-tableCell {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myfooter .fp-tableCell {
	display: block;
}

.fuliBox {
	background-color: #fff;
}

.fuliBox .content {
	width: 100%;
	padding: 6vw 0;
}

.fuliBox .titleBox {
	text-align: center;

}

.fuliBox .titleBox .t {
	font-size: 1.8vw;
	font-weight: 700;
	color: #040D14;
}

.fuliBox .titleBox .e {
	font-size: 1.2vw;
	color: #444452;
	margin: .5vw 0;
}

.fuliBox .titleBox .l {
	width: 3vw;
	width: 4vw;
	height: .2vw;
	background: #000;
	margin: auto;
	transform: skewX(-30deg);
	margin-top: 1vw;
}

.fuliBox .imgBox {
	width: 80vw;
	margin: auto;
}

.fuliBox .imgBox .navBox {
	display: flex;
	align-items: center;
	margin-top: 3vw;

}

.fuliBox .imgBox .navBox .n {
	flex: 1;
	text-align: left;
	position: relative;
	font-size: 1.2vw;
	padding-bottom: 1vw;
	color: #444452;
	cursor: pointer;
	margin-right: 3vw;
}

.fuliBox .imgBox .navBox .n:last-child {
	margin-right: 0;
}

.fuliBox .imgBox .navBox .n::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #979797;
}

.fuliBox .imgBox .navBox .active {
	color: #040D14;
	font-weight: 700;
}

.fuliBox .imgBox .navBox .active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #005CE6;
	transform: skewX(-30deg);
}

.fuliBox .imgBox .imgShow {
	display: flex;
	margin-top: 3vw;
}

.fuliBox .imgBox .imgShow .item {
	flex: 1;
	margin-right: 1.2vw;
}

.fuliBox .imgBox .imgShow .item:last-child {
	margin-right: 0;
}

.fuliBox .imgBox .imgShow .item .i1 {
	width: 100%;
	margin-bottom: 1.2vw;
}

.fuliBox .imgBox .imgShow .item .i2 {
	width: 100%;
}

.fuliBox .swiper {
	position: relative;
	padding-top: 3vw;
}

.fuliBox .swiper .blockR {
	position: absolute;
	width: calc((100vw - 73vw) / 2);
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.4);
}

.fuliBox .swiper .blockL {
	position: absolute;
	width: calc((100vw - 73vw) / 2);
	height: 100%;
	top: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.4);
}

.fuliBox .swiper .imgBoxT {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fuliBox .swiper .imgBoxT .imgT {
	flex: 0 0 49%;
	width: 49%;
	height: 24vw;
	overflow: hidden;

}

.fuliBox .swiper .imgBoxT .imgT .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	transition: all .2s ease-in;
}

.fuliBox .swiper .imgBoxT .imgT:hover .img {
	transform: scale(1.1);
}



.fuliBox .swiper .btnBox .prevSwiperData {
	position: absolute;
	left: 5vw;
	top: 50%;
	width: 2.1vw;
	height: 2.1vw;
	background-image: url('img/left.png');
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, 0);
	z-index: 9;
	cursor: pointer;
}

.fuliBox .swiper .btnBox .prevSwiperData:hover {
	background-image: url('img/right.png');
	transform: translate(-50%, 0) rotate(180deg);
	background-size: 100%;
}

.fuliBox .swiper .btnBox .nextSwiperData {
	position: absolute;
	right: 5vw;
	top: 50%;
	height: 2.1vw;
	width: 2.1vw;
	background-image: url('img/left.png');
	transform: translate(-50%, 0) rotate(180deg);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 9;
	cursor: pointer;
}

.fuliBox .swiper .btnBox .nextSwiperData:hover {
	background-image: url('img/right.png');
	transform: translate(-50%, 0) rotate(0);
	background-size: 100%;
}

.fuliBox .swiper .swiper-slide {
	width: 73vw;
	position: relative;
}



.zhaopinBox {
	background-color: #ECECF4;
	background-image: url('img/wbg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6.5vw 0;
}

.zhaopinBox .content {
	width: 80vw;
	margin: auto;
}

.zhaopinBox .content .navBox {
	display: flex;
	align-items: center;
	justify-content: center;

}

.zhaopinBox .content .navBox .n {
	text-align: center;
	position: relative;
	font-size: 1.5vw;
	padding-bottom: 1vw;
	color: #fff;
	cursor: pointer;
	margin: 0 5vw;
	position: relative;
}

.zhaopinBox .content .navBox .active {
	color: #fff;
	font-weight: 700;
}

.zhaopinBox .content .navBox .active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	transform: skewX(-30deg);
}

.zhaopinBox .content .didianBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2vw;
}

.zhaopinBox .content .didianBox .n {
	padding: .8vw 3vw;
	border-radius: 8px;
	border: 1px solid #fff;
	font-size: 1vw;
	color: #fff;
	margin: 0 4vw;
	cursor: pointer;
	background-color: rgba(252, 252, 252, 0.08);
	font-weight: 700;
}

.zhaopinBox .content .didianBox .active {
	padding: .8vw 3vw;
	border-radius: 8px;
	border: 1px solid #fff;
	font-size: 1vw;
	color: #fff;
	margin: 0 4vw;
	cursor: pointer;
	background-color: rgba(250, 250, 250, 0.3);
	font-weight: 700;
}

.zhaopinBox .content .zhiweiBox {
	height: 24vw;
	background: #FFFFFF;
	border-bottom: solid 1px #F1F1F1;
	padding: 2vw 0 2vw 0;
	display: flex;
	margin-top: 2vw;
	position: relative;
}

.zhaopinBox .content .zhiweiBox .left {
	flex: 0 0 14vw;

	overflow: hidden;
	overflow-y: scroll;
}

.zhaopinBox .content .zhiweiBox .left .item {
	font-size: .9vw;
	color: #444452;
	cursor: pointer;
	position: relative;
	padding: 1vw 2vw;
}

.zhaopinBox .content .zhiweiBox .left .active {
	color: #005CE6;
	background: linear-gradient(90deg, rgba(0, 92, 230, 0.2) 0%, rgba(0, 92, 230, 0) 100%);
}

.zhaopinBox .content .zhiweiBox .left .active::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 1vw;
	background-color: #005CE6;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.zhaopinBox .content .zhiweiBox .right {
	flex: 1;
	margin-left: 2vw;
	margin-right: 2vw;
	overflow: hidden;
	overflow-y: auto;
}

.zhaopinBox .content .zhiweiBox .right::-webkit-scrollbar-thumb {
	background-color: #E7E7F1;
	border-radius: 3px;
	height: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.zhaopinBox .content .zhiweiBox .right::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.zhaopinBox .content .zhiweiBox .right .title {
	font-size: 1.2vw;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 1vw;
	display: flex;
	align-items: center;
}

.zhaopinBox .content .zhiweiBox .right .title .ren {
	display: flex;
	align-items: center;
	margin-left: 1vw;
}

.zhaopinBox .content .zhiweiBox .right .title .r {
	font-size: .8vw;
	color: #444452;
	margin-left: .5vw;
}

.zhaopinBox .content .zhiweiBox .right .title .i {
	width: 1vw;
}

.zhaopinBox .content .zhiweiBox .right .text {
	font-size: .8vw;
	line-height: 1.6vw;
	margin-bottom: 2vw;
}

.zhaopinBox .content .lianxi {
	margin: auto;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 4vw;
	font-size: .9vw;
	color: #939699;
	padding: 0 3vw;
	line-height: 1;
}

.zhaopinBox .content .lianxi .i {
	margin-left: .1vw;
	display: flex;
	align-items: center;
}

.zhaopinBox .content .lianxi .i .dh {
	width: 1.2vw;
	margin-right: .5vw;
}

.zhaopinBox .content .lianxi .i:last-child {
	margin-left: 2vw;
}

.mapBox {
	position: relative;
}

.mapBox .BMap_bubble_title {
	font-size: 1vw;
	font-weight: bold;
	line-height: auto;
}

.mapBox .infoMap {
	font-size: .9vw;
	line-height: 1.2vw;
	margin-top: 1vw;
}

.mapBox .infoMap .i {
	margin-bottom: 1vw;
	display: flex;
	align-items: center;
	font-size: .9vw;
	line-height: 1.2vw;
}

.mapBox .infoMap .daohang {
	display: flex;
	align-items: center;
	background: #EFF3FA;
	border-radius: 4px;
	font-size: .8vw;
	padding: .5vw 1vw;
	color: #005CE6;
	width: 6vw;
	justify-content: center;
	margin-top: 1vw;
	cursor: pointer;
}

.mapBox .infoMap .daohang img {
	margin-right: 5px;
}

.mapBox .infoMap .i:last-child {
	margin-bottom: 0;
}

.mapBox .map {
	height: 35vw;
}

.mapBox .img {
	width: 100%;
}
.mapBox .titleBox {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 5vw;
	left: 0;
}

.mapBox .titleBox .t {
	font-size: 1.8vw;
	font-weight: 700;
	color: #040D14;
}
.mapBox .titleBox .l {
	width: 3vw;
	width: 4vw;
    height: .2vw;
    background: #000;
    margin: auto;
    transform: skewX(-30deg);
    margin-top: 1vw;
}


.zhiweiNav {
	display: none;
}

@media screen and (max-width:1024px) {
	.banner {
		background-image: url('img/joinus_bg.png');
		height: 7.8rem;
	}
	.banner .titleBox .t{
		font-size: .42rem;
		line-height: 1.6;
	}
	.banner .titleBox .line{
		width: 1.25rem;
		height: .06rem;
		margin-top: .3rem;
	}
	.jiazhiBoxwap {
		position: relative;
	}

	.jiazhiBoxwap .titleBox {
		text-align: center;
		position: absolute;
		top: 1rem;
		left: 0;
		width: 100%;
		z-index: 9;
		color: #fff;
	}

	.jiazhiBoxwap .titleBox .t {
		font-size: .38rem;
	}

	.jiazhiBoxwap .titleBox .e {
		font-size: .24rem;
		margin: .2rem 0;
	}

	.jiazhiBoxwap .titleBox {
		margin-bottom: .8rem;
	}

	.jiazhiBoxwap .img {
		width: 100%;
	}

	.jiazhiBoxwap .titleBox .l {
		width: .3rem;
		height: 2px;
		background: #005CE6;
		margin: auto;
	}

	.jiazhiBoxwap .itemBox {
		text-align: center;
		position: absolute;
		top: 2.8rem;
		left: 0;
		width: 100%;
		z-index: 9;
		color: #fff;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.jiazhiBoxwap .itemBox .item {
		flex: 0 0 50%;
		margin-bottom: .7rem;
	}

	.jiazhiBoxwap .itemBox .item .en {
		font-size: .36rem;
	}

	.jiazhiBoxwap .itemBox .item .name {
		font-size: .36rem;
		font-weight: bold;
		margin: .16rem 0;
	}

	.jiazhiBoxwap .itemBox .item .line {
		width: .32rem;
		height: 2px;
		background-color: #fff;
		margin: auto;
	}

	.jiazhiBoxwap .itemBox .item .des {
		font-size: .26rem;
		margin-top: .2rem;
	}

	.fuliBox {
		padding: .8rem 0;
	}

	.fuliBox .content {
		width: 100%;
		padding: 0;
	}

	.zhaopinBox .content {
		width: 100%;
	}

	.fuliBox .titleBox .t {
		font-size: .36rem;
	}

	.fuliBox .titleBox .e {
		font-size: .24rem;
		margin: .2rem 0;
	}
	.fuliBox .titleBox .l{
		width: .9rem;
		height: .06rem;
		margin-top: .3rem;
	}

	.fuliBox .imgBox .navBox {
		margin-top: .6rem;
	}

	.fuliBox .imgBox .navBox .n {
		font-size: .24rem;
		padding-bottom: .23rem;
	}

	.fuliBox .imgBox .navBox .active {
		font-weight: bold;
	}

	.fuliBox .imgBox .navBox .active::after {
		width: 100%;
		height: .06rem;
	}

	.fuliBox .imgBox .imgShow {
		display: block;
		padding: 0 .15rem;
		margin-top: .3rem;
	}

	.fuliBox .imgBox .imgShow .item {}

	.fuliBox .imgBox .imgShow .itemf {
		display: flex;
		margin-right: 0;
		margin-bottom: .06rem;
	}

	.fuliBox .imgBox .imgShow .itemf div {
		flex: 1;
		padding: .06rem;

	}

	.fuliBox .imgBox .imgShow .item .i1 {
		margin-bottom: .16rem;
	}

	.fuliBox .imgBox .imgShow .itemp {
		padding: 0 .06rem;
	}

	.fuliBox .imgBox .imgShow .item .i3 {
		width: 100%;
		margin-bottom: .12rem;
	}


	.zhaopinBox {
		padding: .7rem 0;
	}

	.zhaopinBox .content .navBox {
		margin-top: 0;
	}

	.zhaopinBox .content .navBox .n {
		margin: 0 .6rem;
		font-size: .32rem;
		padding-bottom: .3rem;
	}

	.zhaopinBox .content .navBox .active::after {
		width: 100%;
		height: .06rem;
	}

	.zhaopinBox .content .didianBox {
		margin-top: .5rem;
	}

	.zhaopinBox .content .didianBox .n {
		margin: 0 .3rem;
		font-size: .28rem;
		padding: .15rem .2rem;
		border-radius: 3px;
	}

	.zhaopinBox .content .zhiweiBox {
		margin: .3rem .3rem 0 .3rem;
		padding: 0;
		display: block;
		height: auto;
	}

	.zhaopinBox .content .zhiweiBox .left {
		padding: 0;
		display: none;
		align-items: center;
	}

	.zhiweiNav {
		display: flex;
		align-items: center;
		padding: 0;
		overflow-x: scroll;
	}
	.zhiweiNav::-webkit-scrollbar{
		display: none;
	}
	.zhiweiNav .item {
		font-size: .26rem;
		color: #666666;
		flex: 0 0 33.333%;
		text-align: center;
		cursor: pointer;

	}
	.zhiweiNav .item .t{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		font-weight: normal;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-bottom: .33rem;
		padding-top: .3rem;
	}
	.zhiweiNav .active {
		color: #127CC0;
		font-weight: bold;
		position: relative;

	}

	.zhiweiNav .active::after {
		content: '';
		position: absolute;
		width: .3rem;
		height: 3px;
		background: #005CE6;
		bottom: .1rem;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.zhaopinBox .content .zhiweiBox .right {
		margin: 0 .3rem;
	}

	.zhaopinBox .content .zhiweiBox .right .title>div {
		margin: .52rem 0;
		font-size: .28rem;
		font-weight: 700;
	}

	.zhaopinBox .content .zhiweiBox .right .title .ren {
		margin-left: .2rem;
	}

	.zhaopinBox .content .zhiweiBox .right .title .r {
		font-size: .26rem;
	}

	.zhaopinBox .content .zhiweiBox .right .text {
		font-size: .24rem;
		line-height: .48rem;
		margin-bottom: .3rem;
	}

	.zhaopinBox .content .lianxi {
		margin: 0 .3rem;
		height: .9rem;
		background-color: #F6F7FC;
		font-size: .24rem;
		justify-content: flex-start;
	}

	.mapBox .map {
		height: 6rem;
	}

	.mapBox .infoMap {
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .3em;
	}

	.mapBox .infoMap .i {
		margin-bottom: .23rem;
	}

	.mapBox .infoMap .i:last-child {
		margin-bottom: 0;
	}

	.mapBox .BMap_bubble_title {
		font-size: .28rem;
		margin-bottom: .2rem;
	}

	.mapBox .infoMap .i {
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}

	.mapBox .infoMap .daohang {
		display: flex;
		align-items: center;
		background: #EFF3FA;
		border-radius: 4px;
		font-size: .28rem;
		padding: .12rem .15rem;
		color: #005CE6;
		width: 2rem;
		justify-content: center;
		margin-top: .15rem;
		cursor: pointer;
	}

	.mapBox .infoMap .daohang img {
		margin-right: .1rem;
	}

	.zhaopinBox .content .zhiweiBox .right .title .i {
		width: .28rem;
	}

	.zhaopinBox .content .lianxi .i .dh {
		width: .26rem;
		margin-right: .04rem;
	}
	.jiazhiBox{
		height: auto;
		padding: .8rem 0;
		background-image: url('img/jiazhiguan-bg.png');
	}
	.jiazhiBox .titleBox{
		position: unset;
	}
	.jiazhiBox .itemBox{
		margin-top: .6rem;
		position: unset;
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
		flex-wrap: wrap;
	}
	.jiazhiBox .titleBox .t{
		font-size: .42rem;
		line-height: 1.6;
	}
	.jiazhiBox .titleBox .l{
		width: 1.25rem;
		height: .06rem;
		margin-top: .3rem;
	}
	.jiazhiBox .itemBox .item{
		flex: 0 0 50%;
		margin-bottom: .6rem;
	}
	.jiazhiBox .itemBox .item .en{
		font-size: .3rem;

	}
	.jiazhiBox .itemBox .item .name{
		font-size: .38rem;
		visibility: unset;
		margin: .2rem;
	}
	.jiazhiBox .itemBox .item .line{
		width: .33rem;
		height: .04rem;

	}
	.jiazhiBox .itemBox .item .des{
		font-size: .26rem;

		margin-top: .2rem;
	}
	.fuliBox .swiper .btnBox{
		display: none;
	}
	.fuliBox .imgBox{
		width: auto;
		padding: 0 .2rem;
	}
	.fuliBox .swiper .blockR{
		display: none;
	}
	.fuliBox .swiper .blockL{
		display: none;
	}
	.fuliBox .swiper .imgBoxT .imgT{
		height: 3.66rem;
	}
	.fuliBox .swiper .imgBoxT .imgT{
		flex: 1;
	}
	.fuliBox .swiper .swiper-slide{
		width: 85vw;
	}
	.fuliBox .swiper{
		padding-top: .5rem;
	}
	.mapBox .titleBox .t {
		font-size: .36rem;
	}

	.mapBox .titleBox-contact{
		display: none;
	}

	.mapBox .titleBox .e {
		font-size: .24rem;
		margin: .2rem 0;
	}
	.mapBox .titleBox .l{
		width: .9rem;
		height: .06rem;
		margin-top: .3rem;
	}
	.fuliBox .swiper .imgBoxT .imgT:hover .img{
		transform: unset;
	}
}