@charset "utf-8";
/* CSS Document */
/*-----------公用样式-----------*/
html,html *{font-family:arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑","宋体",Tahoma,Arial,Helvetica,STHeiti;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:antialiased;}
menu{ padding:0; margin:0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
body,h1,h2,h3,h4,h5,p,ul,li,ol,dl,dt,dd {margin: 0;font-weight:normal;}
ul,ol,li {padding: 0;list-style: none;}
em,strong,i,small{font-style:normal;font-weight:normal;}
a{-webkit-tap-highlight-color:rgba(255,255,255,0);text-decoration:none; outline:none;}
a:focus {outline: thin dotted;}
a:active,a:hover {outline: 0;}
a:hover img {
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
img {border: 0;}
article,aside,footer,header,nav,section {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
svg:not(:root) {overflow: hidden;}
/* form input button style */
button, input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input[type="button"],input[type="search"],input[type="password"], input[type="submit"], input[type="reset"],input[type="text"],textarea {-webkit-appearance: none;outline:none;star:expression(this.onFocus=this.blur()); border:none;-webkit-tap-highlight-color:rgba(255,0,0,0); border-radius:0;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
textarea {overflow: auto;vertical-align: top;}
input,a{ outline:none;}
h1,h2,h3,h4,h5,h6,b{ font-weight:normal;}
/* select style */
select{cursor:pointer;}
select::-ms-expand { display: none;}
/*语义元素*/
header, section, footer, aside, nav, article, figure,main,search,ont{ display: block; }
/*  使得表单元素在 ie 下能继承字体大小 */
button, input, select, textarea { font-size: 100%;}
/* 清除浮动 */
.clear:after { content:""; display:block; visibility:hidden; height:0; clear:both;}
.clear {clear: both;*zoom: 1;}
/* placeholder */
input::-webkit-input-placeholder { color: #cccccc; } 
input:-moz-placeholder { color: #cccccc; } 
/* 默认字体颜色 */
input,span,p,a{ color:#666;}
/* 单行、多行超出部分... */
.one_line_hidden{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.two_line_hidden{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
/* 相对定位、绝对定位 */
.rel{ position:relative;}.pos{ position:absolute;}
/* 文字居中、居左、居右 */
.text_l{ text-align:left;} .text_c{ text-align:center;} .text_r{ text-align:right;}
html,body{ height:100%; background:#fff;color:#323232;}section{ width:100%; height:100%; background:#fff;}
.left{float: left;}
.right{float: right;}
.mr-15{margin-right: 15px;}
.mr-30{margin-right: 30px;}
.ml-15{margin-left: 15px;}
.ml-30{margin-left: 30px;}
.mt-15{margin-top: 15px;}
.mt-30{margin-top: 30px;}
.hide{display: none;}.dis_none{display: none;}
.show{display: block;}.dis_block{display: block;}
.rel{position: relative;}
.abs{position: absolute;}
/* 平方字体 */
/*@font-face { font-family:pingfang; src:url('../FZY3JW.TTF');}
html,html *{ font-family:pingfang;}*/

/*-----------fenye-----------------*/
.clear{both:0; padding:0; margin:0}
.pagination{padding: 0!important;margin: 15px 0;}
.pagination li{list-style-type: none;display: inline-block;border: 1px solid #e2e2e2;}
.pagination li a{display: block;padding: 8px 12px;}
.pagination li span{display: block;padding: 8px 12px;}
.pagination .disabled{color: #d2d2d2!important;cursor: not-allowed!important;}
.pagination .active{background-color: #009688;color: #fff;}
