﻿@charset "utf-8";
body{
	background-color: #ffffff!important;
}
a{
	text-decoration: none!important;
	outline-style: none!important; 　
}
#headerComm{
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
}
.showBackground{
	background-color:black;
	opacity:0.8; 
	width: 100%;
	height: 100px;
	overflow-x: hidden;
	position: absolute;
	z-index: 9999;
	line-height: 100px;
}
.hiddenBackground{
	height: 100px;
	overflow-x: hidden;
	line-height: 100px;
}
#top_{
	height: 10000px;
}
.navigation{
	font-size: 16px;
	font-weight: 600px;
	color: white;
	margin-right: 10px;
	margin-left: 10px;
	padding: 4px 16px 4px 16px; 
	border-radius:16px; 
	border-radius:5px 5px 0px 0px; 
	border-style:none;
}
.navigation:HOVER{
	color: white;
	padding: 5px 15px 5px 15px; 
	border-radius:5px 5px 0px 0px; 
	margin-right: 11px;
	margin-left: 11px; 
	background-color:  	red;
}
.navigationHover{
	color: white;
	padding: 5px 15px 5px 15px!important; 
	border-radius:5px 5px 0px 0px!important; 
	margin-right: 11px!important;
	margin-left: 11px!important; 
	background-color:  	red;
}
.clickNavigation{ 
		padding: 5px 15px 5px 15px; 
		border-radius:15px;  
		border: 1px dotted #eaeaea; 
		margin-right: 11px; 
	margin-left: 11px;  
} 
#innerNavigation{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 85%;
}
#imgLOGO{
	position: absolute;
	z-index: 10000;
	top: 0px;
}
.hiddenLi{
	display: none;
}
.showLi{
	list-style-type: none;
}
.showLi:HOVER{
	color: red;
}
#allUL{
	position: absolute;
	color: #ffffff;
	display: block;
	z-index: 10001;
	background-color: black;
	opacity:0.7; 
	filter:brightness(opacity=70);
	-moz-opacity:0.7; 
	-khtml-opacity:0.7; 
	font-size: 14px;
	padding: 0!important;
	border-radius:0px 0px 5px 5px; 
}
#allUL li{
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom:1px;
	cursor: pointer;
}
#innerNavigation:FIRST-CHILD{
	margin-left: 15% !important;
}
body{
	padding: 0!important;
	font-family: "微软雅黑"!important;
	margin: 0;
	overflow-x:hidden; 
/* 		background-color: #eaeaea; */
}
#functionIntroduction{
	position: absolute;
	z-index: 10001;
/* 		left: 150px; */
	top: 150px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.activeClass{
	background-color: #f0f0f0;
	font-weight: 600;
}
.clickClass{
	background-color: #f0f0f0;
	font-weight: 600;
}
.leftNaviLI{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height:100px; 
	color: white;
}
*{
	margin: 0;
	padding: 0;
}
.rightNaviDIV{
	margin:10px 0px;
}
#allRightNaviDIV{
	background-color: black;
	border-radius:0 3px 3px 0;
	opacity:0.9; 
	filter:brightness(opacity=90);
	-moz-opacity:0.9; 
	-khtml-opacity:0.9;
	padding: 0 47px;
	font-size: 14px;
}
#allRightNaviDIV a{
	color: #ffffff!important;
	font-size: 14px;
}
#allRightNaviDIV a:hover{
	color: #e8771e!important;
}
.cutLine{
	background-image: url('../../../../img/naviLine.png');
	height:2px;
	width: 108px!important;
}
.cutLine:FIRST-CHILD{
	margin-top: 35px;
}
#leftNavi{
	position: fixed;
	z-index: 10002;
	left: 0;
	top: 30px;
	background-image: url("../../../../img/navi_shadow.png");
	/*背景图片自适应*/
	width:114px;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
#leftNavi img{
	width: 111px!important;
}
.leftNaviDIV{
	min-height: 20px;
	min-width:111px; 
}
#heaher{
	background-image: url("../../../../img/tableth.png");
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
th{
	text-align: left!important;
}