@charset "utf-8";

@font-face {
	font-family: 'PingFang-SC-Heavy';
	src: url("https://www.peachgardeniu.com/style/font/PingFang_SC_Heavy_0.ttf");
	font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: 'PingFang-SC-Medium';
	src: url("https://www.peachgardeniu.com/style/font/PingFang_SC_Medium_0.ttf");
	font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: 'PingFang-SC-Regular';
	src: url("https://www.peachgardeniu.com/style/font/PingFang_SC_Regular_0.ttf");
	font-style: normal;
    font-weight: normal;
}
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: 'PingFang-SC-Medium';
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	background-color: #fff
}

li {
	list-style: none
}

a {
	text-decoration: none;
	display: block
}

img,
input {
	border: 0;
	outline: none
}

.wap {
	display: none
}

.top>img.wap {
	display: none
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.nav-box {
	background-color: #ffffff
}

.nav>ul>li {
	float: left;
	position: relative;
	width: 12.5%;
	text-align: center;
	font-size: 0
}

.nav>ul>li>img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.nav>ul>li:first-child {
	border-left: none;
	margin-left: 0
}

.nav>ul>li>a {
        font-family: 'PingFang-SC-Medium';
	display: inline-block;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 55px;
	position: relative;
	font-weight: normal;
	padding: 0 10px
}

.nav>ul>li:hover>a::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 5px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0068b7;
	width: 0
}

.nav>ul>li:hover>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background-color: #0068b7
}

.nav>ul>li:hover>a {
	color: #0068b7
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	text-align: center;
	background: rgb(255 255 255);
	z-index: 99;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-color: #fff
}

.nav>ul>li>div>ul {
	overflow: hidden
}

.nav>ul>li>div>ul>li {
	width: 100%;
	padding: 0 10px
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	white-space: nowrap
}

.nav>ul>li>div>ul>li:hover a {
	color: #fff
}

.nav>ul>li>div>ul>li:hover {
	background-color: #0068b7
}

.pic {
	padding-top: 70%;
	position: relative;
	overflow: hidden
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s
}

.pic img:hover {
	transform: scale(1.05)
}

.mt-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 997;
	display: none
}

.mt-bj {
	position: fixed;
	z-index: 998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5)
}

.mt-info {
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 600px;
	height: 60px
}

.mt-info>input {
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
	font-size: 22px
}

.mt-info>a {
	position: absolute;
	width: 80px;
	height: 60px;
	right: 0;
	top: 0;
	background: url("https://www.peachgardeniu.com/images/m-search.png") no-repeat #0068b7;
	background-size: 30%;
	background-position: center center
}

.h-top {
	background: url("https://www.peachgardeniu.com/images/head-bj.jpg") no-repeat;
	background-size: cover;
	padding: 35px 0
}

.logo {
	float: left
}

.h-top>.px1400 {
	position: relative
}

.ser {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.ser input {
	width: 392px;
	background-color: rgba(255, 255, 255, 0.26);
	border-radius: 24px;
	padding-left: 33px;
	padding-right: 50px;
	color: #fff;
	line-height: 49px;
height: 49px;
	font-size: 18px
}

.ser input::placeholder {
	font-size: 18px;
	color: #ffffff;
	opacity: 0.74;
	line-height: 49px
}

.ser a {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background: url("https://www.peachgardeniu.com/images/ser.png") no-repeat #efa516;
	background-position: center center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.foot {
	background-color: #00609e;
	padding-bottom: 45px
}

.f-link {
	padding: 40px 0;
	margin-bottom: 40px;
	line-height: 20px;
	font-size: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13)
}

.f-link b {
	font-size: 18px;
	color: #ffffff;
	margin-right: 40px
}

.f-link a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-right: 45px
}

.f-link a:hover {
	opacity: 0.7
}

.f-lx {
	float: left
}

.f-lx p {
	font-size: 16px;
	line-height: 36px;
	color: #ffffff
}

.f-code {
	float: right;
	font-size: 0
}

.f-code>div {
	display: inline-block;
	width: 116px;
	margin-left: 25px;
	vertical-align: top
}

.f-code>div img {
	width: 116px;
	height: 116px
}

.f-code>div p {
	font-size: 14px;
	height: 40px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (max-width:1400px) {
	.px1400 {
		padding-left: 10px;
		padding-right: 10px
	}

	.logo {
		padding-left: 10px
	}
}

@media screen and (max-width:1024px) {

	html,
	body {
		font-size: 14px
	}

	body {
		padding-top: 60px
	}

	.pc {
		display: none
	}

	.wap {
		display: block
	}

	.top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 10px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999
	}

	.top>img {
		display: block;
		width: 100%
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0
	}

	.wap-menu img {
		height: 25px
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #00609e;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
	}

	.m-logo {
		font-size: 0
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px
	}

	.m-logo img {
		max-height: 40px;
		max-width: 85%;
		line-height: 40px;
		vertical-align: middle
	}

	.m-tlink {
		padding: 10px 15px 0 15px
	}

	.m-tlink a {
		font-size: 12px;
		margin-right: 10px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		background: #fff;
		color: #304174;
		line-height: 24px;
		padding: 0 15px;
		border-radius: 5px
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		border: 1px solid #fff;
		border: 1px solid rgba(255, 255, 255, 0.5);
		margin-top: 15px
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff
	}

	.m-search input[type="text"]::placeholder {
		color: #fff
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px
	}

	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #00609e;
		overflow-y: scroll;
		border-top: 1px solid rgba(255, 255, 255, 0.5)
	}

	.m-nav ul {
		padding: 0 15px
	}

	.m-nav ul li {
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		position: relative
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg)
	}

	.m-nav ul li ul {
		display: none;
		overflow: hidden
	}

	.m-nav ul li ul li {
		border: none;
		float: left;
		width: 33%
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url("https://www.peachgardeniu.com/images/m-nav_down.png") no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s
	}

	.f-link {
		padding: 30px 0;
		margin-bottom: 20px
	}

	.f-lx {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center
	}

	.f-code {
		float: 100px;
		width: auto;
		text-align: center;
    float: none;
	}

	.f-code>div img {
		width: 100px;
		height: 100px
	}

	.f-code>div {
		margin: 10px
	}
}

@media screen and (max-width:768px) {
	.f-link b {
		margin-right: 20px;
		font-size: 16px
	}

	.f-link a {
		font-size: 14px
	}

	.f-link {
		padding: 20px 0
	}

	.f-lx p {
		font-size: 14px;
		line-height: 30px
	}

	.foot {
		padding-bottom: 20px
	}
}

@media screen and (max-width:480px) {
	.foot {
		padding-bottom: 10px
	}
}