@CHARSET "UTF-8";
html,body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

header{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: green;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	margin: 0 auto;
}
#logo{
	width: 33%;
	vertical-align: middle;
}

.swiper {
	width: 100%;
	height: 300px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: green;
}
.content{
	width: 100%;
	min-height: 520px;
	margin: 5px auto;
	background: #fff;
	-webkit-appearance: none;
}
a.pdt:link,a.pdt:active,a.pdt:visited,a.pdt:hover{
    text-decoration: none;
    color: black;
}
.gLists{
	width: 50%;
	min-height: 260px;
	float:left;
	display: block;
}
.gLists img{
	width: 90%;
	height: 90%;
	margin: 5%;
	border-radius: 5px;
}
.gLists .pTitle{
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5%;
}
.gLists .text{
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5%;
}
.gLists .price{
	line-height: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5%;
	color: green;
}
ul,li{
	list-style-type: none;
}

.nav{
	display: block;
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	background-color: green;
	font-size: 15px;
	color: white;
}

a.menu:link,a.menu:active,a.menu:visited,a.menu:hover{
    text-decoration: none;
    color: white;
}

.nav .nav_home{
	width:19%;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
}

.nav .nav_ico_home{
	border: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.nav .nav_lists{
	width:27%;
	height: 60px;
	float: left;
	text-align: center;
	color: white;
}

.nav .p_img{
	line-height: 35px;
	margin: 0px;
}

.nav .nav_ico_img{
	border: 0;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.nav .p_text{
	line-height: 25px;
	margin: 0px;
}

.nav .nav_buy{
	width:54%;
	height: 60px;
	float: left;
	text-align: center;
	color: white;
}

.nav .nav_buy_btn{
	width:80%;
	height: 40px;
	text-align: center;
	margin: 10px auto;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 5px;
	border-radius: 15px;
	border:0px;
	color: green;
	background-color: white;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


footer{
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
}





