﻿@charset "utf-8";
*{margin: 0;padding: 0;list-style: none;}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;font-weight: normal;
}
body{overflow-x:hidden;background: #eeeeee;font: 12px/1.5 "微软雅黑", arial;}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 "微软雅黑", arial, \5b8b\4f53, sans-serif;
}
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; -webkit-transition: .2s;color:#666;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
transition: .2s; }

#kfpopupDiv a{ text-decoration: none; -webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 清除浮动 */
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.ks-clear, .clear {
  *zoom: 1;
}
/* Reset End */

/*公用*/
.com-width {
  width: 94%;
  padding:0 3%;
}
.border{border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
.fl {
  float:left
}
.fr {
  float:right
}
.mb10{margin-bottom: 10px !important;}
.clear{clear:both; height : 0; line-height:0; font-size:0;}
img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.b-fff{background: #fff;}
/*头部*/
.top-pos{height: 50px;width: 100%;}
.top{height: 50px;line-height: 50px;width: 100%;background: #ce0000;text-align: center;position: fixed;z-index: 999;top:0;}
.logo{color:#fff;font-size: 18px;}
.top .back{position: absolute;font-size: 24px;color:#fff;font-family: "宋体";font-weight: bold;}
.top .back a{color:#fff;display: block;padding: 0 20px;}
.top img{vertical-align: middle;height:30px;}
.tel{position: absolute;right: 20px;top:0;}
.banner{width: 100%;}

.footer{height: 180px;margin-bottom: 50px;}
.footer li{width: 20%;float: left;text-align: center;padding-top: 20px;}
.footer li .f-img{width: 40px;margin: 0 auto 5px;}
.footer li a{display: block;color:#666;}

.foot-desc{text-align: center;padding: 20px 0 0;color:#666;}
.foot-desc span{color:#111;}

.bottom{height: 50px;background: #fff;position: fixed;bottom: 0;width: 100%;border-top: 1px solid #e2e2e2;z-index: 999}
.bottom li{width: 33.3%;float: left;border-right: 1px solid #e2e2e2;box-sizing:border-box;height: 50px;text-align: center;line-height: 50px;font-size: 14px;}
.bottom li:last-child{border: none;}
.bottom li a{display: block;color:#111;}
.bottom li i{display: inline-block;height: 20px;margin-right: 8px;}