:root {
  --fosi100: 1rem;
  --fosi60: 0.6rem;
  --fosi48: 0.48rem;
  --fosi42: 0.42rem;
  --fosi40: 0.4rem;
  --fosi36: 0.36rem;
  --fosi34: 0.34rem;
  --fosi32: 0.32rem;
  --fosi30: 0.3rem;
  --fosi28: 0.24rem;
  --fosi24: 0.28rem;
  --fosi20: 0.2rem;
  --fosi18: 0.18rem;
  --fosi16: 0.16rem;
  --fosi14: 0.14rem;
}
@media(min-width:1281px){
 :root {
  --fosi100: 100px;
  --fosi60: 60px;
  --fosi48: 48px;
  --fosi42: 42px;
  --fosi40: 40px;
  --fosi36: 36px;
  --fosi34: 34px;
  --fosi32: 32px;
  --fosi30: 30px;
  --fosi28: 24px;
  --fosi24: 28px;
  --fosi20: 20px;
  --fosi18: 18px;
  --fosi16: 16px;
  --fosi14: 14px;
}   
}
main{font-size: var(--fosi16);}
main.oh{overflow:hidden}

/*header*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-darkheader] #header,
#header.white,
#header.fixed {
  background-color: #fff;
  box-shadow: 0px 0px 0.22rem 0px rgba(0, 0, 0, 0.07);
}
#header.hide{opacity: 0;}
#header .inner {
  /*position: relative;*/
  max-width: 16rem;
}

@media only screen and (max-width: 1024px) {
  #header .inner {
    padding: 0.15rem 0;
  }
}
@media only screen and (max-width: 750px) {
  #header .inner {
    position: static;
  }
}

.is-darkHeader{padding-top:0.9rem;}
.is-darkHeader #header{background:#fff;}
/*logo*/
#logo {
  width: 2.21rem;
  position: relative;
  z-index: 10;
}
#logo a {
  display: block;
  overflow: hidden;
  padding-bottom: 24.43438914%;
  position: relative;
}
#logo i {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -99999em;
  display: block;
  overflow: hidden;
  background: no-repeat left center;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  #logo {
    width: 1.75rem;
  }
}
/*search*/
#search span {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/search_01.svg) no-repeat center center;
  background-size: contain;
  display: block;
  cursor: pointer;
}
#header:not(.fixed):not(.white):not(:hover) #search span{filter: brightness(0) invert(1);}
  [data-darkheader] #search span{filter:none!important}
  #header.isDark #search span{filter:none!important}
#search .form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 4rem;
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.1rem);
}
#search .active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#search .input {
  position: relative;
  padding-right: 0.44rem;
}
#search .text {
  display: block;
  width: 100%;
  height: 2.75em;
  line-height: 1.75em;
  padding: 0.5em 2.75em 0.5em 1.25em;
}
#search .go {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.75em;
  cursor: pointer;
  background: url(../images/search_01.svg) no-repeat center center;
  background-size: auto 45.45454545%;
}
@media only screen and (max-width: 750px) {
  #search .form {
    width: 100%;
  }
}
/*navbtn*/
#navbtn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /*1024*/
  #navbtn {
    position: relative;
    cursor: pointer;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    z-index: 10;
    overflow: hidden;
    margin-left: 0.3rem;
  }
  header:not(.fixed):not(.white):not(:hover) #navbtn{filter: brightness(0) invert(1);}
  [data-darkheader] header #navbtn{filter:none!important;}
  #navbtn:before,
  #navbtn:after,
  #navbtn i {
    width: 100%;
    height: 0.02rem;
    background-color: #333;
    display: block;
    position: absolute;
    left: 0;
    transition: inherit;
    content: '';
    transform: scaleY(1);
  }
  #navbtn:before {
    top: 0.01rem;
  }
  #navbtn:after {
    bottom: 0.01rem;
  }
  #navbtn i {
    top: 50%;
    margin-top: -0.01rem;
  }
  #navbtn.active {
    overflow: visible;
  }
  #navbtn.active:before {
    transform: rotate(45deg) scaleY(1);
    top: 50%;
  }
  #navbtn.active:after {
    transform: rotate(-45deg) scaleY(1);
    bottom: auto;
    top: 50%;
  }
  #navbtn.active i {
    opacity: 0;
  }
}
/*navi*/
#navi {
  width: calc(100% - 2.5rem);
  padding: 0 0.25rem;
}
#navi a {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1025px) {
#header:not(.fixed):not(:hover) #navi a{color: #fff;}
#header:not(.fixed):not(:hover) #navi .drop a{color: #333;} 

[data-darkheader] #header #navi a:not(:hover){color: #333!important;}
[data-darkheader] #navi .drop a:hover,
[data-darkheader] #header #navi li.cur > a{color:var(--main-color)!important}

#header.isDark #navi a:not(:hover){color: #333!important;}
#header.isDark  #navi .drop a:hover,
#header.isDark #header #navi li.cur > a{color:var(--main-color)!important}
}

#navi .parent {
  padding: 0 0.15rem;
  /*position: relative;*/
}
#navi .parent  > a{padding: 0 0.09rem; line-height: 0.9rem;}
#navi .parent  > a:after{position: absolute; content: ''; height: 2px; background-color: var(--main-color); left: 50%;transform:translateX(-50%); bottom: 0; width: 0; transition: width 0.3s;}
#navi .drop {
  line-height: 2em;
  display: none;
}
#navi .drop a {
  padding: 0.5em 0;
}

@media only screen and (min-width: 1025px) {
    #navi .parent .drop ul{display:flex;justify-content:center;gap:.1rem .75rem;width: 93.75%;max-width: 16rem;margin: 0 auto;}
    #navi #navi2 .drop ul{padding-left: 1.65rem;}
    #navi #navi7 .drop ul,
    #navi #navi6 .drop ul{ justify-content:flex-end;padding-right:.85rem;}
    #navi #navi3 .drop ul{ padding-left:1.8rem;}
    #navi #navi4 .drop ul{ padding-right:3.95rem;justify-content:flex-end;}
    #navi #navi5 .drop ul{ padding-right:2.65rem;justify-content:flex-end;}
#navi .drop a:hover{color:var(--main-color)!important}
  #navi .on > a,
  #navi .cur > a {
    color: var(--main-color);
  }
  #navi .on > a:after,
  #navi .cur > a:after {width: 100%;}
  #navi .drop {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 100%;
    transform: translateX(-50%);
    z-index: 5;
    background-color: rgba(255,255,255,.7);
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0.5em 1.5em;
  }
  #navi .drop li {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
  }
  #navi .drop li:last-child {
    border-bottom: none;
  }
  #navi .drop a {
    white-space: nowrap;
    color: #333;
  }
}
@media only screen and (max-width: 1024px) {
  /*1024px*/
  #navi {
    position: fixed;
    width: 100%;
    max-width: 30em;
    height: calc(100% - 0.84rem);
    background-color: #fff;
    z-index: 9;
    right: 0;
    top: 0.84rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    transform: translateX(100%);
    opacity: 0;
    box-shadow: 0px 0px 0.22rem 0px rgba(0, 0, 0, 0.07);
  }
  #navi .parent{ position:relative;}
  #navi.active {
    transform: translateX(0);
    opacity: 1;
  }
  #navi .menu {
    display: block;
  }
  #navi a {
    color: #333;
  }
  #navi .parent {
    padding: 0 0.5rem;
    line-height: 2em;
    position: relative;
  }
  #navi .parent > a {
    padding: 1.5em 0;
    border-bottom: 1px solid #e4e4e4;
  }
  #navi em {
    display: block;
    position: absolute;
    right: 0.3rem;
    width: 3.61111111em;
    height: 5.05555556em;
    z-index: 2;
    top: 0;
    cursor: pointer;
  }
  #navi em:after {
    width: 0.66666667em;
    height: 0.66666667em;
    border-right: 0.05555556em solid #333;
    border-bottom: 0.05555556em solid #333;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    background-color: transparent;
    margin: -0.38888889em 0 0 -0.38888889em;
    transition: inherit;
  }
  #navi .on {
    background-color: #f9f9f9;
  }
  #navi .on > em:after {
    transform: rotate(45deg);
  }
  #navi .drop {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 1em 0 1em 2em;
  }
}
@media only screen and (max-width: 750px) {
  #navi {
    padding: 0;
    top: 0.72755rem;
    height: calc(100% - 0.72755rem);
  }
  #navi .parent {
    padding: 0 3.125%;
  }
  #navi .parent > a{line-height:normal;}
  #navi em {
    right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #header:hover {
  background-color: #fff;
  box-shadow: 0px 0px 0.22rem 0px rgba(0, 0, 0, 0.07);
}
}
/*footer*/
#footer {
  background: url(../images/footer-bg.jpg) no-repeat center center;background-size:cover;
  position: relative;
  color: #555555;
  z-index: 1;
  padding: 0.5rem 0;
}
.child-website dl{align-items:center}
.child-website dd{width:1.5rem;}
.child-website dd a{display: flex;align-items: center;justify-content:center;border-radius:0.05rem;background-color:#fff; height:0.5rem;}
.child-website dd img{max-height:80%; max-width:80%;}
/*.child-website dd:not(:last-child):after{width: 1px;height: 0.12rem; background-color: #d3cbc2; margin: 0 0.5em; display: block; content: '';}*/
@media(min-width:751px){
.child-website dd:not(:last-child){margin-right:0.1rem}
}
@media(max-width:750px){
.child-website dl{flex-wrap:wrap;}
.child-website dt{width:100%;padding-left:0.5%;        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;}
.child-website dd{width:32%;margin:0 0.5% 2%;}
}

/*copyright*/
#copyright {
  padding: 0.1rem 0;
}
#copyright ,
#copyright a:not(:hover) {
  color: rgba(51, 51, 51, 0.6);
}
#copyright .text{text-align: center;}
#copyright .text p{margin: 0;}
#copyright .text a,
#copyright .text span {
  display: inline-block;
}
#copyright .page a {
  display: flex;
  align-items: center;
}
#copyright .page a:not(:last-child):after {
  display: block;
  content: '';
  width: 1px;
  height: 0.12rem;
  background-color: #d3cbc2;
  margin: 0 0.5em;
}

/*infor*/
#infor li:not(:last-child){
  margin-right: 0.1rem;
}
#infor li img{width:90px;}
/*menu*/
#menu {
  width: 11.8rem;
  max-width: calc(100% - 4rem);
}
#menu dt {
  font-size: var(--fosi18);
  line-height: 1.77777778em;
  margin-bottom: 0.2rem;
}
#menu dt a:not(:hover) {
  color: var(--font-color);
}
#menu dd {
  line-height: 2em;
}
@media only screen and (max-width: 1024px) {
  #menu {
    width: 100%;
    max-width: none;
    margin-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 750px) {
  #menu {
    display: none;
  }
}
/*site*/
#site {
  border-bottom: 1px solid #eee;
  padding: 0.65rem 0 0.45rem;
  overflow: hidden;
}
#site .logo {
  width: 2.7rem;
  max-width: 100%;
  float: left;
}
#site .logo .figure {
  padding-bottom: 24.44444444%;
}
#site .tel {
  float: right;
  width: 1.38rem;
}
#site .list {
  margin: 0 2.7rem;
  padding-left: 7.5%;
}
#site .list dl {
  padding: 0.04rem 0;
}
#site .list dt {
  font-size: var(--fosi18);
  line-height: 1.33333333em;
  width: 100%;
  margin-bottom: 0.1rem;
}
#site .list dd {
  line-height: 1.5em;
  position: relative;
  padding-right: 2.25em;
}
#site .list dd:after {
  width: 0.01rem;
  height: 0.75em;
  background-color: rgba(0, 0, 0, 0.06);
  content: '';
  display: block;
  position: absolute;
  right: 1.09375em;
  top: 50%;
  margin-top: -0.375em;
}
#site .list dd:last-child {
  padding-right: 0;
}
#site .list dd:last-child:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #site {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
  }
  #site .logo {
    float: none;
  }
  #site .tel {
    float: none;
    padding: 0;
  }
  #site .list {
    margin: 0.3rem 0 0;
    clear: both;
    padding-left: 0;
  }
  #site .list dl {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #site .logo {
    width: 1.75rem;
  }
#site .list dd {
  padding-right: 1.4em;
  margin-top:1em
  }
#site .list dd:after{right:0.7em;}
}
/*slides*/

#slides .video {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index:7;
  width: 100%;
  visibility:hidden;
  
}
#slides .fadeout + .video{visibility:visible;}

#slides video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color:#000;
}
#slides .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
#slides .inner {
  height: 100%;
  padding: 10.9375% 0;
  align-items: center;
}
#slides .info {
  font-size: var(--fosi48);
  line-height: calc(60 / 48);
}
#slides .info p {
  position: relative;
  text-align: center;
  position: relative;
  z-index: 5;
  transition:1.2s 0.3s;
  transform:translateY(0.3rem);
  opacity:0;
  letter-spacing:0.2em;
}
#slides .info p + p{transition-delay:0.8s}
#slides .swiper-slide-active .info p {  transform:translateY(0);opacity:1;letter-spacing:0;}
#slides .info p:last-child {
  margin-bottom: 0;
}

#slides .info .bg img{left: 0;top: 0; position: absolute; z-index: -1}
#slides .info .bg img.bg3,
#slides .info .bg img.bg1{left: 50%;top: 55%;transform: translate(-50%,-50%);}
#slides .info .bg img.bg2{left: auto;right: -1.5em;top: 0.2em;width: calc(570 / 60 * 1em);height: calc(69 / 60 * 1em);}
#slides .info .bg img.bg1{width: calc(492 / 60 * 1em);height: calc(62 / 60 * 1em);}
#slides .info .bg img.bg3{width: calc(471 / 60 * 1em);height: calc(48 / 60 * 1em);}
#slides .info .line {
  padding-left: 2.025em;
  margin-left: 0.325em;
}
#slides .info .line:before {
  width: 1.275em;
  height: 0.05em;
  background-color: rgba(255, 255, 255, 0.4);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5625em;
}
#slides .right .inner {
  justify-content: flex-end;
  align-items: flex-end;
}
#slides .right .line {
  margin-left: 0;
}
#slides .right .bg {
  padding: 0 1.275em;
  margin-left: -1.275em;
}

#slides .center .line {
  margin-left: 0;
}
#slides .center .line:before {
  left: -1.325em;
  top: 1em;
}
#slides .swiper-slide-duplicate-active .text,
#slides .swiper-slide-active .text {
  opacity: 1;
}
#slides .pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.20833333%;
  z-index: 2;
}
#slides .swiper-pagination-bullet {
  width: 0.22rem;
  height: 0.22rem;
  background-color: transparent;
  opacity: 1;
  display: block;
  position: relative;
  margin: 0 0.13rem;
}
#slides .swiper-pagination-bullet:before,
#slides .swiper-pagination-bullet:after {
  content: '';
  display: block;
  position: absolute;
  transition: inherit;
}
#slides .swiper-pagination-bullet:before {
  width: 54.54545455%;
  height: 54.54545455%;
  border-radius: 50%;
  border: 0.02rem solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
#slides .swiper-pagination-bullet:after {
  width: 100%;
  height: 100%;
  background: url(../images/pagination_logo.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
}
#slides .swiper-pagination-bullet-active:before {
  transform: translate(-50%, -50%) scale(0s);
}
#slides .swiper-pagination-bullet-active:after {
  opacity: 1;
}
#slides .banplay-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#slides .banplay-btn {
  z-index: 10;
  cursor: pointer;
}
#slides .banplay-btn:before {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNjkuNzUgMjkxLjg2Ij48ZyBpZD0i5Zu+5bGCXzIiIGRhdGEtbmFtZT0i5Zu+5bGCIDIiPjxnIGlkPSLlm77lsYJfMS0yIiBkYXRhLW5hbWU9IuWbvuWxgiAxIj48cGF0aCBkPSJNMjUwLjQsMTEzLDU2LDQuODFDMzAuODktOS4xNywwLDksMCwzNy43NFYyNTQuMTJDMCwyODIuODcsMzAuODksMzAxLDU2LDI4Ny4wNUwyNTAuNCwxNzguODZjMjUuODEtMTQuMzcsMjUuODEtNTEuNDksMC02NS44NloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: calc(10 / 60 * 100%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#slides .video-cover {
  z-index: 8;
  transition: 0.5s;
  position: relative;
}
#slides .video-cover.fadeout {
  opacity: 0;
}
#slides .video-cover .video {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #slides .info {
    font-size: var(--fosi36);
  }
}
@media only screen and (max-width: 750px) {
  #slides .info {
    font-size: var(--fosi20);
  }
  #slides .right .inner {
    padding: 20% 0;
  }
  #slides .info p{font-size:calc(54 / 40 * 1em)}
}
/*section-box*/
.section-box {
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding:0.5rem 0;
  position: relative;
}
/*module-name*/
.module-hgroup {
  margin-bottom: 0.4rem;
  position: relative;
}
.module-hgroup .module-more {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
}
.module-name {
  font-weight: bold;
  font-size: var(--fosi24);
  line-height: 1.35em;
  margin: 0;
}
.module-intro {
  font-weight: lighter;
  font-size: var(--fosi18);
  line-height: 2em;
  max-width: calc(100% - 1.5rem);
  margin-top: 0.44444444em;
}
.module-more .a,
.module-more a {
  line-height: 2em;
  display: block;
  background: url(../images/more_02.svg) no-repeat right center;
  background-size: auto 0.1rem;
  padding-right:0.12rem;
  color: var(--main-color);
  font-weight: normal;
}
.module-more .white {
  color: #fff;
  background-image: url(../images/more_03.svg)
}
.module-more .white:hover{
  color: var(--main-color);
  background-image: url(../images/more_02.svg)
}

@media only screen and (max-width: 750px) {
  .module-more .a,
  .module-more a {
    font-size: var(--fosi14);
  }
}
/*products*/
#products {
  background-image: url(../../../upload/image/2025-11/1762595615359.jpg);
  overflow: hidden;
}
#products .module-hgroup{margin-bottom: 0.3rem;}

#products .pic{position: relative;}
#products .pic::after{content: ''; position: absolute; left: 0;top: 0.2rem; background-color: #333333;  width: 100%;transform: scale(calc(390 / 440)); filter: blur(10px);z-index: 1; height: 100%;opacity: 0; transition: 0.3s;}
#products .pic .figure{padding-bottom: calc(220 / 440 * 100%);z-index: 2;border-radius: 0.1rem;}
#products .pic:hover .figure .img{transform: scale(1.05);}
#products .text{padding: 0.3rem 0.3rem 0; transition: 0.3s;}
#products .swiper-slide:not(.swiper-slide-active) .text{opacity: 0;}
#products .text p{margin: 0 0 0.12rem 0;text-align: center;}
#products .text{transform:translateY(0.2rem);opacity:0;transition:0.8s ease-in-out;}
#products .swiper-slide-active .text{transform:translateY(0);opacity:1;transition-delay:0.5s;}
#products .swiper-tab{margin-bottom: 0.3rem;flex-wrap: wrap;}
#products .swiper-tab .tab-item{margin: 0 1em;cursor: pointer; line-height: 1; font-weight: bold;}
#products .swiper-tab .tab-item.active{color: var(--main-color);}
#products .swiper-slide-active .pic::after{opacity: 0.36;}

@media (max-width:1024px) {
  #products .text{padding: 0.2rem 0.2rem 0;}
}
@media (max-width:750px) {
#products{padding-bottom:0.5rem}
#products .swiper-tab{max-width: 80%; margin-left: auto; margin-right: auto;}
#products .swiper-tab .tab-item{margin: 0 0.5em 0.5em;}
#products .swiper-slide-active .title{margin-bottom:0.5em;}
}

/*party*/
#party {
  background-image: url(../images/home-bg/bg-4.jpg);
  padding:0;
}
#party .info {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  border-radius: 0.1rem;
}
#party .box {
  padding: calc(40 / 1280 * 100%) 6.25% 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; 
  position:relative;
  }
#party .box .url{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3}
#party .name {
  width: 3.84rem;
  max-width: 100%;
  margin-bottom: 0.12rem;
}
#party .name img {
  display: block;
  width: 100%;
  height: auto;
}
#party .intro {
  line-height:2;
  max-width: 90%;
  margin-bottom: 0.1rem;
  text-align: center;
}
#party .enter {
  width:4.2rem;
  max-width: 100%;
  position:relative;z-index:5;
}
#party .enter ul {
  justify-content: space-between;
}
#party .enter li {
  width: calc((100% - 0.2rem) / 2);
}
#party .enter i {
  display: block;
  font-style: normal;
  background: no-repeat left center;
  background-size:auto 0.2rem;
  padding-left: 0.34rem;
}
#party .enter a {
  background-color: rgba(249, 245, 240, 0.5);
  height: 0.6rem;
}
#party .enter a:hover {
  background-color: #f9f5f0;
}
@media (min-width: 751px) {
  #party .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
  
#party .info {
  padding-bottom: calc(300 / 1280 * 100%);
}
}
@media only screen and (max-width: 750px) {
  #party .info {
    background-position: center top;
    background-size: contain;
    background-color: #fff;
    padding-bottom: 0.4rem;
  }
  #party .name {
    width: 3rem;
    margin-bottom: 0.4rem;
  }
}
/*news*/
#news {
  background-image: url(../images/section_box_bg_3.jpg);
}
#news .tab span {
  display: block;
  font-size: var(--fosi24);
  line-height: calc(30 / 24);
  cursor: pointer;
}
#news .tab span a{color: var(--font-color);font-size:var(--fosi24);line-height: calc(30 / 24); padding-right:0; background:none;}
#news .tab span:not(:last-child) {
  margin-right:2em;
}
#news .tab span a:hover,
#news .tab span:hover {
  color: var(--main-color);
}
#news .tab .active {
  color: var(--main-color);
}
#news .box {
  display: none;
}
#news .box:first-child {
  display: block;
}
#news .figure:after {
  display: block;
  padding-bottom: 56.41025641%;
}
#news .istop {
  width: 48.75%;
  border-radius: 0.15rem;
  overflow: hidden;
}
#news .istop .text {
  padding: 0.3rem 0.4rem 0.22rem;
}
#news .istop .title {
  font-size: var(--fosi28);
  line-height: 1.42857143em;
  margin-bottom: 0.53571429em;
}
#news .istop .intro {
  line-height: 1.75em;
  height: 3.5em;
  margin-bottom: 1.375em;
  font-size: var(--fosi16);
}
#news .istop .date {
  font-size: var(--fosi16);
}
#news .istop a {
  display: block;
}
#news .list {
  width: 49.375%;
}
#news .item {
  margin-bottom: 0.24rem;
}
#news .item:last-child {
  margin-bottom: 0;
}
#news .item .figure {
  width: 3.06rem;
  border-radius: 0.1rem;
}
#news .item .text {
  width: calc(100% - 3.32rem);
}
#news .item .title {
  font-size: var(--fosi20);
  line-height: 1.35em;
  margin-bottom: 1.1em;
}
#news .item .intro {
  line-height: 1.5em;
  height: 3em;
  margin-bottom: 1.1875em;
}
#news .item a {
  padding: 0.15rem 0.15rem 0.15rem 0.3rem;
}
#news .cont a {
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.1rem;
}
#news .cont a:hover {
  box-shadow: 0px 0px 0.22rem 0px rgba(0, 0, 0, 0.07);
}
#news .cont a:hover .img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1280px) {
  #news .item .figure {
    width: 2.89rem;
  }
}
@media only screen and (max-width: 1024px) {
  #news .istop {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  #news .list {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #news .tab {
    position: static;
    margin-top: 0.3rem;
  }
  #news .istop .text {
    padding: 0.25rem;
  }
  #news .istop .title {
    font-size: var(--fosi24);
  }
  #news .item .figure {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  #news .item .text {
    width: 100%;
  }
  #news .item a {
    padding: 0.2rem;
  }
}

/*main-business*/
#main-business{background: url(../images/home-bg/bg-2.jpg) no-repeat center bottom;background-size:cover;}
#main-business .inner{position: relative;z-index: 1;overflow: hidden; border-radius: 0.1rem;}
#main-business .icon{margin-bottom: 0.22rem;}
#main-business .default  .icon{width: 100%;display: flex;justify-content: center;}
#main-business .icon img{max-height: 0.6rem; width: 90%; max-width: 0.6rem;}
#main-business .txt-area .title,
#main-business  .module-name{line-height: 1}
#main-business .item .inside{position: relative;z-index: 3;}
#main-business .txt-area,
#main-business .default{position: absolute; z-index: 3;}
#main-business .default{width: 100%;height: 100%;left: 0;top: 0; background-color: rgba(8, 36, 65, 0.4);}
#main-business .txt-area{ left: calc(50 / 878 * 100%); bottom: calc(50 / 620 * 100%);right: 3%;width: calc((878 / 200 * 100%) - 3%);}
#main-business .txt-area .title{font-size: var(--fosi24); font-weight: bold;}
#main-business .default h3{font-weight: normal; font-size: var(--fosi16);}
#main-business .intro p{margin: 0;}
#main-business .intro{ line-height: calc(26 / 16); margin: 0.13rem 0 0.23rem 0;}
@media (min-width:751px) {
  #main-business{color:#fff; }
#main-business .module-hgroup{position: absolute; z-index: 20; left: calc(50 / 1280 * 100%);width: 100%;top:calc(50 / 620 * 100%);}
#main-business .item:not(:last-child){margin-right: 1px;}
#main-business .item,
#main-business .inside,
#main-business .default,
#main-business .pic,
#main-business .figure,
#main-business .figure:before{transition:0.3s;}
#main-business .item{flex: 1;transform: none!important;opacity: 1;}
#main-business .item .inside{height:6.2rem;}
#main-business .item.active  .default{opacity: 0;}

#main-business .pic{position: absolute; z-index: 2;width: 100%;height: 100%;left: 0;top: 0;}
#main-business .pic .figure{height: 100%;}

#main-business .txt-area .icon{width: 0.81rem;}

#main-business .item.active{flex:4.3682;} 
#main-business .txt-area .icon,
#main-business .txt-area .title,
#main-business .txt-area .intro,
#main-business .txt-area .module-more{transform: translateY(0.3rem); opacity: 0; transition: 0.5s linear;}
#main-business .item.active .txt-area .icon,
#main-business .item.active .txt-area .title,
#main-business .item.active .txt-area .intro,
#main-business .item.active .txt-area .module-more{ opacity: 1; transform: translateY(0);}
#main-business .item.active .txt-area .icon{transition-delay: 0.3s;}
#main-business .item.active .txt-area .title{transition-delay: 0.5s;}
#main-business .item.active .txt-area .intro{transition-delay: 0.7s;}
#main-business .item.active .txt-area .intro p{margin:0;}
#main-business .item.active .txt-area .module-more{transition-delay: 0.9s;}
#main-business .default .title{text-align: center; max-width: 5em; line-height: calc(24 / 16);}
  }
  @media (min-width:751px) and (max-width: 1024px) {
    #party .info {padding-bottom: calc(337 / 1280 * 100%);}
  }
@media (max-width: 750px) {
  #main-business{padding: 0.5rem 0;}
  #main-business .module-name{text-align: center;}
  #main-business .items{display: block;color:#fff; }
  #main-business .item + .item{margin-top:0.1rem;}
  #main-business .pic .figure{padding-bottom: 50%;}
  #main-business .txt-area{display: block; left: 0;right: 0;width: auto;padding: 0 3% 3%; bottom: 0;}
  #main-business .default{display: none;}
}
@media (max-width: 480px) {
  #main-business .intro{display: none;}
  #main-business .txt-area .title{margin-bottom: 0.1rem;}
  #main-business .icon img{max-height: 0.5rem; max-width: 0.5rem;}
}

/*about neew20251108*/
#about-new{position: relative;z-index: 1; background-image: url(../images/home-bg/bg-3.jpg);}
#about-new .module-hgroup{margin-bottom: 0;}
#about-new .data-pic{display: none;}
#about-new .text{background: url(/upload/image/2025-12/1766987420255.png) no-repeat center bottom;  background-size: cover; display: flex;flex-direction: column;justify-content: center; padding-left: calc(50 / 1280 * 100%);}
#about-new .text .entry{text-align: justify; margin-bottom: 0.4rem;font-weight: normal; max-width: 4.8rem; width: 80%;}
#about-new.page-about-new .text .entry{margin-bottom: 0;}
.page-about-new .module-name{font-size:var(--fosi36);line-height:calc(50 / 36);font-weight:500}
#about-new .entry p:nth-child(1){margin-top:0}
#about-new .entry p::last-child{margin-bottom:0;}
#about-new .module-intro{font-weight:700; color: #333; margin:0.14rem 0; max-width: none; line-height:calc(32 / 18)}
#about-new .data,
#about-new .data ul{height: 100%;}
#about-new .data ul{display: flex;flex-direction: column; justify-content: space-between;}
#about-new .data li:not(:last-child){margin-bottom: 0.1rem;}
#about-new .data li{flex: 1;background-image: linear-gradient(180deg, #f4efea 0%,  #f6f3ee 100%); padding: 0 calc(60 / 460 * 100%); min-height: 1.2rem; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 0.1rem; transition: 0.3s;}
#about-new .data li:hover{background-image:url(../images/home-bg/bg-3-3.jpg)}
#about-new .data li img{max-width: 0.5rem; max-height: 0.5rem;}
#about-new .data li p{color: #555555;transition: 0.3s;}
#about-new .data li .num{color: #b28247;transition: 0.3s;}
#about-new .data li:hover *{color: #fff;}
#about-new .data li .num span{font-size: var(--fosi48); font-weight: 500; line-height: calc(37 / 48);}
#about-new .data li .num sub{font-size: var(--fosi16);}
#about-new .data li:hover img{filter: brightness(0) invert(1);}
@media (min-width:751px) {
  #about-new .text{width: calc(810 /1280 * 100%);min-height:520px;}
  #about-new .meta{width: calc(460 /1280 * 100%);}
}
@media(max-width:750px) {
  #about-new .inner{display: block;}
  #about-new .text{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background-size: 100% auto;
    background-color: #f4efeb; margin-bottom: 0.2rem;}
}

/*about*/
#about {
  background-image: url(../images/section_box_bg_4.jpg);
}
#about .text {
  width: 36%;
  text-align: justify;
}
#about .module-hgroup {
  margin-bottom: 0.8rem;
}
#about .entry {
  font-size: var(--fosi18);
  line-height: 2em;
  margin-bottom: 0.78rem;
}
#about .entry * {
  line-height: 2em;
}
#about .scroll-content {
  margin-top: -0.2rem;
  margin-bottom: 0;
}
#about .meta {
  width: 55%;
}
#about .data-pic {
  width: 65.785%;
}
/*
#about .figure {
  margin-top: -4%;
  width: 111.91176471%;
}
#about .figure:after {
  padding-bottom: 106.43889619%;
  display: block;
}*/
#about .data {
  font-size: var(--fosi18);
  line-height: 1.25em;
  width: 27.65957447%;
  position: relative;
  z-index: 2;
}
#about .data ul {
  height: 100%;
  width: 3.1rem;
}
/*
#about .data li:nth-child(1),
#about .data li:nth-child(4) {
  margin-left: 1.2rem;
}
*/
#about .data .num {
  font-size: var(--fosi60);
  line-height: 1em;
  margin-bottom: 0.11666667em;
}
#about .data sub {
  font-size: 0.26666667em;
  line-height: 1.75em;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  #about .text {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #about .module-hgroup,
  #about .entry {
    margin-bottom: 0.5rem;
  }
  #about .meta {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #about .data-pic {
    width: 100%;
  }
  #about .data {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #about .data ul {
    flex-direction: row;
    width: auto;
  }
  #about .data li {
    width: 50%;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #about .data li:nth-child(n+1) {
    margin-left: 0;
  }
  #about .figure {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main {
    --fosi48: 0.32rem;
    --fosi40: 0.3rem;
    --fosi36: 0.26rem;
    --fosi34: 0.24rem;
    --fosi30: 0.22rem;
    --fosi24: 0.2rem;
    --fosi20: 0.18rem;
    --fosi18: 0.16rem;
    --fosi16: 0.14rem;
    --fosi14: 0.12rem;
  }
}
.page-ban {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-ban .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  padding-top: 0.9rem;
  text-align: center;
}
.page-ban.right-txt .txt{padding-left:20%;padding-top:0;}
.page-ban picture img{max-height:500px;object-fit:cover;}
.page-ban .txt h3 {
  font-size: var(--fosi40);
  margin: 0 0 calc(28 / 40 * 1em) 0;
}
.page-ban .txt p {
  font-size: var(--fosi20);
  margin: 0;
}
@media (max-width: 1600px) {
  .page-ban .txt p {
    font-size: var(--fosi18);
  }
}
@media (max-width: 1024px) {
  .page-ban .txt {
    padding-top: 0.6rem;
  }
  .page-ban .txt h3 {
    font-size: 1.5em;
  }
  .page-ban .txt h2 img{max-width:65% !important;}
  .page-ban .txt p {
    font-size: 0.8em;
    line-height: 1.4;
  }
  .page-ban picture {
    display: block;
    width: 200%;
    margin-left: -50%;
  }
.page-ban.right-txt .txt{padding-left:0;}
.page-ban.right-txt  picture {    width: 160%;
    margin-left: -30%;}
  .page-ban .txt h3 {margin-bottom:0.3em}
}
.scroll-content {
  overflow: auto;
  max-height: 22em;
  padding-right: 0.35rem;
  text-align: justify;
}
.scroll-content::-webkit-scrollbar{width:4px;height:0.12rem;background-color: rgba(67, 67, 67, 0.1);}
.scroll-content::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:0.15rem;}

.play-btn {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: url(../images/play.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 640px) {
  .play-btn {
    width: 0.4rem;
    height: 0.4rem;
  }
   .page-ban .txt h2 img{max-width:40% !important;}
}
[class*=about-] {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-intro#about {
  background-image: url(../images/about-bg/0.jpg);
}
.about-video {
  background-image: url(../images/about-bg/01.jpg);
}
.about-business #about-box-1 {
  background-image: url(../images/about-bg/02.jpg);
}
.about-business #about-box-2 {
  background-image: url(../images/about-bg/03.jpg);
}
.about-business #about-box-3 {
  background-image: url(../images/about-bg/04.jpg);
}
.about-feature {
  background-image: url(../images/about-bg/05.jpg);
}
.about-orgs {
  background-image: url(../images/about-bg/07.jpg);
}
.about-leader {
  background-image: url(../images/about-bg/06.jpg);
}
.about-leader .inner{margin-top:.3rem;}
.about-section-intro {
  background-image: url(../images/bg/hy-1.jpg);
}
.about-double-section {
  background-image: url(../images/bg/hy-2.jpg);
}
.about-double-section-lg {
  background-image: url(../images/bg/hy-3.jpg);
  background-position: center top;
}
.about-intro {
  padding-bottom: 0;
}
.about-intro .module-intro {
  font-size: var(--fosi20);
  font-weight: 500;
}
.about-intro#about .same-layout-lr .entry {
  margin-bottom: 0;
}
.about-video {
  padding: 0.5rem 0;
}
.about-video .inner {
  position: relative;
  z-index: 1;
}
.about-video .figure {
  padding-bottom: calc(670 / 1600 * 100%);
}
.about-video .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  height: 72%;
  line-height: 1.2;
}
.about-video .txt h3 {
  font-size: var(--fosi40);
  margin: 0 0 calc(32 / 48 * 1em) 0;
}
.about-video .txt p {
  font-size: var(--fosi28);
  letter-spacing: 2px;
  margin: 0 0 calc(60 / 36 * 1em) 0;
}
@media (max-width: 750px) {
  .about-video .figure {
    padding-bottom: 60vw;
  }
  .about-video .txt p {
    font-size: var(--fosi20);
  }
}
.same-layout-lr .txt {
  line-height: 1.2;
}
.same-layout-lr .entry {
  line-height: 2;
  text-align: justify;
}
.same-layout-lr .scroll-content {
  max-height: 14em;
}
.same-layout-lr .figure {
  padding-bottom: calc(490 / 748 * 100%);
}
.same-layout-lr .box-tit-big {
  font-size: var(--fosi32);
}
.same-layout-lr .box-tit {
  font-size: var(--fosi36);
  line-height: calc(50 / 36);
}
.same-layout-lr .box-subtit {
  font-size: var(--fosi20);
  line-height: calc(34 / 20);
  margin:0.14rem 0;
}
.same-layout-lr .entry p:nth-child(1){margin-top:0;}
.same-layout-lr .entry p:last-child{margin-bottom:0;}
.same-layout-lr .desc {
  margin-top: calc(28 / 18 * 1em);
  margin-bottom: 0;
  text-align: center;
}
.same-layout-lr .pic {
  position: relative;
  z-index: 1;
}
.same-layout-lr .btn-zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/scale.svg) no-repeat center center;
  background-size: contain;
  z-index: 10;
}
.same-layout-lr .tabs .tab-item {
  border-bottom: 1px solid #eeee;
}
.same-layout-lr .tabs .tab-item .tit {
  font-size: var(--fosi20);
  padding: 1em 0.2rem 1em 0;
  position: relative;
  cursor: pointer;
}
.same-layout-lr .tabs .tab-item .tit:after {
  position: absolute;
  content: '';
  width: 0.16rem;
  height: 0.08rem;
  background: url(../images/select.svg) no-repeat center center;
  background-size: contain;
  right: 0;
  top: 50%;
  margin-top: -0.04rem;
  transition: 0.3s;
}
.same-layout-lr .tabs .tab-item .con {
  line-height: 1.875;
  color: #666;
  padding-bottom: 0.3rem;
  display: none;
}
.same-layout-lr .tabs .tab-item .con p{margin: 0;}
.same-layout-lr .tabs .tab-item.active .tit:after {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  #bussiness-zb .same-img-intro > .figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  #bussiness-zb .same-img-intro .txt {
    position: relative;
    z-index: 4;
    padding: 0.3rem 0.18rem !important;
  }
}
@media (min-width: 1025px) {
  .about-box [class*=pic] {
    width: calc(748 / 1600 * 100%);
  }
  .about-box .txt {
    width: calc(748 / 1600 * 100%);
  }
  .same-layout-lr .w720 {
    width: calc(720 / 1600 * 100%);
  }
  .same-layout-lr .w738 {
    width: calc(738 / 1600 * 100%);
  }
  .same-layout-lr .w748 {
    width: calc(748 / 1600 * 100%);
  }
  .same-layout-lr .w750 {
    width: calc(750 / 1600 * 100%);
  }
  .same-layout-lr .w800 {
    width: calc(800 / 1600 * 100%);
  }
  .same-layout-lr .w727 {
    width: calc(727 / 1600 * 100%);
  }
  .about-business .about-box:nth-child(2n) .inner {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .about-box .inner {
    display: block;
  }
  .about-box .txt {
    margin-bottom: 0.3rem;
  }
  .scroll-content {
    padding-right: 0;
    overflow: inherit;
    max-height: none !important;
  }
  .same-layout-lr {
    display: block;
  }
  .same-layout-lr .txt + .pic-swiper,
  .same-layout-lr .txt + .pic {
    margin-top: 0.4rem;
  }
}
.pic-swiper .pages {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  top: auto;
  bottom: 5%;
}
.pic-swiper .pages span{margin:0 0.02rem;width:0.2rem;height:0.2rem}
.same-img-intro {
  position: relative;
  z-index: 1;
}
.same-img-intro .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.same-img-intro .txt h3 {
  font-size: var(--fosi30);
  line-height: calc(44 / 30);
  margin: 0 0 0.14rem 0;
}
.same-img-intro .txt h2 {
  font-size: var(--fosi36);
  line-height: calc(50 / 36);
  margin: 0;
}
.same-img-intro .txt h2 + .desc{margin-top:0.14rem}
.same-img-intro .entry {
  text-align: justify;
}
.same-img-intro .entry p:nth-child(1){margin-top:0}
.same-img-intro .entry p:last-child{margin-bottom:0}
.same-img-intro .txt p[class*=maxw] {
  margin-top: calc(40 / 18 * 1em);
}
.same-img-intro .txt p.maxw960 {
  max-width: 9.6rem;
}
.same-img-intro .txt h2 + p {
  margin-top: calc(50 / 20 * 1em);
}
.same-img-intro .txt h4 {
  font-size: var(--fosi18);
  line-height:calc(32 / 18);
  margin: 0.14rem 0;
}
.same-img-intro .txt h3 + h4{margin-top:0;}
.same-img-intro .txt .desc p:nth-child(1){margin-top:0}
.same-img-intro .txt .desc p:last-child{margin-bottom:0}
.same-img-intro .txt .info {
  width: 5.41rem;
}
.same-img-intro .txt .info.w710 {
  width: 5rem;
}
.same-img-intro .txt .info.w685 {
  width: 5.3rem;
}
.same-img-intro .txt .info.w648 {
  width: 4.7rem;
}
.same-img-intro .txt .info.w665 {
  width: 4.65rem;
}
.same-img-intro .txt .info.w670 {
  width: 4.7rem;
}
.same-img-intro .txt .info.h46 {
  height: 46%!important;
}
.same-img-intro .txt .info.h60 {
  height: 60%;
}
.same-img-intro .txt .info.h75 {
  height: 75%!important;
}
.same-img-intro .txt.left {
  padding-right: 50%;
}
.same-img-intro .txt.right {
  padding-left: 50%;
}
.same-img-intro .txt.center .info {
  width: 88%;
  text-align: center;
  height: 63%;
}
.same-img-intro .txt.center .info  .Tleft{text-align: left;}
.same-img-intro .txt.center .info.w1246 {
  width: 12.46rem;
}
.same-img-intro > .figure {
  padding-bottom: calc(600 / 1600 * 100%);
}
.same-img-intro > .figure.h660 {
  padding-bottom: calc(660 / 1600 * 100%);
}
.same-img-intro > .figure.h670 {
  padding-bottom: calc(670 / 1600 * 100%);
}
.same-img-intro > .figure.h700 {
  padding-bottom: calc(700 / 1600 * 100%);
}
.same-img-intro > .figure.h750 {
  padding-bottom: calc(750 / 1600 * 100%);
}
.same-img-intro > .figure.h770 {
  padding-bottom: calc(770 / 1600 * 100%);
}
.same-img-intro > .figure.h800 {
  padding-bottom: calc(800 / 1600 * 100%);
}
.same-img-intro > .figure.h940 {
  padding-bottom: calc(940 / 1600 * 100%);
}
.same-img-intro .thumbs {
  margin-top: 0.5rem;
}
.same-img-intro .thumbs ul{  display: flex;  justify-content: space-between;}
.same-img-intro .thumbs li {
  width: calc((100% - 0.22rem * 2) / 2);
}
.same-img-intro .thumbs li .figure {
  padding-bottom: calc(138 / 212 * 100%);
}
.same-img-intro .flex-dl {
  margin: 0.4rem 0 0 0;
}
.same-img-intro .flex-dl dd {
  flex: 1;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.same-img-intro .flex-dl dd:not(:last-child):after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(102, 102, 102, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}
.same-img-intro .flex-dl dd .name {
  font-size: var(--fosi24);
  line-height:calc(38 / 24);
  margin-bottom: 0.14rem;
}
.same-img-intro .flex-dl dd .con {
  line-height: 1.875;
}
.same-img-intro .flex-dl dd .con p{margin:0;}
@media (max-width: 1024px) {
  .same-img-intro {
    overflow: hidden;
  }
  .same-img-intro .txt {
    padding: 0!important;
    position: relative;
    color: #000;
  }
  .same-img-intro > .figure {
    padding-bottom: 57%;
    margin-top: 0.4rem;
  }
  .same-img-intro .txt.right + .figure {
    width: 150%;
  }
  .same-img-intro .txt.left + .figure {
    width: 150%;
    margin-left: -50%;
  }
  .same-img-intro .txt .info {
    width: auto!important;
    height: auto!important;
  }
  .same-img-intro .flex-dl {
    display: block;
  }
  .same-img-intro .flex-dl dd {
    margin: 0;
  }
  .same-img-intro .flex-dl dd:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .same-img-intro .flex-dl dd:not(:last-child):after {
    top: auto;
    bottom: -0.22rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(102, 102, 102, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.same-intro-img .txt-area .box-tit {
  font-size: var(--fosi36);
  line-height: calc(50 / 36);
}
.same-intro-img .txt-area .box-subtit {
  font-size: var(--fosi20);
  line-height:calc(34 / 20);
  margin-top:0.14rem;
}
.same-intro-img .entry {
  text-align: justify;
}
.same-intro-img .entry p:nth-child(1){margin-top:0;}
.same-intro-img .entry p:last-child{margin-bottom:0;}
@media (min-width: 1025px) {
  .same-intro-img .txt-area .left {
    flex: 1;
  }
  .same-intro-img .txt-area .right {
    width: calc(884 / 1600 * 100%);
  }
  .same-intro-img .txt-area .right.w850 {
    width: calc(850 / 1600 * 100%);
  }
}
@media (max-width: 1024px) {
  .same-intro-img .txt-area {
    display: block;
  }
  .same-intro-img .txt-area .left {
    margin-bottom: 0.14rem;
  }
}
.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .wrap {
  max-width: 10rem;
  width: 90%;
  position: relative;
}
.popup .wrap video {
  background-color: #000;
  display: block;
  width: 100%;
  max-height: 7.2rem;
  height: 70vh;
}
.popup .wrap .colse {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 10;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.popup .title {
  text-align: center;
  color: #fff;
  font-size: var(--fosi24);
  margin-top: calc(40 / 24 * 1em);
  font-weight: 500;
}
@media (max-width: 750px) {
  .popup .wrap video {
    max-height: none;
    height: auto;
  }
  .popup .title {
    font-size: var(--fosi20);
  }
}
.page-menu {
  --lh: 0.8rem;
  border-bottom: 1px solid #f4f4f4;
  height:calc(var(--lh) + 2px);
}
.page-menu.fixed .wrap{ position:fixed;left:0;width:100%;top:0.9rem;z-index:90;background-color:#fff;}

.page-menu:not([data-bgcolor]) {
  background-color: #fff;
}
.page-menu li {
  margin-right: 4em;
}
.page-menu li a {
  display: block;
  line-height: var(--lh);
  border-bottom: 2px solid transparent;
  transition:0.3s
}
.page-menu.fixed  li a {line-height: calc(var(--lh) * 0.6);}
.page-menu li.aon a {
  border-bottom-color: var(--main-color);
}
@media (max-width: 1024px) {
  .page-menu {
    --lh: 0.6rem;
  }
.page-menu.fixed .wrap{top:0.74rem;}
  .page-menu ul {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .page-menu li {
    flex-shrink: 0;
    margin: 0;
  }
  .page-menu li:not(:last-child) {
    margin-right: 1em;
  }
}
.about-leader .leader {
  background: url(../images/about-bg/ldbz.jpg) no-repeat center center;
  background-size: cover;
  min-height: 3rem;
}
.about-leader .leader .name {
  font-size: var(--fosi48);
  color: var(--main-color);
}
.about-leader .leader p {
  margin-bottom: 0;
}
.about-leader .list-rows {
  position: relative;
}
.about-leader .list-rows .item {
  --lin: 4;
  --limr: 0.3rem;
  margin-top: var(--limr);
  background-color: #fff;
  min-height: 1.66rem;
  padding: 0.4rem;
  background-image: url(../images/about-bg/ldbz.png);
  background-position: var(--bleft) var(--btop);
  background-repeat: repeat-y;
  background-size: 16rem auto;
  position: relative;
  display:flex;
  align-items: flex-start;
}
.about-leader .list-rows .item .info {
  border-left: 2px solid #f2f2f2;
  padding-left: 0.32rem;
}
.about-leader .list-rows .item .name {
  margin-left: -0.34rem;
  padding-left: 0.32rem;
  border-left: 2px solid var(--main-color);
  font-size: var(--fosi24);
  color: #222;
}
.about-leader .list-rows .item p {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .about-leader .list-rows .item:not(:nth-child(4n)) {
    margin-right: var(--limr);
  }
}
@media (max-width: 1024px) {
  .about-leader .leader {
    min-height: 30vw;
  }
  .about-leader .list-rows .item {
    --lin: 2;
    background-size: 11rem auto;
    padding: 0.3rem;
    min-height: auto;
  }
  .about-leader .list-rows .item:not(:nth-child(2n)) {
    margin-right: var(--limr);
  }
}
@media (max-width: 480px) {
  .about-leader .list-rows .item {
    background-size: 6.4rem auto;
  }
}
.four-pattern .inner {
  position: relative;
  z-index: 1;
}
.four-pattern .main {
  position: relative;
  z-index: 5;
  color: #fff;
}
.four-pattern .figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.four-pattern h3,
.four-pattern h4 {
  text-align: center;
  margin: 0;
}
.four-pattern h3 {
  font-size: var(--fosi36);
  line-height:calc(50 / 36);
  margin-bottom:0.14rem;
}
.four-pattern h4 {
  font-size: var(--fosi20);
  line-height:calc(34 / 20);
}
.four-pattern li {
  display: flex;
  position: relative;
}
.four-pattern li:not(:last-child):after {
  position: absolute;
  content: '';
  opacity: 0.2;
  bottom: 0;
}
.four-pattern .txt {
  padding: 0.5rem 0.18rem;
}
.four-pattern .txt h5 {
  font-size: var(--fosi24);
  line-height:calc(38 / 24);
  margin:0.3rem 0 0.14rem 0;
}
.four-pattern .icon img {
  height: 0.45rem;
}
.four-pattern .scroll-content {
  max-height: none;
  line-height: 1.875;
  text-align: justify;
  padding-right: 0.14rem;
}
.four-pattern .scroll-content::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.08);
}
@media (min-width: 1025px) {
  .four-pattern .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-top: 1rem;
  }
  .four-pattern li {
    min-height: 7rem;
    flex: 1;
    align-items: flex-end;
  }
  .four-pattern li:not(:last-child):after {
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
    right: 0;
  }
  .four-pattern .scroll-content {
    height: calc(1.875 * 6 * 1em);
  }
}
@media (max-width: 1024px) {
  .four-pattern .title {
    padding: 0.6rem 0 0 0;
  }
  .four-pattern .set-mp {
    flex-wrap: wrap;
  }
  .four-pattern li {
    width: 100%;
  }
  .four-pattern li:not(:last-child):after {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
  }
}
.list-pic-swiper .figure {
  padding-bottom: calc(341 / 571 * 100%);
}
.list-pic-swiper .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  top: auto;
  bottom: 0;
  padding: 0.24rem 0.3rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 60%, transparent);
}
.list-pic-swiper p {
  margin: 0;
}
.list-pic-swiper .pages {
  --swiper-pagination-color: var(--main-color);
}
.list-pic-swiper .pages:not(.swiper-pagination-lock) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}
.list-pic-swiper .pages span {
  margin: 0 0.1rem;
}
@media (max-width: 480px) {
  .list-pic-swiper .tit {
    padding: 0.1rem;
  }
}
.control-pages {
  display: flex;
  align-items: center;
}
.control-pages span {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  opacity: 1 !important;
  position: relative;
  background: none;
}
.control-pages span:not(:last-child) {
  margin-right: 0.24rem;
}
.control-pages span:after {
  position: absolute;
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border: solid 0.02rem #dddddd;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.control-pages span[class*=-active] {
  background: url(../images/page-on.svg) no-repeat center center;
  background-size: contain;
}
.control-pages span[class*=-active]:after {
  opacity: 0;
}
@media (max-width: 480px) {
  .control-pages span:not(:last-child) {
    margin-right: 0.1rem;
  }
}
/*Pages*/
.Pages {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fosi16);
  margin-top: 0.6rem;
  font-weight: 100;
}
.Pages span {
  display: flex;
  align-items: center;
}
.Pages span:not( .p_page):not( .p_jump) {
  display: none;
}
.Pages .p_page .a_first,
.Pages .p_page .a_end {
  display: none;
}
.Pages .p_page > a {
  font-size: 0;
  width: 0.42rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.Pages .p_page > a:before {
  display: block;
  font-size: var(--fosi16);
}
.Pages .p_page > a:hover {
  background-color: var(--main-color);
}
.Pages .p_page > a:hover:before {
  color: #fff;
}
.Pages .p_page > a.a_prev:before {
  content: '<';
}
.Pages .p_page > a.a_next:before {
  content: '>';
}
.Pages .p_jump {
  margin-left: 0.22rem;
}
.Pages .p_jump b {
  font-weight: normal;
}
.Pages .p_jump .i_text {
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 0.09rem;
  background: #fff;
  border: 0;
  text-align: center;
}
.Pages .p_jump .i_button {
  width: 0.42rem;
  height: 0.42rem;
  background: #fff url(../images/more_01.svg) no-repeat center center;
  background-size: 40% auto;
  margin-left: 0.09rem;
  cursor: pointer;
}
.Pages .p_jump .i_button:hover {
  background-color: var(--main-color);
  background-image: url(../images/more_03.svg);
}
.Pages .num {
  font-style: normal;
  display: flex;
  align-items: center;
  margin: 0 0.06rem;
}
.Pages .num a {
  min-width: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background-color: #fff;
  display: block;
}
.Pages .num a.a_cur {
  background-color: var(--main-color);
  color: #fff;
}
.Pages .num a:not(:last-child) {
  margin-right: 0.06rem;
}
@media (max-width: 1024px) {
  .Pages {
    margin-top: 0.3rem;
  }
  .Pages .p_jump {
    display: none;
  }
}
/*news*/
.news-list-top {
  --tb: 0.53rem;
  --lr: 0.55rem;
  margin-bottom: 0.4rem;
    background:#fff;
    padding:.23rem;
}
.news-list-top .item {
  background: url(../images/news-top-bg.jpg) no-repeat center center;
  background-size: cover;

}
.news-list-top .item:hover .module-more .a {
  border-bottom-color: var(--main-color);
  background-image: url(../images/more_02.svg);
}
.news-list-top .figure {
  padding-bottom: calc(450 / 800 * 100%);
}
.news-list-top .txt {
  padding: var(--tb) var(--lr);
}
.news-list-top .txt .date {
  font-size: var(--fosi16);
}
.news-list-top .txt .title {
  font-size: var(--fosi24);
  line-height: 1.4em;
  margin: calc(18 / 30 * 1em) 0 calc(23 / 30 * 1em) 0;
}
.news-list-top .txt .intro {
  line-height: 2;
}
.news-list-top .control-pages {
  position: absolute;
  right: var(--lr);
  bottom: var(--tb);
  z-index: 10;
}
.news-list li {
  background-color: #fff;
}
.news-list li a {
  padding: 0.23rem;
  display: block;
}
.news-list li a:hover .figure {
  transform: scale(1.15);
}
.news-list li .figure {
  padding-bottom: calc(264 / 468 * 100%);
  transition: 0.3s;
}
.news-list li .pic {
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.news-list li .title {
  font-size: var(--fosi18);
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.news-list li .intro {
  font-size: var(--fosi16);
  line-height: 1.5em;
  margin: calc(14 / 16 * 1em) 0;
}
.news-list li .date {
  font-size: var(--fosi16);
}
.news-list [data-play] {
  cursor: pointer;
}
.news-list#video-list .pic,
.news-list#media-list .pic {
  position: relative;
  z-index: 1;
}
.news-list#media-list li a{height:100%;display:flex;}
.news-list#media-list li .txt{flex:1;}
.news-list#video-list .pic:after,
.news-list#media-list .pic:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  background: url(../images/play.svg) no-repeat center center rgba(0, 0, 0, 0.1);
  background-size: auto calc(50 / 264 * 100%);
  content: '';
}
.news-list#video-list#media-list .title,
.news-list#media-list#media-list .title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
}
.news-list#video-list#media-list .title + .date,
.news-list#media-list#media-list .title + .date {
  margin-top: 0.22rem;
}
.news-list#notice-list li {
  margin: 0;
}
.news-list#notice-list li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.news-list#video-list li {
  position: relative;
}
.news-list#video-list li a {
  padding: 0;
}
.news-list#video-list li a:hover .video-tit {
  opacity: 1;
  transform: translateY(0);
}
.news-list#video-list li a:hover .pic {
  background-color: #000;
}
.news-list#video-list li a:hover .pic .figure {
  opacity: 0.8;
}
.news-list#video-list li .pic {
  margin: 0;
  z-index: 1;
}
.news-list#video-list li .video-tit {
  position: absolute;
  bottom: 1em;
  width: 100%;
  left: 0;
  z-index: 4;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  font-weight: 100;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(0.2rem);
}
@media (min-width: 1025px) {
  .news-list-top .item .pic {
    width: calc(802 / 1600 * 100%);
    flex-shrink: 0;
  }
  .news-list-top .item .txt {
    flex: 1;
  }
  .news-list li {
    --lin: 3;
    --limr: 0.29rem;
  }
  .news-list li:not(:nth-child(3n)) {
    margin-right: var(--limr);
  }
  .news-list li:nth-child(3) ~ li {
    margin-top: var(--limr);
  }
  .news-list#video-list li {
    --limr: 0.32rem;
  }
}
@media (max-width: 1024px) {
  .news-list-top [data-flex] {
    display: block;
  }
  .news-list-top .module-more {
    display: inline-flex;
    margin-top: 0.3rem;
  }
  .news-list li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .news-list:not(#video-list) li a {
    display: flex;
    align-items: center;
  }
  .news-list:not(#video-list) li a .pic {
    width: 40%;
    margin: 0;
  }
  .news-list:not(#video-list) li a .txt {
    flex: 1;
    margin-left: 0.2rem;
  }
  #video-list li {
    --lin: 3;
    --limr: 0.1rem;
    margin: 0;
  }
  #video-list li:not(:nth-child(3n)) {
    margin-right: var(--limr);
  }
  #video-list li:nth-child(3) ~ li {
    margin-top: var(--limr);
  }
  #video-list li .video-tit {
    display: none;
  }
}
@media (max-width: 480px) {
  .news-list-top {
    --tb: 0.3rem;
    --lr: 0.2rem;
    margin-bottom: 0.3rem;
  }
}

.siteMap{
  background-color: #fff;
  padding: 0.68rem 0.9rem 0.9rem;
}
.siteMap dl:not(.has-three){display:flex;flex-wrap:wrap;}
.siteMap dl dl{width:100%;font-size:var(--fosi14)}
.siteMap dl dl dd a{opacity:0.8}
.siteMap dd{margin:0.5em 4em 0.5em 0;line-height:1.2}
.siteMap .has-three > dd{margin-bottom:1.5em}
.siteMap .has-three > dd + dl{margin-top:-1em}
.siteMap li:not(:last-child){margin-bottom:2em;}
.siteMap li h3{font-size:var(--fosi20);margin-bottom:0.3em;}
@media (max-width: 1024px) {
.siteMap{
    padding: 0.2rem;
}
}


.news-details {
  background-color: #fff;
  padding: 0.68rem 0.9rem 0.9rem;
  font-size: var(--fosi16);
  margin-top: 0.9rem;
}
.news-details .title {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
  margin-bottom: 0.2rem;
}
.news-details .title h1 {
  margin: 0 auto;
  font-size: var(--fosi40);
  max-width: 11.14rem;
  line-height: 1.5em;
}
.news-details .title p {
  margin: 1em 0 0 0;
}
.news-details .title p span:not(:last-child) {
  margin-right: 2em;
}
.news-details .info-pages {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #eee;
}
.news-details .info-pages .link p {
  margin: 0;
  line-height: 1.875em;
}
.news-details .info-pages .module-more{flex-shrink:0; margin-left:0.2rem}
.news-details .info-pages .module-more a {
  font-size: var(--fosi16);
  background-image: url(../images/back.svg);
  background-size: auto calc(11 / 16 * 1em);
  padding-right: calc(20 / 16 * 1em);
}
.news-details .info-pages .module-more a:hover {
  background-image: url(../images/back-on.svg);
}
 .single-img img{max-width:900px;display:inline-block;margin:auto;}
@media (max-width: 1024px) {
  .news-details {
    padding: 0.2rem;
  }
 
}
.page-col-name {
  text-align: center;
  margin-bottom: 0.6rem;
  line-height: normal;
}
.about-section-kj{padding-top:.4rem}
.page-col-name .name {
  font-size: var(--fosi40);
  line-height:1;
  margin-bottom: 0.14rem;
}
.page-col-name .desc,
.page-col-name .sub-name{line-height:1.875}
 .page-col-name .sub-name{font-weight: bold;}
.page-col-name .desc p:nth-child(1){margin-top:0;}
.page-col-name .desc p:last-child{margin-bottom:0;}
@media (max-width: 750px) {
  .page-col-name {
    margin-bottom: 0.3rem;
  }
}
.party-ban {
  position: relative;
}
.party-ban .txt {
  min-height: 6.7rem;
  position: relative;
  z-index: 4;
}
.party-ban .txt .ico,
.party-ban .txt .info {
  max-width: 7.2rem;
  width: 85%;
}
.party-ban .txt .ico {
  text-align: center;
}
.party-ban .txt .info {
  line-height: 1.77777778em;
}
.party-ban .txt .info .red {
  color: var(--main-color);
}
.party-ban .txt .info p {
  margin: 0.3rem 0 0 0;
}
.party-ban .figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
@media (max-width: 750px) {
  .party-ban .figure {
    height: 39vw;
  }
  .party-ban .txt {
    min-height: auto;
    padding: 1rem 0 0.3rem 0;
  }
  .party-ban .txt .ico {
    width: 70%;
  }
}
.party-five li {
  position: relative;
  z-index: 1;
}
.party-five li:not(:last-child):after {
  position: absolute;
  content: '';
}
.party-five li .con h3 {
  margin: 0 0 0.14rem 0;
  font-size: var(--fosi24);
}
.party-five li .con .desc {
  line-height: 1.875;
}
.party-five li .con .desc p{margin:0;}
@media (min-width: 1025px) {
  .party-five li .con .desc p{text-align:center}
  .party-five li {
    width: 20%;
    text-align: center;
  }
  .party-five li:not(:last-child):after {
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #dbdbdb, transparent);
  }
  .party-five li .icon {
    margin-bottom: 0.48rem;
  }
  .party-five li .icon img {
    height: 0.7rem;
  }
  .party-five li .con .desc {
    max-width: 16em;
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .party-five ul {
    display: block;
  }
  .party-five ul li {
    display: flex;
    padding-left: 5%;
  }
  .party-five ul li:not(:last-child) {
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .party-five ul li:not(:last-child):after {
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent, #dbdbdb, transparent);
  }
  .party-five ul li .icon {
    width: 0.8rem;
    flex-shrink: 0;
  }
  .party-five ul li .icon img {
    width: 60%;
  }
  .party-five ul li .con {
    flex: 1;
  }
  .party-five ul li .con .desc{
    max-width: none;
    width: auto;
    margin: 0;
  }
}
.party-six li {
  background-color: rgba(255, 255, 255, 0.7);
  border-left: 2px solid var(--main-color);
  padding: 0.2rem;
}
.party-six li .name {
  font-size: var(--fosi24);
  line-height: calc(34 / 24);
  margin-bottom:0.14rem
}
.party-six li .desc {
 line-height:1.875
}
@media (min-width: 1025px) {
  .party-six li {
    --lin: 3;
    --limr: 0.3rem;
    padding: 0.5rem 0.4rem;
  }
  .party-six li:not(:nth-child(3n)) {
    margin-right: var(--limr);
  }
  .party-six li:nth-child(3) ~ li {
    margin-top: var(--limr);
  }
}
@media (max-width: 1024px) {
  .party-six li {
    --lin: 2;
    --limr: 0.2rem;
  }
  .party-six li:not(:nth-child(2n)) {
    margin-right: var(--limr);
  }
  .party-six li:nth-child(2) ~ li {
    margin-top: var(--limr);
  }
}
.job-filter {
  margin-bottom: 0.3rem;
}
.job-filter .search,
.job-filter .item {
  background-color: #fff;
}
.job-filter .item {
  width: calc((100% - 0.2rem * 2) / 3);
  position: relative;
  z-index: 10;
}
.job-filter .item dl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  top: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.2rem);
  transition: 0.3s;
}
.job-filter .item dl dd {
  padding: 0.5em 1em;
  cursor: pointer;
  margin: 0;
  transition: 0.3s;
}
.job-filter .item dl dd:hover {
  background: var(--main-color);
  color: #fff;
}
.job-filter .item.active dl {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.job-filter .tit,
.job-filter .text {
  line-height: 0.54rem;
  height: 0.54rem;
  padding: 0 1em;
}
.job-filter .text {
  font-weight: inherit;
}
.job-filter .text::placeholder {
  color: #666;
}
.job-filter .tit {
  padding: 0 0.6rem 0 1em;
  background: url(../images/select.svg) no-repeat right 0.2rem center;
  background-size: 0.11rem auto;
}
.job-filter .search {
  position: relative;
}
.job-filter .search .btn {
  position: absolute;
  right: 0;
  width: 0.55rem;
  height: 100%;
  cursor: pointer;
  background: url(../images/search_02.svg) no-repeat center center;
  background-size: auto 0.15rem;
  top: 0;
}
.result {
  margin-bottom: 0.2rem;
}
.result span {
  color: var(--main-color);
}
@media (min-width: 1025px) {
  .job-filter .item-select {
    flex: 1;
    margin-right: 0.2rem;
  }
  .job-filter .search {
    width: calc(491 / 1600 * 100%);
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .job-filter {
    display: block;
  }
}
@media (max-width: 750px) {
  .job-filter .item-select {
    display: block;
  }
  .job-filter .item-select .item {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .job-filter .item-select .item.active {
    z-index: 20;
  }
}
.job-list .list {
  background-color: #fff;
  border-top: 2px solid transparent;
  padding: 0 0.4rem;
}
@media(min-width:751px){
    .job-list .list{--limr:0.4rem;--lin:2;}
    .job-list .list:not(:nth-child(2n)){margin-right:var(--limr)}
    .job-list .list:nth-child(2) ~ .list{margin-top:0.2rem}
}
@media(max-width:750px){
    .job-list .list:not(:last-child){margin-bottom:0.2rem}
}
.job-list .list:hover {
  border-top-color: var(--main-color);
}
.job-list .title {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0.32rem 0;
}
.job-list .title:after {
  position: absolute;
  content: '';
  width: 0.19rem;
  height: 0.1rem;
  right: 0;
  top: 50%;
  margin-top: -0.05rem;
  background: url(../images/select.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.job-list .title h3 {
  margin: 0;
  font-size: var(--fosi20);
}
.job-list .title p {
  margin: 0.06rem 0 0 0;
  font-size: var(--fosi14);
  color: #333;
}
.job-list .title p span:not(:last-child):after {
  content: '|';
  margin: 0 0.7em;
}
.job-list .content {
  display: none;
}
@media (max-width: 480px) {
  .job-list .list {
    padding: 0 0.2rem;
  }
  .job-list .title {
    padding: 0.2rem 0.5rem 0.2rem 0;
  }
}
.school-job .news-details {
  margin-top: 0;
}
.school-job .news-details .title {
  border: 0;
}
.school-job .news-details .code li {
  width: 2.2rem;
  text-align: center;
}
.school-job .news-details .code li img {
  margin: 0 auto;
}
.school-job .news-details .code li p {
  margin: 0.1rem 0 0 0;
}
.school-job .news-details .code li:not(:last-child) {
  margin-right: 0.2rem;
}
@media (max-width: 480px) {
  .school-job .news-details .code li {
    width: auto;
  }
  .school-job .news-details .code li img {
    max-width: 1.2rem;
  }
}
.list-goods .about-goods:nth-child(2n+1) .same-layout-lr {
  flex-direction: row-reverse;
}
.about-goods .page-col-name {
  margin-bottom: 0.6rem;
}
.about-goods .page-col-name .name {
  margin-bottom: 0.17rem;
}
.about-goods .page-col-name .sub-name {
  font-size: var(--fosi20);
  line-height: 1.8;
  max-width: 12.8rem;
  margin: 0 auto;
}
.goods-intro .same-img-intro .txt {
  padding-left: 46%;
}
.goods-intro .same-img-intro .txt .info {
  backdrop-filter: saturate(150%) contrast(50%) blur(8px);
  -webkit-backdrop-filter: saturate(150%) contrast(50%) blur(8px);
  background-color: rgba(255, 255, 255, 0.7);
  width: 6rem;
  padding: 0.5rem 0.44rem;
}
.goods-intro .same-img-intro .txt .desc-intro {
  color: #666;
  text-align: justify;
}
.goods-intro .same-img-intro .txt .desc-intro p{margin: 0;}
.goods-intro .con-3k {
  margin-top: 0.3rem;
  position: relative;
}
.goods-intro .con-3k .marquee3k {
  overflow: hidden;
}
.goods-intro .con-3k .items {
  display: inline-flex !important;
  white-space: nowrap;
  align-items: center;
  will-change: transform;
  transform: translateZ(0);
}
.goods-intro .con-3k .item {
  width: 2.4rem;
  height: 0.93rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.16rem;
  background-color: #fff;
  position:relative;
}
.goods-intro .con-3k .item:hover [class*=code]{ opacity:1;}
.goods-intro .con-3k .item [class*=code]{cursor:default;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background-color:rgba(255,255,255,0.9);opacity:0;transition:0.5s}
.goods-intro .con-3k .item .code img{height:100%;}
.goods-intro .con-3k .item .no-code{font-size:var(--fosi18)}
.goods-intro .con-3k .item  > img {
  max-height: 90%;
  max-width: 70%;
}
@media (max-width: 480px) {
  .goods-intro .con-3k .item {
    width: 1.6rem;
    height: 0.6rem;
    margin: 0 0.1rem;
  }
}

#home-ani .ani-box{--height:100%;position: fixed; left: 0;top: 0;pointer-events: none;width: 100%;height: 100vh;z-index: 20; overflow: hidden;}
#home-ani .circle{position: absolute; box-sizing: content-box; width: 3.2rem;height: 3.2rem;border-radius: 50%;border: 90vw solid #fff; left: 50%;top: 50%;margin: calc(90vw * -1 - 1.6rem) 0  0 calc(90vw * -1 - 1.6rem); transform: scale(10);z-index: 1; }
#home-ani .ani-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;opacity: 0;}
#home-ani .ani-bg .figure{height: 100%;}
#home-ani .logo{position: absolute;left: 50%;top: 50%; width: 3.2rem;height: 3.2rem;margin: -1.6rem 0 0 -1.6rem;z-index: 3; transform: scale(1.875);opacity: 0;}
#home-ani .logo img{display: block;width: 100%;height: 100%;object-fit: contain;}
#home-ani .soglan{position: absolute;left: 0;bottom: calc(349 / 960 * 100vh);width: 100%;text-align: center;color: #222222;letter-spacing:  0.09rem;font-size: var(--fosi36);z-index: 3;opacity: 0;transform: translateY(0.2rem); text-indent: 0.09rem;}
#home-ani .mouse{position: absolute;display: flex;flex-direction: column;align-items: center;bottom: calc(154 / 960 * 100vh);z-index: 3;left: 0;width: 100%;opacity: 0; transform: translateY(0.2rem);}
#home-ani .mouse i{width: 0.2rem;height: 0.3rem; border-radius: 0.1rem;border:2px solid rgba(153, 153, 153, 0.6);display: flex;justify-content: center; padding-top: 0.03rem;}
#home-ani .mouse i:before{display: block;width: 2px;height:0.06rem; background-color: rgba(153, 153, 153, 0.6); content: '';}
#home-ani .mouse span{color: #999999;font-size: var(--fosi16)}
@media (max-width: 1024px) {
  #home-ani #slides{height: auto;}
  #slides .figure{height: auto;}
  #home-ani .swiper-wrapper{height:auto;}
  #home-ani .circle,
  #home-ani .logo{width: 2rem;height: 2rem;}
  #home-ani .circle{margin: calc(90vw * -1 - 1rem) 0  0 calc(90vw * -1 - 1rem);}
  #home-ani .logo{margin: -1rem 0 0 -1rem;}
}
@media (max-width: 480px) {
  #home-ani .soglan{font-size: var(--fosi24);}
}

.float-window{position: fixed;box-shadow: 0 1px 0.3rem  rgba(0, 0, 0, 0.09);border-radius: 0.1rem;width: 2.4rem; overflow: hidden;z-index: 999;will-change:transform; left: 0; top: 0;}
.float-window .url{z-index: 3; position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.float-window .close{position: absolute;width: 0.24rem; height: 0.24rem;background: url(../../../upload/image/2025-11/1762596310719.png) no-repeat center center rgba(0, 0, 0, 0.2);background-size: auto calc(10 / 24 * 100%); border-radius: 50%;cursor: pointer;z-index: 10;right: 0.1rem; top: 0.1rem;}
.float-window .pic img{width: 100%;display: block;}
.float-window .tit{position: absolute;z-index: 3; left: 0;bottom: 0.1rem; padding: 0 0.2rem;width: 100%;}
@media (max-width: 768px) {
  .float-window{width: 2rem;display:none;}
}

.guide-ani{position: fixed; left: 0; top: 0; width: 100%; height: 100vh;z-index: 1000; overflow: hidden; font-size: var(--fosi100);}
.guide-ani .big-logo .bg,
.guide-ani .big-logo{position: absolute; left: 0; top: 0;width: 100%; height: 100vh;}
.guide-ani .big-logo{display: flex;align-items: center; justify-content: center; }
.guide-ani .big-logo img{display: block;width: 100%; position: relative;z-index: 3;}
.guide-ani .big-logo .bg{background-color: #fff;z-index: 1; opacity: 1;}
.guide-ani .full-logo .logo{position: absolute;left: 50%;top: 50%; width: 4.44em; height: 4.44em;margin: -2.22em 0 0 -2.22em; z-index: 10; transform: scale(0.349) translateX(-30vw);}
.guide-ani .full-logo .text{position: absolute;width: 6.37em; height: 1.55em;display: flex;justify-content: flex-end; align-items: center;left: 50%;top: 50%; margin: -0.775em 0 0 -3.185em;z-index: 10;}
.guide-ani .full-logo .logo-text{height: 1.02em;}
.guide-ani.hide{display: none;}
.guide-ani .bg,
.guide-ani img{will-change:transform,opacity;}
@media (max-width: 768px) {
  .guide-ani{font-size: var(--fosi60);}
  .guide-ani .full-logo .logo{transform: scale(0.349) translateX(-75vw);}
.guide-ani .big-logo img{transform: scale(2.31);}
}

.single-edit strong{ font-weight:bold;}


.fixed-tool{position: fixed;bottom: 5%;right: 2%;z-index: 90;}
.fixed-tool ul{padding: 0;margin: 0;}
.fixed-tool li{cursor:pointer;list-style: none; position: relative;border-radius: 50%;background-color: #fff; width: 0.5rem; height: 0.5rem;display: flex;align-items: center;justify-content: center; box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);}
.fixed-tool li a.url{position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 3; cursor: pointer;}
.fixed-tool li.gettop{display:none}
.fixed-tool li.gettop a{display: block;border-radius: 50%;width: 100%; height: 100%; background: url(../images/back20251114144736.svg) no-repeat center center;background-size:calc(26 / 70 * 100%) auto; cursor: pointer;}
.fixed-tool li + li{margin-top: 0.12rem;}
.fixed-tool li img{width: calc(26 / 70 * 100%); height: calc(26 / 70 * 100%); object-fit: contain;}
.fixed-tool li.gettop,
.fixed-tool li:hover{background-color: #da3c25;}
.fixed-tool li:hover >  img{filter: brightness(0) invert(1);}
.fixed-tool li .code{ box-shadow: 1px 0 0.3rem rgba(0, 0, 0, 0.08);position: absolute;right: calc(100% + 0.2rem); background-color: #fff;border-radius: 0.1rem; padding: 0.05rem; width: max-content; top: 0; transform: translateX(-0.2rem); opacity: 0; visibility: hidden; transition: 0.3s;}
.fixed-tool li.active .code{transform: translateX(0rem); opacity: 1; visibility: visible;}
.fixed-tool li .code img{display: block;width: 1.24rem; height: 1.24rem;margin: 0 auto;}
.fixed-tool li .code p{text-align: center;color: #666666;margin: 0.05rem 0 0 0; padding-bottom: 0.1rem; line-height: 1.2;}
.fixed-tool li .code:after{position: absolute; content: ''; left: 100%;border: 5px solid transparent; border-left-color: #fff; top:calc(0.25rem - 5px);}

/*new-news*/
#new-news{padding: 0.5rem 0; background-image: url(../images/home-bg/bg-1.jpg);}
#new-news .left-top,
#new-news .right-list{background-color: #ffffff;border-radius: 0.1rem;overflow: hidden;}
  #new-news .left-top .figure{padding-bottom: calc(360 / 640 * 100%);}
  #new-news .left-top .swiper-slide:hover .figure img{transform: scale(1.05);}
  #new-news .left-top .text{padding: 0.22rem 0.3rem 0.23rem;}
  #new-news h3{font-weight: normal; font-size: var(--fosi16);}
  #new-news .left-top .intro{line-height: calc(30 / 16);color: #999999; margin-top: 0.15rem;}
  #new-news .right-list{padding: 0 0.4rem;}
  #new-news .tab{border-bottom: 2px solid #f4f3ef; height: 0.87rem;}
  #new-news .tab ul{padding: 0;margin: 0; list-style: none;}
  #new-news .tab li{font-size: var(--fosi18);color: #333; cursor: pointer;}
  #new-news .tab li:not(:last-child){margin-right: 3em; }
  #new-news .tab li:nth-child(1){color: var(--main-color);}
  #new-news .tab .module-more a{font-size: var(--fosi14);}
  #new-news .list{margin: 0.1rem 0 0 0;}
  #new-news .list dd{margin: 0;}
  #new-news .list dd:not(:last-child){border-bottom: 1px solid #f4f3ef;}
  #new-news .list dd h3{height: 0.52rem;}
  #new-news .list dd h3 a{flex: 1;}
  #new-news .list dd h3 time{flex-shrink: 0; margin-left: 0.2rem;}
  #new-news .list dd .text{display:none;padding-bottom: 0.2rem; padding-top: 0.04rem;}
  #new-news .list .intro{line-height: calc(24 / 16);}
  #new-news .pages{position:absolute;z-index:10;left:0;width:100%;bottom:2%;display:flex;align-items:center;justify-content:center;}
  #new-news .pages span{margin:0 0.05rem;}
@media (min-width: 751px) {
  #new-news .left-top{width: calc(640 / 1280 * 100%);}
  #new-news .right-list{width: calc(620 / 1280 * 100%);}
}
@media (min-width: 751px) and (max-width: 1024px){
  #new-news .list dd h3{height: 0.43rem;}
}
@media (max-width: 750px) {
#new-news .inner{flex-direction: column-reverse;}
#new-news .left-top{margin-top: 0.2rem;}
}

.job-content-popup{background:rgba(0,0,0,00.5);position:fixed;left:-100%;opacity:0;top:0;transition:opacity 0.5s; width:100%;height:100%;z-index:300; display:flex;justify-content:center;align-items: center;}
.job-content-popup.show{left:0;opacity:1;}
.job-content-popup .inner{max-width:8rem; width:95%; background-color:#fff; position:relative;padding:0.5rem;margin:1rem 0}
.job-content-popup .close{position:absolute;right:0;top:0;width:0.4rem;height:0.4rem; z-index:10;cursor:pointer;}
.job-content-popup .close:before,
.job-content-popup .close:after{position:absolute;content:'' ;width:50%;height:2px;background:#000;left:25%;top:50%;margin-top:-1px; transform:rotate(45deg)}
.job-content-popup .close:after{transform:rotate(-45deg)}
.job-content-popup .title{margin-bottom:0.3rem}
.job-content-popup .title h3 {margin: 0;font-size: var(--fosi24);}
.job-content-popup .title p {margin: 0.06rem 0 0 0;font-size: var(--fosi14);color: #333;}
.job-content-popup .title p span:not(:last-child):after {content: '|';margin: 0 0.7em;}
.job-content-popup #load-content{position:relative;}
.job-content-popup #load-content:after{position:absolute;content:'';width:100%;height:0.3rem;pointer-events:none;z-index:10;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%, #fff 100%)}
.job-content-popup .content { overflow:auto;max-height:60vh; width:calc(100% + 0.3rem);padding-right:0.3rem; padding-bottom:0.5rem}
.job-content-popup .content::-webkit-scrollbar{width: 0.04rem;height:0.04rem;background-color:#ececec;}
.job-content-popup .content::-webkit-scrollbar-thumb{background-color:#666;border-radius:0.02rem;}

.job-content-popup .content .c-tit {font-weight: 500;}
.job-content-popup .content .p-con {color: #333;line-height: 2;}
.job-content-popup .content .p-con p{margin:0;}
.job-content-popup .content .p-con strong{ font-weight:bold;}
.job-content-popup .content .p-con:not(:last-child) {margin-bottom: 0.1rem;}
.job-content-popup .content .p-con a {color: var(--main-color); font-weight: 500;}

.search-result-input {
  position: relative;
  padding-right: 0.44rem;
  max-width:5rem;
  background:#fff;
  margin:0 auto 0.2rem;
}
.search-result-input .text {
  display: block;
  width: 100%;
  height: 2.75em;
  line-height: 1.75em;
  padding: 0.5em 2.75em 0.5em 1.25em;
  font-size:var(--fosi20);
}
.search-result-input .go {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4em;
  cursor: pointer;
  background: url(../images/search_03.svg) no-repeat center center var(--main-color);
  background-size: auto 40%;
}

.highlight{color:var(--main-color); font-style:normal;}

#party-one .page-col-name{margin-bottom:0.2rem;}
.same-layout-lr .img_zoom .btn-zoom{background:none;}
.img_zoom{max-width:0.8rem;position: relative;}

.padding-top50{padding-top:.4rem;}

#party-one .figure {width:9rem; max-width:100%; margin:0 auto;}
#party-one .figure:after {display:block; padding-bottom:77.778%;}
#party-one .img {object-fit:contain;}

/* 新增2026.2.28 */
.join_tit{
  text-align: center;
  font-size: var(--fosi36);
  font-weight: 700;
}
.join_us{
  padding: 0.5rem 0 0.5rem;
  background-color: #fafaf9;
  background-image: url(../../../../upload/xinzeng/join_usbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.join_us .join_list{
  margin: .6rem 0 .5rem;
}
.join_list{
  display: flex;
  flex-wrap: wrap;
}
.join_list .item{
  width: calc((100% - .25rem)/2);
  margin-bottom: .25rem;
  box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
  border-radius: .1rem;
  overflow: hidden;
  position: relative;
  padding: .4rem;
}
.join_list .item::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: .04rem;
  background-color: #da3c25;
  height: 1.24rem;
}
.join_list .item:not(:nth-child(2n+1)){
  margin-left: .25rem;
}
.join_list .tit{
  font-size: var(--fosi24);
  font-weight: 700;
}
.join_list .desc{
  color: #666666;
  line-height: 2;
  margin-top: .15rem;
}
.join_list .ico{
  position: absolute;
  bottom: -5%;
  right: 0;
  opacity: .1;
}
.join_btn{
  color: #db3a26;
  display: inline-block;
  padding-right: .18rem;
  position: relative;
}
.join_btn::before{
  content: '';
  display: block;
  position: absolute;
  top: 38%;
  border-top: 2px solid #db3a26;
  border-right: 2px solid #db3a26;
  right: 0;
  width: .08rem;
  height: .08rem;
  transform: rotate(45deg);
}
.join_us .join_box{
  margin: .5rem 0;
}
.join_box{
  padding: .4rem;
  background-color: #fff;
  box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
  border-radius: .1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join_box .join_left{
  width: 42%;
}
.join_box .join_right{
  width: 50%;
}
.join_lis .join_li:not(:first-child){
  margin-top: .5rem;
}
.join_lis .ico_top{
  display: flex;
  align-items: center;
}
.join_lis .ctit{
  font-size: var(--fosi28);
  color: #333333;
  margin-left: .1rem;
  font-weight: 700;
}
.join_lis .desc{
  color: #333333;
  line-height: 1.875;
  margin-top: .2rem;
  font-size: var(--fosi16);
}
.join_box .imgbox{
  border-radius: .1rem;
  overflow: hidden;
}
.join_box .imgbox img{
  width: 100%;
}

@media (max-width: 1024px) {
.join_us {
    padding: .5rem 0;
}
.join_us .join_list{
  margin: .4rem 0;
}
}
@media (max-width: 751px) {
  .join_box{
    padding: .2rem;
  }
.join_box .join_left{
  width: 100%;
}
.join_box .join_right{
  width: 100%;
  margin-top: .2rem;
}
.join_lis .join_li:not(:first-child) {
    margin-top: .25rem;
}
    .join_us {
        padding: .3rem 0;
    }
}