﻿@charset "utf-8";
/* CSS Document */
/**{-webkit-backface-visibility: hidden;}*/
/* 全局样式 */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input{margin:0; padding:0 }
body, button, input, select, textarea{font:12px/1.5 'Arial',"宋体";}
body{color:#444;}
ul, ol, li{list-style:none;}
img{border:none;}
input, img{vertical-align:middle;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}
table{border-spacing:0; border-collapse:collapse;}
em, i, address{font-style:normal;}
textarea{overflow-y:auto;}
input{outline:none;}
address, caption, cite, code, dfn, em, th, var{font-style:normal; font-weight:normal;}

/* 链接样式 */
a{text-decoration:none; color:#444;}
a:hover{color:#ff6500;}
a, area{blr:expression(this.onFocus=this.blur());}
:focus{outline:none;}
.fl { float: left; }
.fr { float: right; }
.m-middle{margin:0 auto}
.clearFix { display: block; zoom: 1 }
.clearFix:after { content: " "; display: block; visibility: hidden; height: 0; clear: both; }

.txtCenter{text-align:center;}

.font12{font-size:12px;}
.p10{padding-top:10px;}
.pb5{padding-bottom:5px;}
.pl50{padding-left:50px !important;}
.pl165{ padding-left:165px;}
.mb15{margin-bottom:15px;}
.mt15{margin-top:15px;}
.mt30{margin-top:30px;}
.mt6{ margin-top:6px !important;}
.bold{font-weight:bold;}



.h142{height:142px; overflow:hidden;}
.h170{height:170px;}
.h250{height:250px;overflow:hidden;}
.h275{height:275px; overflow:hidden;}
.h386{height:386px; overflow:hidden;}

.cenTxt{text-align:center;}
.rightTxt{text-align:right;}
.colorRed{color:#ea8746;}
.colorBlue,.colorBlue a{color:#213984;}
.colorGrey{color:#888;}
.font14{font-size:14px;}
.block{ display:block;}

.btnRed{ display:inline-block;font-size:14px; font-weight:bold; padding:0 30px; height:38px; line-height:38px; background-color:#ff6500; color:#fff; text-align:center;}
.btnRed:hover{color:#fff;}



/* 分页 */
.page{ margin-bottom:25px; display:inline-block;width:100%; padding-top:50px; color:#fff; text-align:center;}
.page a{ color:#fff; background-color:#612116; width:25px; height:25px; line-height:25px; text-align:center;margin:0 3px; border:1px solid #612116;display:inline-block; }
.page a:hover,.page .active,.page .active:hover{ color:#fff; background-color:#d3763e; border-color:#d3763e;}
.page i{ color:#ff6600;}
.page .arrow a,.page .arrow a:hover{color:#fff; background-color:#d3763e; border-color:#d3763e;}



