/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 14px Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #585858;
}
a:hover {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.fn-pa-20 {
  padding: 20px;
}
.fs16 {
  font-size: 16px;
}
body {
  font-family: 微软雅黑;
  background-color: #F6F6F6;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
}
.header .logo {
  width: 150px;
  line-height: 80px;
}
.header .main-nav {
  margin-left: 200px;
}
.header .main-nav li {
  float: left;
}
.header .main-nav li a {
  line-height: 80px;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 0px 20px 0px 20px;
}
.header .main-nav li.cur a {
  color: #1A73E8;
}
.footer {
  padding: 20px 0 0 0;
}
.footer .footer-content {
  padding: 0 0 20px 0;
}
.footer .footer-content .content-list {
  float: left;
  width: 240px;
}
.footer .footer-content .content-list li {
  line-height: 26px;
  font-size: 12px;
}
.footer .copy {
  border-top: 1px solid #ddd;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}
.beian {
	font-size: 12px;
  text-align: center;
}
.crumb {
  padding: 10px 0 10px 0;
  font-size: 12px;
}
.bg-fff {
  background: #fff;
}
.banner {
  height: 470px;
  background: url("../images/banner3.jpg") no-repeat center top;
  background-size: cover;
}
.index-page {
  padding-top: 80px;
}
.index-page .com-title {
  padding: 0px 0 20px;
  text-align: center;
  font-size: 24px;
}
.index-page .path1 {
  padding: 30px 0 30px 0;
  background-color: #fff;
  margin-bottom: 20px;
}
.index-page .path1 .web-list {
  margin-left: 50px;
}
.index-page .path1 .web-list li {
  width: 328px;
  float: left;
  height: 290px;
  margin: 0 20px;
  text-align: center;
  background-color: #f6f6f6;
}
.index-page .path1 .web-list li h4 {
  padding-bottom: 20px;
  font-size: 22px;
  color: #333;
}
.index-page .path1 .web-list li p {
  line-height: 26px;
  padding: 0 0 20px 0;
  font-size: 14px;
}
.index-page .path1 .web-list li .links a {
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #dddd;
  margin: 0 5px;
  background-color: #fff;
  font-size: 12px;
}
.index-page .path1 .web-list .icon {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% 40%;
}
.index-page .path1 .web-list .icon.icon1 {
  background-color: #5291F3;
  background-image: url(../images/icon1.png);
}
.index-page .path1 .web-list .icon.icon2 {
  background-color: #F7A702;
  background-image: url(../images/icon2.png);
}
.index-page .path1 .web-list .icon.icon3 {
  background-color: #46AF5B;
  background-image: url(../images/icon3.png);
}
.index-page .path1 .web-list .icon.icon4 {
  background-color: #4C4C4C;
  background-image: url(../images/icon4.png);
}
.index-page .case-path {
  background-color: #fff;
  padding: 30px 0 30px;
  margin-bottom: 20px;
}
.index-page .case-path .case-list li {
  float: left;
  height: 200px;
  width: 380px;
  overflow: hidden;
  margin: 0 10px;
  background-color: #f6f6f6;
  position: relative;
}
.index-page .case-path .case-list li a {
  display: block;
}
.index-page .case-path .case-list li img {
  width: 100%;
  vertical-align: middle;
}
.index-page .case-path .case-list li .fade {
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  width: 380px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
.index-page .news-path {
  background-color: #fff;
  padding: 30px 0 30px;
}
.index-page .news-path .info-box {
  width: 550px;
}
.index-page .news-path .info-box .item {
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #dddd;
  margin-bottom: 10px;
}
.index-page .news-path .news-list {
  margin-left: 20px;
}
.index-page .news-path .news-list li {
  line-height: 30px;
  list-style: disc;
}
.com-page {
  padding-top: 80px;
}
.com-page .com-title {
  border-bottom: 1px solid #dadada;
  padding: 10px 0 20px 0;
  font-size: 20px;
}
.com-page .paths {
  padding-bottom: 30px;
}
.com-page .paths li {
  float: left;
  width: 346px;
  padding: 30px 20px;
}
.com-page .paths .images img {
  width: 40px;
  height: 40px;
}
.com-page .paths .item {
  font-size: 16px;
  padding: 12px 0;
}
.com-page .paths p {
  line-height: 24px;
}
.com-page .steps {
  margin-top: 20px;
}
.com-page .steps li {
  background: url("../images/steps.png") no-repeat 0 0;
  height: 120px;
  width: 220px;
  float: left;
  text-align: center;
}
.com-page .steps li span {
  display: block;
  font-size: 24px;
  padding: 20px 0 10px 0;
}
.com-page .steps li p {
  padding-top: 5px;
  font-size: 12px;
}
.about-page .about-info {
  padding: 20px 0;
}
.about-page .about-info p {
  line-height: 26px;
}
.news-page .news-list {
  padding: 20px 0;
}
.news-page .news-list li {
  line-height: 26px;
}
.detail-page .detail-box h1 {
  text-align: center;
  color: #333;
}
.detail-page .detail-box .time {
  text-align: center;
  padding: 10px 0;
}
.detail-page .detail-box .img {
  text-align: center;
  padding: 10px 0;
}
.detail-page .detail-box .img img {
  width: 100%;
}
.detail-page .detail-box p {
  line-height: 26px;
}
.case-page .case-list li {
  float: left;
  height: 200px;
  width: 375px;
  margin: 10px 10px 0 0;
  background-color: #f6f6f6;
  position: relative;
}
.case-page .case-list li a {
  display: block;
}
.case-page .case-list li img {
  width: 100%;
  vertical-align: middle;
}
.case-page .case-list li .fade {
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  width: 375px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
