﻿@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
}
body{
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  overflow-x: hidden;
  min-width: 1200px;
  color:#333;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,select,textarea,tabel,th,td  {
  margin:0;
  padding:0;
  box-sizing: border-box;
  word-break: break-all;
}
body,button,input,select,textarea{border: 0;outline: none;}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight: normal;
}
address,cite,dfn,em,var{font-style:normal;}
ul,ol{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;color:#347bd7;}
i{font-style: normal;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}

/* 浮动 */
.f-left{float:left;}
.f-right{float:right;}
/* 清除浮动 */
.clear{zoom: 1; }
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* 底部footer */
.footer-wrap{
  width:100%;
  padding:30px 0;
  background: #27283d;
}
.foot-inner{
  color:#96969d;
  font-size: 16px;
  text-align: center;
}
.foot-inner .zb-company a{
  color:#dfe0e1;
  margin-right:60px;
}
.foot-inner .mark span{
  display: inline-block;
  padding:15px 0;
}
.foot-inner .mark .m-val{margin-right:25px;}
.foot-inner .footer-icons{
  padding-top:10px;
}
.footer-icons .icon-item{
  display: inline-block;
  margin-right:20px;
}

