.contact{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.contact_article{
	height: calc(100vh - 70px);
	width: 90%;
	margin-left: 5%;
}
.contact_article> h1{
	color: #221815;
	font-size: 34px;
	line-height:4rem;
	/* font-weight: normal; */
}
.contact_article> h4{
	color: #30649f;
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 1.2rem;
}
.contact_article> h5{
	color: #898989;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.contact_article> p{
	color: #898989;
	font-size: 1rem;
	width: calc(65vw - 2rem);
}
.contact_head{
	margin-bottom: 1.5rem;
}
.contact_head_item{
	height: 3.5rem;
	line-height: 3.5rem;
	background-color: #30649f;
	box-shadow: 0 3px 6px #898989;
	flex: 1;
	color: #fff;
	font-weight: bold;
	padding-left: 2rem;
}
.contact_head_item:last-child{
	margin-left: 2rem;
}
.contact_box{
	display: flex;
	align-items: stretch;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.contact_box_right{
	background-color: #4372a8;
	padding:1.2rem 2rem;
	box-shadow: 0 3px 8px #898989;
	color: #fff;
	margin-left: 2rem;
	width: 25vw;
}
.contact_box_right> h3{
	color: #fff;
	font-size: 1.3rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.2rem;
}
.contact_box_right> h4{
	color: #fff;
	font-size: 1.1rem;
	margin-top: 0.5rem;
}
.contact_box_right> p{
	color: #fff;
	font-size: 1rem;
}
.contact_box_eamil{
	border-top: 1px solid #fff;
	margin-top: 1.2rem;
	padding-top: 0.5rem;
}
.contact_box_eamil{
	border-top: 1px solid #fff;
	margin-top: 1.2rem;
}
.contact_box_em{
	margin-top: 1rem;
	display: flex;
	align-items: flex-end;
	position: absolute;
	bottom: 1rem;
	left: 3rem;
}
.contact_box_em span{
	color: #fff;
}
.contact_box_img{
	height: 1.5rem;
	margin-right: 0.5rem;
}
.contact_box_left{
	display: flex;
	flex-wrap: wrap;
}
.contact_box_item{
	height: 14rem;
	flex: 0 0 calc(50% - 1rem);
	box-shadow: 0 3px 8px #898989;
	background-color: #6e92bc;
	position: relative;
}
.contact_box_item:nth-child(1){
	margin-bottom: 2rem;
}
.contact_box_item:nth-child(2){
	margin-bottom: 2rem;
}
.contact_box_item:nth-child(2n){
	margin-left: 2rem;
}
.contact_box_item h3{
	padding:1.3rem 3rem 0 3rem;
	color: #fff;
	font-size: 26px;
}
.contact_box_item p{
	padding-left: 3rem;
	padding-right: 3rem;
	color: #fff;
	font-size: 1rem;
}
.contact_footer_logo{
	height: 40px;
	/* margin-bottom: 40px; */
	position: fixed;
	bottom: 3rem;
	right: 3rem;
}