@charset "utf-8";
/* CSS Document */
.td1{height: 100%; width: 50px; float: left;}
.modao{text-align: right;}
.active1{
    border-bottom: 3px solid #316FA2;
}
.table2 tbody tr > td {
	height: 300px;
	width: 25%;
	font-size: 18px;
	border-width: medium;
    
}
.table2 tr{
		border-bottom: 1px solid #a3c7e1;
}
.table2{
		background-color: rgba(0,84,138,0.2);
		color: #FFFFFF;border: 0px solid #FFFFFF;
		border-right:rgba(0,84,138,0.0) solid 20px;
		border-bottom:rgba(0,84,138,0.0) solid 20px;
		border-left:rgba(0,84,138,0.0) solid 20px;
		margin-top: 50px;
		}
.table2 tbody tr td img{
	height: 100%;
	width: 100%    
}
.table3{
	color: #000000;
	background-color: rgba(255,255,255,0.5);
	margin-top: 100px;
	border: 10px solid rgba(255,255,255,0.0)
}
.table3 tr td p{ font-size: 14px;}
.table3 tr td {border: solid 15px rgba(255,255,255,0.0);}
.table3 tr td img{ height: 120px; width: 90px;}

.div4{
	  position: fixed;
      right:0%;bottom: 8%;
}
.div4 img{
          width: 300px;
          height: 400px;        
}
.div4_1{
        position: fixed;
        right:0%;bottom:-1%;
}
.div4_1 img{
            width: 265px;
            height: 300px;        
}
.div4_2{
        position: fixed;
        left: -1%; bottom: -1%;
}
.div4_2 img{
            width: 270px;
            height: 270px;        
}

.div3{
	 height: 50px;
	 width: 300px;
}
.div1{
    line-height: 40px;
    font-family: "华文行楷";
    font-size: 40px;
}
.div2{  border-bottom: solid 3px #E27572;
		line-height: 50px;
		font-family: "华文行楷"; 
		font-size: 40px;	
}
body { 
		background-image: url("../images/gusu.jpg");
		background-repeat: repeat-y;
} 
.table1{background-color: rgba(0,84,138,0.2);
		border-right:rgba(0,84,138,0.0) solid 20px;
		border-bottom:rgba(0,84,138,0.0) solid 20px;
		border-left:rgba(0,84,138,0.0) solid 20px;
		color: #FFFFFF;	
}
.table1 tr{border-bottom: #a3c7e1 solid 1px;}
.table6{
		background-color: rgba(0,84,138,0.2);
		border-right:rgba(0,84,138,0.0) solid 20px;
		border-bottom:rgba(0,84,138,0.0) solid 20px;
		border-left:rgba(0,84,138,0.0) solid 20px;
		color: #FFFFFF;margin-top: 70px;
}
.table6 tr{border-bottom: #a3c7e1 solid 1px; }

.table4 td img{transition: 0s; width: 180px; height: 180px;
    -webkit-transition:0.2s;
}
.table4 td img:hover{width: 200px; height: 200px;}
.table4 tr{ line-height: 30px; width: 30%;border-bottom: #a3c7e1 solid 1px; }
.table4{
	height: 200px; 
	background-color: rgba(0,84,138,0.3);
	border:rgba(0,84,138,0.0) solid 20px;
	color: #FFFFFF;
}
.nav > ul >li{
   color: #777777;
   width: 50px;	
   display: inline-block;
   padding:15px 10px;
   position: relative;
   cursor: pointer;
}
.nav > ul >li div{text-align: right; font-size: 12px;
	height: 100px;
	padding-left: 5px;
	padding-top: 5px;
    display:none;
    position: absolute;
    z-index: 999;
    top:50px;
	left: -1px;
    width:250px;
	right: 30px;
}
.nav > ul >li:hover{background-color:#E7E7E7;color:#000000; }
.nav > ul >li:hover div{
    background-color:aliceblue;
    display: block;
    text-align: left;
}	
tbody tr{height: 30px; margin-top: 10px;}
