@charset "utf-8";
@import 'iconfont/iconfont.css';
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #666666;
  min-width: 1200px;
  /*font-family: '宋体';*/
  font-family: '黑体';
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*修改input的placeholder颜色*/
.com-input-change1::-webkit-input-placeholder {
  color: #ffffff;
}
.com-input-change1:-moz-placeholder {
  color: #ffffff;
}
.com-input-change1::-moz-placeholder {
  color: #ffffff;
}
/*改变滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 6px;
}
.trt-02 {
  transition: all 0.2s ease;
}
.trt-03 {
  transition: all 0.3s ease;
}
.trt-04 {
  transition: all 0.4s ease;
}
.trt-05 {
  transition: all 0.5s ease;
}
.trt-06 {
  transition: all 0.6s ease;
}
.trf-105 {
  transform: scale(1.05);
}
.ou-no {
  outline: none;
}
.te-tr {
  text-transform: uppercase;
}
.fs-it {
  font-style: italic;
}
.fs-0 {
  font-size: 0;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fs-38 {
  font-size: 38px;
}
.fs-40 {
  font-size: 40px;
}
.fs-44 {
  font-size: 44px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.lh-20 {
  line-height: 20px;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-26 {
  line-height: 26px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}
.lh-32 {
  line-height: 32px;
}
.lh-34 {
  line-height: 34px;
}
.lh-36 {
  line-height: 36px;
}
.lh-38 {
  line-height: 38px;
}
.lh-40 {
  line-height: 40px;
}
.lh-48 {
  line-height: 48px;
}
.lh-50 {
  line-height: 50px;
}
.lh-60 {
  line-height: 60px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.f-n {
  float: none;
}
.z-f1 {
  z-index: -1;
}
.z-2 {
  z-index: 2;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-99 {
  z-index: 99;
}
.z-100 {
  z-index: 100;
}
.z-101 {
  z-index: 101;
}
.ov-hi {
  overflow: hidden;
}
.ov-vi {
  overflow: visible;
}
.di-bl {
  display: block;
}
.di-tab {
  display: table;
}
.di-tabce {
  display: table-cell;
}
.di-no {
  display: none;
}
.di-in {
  display: inline-block;
}
.di-fl {
  display: flex;
}
.wi-0 {
  width: 0;
}
.wi-50 {
  width: 50%;
}
.wi-84 {
  width: 84%;
}
.wi-90 {
  width: 90%;
}
.wi-100 {
  width: 100%;
}
.he-0 {
  height: 0;
}
.he-50 {
  height: 50%;
}
.he-100 {
  height: 100%;
}
.he-au {
  height: auto;
}
.wi-au {
  width: auto;
}
.si-all {
  width: 100%;
  height: 100%;
}
.si-all-vwvh {
  width: 100vw;
  height: 100vh;
}
.mawi-100 {
  max-width: 100%;
}
.mawi-96 {
  max-width: 96%;
}
.mawi-50 {
  max-width: 50%;
}
.mahe-100 {
  max-height: 100%;
}
.mahe-96 {
  max-height: 96%;
}
.mahe-50 {
  max-height: 50%;
}
.ma-au {
  margin: auto;
}
.fw-bo {
  font-weight: bold;
}
.fw-no {
  font-weight: normal;
}
.va-to {
  vertical-align: top;
}
.va-mi {
  vertical-align: middle;
}
.va-bo {
  vertical-align: bottom;
}
.po-re {
  position: relative;
}
.po-ab {
  position: absolute;
}
.po-fi {
  position: fixed;
}
.ta-le {
  text-align: left;
}
.ta-ce {
  text-align: center;
}
.ta-ri {
  text-align: right;
}
.ta-ju {
  text-align: justify;
}
.cu-po {
  cursor: pointer;
}
.op-0 {
  opacity: 0;
}
.op-05 {
  opacity: 0.5;
}
.op-1 {
  opacity: 1;
}
.trf-no {
  transform: none;
}
.co-0 {
  color: #000000;
}
.co-3 {
  color: #333333;
}
.co-4 {
  color: #444444;
}
.co-6 {
  color: #666666;
}
.co-8 {
  color: #888888;
}
.co-9 {
  color: #999999;
}
.co-f {
  color: #ffffff;
}
.bo-ra-4 {
  border-radius: 4px;
}
.bo-ra-5 {
  border-radius: 5px;
}
.bo-ra-50 {
  border-radius: 50%;
}
.to-0 {
  top: 0;
}
.to-50 {
  top: 50%;
}
.to-100 {
  top: 100%;
}
.bo-0 {
  bottom: 0;
}
.bo-50 {
  bottom: 50%;
}
.bo-100 {
  bottom: 100%;
}
.le-0 {
  left: 0;
}
.le-50 {
  left: 50%;
}
.le-auto {
  left: auto;
}
.ri-0 {
  right: 0;
}
.ri-50 {
  right: 50%;
}
.ri-auto {
  right: auto;
}
.trf-x-50 {
  transform: translateX(-50%);
}
.trf-y-50 {
  transform: translateY(-50%);
}
.trf-50-50 {
  transform: translate(-50%, -50%);
}
.ov-slh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ov-slh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ov-slh3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ov-slh4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ov-slh5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.img-box {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}
.img-box2 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.com-bg1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.a-big {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
.img-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.al-it-st {
  align-items: flex-start;
}
.al-it-ce {
  align-items: center;
}
.al-it-en {
  align-items: flex-end;
}
.ju-co-st {
  justify-content: flex-start;
}
.ju-co-ce {
  justify-content: center;
}
.ju-co-end {
  justify-content: flex-end;
}
.ju-co-be {
  justify-content: space-between;
}
.ju-co-ar {
  justify-content: space-around;
}
.ov-y-au {
  overflow-y: auto;
}
.ov-y-hi {
  overflow-y: hidden;
}
.ov-x-au {
  overflow-x: auto;
}
.ov-x-hi {
  overflow-x: hidden;
}
.box-sha-15 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.bg-bai {
  background: #ffffff;
}
.bg-333 {
  background: #333333;
}
.bg-hei {
  background: #000000;
}
.bg-tran {
  background: transparent;
}
.te-de-no {
  text-decoration: none;
}
.te-de-li-th {
  text-decoration: line-through;
}
.te-de-un {
  text-decoration: underline;
}
.ff-ari {
  font-family: Arial;
}
.ff-imp {
  font-family: 'Impact';
}
.fs-it {
  font-style: italic;
}
.com-bjq * {
  max-width: 100%;
}
.com-blo {
  position: relative;
  font-size: 0;
}
.com-101 {
  width: 101%;
  margin: 0 0 0 -0.5%;
}
.com-1006 {
  width: 100.6%;
  margin: 0 0 0 -0.3%;
}
.com-102 {
  width: 102%;
  margin: 0 0 0 -1%;
}
.com-103 {
  width: 103%;
  margin: 0 0 0 -1.5%;
}
.com-104 {
  width: 104%;
  margin: 0 0 0 -2%;
}
.com-106 {
  width: 106%;
  margin: 0 0 0 -3%;
}
.blo-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}
.blo-box-mid {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.main {
  width: 100%;
  position: relative;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn1 {
  -webkit-animation-name: zoomIn1;
  animation-name: zoomIn1;
}
.com-bg-se1 {
  background-color: #f5f4f4;
}
.com-dn-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-dn-upper .dn-fr {
  width: 50%;
}
.com-top-1 {
  padding-top: 3vw;
}
.com-top-bot-1 {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.com-top-bot-2 {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.com-dn-more1 {
  width: 10vw;
  height: 2.8vw;
  border: 1px solid #ceb07a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ceb07a;
  font-size: 0.85vw;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.com-dn-more1:hover,
.com-dn-more1.active {
  background-image: linear-gradient(to right, #769662, #4e5c53);
  border: 1px solid #769662;
  color: #ffffff;
}
.com-dn-more1 b {
  font-style: italic;
  margin: 0 2vw 0 0;
}
.com-dn-more1 i {
  font-size: 1.5vw;
}
.com-bot-1 {
  padding-bottom: 3vw;
}
.com-bot-2 {
  margin-bottom: 3vw;
}
.com-fl-1 {
  padding-left: calc(84px + 8px + 15px + 14px);
}
.com-conta1 {
  width: 89%;
  position: relative;
  height: 100%;
  margin: auto;
}
.com-conta2 {
  width: 1200px;
  position: relative;
  height: 100%;
  margin: auto;
}
.com-cnti1 {
  font-size: 24px;
  color: #333333;
}
.com-xi1 {
  width: 52px;
  height: 3px;
  background-color: #4e5c53;
  margin: 1.2vw 0 0;
}
.com-intr1 {
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
}
.com-intr2 {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
.com-fenye1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-fenye1 a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  margin: 0 3px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.com-fenye1 a i {
  font-size: 12px;
}
.com-fenye1 a:hover,
.com-fenye1 a.active {
  background-color: #4e5c53;
  border: 1px solid #4e5c53;
  color: #ffffff;
}
.com-ban1 {
  position: relative;
}
.com-ban1 .ban1-swiper .swiper-slide {
  height: 100vh;
}
.com-ban1 .ban1-swiper .swiper-slide .com-bg1 {
  transform: scale(1.1, 1.1);
  transition: 4s linear;
}
.com-ban1 .ban1-swiper .swiper-slide-active .com-bg1 {
  transform: none;
}
.com-ban1 .ban1-wen {
  position: absolute;
  bottom: 12vw;
  left: 5.5%;
  z-index: 2;
  color: #ffffff;
}
.com-ban1 .ban1-wen .dp-enti1 {
  font-size: 48px;
  font-family: "Didot";
  text-transform: uppercase;
}
.com-ban1 .ban1-wen .dp-cnti1 {
  font-size: 32px;
}
.com-breadcrumb1 {
  padding: 2vw 0;
  text-align: right;
}
.com-breadcrumb1 a:last-of-type {
  color: #769662;
}
.com-breadcrumb1 a:hover {
  color: #769662;
}
.breadcrumb-change1 .com-breadcrumb1 {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
  width: 310px;
  background-color: #f7f7f7;
  padding: 18px 0 18px 36px;
  text-align: left;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.breadcrumb-change1 .com-breadcrumb1 .com-conta1 {
  width: 100%;
}
.inde-abou .com-breadcrumb1 {
  top: 30px;
  bottom: auto;
  background-color: #ffffff;
}
.layui-form-select dl dd.layui-this {
  background-color: #769662;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 101;
  left: 0;
  top: 0;
  padding: 1.5vw 0;
  transition: all 0.3s ease;
}
.header.active {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 0.6vw 0;
}
.header.active .head-logo {
  filter: none;
}
.header.active .head-logo img {
  height: 3.5vw;
}
.header.active .head-nav * {
  color: #4e5c53;
}
.header.active .head-sear {
  border: 1px solid #4e5c53;
}
.header.active .head-sear .inp1 {
  color: #4e5c53;
}
.header.active .head-sear .btn1 {
  background-color: #4e5c53;
  color: #ffffff;
}
.header.active .head-drop-down .dp-top {
  background: #4e5c53;
  color: #ffffff;
}
.header.active .head-drop-down .dp-bot .dp-nei {
  background: #4e5c53;
}
.header.active .head-drop-down .dp-bot .a-pai {
  color: #ffffff;
}
.header .com-conta1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .head-logo {
  filter: grayscale(100%) brightness(1000%);
}
.header .head-logo img {
  height: 4vw;
}
.header .head-fr {
  display: flex;
  align-items: center;
}
.header .head-nav * {
  color: #ffffff;
}
.header .head-nav .blo-box {
  margin: 0 4vw 0 0;
}
.header .head-nav .blo-box:nth-last-of-type(2) .dn-lower,
.header .head-nav .blo-box:nth-last-of-type(1) .dn-lower {
  width: 690px;
}
@media screen and (min-width: 780px) {
  .header .head-nav .blo-box:hover .dn-lower {
    display: flex;
    animation: fadeInUp1 0.4s ease both;
  }
  .header .head-nav .blo-box:hover .dn-lower:before {
    opacity: 1;
    animation: fadeInUp1 0.4s 0.2s ease both;
  }
}
.header .head-nav .blo-box .dn-upper {
  font-size: 16px;
  position: relative;
}
.header .head-nav .blo-box .dn-upper .a-big {
  padding: 1vw 0;
}
.header .head-nav .blo-box .dn-upper i {
  display: none;
}
.header .head-nav .blo-box .dn-lower {
  position: absolute;
  width: 880px;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  left: -200px;
  top: 100%;
  display: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.header .head-nav .blo-box .dn-lower:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ffffff;
  top: -15px;
  left: 210px;
  opacity: 0;
}
.header .head-nav .blo-box .dn-lower .dp-fl {
  width: 400px;
  overflow: hidden;
  padding: 20px 0 0 30px;
}
.header .head-nav .blo-box .dn-lower .dp-fl .dp-npai {
  width: 50%;
  position: relative;
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 16px;
}
.header .head-nav .blo-box .dn-lower .dp-fl .dp-npai:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4e5c53;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .head-nav .blo-box .dn-lower .dp-fl .dp-npai a {
  color: #666666;
}
.header .head-nav .blo-box .dn-lower .dp-fl .dp-npai a:hover {
  color: #769662;
}
.header .head-nav .blo-box .dn-lower .dp-fr {
  width: 290px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.header .head-sear {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 10vw;
  height: 34px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 1vw 0 0;
}
.header .head-sear .inp1 {
  width: 100%;
  height: 100%;
  color: #333333;
  background: transparent;
  padding: 0 0 0 10px;
  color: #ffffff;
}
.header .head-sear .btn1 {
  width: calc(34px - 2px);
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-weight: bold;
  color: #666666;
}
.header .layui-form {
  width: 140px;
  height: 34px;
  font-size: 16px;
}
.header .layui-form .layui-form-select .layui-input {
  border-radius: 30px;
  color: #769662;
}
.header .head-drop-down {
  position: relative;
}
.header .head-drop-down:hover .dp-top i {
  transform: rotate(180deg);
}
.header .head-drop-down:hover .dp-bot {
  display: block;
  animation: fadeInUp 0.3s ease both;
}
.header .head-drop-down .dp-top {
  background: #ffffff;
  width: 8vw;
  height: 34px;
  border-radius: 3vw;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 0.9vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e5c53;
}
.header .head-drop-down .dp-top i {
  position: absolute;
  top: 50%;
  margin-top: -0.5vw;
  right: 10%;
  font-size: 1vw;
  transition: all 0.3s ease;
  display: block;
}
.header .head-drop-down .dp-bot {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 1px 0 0;
  text-align: center;
  display: none;
}
.header .head-drop-down .dp-bot .dp-nei {
  background: #ffffff;
  padding: 0 1vw;
  border-radius: 0.8vw;
}
.header .head-drop-down .dp-bot .a-pai {
  color: #4e5c53;
  display: block;
  padding: 0.5vw 0;
}
.header .head-drop-down .dp-bot .a-pai:not(:last-of-type) {
  border-bottom: 1px dashed #d1d1d1;
}
.header .head-menu {
  display: none;
}
.footer {
  background-color: #e8e8e8;
}
.footer .foot-top {
  display: flex;
  padding: 3vw 0 3vw;
}
.footer .foot-top .dn-box1 {
  width: 20%;
}
.footer .foot-top .dn-box1 .img1 {
  width: 50%;
}
.footer .foot-top .dn-box1 .dp1 {
  text-align: center;
  width: 50%;
  margin: 1vw 0 0;
  color: #333333;
}
.footer .foot-top .dn-box2 {
  width: 45%;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 0 0 0 5%;
}
.footer .foot-top .dn-box2 .dp-top {
  font-size: 18px;
  color: #333333;
}
.footer .foot-top .dn-box2 .dp-bot .dp-p {
  margin: 1.5vw 0 0;
  display: flex;
  align-items: center;
}
.footer .foot-top .dn-box2 .dp-bot .dp-p .dpn-z {
  width: 100px;
  display: inline-flex;
  align-items: center;
}
.footer .foot-top .dn-box2 .dp-bot .dp-p .dpn-z i {
  font-size: 20px;
  margin: 0 4px 0 0;
}
.footer .foot-top .dn-box2 .dp-bot .dp-p .dpn-y {
  width: calc(100% - 100px);
}
.footer .foot-top .dn-box2 .dp-bot .dp-p .dpn-y .b-num1 {
  color: #4e5c53;
  font-size: 1.8vw;
  font-family: "Impact";
}
.footer .foot-top .dn-box3 {
  width: 35%;
  padding: 0 0 0 6%;
}
.footer .foot-top .dn-box3 .dp-top {
  border-bottom: 2px solid #4e5c53;
  position: relative;
}
.footer .foot-top .dn-box3 .dp-top .inp1 {
  height: 45px;
  font-size: 16px;
  background: transparent;
  width: 100%;
}
.footer .foot-top .dn-box3 .dp-top .btn1 {
  height: 45px;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: transparent;
  cursor: pointer;
}
.footer .foot-top .dn-box3 .dp-top .btn1 i {
  font-size: 26px;
}
.footer .foot-top .dn-box3 .dp-bot {
  font-size: 12px;
  color: #999999;
  margin: 1vw 0 0;
}
.footer .foot-top .dn-box3 .dp-bot a {
  margin: 0 1vw 4px 0;
  display: inline-block;
}
.footer .foot-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d1d1d1;
  padding: 1.2vw 0 3vw;
}
.com-inde-ti1 .dp-sha {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.com-inde-ti1 .dp-sha .dp-ti1 {
  color: #769662;
}
.com-inde-ti1 .dp-sha .dp-xi1 {
  width: 84px;
  background-color: #769662;
  height: 1px;
  margin: 0 15px 0 8px;
}
.com-inde-ti1 .dp-sha .dp1 {
  font-size: 30px;
  color: #333333;
}
.com-inde-ti1 .dp-xia {
  padding-left: calc(84px + 8px + 15px + 14px);
}
.com-inde-ti1 .dp-xia .dp-enti1 {
  font-size: 3vw;
  color: #999999;
  font-family: "Didot";
  font-style: italic;
  text-transform: uppercase;
  opacity: 0.2;
  margin: -2vw 0 0;
}
.com-inde-ti1 .dp-xia .dp-intr1 {
  font-size: 24px;
  color: #225a38;
  margin: 2vw 0 0;
}
.com-inde-ti1 .dp-xia .dp-intr2 {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin: 3vw 0 0;
}
.inde-ban1 {
  height: 100vh;
  position: relative;
}
.inde-ban1 .ban1-swiper .swiper-slide .com-bg1 {
  transform: scale(1.1, 1.1);
  transition: 4s linear;
}
.inde-ban1 .ban1-swiper .swiper-slide .dn-wen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.inde-ban1 .ban1-swiper .swiper-slide .dn-wen .com-conta1 {
  display: flex;
  align-items: center;
}
.inde-ban1 .ban1-swiper .swiper-slide .dn-wen .dp1 {
  color: #769662;
  font-size: 3vw;
  font-weight: bold;
}
.inde-ban1 .ban1-swiper .swiper-slide .dn-wen .dp2 {
  color: #4e5c53;
  font-size: 1.6vw;
  margin: 1vw 0 0;
}
.inde-ban1 .ban1-swiper .swiper-slide-active .com-bg1 {
  transform: none;
}
.inde-ban1 .ban1-swiper .pagi1 {
  position: absolute;
  left: 0;
  width: 3vw;
  height: calc(3vw * 260 / 55);
  background: url("../images/indebanbg1_02.png") no-repeat center / cover;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.inde-ban1 .ban1-swiper .pagi1 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background-color: #ffffff;
  margin: 6px 0;
}
.inde-ban1 .ban1-swiper2 {
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 2;
  height: auto;
}
.inde-ban1 .ban1-swiper2 .swiper-slide {
  width: 14px;
  height: 19px;
  background: url("../images/indesw1_03.png") no-repeat center / cover;
  cursor: pointer;
  margin: 0 5px;
}
.inde-ban1 .ban1-swiper2 .swiper-slide-thumb-active {
  background: url("../images/indesw2_03.png") no-repeat center / cover;
}
.inde-abou {
  position: relative;
}
.inde-abou > .com-conta1 {
  display: flex;
  justify-content: space-between;
  padding: 3vw 5vw;
}
.inde-abou .dn-fl {
  width: 30vw;
  height: 30vw;
  position: relative;
}
.inde-abou .dn-fl:hover .com-bg1 {
  animation: pulse 0.5s ease both;
}
.inde-abou .dn-fl .com-bg1 {
  border-radius: 50%;
}
.inde-abou .dn-fl .dn-play {
  position: absolute;
  right: -4vw;
  bottom: 0;
  width: 10vw;
  height: calc(10vw * 231 / 244);
  background: url("../images/indebg2_03.png") no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2.2vw;
  cursor: pointer;
  z-index: 2;
}
.inde-abou .dn-fl .dn-play .i1 {
  font-size: 3.5vw;
  color: #ceb07a;
}
.inde-abou .dn-fl .dn-play .dp1 {
  font-size: 0.85vw;
}
.inde-abou .dn-fl .dn-xi {
  border: 1px solid #ebeaea;
  border-radius: 50%;
  position: absolute;
  width: calc(100% + 5vw);
  height: calc(100% + 5vw);
}
.inde-abou .dn-fl .dn-xi.dn-xi1 {
  top: -3vw;
  left: -3vw;
}
.inde-abou .dn-fl .dn-xi.dn-xi2 {
  top: -2vw;
  left: -1.5vw;
}
.inde-abou .dn-fl .dn-xi.dn-xi3 {
  top: -3vw;
  left: -1.5vw;
}
.inde-abou .dn-fr {
  width: calc(100% - 30vw - 5vw);
  position: relative;
}
.inde-abou .dn-fr .fr-ce {
  position: absolute;
  right: -5vw;
  top: 0;
  display: flex;
}
.inde-abou .dn-fr .fr-ce .dp1 {
  color: #a6a7a7;
  font-family: 'Didot';
  text-transform: uppercase;
  font-size: 1.6vw;
  transform: translate(2.7vw, 3.3vw) rotate(90deg);
}
.inde-abou .dn-fr .fr-ce .dp2 {
  color: #4e5c53;
  font-size: 1.2vw;
  width: 1.2vw;
}
.inde-abou .dn-fr .dn-bot {
  padding-left: calc(84px + 8px + 15px + 14px);
}
.inde-abou .dn-fr .dn-bot .dp-list {
  display: flex;
  margin: 2vw 0 3vw;
  justify-content: space-between;
  width: 80%;
  color: #4e5c53;
}
.inde-abou .dn-fr .dn-bot .dp-list .dp-npai {
  border-bottom: 1px solid #d1d1d1;
  padding-right: 2vw;
  padding-bottom: 0.6vw;
  transition: all 0.3s ease;
}
.inde-abou .dn-fr .dn-bot .dp-list .dp-npai .dp1 {
  font-size: 3.2vw;
  font-weight: bold;
}
.inde-abou .dn-fr .dn-bot .dp-list .dp-npai:hover {
  background-image: linear-gradient(to right, #769662, #4e5c53);
  padding-left: 2vw;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: #ffffff;
}
.inde-video1 {
  width: 50vw;
  height: 30vw;
  overflow: hidden;
}
.inde-video1 video {
  object-fit: cover;
}
.inde-jianc .dn-lower .blo-box {
  width: 31.73333333%;
  height: 15vw;
  margin: 0.8%;
  border: 1px solid #d1d1d1;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.inde-jianc .dn-lower .blo-box:hover .com-bg1 {
  opacity: 1;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen1 {
  width: auto;
  height: auto;
  padding: 1vw;
  color: #ffffff;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen1 .dp-img1 .img1 {
  display: none;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen1 .dp-img1 .img2 {
  display: inline-block;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen2 {
  justify-content: flex-start;
  background: url("../images/jiance_h.png") no-repeat center / cover;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen2 .dp-nei2 {
  display: none;
}
.inde-jianc .dn-lower .blo-box .com-bg1 {
  opacity: 0;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 .dp-img1 img {
  height: 3vw;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 .dp-img1 .img2 {
  display: none;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 .dp1 {
  font-size: 16px;
  margin: 0.5vw 0 0;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../images/jiance.png") no-repeat center / cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1vw;
  transition: all 0.3s ease;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei {
  color: #ffffff;
  display: none;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei p {
  margin: 0.5vw 0 0;
  display: flex;
  align-items: center;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei p b {
  width: 14px;
  height: 2px;
  background: #ffffff;
  margin: 0 8px 0 0;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei2 {
  color: #769662;
  font-weight: bold;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei2 i {
  font-size: 24px;
}
.inde-baog .dn-upper {
  width: 40%;
}
.inde-baog .dn-lower {
  padding-left: calc(84px + 8px + 15px + 14px);
  margin: 3vw 0 0;
}
.inde-baog .dn-lower .dn-list {
  display: flex;
}
.inde-baog .dn-lower .dn-list .dp-npai {
  text-align: center;
}
.inde-baog .dn-lower .dn-list .dp-npai:not(:last-of-type) {
  margin: 0 3vw 0 0;
}
.inde-baog .dn-lower .dn-list .dp-npai .img1 {
  height: 45px;
}
.inde-baog .dn-lower .dn-list .dp-npai .dp1 {
  color: #4e5c53;
  margin: 10px 0 0;
}
.inde-xinw .dn-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inde-xinw .dn-upper .dn-fr .swiper-pagination {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.inde-xinw .dn-upper .dn-fr .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #999999;
  opacity: 1;
  position: relative;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.inde-xinw .dn-upper .dn-fr .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  width: 0;
  height: 1px;
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  right: 5px;
  transition: all 0.3s ease;
}
.inde-xinw .dn-upper .dn-fr .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 50px;
  color: #769662;
}
.inde-xinw .dn-upper .dn-fr .swiper-pagination .swiper-pagination-bullet-active:after {
  width: 40px;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide {
  width: 21%;
  margin: 0 2% 4%;
  border: 1px solid #d1d1d1;
  height: 415px;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide:hover * {
  color: #ffffff !important;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide:hover .com-bg1 {
  display: block;
  animation: fadeIn 0.4s ease both;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide:hover .dp-top .dp-xi1 {
  background-color: #ffffff;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide:hover .dp-bot {
  border: none;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .a-big {
  padding: 35px;
  padding-top: 45px;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .com-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .com-bg1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(56, 71, 61, 0.4);
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top {
  height: calc(100% - 42px);
  position: relative;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top .dp1 {
  color: #333333;
  font-size: 24px;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top .dp-xi1 {
  width: 18px;
  height: 2px;
  background-color: #4e5c53;
  margin: 10px 0 20px;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top .dp-intr1 {
  line-height: 30px;
  text-align: justify;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-bot {
  height: 42px;
  border-top: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-bot .dp-fl {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-bot .dp-fr i {
  font-size: 24px;
}
.gsxw-xinw .dn-lower .xinw-swiper .swiper-wrapper {
  flex-wrap: wrap;
  height: auto !important;
}
@keyframes comrotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.sjlc {
  padding: 3vw 0 6vw;
}
.sjlc .dn-center {
  position: relative;
  width: 34vw;
  margin: 0 auto;
}
.sjlc .dn-center .img1 {
  display: block;
  width: 100%;
  position: relative;
}
.sjlc .dn-center .img2 {
  position: absolute;
  display: block;
  width: 120%;
  top: -10%;
  left: -10%;
  animation: comrotate 20s linear infinite both;
}
.jspt .dn-upper {
  background-color: #f7f7f7;
  padding: 3vw;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
.jspt .dn-upper .dn-fl {
  width: 300px;
}
.jspt .dn-upper .dn-fr {
  width: calc(100% - 300px - 5vw);
  padding: 3vw 0 0;
}
.jspt .dn-upper .dn-fr .com-xi1 {
  margin: 1.2vw 0 2.2vw;
}
.jspt .dn-lower .dn-list {
  padding: 3vw 0;
  border-bottom: 1px solid #ebeaea;
  display: flex;
  justify-content: space-between;
}
.jspt .dn-lower .dn-list:nth-of-type(even) {
  flex-direction: row-reverse;
}
.jspt .dn-lower .dn-list .dn-wen {
  width: 53%;
  height: 22vw;
}
.jspt .dn-lower .dn-list .dn-wen .dn-ti1 {
  background-color: #ceb07a;
  color: #ffffff;
  font-size: 20px;
  width: 12vw;
  height: 3.2vw;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.jspt .dn-lower .dn-list .dn-wen .com-intr2 {
  margin: 1.2vw 0 2vw;
  height: calc(100% - 3.2vw - 3.2vw - 3.2vw);
  overflow-y: auto;
  padding-right: 4px;
}
.jspt .dn-lower .dn-list .dn-tu {
  border-top-left-radius: 4vw;
  border-bottom-right-radius: 4vw;
  overflow: hidden;
  width: 43%;
  height: 22vw;
}
.jj1-tuand .dn-lower {
  position: relative;
  padding: 0 5vw;
}
.jj1-tuand .dn-lower .swiper-btn-all .swiper-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 110px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.jj1-tuand .dn-lower .swiper-btn-all .swiper-btn .com-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/left1_03.png") no-repeat center / cover;
}
.jj1-tuand .dn-lower .swiper-btn-all .swiper-btn i {
  position: relative;
  z-index: 2;
  font-size: 26px;
}
.jj1-tuand .dn-lower .swiper-btn-all .swiper-btn:hover .com-bg1 {
  background: url("../images/right.png") no-repeat center / cover;
}
.jj1-tuand .dn-lower .swiper-btn-all .swiper-prev {
  left: 0;
}
.jj1-tuand .dn-lower .swiper-btn-all .swiper-next {
  right: 0;
}
.jj1-tuand .dn-lower .swiper-btn-all .swiper-next .com-bg1 {
  transform: rotate(180deg);
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-wrapper {
  align-items: center;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide {
  width: 20%;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide .dp-tu {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide .dp-tu .com-bg1 {
  border-radius: 50%;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide .dp-tu:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #4e5c53;
  bottom: -0.5vw;
  right: -0.5vw;
  border-radius: 50%;
  opacity: 0;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide .dp-tu i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  font-size: 1.5vw;
  color: #4e5c53;
  opacity: 0;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide .dp-wen {
  text-align: center;
  margin: 1.2vw 0 0;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide .dp-wen .dp2 {
  font-size: 18px;
  color: #333333;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide.swiper-slide-active .dp-tu {
  width: 13vw;
  height: 13vw;
}
.jj1-tuand .dn-lower .tuand-swiper .swiper-slide.swiper-slide-active .dp-tu:before {
  opacity: 1;
}
.jj1-hez .dn-lower .hez-swiper .swiper-slide {
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jj1-hez .dn-lower .hez-swiper .swiper-slide .slide-nei {
  width: 84%;
  height: 88%;
  border: 1px solid #ebeaea;
}
.jj1-hez .dn-lower .hez-swiper .swiper-slide .slide-nei:hover {
  border: 1px solid #d1d1d1;
}
.jj1-hez .dn-lower .hez-swiper .swiper-slide .slide-nei:hover .a-big .img1 {
  filter: none;
}
.jj1-hez .dn-lower .hez-swiper .swiper-slide .slide-nei .a-big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jj1-hez .dn-lower .hez-swiper .swiper-slide .slide-nei .a-big .img1 {
  max-width: 96%;
  max-height: 96%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.qywh-jiny > .com-conta1 {
  border-bottom: 1px solid #d1d1d1;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide {
  width: 19%;
  margin: 0 3%;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide:nth-of-type(odd) .dn-nei {
  margin: 3vw 0 0;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-nei {
  width: 100%;
  height: 100%;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-tu {
  height: 18vw;
  overflow: hidden;
  border-radius: 4px;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-wen {
  font-size: 0.9vw;
  line-height: 1.5vw;
  display: flex;
  justify-content: center;
  padding: 1vw 0 0;
  position: relative;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-wen:before {
  content: '';
  position: absolute;
  left: 10%;
  height: 1.5vw;
  background: #ffffff;
  top: -1.5vw;
  z-index: 2;
  width: 0.3vw;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-wen:after {
  content: '';
  position: absolute;
  left: 10%;
  height: 2vw;
  background: #4e5c53;
  top: 0;
  z-index: 2;
  width: 0.3vw;
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
}
.qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-wen .dp-nei {
  width: 66%;
}
.qywh-das {
  padding-top: 5vw;
  padding-bottom: 15vw;
}
.qywh-das .dn-lower .das-swiper .slide-da {
  width: 415px;
  margin: 0 2vw;
}
.qywh-das .dn-lower .das-swiper .slide-da:nth-of-type(odd) .da-nei {
  margin: 100px 0 0;
}
.qywh-das .dn-lower .das-swiper .slide-da .da-nei {
  position: relative;
}
.qywh-das .dn-lower .das-swiper .slide-da .da-nei:before {
  content: '';
  position: absolute;
  border-left: 1px solid #4e5c53;
  top: 54px;
  height: calc(100% - 44px - 24px);
  left: 34px;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-top {
  display: flex;
  align-items: center;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-top .dp1 {
  background-image: linear-gradient(to right, #769662, #4e5c53);
  color: #ffffff;
  border-radius: 30px;
  width: 220px;
  height: 44px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-top .dp2 {
  width: 66px;
  height: 66px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #769662;
  margin: 0 0 0 -30px;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-top .dp2 .img1 {
  max-width: 70%;
  max-height: 70%;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid {
  margin: 0 0 4vw;
  padding-left: 34px;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container {
  height: 430px;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide {
  margin: 42px 0 0;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .slide-n-nei {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-z {
  width: 20px;
  height: 1px;
  background: #4e5c53;
  position: relative;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-z:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4e5c53;
  top: -4px;
  right: 0;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-y {
  width: calc(100% - 20px - 10px);
  margin: -10px 0 0;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-y .dp1 {
  font-size: 18px;
  color: #4e5c53;
  font-weight: bold;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-y .dp-intr1 {
  line-height: 24px;
  margin: 6px 0 20px;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-y .dp-tu-list .blo-box {
  width: 45%;
  height: 73px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 10px 10px 0;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-btn-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-btn-all .swiper-btn {
  color: #999999;
  outline: none;
  margin: 0 10px;
  cursor: pointer;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-btn-all .swiper-btn:hover {
  color: #769662;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-btn-all .swiper-btn i {
  font-size: 30px;
}
.qywh-das .dn-lower .das-swiper .slide-da .dn-bot {
  background: #4e5c53;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  position: relative;
  z-index: 2;
}
.rszp-rens .dn-center .layui-colla-item {
  padding: 0 5vw;
}
.rszp-rens .dn-center .layui-colla-item:first-of-type {
  background-color: #f2f2f2;
}
.rszp-rens .dn-center .layui-colla-item:first-of-type .layui-colla-title {
  font-size: 16px;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-title {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0 1%;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-title .layui-icon {
  transform: rotate(180deg);
  display: block;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-title .layui-colla-icon {
  display: none;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-title .dp-pai {
  text-align: center;
  width: calc((100% - 130px * 2) / 3);
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-title .dp-pai:first-of-type,
.rszp-rens .dn-center .layui-colla-item .layui-colla-title .dp-pai:last-of-type {
  width: 130px;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content {
  padding: 0 4%;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content.layui-show {
  border-top: 1px solid #e6e6e6;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-sha {
  padding: 22px 0;
  position: relative;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-sha .dp-npai:not(:last-of-type) {
  margin: 0 0 22px;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-sha .dp-npai .dp-ti1 {
  color: #4e5c53;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: bold;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia {
  padding: 22px 0 26px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-z {
  color: #4e5c53;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-z .a1 {
  margin: 0 0 0 100px;
}
.rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-y .dn-send {
  background: #769662;
  color: #ffffff;
  width: 110px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lay-tsjy {
  padding: 30px 80px;
  width: 700px;
  display: none;
}
.lay-tsjy .sw1 .swiper-slide {
  margin: 10px 0;
}
.lay-tsjy .sw1 .swiper-slide .inp1 {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  padding: 0 0 0 15px;
}
.lay-tsjy .sw1 .swiper-slide .inp1-d {
  width: calc(100% - 150px);
}
.lay-tsjy .sw1 .swiper-slide .inp-f {
  padding: 7px;
}
.lay-tsjy .sw1 .swiper-slide .btn1 {
  width: 200px;
  height: 40px;
  background: #000000;
  color: #ffffff;
  border-radius: 40px;
  cursor: pointer;
  margin: auto;
  display: block;
}
.lay-tsjy .sw1 .swiper-slide .im-yzm {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.ryzz .dn-center .blo-box {
  margin: 1% 2%;
}
.ryzz .dn-center .blo-box .dp-tu {
  background-color: #ebeaea;
  display: block;
}
.ryzz .dn-center .blo-box .dp-tu .img1 {
  height: 20vw;
  border-radius: 5px;
}
.ryzz .dn-center .blo-box .dp-wen {
  text-align: center;
  font-size: 16px;
  margin: 1vw 0 0;
}
.tzgg .dn-center {
  border: 1px solid #d1d1d1;
}
.tzgg .dn-center .dp-list {
  font-size: 16px;
}
.tzgg .dn-center .dp-list:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.tzgg .dn-center .dp-list .a-big {
  display: flex;
  align-items: center;
  padding: 15px;
}
.tzgg .dn-center .dp-list .dp-z {
  width: calc(100% - 100px);
}
.tzgg .dn-center .dp-list .dp-y {
  width: 100px;
  text-align: right;
}
.xq1 {
  position: relative;
  z-index: 2;
}
.xq1 .com-conta1,
.xq1 .com-conta2 {
  display: flex;
  justify-content: space-between;
}
.xq1 .dn-fl2 {
  width: 57%;
}
.xq1 .dn-fr2 {
  width: 37%;
}
.xq1 .dn-fl {
  width: calc(100% - 390px);
  padding-right: 3vw;
}
.xq1 .dn-fl.wi-all {
  width: 100% !important;
  padding-right: 0;
}
.xq1 .dn-fl .dn-upper {
  text-align: center;
}
.xq1 .dn-fl .dn-upper .dp-ti1 {
  color: #333333;
  font-size: 30px;
}
.xq1 .dn-fl .dn-upper .dp2 {
  margin: 2vw 0 0;
}
.xq1 .dn-fl .dn-upper .dp2 b {
  margin: 0 10px;
  color: #888888;
}
.xq1 .dn-fl .dn-lower {
  border-top: 1px solid #d1d1d1;
  padding: 2vw 0 0;
  display: flex;
  justify-content: space-between;
}
.xq1 .dn-fl .dn-lower p {
  max-width: 50%;
}
.xq1 .dn-fl .dn-lower .tab1 {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  font-size: 16px;
}
.xq1 .dn-fl .dn-lower .tab1 tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.xq1 .dn-fl .dn-lower .tab1 tr td {
  border: 1px solid #e8e8e8;
  height: 54px;
  padding: 0 20px;
}
.xq1 .dn-fl .dn-lower .tab1 tr td:first-of-type {
  width: 145px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.xq1 .dn-fr {
  width: 390px;
  padding: 0 0 0 2vw;
  border-left: 1px solid #dbdbdb;
}
.xq1 .dn-fr .dp-ti1 {
  font-size: 24px;
  color: #333333;
  margin: 0 0 3vw;
}
.xq1 .dn-fr .dn-xia .inde-xinw .dn-lower .xinw-swiper .swiper-slide {
  width: 96%;
}
.xq1 .com-blo1 .blo-box {
  width: 50%;
  padding: 3vw;
  padding-left: 0;
  border-bottom: 1px solid #d1d1d1;
  display: inline-flex;
  align-items: center;
}
.xq1 .com-blo1 .blo-box .dp-tu {
  width: 50%;
  height: 12vw;
  border-radius: 0.5vw;
  overflow: hidden;
}
.xq1 .com-blo1 .blo-box .dp-wen {
  width: 50%;
  padding: 0 0 0 3vw;
}
.xq1 .com-blo1 .blo-box .dp-wen .dp1 {
  color: #333333;
  font-size: 0.95vw;
  line-height: 1.6vw;
  margin: 0 0 1vw;
}
.xq1 .com-blo1 .blo-box .dp-wen .dp2 {
  font-size: 0.85vw;
  line-height: 1.5vw;
}
.jdal .dn-center .blo-box {
  width: 21%;
  margin: 1% 2%;
}
.jdal .dn-center .blo-box:hover .dp-tu .dp-nei {
  background: url("../images/jdbg2.png") no-repeat right bottom / auto 80%;
  color: #ffffff;
}
.jdal .dn-center .blo-box:hover .dp-tu .com-bg1 {
  transform: scale(1.05);
}
.jdal .dn-center .blo-box:hover .dp-wen {
  color: #769662;
}
.jdal .dn-center .blo-box .dp-tu {
  height: 12vw;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.jdal .dn-center .blo-box .dp-tu .dp-nei {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/jdbg1.png") no-repeat right bottom / auto 80%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1vw;
  color: #769662;
  font-weight: bold;
  transition: all 0.3s ease;
}
.jdal .dn-center .blo-box .dp-tu .dp-nei i {
  font-size: 24px;
}
.jdal .dn-center .blo-box .dp-wen {
  font-size: 16px;
  color: #333333;
  margin: 1vw 0 0;
}
.cjwt .dn-center .layui-colla-title {
  font-size: 18px;
  color: #333333;
  height: 70px;
  line-height: 70px;
  background: transparent;
  padding: 0 30px;
}
.cjwt .dn-center .layui-colla-content {
  padding: 30px;
}
.jjcl-leix .dn-lower {
  position: relative;
  width: 450px;
  height: 450px;
  margin: auto;
}
.jjcl-leix .dn-lower .dn-quan1 {
  border-radius: 50%;
  border: 1px solid #4e5c53;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jjcl-leix .dn-lower .dn-quan1 .dn-quan2 {
  width: 70%;
  height: 70%;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jjcl-leix .dn-lower .dn-quan1 .dn-quan2 .dn-quan3 {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  font-size: 18px;
}
.jjcl-leix .dn-lower .dn-quan1 .dn-quan2 .dn-quan3 .dp1 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.jjcl-leix .dn-lower .dn-quan1 .dn-quan2 .dn-quan3 .com-bg1 {
  position: absolute;
}
.jjcl-leix .dn-lower .dn-list .dn-pai {
  position: absolute;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-child(n+5) .dp1 {
  right: auto;
  left: calc(100% + 20px);
  padding: 0 10px 6px 0;
}
.jjcl-leix .dn-lower .dn-list .dn-pai .dp2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4e5c53;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  border: 5px solid rgba(118, 150, 98, 0.7);
}
.jjcl-leix .dn-lower .dn-list .dn-pai .dp1 {
  position: absolute;
  width: max-content;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 6px 10px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(1) {
  left: 90px;
  top: 10px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(2) {
  left: -5px;
  top: 125px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(3) {
  left: -5px;
  bottom: 125px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(4) {
  left: 90px;
  bottom: 10px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(5) {
  right: 90px;
  top: 10px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(6) {
  right: -5px;
  top: 125px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(7) {
  right: -5px;
  bottom: 125px;
}
.jjcl-leix .dn-lower .dn-list .dn-pai:nth-of-type(8) {
  right: 90px;
  bottom: 10px;
}
.jjcl-juj {
  padding-bottom: 12vw;
  color: #ffffff;
}
.jjcl-juj .dn-upper .com-cnti1 {
  color: #ffffff;
}
.jjcl-juj .dn-lower {
  padding: 0 5%;
}
.jjcl-juj .dn-lower .blo-box {
  width: calc((100% - 6vw * 4) / 5);
  text-align: center;
}
.jjcl-juj .dn-lower .blo-box.bl-icon {
  width: 6vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(3vw + 1vw + 40px);
}
.jjcl-juj .dn-lower .blo-box.bl-icon i {
  font-size: 0.85vw;
}
.jjcl-juj .dn-lower .blo-box .img1 {
  height: 3vw;
  margin: 0 0 1vw;
}
.jjcl-juj .dn-lower .blo-box .dp1 {
  text-align: left;
}
.jjcl-rangb {
  position: relative;
  z-index: 2;
}
.jjcl-rangb .com-conta1 {
  background: #ffffff;
  border-radius: 6px;
  margin: -6vw auto 0;
  overflow: hidden;
}
.jjcl-rangb:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #d1d1d1;
  top: 58%;
  left: 0;
}
.jjcl-rangb .dn-lower .rangb-swiper {
  overflow: visible;
}
.jjcl-rangb .dn-lower .rangb-swiper .swiper-slide {
  width: 335px;
  height: 330px;
  border: 1px solid #d1d1d1;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  padding: 0 2%;
  margin: 0 4%;
  background: #ffffff;
  transition: all 0.3s ease;
}
.jjcl-rangb .dn-lower .rangb-swiper .swiper-slide:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.jjcl-rangb .dn-lower .rangb-swiper .swiper-slide .dp2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/jujianbg1_03.png") no-repeat right bottom / 80% auto;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 26px;
  z-index: 5;
  padding: 27px;
  font-style: italic;
}
.jjcl-rangb .dn-lower .rangb-swiper .swiper-slide .slide-nei {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.jjcl-rangb .dn-lower .rangb-swiper .swiper-slide .img1 {
  height: 55px;
  display: block;
  margin: 0 auto 3vw;
}
.jjcl-rangb .dn-lower .rangb-swiper .swiper-slide .dp1 {
  line-height: 24px;
}
.ybcj-xuey .dn-lower {
  position: relative;
  width: 34vw;
  height: 34vw;
  margin: auto;
}
.ybcj-xuey .dn-lower .dn-quan1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background: url("../images/11_03.jpg") no-repeat center / 100% auto;
  /*
                  &:before, &:after {
                     content: '';
                     .po-ab;
                     .to-0;
                     .si-all;
                     .bo-ra-50 ;
                     border-left: 1px solid rgba(78, 92, 83, .8);
                     clip: rect(0px, 8vw, 32vw, 0px);
                     .le-0;
                  }

                  &:after {
                     transform: rotate(180deg);
                  }

          */
}
.ybcj-xuey .dn-lower .dn-quan1 .dn-quan2 {
  width: 79%;
  height: 79%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*
                        &:before, &:after {
                           content: '';
                           .po-ab;
                           .to-0;
                           .si-all;
                           .bo-ra-50 ;
                           border-left: 1px solid rgba(118, 150, 98, .5);
                           clip: rect(0px, 1.5vw, 25vw, 0px);
                           .le-0;
                        }

                        &:after {
                           transform: rotate(180deg);
                        }

             */
}
.ybcj-xuey .dn-lower .dn-quan1 .dn-quan2 .dn-quan3 {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  font-size: 18px;
}
.ybcj-xuey .dn-lower .dn-quan1 .dn-quan2 .dn-quan3 .dp-nei {
  position: relative;
  z-index: 2;
  text-align: center;
}
.ybcj-xuey .dn-lower .dn-quan1 .dn-quan2 .dn-quan3 .dp-nei .img1 {
  height: 4vw;
  margin: 0 0 1vw;
}
.ybcj-xuey .dn-lower .dn-quan1 .dn-quan2 .dn-quan3 .com-bg1 {
  position: absolute;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai {
  position: absolute;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai:nth-child(n+4) .dp1 {
  right: auto;
  left: calc(100% + 1vw + 2vw);
}
.ybcj-xuey .dn-lower .dn-list .dn-pai .dp2 {
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  background: #4e5c53;
  border: 0.2vw solid rgba(118, 150, 98, 0.7);
}
.ybcj-xuey .dn-lower .dn-list .dn-pai .dp1 {
  position: absolute;
  width: 22vw;
  right: calc(100% + 1vw + 2vw);
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8vw;
  line-height: 1.4vw;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai:nth-of-type(1) {
  left: 6%;
  top: 23%;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai:nth-of-type(2) {
  left: -1.5%;
  top: 49.8%;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai:nth-of-type(3) {
  left: 6%;
  bottom: 23%;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai:nth-of-type(4) {
  right: 6%;
  top: 23%;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai:nth-of-type(5) {
  right: -1.5%;
  top: 49.8%;
}
.ybcj-xuey .dn-lower .dn-list .dn-pai:nth-of-type(6) {
  right: 6%;
  bottom: 23%;
}
.ybcj-biaob .dn-top .com-intr2 {
  color: #333333;
  margin: 1vw 0 0;
}
.ybcj-biaob .dn-upper .dn-bot .blo-box {
  height: 125px;
  width: 19%;
  margin: 0 3%;
  border: 1px solid #d1d1d1;
  position: relative;
  padding: 30px;
  line-height: 24px;
  border-radius: 5px;
}
.ybcj-biaob .dn-upper .dn-bot .blo-box:before {
  content: '';
  position: absolute;
  width: 32%;
  top: 50%;
  border-top: 1px solid #d1d1d1;
  right: -32%;
}
.ybcj-biaob .dn-upper .dn-bot .blo-box:last-of-type:before {
  display: none;
}
.ybcj-biaob .dn-upper .dn-bot .blo-box .dp-num {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4e5c53;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  font-size: 16px;
  font-style: italic;
}
.ybcj-list .blo-box {
  width: 22%;
  margin: 0 1.5%;
}
.ybcj-list .blo-box .dp-tu {
  height: 11vw;
  overflow: hidden;
  border-radius: 6px;
}
.ybcj-list .blo-box .dp-wen .dp1 {
  color: #333333;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
  padding: 12px 0 6px;
  margin: 0 0 6px;
}
.test .layui-tab {
  margin: 0;
  height: 100%;
}
.test .layui-tab .layui-tab-title {
  height: 45px;
}
.test .layui-tab .layui-tab-title .layui-tab-bar {
  display: none;
}
.test .layui-tab .layui-tab-title li {
  font-size: 18px;
  line-height: 45px;
}
.test .layui-tab .layui-tab-title .layui-this {
  color: #4e5c53;
}
.test .layui-tab .layui-tab-title .layui-this:after {
  border: none;
  height: 4px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 1px;
  background-color: #4e5c53;
}
.test .layui-tab .layui-tab-content {
  height: calc(100% - 45px);
  padding: 10px 0 0;
}
.test .layui-tab .layui-tab-content .layui-tab-item {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.test .layui-tab .layui-tab-content .layui-tab-item::-webkit-scrollbar-thumb {
  background: #dbd9d9;
}
.test .layui-tab .layui-tab-content .layui-tab-item .dp-npai {
  background-color: #f2f2f2;
  height: 45px;
  font-size: 16px;
}
.test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .a-big {
  display: flex;
  align-items: center;
}
.test .layui-tab .layui-tab-content .layui-tab-item .dp-npai:nth-of-type(even) {
  background-color: #ffffff;
}
.test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp1 {
  width: 118px;
  text-align: center;
  border-right: 1px solid #f6f6f6;
}
.test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp2 {
  width: calc(100% - 118px - 80px);
  padding: 0 1vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp3 {
  width: 80px;
  text-align: center;
}
.test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp3 i {
  font-size: 20px;
}
.pdy .blo-box {
  width: 100px;
  height: 840px;
  border-right: 1px solid #ffffff;
  border-radius: 5px;
  background-color: #edf0ee;
  overflow: hidden;
  transition: all 0.5s ease;
}
.pdy .blo-box:nth-of-type(even) {
  background-color: #e4e8e6;
}
.pdy .blo-box.active {
  width: calc(100% - 100px * 5);
  background-color: #f6f6f6;
}
.pdy .blo-box.active .dn-fl {
  background-color: #ceb07a;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.pdy .blo-box.active .dn-fl .dp-sha {
  color: #ffffff;
}
.pdy .blo-box.active .dn-fl .dp-xia .img1 {
  display: none;
}
.pdy .blo-box.active .dn-fl .dp-xia .img2 {
  display: block;
}
.pdy .blo-box .dn-fl {
  padding: 3vw 0;
  position: relative;
  width: 100px;
  height: 100%;
  cursor: pointer;
  float: left;
}
.pdy .blo-box .dn-fl .dp-sha {
  color: #4e5c53;
  font-size: 24px;
}
.pdy .blo-box .dn-fl .dp-sha .dp1 {
  width: 24px;
  margin: auto;
}
.pdy .blo-box .dn-fl .dp-xia {
  position: absolute;
  bottom: 3vw;
  width: 50%;
  left: 25%;
}
.pdy .blo-box .dn-fl .dp-xia img {
  width: 100%;
}
.pdy .blo-box .dn-fl .dp-xia .img2 {
  display: none;
}
.pdy .blo-box .dn-fr {
  width: calc(100% - 100px);
  float: right;
  padding: 40px;
  height: 100%;
}
.pdy .blo-box .dn-fr .dp-sha {
  display: flex;
  justify-content: space-between;
}
.pdy .blo-box .dn-fr .dp-sha .dp-tu {
  height: 175px;
  width: 350px;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pdy .blo-box .dn-fr .dp-sha .dp-wen {
  width: calc(100% - 350px - 2.5vw);
  padding: 1.5vw 0 0;
  height: 175px;
  color: #333333;
  overflow-y: auto;
  font-size: 0.9vw;
  line-height: 1.6vw;
}
.pdy .blo-box .dn-fr .dp-xia {
  height: calc(100% - 175px);
  padding: 2vw 0 0;
}
.lb1 .dn-lower {
  display: flex;
  justify-content: space-between;
}
.lb1 .dn-lower .dn-fl {
  width: 35%;
  height: 35vw;
  border-top-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  overflow: hidden;
}
.lb1 .dn-lower .dn-fr {
  width: 62.5%;
  height: 35vw;
}
.lb1 .dn-lower .dn-fr .dn-sha {
  font-size: 0.95vw;
  line-height: 1.5vw;
  text-align: justify;
  padding: 1.5vw 0 0;
  height: 6.5vw;
}
.lb1 .dn-lower .dn-fr .dn-xia {
  height: calc(100% - 6.5vw);
}
.com-folding-panel {
  border: 1px solid #d1d1d1;
}
.com-folding-panel .dn-pai:not(:last-of-type) {
  border-bottom: 1px solid #d1d1d1;
}
.com-folding-panel .dn-pai.active {
  background: #e8e8e8;
}
.com-folding-panel .dn-pai.active .dn-sha .dp-y .i-jia {
  display: none;
}
.com-folding-panel .dn-pai.active .dn-sha .dp-y .i-jian {
  display: block;
}
.com-folding-panel .dn-pai.active .dn-xia {
  display: block;
}
.com-folding-panel .dn-pai .dn-sha {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
}
.com-folding-panel .dn-pai .dn-sha .dp-z {
  font-size: 18px;
  color: #333333;
  width: calc(100% - 40px);
}
.com-folding-panel .dn-pai .dn-sha .dp-y {
  width: 40px;
  text-align: center;
}
.com-folding-panel .dn-pai .dn-sha .dp-y i {
  font-size: 30px;
}
.com-folding-panel .dn-pai .dn-sha .dp-y .i-jian {
  display: none;
}
.com-folding-panel .dn-pai .dn-xia {
  display: none;
  border-top: 1px solid #d1d1d1;
  padding: 20px 30px;
}
.search .com-ti1 {
  font-size: 2vw;
  color: #333333;
}
.search .com-ti1 b {
  color: red;
}
.search .com-list1 .a-pai {
  display: block;
  padding: 1vw 0;
  font-size: 0.95vw;
  border-bottom: 1px dashed #d1d1d1;
}
.search .com-list1 .a-pai:hover {
  color: #769662;
}
@media screen and (max-width: 1560px) {
  .com-inde-ti1 .dp-sha .dp1 {
    font-size: 24px;
  }
  .com-inde-ti1 .dp-xia .dp-enti1 {
    font-size: 2.5vw;
  }
  .com-inde-ti1 .dp-xia .dp-intr1 {
    font-size: 22px;
    margin: 1.2vw 0 0;
  }
  .com-inde-ti1 .dp-xia .dp-intr2 {
    margin: 2vw 0 0;
    font-size: 15px;
  }
  .inde-abou .dn-fr .dn-bot .dp-list {
    margin: 1vw 0 2vw;
    width: 90%;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide {
    height: 360px;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top .dp1 {
    font-size: 20px;
  }
  .qywh-das .dn-lower .das-swiper .slide-da {
    width: 330px;
  }
}
@media screen and (max-width: 780px) {
  body,
  html {
    min-width: 300px;
    font-size: 3.5vw;
  }
  .blo-box {
    font-size: 3.5vw;
  }
  .com-conta1,
  .com-conta2 {
    width: 90%;
  }
  .com-inde-ti1 .dp-sha .dp-xi1 {
    width: 10vw;
    margin: 0 3vw 0 2vw;
  }
  .com-inde-ti1 .dp-sha .dp1 {
    font-size: 6vw;
  }
  .com-inde-ti1 .dp-xia {
    padding-left: 0;
  }
  .com-inde-ti1 .dp-xia .dp-enti1 {
    font-size: 5.5vw;
    margin: -4vw 0 0 19vw;
  }
  .com-inde-ti1 .dp-xia .dp-intr1 {
    font-size: 5vw;
    line-height: 7vw;
  }
  .com-inde-ti1 .dp-xia .dp-intr2 {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  .com-dn-more1 {
    width: 36vw;
    height: 9vw;
    font-size: 3.5vw;
  }
  .com-dn-more1 i {
    font-size: 3.5vw;
  }
  .com-breadcrumb1 {
    padding: 5vw 0;
  }
  .breadcrumb-change1 .com-breadcrumb1 {
    bottom: 2vw;
    width: 65vw;
    padding: 3vw 0 3vw 6vw;
  }
  .inde-abou .com-breadcrumb1 {
    top: 2vw;
    display: none;
  }
  .com-breadcrumb1 i {
    font-size: 3.5vw;
  }
  .com-top-bot-1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .com-top-bot-2 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .com-ban1 .ban1-wen {
    left: 5%;
    bottom: 25vw;
  }
  .com-ban1 .ban1-wen .dp-enti1 {
    font-size: 8vw;
  }
  .com-ban1 .ban1-wen .dp-cnti1 {
    font-size: 7vw;
  }
  .com-ban1 .ban1-swiper .swiper-slide {
    height: 80vw;
  }
  .com-cnti1 {
    font-size: 5vw;
  }
  .com-xi1 {
    width: 10vw;
  }
  .com-dn-upper {
    display: block;
  }
  .com-dn-upper .dn-fr {
    width: 100%;
  }
  .layui-form-select .layui-input {
    padding-right: 3vw;
    padding-left: 2vw;
    height: 8vw;
  }
  .layui-form-select .layui-edge {
    right: 1.5vw;
    margin-top: -0.5vw;
    border-width: 1vw;
  }
  .layui-form-select dl {
    top: 8vw;
    padding: 1vw 0;
    max-height: 40vw;
  }
  .layui-form-select dl dd,
  .layui-form-select dl dt {
    padding: 0 2vw;
    line-height: 6vw;
    font-size: 3.5vw;
  }
  .header.active {
    padding: 2vw 0;
  }
  .header.active .head-menu {
    color: #4e5c53;
  }
  .header .layui-form {
    display: none;
  }
  .header .head-sear {
    width: 25vw;
    height: 8vw;
  }
  .header .head-sear .btn1 {
    width: calc(8vw - 2px);
  }
  .header .head-sear .btn1 i {
    font-size: 4vw;
  }
  .header .head-logo img {
    height: 10vw !important;
  }
  .header .head-nav {
    position: fixed;
    left: -51%;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    z-index: 101;
    padding: 10vw 0 0;
  }
  .header .head-nav.active {
    left: 0;
  }
  .header .head-nav .com-blo .blo-box {
    width: 100%;
    font-size: 4.5vw;
  }
  .header .head-nav .com-blo .blo-box.active .dn-upper i {
    transform: rotate(180deg);
  }
  .header .head-nav .com-blo .blo-box.active .dn-lower {
    display: block;
    animation: fadeInUp1 0.4s ease both;
  }
  .header .head-nav .com-blo .blo-box .dn-upper {
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 4vw;
  }
  .header .head-nav .com-blo .blo-box .dn-upper .a-big {
    padding: 4vw;
    width: 55%;
    margin: 0;
  }
  .header .head-nav .com-blo .blo-box .dn-upper i {
    display: block;
    font-size: 6vw;
    transition: all 0.3s ease;
  }
  .header .head-nav .com-blo .blo-box .dn-lower {
    width: 50vw;
    padding: 3vw;
    left: 100%;
    border-radius: 0;
    top: 6vw;
  }
  .header .head-nav .com-blo .blo-box .dn-lower .dp-fl {
    width: 100%;
    padding: 0;
  }
  .header .head-nav .com-blo .blo-box .dn-lower .dp-fl .dp-npai {
    width: 100%;
    padding: 0;
    margin: 0 0 2vw;
  }
  .header .head-nav .com-blo .blo-box .dn-lower .dp-fl .dp-npai:before {
    display: none;
  }
  .header .head-nav .com-blo .blo-box .dn-lower .dp-fr {
    width: 100%;
    height: 30vw;
    border-radius: 1vw;
  }
  .header .head-drop-down .dp-top {
    width: 26vw;
    height: 7vw;
    font-size: 4vw;
    justify-content: flex-start;
    padding-left: 2vw;
  }
  .header .head-drop-down .dp-top i {
    margin-top: -2vw;
    font-size: 4vw;
  }
  .header .head-menu {
    display: block;
    color: #ffffff;
    margin: 0 0 0 1vw;
  }
  .header .head-menu i {
    font-size: 5.5vw;
  }
  .header .head-menu .i-close {
    display: none;
  }
  .header .head-menu.active .i-menu {
    display: none;
  }
  .header .head-menu.active .i-close {
    display: block;
  }
  .footer .foot-top {
    padding: 4vw;
  }
  .footer .foot-top .dn-box1 {
    width: 30%;
  }
  .footer .foot-top .dn-box1 .img1 {
    width: 100%;
  }
  .footer .foot-top .dn-box1 .dp1 {
    width: 100%;
    margin: 2vw 0 0;
  }
  .footer .foot-top .dn-box2 {
    display: none;
  }
  .footer .foot-top .dn-box3 {
    width: 70%;
    padding: 0 0 0 5%;
  }
  .footer .foot-top .dn-box3 .dp-top .inp1 {
    height: 10vw;
    font-size: 4vw;
  }
  .footer .foot-top .dn-box3 .dp-top .btn1 {
    height: 10vw;
    width: 10vw;
  }
  .footer .foot-top .dn-box3 .dp-top .btn1 i {
    font-size: 5vw;
  }
  .footer .foot-bot {
    display: block;
    text-align: center;
    padding: 3vw 0;
  }
  .footer .foot-bot .dn-fl {
    width: 100%;
  }
  .footer .foot-bot .dn-fr {
    width: 100%;
    margin: 2vw 0 0;
  }
  .inde-ban1 {
    height: 65vw;
  }
  .inde-ban1 .ban1-swiper .swiper-slide .dn-wen {
    padding: 0 6vw;
  }
  .inde-ban1 .ban1-swiper .swiper-slide .dn-wen .dp1 {
    font-size: 6.5vw;
  }
  .inde-ban1 .ban1-swiper .swiper-slide .dn-wen .dp2 {
    font-size: 5vw;
    margin: 3vw 0 0;
  }
  .inde-ban1 .ban1-swiper .pagi1 {
    display: none;
  }
  .inde-abou > .com-conta1 {
    display: block;
    padding: 8vw 0;
  }
  .inde-abou .dn-fl {
    width: 60vw;
    height: 60vw;
    margin: auto;
  }
  .inde-abou .dn-fl .dn-play {
    width: 26vw;
    height: calc(26vw * 231 / 244);
  }
  .inde-abou .dn-fl .dn-play .dp1 {
    font-size: 3.5vw;
  }
  .inde-abou .dn-fl .dn-play .i1 {
    font-size: 7vw;
  }
  .inde-abou .dn-fr {
    width: 100%;
    margin: 6vw 0 0;
  }
  .inde-abou .dn-fr .fr-ce {
    display: none;
  }
  .inde-abou .dn-fr .dn-bot {
    padding-left: 0;
  }
  .inde-abou .dn-fr .dn-bot .dp-list {
    width: 100%;
    margin: 3vw 0 5vw;
  }
  .inde-abou .dn-fr .dn-bot .dp-list .dp-npai .dp1 {
    font-size: 7vw;
  }
  .inde-jianc .dn-lower .blo-box {
    width: 48.4%;
    height: 25vw;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen1 .dp-img1 img {
    height: 8vw;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen1 .dp1 {
    font-size: 4vw;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei2 i {
    font-size: 4vw;
  }
  .inde-baog .com-conta1 {
    background: rgba(255, 255, 255, 0.9);
    padding: 5vw;
    border-radius: 2vw;
  }
  .inde-baog .dn-upper {
    width: 100%;
  }
  .inde-baog .dn-lower {
    padding-left: 0;
  }
  .inde-baog .dn-lower .dn-list .dp-npai .img1 {
    height: 10vw;
  }
  .inde-baog .dn-lower .dn-list .dp-npai .dp1 {
    margin: 2vw 0 0;
  }
  .inde-xinw .dn-upper {
    display: block;
  }
  .inde-xinw .dn-upper .dn-fr {
    text-align: right;
  }
  .inde-xinw .dn-upper .dn-fr .swiper-pagination .swiper-pagination-bullet {
    font-size: 4vw;
  }
  .inde-xinw .dn-upper .dn-fr .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 10vw;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide {
    height: 60vw;
    width: 97%;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .a-big {
    padding: 4vw !important;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top {
    height: calc(100% - 10vw);
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top .dp1 {
    font-size: 5vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top .dp-xi1 {
    width: 5vw;
    margin: 2vw 0 4vw;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-top .dp-intr1 {
    line-height: 7vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-bot {
    height: 10vw;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-bot .dp-fl {
    font-size: 5vw;
  }
  .inde-xinw .dn-lower .xinw-swiper .swiper-slide .dp-bot .dp-fr i {
    font-size: 5vw;
  }
  .test .layui-tab .layui-tab-title li {
    font-size: 4vw;
    line-height: 12vw;
    min-width: 28vw;
    padding: 0 3vw;
  }
  .test .layui-tab .layui-tab-title .layui-this:after {
    height: 2px;
    width: 50%;
  }
  .test .layui-tab .layui-tab-content {
    height: calc(100% - 12vw);
    padding: 3vw 0 0;
  }
  .test .layui-tab .layui-tab-content .layui-tab-item .dp-npai {
    height: 9vw;
    font-size: 3.5vw;
  }
  .test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp1 {
    width: 20vw;
  }
  .test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp2 {
    width: calc(100% - 20vw - 10vw);
  }
  .test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp3 {
    width: 10vw;
  }
  .test .layui-tab .layui-tab-content .layui-tab-item .dp-npai .dp3 i {
    font-size: 5vw;
  }
  .pdy .blo-box {
    width: 100% !important;
    height: 120vw;
    margin: 2vw 0;
  }
  .pdy .blo-box .dn-fl {
    width: 10vw;
    padding: 6vw 0;
  }
  .pdy .blo-box .dn-fl .dp-sha {
    font-size: 5vw;
  }
  .pdy .blo-box .dn-fl .dp-sha .dp1 {
    width: 5vw;
  }
  .pdy .blo-box .dn-fl .dp-xia {
    bottom: 6vw;
    width: 80%;
    left: 10%;
  }
  .pdy .blo-box .dn-fr {
    width: calc(100% - 10vw);
    padding: 3vw;
  }
  .pdy .blo-box .dn-fr .dp-sha .dp-tu {
    height: 20vw;
    width: 40%;
  }
  .pdy .blo-box .dn-fr .dp-sha .dp-wen {
    width: calc(100% - 40% - 3vw);
    font-size: 3.5vw;
    line-height: 6vw;
    height: 20vw;
  }
  .pdy .blo-box .dn-fr .dp-xia {
    height: calc(100% - 20vw);
  }
  .lb1 .dn-lower {
    display: block;
  }
  .lb1 .dn-lower .dn-fl {
    width: 100%;
    height: 50vw;
  }
  .lb1 .dn-lower .dn-fr {
    width: 100%;
    margin: 3vw 0 0;
    height: auto;
  }
  .lb1 .dn-lower .dn-fr .dn-sha {
    font-size: 3.5vw;
    line-height: 6vw;
    height: auto;
  }
  .lb1 .dn-lower .dn-fr .dn-xia {
    height: 80vw;
  }
  .com-intr1 {
    font-size: 4vw;
    line-height: 7vw;
  }
  .xq1 .com-conta1,
  .xq1 .com-conta2 {
    display: block;
  }
  .xq1 .dn-fl {
    width: 100%;
  }
  .xq1 .dn-fl .dn-upper .dp-ti1 {
    font-size: 5vw;
  }
  .xq1 .dn-fl .dn-lower .tab1 {
    font-size: 3.5vw;
  }
  .xq1 .dn-fl .dn-lower .tab1 tr td {
    height: 12vw;
    padding: 0 2vw;
  }
  .xq1 .dn-fl .dn-lower .tab1 tr td:first-of-type {
    width: 30vw;
  }
  .xq1 .dn-fr {
    width: 100%;
    margin: 15vw 0 0;
    padding-left: 0;
    border-left: none;
  }
  .xq1 .com-blo1 .blo-box {
    width: 100%;
    padding: 0;
    margin: 6vw 0;
    display: block;
  }
  .xq1 .com-blo1 .blo-box .dp-tu {
    width: 100%;
    height: 50vw;
  }
  .xq1 .com-blo1 .blo-box .dp-wen {
    width: 100%;
    padding: 3vw 0;
  }
  .xq1 .com-blo1 .blo-box .dp-wen .dp1 {
    font-size: 4vw;
    line-height: 7vw;
  }
  .xq1 .com-blo1 .blo-box .dp-wen .dp2 {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  .jj1-hez .dn-lower .hez-swiper .swiper-slide {
    height: 20vw;
  }
  .jj1-tuand .com-conta1 {
    padding: 5vw 0 8vw;
  }
  .jj1-tuand .dn-lower {
    margin: 5vw 0 0;
  }
  .jj1-tuand .dn-lower .tuand-swiper .swiper-slide {
    width: 100%;
  }
  .jj1-tuand .dn-lower .tuand-swiper .swiper-slide.swiper-slide-active .dp-tu {
    width: 50vw;
    height: 50vw;
  }
  .jj1-tuand .dn-lower .tuand-swiper .swiper-slide.swiper-slide-active .dp-tu i {
    font-size: 5vw;
  }
  .jj1-tuand .dn-lower .tuand-swiper .swiper-slide.swiper-slide-active .dp-wen {
    margin: 4vw 0 0;
  }
  .jj1-tuand .dn-lower .tuand-swiper .swiper-slide.swiper-slide-active .dp-wen .dp1 {
    font-size: 5vw;
  }
  .jj1-tuand .dn-lower .tuand-swiper .swiper-slide.swiper-slide-active .dp-wen .dp2 {
    font-size: 4vw;
  }
  .qywh-jiny .dn-lower .jiny-swiper .swiper-slide {
    width: 44%;
  }
  .qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-tu {
    height: 30vw;
  }
  .qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-wen {
    font-size: 3.2vw;
    line-height: 5vw;
    margin: 2vw 0 0;
  }
  .qywh-jiny .dn-lower .jiny-swiper .swiper-slide .dn-wen .dp-nei {
    width: 100%;
  }
  .qywh-das .dn-lower .das-swiper .slide-da {
    width: 100%;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .da-nei {
    margin: 0 !important;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .da-nei:before {
    top: 12vw;
    height: calc(100% - 10vw - 8vw);
    left: 8vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-top .dp1 {
    width: 60vw;
    height: 10vw;
    font-size: 5vw;
    padding-left: 10vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-top .dp2 {
    width: 14vw;
    height: 14vw;
    border: 1vw solid #ffffff;
    margin: 0 0 0 -7vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid {
    padding-left: 8vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide {
    margin: 8vw 0 0;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-z {
    width: 7vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-z:before {
    width: 1.6vw;
    height: 1.6vw;
    top: -0.8vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-y .dp1 {
    font-size: 4vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-y .dp-intr1 {
    line-height: 6vw;
    margin: 2vw 0 3.5vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-container .swiper-slide .dp-y .dp-tu-list .blo-box {
    height: 20vw;
    margin: 0 2vw 2vw 0;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-btn-all {
    margin: 5vw 0 0;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-btn-all .swiper-btn {
    margin: 0 3vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-mid .swiper-btn-all .swiper-btn i {
    font-size: 7vw;
  }
  .qywh-das .dn-lower .das-swiper .slide-da .dn-bot {
    width: 7vw;
    height: 7vw;
    margin-left: 5vw;
  }
  .ryzz .dn-center .blo-box {
    width: 46%;
  }
  .ryzz .dn-center .blo-box .dp-tu .img1 {
    width: 100%;
    height: auto;
  }
  .ryzz .dn-center .blo-box .dp-wen {
    font-size: 5vw;
    margin: 3vw 0 0;
  }
  .jspt .dn-upper {
    display: block;
  }
  .jspt .dn-upper .dn-fl {
    width: 100%;
    padding: 0 15%;
  }
  .jspt .dn-upper .dn-fr {
    width: 100%;
  }
  .jspt .dn-lower .dn-list {
    display: block;
    padding: 6vw 0;
  }
  .jspt .dn-lower .dn-list .dn-wen {
    width: 100%;
    height: auto;
  }
  .jspt .dn-lower .dn-list .dn-wen .dn-ti1 {
    font-size: 5vw;
    width: 40vw;
    height: 10vw;
    padding: 0 5vw;
  }
  .jspt .dn-lower .dn-list .dn-wen .com-intr2 {
    height: auto;
    margin: 4vw 0;
  }
  .jspt .dn-lower .dn-list .dn-tu {
    width: 100%;
    height: 40vw;
    margin: 6vw 0 0;
  }
  .com-fenye1 a {
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
  }
  .rszp-rens .dn-center .layui-collapse {
    width: 100%;
  }
  .rszp-rens .dn-center .layui-colla-item {
    padding: 0;
  }
  .rszp-rens .dn-center .layui-colla-item:first-of-type .layui-colla-title {
    font-size: 3.5vw;
  }
  .rszp-rens .dn-center .layui-colla-item .layui-colla-title {
    padding: 0;
    justify-content: space-around;
    font-size: 3.5vw;
  }
  .rszp-rens .dn-center .layui-colla-item .layui-colla-title .dp-pai {
    width: auto !important;
  }
  .rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-z {
    font-size: 3.5vw;
  }
  .rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-z .dp1 {
    width: 40vw;
  }
  .rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-z .a1 {
    margin: 0;
  }
  .rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-z .a1 .iconfont {
    font-size: 3.5vw;
  }
  .rszp-rens .dn-center .layui-colla-item .layui-colla-content .dp-xia .dp-y .dn-send {
    width: 21vw;
    height: 8vw;
    border-radius: 30vw;
  }
  .rszp-rens .dn-center .blo-box {
    width: auto;
    margin: 0;
  }
  .rszp-rens .dn-center .blo-box .dp-tu {
    height: auto;
  }
  .rszp-rens .dn-center .blo-box .dp-tu .img1 {
    height: 20vw;
    border-radius: 5px;
  }
  .lay-tsjy {
    padding: 10vw;
    width: 80vw;
  }
  .tzgg .dn-center .dp-list {
    font-size: 3.5vw;
  }
  .tzgg .dn-center .dp-list .a-big {
    padding: 2vw;
  }
  .tzgg .dn-center .dp-list .dp-z {
    width: calc(100% - 20vw);
  }
  .tzgg .dn-center .dp-list .dp-y {
    width: 20vw;
  }
  .tzgg .dn-center .dp-list .dp-y i {
    font-size: 4vw;
  }
  .ybcj-xuey .dn-lower {
    width: auto;
    height: auto;
  }
  .ybcj-xuey .dn-lower .dn-quan1 {
    display: none;
  }
  .ybcj-xuey .dn-lower .dn-list .dn-pai {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 2vw 0;
    border-bottom: 1px solid #d1d1d1;
  }
  .ybcj-xuey .dn-lower .dn-list .dn-pai .dp1 {
    width: calc(100% - 2vw - 3vw);
    right: auto !important;
    left: auto !important;
    top: auto;
    transform: none;
    font-size: 4vw;
    line-height: 7vw;
    position: relative;
  }
  .ybcj-xuey .dn-lower .dn-list .dn-pai .dp2 {
    width: 2vw;
    height: 2vw;
  }
  .ybcj-biaob {
    overflow: hidden;
  }
  .ybcj-biaob .dn-upper .dn-bot .blo-box {
    height: auto;
    width: 44%;
    margin: 3%;
    padding: 3vw;
    line-height: 6vw;
  }
  .ybcj-biaob .dn-upper .dn-bot .blo-box .dp-num {
    width: 7vw;
    height: 7vw;
    bottom: -3.5vw;
    font-size: 4vw;
  }
  .ybcj-list .blo-box {
    width: 97%;
    margin: 3vw 1.5%;
  }
  .ybcj-list .blo-box .dp-tu {
    height: 45vw;
  }
  .jjcl-leix .dn-lower {
    width: auto;
    height: auto;
  }
  .jjcl-leix .dn-lower .dn-quan1 {
    display: none;
  }
  .jjcl-leix .dn-lower .dn-list .dn-pai {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 2vw 0;
  }
  .jjcl-leix .dn-lower .dn-list .dn-pai .dp1 {
    width: calc(100% - 7vw - 3vw);
    right: auto !important;
    left: auto !important;
    top: auto;
    transform: none;
    font-size: 4vw;
    line-height: 7vw;
    position: relative;
  }
  .jjcl-leix .dn-lower .dn-list .dn-pai .dp2 {
    width: 7vw;
    height: 7vw;
    font-size: 4vw;
    border: 1vw solid rgba(118, 150, 98, 0.7);
  }
  .jjcl-juj .dn-lower .blo-box {
    width: calc((100% - 15vw * 2) / 2);
    margin: 4vw 0;
  }
  .jjcl-juj .dn-lower .blo-box.bl-icon {
    width: 15vw;
  }
  .jjcl-juj .dn-lower .blo-box.bl-icon i {
    font-size: 0.7vw;
  }
  .jjcl-juj .dn-lower .blo-box .img1 {
    height: 8vw;
    margin: 0 0 3vw;
  }
  .jjcl-rangb {
    padding: 8vw 0;
  }
  .jjcl-rangb .dn-upper {
    margin: 0;
  }
  .jjcl-rangb .dn-lower .rangb-swiper .swiper-slide {
    width: 92%;
    height: 60vw;
  }
  .jjcl-rangb .dn-lower .rangb-swiper .swiper-slide .dp2 {
    font-size: 6vw;
    padding: 8vw;
  }
  .jjcl-rangb .dn-lower .rangb-swiper .swiper-slide .img1 {
    height: 14vw;
  }
  .jjcl-rangb .dn-lower .rangb-swiper .swiper-slide .dp1 {
    line-height: 6vw;
  }
  .cjwt .dn-center .layui-colla-title {
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
    padding: 0 4vw;
  }
  .jdal .dn-center .blo-box {
    width: 96%;
  }
  .jdal .dn-center .blo-box .dp-tu {
    height: 50vw;
  }
  .jdal .dn-center .blo-box .dp-tu .dp-nei {
    padding: 5vw;
  }
  .jdal .dn-center .blo-box .dp-tu .dp-nei i {
    font-size: 5vw;
  }
  .jdal .dn-center .blo-box .dp-wen {
    font-size: 4vw;
    margin: 3vw 0 0;
  }
  .com-folding-panel .dn-pai .dn-sha {
    padding: 8px 12px;
  }
  .com-folding-panel .dn-pai .dn-sha .dp-z {
    font-size: 4vw;
    line-height: 7vw;
    width: calc(100% - 10vw);
  }
  .com-folding-panel .dn-pai .dn-sha .dp-y {
    width: 10vw;
  }
  .com-folding-panel .dn-pai .dn-sha .dp-y i {
    font-size: 5vw;
  }
}
