@charset "utf-8";

/*footerlinks*/
.footlinks{padding: 30px 0;border-top: 3px solid #ee7700;min-width: 1200px;}
.footlinks .ad img{ height: 52px;width: 1045px;}
.footlinks .footerbox{
	width:100%;
	min-height:140px;
    margin-top: 30px;
    min-width: 1200px;
}
.footlinks .footerbox ul{
    min-height:50px;
    max-height:175px;
    overflow:hidden;
}
.footlinks .footerbox h4{
    margin-bottom: 10px;
}
.footlinks .footerbox .wrap {
    padding:20px;
    border-top:1px solid #e4e4e4;
}
.footlinks dl{width:100%;min-height: 150px;}
.footlinks dl dd{float:left;width:20%;min-height:150px;text-align: left;border-right:1px solid #e4e4e4;padding-left:75px;line-height: 26px;}
.footlinks dl dd:nth-last-child(1){border-right:none;}
.footlinks dl dd a{ display: block;color:#666;}
.footlinks dl dd a:hover{ text-decoration: underline;}




/*footer*/
.footer{min-width:1200px;}
.friendlink{
	margin: 0px auto;
    text-align: center
}
 .friendlink dl {
    line-height: 22px;
    overflow: hidden;
    padding-bottom: 5px;
}
.friendlink dt {
    float: left;
    margin-right: 10px;
}
.friendlink dd a {
    padding-right:10px;
}

.footer .footerimg a{
	width:144px;
	height:44px;
	margin: 8px 5px;
    opacity: 0.8;
     -moz-opacity:0.8;
     -khtml-opacity: 0.8;
    filter:Alpha(Opacity=80);
    display:inline-block;
}
.footer .footerimg a:hover{
	opacity: 1;
    -moz-opacity:1;
    -khtml-opacity:1;
    filter:Alpha(Opacity=100);
}
/****************备案号开始*******************/
.footer-bottom{
    line-height: 28px;
    text-align: center;
}
.footer-bottom a,.footer-bottom span{
    color:#666;
    font-size:12px!important;
}
.WeiYeFoot{
	border-top: none;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	display:flex;
}
.WeiYeFoot ul{
	width:20%;
	/* flex:1; */
	float: left;
	text-align: left;
	padding: 0 3%;
}
.WeiYeFoot ul li{
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
.Albumimg img:hover{  
      transform: scale(1.3); 
 }
 .Albumimg img{  
      cursor: pointer;  
      transition: all 0.5s; 
  }
 .Albumimg {
 	overflow: hidden;
 }
 .NowBO{
	color:white;
	width:87px;
	margin-right:15px;
	height: 25px;
	border:0px;
	background-color:transparent;
	background-image: url('../img/NowBO.png');
	cursor: pointer;
}
.NoBO{
	color:#b9b9b9;
	width:87px;
	margin-right:15px;
	height: 25px;
	border:0px;
	background-color:transparent;
	background-image: url('../img/NoBO.png');
	cursor: pointer;
}
.SelBO{
	color:black;
	width:87px;
	margin-right:15px;
	height: 25px;
	border:0px;
	background-color:transparent;
	background-image: url('../img/selectBO.png');
	cursor: pointer;
}