*{
    margin: 0 0;
    padding: 0 0;
}
html {
   
}
body{
    font-family: arial,sans-serif;
    font-size: 100%;
     background: rgba(0, 0, 0, 0) url("../images/bodybg.png") repeat scroll 0 0;
   
  
}

h2,p{
    font-size: 100%;
    font-weight: normal;
}
.hd{
    width: 100%;
    margin: 0 auto;
}
.hd .banner{
    text-align: center;
    width: 100%;
    background: url(../images/zh.png);
}
.hd .content{
    margin: 0 auto;
    width: 930px;
    padding: 20px;
    border:3px solid #a31910;
    margin-top: 10px;
    background-color: #fff;
    line-height: 25px;
}
.hd .content p{
    color: #8b0f0f;
    text-indent: 2em;
   
}
.bd_main{
    margin: 10px auto;
    padding: 20px;
    width: 930px;
    border: 3px solid #a31910;
    
}

ul,li{
    list-style: none;
}

ul{
    overflow: hidden;
    padding: 3em;
}

ul li a{
    text-decoration: none;
    color: #000;
    background: #ffc;
    height: 10em;
    display: block;
    overflow: hidden;
    width: 230px;
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    -moz-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}

ul li a:hover,ul li a:focus{
    -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);  
    -webkit-box-shadow:10px 10px 7px rgba(0,0,0,.7);  
    -o-box-shadow:10px 10px 7px rgba(0,0,0,.7);  
    box-shadow:10px 10px 7px rgba(0,0,0,.7);
}


ul li:nth-child(even) a{  
    -o-transform:rotate(4deg);  
    -webkit-transform:rotate(4deg);  
    -moz-transform:rotate(4deg);  
    transform:rotate(4deg);  
    position: relative;
    top: 5px;
}
ul li:nth-child(3n) a{  
    -o-transform:rotate(-3deg);  
    -webkit-transform:rotate(-3deg);  
    -moz-transform:rotate(-3deg);  
    transform:rotate(-3deg);  
    position: relative;
    top: -5
}
ul li:nth-child(5n) a{  
    -o-transform:rotate(5deg);  
    -webkit-transform:rotate(5deg);  
    -moz-transform:rotate(5deg);  
    transform:rotate(5deg); 
    position: relative;
    top: -10px;
}

ul li{
    margin: 1em;
    float: left;
}



.blackScreen{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(5, 5, 5, 0.6);
    width: 100%;
    height: 800px;
    z-index: 9999;
    display:none;
}
.imgShowWrap{
    overflow-y: scroll;
    overflow-x: hidden;
    width: auto;
      position: fixed;
}


.title span{
    padding-left: 50px;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    background: #a00e0e;
    color: #fff;
    
}
.liner{
    height: 3px;
    background: #a31910;
}

.bigTitle{
 width: 800px;
    margin: 0 auto;
}
.bigTitle a{
    width: 100px;
    height: 100px;
    font-weigh:bold;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    color: #fff;
}
.link-heart{
    position: fixed;
    bottom: 50px;
    right: 20px;
    padding: 5px 10px;
    background: #4ca32c;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}
.link-heart:hover{
    background: #c72fe0;
}
.link-liuyan{
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: 5px 10px;
    background: #4ca32c;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}
.link-liuyan:hover{
    background: #c72fe0;
}

.link-month{
    position: fixed;
    bottom: 150px;
    right: 20px;
    padding: 5px 10px;
    background: #d41912;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}
.link-month:hover{
    background: #c72fe0;
}