@charset "utf-8";
/* ============================================================ web css reset  ============================================================ */
* { margin:0 auto;}
body {  color:#181818; background:#fff;font-family:"STHeiti","Lucida Grande","Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";}
ul,li,dl,dt,dd,h3,p,h4,h1,h2 { margin:0; padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6 { outline: 0; }
img { border:0; vertical-align: top; }
input:focus {outline: none}
ins{text-decoration:none;}
em,i{font-style:normal}
.fl { float:right;}
.fr_2 { float:left;}
.hidden { display:none;}
.block { display:block;}
.text_fr { text-align:right;}
.center { text-align:center;}
.pos_a { position:absolute;}
.pos_r { position:relative;}
.pos_f { position:fixed;}
.border_all { border:1px solid #eaeaea;}
.border_top { border-top:1px solid #eaeaea;}
.border_bottom { border-bottom:1px solid #eaeaea;}
.cur { cursor:pointer;}
.o-hidden{overflow:hidden;}
.green{ color:#17a978;}
.red{ color:#ff0000;}
.black { color:#000000;}



/*  清除浮动  */
.clear { clear:both; width:100%; height:0px; overflow:hidden;}
.fn_clear:after {content:".";display:block;height:0;clear:both;visibility:hidden; overflow:hidden;}
.fn_clear { *zoom:1;}



/*每日客片*/
.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:6px solid #d4d4d4;border-right:1px solid #d4d4d4; }
.works_menu li.on{ border-bottom: 6px solid #c5051c;}
.works_menu li.on a{color: #c5051c;font-weight: 700;}
.works_menu li:last-child {border-right:none; }
.works_menu li:hover { border-bottom: 6px solid #c5051c; }
.works_menu li:hover a{ color: #c5051c;font-weight: 700;}

.works_main{max-width: 1600px;min-width: 1200px; margin: 48px auto 0px;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: #c5051c;
}
@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.flickr{padding:20px;margin:3px;text-align:center;font-size:20px;line-height: 90px;}
div.flickr a{padding:2px 6px;background-position:50% bottom;color:#666;margin:0 3px 0 0;text-decoration:none;}
div.flickr a:hover{color:#DD0400;}
div.meneame a:active{border:#000 1px solid;background-image:none;color:#fff;background-color:#0061de}
div.flickr span.current{padding:2px 6px;font-weight:bold;color:#DD0400;margin:0 3px 0 0;}
div.flickr span.disabled{padding:2px 6px;color:#DD0400;margin:0 3px 0 0;}
