@charset "utf-8";
/* CSS Document */



body {
	background-color: #ffffff;
}
.cont_top1 {
	background-image: url(../images/cont_back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.g_contact_box1 {
	width: auto;
	max-width: 980px;
	margin: auto;
	padding: 6.25rem;
	background-color: #ffffff80;
}
.g_contact_box1_title {
	font-size: 5rem;
	color: #ee751a;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3rem;
}
.g_contact_box1_email {
	font-size: 1.6rem;
	color: #333333;
	font-weight: bold;
	display: block;
	padding-bottom: 3rem;
}
.beijing_adders {
	width: auto;
}
.beijing_adders span {
	font-size: 1.6rem;
	color: #333333;
	font-weight: bold;
	display: block;
	line-height: 3rem;
}
.beijing_adders p {
	font-size: 1.6rem;
	color: #333333;
	display: block;
	margin: 0;
	line-height: 2.6rem;
}
.jinan_adders {
	width: auto;
	margin-top: 3rem;
}
.jinan_adders span {
	font-size: 1.6rem;
	color: #333333;
	font-weight: bold;
	display: block;
	line-height: 3rem;
}
.jinan_adders p {
	font-size: 1.6rem;
	color: #333333;
	display: block;
	margin: 0;
	line-height: 2.6rem;
}

@media only screen and (max-width: 1440px) {
	.g_contact_box1_title {
		font-size: 4rem;
		padding-bottom: 2rem;
	}
	.g_contact_box1_email {
		font-size: 1.6rem;
		padding-bottom: 1rem;
	}
	.beijing_adders p {
		line-height: 2rem;
	}
	.jinan_adders {
		margin-top: 1rem;
	}
	.jinan_adders p {
		line-height: 2rem;
	}
	.g_contact_box1 {
		padding: 3rem;
	}
}
@media only screen and (max-width: 500px) {
.g_contact_box1_title {
	padding-bottom: 1rem;
}
.g_contact_box1_email {
	padding-bottom: 1rem;
}
.beijing_adders p {
	line-height: 2rem;
}
.jinan_adders {
	margin-top: 2rem;
}
.jinan_adders p {
	line-height: 2rem;
}
.g_contact_box1 {
	padding: 2rem;
}
}
