@charset "UTF-8";
/* 公共响应变量 */
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f-column-right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f-row-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j-around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a-s-stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a-s-center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a-s-end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
/* 文字超出隐藏 */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium-7.otf);
}
.Montserrat {
  font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@font-face {
  font-family: Satoshi-Medium;
  src: url(../fonts/Satoshi-Medium.woff);
}
.Satoshi-Medium {
  font-family: 'Satoshi-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@font-face {
  font-family: Satoshi-Bold;
  src: url(../fonts/Satoshi-Bold.woff);
}
.Satoshi-Bold {
  font-family: 'Satoshi-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
/*header*/
header .header-box {
  transform: translateZ(0);
}
header .header-box:after {
  width: 100vw;
  border-radius: 0;
}
/*分页*/
.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.6rem;
}
.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0.1rem 0.12rem;
  /* height: 0.35rem; */
  font-size: var(--font14);
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
  transition: all 0.3s;
  padding: 4px 0.2rem;
}
.pagination a.active,
.pagination a:hover {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
@media (max-width:1024px) {
  .pagination {
    padding-top: 0.3rem;
  }
}
@media (max-width:768px) {
  .pagination a {
    min-width: 2em;
    /* height: 2em; */
    /* line-height: 2em; */
  }
}
/*内页股票底部*/
.public-stock {
  border: none;
}
/*内页banner*/
.n_banner {
  position: relative;
}
.n_banner .container {
  max-width: 1280px;
}
.n_banner .img img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width:1024px) {
  .n_banner .img img {
    object-fit: cover;
    height: 32vw;
  }
}
@media (max-width:768px) {
  .n_banner .img img {
    object-fit: cover;
    height: 32vw;
  }
}
@media (max-width:480px) {
  .n_banner .img img {
    object-fit: cover;
    height: 42vw;
  }
}
.n_banner .b_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
}
.n_banner .b_txt .n_tit h2 {
  font-size: var(--font48);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.n_banner .b_txt .n_tit i {
  display: block;
  width: 0.3rem;
  height: 2px;
  margin-top: 0.22rem;
  background: #fff;
}
@media (max-width:1024px) {
  .n_banner {
    margin-top: var(--header-height);
  }
  .n_banner .b_txt {
    bottom: 0.35rem;
  }
  .n_banner .b_txt .n_tit i {
    margin-top: 0.15rem;
  }
}
.n_banner2 .b_txt {
  top: var(--header-height);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media (max-width:1024px) {
  .n_banner2 .b_txt {
    top: 0;
  }
}
/*内页主体*/
.inner_page {
  padding: 0.41rem 0 1.2rem;
}
.inner_page .container { max-width: 1280px; }
.inner_page .inner_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 9;
}
.inner_page .inner_top .search_l {
  width: 48.4375%;
}
.inner_page .inner_top .search_l form {
  display: block;
}
.inner_page .inner_top .search_l form .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner_page .inner_top .search_l form .form .serForm {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-right: 0.2rem;
  border-bottom: 1px solid #ededed;
}
.inner_page .inner_top .search_l form .form .serForm input {
  flex: 1;
  font-size: var(--font16);
  padding-right: 0.2rem;
  color: #666666;
  font-weight: 500;
}
.inner_page .inner_top .search_l form .form .serForm button {
  width: 0.37rem;
  height: 0.54rem;
  font-size: 0;
  color: #666666;
  line-height: 1;
  cursor: pointer;
}
.inner_page .inner_top .search_l form .form .serForm button svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width:480px) {
  .inner_page .inner_top .search_l form .form .serForm {
    margin-right: 0;
  }
  .inner_page .inner_top .search_l form .form .serForm button {
    width: 0.7rem;
    height: 0.9rem;
  }
}
.inner_page .inner_top .search_l form .form .selectInput {
  width: 2.7rem;
  border-bottom: 1px solid #ededed;
}
.inner_page .inner_top .search_l form .form .selectInput .layui-input {
  border-radius: 0;
  border: none;
  font-size: var(--font16);
  color: #666;
  height: 0.54rem;
  font-weight: 500;
  padding-left: 0.07rem;
}
.inner_page .inner_top .search_l form .form .selectInput .layui-edge {
  width: 0.12rem;
  height: 0.12rem;
  background: url("../images/inner/n-img-1.png") no-repeat 50%/0.07rem;
  right: 0;
  margin-top: -0.06rem;
  border: none;
}
.inner_page .inner_top .search_l form .form .selectInput dl {
  top: 0.54rem;
}
.inner_page .inner_top .search_l form .form .selectInput .layui-form-selected .layui-edge {
  transform: rotate(90deg);
}
.inner_page .inner_top .search_l form .form .selectInput .layui-input:hover {
  border-color: transparent;
}
.inner_page .inner_top .search_l form .form .selectInput .layui-input:focus {
  box-shadow: none;
}
@media (max-width:480px) {
  .inner_page .inner_top .search_l form .form .selectInput {
    width: 100%;
  }
  .inner_page .inner_top .search_l form .form .selectInput .layui-input {
    height: 0.9rem;
    padding-left: 0;
  }
  .inner_page .inner_top .search_l form .form .selectInput .layui-edge {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.1rem;
    margin-top: -0.2rem;
  }
  .inner_page .inner_top .search_l form .form .selectInput dl {
    top: 0.9rem;
  }
}
@media (max-width:768px) {
  .inner_page .inner_top .search_l {
    width: 100%;
  }
}
.inner_page .inner_top .total p {
  font-size: var(--font16);
  line-height: 3.375;
  color: #999999;
  font-weight: 500;
}
.inner_page .inner_top .total p span {
  color: #222;
}
@media (max-width:768px) {
  .inner_page .inner_top .total {
    width: 100%;
  }
}
@media (max-width:1024px) {
  .inner_page {
    padding: 0.4rem 0 0.5rem;
  }
  .inner_page .inner_top {
    margin-bottom: 0.3rem;
  }
}
/*inner_s1*/
.inner_s1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 4.8828125%;
}
.inner_s1 .list li {
  width: 30.078125%;
}
.inner_s1 .list li a {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
}
.inner_s1 .list li a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_s1 .list li a .images .pb {
  height: 2.56rem;
  padding: 0;
}
.inner_s1 .list li a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s1 .list li a .txt-box {
  padding: 0.17rem 0.19rem 0.13rem;
}
.inner_s1 .list li a .txt-box .type {
  display: none;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 5;
}
.inner_s1 .list li a .txt-box .type span {
  display: block;
  font-size: var(--font14);
  color: #666666;
  line-height: 2.285;
  font-weight: 500;
  padding: 0 0.1rem;
  min-width: 0.66rem;
  border-radius: 50px;
  background: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  .inner_s1 .list li a .txt-box .type span {
    line-height: 1.85;
    padding: 0 0.2rem;
  }
}
.inner_s1 .list li a .txt-box .time {
  display: block;
  font-size: var(--font16);
  line-height: 1.5;
  color: #999999;
  font-weight: 500;
}
.inner_s1 .list li a .txt-box .title {
  font-size: var(--font24);
  line-height: 1.5;
  color: #000000;
  font-weight: 500;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  margin-top: 0.1rem;
  transition: all 0.3s ease;
}
.inner_s1 .list li a .txt-box .info {
  font-size: var(--font16);
  line-height: 1.875;
  color: #999999;
  font-weight: 500;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.75em;
  margin-top: 0.14rem;
}
.inner_s1 .list li a .txt-box .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
  margin-top: 0.2rem;
}
.inner_s1 .list li a .txt-box .tag span {
  display: flex;
  align-items: center;
  font-size: var(--font14);
  line-height: 2;
  color: #999999;
}
.inner_s1 .list li a .txt-box .tag span img {
  display: block;
  width: max(0.09rem, 10px);
  margin-right: 0.09rem;
}
.inner_s1 .list li a .hide {
  position: absolute;
  inset: 0;
  opacity: 0;
  top: 0.4rem;
  visibility: hidden;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
.inner_s1 .list li a .hide .type {
  position: static;
}
.inner_s1 .list li a .hide .type span {
  background: var(--color);
  color: #fff;
}
.inner_s1 .list li a .hide .time {
  margin-top: 0.26rem;
}
.inner_s1 .list li a .hide .info {
  -webkit-line-clamp: 5;
  height: 9.375em;
}
.inner_s1 .list li a .hide .tag {
  margin-top: 1.28rem;
}
.inner_s1 .list li:hover a .txt-box .title {
  color: var(--color);
}
.inner_s1 .list li:hover a .hide {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.inner_s1 .list li:hover a .images {
  opacity: 0; transition-delay: .3s;
}
@media (max-width:1024px) {
  .inner_s1 .list {
    gap: 0.3rem 2%;
  }
  .inner_s1 .list li {
    width: 32%;
  }
}
@media (max-width:768px) {
  .inner_s1 .list li {
    width: 49%;
  }
}
@media (max-width:480px) {
  .inner_s1 .list li {
    width: 100%;
  }
  .inner_s1 .list li a .images .pb {
    height: 55vw;
  }
  .inner_s1 .list li.txt-li a .txt-box .tag {
    margin-top: 0.3rem;
  }
}
/*inn er_s2*/
.inner_s2 {
  margin-top: 110px;
}
.inner_s2 .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.inner_s2 .detail .dtl_l {
  width: 78.125%;
}
.inner_s2 .detail .dtl_l .dtl_tit {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #ededed;
}
.inner_s2 .detail .dtl_l .dtl_tit h2 {
  font-size: var(--font36);
  line-height: 1.39;
  color: #222222;
  font-weight: 500;
}
.inner_s2 .detail .dtl_l .dtl_tit .cont {
  margin-top: 0.09rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner_s2 .detail .dtl_l .dtl_tit .cont .con_l,
.inner_s2 .detail .dtl_l .dtl_tit .cont .con_r {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.29rem;
}
.inner_s2 .detail .dtl_l .dtl_tit .cont .span {
  font-size: var(--font14);
  color: #666666;
  line-height: 2;
  font-weight: 500;
}
.inner_s2 .detail .dtl_l .dtl_cont {
  margin-top: 0.34rem;
  font-size: var(--font16);
  line-height: 2.25;
  color: #666666;
}
.inner_s2 .detail .dtl_l .dtl_cont img {
  height: auto!important;
  max-width: 100%;
}
.inner_s2 .detail .dtl_l .dtl_cont p strong {
  font-size: var(--font24);
  line-height: 1.5;
  color: #222222;
}
.inner_s2 .detail .dtl_l .dtl_cont p + p {
  margin-top: 2.25em;
}
.inner_s2 .detail .dtl_l .dtl_page {
  padding-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  margin-top: 0.6rem;
}
.inner_s2 .detail .dtl_l .dtl_page p {
  display: flex;
  align-items: center;
  max-width: 50%;
  transition: all 0.3s;
  font-size: var(--font14);
  line-height: 1.5;
  color: #999;
  position: relative;
}
.inner_s2 .detail .dtl_l .dtl_page p a {
  display: block;
  height: 1.5em;
  overflow: hidden;
  color: inherit;
}
.inner_s2 .detail .dtl_l .dtl_page p span{
  flex-shrink: 0;
}
.inner_s2 .detail .dtl_l .dtl_page p:before {
  position: absolute;
  content: '';
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--color) no-repeat 50%/0.07rem;
  border-radius: 50vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.inner_s2 .detail .dtl_l .dtl_page p.p-prev a {
  margin-left: 0.14rem;
}
.inner_s2 .detail .dtl_l .dtl_page p.p-prev:before {
  left: 0;
  background-image: url("../images/inner/n-img-6.png");
}
.inner_s2 .detail .dtl_l .dtl_page p.p-next a {
  margin-right: 0.14rem;
}
.inner_s2 .detail .dtl_l .dtl_page p.p-next:before {
  right: 0;
  background-image: url("../images/inner/n-img-5.png");
}
.inner_s2 .detail .dtl_l .dtl_page p:hover {
  color: #222222;
}
.inner_s2 .detail .dtl_l .dtl_page p:hover a {
  text-decoration: underline;
}
.inner_s2 .detail .dtl_l .dtl_page p.p-prev:hover {
  padding-left: 0.54rem;
}
.inner_s2 .detail .dtl_l .dtl_page p.p-prev:hover:before {
  opacity: 1;
  visibility: visible;
}
.inner_s2 .detail .dtl_l .dtl_page p.p-next:hover {
  padding-right: 0.54rem;
}
.inner_s2 .detail .dtl_l .dtl_page p.p-next:hover:before {
  opacity: 1;
  visibility: visible;
}
@media (max-width:1024px) {
  .inner_s2 .detail .dtl_l .dtl_page {
    padding-top: 0.2rem;
    margin-top: 0.4rem;
  }
}
@media (max-width:768px) {
  .inner_s2 .detail .dtl_l .dtl_page p {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .inner_s2 .detail .dtl_l .dtl_page p.p-next {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .inner_s2 .detail .dtl_l .dtl_page p.p-next a {
    margin-right: 0;
    margin-left: 0.05rem;
  }
  .inner_s2 .detail .dtl_l .dtl_page p.p-next:before {
    right: auto;
    left: 0;
    background-image: url("../images/inner/n-img-6.png");
  }
  .inner_s2 .detail .dtl_l .dtl_page p.p-next:hover {
    padding-right: 0;
    padding-left: 0.54rem;
  }
}
.inner_s2 .detail .dtl_r {
  width: 1rem;
}
.inner_s2 .detail .dtl_r .socia_list h4 {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
  text-align: center;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container {
  margin-top: 0.15rem;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .share-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.12rem 0;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .share-buttons .share-btn {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  border: 1px solid #f4f4f4;
  background: #fff;
  fill: #999999;
  transition: all 0.3s;
  border-radius: 50vw;
  position: relative;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .share-buttons .share-btn .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .share-buttons .share-btn .icon svg {
  width: 55%;
  height: 45%;
  display: block;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .share-buttons .share-btn:hover {
  background: var(--color);
  border-color: var(--color);
  fill: #fff;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .qr-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .qr-modal .qr-content {
  background: #fff;
  padding: 0.2rem;
  border-radius: 0.1rem;
  text-align: center;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .qr-modal #qrCode {
  width: 1.8rem;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .qr-modal p {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666;
  margin-top: 0.1rem;
}
.inner_s2 .detail .dtl_r .socia_list .custom-share-container .qr-modal .close-btn {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666;
}
.inner_s2 .detail .dtl_r .back_list {
  margin-top: 0.79rem;
  padding-top: 0.64rem;
  border-top: 1px solid #ededed;
}
.inner_s2 .detail .dtl_r .back_list a {
  display: block;
}
.inner_s2 .detail .dtl_r .back_list a img {
  display: block;
  height: 0.14rem;
  margin: 0 auto;
}
.inner_s2 .detail .dtl_r .back_list a p {
  font-size: var(--font14);
  color: #999999;
  line-height: 2;
  text-align: center;
  font-weight: 700;
  margin-top: 0.03rem;
}
@media (max-width:1024px) {
  .inner_s2 .detail .dtl_l {
    width: 100%;
  }
  .inner_s2 .detail .dtl_l .dtl_cont p + p {
    margin-top: 1em;
  }
  .inner_s2 .detail .dtl_r {
    width: 100%;
    margin-top: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .inner_s2 .detail .dtl_r .socia_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 0 0.2rem;
  }
  .inner_s2 .detail .dtl_r .socia_list .custom-share-container {
    margin-top: 0;
  }
  .inner_s2 .detail .dtl_r .socia_list .custom-share-container .share-buttons {
    flex-direction: row;
    gap: 0 0.2rem;
  }
  .inner_s2 .detail .dtl_r .socia_list .custom-share-container .share-buttons .share-btn {
    width: 45px;
    height: 45px;
  }
  .inner_s2 .detail .dtl_r .back_list {
    width: 1.4rem;
    padding-top: 0.2rem;
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .inner_s2 .detail .dtl_r .back_list a img {
    height: 0.2rem;
  }
  .inner_s2 .detail .dtl_r .back_list a p {
    font-size: var(--font16);
  }
}
@media (max-width:480px) {
  .inner_s2 .detail .dtl_r {
    gap: 0.2rem;
  }
  .inner_s2 .detail .dtl_r .socia_list {
    width: 100%;
    gap: 0.2rem;
  }
  .inner_s2 .detail .dtl_r .socia_list .custom-share-container {
    width: 100%;
  }
  .inner_s2 .detail .dtl_r .back_list {
    width: 100%;
  }
}
.inner_s2 .detail_bottom {
  margin-top: 1.1rem;
}
.inner_s2 .detail_bottom .headline {
  font-size: var(--font42);
  color: #222222;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.inner_s2 .detail_bottom .content {
  position: relative;
  margin-top: 0.4rem;
}
.inner_s2 .detail_bottom .content .swiper-box {
  margin: 0 -0.1rem;
  padding: 0.1rem;
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 0 0.15rem rgba(225, 225, 225, 0.5);
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: .5rem .5rem 0 0;
  /*filter: grayscale(100%);opacity: .5;*/
  transition: all 0.3s;
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .images .pb {
  height: 4.92rem;
  padding: 0;
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box { position: absolute; left: 0; top: 0; right: 0; background: #fff; border-radius: 0 0 0.3rem 0; transition: all 0.3s; z-index: 5; padding: .4rem; }
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box .time {
  display: block;
  font-size: var(--font16);
  line-height: 1.5;
  color: #999999;
  font-weight: 500;
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box .title {
  font-size: var(--font24);
  line-height: 1.5;
  color: #000000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.19rem;
  height: 3em;
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box h5 { height: 0; display: flex; align-items: center; font-size: var(--font16); color: #000000; font-weight: 500; line-height: 1.5; transition: all 0.3s; opacity: 0; }
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box h5 svg {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  fill: var(--color);
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide:hover .images {
  opacity: 1;
  filter: grayscale(0%);
}
.inner_s2 .detail_bottom .content .swiper-box .swiper-slide:hover .info-box h5 { margin-top: .3rem; opacity: 1; }
@media (max-width:1680px) {
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box h5 {
    margin-top: 0.7rem;
  }
}
@media (max-width:1024px) {
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a {
    border-radius: 0.2rem;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .images .pb {
    height: 48vw;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box {
    border-radius: 0 0 0.2rem 0;
    padding: 0.3rem;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box h5 svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width:768px) {
  .inner_s2 .detail_bottom .content .swiper-box {
    padding: 0 15px;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .images .pb {
    height: 60vw;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box {
    padding: 0.2rem;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .info-box h5 {
    margin-top: 0.6rem;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a:hover .info-box h5 {
    margin-top: 0.2rem;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a:hover .info-box h5 svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width:480px) {
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a {
    border-radius: 0.2rem;
  }
  .inner_s2 .detail_bottom .content .swiper-box .swiper-slide a .images .pb {
    height: 80vw;
  }
}
.inner_s2 .detail_bottom .content .swiper-btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(34, 34, 34, 0.2);
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.inner_s2 .detail_bottom .content .swiper-btn .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.inner_s2 .detail_bottom .content .swiper-btn .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.inner_s2 .detail_bottom .content .swiper-btn.prev {
  left: -1.4rem;
}
.inner_s2 .detail_bottom .content .swiper-btn.next {
  right: -1.4rem;
}
.inner_s2 .detail_bottom .content .swiper-btn:hover {
  background: rgba(34, 34, 34, 0.6);
}
@media (max-width:1360px) {
  .inner_s2 .detail_bottom .content .swiper-btn {
    z-index: 5;
  }
  .inner_s2 .detail_bottom .content .swiper-btn.prev {
    left: -0.3rem;
  }
  .inner_s2 .detail_bottom .content .swiper-btn.next {
    right: -0.3rem;
  }
}
@media (max-width:768px) {
  .inner_s2 .detail_bottom .content .swiper-btn {
    width: 35px;
    height: 35px;
  }
  .inner_s2 .detail_bottom .content .swiper-btn.prev {
    left: -15px;
	display: none;
  }
  .inner_s2 .detail_bottom .content .swiper-btn.next {
    right: -15px;
	display: none;
  }
}
@media (max-width:1024px) {
  .inner_s2 .detail_bottom .content {
    margin-top: 0.2rem;
  }
}
@media (max-width:1024px) {
  .inner_s2 {
    margin-top: var(--header-height);
  }
}
@media (max-width:768px) {
  .inner_s2 .detail_bottom {
    margin-top: 0.5rem;
  }
}
/*inner_s3*/
.inner_s3 {
  margin-top: 0.7rem;
}
.inner_s3 .headline {
  font-size: var(--font42);
  color: #222222;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.inner_s3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.5rem;
}
.inner_s3 .content .left {
  width: 49.21875%;
}
.inner_s3 .content .left a {
  display: block;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
}
.inner_s3 .content .left a .images {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_s3 .content .left a .images .pb {
  height: 100%;
  padding: 0;
}
.inner_s3 .content .left a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s3 .content .left a .info-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.42rem;
  padding: 0 0.4rem;
  z-index: 3;
}
.inner_s3 .content .left a .info-box .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.inner_s3 .content .left a .info-box .tag span {
  display: block;
  font-size: 0.2rem;
  line-height: 1.8;
  color: #fff;
  padding: 0 0.2rem;
  background: var(--color);
  border-radius: 0.18rem 0 0.18rem 0;
  font-weight: 500;
}
.inner_s3 .content .left a .info-box .title {
  font-size: var(--font30);
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin-top: 0.12rem;
}
.inner_s3 .content .right {
  width: 49.21875%;
}
.inner_s3 .content .right .top {
  padding: 0.23rem 0.39rem 0.25rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.1rem;
}
.inner_s3 .content .right .top .top_tit h3 {
  font-size: var(--font24);
  line-height: 1.5;
  color: #222222;
  font-weight: 500;
}
.inner_s3 .content .right .top .num_wrapper {
  margin-top: 0.4rem;
}
.inner_s3 .content .right .top .num_wrapper .num_top h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: var(--font42);
  line-height: 1;
  color: #ff0000;
  font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.inner_s3 .content .right .top .num_wrapper .num_top h3 span {
  display: block;
  position: relative;
  padding-right: 0.21rem;
  margin-left: 0.1rem;
}
.inner_s3 .content .right .top .num_wrapper .num_top h3 span:after {
  position: absolute;
  content: "";
  background: url("../images/inner/n-img-10.png") no-repeat 50%/100%;
  width: 0.13rem;
  height: 0.09rem;
  top: 0.1rem;
  right: 0;
}
.inner_s3 .content .right .top .num_wrapper .num_top h3.down {
  color: green;
}
.inner_s3 .content .right .top .num_wrapper .num_top h3.down span:after {
  background-image: url("../images/inner/n-img-17.png");
  top: auto;
  right: 0;
  bottom: 0.1rem;
}
.inner_s3 .content .right .top .num_wrapper .num_top h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
  gap: 0 0.17rem;
  margin-top: 0.03rem;
}
.inner_s3 .content .right .top .num_wrapper .num_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0 0.4rem;
  margin-top: 0.19rem;
}
.inner_s3 .content .right .top .num_wrapper .num_bot .li h4 {
  font-size: var(--font14);
  line-height: 2;
  color: #666666;
}
.inner_s3 .content .right .top .num_wrapper .num_bot .li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: var(--font20);
  color: #222222;
  line-height: 1.5;
}
.inner_s3 .content .right .top .num_wrapper .details {
  font-size: var(--font14);
  line-height: 1.71;
  color: #999999;
  margin-top: 0.22rem;
}
.inner_s3 .content .right .bot {
  margin-top: 0.2rem;
}
.inner_s3 .content .right .bot .swiper-box {
  border-radius: 0.1rem;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a {
  display: block;
  position: relative;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .images .pb {
  height: 3.18rem;
  padding: 0;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .info-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
  padding: 0 0.35rem;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .info-box .title {
  font-size: var(--font24);
  line-height: 1.5;
  color: #fff;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .info-box .pdf {
  width: 0.46rem;
  height: 0.46rem;
  background: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .info-box .pdf img {
  display: block;
  width: 0.2rem;
}
.inner_s3 .content .right .bot .swiper-box .swiper-slide a .tab {
  position: absolute;
  left: 0.37rem;
  top: 0;
  width: 0.31rem;
  height: 0.49rem;
  font-size: var(--font14);
  color: #fff;
  font-family: 'Satoshi-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-bottom: 0.05rem;
  background: url("../images/inner/n-img-13.png") no-repeat top center / 100% 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}
.inner_s3 .content .right .bot .swiper-box .swiDots {
  font-size: 0;
  left: 0.3rem;
  bottom: 0.23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0 0.14rem;
}
.inner_s3 .content .right .bot .swiper-box .swiDots span {
  display: block;
  width: 0.3rem;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
.inner_s3 .content .right .bot .swiper-box .swiDots span.active {
  opacity: 1;
  height: 2px;
}
@media (max-width:768px) {
  .inner_s3 .content .right .bot .swiper-box .swiDots {
    left: 0.2rem;
    bottom: 0.15rem;
  }
}
@media (max-width:1024px) {
  .inner_s3 .content {
    margin-top: 0.3rem;
  }
}
@media (max-width:768px) {
  .inner_s3 .content .left {
    width: 100%;
  }
  .inner_s3 .content .left a .images .pb {
    height: 99vw;
  }
  .inner_s3 .content .left a .info-box {
    padding: 0 0.25rem;
    bottom: 0.2rem;
  }
  .inner_s3 .content .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .inner_s3 .content .right .top {
    padding: 0.2rem 0.25rem;
  }
  .inner_s3 .content .right .top .num_wrapper {
    margin-top: 0.2rem;
  }
  .inner_s3 .content .right .top .num_wrapper .num_bot {
    margin-top: 0.1rem;
  }
  .inner_s3 .content .right .top .num_wrapper .details {
    margin-top: 0.1rem;
  }
  .inner_s3 .content .right .bot .swiper-box .swiper-slide a .info-box {
    padding: 0 0.2rem;
    bottom: 0.25rem;
  }
  .inner_s3 .content .right .bot .swiper-box .swiper-slide a .info-box .title {
    font-size: var(--font20);
  }
}
@media (max-width:480px) {
  .inner_s3 .content .right .bot .swiper-box .swiper-slide a .images .pb {
    height: 46vw;
  }
  .inner_s3 .content .right .bot .swiper-box .swiper-slide a .info-box {
    bottom: 0.3rem;
  }
  .inner_s3 .content .right .bot .swiper-box .swiper-slide a .tab {
    width: 0.51rem;
    height: 0.79rem;
  }
}
@media (max-width:1024px) {
  .inner_s3 {
    margin-top: 0;
  }
}
.inner_s4 {
  margin-top: 1.12rem;
}
.inner_s4 .headline {
  font-size: var(--font42);
  color: #222222;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.inner_s4 .swiper-box {
  margin-top: 0.36rem;
}
.inner_s4 .swiper-box .swiper {
  height: 3.76rem;
  padding-top: 0.16rem;
}
.inner_s4 .swiper-box .swiper .swiper-slide {
  height: auto;
  border: 1px solid #dfdfdf;
  border-radius: 0.1rem;
  background: #fff url("../images/inner/n-img-16.png") no-repeat bottom center / 100% auto;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: .8rem 1.6rem .8rem 0;
  height: 100%;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .name {
  flex-shrink: 0;
  padding: 0 1.6rem;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .name h3 {
  font-size: var(--font24);
  color: #222222;
  line-height: 1.33;
  font-weight: 700;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .name h4 {
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
  margin-top: 0.06rem;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .info-box {
  width: 100%; min-width: 0; flex: 1;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h3 {
  font-size: var(--font16);
  line-height: 2;
  color: #222222;
  font-family: 'Satoshi-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-transform: uppercase;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .info-box .line {
  display: block;
  height: 1px;
  background: #dfdfdf;
  margin: 0.02rem 0 0.38rem;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h5 {
  font-size: var(--font20);
  color: var(--color);
  line-height: 3;
  font-family: 'Satoshi-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-left: 0.35rem;
  background: no-repeat left center;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h5.phone {
  background-image: url("../images/inner/n-img-14.png");
  background-size: 0.17rem;
}
.inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h5.email {
  background-image: url("../images/inner/n-img-15.png");
  background-size: 0.21rem;
}
.inner_s4 .swiper-box .swiDots {
  display: none;
}
.inner_s4 .swiper-box .swiDots span {
  display: block;
  width: 12px;
  height: 2px;
  background: #222222;
  border-radius: 0;
}
.inner_s4 .swiper-box .swiDots span.active {
  background: var(--color);
  opacity: 1;
}
@media (max-width:1024px) {
  .inner_s4 {
    margin-top: 0.5rem;
  }
  .inner_s4 .swiper-box {
    margin-top: 0.2rem;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide .a {
    padding-right: .5rem;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide .a .name { padding: 0 1.2rem; }
  .inner_s4 .swiper-box .swiDots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0.2rem;
  }
}
@media (max-width:768px) {
  .inner_s4 .swiper-box .swiper {
    height: auto;
    padding-top: 0;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide {
    height: auto;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide .a { display: block; padding: .4rem 0.2rem; }
  .inner_s4 .swiper-box .swiper .swiper-slide .a .name { width: 100%; margin-right: 0; margin-bottom: 0.3rem; padding: 0; }
  .inner_s4 .swiper-box .swiper .swiper-slide .a .info-box .line {
    margin: 0.1rem 0 0.2rem;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h5 {
    line-height: 2.2;
  }
}
@media (max-width:480px) {
  .inner_s4 .swiper-box .swiper .swiper-slide .a {
    padding: 0.25rem;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h5 {
    line-height: 2;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h5.phone {
    background-size: 0.25rem;
  }
  .inner_s4 .swiper-box .swiper .swiper-slide .a .info-box h5.email {
    background-size: 0.25rem;
  }
}
/*股票信息*/
.inner_s5 .top {
  padding: 0.54rem 0.6rem 0.55rem;
  background: #fff;
}
.inner_s5 .top .top_tit h3 {
  font-size: var(--font24);
  line-height: 1.5;
  color: #222222;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.05rem 0;
}
.inner_s5 .top .top_tit h3 span {
  display: block;
  font-size: var(--font14);
  color: #999999;
  line-height: 1;
  margin-left: 0;
}
.inner_s5 .top .num_wrapper {
  margin-top: 0.4rem;
}
.inner_s5 .top .num_wrapper .num_top h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font42);
  line-height: 1;
  color: #ff0000;
  font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.inner_s5 .top .num_wrapper .num_top h3 span {
  display: block;
  position: relative;
  padding-right: max(0.21rem, 15px);
  margin-left: 0.1rem;
}
.inner_s5 .top .num_wrapper .num_top h3 span:after {
  position: absolute;
  content: "";
  background: url("../images/inner/n-img-10.png") no-repeat 50%/100%;
  width: max(0.13rem, 10px);
  height: max(0.09rem, 7px);
  top: 0.1rem;
  right: 0;
}
.inner_s5 .top .num_wrapper .num_top h3.down {
  color: green;
}
.inner_s5 .top .num_wrapper .num_top h3.down span:after {
  background-image: url("../images/inner/n-img-17.png");
  top: auto;
  right: 0;
  bottom: 0.1rem;
}
.inner_s5 .top .num_wrapper .num_top h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: var(--font16);
  line-height: 1.5;
  color: #666666;
  gap: 0 0.17rem;
  margin-top: 0.03rem;
}
.inner_s5 .top .num_wrapper .num_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0 0.4rem;
  margin-top: 0.19rem;
}
.inner_s5 .top .num_wrapper .num_bot .li h4 {
  font-size: var(--font14);
  line-height: 2;
  color: #666666;
}
.inner_s5 .top .num_wrapper .num_bot .li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: var(--font20);
  color: #222222;
  line-height: 1.5;
}
.inner_s5 .top .num_wrapper .details {
  font-size: var(--font14);
  line-height: 1.71;
  color: #999999;
  margin-top: 0.22rem;
}
@media (max-width:1024px) {
  .inner_s5 .top {
    padding: 0.25rem;
  }
  .inner_s5 .top .num_wrapper {
    margin-top: 0.2rem;
  }
  .inner_s5 .top .num_wrapper .num_bot {
    margin-top: 0.1rem;
  }
  .inner_s5 .top .num_wrapper .details {
    margin-top: 0.1rem;
  }
}
.inner_s5 .bot {
  background: #fff;
  padding: 0.55rem 0.6rem 0.22rem;
  margin-top: 0.2rem;
}
.inner_s5 .bot img { width: 100%; }
.inner_s5 .bot .tit {
  font-size: var(--font14);
  color: #222222;
  line-height: 1.71;
}
.inner_s5 .bot .chart_box {
  margin-top: 0.15rem;
}
.inner_s5 .bot .chart_box .chart_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border: 1px solid #dfdfdf;
  padding-left: 0.3rem;
  border-radius: 0.03rem;
  background: #fbfbfd;
}
.inner_s5 .bot .chart_box .chart_tit .chart_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0 0.4rem;
}
.inner_s5 .bot .chart_box .chart_tit .chart_li .li {
  font-size: var(--font14);
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 0.38rem;
}
.inner_s5 .bot .chart_box .chart_tit .chart_li .li.active,
.inner_s5 .bot .chart_box .chart_tit .chart_li .li:hover {
  color: #666666;
}
.inner_s5 .bot .chart_box .chart_tit .chart_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 3.59rem;
  border-left: 1px solid #dfdfdf;
  padding: 0 0.14rem;
}
.inner_s5 .bot .chart_box .chart_tit .chart_data .layui-input-inline {
  flex: 1;
}
.inner_s5 .bot .chart_box .chart_tit .chart_data .layui-input-inline input {
  font-size: var(--font14);
  color: #999999;
  height: 0.38rem;
  padding: 0;
  background: transparent url("../images/inner/n-img-22.png") no-repeat right center / max(0.12rem, 10px);
  border: none;
}
.inner_s5 .bot .chart_box .chart_tit .chart_data .layui-form-mid {
  flex-shrink: 0;
  font-size: var(--font14);
  color: #666666;
  line-height: 1;
  margin: 0 0.15rem;
  padding: 0!important;
  align-self: center;
}
@media (max-width:768px) {
  .inner_s5 .bot .chart_box .chart_tit .chart_li {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0 0.3rem;
  }
  .inner_s5 .bot .chart_box .chart_tit .chart_data {
    width: 100%;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width:480px) {
  .inner_s5 .bot .chart_box .chart_tit .chart_li .li {
    line-height: 2.5;
  }
  .inner_s5 .bot .chart_box .chart_tit .chart_data .layui-input-inline input {
    height: 0.56rem;
  }
}
.inner_s5 .bot .chart_box .chart_cont {
  margin-top: 0.2rem;
}
.inner_s5 .bot .chart_box .chart_cont .e-chart {
  width: 100%;
  height: 3rem;
}
.inner_s5 .bot .chart_box .chart_cont .e-chart #chart {
  width: 100%;
  height: 3rem;
}
@media (max-width:1024px) {
  .inner_s5 .bot {
    padding: 0.25rem;
  }
}
@media (max-width:768px) {
  .inner_s5 .bot .chart_box .chart_tit {
    padding: 0;
  }
}
/*公司公告*/
.inner_s6 .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: var(--font16);
  line-height: 0.56rem;
}
.inner_s6 .list li a .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s6 .list li a .title .type {
  display: inline-block;
  color: #fff;
  line-height: 1.625;
  background: var(--color);
  padding: 0 0.09rem;
  border-radius: 0.12rem 0 0.12rem 0;
  margin-right: 0.15rem;
}
.inner_s6 .list li a .time {
  display: block;
  color: #999999;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.inner_s6 .list li:hover .title {
  color: var(--color);
}
@media (max-width:1024px) {
  .inner_s6 .list li a {
    line-height: 0.6rem;
  }
}
@media (max-width:768px) {
  .inner_s6 .list li a {
    line-height: 0.5rem;
  }
}
@media (max-width:480px) {
  .inner_s6 .list li a {
    line-height: 0.72rem;
  }
  .inner_s6 .list li a .title .type {
    font-size: 12px;
    line-height: 1.8;
  }
}
/*投资者保护*/
.inner_s7 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s7 .item .item_l {
  width: 32.8125%;
}
.inner_s7 .item .item_l h3 {
  font-size: var(--font36);
  color: #222222;
  line-height: 1;
}
.inner_s7 .item .item_r {
  width: 67.1875%;
}
.inner_s7 .item .item_r .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.15rem 0.2rem 0.15rem 0.25rem;
  background: #f5f5f5;
}
.inner_s7 .item .item_r .list li a .info-box {
  flex: 1;
  overflow: hidden;
}
.inner_s7 .item .item_r .list li a .info-box .time {
  display: block;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
}
.inner_s7 .item .item_r .list li a .info-box .title {
  font-size: var(--font16);
  line-height: 1.5;
  color: #222222;
  margin-top: 0.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner_s7 .item .item_r .list li a .icon {
  width: 0.34rem;
  height: 0.34rem;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  color: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  margin-left: 0.2rem;
  flex-shrink: 0;
  border-radius: 50%;
}
.inner_s7 .item .item_r .list li a .icon svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  fill: currentColor;
}
.inner_s7 .item .item_r .list li a .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s7 .item .item_r .list li + li {
  margin-top: 0.1rem;
}
.inner_s7 .item .item_r .list li:hover a .icon {
  background: var(--color);
  color: #fff;
}
.inner_s7 .item .item_r .list li:hover a .icon::after {
  background: var(--color);
}
.inner_s7 .item .item_r .pagination {
  padding-top: 0.3rem;
  text-align: left;
}
.inner_s7 .item .item_r .pagination a {
  margin: 0 0.1rem 0 0;
}
.inner_s7 .item + .item {
  padding-top: 0.6rem;
  margin-top: 0.6rem;
  border-top: 1px solid #ededed;
}
@media (max-width:768px) {
  .inner_s7 .item .item_l {
    width: 100%;
  }
  .inner_s7 .item .item_l h3 {
    line-height: 1.2;
  }
  .inner_s7 .item .item_r {
    width: 100%;
    margin-top: 0.2rem;
  }
  .inner_s7 .item .item_r .list li a {
    padding: 0.1rem 0.15rem;
  }
  .inner_s7 .item .item_r .pagination {
    padding-top: 0.25rem;
  }
  .inner_s7 .item + .item {
    padding-top: 0.3rem;
    margin-top: 0.3rem;
  }
}
@media (max-width:480px) {
  .inner_s7 .item .item_r {
    margin-top: 0.3rem;
  }
  .inner_s7 .item .item_r .list li a {
    padding: 0.15rem 0.25rem;
  }
  .inner_s7 .item .item_r .list li a .icon {
    width: 0.45rem;
    height: 0.45rem;
  }
  .inner_s7 .item .item_r .list li + li {
    margin-top: 0.2rem;
  }
}
/*财务报告*/
.inner_s8 .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s8 .items .item .item_l {
  width: 1.8rem;
  flex-shrink: 0;
}
.inner_s8 .items .item .item_l h3 {
  font-size: var(--font36);
  color: #222222;
  line-height: 1;
}
.inner_s8 .items .item .item_r {
  width: calc(100% - 1.8rem);
}
.inner_s8 .items .item .item_r .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.2rem 0;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s8 .items .item .item_r .list li {
  width: 49.09%;
}
.inner_s8 .items .item .item_r .list li a {
  display: block;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.inner_s8 .items .item .item_r .list li a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_s8 .items .item .item_r .list li a .images .pb {
  height: 2.73rem;
  padding: 0;
}
.inner_s8 .items .item .item_r .list li a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s8 .items .item .item_r .list li a .info-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
  padding: 0 0.4rem;
}
.inner_s8 .items .item .item_r .list li a .info-box .title {
  font-size: var(--font24);
  line-height: 1.5;
  color: #fff;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner_s8 .items .item .item_r .list li a .info-box .pdf {
  width: 0.46rem;
  height: 0.46rem;
  background: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.inner_s8 .items .item .item_r .list li a .info-box .pdf img {
  display: block;
  width: 0.2rem;
}
.inner_s8 .items .item .item_r .list li a .tab {
  position: absolute;
  left: 0.37rem;
  top: 0;
  width: 0.31rem;
  height: 0.49rem;
  font-size: var(--font14);
  color: #fff;
  font-family: 'Satoshi-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-bottom: 0.05rem;
  background: url("../images/inner/n-img-13.png") no-repeat top center / 100% 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}
.inner_s8 .items .item + .item {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid #ededed;
}
@media (max-width:1024px) {
  .inner_s8 .items .item .item_r .list li a .info-box {
    padding: 0 0.2rem;
    bottom: 0.2rem;
  }
  .inner_s8 .items .item .item_r .list li a .tab {
    width: 0.51rem;
    height: 0.71rem;
    left: 0.2rem;
  }
  .inner_s8 .items .item + .item {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }
}
@media (max-width:768px) {
  .inner_s8 .items .item .item_l {
    width: 100%;
  }
  .inner_s8 .items .item .item_r {
    width: 100%;
    margin-top: 0.25rem;
  }
  .inner_s8 .items .item .item_r .list {
    gap: 0.2rem 2%;
  }
  .inner_s8 .items .item .item_r .list li {
    width: 49%;
  }
  .inner_s8 .items .item .item_r .list li a .images .pb {
    height: 26vw;
  }
  .inner_s8 .items .item .item_r .list li a .info-box {
    bottom: 0.1rem;
  }
}
@media (max-width:480px) {
  .inner_s8 .items .item .item_r .list li {
    width: 100%;
  }
  .inner_s8 .items .item .item_r .list li a .images .pb {
    height: 46vw;
  }
  .inner_s8 .items .item .item_r .list li a .info-box {
    bottom: 0.2rem;
  }
  .inner_s8 .items .item .item_r .list li a .info-box .title {
    font-size: var(--font20);
  }
  .inner_s8 .items .item .item_r .list li a .info-box .pdf {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.inner_s8 .more-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inner_s8 .more-box .more {
  width: auto;
  min-width: 1.6rem;
  height: 0.54rem;
  min-height: 40px;
  padding: 0 2em;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  color: #222222;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s8 .more-box .more:hover {
  background: var(--color);
  color: #FFFFFF;
  border-color: var(--color);
}
@media (max-width:1024px) {
  .inner_s8 .more-box {
    margin-top: 0.3rem;
  }
}
/*互动交流  */
.inner_s9 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.4rem 1.6015625%;
}
.inner_s9 .list li {
  width: 32.265625%;
}
.inner_s9 .list li a {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
}
.inner_s9 .list li a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.1rem;
}
.inner_s9 .list li a .images .pb {
  height: 2.75rem;
  padding: 0;
}
.inner_s9 .list li a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s9 .list li a .info-box {
  padding: 0.2rem 0.1rem 0.12rem;
}
.inner_s9 .list li a .info-box .title {
  font-size: var(--font24);
  color: #000000;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s9 .list li a .info-box .details {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.75em;
  margin-top: 0.1rem;
}
.inner_s9 .list li a .info-box .time {
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
  display: block;
  margin-top: 0.25rem;
}
.inner_s9 .list li.li-hdy .a {
  padding: 0.35rem 0.24rem 0.3rem 0.3rem;
  background: url("../images/inner/n-img-21.jpg") no-repeat 50% / cover;
  border-radius: 0.1rem;
}
.inner_s9 .list li.li-hdy .a .tag-ico img {
  display: block;
  height: 0.26rem;
}
.inner_s9 .list li.li-hdy .a .info-txt {
  margin: 0.4rem 0 0.3rem;
}
.inner_s9 .list li.li-hdy .a .info-txt h3 {
  font-size: var(--font24);
  color: #fff;
  line-height: 1.25;
  height: auto;
  margin-bottom: 0.14rem;
  font-weight: 700;
}
.inner_s9 .list li.li-hdy .a .info-txt p {
  font-size: var(--font16);
  color: #fff;
  line-height: 1.25;
  height: auto;
}
.inner_s9 .list li.li-hdy .a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.1rem;
}
.inner_s9 .list li.li-hdy .a .images .pb {
  height: 1.66rem;
  padding: 0;
}
.inner_s9 .list li.li-hdy .a .bot-more {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.2rem;
  margin-top: 0.35rem;
}
.inner_s9 .list li.li-hdy .a .bot-more .more {
  min-width: 2rem;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #fff;
  color: #222222;
  cursor: pointer;
  --value: 54px;
}
.inner_s9 .list li.li-hdy .a .bot-more .more .word {
  min-width: 0;
  flex: 1;
  position: relative;
  z-index: 5;
  padding: 0 1em 0 1.5em;
  font-size: var(--font16);
  color: currentColor;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s9 .list li.li-hdy .a .bot-more .more .icon {
  width: var(--value);
  height: var(--value);
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  color: #FFFFFF;
  transform: scale(0.63);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s9 .list li.li-hdy .a .bot-more .more .icon svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  fill: currentColor;
}
.inner_s9 .list li.li-hdy .a .bot-more .more .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s9 .list li.li-hdy .a .bot-more .more:hover .word {
  color: var(--color);
  transform: translateX(0.25em);
}
.inner_s9 .list li.li-hdy .a .bot-more .more:hover .icon {
  transform: scale(1) rotate(45deg);
}
.inner_s9 .list li:hover a .info-box .title {
  color: var(--color);
}
@media (max-width:1024px) {
  .inner_s9 .list {
    gap: 0.3rem 2%;
  }
  .inner_s9 .list li {
    width: 32%;
  }
  .inner_s9 .list li.li-hdy .a {
    padding: 0.2rem;
    height: 100%;
  }
}
@media (max-width:768px) {
  .inner_s9 .list li {
    width: 49%;
  }
}
@media (max-width:480px) {
  .inner_s9 .list li {
    width: 100%;
  }
  .inner_s9 .list li a .images .pb {
    height: 62vw;
  }
  .inner_s9 .list li.li-hdy .a .images .pb {
    height: 40vw;
  }
  .inner_s9 .list li.li-hdy .a .bot-more .more {
    --value: 40px;
  }
}
/*搜索中心*/
.search_page_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.search_page_top .search_page_tit {
  font-size: var(--font48);
  color: #222222;
  line-height: 1;
  font-weight: 600;
}
.search_page_top .search_page_form {
  width: 4rem;
}
.search_page_top .search_page_form form {
  display: block;
}
.search_page_top .search_page_form form .form .serForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ededed;
}
.search_page_top .search_page_form form .form .serForm input {
  flex: 1;
  font-size: var(--font16);
  padding-right: 0.2rem;
  color: #666666;
  font-weight: 500;
}
.search_page_top .search_page_form form .form .serForm button {
  width: 0.37rem;
  height: 0.47rem;
  font-size: 0;
  color: #666666;
  line-height: 1;
  cursor: pointer;
}
.search_page_top .search_page_form form .form .serForm button svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width:480px) {
  .search_page_top .search_page_form form .form .serForm {
    margin-right: 0;
  }
  .search_page_top .search_page_form form .form .serForm button {
    width: 0.7rem;
    height: 0.9rem;
  }
}
@media (max-width:1024px) {
  .search_page_top .search_page_tit {
    line-height: 1.5;
  }
  .search_page_top .search_page_form form .form .serForm button {
    height: 0.6rem;
    width: 0.42rem;
  }
}
@media (max-width:768px) {
  .search_page_top .search_page_tit {
    width: 100%;
  }
  .search_page_top .search_page_form {
    width: 100%;
    margin-top: 0.1rem;
  }
  .search_page_top .search_page_form form .form .serForm button {
    height: 0.56rem;
    width: 0.42rem;
  }
}
@media (max-width:480px) {
  .search_page_top .search_page_form {
    width: 100%;
    margin-top: 0.1rem;
  }
  .search_page_top .search_page_form form .form .serForm button {
    height: 0.8rem;
    width: 0.6rem;
  }
}
.search_page_nav {
  border-bottom: 1px solid #ededed;
  margin-top: 0.34rem;
}
.search_page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0 0.3rem;
}
.search_page_nav ul li {
  position: relative;
}
.search_page_nav ul li a {
  display: block;
  font-size: var(--font20);
  color: #666666;
  line-height: 0.62rem;
  padding: 0 0.12rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_page_nav ul li:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #222222;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_page_nav ul li.active a,
.search_page_nav ul li:hover a {
  color: #222;
}
.search_page_nav ul li.active:after,
.search_page_nav ul li:hover:after {
  width: 100%;
}
@media (max-width:1024px) {
  .search_page_nav {
    margin-top: 0.2rem;
  }
  .search_page_nav ul {
    gap: 0 0.2rem;
  }
  .search_page_nav ul li a {
    line-height: 3;
  }
}
@media (max-width:768px) {
  .search_page_nav {
    margin-top: 0;
  }
}
@media (max-width:480px) {
  .search_page_nav {
    margin-top: 0;
  }
  .search_page_nav ul li a {
    line-height: 2.5;
  }
}
.search_page_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.24rem;
}
.search_page_bot .search_page_tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.search_page_bot .search_page_tips h5 {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
.search_page_bot .search_page_tips .tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: 0.2rem;
  gap: 0 0.26rem;
}
.search_page_bot .search_page_tips .tip a {
  display: block;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_page_bot .search_page_tips .tip a:hover {
  color: #222;
}
.search_page_bot .search_page_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
@media (max-width:1024px) {
  .search_page_bot {
    margin-top: 0.1rem;
  }
}
@media (max-width:768px) {
  .search_page_bot {
    gap: 0.1rem 0;
  }
  .search_page_bot .search_page_tips {
    width: 100%;
  }
  .search_page_bot .search_page_tips .tip {
    margin-left: 0.1rem;
    gap: 0 0.2rem;
  }
}
@media (max-width:480px) {
  .search_page_bot {
    margin-top: 0.15rem;
  }
}
.search_page_info .list1 {
  margin-top: 0.52rem;
}
.search_page_info .list1 li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.search_page_info .list1 li .title h3 {
  font-size: var(--font16);
  color: var(--color);
  line-height: 1.5;
}
.search_page_info .list1 li .title .more {
  font-size: var(--font16);
  color: #222222;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_page_info .list1 li .title .more.col2 {
  color: #cccccc;
}
.search_page_info .list1 li .title .more:hover {
  color: var(--color);
}
.search_page_info .list1 li dl {
  margin-top: 0.21rem;
}
.search_page_info .list1 li dl dd h4 {
  display: block;
  font-size: var(--font16);
  color: #222222;
  line-height: 1.5;
}
.search_page_info .list1 li dl dd h4:hover {
  color: var(--color);
}
.search_page_info .list1 li dl dd h5 {
  font-size: var(--font14);
  color: #999999;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0.1rem;
  margin-bottom: 0.41rem;
}
.search_page_info .list1 li dl dd h5:hover {
  color: var(--color);
}
@media (max-width:480px) {
  .search_page_info .list1 li dl dd h5 {
    margin-bottom: 0.2rem;
  }
}
.search_page_info .list1 li dl dd a {
  display: block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_page_info .list1 li dl dd + dd {
  margin-top: 0.22rem;
}
.search_page_info .list1 li + li {
  margin-top: 0.4rem;
}
.inner_s10 {
  margin-top: 1.4rem;
}
@media (max-width:1024px) {
  .inner_s10 {
    margin-top: var(--header-height);
  }
}
/*隐私政策*/
.inner_s11 {
  margin-top: 1.1rem;
}
.inner_s11 .art_tit h2 {
  font-size: var(--font36);
  color: #222222;
  line-height: 1.5;
  font-weight: 600;
}
.inner_s11 .art_tit .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0.1rem;
  gap: 0 0.2rem;
}
.inner_s11 .art_tit .cont .li {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
}
.inner_s11 .art_con {
  margin-top: 0.41rem;
}
.inner_s11 .art_con .li h4 {
  font-size: var(--font20);
  color: #222222;
  line-height: 1.5;
  font-weight: 700;
}
.inner_s11 .art_con .li .desc {
  font-size: var(--font16);
  color: #666666;
  line-height: 2.25;
  margin-top: 0.03rem;
  font-weight: 500;
}
.inner_s11 .art_con .li .desc strong {
  font-weight: 600;
}
@media (max-width:768px) {
  .inner_s11 .art_con .li .desc {
    line-height: 1.85;
  }
  .inner_s11 .art_con .li .desc p {
    padding-left: 0!important;
  }
}
.inner_s11 .art_con .li + .li {
  margin-top: 0.35rem;
}
@media (max-width:768px) {
  .inner_s11 .art_con .li + .li {
    margin-top: 0.25rem;
  }
}
@media (max-width:1024px) {
  .inner_s11 {
    margin-top: var(--header-height);
  }
}
/*网站地图*/
.inner_s12 {
  margin-top: 1.4rem;
}
.inner_s12 .map_tit {
  font-size: var(--font48);
  color: #222222;
  line-height: 1;
  font-weight: 600;
}
.inner_s12 .map_list {
  margin-top: 0.3rem;
}
.inner_s12 .map_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0.17rem 0;
  border-bottom: 1px solid #ededed;
}
.inner_s12 .map_list ul li .label {
  width: 2.3rem;
  padding: 0 0.1rem;
  font-size: var(--font20);
  color: #222222;
  line-height: 1.5;
  flex-shrink: 0;
}
.inner_s12 .map_list ul li .value {
  flex: 1;
}
.inner_s12 .map_list ul li .value dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0 0.56rem;
}
.inner_s12 .map_list ul li .value dl dd a {
  display: block;
  font-size: var(--font20);
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s12 .map_list ul li .value dl dd a:hover {
  color: var(--color);
}
@media (max-width:1024px) {
  .inner_s12 .map_list ul li .value dl {
    gap: 0 0.25rem;
  }
}
@media (max-width:768px) {
  .inner_s12 .map_list ul li {
    padding: 0.15rem 0;
    gap: 0.1rem 0;
  }
  .inner_s12 .map_list ul li .label {
    width: 100%;
    padding: 0;
  }
  .inner_s12 .map_list ul li .value {
    width: 100%;
  }
}
@media (max-width:1024px) {
  .inner_s12 {
    margin-top: var(--header-height);
  }
}
/*网站404*/
.inner_s13 {
  min-height: calc(100vh - var(--header-height) - 7.76trm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 5.8rem;
}
.inner_s13 .img-box img {
  display: block;
  width: 4.03rem;
  margin: 0 auto;
}
.inner_s13 .img-box h4 {
  font-size: var(--font20);
  line-height: 1.5;
  color: #222222;
  text-align: center;
}
.inner_s13 .img-box h5 {
  font-size: var(--font16);
  line-height: 1.5;
  color: #999999;
  text-align: center;
  margin-top: 0.05rem;
}
.inner_s13 .img-box h6 {
  font-size: var(--font16);
  line-height: 1.5;
  color: #222222;
  text-align: center;
  margin-top: 0.22rem;
}
@media (max-width:1024px) {
  .inner_s13 {
    margin-top: var(--header-height);
    height: 50vh;
  }
}
/*职位列表*/
.inner_s14 {
  margin-top: 1.4rem;
}
.inner_s14 .join_us_tit {
  font-size: var(--font48);
  color: #222222;
  line-height: 1;
  font-weight: 600;
}
.inner_s14 .join_us_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.6rem;
}
.inner_s14 .join_us_info .join_us_left {
  width: 21.875%;
}
.inner_s14 .join_us_info .join_us_left .join_us_search {
  height: 0.6rem;
  border: 1px solid #ededed;
  border-radius: 0.06rem;
}
.inner_s14 .join_us_info .join_us_left .join_us_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding: 0 0.1rem 0 0.2rem;
}
.inner_s14 .join_us_info .join_us_left .join_us_search form input {
  flex: 1;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
}
.inner_s14 .join_us_info .join_us_left .join_us_search form button {
  display: block;
  width: 0.37rem;
  height: 100%;
  flex-shrink: 0;
}
.inner_s14 .join_us_info .join_us_left .join_us_search form button svg {
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .inner_s14 .join_us_info .join_us_left .join_us_search form button {
    width: 0.42rem;
  }
}
@media (max-width:480px) {
  .inner_s14 .join_us_info .join_us_left .join_us_search form button {
    width: 0.64rem;
  }
}
.inner_s14 .join_us_info .join_us_left .join_us_checkbox {
  margin-top: 0.2rem;
}
.inner_s14 .join_us_info .join_us_left .join_us_checkbox .li .li_type_tit {
  font-size: var(--font20);
  color: #222222;
  line-height: 2.9;
  padding: 0 0.07rem;
  border-bottom: 1px solid #dfdfdf;
}
.inner_s14 .join_us_info .join_us_left .join_us_checkbox .li .layui-form {
  padding: 0.11rem;
}
.inner_s14 .join_us_info .join_us_left .join_us_checkbox .li .layui-form .layui-form-item {
  margin-bottom: 0.07rem;
}
.inner_s14 .join_us_info .join_us_left .join_us_checkbox .li .layui-form .layui-form-item i {
  top: 0.03rem;
}
.inner_s14 .join_us_info .join_us_left .join_us_checkbox .li .layui-form .layui-form-item .type_txt {
  font-size: var(--font16);
  color: #222222;
  line-height: 1.5;
}
.inner_s14 .join_us_info .join_us_left .join_us_checkbox .li + .li {
  margin-top: 0.08rem;
}
.inner_s14 .join_us_info .join_us_right {
  width: 75%;
}
.inner_s14 .join_us_info .join_us_right .list li {
  background: #f6f6f6;
  border-radius: 0.1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.inner_s14 .join_us_info .join_us_right .list li .a {
  position: relative;
  z-index: 3;
  padding: 0.34rem 0.4rem 0.4rem;
}
.inner_s14 .join_us_info .join_us_right .list li .a .time {
  display: block;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s14 .join_us_info .join_us_right .list li .a .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.13rem;
}
.inner_s14 .join_us_info .join_us_right .list li .a .title h3 {
  flex: 1;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s14 .join_us_info .join_us_right .list li .a .title .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.1rem;
}
.inner_s14 .join_us_info .join_us_right .list li .a .title .tag span {
  display: block;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.85;
  padding: 0 0.14rem;
  background: #fff;
  border-radius: 50vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s14 .join_us_info .join_us_right .list li .a .line {
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 0.23rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s14 .join_us_info .join_us_right .list li .a .details {
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0.16rem;
}
.inner_s14 .join_us_info .join_us_right .list li .a .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.25rem;
}
.inner_s14 .join_us_info .join_us_right .list li .a .btn .td_btn {
  width: 1.28rem;
  height: 0.4rem;
  font-size: var(--font16);
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50vw;
  background: #fff;
}
.inner_s14 .join_us_info .join_us_right .list li .a .btn .td_btn a {
  display: block;
  color: inherit;
}
.inner_s14 .join_us_info .join_us_right .list li .a .btn .td_btn:hover {
  background: var(--color) !important;
  color: #fff;
}
.inner_s14 .join_us_info .join_us_right .list li .a .btn .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 0.27rem;
  background: url("../images/inner/n-img-24.png") no-repeat right center / auto 0.19rem;
}
.inner_s14 .join_us_info .join_us_right .list li .a .btn .more a:hover {
  color: var(--color);
  background-image: url("../images/inner/n-img-25.png");
}
.inner_s14 .join_us_info .join_us_right .list li:before {
  position: absolute;
  content: '';
  inset: 0;
  border: 2px solid var(--color);
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s14 .join_us_info .join_us_right .list li + li {
  margin-top: 0.2rem;
}
.inner_s14 .join_us_info .join_us_right .list li:hover {
  background: #fff;
}
.inner_s14 .join_us_info .join_us_right .list li:hover .a .title h3 {
  font-weight: 600;
}
.inner_s14 .join_us_info .join_us_right .list li:hover .a .title .tag span {
  background: #f5f5f5;
}
.inner_s14 .join_us_info .join_us_right .list li:hover .a .line {
  background: #dfdfdf;
}
.inner_s14 .join_us_info .join_us_right .list li:hover .a .details {
  color: #333333;
}
.inner_s14 .join_us_info .join_us_right .list li:hover .a .btn .td_btn {
  background: #F5F5F5;
}
.inner_s14 .join_us_info .join_us_right .list li:hover:before {
  opacity: 1;
  visibility: visible;
}


.inner_s14 .join_us_info .join_us_right .list li:hover .a .btn .more a{
  color: var(--color);
  background-image: url("../images/inner/n-img-25.png");
}


@media (max-width:1024px) {
  .inner_s14 {
    margin-top: var(--header-height);
  }
  .inner_s14 .join_us_info {
    margin-top: 0.4rem;
  }
  .inner_s14 .join_us_info .join_us_left {
    width: 100%;
  }
  .inner_s14 .join_us_info .join_us_left .join_us_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .inner_s14 .join_us_info .join_us_left .join_us_checkbox .li {
    width: 49%;
  }
  .inner_s14 .join_us_info .join_us_left .join_us_checkbox .li + .li {
    margin-top: 0;
  }
  .inner_s14 .join_us_info .join_us_right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a {
    padding: 0.25rem;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a .line {
    margin-top: 0.15rem;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a .btn {
    margin-top: 0.2rem;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a .btn .td_btn {
    width: max(1.28rem, 100px);
    height: max(0.5rem, 32px);
  }
}
@media (max-width:480px) {
  .inner_s14 .join_us_info .join_us_left .join_us_search {
    height: 0.8rem;
  }
  .inner_s14 .join_us_info .join_us_left .join_us_checkbox .li {
    width: 100%;
  }
  .inner_s14 .join_us_info .join_us_left .join_us_checkbox .li .layui-form .layui-form-item .layui-form-checkbox {
    margin-top: 0;
    margin-bottom: 0;
  }
  .inner_s14 .join_us_info .join_us_left .join_us_checkbox .li .layui-form .layui-form-item i {
    top: 0.05rem;
  }
  .inner_s14 .join_us_info .join_us_right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a {
    padding: 0.25rem;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a .title {
    gap: 0.15rem 0;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a .title h3 {
    width: 100%;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a .title .tag {
    width: 100%;
  }
  .inner_s14 .join_us_info .join_us_right .list li .a .td_btn {
    width: max(1.28rem, 120px);
    height: max(0.5rem, 40px);
  }
}
/*加入我们 详情*/
.inner_s15 {
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s15 .left {
  width: 75%;
}
.inner_s15 .left .art_tit {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ededed;
}
.inner_s15 .left .art_tit h2 {
  font-size: var(--font36);
  color: #222222;
  line-height: 1.5;
  font-weight: 500;
}
.inner_s15 .left .art_tit .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.1rem;
  gap: 0.1rem 0.2rem;
}
.inner_s15 .left .art_tit .cont .li {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.85;
}
.inner_s15 .left .art_tit .cont .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.1rem;
}
.inner_s15 .left .art_tit .cont .tag span {
  display: block;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.85;
  background: #f5f5f5;
  border-radius: 50vw;
  padding: 0 0.15rem;
}
.inner_s15 .left .art_con {
  margin-top: 0.34rem;
}
.inner_s15 .left .art_con .li .h3 {
  font-size: var(--font24);
  color: #222222;
  line-height: 1.5;
  font-weight: 500;
}
.inner_s15 .left .art_con .li .desc {
  font-size: var(--font16);
  color: #222222;
  line-height: 1.5;
  margin-top: 0.18rem;
}
.inner_s15 .left .art_con .li .desc p + p {
  margin-top: 0.25rem;
}
.inner_s15 .left .art_con .li + .li {
  margin-top: 0.38rem;
}
.inner_s15 .left .art_btn {
  width: 2.4rem;
  height: max(0.53rem, 32px);
  background: var(--color);
  font-size: var(--font16);
  color: #fff;
  border-radius: 50vw;
  margin-top: 0.5rem;
}
.inner_s15 .left .art_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: inherit;
}
.inner_s15 .right {
  width: 21.875%;
}
.inner_s15 .right .h3 {
  font-size: var(--font24);
  color: #222222;
  line-height: 1.5;
  font-weight: 600;
}
.inner_s15 .right .list {
  margin-top: 0.24rem;
}
.inner_s15 .right .list li {
  background: #f6f6f6;
  border-radius: 0.1rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s15 .right .list li a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 0.22rem 0.25rem;
}
.inner_s15 .right .list li a .time {
  display: block;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
  font-weight: 500;
}
.inner_s15 .right .list li a .title {
  font-size: var(--font20);
  color: #333333;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.07rem;
}
.inner_s15 .right .list li a .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.1rem;
  margin-top: 0.2rem;
}
.inner_s15 .right .list li a .tag span {
  display: block;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.85;
  padding: 0 0.14rem;
  background: #fff;
  border-radius: 50vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s15 .right .list li a .gd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.25rem;
}
.inner_s15 .right .list li a .gd img {
  display: block;
  width: 0.19rem;
  margin-left: 0.08rem;
}
.inner_s15 .right .list li:before {
  position: absolute;
  content: '';
  inset: 0;
  border: 2px solid var(--color);
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s15 .right .list li + li {
  margin-top: 0.2rem;
}
.inner_s15 .right .list li:hover {
  background: #fff;
}
.inner_s15 .right .list li:hover a .tag span {
  background: #f6f6f6;
}
.inner_s15 .right .list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.inner_s15 .right .more {
  margin-top: 0.3rem;
}
.inner_s15 .right .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 0.54rem;
  font-size: var(--font16);
  color: #000000;
  border-radius: 50vw;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.inner_s15 .right .more:hover a {
  background: var(--color);
  color: #fff;
  border-color: var(--color);
}
@media (max-width:1024px) {
  .inner_s15 {
    margin-top: var(--header-height);
  }
  .inner_s15 .left {
    width: 100%;
  }
  .inner_s15 .left .art_con .li .desc p + p {
    margin-top: 0.75em;
  }
  .inner_s15 .left .art_con .li + .li {
    margin-top: 0.3rem;
  }
  .inner_s15 .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .inner_s15 .right .list li a {
    padding: 0.25rem;
  }
  .inner_s15 .right .more a {
    width: max(1.5rem, 100px);
    height: max(0.54rem, 36px);
    margin: 0 auto;
  }
}
/*文化理念*/
.inner_s16 {
  background: url("../images/inner/n-img-26.jpg") no-repeat 50% / cover;
  background-attachment: fixed;
}
.inner_s16 .title_box {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.inner_s16 .title_box .title {
  font-size: var(--font60);
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.inner_s16 .title_box .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.65rem;
  gap: 0 0.37rem;
}
.inner_s16 .title_box .btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: max(1.8rem, 140px);
  height: max(0.54rem, 40px);
  color: #fff;
  font-size: var(---font16);
  border: 1px solid #fff;
  border-radius: 50vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s16 .title_box .btns a:hover {
  background: var(--color);
  border-color: var(--color);
}
.inner_s16 .container {
  width: 12.8rem;
}
@media (max-width:1280px) {
  .inner_s16 .container {
    width: 100%;
  }
}
@media (max-width:1024px) {
  .inner_s16 .title_box .title {
    line-height: 1.5;
    font-size: var(--font36);
  }
  .inner_s16 .title_box .btns {
    margin-top: 0.4rem;
  }
}
.inner_s17 {
  background: url("../images/inner/n-img-27.jpg") no-repeat 50% / cover;
}
.inner_s17 .list {
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner_s17 .list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s17 .list ul li {
  text-align: center;
}
.inner_s17 .list ul li .title {
  font-size: var(--font42);
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.inner_s17 .list ul li .details {
  font-size: var(--font20);
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.28rem;
}
.inner_s17 .container { max-width: 1280px; }
@media (max-width:1024px) {
  .inner_s17 .list ul li .details {
    margin-top: 0.75em;
  }
}
@media (max-width:768px) {
  .inner_s17 .list ul {
    gap: 0.4rem 0;
  }
  .inner_s17 .list ul li {
    width: 100%;
  }
}
.inner_s18 {
  margin-top: 1.22rem;
}
.inner_s18 .container { max-width: 1280px; }
.inner_s18 .idx-title {
  text-align: center;
}
.inner_s18 .idx-title .title {
  font-size: var(--font48);
  color: #222222;
  line-height: 1.2;
  font-weight: 600;
}
.inner_s18 .idx-title .details {
  font-size: var(--font18);
  color: #191919;
  line-height: 1.66;
  font-weight: 500;
  margin-top: 0.22rem;
}
.inner_s18 .idx-list {
  margin-top: 0.6rem;
}
.inner_s18 .idx-list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s18 .idx-list .items .item {
  width: 31.25%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.inner_s18 .idx-list .items .item .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_s18 .idx-list .items .item .images .pb {
  height: 5.5rem;
  padding: 0;
}
.inner_s18 .idx-list .items .item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s18 .idx-list .items .item .info-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  z-index: 5;
  padding: 0 0.25rem;
}
.inner_s18 .idx-list .items .item .info-box .title {
  font-size: var(--font36);
  color: #fff;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media (max-width:1580px) {
  .inner_s18 .idx-list .items .item .info-box .title{
    font-size: var(---font32);
  }
}
.inner_s18 .idx-list .items .item .info-box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: max(1.2rem, 110px);
  height: max(0.4rem, 34px);
  font-size: var(--font16);
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 50vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0.28rem auto 0;
  cursor: pointer;
}
.inner_s18 .idx-list .items .item .info-box h4:hover {
  background: var(--color);
  border-color: var(--color);
}
.inner_s18 .idx-txt {
  margin-top: 1.5rem;
  text-align: center;
}
.inner_s18 .idx-txt p {
  font-size: var(--font24);
  color: #191919;
  line-height: 1.75;
}

@media screen and (max-width: 1580px) {
	.inner_s18 .idx-txt br{
		display: none;
	}
}
@media (max-width:1024px) {
  .inner_s18 {
    margin-top: 0.5rem;
  }
  .inner_s18 .idx-title .title {
    line-height: 1.5;
    font-size: var(--font36);
  }
  .inner_s18 .idx-title .details {
    margin-top: 0.75em;
  }
  .inner_s18 .idx-title .details br {
    display: none;
  }
  .inner_s18 .idx-list {
    margin-top: 0.3rem;
  }
  .inner_s18 .idx-list .items {
    gap: 0.3rem 2%;
  }
  .inner_s18 .idx-list .items .item {
    width: 32%;
  }
  .inner_s18 .idx-list .items .item .images .pb {
    height: 42vw;
  }
  .inner_s18 .idx-list .items .item .info-box {
    bottom: 0.3rem;
  }
  .inner_s18 .idx-txt {
    margin-top: 0.4rem;
  }
  .inner_s18 .idx-txt p br {
    display: none;
  }
}
@media (max-width:768px) {
  .inner_s18 .idx-list .items .item {
    width: 100%;
  }
  .inner_s18 .idx-list .items .item .images .pb {
    height: 96vw;
  }
  .inner_s18 .idx-list .items .item .info-box h4 {
    margin-top: 0.25rem;
  }
}
.inner_s19 { margin-top: 1.9rem; }
.inner_s19 .container { max-width: 1280px; }
.inner_s19 .idx-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s19 .idx-title .title {
  font-size: var(--font48);
  color: #222222;
  line-height: 1;
  font-weight: 600;
  flex: 1;
}
.inner_s19 .idx-title .details {
  font-size: var(--font18);
  color: #222222;
  line-height: 1.66;
  font-weight: 500;
  width: 4.8rem;
  margin-top: 0;
}
.inner_s19 .images-box {
  position: relative;
  margin-top: 0.57rem;
}
.inner_s19 .images-box img {
  display: block;
  width: 100%;
}
.inner_s19 .images-box .idx-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.73rem;
  z-index: 5;
}
.inner_s19 .images-box .idx-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.25rem;
}
.inner_s19 .images-box .idx-list ul li {
  width: 22%;
}
.inner_s19 .images-box .idx-list ul li .title {
  font-size: var(--font36);
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}
.inner_s19 .images-box .idx-list ul li .details {
  font-size: var(--font16);
  line-height: 1.875;
  color: #fff;
  margin-top: 0.2rem;
  font-weight: 500;
}
.inner_s19 .images-box .idx-list{
  display: flex;
  justify-content: center;
}

.inner_s19 + .inner_s19 {
  margin-top: 1.12rem;
}
@media (max-width:1024px) {
  .inner_s19 {
    margin-top: 0.5rem;
  }
  .inner_s19 .idx-title {
    text-align: center;
  }
  .inner_s19 .idx-title .title {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: var(--font36);
  }
  .inner_s19 .idx-title .details {
    width: 100%;
    margin-top: 0.5em;
  }
  .inner_s19 .images-box {
    margin-top: 0.4rem;
  }
  .inner_s19 .images-box img {
    height: 70vh;
    object-fit: cover;
  }
  .inner_s19 .images-box .idx-list {
    bottom: 0.3rem;
  }
  .inner_s19 .images-box .idx-list ul {
    gap: 0.4rem 2%;
  }
  .inner_s19 .images-box .idx-list ul li {
    width: 23.5%;
  }
  .inner_s19 .images-box .idx-list ul li .details {
    margin-top: 0.75em;
  }
  .inner_s19 + .inner_s19 {
    margin-top: 0.5rem;
  }
}
@media (max-width:768px) {
  .inner_s19 .images-box img {
    min-height: auto;
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .inner_s19 .images-box .idx-list {
    position: static;
    padding: 1rem 0;
  }
  .inner_s19 .images-box .idx-list ul{
    gap: 33px 2%;
  }
  .inner_s19 .images-box .idx-list ul li {
    width: 46%;
  }
  .inner_s19 .images-box .idx-list ul li .details{
	  line-height: 1.5;
  }
  .inner_s19 .images-box:before {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
}
.inner_s20 {
  margin-top: 1.2rem;
}
.inner_s20 .idx-title {
  text-align: center;
}
.inner_s20 .idx-title .title {
  font-size: var(--font48);
  color: #222222;
  line-height: 1;
  font-weight: 600;
  flex: 1;
}
.inner_s20 .swiper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 0.77rem;
}
.inner_s20 .swiper-box .swiper {
  width: 50%;
}
.inner_s20 .swiper-box .swiper .swiper-slide a {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
}
.inner_s20 .swiper-box .swiper .swiper-slide a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_s20 .swiper-box .swiper .swiper-slide a .images .pb {
  height: 4.8rem;
  padding: 0;
}
.inner_s20 .swiper-box .swiper .swiper-slide a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s20 .swiper-box .swiper-list {
  margin-top: 0.37rem;
  width: 44.6875%;
}
.inner_s20 .swiper-box .swiper-list ul li a {
  display: block;
}
.inner_s20 .swiper-box .swiper-list ul li a .time {
  display: block;
  font-size: var(--font18);
  color: #222222;
  line-height: 2;
  font-weight: 500;
}
.inner_s20 .swiper-box .swiper-list ul li a .title {
  font-size: var(--font36);
  color: #222222;
  line-height: 1.22;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.18rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s20 .swiper-box .swiper-list ul li a .details {
  font-size: var(--font16);
  color: #222222;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.22rem;
  font-weight: 500;
}
.inner_s20 .swiper-box .swiper-list .swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.44rem;
  gap: 0 0.2rem;
}
.inner_s20 .swiper-box .swiper-list .swiper-btn .btn {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(34, 34, 34, 0.2);
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.inner_s20 .swiper-box .swiper-list .swiper-btn .btn .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.inner_s20 .swiper-box .swiper-list .swiper-btn .btn .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.inner_s20 .swiper-box .swiper-list .swiper-btn .btn:hover {
  background: rgba(34, 34, 34, 0.6);
}
@media (max-width:480px) {
  .inner_s20 .swiper-box .swiper-list .swiper-btn .btn {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.inner_s20 .more-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inner_s20 .more-box .more {
  width: auto;
  min-width: 1.8rem;
  height: 0.54rem;
  min-height: 40px;
  padding: 0 2em;
  border-radius: 50px;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font16);
  color: #222222;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner_s20 .more-box .more:hover {
  background: var(--color);
  color: #FFFFFF;
  border-color: var(--color);
}
.inner_s20 .container { max-width: 1280px; }
@media (max-width:1024px) {
  .inner_s20 {
    margin-top: 0.5rem;
  }
  .inner_s20 .idx-title .title {
    font-size: var(--font36);
  }
  .inner_s20 .swiper-box {
    margin-top: 0.35rem;
  }
  .inner_s20 .swiper-box .swiper {
    width: 100%;
  }
  .inner_s20 .swiper-box .swiper .swiper-slide a .images .pb {
    height: 70vw;
  }
  .inner_s20 .swiper-box .swiper-list {
    width: 100%;
    margin-top: 0.2rem;
  }
  .inner_s20 .swiper-box .swiper-list ul li a .title {
    font-size: var(--font24);
    line-height: 1.5;
    height: 3em;
    margin-top: 0.1em;
  }
  .inner_s20 .swiper-box .swiper-list ul li a .details {
    margin-top: 0.5em;
  }
  .inner_s20 .swiper-box .swiper-list .swiper-btn {
    margin-top: 0.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .inner_s20 .more-box {
    margin-top: 0.25rem;
  }
}
.inner_s21 {
  margin-top: 1.22rem;
  padding-bottom:1.2rem;
}
.inner_s21 .idx-title .title {
  font-size: var(--font48);
  color: #222222;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.inner_s21 .idx-list {
  margin-top: 0.58rem;
}
.inner_s21 .idx-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inner_s21 .idx-list ul li {
  width: 32.265625%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.inner_s21 .idx-list ul li a {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inner_s21 .idx-list ul li a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner_s21 .idx-list ul li a .images .pb {
  height: 4.2rem;
  padding: 0;
}
.inner_s21 .idx-list ul li a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_s21 .idx-list ul li a .info-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  z-index: 5;
  padding: 0 0.37rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner_s21 .idx-list ul li a .info-box .title {
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  flex: 1;
}
.inner_s21 .idx-list ul li a .info-box .btn {
  position: relative;
  width: 0.42rem;
  height: 0.42rem;
  color: #fff;
  background: var(--color);
  border-radius: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner_s21 .idx-list ul li a .info-box .btn .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.inner_s21 .idx-list ul li a .info-box .btn .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.inner_s21 .idx-list ul li:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 26.19%;
  background: linear-gradient(0deg, #888e07 0%, transparent 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.inner_s21 .idx-list ul li.active {
  width: 66.25%;
}
.inner_s21 .idx-list ul li.active:before {
  opacity: 1;
  visibility: visible;
}
.inner_s21 .container { max-width: 1280px; }
@media (max-width:1024px) {
  .inner_s21 {
    margin-top: 0.5rem;
  }
  .inner_s21 .idx-list {
    margin-top: 0.35rem;
  }
  .inner_s21 .idx-list ul li a .images .pb {
    height: 31vw;
  }
  .inner_s21 .idx-list ul li a .info-box {
    padding: 0 0.25rem;
    bottom: 0.2rem;
  }
}
@media (max-width:768px) {
  .inner_s21 .idx-list ul {
    gap: 0.25rem 0;
  }
  .inner_s21 .idx-list ul li {
    width: 100%;
  }
  .inner_s21 .idx-list ul li a .images .pb {
    height: 46vw;
  }
  .inner_s21 .idx-list ul li a .info-box {
    bottom: 0.2rem;
  }
  .inner_s21 .idx-list ul li:before {
    opacity: 1;
    visibility: visible;
  }
  .inner_s21 .idx-list ul li.active {
    width: 100%;
  }
}
@media (max-width:480px) {
  .inner_s21 .idx-list ul li a .info-box {
    bottom: 0.25rem;
  }
  .inner_s21 .idx-list ul li a .info-box .btn {
    width: 0.6rem;
    height: 0.6rem;
  }
}
/*文化弹窗*/
.idx-pop-item {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 9.6rem;
  max-width: 96%;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 99;
  transform: translate(-50%, -50%);
  padding: 0.6rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx-pop-item .title {
  font-size: var(--font36);
  color: #222222;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.24rem;
}
.idx-pop-item .details {
  font-size: var(--font18);
  color: #222222;
  line-height: 1.75;
  font-weight: 500;
}
.idx-pop-item .ul {
  margin-top: 0.24rem;
}
.idx-pop-item .ul .li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 0.6rem;
  background: #f5f5f5;
  border-radius: 50vw;
  padding: 0 0.28rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx-pop-item .ul .li a h3 {
  flex: 1;
  font-size: var(--font20);
  color: #222222;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx-pop-item .ul .li a i {
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  background: url("../images/inner/n-img-33.png") no-repeat 50%/100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx-pop-item .ul .li + .li {
  margin-top: 0.2rem;
}
.idx-pop-item .ul .li:hover a {
  background: var(--color);
}
.idx-pop-item .ul .li:hover a h3 {
  color: #fff;
}
.idx-pop-item .ul .li:hover a i {
  background-image: url("../images/inner/n-img-34.png");
}
.idx-pop-item .img_list {
  margin-top: 0.51rem;
}
.idx-pop-item .img_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.idx-pop-item .img_list ul li {
  width: 48.26%;
}
.idx-pop-item .img_list ul li .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-pop-item .img_list ul li .images .pb {
  height: 2.52rem;
  padding: 0;
}
.idx-pop-item .img_list ul li .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-pop-item .close {
  position: absolute;
  top: 0.22rem;
  right: 0.24rem;
  width: 0.11rem;
  height: 0.11rem;
  background: url("../images/inner/n-img-35.png") no-repeat 50%/100%;
  z-index: 5;
  cursor: pointer;
}
.idx-pop-item.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width:1024px) {
  .idx-pop-item {
    padding: 0.25rem;
  }
  .idx-pop-item .title {
    margin-bottom: 0.5em;
  }
  .idx-pop-item .img_list {
    margin-top: 0.25rem;
  }
  .idx-pop-item .img_list ul li .images .pb {
    height: 21vw;
  }
}
@media (max-width:768px) {
  .idx-pop-item .ul .li a {
    height: max(0.6rem, 36px);
    padding: 0 max(0.2rem, 10px);
  }
}
@media (max-width:480px) {
  .idx-pop-item {
    padding: 0.3rem 0.15rem 0.3rem 0.3rem;
  }
  .idx-pop-item .scrl {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 0.2rem;
  }
  .idx-pop-item .img_list {
    margin-top: 0.25rem;
  }
  .idx-pop-item .img_list ul {
    gap: 0.25rem 0;
  }
  .idx-pop-item .img_list ul li {
    width: 100%;
  }
  .idx-pop-item .img_list ul li .images .pb {
    height: 51vw;
  }
}
.idx-pop-shadow {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx-pop-shadow.active {
  opacity: 1;
  visibility: visible;
}
/*多元活动*/
.n_banner3 .swiper .swiper-slide .b_txt {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.n_banner3 .swiper .swiper-slide .b_txt .n_tit{
	text-align: center;
}
.n_banner3 .swiper .swiper-slide .b_txt .n_tit h5 {
  width: 1.14rem;
  font-size: var(--font20);
  color: #fff;
  line-height: 1.8;
  background: var(--color);
  border-radius: 0.18rem 0 0.18rem 0;
  text-align: center;
  display: inline-block;
}
.n_banner3 .swiper .swiper-slide .b_txt .n_tit h2 {
  line-height: 1.38;
  margin-top: 0.13rem;
  text-align: center;
}
.n_banner3 .swiper .swiDots {
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
  right: 0;
  bottom: 0.6rem;
  gap: 0 0.16rem;
}
.n_banner3 .swiper .swiDots span {
  width: 0.3rem;
  height: 1px;
  background: #fff;
  opacity: 0.25;
  border-radius: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.n_banner3 .swiper .swiDots span.active {
  opacity: 1;
}
@media (max-width:1280px) {
  .n_banner3 .swiper .swiDots {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:991px) {
  .n_banner3 .swiper .swiper-slide .b_txt {
    bottom: 0.3rem;
  }
  .n_banner3 .swiper .swiDots {
    bottom: 0.2rem;
    justify-content: center;
  }
}
@media (max-width:480px) {
  .n_banner3 .swiper .swiper-slide .b_txt {
    bottom: 0.3rem;
  }
  .n_banner3 .swiper .swiper-slide .b_txt .n_tit h5 {
    width: 1.5rem;
  }
  .n_banner3 .swiper .swiper-slide .b_txt .n_tit h2 {
    margin-top: 0.05rem;
  }
}
.c_banner .swiper .swiper-slide .b_txt { height: 100%; top: 0; bottom: auto; transform: translateZ(0); padding-top: var(--header-height);display: flex;align-items: center;}
.c_banner .swiper .swiper-slide .b_txt h5:empty { display: none; }
@media (max-width: 991px) {
  .c_banner .swiper .swiper-slide .b_txt { padding: 0; }
}
/*投资者关系*/
.n_banner4 {
  margin-top: var(--header-height);
}
.n_banner4 .b_txt {
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/*2025-12-08*/
.inner_s18 {
  z-index: 999;
  position: relative;
}
.idx-pop-item {
  z-index: 999;
}
.idx-pop-item .ul .li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f5f5f5;
  border-radius: 0.3rem;
  overflow: hidden;
}
.idx-pop-item .ul .li a {
  background: transparent;
  border-radius: 0;
}
.idx-pop-item .ul .li .desc {
  padding-bottom: 0.2rem;
  display: none;
}
.idx-pop-item .ul .li .desc .box {
  font-size: var(--font16);
  color: #222222;
  line-height: 1.75;
  padding: 0 0.28rem;
  min-height: 1.39rem;
}
.idx-pop-item .ul .li.active a {
  background: transparent;
  border-radius: 0;
}
.idx-pop-item .ul .li.active a i {
  background-image: url("../images/inner/n-img-34.png") !important;
}
.idx-pop-item .ul .li:hover a {
  background: #f5f5f5;
}
.idx-pop-item .ul .li:hover a h3 {
  color: #222222;
}
.idx-pop-item .ul .li:hover a i {
  background-image: url(../images/inner/n-img-33.png);
}
@media (max-width:768px) {
  .idx-pop-item .ul .li a i {
    width: 10px;
    height: 10px;
  }
  .idx-pop-item .close {
    width: 10px;
    height: 10px;
    right: 5px;
    top: 5px;
  }
}

/* xy-------------------------------------------------------- */

.tzzbannerimg { height: 6.8rem; }

/* cookies 提示弹窗 */
.cookies-pop{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  padding: 0.38rem 0 0.4rem;
  box-shadow: 0 -3px 9px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.cookies-pop .box{
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
.cookies-pop .box .t1{
  font-size: 20px;
  line-height: calc(26/20);
  color: #222;
}
.cookies-pop .box .t2{
  color: #666;
  font-size: 16px;
  line-height: calc(24/16);
  margin-top: 10px;
}
.cookies-pop .box .ck{
  display: flex;
  margin-top: 22px;
}
.cookies-pop .box .ck .more{
  width: 100px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  color: #222;
  transition: all .4s;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cookies-pop .box .ck .accept{
  width: 100px;
  height: 40px;
  border-radius: 20px;
  background: #000;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: all .4s;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cookies-pop .box .ck .accept:hover{
  background: #333;
}

/* 右侧悬浮窗 */
.right-pop{
  position: fixed;
  right: 50px;
  bottom: 10vh;
  z-index: 99;
}
@media (max-width:1600px) {
  .right-pop{
    right: 20px;
  }
}
@media (max-width:1023px) {
  .right-pop{
    display: none;
  }
}
.right-pop .ai{
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #81c548;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.right-pop .ai::before{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #81c548;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  animation: bgRun 2s forwards infinite linear;
}
.right-pop .ai svg{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.right-pop .ai svg path{
  fill: #fff;
}
@keyframes bgRun {
  0%{
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
  }
  100%{
    opacity: 0;
    transform: translate(-50%,-50%) scale(1.5);
  }
}
.right-pop .tbox{
  margin-top: 0.48rem;
}
.right-pop .tbox .item{
  position: relative;
  z-index: 1;
  margin-bottom: 0.1rem;
}
.right-pop .tbox .item .icons{
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ededed;
  display: flex;
  transition: all .4s;
}
.right-pop .tbox .item .icons svg{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.right-pop .tbox .item .icons svg path{
  fill: #222;
  transition: all .4s;
}
.right-pop .tbox .item .ipop{
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
  padding-right: 15px;
}
.right-pop .tbox .item:hover .ipop{
  display: block;
}
.right-pop .tbox .item .ipop .tel{
  width: max-content;
  height: 0.6rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.3rem;
  border: 1px solid #ededed;
  padding: 0 0.34rem 0 0.24rem;
}
.right-pop .tbox .item .ipop .tel .t1{
  color: #222;
  margin-right: 15px;
  flex-shrink: 0;
}
.right-pop .tbox .item .ipop .tel .t2{
  color: #85c02e;
  flex-shrink: 0;
}
.right-pop .tbox .item:hover .icons{
  background: #81c548;
  border: 1px solid #81c548;
}
.right-pop .tbox .item:hover .icons svg path{
  fill: #fff;
}
.right-pop .gotop{
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ededed;
  display: flex;
  transition: all .4s;
}
.right-pop .gotop svg{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.right-pop .gotop svg path{
  fill: #222;
  transition: all .4s;
}
.right-pop .gotop:hover{
  background: #81c548;
  border: 1px solid #81c548;
}
.right-pop .gotop:hover svg path{
  fill: #fff;
}

@media (max-width:1580) {
  .inner_s18 .container{width: 85%;}
}

.swiper-button-lock{
	display: none !important;
}