
.page-head {
	height: 300px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.page-head .container {
	position: relative
}
.page-head .presentation {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.page-head p {
	margin-top: 20px;
	white-space: pre-line
}
.page-body {
	margin-top: 60px;
	margin-bottom: 60px
}
.page-body-reserve form {
	margin-top: 30px
}
.page-body-reserve form p {
	float: left;
	display: flex;
flex-wrap:justify-content:space-between;
	width: 100%;
	margin: 12px 0
}
.page-body-reserve form p.half-input {
	place-items: center
}
.page-body-reserve form p.half-input {
	width: calc(50% - 12px)
}
.page-body-reserve form p.half-input:nth-child(2n) {
	float: right
}
.page-body-reserve .inputname {
	display: block;
	width: 84px
}
.page-body-reserve label {
	cursor: pointer
}
.page-body-reserve .checkbox {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: calc(100% - 84px)
}
.page-body-reserve input[type=text], .page-body-reserve input[type=datetime-local] {
	width: calc(100% - 84px);
	height: 35px;
	padding-left: 10px;
	background: #fff
}
.page-body-reserve input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background: #fff;
	vertical-align: middle
}
.page-body-reserve input[type=checkbox]:checked:before {
	content: '√';
	display: inline-block;
	font-size: 20px;
	line-height: 90%;
	color: #bae212
}
.page-body-reserve textarea {
	box-sizing: border-box;
	width: calc(100% - 84px);
	height: 140px;
	padding: 10px;
	resize: none
}
.page-body-reserve input[type=submit] {
	float: left;
	width: 200px;
	line-height: 35px;
	margin-left: 84px;
	text-align: center;
	background: #bae212;
	cursor: pointer
}
.page-head {
	background-image: url('../images/page-contact-banner.jpg')
}
.page-body {
	margin-top: 60px
}
.page-body .contact-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	text-align: center
}
.page-body .contact-info .item {
	width: 20%;
	float:left;
}
.page-body .contact-info i {
	display: block;
	width: 167px;
	height: 167px;
	margin: 0 auto;
	line-height: 167px;
	border-radius: 50%;
	font-size: 2.6em;
	font-style: normal;
	text-align: center;
	color: #999;
	background: #f0f0f0;
	cursor: pointer;
	transition: all .2s
}
.page-body .contact-info .name {
	display: block;
	margin-top: 20px;
	font-size: 20px
}
.page-body .contact-info .content {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: #666
}
.page-body .contact-info .item:hover i {
	color: #fff;
	background: #0b76be
}
.page-body .followus {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 60px;
	text-align: center
}
.page-body .followus i {
	display: block;
	width: 116px;
	height: 116px;
	margin: 0 auto;
	background-repeat: no-repeat
}
.page-body .followus .name {
	display: block;
	margin-top: 20px;
	font-size: 20px
}
.page-body .followus .content {
	display: block;
	margin-top: 5px
}
.page-body .followus .tips {
	display: block;
	margin-top: 10px;
	color: #999
}
.page-body .followus .qrcode-wechat-service {
	background-position: 0 -118px
}
.page-body .followus .qrcode-tiktok-official {
	height: 118px;
	background-position: 0 -236px
}
.page-body .followus .qrcode-tiktok-subscription {
	height: 118px;
	background-position: 0 -366px
}
.page-body .followus .qrcode-toutiao {
	background-position: 0 -488px
}
.page-body .followus .qrcode-weibo {
	background-position: 0 -600px
}
.page-map {
	margin-top: 80px
}
.map-container {
	width: 100%;
	height: 500px;
	margin-top: 30px
}
.page-contact-form {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f0f0f0;
	overflow: hidden
}
.page-contact-form form {
	margin-top: 30px
}
.page-contact-form p {
	float: left;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 12px 0
}
.page-contact-form p.half-input {
	place-items: center
}
.page-contact-form p.half-input {
	width: calc(100% - 12px)
}
.page-contact-form p.half-input:nth-child(2n) {
	float: right
}
.page-contact-form .inputname {
	display: block;
	width: 84px
}
.page-contact-form label {
	cursor: pointer
}
.page-contact-form .checkbox {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: calc(100% - 84px)
}
.page-contact-form input[type=text], .page-contact-form input[type=datetime-local] {
	width: calc(100% - 84px);
	height: 35px;
	padding-left: 10px;
	background: #fff
}
.page-contact-form input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background: #fff;
	vertical-align: middle
}
.page-contact-form input[type=checkbox]:checked:before {
	content: '\e925';
	display: inline-block;
	font-size: 20px;
	line-height: 90%;
	color: #bae212
}
.page-contact-form textarea {
	box-sizing: border-box;
	width: calc(100% - 94px);
	height: 170px;
	padding: 10px;
	resize: none
}
.page-contact-form button{
	float: left;
	width: 200px;
	line-height: 35px;
	margin-left: 94px;
	text-align: center;
	background: #0b76be;
	cursor: pointer;
	color:#fff;
	border:0;
}
.nyabout{ background:#f7f7f7; font-size:16px; line-height:30px; padding:30px 0;}
.nyabout img{ max-width:100%;}
@media(max-width:1272px) {
.page-body {
	margin-top: 30px;
	margin-bottom: 30px
}
}
@media(max-width:800px) {
.page-head {
	height: 260px
}

}
@media(max-width:1272px) {
.page-body .contact-info .item {
	width: 24%
}
.page-body .contact-info i {
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 2em
}
}
@media(max-width:800px) {
.page-body .contact-info .item {
	width: 45%;
	margin-bottom: 20px
}
.page-body .contact-info i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 1.5em
}
.page-body .followus {
	margin-top: 20px;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: auto
}
.page-map {
	display: none
}
.page-contact-form {
	padding-top: 20px
}
.page-contact-form form p.half-input {
	width: 100%
}
.page-contact-form .checkbox {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px
}
}
@media(max-width:640px) {
.page-body .contact-info .item {
	width: 50%
}
.page-body .contact-info .content {
	font-size: 1em
}
.page-body .contact-info i {
	font-size: 1.2em
}
.page-body .followus i {
	transform: scale(.9)
}
.page-body .followus .name {
	margin-top: 5px;
	font-size: 1em
}
.page-body .followus .content, .page-body .followus .tips {
	font-size: 14px
}
}

