﻿/***底部导航***/
.Navbottom {
	width: 100%;
	height: 48px;
	background: #fff;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	position: fixed;
	bottom: 0;
	opacity: 0.95;
	z-index: 999;
 box-sizing: content-box;
}

	.Navbottom .bottom_list {
		width: 25%;
		float: left;
		height: 35px;
		text-align: center;
		margin-top: 2px;
	}

		.Navbottom .bottom_list .logo_box {
			width: 100%;
			position: relative;
			overflow: hidden;
		}

			.Navbottom .bottom_list .logo_box .ICON {
				width: 24px;
		                height:24px;						
				margin: 0 auto;
				/*max-width: 100%;*/
			}

			.Navbottom .bottom_list .logo_box .Dian {
				position: absolute;
				top: 0;
				right: 28%;
				width: 15px;
				height: 15px;
				z-index: -1;
				display: none;
			}

		.Navbottom .bottom_list p {
			font-size: 14px;
			color: #18080b;
			height:21px;
			line-height: 21px;
			margin: 0;
		}
