﻿*{
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a{
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.clear {
  clear: both;
}

.db {
  display: inline-block;
}
.contener{
  min-width: 1183px;
  padding: 0 360px;
  margin: 0 auto;
}
.tcenter{
  text-align: center;
}
.more{
  cursor: pointer;
}
/* color */
.c616{
  color: #616b64;
}