body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 14px/1.5 PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial,
    "\5FAE\8F6F\96C5\9ED1", sans-serif;
  color: #666;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 400;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  min-width: 1248px;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}

.page-view {
  min-height: 400px;
  padding-bottom: 80px;
}
.banner-wrap {
  background: #f60;
}
.container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.page-title {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
  font-weight: 600;
}
.page-title .title {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.page-title .title:before,
.page-title .title:after {
  content: "";
  display: block;
  height: 0;
  width: 80px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  top: 50%;
}
.page-title .title:before {
  left: -80px;
}
.page-title .title:after {
  right: -80px;
}
.page-sub-title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-align: center;
}
.product-list {
  margin-left: -20px;
  margin-right: -20px;
}
.product-item {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.product-icon {
  width: 110px;
  height: 110px;
}
.product-name {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  font-weight: 600;
  margin-top: 8px;
}
.product-desc {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  margin-top: 4px;
}
.foot-wrap {
  background: #ffebdc url("../img/bg01.png") no-repeat center;
  padding: 30px 40px;
}
.foot-item {
  float: left;
  color: #333333;
}
.foot-item2 {
  margin-left: 80px;
}
.foot-item3 {
  margin-left: 70px;
}
.foot-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.foot-desc-box {
  overflow: hidden;
  line-height: 26px;
}
.foot-icon1 {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.foot-icon2 {
  float: left;
  width: 26px;
  height: 26px;
  margin-left: -3px;
}
.foot-desc {
  margin-left: 4px;
  font-size: 14px;
}
