﻿* {
    padding: 0px;
    margin: 0px;
	box-sizing:content-box;
    -moz-box-sizing:content-box; /* Firefox */
    -webkit-box-sizing:content-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, "SF UI Text", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    background-color: #fff;
}

div, p, fieldset, table, tr, td, tbody, form, img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl, dd, dt {
    border: 0 none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
.clearfix:before,.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.clear:before, .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    zoom: 1;
}
a:focus{
    text-decoration:none;
    outline:none;
    outline-offset:0;
}
a{
  text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/*头部样式end*/
.w-1170{
  width:1170px;
  margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.com-w1010{
	width: 1010px;
	margin: 0 auto;
}
/**********公共页脚begin***********/
.foot{
	width: 100%;
	min-width: 1010px;
	height: 116px;
	line-height: 116px;
	text-align: center;
	border-top: 1px solid #d2d2d2;
}
/**********公共页脚end***********/
