@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4493419 */
  src: url("iconfont.woff2?t=1713690964980") format("woff2"), url("iconfont.woff?t=1713690964980") format("woff"), url("iconfont.ttf?t=1713690964980") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
}

:root {
  --styem: #eaa462;
  --font-styem: #ffc094;
  --font-footer-color: #fff09b;
  --white: #fff;
  --font-888-color: #888;
  --font-999-color: #999;
  --font-333-color: #333;
  --font-3c-color: #3c3c3c;
  --font-linear-color: linear-gradient(to bottom, #ae905a, #ddc084);
}

input,
button,
textarea {
  outline: none;
}

li {
  list-style: none;
}

a {
  color: var(--font-3c-color);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  transition: 0.1s;
}
a:hover {
  color: var(--styem);
}

.bg-fff1e4 {
  background-color: #fff1e4;
}

a.link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

button {
  transition: transform 0.2s ease;
}
button:active {
  transform: scale(0.9);
}

.c-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  animation: fadeIn2 1s ease forwards;
}
.c-title-wrap .title {
  font-size: 30px;
  color: var(--font-3c-color);
  margin-bottom: 0;
  padding-left: 0;
  top: 0;
}
.c-title-wrap .title:before {
  display: none;
}
.c-title-wrap .desc {
  font-size: 16px;
  color: var(--font-333-color);
  opacity: 0.9;
  letter-spacing: 1px;
  margin-top: 10px;
}
.c-title-wrap:after {
  content: "";
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ffe49f;
  background: linear-gradient(120deg, #eaa462, #e37711);
}

.d-title-wrap {
  padding: 20px 0 10px 0;
  text-align: left;
}
.d-title-wrap h3 {
  font-size: 15px;
  font-weight: 500;
  color: var(--font-888-color);
  display: flex;
  align-items: center;
}
.d-title-wrap h3:before {
  content: "\e619";
  font-family: iconfont;
  margin-right: 2px;
  font-size: 16px;
}

.breadcrumb a {
  color: var(--font-888-color);
  letter-spacing: 0.2px;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.breadcrumb a:before {
  content: "\e60a";
  font-family: "iconfont";
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
.breadcrumb a:hover {
  color: var(--styem);
}
.breadcrumb a:first-child {
  padding-left: 0;
}

.aside-title {
  display: flex;
  line-height: 1.3;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.aside-title .name {
  font-size: 20px;
  color: var(--font-3c-color);
  font-weight: 600;
}
.aside-title .name .desc {
  font-size: 14px;
  color: #666;
}
.aside-title .btn {
  font-size: 14px;
  color: var(--font-888-color);
  display: flex;
  align-items: center;
}
.aside-title .btn:after {
  content: "\e8f1";
  font-family: iconfont;
  font-size: 17px;
}
.aside-title .btn:hover {
  color: var(--styem);
}

h2.title {
  font-size: 22px;
  color: var(--font-3c-color);
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
  top: -1px;
}
h2.title:before {
  content: "\e61b";
  font-family: iconfont;
  margin-right: 4px;
  color: coral;
  position: absolute;
  left: -16px;
  font-size: 30px;
}

.py-20 {
  padding: 20px 0;
}

.pa-10 {
  padding: 10px;
}

.pa-15 {
  padding: 15px;
}

.pa-20 {
  padding: 20px;
}

.pa-30 {
  padding: 30px;
}

.mt-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-bottom: 20px;
}

.mp-10 {
  margin-top: 10px;
}

.mp-15 {
  margin-top: 15px;
}

.hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.hidden-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hidden-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.btn-call {
  border-radius: 8px;
  background-color: var(--styem);
  border: 0;
  line-height: 32px;
  padding: 0 25px;
  transition: 0.2s;
}
.btn-call:hover {
  filter: brightness(90%);
}
.btn-call a {
  font-size: 15px;
  color: var(--white);
}

.Article_body {
  font-size: 16px;
  line-height:0;
  position: relative;
  padding-top: 15px;
  text-align: justify;
}

.Article_body p {    font-size: 16px;line-height: normal;
  margin-bottom:0px;
}
.Article_body p:last-child {
  margin-bottom: 5px;
}
.Article_body p .alt {
  display: block;
  font-size: 12px;
  color: vvar(--font-888-color);
  text-align: center;
}

.Article_body img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0px;
}

.web:after {
  content: "(C)www.jnbinyi.com";
  font-size: 12px;
  color: var(--gray);
  margin-top: 20px;
  text-align: right;
  display: block;
  border-bottom: 2px solid #ececec;
  font-style: italic;
  height: 30px;
}

.header {
  background: var(--white);
}
.header .wg-headTop {
  background-color: #535354;
  padding: 15px 0;
  box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.3);
  z-index: 9;
  position: relative;
}
.header .wg-headTop .container {
  display: flex;
  align-items: center;
}
.header .wg-headTop .container .logo {
  flex: 0 0 134px;
  height: 40px;
  background-image: url("../image/footer_filden.png");
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1;
  font-size: 0;
  position: relative;
}
.header .wg-headTop .container .desc {
  display: flex;
  font-size: 16px;
  background: var(--font-linear-color);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  flex-direction: column;
  justify-content: center;
  line-height: 26px;
}
.header .wg-headTop .container .desc em {
  font-size: 18px;
  color: #e7d3aa;
  font-style: normal;
}
.header .wg-headTop .container .tel {
  margin-left: auto;
  position: relative;
}
.header .wg-headTop .container .tel:before {
  content: "\e668";
  font-family: iconfont;
  font-size: 41px;
  position: absolute;
  left: -45px;
  top: 11%;
  background: var(--font-linear-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .wg-headTop .container .tel .link {
  color: #e7d3aa;
  font-size: 24px;
}
.header .wg-headTop .container .tel .link:before {
  content: "24小时服务热线";
  display: block;
  margin-bottom: 2px;
  letter-spacing: 8px;
  font-size: 14px;
  font-style: italic;
  text-align: right;
  background: var(--font-linear-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .wg-headNav {
  background-color: var(--white);
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.header .wg-headNav .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .wg-headNav .nav li {
  /* flex: 1 0 auto; */
  min-width: 0;
  display: flex;
  position: relative;
  transition: background-color 0.2s ease-in-out;
  justify-content: center;
}
.header .wg-headNav .nav li.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 80%;
  height: 3px;
  background: var(--font-styem);
}
.header .wg-headNav .nav li.active a {
  color: var(--font-styem);
}
.header .wg-headNav .nav li a {
  padding: 10px 0;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 25px;
}
.header .wg-headNav .search {
  flex: 0 0 80px;
  text-align: right;
  position: relative;display: none;
}
.header .wg-headNav .search .serch-icon.active + .searchFrom {
  transform: scaleX(100%);
}
.header .wg-headNav .search .serch-icon {
  transition: 0.2s;
}
.header .wg-headNav .search .serch-icon:hover {
  color: var(--styem);
}
.header .wg-headNav .search .serch-icon:before {
  content: "\e630";
  font-family: iconfont;
  font-size: 20px;
  cursor: pointer;
}
.header .wg-headNav .search .searchFrom {
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  right: -11px;
  top: 196%;
  background: var(--font-styem);
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: flex;
  z-index: 99;
  transform: scaleX(0);
  transition: 0.3s;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header .wg-headNav .search .searchFrom .input {
  background-color: #f5f5f5;
  color: #242424;
  padding: 8px;
  border-radius: 4px;
  outline: none;
  border-color: transparent;
  line-height: 1.5;
  box-shadow: 0px 10px 20px -18px;
}
.header .wg-headNav .search .searchFrom .input:focus {
  border-bottom: 2px solid #5b5fc7;
  border-radius: 4px 4px 2px 2px;
}
.header .wg-headNav .search .searchFrom .input:hover {
  outline: 1px solid lightgrey;
}
.header .wg-headNav .search .searchFrom .btn {
  border-color: transparent;
  position: absolute;
  right: 3px;
  top: 3px;
  height: 85%;
  padding: 0 8px;
}
.header .wg-headNav .search .searchFrom .btn .iconfont {
  font-size: 21px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper-0 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--styem);
  width: 17px !important;
  border-radius: 10px;
}
.mySwiper-0 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  height: 7px;
  width: 7px;
}
.mySwiper-0 .swiper-button-prev:after,
.mySwiper-0 .swiper-button-next:after {
  content: "\eb8c";
  font-family: iconfont;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.1);
}
.mySwiper-0 .swiper-button-prev:after,
.mySwiper-0 .swiper-rtl .swiper-button-next:after {
  content: "\eb89";
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-slide .link {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  min-height: 100vh;
}

.footer-f {
  width: 100%;
  background: rgba(0, 0, 0, 0.76);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  color: var(--font-footer-color);
}
.footer-f .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-f .wrap .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 35px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../image/footer_filden.png);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left;
  padding-left: 112px;
}
.footer-f .wrap ul {
  display: flex;
}
.footer-f .wrap ul li {
  color: var(--white);
  margin-right: 15px;
}
.footer-f .wrap ul li:before {
  content: "\e6a1";
  font-family: iconfont;
  margin-right: 3px;
  transform: scale(1.3);
}
.footer-f .wrap .tel {
  color: var(--font-footer-color);
  font-size: 22px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.footer-f .wrap .tel:before {
  content: "\e620";
  font-family: iconfont;
  margin-right: 8px;
  transform: scale(1.3);
}

.footer-l {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
}
.footer-l .example-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-l .example-1 .icon-content {
  margin: 5px 8px;
  position: relative;
  box-shadow: 0px 0px 9.5px 0px #d7d7d7;
  border-radius: 10px;
  transition: 0.4s;
}
.footer-l .gotop {
  right: -80px;
}
.footer-l .gotop.active {
  right: 0;
}
.footer-l .example-1 .icon-content .tooltip {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  right: 0;
  background: var(--styem);
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
}
.footer-l .example-1 .icon-content .tooltip .wx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-l .example-1 .icon-content .tooltip .wx img {
  margin-bottom: 8px;
}
.footer-l .example-1 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  right: 55px;
}
.footer-l .example-1 .icon-content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  font-size: 14px;
}
.footer-l .example-1 .icon-content .link .iconfont {
  font-size: 26px;
}
.footer-l .example-1 .icon-content .link:hover {
  box-shadow: 3px 2px 45px 0px rgba(0, 0, 0, 0.12);
}
.footer-l .example-1 .icon-content .link[data-social=spotify]:hover {
  color: #1db954;
}
.footer-l .example-1 .icon-content .link[data-social=pinterest]:hover {
  color: #bd081c;
}
.footer-l .example-1 .icon-content .link[data-social=dribbble]:hover {
  color: #ea4c89;
}
.footer-l .example-1 .icon-content .link[data-social=telegram]:hover {
  color: #0088cc;
}

.footer-b {
  background-color: #2e3033;
}
.footer-b .container .fooTop {
  display: flex;
  padding: 100px 0 30px;
}
.footer-b .container .fooTop li {
  flex: 1;
  text-align: center;
  color: #ffffff;
}
.footer-b .container .fooTop li .iconfont {
  font-size: 38px;
  -webkit-text-stroke-width: 0px;
}
.footer-b .container .fooTop li .f1 {
  font-size: 17px;
  margin-top: 5px;
}
.footer-b .container .fooTop li .f2 {
  font-size: 14px;
}
.footer-b .container .biankuang {
  width: 100%;
  height: 1px;
  background-color: #2f2f2e;
  border-top: solid 1px #212224;
  border-bottom: solid 1px #3c3d3f;
  padding: 0;
}
.footer-b .container .row {
  display: flex;
  padding: 40px 0;
  align-items: center;
  margin: 0 32%;
}
.footer-b .container .row .col {
  flex: 0.3;
}
.footer-b .container .row .col .desc {
  display: none;
  font-size: 15px;
  padding: 10px 0 5px;
  color: #fce993;
}
.footer-b .container .row .col .foot-logo {
  width: auto;
  height: 70px;
}
.footer-b .container .row .tel {
  text-align: center;
  position: relative;
}
.footer-b .container .row .tel:before {
  content: "\e60d";
  font-family: iconfont;
  position: absolute;
  left: -10px;
  top: 15px;
  font-size: 50px;
  background: linear-gradient(to bottom, #ae905a, #ddc084);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer-b .container .row .tel .desc {
  display: block;
  font-size: 18px;
  background: linear-gradient(to bottom, #ae905a, #ddc084);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 5px;
}
.footer-b .container .row .tel .link {
  font-size: 24px;
  color: #e2d5a9;
}
.footer-b .container .row .call {
  display: flex;
  justify-content: flex-end;
}
.footer-b .container .row .call .erweima {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
.footer-b .container .row .call .erweima .img {
  margin-top: 5px;
}
.footer-b .container .row .call .erweima .txt {
  order: -1;
  font-size: 18px;
  color: #e2d5a9;
  font-weight: bold;
  text-align: center;
}
.footer-b .container .footer-nav {
  text-align: center;
  line-height: 30px;
}
.footer-b .container .footer-nav a {
  color: #b1b1b1;
  font-size: 14px;
}
.footer-b .container .footer-nav a:hover {
  color: var(--styem);
}
.footer-b .container .footer-nav span {
  color: #b1b1b1;
  padding: 0 10px;
}
.footer-b .container .copyright {
  text-align: center;
  font-size: 14px;
  color: #b1b1b1;
  line-height: 30px;
  display: flex;
  justify-content: center;
}
.footer-b .container .copyright a {
  font-size: 14px;
  color: #b1b1b1;
}
.footer-b .container .address {
  text-align: center;
  font-size: 14px;
  color: #b1b1b1;
  line-height: 30px;
  padding-bottom: 62px;
}

.alertBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
}
.alertBox.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.alertBox.active .model {
  transform: scaleX(100%);
}
.alertBox .model {
  width: 470px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.alertBox .model .top {
  padding: 0 10px;
  width: 100%;
  background-color: var(--styem);
  color: var(--white);
  line-height: 33px;
  position: relative;
}
.alertBox .model .top .iconfont {
  background-color: var(--styem);
  color: var(--white);
  padding: 0 7px;
  position: absolute;
  right: -11px;
  top: -11px;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.alertBox .model .top .iconfont:hover {
  transform: rotate(180deg);
}
.alertBox .model .model-content {
  padding: 15px;
  display: flex;
  background-color: var(--white);
  align-items: center;
}
.alertBox .model .model-content .img {
  flex: 0 0 26%;
  padding-right: 20px;
  border-right: 1px solid #bdbdbd;
}
.alertBox .model .model-content .img img {
  width: 100%;
  height: auto;
}
.alertBox .model .model-content .txt {
  flex: 1;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.alertBox .model .model-content .txt .desc {
  color: var(--font-888-color);
  margin: 8px 0;
  font-size: 14px;
}
.alertBox .model .model-content .txt .desc:before {
  content: "\e63d";
  font-family: iconfont;
  margin-right: 2px;
}
.alertBox .model .model-content .txt .wxcopy {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  padding: 0 20px;
  border: solid 1px #999;
  cursor: pointer;
  color: #666;
}

.page-banner {
  background-color: #272727;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  padding-top: 60px;
  color: var(--white);
  padding-left: 25px;
  border-top: 3px solid #d2ad78;
}
.page-banner .txt {
  opacity: 0;
  visibility: hidden;
  animation: fadeInAnimation 2s ease forwards;
}
.page-banner .txt .title {
  font-size: 40px;
  margin-bottom: 15px;
}
.page-banner .txt .desc {
  font-size: 18px;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
    visibility: inherit;
  }
  to {
    opacity: 1;
    visibility: inherit;
  }
}
#mudiDel {
  background-color: #f4f3f9;
}

.mu-filter {
  background-color: var(--white);
  padding: 20px 0;
  border-radius: 3px;
  margin-bottom: 10px;
}
.mu-filter .box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.mu-filter .box:last-child {
  margin-bottom: 0;
}
.mu-filter .box .name {
  color: var(--font-888-color);
  margin-right: 20px;
}
.mu-filter .box ul {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-song);
  margin-left: -4px;
  margin-right: -4px;
}
.mu-filter .box ul li {
  flex-basis: auto;
  background-color: #f4f3f9;
  margin-right: 20px;
  border-radius: 8px;
}
.mu-filter .box ul li.active, .mu-filter .box ul li:hover {
  background-color: var(--styem);
}
.mu-filter .box ul li.active a, .mu-filter .box ul li:hover a {
  color: var(--white);
}
.gaoliang1{
  background-color: var(--styem) !important;
}
.gaoliang1 a{color: var(--white);}
.mu-filter .box ul li a {
  font-size: 15px;
  display: block;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 15px;
}

.mu-content {
  display: flex;
  flex-wrap: wrap;
}
.mu-content .mu-left {
  flex: 1;
}
.mu-content .mu-right {
  flex: 0 0 300px;
  margin-left: 20px;
}

.mudi-list {
  display: flex;
  flex-direction: column;
}
.mudi-list .mudi-item {
  display: flex;
  width: 100%;
  position: relative;
  background: var(--white);
  border-radius: 5px;
  align-items: center;
  margin-bottom: 20px;
}
.mudi-list .mudi-item:hover .txt .title, .mudi-list .mudi-item:hover .txt .title .link, .mudi-list .mudi-item:hover .go .iconfont {
  color: var(--styem);
}
.mudi-list .mudi-item:hover .img img {
  filter: brightness(75%);
}
.mudi-list .mudi-item .img {
  flex: 0 0 240px;
  height: 160px;
  min-width: 0;
  margin-right: 20px;
}
.mudi-list .mudi-item .img img {
  transition: 0.3s;
}
.mudi-list .mudi-item .go {
  flex: 0 0 70px;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mudi-list .mudi-item .go .iconfont {
  font-size: 36px;
  color: #999;
  opacity: 0.75;
  transition: 0.2s;
}
.mudi-list .mudi-item .txt {
  flex-grow: 1;
  min-width: 0;
  font-size: 14px;
  color: #666;
}
.mudi-list .mudi-item .txt .title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s;
}
.mudi-list .mudi-item .txt .title .link {
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s;
}
.mudi-list .mudi-item .txt .address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mudi-list .mudi-item .txt .address .p1 {
  margin-right: 20px;
}
.mudi-list .mudi-item .txt .address .p1:before {
  content: "\e602";
  font-family: iconfont;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.75;
  margin-right: 1px;
}
.mudi-list .mudi-item .txt .address .p2:before {
  content: "\e60b";
  font-family: iconfont;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.75;
  margin-right: 1px;
}
.mudi-list .mudi-item .txt .desc {
  margin-top: 12px;
}
.mudi-list .mudi-item .txt .pic {
  margin-top: 12px;
}
.mudi-list .mudi-item .txt .pic span {
  font-size: 20px;
  color: #aa8d01;
}
.mudi-list .mudi-item .txt .pic span:before {
  content: "\e634";
  font-family: iconfont;
  color: #666;
  font-size: 14px;
}
.mudi-list .mudi-item .txt .pic span:after {
  content: "起";
  font-family: iconfont;
  color: #666;
  font-size: 12px;
  margin-left: 2px;
}

.mu-right section {
  background-color: var(--white);
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.mu-right .by-img {
  width: 100%;
  position: relative;
}
.mu-right .by-img img {
  width: 100%;
}
.mu-right .side-list .item {
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
.mu-right .side-list .item:last-child {
  margin-bottom: 0;
}
.mu-right .side-list .item:hover .title .link {
  color: var(--styem);
}
.mu-right .side-list .item .img {
  flex: 0 0 102px;
  height: 70px;
  margin-left: 15px;
}
.mu-right .side-list .item .title {
  flex: 1;
  padding-top: 3px;
}
.mu-right .side-list .item .title .link {
  font-size: 16px;
  color: var(--font-3c-color);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 20px;
}
.pagination a {
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid #999;
  padding: 3px 11px;
  margin: 0 5px;
  font-size: 16px;
  color: #000;
}
.pagination a:hover {
  background-color: var(--styem);
  color: var(--white);
  border-color: var(--styem);
}
.pagination .page {
  display: flex;
}
.pagination .page a {
  color: #666;
}
.pagination .page a:hover {
  color: var(--white);
}
.pagination .page a.active {
  background: var(--styem);
  color: var(--white);
  border-color: var(--styem);
}

.mudiDetail-wrap {
  background: var(--white);
  display: flex;
  margin-bottom: 20px;
  border-radius: 5px;
}
.mudiDetail-wrap .banner {
  flex: 0 0 625px;
  margin-right: 15px;
  height: 415px;
}
.mudiDetail-wrap .txt {
  flex: 1;
  padding-top: 3px;
}
.mudiDetail-wrap .txt .header {
  display: flex;
  justify-content: space-between;
}
.mudiDetail-wrap .txt .header .title {
  font-size: 30px;
  color: var(--font-3c-color);
}
.mudiDetail-wrap .txt .header .pic {
  color: var(--font-888-color);
  font-size: 14px;
}
.mudiDetail-wrap .txt .header .pic span {
  font-size: 20px;
  color: var(--styem);
}
.mudiDetail-wrap .txt .address {
  font-size: 16px;
  color: #666;
}
.mudiDetail-wrap .txt .address:before {
  content: "\e602";
  font-family: iconfont;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.75;
  margin-right: 3px;
}
.mudiDetail-wrap .txt .desc {
  font-size: 16px;
  color: #999;
}
.mudiDetail-wrap .txt .fuwu {
  margin: 20px 0;
  background-color: #eef8fd;
  display: flex;
}
.mudiDetail-wrap .txt .fuwu li {
  width: 33.33%;
  font-size: 14px;
  color: var(--font-3c-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
}
.mudiDetail-wrap .txt .fuwu li .iconfont {
  font-size: 26px;
  margin-bottom: 3px;
  color: #eaa462;
}
.mudiDetail-wrap .txt .tel {
  font-size: 15px;
  color: var(--font-888-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.mudiDetail-wrap .txt .tel:before {
  font-size: 4.5px;
  content: "\e60f";
  font-family: iconfont;
  color: var(--styem);
  margin-right: 15px;
}
.mudiDetail-wrap .txt .tel:after {
  font-size: 4.5px;
  content: "\e60f";
  font-family: iconfont;
  color: var(--styem);
}
.mudiDetail-wrap .txt .tel a {
  font-size: 22px;
  color: var(--font-styem);
  margin-left: 3px;
}
.mudiDetail-wrap .txt .zixun {
  text-align: center;
  margin-bottom: 20px;
}
.mudiDetail-wrap .txt .youhui {
  height: 64px;
  background-image: url(../image/youhui.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 27px;
  line-height: 64px;
  display: flex;
  position: relative;
}
.mudiDetail-wrap .txt .youhui .p1 {
  margin-right: 20px;
}
.mudiDetail-wrap .txt .youhui .p1 a {
  font-size: 20px;
  color: var(--white);
}
.mudiDetail-wrap .txt .youhui .p2 {
  font-size: 20px;
  color: #fedc02;
}

.pic {
  display: flex;
  align-items: center;
}
.pic span:before {
  content: "\e634";
  font-family: iconfont;
  color: #666;
  font-size: 14px;
}
.pic span:after {
  content: "起";
  font-family: iconfont;
  color: #666;
  font-size: 12px;
  margin-left: 2px;
}

.mudiDetail-muxing {
  background: var(--white);
  margin-bottom: 20px;
  border-radius: 5px;
}

.mudiDetail-normal {
  background: var(--white);
  margin-bottom: 20px;
  border-radius: 5px;
}
.mudiDetail-normal .top {
  display: flex;
  margin-bottom: 10px;
}
.mudiDetail-normal .top li {
  flex: auto;
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mudiDetail-normal .top li .name {
  background-color: #fbede5;
  border-radius: 5px;
  line-height: 26px;
  margin-right: 5px;
  padding: 0 8px;
}
.mudiDetail-normal .Article_body p {
  color: #666;
  margin-bottom: 25px;
}
.mudiDetail-normal .Article_body p:last-child {
  margin-bottom: 5px;
}

.mudi-muxing .item {
  width: 16.6666666667%;
  position: relative;
}
.mudi-muxing .item .img {
  margin-bottom: 5px;
}
.mudi-muxing .item .img img {
  width: auto;
}
.mudi-muxing .item .txt {
  padding: 0 10px;
}
.mudi-muxing .item .txt .title {
  margin-bottom: 5px;
}
.mudi-muxing .item .txt .title .link {
  font-size: 17px;
  color: #999;
}
.mudi-muxing .item .txt .pic {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.mudi-muxing .item .txt .pic span {
  font-size: 18px;
  font-weight: 500;
  color: var(--styem);
}

.list {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  flex-wrap: wrap;
}
.list .item {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.list .item:hover .txt .title .link {
  color: var(--styem);
}
.list .item .img {
  border-radius: 5px;
  overflow: hidden;
}
.list .item .img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.mudi-huanjing .item {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.mudi-huanjing .item:hover .img img {
  filter: brightness(80%);
}
.mudi-huanjing .item .img {
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
.mudi-huanjing .item .img img {
  height: 100%;
}
.mudi-huanjing .item .txt {
  margin-top: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.Imgmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.Imgmodal img {
  max-width: 80%;
  max-height: 80%;
}

.d1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.d1 .mudiDetail-normal {
  width: 49.2%;
}

.mudi-news .item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.mudi-news .item:last-child {
  border-color: transparent;
}
.mudi-news .item .img {
  flex-basis: 150px;
  height: 100px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.mudi-news .item .txt {
  flex: 1;
}
.mudi-news .item .txt .title {
  margin-bottom: 8px;
}
.mudi-news .item .txt .title .link {
  font-size: 19px;
  font-weight: 600;
}
.mudi-news .item .txt .desc {
  font-size: 14px;
  color: var(--font-999-color);
  line-height: 20px;
}

.mudi-Tcontent {
  justify-content: space-between;
}
.mudi-Tcontent .item {
  width: 48.9%;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.mudi-Tcontent .item .img {
  height: 200px;
  margin-bottom: 5px;
}
.mudi-Tcontent .item .txt {
  padding: 0 5px;
}
.mudi-Tcontent .item .txt .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.mudi-Tcontent .item .txt .name .link {
  font-size: 18px;
  font-weight: 600;
}
.mudi-Tcontent .item .txt .name .pic {
  font-size: 18px;
}
.mudi-Tcontent .item .txt .name .pic span {
  color: #eaa462;
}
.mudi-Tcontent .item .txt .address {
  font-size: 14px;
  color: #888;
  position: relative;
}
.mudi-Tcontent .item .txt .address:before {
  content: "\e602";
  font-family: iconfont;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.75;
  margin-right: 0;
}

.Index-news {
  min-height: 790px;
}
.Index-news .container {
  display: flex;
  padding-bottom: 40px;
}
.Index-news .container .child-div {
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  flex: 1;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  z-index: 1;
}
.Index-news .container .child-div:hover {
  transform: scale(1.1);
  z-index: 2;
}
.Index-news .container .child-div:hover .time:before,
.Index-news .container .child-div:hover .view:before {
  font-size: 14px;
}
.Index-news .container .child-div:hover .img {
  background-image: url(../image/22.png);
  background-color: rgba(0, 0, 0, 0.3);
  /* 设置混合模式 */
  background-blend-mode: multiply;
  color: var(--white);
}
.Index-news .container .child-div:hover .news .new:first-child .name .link .desc {
  display: block;
}
.Index-news .container .child-div:hover .news .new:first-child .name .chil-img {
  display: block;
}
.Index-news .container .child-div .img {
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #eaa462;
  transition: 0.08s;
}
.Index-news .container .child-div .img .iconfont {
  font-size: 50px;
  margin-bottom: 8px;
}
.Index-news .container .child-div .news {
  padding: 20px;
  padding-bottom: 20px;
  max-height: 400px;
  min-height: 305px;
  overflow: hidden;
}
.Index-news .container .child-div .news .new {
  position: relative;
  padding: 10px 0;
}
.Index-news .container .child-div .news .new:hover .name .link {
  color: var(--styem);
}
.Index-news .container .child-div .news .new .name {
  display: flex;
}
.Index-news .container .child-div .news .new .name .link {
  font-size: 14px;
  color: #666;
}
.Index-news .container .child-div .news .new .name .link .desc {
  font-size: 13px;
  color: var(--font-888-color);
  display: none;
}
.Index-news .container .child-div .news .new .name .chil-img {
  display: none;
  margin-right: 10px;
}
.Index-news .container .child-div .news .new .name .chil-img img{width: 102px;
    object-fit: cover;}
.Index-news .container .child-div .news .new .p1 {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--font-999-color);
}
.Index-news .container .child-div .news .new .p1 .time,
.Index-news .container .child-div .news .new .p1 .view {
  display: flex;
  align-items: center;
}
.Index-news .container .child-div .news .new .p1 .time:before {
  content: "\ebb1";
  font-family: iconfont;
  font-size: 16px;
  margin-right: 2px;
  top: -1px;
}
.Index-news .container .child-div .news .new .p1 .view:before {
  content: "\e6b4";
  font-family: iconfont;
  font-size: 16px;
  margin-right: 2px;
  top: -1px;
}
.Index-news .container .child-div .gengduo {
  text-align: right;
  padding: 20px;
  position: relative;
}
.Index-news .container .child-div .gengduo .link {
  font-size: 14px;
  color: #eaa462;
  padding: 20px;
  cursor: pointer;
}

.Index-team .container .swiper-5 .box {
  position: relative;
  background-color: var(--white);
  text-align: center;
  border: 1px solid #ebebeb;
  transition: border-color 0.2s ease-in-out;
  position: relative;
  border-radius: 4px;
  transition: 0.1s ease-in-out;
  flex-direction: column;
}
.Index-team .container .swiper-5 .box:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.Index-team .container .swiper-5 .box .img {
  padding: 15px;
  overflow: hidden;
}
.Index-team .container .swiper-5 .box .img img {
  border-radius: 50%;
}
.Index-team .container .swiper-5 .box .img .year {
  background-repeat: no-repeat;
  background-image: url(../image/wg-team-year-bg.png);
  background-size: cover;
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 12px 14px 0;
  font-size: 14px;
  right: 2px;
  top: 3px;
}
.Index-team .container .swiper-5 .box .txt {
  padding-bottom: 10px;
}
.Index-team .container .swiper-5 .box .txt .name .link {
  font-size: 18px;
  margin-bottom: 5px;
}
.Index-team .container .swiper-5 .box .txt .name .biaoqian {
  font-size: 16px;
}

.bort {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 15px;
  border-bottom: 2px solid var(--white);
  transform: translateX(8px);
  display: none;
}
.bort.active {
  border-bottom: transparent;
}
.bort.active:before {
  transform: translate(-8px, 8px) rotate(-45deg);
  width: 26px;
}
.bort.active:after {
  transform: translateX(-8px) rotate(45deg);
}
.bort:before {
  width: 19px;
  position: absolute;
  height: 2px;
  background-color: var(--white);
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transform: translateX(-8px);
  transition: transform 200ms linear;
}
.bort:after {
  width: 26px;
  position: absolute;
  height: 2px;
  background-color: var(--white);
  top: 8px;
  left: 0;
  content: "";
  z-index: 2;
  transform: translateX(-8px);
  transition: transform 200ms linear;
}

.appfalg {
  display: none;
}

.apptel {
  display: none;
  position: relative;
  background-color: var(--white);
  width: 85%;
}
.apptel a {
  background-color: var(--styem);
  color: var(--white);
  font-size: 18px;
  padding: 8px;
  width: 88%;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apptel a:before {
  content: "\e86e";
  font-family: iconfont;
  font-size: 24px;
  margin-right: 4px;
}

.appNewsTab {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 8px 10px 8px;
}
.appNewsTab .t {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.appNewsTab .t.active {
  margin-right: 45px;
  font-size: 16px;
}
.appNewsTab .t:after {
  content: "";
  position: absolute;
  left: 19%;
  right: 11%;
  height: 6px;
  background-color: rgba(249, 212, 159, 0.6);
  bottom: 0;
}

.footer-l .appExample-2 {
  display: none;
  padding-left: 5px;
}
.footer-l .appExample-2 .app-logo {
  flex: 1;
  margin: 8px 5px 8px 0;
}
.footer-l .appExample-2 .app-logo img {
  height: 34px;
}
.footer-l .appExample-2 .tel {
  flex: 1;
  display: flex;
  font-size: 15px;
  color: var(--styem);
  font-weight: 700;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.footer-l .appExample-2 .tel:before {
  content: "24小时服务热线";
  display: block;
  margin-bottom: 1px;
  letter-spacing: 4px;
  font-size: 11px;
  font-style: italic;
  text-align: right;
  background: var(--font-linear-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-l .appExample-2 .tel-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  margin-left: 8px;
}
.footer-l .appExample-2 .tel-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background: var(--font-linear-color);
  height: calc(100% + 8px);
  margin-top: -8px;
  border-top-left-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer-l .appExample-2 .tel-wrap a:before {
  content: "\e668";
  font-family: iconfont;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-right: 4px;
}

.mu-home {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mu-home .t {
  flex: 0 0 auto;
  width: 49%;
  padding: 12px 25px;
  background: url(../image/mudi-home_a.jpg), linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 50%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.mu-home .t .name {
  margin-bottom: 8px;
}
.mu-home .t .name .link {
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
}
.mu-home .t .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
}
.mu-home .t2 {
  background: url(../image/pingjia.png), linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

#binzangbaike {
  background-color: #f8f9fa;
}

.news-tab {
  display: flex;
}
.news-tab li {
  flex: 1;
  padding: 12px 15px;
  line-height: 22px;
  text-align: center;
  position: relative;
}
.news-tab li.active:after {
  position: absolute;
  bottom: -9px;
  left: 47%;
  content: "";
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 14px;
  height: 14px;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #ffe49f;
  background: linear-gradient(120deg, #eaa462, #e37711);
}
.news-tab li.active a {
  color: var(--styem);
}
.news-tab li a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.news-tab li a:hover {
  color: var(--styem);
}

.by-container {
  position: relative;
  padding: 30px 10px;
  background-color: var(--white);
}
.by-container:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 6px;
  background-image: linear-gradient(90deg, #fef2e2, #ffc094, #fef2e2);
  border-radius: 4px 4px 0 0;
}
.by-container .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.by-container .content .article {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #ececec;
  padding: 25px;
  position: relative;
}
.by-container .content .article:hover .txt .title a {
  color: var(--styem);
}
.by-container .content .article .img {
  flex: 0 0 180px;
  height: 150px;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.by-container .content .article .img img {
  width: 100%;
  height: 100%;
}
.by-container .content .article .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.by-container .content .article .txt .title {
  margin-bottom: 5px;
}
.by-container .content .article .txt .title a {
  font-size: 19px;
  color: var(--font-3c-color);
}
.by-container .content .article .txt .data {
  font-size: 13px;
  color: var(--font-999-color);
}
.by-container .content .article .txt .desc {
  font-size: 13px;
  color: var(--font-999-color);
  line-height: 22px;
  margin-top: auto;
}

#binzangbaikeDel {
  background-color: #f1f1f1;
}

hr {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #e5e5e5;
}

.article-title {
  font-size: 30px;
  color: var(--font-3c-color);
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
}

.article-meta {
  margin: 0 auto;
  display: flex;
  border-bottom: 2px solid rgba(var(--font-3c-color), 0.8);
  padding-bottom: 5px;
  font-size: 14px;
  color: var(--font-888-color);
  align-items: center;
}
.article-meta .author {
  padding-right: 10px;
}
.article-meta .date {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.article-meta li {
  display: flex;
  align-items: center;
}
.article-meta .num {
  padding-left: 10px;
}
.article-meta .num:before {
  content: "\e6b4";
  font-family: iconfont;
  font-size: 15px;
  margin-right: 1px;
}

.byDel {
  padding: 40px 30px 60px;
}
.byDel .mu-right {
  border-left: 1px solid #ececec;
  margin-left: 30px;
  padding-left: 30px;
}
.byDel .mu-right .aside-yongpin {
  background-image: url(../image/bejing.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
.byDel .mu-right .aside-yongpin .p1 {
  text-align: center;
  line-height: 79px;
  margin-bottom: 115px;
  font-size: 26px;
}
.byDel .mu-right .aside-yongpin .p2 {
  padding: 10px 28px 20px 28px;
  list-style: none;
}
.byDel .mu-right .aside-yongpin .p2 .name {
  font-size: 18px;
  color: #666666;
  line-height: 44px;
  margin-bottom: 0;
  text-align: center;
}
.byDel .mu-right .aside-yongpin .p2 .desc {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.byDel .mu-right .aside-fengshui {
  background-image: url(../image/fengshui.png);
  padding: 18px;
}
.byDel .mu-right .aside-fengshui .p1 {
  background-color: rgba(0, 0, 0, 0.46);
  text-align: center;
  line-height: 40px;
  margin: 0 0 10px 0;
  padding: 3px 31px;
}
.byDel .mu-right .aside-fengshui .p1 .link {
  color: white;
  font-size: 24px;
}
.byDel .mu-right .aside-fengshui ul.p2 {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.46);
  text-align: center;
}
.byDel .mu-right .aside-fengshui ul.p2 li {
  padding: 5px;
  color: var(--styem);
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.byDel .mu-right .aside-fengshui ul.p2 li:before {
  content: "\e6e4";
  font-family: iconfont;
  font-size: 22px;
  margin-right: 1px;
}
.byDel .mu-right .aside-fengshui ul.p2 .btn-call {
  border-radius: 6px;
  background-color: var(--styem);
  border: 0;
  line-height: 28px;
  padding: 0px 20px;
  transition: 0.2s;
  color: var(--white);
  margin-top: 10px;
}
.byDel .mu-right .aside-fengshui ul.p2 .btn-call:after {
  content: "\e61b";
  font-family: iconfont;
  font-size: 14px;
  margin-right: 1px;
}
.byDel .mu-right .aside-fuwu {
  background-image: url(../image/ba_fw.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.byDel .mu-right .aside-fuwu ul.p3 {
  padding-top: 130px;
  padding-bottom: 0;
}
.byDel .mu-right .aside-fuwu ul.p3 li {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  border: 1px solid #e4d1c4;
  color: #999999;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 8px;
  background-size: auto 100%;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-position: 6% 50%;
}
.byDel .mu-right .aside-fuwu ul.p3 li:hover {
  color: var(--styem);
}
.byDel .mu-right .aside-fuwu ul.p3 li:before {
  content: "\e811";
  font-family: iconfont;
  font-size: 14px;
  margin-right: 1px;
  margin-right: 3px;
}
.byDel .mu-right .aside-fuwu .btn-call {
  margin-top: 13px;
  color: var(--white);
  font-size: 18px;
  line-height: 39px;
}

.article-pre-next {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.article-pre-next .item {
  width: 50%;
  padding: 10px 30px 10px 10px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.article-pre-next .item:hover a {
  color: var(--styem);
}
.article-pre-next .item .link {
  text-align: left;
}
.article-pre-next .item p {
  margin-bottom: 5px;
  color: var(--font-888-color);
  font-size: 14px;
}
.article-pre-next .next {
  align-items: flex-end;
}
.article-pre-next .next .link {
  text-align: right;
}

.app-tel {
  display: none;
}

.wg-zhuanyuan {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  padding: 10px 15px;
  background-color: #fef2e2;
  border-radius: 4px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.wg-zhuanyuan .img {
  flex: 0 0 48px;
  min-width: 0;
  border-radius: 50%;
  overflow: hidden;
}
.wg-zhuanyuan .desc {
  flex-grow: 1;
  min-width: 0;
  padding-left: 10px;
  font-size: 17px;
}
.wg-zhuanyuan .desc p {
  font-size: 13px;
  color: var(--font-888-color);
}
.wg-zhuanyuan .warp-btn {
  background-color: var(--styem);
  width: 102px;
  height: 38px;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
}
.wg-zhuanyuan .warp-btn:hover {
  background-color: #ffc094;
}
.wg-zhuanyuan .warp-btn a {
  color: var(--white);
  font-size: 14px;
}

.wg-frind-link {
  background-color: #ffe8d2;
  padding: 35px 0;
  z-index: 9;
  position: relative;
}
.wg-frind-link .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.wg-frind-link span {
  font-size: 14px;
  color: var(--font-888-color);
  margin: 8px 10px 8px 0;
}
.wg-frind-link a {
  color: var(--font-3c-color);
  font-size: 14px;
  margin: 8px;
}
.wg-frind-link a:hover {
  color: var(--styem);
}

.guanyu-wg {
  background-image: url(../image/beijing02.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 40px 0;
  background-size: cover;
}
.guanyu-wg .c-title-wrap {
  margin-bottom: 15px;
}
.guanyu-wg .container {
  display: flex;
  align-items: flex-start;
}
.guanyu-wg .container .Article_body {
  flex: 1;
  padding-top: 5px;
}
.guanyu-wg .container .Article_body img {
  float: right;
  margin-left: 20px;
  height: 250px;
}
.guanyu-wg .fuwu {
  display: flex;
  padding: 50px 0 0 0;
}
.guanyu-wg .fuwu li {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.guanyu-wg .fuwu li p {
  font-size: 38px;
  color: var(--styem);
  font-weight: 600;
  margin-bottom: 5px;
}

.guanyu-qg {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #fff8ed;
}
.guanyu-qg .container {
  display: flex;
}
.guanyu-qg .container .row {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.guanyu-qg .container .row .col {
  color: var(--font-3c-color);
  margin-bottom: 20px;
}
.guanyu-qg .container .row .col .title {
  font-size: 22px;
  font-weight: 600;
}
.guanyu-qg .container .row .col .desc {
  font-size: 16px;
}
.guanyu-qg .container .left .col {
  padding-left: 55px;
  color: #333333;
  margin-bottom: 20px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 44px;
}
.guanyu-qg .container .right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.guanyu-qg .container .right .col {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 8px;
  background-color: var(--white);
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.guanyu-qg .container .right .col:hover {
  background-color: var(--styem);
  color: var(--white);
}

#guanyuwomen .foot-call {
  padding-bottom: 0;
}

.foot-call {
  margin-top: 40px;
  padding-bottom: 30px;
  font-size: 22px;
  color: var(--font-3c-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-call a {
  color: var(--styem);
  display: flex;
  align-items: center;
}
.foot-call a:before {
  content: "\e668";
  font-family: iconfont;
  font-size: 26px;
  margin: 0 4px;
}
.foot-call a span {
  display: block;
  font-size: 15px;
  margin-left: 10px;
  color: var(--white);
  background-color: var(--styem);
  padding: 5px 10px;
  border-radius: 8px;
}
.foot-call a span:hover {
  background-color: #f3b287;
}

.guanyu-ts {
  padding-top: 40px;
  padding-bottom: 30px;
}
.guanyu-ts .container {
  display: flex;
}
.guanyu-ts .container .col {
  flex: 1;
  position: relative;
  line-height: 30px;
  margin: 0 10px;
}
.guanyu-ts .container .col .name {
  font-size: 23px;
  font-weight: 600;
  background-color: #fcf8f5;
  padding: 20px 0 10px 0;
  text-align: center;
}
.guanyu-ts .container .col .desc {
  font-size: 16px;
  font-weight: 500;
  background-color: #fcf8f5;
  padding: 0 0 80px 0;
  text-align: center;
}
.guanyu-ts .container .col .img {
  height: 72px;
}
.guanyu-ts .container .col .img img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 180px;
  left: calc(50% - 50px);
}
.guanyu-ts .container .col-2 .name {
  padding: 80px 0 10px 0;
  text-align: center;
}
.guanyu-ts .container .col-2 .desc {
  padding: 0 0 10px 0;
}
.guanyu-ts .container .col-2 .img img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: calc(50% - 50px);
}

.guanyu-ry {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #fcf8f5;
}
.guanyu-ry .container {
  display: flex;
  justify-content: space-between;
}
.guanyu-ry .container .col {
  background-color: pink;
  width: 18.1818181818%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 8px;
}
.guanyu-ry .container .col .img {
  width: 100%;
}
.guanyu-ry .container .col .img img {
  width: 100%;
}
.guanyu-ry .container .col .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: var(--white);
  font-size: 16px;
  text-align: center;
}

#guanyuwomen .container {
  flex-wrap: wrap;
}
#guanyuwomen .page-banner {
  margin-bottom: 0;
}

.post-img {
  position: fixed;
  top: 200px;
  transition: transform 0.18s ease-in-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  right: 0;
  max-width: none;
}

#shengtai {
  position: relative;
}
#shengtai footer {
  z-index: 9;
  position: relative;
}
#shengtai .page-banner {
  background: linear-gradient(90deg, #46935f, #a0f5c0, #468d5f);
  position: relative;
}
#shengtai .c-title-wrap {
  margin-bottom: 0;
  padding-top: 30px;
}
#shengtai .shengtai {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  position: relative;
}
#shengtai .page-banner {
  margin-bottom: 0;
}
#shengtai .shu {
  padding: 30px 0;
}
#shengtai .shu .container {
  display: flex;
}
#shengtai .shu .container .img {
  flex: 0 0 600px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}
#shengtai .shu .container .txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#shengtai .shu .container .txt .title {
  font-size: 28px;
  font-weight: 600;
  color: var(--font-3c-color);
}
#shengtai .shu .container .txt .desc {
  margin-top: 14px;
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}
#shengtai .shu .mudi-list .mudi-item {
  align-items: flex-start;
}
#shengtai .shu .mudi-list .mudi-item:hover .txt .title a {
  color: var(--styem);
}
#shengtai .shu .mudi-list .mudi-item .warp-btn {
  position: absolute;
  right: 5%;
  top: 15%;
  width: 100px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
}
#shengtai .shu .mudi-list .mudi-item .warp-btn:hover {
  background-color: #61a548;
}
#shengtai .shu .mudi-list .mudi-item .warp-btn:hover a {
  color: var(--white);
}
#shengtai .shu .mudi-list .mudi-item .warp-btn a {
  color: var(--font-3c-color);
  font-size: 14px;
}
#shengtai .shu .mudi-list .mudi-item .warp-btn a:after {
  content: "\e8f1";
  font-family: iconfont;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.75;
  margin-right: 1px;
  margin-left: 5px;
}
#shengtai .shu .mudi-list .youshi {
  margin-top: 10px;
}
#shengtai .shu .mudi-list .youshi .p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #fff;
  background-color: #61a548;
  border-radius: 4px;
  padding: 0 6px;
  line-height: 20px;
  margin-right: 10px;
}
#shengtai .shu .mudi-huanjing .item .img {
  margin-right: 0;
}
#shengtai .shu .mudi-huanjing .item .txt {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 500;
}
#shengtai .shu .mudi-huanjing {
  display: none;
}
#shengtai .shu .bt {
  font-size: 16px;
  color: #333;
  margin: 20px 0 10px 0;
  display: flex;
  font-weight: 600;
  display: none;
}
#shengtai .shu .bt::before {
  content: "\e616";
  font-family: iconfont;
  margin-right: 1px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.by-desc {
  background-image: url(../image/com.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  font-size: 20px;
  color: var(--white);
  line-height: 1.7;
}

#tese {
  background-image: url("../image/tiankong.jfif");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 20px;
}
#tese .page-banner {
  margin-bottom: 0;
}

.tese {
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0.65);
}

.by-list {
  padding: 30px 0;
  /* 设置延迟浮现效果 */
  /* 设置奇偶数交叉载入效果 */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn3 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.by-list .mudi-item {
  opacity: 0;
}
.by-list .mudi-item:nth-child(even) {
  animation: fadeIn 0.5s ease forwards;
}
.by-list .mudi-item:nth-child(odd) {
  animation: fadeIn2 0.8s ease forwards;
}
.by-list .mudi-list .mudi-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid transparent;
  position: relative;
}
.by-list .mudi-list .mudi-item:hover {
  border: 1px solid var(--styem);
}
.by-list .mudi-list .mudi-item .txt {
  padding-right: 20px;
}
.by-list .mudi-list .mudi-item .txt .title .link {
  transition: 0.1s;
}
.by-list .mudi-list .mudi-item .img {
  flex: 0 0 450px;
  height: 198px;
  border-radius: 10px;
  overflow: hidden;
}
.by-list .mudi-list .mudi-item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mudiList .list {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  flex-wrap: wrap;
}
.mudiList .list .item {
  border-radius: 3px;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  width: 33.33%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mudiList .list .item:hover .txt .title .link {
  color: var(--styem);
}
.mudiList .list .item:hover .txt:before {
  width: 96.4%;
}
.mudiList .list .item .txt:before {
  content: "";
  position: absolute;
  left: 7px;
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: var(--styem);
  border-radius: 0;
  transition: width 0.3s ease-in-out;
}
.mudiList .list .item .img {
  border-radius: 0;
  overflow: hidden;
  height: 240px;
  width: 100%;
}
.mudiList .list .item .img img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mudiList .list .item .txt {
  width: 100%;
  padding: 20px;
  border: solid 1px #ffe8d2;
  background-color: var(--white);
  height: 150px;
}
.mudiList .list .item .txt .title {
  font-size: 22px;
  color: var(--font-3c-color);
}
.mudiList .list .item .txt .desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--font-888-color);
}

.desc-txt {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 1.8;
  color: var(--font-888-color);
}

#binyiguan .byDel {
  padding: 0;
}
#binyiguan .mudiList .list .item {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#binyiguan .mudiList .list .item .img {
  flex: 0 0 360px;
  height: 250px;
}
#binyiguan .mudiList .list .item .txt {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#binyiguan .mudiList .list .item .txt .title {
  font-weight: 600;
}
#binyiguan .mudiList .list .item .txt .mt-10 span,
#binyiguan .mudiList .list .item .txt .data span {
  color: var(--font-888-color);
}
#binyiguan .mudiList .list .item .txt .foot-call {
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 0;
  margin-top: auto;
}
#binyiguan .mudiList .list .item .txt .foot-call a {
  margin-top: 10px;
}

.title-img {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.yongpin-wg-b {
  background-color: #fff1e4;
  padding: 20px 0;
}
.yongpin-wg-b .aside-title {
  align-items: flex-end;
  margin: 0 auto 30px auto !important;
}

.yongpin-wg-c .mu-content .mu-right .ul {
  padding-top: 120px !important;
}

.yongpin-wg {
  margin-bottom: 30px;
}
.yongpin-wg .aside-title {
  align-items: flex-end;
  margin: 30px auto;
}
.yongpin-wg .aside-title .name {
  font-size: 30px;
  color: #4a4a4a;
}
.yongpin-wg .aside-title .name .desc {
  color: #4a4a4a;
  font-size: 17px;
  font-weight: 500;
}
.yongpin-wg .aside-title .btn {
  font-size: 16px;
}
.yongpin-wg .mu-content .mu-left .list {
  flex-wrap: wrap;
  align-items: flex-start;
}
.yongpin-wg .mu-content .mu-left .list .item {
  flex-basis: 23.95%;
  border: solid 1px #cccccc;
  padding: 0;
  margin: 0 4px 10px 5px;
  background-color: var(--white);
  transition: 0.2s;
}
.yongpin-wg .mu-content .mu-left .list .item:hover {
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.3);
}
.yongpin-wg .mu-content .mu-left .list .item:hover .txt .title .link {
  color: var(--styem);
}
.yongpin-wg .mu-content .mu-left .list .item .img {
  height: 188px;
}
.yongpin-wg .mu-content .mu-left .list .item .img img {
  height: 100%;
}
.yongpin-wg .mu-content .mu-left .list .item .txt {
  text-align: center;
  padding: 5px 10px 10px 10px;
}
.yongpin-wg .mu-content .mu-left .list .item .txt .title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.yongpin-wg .mu-content .mu-left .list .item .txt .title .link {
  font-size: 18px;
  color: var(--font-3c-color);
}
.yongpin-wg .mu-content .mu-left .list .item .txt .pic {
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 13px;
}
.yongpin-wg .mu-content .mu-left .list .item .txt .pic span {
  font-size: 16px;
}
.yongpin-wg .mu-content .mu-right {
  flex: 0 0 224px;
  height: 540px;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
  margin-left: 0;
}
.yongpin-wg .mu-content .mu-right .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 40px;
  padding-top: 30px;
}
.yongpin-wg .mu-content .mu-right .ul a {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  width: 80%;
}
.yongpin-wg .mu-content .mu-right .ul a.gaoliang {
  background-color: var(--styem);
  color: var(--white);
}
.yongpin-wg .f1 .mu-right {
  background-image: url(../image/goods1.jpg);
}
.yongpin-wg .f3 .mu-right {
  background-image: url(../image/goods3.jpg);
}
.yongpin-wg .f4 .mu-right {
  background-image: url(../image/goods4.jpg);
}
.yongpin-wg .f2 .mu-right {
  background-image: url(../image/goods2.jpg);
}
.yongpin-wg .f2 .mu-right .ul {
  padding-top: 103px;
}

#binzangyongpinFilter {
  background-color: #f8f9fa;
}
#binzangyongpinFilter .breadcrumb {
  position: absolute;
  right: 19%;
  top: 31%;
  max-width: -moz-max-content;
  max-width: max-content;
}
#binzangyongpinFilter .breadcrumb a {
  color: #d3d3d3;
}
#binzangyongpinFilter .news-tab {
  justify-content: center;
}
#binzangyongpinFilter .news-tab li {
  flex: 0 0 auto;
}
#binzangyongpinFilter .yongpin-wg .mu-content .mu-right .ul a {
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 10px;
}
#binzangyongpinFilter .page-banner {
  position: relative;
  height: 360px;
}
#binzangyongpinFilter .by-news {
  max-width: 1200px;
  margin-top: -120px;
  position: relative;
  z-index: 4;
  padding: 20px 10px 10px 10px;
  background-color: var(--white);
  margin-bottom: 30px;
}
#binzangyongpinFilter .by-news:before {
  background-image: url("../image/byg-shadow-l.png");
  left: -29px;
  content: "";
  position: absolute;
  width: 29px;
  height: 210px;
  background-repeat: no-repeat;
  top: 100px;
  background-size: cover;
  opacity: 0.68;
}
#binzangyongpinFilter .by-news:after {
  background-image: url("../image/byg-shadow-r.png");
  right: -29px;
  content: "";
  position: absolute;
  width: 29px;
  height: 210px;
  background-repeat: no-repeat;
  top: 100px;
  background-size: cover;
  opacity: 0.68;
}

.app-nav {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 15px;
  display: none;
}
.app-nav .app-nav-tel {
  display: none;
  margin: 15px 0 10px 0;
}
.app-nav .nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 8px;
}
.app-nav .nav li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-nav .nav li:nth-child(3) .icon {
  background: linear-gradient(120deg, #ccc, rgba(255, 255, 255, 0));
}
.app-nav .nav li:nth-child(3) .icon:before {
  content: "\e791";
  color: #484848;
}
.app-nav .nav li:nth-child(2) .icon {
  background: linear-gradient(120deg, #b3fdd1, rgba(255, 255, 255, 0));
}
.app-nav .nav li:nth-child(2) .icon:before {
  content: "\e644";
  color: #2cb764;
}
.app-nav .nav li:nth-child(4) .icon {
  background: linear-gradient(120deg, #c4c7f6, rgba(255, 255, 255, 0));
}
.app-nav .nav li:nth-child(4) .icon:before {
  content: "\f8e5";
  color: #121435;
}
.app-nav .nav li:nth-child(5) .icon {
  background: linear-gradient(120deg, #ffe6ff, rgba(255, 255, 255, 0));
}
.app-nav .nav li:nth-child(5) .icon:before {
  content: "\e622";
  color: #b074b0;
}
.app-nav .nav li .icon {
  margin-bottom: 5px;
  background: linear-gradient(120deg, var(--font-styem), rgba(255, 255, 255, 0));
  padding: 5px;
  border-radius: 50%;
}
.app-nav .nav li .icon:before {
  content: "\e623";
  font-family: iconfont;
  font-size: 26px;
  color: var(--styem);
}
.app-nav .nav li a {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2a2a2a;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

footer {
  margin-top: 10px;
}

#binzangyongpinDel .byDel {
  padding: 20px 0 40px;
}

.yongpin-wrap {
  display: flex;
  background: linear-gradient(120deg, rgba(230, 246, 246, 0), rgba(230, 246, 246, 0), rgb(230, 246, 246));
  
}
.yongpin-wrap .img {
  flex: 0 0 380px;
  border: solid 1px #f1f1f1;
  -o-object-fit: contain;
     object-fit: contain;
}
.yongpin-wrap .txt {
  flex: 1;
  padding: 15px;
  position: relative;
}
.yongpin-wrap .txt .top {
  display: flex;
  align-items: center;
}
.yongpin-wrap .txt .top .title {
  flex: 1;
}
.yongpin-wrap .txt .top .title .name {
  font-size: 30px;
  font-weight: 600;
}
.yongpin-wrap .txt .top .title .pic {
  font-size: 26px;
  color: var(--styem);
  margin-top: 10px;
}
.yongpin-wrap .txt .top .yunfei {
  margin-left: auto;
  font-size: 18px;
  color: var(--font-888-color);
}
.yongpin-wrap .txt .guige {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  display: flex;
  text-align: center;
  line-height: 35px;
  padding: 10px 0;
  margin: 15px 0 30px 0;
}
.yongpin-wrap .txt .guige li {
  flex: auto;
}
.yongpin-wrap .txt .guige li:nth-child(2) {
  border-left: solid 1px #e9e9e9;
  border-right: solid 1px #e9e9e9;
}
.yongpin-wrap .txt .guige li .name {
  color: var(--font-888-color);
}
.yongpin-wrap .txt .min {
  max-width: 145px;
  height: auto;
  float: right;
}
.yongpin-wrap .txt .call {
  display: flex;
  position: absolute;
  bottom: 8%;
  left: 17px;
}
.yongpin-wrap .txt .call .btn-wrap {
  text-align: center;
  padding: 4px 22px;
  background-color: var(--styem);
  color: var(--white);
  font-size: 16px;
  border: solid 1px var(--styem);
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.yongpin-wrap .txt .call .btn-wrap:before {
  content: "京东店铺购买";
  position: absolute;
  top: -35px;
  color: #3c3c3c;
  font-size: 14px;
  width: 100%;
  left: 0;
}
.yongpin-wrap .txt .call .btn-wrap:hover {
  background-color: #ddb085;
}
.yongpin-wrap .txt .call .btn-wrap:first-child {
  margin-right: 20px;
  background-color: var(--white);
  color: var(--styem);
  border-color: var(--styem);
}
.yongpin-wrap .txt .call .btn-wrap:first-child:hover {
  background-color: var(--styem);
  color: var(--white);
  border-color: var(--styem);
}
.yongpin-wrap .txt .call .btn-wrap:first-child:before {
  content: "咨询客服顾问";
}

.yongpin-con-title {
  padding:50px 0 50px 0px;;
  text-align: center;
  font-size: 30px;
  color: var(--font-333-color);
  position: relative;
}
.yongpin-con-title:after {
  width: 70px;
  height: 2px;
  content: "";
  background-color: #e9e9e9;
  display: block;
  position: absolute;
  top: 50%;
  left: 60%;
}
.yongpin-con-title:before {
  width: 70px;
  height: 2px;
  content: "";
  background-color: #e9e9e9;
  display: block;
  position: absolute;
  top: 50%;
  right: 60%;
}

.yongpin-content {
  
  overflow: hidden;
  position: relative;
}
.yongpin-content .Article_body p {line-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yongpin-content.open {
  max-height: none;
}

.article-more-btn {
  left: 0;
  right: 0;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 60%);
  padding-top: 36px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  padding-bottom: 10px;
}
.article-more-btn.open {
  position: relative;
  bottom: 0;
  left: 0;
}
.article-more-btn.open .btn-outline-red:before {
  content: "收起来";
}

.btn-outline-red {
  background-color: transparent;
  border: solid 1px var(--styem);
  color: var(--styem);
  border-radius: 0 !important;
  padding: 3px 15px;
  font-size: 14px;
  transition: 0.2s;
}
.btn-outline-red:hover {
  background-color: var(--styem);
  border-color: var(--styem);
  color: var(--white);
}
.btn-outline-red:before {
  content: "展开看全部";
}

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 20px;
}
.bg main {
  z-index: 2;
  position: relative;
}
.bg .page-banner {
  margin-bottom: 0;
}
.bg .breadcrumb {
  background-color: rgba(78, 56, 31, 0.75);
}
.bg .page-banner {
  background-color: rgba(78, 56, 31, 0.75);
}
.bg .breadcrumb a {
  color: #c9c9c9;
}
.bg .breadcrumb a:hover {
  color: var(--styem);
}

body#T1qianfen {
  --styem: #ffeed8;
  --font-styem: #f9d49f;
  --btn-color: #e38000 ;
}

#T3haizang {
  background: linear-gradient(135deg, #28adf9, #125fab, #0c317c) left center/300% 300%;
}
#T3haizang .page-banner {
  background-color: rgb(98, 153, 225);
}
#T3haizang .breadcrumb {
  background-color: rgb(98, 153, 225);
}
#T3haizang .post-img {
  top: 24%;
  width: 32%;
}

#T1qianfen {
  background-image: url(../image/wg-mainbg.jpg);
}
#T1qianfen footer {
  z-index: 9;
  position: relative;
}
#T1qianfen .tese {
  background-color: rgba(156, 138, 116, 0.9);
  border-top: 2px solid #9c8a74;
}
#T1qianfen .post-img {
  top: 185px;
  left: 50%;
}
#T1qianfen footer {
  margin-top: 0;
}
#T1qianfen .qianf {
  padding: 30px;
}
#T1qianfen .qianf .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#T1qianfen .qianf .img .ask {
  position: absolute;
  z-index: 1;
  color: var(--styem);
  background-color: rgba(72, 59, 40, 0.6);
  padding: 0 10px;
  border-radius: 12px;
}
#T1qianfen .qianf .img .ask.a-a {
  left: 30%;
  top: 12%;
}
#T1qianfen .qianf .img .ask.a-b {
  right: 25%;
  top: 10%;
}
#T1qianfen .qianf .img .ask.a-c {
  left: 25%;
  top: 40%;
}
#T1qianfen .qianf .img .ask.a-d {
  right: 29%;
  bottom: 30%;
}
#T1qianfen .qianf .desc {
  font-size: 16px;
  color: var(--styem);
  line-height: 1.5;
}
#T1qianfen .qianf .title {
  color: var(--font-styem);
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
#T1qianfen .qianf .foot-call {
  font-size: 20px;
  color: var(--white);
}
#T1qianfen .qianf .foot-call a {
  color: var(--white);
}
#T1qianfen .qianf .foot-call a span {
  background-color: var(--btn-color);
}

.by-liucheng .wrap .qianfen-liucheng-wrap {
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 12px;
  margin-bottom: 12px;
  background-color: #4d4134;
  border: 1px solid #795731;
}
.by-liucheng .wrap .qianfen-liucheng-wrap li {
  flex-basis: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.by-liucheng .wrap .qianfen-liucheng-wrap li .lc-c {
  width: 50px;
  color: #d69945;
  margin: 0 auto;
  padding: 3px;
}
.by-liucheng .wrap .qianfen-liucheng-wrap li .lc-c span {
  padding: 20px 6px 20px;
  font-size: 22px;
  display: block;
  border: 1px solid #8f7249;
  line-height: 1.2;
  text-align: center;
}
.by-liucheng .wrap .qianfen-liucheng-wrap li .lc-num {
  height: 70px;
  width: 41px;
  /* line-height: 89px; */
  font-size: 21px;
  background-image: url(../image/wg-team-year-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8px;
  left: 16px;
}
.by-liucheng .wrap .qianfen-liucheng-wrap li .lc-num span {
  display: block;
  line-height: 40px;
  text-align: center;
  font-family: var(--font-3c-color);
}
.by-liucheng .wrap .list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.by-liucheng .wrap .list .item {
  position: relative;
  width: 33%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #4d4134;
  padding: 0;
  border-radius: 6px;
}
.by-liucheng .wrap .list .item:hover .txt .tit {
  color: #e38000;
}
.by-liucheng .wrap .list .item .img {
  width: 100%;
  height: auto;
}
.by-liucheng .wrap .list .item .txt {
  padding: 10px;
}
.by-liucheng .wrap .list .item .txt .tit {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--font-styem);
}
.by-liucheng .wrap .list .item .txt .des {
  font-size: 14px;
  color: var(--styem);
}
.by-liucheng .wrap .list .item .txt .num {
  font-size: 18px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e38000;
  border-radius: 0 0 0 10px;
  color: var(--white);
}

.qian-liucheng {
  display: block;
  padding-bottom: 20px;
}

.by-jinji {
  padding: 10px 30px 20px 30px !important;
}
.by-jinji .wrap {
  background-image: url(../image/qian_note.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.by-jinji .title {
  color: var(--font-3c-color) !important;
}
.by-jinji .list {
  display: flex;
  width: 660px;
  margin: 0 auto 20px auto;
}
.by-jinji .list .li {
  width: 50%;
  font-size: 18px;
  color: #333333;
  line-height: 52px;
  border-bottom: dashed 1px #999999;
}
.by-jinji .list .li:hover {
  color: #e38000;
}
.by-jinji .title-a {
  margin-bottom: 20px;
}
.by-jinji .btn-call {
  margin: 0 auto 20px auto;
  background-color: #e38000;
  padding: 1px 20px;
  font-size: 16px;
  line-height: 36px;
  color: var(--white);
  border-radius: 50px;
}

.qianf .title .desc {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}

.by-tuijian {
  margin-top: 20px;
}
.by-tuijian.qianf {
  padding: 0 !important;
}
.by-tuijian .list .item {
  width: 25%;
  position: relative;
}
.by-tuijian .list .item .txt .title {
  line-height: 34px;
}
.by-tuijian .list .item .txt .title a {
  font-size: 18px;
}

#T3fenqi footer,
#T2anzang footer,
#T13anzang footer {
  margin-top: 0;
}
#T3fenqi .page-banner,
#T2anzang .page-banner,
#T13anzang .page-banner {
  height: 400px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#T3fenqi .page-banner .txt,
#T2anzang .page-banner .txt,
#T13anzang .page-banner .txt {
  z-index: 1;
}
#T3fenqi .page-banner .txt .title,
#T2anzang .page-banner .txt .title,
#T13anzang .page-banner .txt .title {
  margin-bottom: 30px;
}
#T3fenqi .page-banner::before,
#T2anzang .page-banner::before,
#T13anzang .page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#T3fenqi .p,
#T2anzang .p,
#T13anzang .p {
  background-image: url(../image/com.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  font-size: 20px;
  color: var(--white);
  line-height: 36px;
}

#T3fenqi .page-banner::before {
  display: none;
}

#T13anzang .page-banner {
  padding-bottom: 60px;
}
#T13anzang .c-title-wrap {
  margin-bottom: 20px;
}

.T13by-liucheng .item {
  width: 20%;
  padding: 10px;
  border: solid 1px #c1c1c1;
}
.T13by-liucheng .item .img {
  margin-bottom: 10px;
}
.T13by-liucheng .item .txt {
  text-align: center;
}

.T13-2.T13by-liucheng {
  justify-content: space-between;
}
.T13-2.T13by-liucheng .item {
  width: 25%;
  border: none;
}
.T13-2.T13by-liucheng .item .img {
  margin-bottom: 10px;
}
.T13-2.T13by-liucheng .item .txt {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 21px;
  font-size: 20px;
  width: 94%;
  color: var(--white);
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 7px;
}

.T2by-anzang-a {
  justify-content: space-between;
  margin: 120px 0 20px 0;
}
.T2by-anzang-a .item {
  width: 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #ffe8d2;
  padding: 20px;
}
.T2by-anzang-a .item:hover {
  border-color: var(--styem);
}
.T2by-anzang-a .item .img {
  width: 70%;
  border-radius: 50%;
  position: absolute;
  top: -36%;
}
.T2by-anzang-a .item .txt {
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab-button {
  cursor: pointer;
}

.tab-button.active {
  background-color: #fff;
}

#T3haizang .c-title-wrap {
  margin-bottom: 20px;
}

.poimg {
  position: fixed;
  bottom: 84%;
  right: 0;
  width: 100%;
  height: 20px;
  z-index: -1;
}
.poimg img {
  width: 100%;
}

footer {
  margin-top: 0;
  z-index: 9;
  position: relative;
}

.hazaitab {
  position: relative;
  margin-bottom: 20px;
}
.hazaitab .tab-buttons {
  display: flex;
}
.hazaitab .tab-buttons .tab-button {
  flex: 1;
  text-align: center;
  background-color: #2883fc;
  margin: 10px 5px;
  padding: 20px;
  color: var(--white);
  font-size: 18px;
  transition: 0.3s;
}
.hazaitab .tab-buttons .tab-button.active {
  background-color: #93c1fd;
}
.hazaitab .tab-buttons .tab-button:hover {
  background-color: #93c1fd;
}

.bg-white {
  background-color: var(--white);
}

.box {
  display: flex;
  background-color: var(--white);
  padding: 20px;
  border-radius: 4px;
}
.box .img {
  flex: 0 0 250px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.box .txt {
  padding: 10px;
  color: var(--font-3c-color);
}
.box .txt .title {
  font-size: 20px;
  font-weight: 600;
}
.box .txt .Article_body {
  line-height: 1.3;
}
.box .txt .Article_body p {
  margin-bottom: 5px;
}
.box .txt .foot-call {
  padding-bottom: 0;
  font-size: 22px;
  justify-content: flex-start;
}
.box .txt .foot-call a {
  color: var(--font-3c-color);
}

.haisa-tcNav {
  display: flex;
}
.haisa-tcNav .li {
  flex: 1;
  border-left: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.haisa-tcNav .li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.haisa-tcNav .li .item .title {
  padding: 10px 0;
  line-height: 2;
  width: 100%;
  background-color: #ebe3c5;
  font-size: 20px;
}
.haisa-tcNav .li .item .desc {
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  color: var(--white);
  background-color: #a5915f;
}

.hai-call {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
}
.hai-call a {
  color: var(--styem);
  font-size: 18px;
}

.hstc-ul .li {
  border-radius: 0;
  padding: 5px 0;
}
.hstc-ul .li:first-child .p3 {
  color: var(--font-888-color);
}
.hstc-ul .li .p3 {
  font-size: 14px;
  line-height: 32px;
  padding-left: 10px;
  border-bottom: 1px solid #ececec;
  color: var(--styem);
}
.hstc-ul .li .p3:nth-child(even) {
  background-color: #f8f9fa;
}
.hstc-ul .li:nth-child(2) {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.Himg-top {
  opacity: 0;
  visibility: hidden;
  animation: fadeInAnimation 3s ease forwards;
}

.haitopm.page-banner {
  background-image: url(../image/haisa-topimg-m.jpg);
  border: 0;
  border-radius: 4px;
  position: relative;
  height: auto;
  margin-bottom: 20px;
  border-radius: 4px;
}
.haitopm.page-banner .foot-call {
  z-index: 3;
  position: relative;
  padding-bottom: 0;
  margin-top: 30px;
  color: var(--white);
}
.haitopm.page-banner .list .item {
  width: 38%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.haitopm.page-banner .list .item ul li {
  line-height: 2;
  font-size: 16px;
}
.haitopm.page-banner .c-title-wrap .title {
  color: var(--white);
}
.haitopm.page-banner:before {
  content: "";
  background-color: #0088cc;
  display: block;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#T3haizang .mudi-huanjing .item .txt {
  margin-top: 8px;
  color: var(--font-888-color);
  font-size: 14px;
  font-weight: 500;
}
#T3haizang .Hicon {
  flex: 0 0 250px;
  margin-right: 20px;
}
#T3haizang .mudiDetail-wrap .txt {
  flex: 1;
  padding-top: 3px;
  display: flex;
  flex-direction: column;
}
#T3haizang .mudiDetail-wrap .txt .li {
  flex: 1;
  position: relative;
  padding-left: 25px;
  font-size: 17px;
}
#T3haizang .mudiDetail-wrap .txt .li:before {
  content: "\ec1e";
  font-family: iconfont;
  position: absolute;
  left: -2px;
  top: -3px;
  font-size: 30px;
  color: var(--styem);
}

#T3fenqi .c-title-wrap {
  margin-bottom: 10px;
  margin-top: 40px;
}

.fenqi-a .Article_body h3 {line-height: 55px;
  font-size: 24px;
  font-weight: 600;
}
.fenqi-a .Article_body p {line-height: 35px;
  font-weight: 600;
}
.fenqi-a .Article_body p span {
  font-weight: 500;
}
.fenqi-a .Article_body .desc {
  font-size: 12px;
  color: var(--font-888-color);
  margin-bottom: 15px;
}
.fenqi-a .Article_body .desc:before {
  content: "\e63d";
  font-family: iconfont;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.75;
  margin-right: 1px;
}
.fenqi-a .row {
  display: flex;
}
.fenqi-a .row .col {
  width: 50%;
}
.fenqi-a .row .col .img {
  height: 80px;
  margin-bottom: 20px;
}
.fenqi-a .row .col .p1 {
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--font-3c-color);
}
.fenqi-a .row .col .p1 span {
  color: #333;
}

#T5jisao {
  background-image: url(../image/jisao.jfif);
}
#T5jisao .page-banner .txt .title {
  color: var(--font-3c-color);
}
#T5jisao .page-banner .txt .desc {
  color: var(--font-3c-color);
}
#T5jisao .breadcrumb a {
  color: #666;
}
#T5jisao .breadcrumb a:hover {
  color: var(--styem);
}
#T5jisao .p {
  background-image: url(../image/com.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  font-size: 20px;
  color: var(--white);
  line-height: 36px;
}
#T5jisao .page-banner {
  background-color: rgba(169, 213, 214, 0.65);
}
#T5jisao .breadcrumb {
  background-color: rgba(169, 213, 214, 0.65);
}
#T5jisao .haisa-tcNav {
  position: relative;
  z-index: 1;
}
#T5jisao .haisa-tcNav .li {
  border-left: none;
  border-radius: 0;
  padding: 0 55px;
  border-radius: 8px;
  overflow: hidden;
}
#T5jisao .haisa-tcNav .li .item {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
#T5jisao .haisa-tcNav .li .content {
  background-color: #c8b290;
  color: var(--white);
  padding: 10px 20px;
  font-size: 18px;
  line-height: 33px;
  border-radius: 0 0 8px 8px;
  height: 220px;
}
#T5jisao .Article_body {
  padding-left: 58px;
  margin-top: 10px;
}
#T5jisao .js-pics {
  background-image: url(../image/fsy.jfif);
  position: relative;
  margin-top: 36px;
  border-radius: 4px;
  overflow: hidden;
}
#T5jisao .js-pics .c-title-wrap .title {
  color: #c8b290;
}
#T5jisao .js-pics .c-title-wrap .desc {
  color: #fff4e1;
}
#T5jisao .js-pics:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 27, 0, 0.74);
}

.daikesaomu_list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.daikesaomu_list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.daikesaomu_list .li .neir {
  font-size: 17px;
  color: var(--font-3c-color);
  padding: 8px 0;
}

#T6jizhu .post-img {
  right: 8%;
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
}
#T6jizhu .page-banner {
  background-color: #8f8f8f;
}
#T6jizhu .page-banner {
  margin-bottom: 0;
}
#T6jizhu .breadcrumb {
  background-color: rgb(248, 248, 248);
}
#T6jizhu .c-title-wrap {
  padding: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/guhuizuanshi_tit.png);
}
#T6jizhu .c-title-wrap .title {
  font-size: 30px;
}
#T6jizhu .c-title-wrap:after {
  display: none;
}

.jizhu {
  position: relative;
  background: url(../image/jizhub-7.png) center bottom no-repeat rgb(248, 248, 248);
  background-size: contain;
}
.jizhu .pos {
  position: absolute;
}
.jizhu .jizhub1 {
  width: 480px;
  top: -85px;
  left: 0px;
}
.jizhu .jizhub2 {
  width: 480px;
  top: 1025px;
  right: 0px;
}
.jizhu .jizhub3 {
  width: 1200px;
  top: 1040px;
  left: 0px;
}
.jizhu .jizhub4 {
  width: 390px;
  top: 1810px;
  left: 0px;
}
.jizhu .jizhub5 {
  width: 1200px;
  top: 2236px;
  left: 0px;
}
.jizhu .con .jizhu-a {
  width: 1040px;
  margin: 0 auto;
}
.jizhu .con .jizhu-a .item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.jizhu .con .jizhu-a .item .img {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jizhu .con .jizhu-a .item .img img {
  width: auto;
  height: 200px;
}
.jizhu .con .jizhu-a .item .txt {
  width: 610px;
}
.jizhu .con .jizhu-a .item .txt .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--styem);
}
.jizhu .con .jizhu-a .item .txt .desc {
  font-size: 16px;
  line-height: 28px;
}
.jizhu .con .guhui_luicheng {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 60px;
}
.jizhu .con .guhui_luicheng .li {
  width: 33.33%;
  /* margin: 0 10px 30px; */
  margin-bottom: 20px;
  text-align: center;
}
.jizhu .con .guhui_luicheng .li .img {
  width: 100%;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
}
.jizhu .con .guhui_luicheng .li .p1 {
  font-size: 16px;
  width: 40%;
  margin: 0 auto;
}
.jizhu .con .guhui_dinggou {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.jizhu .con .guhui_dinggou .li {
  width: 18%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: solid 1px #000000;
  border-radius: 5px;
  background-color: #f1f1f1;
}
.jizhu .con .mudi-Tcontent {
  width: 780px;
  margin: 0 auto 50px auto;
}
.jizhu .con .mudi-Tcontent .item {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.jizhu .con .mudi-Tcontent .img {
  height: 260px;
}
.jizhu .con .mudi-Tcontent .txt {
  padding: 20px;
}
.jizhu .con .mudi-Tcontent .txt .name {
  margin-bottom: 10px;
}
.jizhu .con .mudi-Tcontent .txt .name a {
  font-size: 22px;
}
.jizhu .con .mudi-Tcontent .txt .name .pic {
  font-size: 24px;
  font-weight: 500;
  color: var(--styem);
}
.jizhu .con .mudi-Tcontent .txt .desc {
  color: var(--font-888-color);
  font-size: 16px;
  line-height: 28px;
}
.jizhu .con .mudi-Tcontent .txt .btn {
  display: flex;
  margin-top: 10px;
}
.jizhu .con .mudi-Tcontent .txt .btn-call {
  display: inline-block;
  width: 150px;
  color: #a61412;
  background: url("../image/jzzsB.png") 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}
.jizhu .con .zhuji-b .mudi-Tcontent {
  width: 100%;
  display: flex;
}
.jizhu .con .zhuji-b .mudi-Tcontent .item {
  width: 24%;
  background-color: var(--white);
  margin-bottom: 15px;
}
.jizhu .con .zhuji-b .mudi-Tcontent .item .img {
  margin-bottom: 0;
  height: 250px;
}
.jizhu .con .zhuji-b .mudi-Tcontent .item .txt {
  border-top: solid 1px #b8b8b8;
  padding: 15px 15px;
}
.jizhu .con .zhuji-b .mudi-Tcontent .item .txt .name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  flex-direction: column;
}
.jizhu .con .zhuji-b .mudi-Tcontent .item .txt .name a {
  font-size: 24px;
  margin-bottom: 10px;
}
.jizhu .con .zhuji-b .mudi-Tcontent .item .txt .name .pic {
  font-size: 18px;
}
.jizhu .con .zhuji-b .mudi-Tcontent .item .txt .desc {
  font-size: 18px;
  text-decoration: line-through;
}
.jizhu .con .zhuji-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.jizhu .con .zhuji-img img {
  height: 560px;
  width: auto;
}

#T7yixiang .jizu {
  width: 100%;
}
#T7yixiang .jizu .con .mudi-Tcontent .item {
  width: 32%;
  padding: 20px;
  border: solid 1px #cccccc;
}
#T7yixiang .jizu .con .mudi-Tcontent .item .img {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
#T7yixiang .jizu .con .mudi-Tcontent .item .img img {
  width: auto;
}
#T7yixiang .jizu .con .mudi-Tcontent .item .txt {
  text-align: center;
}
#T7yixiang .jizu .con .mudi-Tcontent .item .txt .name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
#T7yixiang .jizu .con .mudi-Tcontent .item .txt .name a {
  font-size: 22px;
  color: var(--styem);
}
#T7yixiang .jizu .con .mudi-Tcontent .item .txt .desc {
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin: 8px 0;
}
#T7yixiang .jizu .con .mudi-Tcontent .item .txt .pic {
  font-size: 20px;
  color: var(--styem);
  justify-content: center;
}
#T7yixiang .jizu .con .mudi-Tcontent .item .txt .tishi {
  margin-top: 8px;
  font-size: 14px;
  color: var(--font-888-color);
}
#T7yixiang .page-banner {
  margin-bottom: 0;
}
#T7yixiang .c-title-wrap {
  padding: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/guhuizuanshi_tit.png);
}
#T7yixiang .c-title-wrap .title {
  font-size: 30px;
}
#T7yixiang .c-title-wrap:after {
  display: none;
}

.yiceng {
  width: 100%;
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin: 20px 0 40px;
}
.yiceng .img {
  width: 560px;
  height: 520px;
  position: absolute;
  right: 10px;
  top: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  background-image: url(../image/yixiangkaoci1.jpg);
}
.yiceng .neir {
  width: 650px;
  height: 370px;
  background-color: #f2f2f2;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding: 60px 60px;
}
.yiceng .neir .p2 {
  font-size: 17px;
  line-height: 1.8;
}

#T12shouling .p,
#T8mubeiyingdiao .p {
  background-image: url(../image/com.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  font-size: 20px;
  color: var(--white);
  line-height: 36px;
}
#T12shouling .tit1,
#T8mubeiyingdiao .tit1 {
  text-align: center;
  font-size: 28px;
  color: var(--styem);
  margin-bottom: 8px;
}
#T12shouling .tit2,
#T8mubeiyingdiao .tit2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}
#T12shouling .img1.img2,
#T8mubeiyingdiao .img1.img2 {
  height: 276px;
}
#T12shouling .img1,
#T8mubeiyingdiao .img1 {
  width: 100%;
  height: 592px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}
#T12shouling .tit3,
#T8mubeiyingdiao .tit3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
  color: var(--styem);
}
#T12shouling .mubei_list,
#T8mubeiyingdiao .mubei_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#T12shouling .mubei_list img,
#T8mubeiyingdiao .mubei_list img {
  margin-bottom: 20px;
}

#T9fashi .p {
  background-image: url(../image/com.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  font-size: 20px;
  color: var(--white);
  line-height: 36px;
}
#T9fashi .img1 {
  margin-top: 30px;
}

.wg-zs {
  background-color: #f2f2f2;
  border: solid 1px #cccccc;
  padding: 30px 90px;
  margin-bottom: 20px;
}
.wg-zs .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wg-zs .row img {
  flex: 0 0 auto;
  margin-left: 20px;
}
.wg-zs .row .txt {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}

.wg-zs-a .aside-title {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}
.wg-zs-a .aside-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 27px;
  background-color: #eaa462;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  border-radius: 40px;
}
.wg-zs-a .aside-title .name {
  font-size: 24px;
}
.wg-zs-a .list {
  display: flex;
  justify-content: space-between;
}
.wg-zs-a .list .item {
  width: 24%;
  height: 320px;
  border: solid 1px #b8b8b8;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.wg-zs-a .list .item:hover {
  border-color: var(--styem);
}
.wg-zs-a .list .item:hover .name {
  border-color: var(--styem);
  color: var(--styem);
}
.wg-zs-a .list .item .name {
  border-top: solid 1px #b8b8b8;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.swiper-3 .swiper-slide:last-child .box:after {
  display: none;
}

#T2anzang .breadcrumb {
  margin: 20px 0;
}

.swiper-3 .box {
  width: 100%;
  background-color: var(--styem);
  color: var(--white);
  border-radius: 10px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  padding: 10px;
}
.swiper-3 .box:after {
  content: "\e656";
  font-family: iconfont;
  position: absolute;
  right: -31px;
  font-size: 22px;
  top: 37%;
  color: #cccccc;
}
.swiper-3 .box .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.swiper-3 .box .num {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  border-radius: 0 0 8px 0;
  background-color: #ef9136;
}

.T11yd-a .item {
  width: 22%;
  border: solid 2px var(--styem);
}
.T11yd-a .item .txt .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.T11yd-a .item .img {
  width: 51%;
}

.T11yd-img {
  background-color: #fff4e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#T11yd .tese {
  padding: 0;
}
#T11yd .breadcrumb {
  background-color: #e4e2fa;
}

.back-part-a {
  background-color: #e4e2fa;
  padding-top: 30px;
  padding-bottom: 30px;
}
.back-part-a .c-title-wrap:after {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 5px;
  background: linear-gradient(90deg, rgba(15, 15, 62, 0), rgb(15, 15, 62), rgba(15, 15, 62, 0));
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  border: 2px;
}

.back-part-b {
  background-color: #fff;
}

.back-part-c {
  background: linear-gradient(180deg, #262162, #e4e2fa 700px);
  padding: 30px 0;
}
.back-part-c .wrap {
  margin-bottom: 30px;
}
.back-part-c .c-title-wrap {
  margin-bottom: 18px;
}
.back-part-c .c-title-wrap:after {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 5px;
  background: linear-gradient(90deg, rgba(15, 15, 62, 0), rgb(255, 255, 255), rgba(15, 15, 62, 0));
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  border: 2px;
}
.back-part-c .c-title-wrap .title {
  color: var(--white);
}
.back-part-c .c-title-wrap .desc {
  color: var(--white);
}
.back-part-c .box {
  justify-content: space-between;
  margin-bottom: 30px;
}
.back-part-c .box .left {
  background-color: var(--styem);
  width: 20%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
.back-part-c .box .right {
  padding-left: 50px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.back-part-c .box .right .t {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  align-items: center;
  margin-right: 60px;
}
.back-part-c .box .right .t img {
  margin-bottom: 8px;
}
.back-part-c .box .right .txt {
  margin-left: auto;
  font-size: 17px;
  line-height: 26px;
  color: #000;
}
.back-part-c .mudi-Tcontent .item {
  width: 24%;
  margin-bottom: 15px;
}
.back-part-c .mudi-Tcontent .item .img {
  margin-bottom: 0;
  border-radius: 0;
}
.back-part-c .mudi-Tcontent .item .txt {
  background-color: var(--white);
  padding: 15px;
  min-height: 114px;
}

.Index .guanyu-wg .fuwu {
  padding: 50px 0 60px 0;
}
.Index .guanyu-fl {
  display: flex;
  justify-content: space-between;
}
.Index .guanyu-fl .content {
  position: relative;
  width: 32%;
  overflow: hidden;
}
.Index .guanyu-fl .content:hover .desc {
  color: var(--styem);
}
.Index .guanyu-fl .content img {
  width: 100%;
  height: 100%;
}
.Index .guanyu-fl .content .desc {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 48%;
  color: var(--white);
  font-size: 26px;
  transition: 0.2s;
}

.Index-quanwei .list {
  justify-content: space-between;
}

.Index-binyiguan .container {
  display: flex;
  justify-content: space-between;
}
.Index-binyiguan .container .card {
  width: 24%;
  background-color: var(--white);
  position: relative;
}
.Index-binyiguan .container .card .img {
  height: 200px;
}
.Index-binyiguan .container .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Index-binyiguan .container .card .txt {
  padding: 10px;
}
.Index-binyiguan .container .card .txt .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.Index-binyiguan .container .card .txt .address {
  font-size: 14px;
}

.link-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 auto 0;
}
.link-btn .Index-btn {
  display: inline-block;
  font-size: 16px;
  color: var(--white);
  padding: 6px 24px;
  border-radius: 10px;
  background-color: var(--styem);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.link-btn .Index-btn:hover {
  background-color: var(--font-styem);
}

.Index-mudi .list .item {
  width: 24%;
  position: relative;
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.2);
  padding: 0;
  margin-left: 6px;
  margin-right: 6px;
}
.Index-mudi .list .item .img {
  height: 190px;
  overflow: visible;
  position: relative;
}
.Index-mudi .list .item .img .address {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  padding: 0 8px;
  line-height: 24px;
  border-radius: 12px;
  max-width: 100px;
}
.Index-mudi .list .item .img .ribbon {
  position: absolute;
  left: -4px;
  top: 0;
  z-index: 3;
  background-color: var(--styem);
  color: var(--white);
  height: 24px;
  font-size: 14px;
  padding: 0 6px;
  line-height: 24px;
}
.Index-mudi .list .item .img .ribbon:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 4px solid #6c6c6c;
  left: 0;
  top: 100%;
  border-left: 4px solid transparent;
}
.Index-mudi .list .item .txt {
  padding: 10px;
}
.Index-mudi .list .item .txt .title {
  margin-bottom: 0;
}
.Index-mudi .list .item .txt .title a {
  font-size: 19px;
  font-weight: 600;
  color: var(--font-3c-color);
}
.Index-mudi .list .item .txt .tag {
  display: flex;
  display: none;
}
.Index-mudi .list .item .txt .tag .i {
  font-size: 12px;
  background-color: #edf2ed;
  border-radius: 50px;
  padding: 3px 8px;
  color: #666;
  margin-right: 8px;
  margin-bottom: 8px;
}
.Index-mudi .list .item .txt .tag .i.on {
  background-color: var(--styem);
  color: var(--white);
}
.Index-mudi .list .item .txt .desc {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  color: var(--font-888-color);
}
.Index-mudi .list .item .txt .pic span {
  font-size: 22px;
  color: var(--styem);
}
.Index-mudi .link-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.Index-tese .container .list {
  justify-content: space-between;
}
.Index-tese .container .list .item {
  margin-bottom: 15px;
  width: 24%;
  transition: 0.15s;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.Index-tese .container .list .item .txt:before {
  left: 0;
}
.Index-tese .container .list .item:hover .txt:before {
  left: 0;
  width: 100%;
}
.Index-tese .container .list .item:hover {
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.2);
}
.Index-tese .container .list .item .img {
  height: 190px;
}
.Index-tese .container .list .item .txt {
  padding: 15px;
  height: 120px;
  transition: 0.2s;
}
.Index-tese .container .list .item .txt .title a {
  font-size: 20px;
  font-weight: 600;
}
.Index-tese .container .list .item .txt .more {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

.Index-yongpin {
  margin-bottom: 20px;
}
.Index-yongpin .container {
  display: flex;
}
.Index-yongpin .container .t1 {
  flex: 1;
  width: auto;
  display: flex;
  flex-direction: column;
}
.Index-yongpin .container .t1 .title {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  margin-bottom: 0;
  position: relative;
}
.Index-yongpin .container .t1 .title:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #eaa462;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.Index-yongpin .container .t1 .title a {
  font-size: 12px;
  padding: 3px 8px;
  border: solid 1px var(--styem);
  color: var(--styem);
  cursor: pointer;
  transition: 0.2s;
}
.Index-yongpin .container .t1 .title a:hover {
  background-color: var(--styem);
  color: var(--white);
}
.Index-yongpin .container .t1 .list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Index-yongpin .container .t1 .list .item {
  width: 30.33%;
  height: 180px;
  border: solid 1px #cccccc;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 20px;
  transition: 0.2s;
  position: relative;
}
.Index-yongpin .container .t1 .list .item:hover {
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.3);
}
.Index-yongpin .container .t1 .list .item:hover .name {
  color: var(--styem);
}
.Index-yongpin .container .t1 .list .item img {
  height: 108px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.Index-yongpin .container .t1 .list .item .name {
  text-align: center;
  font-size: 15px;
}
.Index-yongpin .container .t2 {
  width: 220px;
  margin: 30px 20px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../image/index_goods1.jpg);
  background-color: #edd2b7;
  background-size: 100%;
  padding: 20px;
}
.Index-yongpin .container .t2 .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.Index-yongpin .container .t2 .des {
  font-size: 14px;
  line-height: 26px;
}
.Index-yongpin .container .t2 .link-btn {
  margin: 15px 0 auto 0;
}
.Index-yongpin .container .t2 .link-btn .Index-btn {
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.3);
}

#binyiguanDel .yongpin-content {
  
}
#binyiguanDel .mu-content .mu-left {
  margin-bottom: 30px;
}
#binyiguanDel .yongpin-content.open {
  max-height: none;
}
#binyiguanDel .byDel {
  padding: 0;
}
#binyiguanDel .byDel .yongpin-content .Article_body p {
  display: flex;line-height: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-indent: 2em;
  font-size: 15px;
  margin-bottom: 8px;
}
#binyiguanDel .yongpin-wrap .txt .guige {
  border-top: none;
  border-bottom: none;
  display: flex;
  text-align: center;
  line-height: 35px;
  padding: 10px 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
}
#binyiguanDel .yongpin-wrap .txt .guige li {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 26px;
  color: var(--font-3c-color);
}
#binyiguanDel .yongpin-wrap .txt .guige li .name {
  color: #666;
  text-align: left;
}
#binyiguanDel .yongpin-wrap .txt {
  padding: 20px;
}
#binyiguanDel .yongpin-wrap .txt .foot-call {
  margin-top: 2px;
  padding-bottom: 10px;
  font-size: 18px;
  color: var(--font-3c-color);
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#binyiguanDel .yongpin-wrap .txt .foot-call a {
  margin-top: 10px;
}
#binyiguanDel .yongpin-wrap .img {
  flex: 0 0 500px;
  height: 280px;
}
#binyiguanDel .yongpin-wrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#binyiguanDel .yongpin-wrap .txt .guige li:nth-child(2) {
  border-left: none;
  border-right: none;
}
#binyiguanDel .taocan {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#binyiguanDel .taocan .li {
  width: 22%;
  height: 60px;
  background-color: #fbf4ea;
  color: #eaa462;
  text-align: center;
  padding: 10px;
}
#binyiguanDel .taocan .li .p1 {
  font-size: 14px;
}
#binyiguanDel .taocan .li .p2 {
  font-size: 18px;
}

.Index-team {
  background-image: url("../image/team.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.by-news {
  margin-top: 20px;
}

#mudi .mu-filter .box {
  padding: 15px !important;
  margin-bottom: 0;
}

#mudi .mu-filter {
  margin-top: 10px;
  margin-bottom: 0;
}

#mudi .mu-content {
  margin-bottom: 30px;
}

#T13anzang .breadcrumb {
  margin: 15px 0;
}

.home-tab {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.home-tab .swiper-4 {
  width: 100%;
  margin: 10px auto 0 auto;
  padding-bottom: 35px;
}
.home-tab .swiper-4 .swiper-slide {
  margin: 0 !important;
}
.home-tab .swiper-4 .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home-tab .swiper-4 .swiper-slide-thumb-active .tab {
  position: relative;
  color: var(--white) !important;
  background-color: var(--styem) !important;
}
.home-tab .swiper-4 .swiper-slide-thumb-active .tab span {
  color: var(--white) !important;
}
.home-tab .swiper-4 .swiper-slide-thumb-active .tab:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 40px;
  background-image: url("../image/qg-hr.png");
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
.home-tab .swiper-4 .swiper-slide .tab {
  width: 100%;
  padding: 12px 5px;
  display: inline-block;
  font-size: 15px;
  color: var(--font-3c-color);
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
.home-tab .swiper-4 .swiper-slide .tab span {
  color: var(--styem);
  margin-right: 5px;
  font-size: 17px;
}
.home-tab .swiper-05 {
  width: 100%;
}
.home-tab .swiper-05 .swiper-slide .content {
  padding: 20px;
  width: 100%;
  display: inline-block;
  border: solid 1px var(--styem);
}
.home-tab .swiper-05 .swiper-slide .content .title-a {
  font-size: 22px;
  margin-bottom: 10px;
}
.home-tab .swiper-05 .swiper-slide .content .Article_body {
  line-height: 1.4;
  margin: 0 !important;
  padding: 0 !important;
}
.home-tab .swiper-05 .swiper-slide .content .Article_body .p1 {
  color: var(--font-888-color);
}
.home-tab .swiper-05 .swiper-slide .content .Article_body .p1:before {
  content: "\e63d";
  font-family: iconfont;
  font-size: 16px;
  margin-right: 2px;
  top: -1px;
}
.home-tab .swiper-05 .swiper-slide .content .Article_body p {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--font-999-color);
}
.home-tab .swiper-05 .swiper-slide .content .Article_body p:before {
  content: "\ec1e";
  font-family: iconfont;
  font-size: 16px;
  margin-right: 2px;
  top: -1px;
}
.home-tab .swiper-05 .swiper-slide .content .Article_body .title-b {
  font-size: 18px;
  margin-bottom: 8px;
}

.link-btn .Index-btn {
  font-size: 13px;
  padding: 6px 14px;
}

.Index-liucheng.py-20 {
  padding: 30px 10px 30px 10px;
  margin-bottom: 0;
  background: #efeee4;
}

.Tindex-top {
  border-bottom: solid 2px #e0e0e0;
  margin-bottom: 0;
  animation: fadeIn3 1s ease forwards;
}
.Tindex-top ul {
  padding: 40px 0 40px 0;
  display: flex;
}
.Tindex-top ul li {
  flex: auto;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.Tindex-top ul li:first-child:after {
  display: none;
}
.Tindex-top ul li:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 1px;
  background: linear-gradient(180deg, #fff, var(--styem), #fff);
}
.Tindex-top ul li:before {
  content: "\e60b";
  font-family: iconfont;
  font-size: 36px;
  color: var(--styem);
  margin-bottom: 15px;
}
.Tindex-top ul li:nth-child(2):before {
  content: "\e601";
}
.Tindex-top ul li:nth-child(3):before {
  content: "\e72c";
}
.Tindex-top ul li:nth-child(4):before {
  content: "\e685";
}

.Index-taocan {
  background-color: #eeeaf5;
}
.Index-taocan .c-title-wrap {
  margin-bottom: 15px;
}
.Index-taocan .content {
  border: solid 2px var(--styem);
  border-radius: 4px;
  padding: 20px;
}
.Index-taocan .content img {
  width: 100px;
}
.Index-taocan .wrap {
  background-color: var(--white);
  padding: 10px;
}
.Index-taocan .wrap .taocan-a {
  display: flex;
  position: relative;
}
.Index-taocan .wrap .taocan-a .taocanpos {
  position: absolute;
  right: 58px;
  bottom: -20px;
}
.Index-taocan .wrap .taocan-a .left {
  flex: 0 0 315px;
  padding: 0 10px 0 0;
  font-size: 16px;
  color: var(--font-888-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Index-taocan .wrap .taocan-a .left img {
  width: 100%;
  margin-bottom: 15px;
}
.Index-taocan .wrap .taocan-a .left .p1 {
  color: var(--font-3c-color);
  margin-bottom: 8px;
}
.Index-taocan .wrap .taocan-a .left .p2 {
  margin-bottom: 8px;
  font-size: 15px;
}
.Index-taocan .wrap .taocan-a .left .call {
  font-size: 15px;
  background-color: var(--styem);
  color: var(--white);
  line-height: 30px;
  border-radius: 8px;
  padding: 0 80px;
}
.Index-taocan .wrap .taocan-a .right {
  flex: 1;
  border: solid 1px var(--styem);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.Index-taocan .wrap .taocan-a .right .card {
  width: 31.5%;
  border: 5px;
}
.Index-taocan .wrap .taocan-a .right .card:nth-child(2) .title-a {
  background-color: #a64358;
}
.Index-taocan .wrap .taocan-a .right .card:nth-child(3) .title-a {
  background-color: #5da07f;
}
.Index-taocan .wrap .taocan-a .right .card .title-a {
  text-align: center;
  padding: 0 8px;
  line-height: 38px;
  font-size: 18px;
  border-radius: 5px;
  color: var(--white);
  background-color: #6c728a;
}
.Index-taocan .wrap .taocan-a .right .card .list {
  margin-top: 8px;
  border-radius: 3px;
  box-shadow: 1px 0px 3px 2px rgba(125, 125, 125, 0.2);
  margin-left: 0;
  margin-right: 0;
}
.Index-taocan .wrap .taocan-a .right .card .list .item {
  color: #3c3c3c;
  width: 100%;
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 0;
  padding-left: 15px;
}
.Index-taocan .wrap .taocan-a .right .card .list .item:nth-child(even) {
  background-color: var(--white);
}
.Index-taocan .wrap .taocan-a .right .card .list .item:nth-child(odd) {
  background-color: #f1eff7;
}
.Index-taocan .wrap .taocan-a .right .card .title-b {
  font-size: 18px;
  font-weight: 600;
  padding-left: 5px;
  margin-top: 8px;
}
.Index-taocan .wrap .taocan-b {
  padding-left: 40px;
  margin-top: 20px;
}
.Index-taocan .wrap .taocan-b p {
  font-size: 15px;
  color: #474747;
  line-height: 28px;
}

#binyiguanDel .Index-taocan {
  background-color: var(--white);
}

#T3fenqi .breadcrumb {
  margin-top: 20px;
}

#mudi .by-fuwu {
  padding: 20px 0;
}
#mudi .by-fuwu .desc {
  padding: 10px 5px;
}
#mudi .by-fuwu .desc p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
}
#mudi .by-fuwu .desc p:nth-child(3) {
  margin-top: 10px;
  font-size: 18px;
}
#mudi .by-fuwu .desc p a {
  display: inline-block;
  color: var(--styem);
  font-size: 22px;
}
#mudi .mudi-huanjing .item {
  width: 33.33%;
  position: relative;
  margin-bottom: 20px;
}
#mudi .mudi-huanjing .item .txt {
  position: absolute;
  z-index: 1;
  width: 94.7%;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  border-radius: 0 0 10px 10px;
  color: var(--white);
}
#mudi .mudi-huanjing .item .img {
  height: 300px;
}

.by-fuwu2 {
  padding: 20px 0;
}
.by-fuwu2 .list {
  justify-content: space-between;
}
.by-fuwu2 .list .item {
  padding: 10px 10px 0;
  width: 10%;
  position: relative;
  border: 1px solid var(--styem);
  border-radius: 8px;
}
.by-fuwu2 .list .item img {
  height: 100px;
}
.by-fuwu2 .list .item .txt {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.by-fuwu2 .list .item .txt .title a {
  font-size: 14px;
}
.by-fuwu2 .list .item .txt .desc {
  font-size: 12px;
}
.by-fuwu2 .wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.by-fuwu2 .wrap .gobtn {
  display: inline-block;
  width: 200px;
  line-height: 40px;
  background-color: var(--styem);
  color: var(--white);
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}

.by-fuwu3 {
  padding-top: 30px;
}
.by-fuwu3 .wrap {
  background-color: #f7f7f7;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.by-fuwu3 .wrap .card {
  display: flex;
  padding: 0 30px;
}
.by-fuwu3 .wrap .card .img {
  flex: 0 0 500px;
  margin-right: 30px;
}
.by-fuwu3 .wrap .card .desc {
  flex: 1;
  font-size: 16px;
  line-height: 28px;
  color: var(--font-3c-color);
}
.by-fuwu3 .wrap .box .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.by-fuwu3 .wrap .box .cont .txt .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--font-3c-color);
  margin-bottom: 10px;
}
.by-fuwu3 .wrap .box .cont .txt .desc {
  font-size: 16px;
  color: #666;
}

/* 小于等于 768px（移动设备） */
@media screen and (max-width: 768px) {
  .Index-taocan .wrap .taocan-a .right .card .title-a {
    padding: 4px 8px;
    line-height: 19px;
    font-size: 15px;
  }
  .by-fuwu3 .wrap .card .img {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .by-fuwu3 .wrap .box .cont .txt .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .by-fuwu3 .wrap .box .cont .txt .desc {
    font-size: 14px;
  }
  #mudi .by-fuwu .list {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #mudi .mudi-huanjing .item .img {
    height: 150px;
  }
  #mudi .mudi-huanjing .item .txt {
    position: absolute;
    z-index: 1;
    width: 99.7%;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    border-radius: 0 0 10px 10px;
    color: var(--white);
    font-size: 13px;
  }
  #mudi .mudi-huanjing .item {
    width: 48.5%;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
  }
  .by-fuwu3 .box {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .by-fuwu3 .box .cont img {
    width: 49px;
  }
  .by-fuwu3 {
    padding: 0 10px;
  }
  .by-fuwu3 .wrap {
    padding: 10px;
  }
  .by-fuwu3 .wrap .card {
    display: flex;
    padding: 0;
    flex-direction: column;
  }
  .by-fuwu3 {
    padding-top: 0;
  }
  .by-fuwu2 .list {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
  .by-fuwu2 .wrap {
    margin-top: 0;
  }
  .by-fuwu2 .list .item {
    width: 32%;
  }
  .Index-taocan .wrap .taocan-b {
    margin-top: 8px;
  }
  .Index-taocan .wrap .taocan-b p {
    font-size: 12px;
    line-height: 20px;
  }
  .Index-taocan .wrap .taocan-a .right .card .title-b {
    font-size: 16px;
  }
  .Index-taocan .wrap .taocan-a .right .card .list .item {
    font-size: 14px;
  }
  .Index-taocan .wrap .taocan-a .right {
    position: relative;
  }
  .Index-taocan .wrap .taocan-a .taocanpos {
    position: absolute;
    right: 10px;
    bottom: -9px;
    height: 150px;
    z-index: 10;
  }
  .Index-taocan .wrap .taocan-a .right .card {
    height: 75.5vh;
  }
  .Index-taocan .wrap .taocan-a .right .card .a {
    display: none;
    position: absolute;
    left: 0;
    z-index: 9;
  }
  .Index-taocan .wrap .taocan-a .right .card.active .a {
    display: block;
  }
  .Index-taocan .wrap {
    width: 96%;
    margin: 0 auto;
  }
  .home-tab .swiper-05 .swiper-slide .content {
    padding: 10px;
  }
  .Index-taocan .wrap .taocan-a .left img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-tab .swiper-05 .swiper-slide .content .title-a {
    font-size: 20px;
  }
  .home-tab .swiper-05 .swiper-slide .content .Article_body p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .Index-taocan .wrap .taocan-a {
    flex-direction: column;
  }
  .Index-taocan .wrap .taocan-a .left {
    margin-bottom: 15px;
    flex: auto;
    padding: 0;
  }
  .Index-taocan .wrap .taocan-a .left img {
    width: 100%;
    height: 100px;
  }
  .home-tab .swiper-4 .swiper-slide .tab {
    padding: 3px 10px;
    font-size: 15px;
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-tab .swiper-4 {
    margin: 10px auto 0 auto;
  }
  .home-tab .swiper-4 .swiper-slide {
    margin: 0 !important;
    width: 33px !important;
  }
  .home-tab .swiper-4 .swiper-slide-thumb-active {
    transform: scaleY(105%);
  }
  .home-tab .swiper-4 {
    padding-bottom: 38px;
  }
  .Index-liucheng.py-20 {
    background: #efeee4;
    padding: 10px;
  }
  .Tindex-top {
    display: none;
  }
  .app-nav {
    display: block;
    padding-bottom: 0;
  }
  .app-nav .app-nav-tel {
    display: block;
  }
  .alertBox .model {
    width: 94%;
  }
  .alertBox .model .model-content {
    padding: 10px;
  }
  .alertBox .model .model-content .img {
    flex: 0 0 27%;
    padding-right: 10px;
  }
  .alertBox .model .model-content .txt {
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  .alertBox .model .model-content .txt .wxcopy {
    font-size: 13px;
    line-height: 23px;
    padding: 0 13px;
  }
  .alertBox .model .model-content .txt .desc {
    margin: 8px 0;
    font-size: 11px;
  }
  .gotopa {
    right: -80px;
  }
  .gotopa.active {
    right: -3px;
  }
  #binyiguan main {
    padding: 0 10px;
  }
  .T13by-liucheng .item {
    width: 33%;
    padding: 10px;
    border: solid 1px #c1c1c1;
  }
  .T13-2.T13by-liucheng .item .txt {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    width: 89%;
    color: var(--white);
    text-align: center;
    border-radius: 0 0 4px 3px;
    padding: 7px;
  }
  .T13-2.T13by-liucheng .item {
    width: 50%;
    margin-bottom: 0;
  }
  #T13anzang .page-banner {
    height: 200px;
    padding-bottom: 0;
  }
  #T13anzang .breadcrumb {
    margin: 0;
  }
  #T13anzang .c-title-wrap {
    margin-bottom: 10px;
  }
  .T13-2.T13by-liucheng .item .img {
    margin-bottom: 0;
  }
  .T13-2.T13by-liucheng {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  #T11yd .T11yd-a .item .img {
    width: 41%;
  }
  #T11yd .T2by-anzang-a {
    margin: 70px 0 20px 0;
  }
  #T11yd .back-part-c {
    background: linear-gradient(180deg, #262162, #e4e2fa 700px);
    padding: 30px 0 10px 0;
  }
  #T11yd .list {
    margin-left: 0;
    margin-right: 0;
  }
  #T11yd .back-part-c .mudi-Tcontent .item .txt {
    background-color: var(--white);
    padding: 14px;
    min-height: 70px;
    font-size: 13px;
  }
  #T11yd .mudi-Tcontent .item .img {
    height: 130px;
    margin-bottom: 0;
  }
  #T11yd .back-part-c .box .right .txt {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin-left: 0;
  }
  #T11yd .back-part-c .mudi-Tcontent .item {
    width: 50%;
    margin-bottom: 12px;
  }
  #T11yd .back-part-c .box .right {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #T11yd .back-part-c .box .right .t {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items: center;
    margin-right: 0;
    width: 48.5%;
  }
  #T11yd .back-part-c .box .right {
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  #T11yd .back-part-c .box .left {
    width: 100%;
    font-size: 17px;
    padding: 10px;
  }
  #T11yd .back-part-c .box {
    padding: 15px;
    justify-content: space-between;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #T11yd .foot-call {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #T11yd .T11yd-a .item .txt .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
  }
  #T11yd .T2by-anzang-a {
    margin: 45px 0 20px 0;
    padding: 8px;
  }
  #T11yd .T2by-anzang-a .item .img {
    top: -22%;
  }
  #T11yd .p {
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 29px;
    color: #333;
    padding: 10px;
  }
  #T11yd .T2by-anzang-a .item .txt {
    padding-top: 17px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
  #T11yd .T11yd-a .item {
    width: 48.5%;
    border: solid 2px var(--styem);
  }
  #T11yd .page-banner {
    margin-bottom: 0;
  }
  #T11yd .tese {
    padding-top: 0 !important;
  }
  #T11yd .back-part-a {
    background-color: #e4e2fa;
    padding-top: 14px;
    padding-bottom: 10px;
  }
  #T10zhuanshi main {
    padding: 10px;
  }
  #T10zhuanshi .wg-zs {
    background-color: #f2f2f2;
    border: solid 1px #cccccc;
    padding: 10px;
    margin-bottom: 10px;
  }
  #T10zhuanshi .swiper-3 .box {
    font-size: 12px;
  }
  #T10zhuanshi .foot-call {
    font-size: 15px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  #T10zhuanshi .wg-zs .row .txt {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
  }
  #T10zhuanshi .wg-zs-a .list .item {
    width: 48.5%;
    height: 220px;
  }
  #T10zhuanshi .wg-zs .row img {
    margin-left: 0;
  }
  #T10zhuanshi .wg-zs .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #tese main {
    padding: 20px 10px 20px 10px;
  }
  #tese .mudiList .list .item .txt .title {
    font-size: 18px;
    color: var(--font-3c-color);
  }
  #tese .by-desc {
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  }
  #tese .mudiList .list .item .txt .desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
  #tese .foot-call {
    font-size: 15px;
  }
  #tese .foot-call a span {
    font-size: 12px;
  }
  #tese .mudiList .list .item .txt {
    padding: 10px;
    height: 120px;
  }
  #tese .mudiList .list .item .img {
    border-radius: 0;
    overflow: hidden;
    height: 113px;
    width: 100%;
  }
  #tese .mudi-list .mudi-item {
    padding: 0;
  }
  #tese .by-list .mudi-list .mudi-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid transparent;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #tese .mudi-list .mudi-item .txt .desc {
    background-color: #fdf5ee;
    margin-top: 10px;
    color: var(--font-888-color);
    position: relative;
    width: 98%;
    left: 0;
    bottom: 0;
    padding: 0;
    border-radius: 3px;
  }
  #tese .mudiList .list .item {
    padding-left: 0;
    padding-right: 0;
    width: 49.33%;
  }
  #tese .mudiList .list {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #tese .by-list .mudi-list .mudi-item .txt {
    padding: 10px;
  }
  #tese .by-list .mudi-list .mudi-item .img {
    flex: 0 0 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 0;
  }
  #T13anzang main,
  #T12shouling main,
  #T11yd main,
  #T9fashi main {
    padding: 10px;
  }
  #T13anzang .tese,
  #T12shouling .tese,
  #T11yd .tese,
  #T9fashi .tese {
    padding-top: 10px;
  }
  #T13anzang .p,
  #T12shouling .p,
  #T11yd .p,
  #T9fashi .p {
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  #T13anzang .foot-call,
  #T12shouling .foot-call,
  #T11yd .foot-call,
  #T9fashi .foot-call {
    margin-top: 15px;
    font-size: 15px;
  }
  #T8mubeiyingdiao main {
    padding: 10px;
  }
  #T8mubeiyingdiao .tese {
    padding-top: 10px;
  }
  #T8mubeiyingdiao .p {
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  #T8mubeiyingdiao .foot-call {
    margin-top: 15px;
    font-size: 15px;
  }
  #T8mubeiyingdiao .tit1 {
    font-size: 24px;
  }
  #T8mubeiyingdiao .mubei_list img {
    margin-bottom: 11px;
    width: 48.5%;
  }
  #T8mubeiyingdiao .tit2 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    color: #888;
  }
  #T8mubeiyingdiao .img1 {
    width: 100%;
    height: 260px;
  }
  #T7yixiang .c-title-wrap .title {
    font-size: 20px;
  }
  #T7yixiang .yiceng {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 20px;
  }
  #T7yixiang .yiceng .img {
    display: none;
  }
  #T7yixiang .list {
    margin-left: 0;
    margin-right: 0;
  }
  #T7yixiang .jizu {
    padding: 10px;
  }
  #T7yixiang .jizu .con .mudi-Tcontent .item .txt .pic {
    font-size: 16px;
    color: var(--styem);
    justify-content: left;
  }
  #T7yixiang .jizu .con .mudi-Tcontent .item .txt .tishi {
    text-align: left;
  }
  #T7yixiang .jizu .con .mudi-Tcontent .item .txt .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
  }
  #T7yixiang .jizu .con .mudi-Tcontent .item .txt .desc {
    text-align: left;
    line-height: 18px;
    font-size: 14px;
    margin: 8px 0;
  }
  #T7yixiang .jizu .con .mudi-Tcontent .item .txt .name a {
    font-size: 18px;
    color: var(--styem);
  }
  #T7yixiang .mudi-Tcontent .item .img {
    height: -moz-fit-content;
    height: fit-content;
    flex: 0 0 110px;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  #T7yixiang .jizu .con .mudi-Tcontent .item {
    width: 100%;
    padding: 10px;
    border: solid 1px #cccccc;
    display: flex;
  }
  #T7yixiang .yiceng .neir .p2 {
    font-size: 15px;
    line-height: 1.8;
  }
  #T7yixiang .yiceng .neir {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    padding: 15px;
  }
  #T6jizhu .post-img {
    display: none;
  }
  #T6jizhu .jizhu .con .jizhu-a {
    width: 100%;
  }
  #T6jizhu .jizhu .con .mudi-Tcontent {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px;
  }
  #T6jizhu .jizhu .con .mudi-Tcontent .txt .name a {
    font-size: 20px;
  }
  #T6jizhu .jizhu .con .mudi-Tcontent .txt .btn-call {
    font-size: 14px;
    line-height: 25px;
  }
  #T6jizhu .jizhu .con .zhuji-img img {
    height: 260px;
    width: auto;
    margin-top: 20px;
  }
  #T6jizhu .jizhu .con .mudi-Tcontent .txt .desc {
    color: var(--font-888-color);
    font-size: 14px;
    line-height: 21px;
  }
  #T6jizhu .jizhu .con .mudi-Tcontent .txt .name .pic {
    font-size: 20px;
  }
  #T6jizhu .jizhu .con .mudi-Tcontent .img {
    height: auto;
    flex: 0 0 123px;
  }
  #T6jizhu .mudi-Tcontent .item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  #T6jizhu .jizhu .con .guhui_luicheng .li .p1 {
    width: 100%;
    font-size: 13px;
  }
  #T6jizhu .jizhu .con .guhui_dinggou {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 10px;
  }
  #T6jizhu .jizhu .con .guhui_dinggou .li {
    width: 49%;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 14px;
  }
  #T6jizhu .jizhu .con .guhui_luicheng .li .img {
    height: 98px;
    margin-bottom: 8px;
  }
  #T6jizhu .c-title-wrap {
    margin-top: 10px;
  }
  #T6jizhu .jizhu .con .guhui_luicheng {
    padding: 10px;
  }
  #T6jizhu .jizhu .con .guhui_luicheng .li {
    width: 26.33%;
  }
  #T6jizhu .jizhu .con .jizhu-a .item .txt .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #T6jizhu .c-title-wrap .title {
    font-size: 20px;
  }
  #T6jizhu .jizhu .con .jizhu-a .item .txt .desc {
    font-size: 13px;
    line-height: 26px;
  }
  #T6jizhu .jizhu .con .jizhu-a .item .img img {
    height: 110px;
  }
  #T5jisao .pa-20 {
    padding: 10px;
  }
  #T5jisao .haisa-tcNav .li .item .title {
    padding: 8px 0;
    line-height: 2;
    width: 100%;
    background-color: #ebe3c5;
    font-size: 17px;
  }
  #T5jisao .haisa-tcNav .li {
    padding: 0;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  #T5jisao .foot-call {
    margin-top: 31px;
    font-size: 15px;
  }
  #T5jisao .foot-call a span {
    font-size: 13px;
  }
  #T5jisao .daikesaomu_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  #T5jisao .daikesaomu_list .li .neir {
    font-size: 14px;
    color: var(--font-3c-color);
    padding: 5px 0;
  }
  #T5jisao .daikesaomu_list .li {
    width: 31.33%;
  }
  #T5jisao .Article_body {
    padding-left: 7px;
    margin-top: -14px;
    margin-bottom: 0;
    font-size: 12px;
  }
  #T5jisao .haisa-tcNav .li .content {
    padding: 10px 10px;
    font-size: 15px;
    line-height: 28px;
    border-radius: 0 0 8px 8px;
    height: 190px;
  }
  #T5jisao .haisa-tcNav {
    flex-direction: column;
  }
  #T5jisao main {
    padding: 10px;
  }
  #T5jisao .tese {
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #T5jisao .p {
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 29px;
    color: var(--font-3c-color);
  }
  #T3fenqi main {
    padding: 10px;
  }
  #T3fenqi .fenqi-a .row .col {
    width: 48%;
  }
  #T3fenqi .fenqi-a .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #T3fenqi .c-title-wrap .title {
    font-size: 21px;
  }
  #T3fenqi .Article_body .desc {
    font-size: 12px;
  }
  #T3fenqi .fenqi-a .row .col .img {
    height: 55px;
    margin-bottom: 20px;
  }
  #T3fenqi .foot-call {
    margin-top: 42px;
    font-size: 15px;
  }
  #T3fenqi .fenqi-a .row .col .p1 {
    margin-bottom: 16px;
    font-size: 14px;
    color: var(--font-3c-color);
  }
  #T3fenqi .fenqi-a .Article_body h3 {
    font-size: 18px;
    font-weight: 600;
  }
  #T3fenqi .fenqi-a .Article_body p {
    font-weight: 600;
    font-size: 15px;
  }
  #T3fenqi .c-title-wrap {
    margin-bottom: -14px;
    margin-top: 20px;
  }
  #T3haizang .pa-20 {
    padding: 10px;
  }
  #T3haizang .mt-20 {
    margin-bottom: 10px;
  }
  #T3haizang main {
    padding: 10px;
  }
  #T3haizang .Himg-top {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
  }
  #T3haizang .c-title-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #T3haizang .haisa-tcNav .li .item .title {
    font-size: 14px;
    padding: 2px;
  }
  #T3haizang .mudiDetail-wrap .txt .li:before {
    top: 2px;
  }
  #T3haizang .Hicon {
    flex: 0 0 56px;
    margin-right: 8px;
  }
  #T3haizang .mudiDetail-wrap .txt .li {
    font-size: 15px;
    line-height: 24px;
  }
  #T3haizang .mudi-huanjing .item {
    width: 50%;
  }
  #T3haizang .mudi-huanjing .item .img {
    height: 125px;
  }
  #T3haizang .haitopm.page-banner .foot-call {
    margin-top: -2px;
    font-size: 15px;
  }
  #T3haizang .haitopm.page-banner .list .item ul li {
    font-size: 14px;
    line-height: 28px;
  }
  #T3haizang .hstc-ul .li .p3 {
    font-size: 13px;
    line-height: 24px;
    padding-left: 8px;
  }
  #T3haizang .haitopm.page-banner .list .item {
    width: 49%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  #T3haizang .haisa-tcNav .li .item .desc {
    font-size: 11px;
    padding: 2px;
  }
  #T3haizang .box {
    padding: 0;
    flex-direction: column;
  }
  #T3haizang .box .img {
    display: none;
    flex: 0 0 100%;
    margin-right: 0;
  }
  #T3haizang .box .img img {
    width: 100%;
  }
  #T3haizang .box .txt {
    padding: 15px 0 0 0;
  }
  #T3haizang .box .txt .title {
    font-size: 18px;
  }
  #T3haizang .box .txt .Article_body {
    line-height: 1.75;
    font-size: 15px;
  }
  #T3haizang .box .txt .foot-call {
    padding-bottom: 0;
    font-size: 15px;
    justify-content: flex-start;
    margin-top: 35px;
  }
  #T3haizang .foot-call a span {
    font-size: 12px;
    margin-left: 8px;
    padding: 4px 5px;
    border-radius: 8px;
  }
  #T3fenqi .page-banner {
    background-size: cover;
    background-position: center;
  }
  #T3fenqi .page-banner,
  #T2anzang .page-banner {
    height: 260px;
    margin-bottom: 0;
  }
  #T2anzang main {
    padding: 10px;
  }
  #T2anzang .breadcrumb {
    margin: 0;
  }
  #T2anzang .tese {
    padding-top: 10px;
  }
  #T2anzang .p {
    padding: 15px;
    font-size: 16px;
  }
  #T2anzang .T2by-anzang-a .item .img {
    top: -40px;
    width: 40%;
  }
  #T2anzang .T2by-anzang-a .item .txt {
    font-size: 14px;
    line-height: 23px;
    padding-top: 35px;
  }
  #T2anzang .T2by-anzang-a .item {
    width: 49%;
    padding: 10px;
  }
  #T2anzang .T2by-anzang-a {
    margin: 58px 0 20px 0;
  }
  #T1qianfen .tese {
    padding-top: 0;
  }
  #T1qianfen .foot-call {
    padding-bottom: 0;
  }
  #T1qianfen .foot-call a span {
    font-size: 12px;
    margin-left: 10px;
  }
  #T1qianfen .by-liucheng .wrap .qianfen-liucheng-wrap li {
    flex-basis: 25%;
    margin-bottom: 10px;
  }
  #T1qianfen .by-liucheng .wrap .qianfen-liucheng-wrap li .lc-num {
    height: 51px;
    width: 30px;
    /* line-height: 89px; */
    font-size: 15px;
    background-image: url(../image/wg-team-year-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -4px;
    left: 10px;
  }
  #T1qianfen .by-liucheng .wrap .qianfen-liucheng-wrap li .lc-c span {
    padding: 20px 10px 20px;
    font-size: 18px;
  }
  #T1qianfen .by-liucheng .wrap .qianfen-liucheng-wrap li .lc-num span {
    line-height: 31px;
  }
  #T1qianfen .by-liucheng .wrap .list .item {
    width: 100%;
  }
  #T1qianfen .by-jinji {
    padding: 10px !important;
  }
  #T1qianfen .by-jinji .list {
    display: flex;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #T1qianfen .by-tuijian .list .item .txt .title a {
    font-size: 16px;
  }
  #T1qianfen .by-jinji .list .li {
    width: 100%;
    font-size: 16px;
  }
  #T1qianfen .by-tuijian .list .item {
    width: 48.5%;
    position: relative;
    margin-bottom: 0;
  }
  #T1qianfen .list {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
  }
  #T1qianfen .qianf {
    padding: 10px;
  }
  #T1qianfen .qianf .img .ask.a-a {
    left: 1%;
    top: 12%;
  }
  #T1qianfen .qianf .desc {
    font-size: 15px;
    line-height: 1.6;
    text-indent: 2em;
    margin-top: 10px;
  }
  #T1qianfen .qianf .img .ask.a-d {
    right: 1%;
    bottom: 14%;
  }
  #T1qianfen .qianf .img .ask.a-b {
    right: 1%;
    top: 10%;
  }
  #T1qianfen .qianf .foot-call {
    font-size: 14px;
    color: var(--white);
  }
  #T1qianfen .qianf .img .ask.a-c {
    left: 1%;
    top: 51%;
  }
  #T1qianfen .qianf .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #T1qianfen .qianf .img .ask {
    font-size: 13px;
    padding: 5px 10px;
  }
  #mudiDel .pa-20 {
    padding: 10px;
  }
  #mudiDel .mudiDetail-wrap {
    background: var(--white);
    display: flex;
    margin-bottom: 20px;
    border-radius: 5px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #mudiDel .mudiDetail-wrap .txt .tel {
    font-size: 13px;
  }
  #mudiDel .mudiDetail-wrap .txt .youhui .p1 {
    margin-right: 6px;
  }
  #mudiDel .mudiDetail-wrap .txt .youhui .p2 {
    font-size: 13px;
    color: #fedc02;
  }
  #mudiDel .mudiDetail-wrap .txt .youhui .p1 a {
    font-size: 14px;
    color: var(--white);
  }
  #mudiDel .mudiDetail-normal .top li {
    flex: auto;
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #mudiDel .mudi-muxing .item {
    width: 48.5%;
    position: relative;
  }
  #mudiDel .mudi-news .item .txt .title .link {
    font-size: 17px;
  }
  #mudiDel .mudi-news .item .txt .desc {
    font-size: 12px;
  }
  #mudiDel .mudi-Tcontent .item .img {
    height: 132px;
    margin-bottom: 5px;
  }
  #mudiDel .mudi-huanjing .item .txt {
    margin-top: 5px;
    font-size: 15px;
  }
  #mudiDel .d1 .mudiDetail-normal {
    width: 100%;
  }
  #mudiDel h2.title:before {
    content: "\e61b";
    font-family: iconfont;
    margin-right: 4px;
    color: coral;
    position: absolute;
    left: -1px;
    font-size: 22px;
    top: 2px;
  }
  #mudiDel h2.title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 24px;
  }
  #mudiDel .d1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  #mudiDel .list {
    justify-content: space-between;
  }
  #mudiDel .mudi-huanjing .item {
    width: 50%;
  }
  #mudiDel .mudi-huanjing .item .img {
    height: 145px;
  }
  #mudiDel .mudiDetail-normal .top {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
  }
  #mudiDel .mudiDetail-wrap .txt {
    margin-top: 10px;
  }
  #mudiDel .mudiDetail-wrap .txt .youhui {
    height: auto;
    padding-left: 18px;
    line-height: 43px;
    display: flex;
    position: relative;
  }
  #mudiDel .mudiDetail-wrap .banner {
    flex: 0 0 100%;
    margin-right: 0;
    height: 100%;
  }
  #mudiDel .mudiDetail-wrap .txt .zixun {
    margin-bottom: 15px;
  }
  #mudiDel .mudiDetail-wrap .txt .tel a {
    font-size: 18px;
  }
  #mudiDel .mudiDetail-wrap .txt .tel:before {
    font-size: 1.5px;
  }
  #mudiDel .mudiDetail-wrap .txt .tel:after {
    font-size: 1.5px;
  }
  #mudiDel .mudiDetail-wrap .txt .fuwu li {
    font-size: 14px;
    padding: 8px;
  }
  #mudiDel .mudiDetail-wrap .txt .desc {
    font-size: 14px;
    color: #999;
  }
  #mudiDel .mudiDetail-wrap .txt .header .title {
    font-size: 22px;
  }
  #mudiDel .mudiDetail-wrap .txt .address:before {
    font-size: 13px;
    margin-right: 0px;
  }
  #mudiDel .mudiDetail-wrap .txt .header .pic {
    font-size: 12px;
  }
  #mudiDel .mudiDetail-wrap .txt .address {
    font-size: 14px;
    color: #666;
  }
  #mudi .mu-filter .box {
    padding: 2px !important;
  }
  #mudi .mu-filter {
    margin-bottom: 10px;
  }
  #binzangyongpinFilter .breadcrumb {
    position: absolute;
    right: 10%;
    top: 56%;
    z-index: 5;
  }
  #binzangyongpinFilter .breadcrumb a {
    color: #666;
  }
  #binzangyongpinFilter .by-news {
    padding: 40px 10px 10px 10px;
  }
  .yongpin-wg .mu-content .mu-right .ul {
    padding-left: 0;
    padding-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .yongpin-wg .mu-content .mu-right {
    flex: 1;
    height: auto;
    margin-right: 0;
    padding: 15px 0 0 0;
    margin-bottom: 12px;
    background: #fff !important;
  }
  #binzangyongpinFilter .pagination a {
    padding: 2px 9px;
    margin: 0 4px;
    font-size: 11px;
  }
  #binzangyongpinFilter .mu-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #binzangyongpinFilter .yongpin-wg .mu-content .mu-right .ul a {
    font-size: 11px;
    display: inline-block;
    width: auto;
  }
  #binzangyongpinFilter .by-news:before,
  #binzangyongpinFilter .by-news:after {
    display: none;
  }
  #binzangyongpinFilter .news-tab li {
    flex: 1;
  }
  #binzangyongpinFilter .page-banner {
    position: relative;
    height: 270px;
  }
  #binzangyongpinDel .yongpin-wrap {
    flex-direction: column;
  }
  #binzangyongpinDel .yongpin-wrap .img {
    flex: 0 0 318px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .top .title .pic {
    font-size: 22px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .top .yunfei {
    font-size: 15px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .guige {
    line-height: 32px;
    padding: 10px 0;
    margin: 10px 0 25px 0;
  }
  #binzangyongpinDel .yongpin-wrap .txt .guige li .name {
    font-size: 14px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .guige li .desc {
    font-size: 14px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .call {
    bottom: 6%;
    left: 15px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .call .btn-wrap:first-child {
    margin-right: 10px;
    background-color: var(--white);
    color: var(--styem);
    border-color: var(--styem);
  }
  #binzangyongpinDel .yongpin-content {
    padding: 0 10px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .min {
    max-width: 134px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .call .btn-wrap:before {
    top: -26px;
    font-size: 11px;
  }
  #binzangyongpinDel .yongpin-wrap .txt .call .btn-wrap {
    text-align: center;
    padding: 4px 8px;
    background-color: var(--styem);
    color: var(--white);
    font-size: 13px;
    border: solid 1px var(--styem);
    cursor: pointer;
    transition: 0.2s;
    position: relative;
  }
  #binzangyongpinDel .byDel {
    padding: 0 0 40px;
  }
  .title-img {
    margin-bottom: 0;
  }
  .yongpin-wg {
    margin-bottom: 0;
    padding: 10px;
  }
  .yongpin-wg .mu-content .mu-left .list .item .txt .pic {
    font-size: 12px;
  }
  .yongpin-wg .mu-content .mu-left .list .item .txt .title .link {
    font-size: 16px;
  }
  .yongpin-wg .mu-content .mu-left .list .item .img {
    height: 165px;
  }
  .yongpin-wg .mu-content .mu-left .list {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .yongpin-wg .mu-content .mu-left .list .item {
    flex-basis: 48.5%;
    margin: 0 0 10px 0;
  }
  .yongpin-wg .f1 .mu-right,
  .yongpin-wg .f2 .mu-right,
  .yongpin-wg .f3 .mu-right,
  .yongpin-wg .f4 .mu-right {
    display: none;
  }
  .yongpin-wg .aside-title {
    margin: 15px auto;
  }
  .yongpin-wg .aside-title .name .desc {
    font-size: 12px;
  }
  .yongpin-wg .aside-title .name {
    font-size: 20px;
  }
  .yongpin-wg .aside-title .btn {
    display: none;
  }
  #binyiguanDel .yongpin-content {
    padding: 10px;
  }
  .yongpin-con-title:after {
    left: 66%;
  }
  .yongpin-con-title {
    padding: 20px 0;
    font-size: 20px;
  }
  .yongpin-con-title:before {
    right: 66%;
  }
  #binyiguanDel .taocan .li {
    height: 54px;
  }
  #binyiguanDel .taocan .li .p1 {
    font-size: 12px;
  }
  #binyiguanDel .taocan .li .p2 {
    font-size: 16px;
  }
  .yongpin-wrap .txt .top .title .name {
    font-size: 20px;
    font-weight: 600;
  }
  #binyiguanDel .yongpin-wrap .txt {
    padding: 15px;
  }
  #binyiguanDel .yongpin-wrap .img {
    flex: 0 0 auto;
    height: 260px;
  }
  #binyiguanDel .yongpin-wrap {
    flex-direction: column;
  }
  .desc-txt {
    font-size: 12px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  #binyiguan .mudiList .list .item .txt .foot-call {
    flex-direction: column;
    margin-top: 13px;
    display: flex;
    align-items: flex-start;
  }
  #binyiguan .mudiList .list .item .txt {
    padding: 10px;
    font-size: 14px;
  }
  #binyiguan .mudiList .list .item .txt .title {
    font-size: 20px;
  }
  #binyiguan .mudiList .list .item .img {
    flex: 0 0 250px;
  }
  #binyiguan .mudiList .list .item {
    display: flex;
    flex-direction: column;
  }
  .wg-frind-link {
    padding: 20px 10px;
  }
  .Index .guanyu-fl .content .desc {
    top: 48%;
    font-size: 12px;
  }
  .Index-quanwei {
    padding: 10px !important;
  }
  .Index-quanwei .img {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .Index-binyiguan {
    padding: 10px !important;
  }
  .Index-binyiguan .container .card .txt .title {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .Index-binyiguan .container .card {
    width: 48.5%;
  }
  .Index-binyiguan .container .card .img {
    height: 120px;
  }
  .Index-binyiguan .container .card .txt .address {
    font-size: 12px;
  }
  .Index-binyiguan .container {
    flex-wrap: wrap;
  }
  .Index-mudi .list .item .img {
    height: 128px;
  }
  .Index-mudi .list .item .img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .Index-mudi .list .item .img .ribbon {
    font-size: 11px;
  }
  .Index-mudi .list .item .img .address {
    font-size: 10px;
  }
  .Index-mudi .list .item .txt .pic span {
    font-size: 18px;
  }
  .Index-mudi .list .item .txt .title a {
    font-size: 16px;
  }
  .Index-mudi {
    padding: 10px !important;
  }
  .Index-mudi .list {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Index-mudi .list .item {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0;
  }
  .Index-tese .container .list .item {
    margin-bottom: 10px;
    width: 48.5%;
  }
  .Index-mudi .link-btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .mudiList .list .item .txt .desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1;
  }
  .mudiList .list .item .txt .title {
    font-size: 10px;
    color: var(--font-3c-color);
  }
  .Index-tese .container .list .item .txt {
    padding: 10px;
    height: 90px;
    transition: 0.2s;
  }
  .Index-tese .container .list .item .txt .title a {
    font-size: 16px;
    font-weight: 600;
  }
  .Index-tese .container .list .item .img {
    height: 110px;
  }
  .Index-tese {
    padding: 10px !important;
  }
  .Index-yongpin .container {
    flex-direction: column;
  }
  .Index-yongpin {
    padding: 10px !important;
  }
  .Index-yongpin .container .t1 .list .item img {
    height: auto;
    margin: 0 10%;
  }
  #shengtai .post-img {
    top: 139px;
    right: -31px;
  }
  .Index-yongpin .container .t1 .list .item {
    width: 48.33%;
    height: 180px;
    margin-top: 11px;
  }
  .Index-yongpin .container .t1 .title:before {
    width: 40px;
  }
  .Index-yongpin .container .t2 .tit {
    z-index: 1;
    position: relative;
  }
  .Index-yongpin .container .t2 .des {
    z-index: 1;
    position: relative;
  }
  .Index-yongpin .container .t2 .link-btn {
    z-index: 1;
    position: relative;
  }
  .Index-yongpin .container .t2 {
    width: 100%;
    margin: 10px 0;
    color: var(--white);
    position: relative;
    background-size: 58%;
  }
  .Index-yongpin .container .t2:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shengtai .shu .container .txt .title {
    font-size: 18px;
    margin-top: 8px;
  }
  #shengtai .shu .container .txt .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
  #shengtai .shu .mudi-list .mudi-item .warp-btn {
    right: 4%;
    top: 5%;
    border-radius: 5px;
    width: 90px;
    height: 26px;
  }
  #shengtai .shu .mudi-list .youshi {
    margin-top: 1px;
  }
  #shengtai .mudi-list .mudi-item .txt .title {
    font-size: 18px;
  }
  #shengtai .Article_body {
    margin-bottom: 0;
    font-size: 15px;
    padding-top: 10px;
    text-indent: 2em;
  }
  #shengtai .mudi-list .mudi-item .img {
    display: none;
  }
  #shengtai .shu {
    padding: 10px 0;
  }
  #shengtai .shengtai {
    padding: 0 15px;
  }
  #shengtai .shu .container {
    flex-wrap: wrap;
  }
  #shengtai .shu .container .img {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .guanyu-ts .container .col {
    flex: 0 0 auto;
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .guanyu-ts .container .col .desc {
    font-size: 14px;
    padding: 0;
    width: auto;
    margin-bottom: 10px;
    text-align: left;
    width: inherit;
  }
  .guanyu-ts .container .col .img {
    line-height: 86px;
    order: -1;
  }
  .guanyu-ts .container .col .name {
    font-size: 17px;
    width: inherit;
    padding: 0;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 0px 0 62px;
  }
  .guanyu-ts .container .col .img img {
    /* position: relative; */
    width: 44px;
    height: auto;
    top: 24px;
    left: 21px;
    /* right: auto; */
  }
  .guanyu-wg {
    padding: 20px 0;
    background-image: none;
  }
  .guanyu-wg .Article_body {
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    padding-top: 15px;
    text-align: justify;
  }
  .guanyu-wg .Article_body p {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .guanyu-qg .container .row {
    width: 100%;
  }
  .guanyu-qg .container .row {
    width: 97%;
    margin: 0 auto 10px auto;
  }
  .guanyu-ts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .guanyu-qg .container .left .col {
    padding-left: 41px;
    margin-bottom: 12px;
    background-size: 34px;
  }
  .guanyu-ry .container .col {
    width: 48.5%;
    margin: 0;
    margin-bottom: 10px;
  }
  .guanyu-ry .container .col .txt {
    font-size: 14px;
  }
  .guanyu-ry {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .foot-call a:before {
    font-size: 20px;
  }
  .foot-call {
    margin-top: 15px;
    font-size: 16px;
  }
  .guanyu-qg .container .right .col {
    margin: 0 1%;
    margin-bottom: 8px;
    line-height: 39px;
    font-size: 16px;
  }
  .guanyu-qg .container .row .col .title {
    font-size: 17px;
  }
  .guanyu-qg .container .row .col .desc {
    font-size: 14px;
  }
  .guanyu-wg .fuwu {
    padding: 0;
  }
  .guanyu-qg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .guanyu-wg .fuwu li {
    font-size: 12px;
  }
  .guanyu-wg .fuwu li p {
    font-size: 24px;
  }
  .guanyu-wg .c-title-wrap {
    margin-bottom: 9px;
  }
  .guanyu-wg .container .Article_body img {
    float: right;
    margin-left: 10px;
    height: 150px;
  }
  .article-pre-next .item {
    width: 100%;
  }
  .wg-zhuanyuan .warp-btn {
    height: 34px;
  }
  .article-pre-next .next {
    align-items: flex-start;
  }
  .article-pre-next .next .link {
    text-align: left;
  }
  .app-tel {
    display: block;
    width: 100%;
  }
  .app-tel img {
    height: 78px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mudi {
    background-color: #f4f4f4;
  }
  .breadcrumb {
    padding: 10px 6px !important;
  }
  .byDel .mu-right .aside-yongpin {
    display: none;
  }
  .by-container {
    padding: 0;
  }
  .by-newsDel {
    padding: 0 6px;
  }
  .byDel {
    padding: 10px;
  }
  hr {
    margin: 10px 0;
  }
  .Article_body {
    margin-bottom: 10px;
  }
  .article-title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .by-container .content .article {
    width: 100%;
    padding: 15px;
  }
  .news-tab li {
    line-height: 40px;
    padding: 0;
  }
  .news-tab li a {
    font-size: 15px;
    font-weight: 700;
  }
  .by-container .content .article .img {
    flex: 0 0 128px;
    height: 85px;
    margin-right: 10px;
  }
  .by-container .content .article .txt {
    padding: 0 0 3px 0;
  }
  .by-container .content .article .txt .title a {
    font-size: 15px;
  }
  .by-container .content .article .txt .data {
    font-size: 12px;
  }
  .by-container .content .article .txt .desc {
    display: none;
  }
  .by-news {
    padding: 0 6px;
  }
  .by-container .content .article .txt .data {
    margin-top: auto;
    padding-bottom: 4px;
  }
  .by-container .content {
    margin-top: 6px;
  }
  .mu-home .t {
    background-position: left;
  }
  .mu-home .t {
    border-radius: 6px;
  }
  .mu-home {
    margin-bottom: 0;
    padding: 0px 5px 10px 5px;
  }
  .mu-home .t .name .link {
    font-size: 17px;
  }
  .mu-home .t {
    padding: 12px;
  }
  .mu-home .t .desc {
    display: none;
  }
  .mu-home .t .name {
    margin-bottom: 0;
  }
  .mu-right .side-list .item .img {
    flex: 0 0 90px;
    height: 60px;
    margin-left: 10px;
  }
  .pa-15 {
    padding: 12px;
  }
  .mu-right .side-list .item {
    margin-bottom: 10px;
  }
  .aside-title .name {
    font-size: 18px;
  }
  .aside-title .btn {
    font-size: 13px;
  }
  .mu-right .side-list .item .title .link {
    font-size: 14px;
  }
  .mu-content .mu-right {
    flex: 0 0 98%;
    margin-left: 0;
    margin: 0 auto;
  }
  .pagination {
    background-color: var(--white);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  .pagination a {
    padding: 2px 9px;
    margin: 0 4px;
    font-size: 12px;
  }
  .mu-filter {
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    position: relative;
  }
  .mu-filter .box .name {
    font-size: 14px;
    color: var(--font-3c-color);
    margin-right: 0;
    display: block;
    width: 150px;
    height: 100%;
    text-align: center;
  }
  .mu-filter .box .name:after {
    content: "\e610";
    font-family: iconfont;
    font-size: 12px;
    color: var(--font-3c-color);
  }
  .mu-filter .box ul {
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    width: 100%;
    top: 105%;
    z-index: 3;
    background-color: var(--white);
    padding: 10px;
    left: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(15px);
    transition: 0.3s;
  }
  .mu-filter .box ul li {
    flex: 0 0 auto;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .mu-filter .box ul li a {
    font-size: 12px;
    padding: 5px 13px;
  }
  .mu-filter .box ul.currut {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
  }
  .mudi-list .mudi-item .img {
    flex: 0 0 140px;
    height: auto;
    min-width: 0;
    margin-right: 10px;
  }
  .mudi-list .mudi-item .txt .title {
    margin-bottom: 5px;
  }
  .mudi-list .mudi-item .go {
    display: none;
  }
  .mudi-list .mudi-item .txt .title .link {
    font-size: 16px;
  }
  .mudi-list .mudi-item .txt {
    font-size: 12px;
  }
  .mudi-list .mudi-item .txt .address .p1 {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .mudi-list .mudi-item .txt .address .p2 {
    font-size: 12x;
  }
  .mudi-list .mudi-item {
    margin-bottom: 8px;
    padding-bottom: 25px;
    padding: 5px 5px 31px 5px;
  }
  .mudi-list .mudi-item .txt .desc {
    background-color: #fdf5ee;
    margin-top: 5px;
    color: var(--font-888-color);
    position: absolute;
    width: 98%;
    left: 2px;
    bottom: 6px;
    padding: 2px 5px;
    border-radius: 3px;
  }
  .mudi-list .mudi-item .txt .desc:before {
    content: "\e63d";
    font-family: iconfont;
    font-size: 12px;
    margin-right: -2px;
    color: var(--styem);
  }
  .mudi-list .mudi-item .txt .pic span {
    font-size: 19px;
  }
  .mudi-list .mudi-item .txt .pic {
    margin-top: 5px;
  }
  .mudi-list .mudi-item .txt .address .p2:before {
    font-size: 12px;
  }
  .mudi-list .mudi-item .txt .address .p1:before {
    font-size: 12px;
  }
  .mu-filter .box {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
  }
  .page-banner {
    height: auto;
    padding: 35px 20px;
    margin-bottom: 10px;
  }
  .page-banner .txt .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page-banner .txt .desc {
    font-size: 12px;
  }
  .footer-l .example-1 .icon-content .link {
    width: 40px;
    height: 40px;
  }
  .footer-b .container .row .col .desc {
    display: block;
    font-size: 3.2vw;
  }
  .footer-l {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .footer-l .appExample-2 {
    display: flex;
  }
  .footer-l .example-1 .icon-content {
    display: none;
  }
  .footer-l .example-1 .icon-content:last-child {
    display: block;
    position: fixed;
    bottom: 58px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
  .footer-l .example-1 .icon-content:last-child .link {
    background-color: transparent;
    color: var(--white);
    -webkit-text-stroke-width: 0;
  }
  .footer-l .example-1 .icon-content:last-child .link:hover {
    color: var(--white);
  }
  .footer-l .example-1 .icon-content:first-child {
    display: block;
    position: fixed;
    bottom: 108px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 50%;
  }
  .footer-l .example-1 .icon-content:first-child .tooltip {
    display: none !important;
  }
  .footer-l .example-1 .icon-content:first-child .link {
    background-color: rgba(0, 128, 0, 0.65);
    color: white;
    -webkit-text-stroke-width: 0;
    font-size: 11px;
    height: 45px;
    width: 45px;
  }
  .footer-l .example-1 .icon-content:first-child .link .iconfont {
    margin-bottom: 0;
    font-size: 24px;
  }
  .footer-l .example-1 .icon-content:first-child .link:hover {
    color: var(--white);
  }
  .footer-b .container {
    display: flex;
    flex-direction: column;
  }
  .footer-b .container .copyright {
    font-size: 12px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 25px;
    margin-top: 10px;
  }
  .footer-b .container .fooTop li .iconfont {
    font-size: 26px;
  }
  .footer-b .container .address {
    font-size: 12px;
    line-height: 25px;
  }
  .footer-b .container .copyright a {
    font-size: 12px;
    line-height: 25px;
  }
  .footer-b .container .fooTop li .f2 {
    display: none;
  }
  .footer-b .container .footer-nav {
    display: none;
  }
  .footer-b .container .fooTop li .f1 {
    font-size: 12px;
  }
  .footer-b .container .fooTop {
    padding: 15px 0 15px;
  }
  .footer-b .container .row .col .foot-logo {
    height: auto;
  }
  .footer-b .container .row {
    padding: 20px 0 0 0;
    order: -1;
  }
  .footer-b .container .row .tel {
    display: none;
  }
  .footer-b .container .row .call {
    display: none;
  }
  .footer-b .container .row .col {
    text-align: center;
  }
  .Index-team.py-20 {
    padding: 10px;
  }
  .Index-team .container .swiper-5 .box .txt .name .biaoqian {
    font-size: 12px;
  }
  .Index-news .container .child-div .news .new .p1 .view:before {
    font-size: 13px;
  }
  .Index-news .container .child-div .news .new .p1 .time:before {
    font-size: 13px;
  }
  .Index-team .container .swiper-5 .box {
    padding: 10px;
  }
  .Index-team .container .swiper-5 .box .img {
    padding: 10px;
    flex: 0 0 auto;
    margin-right: 0;
  }
  .Index-team .container .swiper-5 .box .img .year {
    width: 40px;
    height: 40px;
    padding: 5px 5px 0;
    font-size: 10px;
    right: 1px;
    top: 0px;
  }
  .Index-news .container .child-div .gengduo {
    display: none;
  }
  .bg-fff1e4 {
    background-color: #fff;
  }
  .Index-news {
    min-height: auto;
  }
  .Index-news .container .child-div .news {
    padding: 10px;
    padding-bottom: 10px;
  }
  .Index-news .container .child-div {
    background-color: transparent;
  }
  .Index-news .container {
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    background: linear-gradient(180deg, #fff5e5, #fff 80%);
  }
  .appNewsTab {
    display: flex;
  }
  .apptel {
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
  }
  .header .wg-headNav .search {
    width: 85%;
    background: var(--white);
    padding: 20px 20px;
  }
  .header .wg-headNav .search .serch-icon {
    display: none;
  }
  .header .wg-headNav .search .searchFrom {
    position: relative;
    right: 0;
    top: 0;
    transform: scaleX(100%);
  }
  .header .wg-headNav .search .searchFrom .input {
    width: 100%;
    padding: 5px 8px;
  }
  .footer-f {
    display: none;
  }
  .bort {
    display: block;
    margin-left: auto;
  }
  .header .wg-headNav .nav li.active:after {
    background: transparent;
  }
  .header .wg-headNav .nav li {
    display: flex;
    justify-content: flex-start;
    width: 93%;
    padding-left: 0;
    border-bottom: 1px solid rgba(125, 125, 125, 0.15);
    margin: 0 auto;
  }
  .header .wg-headNav .nav li a {
    padding-left: 6px;
    display: block;
    width: 99%;
    text-align: left;
  }
  .header .wg-headNav {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    transform-origin: left center;
    transition: 0.5s;
    transform: scale(0, 1);
    opacity: 0;
    visibility: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .header .wg-headNav.active {
    transform: scale(1, 1);
    opacity: 1;
    visibility: inherit;
  }
  .header .wg-headNav .nav {
    flex: none;
    width: 85%;
    background: var(--white);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .appfalg {
    display: flex;
    width: 85%;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
  .appfalg .applogo {
    position: relative;
    width: 122px;
    height: 39px;
    background-image: url(../image/logo02.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appfalg .iconfont {
    margin-left: auto;
    font-size: 30px;
  }
  .header .wg-headTop .container .tel {
    display: none;
  }
  .c-title-wrap {
    margin-bottom: 10px;
  }
  .py-20 {
    padding: 10px 0;
  }
  .c-title-wrap .title {
    font-size: 20px;
  }
  .header .wg-headTop .container .logo {
    flex: 0 0 101px;
    height: 30px;
  }
  .header .wg-headTop .container .desc {
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
  .header .wg-headTop .container .desc em {
    font-size: 14px;
  }
  .c-title-wrap .desc {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    width: 98%;
    letter-spacing: 0;
  }
  .header .wg-headTop {
    padding: 0px 10px;
  }
  .mySwiper-0 {
    height:153px;
  }
  .Index-news .container .child-div {
    display: none;
  }
  .Index-news .container .child-div .img {
    display: none;
  }
  .Index-news .container .child-div.active {
    display: block;
    border-bottom: transparent;
  }
 .yongpin-wrap {
    display: flex;
    background: linear-gradient(120deg, rgba(230, 246, 246, 0), rgba(230, 246, 246, 0), rgb(230, 246, 246));
    height: 145vw;
}
}/*# sourceMappingURL=style.css.map */