@charset "utf-8";
@font-face {
	font-family: 'SourceHanSans';
	src: url(../font/SourceHanSansCN_Regular.otf);
}
body {
	margin: 0;
	padding: 0;
	font-family: "SourceHanSans", "microsoft yahei";
	font-size: 16px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
input {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: none;
	outline: none;
	border: none;
}
button { /*消除button的默认样式*/
	width: 360px;
	height: 60px;
	color: white;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background: url(../images/btn.png) center center no-repeat;
}
.btn_back {
	width: max-content;
	height: 2em;
	font-size: 1rem;
	color: #00a0e9;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 5vh 0;
}
ul, li, h2, h3, p {
	margin: 0;
	padding: 0;
	list-style: none;
}
em {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}
a {
	color: #707070;
	text-decoration: none;
}
.hdt {
	text-indent: -9999em;
	overflow: hidden;
}
.hide {
	display: none;
}
.container {
	width: 100vw;
	height: 100vh;
	font-size: 1rem;
}
.index_h2 {
	width: 100%;
	line-height: 1.8rem;
	color: #707070;
	font-size: 1.2rem;
	padding-left: 35px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	background: url(../images/logo_2.png) left center no-repeat;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
/*nav*/
nav {
	width: 100%;
	height: 15vh;
	margin: 0 auto;
	padding: 0 10%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	box-shadow: 0 0 35px #e2e2e2;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 12;
}
nav .logo {
	width: 42%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
nav .logo .img {
	background: url(../images/logo.png) center center no-repeat;
	width: 183px;
	height: 75px;
	margin-right: 1vw;
}
nav .logo p {
	color: #c2c2c2;
	height: 100%;
	font-size: 1.2rem;
	/* padding-top: 50px; */
	box-sizing: border-box;
	letter-spacing: .5rem;
	display: flex;
	align-items: center;
}
nav ul {
	width: 58%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav ul li {
	width: 75%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav ul li a:first-child {
	width: 9%;
	padding: 0;
}
nav ul li a {
	width: 17%;
	height: 100%;
	font-weight: bold;
	margin: 0 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
nav ul li a.cur:before {
	content: '';
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #00a0e9, #1ba13c);
	position: absolute;
	left: 0;
	bottom: 0;
}
nav ul li a.cur.home:before {
	width: 100%;
	left: 0;
}
nav ul li:last-child {
	box-sizing: border-box;
	width: 20%;
}
nav ul li input {
	width: 100%;
	height: 30px;
	color: #a0a0a0;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	padding-left: 40px;
	background: url(../images/search.png) 10px center no-repeat;
}
/*footer*/
footer {
	width: 100%;
	height: 13vh;
	background: black;
	color: white;
	overflow: hidden;
	box-sizing: border-box;
}
footer ul {
	width: 100%;
	height: 10vh;
	font-size: .9rem;
	padding: 0 20%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer ul li {
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
footer ul li.logo {
	background: url(../images/logo_footer.png) left center no-repeat;
	width: 177px;
	height: 100%;
	background-size: 70%;
}
footer ul li.tel {
	background: url(../images/icon_tel.png) left center no-repeat;
	background-size: 20px;
	padding-left: 30px;
}
footer ul li.tel em {
	font-size: 1.2rem;
}
footer ul li.email {
	background: url(../images/icon_email.png) left center no-repeat;
	background-size: 20px;
	padding-left: 30px;
}
footer ul li.pin {
	background: url(../images/icon_pin.png) left center no-repeat;
	color: #707070;
	background-size: 20px;
	padding-left: 30px;
}
footer .reserve {
	width: 100%;
	height: 3vh;
	font-size: 1rem;
	color: #707070;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #707070;
	box-sizing: border-box;
}
footer .reserve em {
	margin: 0 5px;
}
.index .wrap>.Pd-ImageSwitch {
	display: none;
}
/*float*/
.container .float {
	width: 100px;
	height: auto;
	position: fixed;
	right: 5%;
	top: 400px;
	z-index: 5;
}
.container .float .qr_code {
	background: url(../images/qr_code.jpg);
	width: 100px;
	height: 100px;
	border: 1px solid #d4d4d4;
	background-size: contain;
	z-index: 2;
}
.container .float p {
	font-size: .7rem;
	width: 100%;
	line-height: 1.5rem;
	text-align: center;
	margin: 5px auto 0 auto;
}
.container .float .btn_chat {
	background: url(../images/btn_chat.png) center center no-repeat;
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	background-size: contain;
}

/*max-width:1280px*/
@media screen and (max-width:1280px) {
nav {
	padding: 0 5%;
}
nav ul li .home.cur:before {
	background: none;
}
nav ul {
	width: 65%;
}
nav ul li {
	width: 80%;
}
nav .logo .img {
	width: 150px;
	background-size: contain;
}
nav .logo p {
	font-size: 1rem;
}
nav ul li:last-child {
	width: 20%;
}
footer {
	height: 13vh;
}
footer ul {
	height: 10vh;
	padding: 0 10%;
}
footer .reserve {
	height: 3vh;
}
footer ul li.logo {
	background-size: 70%;
}
.container .float {
	right: 3%;
}
footer ul li.tel {
	background-size: 20px;
	padding-left: 30px;
}
footer ul li.tel em {
	font-size: 1em;
}
footer ul li.pin {
	background-size: 20px;
	padding-left: 30px;
	font-size: 1em;
}
footer ul li.email {
	background-size: 20px;
	padding-left: 30px;
}
}

/*
@media screen and (max-width:1600px) {
nav ul li {
	width: 75%;
}
nav ul li a {
	width: 15%;
}
nav ul li a:first-child {
	width: 8%;
}
nav .logo {
	width: 32%;
}
nav .logo .img {
	width: 150px;
	background-size: contain;
}
nav .logo p {
	font-size: 1rem;
	padding-top: 50px;
}
nav ul li:last-child {
	width: 25%;
}
}
*/
