html,
body {
  margin: 0px;
  padding: 0px;
  color: #333;
}

/* 超大宽屏 */
.logo {
  margin-top: 98px;
}
.logo img {
  width: 100%;
}

.nav_box {
  color: #666;
  font-size: 16px;
  background-color: #fafafa;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #dcdcdc;
}
.nav_box a {
  color: #666;
}
.nav_box .nav_con {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.nav_box .nav_con img {
  width: 17px;
  height: 17px;
  margin-left: 5px;
  margin-right: 2px;
}

.member_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.member_title .txt {
  position: relative;
  display: inline-block;
}
.member_title .txt::after {
  content: "";
  width: 70px;
  border-bottom: 5px solid #d2a532;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -35px;
}

.equity_box {
  background-color: #fffdf6;
  padding: 60px 0;
}
.equity_box .equity_con {
  width: 1120px;
  margin: 0 auto;
}
.equity_box .equity_con .equity_list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.equity_box .equity_con .equity_list .equity_item {
  width: 23%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 3px #a9a9a9;
  border-radius: 6px;
}
.equity_box .equity_con .equity_list .equity_item .item_box {
  padding: 28px 40px 52px 34px;
}
.equity_box .equity_con .equity_list .equity_item .item_box .imgs {
}
.equity_box .equity_con .equity_list .equity_item .item_box .title {
  margin-top: 14px;
  font-size: 18px;
}
.equity_box .equity_con .equity_list .equity_item .item_box .desc {
  margin-top: 28px;
  text-align: left;
  font-size: 12px;
}
.equity_box .equity_con .equity_list .equity_item .item_box .desc {
  margin-top: 28px;
  text-align: left;
  font-size: 12px;
}

.member_kaitong img {
  width: 100%;
}

.grade_box {
  background-color: #fff;
  padding: 76px 0 64px 0;
}
.grade_box .grade_con {
  width: 1120px;
  margin: 0 auto;
}
.grade_box .grade_con .grade_title {
  color: #fff;
  font-size: 28px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-weight: bold;
  background-image: -webkit-linear-gradient(to right, #f8c70b, #ddaa38);
  background-image: linear-gradient(to right, #f8c70b, #ddaa38);
}
.grade_box .grade_con .grade_row {
  display: flex;
}
.grade_box .grade_con .grade_row .row_item {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #fffdf6;
  width: 50%;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #f0efeb;
}
.grade_box .grade_con .grade_row .row_title {
  font-size: 16px;
}
.grade_box .grade_con .grade_row .row_item:first-child {
  border-right: 2px solid #f0efeb;
}
.grade_box .grade_con .grade_gz {
  margin-top: 50px;
  padding-left: 20px;
}
.grade_box .grade_con .grade_gz .gz_title {
  font-size: 18px;
  font-weight: bold;
}
.grade_box .grade_con .grade_gz .gz_desc {
  font-size: 14px;
  margin-top: 20px;
}

.nb_box {
  background-color: #fffdf6;
  padding: 62px 0;
}
.nb_box .nb_con {
  width: 1120px;
  margin: 0 auto;
}
.nb_box .nb_con .nb_subTitle {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 36px;
}
.nb_box .nb_con .quan_list {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.nb_box .nb_con .quan_list .quan_item {
  width: 22%;
}
.nb_box .nb_con .quan_list .quan_item img {
  width: 100%;
}
.nb_box .nb_con .nb_desc {
  margin-top: 50px;
}
.nb_box .nb_con .nb_desc .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 26px;
}
.nb_box .nb_con .nb_desc .info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.jifen_box {
  background-color: #fff;
  padding: 60px 0 50px 0;
}
.jifen_box .jifen_con {
  width: 1120px;
  margin: 0 auto;
}
.jifen_box .jifen_con .jifen_goods {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}
.jifen_box .jifen_con .jifen_goods .goods_item {
  width: 22%;
}
.jifen_box .jifen_con .jifen_goods .goods_item img {
  width: 100%;
}
.jifen_box .jifen_con .jifen_button_box {
  margin-top: 58px;
}
.jifen_box .jifen_con .jifen_button_box a {
  color: #fff;
}
.jifen_box .jifen_con .jifen_button_box .button {
  background-color: #ca931c;
  text-align: center;
  margin: 0 auto;
  width: 158px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.services_box {
  background-size: 100% 100%;
  height: 410px;
}
.member_title.services {
  color: #fff;
  padding-top: 64px;
  margin-bottom: 66px;
}
.services_box .services_fs {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.services_box .services_fs span {
  font-weight: bold;
}
.services_box .services_button {
  margin-top: 90px;
}
.services_box .services_button a {
  color: #fff;
}
.services_box .services_button a .button {
  width: 158px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #ca931c;
  text-align: center;
  margin: 0 auto;
}

/* 宽屏设备 */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .nav_box .nav_con {
    width: 96%;
  }
  .equity_box .equity_con {
    width: 96%;
  }
  .grade_box .grade_con {
    width: 96%;
  }
  .nb_box .nb_con {
    width: 96%;
  }
  .jifen_box .jifen_con {
    width: 96%;
  }
}

/* 中等屏幕 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav_box .nav_con {
    width: 96%;
  }
  .equity_box .equity_con {
    width: 96%;
  }
  .grade_box .grade_con {
    width: 96%;
  }
  .nb_box .nb_con {
    width: 96%;
  }
  .jifen_box .jifen_con {
    width: 96%;
  }
}

/* ipad */
@media screen and (max-width: 991px) {
  .logo {
    margin-top: 64px;
  }
  .nav_box {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .nav_box .nav_con {
    width: 96%;
  }
  .equity_box .equity_con {
    width: 96%;
  }
  .grade_box .grade_con {
    width: 96%;
  }
  .nb_box .nb_con {
    width: 96%;
  }
  .jifen_box .jifen_con {
    width: 96%;
  }
}

/* 手机端 */
@media screen and (max-width: 767px) {
  .member_title .txt::after {
    width: 50px;
    margin-left: -25px;
    bottom: -10px;
  }
  .member_title {
    font-size: 24px;
  }
  .equity_box {
    padding: 30px 0 0 0;
  }
  .equity_box .equity_con .equity_list {
    flex-wrap: wrap;
  }
  .equity_box .equity_con .equity_list .equity_item {
    width: 48%;
    margin-bottom: 20px;
  }

  .grade_box {
    padding: 30px 0 20px 0;
  }
  .grade_box .grade_con .grade_title {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }
  .grade_box .grade_con .grade_row .row_item {
    height: 50px;
    line-height: 50px;
  }
  .grade_box .grade_con .grade_gz {
    margin-top: 20px;
    padding-left: 0;
  }
  .grade_box .grade_con .grade_gz .gz_title {
    font-size: 16px;
  }
  .grade_box .grade_con .grade_gz .gz_desc {
    margin-top: 10px;
  }

  .nb_box {
    padding: 30px 0;
  }
  .nb_box .nb_con .quan_list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .nb_box .nb_con .quan_list .quan_item {
    width: 48%;
    margin-bottom: 20px;
  }
  .nb_box .nb_con .nb_desc {
    margin-top: 0;
  }
  .nb_box .nb_con .nb_desc .title {
    margin-top: 10px;
    font-size: 16px;
  }
  .nb_box .nb_con .nb_desc .info {
    margin-top: 10px;
  }

  .jifen_box {
    padding: 30px 0 20px 0;
  }
  .jifen_box .jifen_con .jifen_goods {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .jifen_box .jifen_con .jifen_goods .goods_item {
    width: 48%;
    margin-bottom: 20px;
  }
  .jifen_box .jifen_con .jifen_button_box {
    margin-top: 20px;
  }

  .member_title.services {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .services_box {
    height: 300px;
  }
  .services_box .services_button {
    margin-top: 40px;
  }
}
<!--耗时1776082431.0624秒-->