@charset "UTF-8";
body {
  background-color: #f2f6fa;
  background-image: url(/images/yj-zx-zzb-img-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.header .nav,
.header .nav > div > a {
  color: #956930;
}

.bmjz-menu {
  background-color: rgba(248, 215, 114, 0.9);
}

.footer {
  background-color: #eca544;
}
.footer .links {
  background-color: #fbd7a6;
}
.footer .links ul li span {
  font-size: 20px;
  color: #8e5c18;
}
.footer .links ul li span::after {
  background-image: url(/images/yj-zx-zzb-ic-arrow-down.png);
}
.footer .links ul li .sub-links {
  background-color: #fadeba;
}
.footer .links ul li .sub-links dl dt a {
  font-size: 20px;
  color: #8e5c18;
}
.footer .infos > div:nth-child(1) > a,
.footer .infos > div > span {
  font-size: 24px;
}

.header .content-container {
  margin-top: 90px;
  padding-bottom: 90px;
}
.header .content-container .search-container {
  width: 35.35714%;
  border-radius: 27px;
  overflow: hidden;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.header .content-container .search-container input {
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #999;
  background-color: rgba(255, 255, 255, 0.65);
  width: calc(100% - 80px);
  padding-left: 27px;
}
.header .content-container .search-container .search-btn {
  background-color: rgba(255, 255, 255, 0.65);
  width: 80px;
  height: 55px;
  line-height: 55px;
}
.header .content-container .search-container .search-btn img {
  width: 26px;
  margin-top: -5px;
  vertical-align: middle;
}
.header .content-container .banner-logo {
  display: block;
  padding-top: 37px;
  width: 40.5%;
}
.header .content-container .img-zzzq {
  display: block;
  margin-left: 9.07142%;
  margin-top: 42px;
  width: 22.35714%;
}
.header .content-container .img-aged {
  position: absolute;
  right: 3.14285%;
  bottom: 0;
  width: 25.71428%;
}
.header .content-container .img-home {
  display: block;
  position: absolute;
  right: 4.92857%;
  bottom: 0;
  width: 6.57142%;
}
.header .content-container .img-wza {
  display: block;
  position: absolute;
  right: 12.07142%;
  bottom: 0;
  width: 6.57142%;
}

.content-box {
  box-shadow: 0px 2px 30px 0 rgba(12, 12, 12, 0.15);
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 70px;
  padding: 60px;
}
.content-box .swiper-container {
  width: 100%;
  height: 630px;
  border-radius: 27px;
  overflow: hidden;
}
.content-box .swiper-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.content-box .swiper-container a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-box .swiper-container a div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 85px;
  line-height: 85px;
  padding: 0 56px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.content-box .swiper-container .swiper-button-prev {
  width: 50px;
  height: 95px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0;
}
.content-box .swiper-container .swiper-button-next {
  width: 50px;
  height: 95px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0;
}
.content-box .swiper-container .swiper-button-disabled {
  cursor: no-drop;
  pointer-events: fill;
}
.content-box .items {
  margin-top: 56px;
  *zoom: 1;
}
.content-box .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .items a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 31.640625%;
  border-radius: 10px;
  margin-left: 2.5390625%;
  margin-top: 2.5390625%;
  padding-top: 30px;
  padding-bottom: 37px;
}
.content-box .items a:nth-child(3n+1) {
  margin-left: 0;
}
.content-box .items a:nth-child(1) {
  background-color: #faf7f2;
  margin-top: 0;
}
.content-box .items a:nth-child(2) {
  background-color: #f2f4fa;
  margin-top: 0;
}
.content-box .items a:nth-child(3) {
  background-color: #f4f2fa;
  margin-top: 0;
}
.content-box .items a:nth-child(4) {
  background-color: #f2faf7;
}
.content-box .items a:nth-child(5) {
  background-color: #faf2f5;
}
.content-box .items a:nth-child(6) {
  background-color: #f2f6fa;
}
.content-box .items a img {
  display: block;
  height: 70px;
  margin: auto;
  transition: all 0.3s linear;
}
.content-box .items a div {
  text-align: center;
  margin-top: 24px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.content-box .items a:hover img {
  transform: rotateY(360deg);
}
.content-box .items a:hover:nth-child(1) {
  background-color: #faf5ec;
}
.content-box .items a:hover:nth-child(2) {
  background-color: #edf0fa;
}
.content-box .items a:hover:nth-child(3) {
  background-color: #efecf9;
}
.content-box .items a:hover:nth-child(4) {
  background-color: #ebf8f3;
}
.content-box .items a:hover:nth-child(5) {
  background-color: #fbeef3;
}
.content-box .items a:hover:nth-child(6) {
  background-color: #ecf3f9;
}
.content-box .section-title {
  display: block;
  width: 33%;
  margin: 64px auto 45px;
  -webkit-user-drag: none;
}
.content-box .fuwu-items {
  *zoom: 1;
}
.content-box .fuwu-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .fuwu-items a {
  float: left;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 31.640625%;
  margin-left: 2.5390625%;
  margin-top: 2.5390625%;
  border-radius: 10px;
  background-color: #faf7f2;
  color: #333;
  height: 215px;
  padding: 44px 26px;
  border: 1px transparent solid;
}
.content-box .fuwu-items a > div:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.content-box .fuwu-items a > div:nth-child(2) {
  font-size: 24px;
  position: absolute;
  left: 26px;
  bottom: 44px;
  line-height: 1;
}
.content-box .fuwu-items a::before {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content-box .fuwu-items a:nth-child(1) {
  margin-top: 0;
  margin-left: 0;
}
.content-box .fuwu-items a:nth-child(1)::before {
  background-image: url(/images/yj-zx-zzb-img-yldt.png);
  width: 134px;
  height: 129px;
}
.content-box .fuwu-items a:nth-child(2) {
  margin-top: 0;
}
.content-box .fuwu-items a:nth-child(2)::before {
  background-image: url(/images/yj-zx-zzb-img-lnrfwzl.png);
  width: 142px;
  height: 123px;
}
.content-box .fuwu-items a:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  margin-bottom: 8px;
}
.content-box .fuwu-items a:nth-child(3) {
  margin-top: 0;
}
.content-box .fuwu-items a:nth-child(3)::before {
  background-image: url(/images/yj-zx-zzb-img-ylbxdysq.png);
  width: 168px;
  height: 103px;
}
.content-box .fuwu-items a:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  margin-bottom: 8px;
}
.content-box .fuwu-items a:nth-child(4) {
  margin-left: 0;
  width: 48.59375%;
}
.content-box .fuwu-items a:nth-child(4)::before {
  background-image: url(/images/yj-zx-zzb-img-zgzctx.png);
  width: 164px;
  height: 124px;
}
.content-box .fuwu-items a:nth-child(5) {
  width: 48.59375%;
}
.content-box .fuwu-items a:nth-child(5)::before {
  background-image: url(/images/yj-zx-zzb-img-blzgtqtx.png);
  width: 169px;
  height: 138px;
}
.content-box .fuwu-items a:hover {
  color: #f59716;
  border: solid 1px #f7af4c;
}
.content-box .chaxun-items {
  *zoom: 1;
}
.content-box .chaxun-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .chaxun-items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.content-box .chaxun-items .left-container {
  float: left;
  width: 54.6875%;
}
.content-box .chaxun-items .left-container .ylbx {
  border-radius: 10px;
  background-color: #fdf8f2;
  height: 278px;
  overflow: hidden;
  margin-bottom: 25px;
}
.content-box .chaxun-items .left-container .ylbx::before {
  content: "";
  width: 100%;
  height: 76px;
  background-image: url(/images/yj-zx-zzb-img-diban.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-box .chaxun-items .left-container .ylbx::after {
  content: "";
  background-image: url(/images/yj-zx-zzb-img-aged-sofa.png);
  width: 254px;
  height: 201px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  bottom: 5px;
}
.content-box .chaxun-items .left-container .ylbx > div:nth-of-type(1) {
  line-height: 1;
  position: absolute;
  top: 63px;
  left: 64px;
  font-size: 36px;
  font-weight: bold;
  color: #e49a34;
  transition: all 0.2s;
}
.content-box .chaxun-items .left-container .ylbx > div:nth-of-type(2) {
  line-height: 1;
  position: absolute;
  left: 119px;
  top: 121px;
  padding: 0 15px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  z-index: 0;
}
.content-box .chaxun-items .left-container .ylbx > div:nth-of-type(2)::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #efb45d;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.content-box .chaxun-items .left-container .ylbx:hover > div:nth-of-type(1) {
  letter-spacing: 1px;
}
.content-box .chaxun-items .left-container .item {
  padding-left: 21.28571%;
}
.content-box .chaxun-items .right-container {
  float: right;
  width: 42.73437%;
}
.content-box .chaxun-items .right-container .item {
  padding-left: 22.71062%;
  margin-bottom: 25px;
}
.content-box .chaxun-items .right-container .item:nth-child(3) {
  margin-bottom: 0;
}
.content-box .chaxun-items .item {
  height: 126px;
  line-height: 126px;
  text-align: left;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.content-box .chaxun-items .item img {
  vertical-align: middle;
  margin-right: 30px;
  position: relative;
  width: 50px;
  height: 50px;
  top: -8px;
}
.content-box .chaxun-items .item span {
  font-size: 36px;
  font-weight: bold;
  color: #474747;
  transition: all 0.3s;
}
.content-box .chaxun-items .item:hover span {
  letter-spacing: 1px;
}
.content-box .hudong-items {
  *zoom: 1;
}
.content-box .hudong-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .hudong-items a {
  height: 200px;
  line-height: 200px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 31.64062%;
  margin-left: 2.53907%;
  border-radius: 10px;
}
.content-box .hudong-items a:nth-child(1) {
  margin-left: 0;
  background-color: #fbf2fc;
}
.content-box .hudong-items a:nth-child(2) {
  background-color: #f2f8fc;
}
.content-box .hudong-items a:nth-child(3) {
  background-color: #fcf2f3;
}
.content-box .hudong-items a img {
  width: 30.86419%;
  height: auto;
  vertical-align: middle;
  margin-right: 7.4%;
  position: relative;
  top: -5px;
  transition: all 0.3s;
}
.content-box .hudong-items a span {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1.8px;
}
.content-box .hudong-items a:hover img {
  transform: rotateY(360deg);
}
.content-box .hudong-items a:hover:nth-child(1) {
  background-color: #f9ebfb;
}
.content-box .hudong-items a:hover:nth-child(2) {
  background-color: #edf6fc;
}
.content-box .hudong-items a:hover:nth-child(3) {
  background-color: #fbeaec;
}
.content-box .zzb-nl-section-title {
  background-image: url(/images/yj-zx-zzb-ic-zxyw.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding-left: 50px;
}
.content-box .zzb-nl-section-title span {
  color: #e49a34;
  font-size: 38px;
  background-color: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.content-box .zzb-nl-section-title::before {
  content: "";
  width: 80%;
  height: 6px;
  background-color: #e49a34;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-box .columns {
  margin-top: 30px;
  *zoom: 1;
}
.content-box .columns:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .columns a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 32%;
  margin-left: 2%;
  margin-top: 2%;
  background-color: #f6f9fc;
  border-radius: 8px;
  font-size: 30px;
}
.content-box .columns a:nth-child(3n+1) {
  margin-left: 0;
}
.content-box .columns a:nth-child(1), .content-box .columns a:nth-child(2), .content-box .columns a:nth-child(3) {
  margin-top: 0;
}
.content-box .columns a:hover, .content-box .columns a.active {
  background-color: #e49a34;
  color: #fff;
}
.content-box .zzb-news-list {
  margin-top: 30px;
}
.content-box .zzb-news-list a {
  height: 68px;
  line-height: 68px;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-left: 20px;
}
.content-box .zzb-news-list a h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  width: 75%;
  font-size: 30px;
  font-weight: normal;
}
.content-box .zzb-news-list a span {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-box .zzb-news-list a:nth-child(5n) {
  margin-bottom: 40px;
}
.content-box .zzb-news-list a:nth-child(5n)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #e8ebfb;
  margin-top: 20px;
}
.content-box .zzb-news-list a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(228, 154, 52, 0.45);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-box .zzb-news-list a:hover h1,
.content-box .zzb-news-list a:hover span {
  color: #e49a34;
}
.content-box .zzb-news-list a:hover::before {
  background-color: #e49a34;
}
.content-box .pagination {
  text-align: center;
  margin-top: 60px;
}
.content-box .pagination a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  text-align: center;
  background: #eee;
  margin: 0 5px;
  color: #333;
  font-size: 28px;
  border-radius: 6px;
  padding: 10px 15px;
}
.content-box .pagination a.active, .content-box .pagination a:hover {
  background-color: #e49a34;
  color: #fff;
}

@media screen and (max-width: 1700px) and (min-width: 992px) {
  .footer .links ul li span {
    font-size: 1.04167vw;
  }
  .footer .links ul li .sub-links dl dt a {
    font-size: 1.04167vw;
  }
  .footer .infos > div:nth-child(1) > a,
  .footer .infos > div > span {
    font-size: 1.25vw;
  }
  .header .content-container {
    margin-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
  .header .content-container .search-container {
    border-radius: 1.40625vw;
  }
  .header .content-container .search-container input {
    height: 2.86458vw;
    line-height: 2.86458vw;
    font-size: 1.25vw;
    width: calc(100% - 4.16667vw);
    padding-left: 1.40625vw;
  }
  .header .content-container .search-container .search-btn {
    width: 4.16667vw;
    height: 2.86458vw;
    line-height: 2.86458vw;
  }
  .header .content-container .search-container .search-btn img {
    width: 1.35417vw;
    margin-top: -0.26042vw;
  }
  .header .content-container .banner-logo {
    padding-top: 1.92708vw;
  }
  .header .content-container .img-zzzq {
    margin-top: 2.1875vw;
  }
  .content-box {
    box-shadow: 0 0.10417vw 1.5625vw 0 rgba(12, 12, 12, 0.15);
    border-radius: 1.04167vw;
    margin-bottom: 3.64583vw;
    padding: 3.125vw;
  }
  .content-box .swiper-container {
    height: 32.8125vw;
    border-radius: 1.40625vw;
  }
  .content-box .swiper-container a div {
    height: 4.42708vw;
    line-height: 4.42708vw;
    padding: 0 2.91667vw;
    font-size: 1.875vw;
  }
  .content-box .swiper-container .swiper-button-prev {
    width: 2.60417vw;
    height: 4.94792vw;
  }
  .content-box .swiper-container .swiper-button-next {
    width: 2.60417vw;
    height: 4.94792vw;
  }
  .content-box .items {
    margin-top: 2.91667vw;
  }
  .content-box .items a {
    border-radius: 0.52083vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.92708vw;
  }
  .content-box .items a img {
    height: 3.64583vw;
  }
  .content-box .items a div {
    margin-top: 1.25vw;
    font-size: 1.875vw;
  }
  .content-box .section-title {
    margin: 3.33333vw auto 2.34375vw;
  }
  .content-box .fuwu-items a {
    border-radius: 0.52083vw;
    height: 11.19792vw;
    padding: 2.29167vw 1.35417vw;
  }
  .content-box .fuwu-items a > div:nth-child(1) {
    font-size: 1.875vw;
  }
  .content-box .fuwu-items a > div:nth-child(2) {
    font-size: 1.25vw;
    left: 1.35417vw;
    bottom: 2.29167vw;
  }
  .content-box .fuwu-items a::before {
    right: 1.04167vw;
  }
  .content-box .fuwu-items a:nth-child(1)::before {
    width: 6.97917vw;
    height: 6.71875vw;
  }
  .content-box .fuwu-items a:nth-child(2)::before {
    width: 7.39583vw;
    height: 6.40625vw;
  }
  .content-box .fuwu-items a:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 0.41667vw;
  }
  .content-box .fuwu-items a:nth-child(3)::before {
    width: 8.75vw;
    height: 5.36458vw;
  }
  .content-box .fuwu-items a:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 0.41667vw;
  }
  .content-box .fuwu-items a:nth-child(4)::before {
    width: 8.54167vw;
    height: 6.45833vw;
  }
  .content-box .fuwu-items a:nth-child(5)::before {
    width: 8.80208vw;
    height: 7.1875vw;
  }
  .content-box .chaxun-items .left-container .ylbx {
    border-radius: 0.52083vw;
    height: 14.47917vw;
    margin-bottom: 1.30208vw;
  }
  .content-box .chaxun-items .left-container .ylbx::before {
    height: 3.95833vw;
  }
  .content-box .chaxun-items .left-container .ylbx::after {
    width: 13.22917vw;
    height: 10.46875vw;
    right: 1.5625vw;
    bottom: 0.26042vw;
  }
  .content-box .chaxun-items .left-container .ylbx > div:nth-of-type(1) {
    top: 3.28125vw;
    left: 3.33333vw;
    font-size: 1.875vw;
  }
  .content-box .chaxun-items .left-container .ylbx > div:nth-of-type(2) {
    left: 6.19792vw;
    top: 6.30208vw;
    padding: 0 0.78125vw;
    font-size: 1.875vw;
  }
  .content-box .chaxun-items .left-container .ylbx > div:nth-of-type(2)::before {
    height: 0.52083vw;
    bottom: -0.20833vw;
  }
  .content-box .chaxun-items .right-container .item {
    margin-bottom: 1.30208vw;
  }
  .content-box .chaxun-items .item {
    height: 6.5625vw;
    line-height: 6.5625vw;
    border-radius: 0.52083vw;
  }
  .content-box .chaxun-items .item img {
    margin-right: 1.5625vw;
    width: 2.60417vw;
    height: 2.60417vw;
    top: -0.41667vw;
  }
  .content-box .chaxun-items .item span {
    font-size: 1.875vw;
  }
  .content-box .hudong-items a {
    height: 10.41667vw;
    line-height: 10.41667vw;
    border-radius: 0.52083vw;
  }
  .content-box .hudong-items a img {
    top: -0.26042vw;
  }
  .content-box .hudong-items a span {
    font-size: 1.875vw;
  }
  .content-box .zzb-nl-section-title {
    padding-left: 2.60417vw;
  }
  .content-box .zzb-nl-section-title span {
    font-size: 1.97917vw;
    padding-right: 0.78125vw;
  }
  .content-box .zzb-nl-section-title::before {
    height: 0.3125vw;
  }
  .content-box .columns {
    margin-top: 1.5625vw;
  }
  .content-box .columns a {
    height: 3.90625vw;
    line-height: 3.90625vw;
    border-radius: 0.41667vw;
    font-size: 1.5625vw;
  }
  .content-box .zzb-news-list {
    margin-top: 1.5625vw;
  }
  .content-box .zzb-news-list a {
    height: 3.54167vw;
    line-height: 3.54167vw;
    padding-left: 1.04167vw;
  }
  .content-box .zzb-news-list a h1 {
    font-size: 1.5625vw;
  }
  .content-box .zzb-news-list a span {
    font-size: 1.5625vw;
  }
  .content-box .zzb-news-list a:nth-child(5n) {
    margin-bottom: 2.08333vw;
  }
  .content-box .zzb-news-list a:nth-child(5n)::after {
    margin-top: 1.04167vw;
  }
  .content-box .zzb-news-list a::before {
    width: 0.41667vw;
    height: 0.41667vw;
  }
  .content-box .pagination {
    margin-top: 3.125vw;
  }
  .content-box .pagination a {
    margin: 0 0.26042vw;
    font-size: 1.45833vw;
    border-radius: 0.3125vw;
    padding: 0.52083vw 0.78125vw;
  }
}
@media screen and (max-width: 992px) {
  .footer .links ul li span {
    font-size: 16px;
  }
  .footer .links ul li .sub-links dl dt a {
    font-size: 16px;
  }
  .footer .infos > div:nth-child(1) > a,
  .footer .infos > div > span {
    font-size: 16px;
  }
  .footer .infos > div:nth-child(1) {
    *zoom: 1;
  }
  .footer .infos > div:nth-child(1):after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .footer .infos > div:nth-child(1) a {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 50%;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
  }
  .footer .infos > div:nth-child(1) a::before, .footer .infos > div:nth-child(1) a::after {
    content: none !important;
  }
  .footer .infos > div .anbei::before {
    transform: translate(-140px, -50%);
  }
  .header .content-container {
    margin-top: 40px;
    padding-bottom: 120px;
  }
  .header .content-container .search-container {
    width: 100%;
    border-radius: 27px;
    overflow: hidden;
    float: none;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .header .content-container .search-container input {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    width: calc(100% - 60px);
    padding-left: 15px;
  }
  .header .content-container .search-container .search-btn {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }
  .header .content-container .search-container .search-btn img {
    width: 20px;
    margin-top: -5px;
    vertical-align: middle;
  }
  .header .content-container .banner-logo {
    display: block;
    padding-top: 15px;
    width: 100%;
    max-width: 567px;
    margin-left: auto;
    margin-right: auto;
  }
  .header .content-container .img-zzzq {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 180px;
  }
  .header .content-container .img-aged {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 150px;
  }
  .header .content-container .img-home {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 60px;
  }
  .header .content-container .img-wza {
    display: block;
    position: absolute;
    right: 75px;
    bottom: 0;
    width: 60px;
  }
  .content-box {
    box-shadow: 0px 2px 30px 0 rgba(12, 12, 12, 0.15);
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
  .content-box .swiper-container {
    width: 100%;
    height: 56.25vw;
    border-radius: 10px;
  }
  .content-box .swiper-container a div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 22px;
  }
  .content-box .swiper-container .swiper-button-prev {
    width: 25px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    margin: 0;
  }
  .content-box .swiper-container .swiper-button-next {
    width: 25px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    margin: 0;
  }
  .content-box .items {
    margin-top: 20px;
  }
  .content-box .items a {
    width: 49%;
    border-radius: 10px;
    margin-left: 2%;
    margin-top: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-box .items a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .content-box .items a:nth-child(2n+1) {
    margin-left: 0;
  }
  .content-box .items a:nth-child(3) {
    margin-top: 2%;
  }
  .content-box .items a img {
    height: 40px;
  }
  .content-box .items a div {
    margin-top: 15px;
    font-size: 22px;
  }
  .content-box .section-title {
    display: block;
    width: 250px;
    margin: 30px auto 20px;
    -webkit-user-drag: none;
  }
  .content-box .fuwu-items a {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    border-radius: 10px;
    height: 100px;
    padding: 15px;
  }
  .content-box .fuwu-items a > div:nth-child(1) {
    font-size: 22px;
  }
  .content-box .fuwu-items a > div:nth-child(2) {
    font-size: 18px;
    left: 15px;
    bottom: 15px;
  }
  .content-box .fuwu-items a::before {
    right: 15px;
  }
  .content-box .fuwu-items a:nth-child(1) {
    margin-top: 0;
    margin-left: 0;
  }
  .content-box .fuwu-items a:nth-child(1)::before {
    width: 67px;
    height: 64.5px;
  }
  .content-box .fuwu-items a:nth-child(2) {
    margin-top: 15px;
  }
  .content-box .fuwu-items a:nth-child(2)::before {
    width: 71px;
    height: 61.5px;
  }
  .content-box .fuwu-items a:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 8px;
  }
  .content-box .fuwu-items a:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 112px;
  }
  .content-box .fuwu-items a:nth-child(3) {
    margin-top: 15px;
  }
  .content-box .fuwu-items a:nth-child(3)::before {
    width: 84px;
    height: 51.5px;
  }
  .content-box .fuwu-items a:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 8px;
  }
  .content-box .fuwu-items a:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 112px;
  }
  .content-box .fuwu-items a:nth-child(4) {
    margin-left: 0;
    width: 100%;
  }
  .content-box .fuwu-items a:nth-child(4)::before {
    width: 82px;
    height: 62px;
  }
  .content-box .fuwu-items a:nth-child(5) {
    width: 100%;
  }
  .content-box .fuwu-items a:nth-child(5)::before {
    width: 84.5px;
    height: 69px;
  }
  .content-box .chaxun-items .left-container {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .content-box .chaxun-items .left-container .ylbx {
    border-radius: 10px;
    background-color: #fdf8f2;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .content-box .chaxun-items .left-container .ylbx::before {
    content: "";
    width: 100%;
    height: 35px;
    background-image: url(/images/yj-zx-zzb-img-floor.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .content-box .chaxun-items .left-container .ylbx::after {
    content: "";
    background-image: url(/images/yj-zx-zzb-img-aged-sofa.png);
    width: 147px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    bottom: 5px;
  }
  .content-box .chaxun-items .left-container .ylbx > div:nth-of-type(1) {
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px;
    z-index: 1;
    font-weight: bold;
    color: #e49a34;
    transition: all 0.2s;
  }
  .content-box .chaxun-items .left-container .ylbx > div:nth-of-type(2) {
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 50px;
    padding: 0 8px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    z-index: 1;
  }
  .content-box .chaxun-items .left-container .ylbx > div:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 100%;
    height: 6;
    background-color: #efb45d;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .content-box .chaxun-items .left-container .ylbx:hover > div:nth-of-type(1) {
    letter-spacing: 1px;
  }
  .content-box .chaxun-items .left-container .item {
    padding-left: 15px;
  }
  .content-box .chaxun-items .right-container {
    float: none;
    width: 100%;
  }
  .content-box .chaxun-items .right-container .item {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .content-box .chaxun-items .right-container .item:nth-child(3) {
    margin-bottom: 0;
  }
  .content-box .chaxun-items .item {
    height: 80px;
    line-height: 80px;
    text-align: left;
    background-color: #f5f5f5;
    border-radius: 10px;
  }
  .content-box .chaxun-items .item img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    width: 40px;
    height: 40px;
    top: -2px;
  }
  .content-box .chaxun-items .item span {
    font-size: 22px;
  }
  .content-box .hudong-items a {
    height: 80px;
    line-height: 80px;
    float: none;
    width: 100%;
    margin-left: 0;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .content-box .hudong-items a img {
    width: 50px;
    height: auto;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -5px;
    transition: all 0.3s;
  }
  .content-box .hudong-items a span {
    font-size: 22px;
  }
  .content-box .zzb-nl-section-title {
    background-image: url(/images/yj-zx-zzb-ic-zxyw.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    padding-left: 30px;
  }
  .content-box .zzb-nl-section-title span {
    font-size: 24px;
    padding-right: 15px;
  }
  .content-box .zzb-nl-section-title::before {
    width: 80%;
    height: 4px;
  }
  .content-box .columns {
    margin-top: 15px;
  }
  .content-box .columns a {
    float: none;
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
    background-color: #f6f9fc;
    border-radius: 4px;
    font-size: 22px;
  }
  .content-box .columns a:nth-child(3n+1) {
    margin-left: 0;
  }
  .content-box .columns a:nth-child(1) {
    margin-top: 0;
  }
  .content-box .columns a:nth-child(2), .content-box .columns a:nth-child(3) {
    margin-top: 2%;
  }
  .content-box .zzb-news-list {
    margin-top: 15px;
  }
  .content-box .zzb-news-list a {
    line-height: normal;
    height: auto;
    padding-left: 0;
    padding: 10px;
    background-color: #fbf6f1;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .content-box .zzb-news-list a h1 {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    font-size: 22px;
  }
  .content-box .zzb-news-list a span {
    font-size: 20px;
    position: relative;
    display: block;
    top: auto;
    transform: none;
    margin-top: 10px;
  }
  .content-box .zzb-news-list a:nth-child(5n) {
    margin-bottom: 10px;
  }
  .content-box .zzb-news-list a:nth-child(5n)::after {
    display: none;
  }
  .content-box .zzb-news-list a::before {
    display: none;
  }
  .content-box .zzb-news-list a:hover h1,
  .content-box .zzb-news-list a:hover span {
    color: #e49a34;
  }
  .content-box .pagination {
    text-align: center;
    margin-top: 40px;
  }
  .content-box .pagination a {
    display: none;
    font-size: 20px;
    border-radius: 6px;
    padding: 10px 15px;
  }
  .content-box .pagination .first-page,
  .content-box .pagination .last-page {
    display: inline-block;
  }
}