body{
	background: #ffffff;
}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
}

.container{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
	z-index: 1;
	padding: 0 20px 100px 20px;
	box-sizing: border-box;
}
.container-top{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f3f3f3;
}
.container-nav{
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	width: 70%;
	overflow-y: hidden;
	overflow-x: auto;
}
.container-nav li{
	height: 60px;
	line-height: 60px;
	position: relative;
	flex-shrink: 0;
}
.container-nav li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
.container-nav .on::after{
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	width: 100%;
	height: 3px;
	background: #f66a0b;
}
.container-nav .on a{
	color: #f66a0b;
}


.container-map{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #999999;
}
.container-map a{
	color: #333333;
	height: 60px;
	line-height: 60px;
}

.contact-offices{
	padding: 30px 0;
}
.office-item{
	display: flex;	
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.office-item .office-img{
	width: 550px;
	height: 350px;
}
.office-item .office-img img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* 关键属性：等比缩放，短边填满，长边裁剪 */
	object-position: center; /* 可选：控制裁剪的焦点位置，默认居中 */
}
.office-info{
	width: calc(100% - 550px);
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 30px;
	background: #F6F6F6;
}
.office-name{
	font-size: 28px;
	line-height: 1.5;
}
.office-tel{
	font-size: 24px;
	color: #f66a0b;
	line-height: 1.5;
	margin-bottom: 10px;
}
.office-email{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.office-add{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.office-info .iconfont{
	color: #f66a0b;
	font-size: 20px;
}


.contact-map{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.contact-map .map-left{
	width: calc(100% - 550px);
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.contact-map .map-right{
	width: 550px;
	height: 350px;
}
.contact-map .map-right img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* 关键属性：等比缩放，短边填满，长边裁剪 */
	object-position: center; /* 可选：控制裁剪的焦点位置，默认居中 */
}
.contact-map .map-title{
	font-size: 18px;
	color: #f66a0b;
}
.contact-map .map-item{
	margin-top: 20px;
}
.contact-map .map-label{
	display: flex;
	justify-content: flex-start;
	gap: 5px;
}
.contact-map .map-value{
	line-height: 1.5;
	color: #666666;
}
.contact-map .iconfont{
	color: #f66a0b;
	font-size: 18px;
}
.contact-contact{
	border-top: 1px solid #f3f3f3;
}
.contact-contact .map-left{
	width: 100%;
}

.contact-recruit{
	display: flex;
}
.recruit-bg{
	width: 550px;
	height: 450px;
}
.recruit-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* 关键属性：等比缩放，短边填满，长边裁剪 */
	object-position: center; /* 可选：控制裁剪的焦点位置，默认居中 */
}
.recruit-content{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #b1876e;
	color: #fff;
	width: calc(100% - 550px);
	box-sizing: border-box;
	padding: 0 40px;
}
.recruit-tis{
	font-size: 14px;
	line-height: 1.5;
}
.recruit-title{
	font-size: 28px;
	font-weight: 300;
	line-height: 1.5;
	padding: 10px 0;
	
}
.recruit-sub{
	font-size: 14px;
	line-height: 1.5;
}
.recruit-desc{
	font-size: 14px;
	line-height: 1.5;
}
.recruit-btn{
	font-size: 14px;
	display: inline-flex;
	border: 1px solid #ffffff;
	padding: 6px 25px;
	margin-top: 20px;
}
.recruit-content a{
	color: #fff;
}



.biaodan{background-size: 100% 100%;text-align: center;padding: 50px 0 0;}
.biaodan .list-content{box-sizing: border-box;display: inline-block;}
.list-form{float: left;width: 49%;background: #FFFFFF;border-radius: 8px;box-sizing: border-box;}
.list-form h4{font-size: 24px;font-weight: 500;margin-bottom: 10px;text-align: left;color: #f66a0b;margin: 0;line-height: 50px;}
.list-form .p3{font-size: 16px;text-align: left;color: #666666;margin: 0;line-height: 30px;}
.list-form .form{margin-top: 30px;}
.list-form input{width: 49%;height: 40px;line-height: 40px;border: 1px solid #D8D8D8;padding: 0 10px;box-sizing: border-box;font-size: 16px;float: left;margin-right: 2%;margin-bottom: 20px;}

.list-form select{width: 49%;height: 40px;line-height: 40px;border: 1px solid #D8D8D8;padding: 0 10px;box-sizing: border-box;font-size: 16px;float: left;margin-right: 0;margin-bottom: 20px;}
.list-form select:nth-child(2n){margin-right: 0;}
.list-form select option{padding: 0 0;float: left;}
.list-form textarea{width: 100%;height: 100px;line-height: 30px;border: 1px solid #D8D8D8 !important;padding: 0 10px;box-sizing: border-box;font-size: 16px;float: left;margin-bottom: 20px;resize: none;}
.list-form .submit{background: #f66a0b;color: #FFFFFF;border: none;border-radius: 4px;width: 125px;cursor: pointer;margin-bottom: 0;}

.list-welcome{float: right;width: 45%;box-sizing: border-box;text-align: left;}
.list-welcome h4{font-size: 24px;color: #f66a0b;position: relative;padding: 0 0 0 20px;font-weight: Regular;margin: 0;line-height: 50px;}
.list-welcome h4::before{content: '';position: absolute;left: 0;top: 0;width: 4px;height: 200px;background: #f66a0b;}
.list-welcome h5{font-size: 16px;font-weight: 500;margin-bottom: 20px;color: #5B5F63;padding: 0 0 0 20px;font-weight: Regular;line-height: 30px;margin: 0;}
.list-welcome .p4{font-size: 16px;color: #5B5F63;line-height: 30px;margin-top: 50px;}
.list-welcome ul{display: inline-block;width: 100%;margin-top: 20px;padding: 0 20px;box-sizing: border-box;}
.list-welcome ul li{
	float: left;
	width: 48%;
	height: 110px;
	box-sizing: border-box;
	border:1px solid #f66a0b;
	margin-right: 4%;
	margin-top: 20px;
	color: #5B5F63;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-welcome ul li:nth-child(2n){margin-right: 0;}
.list-welcome ul li span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;font-size: 60px;color: #f66a0b;opacity:0.4;display: flex;align-items: center;justify-content: center;}
.list-welcome ul li div{position: relative;z-index: 1;color: #5B5F63;font-size: 24px;font-weight: 700;padding: 0 5px;}



@media only screen and (max-width: 1200px) {
	.office-item .office-img {
		width: 450px;
		height: 300px;
	}
	.office-info {
		width: calc(100% - 450px);
		padding: 0 25px;
	}
	.office-name {
		font-size: 24px;
	}
	.office-tel {
		font-size: 20px;
	}
	.office-email,
	.office-add {
		font-size: 14px;
		line-height: 26px;
	}

	.contact-map .map-left {
		width: calc(100% - 450px);
	}
	.contact-map .map-right {
		width: 450px;
		height: 300px;
	}

	.recruit-bg {
		width: 450px;
		height: 400px;
	}
	.recruit-content {
		width: calc(100% - 450px);
		padding: 0 30px;
	}
	.recruit-title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 900px) {
	.banner{
		width: 100%;
		overflow: hidden;
		padding-top: 60px;
	}
	.banner img{
		width: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%,0);
		display: flex;
		height: 220px;
	}
	.container{
		width: 100%;
		max-width: 1250px;
		margin: 0 auto;
		position: relative;
		top: 0;
		background: #fff;
		border-radius: 4px;
		z-index: 1;
		padding: 0 10px 100px 10px;
		box-sizing: border-box;
	}
	.container-top{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #f3f3f3;
	}
	.container-nav{
		display: flex;
		justify-content: flex-start;
		gap: 30px;
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
	}
	.container-nav li{
		height: 60px;
		line-height: 60px;
		position: relative;
		flex-shrink: 0;
	}
	.container-nav li a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	.container-nav .on::after{
		position: absolute;
		content: '';
		left: 0;
		top: -1px;
		width: 100%;
		height: 3px;
		background: #f66a0b;
	}
	
	
	.container-map{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		color: #999999;
		width: 100%;
		display: none;
	}
	.container-map a{
		color: #999999;
	}

	.office-item {
		flex-wrap: wrap;
	}
	.office-item .office-img {
		width: 100%;
		height: 250px;
	}
	.office-info {
		width: 100%;
		padding: 20px;
	}
	.office-name {
		font-size: 20px;
	}
	.office-tel {
		font-size: 18px;
	}

	.contact-map {
		flex-wrap: wrap;
	}
	.contact-map .map-left {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.contact-map .map-right {
		width: 100%;
		height: 250px;
	}

	.contact-recruit {
		flex-wrap: wrap;
	}
	.recruit-bg {
		width: 100%;
		height: 250px;
	}
	.recruit-content {
		width: 100%;
		padding: 30px;
	}
	.recruit-title {
		font-size: 20px;
	}
	
	.biaodan{background-size: 100% 100%;text-align: center;padding: 50px 0 0;}
	.biaodan .list-content{box-sizing: border-box;display: inline-block;}
	.list-form{float: left;width: 100%;background: #FFFFFF;border-radius: 8px;box-sizing: border-box;}
	.list-form h4{font-size: 24px;font-weight: 500;margin-bottom: 10px;text-align: left;color: #f66a0b;margin: 0;line-height: 50px;}
	.list-form .p3{font-size: 16px;text-align: left;color: #666666;margin: 0;line-height: 30px;}
	.list-form .form{margin-top: 30px;}
	.list-form input{width: 49%;height: 40px;line-height: 40px;border: 1px solid #D8D8D8;padding: 0 10px;box-sizing: border-box;font-size: 16px;float: left;margin-right: 2%;margin-bottom: 20px;}
	
	.list-form select{width: 49%;height: 40px;line-height: 40px;border: 1px solid #D8D8D8;padding: 0 10px;box-sizing: border-box;font-size: 16px;float: left;margin-right: 0;margin-bottom: 20px;}
	.list-form select:nth-child(2n){margin-right: 0;}
	.list-form select option{padding: 0 0;float: left;}
	.list-form textarea{width: 100%;height: 100px;line-height: 30px;border: 1px solid #D8D8D8 !important;padding: 0 10px;box-sizing: border-box;font-size: 16px;float: left;margin-bottom: 20px;resize: none;}
	.list-form .submit{background: #f66a0b;color: #FFFFFF;border: none;border-radius: 4px;width: 125px;cursor: pointer;margin-bottom: 0;}
	
	.list-welcome{float: right;width: 100%;box-sizing: border-box;text-align: left;margin-top: 20px;}
	.list-welcome h4{font-size: 24px;color: #f66a0b;position: relative;padding: 0 0 0 0;font-weight: Regular;margin: 0;line-height: 50px;}
	.list-welcome h4::before{content: '';position: absolute;left: 0;top: 0;width: 4px;height: 200px;background: #f66a0b;display: none;}
	.list-welcome h5{font-size: 16px;font-weight: 500;margin-bottom: 20px;color: #5B5F63;padding: 0 0 0 0;font-weight: Regular;line-height: 30px;margin: 0;}
	.list-welcome .p4{font-size: 16px;color: #5B5F63;line-height: 30px;margin-top: 50px;}
	.list-welcome ul{display: inline-block;width: 100%;margin-top: 0;padding: 0 0;box-sizing: border-box;}
	.list-welcome ul li{
		float: left;
		width: 48%;
		height: 90px;
		box-sizing: border-box;
		border:1px solid #f66a0b;
		margin-right: 4%;
		margin-top: 20px;
		color: #5B5F63;
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.list-welcome ul li:nth-child(2n){margin-right: 0;}
	.list-welcome ul li span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;font-size: 42px;color: #f66a0b;opacity:0.4;display: flex;
	align-items: center;justify-content: center;}
	.list-welcome ul li div{position: relative;z-index: 1;color: #5B5F63;font-size: 18px;font-weight: 700;padding: 0 5px;}
}

@media only screen and (max-width: 768px) {
	.office-item .office-img {
		height: auto;
	}
	.office-info {
		padding: 15px;
	}
	.office-name {
		font-size: 18px;
	}
	.office-tel {
		font-size: 16px;
	}
	.office-email,
	.office-add {
		font-size: 13px;
		line-height: 24px;
	}

	.contact-map .map-right {
		height: 200px;
	}

	.recruit-bg {
		height: 200px;
	}
	.recruit-content {
		padding: 20px;
	}
	.recruit-title {
		font-size: 18px;
	}
}


