@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
th,
td,
form,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/24px 'Microsoft Yahei';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
iframe {
  border: 0;
  vertical-align: top;
}
i,
cite,
em {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
input,
button,
select,
textarea {
  outline: none;
  border: 1px solid #d9d9d9;
  font-family: Microsoft Yahei;
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
  color: #000;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*.btn:hover{-webkit-filter:brightness(1.15);-moz-filter:brightness(1.15);filter:brightness(1.15);}*/

.jqthumb {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.imghover .jqthumb {
  -webkit-filter: brightness(1.15);
  -moz-filter: brightness(1.15);
  filter: brightness(1.15);
}

.area {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top-box,
.banner-box,
.main-box,
.footer {
  width: 100%;
  min-width: 1200px;
}
.area,
.clear {
  *zoom: 1;
}
.area:after,
.clear:after {
  content: '.';
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}

/* 普通翻页器-默认居中 */
.m-page {
  line-height: 36px;
  padding: 30px 0 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.m-page a,
.m-page i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 14px;
  font-size: 16px;
  letter-spacing: normal;
  word-spacing: normal;
  color: #fff;
  background: #c0c0c0;
}
.m-page a,
.m-page a:hover {
  text-decoration: none;
}
.m-page a.first {
  margin-left: 0;
}
.m-page a.last {
  margin-right: 0;
}
.m-page a:hover,
.m-page a:active,
.m-page .pageprv,
.m-page .pagenxt {
  background: #7359a5;
}
.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
  background: #7359a5;
  cursor: default;
}
.m-page a.z-dis,
.m-page a.z-dis:hover,
.m-page a.z-dis:active {
  background: #7359a5;
  cursor: default;
}

/* 居左 */
.m-page-lt {
  text-align: left;
}
/* 居右 */
.m-page-rt {
  text-align: right;
}
/* 较小 */
.m-page-sm {
  line-height: 24px;
}
.m-page-sm a,
.m-page-sm i {
  padding: 0 10px;
}
/* 分离 */
.m-page-sr a,
.m-page-sr i {
  margin: 0 -1px;
}
/* 居左 */
.m-page-lt {
  text-align: left;
}
/* 居右 */
.m-page-rt {
  text-align: right;
}
/* 较小 */
.m-page-sm {
  line-height: 20px;
}
/*.m-page-sm a,*/
/*.m-page-sm i{padding: 2px 8px;}*/
/* 分离 */
.m-page-sr a,
.m-page-sr i {
  margin: 0 9px;
}

.sg-nav {
  margin-top: 40px;
  text-align: center;
  line-height: 30px;
}
.sg-nav a {
  display: inline-block;
  margin: 0 20px;
  width: 120px;
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.sg-nav .next,
.sg-nav .prev {
  background-color: #ccc;
  color: #666;
}
.sg-nav .home,
.sg-nav a:hover {
  background-color: #e31f6b;
  color: #fff;
}
.dis-nav {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
  line-height: 30px;
}
.dis-nav a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.dis-nav a i {
  display: inline-block;
  margin-right: 15px;
  width: 70px;
  border-radius: 15px;
  background-color: silver;
  color: #fff;
  text-align: center;
}
.dis-nav a:hover i {
  background-color: #e31f6b;
}

.left {
  float: left;
}
.right {
  float: right;
}
.toupper {
  text-transform: uppercase;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.mgrt0 {
  margin-right: 0 !important;
}
.mgrtp0 {
  margin-top: 0 !important;
}
.mgrlt0 {
  margin-left: 0 !important;
}
.mgrbt0 {
  margin-bottom: 0 !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bordernone {
  border: none !important;
}
