.showpic{overflow:hidden;width: 100%;margin:10px auto;}
.showpic h1{ margin:0 0 10px 0; border-left:4px #333333 solid; font-size:14px;padding: 0 0 0 10px}
.showpic h1 span{ float:right;font-size:12px; font-weight:normal; }
#demo1,#demo2{float: left; margin:10px 5px;}
#demos {overflow:hidden;}
#demos img {border: 2px solid #F2F2F2; padding:3px; height:140px}
#indemos {float: left; border-top:#666 2px solid;width: 800%;}
#demos1,#demos2{float: left; margin:10px 5px}
#demos1 a h5{height:10px;margin:0;padding:0;}



header{
		
	}
	
	head{
	    background-color:black;
	}
	
	#gdred{
		background-color:rgb(153,0,0);
    width: 1060px;
    margin: 0px auto;
	}
	body{
		background-color: white;
	}
	footer{
		 width:1060px;
		 height:140px;
		 text-align: center;
	}
	footer p{
    font-size: 18px;
		color: #333333;
	}
  footer>div{
    display: inline-block;
  }
	.kg{
		height: 50px;  
    	width: 100%;  
	}
	#newmenu{
		margin-right: auto;
		margin-left: auto;
		align-content: center;
		width:1000px;
		
	}
	#newmenu li{
		float: left;  
		width:90px;  
		margin:0 10px;  
		list-style: none; 
	}
	#newmenu a{
	text-decoration: none;  
    height: 100%;  
    width: 100%;  
    display: block;  
    font-size: 17px;  
    text-align: center;  
    line-height: 40px;  
    color:white;
	}
	#newmenu  a:hover,#newmenu  .selected a{  
    background-color: red;
}  

 .active{
            background: red;
        }

  #banner {
   	position: relative;
   	width: 400px;
   	height: 300px;
   	border: 1px solid #666;
   	overflow: hidden;
   }

   #banner_list img {
   	border: 0px;
   }

   #banner_bg {
   	position: absolute;
   	bottom: 0;
   	background-color: #000;
   	height: 30px;
   	filter: Alpha(Opacity=30);
   	opacity: 0.3;
   	z-index: 1000;
   	cursor: pointer;
   	width: 478px;
   }

   #banner_info {
   	position: absolute;
   	bottom: 0;
   	left: 5px;
   	height: 22px;
   	color: #fff;
   	z-index: 1001;
   	cursor: pointer
   }

   #banner_text {
   	position: absolute;
   	width: 120px;
   	z-index: 1002;
   	right: 3px;
   	bottom: 3px;
   }

   #banner ul {
   	position: absolute;
   	list-style-type: none;
   	filter: Alpha(Opacity=80);
   	opacity: 0.8;
   	border: 1px solid #fff;
   	z-index: 1002;
   	margin: 0;
   	padding: 0;
   	bottom: 3px;
   	right: 5px;
   }

   #banner ul li {
   	padding: 0px 8px;
   	float: left;
   	display: block;
   	color: #FFF;
   	border: #e5eaff 1px solid;
   	background: #6f4f67;
   	cursor: pointer
   }

   #banner ul li.on {
   	background: #900
   }

   # a {
   	position:absolute;
   }

#columns{
	height: 30px;
	background-color:rgb(177,215,239);
	clear: both;
}
#rectangle{
	width: 796px;
	height:180px ;
	border: rgb(177,215,239) solid  0.1em;
}
.minrectangle{
	width:350px;
	height:70px ;
	border: rgb(177,215,239) solid  0.1em;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.minrectangle  img{
	width:50px;
	height:50px ;
	margin: 10px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.minrectanglediv{
	width:278px;
	height:70px ;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
} 
 .minrectangle h4{
 	width: 278px;
 	margin-top: 10px;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 }
 .minrectangle h5{
    display: block;
 	width: 278px;
 	color: gray;
 	margin-left: 10px;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 }
 .minrectangle>h4:hover  h4{
 	background-color: red;
 }