.transition {
  transition: all ease-in-out 0.3s;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.img-object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-object-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bg-1 {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.bg-txt {
  background-image: linear-gradient(to right, #68b548, #00a2c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container {
  max-width: 14rem;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
.my-swiper-pagination {
  bottom: 0;
  text-align: left;
  padding-left: calc(0.58rem * 2 + 0.2rem + 0.2rem);
  transform: translateY(calc(0.09rem / 2));
  bottom: calc(-0.38rem - 0.58rem / 2);
  --swiper-pagination-bullet-width: 0.09rem;
  --swiper-pagination-bullet-height: 0.09rem;
}
@media (max-width: 768px) {
  .my-swiper-pagination {
    bottom: calc(-0.38rem - 0.34rem / 2);
    padding-left: calc(0.34rem * 2 + 0.2rem + 0.2rem);
  }
}
.my-swiper-pagination .swiper-pagination-bullet {
  background: #c3c3c3;
}
.my-swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #6fba2c, #00a0da);
  background: -webkit-linear-gradient(to right, #6fba2c, #00a0da);
  background: -o-linear-gradient(to right, #6fba2c, #00a0da);
  background: -moz-linear-gradient(to right, #6fba2c, #00a0da);
}
.swiper-nextprev .swiper-button-next,
.swiper-nextprev .swiper-button-prev {
  z-index: 33;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  bottom: 0.8rem;
  top: auto;
  margin-top: 0;
  left: 50%;
  outline: none;
  background: rgba(42, 42, 42, 0);
  border: 1px solid #999999;
  opacity: 1 !important;
}
.swiper-nextprev .swiper-button-next:after,
.swiper-nextprev .swiper-button-prev:after {
  display: none;
}
.swiper-nextprev .swiper-button-next:before,
.swiper-nextprev .swiper-button-prev:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .swiper-nextprev .swiper-button-next,
  .swiper-nextprev .swiper-button-prev {
    width: 0.44rem;
    height: 0.44rem;
    bottom: calc(0.8rem / 2);
  }
}
.swiper-nextprev .swiper-button-next {
  margin-right: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .swiper-nextprev .swiper-button-next {
    margin-right: calc(-0.44rem - 0.2rem);
  }
}
.swiper-nextprev .swiper-button-next:before {
  background: url(../images/icon/jt-2-right.png) no-repeat center center;
  background-size: contain;
}
.swiper-nextprev .swiper-button-next:hover {
  border-color: #0984CC;
}
.swiper-nextprev .swiper-button-next:hover:before {
  background: url(../images/icon/jt-2-rights.png) no-repeat center center;
  background-size: contain;
}
.swiper-nextprev .swiper-button-prev {
  margin-left: calc(-0.67rem - 0.2rem);
}
@media (max-width: 768px) {
  .swiper-nextprev .swiper-button-prev {
    margin-left: calc(-0.44rem - 0.2rem);
  }
}
.swiper-nextprev .swiper-button-prev:before {
  background: url(../images/icon/jt-2-left.png) no-repeat center center;
  background-size: contain;
}
.swiper-nextprev .swiper-button-prev:hover {
  border-color: #0984CC;
}
.swiper-nextprev .swiper-button-prev:hover:before {
  background: url(../images/icon/jt-2-lefts.png) no-repeat center center;
  background-size: contain;
}
.nicescroll-rails-vr:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background-color: rgba(202, 202, 202, 0.3);
  left: 50%;
  margin-left: -1px;
}
* {
  box-sizing: border-box;
}
button {
  border: none;
  background: none;
}
.bsBox,
.bsBox * {
  box-sizing: content-box;
}
#section-foot {
  height: 100% !important;
}
.page-tool {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 333;
  width: 0.8rem;
  right: -0.8rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .page-tool {
    display: none;
  }
}
.page-tool.active {
  right: 0;
}
.page-tool.active .page-tool-btn::before {
  background: url(../images/0/right.png) no-repeat center center;
  background-size: contain;
}
.page-tool .page-tool-btn {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.04rem 0px 0px 0.04rem;
  background-color: #fff;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
}
.page-tool .page-tool-btn::before {
  position: absolute;
  content: '';
  background: url(../images/0/left.png) no-repeat center center;
  background-size: contain;
  width: 0.18rem;
  height: 0.18rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-tool ul {
  background: #FFFFFF;
  box-shadow: 0px 0px 45px 1px rgba(15, 15, 15, 0.18);
  text-align: center;
}
.page-tool ul li {
  position: relative;
  padding: 0.2rem 0;
}
.page-tool ul li:last-child::after {
  display: none;
}
.page-tool ul li:first-child a .hover {
  top: 0;
  transform: none;
}
.page-tool ul li::after {
  position: absolute;
  width: 0.42rem;
  height: 1px;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% - 0.5px));
  background: #D4D4D4;
}
.page-tool ul li a {
  display: block;
  line-height: 1.2;
  font-size: 0.14rem;
  position: relative;
}
.page-tool ul li a > img {
  width: 0.25rem;
}
.page-tool ul li a > img + p {
  padding-top: 0.1rem;
}
.page-tool ul li a:hover .hover {
  display: block;
}
.page-tool ul li a .hover {
  position: absolute;
  background-color: #fff;
  padding: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  display: none;
}
.page-tool ul li a .hover img {
  width: 0.8rem;
  height: 0.8rem;
}
.page-tool ul li a .hover div {
  padding: 5px;
}
#gotop.active {
  display: block;
}
.fp-watermark {
  display: none;
}
.layui-layer-setwin .layui-layer-close2 {
  background: none !important;
}
.layui-layer-setwin .layui-layer-close2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/icon/x.png) no-repeat center center;
  background-size: contain;
  content: '';
}
.layui-layer-setwin .layui-layer-close2:hover::before {
  background: url(../images/icon/xs.png) no-repeat center center;
  background-size: contain;
}
body {
  font-family: 'Source Han Sans CN', "思源黑体 CN", 'Microsoft Yahei', '微软雅黑', "sy", Arial, SimSun, Arial, tahoma, arial;
}
*,
button,
a {
  outline: none;
}
a:hover {
  color: #9B262B;
}
.BMap_stdMpCtrl {
  inset: auto 10px 10px auto !important;
}
a {
  color: inherit;
  transition: all ease-in-out 0.3s;
}
.header-hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid transparent;
}
.header-hover .logo a img.img1 {
  opacity: 0;
  z-index: 1;
}
.header-hover .logo a img.img2 {
  opacity: 1;
  z-index: 3;
}
.header-hover .search {
  border-left: 1px solid rgba(198, 151, 109, 0.3);
}
.header-hover .navs {
  color: #333;
}
.header-hover .menu-btn button span {
  background-color: #222;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  header {
    height: 0.6rem;
  }
}
header.up,
header.down {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid transparent;
}
header.up .logo a img.img1,
header.down .logo a img.img1 {
  opacity: 0;
  z-index: 1;
}
header.up .logo a img.img2,
header.down .logo a img.img2 {
  opacity: 1;
  z-index: 3;
}
header.up .search,
header.down .search {
  border-left: 1px solid rgba(198, 151, 109, 0.3);
}
header.up .navs,
header.down .navs {
  color: #333;
}
header.up .menu-btn button span,
header.down .menu-btn button span {
  background-color: #222;
}
@media (max-width: 768px) {
  header.active {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid transparent;
  }
  header.active .logo a img.img1 {
    opacity: 0;
    z-index: 1;
  }
  header.active .logo a img.img2 {
    opacity: 1;
    z-index: 3;
  }
  header.active .search {
    border-left: 1px solid rgba(198, 151, 109, 0.3);
  }
  header.active .navs {
    color: #333;
  }
  header.active .menu-btn button span {
    background-color: #222;
  }
}
header.even {
  border-bottom: 1px solid rgba(198, 151, 109, 0.3);
}
header.even .logo a img.img1 {
  opacity: 0;
  z-index: 1;
}
header.even .logo a img.img2 {
  opacity: 1;
  z-index: 3;
}
header.even .search {
  border-left: 1px solid rgba(198, 151, 109, 0.3);
}
header.even .navs {
  color: #333;
}
header:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid transparent;
}
header:hover .logo a img.img1 {
  opacity: 0;
  z-index: 1;
}
header:hover .logo a img.img2 {
  opacity: 1;
  z-index: 3;
}
header:hover .search {
  border-left: 1px solid rgba(198, 151, 109, 0.3);
}
header:hover .navs {
  color: #333;
}
header:hover .menu-btn button span {
  background-color: #222;
}
header .logo {
  position: absolute;
  left: 0.4rem;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  header .logo {
    left: 0.2rem;
  }
}
header .logo a {
  display: block;
  position: relative;
  height: 100%;
}
header .logo a img {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 60px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  header .logo a img {
    height: 0.6rem;
  }
}
@media (max-width: 992px) {
  header .logo a img {
    height: 0.5rem;
  }
}
@media (max-width: 768px) {
  header .logo a img {
    height: 0.3rem;
  }
}
header .logo a img.img1 {
  opacity: 1;
  z-index: 3;
}
header .logo a img.img2 {
  opacity: 0;
  z-index: 1;
}
header .navs {
  flex: 1 1 auto;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  header .navs {
    display: none;
  }
}
header .navs > ul {
  display: flex;
}
header .navs > ul > li {
  padding: 0 0.3rem;
  position: relative;
}
@media (max-width: 992px) {
  header .navs > ul > li {
    padding: 0 0.2rem;
  }
}
header .navs > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
header .navs > ul > li > a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  right: 0;
  height: 0.04rem;
  background-color: #9B262B;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
header .navs > ul > li:hover > a {
  font-weight: bold;
  color: #9B262B;
}
header .navs > ul > li:hover > a::after {
  opacity: 1;
}
header .navs > ul > li:hover > ul {
  display: block;
  display: flex;
}
header .navs > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  height: 1rem;
  width: auto;
  left: -10vw;
  padding-top: 1px;
  height: 2.3rem;
}
header .navs > ul > li > ul::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200vw;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 2;
}
header .navs > ul > li > ul::after {
  position: absolute;
  width: 200vw;
  height: 100vh;
  content: '';
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.39);
  z-index: -1;
  pointer-events: none;
}
header .navs > ul > li > ul > p {
  position: relative;
  z-index: 999;
  width: 0;
  flex: 0 0 auto;
  width: 2rem;
  display: flex;
  align-items: center;
}
header .navs > ul > li > ul > p img {
  width: 2rem;
  object-fit: cover;
  height: 1.5rem;
}
header .navs > ul > li > ul li {
  position: relative;
  z-index: 3;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
header .navs > ul > li > ul li a {
  display: inline-block;
  align-items: center;
  word-spacing: normal;
  white-space: nowrap;
  font-size: 0.16rem;
}
@media (max-width: 992px) {
  header .navs > ul > li > ul li a {
    padding: 0 0.1rem;
  }
}
header .navs > ul > li > ul li a:hover {
  color: #c6976d;
  color: #9B262B;
}
header .search {
  flex: 0 0 auto;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  header .search {
    display: none;
  }
}
header .search a,
header .search button {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  text-indent: -90999em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 99;
  transition: all ease-in-out 0.3s;
}
header .search a.active,
header .search button.active {
  opacity: 0;
}
header .search a:hover,
header .search button:hover {
  background: rgba(255, 255, 255, 0.4);
}
header .search a:before,
header .search button:before {
  content: '';
  background: url(../images/icons/sea.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
header .search .layui-form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3.4rem;
  background: rgba(255, 255, 255, 0.9);
  height: 0.5rem;
  display: flex;
  border: 1px solid #ccc;
  opacity: 0;
  width: 0;
  top: 50%;
  z-index: 33;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
header .search .layui-form.active {
  width: 3.4rem;
  opacity: 1;
  right: 0.2rem;
  z-index: 999;
}
@media (max-width: 992px) {
  header .search .layui-form.active {
    width: 3rem;
  }
}
header .search .layui-form.active button {
  z-index: 9999;
}
header .search .layui-form input {
  flex: 1 1 auto;
  border: none;
  background: none;
  text-indent: 0.2rem;
}
header .search .layui-form input::-moz-placeholder {
  color: #333;
}
header .search .layui-form input::placeholder {
  color: #333;
}
header .search .layui-form .layui-btn {
  flex: 0 0 auto;
  background: none;
  left: auto;
  transform: none;
  top: auto;
  right: 0;
}
header .menu-btn {
  position: absolute;
  z-index: 99;
  display: none;
}
@media (max-width: 768px) {
  header .menu-btn {
    display: block;
    width: 0.3rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .menu-btn button {
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  width: 0.25rem;
  height: 0.25rem;
  width: 0.35rem;
  height: 0.35rem;
}
header .menu-btn button.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  -o-transform: translateY(9px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
header .menu-btn button.active span:nth-child(2) {
  opacity: 0;
}
header .menu-btn button.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  -o-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  margin-left: 0;
  width: 0.2rem;
}
header .menu-btn button span {
  width: 0.2rem;
  display: block;
  height: 0.02rem;
  background: #fff;
  margin-top: 0.05rem;
  border-radius: 10em;
  transition: all ease-in-out 0.3s;
}
.mobile-navs {
  display: none;
  padding-top: 0.6rem;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}
@media (max-width: 768px) {
  .mobile-navs.active {
    display: block;
  }
}
.mobile-navs > div {
  background-color: #fff;
  padding: 0.2rem;
}
.mobile-navs .layui-form {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(198, 151, 109, 0.39);
  height: 0.4rem;
  display: flex;
  border-radius: 10em;
  opacity: 1;
  margin: 0 auto;
  transition: all ease-in-out 0.3s;
}
.mobile-navs .layui-form input {
  flex: 1 1 auto;
  border: none;
  background: none;
  text-indent: 0.2rem;
}
.mobile-navs .layui-form input::-moz-placeholder {
  color: #333;
}
.mobile-navs .layui-form input::placeholder {
  color: #333;
}
.mobile-navs .layui-form button {
  background: rgba(155, 38, 43, 0.6);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  text-indent: -90999em;
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.mobile-navs .layui-form button.active {
  opacity: 0;
}
.mobile-navs .layui-form button:hover {
  background: rgba(255, 255, 255, 0.4);
}
.mobile-navs .layui-form button:before {
  content: '';
  background: url(../images/icons/sea.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-navs .layui-form .layui-btn {
  flex: 0 0 auto;
  background: none;
}
.mobile-navs ul {
  display: block;
  padding-top: 0.2rem;
  padding-left: 0.15rem;
}
.mobile-navs ul > li {
  padding: 0.15rem 0 !important;
  position: relative;
}
.mobile-navs ul > li + li {
  padding: 0;
  margin-left: 0;
  border-top: 1px solid rgba(198, 151, 109, 0.1);
}
.mobile-navs ul > li > a {
  font-size: 0.16rem;
}
.mobile-navs ul > li > a::after {
  display: none;
}
.mobile-navs ul > li.active span.navs-open-btn::after {
  display: none;
}
.mobile-navs ul > li.active ul {
  display: block;
}
.mobile-navs ul > li span.navs-open-btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  top: 0;
  right: 0.05rem;
}
.mobile-navs ul > li span.navs-open-btn.active::after {
  display: none;
}
.mobile-navs ul > li span.navs-open-btn::before {
  position: absolute;
  content: '';
  width: 0.15rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: rgba(198, 151, 109, 0.5);
}
.mobile-navs ul > li span.navs-open-btn::after {
  position: absolute;
  content: '';
  height: 0.15rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  background-color: rgba(198, 151, 109, 0.5);
}
.mobile-navs ul > li ul {
  display: none;
}
.mobile-navs ul > li ul li {
  border: none !important;
  padding: 0.05rem 0 !important;
}
.mobile-navs ul > li ul a {
  font-size: 0.14rem;
}
footer {
  position: relative;
  background: #EFEFEF;
  overflow: hidden;
  padding-top: 1.2rem;
}
@media (max-width: 768px) {
  footer {
    padding-top: 0;
  }
}
footer::before {
  position: absolute;
  content: '';
  background: url(../images/icons/foot-bg.png) no-repeat top left;
  background-size: contain;
  top: 0;
  left: 0;
  width: 7.41rem;
  height: 5.39rem;
}
@media (max-width: 768px) {
  footer::before {
    width: calc(7.41rem / 2);
    height: calc(5.39rem / 2);
  }
}
footer .container {
  max-width: 16.44rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  footer .container {
    max-width: 100%;
  }
}
footer .foot1 {
  padding: 0.8rem 0;
  border-bottom: 1px solid #D4D4D4;
  display: flex;
}
@media (max-width: 768px) {
  footer .foot1 {
    padding: 0.4rem 0;
  }
}
footer .foot1 .logo {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  footer .foot1 .logo {
    text-align: center;
  }
}
footer .foot1 .logo img {
  max-width: 100%;
}
@media (max-width: 992px) {
  footer .foot1 .logo img {
    height: 1.2rem;
  }
}
@media (max-width: 768px) {
  footer .foot1 .logo img {
    height: 0.8rem;
  }
}
footer .foot1 .navs {
  flex: 0 0 auto;
  width: 55%;
}
@media (max-width: 768px) {
  footer .foot1 .navs {
    display: none;
  }
}
footer .foot1 .navs a:hover {
  color: #9B262B;
}
footer .foot1 .navs > ul {
  display: flex;
}
footer .foot1 .navs > ul > li {
  flex: 1 1 auto;
}
footer .foot1 .navs > ul > li > a {
  display: block;
  font-weight: normal;
  color: #222222;
  font-size: 0.2rem;
  line-height: 1;
  margin-bottom: 2em;
}
footer .foot1 .navs > ul > li ul li a {
  font-size: 0.18rem;
  color: rgba(34, 34, 34, 0.7);
  line-height: 0.42rem;
}
footer .foot2 {
  padding: 0.6rem 0;
  display: flex;
 /* align-items: center;*/
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 768px) {
  footer .foot2 {
    padding: 0.3rem 0;
    display: block;
  }
}
footer .foot2 .info {
  flex: 1 1 auto;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  footer .foot2 .info {
    font-size: 0.12rem;
  }
}
footer .foot2 .info li {
  display: flex;
  padding: 0.1rem 0;
}
footer .foot2 .info li h3{font-size: .22rem}
footer .foot2 .info li h3>b{margin: 0 .05rem;}
@media (max-width: 768px) {
  footer .foot2 .info li {
    padding: 0.08rem 0;
  }
  footer .foot2 .info li h3{font-size: .18rem}
}
footer .foot2 .info li p {
  line-height: 1.4;
  flex: 1 1 auto;
}
footer .foot2 .info li::before {
  flex: 0 0 auto;
  content: '';
  width: 0.55rem;
}
@media (max-width: 768px) {
  footer .foot2 .info li::before {
    width: 0.25rem;
  }
}
footer .foot2 .info li.addr::before {
  background: url(../images/icons/address.png) no-repeat center center;
  background-size: contain;
  height: 0.24rem;
}
@media (max-width: 768px) {
  footer .foot2 .info li.addr::before {
    height: 0.15rem;
  }
}
footer .foot2 .info li.email::before {
  background: url(../images/icons/email.png) no-repeat center center;
  background-size: contain;
  height: 0.19rem;
}
@media (max-width: 768px) {
  footer .foot2 .info li.email::before {
    height: 0.12rem;
    margin-top: 0.02rem;
  }
}
footer .foot2 .info li.tel::before {
  background: url(../images/icons/tel.png) no-repeat center center;
  background-size: contain;
  height: 0.23rem;
}
@media (max-width: 768px) {
  footer .foot2 .info li.tel::before {
    height: 0.13rem;
  }
}
footer .foot2 .fx {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
footer .foot2 .fx .icon-list {
  display: flex;
  flex: 1 1 auto;
}
footer .foot2 .fx .icon-list a {
  width: 0.45rem;
  height: 0.45rem;
  background: #9B262B;
  border-radius: 100%;
  margin: 0 0.1rem;
}
@media (max-width: 768px) {
  footer .foot2 .fx .icon-list a {
    width: 0.35rem;
    height: 0.35rem;
    margin: 0 0.05rem;
  }
}
footer .foot2 .fx .icon-list a.icon-wx2 {
  position: relative;
}
footer .foot2 .fx .icon-list a.icon-wx2:hover p {
  opacity: 1;
  display: block;
}
footer .foot2 .fx .icon-list a.icon-wx2 p {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 0.04rem;
  left: 50%;
  transform: translateY(calc(-100% - 10px)) translateX(-50%);
  padding: 0.05rem;
  opacity: 0;
  display: none;
  transition: all ease-in-out 0.3s;
}
footer .foot2 .fx .icon-list a.icon-wx2 p::after {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  content: '';
  border-top-color: #fff;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
footer .foot2 .fx .icon-list a.icon-wx2 p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .foot2 .fx .app-down {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  footer .foot2 .fx .app-down {
    padding-left: 0;
    font-size: 0.14rem;
  }
}
footer .foot2 .fx .app-down p:last-child {
  margin-left: 0.3rem;
  background: #fff;
  border-radius: 0.05rem;
  padding: 0.05rem;
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 768px) {
  footer .foot2 .fx .app-down p:last-child {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.1rem;
  }
}
footer .foot2 .fx .app-down p:last-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .foot3 {
  padding: 0.55rem 0;
  border-bottom: 1px solid #D4D4D4;
  font-size: 0.18rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .foot3 {
    padding: 0.2rem 0;
    font-size: 0.12rem;
  }
}
footer .foot3 label {
  display: flex;
  align-items: center;
}
footer .foot3 label::before {
  content: '';
  background: url(../images/icons/link.png) no-repeat center center;
  background-size: contain;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.2rem;
}
@media (max-width: 768px) {
  footer .foot3 label::before {
    width: calc(0.24rem / 2);
    height: calc(0.24rem / 2);
    margin-right: 0.1rem;
  }
}
footer .foot3 a + a {
  margin-left: 0.4rem;
}
@media (max-width: 768px) {
  footer .foot3 a + a {
    margin-left: 0.2rem;
  }
}
footer .foot4 {
  text-align: center;
  font-size: 0.18rem;
  padding: 0.45rem 0;
  line-height: 1.8;
  color: rgba(34, 34, 34, 0.7);
}
@media (max-width: 768px) {
  footer .foot4 {
    font-size: 0.12rem;
    padding: 0.2rem 0;
  }
}
.icon-wx2 {
  position: relative;
}
.icon-wx2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../images/icons/wx2.png) no-repeat center center;
  background-size: contain;
  width: 0.26rem;
  height: 0.22rem;
}
@media (max-width: 768px) {
  .icon-wx2::before {
    width: calc(0.26rem / 2);
    height: calc(0.22rem / 2);
  }
}
.icon-wb2 {
  position: relative;
}
.icon-wb2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
  content: '';
  background: url(../images/icons/wb2.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.21rem;
}
@media (max-width: 768px) {
  .icon-wb2::before {
    width: calc(0.25rem / 2);
    height: calc(0.21rem / 2);
  }
}
.icon-dy2 {
  position: relative;
}
.icon-dy2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../images/icons/dy2.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.24rem;
}
@media (max-width: 768px) {
  .icon-dy2::before {
    width: calc(0.2rem / 2);
    height: calc(0.24rem / 2);
  }
}
.an-scroll {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  z-index: 33;
  font-size: 0.18rem;
  color: #fff;
  width: 1em;
  text-shadow: 0px 12px 17px rgba(25, 34, 0, 0.08);
}
@media (max-width: 768px) {
  .an-scroll {
    left: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.12rem;
    display: none;
  }
}
.an-scroll p {
  line-height: 1;
  font-weight: 300;
}
.an-scroll div {
  height: 1.2rem;
  position: relative;
  margin-top: 0.2rem;
}
@media (max-width: 768px) {
  .an-scroll div {
    height: 0.6rem;
  }
}
.an-scroll div::before {
  position: absolute;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  left: 50%;
  transform: translateX(-50%);
}
.an-scroll div::after {
  position: absolute;
  content: '';
  width: 0.03rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.3rem;
  z-index: 3;
  background-color: #fff;
  animation: move 3s infinite;
}
@media (max-width: 768px) {
  .an-scroll div::after {
    animation: moves 3s infinite;
  }
}
@keyframes move {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    top: calc(1.2rem - 0.3rem);
    opacity: 0.3;
  }
}
@keyframes moves {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    top: calc(0.6rem - 0.3rem);
    opacity: 0.3;
  }
}
.an-swiper-progress {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
}
.an-swiper-progress .layui-progress {
  height: 0.08rem;
  background-color: rgba(238, 238, 238, 0.3);
}
@media (max-width: 768px) {
  .an-swiper-progress .layui-progress {
    height: 0.04rem;
  }
}
.an-swiper-progress .layui-progress .layui-progress-bar {
  background-color: #9b262b;
  border-radius: 0;
  height: 100%;
  width: 0;
}
.an-swiper-progress .layui-progress .layui-progress-bar.on {
  transition: 6s linear;
  -webkit-transition: 6s linear;
  -o-transition: 6s linear;
  -moz-transition: 6s linear;
  width: 100%;
}
.section {
  position: relative;
}
.index-box1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
}
.index-box1 .swiper {
  height: 100%;
}

/*
.index-box1 .swiper .swiper-slide-active .bg-img img {
  transform: translate3d(0, 0, 0);
  transform: scale(1.04) rotate(0.1deg);
  -moz-transform: scale(1.04) rotate(0.1deg);
  -webkit-transform: scale(1.04) rotate(0.1deg);
}
*/
.index-box1 .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  right: 0.6rem;
  left: auto;
  width: auto;
  bottom: auto;
}
@media (max-width: 768px) {
  .index-box1 .swiper-pagination {
    right: 0.2rem;
  }
}
.index-box1 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  opacity: 0.3;
  background-color: #fff;
  margin: 0.1rem 0;
  width: 0.1rem;
  height: 0.1rem;
}
@media (max-width: 768px) {
  .index-box1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.05rem;
  }
}
.index-box1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.index-box1 .container {
  max-width: 80%;
  height: 100%;
  position: relative;
  z-index: 33;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .index-box1 .container {
    max-width: 90%;
  }
}
.index-box1 .container .txt {
  color: #fff;
}
.index-box1 .container .txt .t1 {
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .index-box1 .container .txt .t1 {
    font-size: 0.2rem;
  }
}
.index-box1 .container .txt .t2 {
  font-size: 0.28rem;
  font-weight: 300;
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .index-box1 .container .txt .t2 {
    font-size: 0.16rem;
    padding-top: 0.15rem;
  }
}
.index-box1 .container .txt .more {
  padding-top: 0.4rem;
}
.index-box1 .container .txt .more a {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .index-box1 .container .txt .more a {
    font-size: 0.12rem;
  }
}
.index-box1 .container .txt .more a:hover {
  color: #fff;
}
.index-box1 .container .txt .more a::before {
  content: '';
  background: url(../images/icons/more-bg.png) no-repeat center center;
  background-size: contain;
  width: 0.77rem;
  height: 0.8rem;
}
@media (max-width: 768px) {
  .index-box1 .container .txt .more a::before {
    width: calc(0.77rem / 2);
    height: calc(0.8rem / 2);
  }
}
.index-box1 .container .txt .more a::after {
  content: '';
  background: url(../images/icons/jt-1-right.png) no-repeat center center;
  width: 0.09rem;
  background-size: contain;
  height: 0.17rem;
  position: absolute;
  left: calc(0.77rem / 2);
}
@media (max-width: 768px) {
  .index-box1 .container .txt .more a::after {
    left: calc(0.77rem / 2 / 2);
    height: calc(0.17rem / 2);
    width: calc(0.09rem / 2);
  }
}
.index-box1 .container .txt .more a span {
  transform: translateX(-0.5em);
}
.index-box1 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-box1 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 6s;
  -webkit-transition: 6s;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.index-box1 .bg-img img.img1 {
  display: block;
}
@media (max-width: 768px) {
  .index-box1 .bg-img img.img1 {
    display: none;
  }
}
.index-box1 .bg-img img.img2 {
  display: none;
}
@media (max-width: 768px) {
  .index-box1 .bg-img img.img2 {
    display: block;
  }
}
#section-2,
#section-4,
#section-6 {
  background: url(../images/index/bg1.png) no-repeat right top;
  background-size: contain;
}
@media (max-width: 768px) {
}
#section-2 .an-scroll,
#section-4 .an-scroll,
#section-6 .an-scroll {
  color: #C0C0C0;
}
#section-2 .an-scroll div::before,
#section-4 .an-scroll div::before,
#section-6 .an-scroll div::before {
  background-color: rgba(192, 192, 192, 0.3);
}
#section-2 .an-scroll div::after,
#section-4 .an-scroll div::after,
#section-6 .an-scroll div::after {
  background-color: #C0C0C0;
}
.index-box2 .container {
  max-width: 16.44rem;
}
@media (max-width: 768px) {
  .index-box2 .container {
    max-width: 100%;
  }
}
.index-box2 .index-box-tit {
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .index-box2 .index-box-tit {
    padding-top: 0.4rem;
  }
}
.index-box2 .index-box2-box {
  display: flex;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box {
    padding-top: 0.2rem;
    display: block;
  }
}
.index-box2 .index-box2-box .swiper1 {
  flex: 0 0 auto;
  width: 6.9rem;
  height: calc(6.9rem + 0.08rem);
  position: relative;
}
@media (max-width: 992px) {
  .index-box2 .index-box2-box .swiper1 {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .swiper1 {
    width: 100%;
    height: calc(6.9rem / 2 + 0.04rem);
  }
}
.index-box2 .index-box2-box .swiper1 .swiper-pagination {
  text-align: right;
  padding-right: 0.6rem;
  bottom: 0.4rem;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .swiper1 .swiper-pagination {
    padding-right: 0.2rem;
    bottom: 0.2rem;
  }
}
.index-box2 .index-box2-box .swiper1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
}
.index-box2 .index-box2-box .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.index-box2 .index-box2-box .swiper1 .swiper {
  height: 100%;
}
.index-box2 .index-box2-box .swiper1 .item {
  width: 100%;
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.08rem;
  height: 100%;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .swiper1 .item {
    padding-bottom: 0.04rem;
  }
}
.index-box2 .index-box2-box .swiper1 .item::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.08rem;
  background-color: #9B262B;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .swiper1 .item::after {
    height: 0.04rem;
  }
}
.index-box2 .index-box2-box .swiper1 .item:hover .img img {
  transform: scale(1.1);
}
.index-box2 .index-box2-box .swiper1 .item:hover .img img::after {
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.index-box2 .index-box2-box .swiper1 .item a {
  display: block;
  height: 100%;
}
.index-box2 .index-box2-box .swiper1 .item .img {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index-box2 .index-box2-box .swiper1 .item .img::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  content: '';
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}
.index-box2 .index-box2-box .swiper1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.index-box2 .index-box2-box .swiper1 .item .txt {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0.6rem 1rem 0.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .swiper1 .item .txt {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
}
.index-box2 .index-box2-box .swiper1 .item .txt .date {
  font-size: 0.18rem;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .swiper1 .item .txt .date {
    font-size: 0.12rem;
  }
}
.index-box2 .index-box2-box .swiper1 .item .txt .tit {
  font-size: 0.28rem;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .swiper1 .item .txt .tit {
    font-size: 0.14rem;
    padding-top: 0.2rem;
  }
}
.index-box2 .index-box2-box .swiper1 .item .txt .tit p {
  line-height: 1.2;
}
.index-box2 .index-box2-box .list {
  padding-left: 0.8rem;
  flex: 1 1 auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.36rem;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list {
    padding-left: 0;
    grid-gap: 0.2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
}
.index-box2 .index-box2-box .list .item {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index-box2 .index-box2-box .list .item .txt {
  flex: 1 1 auto;
  padding-left: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .txt {
    padding-left: 0.2rem;
  }
}
.index-box2 .index-box2-box .list .item .txt .date {
  font-size: 0.18rem;
  color: #999999;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .txt .date {
    font-size: 0.12rem;
  }
}
.index-box2 .index-box2-box .list .item .txt .tit {
  padding: 0.15rem 0;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .txt .tit {
    padding: 0.1rem 0;
  }
}
.index-box2 .index-box2-box .list .item .txt .tit a {
  display: block;
  font-size: 0.22rem;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .txt .tit a {
    font-size: 0.14rem;
  }
}
.index-box2 .index-box2-box .list .item .txt .desc {
  font-size: 0.18rem;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .txt .desc {
    font-size: 0.12rem;
    padding-bottom: 0.08rem;
  }
}
.index-box2 .index-box2-box .list .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.index-box2 .index-box2-box .list .item .txt .more a {
  font-size: 0.18rem;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .txt .more a {
    font-size: 0.12rem;
  }
}
.index-box2 .index-box2-box .list .item .txt .more a::after {
  content: '';
  background: url(../images/icons/jt-1-right.png) no-repeat center center;
  background-size: contain;
  width: 0.09rem;
  height: 0.17rem;
  margin-left: 0.05rem;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .txt .more a::after {
    width: calc(0.08rem / 2);
    height: calc(0.17rem / 2);
  }
}
.index-box2 .index-box2-box .list .item .img {
  width: 2.05rem;
  height: 2.05rem;
  overflow: hidden;
  border-radius: 0.05rem;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .index-box2 .index-box2-box .list .item .img {
    width: calc(2.05rem / 2);
    height: calc(2.05rem / 2);
  }
}
.index-box2 .index-box2-box .list .item .img:hover img {
  transform: scale(1.1);
}
.index-box2 .index-box2-box .list .item .img a {
  display: block;
  height: 100%;
}
.index-box2 .index-box2-box .list .item .img img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .index-box3 {
    position: static;
    padding: 0.2rem 15px;
  }
}
.index-box3 .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .index-box3 .bg-video {
    display: none;
  }
}
.index-box3 .bg-video::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 33;
}
.index-box3 .bg-video video {
  object-fit: cover;
}
.index-box3 .bg-video > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-box3 .list {
  position: absolute;
  z-index: 33;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 65% 35%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .index-box3 .list {
    position: static;
    display: block;
    color: rgba(34, 34, 34, 0.8);
  }
}
.index-box3 .list .item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
@media (max-width: 768px) {
  .index-box3 .list .item {
    border: none;
  }
}
.index-box3 .list .item.active > a {
  color: #fff;
}
@media (max-width: 768px) {
  .index-box3 .list .item.active > a {
    color: #222;
  }
}
.index-box3 .list .item.active .txt .play {
  background: url(../images/icons/play.png) no-repeat center center;
  background-size: contain;
}
.index-box3 .list .item > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5vw;
}
@media (max-width: 768px) {
  .index-box3 .list .item > a {
    display: block;
    padding: 0;
  }
}
.index-box3 .list .item > a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .index-box3 .list .item > a:hover {
    color: #222;
  }
}
.index-box3 .list .item > a.active {
  color: #fff;
}
@media (max-width: 768px) {
  .index-box3 .list .item > a.active {
    color: #222;
  }
}
.index-box3 .list .item > a.active .txt .play {
  background: url(../images/icons/play.png) no-repeat center center;
  background-size: contain;
}
.index-box3 .list .item > a.more {
  font-size: 0.18rem;
  text-shadow: 0px 12px 17px rgba(25, 34, 0, 0.08);
  line-height: 1;
  margin-left: 0.6rem;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 999;
  top: 50%;
  height: auto;
  right: 0;
}
@media (max-width: 768px) {
  .index-box3 .list .item > a.more {
    display: none;
  }
}
.index-box3 .list .item > a.more::after {
  content: '';
  background: url(../images/icons/jt-4-right.png) no-repeat center center;
  background-size: contain;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 1em;
}
.index-box3 .list .item .txt {
  line-height: 1;
}
@media (max-width: 768px) {
  .index-box3 .list .item .txt {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.index-box3 .list .item .txt .t1 {
  font-size: 0.18rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .index-box3 .list .item .txt .t1 {
    font-size: 0.12rem;
    padding-bottom: 0.2rem;
  }
}
.index-box3 .list .item .txt .t2 {
  font-size: 0.32rem;
}
@media (max-width: 768px) {
  .index-box3 .list .item .txt .t2 {
    font-size: 0.14rem;
  }
}
.index-box3 .list .item .txt .t3 {
  font-size: 0.18rem;
  font-weight: 300;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .index-box3 .list .item .txt .t3 {
    font-size: 0.12rem;
  }
}
.index-box3 .list .item .txt .play {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icons/play2.png) no-repeat center center;
  background-size: contain;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .index-box3 .list .item .txt .play {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/icons/play.png) no-repeat center center;
    background-size: contain;
    margin-top: 0.2rem;
  }
}
.index-box3 .list .item .img {
  display: none;
}
@media (max-width: 768px) {
  .index-box3 .list .item .img {
    display: block;
    height: 1.2rem;
    width: 100%;
    overflow: hidden;
  }
}
.index-box3 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box3 .list .item:first-child {
  grid-column-start: 1;
  grid-column-end: 4;
}
.index-box3 .list .item:first-child a {
  padding-left: 6vw;
}
@media (max-width: 768px) {
  .index-box3 .list .item:first-child a {
    padding-left: 0;
  }
}
.index-box3 .list .item:nth-child(2) a {
  padding-left: 6vw;
}
@media (max-width: 768px) {
  .index-box3 .list .item:nth-child(2) a {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .index-box4 {
    padding: 0.5rem 0;
  }
}
.index-box4 .container {
  max-width: 16.44rem;
}
@media (max-width: 768px) {
  .index-box4 .container {
    max-width: 100%;
  }
}
.index-box4 .index-box-tit {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .index-box4 .index-box-tit {
    display: inline-flex;
  }
}
.index-box4 .index-box-tit .h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .index-box4 .index-box-tit .h2 {
    text-align: left;
  }
}
.index-box4 .index-box-tit .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .index-box4 .index-box-tit .more {
    position: static;
  }
}
.index-box4 .list {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 60vh;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .index-box4 .list {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.1rem;
  }
}
.index-box4 .list .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 0.05rem;
  flex: 0 0 auto;
  width: 14%;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .index-box4 .list .item {
    width: 100%;
    padding: 0;
  }
}
.index-box4 .list .item.active {
  flex: 1 1 auto;
}
.index-box4 .list .item.active .txt {
  padding-left: 1rem;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .index-box4 .list .item.active .txt {
    padding-left: 0.2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 0.2rem;
  }
}
.index-box4 .list .item.active .txt .t1 {
  text-align: left;
  color: #fff;
}
.index-box4 .list .item.active .txt .t2 {
  color: #fff;
  text-align: left;
  font-size: 0.32rem;
}
@media (max-width: 768px) {
  .index-box4 .list .item.active .txt .t2 {
    font-size: 0.15rem;
  }
}
.index-box4 .list .item.active .txt .t3 {
  display: block;
}
.index-box4 .list .item.active .txt .more {
  display: block;
}
.index-box4 .list .item.active .img {
  opacity: 1;
}
.index-box4 .list .item.active .img::after {
  background: url(../images/icons/bg.png) no-repeat left center;
  background-size: cover;
  opacity: 1;
}
.index-box4 .list .item.active .img img {
  transform: scale(1.1);
}
.index-box4 .list .item:hover .img {
  opacity: 1;
}
.index-box4 .list .item:hover .img img {
  transform: scale(1.1);
}
.index-box4 .list .item .txt {
  position: relative;
  z-index: 33;
  height: 100%;
  padding-top: 0.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt {
    padding-top: 0.3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.3rem;
  }
}
.index-box4 .list .item .txt .t1 {
  text-align: center;
  font-size: 0.2rem;
  color: #C2C1C1;
  padding-bottom: 0.3rem;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .t1 {
    font-size: 0.2rem;
    text-align: left;
    color: #fff;
  }
}
.index-box4 .list .item .txt .t2 {
  font-size: 0.24rem;
  text-align: center;
  color: #222;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .t2 {
    font-size: 0.15rem;
    text-align: left;
    color: #fff;
  }
}
.index-box4 .list .item .txt .t3 {
  color: #fff;
  display: none;
  font-size: 0.16rem;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .t3 {
    font-size: 0.12rem;
    padding-top: 1.2em;
    line-height: 1.4;
    display: block;
  }
}
.index-box4 .list .item .txt .more {
  padding-top: 0.4rem;
  color: #fff;
  display: none;
}
.index-box4 .list .item .txt .more a {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .more a {
    font-size: 0.12rem;
  }
}
.index-box4 .list .item .txt .more a:hover {
  color: #fff;
}
.index-box4 .list .item .txt .more a::before {
  content: '';
  background: url(../images/icons/more-bg.png) no-repeat center center;
  background-size: contain;
  width: 0.77rem;
  height: 0.8rem;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .more a::before {
    width: calc(0.77rem / 2);
    height: calc(0.8rem / 2);
  }
}
.index-box4 .list .item .txt .more a::after {
  content: '';
  background: url(../images/icons/jt-1-right.png) no-repeat center center;
  width: 0.09rem;
  background-size: contain;
  height: 0.17rem;
  position: absolute;
  left: calc(0.77rem / 2);
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .more a::after {
    left: calc(0.77rem / 2 / 2);
    height: calc(0.17rem / 2);
    width: calc(0.09rem / 2);
  }
}
.index-box4 .list .item .txt .more a span {
  transform: translateX(-0.5em);
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .more {
    display: block;
  }
}
.index-box4 .list .item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0 0.05rem;
  border-radius: 0.15rem;
  opacity: 0.6;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .index-box4 .list .item .img {
    padding: 0;
    border-radius: 0.1rem;
    opacity: 1;
  }
}
.index-box4 .list .item .img::after {
  position: absolute;
  content: '';
  opacity: 0.6;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .index-box4 .list .item .img::after {
    background: url(../images/icons/bg.png) no-repeat left center rgba(0, 0, 0, 0.3);
    background-size: cover;
    opacity: 1;
  }
}
.index-box4 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.index-box5 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-box5 {
    height: auto;
    padding-bottom: 0.8rem;
  }
}
.index-box5 .index-box-tit {
  position: relative;
  top: calc(1.2rem + 0.4rem);
  color: #fff;
}
@media (max-width: 768px) {
  .index-box5 .index-box-tit {
    top: 0.4rem;
  }
}
.index-box5 .container {
  max-width: 16.44rem;
  position: relative;
  height: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .index-box5 .container {
    max-width: 100%;
    height: auto;
  }
}
.index-box5 .swiper-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.index-box5 .swiper-bg .swiper {
  height: 100%;
}
.index-box5 .swiper-bg .swiper-slide::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
.index-box5 .swiper1 {
  position: absolute;
  top: 2.7rem;
  left: 0;
  max-width: 50%;
}
@media (max-width: 768px) {
  .index-box5 .swiper1 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0.8rem;
    max-width: 100%;
  }
}
.index-box5 .swiper1 .swiper-button-next,
.index-box5 .swiper1 .swiper-button-prev {
  display: none;
}
.index-box5 .swiper1 .item .img {
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .index-box5 .swiper1 .item .img {
    padding-bottom: 0.2rem;
  }
  .index-box5 .swiper1 .item .img img {
    max-height: 0.4rem;
  }
}
.index-box5 .swiper1 .item .t1 {
  color: #fff;
  font-size: 0.32rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-box5 .swiper1 .item .t1 {
    font-size: 0.16rem;
  }
}
.index-box5 .swiper1 .item .desc {
  padding-top: 0.3rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .index-box5 .swiper1 .item .desc {
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
}
.index-box5 .swiper1 .item .more {
  padding-top: 0.4rem;
  color: #fff;
}
.index-box5 .swiper1 .item .more a {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .index-box5 .swiper1 .item .more a {
    font-size: 0.12rem;
  }
}
.index-box5 .swiper1 .item .more a:hover {
  color: #fff;
}
.index-box5 .swiper1 .item .more a::before {
  content: '';
  background: url(../images/icons/more-bg.png) no-repeat center center;
  background-size: contain;
  width: 0.77rem;
  height: 0.8rem;
}
@media (max-width: 768px) {
  .index-box5 .swiper1 .item .more a::before {
    width: calc(0.77rem / 2);
    height: calc(0.8rem / 2);
  }
}
.index-box5 .swiper1 .item .more a::after {
  content: '';
  background: url(../images/icons/jt-1-right.png) no-repeat center center;
  width: 0.09rem;
  background-size: contain;
  height: 0.17rem;
  position: absolute;
  left: calc(0.77rem / 2);
}
@media (max-width: 768px) {
  .index-box5 .swiper1 .item .more a::after {
    left: calc(0.77rem / 2 / 2);
    height: calc(0.17rem / 2);
    width: calc(0.09rem / 2);
  }
}
.index-box5 .swiper1 .item .more a span {
  transform: translateX(-0.5em);
}
.index-box5 .list {
  position: absolute;
  width: 100%;
  z-index: 33;
  bottom: 0;
  height: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .index-box5 .list {
    position: relative;
    height: 1.5rem;
    padding-top: 0.2rem;
  }
}
.index-box5 .list::after {
  height: 0.84rem;
  background: url(../images/icons/line.png) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 0.656rem;
  left: 0;
  right: 0;
  width: 105vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .index-box5 .list::after {
    display: none;
  }
}
.index-box5 .list .item {
  display: inline-block;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  padding-top: 0.9rem;
  position: relative;
}
.index-box5 .list .item::after {
  position: absolute;
  z-index: 33;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-box5 .list .item:nth-child(2) {
  padding-top: 0.83rem;
}
@media (max-width: 768px) {
  .index-box5 .list .item:nth-child(2) {
    padding-top: 0.43rem;
  }
}
.index-box5 .list .item:nth-child(3) {
  padding-top: 1.08rem;
}
@media (max-width: 768px) {
  .index-box5 .list .item:nth-child(3) {
    padding-top: 0.48rem;
  }
}
.index-box5 .list .item:nth-child(4) {
  padding-top: 0.72rem;
}
.index-box5 .list .item.active .txt {
  font-size: 0.24rem;
}
@media (max-width: 768px) {
  .index-box5 .list .item.active .txt {
    font-size: 0.14rem;
    padding-top: 0.2rem;
  }
}
.index-box5 .list .item.active .dian {
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  pointer-events: all;
}
@media (max-width: 768px) {
  .index-box5 .list .item.active .dian {
    width: 0.35rem;
    height: 0.35rem;
  }
}
.index-box5 .list .item.active .dian span {
  background-color: #C6976D;
}
.index-box5 .list .item.active .dian::before {
  position: absolute;
  content: '';
  width: 70%;
  height: 70%;
  border: 1px solid #C6976D;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .index-box5 .list .item.active .dian::before {
    width: 100%;
    height: 100%;
    width: 70%;
    height: 70%;
    border: 1px solid #C6976D;
  }
}
.index-box5 .list .item .dian {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  z-index: 999;
}
@media (max-width: 768px) {
  .index-box5 .list .item .dian {
    width: 0.3rem;
    height: 0.3rem;
    border-width: 1px;
  }
}
.index-box5 .list .item .dian::before {
  position: absolute;
  content: '';
  width: 0.28rem;
  height: 0.28rem;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .index-box5 .list .item .dian::before {
    width: 0.15rem;
    height: 0.15rem;
    border: 1px solid #fff;
  }
}
.index-box5 .list .item .dian span {
  width: 0.12rem;
  height: 0.12rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .index-box5 .list .item .dian span {
    width: 0.05rem;
    height: 0.05rem;
  }
}
.index-box5 .list .item .txt {
  padding-top: 0.2rem;
  text-align: center;
  line-height: 1;
  font-size: 0.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .index-box5 .list .item .txt {
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
}
.index-box6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .index-box6 {
    max-width: 100%;
    padding: 0 15px;
    padding: 0.8rem 15px;
    position: relative;
  }
}
.index-box6 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .index-box6 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.index-box6 .bg-img div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.index-box6 .bg-img div.active {
  display: block;
}
.index-box6 .bg-img img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.3s;
  display: none;
}
@media (max-width: 768px) {
  .index-box6 .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.index-box6 .bg-img img.active {
  display: block;
}
.index-box6 .container {
  position: absolute;
  z-index: 33;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 1.6rem 0 0 1.2rem;
}
@media (max-width: 768px) {
  .index-box6 .container {
    position: relative;
    padding: 0;
  }
}
.index-box6 .index-box-tit {
  flex-wrap: wrap;
  color: #fff;
}
.index-box6 .index-box-tit .more:hover {
  color: #fff;
}
.index-box6 .index-box-tit .desc {
  padding-top: 0.25rem;
  width: 100%;
  font-size: 0.18rem;
  color: #fff;
}
@media (max-width: 768px) {
  .index-box6 .index-box-tit .desc {
    font-size: 0.12rem;
    padding-top: 0.12rem;
  }
}
.index-box6 .list {
  padding-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1.8rem);
  grid-gap: 0.1rem;
}
@media (max-width: 768px) {
  .index-box6 .list {
    padding-top: 0.3rem;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.05rem;
    padding-bottom: 0.4rem;
  }
}
.index-box6 .list .item {
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  background: rgba(0, 46, 75, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.3rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .index-box6 .list .item {
    font-size: 0.1rem;
    padding: 0.15rem;
    background: rgba(0, 46, 75, 0.5);
  }
}
.index-box6 .list .item:last-child {
  grid-column-start: 2;
  grid-column-end: 4;
}
.index-box6 .list .item .t1 {
  white-space: nowrap;
}
.index-box6 .list .item .num {
  padding-top: 0.2rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .index-box6 .list .item .num {
    padding-top: 0.1rem;
  }
}
.index-box6 .list .item .num span {
  font-size: 0.5rem;
  line-height: 1;
  transform: none;
  font-weight: 300;
}
@media (max-width: 768px) {
  .index-box6 .list .item .num span {
    font-size: 0.14rem;
  }
}
.index-box6 .list .item .num span.line {
  position: relative;
  width: 0.5em;
  height: 1em;
  margin: 0 0.04rem;
}
.index-box6 .list .item .num span.line::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  content: '';
}
.index-box6 .list .item .num i {
  font-style: normal;
  font-size: 0.2rem;
  font-weight: 300;
  transform: translateY(-0.2em);
  margin-left: 1em;
}
@media (max-width: 768px) {
  .index-box6 .list .item .num i {
    font-size: 0.1rem;
  }
}
.ck-loading,
.ck-message {
  display: none !important;
}
body {
  color: #222;
}
.index-box-tit {
  display: inline-flex;
  align-items: flex-end;
}
.index-box-tit .h2 {
  line-height: 1;
  font-size: 0.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .index-box-tit .h2 {
    font-size: 0.2rem;
  }
}
.index-box-tit .more {
  font-size: 0.18rem;
  text-shadow: 0px 12px 17px rgba(25, 34, 0, 0.08);
  line-height: 1;
  margin-left: 0.6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .index-box-tit .more {
    font-size: 0.12rem;
    margin-left: 0.1rem;
  }
}
.index-box-tit .more::after {
  content: '';
  background: url(../images/icons/jt-4-right.png) no-repeat center center;
  background-size: contain;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .index-box-tit .more::after {
    width: 0.06rem;
  }
}
.box-tit {
  line-height: 1;
}
.box-tit .en {
  color: #999;
  font-weight: 400;
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .box-tit .en {
    font-size: 0.09rem;
    padding-bottom: 0.05rem;
  }
}
.box-tit .tit {
  font-weight: bold;
  font-size: 0.42rem;
  color: #222222;
}
@media (max-width: 768px) {
  .box-tit .tit {
    font-size: 0.18rem;
  }
}
.box-tit.pt .en {
  color: rgba(34, 34, 34, 0.1);
  font-size: 0.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box-tit.pt .en {
    font-size: 0.24rem;
  }
}
.box-tit.pt .tit {
  font-size: 0.5rem;
}
@media (max-width: 768px) {
  .box-tit.pt .tit {
    font-size: 0.18rem;
  }
}
.desc {
  font-weight: normal;
  color: rgba(34, 34, 34, 0.5);
  font-size: 0.18rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .desc {
    font-size: 0.12rem;
  }
}
.desc p + p {
  margin-top: 2em;
}
.desc .year {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .desc .year {
    padding-top: 0.4rem;
  }
}
.desc .year span {
  font-size: 0.56rem;
  color: #c6976d;
}
@media (max-width: 768px) {
  .desc .year span {
    font-size: 0.24rem;
  }
}
.desc .year i {
  font-size: 0.24rem;
  font-style: normal;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
}
@media (max-width: 768px) {
  .desc .year i {
    font-size: 0.12rem;
  }
}
.desc ul.num {
  padding-top: 0.8rem;
  display: flex;
}
@media (max-width: 768px) {
  .desc ul.num {
    padding-top: 0.4rem;
  }
}
.desc ul.num li + li {
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .desc ul.num li + li {
    padding-left: 0.4rem;
  }
}
.desc ul.num li .number span {
  line-height: 1;
  color: #222;
  font-size: 0.24rem;
}
@media (max-width: 768px) {
  .desc ul.num li .number span {
    font-size: 0.12rem;
  }
}
.desc ul.num li .number span:first-child {
  font-size: 0.8rem;
  color: #c6976d;
}
@media (max-width: 768px) {
  .desc ul.num li .number span:first-child {
    font-size: 0.3rem;
  }
}
.desc ul.num li .tt {
  color: #999;
  font-size: 0.24rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .desc ul.num li .tt {
    font-size: 0.12rem;
  }
}
.pc-show {
  display: block;
}
@media (max-width: 768px) {
  .pc-show {
    display: none;
  }
}
.mo-show {
  display: none;
}
@media (max-width: 768px) {
  .mo-show {
    display: block;
  }
}
.page-banner {
  height: 6.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .page-banner {
    height: calc(6.5rem / 2);
  }
}
.page-banner .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-banner .bg-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/icons/banner-bg2.png) repeat-x center bottom;
}
.page-banner .bg-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1.2rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.24+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.page-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_img{display: block;}
.wap_img{display: none;}

.page-banner .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.page-banner .container .item {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.page-banner .container .item p {
  line-height: 1;
}
.page-banner .container .item .txt {
  font-size: 0.7rem;
  font-weight: bold;
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .page-banner .container .item .txt {
    font-size: 0.24rem;
    padding-top: 0.5rem;
  }
  
  .pc_img{display: none;}
.wap_img{display: block;}
}
.page-banner .container .item .txt .t2 {
  font-size: 0.28rem;
  font-weight: 300;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .page-banner .container .item .txt .t2 {
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
}
.page-path {
  height: 1rem;
  position: relative;
  z-index: 888;
}
@media (max-width: 768px) {
  .page-path {
    height: 0.5rem;
  }
}
.page-path .container {
  height: 100%;
}
.page-path .container ul {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #666;
}
@media (max-width: 768px) {
  .page-path .container ul {
    font-size: 0.12rem;
    flex-wrap: wrap;
  }
}
.page-path .container ul li a:hover {
  color: #000;
}
.page-path .container ul li:first-child {
  display: flex;
  align-items: center;
}
.page-path .container ul li:first-child::before {
  content: '';
  background: url(../images/icons/home.png) no-repeat center center;
  background-size: contain;
  width: 0.24rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  display: block;
}
@media (max-width: 768px) {
  .page-path .container ul li:first-child::before {
    height: 0.12rem;
    margin-right: 0;
  }
}
.page-path .container ul li + li::before {
  content: '>';
  margin: 0 0.5em;
}
.a-more {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .a-more {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n-box1 {
  position: relative;
  min-height: 7rem;
  overflow: hidden;
  margin-top: -1rem;
}
@media (max-width: 768px) {
  .n-box1 {
    margin-top: -0.5rem;
    min-height: 0.35rem;
  }
}
.n-box1:hover .item .img img {
  transform: scale(1.1) translateX(-4%);
}
.n-box1 .item {
  display: flex;
}
@media (max-width: 768px) {
  .n-box1 .item {
    display: block;
  }
}
.n-box1 .item .img {
  width: 4.9rem;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .n-box1 .item .img {
    width: 100%;
    height: 2.2rem;
  }
}
.n-box1 .item .img img {
  position: absolute;
  width: 50vw;
  right: 0;
  transition: all ease-in-out 0.3s;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .n-box1 .item .img img {
    width: 100vw;
    right: auto;
    left: -15px;
  }
}
.n-box1 .item .txt {
  flex: 1 1 auto;
  padding-left: 0.8rem;
  padding-top: calc(1rem + 0.3rem);
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .n-box1 .item .txt {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n-box1 .item .txt .desc {
  padding-top: 0.55rem;
}
@media (max-width: 768px) {
  .n-box1 .item .txt .desc {
    padding-top: calc(0.55rem / 2);
  }
}
.n-box2 {
  min-height: 7rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n-box2 {
    min-height: calc(7rem / 2);
  }
}
.n-box2:hover .bg-img img {
  transform: scale(1.1);
}
.n-box2 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.n-box2 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.n-box2 .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
.n-box2 .container .item {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .n-box2 .container .item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n-box2 .container .item .box-tit .en {
  color: rgba(255, 255, 255, 0.5);
}
.n-box2 .container .item .box-tit .tit {
  color: #fff;
}
.n-box2 .container .item .desc {
  color: #fff;
  max-width: 11.11rem;
  margin: 0 auto;
  padding-top: 0.48rem;
}
@media (max-width: 768px) {
  .n-box2 .container .item .desc {
    padding-top: 0.3rem;
  }
}
.n-box2 .container .item .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .n-box2 .container .item .more {
    padding-top: 0.3rem;
  }
}
.n-box2 .container .item .more a {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n-box2 .container .item .more a {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n-box2 .container .item .more > div {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n-box2 .container .item .more > div {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n-box3 {
  position: relative;
  min-height: 7.65rem;
  overflow: hidden;
  margin-top: -0.2rem;
}
@media (max-width: 768px) {
  .n-box3 {
    min-height: auto;
    margin-top: -0.1rem;
  }
}
.n-box3 .item {
  display: flex;
}
@media (max-width: 768px) {
  .n-box3 .item {
    flex-direction: column;
  }
}
.n-box3 .item .img {
  width: 4.8rem;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .n-box3 .item .img {
    order: 0;
    width: 100%;
    height: 2.2rem;
  }
}
.n-box3 .item .img::before {
  position: absolute;
  z-index: 3;
  height: 0.2rem;
  left: 0;
  width: 50vw;
  top: 0;
  content: '';
  background-color: rgba(198, 151, 109, 0.9);
}
@media (max-width: 768px) {
  .n-box3 .item .img::before {
    height: 0.1rem;
    width: 100%;
  }
}
.n-box3 .item .img img {
  position: absolute;
  width: 50vw;
  left: 0;
  transition: all ease-in-out 0.3s;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .n-box3 .item .img img {
    width: 100%;
  }
}
.n-box3 .item .txt {
  flex: 1 1 auto;
  padding-right: 0.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .n-box3 .item .txt {
    order: 2;
    padding-top: 0.5rem;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }
}
.n-box3 .item .txt .desc {
  padding-top: 0.55rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .n-box3 .item .txt .desc {
    padding-top: 0.2rem;
  }
}
.n-box4 {
  position: relative;
  min-height: 7.78rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n-box4 {
    min-height: auto;
  }
}
.n-box4:hover .bg-img img {
  transform: scale(1.1);
}
.n-box4 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.n-box4 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.n-box4 .container {
  height: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .n-box4 .container {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.n-box4 .item {
  background-color: rgba(82, 55, 31, 0.5);
  padding: 0.8rem 0.75rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .n-box4 .item {
    padding: 0.4rem 0.3rem;
  }
}
.n-box4 .item .box-tit .en {
  color: rgba(255, 255, 255, 0.5);
}
.n-box4 .item .box-tit .tit {
  color: #fff;
}
.n-box4 .item .desc {
  padding-top: 0.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .n-box4 .item .desc {
    padding-top: 0.2rem;
  }
}
.n-box4 .item .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .n-box4 .item .more {
    padding-top: 0.3rem;
  }
}
.n-box4 .item .more a {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n-box4 .item .more a {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n-box4 .item .more > div {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n-box4 .item .more > div {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n-box5 {
  position: relative;
  min-height: 7.1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n-box5 {
    min-height: auto;
  }
}
.n-box5:hover .item .img img {
  transform: scale(1.1) translateX(-4%);
}
.n-box5 .item {
  display: flex;
}
@media (max-width: 768px) {
  .n-box5 .item {
    display: block;
  }
}
.n-box5 .item .img {
  width: 6.8rem;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .n-box5 .item .img {
    width: 100%;
    height: 2.2rem;
  }
}
.n-box5 .item .img img {
  position: absolute;
  width: 50vw;
  right: 0;
  transition: all ease-in-out 0.3s;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .n-box5 .item .img img {
    width: 100%;
  }
}
.n-box5 .item .txt {
  flex: 1 1 auto;
  padding-left: 0.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .n-box5 .item .txt {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n-box5 .item .txt .desc {
  padding-top: 0.55rem;
}
@media (max-width: 768px) {
  .n-box5 .item .txt .desc {
    padding-top: 0.3rem;
  }
}
.n-box6 {
  padding-top: 1.3rem;
  padding-bottom: 1.1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n-box6 {
    padding-top: 0rem;
    padding-bottom: 0.6rem;
  }
}
.n-box6 .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .n-box6 .container {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.n-box6 .item {
  background: url(../images/bg2.png) no-repeat right bottom;
  background-size: cover;
  padding: 0.6rem 0.58rem 0.6rem 0.5rem;
  display: flex;
  align-items: flex-start;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .n-box6 .item {
    display: block;
    padding: 0.3rem 0.2rem;
  }
}
.n-box6 .item:hover {
  box-shadow: 4px 8px 15px rgba(198, 151, 109, 0.3);
}
.n-box6 .item .img {
  flex: 0 0 auto;
  max-width: 1rem;
}
@media (max-width: 768px) {
  .n-box6 .item .img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.n-box6 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .n-box6 .item .img img {
    width: 0.4rem;
    margin: 0 auto;
  }
}
.n-box6 .item .txt {
  flex: 1 1 auto;
  padding-left: 0.4rem;
}
@media (max-width: 768px) {
  .n-box6 .item .txt {
    padding-left: 0;
    padding-top: 0.2rem;
  }
}
.n-box6 .item .txt .desc {
  color: #1C1C1C;
  text-align: justify;
}
.n-box7 {
  min-height: 7rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n-box7 {
    min-height: calc(7rem / 2);
  }
}
.n-box7:hover .bg-img img {
  transform: scale(1.1);
}
.n-box7 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.n-box7 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.n-box7 .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
.n-box7 .container .item {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .n-box7 .container .item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n-box7 .container .item .box-tit .en {
  color: rgba(255, 255, 255, 0.5);
}
.n-box7 .container .item .box-tit .tit {
  color: #fff;
}
.n-box7 .container .item .desc {
  color: #fff;
  max-width: 11.11rem;
  margin: 0 auto;
  padding-top: 0.48rem;
}
@media (max-width: 768px) {
  .n-box7 .container .item .desc {
    padding-top: 0.3rem;
  }
}
.n-box7 .container .item .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .n-box7 .container .item .more {
    padding-top: 0.3rem;
  }
}
.n-box7 .container .item .more a {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n-box7 .container .item .more a {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n-box7 .container .item .more > div {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n-box7 .container .item .more > div {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n2-box1 .box-tit {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}
.n2-box1 .list {
  grid-template-columns: 1fr;
  grid-gap: 0.7rem;
  display: grid;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .n2-box1 .list {
    grid-gap: 0.3rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
.n2-box1 .list .item {
  position: relative;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .n2-box1 .list .item {
    padding-top: 0.5rem;
  }
}
.n2-box1 .list .item:hover .txt {
  border: 1px solid #C6976D;
  background: #FBFBFB url(../images/bg2.png) no-repeat right bottom;
  box-shadow: 0px 23px 26px 2px rgba(198, 151, 109, 0.08);
}
.n2-box1 .list .item .img {
  width: 2.8rem;
  height: 3.5rem;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  position: relative;
  position: absolute;
  left: 0.3rem;
  top: 0;
}
@media (max-width: 768px) {
  .n2-box1 .list .item .img {
    width: 0.9rem;
    height: 1.2rem;
    left: 0.1rem;
  }
}
.n2-box1 .list .item .img img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.n2-box1 .list .item .img .tit {
  position: absolute;
  left: 100%;
  transform: translateX(0.6rem);
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  height: 1rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .n2-box1 .list .item .img .tit {
    height: 0.5rem;
    padding-bottom: 0.1rem;
    transform: translateX(0.2rem);
  }
}
.n2-box1 .list .item .img .tit .name {
  font-size: 0.32rem;
}
@media (max-width: 768px) {
  .n2-box1 .list .item .img .tit .name {
    font-size: 0.16rem;
  }
}
.n2-box1 .list .item .img .tit .zw {
  font-size: 0.2rem;
  padding-left: 0.28rem;
}
@media (max-width: 768px) {
  .n2-box1 .list .item .img .tit .zw {
    font-size: 0.12rem;
    padding-left: 0.12rem;
  }
}
.n2-box1 .list .item .txt {
  min-height: 2.8rem;
  background: #FBFBFB url(../images/index/bg1.png) no-repeat right bottom;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding-left: calc(2.8rem + 0.3rem + 0.6rem);
  padding-top: 0.3rem;
  padding-right: 0.6rem;
  padding-bottom: 0.8rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .n2-box1 .list .item .txt {
    min-height: auto;
    padding-top: 0.2rem;
    padding-left: calc(0.9rem + 0.2rem + 0.1rem);
    padding-bottom: 0.2rem;
    padding-right: 0.2rem;
  }
}
.n3-box1 {
  min-height: 7rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
  min-height: auto;
}
@media (max-width: 768px) {
  .n3-box1 {
    min-height: calc(7rem / 2);
  }
}
.n3-box1:hover .bg-img img {
  transform: scale(1.1);
}
.n3-box1 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.n3-box1 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.n3-box1 .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
.n3-box1 .container .item {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .n3-box1 .container .item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n3-box1 .container .item .box-tit .en {
  color: rgba(255, 255, 255, 0.5);
}
.n3-box1 .container .item .box-tit .tit {
  color: #fff;
}
.n3-box1 .container .item .desc {
  color: #fff;
  max-width: 11.11rem;
  margin: 0 auto;
  padding-top: 0.48rem;
}
@media (max-width: 768px) {
  .n3-box1 .container .item .desc {
    padding-top: 0.3rem;
  }
}
.n3-box1 .container .item .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .n3-box1 .container .item .more {
    padding-top: 0.3rem;
  }
}
.n3-box1 .container .item .more a {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n3-box1 .container .item .more a {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n3-box1 .container .item .more > div {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n3-box1 .container .item .more > div {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
@media (max-width: 768px) {
  .n3-box1 {
    min-height: auto;
  }
}
.n3-box1 .container .item .desc {
  max-width: 9.64rem;
}
.n3-box2 {
  overflow: hidden;
}
.n3-box2 .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .n3-box2 .container {
    display: block;
  }
}
.n3-box2 .container .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 33;
}
@media (max-width: 768px) {
  .n3-box2 .container .logo {
    display: none;
  }
}
.n3-box2 .container .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.n3-box2 .container .item1 {
  width: 5rem;
  position: relative;
  background-color: #fff;
  z-index: 33;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .n3-box2 .container .item1 {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n3-box2 .container .item1 .desc {
  padding-top: 0.4rem;
  color: #566;
  text-align: justify;
}
@media (max-width: 768px) {
  .n3-box2 .container .item1 .desc {
    padding-top: 0.2rem;
  }
}
.n3-box2 .container .item1 .desc p + p {
  margin-top: 1em;
}
.n3-box2 .container .item2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 5rem;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .n3-box2 .container .item2 {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
  }
}
.n3-box2 .container .item2::before {
  position: absolute;
  content: '';
  width: 50vw;
  top: 0;
  left: 50%;
  bottom: 0;
  background: url(../images/lxhl/3/2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .n3-box2 .container .item2::before {
    left: 0;
    width: 100%;
  }
}
.n3-box2 .container .item2 .box-tit {
  position: relative;
  z-index: 3;
}
.n3-box2 .container .item2 .desc {
  position: relative;
  z-index: 3;
  width: 3.98rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .n3-box2 .container .item2 .desc {
    width: 90%;
    padding-top: 0.2rem;
  }
}
.n3-box2 .container .item2 .desc img {
  max-width: 100%;
  margin: 0 auto;
}
.n3-box3 {
  position: relative;
  overflow: hidden;
  height: 7rem;
}
@media (max-width: 768px) {
  .n3-box3 {
    height: auto;
  }
}
.n3-box3 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.n3-box3 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.n3-box3 .bg-img img.active {
  opacity: 1;
  z-index: 33;
}
.n3-box3 .container {
  height: 100%;
  position: relative;
  z-index: 333;
}
.n3-box3 .box-tit {
  position: absolute;
  z-index: 33;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: 0.8rem;
}
@media (max-width: 768px) {
  .n3-box3 .box-tit {
    position: static;
    transform: none;
    padding: 0.5rem 0 0 0;
    text-align: center;
  }
}
.n3-box3 .box-tit .en {
  color: rgba(255, 255, 255, 0.9);
}
.n3-box3 .box-tit .tit {
  color: #fff;
}
.n3-box3 .list {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .n3-box3 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.n3-box3 .list .item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .n3-box3 .list .item {
    float: auto;
    width: auto;
    padding: 0.2rem;
  }
}
@media (max-width: 768px) {
  .n3-box3 .list .item:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 768px) {
  .n3-box3 .list .item:nth-child(n+4) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.n3-box3 .list .item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.n3-box3 .list .item .item-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .n3-box3 .list .item .item-box {
    position: static;
  }
}
.n3-box3 .list .item .item-box .img img {
  width: 0.46rem;
  height: 0.46rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .n3-box3 .list .item .item-box .img img {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.n3-box3 .list .item .item-box .txt {
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .n3-box3 .list .item .item-box .txt {
    padding-top: 0.2rem;
  }
}
.n3-box3 .list .item .item-box .txt .t1 {
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .n3-box3 .list .item .item-box .txt .t1 {
    font-size: 0.14rem;
  }
}
.n3-box3 .list .item .item-box .txt .t2 {
  overflow: hidden;
  opacity: 1;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .n3-box3 .list .item .item-box .txt .t2 {
    display: block;
    font-size: 0.09rem;
    opacity: 1;
    padding-top: 0.5em;
  }
}
.n3-box4 {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .n3-box4 {
    padding: 0.5rem 0;
  }
}
.n3-box4 .box-tit {
  text-align: center;
}
.n3-box4 .list {
  padding-top: 0.4rem;
  display: flex;
  margin: 0 -0.15rem;
}
@media (max-width: 768px) {
  .n3-box4 .list {
    padding-top: 0.2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
    margin: 0;
  }
}
.n3-box4 .list .item {
  flex: 1 1 auto;
  position: relative;
  height: 4.8rem;
  padding: 0 0.15rem;
}
@media (max-width: 768px) {
  .n3-box4 .list .item {
    width: 100%;
    height: 2.5rem;
  }
}
.n3-box4 .list .item.active {
  width: 50%;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .n3-box4 .list .item.active {
    width: 100%;
  }
}
.n3-box4 .list .item.active .txt .t1 {
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
  .n3-box4 .list .item.active .txt .t1 {
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
  }
}
.n3-box4 .list .item.active .txt .t1::after {
  position: absolute;
  content: '';
  width: 0.4rem;
  height: 0.03rem;
  background: #C6976D;
  border-radius: 2px;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .n3-box4 .list .item.active .txt .t1::after {
    width: 0.3rem;
  }
}
.n3-box4 .list .item.active .txt .desc {
  display: block;
}
.n3-box4 .list .item.active:hover .img img {
  transform: scale(1.1);
}
.n3-box4 .list .item .item-box {
  position: relative;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.n3-box4 .list .item .txt {
  position: absolute;
  z-index: 33;
  padding: 0.4rem;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .n3-box4 .list .item .txt {
    padding: 0.2rem;
  }
}
.n3-box4 .list .item .txt .t1 {
  font-size: 0.28rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .n3-box4 .list .item .txt .t1 {
    font-size: 0.16rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    position: relative;
  }
}
@media (max-width: 768px) {
  .n3-box4 .list .item .txt .t1::after {
    position: absolute;
    content: '';
    width: 0.4rem;
    height: 0.03rem;
    background: #C6976D;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    width: 0.3rem;
  }
}
.n3-box4 .list .item .txt .desc {
  color: #fff;
  max-width: 4.3rem;
  display: none;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .n3-box4 .list .item .txt .desc {
    display: block;
  }
}
.n3-box4 .list .item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.n3-box4 .list .item .img::before {
  position: absolute;
  content: '';
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/lxhl/3/bg2.png) no-repeat center bottom;
  background-size: cover;
}
.n3-box4 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.n4-box1 {
  position: relative;
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .n4-box1 {
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
  }
}
.n4-box1::before {
  position: absolute;
  content: '';
  background: url(../images/lxhl/4/bg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 8.17rem;
  height: 5.87rem;
  left: 0;
  bottom: -12%;
}
@media (max-width: 768px) {
  .n4-box1::before {
    width: calc(3rem);
    height: calc(2rem);
    bottom: -4%;
  }
}
.n4-box1::after {
  position: absolute;
  content: '';
  height: 6.28rem;
  background-color: rgba(198, 151, 109, 0.1);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 70vw;
}
@media (max-width: 768px) {
  .n4-box1::after {
    height: 50%;
  }
}
.n4-box1 .container {
  position: relative;
  z-index: 3;
}
.n4-box1 .container .t1 {
  padding-top: 0.3rem;
  font-size: 0.28rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .n4-box1 .container .t1 {
    padding-top: 0.2rem;
    font-size: 0.14rem;
  }
}
.n4-box1 .container .t1 span {
  height: 0.5rem;
  background: #C6976D;
  border-top-right-radius: 0.3rem;
  display: inline-block;
  line-height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
}
@media (max-width: 768px) {
  .n4-box1 .container .t1 span {
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    height: 0.3rem;
    border-top-right-radius: 0.2rem;
    line-height: 0.3rem;
  }
}
.n4-box1 .container .desc {
  padding-top: 0.3rem;
  max-width: 10rem;
}
@media (max-width: 768px) {
  .n4-box1 .container .desc {
    padding-top: 0.2rem;
    max-width: 100%;
  }
}
.n4-box1 .container .img {
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .n4-box1 .container .img {
    padding-top: 0.2rem;
  }
}
.n4-box1 .container .img img {
  max-width: 14rem;
  border-radius: 0.05rem;
}
@media (max-width: 768px) {
  .n4-box1 .container .img img {
    max-width: 100%;
  }
}
.n4-box2 {
  min-height: 7rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
  min-height: auto;
}
@media (max-width: 768px) {
  .n4-box2 {
    min-height: calc(7rem / 2);
  }
}
.n4-box2:hover .bg-img img {
  transform: scale(1.1);
}
.n4-box2 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.n4-box2 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.n4-box2 .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
.n4-box2 .container .item {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .n4-box2 .container .item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n4-box2 .container .item .box-tit .en {
  color: rgba(255, 255, 255, 0.5);
}
.n4-box2 .container .item .box-tit .tit {
  color: #fff;
}
.n4-box2 .container .item .desc {
  color: #fff;
  max-width: 11.11rem;
  margin: 0 auto;
  padding-top: 0.48rem;
}
@media (max-width: 768px) {
  .n4-box2 .container .item .desc {
    padding-top: 0.3rem;
  }
}
.n4-box2 .container .item .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .n4-box2 .container .item .more {
    padding-top: 0.3rem;
  }
}
.n4-box2 .container .item .more a {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n4-box2 .container .item .more a {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
.n4-box2 .container .item .more > div {
  height: 0.45rem;
  display: inline-flex;
  align-items: center;
  background: #C6976D;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .n4-box2 .container .item .more > div {
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
@media (max-width: 768px) {
  .n4-box2 {
    min-height: auto;
  }
}
.n4-box2 .container .item .desc {
  max-width: 9.64rem;
}
.n4-box2 .bg-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/lxhl/4/bg2.png) no-repeat left center;
  background-size: cover;
}
.n4-box2 .container .item {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.n4-box2 .container .item .t1 {
  padding-top: 0.3rem;
  font-size: 0.28rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .n4-box2 .container .item .t1 {
    padding-top: 0.2rem;
    font-size: 0.14rem;
  }
}
.n4-box2 .container .item .t1 span {
  height: 0.5rem;
  background: #C6976D;
  border-top-right-radius: 0.3rem;
  display: inline-block;
  line-height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
}
@media (max-width: 768px) {
  .n4-box2 .container .item .t1 span {
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    height: 0.3rem;
    border-top-right-radius: 0.2rem;
    line-height: 0.3rem;
  }
}
.n4-box2 .container .item .desc {
  padding-top: 0.3rem;
  margin: 0;
  max-width: 6rem;
}
.n4-box3 {
  position: relative;
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1.3rem;
}
@media (max-width: 768px) {
  .n4-box3 {
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
  }
}
.n4-box3::before {
  position: absolute;
  content: '';
  background: url(../images/lxhl/4/bg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 8.17rem;
  height: 5.87rem;
  left: 0;
  bottom: -12%;
}
@media (max-width: 768px) {
  .n4-box3::before {
    width: calc(3rem);
    height: calc(2rem);
    bottom: -4%;
  }
}
.n4-box3::after {
  position: absolute;
  content: '';
  height: 6.28rem;
  background-color: rgba(198, 151, 109, 0.1);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 70vw;
}
@media (max-width: 768px) {
  .n4-box3::after {
    height: 50%;
  }
}
.n4-box3 .container {
  position: relative;
  z-index: 3;
}
.n4-box3 .container .t1 {
  padding-top: 0.3rem;
  font-size: 0.28rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .n4-box3 .container .t1 {
    padding-top: 0.2rem;
    font-size: 0.14rem;
  }
}
.n4-box3 .container .t1 span {
  height: 0.5rem;
  background: #C6976D;
  border-top-right-radius: 0.3rem;
  display: inline-block;
  line-height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
}
@media (max-width: 768px) {
  .n4-box3 .container .t1 span {
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    height: 0.3rem;
    border-top-right-radius: 0.2rem;
    line-height: 0.3rem;
  }
}
.n4-box3 .container .desc {
  padding-top: 0.3rem;
  max-width: 10rem;
}
@media (max-width: 768px) {
  .n4-box3 .container .desc {
    padding-top: 0.2rem;
    max-width: 100%;
  }
}
.n4-box3 .container .img {
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .n4-box3 .container .img {
    padding-top: 0.2rem;
  }
}
.n4-box3 .container .img img {
  max-width: 14rem;
  border-radius: 0.05rem;
}
@media (max-width: 768px) {
  .n4-box3 .container .img img {
    max-width: 100%;
  }
}
.n4-box3::before {
  right: -20%;
  left: auto;
}
.n4-box3::after {
  right: 70vw;
  left: 0;
}
.n4-box3 .container .box-tit {
  text-align: right;
}
.n4-box3 .container .t1 {
  text-align: right;
}
.n4-box3 .container .t1 span {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
}
.n4-box3 .container .desc {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.n5-box1 .box-tit {
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .n5-box1 .box-tit {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.n5-box1 .swiper1 {
  position: relative;
  height: 1.2rem;
  background: #F8F8F8;
  border-radius: 10em;
  overflow: hidden;
  --swiper-theme-color: #D4D4D4;
}
@media (max-width: 768px) {
  .n5-box1 .swiper1 {
    height: 0.8rem;
  }
}
.n5-box1 .swiper1 .swiper-button-next,
.n5-box1 .swiper1 .swiper-button-prev {
  width: 0.5rem;
  height: 100%;
  top: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .n5-box1 .swiper1 .swiper-button-next,
  .n5-box1 .swiper1 .swiper-button-prev {
    width: 0.3rem;
  }
}
.n5-box1 .swiper1 .swiper-button-next::after,
.n5-box1 .swiper1 .swiper-button-prev::after {
  --swiper-navigation-size: 0.2rem;
}
.n5-box1 .swiper1 .swiper-button-next::before,
.n5-box1 .swiper1 .swiper-button-prev::before {
  position: absolute;
  content: '';
  background: url(../images/lxhl/5/bg3.png) no-repeat center right;
  width: 2.18rem;
  height: 100%;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.n5-box1 .swiper1 .swiper-button-next:hover,
.n5-box1 .swiper1 .swiper-button-prev:hover {
  --swiper-theme-color: #9B262B;
}
.n5-box1 .swiper1 .swiper-button-next:hover::before,
.n5-box1 .swiper1 .swiper-button-prev:hover::before {
  opacity: 1;
}
.n5-box1 .swiper1 .swiper-button-next::before {
  right: -0.15rem;
}
.n5-box1 .swiper1 .swiper-button-prev::before {
  transform: rotate(180deg);
  left: -0.15rem;
}
.n5-box1 .swiper1 .swiper-pagination {
  display: none;
}
.n5-box1 .swiper1 .swiper {
  height: 100%;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.n5-box1 .swiper1 .swiper .swiper-slide.active a {
  font-size: 0.42rem;
  color: #9B262B;
  font-weight: bold;
}
@media (max-width: 768px) {
  .n5-box1 .swiper1 .swiper .swiper-slide.active a {
    font-size: 0.18rem;
  }
}
.n5-box1 .swiper1 .swiper .swiper-slide.active a::after {
  border: 3px solid #9B262B;
}
@media (max-width: 768px) {
  .n5-box1 .swiper1 .swiper .swiper-slide.active a::after {
    border-width: 1px;
  }
}
.n5-box1 .swiper1 .swiper .swiper-slide a {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
  padding-bottom: 0.45rem;
  line-height: 1;
  font-size: 0.28rem;
  color: #999999;
  position: relative;
}
@media (max-width: 768px) {
  .n5-box1 .swiper1 .swiper .swiper-slide a {
    font-size: 0.12rem;
    padding-bottom: 0.3rem;
  }
}
.n5-box1 .swiper1 .swiper .swiper-slide a::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 12px;
  background: #DFDFDF;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .n5-box1 .swiper1 .swiper .swiper-slide a::before {
    height: 0.06rem;
  }
}
.n5-box1 .swiper1 .swiper .swiper-slide a::after {
  position: absolute;
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  border: 3px solid #DFDFDF;
  border-radius: 50%;
  bottom: 12px;
}
@media (max-width: 768px) {
  .n5-box1 .swiper1 .swiper .swiper-slide a::after {
    width: 0.1rem;
    height: 0.1rem;
    border-width: 1px;
    bottom: 0.06rem;
  }
}
.n5-box1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .n5-box1 .list {
    grid-gap: 0.15rem;
    grid-template-columns: 1fr;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
  }
}
.n5-box1 .list .item {
  padding: 0.2rem;
  padding-bottom: 0;
  height: 4.12rem;
  background: url(../images/lxhl/5/bg2.png) no-repeat center center #FBFBFB;
  background-size: cover;
  border: 1px solid #E7E7E7;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .n5-box1 .list .item {
    padding: 0.1rem;
    height: calc(4.12rem / 2);
    padding-bottom: 0;
  }
}
.n5-box1 .list .item:hover {
  border: 1px solid #9B262B;
  box-shadow: 0px 0.23rem 0.26rem 2px rgba(155, 38, 43, 0.08);
}
.n5-box1 .list .item:hover .txt .t1 {
  color: #9B262B;
}
.n5-box1 .list .item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.n5-box1 .list .item .txt {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.n5-box1 .list .item .txt .t1 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.24rem;
}
@media (max-width: 768px) {
  .n5-box1 .list .item .txt .t1 {
    font-size: 0.12rem;
  }
}
.n5-box1 .list .item .img {
  background: url(../images/lxhl/5/bg1.png) no-repeat center center;
  background-size: cover;
  height: 3rem;
  border-radius: 0.02rem;
  width: 100%;
  flex: 0 0 auto;
  padding: 0.3rem;
}
@media (max-width: 768px) {
  .n5-box1 .list .item .img {
    height: calc(3rem / 2);
    padding: 0.2rem;
  }
}
.n5-box1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pager {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .pager {
    padding: 0.5rem 0;
  }
}
.pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager ul  span,.pager ul  em,.pager ul a {
  padding: 0 0.05rem;
}
.pager ul  span,.pager ul  em,.pager ul a {
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  font-size: 0.18rem;
  border-radius: 100%;
  text-align: center;
  line-height: 0.35rem;
}
@media (max-width: 768px) {
  .pager ul  span,.pager ul  em,.pager ul  a {
    font-size: 0.12rem;
  }
}
.pager ul  a.prev,
.pager ul  a.next {
  position: relative;
}
.pager ul  a.prev:hover,
.pager ul  a.next:hover {
  background: none !important;
}
.pager ul  a.prev:hover::before,
.pager ul  a.next:hover::before {
  background: url(../images/icons/jt-page-lefts.png) no-repeat center center;
  background-size: contain;
}
.pager ul  a.prev::before,
.pager ul  a.next::before {
  position: absolute;
  content: '';
  background: url(../images/icons/jt-page-left.png) no-repeat center center;
  background-size: contain;
  width: 0.08rem;
  height: 0.16rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .pager ul  a.prev::before,
  .pager ul  a.next::before {
    width: 0.05rem;
  }
}
.pager ul li a.next:hover {
  background: none !important;
}
.pager ul li a.next:hover::before {
  background: url(../images/icons/jt-page-rights.png) no-repeat center center;
  background-size: contain;
}
.pager ul li a.next::before {
  background: url(../images/icons/jt-page-right.png) no-repeat center center;
  background-size: contain;
}
.pager ul  span,
.pager ul  a:hover {
  background: #98292E;
  color: #fff;
}
.n6-box1 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n6-box1 {
    height: 3.8rem;
  }
}
.n6-box1 .bg-img {
  width: 100%;
}
@media (max-width: 768px) {
  .n6-box1 .bg-img {
    height: 100%;
  }
}
.n6-box1 .bg-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .n6-box1 .bg-img img {
    height: 100%;
    object-fit: cover;
  }
}
.n6-box1 .box-tit {
  position: absolute;
  top: 0.8rem;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .n6-box1 .box-tit {
    top: 0.4rem;
  }
}
.n6-box1 .box-tit .tit {
  color: #fff;
}
.n6-box1 .swiper1 {
  position: absolute;
  z-index: 3;
  top: 2.86rem;
  max-width: 14rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .n6-box1 .swiper1 {
    top: 1.3rem;
    left: 0;
    right: 0;
    transform: none;
  }
}
.n6-box1 .swiper1::before {
  position: absolute;
  content: '';
  height: 1px;
  left: 50%;
  right: 0;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  top: 50%;
}
.n6-box1 .swiper1 .swiper-slide-prev .item,
.n6-box1 .swiper1 .swiper-slide-next .item {
  transform: scale(0.6);
  background: #616F76;
}
.n6-box1 .swiper1 .swiper-slide-active .item {
  transform: scale(1);
  background: #C6976D;
}
.n6-box1 .swiper1 .item {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  text-align: center;
  line-height: 1.8rem;
  color: #fff;
  font-size: 0.6rem;
  background: #3E5058;
  transform: scale(0.4);
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .n6-box1 .swiper1 .item {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.14rem;
  }
}
.n6-box1 .swiper2-box {
  position: absolute;
  z-index: 3;
  bottom: 1.2rem;
  max-width: 14rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .n6-box1 .swiper2-box {
    bottom: 0.4rem;
    width: 100%;
    left: auto;
    transform: none;
  }
}
.n6-box1 .swiper2 {
  position: relative;
}
.n6-box1 .swiper2 .swiper-button-next,
.n6-box1 .swiper2 .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.1);
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 768px) {
  .n6-box1 .swiper2 .swiper-button-next,
  .n6-box1 .swiper2 .swiper-button-prev {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.n6-box1 .swiper2 .swiper-button-next::after,
.n6-box1 .swiper2 .swiper-button-prev::after {
  --swiper-navigation-size: 0.12rem;
  color: #fff;
}
@media (max-width: 768px) {
  .n6-box1 .swiper2 .swiper-button-next::after,
  .n6-box1 .swiper2 .swiper-button-prev::after {
    --swiper-navigation-size: 0.08rem;
  }
}
.n6-box1 .swiper2 .swiper-button-next:hover,
.n6-box1 .swiper2 .swiper-button-prev:hover {
  background-color: #9B262B;
}
.n6-box1 .swiper2 .item {
  display: flex;
  max-width: 8.8rem;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  .n6-box1 .swiper2 .item {
    max-width: 80%;
  }
}
.n6-box1 .swiper2 .item .img {
  width: 3.48rem;
  height: 2.3rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 5px;
  padding: 0.2rem 0.3rem;
}
@media (max-width: 768px) {
  .n6-box1 .swiper2 .item .img {
    width: 1.4rem;
    height: 0.8rem;
    padding: 0.1rem 0.15rem;
  }
}
.n6-box1 .swiper2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.n6-box1 .swiper2 .item .txt {
  padding-left: 0.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .n6-box1 .swiper2 .item .txt {
    padding-left: 0.2rem;
  }
}
.n6-box1 .swiper2 .item .txt .t1 {
  font-size: 0.28rem;
}
@media (max-width: 768px) {
  .n6-box1 .swiper2 .item .txt .t1 {
    font-size: 0.14rem;
  }
}
.n6-box1 .swiper2 .item .txt .desc {
  color: #fff;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .n6-box1 .swiper2 .item .txt .desc {
    font-size: 0.12rem;
  }
}
.n7-box1 {
  height: 8.15rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .n7-box1 {
    height: auto;
  }
}
.n7-box1:hover .bg-img img {
  transform: scale(1.1);
}
.n7-box1 .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.n7-box1 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.n7-box1 .container {
  position: relative;
  height: 100%;
  z-index: 33;
}
.n7-box1 .item {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  height: 100%;
}
@media (max-width: 768px) {
  .n7-box1 .item {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
}
.n7-box1 .item .item-li {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .n7-box1 .item .item-li {
    width: 100%;
  }
}
.n7-box1 .item .item-li:nth-child(1) {
  width: 3.9rem;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .n7-box1 .item .item-li:nth-child(1) {
    width: 100%;
  }
}
.n7-box1 .item .item-li:nth-child(2) {
  width: 4.2rem;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .n7-box1 .item .item-li:nth-child(2) {
    width: 100%;
  }
}
.n7-box1 .item .item-li:nth-child(3) {
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .n7-box1 .item .item-li:nth-child(3) {
    padding-left: 0;
    height: 3rem;
    padding-top: 0.5rem;
  }
}
.n7-box1 .item .box-tit .en {
  color: rgba(255, 255, 255, 0.3);
}
.n7-box1 .item .box-tit .tit {
  color: #fff;
}
@media (max-width: 768px) {
  .n7-box1 .item .img {
    padding-top: 0.5rem;
  }
}
.n7-box1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.n7-box1 .item .nano > .nano-pane {
  background: none;
  width: 5px;
}
.n7-box1 .item .nano > .nano-pane::before {
  position: absolute;
  content: '';
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  width: 1px;
}
.n7-box1 .item .nano > .nano-pane > .nano-slider {
  background: #C6976D;
}
.n7-box1 .item .line {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  position: relative;
}
@media (max-width: 768px) {
  .n7-box1 .item .line {
    padding-top: 0.4rem;
    padding-bottom: 0.1rem;
  }
}
.n7-box1 .item .line::before {
  position: absolute;
  content: '';
  background: url(../images/icons/dian3.png) no-repeat center left;
  background-size: contain;
  width: 0.18rem;
  height: 0.1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .n7-box1 .item .line::before {
    height: 0.05rem;
  }
}
.n7-box1 .item .name,
.n7-box1 .item .zw {
  font-size: 0.42rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .n7-box1 .item .name,
  .n7-box1 .item .zw {
    font-size: 0.22rem;
  }
}
.n7-box1 .item .zw {
  font-size: 0.24rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .n7-box1 .item .zw {
    font-size: 0.12rem;
  }
}
.n7-box1 .item .desc {
  padding-right: 0.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .n7-box1 .item .desc {
    padding-right: 0.2rem;
  }
}
.n7-box1 .item .desc p + p {
  margin-top: 1em;
}
.n8-box1 {
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}
.n8-box2 {
  position: relative;
  overflow: hidden;
  height: 7rem;
}
@media (max-width: 768px) {
  .n8-box2 {
    height: auto;
  }
}
.n8-box2 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.n8-box2 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.n8-box2 .bg-img img.active {
  opacity: 1;
  z-index: 33;
}
.n8-box2 .container {
  height: 100%;
  position: relative;
  z-index: 333;
}
.n8-box2 .list {
  height: 100%;
}
@media (max-width: 768px) {
  .n8-box2 .list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.n8-box2 .list .item {
  width: 33.33%;
  float: left;
  flex: 1 1 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .n8-box2 .list .item {
    float: auto;
    width: 100%;
    padding: 0.2rem;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.n8-box2 .list .item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .n8-box2 .list .item:first-child {
    border-left: none;
    border-top: none;
  }
}
.n8-box2 .list .item.active {
  flex: 0 0 auto;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .n8-box2 .list .item.active {
    width: auto;
    background: none;
  }
}
.n8-box2 .list .item .item-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.8rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .n8-box2 .list .item .item-box {
    position: static;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.n8-box2 .list .item .item-box .img {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .n8-box2 .list .item .item-box .img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.n8-box2 .list .item .item-box .img img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .n8-box2 .list .item .item-box .img img {
    width: 0.4rem;
  }
}
.n8-box2 .list .item .item-box .txt {
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .n8-box2 .list .item .item-box .txt {
    padding-top: 0.2rem;
  }
}
.n8-box2 .list .item .item-box .txt .en {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 1;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .n8-box2 .list .item .item-box .txt .en {
    font-size: 0.12rem;
  }
}
.n8-box2 .list .item .item-box .txt .t1 {
  font-size: 0.2rem;
  line-height: 1;
  padding-top: 0.14rem;
  position: relative;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .n8-box2 .list .item .item-box .txt .t1 {
    font-size: 0.12rem;
  }
}
.n8-box2 .list .item .item-box .txt .t1:after {
  position: absolute;
  height: 2px;
  width: 2em;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  background: #C6976D;
  bottom: 0;
}
.n8-box2 .list .item .item-box .txt .t2 {
  overflow: hidden;
  padding-top: 0.3rem;
  font-size: 0.24rem;
}
@media (max-width: 768px) {
  .n8-box2 .list .item .item-box .txt .t2 {
    display: block;
    font-size: 0.14rem;
    opacity: 1;
    padding-top: 1em;
  }
}
.n8-box3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .n8-box3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n8-box3 .desc {
  max-width: 8rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.24rem;
}
@media (max-width: 768px) {
  .n8-box3 .desc {
    font-size: 0.18rem;
  }
}
.n8-box3 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.18rem;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .n8-box3 .list {
    grid-template-columns: 1fr;
    grid-gap: 0.1rem;
  }
}
.n8-box3 .list .item {
  padding: 0.55rem 0.5rem 0.5rem 0.4rem;
  background: #F9F9F9;
  display: flex;
}
@media (max-width: 768px) {
  .n8-box3 .list .item {
    padding: 0.2rem 0.3rem;
  }
}
.n8-box3 .list .item .txt {
  padding-left: 0.3rem;
}
@media (max-width: 768px) {
  .n8-box3 .list .item .txt {
    padding-left: 0.15rem;
  }
}
.n8-box3 .list .item .txt .t1 {
  font-size: 0.24rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .n8-box3 .list .item .txt .t1 {
    font-size: 0.14rem;
  }
}
.n8-box3 .list .item .txt .t2 {
  font-size: 0.18rem;
  color: #999999;
  padding-top: 0.15rem;
}
@media (max-width: 768px) {
  .n8-box3 .list .item .txt .t2 {
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
}
.n8-box3 .list .item .img {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 2px solid rgba(153, 153, 153, 0.3);
  position: relative;
}
@media (max-width: 768px) {
  .n8-box3 .list .item .img {
    width: 0.5rem;
    height: 0.5rem;
    border-width: 1px;
  }
}
.n8-box3 .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}
@media (max-width: 768px) {
  .n8-box3 .list .item .img img {
    width: 0.2rem;
  }
}
.n8-box4 {
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
  background: url(../images/lxhl/8/2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .n8-box4 {
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
  }
}
.n8-box4 .box-tit {
  text-align: center;
}
.n8-box4 .list {
  padding-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n8-box4 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.n8-box4 .list .item {
  overflow: hidden;
  position: relative;
  height: 1.64rem;
  background-color: #fff;
}
.n8-box4 .list .item:hover .img {
  opacity: 1;
}
.n8-box4 .list .item:hover .txt {
  color: #fff;
}
.n8-box4 .list .item:hover .txt .t2 {
  color: #fff;
}
.n8-box4 .list .item .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.n8-box4 .list .item .img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.05rem solid rgba(198, 151, 109, 0.9);
}
.n8-box4 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n8-box4 .list .item .txt {
  padding: 0.4rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
.n8-box4 .list .item .txt .t1 {
  font-size: 0.24rem;
  line-height: 1;
  padding-bottom: 0.14rem;
}
@media (max-width: 768px) {
  .n8-box4 .list .item .txt .t1 {
    font-size: 0.14rem;
  }
}
.n8-box4 .list .item .txt .t2 {
  font-size: 0.18rem;
  font-weight: 300;
  color: #999;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .n8-box4 .list .item .txt .t2 {
    font-size: 0.12rem;
  }
}
.n8-box5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .n8-box5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.n8-box5 .box-tit {
  text-align: center;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .n8-box5 .box-tit {
    padding-bottom: 0.2rem;
  }
}
.n8-box5 .parameter {
  background: #FCFCFC;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 0.4rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.25rem;
}
@media (max-width: 768px) {
  .n8-box5 .parameter {
    padding: 0.15rem;
    grid-gap: 0.12rem;
  }
}
.n8-box5 .parameter .parameter-list {
  display: flex;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .n8-box5 .parameter .parameter-list {
    font-size: 0.12rem;
  }
}
.n8-box5 .parameter .parameter-list.hide {
  display: none;
}
.n8-box5 .parameter .parameter-list label {
  flex: 0 0 auto;
  line-height: 0.4rem;
  width: 1.7rem;
  padding-left: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n8-box5 .parameter .parameter-list label {
    width: 0.67rem;
    padding-left: 0.1rem;
    line-height: 1;
    padding: 0.4em 0;
  }
}
.n8-box5 .parameter .parameter-list .more {
  flex: 0 0 auto;
  width: 1.3rem;
  line-height: 0.4rem;
}
@media (max-width: 768px) {
  .n8-box5 .parameter .parameter-list .more {
    width: 0.4rem;
    line-height: 1;
    padding: 0.4em 0;
  }
}
.n8-box5 .parameter .parameter-list .list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  height: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .n8-box5 .parameter .parameter-list .list {
    height: 0.3rem;
  }
}
.n8-box5 .parameter .parameter-list .list.active {
  height: auto;
}
.n8-box5 .parameter .parameter-list .list > div {
  padding-bottom: 0.8em;
}
.n8-box5 .parameter .parameter-list .list span {
  display: inline-block;
  padding: 0 2em;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 10em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .n8-box5 .parameter .parameter-list .list span {
    height: auto;
    padding: 0.4em 1em;
    line-height: 1;
  }
}
.n8-box5 .parameter .parameter-list .list span:hover {
  color: #c6976d;
}
.n8-box5 .parameter .parameter-list .list span.active {
  color: #fff;
  background: #C6976D;
}
.n8-box5 .parameter-more {
  text-align: right;
}
.n8-box5 .parameter-more a {
  width: 1.3rem;
  text-align: center;
  display: inline-block;
  line-height: 0.4rem;
  height: 0.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .n8-box5 .parameter-more a {
    width: 0.8rem;
  }
}
.n8-box5 .parameter-more a.active::before {
  background: url(../images/icons/jt-6-up.png) no-repeat center center;
  background-size: contain;
}
.n8-box5 .parameter-more a::before {
  background: url(../images/icons/jt-5-down.png) no-repeat center center;
  background-size: contain;
  content: '';
  width: 0.16rem;
  height: 0.08rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n8-box5 .layui-form {
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .n8-box5 .layui-form {
    padding-top: 0.15rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.n8-box5 .layui-form .tips {
  flex: 1 1 auto;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .n8-box5 .layui-form .tips {
    font-size: 0.12rem;
    order: 33;
    padding-top: 0.2rem;
    text-align: left;
  }
}
.n8-box5 .layui-form .form {
  width: 6.4rem;
  display: flex;
}
@media (max-width: 768px) {
  .n8-box5 .layui-form .form {
    width: 100%;
  }
}
.n8-box5 .layui-form .form input {
  height: 0.8rem;
  line-height: 0.8rem;
  background: #FCFCFC;
  border: 1px solid #E7E7E7;
  font-size: 0.2rem;
  border-radius: 0.08rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  .n8-box5 .layui-form .form input {
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.12rem;
    border-radius: 0.04rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.n8-box5 .layui-form .form button {
  width: 1.6rem;
  height: 0.8rem;
  background: #9B262B;
  border: 1px solid #E7E7E7;
  line-height: 0.8rem;
  font-size: 0.2rem;
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
}
@media (max-width: 768px) {
  .n8-box5 .layui-form .form button {
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.12rem;
    border-top-right-radius: 0.04rem;
    border-bottom-right-radius: 0.04rem;
  }
}
.n8-box5 .job-list {
  padding-top: 0.6rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.2rem;
}
@media (max-width: 768px) {
  .n8-box5 .job-list {
    padding-top: 0.3rem;
    grid-gap: 0.1rem;
  }
}
.n8-box5 .job-list .item {
  height: 1.28rem;
  background: url(../images/lxhl/8/bg2.png) no-repeat right bottom #FFFFFF;
  background-size: cover;
  border: 1px solid #E7E7E7;
  border-radius: 0.08rem;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item {
    height: 0.5rem;
  }
}
.n8-box5 .job-list .item:hover {
  border: 1px solid #C6976D;
  box-shadow: 0px 23px 26px 2px rgba(198, 151, 109, 0.08);
}
.n8-box5 .job-list .item.active {
  height: auto;
  border: 1px solid #C6976D;
  box-shadow: 0px 23px 26px 2px rgba(198, 151, 109, 0.08);
}
.n8-box5 .job-list .item.active .item-head .t2 {
  display: block;
}
.n8-box5 .job-list .item.active .item-head .more::after {
  background: url(../images/icons/jt-6-up.png) no-repeat center center;
  background-size: contain;
}
.n8-box5 .job-list .item.active .item-body {
  display: block;
}
.n8-box5 .job-list .item .item-head {
  height: 1.28rem;
  position: relative;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item .item-head {
    height: 0.5rem;
  }
}
.n8-box5 .job-list .item .item-head .t1 {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.28rem;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item .item-head .t1 {
    font-size: 0.14rem;
    left: 0.2rem;
  }
}
.n8-box5 .job-list .item .item-head .t2 {
  display: none;
  position: absolute;
  left: 0.6rem;
  bottom: 0;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item .item-head .t2 {
    left: 0.2rem;
    font-size: 0.12rem;
    bottom: -0.3rem;
    padding-right: 0.2rem;
  }
}
.n8-box5 .job-list .item .item-head .more {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  font-size: 0.18rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item .item-head .more {
    right: 0.2rem;
    font-size: 0.12rem;
  }
}
.n8-box5 .job-list .item .item-head .more::after {
  display: block;
  content: '';
  background: url(../images/icons/jt-5-down.png) no-repeat center center;
  background-size: contain;
  width: 0.16rem;
  height: 0.08rem;
  margin-left: 0.1rem;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item .item-head .more::after {
    width: 0.08rem;
  }
}
.n8-box5 .job-list .item .item-body {
  display: none;
  padding: 0.8rem 0.6rem 0.6rem 0.6rem;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item .item-body {
    padding: 0.4rem 0.2rem 0.2rem 0.2rem;
  }
}
.n8-box5 .job-list .item .item-body .desc {
  padding-top: 0.4rem;
  border-top: 1px solid #E1E1E1;
}
@media (max-width: 768px) {
  .n8-box5 .job-list .item .item-body .desc {
    padding-top: 0.2rem;
  }
}
.n8-box5 .job-page {
  padding: 0.8rem 0;
  text-align: center;
}
.n8-box5 .job-page .el-pager li {
  height: 35.5px;
  line-height: 35.5px;
}
.n8-box5 .job-page .el-pager li.active {
  background: #9B262B;
  color: #fff !important;
  border-radius: 100%;
}
.n8-box5 .job-page .el-pager li:hover {
  color: #9B262B;
}
.n8-box5 .job-page .el-pagination {
  line-height: 35.5px;
}
.n8-box5 .job-page .el-pagination .btn-next,
.n8-box5 .job-page .el-pagination .btn-prev {
  line-height: 35.5px;
  height: 35.5px;
}
.n8-box5 .job-page .el-pagination .btn-next:hover,
.n8-box5 .job-page .el-pagination .btn-prev:hover {
  color: #9B262B;
}
[v-cloak] {
  display: none;
}
.pt-box1 {
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .pt-box1 {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
}
.pt-box1 .box-tit {
  text-align: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .pt-box1 .box-tit {
    padding-bottom: 0.3rem;
  }
}
.pt-box1 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 768px) {
  .pt-box1 .list {
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.pt-box1 .list .item {
  overflow: hidden;
  flex: 0 0 auto;
  width: 40%;
  padding: 0.2rem;
  height: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .pt-box1 .list .item {
    width: 100%;
    height: calc(6rem / 2);
    padding: 0;
  }
}
.pt-box1 .list .item:nth-child(1),
.pt-box1 .list .item:nth-child(4) {
  width: 60%;
}
@media (max-width: 768px) {
  .pt-box1 .list .item:nth-child(1),
  .pt-box1 .list .item:nth-child(4) {
    width: 100%;
  }
}
.pt-box1 .list .item:hover .img {
  box-shadow: 4px 8px 10px rgba(155, 38, 43, 0.3);
}
.pt-box1 .list .item:hover .img::before {
  opacity: 1;
}
.pt-box1 .list .item:hover .img img {
  transform: scale(1.1);
}
.pt-box1 .list .item:hover .txt {
  height: 100%;
}
.pt-box1 .list .item:hover .txt .line::after {
  background: url(../images/product/dian2.png) no-repeat center left;
  background-size: contain;
}
.pt-box1 .list .item:hover .txt .t1 {
  color: #fff;
}
.pt-box1 .list .item:hover .txt .desc {
  color: #fff;
  display: block;
  height: auto;
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .pt-box1 .list .item:hover .txt .desc {
    padding-top: 0.1rem;
  }
}
.pt-box1 .list .item .txt {
  position: absolute;
  z-index: 33;
  padding: 0.6rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .pt-box1 .list .item .txt {
    padding: 0.2rem;
  }
}
.pt-box1 .list .item .txt a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.pt-box1 .list .item .txt .line {
  height: 0.3rem;
  position: relative;
}
@media (max-width: 768px) {
  .pt-box1 .list .item .txt .line {
    height: 0.2rem;
  }
}
.pt-box1 .list .item .txt .line::after {
  position: absolute;
  content: '';
  background: url(../images/product/dian1.png) no-repeat center left;
  background-size: contain;
  width: 0.18rem;
  height: 0.1rem;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .pt-box1 .list .item .txt .line::after {
    width: 0.12rem;
  }
}
.pt-box1 .list .item .txt .t1 {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .pt-box1 .list .item .txt .t1 {
    font-size: 0.18rem;
  }
}
.pt-box1 .list .item .txt .desc {
  font-size: 0.18rem;
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .pt-box1 .list .item .txt .desc {
    font-size: 0.12rem;
  }
}
.pt-box1 .list .item .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.05rem;
}
.pt-box1 .list .item .img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(158, 35, 40, 0.9);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.pt-box1 .list .item .img::after {
  position: absolute;
  top: 50%;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.pt-box1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.pt2-box1 {
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .pt2-box1 {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
}
.pt2-box1 .box-tit {
  text-align: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .pt2-box1 .box-tit {
    padding-bottom: 0.3rem;
  }
}
.pt2-box1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .pt2-box1 .list {
    padding-bottom: 0.2rem;
    grid-template-columns: 1fr;
    grid-gap: 0.2rem;
  }
}
.pt2-box1 .list .item {
  transition: all ease-in-out 0.3s;
}
.pt2-box1 .list .item a {
  display: block;
  height: 100%;
}
.pt2-box1 .list .item:hover {
  box-shadow: 0px 18px 22px 1px rgba(161, 161, 161, 0.13);
}
.pt2-box1 .list .item:hover .img img {
  transform: scale(1.1);
}
.pt2-box1 .list .item:hover .txt {
  color: #9B262B;
}
.pt2-box1 .list .item .img {
  height: 3.3rem;
  background: #FAFAFA;
  border-radius: 0.05rem;
  overflow: hidden;
}
.pt2-box1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.3s;
}
.pt2-box1 .list .item .txt {
  text-align: center;
  max-width: 320px;
  padding: 0.4rem 0.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .pt2-box1 .list .item .txt {
    padding: 0.2rem 0.1rem;
  }
}
.pt2-box1 .list .item .txt .t1 {
  font-size: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .pt2-box1 .list .item .txt .t1 {
    font-size: 0.14rem;
  }
}
.pt-show1 {
  padding-top: 0.2rem;
}
.pt-show1 .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .pt-show1 .container {
    grid-template-columns: 1fr;
    overflow: hidden;
    display: block;
  }
}
.pt-show1 .container .left {
  display: flex;
  height: 5.54rem;
}
@media (max-width: 768px) {
  .pt-show1 .container .left {
    height: auto;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
  }
}
.pt-show1 .container .left .swiper1 {
  height: 100%;
  flex: 1 1 auto;
  padding-right: 0.1rem;
  position: relative;
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper1 {
    order: 3;
    height: 1rem;
    width: 100%;
    padding-right: 0;
    padding-top: 0.1rem;
  }
}
.pt-show1 .container .left .swiper1 .swiper-button-next,
.pt-show1 .container .left .swiper1 .swiper-button-prev {
  height: 0.3rem;
  width: auto;
  --swiper-navigation-size: 0.12rem;
  left: 0;
  right: 0.1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper1 .swiper-button-next,
  .pt-show1 .container .left .swiper1 .swiper-button-prev {
    width: 0.3rem;
    height: auto;
    top: 0.1rem;
    bottom: 0;
  }
}
.pt-show1 .container .left .swiper1 .swiper-button-next:after,
.pt-show1 .container .left .swiper1 .swiper-button-prev:after {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper1 .swiper-button-next:after,
  .pt-show1 .container .left .swiper1 .swiper-button-prev:after {
    transform: none;
  }
}
.pt-show1 .container .left .swiper1 .swiper-button-next:hover,
.pt-show1 .container .left .swiper1 .swiper-button-prev:hover {
  color: #fff;
}
.pt-show1 .container .left .swiper1 .swiper-button-next:hover::before,
.pt-show1 .container .left .swiper1 .swiper-button-prev:hover::before {
  opacity: 1;
}
.pt-show1 .container .left .swiper1 .swiper-button-prev {
  top: 0;
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper1 .swiper-button-prev {
    top: 0.1rem;
  }
}
.pt-show1 .container .left .swiper1 .swiper-button-prev::before {
  position: absolute;
  content: '';
  background: url(../images/icons/bg-swiper2.png) no-repeat center bottom;
  background-size: cover;
  height: 0.6rem;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper1 .swiper-button-prev::before {
    background: url(../images/icons/bg-swiper4.png) no-repeat center bottom;
    background-size: cover;
    width: 0.6rem;
    top: 0;
    height: auto;
  }
}
.pt-show1 .container .left .swiper1 .swiper-button-next {
  bottom: 0;
  top: auto;
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper1 .swiper-button-next {
    top: 0.1rem;
    left: auto;
    right: 0;
  }
}
.pt-show1 .container .left .swiper1 .swiper-button-next::before {
  position: absolute;
  content: '';
  background: url(../images/icons/bg-swiper.png) no-repeat center bottom;
  background-size: cover;
  height: 0.6rem;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper1 .swiper-button-next::before {
    background: url(../images/icons/bg-swiper3.png) no-repeat center bottom;
    background-size: cover;
    width: 0.6rem;
    top: 0;
    height: auto;
  }
}
.pt-show1 .container .left .swiper1 .swiper {
  height: 100%;
}
.pt-show1 .container .left .swiper1 .item {
  overflow: hidden;
  background: #F8F8F8;
  height: 100%;
}
.pt-show1 .container .left .swiper1 .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pt-show1 .container .left .swiper2 {
  flex: 0 0 auto;
  width: 5.54rem;
  height: 5.54rem;
  background: #F8F8F8;
  position: relative;
}
@media (max-width: 768px) {
  .pt-show1 .container .left .swiper2 {
    width: 100%;
    height: 3.2rem;
  }
}
.pt-show1 .container .left .swiper2 .swiper-button-next,
.pt-show1 .container .left .swiper2 .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.15rem;
  bottom: 0.2rem;
  top: auto;
  --swiper-navigation-size: 0.12rem;
  background: #9B262B;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.pt-show1 .container .left .swiper2 .swiper-button-next:hover,
.pt-show1 .container .left .swiper2 .swiper-button-prev:hover {
  background: #9B262B;
}
.pt-show1 .container .left .swiper2 .swiper {
  height: 100%;
}
.pt-show1 .container .left .swiper2 .item {
  overflow: hidden;
  height: 100%;
}
.pt-show1 .container .left .swiper2 .item:hover img {
  transform: scale(1.1);
}
.pt-show1 .container .left .swiper2 .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.3s;
}
.pt-show1 .container .right {
  padding-left: 0.6rem;
}
@media (max-width: 768px) {
  .pt-show1 .container .right {
    padding-left: 0;
    padding-top: 0.2rem;
  }
}
.pt-show1 .container .right .txt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pt-show1 .container .right .txt .t1 {
  flex: 0 0 auto;
  padding-bottom: 0.4rem;
  padding-top: 0.2rem;
  font-size: 0.32rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .t1 {
    padding-bottom: 0.2rem;
    font-size: 0.22rem;
  }
}
.pt-show1 .container .right .txt .info {
  flex: 1 1 auto;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 0.3rem 0;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .info {
    font-size: 0.12rem;
  }
}
.pt-show1 .container .right .txt .info ul li {
  display: grid;
  grid-template-columns: 2rem 1fr;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .info ul li {
    grid-template-columns: 1.2rem 1fr;
  }
}
.pt-show1 .container .right .txt .info ul li label {
  color: #999;
}
.pt-show1 .container .right .txt .info ul li + li {
  padding-top: 0.15rem;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .info ul li + li {
    padding-top: 0.1rem;
  }
}
.pt-show1 .container .right .txt .smbtn {
  flex: 0 0 auto;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .smbtn {
    padding-top: 0.2rem;
    text-align: center;
  }
}
.pt-show1 .container .right .txt .smbtn a {
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #9E2328;
  width: 2.1rem;
  border-radius: 10em;
  position: relative;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .smbtn a {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.pt-show1 .container .right .txt .smbtn a:hover p {
  display: block;
}
.pt-show1 .container .right .txt .smbtn a p {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 0.05rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  box-shadow: 0 0 10px rgba(198, 151, 109, 0.4);
  display: none;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .smbtn a p {
    bottom: 0.5rem;
  }
}
.pt-show1 .container .right .txt .smbtn a p::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.pt-show1 .container .right .txt .smbtn a p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pt-show1 .container .right .txt .smbtn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .smbtn a span {
    font-size: 0.14rem;
  }
}
.pt-show1 .container .right .txt .smbtn a span::before {
  margin-right: 0.1rem;
  content: '';
  background: url(../images/icons/sys.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 768px) {
  .pt-show1 .container .right .txt .smbtn a span::before {
    width: 0.12rem;
  }
}
.pt-show2 {
  padding-top: 1.2rem;
}
@media (max-width: 768px) {
  .pt-show2 {
    padding-top: 0.2rem;
  }
}
.pt-show2 .tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-show2 .tab a {
  margin: 0 0.5rem;
  display: block;
  position: relative;
  font-size: 0.24rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .pt-show2 .tab a {
    margin: 0 0.15rem;
    padding-bottom: 0.2rem;
    font-size: 0.14rem;
  }
}
.pt-show2 .tab a:hover {
  color: #9B262B;
}
.pt-show2 .tab a.active {
  color: #9B262B;
}
.pt-show2 .tab a.active::after {
  opacity: 1;
}
.pt-show2 .tab a::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.03rem;
  opacity: 0;
  background: #9E2328;
}
@media (max-width: 768px) {
  .pt-show2 .tab a::after {
    height: 0.01rem;
  }
}
.pt-show2 .content {
  background: #FCFCFC;
  padding: 0.6rem 0;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .pt-show2 .content {
    padding: 0.3rem 0;
  }
}
.pt-show2 .content img {
  max-width: 100%;height:auto !important;
}
.news-box1 {
  padding-top: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-box1 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.news-box1 .box-tit {
  text-align: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .news-box1 .box-tit {
    padding-bottom: 0.3rem;
  }
}
.news-box1 .list .item {
  height: 2.6rem;
  padding: 0.6rem 0;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
@media (max-width: 768px) {
  .news-box1 .list .item {
    padding: 0.2rem 0;
    height: 1.2rem;
  }
}
.news-box1 .list .item::before {
  position: absolute;
  content: '';
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: url(../images/news/bg.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.news-box1 .list .item:hover::before {
  opacity: 1;
}
.news-box1 .list .item:hover .img img {
  transform: scale(1.1);
}
.news-box1 .list .item:hover .txt .t1 {
  color: #9B262B;
}
.news-box1 .list .item > .date {
  width: calc(1.18rem + 1.05rem);
  text-align: center;
  font-size: 0.24rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .news-box1 .list .item > .date {
    display: none;
  }
}
.news-box1 .list .item .img {
  width: 2.5rem;
  height: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  border-radius: 0.05rem;
}
@media (max-width: 768px) {
  .news-box1 .list .item .img {
    width: 1rem;
  }
}
.news-box1 .list .item .img a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.news-box1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box1 .list .item .txt {
  padding-left: 0.6rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .news-box1 .list .item .txt {
    padding-left: 0.2rem;
  }
}
.news-box1 .list .item .txt .date {
  font-size: 0.1rem;
  display: none;
}
@media (max-width: 768px) {
  .news-box1 .list .item .txt .date {
    display: block;
  }
}
.news-box1 .list .item .txt .t1 {
  font-size: 0.24rem;
  flex: 0 0 auto;
  padding-top: 0.5em;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-box1 .list .item .txt .t1 {
    font-size: 0.14rem;
    white-space: normal;
    line-height: 1.5;
  }
}
.news-box1 .list .item .txt .t1 a {
  line-height: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .news-box1 .list .item .txt .t1 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 1.5;
  }
}
.news-box1 .list .item .txt .t1 a:hover {
  color: #9B262B;
}
.news-box1 .list .item .txt .desc {
  flex: 1 1 auto;
  padding-top: 1.5em;
}
@media (max-width: 768px) {
  .news-box1 .list .item .txt .desc {
    display: none;
  }
}
.news-box1 .list .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.news-box1 .list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.8rem;
  grid-column-gap: 0.4rem;
}
@media (max-width: 768px) {
  .news-box1 .list2 {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.news-box1 .list2 .item {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.02rem solid #E7E7E7;
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
  position: relative;
}
@media (max-width: 768px) {
  .news-box1 .list2 .item {
    border-width: 0.01rem;
  }
}
.news-box1 .list2 .item::before {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: url(../images/news/bg2.png) no-repeat right bottom;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.news-box1 .list2 .item:hover {
  box-shadow: 0px 0.1rem 0.2rem 2px rgba(155, 38, 43, 0.18);
}
.news-box1 .list2 .item:hover::before {
  opacity: 1;
}
.news-box1 .list2 .item:hover .img img {
  transform: scale(1.1);
}
.news-box1 .list2 .item:hover .txt .date {
  color: rgba(255, 255, 255, 0.5);
}
.news-box1 .list2 .item:hover .txt .t1 a {
  color: #ffffff;
}
.news-box1 .list2 .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.5);
}
.news-box1 .list2 .item .txt {
  padding: 0.4rem 0.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .news-box1 .list2 .item .txt {
    padding: 0.2rem 0.1rem;
  }
}
.news-box1 .list2 .item .txt .date {
  font-size: 0.18rem;
  color: #999;
  line-height: 1;
  padding-bottom: 0.15rem;
}
@media (max-width: 768px) {
  .news-box1 .list2 .item .txt .date {
    font-size: 0.1rem;
  }
}
.news-box1 .list2 .item .txt .t1 {
  font-size: 0.24rem;
  line-height: 1.2;
  height: calc(2em + 1em);
}
@media (max-width: 768px) {
  .news-box1 .list2 .item .txt .t1 {
    font-size: 0.15rem;
  }
}
.news-box1 .list2 .item .txt .t1 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.news-box1 .list2 .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.news-box1 .list2 .item .img {
  position: relative;
  z-index: 2;
  height: 2.46rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-box1 .list2 .item .img {
    height: calc(3.46rem / 2);
  }
}
.news-box1 .list2 .item .img a {
  display: block;
  height: 100%;
}
.news-box1 .list2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box1 .list3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .news-box1 .list3 {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.news-box1 .list3 .item {
  border-radius: 0.05rem;
  border: 1px solid #e7e7e7;
  background: url(../images/news/bg3.png) no-repeat right bottom;
  background-size: cover;
  overflow: hidden;
}
.news-box1 .list3 .item:hover {
  background: url(../images/news/bg4.png) no-repeat right bottom;
  background-size: cover;
  border-color: #9B262B;
  box-shadow: 0.05rem 0.06rem 0.15rem rgba(155, 38, 43, 0.05);
}
.news-box1 .list3 .item:hover .txt .t1 a {
  color: #9B262B;
}
.news-box1 .list3 .item .txt {
  padding: 0.4rem 0.3rem;
  position: relative;
  z-index: 2;
  padding: 0.6rem 0.5rem;
}
@media (max-width: 768px) {
  .news-box1 .list3 .item .txt {
    padding: 0.2rem 0.1rem;
  }
}
.news-box1 .list3 .item .txt .date {
  font-size: 0.18rem;
  color: #999;
  line-height: 1;
  padding-bottom: 0.15rem;
}
@media (max-width: 768px) {
  .news-box1 .list3 .item .txt .date {
    font-size: 0.1rem;
  }
}
.news-box1 .list3 .item .txt .t1 {
  font-size: 0.24rem;
  line-height: 1.2;
  height: calc(2em + 1em);
}
@media (max-width: 768px) {
  .news-box1 .list3 .item .txt .t1 {
    font-size: 0.15rem;
  }
}
.news-box1 .list3 .item .txt .t1 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.news-box1 .list3 .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
@media (max-width: 768px) {
  .news-box1 .list3 .item .txt {
    padding: 0.3rem 0.2rem;
  }
}
.news-box1 .list3 .item .txt .t1 {
  height: auto;
}
.news-box1 .list3 .item .txt .t1 a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.news-box1 .list3 .item .txt .desc {
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .news-box1 .list3 .item .txt .desc {
    padding-top: 0.1rem;
  }
}
.news-box1 .list3 .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.news-box1 .list4-down {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .news-box1 .list4-down {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.15rem;
  }
}
.news-box1 .list4-down .item {
  border-radius: 0.05rem;
  border: 1px solid #e7e7e7;
  background: url(../images/news/4.png) no-repeat right bottom;
  background-size: cover;
  overflow: hidden;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .news-box1 .list4-down .item {
    padding: 0.2rem;
  }
}
.news-box1 .list4-down .item .img {
  width: 0.86rem;
  position: relative;
  height: 0.86rem;
}
@media (max-width: 768px) {
  .news-box1 .list4-down .item .img {
    width: calc(0.86rem / 2);
    height: calc(0.86rem / 2);
  }
}
.news-box1 .list4-down .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.3s;
}
.news-box1 .list4-down .item .img img.img1 {
  opacity: 1;
  z-index: 3;
}
.news-box1 .list4-down .item .img img.img2 {
  opacity: 0;
  z-index: 1;
}
.news-box1 .list4-down .item .txt {
  font-size: 0.24rem;
  line-height: 1;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .news-box1 .list4-down .item .txt {
    font-size: 0.15rem;
  }
}
.news-box1 .list4-down .item .txt .info {
  display: flex;
  align-items: center;
  padding-top: 1em;
  font-size: 0.2rem;
  color: #999;
}
@media (max-width: 768px) {
  .news-box1 .list4-down .item .txt .info {
    font-size: 0.09rem;
  }
}
.news-box1 .list4-down .item .txt .info .size {
  flex: 1 1 auto;
}
.news-box1 .list4-down .item .txt .info .down a {
  background: url(../images/news/down.png) no-repeat center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 0.4rem;
  height: 0.36rem;
}
@media (max-width: 768px) {
  .news-box1 .list4-down .item .txt .info .down a {
    width: 0.2rem;
    height: calc(0.36rem / 2);
  }
}
.news-box1 .list4-down .item:hover {
  border-color: #9B262B;
  box-shadow: 0.05rem 0.06rem 0.15rem rgba(155, 38, 43, 0.05);
}
.news-box1 .list4-down .item:hover .txt .t1 a {
  color: #9B262B;
}
.news-box1.news-box1-down {
  position: relative;
  padding-bottom: 1.2rem;
}
.news-box1.news-box1-down .container {
  position: relative;
  z-index: 3;
}
.news-box1.news-box1-down::before {
  position: absolute;
  content: '';
  background: url(../images/news/bg5.png) no-repeat right bottom;
  background-size: 99% 99%;
  width: 6.93rem;
  height: 5.51rem;
  right: -5vw;
  bottom: -10vh;
}
@media (max-width: 768px) {
  .news-box1.news-box1-down::before {
    width: calc(6.93rem / 2);
    height: calc(5.51rem / 2);
  }
}
.news-box1 .list5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .news-box1 .list5 {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.news-box1 .list5 .item {
  border-radius: 0.05rem;
  border: 1px solid #e7e7e7;
  background: url(../images/news/bg3.png) no-repeat right bottom;
  background-size: cover;
  overflow: hidden;
  padding: 0.3rem;
  display: flex;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .news-box1 .list5 .item {
    padding: 0.2rem;
  }
}
.news-box1 .list5 .item .txt {
  padding-left: 0.6rem;
  padding-top: 0.5rem;
  flex: 1 1 auto;
  padding-right: 0.2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .news-box1 .list5 .item .txt {
    padding-top: 0.2rem;
    padding-right: 0;
    padding-left: 0.2rem;
  }
}
.news-box1 .list5 .item .txt .date {
  flex: 0 0 auto;
  font-size: 0.2rem;
  line-height: 1;
  color: #999;
}
@media (max-width: 768px) {
  .news-box1 .list5 .item .txt .date {
    font-size: 0.08rem;
  }
}
.news-box1 .list5 .item .txt .t1 {
  font-size: 0.24rem;
  padding-top: 0.8em;
  line-height: 1.2;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .news-box1 .list5 .item .txt .t1 {
    font-size: 0.15rem;
  }
}
.news-box1 .list5 .item .txt .t1 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.news-box1 .list5 .item .txt .down {
  flex: 0 0 auto;
  padding-bottom: 0.4rem;
}
.news-box1 .list5 .item .txt .down a {
  background: url(../images/news/down.png) no-repeat center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 0.4rem;
  height: 0.36rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .news-box1 .list5 .item .txt .down a {
    width: 0.2rem;
    height: calc(0.36rem / 2);
  }
}
.news-box1 .list5 .item .img {
  width: 2.6rem;
  height: 3.6rem;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .news-box1 .list5 .item .img {
    width: calc(2.6rem / 2);
    height: calc(3.6rem / 2);
  }
}
.news-box1 .list5 .item .img img {
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box1 .list5 .item:hover {
  background: url(../images/news/bg4.png) no-repeat right bottom;
  background-size: cover;
  border-color: #9B262B;
  box-shadow: 0.05rem 0.06rem 0.15rem rgba(155, 38, 43, 0.05);
}
.news-box1 .list5 .item:hover .txt .t1 a {
  color: #9B262B;
}
.news-show {
  padding: 0.6rem 0;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-show {
    padding: 0.3rem 0;
  }
}
.news-show .thead {
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .news-show .thead {
    border-bottom-width: 1px;
    padding-bottom: 0.3rem;
  }
}
.news-show .thead .t1 {
  font-size: 0.28rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .news-show .thead .t1 {
    font-size: 0.2rem;
  }
}
.news-show .thead .info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 34, 34, 0.5);
  padding-top: 0.4rem;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  .news-show .thead .info {
    font-size: 0.12rem;
    padding-top: 0.2rem;
  }
}
.news-show .thead .info .time {
  display: flex;
  align-items: center;
}
.news-show .thead .info .time::before {
  content: '';
  background: url(../images/news/time.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  margin-right: 0.08rem;
}
@media (max-width: 768px) {
  .news-show .thead .info .time::before {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.news-show .thead .info .hits {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
.news-show .thead .info .hits::before {
  content: '';
  background: url(../images/news/show.png) no-repeat center center;
  background-size: contain;
  width: 0.21rem;
  height: 0.15rem;
  display: block;
  margin-right: 0.08rem;
}
@media (max-width: 768px) {
  .news-show .thead .info .hits::before {
    width: 0.15rem;
  }
}
.news-show .tbody {
  padding: 0.6rem 0;
  font-weight: normal;
  color: rgba(34, 34, 34, 0.5);
  font-size: 0.18rem;
  line-height: 1.8;
}
 .news-show .tbody video{max-width: 100%; height: auto;}
@media (max-width: 768px) {
  .news-show .tbody {
    font-size: 0.12rem;
  }
}
.news-show .tbody p + p {
  margin-top: 2em;
}
.news-show .tbody .year {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding-top: 0.8rem;
}
@media (max-width: 768px) {
  .news-show .tbody .year {
    padding-top: 0.4rem;
  }
}
.news-show .tbody .year span {
  font-size: 0.56rem;
  color: #c6976d;
}
@media (max-width: 768px) {
  .news-show .tbody .year span {
    font-size: 0.24rem;
  }
}
.news-show .tbody .year i {
  font-size: 0.24rem;
  font-style: normal;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
}
@media (max-width: 768px) {
  .news-show .tbody .year i {
    font-size: 0.12rem;
  }
}
.news-show .tbody ul.num {
  padding-top: 0.8rem;
  display: flex;
}
@media (max-width: 768px) {
  .news-show .tbody ul.num {
    padding-top: 0.4rem;
  }
}
.news-show .tbody ul.num li + li {
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .news-show .tbody ul.num li + li {
    padding-left: 0.4rem;
  }
}
.news-show .tbody ul.num li .number span {
  line-height: 1;
  color: #222;
  font-size: 0.24rem;
}
@media (max-width: 768px) {
  .news-show .tbody ul.num li .number span {
    font-size: 0.12rem;
  }
}
.news-show .tbody ul.num li .number span:first-child {
  font-size: 0.8rem;
  color: #c6976d;
}
@media (max-width: 768px) {
  .news-show .tbody ul.num li .number span:first-child {
    font-size: 0.3rem;
  }
}
.news-show .tbody ul.num li .tt {
  color: #999;
  font-size: 0.24rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .news-show .tbody ul.num li .tt {
    font-size: 0.12rem;
  }
}
@media (max-width: 768px) {
  .news-show .tbody {
    padding: 0.3rem 0;
  }
}
.news-show .tbody img {
  max-width: 100%;
}
.news-show .nextprev {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .news-show .nextprev {
    grid-template-columns: 1fr;
    grid-gap: 0.2rem;
  }
}
.news-show .nextprev a {
  height: 0.8rem;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 0.18rem;
  overflow: hidden;
  color: #424242;
}
@media (max-width: 768px) {
  .news-show .nextprev a {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.12rem;
    height: 0.4rem;
  }
}
.news-show .nextprev a p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-show .nextprev a:hover {
  color: #9B262B;
}
.news-show .nextprev a.prev:hover::before {
  background: url(../images/icons/jt-page-lefts.png) no-repeat center center;
  background-size: contain;
}
.news-show .nextprev a.prev::before {
  content: '';
  background: url(../images/icons/jt-page-left.png) no-repeat center center;
  background-size: contain;
  width: 0.08rem;
  height: 0.16rem;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .news-show .nextprev a.prev::before {
    width: 0.04re;
    height: 0.08rem;
  }
}
.news-show .nextprev a.next {
  justify-content: flex-end;
}
.news-show .nextprev a.next:hover::after {
  background: url(../images/icons/jt-page-rights.png) no-repeat center center;
  background-size: contain;
}
.news-show .nextprev a.next::after {
  content: '';
  background: url(../images/icons/jt-page-right.png) no-repeat center center;
  background-size: contain;
  width: 0.08rem;
  height: 0.16rem;
  margin-left: 0.1rem;
}
@media (max-width: 768px) {
  .news-show .nextprev a.next::after {
    width: 0.04re;
    height: 0.08rem;
  }
}
.news-show .fx {
  position: relative;
  padding: 0.8rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .news-show .fx {
    padding: 0.4rem 0;
  }
}
.news-show .fx::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  background: #E5E5E5;
  top: 50%;
}
.news-show .fx .icon-list {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0.3rem;
  position: relative;
  z-index: 3;
}
.news-show .fx .icon-list .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.news-show .fx .icon-list a {
  width: 0.45rem;
  height: 0.45rem;
  background: #9B262B;
  border-radius: 100%;
  margin: 0 0.1rem;
  display: block;
}
@media (max-width: 768px) {
  .news-show .fx .icon-list a {
    width: 0.35rem;
    height: 0.35rem;
  }
}
.news-show .fx .icon-list a.icon-wx2 {
  position: relative;
}
.news-show .fx .icon-list a.icon-wx2:hover p {
  opacity: 1;
  display: block;
}
.news-show .fx .icon-list a.icon-wx2 p {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 0.04rem;
  left: 50%;
  transform: translateY(calc(-100% - 10px)) translateX(-50%);
  padding: 0.05rem;
  opacity: 0;
  display: none;
  transition: all ease-in-out 0.3s;
}
.news-show .fx .icon-list a.icon-wx2 p::after {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  content: '';
  border-top-color: #fff;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.news-show .fx .icon-list a.icon-wx2 p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-show .fh {
  height: 0.8rem;
  line-height: 0.8rem;
  background: rgba(247, 247, 247, 0.5);
  border: 1px solid #E7E7E7;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .news-show .fh {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.news-show .fh:hover {
  border: 1px solid #9B262B;
}
.news-show .fh:hover a {
  color: #9B262B;
}
.news-show .fh a {
  display: block;
  text-align: center;
  height: 100%;
  font-size: 0.24rem;
  color: #424242;
}
@media (max-width: 768px) {
  .news-show .fh a {
    font-size: 0.12rem;
  }
}
.sy-box1 {
  overflow: hidden;
}
.sy-box1 .box-tit {
  text-align: center;
}
.sy-box1 .list {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .sy-box1 .list {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
}
.sy-box1 .list .item {
  display: flex;
  position: relative;
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  .sy-box1 .list .item {
    padding: 0.2rem 0;
    display: block;
  }
}
.sy-box1 .list .item:hover .img img {
  transform: scale(1.1);
}
.sy-box1 .list .item:nth-child(even)::before {
  background: url(../images/shiye/bg2.png) no-repeat center center;
  background-size: cover;
  left: 0;
  transform: translateX(-50%);
}
.sy-box1 .list .item:nth-child(even) .img {
  order: 0;
}
.sy-box1 .list .item:nth-child(even) .txt {
  padding-right: 0;
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .sy-box1 .list .item:nth-child(even) .txt {
    padding-left: 0;
  }
}
.sy-box1 .list .item:nth-child(even) .txt::before {
  left: 0.8rem;
  right: 0;
}
@media (max-width: 768px) {
  .sy-box1 .list .item:nth-child(even) .txt::before {
    left: 0;
  }
}
.sy-box1 .list .item::before {
  position: absolute;
  content: '';
  background: url(../images/shiye/bg1.png) no-repeat center center;
  background-size: cover;
  width: 5.68rem;
  height: 3.76rem;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .sy-box1 .list .item::before {
    width: calc(5.68rem / 2);
    height: calc(3.76rem / 2);
  }
}
.sy-box1 .list .item .img {
  flex: 0 0 auto;
  order: 3;
  width: 7rem;
  height: 3.95rem;
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .sy-box1 .list .item .img {
    width: 100%;
    order: 0;
    height: 2.2rem;
  }
}
.sy-box1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.sy-box1 .list .item .txt {
  flex: 1 1 auto;
  padding-right: 0.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .sy-box1 .list .item .txt {
    padding-right: 0;
    margin-top: 0.2rem;
  }
}
.sy-box1 .list .item .txt::before {
  position: absolute;
  content: '';
  height: 1px;
  left: 0;
  right: 0.8rem;
  top: 0;
  background: #C6976D;
}
@media (max-width: 768px) {
  .sy-box1 .list .item .txt::before {
    right: 0;
  }
}
.sy-box1 .list .item .txt .txt-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  .sy-box1 .list .item .txt .txt-box {
    padding-top: 0.3rem;
  }
}
.sy-box1 .list .item .txt .txt-box .line {
  background: url(../images/icons/dian3.png) no-repeat center center;
  background-size: contain;
  width: 0.18rem;
  height: 0.1rem;
}
@media (max-width: 768px) {
  .sy-box1 .list .item .txt .txt-box .line {
    width: 0.15rem;
  }
}
.sy-box1 .list .item .txt .txt-box .t1 {
  line-height: 1;
  font-size: 0.32rem;
  font-weight: bold;
  padding: 0.4rem 0 0.3rem 0;
}
@media (max-width: 768px) {
  .sy-box1 .list .item .txt .txt-box .t1 {
    font-size: 0.16rem;
    padding: 0.2rem 0;
  }
}
.sy-box1 .list .item .txt .txt-box .desc {
  text-align: justify;
}
.sy-box1 .list2 {
  padding: 0.6rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.4rem;
}
@media (max-width: 768px) {
  .sy-box1 .list2 {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    grid-gap: 0.15rem;
  }
}
.sy-box1 .list2 .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-radius: 0.05rem;
  background: #FBFBFB;
  border: 1px solid #E4E4E4;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item {
    grid-template-columns: 1fr;
  }
}
.sy-box1 .list2 .item:hover .img img {
  transform: scale(1.1);
}
.sy-box1 .list2 .item .img {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item .img {
    width: 100%;
    order: 0;
    height: 2.2rem;
  }
}
.sy-box1 .list2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item .txt {
    padding: 0.2rem;
  }
}
.sy-box1 .list2 .item .txt .txt-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.sy-box1 .list2 .item .txt .txt-box .line {
  height: 0.6rem;
  order: 3;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item .txt .txt-box .line {
    height: 0.3rem;
  }
}
.sy-box1 .list2 .item .txt .txt-box .line::before {
  position: absolute;
  background: url(../images/icons/dian3.png) no-repeat center center;
  background-size: contain;
  width: 0.18rem;
  height: 0.1rem;
  content: '';
  top: 0;
  left: 0.6rem;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item .txt .txt-box .line::before {
    width: 0.15rem;
    left: 0;
  }
}
.sy-box1 .list2 .item .txt .txt-box .t1 {
  line-height: 1;
  font-size: 0.32rem;
  font-weight: bold;
  padding: 0.4rem 0.6rem 0.3rem 0.6rem;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item .txt .txt-box .t1 {
    font-size: 0.16rem;
    padding: 0.2rem 0;
  }
}
.sy-box1 .list2 .item .txt .txt-box .t1::after {
  position: absolute;
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E4E4E4;
}
.sy-box1 .list2 .item .txt .txt-box .t1 span {
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 3;
}
.sy-box1 .list2 .item .txt .txt-box .t1 span::after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  background-color: #9B262B;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item .txt .txt-box .t1 span::after {
    bottom: -0.2rem;
  }
}
.sy-box1 .list2 .item .txt .txt-box .desc {
  text-align: justify;
  flex: 1 1 auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .sy-box1 .list2 .item .txt .txt-box .desc {
    padding: 0.2rem 0;
  }
}
.sy-box1 .list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.8rem;
  grid-column-gap: 0.4rem;
}
@media (max-width: 768px) {
  .sy-box1 .list3 {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.sy-box1 .list3 .item {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.02rem solid #E7E7E7;
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
  position: relative;
}
@media (max-width: 768px) {
  .sy-box1 .list3 .item {
    border-width: 0.01rem;
  }
}
.sy-box1 .list3 .item::before {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: url(../images/news/bg2.png) no-repeat right bottom;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.sy-box1 .list3 .item:hover {
  box-shadow: 0px 0.1rem 0.2rem 2px rgba(155, 38, 43, 0.18);
}
.sy-box1 .list3 .item:hover::before {
  opacity: 1;
}
.sy-box1 .list3 .item:hover .img img {
  transform: scale(1.1);
}
.sy-box1 .list3 .item:hover .txt .date {
  color: rgba(255, 255, 255, 0.5);
}
.sy-box1 .list3 .item:hover .txt .t1 a {
  color: #ffffff;
}
.sy-box1 .list3 .item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.5);
}
.sy-box1 .list3 .item .txt {
  padding: 0.4rem 0.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .sy-box1 .list3 .item .txt {
    padding: 0.2rem 0.1rem;
  }
}
.sy-box1 .list3 .item .txt .date {
  font-size: 0.18rem;
  color: #999;
  line-height: 1;
  padding-bottom: 0.15rem;
}
@media (max-width: 768px) {
  .sy-box1 .list3 .item .txt .date {
    font-size: 0.1rem;
  }
}
.sy-box1 .list3 .item .txt .t1 {
  font-size: 0.24rem;
  line-height: 1.2;
  height: calc(2em + 1em);
}
@media (max-width: 768px) {
  .sy-box1 .list3 .item .txt .t1 {
    font-size: 0.15rem;
  }
}
.sy-box1 .list3 .item .txt .t1 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.sy-box1 .list3 .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.sy-box1 .list3 .item .img {
  position: relative;
  z-index: 2;
  height: 2.46rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sy-box1 .list3 .item .img {
    height: calc(3.46rem / 2);
  }
}
.sy-box1 .list3 .item .img a {
  display: block;
  height: 100%;
}
.sy-box1 .list3 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.sy-box1 .list3 .item:hover .img a::after {
  background: url(../images/icons/play.png) no-repeat center center;
  background-size: contain;
}
.sy-box1 .list3 .item .img a::after {
  position: absolute;
  content: '';
  background: url(../images/icons/play2.png) no-repeat center center;
  background-size: contain;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
  right: 0.3rem;
  bottom: 0.3rem;
}
@media (max-width: 768px) {
  .sy-box1 .list3 .item .img a::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
.tab-nav {
  padding: 0.4rem 0 0.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tab-nav {
    padding-bottom: 0.3rem;
  }
}
.tab-nav a {
  min-width: 3.2rem;
  height: 0.5rem;
  background: #EDEDED;
  margin: 0 0.1rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  text-align: center;
  border-radius: 10em;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .tab-nav a {
    width: auto;
    min-width: auto;
    margin: 0 0.05rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.12rem;
  }
}
.tab-nav a.active {
  background: #9E2328;
  color: #fff;
}
.tab-nav a.active:hover {
  color: #fff;
}
.tab-nav a:hover {
  color: #9B262B;
}
.dj-box1 {
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .dj-box1 {
    padding-top: 0.2rem;
    padding-bottom: 0.6rem;
  }
}
.dj-box1 .item {
  display: flex;
  margin-left: 0.2rem;
  background: #F6F6F6;
  border-radius: 0.05rem;
  width: 100%;
}
@media (max-width: 768px) {
  .dj-box1 .item {
    margin-left: 0;
    display: block;
  }
}
.dj-box1 .item:hover .img img {
  transform: scale(1.1);
}
.dj-box1 .item .txt {
  padding: 0.6rem;
  padding-right: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .dj-box1 .item .txt {
    padding: 0.2rem;
    padding-right: 0;
  }
}
.dj-box1 .item .txt .box-tit {
  flex: 0 0 auto;
}
.dj-box1 .item .txt .box-tit .en {
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .dj-box1 .item .txt .box-tit .en {
    font-size: 0.24rem;
  }
}
.dj-box1 .item .txt .box-tit .tit {
  font-size: 0.42rem;
}
@media (max-width: 768px) {
  .dj-box1 .item .txt .box-tit .tit {
    font-size: 0.18rem;
  }
}
.dj-box1 .item .txt .content {
  padding-top: 0.5rem;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .dj-box1 .item .txt .content {
    padding-top: 0.3rem;
  }
}
.dj-box1 .item .txt .content .desc {
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .dj-box1 .item .txt .content .desc {
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .dj-box1 .item .txt .content .nano {
    height: 3rem;
  }
}
.dj-box1 .item .txt .content .nano > .nano-pane {
  background: none;
  width: 5px;
}
.dj-box1 .item .txt .content .nano > .nano-pane::before {
  position: absolute;
  content: '';
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  width: 1px;
}
.dj-box1 .item .txt .content .nano > .nano-pane > .nano-slider {
  background: #9B262B;
}
.dj-box1 .item .img {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 768px) {
  .dj-box1 .item .img {
    width: 100%;
    height: 2.2rem;
  }
}
.dj-box1 .item .img .img-box {
  position: relative;
  top: -0.4rem;
  left: -0.2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
}
@media (max-width: 768px) {
  .dj-box1 .item .img .img-box {
    top: 0;
    left: 0;
  }
}
.dj-box1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.dj3-box1 {
  background: url(../images/dangjian/bg.png) no-repeat center bottom;
  background-size: cover;
  margin-top: -1rem;
  padding: 1.2rem 0;
}
@media (max-width: 768px) {
  .dj3-box1 {
    padding-bottom: 0.8rem;
  }
}
.dj3-box1 .box-tit {
  text-align: center;
  padding-bottom: 0.4rem;
}
.dj3-box1 .swiper1 {
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper1 {
    padding-bottom: 0.2rem;
  }
}
.dj3-box1 .swiper1 .swiper-slide-prev .item {
  text-align: left;
}
.dj3-box1 .swiper1 .swiper-slide-next .item {
  text-align: right;
}
.dj3-box1 .swiper1 .swiper-slide-active .item {
  color: #222;
}
.dj3-box1 .swiper1 .item {
  line-height: 1;
  font-size: 0.6rem;
  color: #DDDCDC;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper1 .item {
    font-size: 0.2rem;
  }
}
.dj3-box1 .swiper3 {
  position: relative;
  padding: 0 0.8rem;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper3 {
    padding: 0 0.4rem;
    margin-top: 0.2rem;
  }
}
.dj3-box1 .swiper3 .swiper-button-prev::after,
.dj3-box1 .swiper3 .swiper-button-next::after {
  color: #9B262B;
  font-size: 0.14rem;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper3 .swiper-button-prev::after,
  .dj3-box1 .swiper3 .swiper-button-next::after {
    font-size: 0.12rem;
  }
}
.dj3-box1 .swiper3 .swiper-slide-thumb-active .item {
  color: #222;
}
.dj3-box1 .swiper3 .swiper-slide-thumb-active .item::after {
  opacity: 1;
}
.dj3-box1 .swiper3 .swiper-slide {
  width: 1rem;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper3 .swiper-slide {
    width: 0.5rem;
  }
}
.dj3-box1 .swiper3 .item {
  font-size: 0.28rem;
  color: #C4C4C4;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 0.25rem 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper3 .item {
    font-size: 0.14rem;
    padding: 0.1rem 0;
  }
}
.dj3-box1 .swiper3 .item::after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 0.03rem;
  left: 0;
  right: 0;
  background: #9E2328;
  opacity: 0;
}
.dj3-box1 .swiper2 {
  height: 3.95rem;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 {
    height: auto;
  }
}
.dj3-box1 .swiper2 .swiper {
  height: 100%;
}
.dj3-box1 .swiper2 .item {
  display: flex;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 .item {
    display: block;
  }
}
.dj3-box1 .swiper2 .item:hover .img img {
  transform: scale(1.1);
}
.dj3-box1 .swiper2 .item .img {
  width: 50%;
  overflow: hidden;
  border-radius: 0.05rem;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 .item .img {
    width: 100%;
    max-height: 3rem;
  }
}
.dj3-box1 .swiper2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.dj3-box1 .swiper2 .item .txt {
  flex: 0 0 auto;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 .item .txt {
    width: 100%;
  }
}
.dj3-box1 .swiper2 .item .txt .content {
  height: 100%;
  padding: 0.3rem 0;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 .item .txt .content .nano {
    height: 3rem;
  }
}
.dj3-box1 .swiper2 .item .txt .content .nano > .nano-pane {
  background: none;
  width: 5px;
}
.dj3-box1 .swiper2 .item .txt .content .nano > .nano-pane::before {
  position: absolute;
  content: '';
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  width: 1px;
}
.dj3-box1 .swiper2 .item .txt .content .nano > .nano-pane > .nano-slider {
  background: #9B262B;
}
.dj3-box1 .swiper2 .item .txt .content .item-box {
  position: relative;
}
.dj3-box1 .swiper2 .item .txt .content .item-box::before {
  position: absolute;
  content: '';
  left: 1.3rem;
  top: 0.1rem;
  bottom: 0;
  width: 1px;
  background-color: #A4A4A4;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 .item .txt .content .item-box::before {
    left: 0.5rem;
  }
}
.dj3-box1 .swiper2 .item .txt .content .item-box .item-li {
  display: flex;
  align-items: flex-start;
}
.dj3-box1 .swiper2 .item .txt .content .item-box .item-li + .item-li {
  padding-top: 0.25rem;
}
.dj3-box1 .swiper2 .item .txt .content .item-box .item-li .mm {
  flex: 0 0 auto;
  width: 1.3rem;
  padding-left: 0.6rem;
  font-size: 0.2rem;
  position: relative;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 .item .txt .content .item-box .item-li .mm {
    padding-left: 0;
    font-size: 0.12rem;
    width: 0.5rem;
  }
}
.dj3-box1 .swiper2 .item .txt .content .item-box .item-li .mm::after {
  position: absolute;
  content: '';
  width: 0.07rem;
  height: 0.07rem;
  background: #A4A4A4;
  border-radius: 100%;
  right: 0;
  top: 50%;
  transform: translate(0.035rem, -50%);
}
.dj3-box1 .swiper2 .item .txt .content .item-box .item-li .desc {
  flex: 1 1 auto;
  padding-right: 0.6rem;
  padding-left: 0.5rem;
}
@media (max-width: 768px) {
  .dj3-box1 .swiper2 .item .txt .content .item-box .item-li .desc {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.dj3-box1 .swiper2 .item .txt .content .item-box .item-li .desc a:hover {
  color: #9B262B;
}
.dj3-box1 .swiper2 .item .txt .content .item-box .item-li .desc p + p {
  margin-top: 0.3em;
}
.lxwm-box1 {
  overflow: hidden;
}
.lxwm-box1 .box-tit {
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .lxwm-box1 .box-tit {
    padding-bottom: 0.3rem;
  }
}
.lxwm-box1 .item {
  position: relative;
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .lxwm-box1 .item {
    padding-top: 0;
  }
}
.lxwm-box1 .item .tips {
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 53px 7px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: absolute;
  z-index: 33;
  top: 0;
  padding: 0 0.6rem;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips {
    width: 95%;
    height: auto;
    padding: 0 0.2rem;
    position: relative;
  }
}
.lxwm-box1 .item .tips .thead {
  position: relative;
}
.lxwm-box1 .item .tips .thead .t1 {
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 500;
  color: #222222;
  font-size: 0.32rem;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .thead .t1 {
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
    font-size: 0.16rem;
  }
}
.lxwm-box1 .item .tips .thead .t2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-5%);
  font-size: 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .thead .t2 {
    position: static;
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
}
.lxwm-box1 .item .tips .thead .t2::before {
  content: '';
  background: url(../images/lxwm/time.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .thead .t2::before {
    width: 0.15rem;
    height: 0.15rem;
  }
}
.lxwm-box1 .item .tips .tbody {
  padding: 0.3rem 0;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .tbody {
    padding: 0.1rem 0;
    font-size: 0.12rem;
  }
}
.lxwm-box1 .item .tips .tbody ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .tbody ul {
    display: block;
  }
}
.lxwm-box1 .item .tips .tbody ul li {
  width: 50%;
  padding: 0.15rem 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .tbody ul li {
    width: 100%;
    padding: 0.05rem 0;
  }
}
.lxwm-box1 .item .tips .tbody ul li::before {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  background: #9E2328;
  border-radius: 50%;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .tbody ul li::before {
    width: 0.04rem;
    height: 0.04rem;
    transform: translateX(0.04rem);
  }
}
.lxwm-box1 .item .tips .tbody ul li p {
  padding-left: 0.2rem;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .tips .tbody ul li p {
    line-height: 1.4;
  }
}
.lxwm-box1 .item .map {
  height: 5rem;
  height: 7rem;
  position: relative;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .map {
    height: calc(7rem / 2);
    margin-top: -0.3rem;
  }
}
.lxwm-box1 .item .map:focus::after,
.lxwm-box1 .item .map:checked::after,
.lxwm-box1 .item .map:active::after,
.lxwm-box1 .item .map.active::after {
  display: none;
}
.lxwm-box1 .item .map.active::after {
  display: none;
}
.lxwm-box1 .item .map::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 999;
}
.lxwm-box1 .item .map > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lxwm-box1 .item .map .dingwei {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../images/icon/dingwei3.png) no-repeat center center;
  background-size: contain;
  width: 1.26rem;
  height: 1.46rem;
  z-index: 9999;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .map .dingwei {
    height: calc(1.46rem / 2);
  }
}
.lxwm-box1 .item .map .baidu-map {
  height: 7rem;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  width: 100vw;
  position: absolute !important;
}
@media (max-width: 768px) {
  .lxwm-box1 .item .map .baidu-map {
    height: calc(7rem / 2);
  }
}
.search-box {
  overflow: hidden;
}
.search-box.search-box-2 .box-tit {
  text-align: center;
}
.search-box .tips {
  font-weight: 400;
  color: #333333;
  font-size: 0.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .search-box .tips {
    font-size: 0.14rem;
  }
}
.search-box .tips span {
  color: #9B262B;
}
.search-box .form {
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .search-box .form {
    padding: 0.2rem 0;
  }
}
.search-box .form .item {
  height: 0.8rem;
  width: 7.8rem;
  margin: 0 auto;
  display: flex;
  background: #F4F4F4;
  border-radius: 10em;
}
@media (max-width: 768px) {
  .search-box .form .item {
    height: 0.4rem;
    width: 100%;
  }
}
.search-box .form .item input {
  flex: 1 1 auto;
  text-indent: 2em;
  font-weight: 400;
  color: #333333;
  font-size: 0.2rem;
  border: none;
  background: none;
}
@media (max-width: 768px) {
  .search-box .form .item input {
    text-indent: 1em;
    font-size: 0.12rem;
  }
}
.search-box .form .item button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 100%;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 0.2rem;
  border-radius: 10em;
  cursor: pointer;
  text-indent: -999em;
}
@media (max-width: 768px) {
  .search-box .form .item button {
    width: 1rem;
    width: 50px;
    font-size: 0.14rem;
  }
}
.search-box .form .item button::before {
  content: '';
  background: url(../images/icons/sea.png) no-repeat center center;
  background-size: contain;
  width: 0.25rem;
  height: 0.25rem;
  position: relative;
  top: 0.02rem;
  margin-right: 0.15rem;
}
@media (max-width: 768px) {
  .search-box .form .item button::before {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.1rem;
  }
}
.search-box .list .item-no {
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #999;
}
@media (max-width: 768px) {
  .search-box .list .item-no {
    min-height: 3rem;
    width: 50%;
    margin: 0 auto;
  }
}
.search-box .list .item-no img {
  max-width: 100%;
  object-fit: contain;
}
.search-box .list .item-no p {
  font-size: 0.32rem;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .search-box .list .item-no p {
    font-size: 0.22rem;
  }
}
.search-box .list .item {
  padding: 0.6rem 0;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
@media (max-width: 768px) {
  .search-box .list .item {
    padding: 0.2rem 0;
    height: 1.2rem;
  }
}
.search-box .list .item:nth-child(1) {
  border-top: 1px solid #E7E7E7;
}
.search-box .list .item::before {
  position: absolute;
  content: '';
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: url(../images/news/bg.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.search-box .list .item:hover::before {
  opacity: 1;
}
.search-box .list .item:hover .txt .t1 {
  color: #9B262B;
}
.search-box .list .item .txt {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.search-box .list .item .txt .date {
  font-size: 0.18rem;
  color: #999;
}
@media (max-width: 768px) {
  .search-box .list .item .txt .date {
    display: block;
    font-size: 0.12rem;
  }
}
.search-box .list .item .txt .t1 {
  font-size: 0.24rem;
  flex: 0 0 auto;
  padding-top: 0.5em;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .search-box .list .item .txt .t1 {
    font-size: 0.14rem;
    white-space: normal;
    line-height: 1.5;
  }
}
.search-box .list .item .txt .t1 a {
  line-height: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .search-box .list .item .txt .t1 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 1.5;
  }
}
.search-box .list .item .txt .t1 a:hover {
  color: #9B262B;
}
.search-box .list .item .txt .desc {
  flex: 1 1 auto;
  padding-top: 1.5em;
}
@media (max-width: 768px) {
  .search-box .list .item .txt .desc {
    display: none;
  }
  .news-show .tbody img {
  
    height: auto!important;
  }
}
.search-box .list .item .txt .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
#fullpage,
.section {
  height: 100%;
}
#section-1 {
  height: 100%;
}

/*20250313*/
footer .foot1 .navs{width:75%;}

















