* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #4d9a00;
	font-weight: 500;
}

a:hover {
	color: #2a5500;
}

body {
	background-color: rgb(241, 235, 234);
}

#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
}

.map {
	margin: 100px auto;
	margin-top: 10px;
	width: 70%;
	height: 500px;
	border: 2px solid rgb(215, 217, 223);
	padding: 6px;
	margin-bottom: 40px;
}

.box1 {
	width: 0;
	height: 0;
	border-top: 20px solid red;
	border-right: 20px solid gold;
	border-bottom: 20px solid darkblue;
	border-left: 20px solid lawngreen;
	float: right;
	line-height: 20px;
	margin-right: 40px;
	margin-top: 4px;
	animation: color 120s linear infinite;
}

#yy {
	background-color: white;
	width: 1300px;
	margin: auto;
	border: rgb(215, 217, 223) 3px solid;
	margin-top: 70px;
	margin-bottom: 100px;
	border-radius: 12px;
}

#boxcenter {
	width: 1300px;
	margin: 20px auto;
}

#fgx {
	border: rgba(72, 136, 61, 0.9) solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

.photo img {
	height: 160px;
	width: 100%;
}

.nav {
	height: 50px;
	line-height: 50px;
	background-color: #59a1e9;
	display: inline-block;
	width: 100%;
	z-index: 10 !important;
}

#flag2222 {
	margin-left: 140px;
}

.nav a {
	width: 150px;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 21px;
	float: left;
	text-align: center;
	margin-left: 30px;
}

.nav a:hover {
	transform: scale(1.14);
}


.nav_other {
	position: fixed;
	top: 0;
	background-color: white;
	box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 8%);
	opacity: 0.8;
}

.nav_other a {
	color: #59595e;
	margin-left: 30px;
}

.nav_other a:first-child{
	color: #59595e;
	margin-left: 130px;
}

.nav_other a:hover {
	background-color: rgba(195, 197, 211, 0.3);
}


.side_nav {
	position: fixed;
	top: 300px;
	margin-left: 12px;
	width: 50px;
	height: 295px;
	background-color: white;
	text-align: center;
	border-radius: 8px;
	border: #00c15d 1px solid;
}

.other {
	position: fixed;
	top: 500px;
	margin-left: 12px;
	width: 50px;
	height: 50px;
	background-color: white;
	text-align: center;
	border-radius: 8px;
}

.other>div {
	height: 70px;
	color: black;
	margin-bottom: 10px;
	text-align: center;
	line-height: 50px;
	border-radius: 15%;
}

.other .last2 {
	border: #00c15d 1px solid;
}

.side_nav>div {
	height: 50px;
	color: black;
	margin-bottom: 10px;
	text-align: center;
	line-height: 48px;
	border-radius: 15%;
	background-color: white;
}

.side_nav img {
	width: 16px;
}

.side_nav>div:hover {
	background-color: rgba(209, 209, 209, 1.0);
	color: black;
}

.side_nav div:hover {
	transform: scale(1.22);
}

.other div:hover {
	transform: scale(1);
}

.part1 {
	margin: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

#first {
	width: 100%;
	height: 50px;
	overflow: hidden;

}

#one {
	float: left;
	width: 8%;
	height: 50px;
	margin-left: 0px;
	overflow: hidden;
	font-size: 20px;
}

#two {
	width: 92%;
	height: 50px;
	float: left;
	position: relative;
	overflow: hidden;
	top: 50%;
}

#three {
	float: left;
	width: 15%;
	height: 50px;
	margin-left: 0px;
	overflow: hidden;
	font-size: 20px;
}

#four {
	width: 85%;
	height: 50px;
	float: left;
	position: relative;
	overflow: hidden;
	top: 50%;
}

#second {
	text-indent: 2em;
	margin: 15px auto;
	font-size: 25px;
}

#h3 {
	font-size: 22px;
	color: #59595e;
	margin-top: 20px;
	margin-bottom: 50px;
}

#pg {
	margin-top: 40px;
	margin-right: 10px;
	line-height: 1.3;
	margin-bottom: 30px;
}

#pg2 {
	margin-top: 40px;
	margin-right: 10px;
	line-height: 1.3;
	margin-bottom: 20px;
	height: 200px;
	font-size: 30px;
}

#pg3 {
	margin-right: 10px;
	line-height: 1.3;
	height: 200px;
	font-size: 30px;
	margin-bottom: 220px;
	margin-top: 40px;
	z-index:  !important;
}

#stuff {
	margin-bottom: 200px;
}

#pg3 :nth-child(2) {
	margin-top: 27px;
}


#biaoti {
	position: absolute;
	right: 47%;
	font-size: 25px;
	color: black;
	margin-top: -12px;
}

#second img {
	float: right;
	width: 200px;
	height: 200px;
}

#gas {
	width: 90%;
	margin: 20px auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

#gas img {
	width: 100%;
	box-shadow: 2px 2px 6px 0 rgb(0, 0, 0, 80%);
}

#gas img:hover {
	animation: img .1s forwards;
}

#animal {
	width: 90%;
	margin: 20px auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

#animal img {
	box-shadow: 0 6px 15px 0 rgb(0, 0, 0, 80%);
}

#animal img:hover {
	animation: img .1s forwards;
}

#human {
	width: 90%;
	margin: 10px auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#human img {
	box-shadow: 0 6px 11px 0 rgb(0, 0, 0, 80%);
}

#human img:hover {
	animation: img .1s forwards;
}

#tab div {
	width: 50%;
	float: left;

}

#tab h3 {
	width: 121px;
	height: 43px;
	font-size: 30px;
	background-color: rgba(134, 163, 245, 0.4);
}

#tab {
	margin-top: 20px;
}

table {
	margin: 20px;
	font-size: 20px;
	margin-top: 15px;
}

#fj {
	width: 100%;
	margin: 10px;
	padding: 2px;

}

#fj img {
	width: 564px;
	height: 291px;
}

#fj img:hover {
	animation: img .1s forwards;
}

#fj p {
	text-indent: 2em;
	margin-left: 10px;
	margin-right: 30px;
}

#fj tr {
	margin-top: 20px;
	border: #59a1e9 4px solid;
}

caption {
	margin-bottom: 20px;
}

td {
	width: 40%;
	height: 35px;
}

li {
	margin: 20px;
	font-size: 22px;
	margin-top: 15px;
}

.part2 {
	margin: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: rgba(253, 255, 210, 0.1);
}

/* #color {
				height: 88px;
				background-color: rgba(255, 255, 255, 1);
				border-top: #ffffff 1px solid;
			} */
.popular {
	width: 100%;
	height: 800px;
	margin-top: 20px;
	color: #6b6b6b;
}

.popular span {
	display: inline-block;
	margin: 10px;
	padding: 10px;
	width: 40%;
}

.popular p {
	text-indent: 0em;
}

.popular h4 {
	text-indent: 0em;
	color: #3a3a3e;
}

.body {
	padding: 50px 0 100px 0;
	background: white;
	margin: 0 auto;
}

.food {
	margin: 0 auto;
	width: 80%;
	position: relative;
	column-count: 1;
	column-gap: 10px;
}

.food-body {
	display: inline-block;
	margin: 0 5px;
	background-color: white;
	border-radius: 8px;
	margin-bottom: 20px;
}

.food-body-img img {
	border-radius: 8px 8px 0 0;
	width: 100%;
}

.food-body-content {
	padding: 20px 20px 10px 20px;
}

.food-body-title {
	border-top: 1px solid #e7e7e7;
	padding: 8px 0;
	text-align: center;
}

.food-body-title h4 {
	font-size: 16px;
}

.food-body:hover {
	animation: food .6s forwards;
}

#small_yellow_chicken {
	float: right;
}

#bigdiv {
	margin-top: 150px;
	width: 100%;
	height: 600px;
	float: left;
	margin: 20px auto;
}

#bigdiv .card {
	margin-top: 60px;
	float: left;
	margin-left: 67px;
	height: 500px;

}

#bigdiv .card img {
	z-index:  !important;
}

#bigdiv .card h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

#bigdiv .card p {
	margin-bottom: 30px;
}

#mid p {
	position: absolute;
	top: 740px;

}

#mid h3 {
	margin-top: 12px;
}

#ljgd {
	margin-top: 22px;
}

@keyframes color {
	0% {}

	100% {
		transform: rotate(36000deg);
		transition: all 10s ease;
	}
}

@keyframes img {
	0% {}

	100% {
		transform: scale(1.03);
	}
}

@keyframes food {
	from {}

	to {
		box-shadow: 0 6px 11px 0 rgb(0, 0, 0, 80%);
		transform: scale(1.1);
	}
}

@media (min-width: 768px) {
	.food {
		column-count: 2;
	}

	.footerbar-body {
		padding: 10px 0 20px 0;
	}

	.footerbar-body span {
		display: inline;
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.food {
		column-count: 3;
	}

	.footerbar-body {
		padding: 10px 0 20px 0;
	}

	.footerbar-body span {
		display: inline;
		padding: 0 30px;
	}
}

@media (min-width: 1200px) {
	.food {
		column-count: 3;
	}

	.footerbar-body span {
		display: inline;
		padding: 0 30px;
	}

	.footerbar-body {
		padding: 10px 0 20px 0;
	}
}

#plane{
    color: #00bd58;
    font-size: 30px;
    /* 绝对定位 */
    position: absolute;
    /* 弹性布局 水平+垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.clock{
    display: flex;
	margin-right: 10px;
}
.clock p{
	line-height: 47px;
    width: 95px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    /* 设置字体 */
    font-family: "Kanit";
    font-weight: 900;
    /* 文字阴影 实现3D效果 */
    text-shadow: 0 1px 0 #deafaf,
    0 2px 0 #bda8a8,
    0 3px 0 #d8a1a1,
    0 4px 0 #d59999,	
    0 5px 0 #d29292,
    0 6px 0 #cf8b8b,
    0 7px 0 #cc8484,
    0 8px 0 #c97d7d,
    0 0 5px rgba(231,156,156,0.05),
    0 -1px 3px rgba(231,156,156,0.2),
    0 9px 9px rgba(231,156,156,0.3),
    0 12px 12px rgba(231,156,156,0.3),
    0 15px 15px rgba(154, 104, 104, 0.3);
}