body{overflow-x: hidden;}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;max-width: 100%;}
body{height:100%;font:normal normal 12px/24px "Microsoft yahei", Arial;}
a{text-decoration:none;}


/*新css*/
.works_menu { max-width:1600px; margin:20px auto; overflow:hidden; }
.works_menu li { float:left; width:14.2%; height:50px; line-height:50px; text-align:center; font-size:20px; }
.works_menu li { border-bottom:7px solid #d4d4d4;border-right:1px solid #d4d4d4; }
.works_menu li.on{ border-bottom: 7px solid #00a9f9;}
.works_menu li.on a{color: #00a9f9;font-weight: 700;}
.works_menu li:last-child {border-right:none; }
.works_menu li:hover { border-bottom: 7px solid #00a9f9; }
.works_menu li:hover a{ color: #00a9f9;font-weight: 700;}

.works_main{max-width: 1600px;min-width: 1200px; margin: 48px auto;overflow: hidden;}
.works_main a{width:20%; float:left; margin: 10px 0px;padding: 0px 10px; cursor:pointer;min-height:512px; height:auto!important; height:512px; text-align: left; font-size: 14px;color: #444;line-height: 30px;}
.works_main a img{width: 100%;}
/*鼠标移过图片放大*/
.works_main  a:hover {
  transform: scale(1.05, 1.05);
  transition: .3s transform;
  box-shadow: 0px 5px 5px #ccc;
  color: #00a9f9;
}
@media screen and (max-width: 1500px){
	.works_main a{min-height:465px; height:auto!important; height:465px;}
}
@media screen and (max-width: 1400px){
	.works_main a{min-height:435px; height:auto!important; height:435px;}
}
@media screen and (max-width: 1300px){
	.works_main a{min-height:406px; height:auto!important; height:406px;}
}
@media screen and (max-width: 1200px){
	.works_main a{min-height:382px; height:auto!important; height:382px;}
}

/*分页*/
div.black{padding:10px 3px;font-size:80%;margin:3px;color:#a0a0a0;text-align:center;}
div.black a{border:#909090 1px solid;padding:2px 5px;color:#000;margin:0 3px 0 0;text-decoration:none;}
div.black a:hover{border:#f0f0f0 1px solid;color:#ffffff;background-color:#404040;}
div.black a:active{border:#f0f0f0 1px solid;color:#ffffff;background-color:#404040}
div.black span.current{border:#b60005 1px solid;padding:2px 5px;font-weight:bold;color:#ffffff;margin:0 3px 0 0;background-color:#b60005}
div.black span.disabled{border:#606060 1px solid;padding:2px 5px;color:#808080;margin:0 3px 0 0;}

