@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes guang {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes imgMoveLeftToRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #91282A;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-image: linear-gradient(#931d21, #b13c3a);
	background: url(../images/bg-color.png) no-repeat top center;
	background-color: #ad322f;
	background-size: 100% auto;
  overflow: hidden;
  max-width: 19.2rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.home .shan {
  position: absolute;
  left: 0;
  width: 100%;
  /* bottom: 0.95rem; */
  top: 2.2rem;
  height: 7.8rem;
  z-index: 1;
}

.home .shan svg {
  display: block;
  width: 100%;
  height: 100%;
  /* inset: 0; */
}

.home .shan .path {
  fill: none;
  /* stroke: #6ec1e4; */
  stroke-width: 2;
  stroke-linecap: round;
  /* 核心 */
  /* stroke-dasharray: 2000;
  stroke-dashoffset: 2000; */
  /* animation: draw 3s linear forwards; */
}
.home .sidai {
  /* animation: floatUp 6s ease-in-out infinite; */
}

.home .home-mark {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/h-img.png) no-repeat center top;
  background-size: cover;
}

.home .circle {
    position: absolute;
    left: 0;
    width: 100%;
    height: 7.82rem;
    /* background: url(../images/circle.png)no-repeat center; */
    background-size: 100%;
    bottom: 0;
    overflow: hidden;
}

.home .circle::before,
.home .circle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/circle.png) no-repeat center;
  background-size: 100%;
  opacity: 0;

  transform: translate(-50%, -50%) scale(0.65);
  -ms-transform: translate(-50%, -50%) scale(0.65);
  transform-origin: center center;
  -ms-transform-origin: center center;

  animation: circleRipple 12s linear infinite;
}

.home .circle::after {
  animation-delay: 6s;
}

@keyframes circleRipple {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.65);
    -ms-transform: translate(-50%, -50%) scale(0.65);
  }

  20% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.25);
    -ms-transform: translate(-50%, -50%) scale(1.25);
  }
}

@keyframes titleOpen {
  0% {
    width: 0;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    width: 9.81rem;
    opacity: 1;
  }
}

@keyframes titleOpen-mb {
  0% {
    width: 0;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    width: 90vw;
    opacity: 1;
  }
}

.home .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 9.81rem;
    top: 2.4rem;
    z-index: 1;
    display: flex;
    align-items: center;
    text-align: center;
}

.home .title .img-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    animation: titleOpen 2s linear forwards;
}

.home .title img {
    width: 100%;
    width: 9.81rem;
    max-width: none;
    flex-shrink: 0;
}

.home .line {
    position: absolute;
    left: 0;
    bottom: 1.9rem;
    width: 100%;
    z-index: 4;

    width: 0;
    overflow: hidden;
}

.home .line.is-growing {
    animation: riverGrow 4s linear forwards;
}

@keyframes riverGrow {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.home .line > img {
  width: 100%;
  display: block;
  height: auto !important;

   width: 100vw;
  max-width: none;
}

.home .img {
  width: 100%;
  height: 3.15rem;
  background: url(../images/h-img1.png)no-repeat left top;
  background-size: 100%;
  z-index: 5;
  bottom: .95rem;
  position: absolute;
  left: 0;
}

.home .img-copy {
  display: none;
}

.home .img-wrap-box .img-mb {
    text-align: center;
    display: none;
}

.home .img-wrap-box .img-mb img {
    width: 100%;
    height: auto;
}

.home .img img {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;
  /* pointer-events: none; */
  display: block;
}

.img-placehoder {
  width: 100%;
  height: 3.15rem;
  background: url(../images/h-img1.png) no-repeat left top;
  background-size: 100%;
  position: relative;
}

.img-wrap-box>.bottom-box,
.img .bottom-box {
  position: relative;
  width: 100%;
  height: 1rem;
}

.img-wrap-box>.bottom-box {
  display: none;
}

.img-wrap-box>.bottom-box img,
.img .bottom-box img {
  height: 100%;
}

.img-wrap-box>.bottom-box .guang-dai,
.img .bottom-box .guang-dai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  /* transform: translateY(-30%); */
  animation: guang 3.17s linear infinite;
}

.img .bottom-box .ray-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.img .bottom-box .ray {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 130%;
  /* background: linear-gradient(
    to top,
    rgba(255, 238, 180, 0.8),
    rgba(255, 238, 180, 0)
  );
  transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  opacity: 0;
  animation: rayLight 2.8s linear infinite; */
}

.img .bottom-box .ray span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 238, 180, 0), rgba(255, 238, 180, 1));
  transform-origin: center top;
  -ms-transform-origin: center top;
  animation: rayLight 2.8s linear infinite;
}

.img .bottom-box .ray.ray-1 {
    left: 2%;
    transform: rotate(70deg);
    top: 6%;
}
.img .bottom-box .ray.ray-2{
    left: 13.5%;
    transform: rotate(62deg);
}
.img .bottom-box .ray.ray-3{
    left: 27.3%;
    transform: rotate(50deg);
}
.img .bottom-box .ray.ray-4{
    right: 30%;
    left: unset;
    transform: rotate(-50deg);
}
.img .bottom-box .ray.ray-5{
    right: 16%;
    left: unset;
    transform: rotate(-62deg);
}
.img .bottom-box .ray.ray-6{
    top: 3%;
    right: 5%;
    left: unset;
    transform: rotate(-69deg);
}


@keyframes rayLight {
  0% {
    opacity: 0;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
  }

  35% {
    opacity: 0.8;
    transform: scaleY(1);
    -ms-transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform: scaleY(1.15);
    -ms-transform: scaleY(1.15);
  }
}

.full-height {
  height: 100%;
}

.home img.guang {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(40%);
  animation: guang 3.17s linear infinite;
  /* height: 1rem; */
  z-index: 1;
}

.home .img .img-box {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;
  height: 1rem;
  /* pointer-events: none; */
  display: block;
}

@keyframes sunRise {
  0% {
    opacity: 0.3;
    background-position: 0 100%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
    background-position: 0 0;
  }
}

@keyframes lightFlow {
  0% {
    background-position: 100% 0;
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    background-position: -100% 0;
    opacity: 0.5;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-50%) scale(1.2);
    opacity: 1;
  }
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url(../fonts/SourceHanSans-Regular.otf);
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
}

.menu-btn {
    background: url(../images/menu-bg.svg)no-repeat center;
    width: .74rem;
    height: .74rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.menu-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .37rem;
    height: .23rem;
    background: url(../images/menu.svg)no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate();
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.menu-btn.close::after {
    background-image: url(../images/close.svg);
}

.home .text-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.home .text-content .item {
    position: absolute;
    color: #f5daae;
    font-family: 'SourceHanSans-Regular';
    line-height: 1.2;
    opacity: .4;
    /* opacity: 0; */
    transition: all 1s;
}

.home .text-content .item.on {
    opacity: 1;
}

.home .text-content .item .flex-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.home .text-content .item .year {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .32rem;
}

.home .text-content .item .txt {
    font-size: .24rem;
    margin-top: .1rem;
    white-space: nowrap;
}

.home .text-content .item .quan {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(253, 223, 166, .2);
    margin-right: .2rem;
    z-index: 9;
}

.home .text-content .item .quan::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .14rem;
    height: .14rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fddfa6;
}

.home .text-content .item .quan::before {
    content: '';
    position: absolute;
    top: .2rem;
    left: 50%;
    width: 2px;
    height: 1.5rem;
    background-image: linear-gradient(#fddfa6, rgba(253, 223, 166, 0));
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home .text-content .item:nth-child(1) {
  left: 2.2rem;
  top: 3.2rem;
  /* animation: floatUp 3s ease-in-out infinite; */
}

.home .text-content .item:nth-child(2) {
  left: 11.5rem;
  top: 4.6rem;
  /* animation: floatUp 4s ease-in-out infinite; */
  animation-delay: 0.5s;
}

.home .text-content .item:nth-child(3) {
  right: .8rem;
  top: 1.8rem;
  /* animation: floatUp 3.5s ease-in-out infinite; */
  animation-delay: 1s;
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.3rem);
  }
}

.home .logo,
.Guide .logo {
    height: .63rem;
    position: absolute;
    left: .8rem;
    top: .4rem;
    z-index: 12;
}

.home .logo>img,
.Guide .logo>img {
    height: 100%;
}

.home .menu-btn,
.Guide .menu-btn {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    top: .2rem;
}

.Guide {
    overflow: hidden;
    border-top: 5px #91282A solid;
    margin-left: auto;
    margin-right: auto;
}

.Guide .show-mb {
    display: none;
}

.Guide .swiper-slide {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.Guide .countdown {
    width: 1.96rem;
    height: 1.96rem;
    position: absolute;
    right: .8rem;
    top: .3rem;
    z-index: 9;
    padding-top: .5rem;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1;
}

.Guide .countdown::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: -1;
    width: 2.38rem;
    height: 2.38rem;
    background: url(../images/time.png)no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}

.Guide .countdown .tit {
    font-size: .14rem;
}

.Guide .countdown .num {
    margin-top: .1rem;
}

.Guide .countdown .num span {
    font-size: .64rem;
    line-height: .8;
    display: inline-block;
}

.Guide .countdown .num span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    height: 100%;
    transform: scaleY(-1);
    -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .8));
    mask-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .8));
    color: inherit;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    line-height: .8;
    /* margin-top: -.55rem; */
}

.Guide .menu {
    position: relative;
    height: 2.42rem;
    width: 100%;
    background: url(../images/n-bg.png)no-repeat center top;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding-top: .2rem;
}

.Guide .menu::before {
  content: "";
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.79rem;
  height: .76rem;
  background: url(../images/icon-line.png) no-repeat bottom center;
  background-size: contain;
}

.Guide .menu>a {
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .3rem;
    width: 1.2rem;
    height: 2.2rem;
    letter-spacing: 6px;
    margin-right: 1.6rem;
    padding-top: .15rem;
    margin-top: .35rem;
}

.Guide .menu>a>span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    height: auto;
    width: auto;
}

/* .Guide .menu>a:nth-child(1),
.Guide .menu>a:nth-child(3),
.Guide .menu>a:nth-child(4),
.Guide .menu>a:last-child {
    margin-top: .35rem;
}

.Guide .menu>a:nth-child(5) {
    margin-top: .3rem;
} */

.Guide .menu>a:last-child {
    margin-right: 0;
}

.Guide .menu>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: .2rem;
    width: .1rem;
    height: 100%;
    background: url(../images/line1.svg)no-repeat center .1rem;
    background-size: 100%;
    z-index: 1;
}

.Guide .menu>a::after {
    content: '';
    position: absolute;
    top: 0;
    right: .2rem;
    width: .1rem;
    height: 100%;
    background: url(../images/line1.svg)no-repeat center .1rem;
    background-size: 100%;
    z-index: 1;
}

@keyframes zoom {
    0% {
      opacity: 1;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 1;
     
    }
    99.99% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1.1);
    }
}

.Guide .swiper-slide img {
    transition: all 1s;
}
.Guide .swiper-slide-active img {
    /* transform: scale(1.1); */
    animation: zoom 6s linear infinite 0s;

}

.Guide .swiper-button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: .42rem;
    height: .42rem;
    background: url(../images/icon-arrow.png) no-repeat center;
    border-radius: 50%;
    background-size: 38%;
    background-color: rgba(255, 255, 255, 0.5);
}
.Guide .swiper-button-prev {
    left: .7rem;
}
.Guide .swiper-button-next {
    right: .7rem;
    transform: translateY(-50%) rotate(180deg) ;
}

.nav li {
    margin-right: 30px;
    height: 60px;
}

.nav li>a {
    line-height: 2;
    padding: 0 20px;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .drop {
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: rgba(117, 116, 116, .5);
    padding: 20px;
    line-height: 2;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 0;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-bottom: 12px rgb(117, 116, 116) solid;
}

.home .btn {
    display: block;
    bottom: 35%;
    position: absolute;
    right: 3%;
    z-index: 999;
}
.home .btn>a {
    height: 40px;
    width: 140px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-image: linear-gradient(#FEF8E9, #FEE2AF);
    color: #98262A;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'SourceHanSerifCN-Bold';
}
/*.home .btn>a::after {
    content: '';
    width: 14px;
    height: 16px;
    /* background: url(../images/go.svg)no-repeat center; */
    background-size: 100%;
    margin-left: 15px;
}*/

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .Guide .menu>a:hover {
        background-image: linear-gradient(rgba(246, 200, 133, 0), rgba(246, 200, 133, .7), rgba(246, 200, 133, 0));
    }
    .Guide .menu>a:hover::after,
    .Guide .menu>a:hover::before {
        background-image: url(../images/line2.svg);
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .home .logo,
    .Guide .logo {
        left: .4rem;
        top: .4rem;
        height: 40px;
    }
    .home .menu-btn,
    .Guide .menu-btn {
        top: .4rem;
        right: .4rem;
    }
    .home .title {
        top: 25%;
    }
    .menu-btn {
        display: block;
        width: 40px;
        height: 40px;
    }
    .menu-btn::after {
        width: 20px;
        height: 13px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 1.1rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        padding-top: .2rem;
    }
    /* .home .text-content, */
    /* .home .line, */
    /* .home .shan, */
    .Guide .menu>a::after,
    .Guide .menu>a::before {
        display: none;
    }
    .home .btn {
        top: 40%;
        left: 50%;
        bottom: unset;
        right: unset;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .Guide .menu {
        padding-top: 30px;
        height: 130px;
        background-size: auto 100%;
    }
    .Guide .menu>a {
        height: auto;
        width: auto;
        padding-top: 0 !important;
        margin-top: 0 !important;
        font-size: 15px;
    }

    .Guide .countdown {
        top: calc(.8rem + 40px);
        right: .4rem;
    }
    .Guide .countdown .tit {
        font-size: 12px;
    }
    .Guide .countdown .num {
        margin-top: 10px;
    }
    .Guide .countdown .num span {
        font-size: 24px;
    }
    .Guide .swiper-button {
        width: 3em;
        height: 3em;
    }
    .Guide .swiper-button-prev {
        left: 2%;
    }
    .Guide .swiper-button-next {
        right: 2%;
        transform: translateY(-50%) rotate(180deg) ;
    }

    .home .shan {
      top: 30%;
    }
    .home .text-content {
      top: 25%;
      height: auto;
    }
    .home .text-content .item .year {
      font-size: 24px;
    }
    .home .text-content .item .txt {
      font-size: 18px;
    }
}

@media (max-width:767px) {
    .home .title {
        width: 90%;
        top: 20%;
    }
    .home .title img {
        width: 90vw;
    }
    .home .title .img-box {
        animation: titleOpen-mb 2s linear forwards;
    }

    .Guide .show-pc {
        display: none;
    }
    .Guide .show-mb {
        display: block;
    }
    .Guide .countdown {
        width: 80px;
        height: 80px;
        top: calc(.8rem + 60px);
        right: calc(.4rem + 20px);
        padding-top: 16px;
    }
    .Guide .countdown::after {
        width: 120px;
        height: 120px;
    }
}

@media (max-width:540px) {
    .home .img {
        overflow: hidden;
        height: 160px;
        background-size: auto 100%;
        background-position: -4rem top;
        bottom: 2.3rem;
    }
    .Guide .menu {
        height: 140px;
        background-size: 130% 100%;
        padding-top: 40px;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        justify-content: space-between;
    }
    .Guide .menu>a {
        letter-spacing: 3px;
        margin-right: 0;
    }
}

.pub-content {
    background: #FFF9F1 url(../images/pub-bg.png)repeat-y;
    background-size: 100%;
    padding-bottom: 3.5rem;
    border-top: 5px #91282A solid;
    z-index: 10;
    padding-left: .8rem;
    padding-right: .8rem;
    /* margin-left: auto;
    margin-right: auto;
    max-width: 19.2rem; */
    overflow: hidden;
}

.pub-content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    background: url(../images/pub-bg1.png)no-repeat center bottom;
    background-size: 100%;
}

.header .logo {
    height: 1.35rem;
}

.header .logo>img {
    height: .63rem;
}

.header .menu-btn {
    background-image: url(../images/menu-bg1.svg);
    right: 0;
    cursor: pointer;
    transition: margin .5s;
}

.header.fixed .menu-btn {
    position: fixed;
    top: .6rem;
    right: .8rem;
    transform: unset;
    margin-right: -.4rem;
}

.header .menu-btn .drop {
    position: absolute;
    right: 100%;
    padding: 1em 2em;
    border-radius: .06rem;
    background: linear-gradient(to top, #e8d0a2 0%, #fff9eb 100%);
    box-shadow: 0px 0.04rem .1rem 0px rgba(0, 0, 0, 0.1);
    margin-right: .2rem;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}
.header .menu-btn .drop::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: .2rem;
    height: 100%;
    transform: translateX(100%);
}
.header .menu-btn .drop::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: .1rem solid #fef8e8;
    border-left-color: transparent;
    border-top-color: transparent;
    top: .3rem;
    right: 0;
    transform: translateX(50%) rotate(-45deg);
}

.header .menu-btn .drop a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: .4em 0;
}
.header .menu-btn .drop a:hover {
    border-color: #91282A;
}
.header .menu-btn .drop a:last-child {
    border: 0;
}
.header .menu-btn .drop a img {
    width: 1.2em;
    margin: .4em 0 .2em 0;
}

.header .menu-btn:hover .drop{
    opacity: 1;
    z-index: 10;
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url(../fonts/SourceHanSerifCN-Regular.otf);
}

.title-con {
    width: 100%;
    height: 2.4rem;
    background: url(../images/n-img.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
    line-height: 1;
}
.title-con.small {
    height: 3rem;
    padding-bottom: .8rem;
}

.title-con .cn {
    font-size: .64rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.title-con .en {
    text-transform: uppercase;
    font-size: .18rem;
    opacity: .7;
    margin-top: .15rem;
    font-family: 'SourceHanSerifCN-Regular';
}

.footer {
    background-color: #2C2C2C;
    font-size: .16rem;
    color: #FFF;
    height: .68rem;
}

.page {
    margin-top: 1.1rem;
    line-height: .34rem;
    font-size: .16rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .34rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .34rem;
    margin: 0 .05rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #91282A;
    color: #FFF;
    border-color: #91282A;
}

.text-list {
    margin-top: .4rem;
    padding-left: .8rem;
    padding-right: .8rem;
}

.text-list .item {
    height: 2.49rem;
    border-bottom: 1px #D8D8D8 solid;
    padding-right: .6rem;
}
.text-list .item1 {
    height: 1rem;
    border-bottom: 1px #D8D8D8 solid;
    padding: 0 .6rem;
}

.text-list .item .date {
    width: 1.12rem;
    font-family: 'SourceHanSerifCN-Regular';
    line-height: 1.2;
    font-size: .14rem;
    color: #91282A;
    margin-right: .3rem;
}

.text-list .item .date>span {
    font-size: .36rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -.2rem;
    z-index: 2;
    height: 1px;
    width: .23rem;
    background-color: #D8D8D8;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.text-list .item .tit {
    font-size: .22rem;
    line-height: 1.2;
    overflow: hidden;
    height: .27rem;
}

.text-list .item .des {
    color: #666;
    line-height: 1.7;
    margin-top: .1rem;
    margin-top: .25rem;
    height: .62rem;
    overflow: hidden;
}

.details {
    padding-left: .8rem;
    padding-right: .8rem;
    margin-top: .7rem;
}

.details h1 {
    font-size: .3rem;
    line-height: 1.4;
}

.details .time {
    background-image: linear-gradient(90deg, rgba(152, 38, 42, 0), rgba(152, 38, 42, .1), rgba(152, 38, 42, 0));
    height: .52rem;
    color: #5A5A5A;
    margin-top: .3rem;
}

.details .time::before {
    content: '';
    width: .17rem;
    height: .17rem;
    background: url(../images/date.svg)no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}

.details .body {
    margin-top: .3rem;
    font-size: .22rem;
    line-height: 1.8;
    text-indent: .44rem;
}

.details .body img {
    max-width: 100% !important;
}

.details .body p {
    margin-top: .15rem;
}

.details .body p:first-child {
    margin-top: 0;
}

.details .next-prev {
    border-top: 1px #D8D8D8 solid;
    margin-top: .6rem;
    line-height: 2.4;
    font-size: .2rem;
    padding-top: .2rem;
}

.details .next-prev>a>span {
    color: #91282A;
}

.qing {
    padding-left: .8rem;
    padding-right: .8rem;
    margin-top: .13rem;
}

.qing .item {
    width: 47.5%;
    height: 2.17rem;
    border: 1px #D8D8D8 solid;
    border-left: 3px #91282A solid;
    margin-top: .5rem;
}

.qing .item .date {
    width: 1.1rem;
    color: #91282A;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .14rem;
    line-height: 1.2;
    margin-right: .5rem;
}

.qing .item .date>span {
    font-size: .36rem;
}

.qing .item .text-con {
    padding-top: .4rem;
}

.qing .item .tit {
    font-size: .22rem;
    line-height: 1.2;
}

.qing .item .date::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -.2rem;
    z-index: 2;
    height: 1px;
    width: .23rem;
    background-color: #D8D8D8;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.qing .item .con {
    margin-top: .1rem;
}

.qing .item .con>div {
    font-size: .16rem;
    color: #666;
    line-height: 1.8;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 7px;
}

.qing .item .con .time {
    background-image: url(../images/time.svg);
}

.qing .item .con .address {
    background-image: url(../images/address.svg);
}

.qing .item .con .name {
    background-image: url(../images/name.svg);
}

.qing .item .con .dw {
    background-image: url(../images/dw.svg);
}

.s-banner .te_c {
    /* margin-bottom: .5rem; */
}

.s-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0.65rem;
}

.s-menu>li {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .3rem;
    line-height: .56rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-right: .8rem;
    background: url(../images/tbg2.svg)no-repeat center;
    background-size: 100% 100%;
}

.s-menu>li>a {
    color: #FFF;
    padding: 0 .25rem;
}

.s-menu>li:hover {
    background-image: url(../images/tbg2-on.svg);
}
.s-menu>li:hover a {
    color: #91282A;
}

.s-menu>li:last-child {
    margin-right: 0;
}

.service {
    padding-left: .8rem;
    padding-right: .8rem;
    margin-top: .6rem;
}

.service .title {
    font-size: .36rem;
    line-height: 1.2;
    font-family: 'SourceHanSerifCN-Bold';
    padding-bottom: .2rem;
}

.service .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .25rem;
    height: 3px;
    background-color: #91282A;
}

.service .ui-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .55rem;
    margin-bottom: .8rem;
}

.service .ui {
    width: 7.9rem;
    /* align-items: flex-start; */
    /* margin-top: .55rem; */
    flex-shrink: 0;
    padding-right: .5rem;
    margin-right: .5rem;
    border-right: 1px solid #D8D8D8;
}

.service .ui .pic-con {
    /* width: 7.9rem; */
    /* margin-right: .7rem; */
    /* height: 3rem; */
    display: flex;
    align-items: center;
}

.service .ui .pic-con .pic {
    overflow: hidden;
}

.service .ui .pic-con .pic>img {
    width: 100%;
}

.service .ui .pic-con::after {
    content: '';
    position: absolute;
    right: -.3rem;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #D8D8D8;
    display: none;
}

.service .ui .pic-con .tit {
    font-weight: bold;
    line-height: 1.2;
    padding-left: .1rem;
    margin-top: .2rem;
}

.service .ui .text-con {
    padding-top: .1rem;
    margin-top: .4rem;
}

.service .ui .text-con .pic,
.service .ui .text-con .pic img {
    width: 100%;
}

.service .ui .text-con .tit {
    font-size: .18rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: normal;
    color: #333333;
    margin-top: .8em;
}

.service .ui .text-con .text {
    line-height: 1.75;
    font-size: .2rem;
}

.service .ui .text-con .text p {
    margin-top: .25rem;
}

.service .ui-box .down {
    margin-top: .46rem;
    justify-content: flex-end;
}

.service .ui-box .down>a {
    width: 2.5rem;
    height: .71rem;
    background: url(../images/tbg4.svg)no-repeat center;
    background-size: 100% 100%;
    padding-left: .3rem;
    font-size: 0.24rem;
}

.service .ui-box .down>a::before {
    content: '';
    width: .38rem;
    height: .38rem;
    background: url(../images/down.svg)no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}

.service .ui-box .intro {
    width: 7.5rem;
}
.service .ui-box .intro .logo {
    width: 4.7rem;
    margin: 0 auto;
}
.service .ui-box .intro .logo img {
    width: 100%;
}
.service .ui-box .intro .info {
    margin-top: .7rem;
}
.service .ui-box .intro .tit{
    font-size: .24rem;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1em;
}
.service .ui-box .intro .txt {
    font-size: .2rem;
    color: #333333;
    font-weight: 400;
    line-height: 1.8;
}

.service .lianxi {
    margin-top: .4rem;
}

.service .lianxi .con-box {
    display: flex;
    flex-wrap: wrap;
}

.service .lianxi .con-box>.pic {
    width: 100%;
}

.service .lianxi .con {
    width: 5.8rem;
    width: 100%;
    margin-top: .4rem;
    margin-bottom: .7rem;
}

.service .lianxi .tit {
    font-size: .3rem;
    line-height: 1.2;
    color: #91282A;
    font-family: 'SourceHanSerifCN-Bold';
    padding-left: .3rem;
}

.service .lianxi .tit::before {
    content: '';
    position: absolute;
    width: .1rem;
    height: .1rem;
    background-color: #91282A;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    z-index: 3;
}

.service .lianxi .tit::after {
    content: '';
    position: absolute;
    width: .08rem;
    height: .08rem;
    left: .05rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    border: 1px #91282A solid;
}

.service .lianxi .con .content {
    margin-top: .4rem;
    gap: .5rem;
}

.service .lianxi .con .pic {
    width: 9.7rem;
}

.service .lianxi .con .text-con {
    /* margin-right: .5rem; */
    border: 1px #D8D8D8 solid;
    padding: 0 .6rem .2rem .75rem;
    font-size: .2rem;
    line-height: 1.2;
}

.service .lianxi .con .text-con .tit1 {
    font-weight: bold;
}

.service .lianxi .con .text-con .txt {
    margin-top: .25rem;
}

.service .lianxi .con .text-con .item {
    padding-top: .4rem;
}

.service .lianxi .con .text-con .item .icon {
    width: .47rem;
    margin-right: .15rem;
}

.service .lianxi .con .text-con .item .icon>img {
    width: 100%;
}

.service .lianxi .con .text-con .item .txt-con {
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: .3rem;
}

.service .lianxi .con .text-con .item:last-child .txt-con {
    border-bottom: 0;
}

.service .lianxi .con.s2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: .6rem;
}

.service .lianxi .con.s2 .box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
    padding: .3rem ;
    border: 1px solid #D8D8D8;
    margin-top: .4rem;
}

.service .lianxi .con.s2 .box .item {
    display: flex;
    align-items: center;
    font-size: .2rem;
    width: 100%;
}

.service .lianxi .con.s2 .box .item:nth-child(odd) {
    /* width: 100%; */
    /* margin-left: -.1rem; */
}

/* .service .lianxi .con.s2 .box .item:nth-child(even) {
    width: 64%;
    margin-right: -.1rem;
} */

.service .lianxi .con.s2 .box .item .icon {
    width: .47rem;
    margin-right: .15rem;
    flex-shrink: 0;
}

.service .lianxi .con.s2 .box .item .icon img {
    width: 100%;
}

.service .lianxi .table-con {
    margin-top: .8rem;
}

.service .lianxi .table-con .table {
    border-top: 1px rgba(0, 0, 0, .1) solid;
    border-left: 1px rgba(0, 0, 0, .1) solid;
    border-right: 1px rgba(0, 0, 0, .1) solid;
    margin-top: .28rem;
    max-width: 13rem;
    margin-left: auto;
    margin-right: auto;
}

.service .lianxi .table-con .table>div {
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    line-height: .59rem;
    min-width: fit-content;
}

.service .lianxi .table-con .table>div:nth-child(even) {
    background-color: rgba(219, 213, 206, .2);
}

.service .lianxi .table-con .table>div>span {
    border-right: 1px rgba(0, 0, 0, .1) solid;
}

.service .lianxi .table-con .table>div>span:last-child {
    border-right: 0;
}

.service .lianxi .table-con .table>div>span:nth-child(1) {
    width: 2rem;
}
.service .lianxi .table-con .table>div>span:nth-child(3),
.service .lianxi .table-con .table>div>span:nth-child(4) {
    width: 2.6rem;
}

.service .lianxi .table-con .table>div>span:nth-child(2) {
    flex: 1;
}

.service .lianxi .table-con .table .th {
    font-weight: bold;
}

.service .pro {
    margin-top: .8rem;
}

.service .pro .content {
    margin-top: .3rem;
}

.service .pro .l-con {
    width: 7.8rem;
    margin-right: .4rem;
}

.service .pro .l-con .pic {
    overflow: hidden;
    height: 4.74rem;
}

.service .pro .l-con .pic:last-child {
    margin-top: .4rem;
    height: 3.25rem;
}

.service .pro .r-con {
    min-width: 0;
}

.service .pro .r-con>div:first-child .pic {
    width: 47%;
    height: 2.73rem;
    overflow: hidden;
}

.service .pro .r-con>div:last-child {
    margin-top: .4rem;
    height: 5.27rem;
    overflow: hidden;
}

.service .pro .pic .img-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.service .pro .pic .img-box .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .18rem;
    line-height: 1.2;
    color: #FFFFFF;
    padding: .2rem .4rem;
    z-index: 2;
}

.service .pro .pic .img-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.4rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.service .pro .pic .swiper-container {
    width: 100%;
    height: 100%;
}

.service .pro .pic .swiper-container .swiper-pagination {
    width: auto;
    left: unset;
    right: .4rem;
    bottom: .2rem;   
}

.service .pro .pic .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 0.5em;
    height: 0.5em;
    border-radius: 1rem;
    opacity: 0.5;
    margin: 0 .2em;
    background: #FFFFFF;
}

.service .pro .pic .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.2em;
    opacity: 1;
}

.service .pro-2 {
    position: relative;
    padding-top: 1.16rem;
}
.service .pro-2::before {
    content: "";
    position: absolute;
    width: 300vw;
    left: -100vw;
    top: 0;
    height: 3.68rem;
    background: #91282A;
    z-index: -1;
}
.service .pro-2 .imgs {
    display: flex;
    gap: .34rem;
}
.service .pro-2 .imgs img {
    flex: 1;
    min-width: 0;
}
.service .pro-2 .map {
    display: flex;
    background: #ffffff;
    margin-top: .38rem;
}
.service .pro-2 .map img {
    width: 7.8rem;
}
.service .pro-2 .map .info {
    flex: 1;
    padding: .7rem 1.1rem;
    display: flex;
    flex-direction: column;
}
.service .pro-2 .map .info .item {
    display: flex;
    gap: .18rem;
    flex: 1;
    padding: .2rem 0;
}
.service .pro-2 .map .info .item img {
    width: .48rem;
    height: .48rem;
    object-fit: contain;
}
.service .pro-2 .map .info .item .msg {
    font-size: .2rem;
    font-weight: 400;
    line-height: 2;
    color: #333333;
    flex: 1;
    max-width: 3.8rem;
    border-bottom: 1px solid #D8D8D8;
}
.service .pro-2 .map .info .item .tit {
    font-weight: 700;
}
.service .pro-2 .map .info .item:last-child .msg {
    border: 0;
}

.service .more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .5rem;
}

.service .more .btn {
    display: flex;
    align-items: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: underline;
    color: #7F1313;
}

.service .more .btn::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    background: #98262A url(../images/icon-click.svg) no-repeat center;
    background-size: 50%;
    margin-left: .8em;
}

.service .fixed {
    position: fixed;
    right: .2rem;
    top: 0;
    z-index: 9;
    width: 1.16rem;
    height: 3.74rem;
    overflow: hidden;
    background: url(../images/fixed.png)no-repeat center top;
    background-size: 100% 100%;
    padding: 1.2rem .25rem 0 .25rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    /* 可选：从上方滑入 */
    transition: all 0.3s ease;
}

.service .fixed li {
    border-bottom: 1px rgba(255, 255, 255, .3) dotted;
    line-height: .72rem;
}

.service .fixed li>a {
    color: #FFF;
    font-size: .16rem;
}

.service .fixed li:last-child {
    border-bottom: 0;
}

.service .fixed.show {
    opacity: 1;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
}

.service .fixed .active {
    font-weight: bold;
}

.service .link-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .67rem;
    margin-bottom: 1rem;
}
.service .link-img .item {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .36rem;
    font-weight: bold;
    line-height: 1.3;
    color: #FFFFFF;
    width: 4.86rem;
    height: 2.17rem;
    transition: all .5s;
}
.service .link-img .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}
.service .link-img .item:hover {
    top: -.2rem;
}

.more-title {
    position: relative;
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
.more-title::before,
.more-title::after {
    content: "";
    flex: 1;
    height: .2rem;
    background: url(../images/title-line.png) no-repeat center;
    background-size: contain;
}
.more-title::before {
    transform: scaleX(-1);
}
.more-title span {
    font-size: .36rem;
    font-weight: bold;
    font-family: 'SourceHanSerifCN-Bold';
    padding: 0 .2em;
}

@media (min-width:1025px) {
    .text-list .item:hover {
        background: url(../images/tbg1.png)no-repeat right bottom;
        background-size: 100%;
        box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
        border: 1px #91282A solid;
    }
    .text-list .item:hover .date,
    .qing .item:hover .date {
        background-color: #91282A;
        color: #FFF;
    }
    .text-list .item:hover .date::before,
    .qing .item:hover .date::before {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 8px transparent solid;
        border-bottom: 8px transparent solid;
        border-left: 8px #91282A solid;
    }
    .text-list .item:hover .date::after,
    .qing .item:hover .date::after {
        background-color: #91282A;
    }
    .text-list .item:hover .tit,
    .qing .item:hover .tit {
        font-weight: bold;
    }
    .qing .item:hover {
        background: url(../images/tbg2.png)no-repeat right bottom;
        background-size: 100%;
        box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
        border-color: #91282A;
    }
}

@media (max-width:1199px) {
    .pub-content, .text-list, .details, .hd, .service {
        padding-left: .2rem;
        padding-right: .2rem;
        min-height: 815px;
    }
    .header .logo {
        height: 70px;
    }
    .header .logo>img {
        height: 35px;
    }
    .header.fixed .menu-btn {
        right: .2rem;
        margin-right: 0;
    }
    .title-con .cn {
        font-size: 34px;
    }
    .title-con .en,
    .text-list .item .date,
    .footer,
    .qing .item .date,
    .qing .item .con>div,
    .service .pro .pic .img-box .tit {
        font-size: 12px;
    }
    .text-list .item,
    .qing .item {
        height: auto;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .text-list .item .tit,
    .text-list .item .des {
        height: auto;
    }
    .service .ui-box .intro .tit,
    .text-list .item .tit,
    .qing .item .tit,
    .service .ui .text-con .tit,
    .service .more .btn {
        font-size: 16px;
    }
    .more-title span,
    .text-list .item .date span,
    .qing .item .date span,
    .service .title {
        font-size: 24px;
    }
    .text-list .item .date,
    .qing .item .date {
        width: 75px;
    }
    .service .ui-box .intro .txt,
    .service .pro-2 .map .info .item .msg {
        font-size: 14px;
    }
    .page {
        font-size: 14px;
        line-height: 34px;
    }
    .page a {
        width: 34px;
        height: 34px;
    }
    .page .prev,
    .page .next {
        background-size: 12px;
    }
    .footer {
        height: 40px;
    }
    .details h1 {
        font-size: 18px;
    }
    .details .time::before {
    content: '';
    width: .67rem;
    height: .67rem;
    background: url(../images/date.svg)no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}
    .details .time {
        height: 32px;
    }
    .details .body,
    .details .next-prev,
    .service .ui .text-con .text,
    .service .ui-box .down>a,
    .service .lianxi .con .text-con .item .txt-con,
    .service .lianxi .con.s2 .box .item {
        font-size: 14px;
    }
    .qing .item {
        width: 49%;
    }
    .qing .item .con>div {
        background-position: 0 4px;
    }
    .qing .item .text-con {
        padding-top: 0;
        padding-right: .3rem;
    }
    .service .ui-box .down>a {
        width: 210px;
        height: 38px;
    }
    .service .lianxi .tit {
        font-size: 18px;
    }
    .service .lianxi .table-con .table {
        max-width: 100%;
    }
    .service .lianxi .table-con .table>div {
        line-height: 38px;
    }
    .service .fixed {
        display: none;
    }
    .s-menu>li {
        line-height: 32px;
        font-size: 16px;
    }

    .service .link-img .item {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .header .logo {
        height: 65px;
    }
    .header.fixed .menu-btn {
        top: 20px;
    }
    .title-con .cn {
        font-size: 28px;
    }
    .title-con .en {
        font-size: 11px;
    }
    .qing .item,
    .service .lianxi .con .pic,
    .service .pro .l-con {
        width: 100%;
    }
    .s-banner {
        height: 180px;
    }
    .title-con.small {
    height: 180px;
    padding-bottom: .8rem;
}

    .home {
      background: url(../images/bg-color-mb.jpg) no-repeat center;
      background-size: cover;
    }

    .home .line {
      top: 60%;
      bottom: unset;
      z-index: 0;
    }

    .home .shan {
      top: 50%;
      transform: scale(1.1);
    }
    .home .shan .path {
      stroke-width: 2px;
    }

    .home .text-content {
      top: 43%;
    }
    .home .text-content .item:nth-child(1) {
      left: 1.6rem;
    }
    .home .text-content .item:nth-child(2) {
      left: 8rem;
    }
    .home .text-content .item .year {
      font-size: 12px;
    }
    .home .text-content .item .txt {
      font-size: 9px;
    }


    .home .img-wrap-box {
      position: absolute;
      bottom: 0;
      z-index: 1;
    }
    .home .img-wrap {
      display: flex;
      width: max-content;
      /* animation: imgMoveLeftToRight 30s linear infinite; */
    }
    .home .img-copy {
      /* display: block; */
    }
    .home .img-wrap-box .img-mb {
        display: block;
    }
    .home .img {
      position: relative;
      width: auto;
      height: auto;
      bottom: 0;
    }
    .img-placehoder {
      display: none;
      /* width: calc(1920px / 315px * 10rem); */
      width: calc(6.095238095 * 10rem);
      height: 10rem;
    }
    .img .bottom-box {
      display: none;
      /* height: calc(150px / 3.15); */
      /* height: 2rem; */
    }
    .home .img .guang {
      display: none;
    }
    .img-wrap-box>.bottom-box {
      display: block;
      width: 100vw;
      height: 3rem;
      height: auto;
    }
    .img-wrap-box>.bottom-box img {
      width: 100%;
      height: auto;
    }
    .img-wrap-box>.bottom-box .guang {
      position: absolute;
      top: 0;
      left: -50%;
      width: 200%;
      height: auto;
      transform: translateY(-60%);
    }

    .service .ui .pic-con {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .service .ui .pic-con::after {
        display: none;
    }
    .service .ui .text-con,
    .service .ui .pic-con {
        margin-top: .4rem;
    }
    .service .lianxi .con .text-con,
    .service .pro .l-con {
        margin-right: 0;
    }
    .service .lianxi .table-con .table {
        overflow-x: scroll;
    }
    .service .lianxi .table-con .table>div {}
    .service .lianxi .table-con .table>div>span {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: inline-block;
        flex-shrink: 0;
    }
    .service .lianxi .table-con .table>div>span:nth-child(1) {
        width: 60px;
    }
    .service .lianxi .table-con .table>div>span:nth-child(2) {
        flex: none;
        width: 260px;
    }
    .service .lianxi .table-con .table>div>span:nth-child(3),
    .service .lianxi .table-con .table>div>span:nth-child(4),
    .service .lianxi .table-con .table>div>span:nth-child(5),
    .service .lianxi .table-con .table>div>span:nth-child(6) {
        width: 140px;
    }
    .service .pro .l-con .pic,
    .service .pro .r-con>div:first-child .pic,
    .service .pro .r-con>div:last-child {
        height: auto !important;
    }
    .service .pro .content {
        display: block;
    }
    .service .pro .r-con {
        margin-top: .4rem;
    }
    .s-menu>li>a {
        white-space: nowrap;
        padding-left: .4rem;
        padding-right: .4rem;
    }

    .service .lianxi .con .text-con .item .icon,
    .service .lianxi .con.s2 .box .item .icon {
        width: 20px;
        flex-shrink: 0;
    }
    .service .lianxi .con.s2 .box {
        gap: 20px;
        padding: 10px;
    }
    .service .lianxi .con.s2 .box .item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .service .pro .pic .img-box::after {
        height: 40%;
    }
    .service .pro .pic .img-box .tit {
        padding: 1em 2em;
    }
    .service .pro .pic .swiper-container .swiper-pagination {
        bottom: .8em;
    }

    .service .pro-2 .imgs,
    .service .pro-2 .map {
        flex-direction: column;
    }
    .service .pro-2 .map img {
        width: 100%;
    }
    .service .pro-2 .map .info .item {
        gap: 10px;
    }
    .service .pro-2 .map .info .item .msg {
        max-width: 100%;
    }
    .service .pro-2 .map .info .item img {
        width: 24px;
        height: 24px;
    }

    .service .lianxi .con-box {
        flex-direction: column;
    }
    .service .lianxi .con {
        width: 100%;
    }
    .service .lianxi .con.s2 {
        width: 100%;
        margin-left: 0;
    }

    .service .link-img {
        gap: 3.5%;
    }
    .service .link-img .item {
        width: 31%;
        height: 3rem;
    }
    .service .ui-box {
        flex-direction: column;
        gap: 20px;
    }
    .service .ui-box .intro,
    .service .ui {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }
    .service .ui-box .intro .logo {
        width: 70%;
    }

}
@media (max-width:530px) { 
    .pub-content,
    .text-list,
    .details,
    .hd,
    .service {
        padding-left: .2rem;
        padding-right: .2rem;
       min-height: 618px; 
    }}
@media (max-width:400px) { 
    .pub-content,
    .text-list,
    .details,
    .hd,
    .service {
        padding-left: .2rem;
        padding-right: .2rem;
        min-height: 550px;
    }}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .Guide .countdown .num span::after {
        opacity: .36;
    }
}