* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, gnavi, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0)
}
article, aside, figure, footer, header, hgroup, gnavi, nav, section {
	display: block
}
gnavi, nav, ul, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle
}
a {
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
:focus {
	outline: 0
}
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clearfloat {
	zoom: 1
}
body {
	font-family: "PingFang SC", "Microsoft YaHei", Arial, simsun, sans-serif;
	background-color: #fff;
	color: #333
}
a {
	text-decoration: none;
	outline: 0;
	color: #333
}
a:hover {
	color: #39f
}
@media screen and (max-width: 768px) {
	.body {
		width: 100vw;
		position: relative;
		min-width: unset
	}
}
.wrapper {
	width: 100%;
	background: url(../images/bg.jpg) top no-repeat #fff
}
.header {
	width: 1280px;
	margin: 0 auto;
	height: 570px;
	padding-bottom: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header img {
	display: inline-block;
	max-width: 90%;
	height: auto
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 94vw;
		overflow: hidden;
		padding: 0 3vw;
		background-size: 200% auto
	}
	.header {
		width: 100%;
		height: 40vw;
		padding: 0
	}
}
.gnavi {
	background-color: #fff;
	width: 1280px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: center;
	font-size: 1.2rem;
	position: relative;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.gnavi::before {
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, from(#bee6ff), color-stop(90%, #fff));
	background: linear-gradient(#bee6ff, #fff 90%);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15px
}
.gnavi a {
	display: block;
	color: #006add
}
.gnavi a.active {
	font-weight: bold
}
.gnavi span {
	width: 1px;
	height: 1em;
	background-color: #ccc;
	display: block;
	margin: 0 1em
}
@media screen and (max-width: 768px) {
	.gnavi {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 1em;
		font-size: 1rem;
		text-align: left;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 2
	}
}
.container {
	width: 1280px;
	margin: 0 auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.link {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 40px
}
.link img {
	width: 100%;
	height: auto
}
.tel {
	width: 100%;
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.tel img {
	width: 200px;
	height: auto
}
.more {
	color: #39f
}
@media screen and (max-width: 768px) {
	.container {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 1em
	}
	.link {
		grid-template-columns: repeat(2, 2fr);
		grid-template-rows: repeat(2, 2fr);
		gap: 20px;
		margin-bottom: 20px
	}
}
.infomation-title {
	border-bottom: 3px solid #ccc;
	overflow: hidden;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.infomation-content {
	padding: 40px;
	font-size: 16px;
}
.infomation-content h3 {
	text-align: center;
	margin-bottom: 20px;
	color: #006add;
}
.infomation-content p {
	margin-bottom: 1rem
}
.infomation-confirm .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}
.infomation-confirm .title span {
	color: red;
	margin-left: 1rem
}
.infomation-confirm .title input {
	margin: 0;
}
.infomation-confirm .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.infomation-confirm .content .agreeBtn {
	width: 85px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px;
	cursor: pointer
}
.infomation-confirm .content .agreeBtn:not(:disabled) {
	background-color: #409eff;
	color: #fff
}
.infomation-confirm .content .agreeBtn_no {
	width: 85px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px;
	cursor: pointer;
	background-color: #fff;
	color: #666
}
@media screen and (max-width: 768px) {
	.infomation-title {
		font-size: 1.5rem;
		border-bottom: 3px solid #ccc
	}
	.infomation-content {
		padding: 10px
	}
}
.bottom {
	background-color: #f6f6f6;
	padding: 30px 0;
	min-width: 1360px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font-size: .875rem
}
.bottom-content {
	width: 1280px;
	margin: 0 auto
}
.bottom-content-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 2
}
.bottom-content-info a {
	color: #666
}
.bottom-content-info a:hover {
	color: #39f
}
.bottom-content-link {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.bottom-copyright {
	text-align: center
}
@media screen and (max-width: 768px) {
	.bottom {
		padding: 5vw 0;
		width: 100vw;
		position: relative;
		min-width: unset;
		overflow: hidden;
		font-size: .75rem
	}
	.bottom-content {
		width: 100%;
		overflow: hidden
	}
	.bottom-content-info {
		display: block;
		padding: 0 3vw;
		line-height: 1.4
	}
	.bottom-content-info li {
		margin-bottom: 1em
	}
	.bottom-content-link {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 5vw 3vw;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.bottom-content-link a {
		margin: 0 .25em 1rem
	}
	.bottom-content-link img {
		max-width: 100%
	}
}