@charset "utf-8";
/* CSS Document */
#bigDiv{ width:200px; height:100px; margin:0px auto; }
#divs{  
        width:1060px;  
        height:340px;  
        overflow:hidden;  
		/*相对定位*/
        position:relative;  
    }  
    #internal{  
        position:absolute;  
         
    }  
    #internal img{  
        float:left;  
    }  
    #divs ul{  
        list-style:none;  
        position:absolute;  
        left:850px;  
        top:300px;  
    }  
    #divs ul li{  
        text-decoration: none;  
        width:30px;  
        height:30x;  
        float:left;
		text-align:center;
		margin-right:10px;
    } 
#box1 ul,.box li{ margin:0; padding:0; list-style:none}
#box1{ padding:10px; width:1000px; height:1620px; margin:0px 10%;} 
#box1 li{float:left; position:relative; width:250px; height:430px; margin-left:50px; border:10px solid #FCC; margin-bottom:85px; color:#630; text-align:center; padding-bottom:10px; font-weight:bold ;}
#box1 li a{ width:100%; height:100%; position:absolute; top:0; left:0; display:block; transition:all 400ms ease; }
#box1 li img:hover{ width:351px; height:495px;  margin-left:-55px; margin-top:-45px; border:5px solid #999}
#box1 li a:hover{ z-index:9999999}
#box1 span{ color:red;}
#box1 input{ margin:0px 20px;}
.lady{ width:80%; height:50px; margin:20px 13%; color:#630; font-size:40px; font-weight:bold;}

#box2 ul,.box li{ margin:0; padding:0; list-style:none}
#box2{ padding:10px; width:1000px; height:1650px; margin:0px 10%;} 
#box2 li{float:left; position:relative; width:250px; height:430px; margin-left:50px; border:10px solid #CCC; margin-bottom:90px; color:#630; text-align:center; padding-bottom:10px; font-weight:bold ;}
#box2 li a{ width:100%; height:100%; position:absolute; top:0; left:0; display:block; transition:all 400ms ease; }
#box2 li img:hover{ width:351px; height:495px;  margin-left:-55px; margin-top:-45px; border:5px solid #999}
#box2 li a:hover{ z-index:9999999}
#box2 span{ color:red;}
#box2 input{ margin:0px 20px;}
.lady{ width:80%; height:50px; margin:20px 13%; color:#630; font-size:40px; font-weight:bold;}
