@charset "utf-8";
body {
	padding: 0px;
	background-color: #FCFCFC;
	font-family: "微软雅黑", yahei;
	font-size: 16px;
	margin: 0px;
}
a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
/* 隐藏所有元素的边框 */
* {
	border: none;
}
/* 或者针对特定元素，比如按钮 */
p {
	margin: 0px;
	padding: 0px;
}
.top {
	height: 70px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	padding-top: 20px;
}
.top img {
	width: 100px;
	float: left;
}
#search {
	width: 600px;
	padding: 0px;
	float: right;
	margin: 0px;
}
.key {
	border: 2px solid #CCC;
	border-radius: 25px 0px 0px 25px;
	border: 2px solid #00A0E9;
	height: 36px;
	width: 430px;
	color: #666;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 20px;
}
.sub {
	float: left;
	border-radius: 0px 25px 25px 0px;
	cursor: pointer;
	height: 50px;
	width: 140px;
	margin: 0px;
	background-color: #00A0E9;
	border: 2px solid #02A0E8;
	padding-right: 15px;
	text-align: center;
}
.sub img {
	margin: 0px;
	padding: 0px;
	overflow: hidden; 
}
.sub img {
  width: 100%; /* 图片宽度填满容器 */
  height: auto; /* 图片高度自动调整 */
  transition: transform 0.5s, opacity 0.5s; /* 定义过渡动画 */
  opacity: 1; /* 初始透明度 */
  transform: scale(1); /* 初始缩放 */
}
 
.sub img:hover {
  opacity: 0.8; /* 鼠标悬停时的透明度 */
  transform: scale(1.1); /* 鼠标悬停时的缩放 */
}

.main {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main ul {
	margin: 0px;
	padding: 0px;
}
.main ul li {
	margin: 0px;
	list-style-type: none;
	position: relative;
	height: 350px;
	width: 450px;
	float: left;
	text-align: center;
	padding: 10px;
}
.main ul li span {
	background-color: #EFEFEF;
	display: block;
	height: 40px;
	clear: both;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.main ul li span dl {
	margin: 0px;
	padding: 0px;
}
.main ul li span dl dd {
	margin: 0px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.main ul li span dl dd a {
	color: #666;
	font-size: 16px;
}
.main ul li span dl dd a:hover {
	color: #06F;
}
.main ul li span dl dt {
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main ul li span dl dt a {
	background-image: url(ren.svg);
	float: right;
	height: 28px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 30px;
	color: #999;
	padding-top: 5px;
}
.main ul li span dl dt a:hover {
	background-image: url(ren1.svg);
	color: #0CF;
}
.main ul li a {
	color: #666;
	text-decoration: none;
}
.main ul li a:hover {
	color: #333;
}
.pagination {
	display: block;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	text-align: center;
	padding-top: 20px;
	height: 40px;
}
.pagination a {
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.current {
	padding-right: 5px;
	padding-left: 5px;
}


.sow {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.sow img {
	height: 300px;
	width: 450px;
}
.sow span {
	text-align: center;
}
.sow span h4 {
	font-weight: normal;
	color: #999;
}
.sow span h3 {
	font-weight: normal;
	color: #666;
	clear: both;
	display: block;
	text-align: left;
}



.ttbb {
	width: 450px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ttbb img {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 300px;
	width: 450px;
}
.ttbb a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Next {
	color: #666;
	padding-left: 25px;
	line-height: 50px;
	height: 50px;
	}

.Next a {	
	color: #666;

	}

.food {
	height: 40px;
	text-align: center;
	padding-top: 20px;
	display: block;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
}
.food a {

}
.food a:hover {
	color: #F00;
}
.vip {
	border-radius: 20px;
	text-align: center;
	font-size: 22px;
	width: 360px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.vip span {
	line-height: 60px;
	text-align: center;
	clear: both;
	display: block;
}
