﻿/*通用样式*/
h1 {
  font-size: 44px;
}
h2 {
  font-size: 35px;
  color: #1b1b1b;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
  color: #2893e2;
}
.container p {
  font-size: 18px;
  color: #1b1b1b;
}
hr {
  border: 0 none;
  height: 1px;
  width: 1200px;
  background-color: #c4c4c4;
  margin: 70px auto 64px;
}

/*正文部分*/
.container {
  margin-top: 48px;
  width: 100%;
}
/*横幅栏*/
.banner {
  position: relative;
  width: 100%;
  height: 335px;
  background: url('https://hbbwebsite.oss-cn-shenzhen.aliyuncs.com/hbbwebsite/image/1469433602000_Openplatform_bj.jpg')
    no-repeat;
  background-position: center;
  background-size: cover;
}
.banner h1,
.banner h3 {
  color: #fff;
  position: relative;
  width: 934px;
  margin: 0 auto;
}
.banner h1 {
  top: 118px;
  font-weight: bold;
}
.banner h3 {
  top: 143px;
}
/*主要内容部分*/
.content {
  width: 100%;
  text-align: center;
  padding-bottom: 86px;
}
#ERPImg {
  width: 122px;
  height: 122px;
  margin-top: 93px;
}
.content > h2 {
  margin-top: 40px;
}
.content > p {
  color: #656565;
  margin-top: 27px;
}
.content > #software {
  margin-top: 61px;
}
/*图标九宫格部分*/
#icon-area {
  width: 888px;
  height: 684px;
  position: relative;
  margin: 42px auto 0;
}
.icon-row {
  width: 888px;
  height: 141px;
  margin-bottom: 87px;
}
.icon-place {
  float: left;
  margin: 0 54px;
}
.icon-place img {
  width: 188px;
  height: 113px;
}
.icon-place p {
  margin-top: 10px;
}
#contact {
  margin: 0;
  padding-bottom: 20px;
}
.content > h4 {
  margin-top: 28px;
}

/**********响应式分割线*************/
@media (max-width: 1440px) {
  /*通用样式*/
  h1 {
    font-size: 35.2px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .container p {
    font-size: 14.4px;
  }
  hr {
    width: 960px;
    margin: 56px auto 51.2px;
  }
  /*正文部分*/
  .container {
    margin-top: 48px;
  }
  /*横幅栏*/
  .banner {
    height: 268px;
  }
  .banner h1,
  .banner h3 {
    width: 747.2px;
  }
  .banner h1 {
    top: 94.4px;
  }
  .banner h3 {
    top: 114.4px;
  }
  /*主要内容部分*/
  .content {
    padding-bottom: 68.8px;
  }
  #ERPImg {
    width: 97.6px;
    height: 97.6px;
    margin-top: 74.4px;
  }
  .content > h2 {
    margin-top: 32px;
  }
  .content > p {
    margin-top: 21.6px;
  }
  .content > #software {
    margin-top: 48.8px;
  }
  /*图标九宫格部分*/
  #icon-area {
    width: 710.4px;
    height: 547.2px;
    margin: 33.6px auto 0;
  }
  .icon-row {
    width: 710.4px;
    height: 112.8px;
    margin-bottom: 69.6px;
  }
  .icon-place {
    margin: 0 43.2px;
  }
  .icon-place img {
    width: 150.4px;
    height: 90.4px;
  }
  .icon-place p {
    margin-top: 8px;
  }
  #contact {
    margin: 0;
    padding-bottom: 16px;
  }
  .content > h4 {
    margin-top: 22.4px;
  }
}
