@import "../font/iconfont.css";
html {
  font-family: 'SourceHanSansSC', "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.clip {
  overflow: hidden;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.circle {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #ff6600;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.85;
}
@media (max-width: 1440px) {
  .text-node {
    line-height: 1.6;
    font-size: 16px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.w50 {
  width: 50%;
}
.mtop60 {
  margin-top: 60px;
}
.text-right {
  text-align: right;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f44 {
  font-size: 44px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.same-bg {
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
}
.pa,
.pt {
  padding-top: 1rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #ff6600;
}
.activebg,
.flow {
  background-color: #ff6600;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.pt60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.col6c {
  color: #6c6c6c;
}
.cc {
  border-radius: 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 10px);
    /* 可配置跳动方向 */
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #ff6600;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #ff6600;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.more {
  cursor: pointer;
  width: 180px;
  height: 50px;
  background-image: -moz-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  border-radius: 25px;
}
.more span {
  margin-right: 0.4em;
}
.more:hover {
  box-shadow: 0px 8px 20px 0px rgba(255, 102, 0, 0.3);
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #ff6600;
  color: #fff;
}
@media (max-width: 768px) {
  .more {
    width: 140px;
    height: 40px;
  }
}
.datum .item {
  position: relative;
  cursor: pointer;
  margin-left: 85px;
  transition: all 0.4s ease-out;
}
.datum .item:first-child .enb {
  width: 146px;
}
.datum .item:hover .enb {
  color: #ff6600;
}
.datum .enb {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 50px;
}
.datum .enb .data-rolling {
  transition: all 0.4s ease-out;
}
.datum .enb::before {
  content: attr(data-unit);
  font-size: 18px;
  position: absolute;
  left: 65px;
  bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
.datum .enb::after {
  content: attr(data-content);
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: 'adineueBold', sans-serif;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #ff6600;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datum .item {
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 20px;
  }
  .datum .item:first-child .enb {
    width: 110px;
  }
  .datum .enb {
    font-size: 40px;
  }
  .datum .enb::before {
    font-size: 12px;
    left: 55px;
  }
  .datum .enb::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
.html5video .play-icon {
  width: 4em;
  height: 4em;
  position: relative;
}
.html5video .play-icon::after {
  content: "";
  border-width: 8px 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.html5video .play-icon.spe-play-icon {
  width: 6em;
  height: 6em;
}
.html5video .play-icon.spe-play-icon::after {
  border-color: transparent transparent transparent #797979;
}
.html5video .play-icon .circle {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: aniamte02 40s linear infinite;
}
@keyframes aniamte02 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@media (max-width: 768px) {
  .html5video .play-icon.spe-play-icon {
    width: 4em;
    height: 4em;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-pagination-fraction .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.9);
  width: 9px;
  height: 9px;
  transition: all 0.3s linear;
  margin: 0 10px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 4.5px;
  background-color: #ff6600;
  width: 40px;
  height: 9px;
}
@media (max-width: 1480px) {
  .f18 {
    font-size: 17px;
  }
  .f24 {
    font-size: 22px;
  }
  .f28 {
    font-size: 24px;
  }
  .f32 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f24 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f28 {
    font-size: 20px;
  }
  .f32 {
    font-size: 22px;
  }
  .f34,
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 28px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 29px;
  }
  .mtop60 {
    margin-top: 25px;
  }
  .w50 {
    width: 100%;
  }
  .pt60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
}
@media (max-width: 800px) {
  ul.pagination {
    margin-top: 0.1rem;
  }
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(8px + 0.05rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 3em;
  font-size: 18px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  width: 3em;
  height: 3em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  background-color: transparent;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 1.2em;
  font-family: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  border-color: transparent;
  color: #fff;
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
}
ul.pagination li:last-child {
  margin-left: 0.1rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e666";
}
ul.pagination li:first-child {
  margin-right: 0.1rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e608";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.main {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .main {
    max-width: 1380px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.swiper-pagination.default {
  padding-top: 10px;
  margin: 0.3rem auto 0;
  width: auto;
  transform: none !important;
  position: static;
}
.swiper-pagination.default .swiper-pagination-bullet {
  transition: all 0.4s ease;
  width: 0.6em;
  height: 0.6em;
  opacity: 1;
  flex-shrink: 0;
  margin: 0 calc(2px + 0.08rem);
  background-color: #bdbdbd;
}
.swiper-pagination.default .swiper-pagination-bullet-active {
  background-color: #ff6600;
}
.swiper-pagination.white .swiper-pagination-bullet-active,
.swiper-pagination.white .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-pagination.white .swiper-pagination-bullet {
  opacity: 0.5;
}
.swiper-pagination.white .swiper-pagination-bullet-activ {
  opacity: 1;
}
.swiper-pagination.white.timing .cls-1 {
  stroke: #fff;
}
.swiper-pagination.white.timing .cls-2 {
  fill: #fff;
}
.swiper-pagination.timing .swiper-pagination-bullet {
  background-color: transparent;
  margin: 0 0.75em;
  width: 2em;
  height: 2em;
}
.swiper-pagination.timing .cls-1 {
  fill: none;
  stroke: #ff6600;
  stroke-width: 4;
  stroke-dasharray: 0, 314;
  animation-duration: var(--duration--);
  animation-timing-function: linear;
}
.swiper-pagination.timing .cls-2 {
  fill: #ff6600;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.logo {
  max-width: 11.5em;
  min-width: 150px;
}
@media (max-width: 768px) {
  .logo {
    max-width: 8em;
    min-width: 110px;
  }
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #ff6600;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #ff6600;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #ff6600;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #ff6600;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #ff6600;
}
.scroll-down {
  text-align: center;
}
.scroll-down > .mouse {
  width: 22px;
  height: 33px;
  margin: 0 auto 5px;
  animation: mouse-animate 6s linear infinite;
}
@keyframes mouse-animate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-down .icon {
  font-size: 12px;
  display: block;
  animation: arrow-down-animate 3s linear infinite;
}
@keyframes arrow-down-animate {
  0% {
    transform: translateY(0) rotate(90deg);
    opacity: 0;
  }
  33.3333% {
    transform: translateY(10%) rotate(90deg);
    opacity: 1;
  }
  66.66666% {
    transform: translateY(30%) rotate(90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(30%) rotate(90deg);
    opacity: 0;
  }
}
.scroll-down .en-word {
  text-transform: uppercase;
  margin-right: 10px;
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 10px;
}
.go.spe-go .icon-box {
  width: 47px;
  height: 47px;
  border: none;
  transition: all 0.4s ease-out;
  font-size: 24px;
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #ff6600;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
#header {
  height: 70px;
  width: 100%;
  z-index: 206;
  background-color: #fff;
  position: relative;
}
#header .main {
  height: 100%;
}
#header .logo-box {
  z-index: 206;
}
#header.select {
  background-color: #fff;
}
@media (max-width: 1080px) {
  #header.select #navbar {
    height: 100vh;
    padding-top: 100px;
    overflow: visible;
  }
}
#header .nav-btn .middle-item {
  z-index: 206;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#header .nav-btn .middle-item > .full {
  background-color: #000;
  width: 100%;
  height: 2px;
}
#header .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .nav-btn .middle-item.active .top {
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn .middle-item.active .middle {
  opacity: 0;
}
#header .nav-btn .middle-item.active .bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
@media (max-width: 1080px) {
  #header #navbar {
    width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.4s linear;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 200;
  }
  #header #navbar .interaction {
    width: 100%;
    height: auto;
    padding: 0;
    height: 60px;
  }
  #header #navbar .interaction a {
    font-size: 18px;
    justify-content: center;
  }
  #header #navbar .interaction a::after {
    display: none;
  }
}
@media (max-width: 768px) {
  #header {
    height: 50px;
  }
}
#header.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
#header.page-header .right-box {
  height: 100%;
}
#header.page-header .right-box .search-box {
  width: 237px;
  height: 40px;
  border-radius: 20px;
  margin-left: 25px;
}
#header.page-header .right-box .search-box .content {
  border-radius: 20px;
}
#header.page-header .right-box .search-box .content .btn {
  width: 40px;
  height: 40px;
}
@media (max-width: 1480px) {
  #header.page-header #navbar .interaction {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  #header.page-header form {
    display: none ;
  }
}
#header.detail-header {
  background-image: none;
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
}
#header.detail-header .tel-box {
  opacity: 0.7;
}
#header.detail-header .tel-box .icon-box {
  border-color: rgba(0, 0, 0, 0.7);
}
#header.detail-header.select #navbar {
  background-color: #fff;
}
#header.detail-header #navbar .interaction {
  opacity: 0.7;
}
#header.detail-header #navbar .interaction a::after {
  bottom: 0;
}
#header.detail-header #navbar .interaction:hover,
#header.detail-header #navbar .interaction.active {
  opacity: 1;
}
#header.detail-header #navbar .interaction:hover a,
#header.detail-header #navbar .interaction.active a {
  color: #ff6600;
}
#header.detail-header #navbar .interaction:hover a::after,
#header.detail-header #navbar .interaction.active a::after {
  background-color: #ff6600;
}
#header.detail-header .nav-btn .middle-item > .full {
  background-color: #000;
}
#crumbs .ul li,
#crumbs .ul a span,
#crumbs .ul .split {
  color: #6c6c6c;
}
#crumbs .split {
  margin: 0 0.4em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch:hover > a span {
  color: #ff6600;
}
@media (max-width: 800px) {
  #crumbs {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#navbar {
  height: 100%;
  position: relative;
}
#navbar .interaction {
  padding: 0 25px;
  height: 100%;
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#navbar .interaction a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s linear;
  width: 0;
  height: 3px;
  background-color: #ff6600;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  color: #ff6600;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 40px;
}
.swiper-change .btn {
  cursor: pointer;
  opacity: 0.5;
  font-weight: bold;
}
.swiper-change .btn:after {
  font-size: 56px;
}
.swiper-change .btn:hover {
  opacity: 1;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff6600;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #ff6600;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change2 .btn {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #ff6600;
  background-color: #ff6600;
}
.swiper-change.spe-change3 .btn.swiper-button-prev {
  left: 15%;
  top: 40%;
  transform: rotate(90deg);
}
.swiper-change.spe-change3 .btn.swiper-button-next {
  left: 15%;
  right: auto;
  transform: rotate(90deg);
  top: 65%;
}
.search-box {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  padding: 1px;
  box-sizing: border-box;
}
.search-box .content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.search-box .content label {
  flex: 1;
}
.search-box .content label,
.search-box .content label input {
  width: 100%;
  display: block;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.search-box .content label input::-webkit-input-placeholder {
  font-size: 16px;
  color: #6c6c6c;
}
.search-box .content .btn {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
#banner {
  height: 500px;
  position: relative;
}
#banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner .main {
  height: 100%;
  position: relative;
  z-index: 99;
  padding: 30px 0;
  box-sizing: border-box;
}
#banner .form-box {
  width: 428px;
  height: 440px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  box-sizing: border-box;
}
#banner .form-box .search-box {
  margin-bottom: 28px;
}
#banner .form-box .select-box .row .title {
  margin-bottom: 15px;
}
#banner .form-box .select-box .row .tag-lists {
  color: #6c6c6c;
}
#banner .form-box .select-box .row .tag-lists ul {
  margin-right: -20px;
}
#banner .form-box .select-box .row .tag-lists ul li {
  margin-right: 26px;
  margin-bottom: 8px;
}
#banner .form-box .select-box .row .tag-lists ul li:hover {
  color: #ff6600;
}
#banner .form-box .select-box .row:last-child {
  padding-top: 25px;
  margin-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#banner .form-box .select-box .row .aear-lists ul li {
  margin-right: 8px;
}
#banner .form-box .select-box .row .aear-lists ul li .line {
  width: 54px;
  height: 8px;
  background-color: #f1f1f1;
  border-radius: 4px;
  position: relative;
  margin-bottom: 5px;
}
#banner .form-box .select-box .row .aear-lists ul li .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  transition: all 0.4s ease-out;
}
#banner .form-box .select-box .row .aear-lists ul li:hover {
  color: #ff6600;
}
#banner .form-box .select-box .row .aear-lists ul li:hover .line::after {
  width: 100%;
}
#banner .form-box .select-box .row .aear-lists ul li:hover + li {
  color: #ff6600;
}
#banner .form-box .select-box .row .aear-lists ul li:not(:last-child) .num-box .num:last-child {
  display: none;
}
#banner .form-box .select-box .row .aear-lists ul li:not(:first-child) .num-box {
  margin-left: -28px;
}
#banner .form-box .select-box .row .aear-lists ul li:last-child .line {
  display: none;
}
#banner .form-box .select-box .row .aear-lists ul li:last-child .num-box {
  margin-left: -20px;
}
#banner .form-box .select-box .row .aear-lists ul li:last-child .num-box .num {
  margin-top: 12px;
}
#banner.page-banner .banner-txt .title {
  font-size: 52px;
}
#banner.page-banner .banner-txt .desc {
  margin-top: 15px;
  color: #3d4246;
}
#banner.page-banner .banner-txt form {
  margin-top: 60px;
}
#banner.page-banner .wt {
  position: relative;
  width: 520px;
}
#banner.page-banner .wt .search-box {
  height: 52px;
  border-radius: 8px;
}
#banner.page-banner .wt .search-box .content {
  border-radius: 8px;
}
#banner.page-banner .wt .search-box .content label input {
  width: 360px;
  padding: 0 10px;
}
#banner.page-banner .wt .search-box .content label input::-webkit-input-placeholder {
  font-size: 18px;
  color: #6c6c6c;
}
#banner.page-banner .wt .btn {
  border-radius: 8px;
  width: 140px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #banner.page-banner .banner-txt .title {
    font-size: 42px;
  }
  #banner.page-banner .banner-txt form {
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  #banner {
    height: auto;
  }
  #banner .main {
    padding: 30px 20px;
  }
  #banner .form-box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  #banner .form-box .search-box {
    margin-bottom: 20px;
  }
  #banner .form-box .select-box .row .title {
    margin-bottom: 10px;
  }
  #banner .form-box .select-box .row:last-child {
    padding-top: 20px;
    margin-top: 15px;
  }
  #banner .form-box .select-box .row .aear-lists ul li .line {
    width: 44px;
  }
  #banner.page-banner {
    min-height: 200px;
  }
  #banner.page-banner .main {
    height: 100%;
  }
  #banner.page-banner .banner-txt {
    width: 90%;
  }
  #banner.page-banner .banner-txt .title {
    font-size: 28px;
  }
  #banner.page-banner .banner-txt .desc {
    margin-top: 10px;
  }
  #banner.page-banner .banner-txt form {
    margin-top: 20px;
  }
  #banner.page-banner .wt {
    width: 100%;
  }
  #banner.page-banner .wt .search-box .content label input {
    width: 70%;
    padding-left: 0;
  }
  #banner.page-banner .wt .search-box .content label input::-webkit-input-placeholder {
    font-size: 16px;
  }
  #banner.page-banner .wt .btn {
    width: 100px;
  }
}
.same-title .title span {
  position: relative;
}
.same-title .title span::before {
  content: '';
  border-radius: 50%;
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  width: 84px;
  height: 84px;
  position: absolute;
  left: -38px;
  top: -20px;
  z-index: 1;
}
.same-title .title span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: transparent;
  clip-path: circle(48px at 0 20px);
  z-index: 2;
  height: 84px;
  text-shadow: -1.294px 4.83px 1px rgba(0, 0, 0, 0.1);
}
.same-title .title span.left::before {
  left: -17px;
}
.same-title .title span.left::after {
  clip-path: circle(69px at 0 12px);
}
@media (max-width: 1480px) {
  .same-title .title {
    transform: scale(0.85);
  }
}
@media (max-width: 800px) {
  .same-title .title {
    transform: scale(0.6);
    margin: 0 -20px;
  }
}
.same-title .txt {
  color: #6c6c6c;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .same-title .txt {
    margin-top: -5px;
  }
}
a .corner {
  transform: scale(0);
  width: 100px;
  transform-origin: right bottom;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
a .corner:before {
  content: "";
  display: block;
  height: 93px;
  background: url(../images/corner.png) no-repeat scroll right bottom;
  background-size: contain;
}
a .corner .circle {
  position: absolute;
  right: 0.1em;
  bottom: 0.1em;
  width: 56px;
  height: 56px;
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  color: #fff;
  transition: all 0.3s ease-out;
}
a .corner {
  transition: all 0.3s ease-out;
}
a:hover .corner {
  transform: scale(1);
}
a:hover .circle {
  transform: rotate(-45deg);
}
@media (max-width: 800px) {
  #rmsq .case-lists ul {
    flex-wrap: wrap;
  }
}
#rmsq .case-lists ul li {
  width: 32%;
  height: 600px;
}
#rmsq .case-lists ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}
#rmsq .case-lists ul li a .box {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#rmsq .case-lists ul li a .box .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
#rmsq .case-lists ul li a .box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 35px 30px;
  box-sizing: border-box;
}
#rmsq .case-lists ul li a .box .info .desc {
  display: none;
  margin-top: 10px;
  transition: all 0.3s ease-out;
}
#rmsq .case-lists ul li a:hover .box .info .desc {
  display: block;
}
#rmsq .case-lists ul li:nth-of-type(2) a {
  height: 47.5%;
}
#rmsq .case-lists ul li:nth-of-type(2) a:last-child {
  margin-top: 6.5%;
}
@media (max-width: 1580px) {
  #rmsq .case-lists ul li {
    height: 500px;
  }
}
@media (max-width: 800px) {
  #rmsq .case-lists ul li {
    height: 450px;
    width: 100%;
  }
  #rmsq .case-lists ul li a .box .info {
    padding: 35px 20px 20px;
  }
  #rmsq .case-lists ul li a .box .info .desc {
    margin-top: 5px;
  }
  #rmsq .case-lists ul li:nth-of-type(2) {
    margin: 20px 0;
  }
  #rmsq .case-lists ul li:nth-of-type(2) a:last-child {
    margin-top: 20px;
  }
}
#jxxzl {
  background-color: #fafafa;
}
#jxxzl .lists ul {
  margin-right: -2%;
}
#jxxzl .lists ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 45px;
}
#jxxzl .lists ul li a .oppress {
  width: 100%;
  height: 245px;
  border-radius: 16px;
}
#jxxzl .lists ul li a .title {
  margin-top: 15px;
}
#jxxzl .lists ul li a .bottom {
  height: 36px;
}
#jxxzl .lists ul li a .bottom .address .icon {
  margin-right: 5px;
}
#jxxzl .lists ul li a .f18 {
  color: #6c6c6c;
}
#jxxzl .lists ul li a:hover .title {
  color: #ff6600;
}
#jxxzl .lists .more {
  margin: 0 auto;
}
#jxxzl.hylp .lists ul {
  margin-bottom: -45px;
}
@media (max-width: 1580px) {
  #jxxzl .lists ul li a .oppress {
    height: 200px;
  }
}
@media (max-width: 800px) {
  #jxxzl .lists ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  #jxxzl .lists ul li a .oppress {
    height: 120px;
  }
  #jxxzl .lists ul li a .title {
    margin-top: 10px;
  }
  #jxxzl .lists ul li a .bottom {
    height: auto;
    flex-wrap: wrap;
  }
  #jxxzl .lists ul li a .bottom .address {
    width: 100%;
    margin: 5px 0 0;
  }
  #jxxzl .lists ul li a .bottom .address .icon {
    margin-right: 5px;
  }
  #jxxzl.hylp .lists ul {
    margin-bottom: -15px;
  }
}
.home-bottom {
  background-image: url(../images/bg.jpg);
}
.home-bottom .left-text .row-text {
  margin-top: 30px;
}
.home-bottom .left-text .row-text .f18 {
  color: #6c6c6c;
  margin-bottom: 4px;
}
.home-bottom .form-box {
  width: 460px;
  height: 400px;
  background-image: url(../images/bg2.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 40px;
  box-sizing: border-box;
}
.home-bottom .form-box .input-box {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  padding: 1px;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-top: 45px;
}
.home-bottom .form-box .input-box .content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home-bottom .form-box .input-box .content label {
  flex: 1;
}
.home-bottom .form-box .input-box .content label,
.home-bottom .form-box .input-box .content label input {
  width: 100%;
  display: block;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.home-bottom .form-box .input-box .content label input::-webkit-input-placeholder {
  font-size: 20px;
  color: #6c6c6c;
}
.home-bottom .form-box .btn {
  width: 100%;
  height: 56px;
  cursor: pointer;
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  box-shadow: 0px 8px 20px 0px rgba(255, 102, 0, 0.3);
}
@media (max-width: 800px) {
  .home-bottom .left-text .row-text {
    margin-top: 20px;
  }
  .home-bottom .form-box {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .home-bottom .form-box .input-box {
    margin-bottom: 20px;
    margin-top: 35px;
  }
  .home-bottom .form-box .input-box .content label input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
#footer {
  background-color: #303030;
  padding-top: 70px;
}
#footer .logo {
  max-width: 14em;
  min-width: 250px;
}
#footer .container .nav-ul {
  width: 60%;
}
#footer .container .nav-ul a:hover {
  color: #ff6600;
}
#footer .bottom {
  padding-bottom: 80px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .bottom .connect .lists {
  margin-top: 10px;
}
#footer .bottom .connect .lists .item {
  margin-right: 25px;
}
#footer .bottom .connect .lists .item:last-child {
  margin-right: 0;
}
#footer .bottom .connect .lists .item img {
  margin-right: 8px;
}
#footer .wechat li {
  text-align: center;
}
#footer .wechat li .pic {
  width: 114px;
  height: 114px;
  background-color: #fff;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 8px;
}
#footer .wechat li img {
  width: 100%;
  height: 100%;
}
#footer .share {
  margin-top: 35px;
}
#footer .share .cc {
  position: relative;
}
#footer .share .cc .icon {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .share .cc:not(:last-child) {
  margin-right: 14px;
}
#footer .share .cc .fade {
  position: absolute;
  left: 50%;
  margin-bottom: -20px;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: 88;
  padding-bottom: 20px;
}
#footer .share .cc .fade .content {
  background-color: #fff;
  border-radius: 4px;
  width: 126px;
  height: 126px;
  box-sizing: border-box;
  padding: 10px;
}
#footer .share .cc .fade .content p {
  text-align: center;
}
#footer .share .cc .fade .pic {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#footer .share .cc .fade .pic img {
  width: 100%;
  height: 100%;
}
#footer .share .cc .fade::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
#footer .share .cc:hover .icon {
  color: #fff;
  opacity: 1;
  background-color: #ff6600;
}
#footer .share .cc:hover .fade {
  margin-bottom: -8px;
}
#footer .copyright {
  padding: 0.28rem 0 0.38rem;
}
#footer .copyright .left {
  width: 80%;
}
#footer .copyright .left a {
  margin-left: 5%;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  #footer .copyright {
    text-align: center;
  }
  #footer .copyright .main {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-top: 40px;
  }
  #footer .logo {
    max-width: 8em;
    min-width: 165px;
  }
  #footer .container {
    justify-content: center;
  }
  #footer .container .nav-ul {
    display: none;
  }
  #footer .bottom {
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #footer .bottom .connect .lists {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  #footer .bottom .connect .lists .item {
    margin-right: 0;
    width: 100%;
    align-items: flex-start;
  }
  #footer .bottom .connect .lists .item:last-child {
    margin-right: 0;
    margin-top: 10px;
  }
  #footer .bottom .connect .lists .item img {
    margin-top: 4px;
  }
  #footer .share {
    justify-content: center;
    margin: 30px 0;
  }
  #footer .wechat {
    justify-content: center;
    width: 100%;
  }
  #footer .copyright {
    padding: 0 0 0.15rem;
    flex-wrap: wrap;
    font-size: 12px;
  }
  #footer .copyright a {
    width: 100%;
  }
  #footer .copyright .left {
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .copyright .left a {
    margin-left: 0;
  }
}
.select-content {
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 16px;
  background-color: #fcfcfc;
  width: 100%;
  margin: 30px 0 60px;
  transition: all 0.6s linear;
}
.select-content .middle-row {
  height: auto;
  overflow: hidden;
  transition: all 0.6s linear;
}
.select-content.show .middle-row {
  height: 0;
}
.select-content .select-box .option {
  color: #6c6c6c;
  cursor: pointer;
}
.select-content .select-box .option span {
  margin-right: 5px;
}
.select-content .select-box .option:hover {
  color: #ff6600;
}
.select-content .select-box .option .icon {
  transition: all 0.3s ease-in-out;
}
.select-content .select-box .option.active .icon {
  transform: rotate(180deg);
}
.select-content .select-box .row {
  border-bottom: 1px solid #e2e2e2;
}
.select-content .select-box .row.last-row {
  border-bottom: none;
}
.select-content .select-box .row .box {
  padding: 18px 10px;
  box-sizing: border-box;
}
.select-content .select-box .row .box .tag-lists ul li a {
  padding: 3px 15px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.select-content .select-box .row .box .tag-lists ul li.active a,
.select-content .select-box .row .box .tag-lists ul li:hover a {
  color: #fff;
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
}
.select-content .select-box .row .box .two-tag-lists {
  padding: 16px 10px;
  border-radius: 10px;
  background-color: #f1f1f1;
  box-sizing: border-box;
  margin-top: 8px;
}
.select-content .select-box .row .box .check-lists ul li a .check .box {
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 3px;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0;
}
.select-content .select-box .row .box .check-lists ul li a .check .box .icon {
  opacity: 0;
}
.select-content .select-box .row .box .check-lists ul li:not(:first-child):hover a,
.select-content .select-box .row .box .check-lists ul li:not(:first-child).active a {
  color: #ff6600;
  background-image: none;
}
.select-content .select-box .row .box .check-lists ul li:not(:first-child):hover a .check .box,
.select-content .select-box .row .box .check-lists ul li:not(:first-child).active a .check .box {
  color: #ff6600;
  border-color: #ff6600;
}
.select-content .select-box .row .box .check-lists ul li:not(:first-child):hover a .check .box .icon,
.select-content .select-box .row .box .check-lists ul li:not(:first-child).active a .check .box .icon {
  opacity: 1;
}
.select-content .select-box .row .box .check-lists ul li.input-box {
  margin-left: 15px;
}
.select-content .select-box .row .box .check-lists ul li.input-box .input {
  width: 82px;
  height: 24px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}
.select-content .select-box .row .box .check-lists ul li.input-box .input input {
  width: 100%;
  padding-right: 5px;
  box-sizing: border-box;
}
.select-content .select-box .row .box .check-lists ul li.input-box .line {
  width: 16px;
  height: 1px;
  background-color: #3d4246;
  margin: 0 8px;
}
.select-content .select-box .row .left-box {
  width: 115px;
  border-right: 1px solid #e2e2e2;
  padding: 15px 10px 14px;
}
.select-content .select-box .row .left-box .name img {
  margin-right: 8px;
  margin-top: 6px;
}
.select-content .select-box .row .right-box {
  width: calc(100% - 115px);
  color: #3d4246;
}
@media (max-width: 800px) {
  .select-content .select-box .row .box .tag-lists ul li a {
    padding: 3px 12px;
  }
  .select-content .select-box .row .left-box {
    width: 55px;
  }
  .select-content .select-box .row .left-box .name {
    flex-wrap: wrap;
    justify-content: center;
  }
  .select-content .select-box .row .left-box .name img {
    margin-right: 0;
    margin-top: 0;
  }
  .select-content .select-box .row .right-box {
    width: calc(100% - 55px);
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .select-content {
    margin: 20px 0 40px;
  }
}
.bottom-select .select-content {
  margin: 0 0 20px;
}
.bottom-select .select-content.show .top-row {
  border-bottom: none;
}
.bottom-select .select-box {
  position: relative;
}
.bottom-select .select-box .row .left-box {
  width: 166px;
}
.bottom-select .select-box .row .right-box {
  width: calc(100% - 166px);
}
.bottom-select .select-box .top-row .right-box {
  padding-right: 100px;
}
.bottom-select .select-box .middle-row .row:last-child {
  border-bottom: none;
}
.bottom-select .select-box .special {
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1080px) {
  .bottom-select .select-box .row .left-box {
    width: 56px;
  }
  .bottom-select .select-box .row .right-box {
    width: calc(100% - 56px);
  }
}
.list-conent .left-box {
  width: 75%;
}
.list-conent .left-box .line {
  height: 3px;
  margin: 25px 0 20px;
}
.list-conent .left-box .select-btn {
  margin-bottom: -10px;
}
.list-conent .left-box .select-btn a {
  padding: 8px 14px;
  border-radius: 20px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 4px;
  margin-right: 15px;
  min-width: 90px;
  text-align: center;
  margin-bottom: 10px;
}
.list-conent .left-box .select-btn a .icon-box {
  margin-top: 2px;
  margin-left: 4px;
}
.list-conent .left-box .select-btn a .icon-box .icon {
  display: block;
  color: #6c6c6c;
}
.list-conent .left-box .select-btn a .icon-box .icon.active,
.list-conent .left-box .select-btn a .icon-box .icon:hover {
  color: #ff6600;
}
.list-conent .left-box .select-btn a .icon-box .reduce {
  transform: rotate(180deg);
  margin-top: -4px;
}
.list-conent .left-box .select-btn a.active,
.list-conent .left-box .select-btn a:hover {
  border-color: #ff6600;
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.102);
}
.list-conent .left-box .select-btn a.up-active .up {
  color: #ff6600;
}
.list-conent .left-box .tags-btn {
  margin-top: 25px;
}
.list-conent .left-box .tags-btn .tag {
  min-width: 110px;
  background-color: #f6f6f6;
  margin-right: 18px;
  margin-bottom: 10px;
  padding: 8px 18px;
  border-radius: 20px;
  text-align: center;
}
.list-conent .left-box .load {
  margin-top: 50px;
}
.list-conent .left-box .row-panel {
  margin-top: 60px;
}
.list-conent .left-box .row-panel > .title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-conent .left-box .row-panel > .title::after {
  content: "";
  width: 108px;
  height: 5px;
  background-color: #ff6600;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.list-conent .left-box .row-panel .lplists {
  margin-right: -2.33%;
  margin-bottom: -28px;
}
.list-conent .left-box .row-panel .lplists li {
  width: 31%;
  margin-right: 2.33%;
  margin-bottom: 28px;
}
.list-conent .left-box .row-panel .lplists li a .oppress {
  width: 100%;
  height: 245px;
  border-radius: 16px;
}
.list-conent .left-box .row-panel .lplists li a .title {
  margin: 15px 0 5px;
}
.list-conent .left-box .row-panel .lplists li a:hover .title {
  color: #ff6600;
}
.list-conent .right-box {
  width: 22%;
}
.list-conent .right-box .lists li {
  margin-top: 25px;
}
.list-conent .right-box .lists li a .oppress {
  width: 46%;
  height: 120px;
  border-radius: 10px;
}
.list-conent .right-box .lists li a .info {
  width: 51%;
}
.list-conent .right-box .lists li a .info .desc {
  margin: 5px 0;
}
.list-conent .right-box .lists li a .info .unit,
.list-conent .right-box .lists li a .info .desc {
  color: #6c6c6c;
}
.list-conent .right-box .lists li a:hover .title {
  color: #ff6600;
}
@media (max-width: 1580px) {
  .list-conent .left-box .row-panel .lplists li a .oppress {
    height: 200px;
  }
  .list-conent .right-box .lists li a .oppress {
    height: 100px;
  }
}
@media (max-width: 1080px) {
  .list-conent .left-box {
    width: 100%;
  }
  .list-conent .left-box .line {
    margin: 20px 0 ;
  }
  .list-conent .left-box .load {
    margin-top: 30px;
  }
  .list-conent .left-box .select-btn a {
    padding: 5px 12px;
    margin-right: 10px;
    min-width: 60px;
    font-size: 14px;
    height: 30px;
  }
  .list-conent .left-box .select-btn a .icon-box {
    transform: scale(0.8);
  }
  .list-conent .left-box .tags-btn {
    margin-bottom: -10px;
  }
  .list-conent .left-box .tags-btn .tag {
    display: inline-block;
    min-width: 80px;
    margin-right: 10px;
    padding: 8px 10px;
  }
  .list-conent .left-box .row-panel {
    margin-top: 30px;
  }
  .list-conent .left-box .row-panel > .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .list-conent .left-box .row-panel > .title::after {
    height: 3px;
  }
  .list-conent .left-box .row-panel .lplists {
    margin-right: -2%;
    margin-bottom: -18px;
    margin-top: 28px;
  }
  .list-conent .left-box .row-panel .lplists li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 18px;
  }
  .list-conent .left-box .row-panel .lplists li a .oppress {
    height: 120px;
  }
  .list-conent .left-box .row-panel .lplists li a .title {
    margin: 10px 0 5px;
  }
  .list-conent .right-box {
    width: 100%;
    margin-top: 40px;
  }
  .list-conent .right-box .lists li {
    margin-top: 20px;
  }
  .list-conent .right-box .lists li a .oppress {
    height: 120px;
  }
}
.same-tags span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #faf4f2;
  margin-right: 15px;
  color: #b57965;
}
@media (max-width: 800px) {
  .same-tags {
    font-size: 14px;
  }
  .same-tags span {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.house-lists li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.house-lists li a {
  padding: 30px 0;
}
.house-lists li .oppress {
  width: 29%;
  height: 245px;
  border-radius: 16px;
}
.house-lists li .info {
  width: 68%;
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}
.house-lists li .info .middle {
  margin: 24px 0;
  align-items: flex-end;
}
.house-lists li .info .middle .desc {
  color: #6c6c6c;
  line-height: 1.8;
  width: 78%;
}
.house-lists li .info .middle .unit {
  color: #6c6c6c;
}
.house-lists li:hover {
  background-image: -moz-linear-gradient(-90deg, #fafafa 0%, #fbf7f3 100%);
  background-image: -webkit-linear-gradient(-90deg, #fafafa 0%, #fbf7f3 100%);
  background-image: -ms-linear-gradient(-90deg, #fafafa 0%, #fbf7f3 100%);
}
.house-lists li:hover .info .title {
  color: #ff6600;
}
@media (max-width: 1580px) {
  .house-lists li .oppress {
    height: 200px;
  }
}
@media (max-width: 800px) {
  .house-lists li a {
    flex-wrap: wrap;
    padding-bottom: 10px ;
    padding-top: 20px;
  }
  .house-lists li a .oppress {
    width: 100%;
    height: 245px;
  }
  .house-lists li a .info {
    width: 100%;
    padding: 15px 0 0;
  }
  .house-lists li a .info .middle {
    margin: 14px 0;
    align-items: flex-end;
  }
  .house-lists li a .info .middle .desc {
    line-height: 1.6;
    width: 60%;
  }
}
.house-lists2 li .oppress {
  width: 20%;
  height: 160px;
}
.house-lists2 li .info {
  width: 77%;
}
.house-lists2 li .info .left-desc {
  width: 60%;
}
.house-lists2 li .info .left-desc .top-desc {
  margin-bottom: 20px;
}
.house-lists2 li .info .same-tags {
  width: 32%;
  text-align: right;
  margin-bottom: -10px;
}
.house-lists2 li .info .same-tags span {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .house-lists2 li .info {
    width: 100%;
    flex-wrap: wrap;
  }
  .house-lists2 li .info .left-desc {
    width: 100%;
    margin-bottom: 10px;
  }
  .house-lists2 li .info .left-desc .top-desc {
    margin-bottom: 10px;
  }
  .house-lists2 li .info .same-tags {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
.new-lists {
  margin-top: 50px;
}
.new-lists li {
  position: relative;
}
.new-lists li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.new-lists li::before {
  content: "";
  width: 0;
  height: 3px;
  background-image: -moz-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-45deg, #f39b4f 0%, #ff6600 100%);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s linear;
}
.new-lists li a {
  padding: 25px;
}
.new-lists li a .watch .icon {
  margin-left: 0.5em;
}
.new-lists li a .left-info {
  width: 80%;
}
.new-lists li a .left-info .date {
  margin-top: 6px;
}
.new-lists li a .left-info .date .icon {
  margin-right: 0.4em;
}
.new-lists li:hover::before {
  width: 100%;
}
.new-lists li:hover a .watch {
  color: #ff6600;
}
@media (max-width: 800px) {
  .new-lists {
    margin-top: 20px;
  }
  .new-lists li a {
    padding: 15px 0;
  }
  .new-lists li a .watch {
    display: none;
  }
  .new-lists li a .left-info {
    width: 100%;
  }
}
.same-form-box {
  width: 100%;
  height: 322px;
  background-image: url(../images/bg3.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 27px;
  border-radius: 16px;
}
.same-form-box .input-box {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  margin-bottom: 24px;
}
.same-form-box .input-box label {
  flex: 1;
}
.same-form-box .input-box label,
.same-form-box .input-box label input {
  width: 100%;
  display: block;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.same-form-box .input-box label input::-webkit-input-placeholder {
  font-size: 18px;
  color: #6c6c6c;
}
.same-form-box .btn {
  width: 100%;
  height: 48px;
  cursor: pointer;
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(0deg, #f39b4f 0%, #ff6600 100%);
  box-shadow: 0px 8px 20px 0px rgba(255, 102, 0, 0.3);
}
.house-details .top-panel .top-box {
  margin: 30px 0 25px;
  align-items: flex-start;
}
.house-details .top-panel .top-box .title {
  margin-right: 20px;
  flex: 1;
}
.house-details .top-panel .top-box .same-tags {
  margin-top: 6px;
}
@media (max-width: 800px) {
  .house-details .top-panel .top-box {
    margin: 20px 0 10px;
    flex-wrap: wrap;
  }
  .house-details .top-panel .top-box .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.house-details .top-content .right-info {
  width: 45%;
}
.house-details .top-content .right-info .middle-desc {
  margin: 35px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.house-details .top-content .right-info .middle-desc .item:not(:first-child) {
  text-align: center;
}
@media (max-width: 800px) {
  .house-details .top-content .right-info .middle-desc {
    margin: 20px 0;
    padding: 20px 0;
  }
}
.house-details .top-content .right-info .info .row {
  margin-bottom: 10px;
  width: 50%;
}
.house-details .top-content .right-info .address {
  margin: 20px 0 30px;
}
.house-details .top-content .right-info .address .icon {
  margin-right: 0.3em;
}
.house-details .top-content .right-info .bottom-box .left .people-info .photo {
  width: 65px;
  height: 65px;
  padding: 2px;
  box-sizing: border-box;
  margin-right: 20px;
}
.house-details .top-content .right-info .bottom-box .left .people-info .photo .pic {
  overflow: hidden;
}
.house-details .top-content .right-info .bottom-box .left .people-info .name {
  flex: 1;
}
.house-details .top-content .right-info .bottom-box .left .tel-btn {
  width: 235px;
  height: 57px;
  border-radius: 28px;
  box-shadow: 0px 8px 20px 0px rgba(255, 102, 0, 0.3);
  margin-top: 18px;
}
.house-details .top-content .right-info .bottom-box .left .tel-btn .icon {
  margin-right: 0.3em;
}
.house-details .top-content .right-info .bottom-box .right-pic img{
    width:  130px;
    height: 130px;
}
.house-details .top-content .right-info .contect-info {
  margin-top: 24px;
}
.house-details .top-content .right-info .contect-info a {
  background-color: #ff6600;
  width: 260px;
  height: 62px;
  border-radius: 30px;
  margin-right: 32px;
}
.house-details .top-content .right-info .contect-info a .icon {
  margin-right: 0.5em;
}
@media (max-width: 800px) {
  .house-details .top-content .right-info .contect-info a {
    margin-right: 16px;
  }
}
.house-details .top-content .right-info .contect-info a:hover {
  opacity: 0.8;
}
.house-details .top-content .swiper-box {
  width: 50%;
}
.house-details .top-content .swiper-box .gallery {
  width: 100%;
}
.house-details .top-content .swiper-box .gallery .swiper-slide {
  width: 100%;
  height: 520px;
}
.house-details .top-content .swiper-box .gallery .swiper-slide .oppress {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.house-details .top-content .swiper-box .gallery .btn {
  color: #fff;
}
.house-details .top-content .swiper-box .gallery .swiper-button-prev {
  left: 20px;
}
.house-details .top-content .swiper-box .gallery .swiper-button-next {
  right: 20px;
}
.house-details .top-content .swiper-box .thumb {
  width: 100%;
  margin-top: 15px;
}
.house-details .top-content .swiper-box .thumb .swiper-slide {
  height: 129px;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s linear;
}
.house-details .top-content .swiper-box .thumb .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #ff6600;
}
@media (max-width: 1580px) {
  .house-details .top-content .swiper-box .thumb .swiper-slide {
    height: 110px;
  }
}
@media (max-width: 1380px) {
  .house-details .top-content .swiper-box .thumb .swiper-slide {
    height: 80px;
  }
}
@media (max-width: 800px) {
  .house-details .top-content .swiper-box .thumb .swiper-slide {
    border-radius: 10px;
    height: 70px;
  }
  .house-details .top-content .swiper-box .thumb .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #ff6600;
  }
}
@media (max-width: 1480px) {
  .house-details .top-content .f44 {
    font-size: 40px;
  }
  .house-details .top-content .right-info .info .row {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .house-details .top-content .f44 {
    font-size: 28px;
  }
  .house-details .top-content .swiper-box {
    width: 100%;
  }
  .house-details .top-content .swiper-box .gallery {
    width: 100%;
  }
  .house-details .top-content .swiper-box .gallery .swiper-slide {
    height: 250px;
  }
  .house-details .top-content .swiper-box .gallery .btn::after {
    font-size: 30px;
  }
  .house-details .top-content .swiper-box .gallery .swiper-button-prev {
    left: 10px;
  }
  .house-details .top-content .swiper-box .gallery .swiper-button-next {
    right: 10px;
  }
  .house-details .top-content .swiper-box .thumb {
    margin-top: 10px;
  }
  .house-details .top-content .right-info {
    width: 100%;
    margin-top: 20px;
  }
  
  .house-details .top-content .right-info .address {
    margin: 20px 0 ;
  }
  .house-details .top-content .right-info .bottom-box .left .people-info .photo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .house-details .top-content .right-info .bottom-box .left .tel-btn {
    width: 200px;
    height: 50px;
    margin-top: 10px;
  }
}
#process .lists {
  margin-top: 90px;
}
#process .lists ul {
  height: 360px;
}
#process .lists ul li {
  width: 22%;
  background-image: url(../images/bg4.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  text-align: center;
  transition: all 0.4s linear;
}
#process .lists ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background-image: url(../images/bg5.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.4s linear;
  border-radius: 16px;
}
#process .lists ul li * {
  position: relative;
  z-index: 10;
}
#process .lists ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  width: 28px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#process .lists ul li .info {
  margin-top: 30px;
}
#process .lists ul li .info .num {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#process .lists ul li:hover {
  padding: 78px 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
#process .lists ul li:hover::before {
  height: 100%;
}
#process .lists ul li:hover .info {
  color: #fff;
}
#process .lists ul li:hover .info .num {
  color: #ff6600;
  background-color: #fff;
  background-image: none;
}
@media (max-width: 1480px) {
  #process .lists {
    margin-top: 70px;
  }
}
@media (max-width: 800px) {
  #process .lists {
    margin-top: 40px;
  }
  #process .lists ul {
    height: auto;
    flex-wrap: wrap;
  }
  #process .lists ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  #process .lists ul li:not(:last-child)::after {
    display: none;
  }
  #process .lists ul li .icon-box {
    width: 90px;
    margin: 0 auto;
  }
  #process .lists ul li .info {
    margin-top: 20px;
  }
  #process .lists ul li .info .num {
    margin-right: 5px;
  }
  #process .lists ul li:hover {
    padding: 50px 0;
  }
}
.page-bottom {
  background-image: url(../images/bg6.jpg);
}
.page-bottom .btn {
  margin: 45px auto 0;
  width: 260px;
  height: 56px;
  border-radius: 10px;
  box-shadow: 0px 8px 20px 0px rgba(255, 102, 0, 0.3);
}
@media (max-width: 800px) {
  .page-bottom .btn {
    margin: 20px auto 0;
    width: 200px;
    height: 50px;
  }
}
#tffy {
  background-image: url(../images/bg7.jpg);
}
#tffy .top-title {
  font-size: 52px;
}
#tffy .desc {
  margin: 15px 0 40px;
  color: #3d4246;
}
#tffy .form-box {
  width: 600px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.502);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08), inset 2.084px -11.818px 119.54px 19.46px rgba(255, 255, 255, 0.42), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.45), inset -0.707px -0.707px 1px 0px rgba(255, 255, 255, 0.45);
  margin: 0 auto;
  padding: 45px 55px;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
}
#tffy .form-box .top-process {
  margin-top: 30px;
}
#tffy .form-box .top-process .item {
  position: relative;
  text-align: center;
}
#tffy .form-box .top-process .item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 25px;
  right: -48px;
  width: 28px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#tffy .form-box .top-process .item .txt {
  color: #3d4246;
  margin-top: 8px;
}
#tffy .form-box .row-box {
  margin-top: 34px;
}
#tffy .form-box .row-box .tit {
  margin-bottom: 20px;
}
#tffy .form-box .row-box .input-box {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
}
#tffy .form-box .row-box .input-box:not(:last-child) {
  margin-bottom: 18px;
}
#tffy .form-box .row-box .input-box .tf {
  width: 100%;
  height: 100%;
}
#tffy .form-box .row-box .input-box .tf input {
  flex: 1;
  padding-left: 28px;
}
#tffy .form-box .row-box .input-box .tf > span {
  min-width: 84px;
}
#tffy .form-box .row-box .input-box .tf .unit span {
  margin-right: 20px;
}
#tffy .form-box .row-box .radio-lists .radio-box {
  margin-right: 12px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 8px;
  width: 86px;
  height: 46px;
  position: relative;
  cursor: pointer;
}
#tffy .form-box .row-box .radio-lists .radio-box.active {
  color: #ff6600;
  border-color: #ff6600;
  background-color: rgba(255, 102, 0, 0.102);
}
#tffy .form-box .row-box .radio-lists .radio-box:last-child {
  margin-right: 0;
}
#tffy .form-box .row-box .radio-lists .radio-box input {
  width: 100%;
  height: 100%;
}
#tffy .form-box .row-box .radio-lists .radio-box span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
#tffy .form-box .btn {
  cursor: pointer;
  margin: 35px auto 0;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  box-shadow: 0px 8px 20px 0px rgba(255, 102, 0, 0.3);
}
@media (max-width: 1580px) {
  #tffy .top-title {
    font-size: 42px;
  }
}
@media (max-width: 800px) {
  #tffy .top-title {
    font-size: 28px;
  }
  #tffy .desc {
    margin: 5px 0 25px;
  }
  #tffy .f20 {
    font-size: 16px;
  }
  #tffy .f18 {
    font-size: 14px;
  }
  #tffy .form-box {
    width: 100%;
    padding: 35px 15px;
  }
  #tffy .form-box .top-process {
    margin-top: 20px;
  }
  #tffy .form-box .top-process .item .icon-box {
    width: 45px;
    margin: 0 auto;
  }
  #tffy .form-box .top-process .item:not(:last-child)::after {
    top: 20px;
    right: -24px;
    width: 20px;
    height: 10px;
  }
  #tffy .form-box .row-box {
    margin-top: 24px;
  }
  #tffy .form-box .row-box .tit {
    margin-bottom: 10px;
  }
  #tffy .form-box .row-box .input-box {
    font-size: 14px;
  }
  #tffy .form-box .row-box .input-box:not(:last-child) {
    margin-bottom: 10px;
  }
  #tffy .form-box .row-box .input-box .tf {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #tffy .form-box .row-box .input-box .tf input {
    padding-left: 10px;
  }
  #tffy .form-box .row-box .input-box .tf > span {
    min-width: 64px;
  }
  #tffy .form-box .row-box .input-box .tf .unit {
    font-size: 12px;
  }
  #tffy .form-box .row-box .input-box .tf .unit span {
    margin-right: 5px;
  }
  #tffy .form-box .row-box .input-box.spe .tf input {
    flex: auto;
    width: 50%;
  }
  #tffy .form-box .row-box .radio-lists {
    margin-bottom: -10px;
  }
  #tffy .form-box .row-box .radio-lists .radio-box {
    width: 66px;
    height: 36px;
    margin-bottom: 10px;
  }
  #tffy .form-box .btn {
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
  }
}
#zcwtfw .content svg .cls-1,
#zcwtfw .content svg .cls-2 {
  fill: #fff;
}
#zcwtfw .content svg .cls-1 {
  filter: url(#filter);
}
#zcwtfw .content svg .cls-2 {
  font-size: 40px;
}
#zcwtfw .content svg .cls-2,
#zcwtfw .content svg .cls-3,
#zcwtfw .content svg .cls-4 {
  text-transform: uppercase;
}
#zcwtfw .content svg .cls-2,
#zcwtfw .content svg .cls-3 {
  font-weight: 700;
}
#zcwtfw .content svg .cls-3,
#zcwtfw .content svg .cls-4 {
  font-size: 24px;
}
#zcwtfw .content svg .cls-3 {
  fill: #111;
}
#zcwtfw .content svg .cls-4 {
  fill: #383838;
  font-weight: 500;
}
#marketing {
  background-color: #fbfbfb;
}
#marketing .txt {
  width: 55%;
  margin: 5px auto 0;
}
#marketing .same-title {
  position: relative;
  z-index: 99;
}
#marketing .content {
  margin-left: 4%;
}
#marketing .content svg {
  width: 100%;
  transform: scale(1.15);
}
#marketing .content svg .cls-1,
#marketing .content svg .cls-3,
#marketing .content svg .cls-4 {
  fill: #fbfbfb;
}
#marketing .content svg .cls-1 {
  filter: url(#filter);
}
#marketing .content svg .cls-2 {
  fill: none;
  stroke: red;
  stroke-width: 2px;
  filter: url(#filter-2);
}
#marketing .content svg .cls-3 {
  font-size: 40px;
}
#marketing .content svg .cls-3,
#marketing .content svg .cls-4,
#marketing .content svg .cls-5,
#marketing .content svg .cls-6 {
  text-anchor: middle;
  text-transform: uppercase;
}
#marketing .content svg .cls-3,
#marketing .content svg .cls-5 {
  font-weight: 700;
}
#marketing .content svg .cls-4 {
  font-size: 20px;
  opacity: 0.9;
}
#marketing .content svg .cls-4,
#marketing .content svg .cls-6 {
  font-weight: 500;
}
#marketing .content svg .cls-5 {
  font-size: 28px;
  fill: #5f3f31;
}
#marketing .content svg .cls-6 {
  font-size: 24px;
  fill: #f60;
}
#marketing .content svg .cls-7 {
  opacity: 0.5;
}
@media (max-width: 1580px) {
  #marketing .txt {
    width: 65%;
  }
}
@media (max-width: 800px) {
  #marketing .txt {
    width: 100%;
  }
}
#fwnr .lists .item {
  border-radius: 16px;
  margin-top: 50px;
  height: 483px;
  padding: 64px 80px;
  box-sizing: border-box;
  background-image: url('../images/bg11.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#fwnr .lists .item .left-info {
  width: 47%;
  position: relative;
}
#fwnr .lists .item .left-info .top-title img {
  margin-right: 10px;
}
#fwnr .lists .item .left-info .sub {
  color: #3d4246;
}
#fwnr .lists .item .left-info .line {
  margin: 40px 0;
  height: 3px;
  width: 90%;
  background-image: -moz-linear-gradient(left, #f78b38 0%, transparent 100%);
  background-image: -webkit-linear-gradient(left, #f78b38 0%, transparent 100%);
  background-image: -ms-linear-gradient(left, #f78b38 0%, transparent 100%);
}
#fwnr .lists .item .left-info .num {
  position: absolute;
  top: -70px;
  right: 20px;
  font-size: 100px;
  color: transparent;
  background-image: -moz-linear-gradient(-90deg, rgba(29, 35, 41, 0.2) 10%, transparent 90%);
  background-image: -webkit-linear-gradient(-90deg, rgba(29, 35, 41, 0.2) 10%, transparent 90%);
  background-image: -ms-linear-gradient(-90deg, rgba(29, 35, 41, 0.2) 10%, transparent 90%);
  background-clip: text;
}
#fwnr .lists .item .pic {
  width: 48%;
}
#fwnr .lists .item:nth-of-type(2n) {
  flex-direction: row-reverse;
  background-image: url('../images/bg12.png');
}
@media (max-width: 1580px) {
  #fwnr .lists .item {
    height: 400px;
    padding: 54px 60px;
  }
}
@media (max-width: 800px) {
  #fwnr .lists .item {
    height: auto;
    padding: 44px 30px 30px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #fwnr .lists .item .left-info {
    width: 100%;
  }
  #fwnr .lists .item .left-info .line {
    margin: 20px 0;
    height: 2px;
    width: 90%;
  }
  #fwnr .lists .item .left-info .num {
    top: -40px;
    right: 20px;
    font-size: 60px;
  }
  #fwnr .lists .item .pic {
    width: 100%;
    margin-top: 25px;
  }
}
.same-bg-title {
  background-image: -moz-linear-gradient(-90deg, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(-90deg, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(-90deg, #f39b4f 0%, #ff6600 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#fwlc {
  background-color: #f7f7f7;
}
#fwlc .process-lists ul {
  position: relative;
}
#fwlc .process-lists ul::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 10px;
  background-image: -moz-linear-gradient(left, #f39b4f 0%, #ff6600 100%);
  background-image: -webkit-linear-gradient(left, #f39b4f 0%, #ff6600 100%);
  background-image: -ms-linear-gradient(left, #f39b4f 0%, #ff6600 100%);
}
#fwlc .process-lists ul li {
  width: 18%;
  position: relative;
  z-index: 8;
}
#fwlc .process-lists ul li .bg-box {
  height: 286px;
  text-align: center;
  padding: 40px 15px;
  box-sizing: border-box;
  background-image: url('../images/bg13.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#fwlc .process-lists ul li .title {
  margin: 24px 0 25px;
}
#fwlc .process-lists ul li .num-box {
  width: 75px;
  height: 98px;
  margin: 25px auto 0;
  background-image: url('../images/daohangdizhi.png');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 35px;
  box-sizing: border-box;
}
#fwlc .process-lists ul li .num-box .num {
  border-radius: 50%;
  background-color: #fff;
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 57px;
  margin: 0 auto;
}
#fwlc .process-lists ul li:hover .title {
  color: #ff6600;
}
@media (max-width: 800px) {
  #fwlc .process-lists ul {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #fwlc .process-lists ul::before {
    display: none;
  }
  #fwlc .process-lists ul li {
    display: inline-block;
    position: relative;
    z-index: 8;
    width: 60%;
    margin-right: 10px;
  }
  #fwlc .process-lists ul li .bg-box {
    height: 250px;
    padding: 30px 15px;
  }
  #fwlc .process-lists ul li .bg-box .desc {
    width: 100%;
    white-space: wrap;
  }
  #fwlc .process-lists ul li .title {
    margin: 20px 0 ;
  }
  #fwlc .process-lists ul li .num-box {
    transform: scale(0.7);
  }
}
#hytc .same-title .title {
  margin-left: 30px;
}
#hytc .article {
  width: 90%;
  margin: 0 auto;
}
#hytc .article .tag-box {
  margin: 45px 0 ;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#hytc .article .tag-box .item {
  margin-right: 70px;
}
#hytc .article .tag-box .item:last-child {
  margin-right: 0;
}
#hytc .article .desc {
  color: #424348;
  line-height: 1.8;
}
#hytc .article .desc a {
  display: inline-block;
}
#map{
    width: 100%;
    height: 500px;
}
@media (max-width: 800px) {
  #hytc .article {
    width: 100%;
  }
  #hytc .article .tag-box {
    margin: 25px 0 30px;
    flex-wrap: wrap;
  }
  #hytc .article .tag-box .date {
    width: 100%;
    text-align: center;
  }
  #hytc .article .tag-box .item {
    margin-bottom: 5px;
    margin-right: 0;
  }
  #hytc .article .tag-box .item:last-child {
    margin-bottom: 0;
  }
  #hytc .article .desc {
    line-height: 1.6;
  }
  #map{
    height: 300px;
}
}

