@charset "UTF-8";
.my-title {
  letter-spacing: 0.1em;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.alify {
  font-family: "å¾®è½¯é›…é»‘";
}

.banner_nav .nav {
  height: auto;
}

.banner_nav .nav a {
  line-height: 80px;
}

.banner_nav .nav a s {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #BB2B2C;
}

.banner_nav .nav a.act s, .banner_nav .nav a:hover s {
  width: 100%;
}

.banner_nav .nav a:hover .ico img:nth-child(1) {
  opacity: 0;
}

.banner_nav .nav a:hover .ico img:nth-child(2) {
  opacity: 1;
}

.select dd {
  line-height: 2.8571428571;
  padding: 0.1rem 0;
}

.select:hover dd {
  bottom: 5em;
}

.footer2 .frt .dl1 {
  width: 10.7142857143em;
}

.footer2 .frt .dl1 dt {
  line-height: 3.5714285714;
  padding: 0 0.18rem;
}

.t_line1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t_line3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.t_line4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.t_line5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.my-time {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-time::before, .my-time::after {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times::before, .my-times::after {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times * {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-main img, .my-main video {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-main a {
  color: inherit;
}

.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

.my-main textarea {
  resize: none;
  font-family: "ali";
}

.groui-select {
  margin-right: 15px;
  display: inline-block;
  position: relative;
}

.groui-select.select-active .select-options {
  visibility: visible;
  -webkit-animation-name: selectIn;
  -moz-animation-name: selectIn;
  -o-animation-name: selectIn;
  animation-name: selectIn;
}

.groui-select.select-active .select-label-input {
  box-shadow: 0 0 0 1px #BB2B2C inset;
}

.groui-select.select-active .select-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.groui-select .select-container {
  position: relative;
}

.groui-select .select-label-input {
  width: 240px;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: 0 0 0 1px #e4e7ed inset;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2.5;
  padding: 0 30px 0 15px;
  font-size: inherit;
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

.groui-select .select-icon {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 12px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.groui-select .select-options {
  visibility: hidden;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  min-width: 100%;
  left: 0;
  z-index: 9;
  padding: 10px 0;
  border-radius: 4px;
  top: 100%;
  max-height: 200px;
  border: solid 1px #e4e7ed;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.groui-select .select-options::-webkit-scrollbar {
  width: 2px;
}

.groui-select .select-options::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #BB2B2C;
}

.groui-select .select-option {
  padding: 0 10px;
  line-height: 2.4285714286;
  cursor: pointer;
  display: block;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.groui-select .select-option:hover, .groui-select .select-option.select-option-active {
  background-color: #BB2B2C;
  color: #fff;
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}

.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}

.liuyan_tanchuang .ico {
  width: 24px;
}

.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.preview_img, .bofang {
  cursor: pointer;
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-img-toggle2 {
  cursor: pointer;
}

.my-img-toggle2.my-img-target2, .my-img-toggle2 .my-img-target2 {
  position: relative;
  display: inline-block;
}

.my-img-toggle2.my-img-target2 img, .my-img-toggle2 .my-img-target2 img {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle2.my-img-target2 img:nth-child(2), .my-img-toggle2 .my-img-target2 img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not):hover.my-img-target2 img:nth-child(1), .my-img-toggle2:not(.my-img-not):hover .my-img-target2 img:nth-child(1), .my-img-toggle2:not(.my-img-not).active.my-img-target2 img:nth-child(1), .my-img-toggle2:not(.my-img-not).active .my-img-target2 img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not):hover.my-img-target2 img:nth-child(2), .my-img-toggle2:not(.my-img-not):hover .my-img-target2 img:nth-child(2), .my-img-toggle2:not(.my-img-not).active.my-img-target2 img:nth-child(2), .my-img-toggle2:not(.my-img-not).active .my-img-target2 img:nth-child(2) {
  opacity: 1;
}

.my-title {
  text-align: center;
  line-height: 1.1875;
}

.my-title span {
  color: #BB2B2C;
  position: relative;
}

.my-title s {
  position: absolute;
  width: 100%;
  display: block;
  height: 0.3125em;
  background-color: #BB2B2C;
  opacity: 0.1;
  left: 0;
  bottom: 2px;
}

.my-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #BB2B2C;
}

.my-btn:not(.my-not):hover .btn-text {
  color: #000;
}

.my-btn:not(.my-not):hover .btn-bg {
  opacity: 1;
}

.my-btn .btn-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.my-btn .btn-icon {
  z-index: 2;
  margin-left: 0.11rem;
  width: 1.875em;
}

.my-btn .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: -webkit-linear-gradient(313deg, #EACCA9 21.74%, #CA9E6A 78.26%);
  background: -moz-linear-gradient(313deg, #EACCA9 21.74%, #CA9E6A 78.26%);
  background: -o-linear-gradient(313deg, #EACCA9 21.74%, #CA9E6A 78.26%);
  background: linear-gradient(137deg, #EACCA9 21.74%, #CA9E6A 78.26%);
}

.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.my-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #D9D9D9;
  margin: 0 5px !important;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BB2B2C;
}

header.active {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}

header.active .head {
  position: relative;
}

.contact .section1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #FBFAF7 url(../images_die/lc/1.webp) no-repeat top center/100% auto;
  overflow: hidden;
}

.contact .section1 .my-title {
  margin-bottom: 0.6rem;
}

.contact .section1 .form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 1.24rem;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.6rem 1.4rem 1.08rem;
}

.contact .section1 .form-title {
  text-align: center;
  line-height: 1.4166666667;
  margin-bottom: 0.7rem;
}

.contact .section1 .form-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .section1 .form-item {
  width: 48.9130434783%;
  margin-bottom: 30px;
}

.contact .section1 .form-item.active .form-input, .contact .section1 .form-item.active .form-textarea {
  border-color: #BB2B2C;
}

.contact .section1 .form-item.active .form-error {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact .section1 .form-item.status1 {
  width: 100%;
}

.contact .section1 .form-label {
  line-height: 1.375;
  margin-bottom: 0.09rem;
}

.contact .section1 .form-label.required::after {
  position: relative;
  content: "*";
  color: #BB2B2C;
  margin-left: 0.2em;
}

.contact .section1 .form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contact .section1 .form-input, .contact .section1 .form-textarea {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 4px;
  background-color: #FBFAF7;
  border: 1px solid #F5F2EB;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}

.contact .section1 .form-input::-webkit-input-placeholder, .contact .section1 .form-textarea::-webkit-input-placeholder {
  color: #CACACA;
}

.contact .section1 .form-input:-moz-placeholder, .contact .section1 .form-textarea:-moz-placeholder {
  color: #CACACA;
}

.contact .section1 .form-input::-moz-placeholder, .contact .section1 .form-textarea::-moz-placeholder {
  color: #CACACA;
}

.contact .section1 .form-input:-ms-input-placeholder, .contact .section1 .form-textarea:-ms-input-placeholder {
  color: #CACACA;
}

.contact .section1 .form-input::placeholder, .contact .section1 .form-textarea::placeholder {
  color: #CACACA;
}

.contact .section1 .form-input:focus, .contact .section1 .form-textarea:focus {
  border-color: #BB2B2C;
}

.contact .section1 .form-input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 2.7142857143;
}

.contact .section1 .form-textarea {
  line-height: 1.4285714286;
  padding-top: 0.7142857143em;
  padding-bottom: 0.7142857143em;
  height: 2.17rem;
}

.contact .section1 .code-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 1px;
  border-radius: 4px;
  cursor: pointer;
  height: 2.8571428571em;
}

.contact .section1 .form-error {
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 100%;
  line-height: 16px;
  color: #BB2B2C;
  margin-top: 7px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.contact .section1 .form-line {
  width: 100%;
  display: block;
  border-top: 1px dashed #D9D9D9;
  margin-bottom: 0.6rem;
}

.contact .section1 .form-btns {
  text-align: center;
}

.contact .section1 .form-btn {
  line-height: 2.5;
  padding: 0 0.54rem;
  border-radius: 4px;
}

.contact .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .section1 .img {
  width: 53.5714285714%;
  position: relative;
  z-index: 2;
  margin-top: 0.2rem;
}

.contact .section1 .right {
  width: 41.8452380952%;
}

.contact .section1 .text {
  position: relative;
  margin-bottom: 0.13rem;
}

.contact .section1 .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.4rem;
}

.contact .section1 .title1 {
  line-height: 1.4;
  margin-bottom: 0.13rem;
}

.contact .section1 .title2 {
  text-align: left;
}

.contact .section1 .img2 {
  max-width: initial;
  width: 131.1522048364%;
  margin-left: -12.2332859175%;
}

.contact .section1 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.125;
  color: #555555;
}

.contact .section1 .info + .info {
  margin-top: 0.16rem;
}

.contact .section1 .info img {
  width: 1.125em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.12rem;
}

.contact .section1 .info a {
  color: #555555;
}

.contact .section1 .info a:hover {
  color: #BB2B2C;
  text-decoration: underline;
}

.join {
  background-color: #FBFAF7;
}

.join .section1 {
  padding-top: 1.14rem;
  padding-bottom: 1.2rem;
}

.join .section1 .my-title {
  margin-bottom: 0.66rem;
}

.join .section1 .li + .li {
  margin-top: 1.1rem;
}

.join .section2 {
  background: url(../images_die/lc/3.webp) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}

.join .section2 .box {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  min-height: 7.7rem;
}

.join .section2 .bg {
  top: 0;
}

.join .section2 .my-title {
  margin-bottom: 0.96rem;
}

.join .section2 .info {
  text-align: center;
  position: relative;
}

.join .section2 .img {
  position: absolute;
  border-radius: 50%;
}

.join .section2 .imgs1 {
  width: 26.4880952381%;
  top: -0.4rem;
  left: 8.8095238095%;
}

/* .join .section2 .imgs1 img {
  -webkit-animation: ani3 6s linear infinite both;
  -moz-animation: ani3 6s linear infinite both;
  -o-animation: ani3 6s linear infinite both;
  animation: ani3 6s linear infinite both;
} */

.join .section2 .imgs2 {
  width: 17.4404761905%;
  top: 0.86rem;
  right: 17.9166666667%;
  z-index: 2;
}

/* .join .section2 .imgs2 img {
  -webkit-animation: 6s ani3 1s linear infinite both;
  -moz-animation: 6s ani3 1s linear infinite both;
  -o-animation: 6s ani3 1s linear infinite both;
  animation: 6s ani3 1s linear infinite both;
} */

.join .section2 .imgs3 {
  width: 14.4047619048%;
  top: 0.39rem;
  right: 7.3214285714%;
}

/* .join .section2 .imgs3 img {
  -webkit-animation: 6s ani3 4s linear infinite both;
  -moz-animation: 6s ani3 4s linear infinite both;
  -o-animation: 6s ani3 4s linear infinite both;
  animation: 6s ani3 4s linear infinite both;
} */

.join .section2 .text {
  display: inline-block;
  line-height: 2.1;
}

.join .section2 .text p + p {
  margin-top: 0.1rem;
}

.join .section3 {
  padding-top: 0.63rem;
  padding-bottom: 2rem;
}

.join .section3 .box {
  max-width: 1600px;
}

.join .section3 .my-title {
  margin-bottom: 1rem;
}

.join .section3 .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #D7BE97;
  margin-bottom: 0.6rem;
}

.join .section3 .list {
  margin-bottom: 1rem;
}

.join .section3 .item {
  display: block;
  min-height: 1.1rem;
  background-color: #fff;
  border-radius: 0.12rem;
  margin-bottom: 0.24rem;
  padding: 15px 0.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.join .section3 .item:hover {
  background-color: #D7BE97;
}

.join .section3 .item:hover .item-title, .join .section3 .item:hover .item-text, .join .section3 .item:hover .item-text span {
  color: #fff;
}

.join .section3 .item-title {
  line-height: 1.4;
  width: 11em;
  margin-right: 1em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.join .section3 .item-line {
  width: 2px;
  height: 1.25em;
  background-color: #D0AE86;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.5rem;
}

.join .section3 .item-text {
  line-height: 1.375;
  margin-right: 0.6rem;
}

.join .section3 .item-text:last-child {
  margin-right: 0;
}

.join .section3 .item-text span {
  color: #666666;
}

.society .section1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  min-height: 9.5rem;
  background: #FBFAF7 url(../images_die/lc/4.webp) no-repeat center bottom;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  overflow: hidden;
}

.society .section1 .swiper {
  padding-bottom: 0.3rem;
  overflow: initial;
}

.society .section1 .swiper-slide {
  width: 57.1428571429%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.society .section1 .swiper-slide-active .slide-bg {
  opacity: 0.2;
}

.society .section1 .slide-img {
  width: 50%;
  margin-right: 8.3333333333%;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.society .section1 .slide-img-container {
  box-shadow: -1px 14px 12.5px 0 rgba(175, 175, 175, 0.39);
  position: relative;
  z-index: 3;
}

.society .section1 .slide-bg {
  position: absolute;
  top: 0.3rem;
  left: -0.3rem;
  right: 0.3rem;
  bottom: -0.3rem;
  background-color: #D0AE86;
  opacity: 0;
}

.society .section1 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.society .section1 .slide-time {
  margin-bottom: 0.13rem;
}

.society .section1 .slide-time span {
  font-weight: normal;
  margin-right: 0.04rem;
  line-height: 1.2;
}

.society .section1 .slide-title {
  line-height: 1.4;
  margin-bottom: 1.15rem;
}

.society .section1 .slide-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 3.375;
  padding: 0 0.38rem;
  background-color: #79AC11;
  border-radius: 4px;
  color: #fff;
}

.society .section1 .slide-btn img {
  width: 1.3125em;
  margin-left: 0.1rem;
}

.society .section1 .slide-btn:hover {
  background-color: #9AC04C;
}

.society .section1 .swiper-button {
  --swiper-navigation-size: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #79AC11;
}

.society .section1 .swiper-button::after {
  color: #79AC11;
}

.society .section1 .swiper-button:hover {
  background-color: #79AC11;
}

.society .section1 .swiper-button:hover::after {
  color: #fff;
}

.society .section1 .swiper-button-prev {
  left: 11.9047619048%;
}

.society .section1 .swiper-button-next {
  right: 11.9047619048%;
}

.society .section1 .swiper-pagination {
  display: none;
  bottom: 0;
}

.society .section1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d9d9d9;
}

.society .section1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #79AC11;
}

.news {
  background-color: #FBFAF7;
}

.news .section1 {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
}

.news .section1 .my-title {
  margin-bottom: 0.58rem;
}

.news .section1 .swiper {
  padding-bottom: 0.4rem;
}

.news .section1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
}

.news .section1 .slide-img {
  width: 44.6428571429%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section1 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-left: 0.85rem;
  padding-right: 0.95rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news .section1 .slide-time {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0.28rem;
}

.news .section1 .slide-time img {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.news .section1 .slide-line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #D7BE97;
  margin-bottom: 0.19rem;
}

.news .section1 .slide-title {
  line-height: 1.4;
  margin-bottom: 0.2rem;
  width: 100%;
}

.news .section1 .slide-text {
  line-height: 1.375;
  color: #666;
}

.news .section1 .item-more {
  line-height: 3.375;
  padding: 0 0.34rem;
  border-radius: 0.04rem;
  margin-top: 0.58rem;
}

.my-ab0 {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.my-ab0 .bg {
  top: auto;
  bottom: 0;
}

.my-ab0 .my-ab0-line {
  aspect-ratio: 1920/332;
}

.news .section2 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
  /* background: url(../images_die/lc/svg/20.svg) no-repeat center bottom;
  background-size: 100% auto; */
  position: relative;
}

.news .section2 .my-title {
  text-align: left;
  margin-bottom: 0.1rem;
}

.news .section2 .filter {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.news .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3888888889;
}

.news .section2 .select-item {
  margin-right: 0.3rem;
  cursor: pointer;
}

.news .section2 .select-item:hover, .news .section2 .select-item.active {
  color: #BB2B2C;
}

.news .section2 .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .section2 .groui-select {
  margin-right: 0.3rem;
}

.news .section2 .groui-select .select-label-input {
  width: 1.5rem;
  padding-right: 1.2em;
  padding-left: 0;
  box-shadow: initial;
  background-color: transparent;
  line-height: 1.7777777778;
  border-bottom: 1px solid #D0AE86;
  border-radius: 0;
}

.news .section2 .groui-select .select-label-input::-webkit-input-placeholder {
  color: #333333;
}

.news .section2 .groui-select .select-label-input:-moz-placeholder {
  color: #333333;
}

.news .section2 .groui-select .select-label-input::-moz-placeholder {
  color: #333333;
}

.news .section2 .groui-select .select-label-input:-ms-input-placeholder {
  color: #333333;
}

.news .section2 .groui-select .select-label-input::placeholder {
  color: #333333;
}

.news .section2 .groui-select .select-icon {
  width: 0.6666666667em;
  right: 0.05rem;
}

.news .section2 .groui-select .select-icon img {
  width: 100%;
}

.news .section2 .input {
  position: relative;
}

.news .section2 .input input {
  width: 3.6rem;
  line-height: 1.7777777778;
  border-bottom: 1px solid #D0AE86;
}

.news .section2 .input input::-webkit-input-placeholder {
  color: #333333;
}

.news .section2 .input input:-moz-placeholder {
  color: #333333;
}

.news .section2 .input input::-moz-placeholder {
  color: #333333;
}

.news .section2 .input input:-ms-input-placeholder {
  color: #333333;
}

.news .section2 .input input::placeholder {
  color: #333333;
}

.news .section2 .input img {
  position: absolute;
  width: 1em;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.news .section2 .input img:hover {
  opacity: 0.7;
}

.news .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.news .section2 .item {
  width: 24.1071428571%;
  margin-right: 1.1904761905%;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.news .section2 .item:nth-of-type(4n) {
  margin-right: 0;
}

.news .section2 .item:hover .item-info {
  background-color: #BB2B2C;
}

.news .section2 .item:hover .item-title, .news .section2 .item:hover .item-time {
  color: #fff;
}

.news .section2 .item-info {
  background-color: #fff;
  padding: 0.44rem 0.33rem 0.39rem;
}

.news .section2 .item-title {
  line-height: 1.375;
  height: 2.75em;
  margin-bottom: 0.49rem;
}

.news .section2 .item-time {
  color: #666666;
  line-height: 1.5;
}

.news .section2 .item-time span {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.news .section3 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  /* background: url(../images_die/lc/svg/20.svg) no-repeat center bottom;
  background-size: 100% auto; */
  position: relative;
}

.news .section3 .box {
  max-width: 1440px;
}

.news .section3 .my-title {
  margin-bottom: 0.57rem;
}

.news .section3 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D7BE97;
  margin-bottom: 0.6rem;
}

.news .section3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.news .section3 .list::after {
  position: relative;
  content: "";
  width: 31.9444444444%;
  height: 0;
}

.news .section3 .item {
  padding: 0.42rem 0.5rem 0.35rem;
  background-color: #fff;
  border: 1px solid #F5F2EB;
  width: 31.9444444444%;
  margin-bottom: 0.3rem;
}

.news .section3 .item:hover {
  background-color: #D7BE97;
  border-color: #D7BE97;
}

.news .section3 .item:hover .item-day, .news .section3 .item:hover .item-time, .news .section3 .item:hover .item-title {
  color: #fff;
}

.news .section3 .item:hover .item-line {
  background-color: #fff;
}

.news .section3 .item-day {
  color: #D7BE97;
}

.news .section3 .item-time {
  color: #D7BE97;
}

.news .section3 .item-line {
  background-color: #AE8762;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.27rem;
  margin-bottom: 0.26rem;
}

.news .section3 .item-title {
  line-height: 1.3888888889;
}

.news .section4 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  /* background: url(../images_die/lc/svg/20.svg) no-repeat center bottom;
  background-size: 100% auto; */
  position: relative;
}

.news .section4 .box {
  max-width: 1440px;
}

.news .section4 .my-title {
  margin-bottom: 0.58rem;
}

.news .section4 .filter {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #D7BE97;
  margin-bottom: 0.6rem;
}

.news .section4 .filter-text {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.17rem;
}

.news .section4 .filter-input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 3.25;
  border: 1px solid #F5F2EB;
  padding: 0 0.2rem;
  border-radius: 4px;
  background-color: #F5F2EB;
  margin-right: 0.12rem;
}

.news .section4 .filter-input:focus {
  border-color: #BB2B2C;
}

.news .section4 .filter-input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.news .section4 .filter-input:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.news .section4 .filter-input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.news .section4 .filter-input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.news .section4 .filter-input::placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.news .section4 .filter-btn {
  line-height: 3.375;
  padding: 0 0.53rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 4px;
}

.news .section4 .list {
  margin-bottom: 1rem;
}

.news .section4 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.37rem 0.98rem 0.37rem 0.52rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}

.news .section4 .item:hover {
  background-color: #D7BE97;
}

.news .section4 .item:hover .item-day, .news .section4 .item:hover .item-time, .news .section4 .item:hover .item-title {
  color: #fff;
}

.news .section4 .item:hover .item-line {
  background-color: #fff;
}

.news .section4 .item-left {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section4 .item-day {
  color: #D7BE97;
}

.news .section4 .item-time {
  color: #D7BE97;
}

.news .section4 .item-line {
  background-color: #AE8762;
  display: block;
  width: 1px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-align-self: normal;
  -ms-flex-item-align: normal;
  align-self: normal;
  margin-left: 0.63rem;
  margin-right: 0.6rem;
}

.news .section4 .item-title {
  line-height: 1.4;
}

.news-detail {
  background-color: #F5F2EB;
}

.news-detail .section1 {
  padding-top: 0.77rem;
  padding-bottom: 3.12rem;
  position: relative;
}

.news-detail .section1 .box {
  max-width: 1440px;
}

.news-detail .section1 .title {
  text-align: center;
  line-height: 1.1875;
  margin-bottom: 0.6rem;
}

.news-detail .section1 .infos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3333333333;
  margin-bottom: 0.6rem;
}

.news-detail .section1 .info {
  margin: 0 0.11rem;
  color: #666666;
}

.news-detail .section1 .info img {
  width: 1.3333333333em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
}

.news-detail .section1 .content {
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid #D7BE97;
  font-size: 16px;
  line-height: 1.375;
  color: #666;
}

.news-detail .section1 .content video {
  margin: 0 auto;
  background: #000;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
}

.news-detail .section1 .content img {
  display: inline-block;
}

.news-detail .section1 .bottom {
  border-radius: 0.08rem;
  background: -webkit-linear-gradient(333deg, #DDBE99 5.03%, #BB9262 100.05%);
  background: -moz-linear-gradient(333deg, #DDBE99 5.03%, #BB9262 100.05%);
  background: -o-linear-gradient(333deg, #DDBE99 5.03%, #BB9262 100.05%);
  background: linear-gradient(117deg, #DDBE99 5.03%, #BB9262 100.05%);
  padding: 0.6rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail .section1 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.news-detail .section1 .item {
  display: block;
  color: #fff;
  line-height: 1.6;
}

.news-detail .section1 .item:hover s {
  width: 100%;
}

.news-detail .section1 .item + .item {
  margin-top: 0.16rem;
}

.news-detail .section1 .item p {
  position: relative;
  display: inline;
  line-height: 1.6;
}

.news-detail .section1 .item s {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: -2px;
  height: 1px;
  background-color: #fff;
}

.news-detail .section1 .btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  line-height: 3.375;
  padding: 0 0.34rem;
  border-radius: 0.08rem;
}

.building {
  background-color: #F5F2EB;
}

.building .section-container {
  background: url(../images_die/lc/5.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.building .section1 {
  padding-top: 1.26rem;
  padding-bottom: 0.5rem;
}

.building .section1 .my-title {
  margin-bottom: 0.25rem;
}

.building .section1 .text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  margin-bottom: 0.24rem;
}

.building .section1 .text span {
  margin: 0 0.3rem;
}

.building .section1 .text2 {
  display: block;
  width: 51em;
  max-width: 100%;
  text-indent: 2em;
  line-height: 1.375;
  color: #666;
  margin: 0 auto;
}

.building .section2 {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
}

.building .section2 .my-title {
  margin-bottom: 0.58rem;
}

.building .section2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.building .section2 .img-contianer {
  width: 50.5952380952%;
  margin-right: 3.4523809524%;
  position: relative;
}

.building .section2 .img-contianer s {
  width: 100%;
  display: block;
  padding-top: 71.7647058824%;
  border-radius: 0.08rem;
  background: -webkit-linear-gradient(left, #BB9262 0%, #DDBE99 100%);
  background: -moz-linear-gradient(left, #BB9262 0%, #DDBE99 100%);
  background: -o-linear-gradient(left, #BB9262 0%, #DDBE99 100%);
  background: linear-gradient(90deg, #BB9262 0%, #DDBE99 100%);
}

.building .section2 .imgs {
  position: absolute;
  top: -0.2rem;
  left: 0.2rem;
  right: -0.2rem;
  bottom: 0.2rem;
}

.building .section2 .img {
  border-radius: 0.08rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.building .section2 .img.active {
  opacity: 1;
}

.building .section2 .list {
  position: absolute;
  right: 0;
  top: -0.2rem;
  bottom: 0;
  width: 45.9523809524%;
  overflow: auto;
  padding-right: 0.22rem;
}

.building .section2 .list::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.building .section2 .list::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #D0AE86;
  border-radius: 4px;
}

.building .section2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.17rem 0.2rem;
  background-color: #fff;
  border-radius: 0.08rem;
  border: 1px solid #fff;
}

.building .section2 .item.active {
  border-color: #D0AE86;
}

.building .section2 .item + .item {
  margin-top: 0.15rem;
}

.building .section2 .item-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.15rem;
  width: 3.3333333333em;
  height: 3.3333333333em;
  background-color: #D0AE86;
  border-radius: 0.08rem;
  text-align: center;
}

.building .section2 .item-day, .building .section2 .item-time {
  color: #fff;
}

.building .section2 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding: 0.1rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.building .section2 .item-title {
  height: 2.8em;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  color: #333;
}

.building .section2 .item-text {
  height: 4.125em;
  line-height: 1.375;
  color: #666;
}

.building .section3 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.building .section3 .my-title {
  margin-bottom: 0.6rem;
}

.building .section3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.building .section3 .item {
  width: 24.1071428571%;
  margin-right: 1.1904761905%;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.building .section3 .item:nth-of-type(4n) {
  margin-right: 0;
}

.building .section3 .item:hover .item-info {
  background-color: #BB2B2C;
}

.building .section3 .item:hover .item-title {
  color: #fff;
}

.building .section3 .item-img {
  position: relative;
}

.building .section3 .item-img s {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 38.6%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 38.6%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 38.6%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 38.6%);
}

.building .section3 .item-time {
  position: absolute;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.28rem;
  left: 0.3rem;
  top: 0.3rem;
  z-index: 3;
}

.building .section3 .item-time img {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.building .section3 .item-info {
  background-color: #fff;
  padding: 0.2rem 0.3rem;
}

.building .section3 .item-title {
  line-height: 1.375;
  height: 2.75em;
  color: #333;
}

.building .section4 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #FBFAF7;
}

.building .section4 .my-title {
  margin-bottom: 0.58rem;
}

.building .section4 .content {
  position: relative;
}

.building .section4 .item-img .item-title {
  position: absolute;
  display: block;
  left: 1rem;
  top: 0.72rem;
}

.building .section4 .item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #BB2B2C;
  padding: 0.58rem 0.75rem 0.65rem;
}

.building .section4 .item-title {
  line-height: 1.35;
  color: #fff;
  margin-bottom: 20px;
  display: none;
}

.building .section4 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.54rem;
}

.building .section4 .item-text {
  width: 17.5em;
  color: #fff;
  margin-right: 0.6rem;
  line-height: 1.4;
}

.building .section4 .item-num {
  color: #fff;
}

.building .section4 .ul {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 5;
}

.building .section4 .li {
  width: 10em;
  height: 7em;
  position: relative;
}

.building .section4 .li:hover .li-bg, .building .section4 .li.active .li-bg {
  background-color: rgba(187, 43, 44, 0.6);
}

.building .section4 .li-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.building .section4 .li-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.18rem 0.25rem;
}

.building .section4 .li-num {
  color: #fff;
  line-height: 1.4444444444;
  margin-bottom: 0.03rem;
}

.building .section4 .li-title {
  color: #fff;
  line-height: 1.4;
}

.building .section4 .swiper-pagination {
  display: none;
}

.building .section5 {
  background: #FBFAF7 url(../images_die/lc/9.webp) no-repeat center center/cover;
  padding-bottom: 1.2rem;
}

.building .section5 .my-title {
  margin-bottom: 0.58rem;
}

.building .section5 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.building .section5 .item {
  width: 49.4047619048%;
  height: 1.3rem;
  padding: 0 0.47rem 0 0.35rem;
  background-color: #fff;
  border: 2px solid #D0AE86;
  border-radius: 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.2rem;
}

.building .section5 .item:hover {
  background-color: #D0AE86;
}

.building .section5 .item:hover .item-top, .building .section5 .item:hover .item-title {
  color: #fff;
}

.building .section5 .item:hover .item-bottom {
  padding-bottom: 0.12rem;
  border-bottom-color: #fff;
}

.building .section5 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #D0AE86;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}

.building .section5 .item-icon {
  width: 1.5em;
  margin-right: 0.1rem;
}

.building .section5 .item-bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
  border-bottom: 1px dashed transparent;
}

.building .section5 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 1.4;
  color: #333;
}

.building .section5 .item-arr {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  width: 1.5em;
}

.business {
  background-color: #FBFAF7;
}

.business .section1 {
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
  background: #FBFAF7 url(../images_die/lc/6.webp) no-repeat center bottom;
  -o-background-size: cover;
  background-size: cover;
}

.business .section1 .my-title {
  margin-bottom: 0.6rem;
}

.business .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
}

.business .section1 .left {
  width: 49.0476190476%;
  height: 100%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
}

.business .section1 .info {
  position: absolute;
  left: 7.2815533981%;
  right: 7.2815533981%;
  bottom: 0.6rem;
  border-top: 1px solid #fff;
  padding-top: 0.16rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 4;
}

.business .section1 .ul {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px;
}

.business .section1 .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.business .section1 .li + .li {
  margin-top: 0.06rem;
}

.business .section1 .li p {
  color: #fff;
  line-height: 1.7142857143;
}

.business .section1 .li p a {
  line-height: 1.7142857143;
}

.business .section1 .li p a:hover {
  text-decoration: underline;
}

.business .section1 .li-icon {
  width: 1.1428571429em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.05rem;
  margin-top: 0.25em;
}

.business .section1 .info-more {
  line-height: 3.375;
  padding: 0 0.34rem;
  border-radius: 0.04rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.business .section1 .right {
  background-color: #fff;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  overflow: auto;
  padding-left: 0.63rem;
  padding-right: 0.63rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
  -moz-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
}

.business .section1 .right::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.business .section1 .right::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 4px;
  background-color: #D0AE86;
}

.business .section1 .right-container {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.business .section1 .list {
  margin-bottom: 0.3rem;
}

.business .section1 .item {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px dashed #D0AE86;
}

.business .section1 .item:first-child {
  padding-top: 0;
}

.business .section1 .item:hover .item-title span, .business .section1 .item.active .item-title span {
  color: #BB2B2C;
}

.business .section1 .item:hover .item-title s, .business .section1 .item.active .item-title s {
  opacity: 0.1;
}

.business .section1 .item:hover .item-dot svg, .business .section1 .item.active .item-dot svg {
  opacity: 1;
}

.business .section1 .item.active .item-dot circle:nth-child(2) {
  stroke-dashoffset: 0;
  -webkit-transition: opacity 0.6s, 2s stroke-dashoffset 0.6s;
  -o-transition: opacity 0.6s, 2s stroke-dashoffset 0.6s;
  -moz-transition: opacity 0.6s, 2s stroke-dashoffset 0.6s;
  transition: opacity 0.6s, 2s stroke-dashoffset 0.6s;
}

.business .section1 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business .section1 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.6em;
}

.business .section1 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  position: relative;
  line-height: 1.4;
}

.business .section1 .item-title span {
  position: relative;
}

.business .section1 .item-title s {
  position: absolute;
  height: 0.5em;
  background-color: #BB2B2C;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: -0.02rem;
}

.business .section1 .item-dot {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.2em;
}

.business .section1 .item-dot svg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.business .section1 .item-dot svg circle:nth-child(2) {
  stroke-dasharray: 120, 120;
  stroke-dashoffset: 120;
  -webkit-transition: opacity 0.6s, stroke-dashoffset 0.6s;
  -o-transition: opacity 0.6s, stroke-dashoffset 0.6s;
  -moz-transition: opacity 0.6s, stroke-dashoffset 0.6s;
  transition: opacity 0.6s, stroke-dashoffset 0.6s;
}

.business .section1 .item-dot img:nth-child(2) {
  -webkit-animation: ani1 2.5s linear infinite both;
  -moz-animation: ani1 2.5s linear infinite both;
  -o-animation: ani1 2.5s linear infinite both;
  animation: ani1 2.5s linear infinite both;
}

.business .section1 .item-bottom {
  padding-top: 0.11rem;
  padding-bottom: 0.05rem;
  padding-left: -webkit-calc(1.6em + 0.16rem);
  padding-left: -moz-calc(1.6em + 0.16rem);
  padding-left: calc(1.6em + 0.16rem);
  display: none;
}

.business .section1 .item-li-title {
  line-height: 1.3888888889;
  position: relative;
  margin-bottom: 0.13rem;
  display: inline-block;
}

.business .section1 .item-li-title s {
  position: absolute;
  height: 0.5555555556em;
  background-color: #BB2B2C;
  opacity: 0.1;
  left: 0;
  right: 0;
  bottom: -1px;
}

.business .section1 .item-li + .item-li {
  margin-top: 0.24rem;
}

.business .section1 .item-li-text {
  line-height: 1.375;
  color: #666;
}

.business .section1 .item-li-text2 {
  line-height: 1.3571428571;
  color: #666;
  padding-right: 0.25rem;
}

.business .section1 .item2 + .item2 {
  margin-top: 0.36rem;
}

.business .section1 .item2-title {
  line-height: 1.375;
  padding: 0.09rem 0.14rem;
  background-color: #F5F2EB;
  margin-bottom: 0.09rem;
}

.business .section1 .item2-line {
  display: block;
  border-top: 1px solid #D0AE86;
}

.business .section1 .item2-line.status1 {
  border-top-style: dashed;
}

.business .section1 .list3 {
  margin-top: 0.18rem;
}

.business .section1 .item3 + .item3 {
  margin-top: 0.24rem;
}

.business .section1 .item3-title {
  color: #9C5C32;
  line-height: 1.375;
  margin-bottom: 0.04rem;
}

.business .section1 .item3-text {
  line-height: 1.3571428571;
  color: #666;
}

.business .section1 .list4 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.business .section1 .item4 {
  width: 23.2876712329%;
  margin-right: 1.2328767123%;
  margin-bottom: 0.09rem;
  line-height: 1.3571428571;
  text-align: center;
  color: #666666;
  padding: 0.06rem;
  border-radius: 0.04rem;
  border: 1px solid #F5F2EB;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business .section1 .item4 p {
  width: 100%;
}

.business .section1 .text {
  margin-top: 0.2rem;
  background-color: #F5F2EB;
  padding: 0.18rem 0.2rem;
  line-height: 1.3571428571;
  color: #666;
}

.business .section1 .list5 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.29rem;
}

.business .section1 .item5 {
  width: 31.5068493151%;
  margin-right: 2.1917808219%;
  background-color: #FFFEFB;
  border-radius: 0.04rem;
  border: 1px solid #F5F2EB;
  padding: 0.1rem 0.14rem 0.13rem;
  margin-bottom: 0.16rem;
}

.business .section1 .item5:nth-of-type(3n) {
  margin-right: 0;
}

.business .section1 .item5-title {
  color: #9C5C32;
  line-height: 1.3571428571;
  margin-bottom: 0.05rem;
}

.business .section1 .item5-text {
  line-height: 1.3333333333;
  color: #666;
}

.business .section1 .list6 {
  margin-top: 0.18rem;
}

.business .section1 .item6 {
  line-height: 1.3571428571;
  color: #666;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.business .section1 .item6 + .item6 {
  margin-top: 0.2rem;
}

.business .section1 .item6 s {
  width: 3px;
  height: 1.3571428571em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.09rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business .section1 .item6 s::before {
  position: relative;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
}

.business1 .section1 .box {
  max-width: 1520px;
}

.business1 .section1 .my-title {
  margin-bottom: 0.18rem;
}

.business1 .section1 .text2 {
  text-align: center;
  line-height: 1.375;
  color: #666;
  margin-bottom: 0.63rem;
}

.business1 .section1 .content2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.business1 .section1 .content2-left {
  width: 44.4736842105%;
  position: relative;
}

.business1 .section1 .content2-left .info {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: #D0AE86;
  margin-top: 0.12rem;
}

.business1 .section1 .content2-left .info .li p {
  color: #333;
}

.business1 .section1 .content2-right {
  width: 47.3684210526%;
  padding-top: 0.06rem;
}

.business1 .section1 .item {
  border-bottom-style: solid;
}

.business1 .section1 .item-bottom {
  padding-left: 0.68rem;
}

.business1 .section1 .map {
  position: relative;
}

.business1 .section1 .map.active .map-path {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.business1 .section1 .map.active .map-address, .business1 .section1 .map.active .map-dots {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.business1 .section1 .map-line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.business1 .section1 .map-path {
  -webkit-animation: 1.5s linear both;
  -moz-animation: 1.5s linear both;
  -o-animation: 1.5s linear both;
  animation: 1.5s linear both;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.business1 .section1 .map-path6,
.business1 .section1 .map-path10,
.business1 .section1 .map-path11,
.business1 .section1 .map-path12,
.business1 .section1 .map-path13,
.business1 .section1 .map-path16 {
  -webkit-animation-name: clip1;
  -moz-animation-name: clip1;
  -o-animation-name: clip1;
  animation-name: clip1;
}

.business1 .section1 .map-path1,
.business1 .section1 .map-path2,
.business1 .section1 .map-path3,
.business1 .section1 .map-path4,
.business1 .section1 .map-path7,
.business1 .section1 .map-path14 {
  -webkit-animation-name: clip2;
  -moz-animation-name: clip2;
  -o-animation-name: clip2;
  animation-name: clip2;
}

.business1 .section1 .map-path8,
.business1 .section1 .map-path9 {
  -webkit-animation-name: clip3;
  -moz-animation-name: clip3;
  -o-animation-name: clip3;
  animation-name: clip3;
}

.business1 .section1 .map-path5,
.business1 .section1 .map-path15 {
  -webkit-animation-name: clip4;
  -moz-animation-name: clip4;
  -o-animation-name: clip4;
  animation-name: clip4;
}

.business1 .section1 .map-address, .business1 .section1 .map-dots {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.business1 .section1 .map-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.business1 .section1 .map-dot {
  position: absolute;
  width: 0.7396449704%;
}

.business1 .section1 .map-dot s {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.business1 .section1 .map-dot s::before {
  position: absolute;
  content: "";
  width: 260%;
  height: 260%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
}

.business1 .section1 .map-dot:nth-child(1) {
  left: 10.5029585799%;
  top: 39.9082568807%;
}

.business1 .section1 .map-dot:nth-child(1) s::before {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business1 .section1 .map-dot:nth-child(2) {
  left: 27.6627218935%;
  top: 43.119266055%;
}

.business1 .section1 .map-dot:nth-child(2) s::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business1 .section1 .map-dot:nth-child(3) {
  left: 30.7692307692%;
  top: 60.3975535168%;
}

.business1 .section1 .map-dot:nth-child(3) s::before {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business1 .section1 .map-dot:nth-child(4) {
  left: 34.3195266272%;
  top: 27.6758409786%;
}

.business1 .section1 .map-dot:nth-child(4) s::before {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business1 .section1 .map-dot:nth-child(5) {
  left: 40.8284023669%;
  top: 45.5657492355%;
}

.business1 .section1 .map-dot:nth-child(5) s::before {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business1 .section1 .map-dot:nth-child(6) {
  left: 43.7869822485%;
  top: 26.6055045872%;
}

.business1 .section1 .map-dot:nth-child(6) s::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business1 .section1 .map-dot:nth-child(7) {
  left: 50.2958579882%;
  top: 44.9541284404%;
}

.business1 .section1 .map-dot:nth-child(7) s::before {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business1 .section1 .map-dot:nth-child(8) {
  left: 55.9171597633%;
  top: 50.7645259939%;
}

.business1 .section1 .map-dot:nth-child(8) s::before {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business1 .section1 .map-dot:nth-child(9) {
  left: 55.4733727811%;
  top: 10.244648318%;
}

.business1 .section1 .map-dot:nth-child(9) s::before {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business1 .section1 .map-dot:nth-child(10) {
  left: 56.9526627219%;
  top: 24.6177370031%;
}

.business1 .section1 .map-dot:nth-child(10) s::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business1 .section1 .map-dot:nth-child(11) {
  left: 60.3550295858%;
  top: 62.5382262997%;
}

.business1 .section1 .map-dot:nth-child(11) s::before {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business1 .section1 .map-dot:nth-child(12) {
  left: 61.3905325444%;
  top: 16.5137614679%;
}

.business1 .section1 .map-dot:nth-child(12) s::before {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business1 .section1 .map-dot:nth-child(13) {
  left: 64.201183432%;
  top: 36.5443425076%;
}

.business1 .section1 .map-dot:nth-child(13) s::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.business1 .section1 .map-dot:nth-child(14) {
  left: 71.5976331361%;
  top: 78.74617737%;
}

.business1 .section1 .map-dot:nth-child(14) s::before {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business1 .section1 .map-dot:nth-child(15) {
  left: 69.2307692308%;
  top: 48.9296636086%;
}

.business1 .section1 .map-dot:nth-child(15) s::before {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business1 .section1 .map-dot:nth-child(16) {
  left: 73.3727810651%;
  top: 15.9021406728%;
}

.business1 .section1 .map-dot:nth-child(16) s::before {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.business1 .section1 .map-dot:nth-child(17) {
  left: 76.9230769231%;
  top: 39.4495412844%;
}

.business1 .section1 .map-dot:nth-child(17) s::before {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.business1 .section1 .map-address {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50.4437869822%;
  top: 34.5565749235%;
}

.business1 .section1 .address-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background-color: rgba(187, 43, 44, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(187, 43, 44, 0.2);
  -webkit-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
}

.business1 .section1 .address-dot s {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #BB2B2C;
}

.business1 .section1 .address-icon {
  position: absolute;
  width: 2em;
  max-width: initial;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  margin-bottom: 0.04rem;
}

.business1 .section1 .address-title {
  position: absolute;
  left: 100%;
  white-space: nowrap;
  margin-left: 0.14rem;
  color: #BB2B2C;
  bottom: 0%;
}

.business2 .section1 .content {
  height: 8.73rem;
}

.business3 .section1 .content {
  height: 8.16rem;
}

.business3 .section1 .left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6705882353), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6705882353), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6705882353), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6705882353), transparent);
  z-index: 2;
}

.business4 .section1 .content {
  height: 9.28rem;
}

.business5 .section1 .content {
  height: 7.13rem;
}

.search .banner .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.search .banner .nav {
  margin-bottom: 1.66rem;
}

.search .banner .title2 {
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.26rem;
}

.search .banner .input {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.search .banner .input input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 4.4444444444;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0 0.21rem;
}

.search .banner .input span {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  padding: 0 0.82rem;
  background-color: #BB2B2C;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.08rem;
  cursor: pointer;
}

.search .banner .input span:hover {
  background-color: #CC6060;
}

.search .banner .input span img {
  width: 2em;
}

.search .section1 {
  background-color: #FBFAF7;
  padding: 1.2rem 0 2.9rem;
  position: relative;
}

.search .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
}

.search .section1 .select {
  padding-right: 15px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 14.5%;
  border-right: 1px solid #D9D9D9;
}

.search .section1 .select-li {
  display: block;
}

.search .section1 .select-title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}

.search .section1 .select-li {
  line-height: 1.3333333333;
  color: #666666;
  cursor: pointer;
}

.search .section1 .select-li:hover, .search .section1 .select-li.active {
  color: #BB2B2C;
}

.search .section1 .select-li + .select-li {
  margin-top: 0.32rem;
}

.search .section1 .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1.05rem;
}

.search .section1 .tip {
  line-height: 1.3636363636;
  margin-bottom: 0.43rem;
}

.search .section1 .tip span {
  color: #ff0000;
}

.search .section1 .list {
  margin-bottom: 0.4rem;
}

.search .section1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0.19rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.3rem;
}

.search .section1 .item:hover .item-title {
  color: #BB2B2C;
}

.search .section1 .item s {
  width: 0.4444444444em;
  height: 0.4444444444em;
  border-radius: 50%;
  background-color: #BB2B2C;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.33rem;
}

.search .section1 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 1.7777777778;
  font-size: inherit;
  font-weight: normal;
}

.search .section1 .item-title span {
  color: #BB2B2C;
}

.search .section1 .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-family: Arial;
  margin-left: 10px;
}

.about5 {
  padding-top: 3.13rem;
  position: relative;
  padding-bottom: 0.2rem;
}
.about5 .my-ab0 {
  top: 0;
  bottom: auto;
}
.about5 .my-ab0 .bg {
  top: 0;
  bottom: auto;
}
.about5 .my-ab0 .my-ab0-line {
  aspect-ratio: 1920/2105;
}
.about5 .my-title {
  margin-bottom: 0.56rem;
}
.about5 .swiper {
  padding-bottom: 40px;
}
.about5 .swiper-slide:hover .slide-title {
  color: #b9292c;
}
.about5 .slide-title {
  text-align: center;
  line-height: 1.4166666667;
  margin-top: 0.2rem;
}

@media (max-width: 1200px) {
  .banner .txt {
    padding-top: 10px;
  }
  .news .section1 .item-more {
    margin-top: 20px;
  }
}
@media (max-width: 1050px) {
  .page1 {
    display: none;
  }
  .page2 {
    display: block;
  }
}
@media (max-width: 960px) {
  .banner .txt .nav {
    display: none;
  }
  .banner .txt {
    padding-top: 0;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-modal .modal-main {
    width: 100%;
  }
  .my-modal .modal-close {
    right: 0;
    top: -33px;
  }
  #preview-modal .modal-target {
    width: 100%;
  }
  .contact .section1 .form {
    padding: 20px;
  }
  .contact .section1 .form-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .section1 .form-error {
    margin-top: 4px;
  }
  .contact .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section1 .img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contact .section1 .title {
    top: 0;
  }
  .contact .section1 .right {
    width: 100%;
  }
  .join .section2 .imgs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .join .section2 .img {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 32%;
  }
  .join .section2 .img img {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  .join .section3 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .join .section3 .item-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .join .section3 .item-line {
    display: none;
  }
  .join .section3 .item-text {
    margin-right: 15px;
  }
  .society .section1 .swiper {
    padding-bottom: 30px;
  }
  .society .section1 .swiper-button {
    display: none;
  }
  .society .section1 .swiper-slide {
    width: 250px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .society .section1 .slide-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .society .section1 .slide-info {
    width: 100%;
  }
  .society .section1 .slide-title {
    margin-bottom: 30px;
  }
  .society .section1 .swiper-pagination {
    display: block;
  }
  .news .section1 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .section1 .slide-img {
    width: 100%;
  }
  .news .section1 .slide-info {
    width: 100%;
    padding: 20px;
  }
  .news .section1 .item-more {
    display: none;
  }
  .news .section2 .my-title {
    margin-bottom: 20px;
  }
  .news .section2 .filter {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news .section2 .select {
    margin-bottom: 20px;
  }
  .news .section2 .right {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news .section2 .groui-select {
    margin-right: 0;
  }
  .news .section2 .list {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news .section2 .item {
    width: 49%;
    margin-right: 0;
  }
  .news .section3 .item {
    width: 100%;
  }
  .news .section4 .item {
    padding: 20px;
  }
  .news .section4 .item-line {
    margin-left: 20px;
    margin-right: 20px;
  }
  .news-detail .section1 {
    padding-bottom: 50px;
  }
  .news-detail .section1 .bottom {
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail .section1 .list {
    width: 100%;
  }
  .news-detail .section1 .btn {
    margin: 20px auto 0;
  }
  .building .section2 .img-contianer {
    display: none;
  }
  .building .section2 .list {
    position: relative;
    width: 100%;
    max-height: 560px;
    overflow: auto;
  }
  .building .section2 .item.active {
    border-color: #fff;
  }
  .building .section3 .list {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .building .section3 .item {
    width: 49%;
    margin-right: 0;
  }
  .building .section4 .item-img .item-title {
    display: none;
  }
  .building .section4 .item-info {
    position: relative;
    padding: 20px;
  }
  .building .section4 .item-num {
    display: none;
  }
  .building .section4 .item-text {
    width: 100%;
    margin-right: 0;
  }
  .building .section4 .swiper {
    padding-bottom: 30px;
  }
  .building .section4 .swiper-pagination {
    display: block;
  }
  .building .section4 .ul {
    display: none;
  }
  .business .section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .business .section1 .content {
    height: auto !important;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .business .section1 .left {
    width: 100%;
  }
  .business .section1 .right {
    width: 100%;
    padding: 20px !important;
  }
  .business .section1 .list4, .business .section1 .list5 {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .business .section1 .item4, .business .section1 .item5 {
    margin-right: 0;
    width: 49%;
  }
  .business .section1 .info {
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .business .section1 .ul {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .business1 .section1 .content2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .business1 .section1 .content2-left {
    margin-bottom: 20px;
  }
  .business1 .section1 .content2-left, .business1 .section1 .content2-right {
    width: 100%;
  }
  .business1 .section1 .map-address, .business1 .section1 .map-dots, .business1 .section1 .map-path {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  .search .banner .nav {
    margin-bottom: 1.66rem;
  }
  .search .banner .input input {
    line-height: 3;
  }
  .search .banner .input span {
    padding: 0 20px;
  }
  .search .banner .input span img {
    width: 20px;
  }
  .search .section1 {
    padding-bottom: 50px;
  }
  .search .section1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .section1 .select-li {
    display: inline-block;
    margin-right: 10px;
  }
  .search .section1 .select {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .search .section1 .right {
    width: 100%;
    padding-left: 0;
  }
  .building .section5 .item {
    width: 100%;
    height: 75px;
  }
  .building .section5 .item-arr {
    display: none;
  }
  .building .section2{
    padding-top: 0;
  }
  .building .section4{
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .news .section1{
    padding-top: 50px;
    padding-bottom: 0;
  }
  .news .section3,.news .section4{
    padding-bottom: 1px;
  }
  .join .section3{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about5{
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@-webkit-keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@-moz-keyframes selectIn {
  0% {
    opacity: 0.3;
    -moz-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@-o-keyframes selectIn {
  0% {
    opacity: 0.3;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 15px, 0);
  }
}
@keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@-webkit-keyframes ani1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ani1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes ani1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ani1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ani2 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-moz-keyframes ani2 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-o-keyframes ani2 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes ani2 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-webkit-keyframes ani3 {
  33% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  66% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
}
@-moz-keyframes ani3 {
  33% {
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  66% {
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
}
@-o-keyframes ani3 {
  33% {
    transform: translate3d(0, 20px, 0);
  }
  66% {
    transform: translate3d(0, -15px, 0);
  }
}
@keyframes ani3 {
  33% {
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  66% {
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
}
@-webkit-keyframes clip1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clip1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-o-keyframes clip1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clip2 {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-moz-keyframes clip2 {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-o-keyframes clip2 {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes clip2 {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-webkit-keyframes clip3 {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-moz-keyframes clip3 {
  0% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-o-keyframes clip3 {
  0% {
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes clip3 {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-webkit-keyframes clip4 {
  0% {
    -webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-moz-keyframes clip4 {
  0% {
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-o-keyframes clip4 {
  0% {
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes clip4 {
  0% {
    -webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}