body {
	margin: 0;
	padding: 0;
}

html,
body,
.container {
	height: 100%;
}

ul>li {
	color: white;
	float: left;
	width: 14.2%;
	list-style: none;
	height: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 437.5%;
}

ul>li:hover {
	background-color: #13acf2;
	cursor: pointer;
}

body::-webkit-scrollbar {
	display: none;
}

.dadidi {
	width: 100%;
	height: 50px;
	background: #000000;
}

.dizhogndi {
	width: 62.5%;
	height: 50px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
 	display: flex;
}

.rexian {
	width: 30%;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	height: 50px;
	line-height: 50px;
	letter-spacing: 4px;
}

.beianhao {
	width: 70%;
	color: #FFFFFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 4px;
}

.dashangdi {
	height: 420px;
	width: 100%;
	background: #F5F5F5;
	position: relative;
}

.dizhongshang {
	width: 62.5%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */
  	display: flex;
	justify-content: space-between;
}

.xiaoshen {
	width: 100px;
	height: 100%;
}

.xiaoshen:first-child {
	margin-left: 0;
}

.dibiao {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #777777;
	letter-spacing: 4px;
	margin-top: 35%;
	font-weight: bold;
}

.dibiao>span {
	display: inline-block;
	padding-left: 100%;
}

.dongdong {
	width: 100%;
	height: auto;
	color: #777777;
	margin-top: 12%;
}
a{
	color: #777777;
	text-decoration: none;
}
.erjiwen{
	width: 100px;
	height: 150px;
	position: absolute;
	right: 20%;
	bottom: 20px;
}
.erjiwen>img{
	width: 100px;
	height: 100px;
}
.erzizi{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.binav{
	width: 100%;
	height: 8%;
	border-bottom: 1px #f2f2f2 solid;
	position: fixed;
	background: #FFFFFF;
	top: 0;
	z-index: 9999999;
}
.smnav{
	width: 62.5%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.smnav>img{
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
}
.ulnav{
	margin: 0;
	padding: 0;
	height: 100%;
	float: right;
	width: 58%;
}
.ulnav>li{
	color: #333333;
}
.ulnav>li:hover{
	background: none;
}
.dingkong{
	width: 100%;
	height: 8%;
}