/* 公共样式 */
*{margin:0;padding:0;} /* 所有标签内外边距为0 */
html,body{background-color:#fff;min-height: 100%;min-width: 1200px;font-family: "Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;font-size:14px;}
ul,li,ol,dt,dd,dl{list-style: none;} /* 清除列表的默认样式 */
input,textarea,select,button{outline: none;} /* 清除表单按钮的轮廓线 */
img{border:none;}/* 清除图片边框 */
a{color:#333;text-decoration:none;} /*链接-颜色*/
em{font-style: normal;}
@font-face {
      font-family: 'pingfang';
      src: url('http://www.zzzhda.com/static/fonts/pingfang-webfont.eot');
      src: url('http://www.zzzhda.com/static/fonts/pingfang-webfont.eot?') format('embedded-opentype'),
           url('http://www.zzzhda.com/static/fonts/pingfang-webfont.woff') format('woff'),
       url('http://www.zzzhda.com/static/fonts/pingfang-webfont.ttf') format('truetype'),
       url('http://www.zzzhda.com/static/fonts/pingfang-webfont.svg') format('svg');
      font-weight: normal;
      font-style: normal;
   }
.container_1400{width: 1400px;margin:0 auto;position: relative;}/* 1300px容器并且居中，相对定位 */
.container_1300{width: 1300px;margin:0 auto;position: relative;}/* 1300px容器并且居中，相对定位 */
.container_1200{width: 1200px;margin:0 auto;position: relative;}/* 1200px容器并且居中，相对定位 */
.container_1100{width: 1100px;margin:0 auto;position: relative;}/* 1100px容器并且居中，相对定位 */
.container_1000{width: 1000px;margin:0 auto;position: relative;}/* 1000px容器并且居中，相对定位 */
.hidden{display: none;}/* 隐藏元素 */
.block{display: block;}/* 块级元素 */
.inlinek{display: inline}/* 内联元素 */
.inline_block{display: inline-block;}/* 行内块元素 */
/* 清除浮动 */
.clear{height:0;clear: both;}/* 清除浮动 */
.fill_1{clear: both;height: 1px}/* 填充1px并且清除浮动 */
.fill_5{clear: both;height: 5px}
.fill_10{clear: both;height: 10px}
.fill_20{clear: both;height: 20px}
.fill_30{clear: both;height: 30px}
.fill_40{clear: both;height: 40px}
.fill_50{clear: both;height: 50px}
.fill_60{clear: both;height: 60px}
.fill_70{clear: both;height: 70px}
.fill_80{clear: both;height: 80px}
.fill_90{clear: both;height: 90px}
.fill_100{clear: both;height: 100px}/* 填充100px并且清除浮动 */
/***float浮动***/
.fl{float:left}
.fr{float:right}
/***动画过渡时间***/
.trans_0_1{transition: all 0.1s linear;}/* 过渡时间0.1秒 */
.trans_0_2{transition: all 0.2s linear;}/* 过渡时间0.2秒 */
.trans_0_3{transition: all 0.3s linear;}/* 过渡时间0.3秒 */
.trans_0_5{transition: all 0.5s linear;}/* 过渡时间0.5秒 */
.trans_0_8{transition: all 0.8s linear;}/* 过渡时间0.8秒 */
.trans_1_0{transition: all 1.0s linear;}/* 过渡时间0.8秒 */
.trans_1_5{transition: all 1.5s linear;}/* 过渡时间1.5秒 */
.trans_2_0{transition: all 2.0s linear;}/* 过渡时间2.0秒 */
.border-box{box-sizing:border-box;}
/*文字左右对齐*/
.text_left{text-align:left;}
.text_center{text-align:center;}
.text_right{text-align:right;}
.text_ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}/* 超出部分显示省略号 */
.text_ellipsis2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.show-page{width: 100%; height: 50px;margin:44px 0 20px 0; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}
.show-page button{width: 400px; height: 50px; border: 1px solid #d0d0d0; border-radius: 5px; padding: 0 20px; overflow: hidden; font-size: 14px; background: #fff; transition: all .1s; -moz-transition: all .1s; -webkit-transition: all .1s; -o-transition: all .1s; margin: 0 15px; cursor: pointer; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.show-page .prev{}
.show-page button:hover{background: #f08200; color: #fff; }
.background-none{background: transparent !important;}

.show-page .fanhui_liebiao{width:60px;height:50px;margin:0 30px;}
.show-page .fanhui_liebiao img{width:100%;} 