/* nav */

.topNav {
	min-width: 1200px;
	height: 36px;
	background-color: #05A6F0;
}

.topNav em {
	display: block;
	float: left;
	height: 36px;
	margin-right: 12px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 36px;
}

.topNav .old {
	float: left;
	height: 36px;
	margin-right: 40px;
	font-size: 12px;
	line-height: 36px;
}

.topNav .old a {
	color: #FFFFFF;
	text-decoration: underline;
}

.topNav dl {
	position: relative;
	height: 36px;
}

.topNav dl dt {
	position: relative;
	z-index: 999;
	float: left;
	height: 36px;
	padding: 0 12px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 36px;
	cursor: pointer;
}

.topNav dl dt i {
	display: inline-block;
	margin-left: 7px;
	font-size: 14px;
}

.topNav dl dd {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 998;
	overflow: hidden;
	border: 1px solid #05A6F0;
	border-top-width: 0;
	background-color: #FFFFFF;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
}

.topNav dl dd.qrcode {
	width: 150px;
	height: 74px;
	padding: 20px 20px 20px 110px;
	line-height: 20px;
}

.topNav dl dd.qrcode img {
	float: left;
	width: 74px;
	height: 74px;
	margin-left: -90px;
}

.topNav dl dd.qrcode h4 {
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.topNav dl dd.qrcode p {
	height: 20px;
	font-size: 12px;
	color: #888888;
}

.topNav dl dd.user {
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	box-sizing: border-box;
}

.topNav dl dd.user a {
	display: block;
	height: 34px;
	color: #5b5b5b;
	text-decoration: none;
}

.topNav dl dd.user a:hover {
	background-color: #F4F4F4;
	color: #0499ED;
	text-decoration: none;
}

.topNav dl:hover dt {
	border-left-color: #05A6F0;
	border-right-color: #05A6F0;
	background-color: #FFFFFF;
	color: #5b5b5b;
}

.topNav dl:hover dd {
	display: block;
}

.topNav dl.app dt{
	color: #fff000;
}

.topNav dl.app:hover dt{
	color: #5b5b5b;
}

.topNav ul {
	float: right;
	height: 16px;
	padding: 10px 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

.topNav ul li {
	float: left;
	height: 16px;
}

.topNav ul li.name {
	padding-right: 14px;
	border-right: 1px solid #69C9F6;
}

.topNav ul li.exit {
	padding-left: 14px;
	border-left: 1px solid #69C9F6;
}

.topNav ul li a {
	color: #FFFFFF;
}


/* header */

.header {
	min-width: 1200px;
	height: 80px;
	border-bottom: 1px solid #E8E8E8;
	background-color: #FFF;
}

.header .logo {
	float: left;
	width: 153px;
	height: 44px;
	margin: 18px 0;
	background: url(img/index_logo.gif) no-repeat;
}

.header .logo a {
	display: block;
	float: left;
	width: 153px;
	height: 44px;
}

.header .menu {
	float: left;
	height: 80px;
	margin-left: 100px;
	font-size: 17px;
	line-height: 80px;
}

.header .menu i {
	float: left;
	width: 1px;
	height: 16px;
	margin: 32px 0;
	background-color: #E4E4E4;
}

.header .menu li {
	float: left;
	height: 80px;
	margin: 0 10px;
}

.header .menu li a {
	color: #666666;
	text-decoration: none;
}

.header .menu li a:hover {
	color: #0499ED;
}

.header .entrance {
	float: right;
	height: 32px;
	margin: 24px 0;
}

.header .entrance a {
	float: left;
	height: 32px;
	padding: 0 12px 0 10px;
	margin-left: 4px;
	background-color: #F7F7F7;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	text-decoration: none;
}

.header .entrance a i {
	float: left;
	height: 32px;
	margin-right: 7px;
	font-size: 17px;
	line-height: 32px;
}

.header .entrance a i.gr {
	color: #05A6F0;
}

.header .entrance a i.qy {
	color: #FF9000;
}

.header .entrance a:hover {
	background-color: #05A6F0;
	color: #FFFFFF;
	text-decoration: none;
}

.header .entrance a:hover i{
	color: #fff;
}


/* footer */

.footer {
	min-width: 1200px;
	overflow: hidden;
	padding-bottom: 15px;
}

.footer dl {
	overflow: hidden;
	text-align: center;
}

.footer dl dt {
	height: 46px;
	margin-bottom: 12px;
	background-color: #777;
	font-size: 14px;
	line-height: 46px;
}

.footer dl dt span {
	display: inline-block;
	margin: 0 30px;
	font-family: "宋体";
	font-size: 12px;
	color: #AAA;
}

.footer dl dt a {
	display: inline-block;
	color: #CCC;
	text-decoration: none;
}

.footer dl dt a:hover {
	color: #FFFFFF;
}

.footer dl dd {
	height: 28px;
	background-color: #FFF;
	font-size: 12px;
	color: #AAAAAA;
	line-height: 28px;
}

.footer dl dd span {
	display: inline-block;
	margin: 0 6px;
}


/* about-footer */

.about-footer {
	width: 1200px;
	padding-bottom: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.about-footer dl {
	overflow: hidden;
	text-align: center;
}

.about-footer dl dt {
	height: 40px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 40px;
}

.about-footer dl dt span {
	display: inline-block;
	margin: 0 30px;
	font-family: "宋体";
	font-size: 12px;
	color: #CCC;
}

.about-footer dl dt a {
	display: inline-block;
	color: #777;
	text-decoration: none;
}

.about-footer dl dt a:hover {
	color: #333333;
}

.about-footer dl dd {
	height: 28px;
	font-size: 12px;
	color: #AAAAAA;
	line-height: 28px;
}

.about-footer dl dd span {
	display: inline-block;
	margin: 0 6px;
}


/* aside-menu-right */

.aside-menu-right {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 8888;
	width: 44px;
	min-height: 200px;
	margin-top: -120px;
}

.aside-menu-right a {
	position: relative;
	float: left;
	width: 44px;
	height: 44px;
	text-decoration: none;
}

.aside-menu-right a+a {
	margin-top: 2px;
}

.aside-menu-right a .txt {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	background-color: #DDD;
	font-size: 12px;
	color: #333333;
	line-height: 44px;
	text-align: center;
}

.aside-menu-right a:nth-of-type(1) .txt {
	background-color: #ff0000;
	font-weight: bold;
	color: #fff;
}

.aside-menu-right a .icon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	background-color: #494949;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
}

.aside-menu-right a:nth-of-type(1) .icon {
	background-color: #ff0000;
	font-size: 26px;
}

.aside-menu-right a .note {
	display: block;
	position: absolute;
	top: 0;
	right: 59px;
	min-height: 24px;
	padding: 10px 14px;
	background-color: #FF9000;
	color: #FFFFFF;
	line-height: 24px;
	visibility: hidden;
	white-space: nowrap;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.aside-menu-right a .note:after {
	content: ' ';
	position: absolute;
	right: -10px;
	top: 17px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid dashed dashed;
	border-color: transparent transparent transparent #ff8000;
}

.aside-menu-right a .app {
	display: block;
	position: absolute;
	bottom: 0;
	right: 59px;
	padding: 20px 20px 0;
	background-color: #eee;
	visibility: hidden;
	white-space: nowrap;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.aside-menu-right a .app:after {
	content: ' ';
	position: absolute;
	right: -10px;
	bottom: 17px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid dashed dashed;
	border-color: transparent transparent transparent #e8e8e8;
}

.aside-menu-right a .app img{
	display: block;
	width: 100px;
	height: 100px;
	border: none;
}

.aside-menu-right a .app span{
	display: block;
	padding: 12px 0 15px;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.aside-menu-right a:hover .txt {
	display: none;
}

.aside-menu-right a:hover .icon {
	display: block;
}

.aside-menu-right a:hover .note,
.aside-menu-right a:hover .app {
	right: 44px;
	visibility: visible;
	opacity: 1;
}