@charset "UTF-8";
html {
  min-width: 300px;
}

/* 首页*/
.home {
  background-color: #fff;
}

.home .slideshow .slideshow_box {
  width: 100%;
  margin: 0 auto;
}

.home .slideshow .slideshow_box .swiper-container {
  width: 100%;
}

.home .slideshow .slideshow_box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.home .slideshow .slideshow_box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.home .slideshow .slideshow_box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #990008 !important;
}

.home .slideshow .slideshow_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.home .slideshow .slideshow_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}

.home .family_culture {
  width: 1400px;
  padding: 10px 0 60px 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home .family_culture .cul_box {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .family_culture .cul_box .cul_item {
  width: 49%;
  background-color: #fff;
  margin-top: 20px;
  -webkit-box-shadow: 0px 6px 18px rgba(77, 64, 64, 0.14);
          box-shadow: 0px 6px 18px rgba(77, 64, 64, 0.14);
  border-radius: 5px;
  cursor: pointer;
}

.home .family_culture .cul_box .cul_item .cul_item_left {
  width: 180px;
  overflow: hidden;
}

.home .family_culture .cul_box .cul_item .cul_item_left img {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.home .family_culture .cul_box .cul_item .cul_item_left img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.home .family_culture .cul_box .cul_item .cul_item_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}

.home .family_culture .cul_box .cul_item .cul_item_right .trg_d1 {
  font-weight: bold;
  font-size: 20px;
}

.home .family_culture .cul_box .cul_item .cul_item_right .trg_d1:hover {
  color: #990008;
}

.home .family_culture .cul_box .cul_item .cul_item_right .trg_d2 {
  margin-top: 10px;
  color: #666;
  line-height: 1.6;
}

.home .family_culture .cul_box .cul_item .cul_item_right .trg_d2:hover {
  color: #990008;
}

.home .family_profile {
  width: 1400px;
  margin-top: 20px;
}

.home .family_profile .profile_box {
  margin-top: 50px;
}

.home .family_profile .profile_box > div {
  position: relative;
  width: 47.5%;
  height: 340px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home .family_profile .profile_box > div .float_box {
  height: 270px;
  margin: 0 100px;
  background-color: #fff;
  margin-top: 150px;
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 18px rgba(77, 64, 64, 0.14);
          box-shadow: 0px 6px 18px rgba(77, 64, 64, 0.14);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home .family_profile .profile_box > div .float_box .fb_tit img {
  width: 125px;
}

.home .family_profile .profile_box > div .float_box .fb_con {
  margin-top: 30px;
  line-height: 1.8;
}

.home .family_profile .profile_box .pb_left {
  background-image: url("../images/profile1.jpg");
}

.home .family_profile .profile_box .pb_right {
  background-image: url("../images/profile2.jpg");
}

.home .family_news {
  margin-top: 150px;
  width: 1400px;
}

.home .family_news .fn_box {
  margin-top: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home .family_news .fn_box .fn_left {
  width: 40%;
  height: 420px;
  overflow: hidden;
}

.home .family_news .fn_box .fn_left img {
  width: 100%;
}

.home .family_news .fn_box .fn_right {
  width: 60%;
  padding-left: 20px;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home .family_news .fn_box .fn_right .fn_right_item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.home .family_news .fn_box .fn_right .fn_right_item p:hover {
  color: #990008;
}

.home .family_news .fn_box .fn_right .fn_right_item:nth-last-child(1) {
  border-bottom: none;
}

.home .family_news .fn_box .fn_right .fn_right_item .ft_tit {
  font-weight: bold;
  font-size: 18px;
}

.home .family_news .fn_box .fn_right .fn_right_item .ft_con {
  margin-top: 20px;
  line-height: 1.5;
}

.home .family_news .fn_box .fn_right_more a {
  border: 1px solid #990008;
  color: #990008;
  border-radius: 5px;
}

.home .family_news .fb_nav a {
  width: 200px;
  height: 60px;
}

.home .family_news .fb_nav a span {
  font-size: 16px;
}

.home .family_news .fb_nav a i {
  margin-left: 10px;
}

.home .merit_wrap {
  margin-top: 50px;
}

.home .merit_wrap .merit_list {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}

.home .merit_wrap .merit_list .ml_box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.home .merit_wrap .merit_list .ml_box .ml_item {
  width: 15%;
  height: 240px;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.home .merit_wrap .merit_list .ml_box .ml_item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-box-shadow: 0px 6px 18px rgba(77, 64, 64, 0.4);
          box-shadow: 0px 6px 18px rgba(77, 64, 64, 0.4);
}

.home .merit_wrap .merit_list .ml_box .ml_item:nth-child(6n) {
  margin-right: 0;
}

.home .merit_wrap .merit_list .ml_box .ml_item .ph_img {
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.home .merit_wrap .merit_list .ml_box .ml_item .ph_img img {
  height: 100%;
}

.home .merit_wrap .merit_list .ml_box .ml_item .ph_mess {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d1 {
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d2 {
  line-height: 1.6;
  margin-top: 15px;
  font-size: 14px;
  padding: 0 10px;
}

.home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d3 {
  margin-top: 10px;
  padding: 0 10px 20px 10px;
}

.home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d3 span:nth-child(2) {
  font-size: 20px;
}

.home .merit_wrap .merit_list .ml_box .to_donation {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .merit_wrap .merit_list .ml_box .to_donation .jzh1 {
  width: 100%;
}

.home .merit_wrap .merit_list .ml_box .to_donation .jzh1 a {
  background-color: #990008;
  color: #fff;
  width: 160px;
  height: 60px;
  border-radius: 10px;
  font-size: 20px;
}

.home .merit_wrap .merit_list .ml_box .to_donation .jzh1 a:hover {
  background-color: #c5111a;
}

.home .merit_wrap .merit_list .ml_box .to_donation .jzh2 {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.home .merit_wrap .merit_list .ml_box .to_donation .jzh2:hover a {
  color: #999 !important;
}

.home .merit_wrap .merit_list .ml_box .to_donation .jzh2 i {
  font-size: 18px;
}

.home .merit_wrap .merit_list .fb_nav2 {
  margin-top: 20px;
}

.home .merit_wrap .merit_list .fb_nav2 a {
  width: 200px;
  height: 60px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #990008;
  color: #fff;
  font-size: 20px;
}

.home .common_problem {
  background-color: #fff;
  padding: 0 0 40px 0;
  width: 1400px;
}

.home .common_problem .pro_box {
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .common_problem .pro_box .pro_item {
  width: 31.5%;
  border-right: 1px solid #eee;
  padding-right: 35px;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home .common_problem .pro_box .pro_item:nth-last-child(1) {
  border-right: none;
}

.home .common_problem .pro_box .pro_item .ptm_d1 img {
  width: 16px;
  color: #666;
}

.home .common_problem .pro_box .pro_item .ptm_d1 span {
  color: #666;
  font-size: 16px;
  margin-left: 5px;
}

.home .common_problem .pro_box .pro_item .ptm_d2 {
  margin-top: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.home .common_problem .pro_box .pro_item .ptm_d2:hover {
  color: #990008;
}

.home .common_problem .pro_box .pro_item .ptm_d3 {
  color: #999;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  cursor: pointer;
}

.home .common_problem .pro_box .pro_item .ptm_d3:hover {
  color: #990008;
}

.home .common_problem .pro_box .pro_item .ptm_d4 {
  cursor: pointer;
  color: #666;
}

.home .common_problem .pro_box .pro_item .ptm_d4 span {
  font-size: 14px;
}

.home .common_problem .pro_box .pro_item .ptm_d4 span:hover {
  color: #000;
}

.home .common_problem .pro_box .pro_item .pd_wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}

.home .common_problem .fb_nav {
  margin-top: 80px;
}

.home .common_problem .fb_nav a {
  width: 200px;
  height: 60px;
}

.home .common_problem .fb_nav a span {
  font-size: 16px;
}

.home .common_problem .fb_nav a i {
  margin-left: 10px;
}

.home .lunbo22 {
  padding-top: 40px;
  background-color: #f7f6fa;
  padding-bottom: 70px;
}

.home .lunbo22 .lunbo22_box {
  width: 1400px;
  margin: 0 auto;
}

.home .lunbo22 .lunbo22_box .swiper-container {
  margin-top: 50px;
}

.home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  transition-timing-function: linear;
}

.home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 50px;
}

.home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide:hover img {
  -webkit-box-shadow: 0px 10px 18px rgba(77, 64, 64, 0.4);
          box-shadow: 0px 10px 18px rgba(77, 64, 64, 0.4);
}

.home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  border-radius: 10px;
}

.home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide a p {
  margin-top: 20px;
  text-align: center;
}

.biographies {
  background-color: #fff;
}

.biographies .zhuanji {
  margin-top: 50px;
}

.biographies .zhuanji h2 {
  text-align: center;
  font-size: 24px;
}

/* 使用教程 */
.jiaocheng {
  margin-top: 50px;
}

.jiaocheng .jc_tit {
  font-size: 24px;
  text-align: center;
}

.jiaocheng .jc_video {
  margin-top: 20px;
  text-align: center;
}

.jiaocheng .jc_video video {
  width: 800px;
  margin: 0 auto;
}

.jiaocheng .jc_notes {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

/* 功德榜 */
.merit_list .ml_tit1 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}

.merit_list .ml_tit2 {
  text-align: center;
  color: #990008;
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

.merit_list .ml_tongji {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  background-color: #f6f7f8;
}

.merit_list .ml_tongji .tj_item {
  width: 33.3%;
  padding: 15px 0;
}

.merit_list .ml_tongji .tj_item .tm_tit {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}

.merit_list .ml_tongji .tj_item .tm_box {
  color: #990008;
}

.merit_list .ml_tongji .tj_item .tm_box .tm_shuzi {
  font-weight: bold;
  font-size: 40px;
}

.merit_list .ml_tongji .tm_1 {
  border-right: 1px solid #eee;
}

.merit_list .ml_tongji .tm_2 {
  border-right: 1px solid #eee;
}

.merit_list .nav_tab {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.merit_list .nav_tab .jz_btn {
  display: block;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #bd0203;
  margin: 20px auto;
  cursor: pointer;
}

.merit_list .jz_search {
  margin-top: 20px;
}

.merit_list .jz_search input {
  /*-webkit-box-flex: 1;*/
  /*    -ms-flex: 1;*/
  /*        flex: 1;*/
  border: 1px solid #eee;
  padding: 10px 15px;
  width: 100%;
  border-radius: 2px;
  outline: none;
}

.merit_list .jz_search span {
  background-color: #bd0203;
  color: #fff;
  height: 40px;
  width: 60px;
  cursor: pointer;
}

.merit_list .jz_list .jz_item {
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 15px 0 10px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.merit_list .jz_list .jz_item .sty1 {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.merit_list .jz_list .jz_item .sty2 {
  font-size: 14px;
  margin-bottom: 5px;
}

.merit_list .jz_list .jz_item .jz_item_con {
  margin-top: 20px;
}

.merit_list .jz_list .jz_item .jz_item_con p {
  text-align: center;
}

.merit_list .jz_list .jz_item .jz_item_con .jz_item_item {
  width: 33.3%;
}

.merit_list .jz_list .jz_item .jz_item_con .jz_item_item .sty3 {
  color: #bd0203;
  font-weight: bold;
  margin-top: 5px;
}

.merit_list .jz_list .jz_item .jz_item_con .jz_item_item .sty4 {
  color: #bd0203;
  margin-top: 5px;
  cursor: pointer;
}

.merit_list .jz_list .jz_item .xiangmu {
  margin-top: 30px;
}

.merit_list .jz_list .jz_item .xiangmu p {
  text-align: center;
}

.merit_list .load_more {
  background-color: #ef4f4f;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  cursor: pointer;
}

/* 家族资讯 */
.family_info .zixun_nav {
  margin-top: 15px;
  margin-bottom: 15px;
}

.family_info .zixun_nav a {
  display: block;
  width: 14%;
  margin-right: 5px;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #eee;
}

.family_info .zixun_nav a:hover {
  background-color: #990008;
  color: #fff;
}

.family_info .zixun_nav a:nth-last-child(1) {
  margin-right: 0;
}

.family_info .zixun_box .fenye {
  margin-top: 20px;
}

/* 家族公告 */
.family_notice .gonggao {
  padding-top: 20px;
}

/* 捐助 */
.contribution .content {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px 30px 50px 30px;
}

.contribution .content .jz_tit {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #444;
}

.contribution .content .jz_describe {
  line-height: 1.6;
  font-size: 16px;
  margin-top: 30px;
}

.contribution .content .jz_type1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.contribution .content .jz_type1 .saoma {
  margin-top: 30px;
}

.contribution .content .jz_type1 .saoma img {
  margin: 0 auto;
  width: 200px;
}

.contribution .content .jz_type1 .saoma p {
  text-align: center;
}

.contribution .content .jz_type2 .pintu {
  margin-top: 30px;
}

.contribution .content .jz_type2 .pintu img {
  width: 300px;
  margin: 0 auto;
}

/* 家族族谱 */
.pedigree {
  background-image: url("../images/bg1.jpg");
  background-repeat: repeat;
  background-size: 100%;
}

.pedigree .pg_tit {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
}

.pedigree .zp_list {
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pedigree .zp_list .zp_item {
  width: 18%;
  height: 260px;
  margin-right: 2.5%;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.pedigree .zp_list .zp_item:hover .zp_fm {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pedigree .zp_list .zp_item:nth-child(5n) {
  margin-right: 0;
}

.pedigree .zp_list .zp_item .zp_fm {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.pedigree .zp_list .zp_item .zp_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/* 刊物公告 */
.publication .gonggao {
  margin-top: 30px;
}

/* 文章详情 */
.article .art_con {
  margin-top: 30px;
}

@media (max-width: 1500px) {
    /* 文章详情 */
.article .art_con {
 width: 90%;
}
  .home .family_culture {
    width: 90%;
  }
  .home .family_culture .cul_box {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .home .family_culture .cul_box .cul_item {
    width: 49%;
    margin-top: 20px;
    cursor: pointer;
  }
  .home .family_culture .cul_box .cul_item .cul_item_left {
    width: 140px;
    height: 150px;
  }
  .home .family_culture .cul_box .cul_item .cul_item_left img {
    height: 100%;
  }
  .home .family_culture .cul_box .cul_item .cul_item_left img:hover {
    transform: scale(1.2);
  }
  .home .family_culture .cul_box .cul_item .cul_item_right {
    padding-right: 10px;
  }
  .home .family_culture .cul_box .cul_item .cul_item_right .trg_d1 {
    font-size: 18px;
  }
  .home .family_culture .cul_box .cul_item .cul_item_right .trg_d2 {
    font-size: 14px;
    height: 67px;
  }
  .home .family_profile {
    width: 90%;
  }
  .home .family_profile .profile_box > div .float_box {
    height: 260px;
    margin: 0 60px;
    margin-top: 140px;
  }
  .home .family_profile .profile_box > div .float_box .fb_tit img {
    width: 125px;
  }
  .home .family_profile .profile_box > div .float_box .fb_con {
    margin-top: 20px;
    line-height: 1.8;
  }
  .home .family_news {
    margin-top: 120px;
    width: 90%;
  }
  .home .family_news .fn_box .fn_left {
    width: 45%;
  }
  .home .family_news .fn_box .fn_right {
    width: 55%;
  }
  .home .merit_wrap {
    margin-top: 50px;
  }
  .home .merit_wrap .merit_list {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 50px 0;
  }
  .home .merit_wrap .merit_list .ml_box {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item {
    width: 23%;
    margin-right: 2% !important;
  }
  .home .lunbo22 .lunbo22_box {
    width: 90%;
  }
  .biographies {
    padding: 0 20px;
    width: 90%;
  }
  .biographies .zhuanji {
    margin-top: 40px;
    
  }
  .biographies .content {
    width: 90%;
  }
  /* 捐助 */
  .contribution .content {
    width: 90%;
  }
  /* 使用教程 */
  .jiaocheng {
    margin-top: 50px;
    width: 90%;
  }
  /* 家族资讯 */
  .family_info .content {
    width: 90%;
  }
  /* 家族公告 */
  .family_notice .gonggao {
    width: 90%;
  }
  /* 功德榜 */
  .merit_list .ml_tongji {
    width: 90%;
  }
  .merit_list .ml_tongji .tj_item {
    width: 33.3%;
    padding: 15px 0;
  }
  .merit_list .nav_tab {
    width: 90%;
  }
  .merit_list .nav_tab .jz_btn {
    width: 150px;
  }
  .merit_list .jz_search {
    width: 90%;
  }
  .merit_list .jz_list {
    width: 90%;
  }
  .merit_list .load_more {
    width: 90%;
  }
  /* 家族族谱 */
  .pedigree .zp_list {
    width: 90%;
  }
  /* 刊物公告 */
  .publication .gonggao {
    margin-top: 20px;
    width: 90%;
  }
}
@media (max-width: 1000px) {
    .article .art_con {
 width: 100%;
}
  .home .family_culture {
    width: 100%;
    padding-bottom: 15px;
  }
  .home .family_culture .cul_box {
    margin-top: 15px;
  }
  .home .family_culture .cul_box .cul_item {
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
  }
  .home .family_culture .cul_box .cul_item .cul_item_left {
    width: 150px;
  }
  .home .family_culture .cul_box .cul_item .cul_item_left img {
    height: 100%;
  }
  .home .family_culture .cul_box .cul_item .cul_item_left img:hover {
    transform: scale(1.2);
  }
  .home .family_culture .cul_box .cul_item .cul_item_right {
    flex: 1;
    padding-left: 10px;
  }
  .home .family_culture .cul_box .cul_item .cul_item_right .trg_d1 {
    font-weight: bold;
    font-size: 18px;
  }
  .home .family_culture .cul_box .cul_item .cul_item_right .trg_d2 {
    font-size: 14px;
  }
  .home .family_profile {
    width: 100%;
    margin-top: 20px;
  }
  .home .family_profile .profile_box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .home .family_profile .profile_box > div {
    width: 100%;
    height: 360px;
  }
  .home .family_profile .profile_box > div .float_box {
    height: 240px;
    margin: 0 30px;
    margin-top: 100px;
    padding: 30px 20px;
  }
  .home .family_profile .profile_box > div .float_box .fb_tit img {
    width: 120px;
  }
  .home .family_profile .profile_box > div .float_box .fb_con {
    margin-top: 20px;
  }
  .home .family_news {
    margin-top: 20px;
    width: 100%;
  }
  .home .family_news .fn_box {
    margin-top: 30px;
    align-items: flex-start;
  }
  .home .family_news .fn_box .fn_left {
    display: none;
  }
  .home .family_news .fn_box .fn_right {
    width: 100%;
    padding: 0 20px;
  }
  .home .family_news .fn_box .fn_right .fn_right_item .ft_tit {
    font-size: 16px;
  }
  .home .family_news .fn_box .fn_right .fn_right_item .ft_con {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 14px;
  }
  .home .family_news .fb_nav {
    margin-top: 0 !important;
  }
  .home .family_news .fb_nav a {
    width: 120px;
    height: 50px;
  }
  .home .family_news .fb_nav a span {
    font-size: 15px;
  }
  .home .merit_wrap {
    margin-top: 0;
  }
  .home .merit_wrap .merit_list {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
  .home .merit_wrap .merit_list .ml_box {
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item {
    width: 48%;
    height: 220px;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item .ph_img {
    overflow: hidden;
    width: 100%;
    height: 240px;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item .ph_img img {
    height: 100%;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item .ph_mess {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    flex-wrap: wrap;
    color: #fff;
    align-content: flex-end;
    justify-content: flex-start;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d1 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d2 {
    line-height: 1.6;
    margin-top: 15px;
    font-size: 14px;
    padding: 0 10px;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d3 {
    margin-top: 10px;
    padding: 0 10px 20px 10px;
  }
  .home .merit_wrap .merit_list .ml_box .ml_item .ph_mess .mes_d3 span:nth-child(2) {
    font-size: 20px;
  }
  .home .merit_wrap .merit_list .ml_box .to_donation {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .home .merit_wrap .merit_list .ml_box .to_donation .jzh1 {
    width: 100%;
  }
  .home .merit_wrap .merit_list .ml_box .to_donation .jzh1 a {
    background-color: #990008;
    color: #fff;
    width: 160px;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
  }
  .home .merit_wrap .merit_list .ml_box .to_donation .jzh1 a:hover {
    background-color: #c5111a;
  }
  .home .merit_wrap .merit_list .ml_box .to_donation .jzh2 {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
  }
  .home .merit_wrap .merit_list .ml_box .to_donation .jzh2:hover a {
    color: #999 !important;
  }
  .home .merit_wrap .merit_list .ml_box .to_donation .jzh2 i {
    font-size: 18px;
  }
  .home .merit_wrap .merit_list .fb_nav2 {
    margin-top: 20px;
  }
  .home .merit_wrap .merit_list .fb_nav2 a {
    width: 120px;
    height: 50px;
    font-size: 18px;
  }
  .home .lunbo22 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .home .lunbo22 .lunbo22_box {
    width: 100%;
  }
  .home .lunbo22 .lunbo22_box .swiper-container {
    margin-top: 40px;
  }
  .home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 20px;
  }
  .home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
    border-radius: 10px;
  }
  .home .lunbo22 .lunbo22_box .swiper-container .swiper-wrapper .swiper-slide a p {
    margin-top: 20px;
    text-align: center;
  }
  .biographies {
    padding: 0 20px;
  }
  .biographies .zhuanji {
    margin-top: 40px;
  }
  .biographies .content {
    width: 100%;
  }
  /* 捐助 */
  .contribution .content {
    width: 90%;
  }
  /* 使用教程 */
  .jiaocheng {
    margin-top: 50px;
    width: 100%;
  }
  .jiaocheng .jc_video video {
    width: 100%;
  }
  .jiaocheng .jc_notes {
    padding: 0 20px;
    width: 100%;
    font-size: 15px;
  }
  /* 家族资讯 */
  .family_info .zixun_nav {
    flex-wrap: wrap;
    width: 100%;
  }
  .family_info .zixun_nav a {
    width: 31%;
  }
  /* 家族公告 */
  .family_notice .gonggao {
    width: 100%;
    padding: 0 15px;
  }
  /* 功德榜 */
  .merit_list .ml_tit1 {
    font-size: 20px;
    margin-top: 15px;
  }
  .merit_list .ml_tit2 {
    margin-top: 15px;
    font-size: 16px;
  }
  .merit_list .ml_tongji {
    flex-wrap: wrap;
    margin-top: 20px;
    background-color: #f6f7f8;
  }
  .merit_list .ml_tongji .tj_item {
    width: 33.3%;
    padding: 15px 0;
  }
  .merit_list .ml_tongji .tj_item .tm_tit {
    font-size: 12px;
    margin-top: 10px;
  }
  .merit_list .ml_tongji .tj_item .tm_box .tm_shuzi {
    font-size: 16px;
  }
  .merit_list .nav_tab {
    margin-top: 20px;
    width: 95%;
  }
  .merit_list .nav_tab .jz_btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    margin: 15px auto;
  }
  .merit_list .jz_search {
    margin-top: 20px;
    width: 95%;
  }
  .merit_list .jz_list {
    width: 95%;
  }
  .merit_list .jz_list .jz_item {
    margin-top: 20px;
    border: 1px solid #eee;
    padding: 15px 0 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .merit_list .jz_list .jz_item .sty1 {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
  }
  .merit_list .jz_list .jz_item .sty2 {
    font-size: 14px;
    margin-bottom: 5px;
    height: 35px;
    line-height: 1.4;
  }
  .merit_list .jz_list .jz_item .jz_item_con {
    margin-top: 20px;
  }
  .merit_list .jz_list .jz_item .jz_item_con p {
    text-align: center;
  }
  .merit_list .jz_list .jz_item .jz_item_con .jz_item_item {
    width: 33.3%;
  }
  .merit_list .jz_list .jz_item .jz_item_con .jz_item_item .sty3 {
    color: #bd0203;
    font-weight: bold;
    margin-top: 5px;
    height: 35px;
    line-height: 1.4;
  }
  .merit_list .jz_list .jz_item .jz_item_con .jz_item_item .sty4 {
    color: #bd0203;
    margin-top: 5px;
    cursor: pointer;
  }
  .merit_list .jz_list .jz_item .xiangmu {
    margin-top: 30px;
  }
  .merit_list .jz_list .jz_item .xiangmu p {
    text-align: center;
  }
  .merit_list .load_more {
    background-color: #ef4f4f;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
    cursor: pointer;
  }
  /* 家族族谱 */
  .pedigree .pg_tit {
    font-size: 24px;
    margin-top: 20px;
    padding-top:20px;
    padding-bottom: 10px;
  }
  .pedigree .zp_list {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pedigree .zp_list .zp_item {
    width: 48%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */