/* nav导航 */
.topnav {
	position: relative;
}

.navbar-right li a {
	color: #020202;
}

.navbar-right li.active a {
	color: #FFFFFF;
}
.nav>li>a:focus,
.nav>li>a:hover{
	color: #FFFFFF;
}
/* banner部分 */
.banner {
	margin-top: 59px;
}

.banner img {
	width: 100%;
}

/* 蝎子展示 */
.ToLitter ul,
.edibleMedical ul,
.young ul,
.LivingThing ul {
	display: flex;
}

.ToLitter ul li,
.LivingThing ul li,
.edibleMedical ul li,
.young ul li {
	flex-grow: 1;
	margin: 0 5px;
}

.ToLitter ul li:first-of-type,
.LivingThing ul li:first-of-type,
.edibleMedical ul li:first-of-type,
.young ul li:first-of-type {
	margin-left: 0;
}

.ToLitter ul li:last-of-type,
.LivingThing ul li:last-of-type,
.edibleMedical ul li:last-of-type,
.young ul li:last-of-type {
	margin-right: 0;
}

.LivingThing .row div img {
	width: 100%;
}

.ToLitter ul li img,
.edibleMedical ul li img,
.young ul li img {
	width: 100%;
}

.container h2 {
	font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 30px;
}
