html{
	padding: 3px;
	padding-bottom: 0;
}
body{
	margin:0 auto;
    padding: 0px !important;
	max-width: 1600px;
	min-width: 1016px;

}
a{
	text-decoration:none;
	color: black ;
}

a:hover{
	text-decoration:none;
	color: red ;
}
ul{
	padding: 0;
	list-style-type: none;
}

table{border:0;border-collapse:collapse;} 
table td{padding:0;}

img[src=""],img:not([src]){/*图片加载失败或者src为空时去掉边框*/
    opacity:0;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 0.5em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/*头部TOP包含文件开始*/ 
#nav{
	padding:0;
	margin: auto;
	max-width: 1016px;
}
#nav>li {	
	display: table-cell;
	width: 1%;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #929292;
	height: 80px;
}
#nav>div{
	vertical-align: middle;
	width: 4%;
	display: table-cell;
}
#level2-1{	
	border-collapse: separate;
	border-spacing: 5px 5px;
	width: 300px;
	display: none;
	position: absolute;
	list-style-type: none;
	padding: 0px;
	top: 80px;
	background: white;
	font-size: 12px;
	line-height: 20px;
	color: black;
	text-align: center;
}
#level2-1>li{
	width: 1%;
	display: table-cell;

}
#level2-1>li>img{
	height: 40px;
}
#level2-2{
	border-collapse: separate;
	border-spacing: 5px 5px;
	width: 750px;
	display: none;
	position: absolute;
	list-style-type: none;
	padding: 0px;
	top: 80px;
	background: white;
	font-size: 12px;
	line-height: 20px;
	color: black;
	text-align: center;
}
#level2-2>li{
	width: 1%;
	display: table-cell;

}
#level2-2>li>img{
	/*border:1px solid black;*/
	height: 80px;
}

/*头部TOP包含文件结束*/ 


/*局部图片放大效果CSS开始*/ 			
#bigdiv {  
	background: beige;
    position:absolute;  
    display:none;  
    overflow:hidden;  
    height:350px;  
  	width:350px;  
} 
#bigimg{
	position:absolute;
	width: 800px;


}

#smalldiv{
	top: 0px;
	margin-left:0px; 
	position:relative; 
	border:1px solid #BBBBBB;
	width:350px; 
	height:350px;

} 
#smallimg{
	position:absolute;
	width:350px; 
	height:350px;
	left: 0;
	top: 0;
	
}  
#zoom{  
	/*width:80px;*/ 
	/*height:80px;*/ 
	background-color: rgba(0,0,0,0.5); 
	border:1px solid gray; 
   	position:absolute;  
   	display:none;   
        
} 			
/*局部图片放大效果CSS结束*/ 	

			
/*底部bottom包含文件开始*/
#bottom_nav{
	height: 50px;
	color: white;
	margin: auto;
	max-width: 1016px;
	margin-bottom: 20px;
}
#bottom_nav>ul{
	vertical-align: middle;
	display: inline-block;
	background:#cc3333;
}
#bottom_nav>ul>li{
	display: table-cell;
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
#bottom_nav>ul>li>a{
	color: white;
	font-size: 12px;
}
/*底部bottom包含文件结束*/ 

/*首页index.php文件css开始*/
#index_nav{
	height: 50px;
	color: white;
	margin: auto;
	max-width: 1016px;
	margin-bottom: 20px;
}
#index_nav>ul{
	vertical-align: middle;
	display: inline-block;
	background:#505050;
	font-size: 0px;
}
#index_nav>ul>li{
	display: table-cell;
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
#index_nav>ul>li:hover{
	background:#c33;
}
#index_nav>ul>li>a{
	color: white;
	font-size: 16px;
	font-family: "微软雅黑";
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.rightB{
	width:50px;
	height:70px;
	font-size: 20px;
	z-index: 20;	
	color:#fff;
	background: rgba(0,0,0,0.5);
	position: absolute;
	right:0;top:45%;
	line-height:70px;
	text-align: center;
	cursor: pointer;
	display: none;
}
.leftB{
	width:50px;
	height:70px;
	font-size: 20px;
	z-index: 20;
	color:#fff;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left:0;
	top:45%;
	line-height:70px;
	text-align: center;
	cursor: pointer;
	display: none;
}
.mskeLayBg { 
	background: #00A0E9;
	width: 100%; 
	height: 320px;
	position: absolute; 
	left: 0px; top: 0px; 
	z-index: 10; 
	opacity: 0.2; 
	filter: alpha(opacity=20); 
	display: none;
	_display:none!important }
.mskeLayBg1 { 
	background: #878787;
	width: 120px; 
	height: 170px;
	position: absolute; 
	left: 0px; top: 0px; 
	z-index: 10; 
	opacity: 0.2; 
	filter: alpha(opacity=20); 
	display: none;
	_display:none!important }	
	

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li a {
	background: white;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 6px;	
	cursor: pointer;

}	