body,
html {
	font-family: "microsoft yahei";
	width: 100%;
	height: 100%;
	overflow:auto !important;
} 

.topnavs {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: #333333;
	z-index:1000;
}

.toplogo {
	width: 92px;
	height: 24px;
	margin-top: 18px;
	margin-left: 125px;
}

.toplogo img {
	width: 100%;
	height: 100%;
}

.navs {
	float: right;
	margin-right: 125px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	margin-top: -22px;
}

.navs .nav {
	float: left;
	cursor: pointer;
}

.nav-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 60px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}


.nav-icon1 {
	width: 18px;
	height: 18px;
	background: url("../img/nav-icon1.png")/*tpa=http://service.aux-home.com/platform/style/newstyle/img/nav-icon1.png*/ no-repeat center;
	background-size: 100% 100%;
}


.nav-icon2 {
	width: 17px;
	height: 19px;
	background: url("../img/nav-icon2.png")/*tpa=http://service.aux-home.com/platform/style/newstyle/img/nav-icon2.png*/ no-repeat center;
	background-size: 100% 100%;
}

.nav-icon3 {
	width: 18px;
	height: 16px;
	background: url("../img/nav-icon3.png")/*tpa=http://service.aux-home.com/platform/style/newstyle/img/nav-icon3.png*/ no-repeat center;
	background-size: 100% 100%;
}

.nav:hover {
	color: white;
}

.nav:hover .nav-icon1 {
	background: url("../img/nav-icon1_white.png")/*tpa=http://service.aux-home.com/platform/style/newstyle/img/nav-icon1_white.png*/ no-repeat center;
	background-size: 100% 100%;
}

.nav:hover .nav-icon2 {
	background: url("../img/nav-icon2_white.png")/*tpa=http://service.aux-home.com/platform/style/newstyle/img/nav-icon2_white.png*/ no-repeat center;
	background-size: 100% 100%;
}

.nav:hover .nav-icon3 {
	background: url("../img/nav-icon3_white.png")/*tpa=http://service.aux-home.com/platform/style/newstyle/img/nav-icon3_white.png*/ no-repeat center;
	background-size: 100% 100%;
}

.content {
	width: 100%;
	min-height: calc(100% - 40px);
	background: pink;
}

.footter {
	height: 40px;
	width: 100%;
	background: white;
	overflow: hidden;
	text-align: center;
}

.copy-right,
.police-bk {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	color: #666;
}

.police-bk {
	margin-left: 48px;
}

.police-icon {
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url("../img/pollice-icon.png")/*tpa=http://service.aux-home.com/platform/style/newstyle/img/pollice-icon.png*/ no-repeat center;
	background-size: 100% 100%;
	position: relative;
	top: 3px;
}

.family-login {
	font-size: 12px;
	font-family: simsun;
	font-weight: 400;
	color: #666666;
	float: right;
	margin-top: 14px;
	margin-right: 125px;
	cursor: pointer;
}
