html, body, div, ul, li, h1, h2, h3, h4, h5, table, p {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  width: 100%; }

li {
  list-style: none; }

a, input {
  text-decoration: none;
  outline: none; }

header {
  height: 100px;
  max-width: 1180px;
  margin: 0 auto; }
  header .logo {
    height: 50px;
    width: 200px;
    float: left;
    box-sizing: border-box;
    margin-top: 25px;
    margin-right: 80px;
    background-image: url("https://img.qmgkj.cn/upload/storage/2018/11/W0tkPbNZt9dFAfn4SkVoc2y3foIIw4ceD7CiUJet.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  header .company {
    height: 40px;
    width: 250px;
    float: right;
    border-left: 1px solid #65B72E;
    text-align: right;
    color: #65B72E;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px; }
  header nav {
    height: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    header nav div {
      float: left;
      width: 110px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      cursor: pointer;
      transition-duration: .3s;
      border-radius: 5px;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -khtml-user-select: none;
      /* Konqueror */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currentlynot supported by any browser */ }
      header nav div:hover {
        transition-duration: .3s;
        background: #f1f1f1; }
    header nav .active {
      background: #65b72e;
      color: #fff; }
      header nav .active:hover {
        transition-duration: .3s;
        background-color: #65c82e; }

.topBanner {
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.middleArea {
  height: 750px;
  width: 100%;
  background-color: #FAFBFF;
  display: flex;
  justify-content: center;
  align-items: center; }
  .middleArea .theContant {
    width: 1230px;
    max-width: 1230px;
    height: 620px;
    box-sizing: border-box;
    /*border: 1px solid #ccc;*/ }
    .middleArea .theContant ul li {
      float: left;
      width: 585px;
      height: 286px;
      background: white;
      box-shadow: 0 0 16px rgba(87, 104, 136, 0.18);
      margin: 12px 15px;
      cursor: pointer;
      transition-duration: .3s;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 0 0 40px;
      position: relative; }
      .middleArea .theContant ul li img {
        position: absolute;
        right: 50px;
        top: 50px;
        width: 150px; }
      .middleArea .theContant ul li:hover {
        transition-duration: .3s;
        transform: translate(0px, -3px);
        box-shadow: 0px 0px 25px rgba(87, 104, 136, 0.18); }
      .middleArea .theContant ul li .title {
        font-size: 30px;
        color: #4a4a4a;
        margin-bottom: 17px;
        margin-top: 27px; }
        .middleArea .theContant ul li .title .botLine {
          border-bottom: 7px solid #9FD215;
          width: 65px;
          height: 0;
          margin-top: 10px; }
      .middleArea .theContant ul li span {
        font-size: 18px;
        font-weight: 400;
        color: #4a4a4a;
        line-height: 30px; }

.botBanner {
  height: 830px;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .botBanner .bannerArea {
    height: 522px;
    width: 1200px;
    position: absolute;
    top: 224px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px; }
    .botBanner .bannerArea .swiper-slide img {
      height: 100%; }
    .botBanner .bannerArea .bannerPagination {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 2;
      text-align: center; }
      .botBanner .bannerArea .bannerPagination .swiper-pagination-bullet {
        height: 10px !important;
        width: 10px !important;
        margin: 0 20px;
        background-color: #fff; }
      .botBanner .bannerArea .bannerPagination .swiper-pagination-bullet-active {
        background-color: #fff;
        box-shadow: 0 0 30px #000; }
    .botBanner .bannerArea .buttonPrev, .botBanner .bannerArea .buttonNext {
      width: 80px;
      height: 80px;
      background: #2d2e47;
      opacity: 0.14;
      position: absolute;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .botBanner .bannerArea .buttonPrev img, .botBanner .bannerArea .buttonNext img {
        height: 30px;
        width: 30px; }
    .botBanner .bannerArea .buttonPrev {
      top: calc(50% - 40px);
      left: 16px; }
    .botBanner .bannerArea .buttonNext {
      top: calc(50% - 40px);
      right: 16px; }

.map {
  height: 850px;
  width: 100%;
  background-color: #FAFBFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 0;
  background-image: url("https://img.qmgkj.cn/upload/storage/2018/12/05Cnj6PDNxC523kKrJsB1S5uK8ZNOje6tUOrbIqx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1024px; }
  .map span {
    font-size: 28px;
    font-weight: 400;
    color: #2d2e47; }

.partner {
  height: auto;
  width: 100%;
  background-color: #fff; }
  .partner .theTitle {
    height: 160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center; }
    .partner .theTitle p {
      height: auto;
      width: auto;
      font-size: 24px;
      font-weight: 400;
      color: #2d2e47;
      text-align: center; }
      .partner .theTitle p:nth-child(2) span {
        position: relative; }
        .partner .theTitle p:nth-child(2) span::before, .partner .theTitle p:nth-child(2) span::after {
          content: '';
          height: 2px;
          width: 62px;
          background-color: #2D2E47;
          position: absolute;
          top: 17px; }
        .partner .theTitle p:nth-child(2) span::before {
          left: -70px; }
        .partner .theTitle p:nth-child(2) span::after {
          right: -70px; }
  .partner .partentArea {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000000;
    padding: 40px 0 0;
    font-size: 0;
    text-align: center; }
    .partner .partentArea .partentImg {
      height: 160px;
      width: 160px;
      margin: 0 20px 40px;
      display: inline-block;
      background-color: #fff;
      transition-duration: .3s;
      cursor: pointer; }
      .partner .partentArea .partentImg:hover {
        transition-duration: .3s;
        transform: scale(1.1); }

footer {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ccc; }
  footer .theFooterCenter {
    height: 130px;
    width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin: 50px auto;
    position: relative; }
    footer .theFooterCenter .theLogo {
      height: 130px;
      width: 130px;
      margin: 0 auto;
      background-image: url("https://img.mmgmm.cn/upload/storage/2020/01/8GNX5ez8BVExnx8gAV1XyC4rZiMqiB.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    footer .theFooterCenter .kefu {
      position: absolute;
      top: 10px;
      right: 320px;
      height: 110px;
      width: 540px;
      font-size: 0; }
      footer .theFooterCenter .kefu .kefuArea {
        height: 100%;
        width: 250px;
        display: inline-block;
        margin: 0 10px; }
        footer .theFooterCenter .kefu .kefuArea .textArea {
          height: auto;
          width: 120px;
          font-size: 18px;
          font-weight: 400;
          color: #65b72e;
          text-align: center;
          float: left; }
          footer .theFooterCenter .kefu .kefuArea .textArea img {
            height: 15px;
            width: 15px;
            margin: 5px 10px 0 0; }
          footer .theFooterCenter .kefu .kefuArea .textArea span {
            font-size: 14px;
            color: #7f7f7f; }
        footer .theFooterCenter .kefu .kefuArea .kefuLogo {
          height: 110px;
          width: 110px;
          float: left;
          background-color: #C9C9C9;
          margin-left: 20px; }
    footer .theFooterCenter .companyDetail {
      position: absolute;
      top: 10px;
      left: 320px;
      height: 100%;
      width: 200px; }
      footer .theFooterCenter .companyDetail p {
        font-size: 18px;
        font-weight: 400;
        color: #65b72e;
        margin-bottom: 5px; }
      footer .theFooterCenter .companyDetail span {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #7f7f7f;
        margin-bottom: 5px; }

/*

/^\/^\   _|__|  O|
\/     /~     \_/  \____|__________/          \_______                     `\     \                                   |     |                                   /      /                                    /     /                       \\
              /      /                         \              /     /                            \             /     /             _----_            \             /     /           _-~      ~-_         |   |
         (      (        _-~    _--_    ~-_     _/   |
          \      ~-____-~    _-~    ~-_    ~-_-~    /
            ~-_           _-~          ~-_       _-~
               ~--______-~                ~-___-~

*/
