@charset "UTF-8";
body, ul, p, h1, h2, h3, h4, h5, h6, td, th, dl, dd, dt, input, ol, div, a, img {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑", "宋体";
  color: #333;
  background: #ffffff;
  min-width: 1200px;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
b{
  font-weight: normal;
}
img {
  border-width: 0;
}

table {
  border-collapse: collapse;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}

.clearfix:after{clear:both;}

.clearfix{
    *zoom:1;/*IE/7/6*/
}
.container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
 .copyright_bottom{
	 text-align:center;font-size:16px;margin: 0 auto;margin-top: 40px;width: 100%;line-height: 24px;color:#333;
 }
