.container .select-switch{
	width:100%;
	height: 69px;
	box-shadow: 0px 3px 46px 0px rgba(0,0,0,0.1);
}
.container .select-switch .select-switch-child{
	width: 360px;height:69px;margin: auto;
}
.container .select-switch .select-switch-child .select-switch-child-children{
	width: 180px;
	height: 69px;
	font-size: 16px;
	
	font-weight: 500;
	color: #272727;float: left;text-align: center;line-height: 69px;
}

.container .select-switch .select-switch-child .select-switch-active,.container .select-switch .select-switch-child .select-switch-child-children:hover{
	background-color: #1E509C;color: white;cursor: pointer;
}

.container .company-address{
	width: 100%;height:auto;
}
.container .company-address .company-address-content{
	width: 100%;
	max-width: 1268px;
	height: auto;
	margin: auto;
}
.container .company-address .company-address-conten-top{
	width: 100%;
	height:auto;margin-top: 20px;
}

.container .company-address .company-address-conten-bottom{
	width: 100%;
	height:100px;
	margin: auto;
}
.container .company-address #map {
    width: 100%;
    height: 100%;
}
.company-address .company-address-conten-top .child-address{
	width: 30%;
	height: 348px;display: flex;align-items: center;
	flex-direction: column;
	justify-content: center;
}
.company-address .company-address-conten-top .child-address .child-address-64{
	width:75px;height:75px;border-radius: 100px;border: 1px solid rgba(0,0,0,0.1);display: flex;align-items: center;justify-content: center;margin-bottom: 54px;
}
.company-address .company-address-conten-top .child-address .child-address-64 .address-img{
	width: 30px;height: 37px;
}
.company-address .company-address-conten-top .child-address .child-address-64 .address-img2{
	width: 39px;height: 37px;
}
.company-address .company-address-conten-top .child-address .child-address-64 .address-img3{
	width: 40px;height: 30px;
}
.address-p1{
	font-size: 18px;
	
	font-weight: 500;
	color: #222222;margin-bottom: 18px;
}
.address-p2{
	font-size: 15px;
	
	font-weight: 500;
	color: #666666;
	line-height: 24px;
}

@media screen and (max-width:1280px){
	.container .company-address .company-address-content{
		max-width: 1200px;
	}
}

@media screen and (max-width:1050px) {
	.container .select-switch .select-switch-child,.container .select-switch,.container .select-switch .select-switch-child .select-switch-child-children{
		height: 50px;font-size:18px;line-height: 50px;
	}
	
	.address-p1{
		font-size:18px;
	}
	.address-p2{
		width:95%;
		overflow: hidden;
		white-space: nowrap;margin-left: 2.5%;
		text-overflow: ellipsis;text-align: center;font-size:16px;
	}
	.company-address .company-address-conten-top .child-address .child-address-64{
		margin-bottom: 0.1rem;
	}
	.container .company-address .company-address-conten-top,.container .company-address .company-address-content,.container .company-address{
		height: auto;
	}
	.company-address .company-address-conten-top .child-address{
		height: 200px;
	}
	.container .company-address .company-address-conten-bottom{
		min-height:50px;margin-bottom: 20px;
	}
	.company-address .company-address-conten-top .child-address .child-address-64{
		transform: scale(0.9);
	}
}
@media screen and (max-width:750px) {
	.container .select-switch .select-switch-child,.container .select-switch,.container .select-switch .select-switch-child .select-switch-child-children{
		height: 50px;font-size: 0.28rem;line-height: 50px;
	}
	.container .select-switch .select-switch-child{
		width: 100%;
	}
	.container .select-switch .select-switch-child .select-switch-child-children{
		width: 50%;
	}
	.m_logo{
		width: 60%;margin-right: 10%;
	}
	.address-p1{
		font-size: 0.28rem;
	}
	.address-p2{
		width: 2.5rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;text-align: center;font-size: 0.26rem;
	}
	.company-address .company-address-conten-top .child-address .child-address-64{
		margin-bottom: 0.1rem;
	}
	.container .company-address .company-address-conten-top,.container .company-address .company-address-content,.container .company-address{
		height: auto;
	}
	.company-address .company-address-conten-top .child-address{
		height: 200px;
	}
	.container .company-address .company-address-conten-bottom{
		height: 375px;margin-bottom: 0.3rem;
		display: none;
	}
	.company-address .company-address-conten-top .child-address .child-address-64{
		transform: scale(0.9);
	}
}

