._center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
._center_t {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
._center_l {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ovline {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ovline2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ovline3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jy_text {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
}
.jy_title {
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #000000;
}
body.fixed {
  position: fixed;
  top: 0;
}
/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
  height: 5px;
  width: 2px;
}
.jOrgChart .down {
  background-color: #f2e5dc;
  margin: 5px auto 0;
}
.jOrgChart .top {
  border-top: 2px solid #f2e5dc;
}
.jOrgChart .left {
  border-right: 2px solid #f2e5dc;
}
.jOrgChart .right {
  border-left: 2px solid #f2e5dc;
}
/* node cell */
.jOrgChart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}
/* The node */
.jOrgChart .node {
  display: inline-block;
  width: 320px;
  height: 60px;
  z-index: 10;
  margin: 0 2px;
}
/* 领导 */
.jOrgChart .node .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
}
.jOrgChart .node p:nth-of-type(1) {
  font-size: 18px;
  line-height: normal;
  color: #000;
  padding: 0;
  margin-top: 10px;
}
.jOrgChart .node p:nth-of-type(2) {
  font-size: 14px;
  line-height: normal;
  color: #AB6320;
  padding: 0;
  margin: 5px 0;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
}
.jOrgChart .node p:nth-of-type(3) {
  font-size: 14px;
  line-height: normal;
  color: #737373;
  padding: 0;
}
/* jQuery drag 'n drop */
.drag-active {
  border-style: dotted !important;
}
.drop-hover {
  border-style: solid !important;
  border-color: #E05E00 !important;
}
/* 关于联盟 */
.about_banner {
  max-height: 700px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none;
}
.about_banner .text {
  position: absolute;
  top: 50%;
  left: 0 ;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}
.about_banner .text .img {
  width: 380px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_banner .text a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 60px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  display: block;
}
.about_banner .text span {
  padding-left: 38px;
  position: relative;
  display: inline-block;
}
.about_banner .text span::after {
  content: '';
  background-image: url(../images/zbpt_icon.png);
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_title {
  border-bottom: 2px solid #A10005;
  height: 150px;
  padding-top: 45px;
}
.about_title h2 {
  font-size: 36px;
  line-height: 105px;
  color: #000;
  font-family: "PlayfairDisplay-Bold";
}
.about_top {
  padding: 0px 0 40px;
  min-height: 430px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about_top .text {
  font-size: 16px;
  line-height: 20px;
  height: auto;
  position: relative;
  padding-top: 40px;
}
.about_top .text .img {
  width: 155px;
  height: 122px;
  vertical-align: text-top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 45px;
  right: 55px;
}
.about_top .text p {
  width: 850px;
  padding: 0px 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  text-align: justify;
}
.about_top .text a {
  width: 100%;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  color: #AB6320;
  margin-top: 10px;
  font-size: 14px;
}
.about_top .text .more {
  display: none;
  width: 850px;
  border-top: 1px solid #f0e0d3;
  padding-top: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.about_top .text .more h3 {
  font-size: 24px;
  line-height: 25px;
  font-family: "PlayfairDisplay-Bold";
  color: #ab6320;
}
.about_top .text .more a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ecdbcb;
  color: #AB6320;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  margin-top: 28px;
  margin-right: 20px;
}
.about_top .text .more a:hover {
  background-color: #AB6320;
  color: #fff;
}
.about_top .text .moreThis::after,
.about_list .text a::after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/member_img4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.about_top .text .moreActive::after,
.about_list .text .moreActive::after {
  background-image: url(../images/jian.png);
}
.about_body {
  padding: 80px 0 140px;
}
.about_body .specialTitle {
  text-align: center;
  color: #fff;
  height: 200px;
  padding: 55px 0 0 90px;
  text-align: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about_body .specialTitle h2 {
  line-height: normal;
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
}
.about_body .specialTitle a {
  line-height: normal;
  font-size: 19px;
  color: #fff;
  margin-top: 11px;
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
.about_body .specialTitle a::before {
  content: "";
  right: 0;
  width: 33px;
  height: 19px;
  background-image: url("../images/icon_go_normal@3x.png");
  background-size: cover;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-position: center;
}
.about_list .text {
  padding-top: 40px;
}
.about_list .text a {
  width: 100%;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  color: #AB6320;
  margin-top: 33px;
  display: inline-block;
}
.about_list .text p {
  width: 100%;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  text-align: justify;
}
.about_list .text .more {
  display: none;
  padding: 10px 0 0px;
}
.about_list .text .more {
  display: none;
  padding: 56px 0 38px;
}
.about_list .text .downTable {
  border: 1px solid #AB6320;
  color: #AB6320;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 195px;
  height: 55px;
  line-height: 55px;
  margin-top: 20px;
}
.about_list .text .downTable:hover {
  background-color: #AB6320;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.about_list:nth-of-type(3) .more {
  padding-top: 20px;
  padding-bottom: 0;
}
.about_list:nth-of-type(3) .more h3 {
  color: #AB6320;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  font-family: "PlayfairDisplay-Bold";
  padding: 10px 0;
}
.about_list:nth-of-type(3) .more p {
  font-size: 16px;
  line-height: 28px;
}
.about_list:nth-of-type(3) .more div {
  padding: 0px;
}
.about_list:nth-of-type(3) .more .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_list:nth-of-type(3) .more .bottom {
  margin-top: 20px;
}
.about_list:nth-of-type(3) .more .top .szd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  flex: 60%;
}
.about_list:nth-of-type(3) .more .top .msc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
     flex: 40%;
}
.about_list:nth-of-type(3) .more .top .szd a {
  margin-top: 60px;
}
.about_list:nth-of-type(3) .more .top .szd .img {
  width: 348px;
  height: 200px;
  vertical-align: text-top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about_list:nth-of-type(3) .more .top .moretext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_list:nth-of-type(3) .more .top .msc .img {
  width: 170px;
  height: 200px;
  vertical-align: text-top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about_list:nth-of-type(3) .more .top .moretextDetails {
  padding-left: 20px;
}
.about_list:nth-of-type(3) .more .top .moretextDetails h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #AB6320;
  padding: 8px 0;
}
.about_list:nth-of-type(3) .more .top .moretextDetails p:nth-of-type(1) {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.about_list:nth-of-type(3) .more .top .moretextDetails p:nth-of-type(2) {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.about_list:nth-of-type(3) .more .top .moretextDetails a {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #AB6320;
}
@media screen and (max-width: 1460px) {
  .about_top .text p {
    width: 66%;
  }
  .alert_mb .alert_box {
    width: 88%!important;
  }
  .about_list:nth-of-type(3) .more .top .szd {
    /* margin-right: 10%; */
  }
}
@media screen and (max-width: 1200px) {
  .about_list:nth-of-type(3) .more .top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_list:nth-of-type(3) .more .top .szd {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .about_list:nth-of-type(3) .more .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_list:nth-of-type(3) .more .top .szd {
    margin-right: 0;
  }
}
@media screen and (max-width: 1230px) {
  .jOrgChart .node {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .about_list:nth-of-type(3) .more div:nth-of-type(2) .moretext .img {
    width: 3rem;
    height: 4rem;
  }
  /* Basic styling */
  /* Draw the lines */
  .jOrgChart .line {
    height: 0.1rem;
    width: 0.04rem;
  }
  .jOrgChart .down {
    background-color: #f2e5dc;
    margin: 0.1rem auto 0;
  }
  .jOrgChart .top {
    border-top: 0.04rem solid #f2e5dc;
  }
  .jOrgChart .left {
    border-right: 0.04rem solid #f2e5dc;
  }
  .jOrgChart .right {
    border-left: 0.04rem solid #f2e5dc;
  }
  /* node cell */
  .jOrgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
  }
  /* The node */
  .jOrgChart .node {
    display: inline-block;
    width: 2rem;
    height: 1.2rem;
    z-index: 10;
    margin: 0 0.04rem;
  }
  /* 领导 */
  .jOrgChart .node .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
  }
  .jOrgChart .node p:nth-of-type(1) {
    font-size: 0.36rem;
    line-height: normal;
    color: #000;
    padding: 0;
    margin-top: 0.2rem;
  }
  .jOrgChart .node p:nth-of-type(2) {
    font-size: 0.28rem;
    line-height: normal;
    color: #AB6320;
    padding: 0;
    margin: 0.1rem 0;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
  }
  .jOrgChart .node p:nth-of-type(3) {
    font-size: 0.28rem;
    line-height: normal;
    color: #737373;
    padding: 0;
  }
  /* jQuery drag 'n drop */
  .drag-active {
    border-style: dotted !important;
  }
  .drop-hover {
    border-style: solid !important;
    border-color: #E05E00 !important;
  }
  /* 关于联盟 */
  .about_banner {
    max-height: 8rem;
    overflow: hidden;
    position: relative;
    height: 8rem;
  }
  .about_banner .pc_banner {
    display: none;
  }
  .about_banner .text {
    position: absolute;
    top: 50%;
    left: 0 ;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
  }
  .about_banner .text .img {
    width: 60%;
    height: 2.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about_banner .text .btn {
    font-size: 0.32rem;
    margin-top: 0.6rem;
    width: 2.5rem;
    height: 0.8rem;
    line-height: calc(0.8rem - 2px);
  }
  .about_banner .text .btn span {
    padding-left: 0.7rem;
  }
  .about_banner .text .btn span::after {
    content: '';
    background-image: url(../images/zbpt_icon.png);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .about_title {
    border-bottom: none;
    padding-top: 0rem;
    height: auto;
    margin-top: 0.4rem;
  }
  .about_title h2 {
    font-weight: bold;
    color: #0d0c0c;
    font-size: 0.48rem;
    line-height: normal;
    padding: 0.3rem 0;
    font-family: "PlayfairDisplay-Bold";
    border-bottom: 1px solid #a10005;
    height: auto;
  }
  .about_top {
    padding: 0rem 0 0.5rem;
    min-height: 66%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about_top .text {
    font-size: 0.32rem;
    line-height: 0.4rem;
    height: auto;
    position: relative;
    padding-top: 0.4rem;
  }
  .about_top .text .img {
    width: 60%;
    height: 3.4rem;
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
    top: 0.9rem;
    right: 0;
    margin: 0.3rem 0 0.4rem;
    background: none!important;
  }
  .about_top .text .img .show768 {
    display: block;
  }
  .about_top .text p {
    width: 100%;
    padding: 0rem 0;
    margin-bottom: 0.5rem;
    font-size: 0.32rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.56rem;
    opacity: 0.7;
  }
  .about_top .text a {
    width: 100%;
    position: relative;
    cursor: pointer;
    padding-left: 0.4rem;
    color: #AB6320;
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  .about_top .text .more {
    display: none;
    width: 100%;
    border-top: 0.02rem solid #f0e0d3;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .about_top .text .more h3 {
    font-size: 0.46rem;
    line-height: 0.5rem;
    font-family: "PlayfairDisplay-Bold";
    color: #ab6320;
  }
  .about_top .text .more a {
    width: 2.6rem;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    border: 0.02rem solid #ecdbcb;
    color: #AB6320;
    display: inline-block;
    font-size: 0.32rem;
    padding: 0;
    margin-top: 0.56rem;
    margin-right: 0.4rem;
  }
  .about_top .text .more a:hover {
    background-color: #AB6320;
    color: #fff;
  }
  .about_top .text .moreThis::after,
  .about_list .text a::after {
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url(../images/member_img4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
  }
  .about_top .text .moreActive::after,
  .about_list .text .moreActive::after {
    background-image: url(../images/jian.png);
  }
  .about_body {
    padding: 0.5rem 0 1rem;
  }
  .about_body .specialTitle {
    text-align: center;
    color: #fff;
    height: 2.2rem;
    padding: 0.45rem 0 0 0.5rem;
    text-align: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about_body .specialTitle h2 {
    line-height: normal;
    font-size: 0.48rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
  }
  .about_body .specialTitle a {
    line-height: normal;
    font-size: 0.32rem;
    color: #fff;
    margin-top: 0.12rem;
    display: inline-block;
    position: relative;
    padding-right: 0.5rem;
  }
  .about_body .specialTitle a::before {
    content: "";
    right: 0;
    width: 0.4rem;
    height: 0.38rem;
    background-image: url("../images/icon_go_normal@3x.png");
    background-size: cover;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-position: center;
  }
  .about_list .text {
    padding-top: 0.4rem;
  }
  .about_list .text a {
    width: 100%;
    position: relative;
    cursor: pointer;
    padding-left: 0.4rem;
    color: #AB6320;
    margin-top: 0.4rem;
    display: inline-block;
    font-size: 0.28rem;
  }
  .about_list .text a::before {
    width: 0.38rem;
  }
  .about_list .text p {
    width: 100%;
    font-size: 0.32rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.56rem;
    opacity: 0.7;
  }
  .about_list .text .more {
    display: none;
    padding: 1.12rem 0 0.76rem;
  }
  .about_list .text .more {
    display: none;
    padding: 0.2rem 0 0rem;
  }
  .about_list .text .downTable {
    border: 0.02rem solid #AB6320;
    color: #AB6320;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 3.9rem;
    height: 1.1rem;
    line-height: 1.1rem;
    margin-top: 0.4rem;
  }
  .about_list .text .downTable:hover {
    background-color: #AB6320;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .about_list:nth-of-type(3) .more {
    padding-top: 0rem;
    padding-bottom: 0;
  }
  .about_list:nth-of-type(3) .more h3 {
    color: #AB6320;
    line-height: 0.76rem;
    font-size: 0.36rem;
    font-weight: bold;
    font-family: "PlayfairDisplay-Bold";
    padding: 0.2rem 0;
  }
  .about_list:nth-of-type(3) .more p {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .about_list:nth-of-type(3) .more div {
    padding: 0rem 0 0rem;
  }
  .about_list:nth-of-type(3) .more .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_list:nth-of-type(3) .more .bottom {
    margin-top: 0.1rem;
  }
  .about_list:nth-of-type(3) .more .bottom p {
    width: 100%!important;
  }
  .about_list:nth-of-type(3) .more .top .szd {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 144px;
    margin-right: 0;
  }
  .about_list:nth-of-type(3) .more .top .szd .img {
    width: 100%;
    height: 3rem;
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about_list:nth-of-type(3) .more .top .moretext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .about_list:nth-of-type(3) .more .top .msc .img {
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0.1rem 0;
  }
  .about_list:nth-of-type(3) .more .top .moretextDetails {
    padding-left: 0rem;
    text-align: left;
    margin: 0rem 0 0;
    padding-bottom: 0;
  }
  .about_list:nth-of-type(3) .more .top .moretextDetails h4 {
    font-size: 0.4rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: 400;
    color: #AB6320;
    padding: 0.16rem 0;
  }
  .about_list:nth-of-type(3) .more .top .moretextDetails p:nth-of-type(1) {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.34rem;
    opacity: 0.5;
    margin-bottom: 0.2rem;
    text-align: left;
    width: 100%;
  }
  .about_list:nth-of-type(3) .more .top .moretextDetails p:nth-of-type(2) {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.34rem;
    opacity: 0.5;
    margin-bottom: 0.2rem;
    text-align: left;
    width: 100%;
  }
  .about_list:nth-of-type(3) .more .top .moretextDetails a {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #AB6320;
    width: auto;
    margin-top: 0rem;
  }
}
.about_details {
  padding: 40px 0 180px;
}
.about_details_body .img {
  float: right;
  margin-top: 110px;
}
.about_details_body img {
  max-width: 300px;
  float: right;
}
.about_details_body .jy img {
  max-width: 400px!important;
  float: right;
}
.about_details_body .text {
  width: 686px;
  font-size: 32px;
  padding: 15px 0;
  line-height: normal;
}
.about_details_body .text .about_details_title h2 {
  padding: 32px 0;
  line-height: normal;
  font-family: "PlayfairDisplay-Bold";
  border-bottom: 2px solid #a10005;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  color: #0d0c0c;
}
.about_details_body .text .about_details_title P {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  opacity: 0.5;
}
.about_details_body .text .article {
  margin-top: 40px;
}
.about_details_body .text .article  {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  margin-bottom: 10px;
  text-align: justify
}
@media screen and (max-width: 1460px) {
  .about_details_body .text {
    width: 100%;
  }
  .about_details_body .img {
    /* width: 40%; */
    float: none;
  }
  .about_details_body .img img{
    /* width: 40%; */
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .about_details_body .text {
    width: 100%;
  }
  .about_details_body .img {

    float: none;
    margin: 0 auto;
  }
  .about_details_body img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .about_details_body .text {
    width: 88%;
    margin: 0 auto;
  }
  .about_details_body .img {
    width: 88%;
    float: none;
    margin: 0 auto;
  }
  .about_details_body img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .about_details_body .text .about_details_title h2 {
    padding: 0.24rem 0;
    line-height: normal;
    font-family: "PlayfairDisplay-Bold";
    border-bottom: 0.04rem solid #a10005;
    margin-bottom: 0.2rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #0d0c0c;
  }
  .about_details_body .text .about_details_title P {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.5rem;
    opacity: 0.5;
  }
  .about_details_body .text .article {
    margin-top: 0.2rem;
  }
  .about_details_body .text .article {
    font-size: 0.32rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.56rem;
    opacity: 0.7;
    margin-bottom: 0.2rem;
  }
  .about_details {
    padding: 0.8rem 0;
  }
  .lsimg .lsh_pcimg {
    display: none;
  }
  .lsimg .lsh768 {
    display: block;
  }
}
.member_banner .member_swiper2 .swiper-slide {
  position: relative;
  max-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.member_banner .member_swiper2 .swiper-slide .bottom {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  padding-bottom: 100px;
}
.member_banner .member_swiper2 .swiper-slide .bottom h3 {
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #ffffff;
  line-height: 44px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.32);
}
.member_banner .member_swiper2 .swiper-slide .bottom p {
  margin-top: 22px;
  font-size: 16px;
  font-family: 'PlayfairDisplay-Bold';
  font-weight: 400;
  color: #e99d56;
}
.member_banner .text a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 60px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  display: block;
}
.member_banner .text span {
  padding-left: 38px;
  position: relative;
  display: inline-block;
}
.member_banner .text span::after {
  content: '';
  background-image: url(../images/zbpt_icon.png);
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.member_title {
  border-bottom: 2px solid #a10005;
  height: 150px;
  padding-top: 45px;
}
.member_title h2 {
  position: relative;
  font-weight: bold;
  color: #0d0c0c;
  font-size: 36px;
  line-height: 105px;
  font-family: "PlayfairDisplay-Bold";
}
.member_title h2 a {
  font-size: 14px;
  color: #AB6320;
  font-weight: normal;
  padding-right: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.member_title h2 a::after {
  content: '';
  width: 12px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icon_more_normal@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.member_about .maintop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}
.member_about .maintop .left {
  width: 70%;
}
.member_about .maintop .right {
  width: 30%;
}
.member_about .maintop .left {
  margin-top: 38px;
}
.member_about .maintop .left .img img {
  width: 60%;
  margin: 5px 0;
}
.member_about .maintop .left .title h3 {
  font-size: 24px;
  line-height: normal;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #ab6320;
}
.member_about .maintop .left .title p {
  font-size: 20px;
  line-height: normal;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #ab6320;
  margin-top: 10px;
}
.member_about .maintop .left .details {
  margin-top: 0px;
}
.member_about .maintop .left .details {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  margin-bottom: 15px;
  text-align: justify
}
.member_about .maintop .left .toOther {
  display: inline-block;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #ab6320;
  line-height: normal;
  padding: 14px 60px 14px 20px;
  border: 1px solid #F3E8DE;
  position: relative;
  margin-bottom: 20px
}
.member_about .maintop .left .toOther::before {
  width: 33px;
  height: 17px;
  background-image: url(../images/member_img2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
}
.member_about .mainbottom {
  width: 100%;
  border-top: none;
  padding-top: 7px;
  padding-left: 15%;
}
.member_about .mainbottom h4 {
  font-size: 18px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #000000;
  line-height: normal;
  padding: 20px 0;
}
.member_about .mainbottom .details .img {
 
  margin: 0;
}
.member_about .mainbottom .details .img.img60 {
 width: 60%;
  margin: 0;
}
.member_about .mainbottom .details div:nth-of-type(2) {
  position: relative;
}
.member_about .mainbottom .details div:nth-of-type(2) h5 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #ab6320;
  padding: 8px 0;
}
.member_about .mainbottom .details div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.member_about .mainbottom .details div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.member_about .mainbottom .details div:nth-of-type(2) a {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #ab6320;
  position: relative;
  bottom: 0;
  left: 0;
  padding-left: 25px;
}
.member_about .mainbottom .details div:nth-of-type(2) a:after {
  width: 15px;
  height: 15px;
  display: block;
  content: '';
  background-image: url(../images/member_img4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.member_b {
  margin-top: 40px;
}
.member_b .swiper-pagination-bullet-active-slide {
  background-color: #a9641f;
}
.member_b .swiper-pagination-bullet {
  background-color: #dac2a6;
}
.member_b .member_swiper {
  position: relative;
}
.member_b .member_swiper .swiper-button-prev {
  outline: none;
  left: -80px;
}
.member_b .member_swiper .swiper-button-next {
  outline: none;
  right: -80px;
}
.member_b .member_swiper {
  height: 550px;
}
.member_b .member_swiper .swiper-slide {
  background-color: #F6F0E9;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_b .member_swiper .swiper-slide a{
  background-color: #F6F0E9;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.member_b .member_swiper .swiper-slide .img {
  background-color: #F6F0E9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 950px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.member_b .member_swiper .swiper-slide .bottom {
  position: relative;
  width: 250px;
}
.member_b .member_swiper .swiper-slide .text {
  width: 300px;
  height: 470px;
  background-color: #ab6320;
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 15px;
  color:#fff;
}
.member_b .member_swiper .swiper-slide .text h3 {
  font-size: 25px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #ffffff;
  line-height: 44px;
  /*
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;*/
}
.member_b .member_swiper .swiper-slide .text p:nth-of-type(1) {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin: 10px 0 15px;
}
.member_b .member_swiper .swiper-slide .text p:nth-of-type(2) {
  background-color: #a10005;
  height: 2px;
}
.member_b .member_swiper .swiper-slide .text p:nth-of-type(3) {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  -moz-line-clamp: 10;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
.member_b .member_swiper1 {
  margin-top: 80px;
}
.member_b .member_swiper1 .swiper-button-prev {
  outline: none;
  left: 25px;
}
.member_b .member_swiper1 .swiper-button-next {
  outline: none;
  right: 25px;
}
.member_b .member_swiper1 .swiper-container {
  padding-bottom: 40px;
}
.member_b .member_swiper1 .swiper-pagination {
  bottom: 0;
}
.member_b .member_swiper1 .swiper-slide {
  width: 700px;
  height: 450px;
}
.member_b .member_swiper1 .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mamber_dt {
  padding: 40px 0 170px;
}
.mamber_dt .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mamber_dt .list .line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding-bottom: 67px;
  padding-bottom: 40px;
}
.mamber_dt .list .line .img {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mamber_dt .list .line h2 {
  font-size: 18px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #000000;
  line-height: 26px;
  margin-top: 10px;
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;-moz-line-clamp:2;text-overflow:ellipsis;overflow:hidden;
}
.mamber_dt .list .line p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  opacity: 0.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 2px ;
}
@media screen and (max-width: 1460px) {
  .mamber_dt .list .line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .member_about .maintop .left {
    width: 70%;
  }
  .member_about .maintop .right {
    width: 30%;
  }
  .member_b .member_swiper .swiper-slide .img {
    width: 79%;
  }
  .member_b .member_swiper .swiper-button-prev {
    outline: none;
    left: -80px;
    display: none;
  }
  .member_b .member_swiper .swiper-button-next {
    outline: none;
    right: -80px;
    display: none;
  }
  .member_swiper2 .swiper-button-prev {
    outline: none;
    left: -80px;
    display: none;
  }
  .member_swiper2 .swiper-button-next {
    outline: none;
    right: -80px;
    display: none;
  }
  .member_banner .member_swiper2 .swiper-slide .bottom {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .mamber_dt .list .line h2:hover {
    color: #AB6320!important;
    cursor: pointer;
  }
  .mamber_dt .list .line div {
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .mamber_dt .list .line div:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
@media screen and (max-width: 1180px) {
  .member_about .maintop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member_about .maintop .left {
    width: 100%;
    margin: 20px auto;
  }
  .member_about .maintop .right {
    /* height: 300px; */
    width: 100%;
    margin: 0 auto;
  }
  .member_about .maintop .right .img {
    float: none;
    margin: 0;
    position: static;
  }
  .member_about .maintop .right .img img{
  width: 50%;
  }
  .member_about .mainbottom {
    width: 100%;
    padding-left: 0;
  }
  .member_about .mainbottom .details div:nth-of-type(2) p:nth-of-type(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .member_about .mainbottom .details div:nth-of-type(2) p:nth-of-type(1) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .member_banner .member_swiper2 .swiper-slide {
    position: relative;
    max-height: 14rem;
  }
  .member_banner .swiper-slide {
    height: 8rem;
    max-height: 8rem;
  }
  .member_banner .swiper-slide .bannerimg {
    display: none;
  }
  .member_banner .member_swiper2 .swiper-slide .bottom {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    padding-bottom: 0rem;
  }
  .member_banner .member_swiper2 .swiper-slide .bottom h3 {
    font-size: 0.4rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #ffffff;
    line-height: 0.6rem;
    text-shadow: 0rem 0.02rem 0.1rem rgba(0, 0, 0, 0.32);
  }
  .member_banner .member_swiper2 .swiper-slide .bottom p {
    margin-top: 0rem;
    font-size: 0.4rem;
    font-family: 'PlayfairDisplay-Bold';
    font-weight: 400;
    color: #e99d56;
  }
  .member_banner .text .btn {
    font-size: 0.32rem;
    margin-top: 0.6rem;
    width: 2.5rem;
    height: 0.8rem;
    line-height: calc(0.8rem - 2px);
  }
  .member_banner .text .btn span {
    padding-left: 0.7rem;
  }
  .member_banner .text .btn span::after {
    content: '';
    background-image: url(../images/zbpt_icon.png);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .titlebox {
    margin-top: 0.4rem;
  }
  .member_title {
    border-bottom: none;
    padding-top: 0rem;
    height: auto;
  }
  .member_title h2 {
    font-weight: bold;
    color: #0d0c0c;
    font-size: 0.48rem;
    line-height: normal;
    padding: 0.3rem 0;
    font-family: "PlayfairDisplay-Bold";
    border-bottom: 1px solid #a10005;
    height: auto;
  }
  .member_about .maintop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.8rem;
  }
  .member_about .maintop .left {
    width: 100%;
    margin: 0.4rem auto;
  }
  .member_about .maintop .right {
    height: 6rem;
    width: 100%;
    margin: 0 auto;
  }
  .member_about .maintop .right .img {
    float: none;
    position: static!important;
    margin: 0 auto;
  }
  .member_about .maintop .left {
    margin-top: 0.4rem;
  }
  .member_about .maintop .left .title h3 {
    font-size: 0.4rem;
    line-height: normal;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #ab6320;
  }
  .member_about .maintop .left .title p {
    font-size: 0.4rem;
    line-height: normal;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #ab6320;
    margin-top: 0.2rem;
  }
  .member_about .maintop .left .details {
    margin-top: 0rem;
  }
  .member_about .maintop .left .details {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
    opacity: 0.7;
    margin-bottom: 0.3rem;
  }
  .member_about .maintop .right {
    position: relative;
  }
  .member_about .maintop .right .img {
    width: 6rem;
    height: 2.8rem;
    float: none;
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 2.4rem;
    right: 2.3rem;
  }
  .member_about .mainbottom {
    width: 100%;
    border-top: 0.02rem solid #ab6320;
    padding-top: 0.14rem;
  }
  .member_about .mainbottom h4 {
    font-size: 0.36rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #000000;
    line-height: normal;
    padding: 0.4rem 0;
  }
  .member_about .mainbottom .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_about .mainbottom .details .img {
    width: 100%;
    height: auto;
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .member_about .mainbottom .details .img img{
    width: 100%;
      }
  .member_about .mainbottom .details div:nth-of-type(2) {
    position: relative;
    padding-left: 0rem;
    margin-top: 0.3rem;
  }
  .member_about .mainbottom .details div:nth-of-type(2) h5 {
    font-size: 0.4rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #ab6320;
    padding: 0.16rem 0;
  }
  .member_about .mainbottom .details div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.34rem;
    opacity: 0.5;
    margin-bottom: 0.2rem;
  }
  .member_about .mainbottom .details div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.34rem;
    opacity: 0.5;
    margin-bottom: 0.2rem;
  }
  .member_about .mainbottom .details div:nth-of-type(2) a {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #ab6320;
    padding-left: 0.5rem;
    position: relative;
    bottom: 0rem;
    left: 0rem;
    display: inline-block;
    margin-top: 0.2rem;
  }
  .member_about .mainbottom .details div:nth-of-type(2) a:after {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    content: '';
    background-image: url(../images/member_img4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .member_b {
    margin-top: 0.4rem;
    height: auto;
  }
  .member_b .swiper-pagination-bullet-active-slide {
    background-color: #a9641f;
  }
  .member_b .swiper-pagination-bullet {
    background-color: #dac2a6;
  }
  .member_b .member_swiper {
    position: relative;
  }
  .member_b .member_swiper .swiper-button-prev {
    outline: none;
    left: -1.6rem;
  }
  .member_b .member_swiper .swiper-button-next {
    outline: none;
    right: -1.6rem;
  }
  .member_b .member_swiper .swiper-slide {
    background-color: #F6F0E9;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_b .member_swiper .swiper-slide a{
    background-color: #F6F0E9;
    height: 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_b .member_swiper .swiper-slide .img {
    background-color: #F6F0E9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 19rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .member_b .member_swiper .swiper-slide .bottom {
    position: static;
    width: 100%;
    height: auto;
  }
  .member_b .member_swiper .swiper-slide .text {
    width: 100%;
    height: 2.1rem;
    background-color: #ab6320;
    position: static;
    padding: 0.2rem 0.3rem;
  }
  .member_b .member_swiper .swiper-slide .text h3 {
    font-size: 0.4rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #ffffff;
    line-height: 0.88rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .member_b .member_swiper .swiper-slide .text p:nth-of-type(1) {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #ffffff;
    line-height: 0.48rem;
    margin: 0.1rem 0 0rem;
  }
  .member_b .member_swiper .swiper-slide .text p:nth-of-type(2) {
    background-color: #a10005;
    height: 0.04rem;
    display: none;
  }
  .member_b .member_swiper .swiper-slide .text p:nth-of-type(3) {
    display: none!important;
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #ffffff;
    line-height: 0.48rem;
    margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .member_b .member_swiper {
    height: auto;
  }
  .member_b .member_swiper .swiper-slide {
    background-color: #F6F0E9;
    height: auto!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_b .member_swiper .swiper-slide .img {
    background-color: #F6F0E9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 19rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: none!important;
    width: 100%;
  }
  .member_b .member_swiper .swiper-slide img {
    display: block;
  }
  .member_b .member_swiper1 {
    margin-top: 0.4rem;
  }
  .member_b .member_swiper1 .swiper-container {
    padding-bottom: 0.4rem;
  }
  .member_b .member_swiper1 .swiper-pagination {
    bottom: 0;
  }
  .member_b .member_swiper1 .swiper-slide {
    width: 6rem;
    height: 3rem;
  }
  .member_b .member_swiper1 .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mamber_dt {
    padding: 0.5rem 0 1rem;
  }
  .mamber_dt .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mamber_dt .list .line {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-bottom: 1.34rem;
    padding-bottom: 0.4rem;
  }
  .mamber_dt .list .line .img {
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mamber_dt .list .line h2 {
    font-size: 0.36rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #000000;
    line-height: 0.52rem;
    margin-top: 0.2rem;
  }
  .mamber_dt .list .line p {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    opacity: 0.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .member_about .maintop .left .img img {
    margin: 0.2rem 0;
    width: 80%;
  }
  .member_about .mainbottom {
    padding-left: 0;
  }
  .member_about .maintop .right {
    height: auto;
  }
  .member_about .maintop {
    padding-bottom: 0;
  }
  .member_about .maintop .left .toOther {
    /*display: none;*/
  }
}
.search_header .main {
  padding-top: 50px;
}
.search_header .main h2 {
  text-align: center;
  line-height: normal;
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #0f0c0c;
}
.search_header .main p:nth-of-type(1) {
  text-align: center;
  line-height: normal;
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  width: 600px;
  margin: 20px auto 0;
  padding: 18px 40px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.search_header .main p:nth-of-type(1) input {
  display: block;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  margin: 0 auto;
  width: 100%;
}
.search_header .main p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url('../images/search.png');
  background-size: cover;
  background-position: center;
}
.search_header .main p:nth-of-type(1) i {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url('../images/search_del.png');
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.search_header .main p:nth-of-type(2) {
  margin-top: 79px;
  text-align: center;
  height: 17px;
  font-size: 16px;
  line-height: normal;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #ab6320;
}
.search_list {
  padding: 50px 0 85px;
}
.search_list .result {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #ab6320;
}
.search_list ul {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 36px;
          column-gap: 36px;
}
.search_list ul li {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
.search_list ul li .list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 42px;
  display: block;
}
.search_list ul li .list h3:hover {
  color: #BC782F;
}
.search_list ul li .list .img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
  position: relative;
}
.search_list ul li .list span {
  text-align: center;
  padding: 6px 19px;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
}
.search_list ul li .list h3 {
  font-size: 18px;
  line-height: normal;
  font-family: 'PlayfairDisplay-Bold';
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
}
.search_list ul li .list p:nth-of-type(1) {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  opacity: 0.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 8px 0;
}
.search_list ul li .list p:nth-of-type(2) {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search_list .more {
  text-align: center;
  margin-top: 45px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #999999;
}
.serch_nolist {
  height: 476px;
  width: 100%;
}
.serch_nolist .mainbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 476px;
}
.serch_nolist .img {
  width: 226px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.serch_nolist p {
  height: 17px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1250px) {
  .search_list ul li .img {
    position: relative;
  }
  .search_list ul li .img:hover::after {
    opacity: 1;
  }
  .search_list ul li .img::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /*background-image: url(../images/lmhd_hover.png);*/
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1460px) {
  .search_header .main p:nth-of-type(1) {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .search_list ul li .list .img {
    height: auto;
  }
}
@media screen and (max-width: 970px) {
  .search_list ul {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 36px;
            column-gap: 36px;
  }
  .search_list ul li .list .img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .search_header .main {
    padding-top: 1rem;
  }
  .search_header .main h2 {
    text-align: center;
    line-height: normal;
    font-size: 0.72rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #0f0c0c;
  }
  .search_header .main p:nth-of-type(1) {
    text-align: center;
    line-height: normal;
    font-size: 0.72rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    width: 100%;
    margin: 0.4rem auto 0;
    padding: 0.36rem 0.8rem;
    border-bottom: 0.02rem solid #cccccc;
    position: relative;
  }
  .search_header .main p:nth-of-type(1) input {
    display: block;
    font-size: 0.4rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.64rem;
    margin: 0 auto;
    width: 100%;
  }
  .search_header .main p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url('../images/search.png');
    background-size: cover;
    background-position: center;
  }
  .search_header .main p:nth-of-type(1) i {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url('../images/search_del.png');
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .search_header .main p:nth-of-type(2) {
    margin-top: 1.58rem;
    text-align: center;
    height: 0.34rem;
    font-size: 0.32rem;
    line-height: normal;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #ab6320;
  }
  .search_list {
    padding: 1rem 0 1.7rem;
  }
  .search_list ul {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0.72rem;
            column-gap: 0.72rem;
  }
  .search_list ul li {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .search_list ul li .list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.84rem;
    display: block;
  }
  .search_list ul li .list h3:hover {
    color: #BC782F;
  }
  .search_list ul li .list .img {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    position: relative;
  }
  .search_list ul li .list .img span {
    text-align: center;
    padding: 0.12rem 0.38rem;
    display: inline-block;
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.24rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #ffffff;
    background-color: #000000;
  }
  .search_list ul li .list h3 {
    font-size: 0.36rem;
    line-height: normal;
    font-family: 'PlayfairDisplay-Bold';
    font-weight: bold;
    color: #000000;
    margin-top: 0.4rem;
  }
  .search_list ul li .list p:nth-of-type(1) {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    opacity: 0.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0.16rem 0;
  }
  .search_list ul li .list p:nth-of-type(2) {
    font-size: 0.28rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search_list .more {
    text-align: center;
    margin-top: 0.9rem;
    font-size: 0.32rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #999999;
  }
  .serch_nolist {
    height: 9.52rem;
    width: 100%;
  }
  .serch_nolist .mainbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 9.52rem;
  }
  .serch_nolist .img {
    width: 4.52rem;
    height: 2.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  .serch_nolist p {
    height: 0.34rem;
    font-size: 0.32rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 0.3rem;
  }
}
.about_zc .nav {
  width: 100%;
  padding: 18px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.about_zc .nav a {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #0d0c0c;
  opacity: 0.5;
}
.about_zc .nav a i {
  font-style: normal;
  vertical-align: middle;
}
.about_zc_title {
  padding: 40px 0;
  border-bottom: 2px solid #A10005;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.about_zc_title h2 {
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #0d0c0c;
}
.about_zc_title p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  opacity: 0.5;
  margin-top: 20px;
}
.about_zc .text {
  padding-bottom: 150px;
  width: 800px;
  margin: 0 auto;
}
.about_zc .text .list {
  margin-bottom: 40px;
}
.about_zc .text .list:nth-of-type(1) {
  padding-top: 80px;
}
.about_zc .text .list:nth-of-type(1) p {
  opacity: 0.5;
}
.about_zc .text .list h3 {
  font-size: 18px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #0d0c0c;
  margin-bottom: 18px;
}
.about_zc .text .list p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  text-align: justify
}
@media screen and (max-width: 970px) {
  .about_zc_title {
    width: 66%;
  }
  .about_zc .text {
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  .about_zc .nav {
    width: 100%;
    padding: 0.18rem 0 0;
  }
  .about_zc .nav a {
    font-size: 0.24rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #0d0c0c;
    opacity: 0.5;
  }
  .about_zc .nav a i {
    font-style: normal;
    vertical-align: middle;
  }
  .about_zc_title {
    padding: 0.4rem 0;
    border-bottom: 0.02rem solid #A10005;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .about_zc_title h2 {
    font-size: 0.36rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #0d0c0c;
  }
  .about_zc_title p {
    font-size: 0.24rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    opacity: 0.5;
    margin-top: 0.2rem;
  }
  .about_zc .text {
    padding-bottom: 1.5rem;
    width: 100%;
    margin: 0 auto;
  }
  .about_zc .text .list {
    margin-bottom: 0.4rem;
  }
  .about_zc .text .list:nth-of-type(1) {
    padding-top: 0.8rem;
  }
  .about_zc .text .list:nth-of-type(1) p {
    opacity: 0.5;
  }
  .about_zc .text .list h3 {
    font-size: 0.32rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #0d0c0c;
    margin-bottom: 0.18rem;
  }
  .about_zc .text .list p {
    font-size: 0.24rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #000000;
    line-height: 0.28rem;
    opacity: 0.7;
    line-height: 0.36rem;
  }
}
.mamberAll_title {
  height: 200px;
  background-color: #f5f5f5;
  background-image: url(../images/mamberAll_title.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid #A10005;
}
.mamberAll_title h2 {
  font-size: 36px;
  line-height: 200px;
  font-family: "PlayfairDisplay-Bold";
  font-weight: bold;
  color: #0d0c0c;
  text-align: center;
}
.mamberAll_tips p {
  line-height: 100px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #AB6320;
  text-align: center;
  margin-bottom: 50px;
}
.mamberAll_dt {
  margin: 40px 0 0;
}
.mamberAll_dt .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mamberAll_dt .list .line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  position: relative;
  display: block;
  -webkit-transition: bottom,opacity .3s;
  transition: bottom,opacity .3s;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mamberAll_dt .list .line .img_2 {
  opacity: 0;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
}
.mamberAll_dt .list .line {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mamberAll_dt .list .line:nth-of-type(4n) {
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mamberAll_dt .list .line:nth-last-of-type(1),
.mamberAll_dt .list .line:nth-last-of-type(2),
.mamberAll_dt .list .line:nth-last-of-type(3),
.mamberAll_dt .list .line:nth-last-of-type(4) {
  border-bottom: none;
}
.mamberAll_dt .list .line p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #000;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1250px) {
  .mamberAll_dt .list .line:hover .img_2 {
    opacity: 1;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .mamberAll_dt .list .line:hover .img_1 {
    opacity: 0;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .mamberAll_dt .list .line:hover p {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #AB6320;
    opacity: 0.9;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 12px 22px 0px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 12px 22px 0px rgba(0, 0, 0, 0.14);
    z-index: 88;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
    padding: 10px;
  }
}
@media screen and (max-width: 970px) {
  .mamberAll_dt .list .line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    position: relative;
  }
}
@media screen and (max-width: 845px) {
  .mamberAll_dt .list .line p {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #000;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .mamberAll_dt .list .line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    position: relative;
  }
  .mamberAll_dt .list .line p {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .mamberAll_title {
    height: 2rem;
    background-color: #f5f5f5;
    background-image: url(../images/mamberAll_title.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 0.04rem solid #A10005;
  }
  .mamberAll_title h2 {
    font-size: 0.48rem;
    line-height: 2rem;
    font-family: "PlayfairDisplay-Bold";
    font-weight: bold;
    color: #0d0c0c;
    text-align: center;
  }
  .mamberAll_tips p {
    line-height: normal;
    font-size: 0.28rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #AB6320;
    text-align: center;
    margin-bottom: 0.4rem;
    padding: 1rem 0;
  }
  .mamberAll_dt {
    margin: 0.4rem 0 0;
  }
  .mamberAll_dt .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mamberAll_dt .list .line p {
    font-size: 0.28rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #000;
    position: static;
    left: 0;
    bottom: 0.4rem;
    width: 100%;
    text-align: center;
    margin-top: 0rem;
  }
  .mamberAll_dt .list .line:nth-of-type(4n) {
    margin-right: 0rem;
  }
  .mamberAll_dt .list .line {
    margin: 0;
    padding: 0.2rem 0.1rem;
  }
  .mamberAll_dt .list .line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    display: block;
    -webkit-transition: bottom,opacity .3s;
    transition: bottom,opacity .3s;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mamberAll_dt .list .line {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .mamberAll_dt .list .line:nth-of-type(2n) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .mamberAll_dt .list .line:nth-last-of-type(1),
  .mamberAll_dt .list .line:nth-last-of-type(2) {
    border-bottom: none;
  }
  .mamberAll_dt .list .line:nth-last-of-type(3),
  .mamberAll_dt .list .line:nth-last-of-type(4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
/* 联盟活动 */
.lmhd_container .banner {
  position: relative;
}
.lmhd_container .banner .mainbox {
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lmhd_container .banner .item {
  background-color: #f5f5f5;
}
.lmhd_container .banner .item .wrap {
  width: 100%;
}
.lmhd_container .banner .item h3 {
  font-size: 36px;
  font-family: PlayfairDisplay-Bold;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lmhd_container .banner .item .time {
  font-size: 18px;
  font-weight: 400;
  color: #e99d56;
  line-height: normal;
  padding: 20px 0;
}
.lmhd_container .banner .item .text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  opacity: 1;
  margin-bottom: 40px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  padding-left: 36px;
  position: relative;
}
.lmhd_container .banner .item .text::before {
  width: 36px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/icon_activity@3x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.lmhd_container .banner .item .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 60px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  display: block;
}
.lmhd_container .banner .item .btn span {
  padding-left: 38px;
  position: relative;
  display: inline-block;
}
.lmhd_container .banner .item .btn span:after {
  content: '';
  background-image: url(../images/lmhd_icon.png);
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.lmhd_container .section:last-child {
  padding-bottom: 40px;
}
.lmhd_container .section .list {
  overflow: hidden;
}
.lmhd_container .zhuanti .item {
  display: block;
  float: left;
  width: 31.3333%;
  margin-right: 3%;
  margin-top: 3.3%;
}
.lmhd_container .zhuanti .item:nth-child(3n) {
  margin-right: 0;
}
.lmhd_container .zhuanti .item .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lmhd_container .zhuanti .item .img .hgbtn {
  display: inline-block;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #AB6320;
  color: #fff;
  z-index: 10;
  font-family: "PlayfairDisplay-Bold";
}
.lmhd_container .zhuanti .item .img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.lmhd_container .zhuanti .item .img:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/lmhd_hover.png);
  background-size: 20%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lmhd_container .zhuanti .item h3 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-top: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 60px;
}
.lmhd_container .zhuanti .item p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lmhd_container .zhuanti .item p.time {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lmhd_container .zhuanti .item p.todetails {
  color: #0D0C0C;
  margin-top: 20px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  border: 1px solid #000;
  padding: 0px 0;
}
.lmhd_container .dongtai {
  margin-bottom: 100px;
}
.lmhd_container .dongtai .item {
  width: 50%;
  float: left;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  padding-right: 50px;
}
.lmhd_container .dongtai .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 256px;
}
.lmhd_container .dongtai .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 36px;
  text-align: left;
}
.lmhd_container .dongtai .item h3 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-top: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lmhd_container .dongtai .item p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.hdpage *,
.hdpage *:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hdpage .font {
  font-family: PlayfairDisplay-Bold;
}
.hdpage .loading {
  text-align: center;
  font-size: 16px;
  color: #999999;
  padding: 50px 0;
}
.hdpage .section {
  margin-top: 40px;
}
.hdpage .section .mainbox > h2 {
  font-size: 36px;
  color: #0D0C0C;
  line-height: normal;
  padding: 30px 0;
  border-bottom: 2px solid #A10005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hdpage .section .mainbox > h2 a {
  font-size: 14px;
  color: #AB6320;
  font-weight: normal;
  padding-right: 16px;
  position: relative;
}
.hdpage .section .mainbox > h2 a:after {
  content: '';
  width: 12px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icon_more_normal@3x.png);
}
@media screen and (max-width: 1360px) {
  .hdpage .swiper-button-next {
    right: 40px;
  }
  .hdpage .swiper-button-prev {
    left: 40px;
  }
}
@media screen and (max-width: 970px) {
  .hdpage .swiper-button-next {
    right: 10px;
  }
  .hdpage .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1460px) {
  .lmhd_container .banner .mainbox {
    padding: 0 10%;
  }
  .lmhd_container .jigou .swiper-button-prev {
    display: none;
  }
  .lmhd_container .jigou .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .lmhd_container .huodong .item {
    width: 31.3333%;
  }
  .lmhd_container .huodong .item:nth-child(4n) {
    margin-right: 3%;
  }
  .lmhd_container .huodong .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 970px) {
  .lmhd_container .huodong .item {
    width: 31.3333%;
  }
  .lmhd_container .huodong .item:nth-child(4n) {
    margin-right: 3%;
  }
  .lmhd_container .huodong .item:nth-child(3n) {
    margin-right: 0;
  }
  .lmhd_container.list .section .item {
    width: 31.3333%;
  }
  .lmhd_container.list .section .item:nth-child(4n) {
    margin-right: 3%;
  }
  .lmhd_container.list .section .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lmhd_container .banner .mainbox {
    padding: 0;
  }
  .lmhd_container .banner .item {
    height: 8rem;
    max-height: 8rem;
  }
 /* .lmhd_container .banner .item img {
    display: none;
  }*/
  .lmhd_container .banner .item h3 {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .lmhd_container .banner .item .time {
    font-size: 0.36rem;
    padding: 0.2rem 0;
  }
  .lmhd_container .banner .item .text {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .lmhd_container .banner .item .btn {
    font-size: 0.32rem;
    margin-top: 0.6rem;
    width: 2.8rem;
    height: 0.8rem;
    line-height: calc(-1.2rem);
  }
  .lmhd_container .banner .item .btn span {
    padding-left: 0.48rem;
  }
  .lmhd_container .banner .item .btn span:after {
    width: 0.36rem;
    height: 0.36rem;
  }
  .lmhd_container .section:last-child {
    padding-bottom: 0.2rem;
  }
  .lmhd_container .lastlist {
    margin-bottom: 0!important;
  }
  .lmhd_container .chengyuan .item {
    width: 48%;
    margin-right: 4%;
    margin-top: 0.4rem;
  }
  .lmhd_container .chengyuan .item:nth-child(4n) {
    margin-right: 4%;
  }
  .lmhd_container .chengyuan .item:nth-child(3n) {
    margin-right: 4%;
  }
  .lmhd_container .chengyuan .item:nth-child(2n) {
    margin-right: 0;
  }
  .lmhd_container .chengyuan .item h3 {
    font-size: 0.3rem;
    margin-top: 0.1rem;
    line-height: normal;
  }
  .lmhd_container .jumu .item {
    width: 100%;
    margin-top: 0.4rem;
  }
  .lmhd_container .jumu .item:nth-child(2n) {
    margin-right: 0;
  }
  .lmhd_container .jumu .item .txt {
    padding: 0 0.4rem 0.4rem;
  }
  .lmhd_container .jumu .item h2 {
    font-size: 0.48rem;
    margin-top: 0.1rem;
    line-height: normal;
  }
  .lmhd_container .huodong .item {
    width: 48%;
    margin-right: 4%;
    margin-top: 0.4rem;
  }
  .lmhd_container .huodong .item:nth-child(4n) {
    margin-right: 4%;
  }
  .lmhd_container .huodong .item:nth-child(3n) {
    margin-right: 4%;
  }
  .lmhd_container .huodong .item:nth-child(2n) {
    margin-right: 0;
  }
  .lmhd_container .huodong .item h3 {
    font-size: 0.3rem;
    margin-top: 0.1rem;
    line-height: normal;
  }
  .lmhd_container.list .section .item {
    width: 48%;
    margin-right: 4%;
    margin-top: 0.4rem;
  }
  .lmhd_container.list .section .item:nth-child(4n) {
    margin-right: 4%;
  }
  .lmhd_container.list .section .item:nth-child(3n) {
    margin-right: 4%;
  }
  .lmhd_container.list .section .item:nth-child(2n) {
    margin-right: 0;
  }
  .lmhd_container.list .section .item h3 {
    font-size: 0.3rem;
    margin-top: 0.1rem;
    line-height: normal;
  }
  .lmhd_container.list.hd .section .mainbox > h2 {
    font-size: 0.36rem;
  }
  .lmhd_container.list.hd .title {
    margin-top: 0.7rem;
  }
  .lmhd_container.list.hd .title h1 {
    font-size: 0.48rem;
  }
  .lmhd_container.list.hd .title select {
    padding: 0 0.8rem 0 0.3rem;
    background-size: 0.3rem;
    width: 2.6rem;
    height: 0.68rem;
  }
  .lmhd_container .zhuanti .item .img .hgbtn {
    display: inline-block;
    padding: 0.2rem;
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    background-color: #AB6320;
    color: #fff;
    z-index: 10;
    font-family: "PlayfairDisplay-Bold";
  }
}
@media screen and (max-width: 768px) {
  .lmhd_container .item .time {
    padding: 0.1 0!important;
  }
  .lmhd_container .zhuanti .item {
    width: 100%;
  }
  .lmhd_container .item h3 {
    font-size: 0.48rem;
    line-height: 0.64rem;
    min-height: 0 !important;
  }
  .lmhd_container .item .time {
    font-size: 0.36rem;
    padding: 0.2rem 0;
  }
  .lmhd_container .banner .mainbox {
    padding: 0;
  }
  .lmhd_container .banner .item {
    height: 8rem;
  }
  /*.lmhd_container .banner .item img {
    display: none;
  }*/
  .lmhd_container .banner .item h3 {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .lmhd_container .banner .item .time {
    font-size: 0.36rem;
    padding: 0.2rem 0;
  }
  .lmhd_container .banner .item .text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding-left: 0.36rem;
    position: relative;
  }
  .lmhd_container .banner .item .text::before {
    width: 0.36rem;
    height: 0.24rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url(../images/icon_activity@3x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
  }
  .lmhd_container .banner .item .btn {
    font-size: 0.32rem;
    margin-top: 0.6rem;
    width: 2.8rem;
    height: 0.8rem;
    line-height: calc(-1.2rem);
  }
  .lmhd_container .banner .item .btn span {
    padding-left: 0.48rem;
  }
  .lmhd_container .banner .item .btn span:after {
    width: 0.36rem;
    height: 0.36rem;
  }
  .lmhd_container .dongtai .item {
    width: 100%;
    float: left;
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    padding-right: 50px;
  }
  .lmhd_container h3.font {
    font-size: 0.32rem!important;
    margin-top: 0.2rem!important;
    line-height: normal!important;
  }
  .lmhd_container p.time {
    margin-top: 0.1rem!important;
    font-size: 0.24rem!important;
    line-height: 0.36rem!important;
  }
  .lmhd_container .dongtai .img {
    width: 100%!important;
    max-width:100%!important;
  }
  .lmhd_container .dongtai .text {
    padding-left: 0rem;
    padding-right: 0!important;
    font-size: 0.28rem;
  }
  .lmhd_container .zhuanti .item p.todetails {
    font-size: 0.36rem;
    display: none;
  }
  .lmhd_container .banner .item .btn {
    line-height: calc(0.7rem) !important;
  }
  .hdpage .section .mainbox > h2 {
    font-size: 0.48rem;
    padding: 0.3rem 0;
    border-width: 1px;
  }
  .lmhd_container .dongtai .item {
    padding-right: 0;
  }
  .lmhd_container .zhuanti .item {
    margin-bottom: 0.5rem;
  }
  .hdpage .section {
    margin-top: 0.4rem;
  }
}
.skhg *:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.skhg .font {
  font-family: PlayfairDisplay-Bold;
}
.skhg .mainbox > h2 {
  font-size: 36px;
  color: #0D0C0C;
  line-height: normal;
  padding: 30px 0;
  border-bottom: 2px solid #A10005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "PlayfairDisplay-Bold";
}
.skhg .mainbox > h2 a {
  font-size: 14px;
  color: #AB6320;
  font-weight: normal;
  padding-right: 16px;
  position: relative;
}
.skhg .mainbox > h2 a:after {
  content: '';
  width: 12px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icon_more_normal@3x.png);
}
.skhg {
  padding-top: 60px;
  padding-bottom: 160px;
}
.skhg .list .item {
    float: left;
    width: 31.3333%;
    margin-right: 3%;
    margin-top: 3.3%;
  display: block;
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.skhg .list .item .img {
  position: relative;
}
.skhg .list .item .img:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/zbpt_hover.png);
  background-size: 54px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.skhg .list .item:nth-of-type(3n) {
  margin-right: 0;
}
.skhg .list .item p:nth-of-type(1) {
  font-size: 14px;
  line-height: normal;
  color: #4E4E4E;
  margin-top: 5px;
}
.skhg .list .item p:nth-of-type(2) {
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .skhg .list .item:hover .img:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .skhg .list .item {
    width: 48%;
    margin-right: 4%;
    margin-top: 0.4rem;
  }
  .skhg .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .skhg .mainbox > h2 {
    font-size: 0.48rem;
    padding: 0.3rem 0;
    border-width: 1px;
  }
  .skhg .list .item p {
    font-size: 0.28rem;
  }
  .skhg {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about_list:nth-of-type(3) .more div:nth-of-type(2) .moretext .img {
    width: 3rem;
    height: 4rem;
    margin-top: 0.1rem;
  }
}
.lmhd_container .zhuti .list {
  background-color: #f8f2ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 40px;
}
.lmhd_container .zhuti .list .left {
  background-color: #f8f2ed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 750px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  cursor: pointer;
}
.lmhd_container .zhuti .list .left::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/zbpt_hover.png);
  background-size: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lmhd_container .zhuti .list .right {
  background-color: #f8f2ed;
  width: 450px;
  padding: 40px;
  position: relative;
}
.lmhd_container .zhuti .list .right h3 {
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  color: #AB6320;
  line-height: normal;
}
.lmhd_container .zhuti .list .right p {
  font-size: 16px;
  color: #1E1E23;
  line-height: 28px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  -moz-line-clamp: 8;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lmhd_container .zhuti .list .right span {
  display: inline-block;
  width: 196px;
  text-align: center;
  line-height: 56px;
  padding: 0px 45px;
  border: 1px solid #000;
  position: absolute;
  left: 40px;
  bottom: 40px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.lmhd_container .jigou .item {
  width: 23%;
  margin-right: 2.6%;
  float: left;
  margin-top: 30px;
  min-height: 250px
  
}
.lmhd_container .jigou .item:nth-of-type(4n) {

}
.lmhd_container .jigou .item:nth-child(4n) {
  margin-right: 0;
  
}
.lmhd_container .jigou .item p {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  line-height: normal;
  font-family: "PlayfairDisplay-Bold";
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;-moz-line-clamp:2;text-overflow:ellipsis;overflow:hidden;
  min-height: auto;
  text-align:center;

}
.lmhd_container .jigou .swiper-container {
  position: relative;
}
.lmhd_container .swiper-button-prev {
  outline: none;
  left: -80px;
}
.lmhd_container .swiper-button-next {
  outline: none;
  right: -80px;
}
.lmhd_container .jigou .swiper-container {
  padding-bottom: 40px;
}
.lmhd_container .jigou .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.lmhd_container .jigou .swiper-pagination-bullet-active-slide {
  background-color: #a9641f;
}
.lmhd_container .jigou .swiper-pagination-bullet {
  background-color: #dac2a6;
}
.lmhd_container .luntan .list {
  width: 800px;
  margin: 60px auto 0;
}
.lmhd_container .luntan .list h2 {
  color: #AB6320;
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  padding: 20px 0px;
  text-align: center;
  position: relative;
}
.lmhd_container .luntan .list h2::before {
  content: '';
  height: 2px;
  background-color: #A10005;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.lmhd_container .luntan .list div.text {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #1E1E23;
  line-height: 28px;
  margin-top: 28px;
  text-align: justify;
}
.lmhd_container .luntan .list p.look_alert {
  display: block;
  width: 196px;
  text-align: center;
  line-height: 56px;
  padding: 0px 45px;
  border: 1px solid #000;
  margin: 40px auto 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 1460px) {
  .lmhd_container .luntan .list {
    width: 66%;
  }
}
.lmhd_container .sjhg .item {
  width: 23%;
  margin-right: 2.666%;
  float: left;
  margin-top: 40px;
}
.lmhd_container .sjhg .item:nth-child(4n) {
  margin-right: 0;
}
.lmhd_container .sjhg .item p {
  font-size: 14px;
  margin-top: 10px;
  line-height: normal;
  color: #3D3D3D;
  text-align: center;
}
.lmhd_container .sjhg .item p:nth-of-type(1) {
  color: #000000;
  opacity: 0.5;
}
.lmhd_container .sjhg .item .img {
  position: relative;
}
.lmhd_container .sjhg .item .img::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/zbpt_hover.png);
  background-size: 54px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lmhd_container .jcsj .swiper-container {
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}


.lmhd_container .jcsj .swiper-button-next,.lmhd_container .jcsj .swiper-button-prev {
    width: 60px;
    height: 80px;
    margin-top: 0;
    transform: translate(0,-50%);
}



.lmhd_container .jcsj .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  overflow: auto;
}
.lmhd_container .jcsj .item {
  width: 32%;
  margin: 0 1%;
  overflow: hidden;
  cursor: pointer;
}
.lmhd_container .jcsj .swiper-container {
  padding-bottom: 40px;
}
.lmhd_container .jcsj .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.lmhd_container .jcsj .swiper-pagination-bullet-active-slide {
  background-color: #a9641f;
}
.lmhd_container .jcsj .swiper-pagination-bullet {
  background-color: #dac2a6;
}
.lmhd_container .jcsj .swiper-button-next {
  right: 40px;
}
.lmhd_container .jcsj .swiper-button-prev {
  left: 40px;
}
.lmhd_container .ltcg .item {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-top: 40px;
}
.lmhd_container .ltcg .item:nth-child(2n) {
  margin-right: 0;
}
.lmhd_container .ltcg .item h3 {
  font-size: 18px;
  font-family: "PlayfairDisplay-Bold";
  margin-top: 20px;
  line-height: normal;
}
.lmhd_container .lastlist {
  margin-bottom: 140px;
}
.alert_mb,
.alert_imgmb {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.alert_mb .alert_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 1200px;
  max-height: 90%;
  overflow-y: scroll;
  padding: 30px 100px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.alert_mb .alert_box .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../images/search_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.alert_mb .alert_box .alert_til {
  font-size: 36px;
  font-family: "PlayfairDisplay-Bold";
  color: #0D0C0C;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 2px solid #A10005;
  position: relative;
}
.alert_mb .alert_box .alert_til span {
  font-size: 24px;
  font-family: "PlayfairDisplay-Bold";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.alert_mb .alert_box .list{
  height: 65vh;
  overflow: auto;
  padding-right: 10px;
}

.alert_mb .alert_box .item {
  margin-top: 40px;
}
.alert_mb .alert_box .list .item h3 {
  font-size: 18px;
  font-family: "PlayfairDisplay-Bold";
  color: #737373;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}
.alert_mb .alert_box .list .item span {
  color: #A10005;
  margin-right: 12px;
}
.alert_mb .alert_box .list .item font span{display: block}
.alert_mb .alert_box .list .item div.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.alert_mb .alert_box .list .item .text p {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #0D0C0C;
}
.alert_mb .alert_box .list .item .text p:last-child {
flex:60%;
padding-left: 10%;
}
.alert_mb .alert_box .list .item .time {
  /* margin-right: 80px; */
  flex: 20%;
}
.alert_mb .alert_box .list .item .bt {
  /* margin-right: 80px; */
  flex: 20%;
  color: #737373!important;
}
.alert_mb .alert_box .list::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: #c3c3c3;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.alert_mb .alert_box .list::-webkit-scrollbar:hover {
  background-color: #c3c3c3;
}
.alert_mb .alert_box .list::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  height: 50px;
  border-radius: 5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.alert_mb .alert_box .list::-webkit-scrollbar-thumb:hover,
.alert_mb .box::-webkit-scrollbar-thumb:active {
  background-color: #c3c3c3;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.alert_mb .alert_box .list::-webkit-scrollbar-track {
  background-color: #fff;
}
.alert_mb .alert_box .list::-webkit-scrollbar-track:hover {
  background-color: #fff;
}


.alert_imgmb {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.alert_imgmb .alert_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 60%;
  padding: 10px;
}
.alert_imgmb .alert_box .close_imgmb {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 20px;
  height: 20px;
  background-image: url(../images/w_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 666;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lmhd_container .zhuti .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-top: 0.35rem;
  }
  .lmhd_container .zhuti .list .left .img {
    display: block;
  }
  .lmhd_container .zhuti .list .left {
    background-image: none;
    width: 100%;
  }
  .lmhd_container .zhuti .list .right {
    width: 100%;
    padding: 0.1rem 0.4rem;
  }
  .lmhd_container .zhuti .list .right h3 {
    font-size: 0.48rem;
    line-height: 1rem;
  }
  .lmhd_container .zhuti .list .right p {
    font-size: 0.28rem;
    line-height: 0.64rem;
    margin-top: 0rem;
  }
  .lmhd_container .zhuti .list .right span {
    position: static;
    margin: 0.1rem auto;
    width: 80%;
    line-height: 1rem;
    margin: 0.3rem auto;
    display: block;
  }
  .lmhd_container .jcsj .item {
    width: 60%;
  }
  .lmhd_container .jcsj .swiper-container {
    padding-bottom: 0.35rem;
  }
  .lmhd_container .jcsj .swiper-container {
    margin-top: 0.35rem;
  }
  .lmhd_container .jigou .item {
    width: 49%;
    margin-right: 2%;
    margin-top: 0.4rem;
    min-height: auto
  }
  .lmhd_container .jigou .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .lmhd_container .jigou .item p {
    margin-top: 0.2rem;
    font-size: 0.32rem;
  }
  .lmhd_container .sjhg .item {
    width: 49%;
    margin-right: 2%;
    margin-top: 0.4rem;
  }
  .lmhd_container .sjhg .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .lmhd_container .sjhg .item p {
    font-size: 0.28rem;
  }
  .lmhd_container .luntan .list {
    width: 100%;
    margin: 0.6rem auto 0;
  }
  .lmhd_container .luntan .list h2 {
    color: #AB6320;
    font-size: 0.48rem;
    font-family: "PlayfairDisplay-Bold";
    padding: 0.2rem 0.1rem;
    text-align: center;
    position: relative;
  }
  .lmhd_container .luntan .list h2::before {
    content: '';
    height: 0.02rem;
    background-color: #A10005;
    width: 0.6rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .lmhd_container .luntan .list p.text {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .lmhd_container .luntan .list p.look_alert {
    display: block;
    width: 80%;
    text-align: center;
    line-height: 1rem;
    padding: 0rem 0.45rem;
    border: 0.01rem solid #000;
    margin: 0.4rem auto 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 0.32rem;
  }
  .alert_mb {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  .alert_mb .alert_box {
    width: 90%;
    padding: 0.5rem 0.4rem;
    height: 60%;
  }
  .alert_mb .alert_box .closebtn {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    background-image: url(../images/search_close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
  }
  .alert_mb .alert_box .alert_til {
    font-size: 0.4rem;
    font-family: "PlayfairDisplay-Bold";
    color: #0D0C0C;
    font-weight: bold;
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #A10005;
    position: relative;
  }
  .alert_mb .alert_box .alert_til span {
    font-size: 0.32rem;
    font-family: "PlayfairDisplay-Bold";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .alert_mb .alert_box .item {
    margin-top: 0.4rem;
  }
  .alert_mb .alert_box .list .item h3 {
    font-size: 0.28rem;
    font-family: "PlayfairDisplay-Bold";
    color: #737373;
    font-weight: bold;
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid #999999;
  }
  .alert_mb .alert_box .list .item span {
    color: #A10005;
    margin-right: 0.12rem;
  }
  .alert_mb .alert_box .list .item div.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.25rem;
    display: block;
  }
  .alert_mb .alert_box .list .item .text p {
    font-size: 0.28rem;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #0D0C0C;
  }


  .alert_mb .alert_box .list .item .time {
    margin-right: 0rem;
    white-space: nowrap;
    width: 30%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .alert_mb .alert_box .list .item .bt {
    margin-right: 0rem;
    color: #737373!important;
    width: 62%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 6%;
  }
  .alert_mb .alert_box .list .item P:nth-of-type(3) {
    width: 100%;
    padding-left:37%!important;
    line-height: 0.45rem;
    display: inline-block;
    margin-top: 0.1rem;
  }
  .alert_imgmb {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .alert_imgmb .alert_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 85%;
    padding: 0.1rem;
  }
  .alert_imgmb .alert_box .close_imgmb {
    position: absolute;
    top: -30px;
    right: 0;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url(../images/w_close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 666;
    cursor: pointer;
  }
}
@media screen and (min-width: 1025px) {
  .lmhd_container .zhuanti .item .img {
    overflow: hidden;
  }
  .lmhd_container .zhuanti .item .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .lmhd_container .zhuanti .item h3:hover {
    color: #BC7930;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .lmhd_container .zhuanti .item p.todetails:hover {
    background-color: #BC7930;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #BC7930;
  }
  .lmhd_container .banner .item .btn:hover {
    background-color: #fff;
    color: #BC7930;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .lmhd_container .dongtai .img {
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .lmhd_container .dongtai .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .lmhd_container .sjhg .img:hover::after {
    opacity: 1!important;
  }
  .lmhd_container .zhuti .list .right span:hover {
    background-color: #BC7930;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #BC7930;
  }
  .lmhd_container .zhuti .list .left:hover::after {
    opacity: 1;
  }
  .about_banner .text .btn:hover {
    background-color: #fff;
    color: #BC7930;
  }
  .about_banner .text .btn:hover span:after {
    background-image: url(../images/zbpt_icon_h.png);
  }
  .member_banner .text .btn:hover {
    background-color: #fff;
    color: #BC7930;
  }
  .member_banner .text .btn:hover span:after {
    background-image: url(../images/zbpt_icon_h.png);
  }
  .member_about .maintop .left .toOther:hover {
    background-color: #B61A04;
    color: #fff;
  }
  .member_about .maintop .left .toOther:hover::before {
    background-image: url(../images/member_img3.png);
  }
  .lmhd_container .luntan .list p.look_alert:hover {
    background-color: #BC7930;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #BC7930;
  }
}
@media screen and (max-width: 768px) {
  .lmhd_container .zhuanti .item:last-child {
    margin-bottom: 0rem;
  }
  .lmhd_container .item .time {
    padding: 0.1rem 0!important;
  }
  .lmhd_container .ltcg .item {
    margin-top: 0.35rem;
  }
  .lmhd_container .zhuanti .item {
    margin-top: 5%;
  }
  .lsimg {
    padding-top: 0.2rem;
  }
  .lmhd_container .dongtai {
    margin-bottom: 1rem;
  }
  .lmhd_container .zhuanti1 {
    margin-bottom: 1rem !important;
  }
  .lmhd_container .zhuanti .item p {
    display: none;
  }
}



@media screen and (max-width:768px){
  .jjzg_container .section .item,
  .zbpt_container .huodong .item,
  .zbpt_container.list .section .item,
  .lmhd_container .sjhg .item,
  .lmhd_container .ltcg .item,
  .lmhd_container .jigou .item,
  .skhg .list .item,
  .zbpt_container .chengyuan .item{
    width: 100%!important;
    margin-right: 0%!important;
    margin-top: 0.4rem;
  }
  .jjzg_container .cut_down .item:nth-of-type(2n){
		display: none!important;
	}
  .zbpt_container .huodong .item:nth-of-type(2n),
  .mamber_dt .list .line:nth-of-type(2n),
  .lmhd_container .sjhg .item:nth-of-type(2n),
  .lmhd_container .jigou .item:nth-of-type(2n),
 /* .zbpt_container .chengyuan .item:nth-of-type(2n){
		display: none!important;
  }
  */
  .member_b .member_swiper .swiper-slide{
    cursor: pointer!important;
  }
}