@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #F5F5F5;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
ul, ol, dl {
  list-style-type: none;
  padding: 0;
}
ul, li, a{
	color:#333;
	text-decoration:none;
}

*{
	outline:none;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.hidden{
	display:none;
}
.pointer {
  cursor: pointer;
}
/* 取消边框 */
.border_none {
  border: 0 none;
}
/* 文本对齐方式 */
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}

/* 首行缩进 */
.txt-indent {
  text-indent: 2em;
}

/*
* 字母和单词换行设置
* @class Break 强制内容换行
* @class Nobreak 强制内容不换行
*/
.Break {
  word-break: break-all;
  word-wrap: break-word;
}
.Nobreak {
  word-break: keep-all;
  word-wrap: normal;
}
/* 定义文本下划线 */
.UnLine {
  text-decoration: underline;
}
.DisunLine {
  text-decoration: none;
}

/* 定位关系 */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}

/* 通用容器 */
.clear {
  clear: both;
  /*overflow: hidden;*/
}

/*IE7不支持的清除浮动*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/*全版本兼容清楚浮动*/
.clears {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  font-size: 0px;
  height: 0px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

img{ border: none;}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}


.pt40 {
  padding-top: 40px !important;
}

.p10 {
  padding: 10px !important;
}

.pl {
  padding-left: 0 !important;
}

.pr {
  padding-right: 0 !important;
}

.pb10 {
  padding-bottom: 10px ;
}

.pb15 {
  padding-bottom: 15px ;
}

.pb20 {
  padding-bottom: 20px ;
}

.pb50 {
  padding-bottom: 50px ;
}


.ml20 {
  margin-left: 20px !important;
}

.w150 {
  width: 150px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;  
}

body, th, tr, button, input, select, textarea {
  font-family: 'Microsoft Yahei';
  font-size: 12px;
  color: #333;
}

.plr15 {
  padding: 0 15px !important;
}

.plr10 {
  padding: 0 10px !important;
}

.bb1mb0 {
  border-bottom: 1px solid #eee;
  width: 100%;
}

b, strong, em, i, address {
  font-style: normal;
  font-weight: 100;
  font-family: "宋体";
}

.container {
  width: 1220px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 10px;  
  box-sizing: border-box;
}































