* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Source Han Sans CN;
}
/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}
/** 重置文本格式元素 **/
a {
  text-decoration: none;
  color: #999999;
}
a:hover {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
/** 重置表单元素 **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: unset;
  border-spacing: unset;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input[type="text"]:focus {
  background: none;
  outline: none;
  border: 1px solid #99C392;
}
/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.ico-menu:before,
.ico-menu:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #3e3e3e;
  transition: all 0.3s;
}
/*菜单图标*/
.ico-menu {
  margin-top: 24px;
  position: relative;
  width: 25px;
  height: 2px;
  background: #3e3e3e;
  transition: all 0.3s;
}
.ico-menu:before,
.ico-menu:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #3e3e3e;
  transition: all 0.3s;
}
.ico-menu:before {
  bottom: 8px;
}
.ico-menu:after {
  bottom: -8px;
}
.on .ico-menu {
  height: 0;
}
.on .ico-menu:before {
  bottom: 0px;
  transform: rotate(225deg);
}
.on .ico-menu:after {
  bottom: 0px;
  transform: rotate(-225deg);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px!important;
    padding: 0!important;
  }
}
.link {
  cursor: pointer;
}
.list_foot {
  text-align: center;
}
.list_foot .pagination {
  display: block;
}

@media (max-width: 1199px) {
	.w {
	  width: 100%;
	  min-width: 100%;
		
	}
	.main .main-nav p a, .main .main-nav p span{
		font-size: 0.18rem;
		color: #7e8c8d;
		font-weight: 400;
	}
	.container {
	  width: 100%;
	  max-width: 100%!important;
	  padding: 0!important;
	}
}
