.fadein {

	animation-name: fadein;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadein {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

section {
	padding: 40px 0px 40px 0px;
}

.content {

	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 1080px) {

	.content {
		padding: 0px 15px 0px 15px;
	}
}

.fadein-top2bottom {

	animation-name: fadein-top2bottom;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadein-top2bottom {

	0% {
		opacity: 0;
		transform: translateY(-40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadein-bottom2top {

	animation-name: fadein-bottom2top;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

@keyframes fadein-bottom2top {

	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.link-button {

	display: block;
	width: 200px;
	margin: 0px auto;
	padding: 10px;
	border-radius: 18px;
	color: #ffffff;
	background-color: #000080;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	font-size: 0.24rem;
}

.link-button:hover {
	text-decoration: underline;
}

h2 .sub-header {

	color: #333333;
	font-size: 22px;
	font-size: 0.22rem;
}

.bg-pink {
	background-color: #f8f8ff;
}

#to-top {

	position: fixed;
	z-index: 9999;
	bottom: 100px;
	right: 50px;
	width: 110px;
	height: auto;
	opacity: 0;
}

.fadein-2top {

	animation-name: fadein-2top;
	animation-duration: 3.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

@keyframes fadein-2top {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.servce-information {

	width: 100%;
	display: flex;
	padding: 30px 0px;
	background-color: #ffffff;
	border-radius: 20px;
	box-sizing: border-box;
}

.service-content {

	width: 33%;
	text-align: center;
	padding: 0px 30px;
	box-sizing: border-box;
}

.service-center {

	border-left: 3px dotted #000000;
	border-right: 3px dotted #000000;
}

.service-content .title {

	color: #f08724;
	font-weight: bold;
	font-size: 34px;
	font-size: 0.34rem;
}

@media screen and (max-width: 1080px) {

	.servce-information {
		display: block;
	}

	.service-content {
		width: 100%;
	}

	.service-center {

		border-left: 0px;
		border-right: 0px;
		border-top: 3px dotted #000000;
		border-bottom: 3px dotted #000000;
		margin: 30px auto;
		padding: 30px 0px;
		width: 80%;
	}
}

.work {

	width: 100%;
	display: flex;
	padding: 50px;
	box-sizing: border-box;
}

.work-left {

	width: 480px;
	margin: 0px 60px 0px 0px;
}

.work-right {

	width: 100%;
	flex: 1;
}

.work-body {
	line-height: 200%;
}

@media screen and (max-width: 1080px) {

	.work {

		display: block;
		padding: 20px;
	}

	.work-left {

		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.work-right {
		width: 100%;
	}
}

.recruit {

	background-color: #ffffff;
	border-radius: 20px;
	display: flex;
	padding: 50px;
	box-sizing: border-box;
}

.recruit-left {

	width: 100%;
	flex: 1;
}

.recruit-right {
	width: 480px;
}

.recruit-title .highlight {

	color: #1e4a96;
	font-size: 30px;
	font-size: 0.30rem;
	font-weight: bold;
	margin: 0px 20px 0px 0px;
}

.recruit-message {

	color: #f08724;
	font-size: 30px;
	font-size: 0.30rem;
}

.recruit-image {

}

.recruit-button {
	text-align: center;
}

.recruit-body div {
	line-height: 200%;
}

@media screen and (max-width: 1080px) {

	.recruit {
		display: block;
	}

	.recruit-right {
		width: 100%;
	}

	.recruit-message {
		text-align: center;
	}

	.recruit-body {
		text-align: center;
	}

	.recruit-image {
		text-align: center;
	}
}

.contact-message {

	color: #1e4a96;
	text-align: center;
	font-size: 30px;
	font-size: 0.30rem;
}

.contact-content {

	width: 100%;
	display: flex;
	text-align: center;
	font-size: 28px;
	font-size: 0.28rem;
}

.contact-left {

	width: 100%;
	color: #ffffff;
	background-color: #91c759;
	padding: 50px;
	box-sizing: border-box;
}

.contact-right {

	color: #ffffff;
	width: 100%;
	background-color: #6197d1;
	padding: 50px;
	box-sizing: border-box;
}

.contact-title {

}

.contact-button {
}

.sales-time {

	font-size: 16px;
	font-size: 0.16rem;
}

@media screen and (max-width: 1080px) {

	.contact-content {
		display: block;
	}

	.contact-left {
		width: 100%;
	}

	.contact-right {
		width: 100%;
	}
}

.footer-content {
	padding: 30px 0px 50px 20px;
}

.footer-left {

	float: left;
	width: 480px;
}

.footer-work {

	color: #000000;
	font-size: 12px;
	font-size: 0.12rem;
}

.footer-name {

	color: #000000;
	font-size: 32px;
	font-size: 0.32rem;
}

.footer-right {

	float: right;
	text-align: left;
}

.footer-navi {

	float: left;
	margin-right: 20px;
}

@media screen and (max-width: 1200px) {

	.footer-content {
		padding: 50px;
	}

	.footer-left {

		float: none;
		margin-bottom: 20px;
	}

	.footer-right {

		float: none;
	}

	.footer-navi {

		float: none;
	}
}
