@charset "UTF-8";
@media (min-width: 769px) {
  .swiper-preset-switch {
    width: 100%;
    height: 12rem;
    overflow: hidden;
  }
  .swiper-preset-switch .swiper-slide {
    position: relative;
    height: 12rem;
  }
  .swiper-preset-switch .swiper-slide .imgItem {
    display: block;
    height: 100%;
  }
  .swiper-preset-switch .swiper-slide .videoItem {
    display: block;
    height: 100%;
    width: 100%;
  }
  .swiper-preset-switch .slide-button-prev,
  .swiper-preset-switch .slide-button-next {
    width: 1.125rem;
    height: 1.125rem;
    background: url("../../img/sindex/indexRight.png") no-repeat;
    background-size: cover;
  }
  .swiper-preset-switch .slide-button-prev {
    left: 1.375rem;
  }
  .swiper-preset-switch .slide-button-next {
    right: 1.375rem;
  }
  .panel-about {
    background: #fff;
    padding: 0.8125rem 2.5rem 1.125rem 2rem;
  }
  .panel-about .aboutTop {
    position: relative;
  }
  .panel-about .aboutTop .aboutContentMain {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent {
    display: block;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutTitle .aboutTitleC {
    font-weight: 700;
    font-size: 0.45rem;
    color: #000000;
    line-height: 0.45rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutTitle .aboutTitleE {
    font-weight: 400;
    font-size: 0.3rem;
    color: #9e9e9e;
    line-height: 0.45rem;
    margin-top: 0.25rem;
    position: relative;
    z-index: 1;
    padding-bottom: 0.2125rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutTitle .aboutTitleE::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0.6625rem;
    height: 0.0125rem;
    background: #623d1e;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutDetail {
    margin-top: 0.5rem;
    width: 9.775rem;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
    line-height: 0.45rem;
    height: 2.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    text-indent: 2em;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore {
    margin-top: 0.625rem;
    min-width: 1.875rem;
    height: 0.625rem;
    border-radius: 0.625rem;
    border: 0.0125rem solid rgba(98, 61, 30, 0.8);
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 0.3s;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore:hover {
    background: rgba(98, 61, 30, 0.8);
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore:hover .aboutMoreT{
    color: #fff;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore:hover .aboutMoreI{
    display: none;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore:hover .aboutMoreIA{
    display: block !important;
  }

  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore .aboutMoreT {
    font-weight: 400;
    font-size: 0.225rem;
    color: rgba(98, 61, 30, 0.8);
    line-height: 0.325rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore .aboutMoreI {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.125rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore .aboutMoreIA {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.125rem;
    display: none !important;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI {
    width: 8.075rem;
    height: 5.775rem;
    position: relative;
    padding: 0.15rem 0.15rem 0 0;
    cursor: pointer;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI::after {
    content: "";
    position: absolute;
    width: 7.925rem;
    height: 5.625rem;
    top: 0;
    right: 0;
    background: #e7ccb6;
    border-radius: 0 1rem 0 1rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI .aboutICenter {
    position: relative;
    z-index: 1;
    width: 7.925rem;
    height: 5.625rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 1rem 0 1rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI .aboutICenter .aboutDivII {
    display: block;
    width: 7.925rem;
    height: 5.625rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI .aboutICenter .aboutPlay {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-times {
    background: #fff;
    padding: 0 1.5rem 0.75rem;
    position: relative;
  }
  .panel-times .timesM {
    overflow: hidden;
  }
  .panel-times .swiper-preset-times {
    margin: 0 auto;
    position: relative;
    padding: 0 1.25rem 0;
  }
  .panel-times .swiper-preset-times::before {
    content: "";
    position: absolute;
    width: calc(100% - 2.5rem);
    height: 0.025rem;
    background: #623d1e;
    top: 0.7125rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .panel-times .swiper-preset-times .timesItem .timesYear {
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
    height: 0.4375rem;
    line-height: 0.4375rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .panel-times .swiper-preset-times .timesItem .timesI {
    width: 0.175rem;
    height: 0.175rem;
    background: rgba(98, 61, 30, 0.5);
    border-radius: 0.175rem;
    margin: 0 auto 0.2rem;
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  .panel-times .swiper-preset-times .timesItem .timesI::after {
    transition: 0.3s;
    background: rgba(98, 61, 30, 0);
  }
  .panel-times .swiper-preset-times .timesItem .timesTitle {
    font-weight: bold;
    font-size: 0.35rem;
    color: #623d1e;
    line-height: 0.65rem;
    text-align: center;
  }
  .panel-times .swiper-preset-times .timesItem .timesDetails {
    text-align: center;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
    line-height: 0.3rem;
    height: 0.6rem;
    width: 2rem;
  }
  .panel-times .swiper-preset-times .swiper-wrapper {
    align-items: flex-end;
    position: relative;
  }
  .panel-times .swiper-preset-times .swiper-slide {
    display: flex;
    transform-origin: bottom;
    cursor: pointer;
    user-select: none;
  }
  .panel-times .swiper-preset-times .swiper-slide.swiper-slide-thumb-active .timesItem .timesI {
    background: #623d1e;
  }
  .panel-times .swiper-preset-times .swiper-slide.swiper-slide-thumb-active .timesItem .timesI::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.375rem;
    background: rgba(98, 61, 30, 0.3);
  }
  .panel-times .swiper-preset-times .swiper-slide-prevT,
  .panel-times .swiper-preset-times .swiper-slide-nextT {
    z-index: 2;
  }
  .panel-times .swiper-preset-times .slide-button {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.625rem;
    height: 0.625rem;
    background: #623d1e;
    bottom: 1.125rem;
  }
  .panel-times .swiper-preset-times .slide-button .rightT {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    user-select: none;
  }
  .panel-times .swiper-preset-times .slide-button-prevT {
    left: 0;
    transform: rotate(-180deg);
  }
  .panel-times .swiper-preset-times .slide-button-nextT {
    right: 0;
  }
  .panel-product {
    background: #fff;
    padding: 0;
    position: relative;
  }
  .panel-product .productM {
    display: flex;
  }
  .panel-product .swiper-preset-product {
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    width: 3rem;
  }
  .panel-product .swiper-preset-product .swiper-preset-productC .swiper-wrapper .swiper-slide {
    width: 3rem !important;
    height: 1.75rem !important;
  }
  .panel-product .swiper-preset-product .productItem {
    width: 3rem;
    height: 1.75rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .panel-product .swiper-preset-product .productItem::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0125rem;
    background: #e8e9ec;
  }
  .panel-product .swiper-preset-product .productItem .productI {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
  }
  .panel-product .swiper-preset-product .productItem .productT {
    font-weight: bold;
    font-size: 0.225rem;
    color: #333333;
    line-height: 0.25rem;
    width: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .panel-product .swiper-preset-product .swiper-wrapper {
    align-items: flex-end;
  }
  .panel-product .swiper-preset-product .swiper-slide {
    display: flex;
    transform-origin: bottom;
    cursor: pointer;
    user-select: none;
  }
  .panel-product .swiper-preset-product .swiper-slide.swiper-slide-thumb-active .productItem::before {
    /*height: 2px;*/
    /*background: #623d1e;*/
  }
  .panel-product .swiper-preset-product .swiper-slide.swiper-slide-thumb-active .productItem .productT {
    color: #623d1e;
  }
  .panel-product .productCenter_swiper {
    height: 10.5rem;
    width: calc(100% - 3rem);
    overflow: hidden;
  }
  .panel-product .productCenter_swiper .swiper-wrapper .productContent {
    display: block;
    height: 100%;
  }
  .panel-product .productCenter_swiper .swiper-wrapper .productContent .productContentI {
    display: block;
    height: 100%;
  }
  .panel-partner {
    background: url("../../img/sindex/bgPartner.jpg") no-repeat;
    background-size: cover;
    height: 12rem;
    width: 100%;
    position: relative;
  }
  .panel-partner .partnerM {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .panel-partner .partnerM .partnerTitle {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #83553b;
    position: relative;
  }
  .panel-partner .partnerM .partnerTitle .partnerTC {
    font-weight: 900;
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.15rem;
    letter-spacing: 0.025rem;
  }
  .panel-partner .partnerM .partnerTitle .partnerTE {
    font-weight: bold;
    font-size: 0.25rem;
    color: #ffffff;
    line-height: 0.3625rem;
    letter-spacing: 0.025rem;
  }
  .panel-partner .partnerM .partnerTitle .partnerTAdd {
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #cd7d55;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0.325rem;
  }
  .panel-partner .partnerM .partnerTitle .partnerTAdd .partnerTAddI {
    width: 0.4rem;
    height: 0.4rem;
  }
  .panel-partner .partnerM .partnerDetails {
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.45rem;
    text-align: center;
    width: 7.8rem;
    position: absolute;
    bottom: 2.125rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .panel-partner .partnerList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @keyframes floatAnimation {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    50% {
      transform: translate(0, 0.25rem) rotate(2deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
  }
  .panel-partner .partnerList .partnerLi {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 0.075rem solid #fe9805;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    transform-origin: center;
    transition: transform 0.3s ease;
    animation: floatAnimation 3s ease-in-out infinite;
    /* 动画持续3秒，无限循环 */
  }
  .panel-partner .partnerList .partnerLi:nth-child(1) {
    left: 1.75rem;
    top: 5.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(2) {
    left: 4.25rem;
    top: 3.75rem;
    width: 2rem;
    height: 2rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(3) {
    left: 8rem;
    top: 3.125rem;
    width: 2.125rem;
    height: 2.125rem;
  }
  /*.panel-partner .partnerList .partnerLi:nth-child(4) {*/
  /*  left: 9.625rem;*/
  /*  top: 1.175rem;*/
  /*  width: 1.5rem;*/
  /*  height: 1.5rem;*/
  /*}*/
  .panel-partner .partnerList .partnerLi:nth-child(4) {
    left: 16.525rem;
    top: 1.4rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(5) {
    left: 15.25rem;
    top: 7.125rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(6) {
    left: 19.05rem;
    top: 4.725rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(8) {
    left: 2.8rem;
    top: 2.225rem;
    width: 2rem;
    height: 2rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(9) {
    left: 6.425rem;
    top: 1.175rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(10) {
    left: 18.6rem;
    top: 2.675rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(11) {
    left: 16.1rem;
    top: 3.925rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(12) {
    left: 2.35rem;
    top: 5.175rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(2n) {
    animation-delay: 1s;
  }
  .panel-partner .partnerList .partnerLi:nth-child(2n + 1) {
    animation-delay: 0.5s;
  }
  .panel-partner .partnerList .partnerLi .partnerLiI {
    height: 100%;
    object-fit: contain;
  }
  .panel-videocenter {
    background: #fff;
    padding: 0.675rem 0 0;
    margin: 0 2rem 1.125rem;
  }
  .panel-videocenter .videocenterTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .panel-videocenter .videocenterTop .videocenterTitle .videocenterTitleC {
    font-weight: 700;
    font-size: 0.45rem;
    color: #000000;
    line-height: 0.45rem;
  }
  .panel-videocenter .videocenterTop .videocenterTitle .videocenterTitleE {
    font-weight: 400;
    font-size: 0.3rem;
    color: #9e9e9e;
    line-height: 0.45rem;
    margin-top: 0.25rem;
    position: relative;
    z-index: 1;
    padding-bottom: 0.2125rem;
  }
  .panel-videocenter .videocenterTop .videocenterTitle .videocenterTitleE::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0.6625rem;
    height: 0.0125rem;
    background: #623d1e;
  }
  .panel-videocenter .videocenterTop .videocenterMore {
    min-width: 1.875rem;
    height: 0.625rem;
    border-radius: 0.625rem;
    border: 0.0125rem solid rgba(98, 61, 30, 0.8);
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 0.3s;
  }
  .panel-videocenter .videocenterTop .videocenterMore:hover{
    background: rgba(98, 61, 30, 0.8);
  }
  .panel-videocenter .videocenterTop .videocenterMore:hover .videocenterMoreT{
    color: #fff;
  }
  .panel-videocenter .videocenterTop .videocenterMore:hover .videocenterMoreI{
    display: none;
  }
  .panel-videocenter .videocenterTop .videocenterMore:hover .videocenterMoreIA{
    display: block !important;
  }
  .panel-videocenter .videocenterTop .videocenterMore .videocenterMoreT {
    font-weight: 400;
    font-size: 0.225rem;
    color: rgba(98, 61, 30, 0.8);
    line-height: 0.325rem;
  }
  .panel-videocenter .videocenterTop .videocenterMore .videocenterMoreI {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.125rem;
  }
  .panel-videocenter .videocenterTop .videocenterMore .videocenterMoreIA {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.125rem;
    display: none !important;
  }
  .panel-videocenter .videocenterList {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.4375rem;
  }
  .panel-videocenter .videocenterList .videocenterLi {
    width: calc((100% - 0.875rem) / 3);
    background: #ffffff;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    display: block;
    overflow: hidden;
    padding: 0 0 0.2rem;
  }
  .panel-videocenter .videocenterList .videocenterLi:hover .videocenterTitle {
    color: #623d1e;
  }
  .panel-videocenter .videocenterList .videocenterLi .videocenterIMain {
    height: 3.75rem;
    overflow: hidden;
    margin-bottom: 0.35rem;
    position: relative;
  }
  .panel-videocenter .videocenterList .videocenterLi .videocenterIMain .aboutPlay {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-videocenter .videocenterList .videocenterLi .videocenterTitle {
    font-weight: 700;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.4375rem;
    margin-bottom: 0.175rem;
    transition: 0.3s;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .swiper-preset-switch {
    width: 100%;
    height: 12.8rem;
    overflow: hidden;
  }
  .swiper-preset-switch .swiper-slide {
    position: relative;
    height: 12.8rem;
  }
  .swiper-preset-switch .swiper-slide .imgItem {
    display: block;
    height: 100%;
  }
  .swiper-preset-switch .swiper-slide .videoItem {
    display: block;
    height: 100%;
    width: 100%;
  }
  .swiper-preset-switch .slide-button-prev,
  .swiper-preset-switch .slide-button-next {
    width: 1.925rem;
    height: 1.925rem;
    background: url("../../img/sindex/indexRight.png") no-repeat;
    background-size: cover;
  }
  .swiper-preset-switch .slide-button-prev {
    left: 1.275rem;
  }
  .swiper-preset-switch .slide-button-next {
    right: 1.275rem;
  }
  .panel-about {
    background: #fff;
    padding: 1.925rem 1.025rem;
  }
  .panel-about .aboutTop {
    position: relative;
  }
  .panel-about .aboutTop .aboutContentMain {
    position: relative;
    padding: 0;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent {
    display: block;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutTitle .aboutTitleC {
    font-weight: 700;
    font-size: 1.5375rem;
    color: #000000;
    line-height: 1.5375rem;
    text-align: center;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutTitle .aboutTitleE {
    margin-top: 0.7625rem;
    font-weight: 400;
    font-size: 1.15rem;
    color: #9e9e9e;
    line-height: 1.15rem;
    position: relative;
    z-index: 1;
    padding-bottom: 0.825rem;
    text-align: center;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutTitle .aboutTitleE::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    width: 3.3875rem;
    height: 0.0625rem;
    background: #623d1e;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutDetail {
    margin-top: 1.025rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.025rem;
    color: #333333;
    line-height: 1.925rem;
    height: 9.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    text-indent: 2em;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore {
    margin-top: 1.275rem;
    min-width: 5.375rem;
    height: 1.5375rem;
    border-radius: 3.2rem;
    border: 0.0625rem solid rgba(98, 61, 30, 0.8);
    padding: 0 0.5125rem 0 0.7625rem;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore .aboutMoreT {
    font-weight: 400;
    font-size: 0.7625rem;
    color: rgba(98, 61, 30, 0.8);
    line-height: 0.7625rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutContent .aboutMore .aboutMoreI {
    width: 0.7625rem;
    height: 0.7625rem;
    margin-left: 0.25rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI {
    margin-top: 1.925rem;
    width: 100%;
    height: 16.0625rem;
    position: relative;
    padding: 0.5125rem 0.5125rem 0 0;
    cursor: pointer;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI::after {
    content: "";
    position: absolute;
    width: calc(100% - 0.5125rem);
    height: 15.5625rem;
    top: 0;
    right: 0;
    background: #e7ccb6;
    border-radius: 0 2.5625rem 0 2.5625rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI .aboutICenter {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 15.5625rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 2.25rem 0 2.25rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI .aboutICenter .aboutDivII {
    display: block;
    width: 100%;
    height: 15.5625rem;
  }
  .panel-about .aboutTop .aboutContentMain .aboutDivI .aboutICenter .aboutPlay {
    width: 2.5625rem;
    height: 2.5625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-times {
    background: #fff;
    position: relative;
  }
  .panel-times .timesM {
    overflow: hidden;
  }
  .panel-times .swiper-preset-times {
    margin: 0 auto;
    position: relative;
    padding: 0 0 3.2rem;
  }
  .panel-times .swiper-preset-times::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background: #623d1e;
    top: 2.4rem;
    left: 0;
  }
  .panel-times .swiper-preset-times .timesItem {
    width: 100%;
  }
  .panel-times .swiper-preset-times .timesItem .timesYear {
    font-weight: 400;
    font-size: 1.025rem;
    color: #000000;
    line-height: 1.475rem;
    height: 1.475rem;
    text-align: center;
    margin-bottom: 0.6375rem;
  }
  .panel-times .swiper-preset-times .timesItem .timesI {
    width: 0.6375rem;
    height: 0.6375rem;
    background: rgba(98, 61, 30, 0.5);
    border-radius: 1.275rem;
    margin: 0 auto 0.7625rem;
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  .panel-times .swiper-preset-times .timesItem .timesI::after {
    transition: 0.3s;
    background: rgba(98, 61, 30, 0);
  }
  .panel-times .swiper-preset-times .timesItem .timesTitle {
    font-weight: bold;
    font-size: 1.275rem;
    color: #623d1e;
    line-height: 1.85rem;
    text-align: center;
    margin-bottom: 0.6375rem;
  }
  .panel-times .swiper-preset-times .timesItem .timesDetails {
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
    color: #333333;
    line-height: 1.275rem;
    height: 2.55rem;
    width: 7.3rem;
    margin: 0 auto;
  }
  .panel-times .swiper-preset-times .swiper-wrapper {
    align-items: flex-end;
    position: relative;
  }
  .panel-times .swiper-preset-times .swiper-slide {
    display: flex;
    transform-origin: bottom;
    cursor: pointer;
    user-select: none;
  }
  .panel-times .swiper-preset-times .swiper-slide.swiper-slide-thumb-active .timesItem .timesI {
    background: #623d1e;
  }
  .panel-times .swiper-preset-times .swiper-slide.swiper-slide-thumb-active .timesItem .timesI::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.275rem;
    height: 1.275rem;
    border-radius: 1.275rem;
    background: rgba(98, 61, 30, 0.3);
  }
  .panel-times .swiper-preset-times .swiper-slide-prevT,
  .panel-times .swiper-preset-times .swiper-slide-nextT {
    z-index: 2;
  }
  .panel-times .swiper-preset-times .slide-button {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5375rem;
    height: 1.5375rem;
    background: #623d1e;
    bottom: 1.025rem;
  }
  .panel-times .swiper-preset-times .slide-button .rightT {
    width: 0.7375rem;
    height: 0.7375rem;
    display: block;
    user-select: none;
  }
  .panel-times .swiper-preset-times .slide-button-prevT {
    right: 5.375rem;
    transform: rotate(-180deg);
  }
  .panel-times .swiper-preset-times .slide-button-nextT {
    right: 1.925rem;
  }
  .panel-product {
    background: #fff;
    padding: 0;
    position: relative;
  }
  .panel-product .productM {
    display: flex;
    flex-direction: column;
  }
  .panel-product .swiper-preset-product {
    order: 2;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
  }
  .panel-product .swiper-preset-product .swiper-preset-productC .swiper-wrapper {
    flex-direction: row;
  }
  .panel-product .swiper-preset-product .swiper-preset-productC .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 3.7125rem !important;
  }
  .panel-product .swiper-preset-product .productItem {
    width: 100%;
    height: 3.7125rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .panel-product .swiper-preset-product .productItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0625rem;
    height: 100%;
    background: #e8e9ec;
  }
  .panel-product .swiper-preset-product .productItem .productI {
    width: 2.175rem;
    height: 2.175rem;
    margin-right: 0.5125rem;
  }
  .panel-product .swiper-preset-product .productItem .productT {
    font-weight: 400;
    font-size: 0.7625rem;
    color: #333333;
    line-height: 0.9rem;
    width: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .panel-product .swiper-preset-product .swiper-wrapper {
    align-items: flex-end;
  }
  .panel-product .swiper-preset-product .swiper-slide {
    display: flex;
    transform-origin: bottom;
    cursor: pointer;
    user-select: none;
  }
  .panel-product .swiper-preset-product .swiper-slide.swiper-slide-thumb-active .productItem .productT {
    font-weight: bold;
    color: #623d1e;
  }
  .panel-product .productCenter_swiper {
    order: 1;
    height: 11.9625rem;
    width: 100%;
    overflow: hidden;
  }
  .panel-product .productCenter_swiper .swiper-wrapper .productContent {
    display: block;
    height: 100%;
  }
  .panel-product .productCenter_swiper .swiper-wrapper .productContent .productContentI {
    display: block;
    height: 100%;
  }
  .panel-partner {
    background: url("../../img/sindex/bgPartner.jpg") no-repeat;
    background-size: cover;
    height: 12rem;
    width: 100%;
    position: relative;
  }
  .panel-partner .partnerM {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .panel-partner .partnerM .partnerTitle {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #83553b;
    position: relative;
  }
  .panel-partner .partnerM .partnerTitle .partnerTC {
    font-weight: 900;
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.15rem;
    letter-spacing: 0.025rem;
  }
  .panel-partner .partnerM .partnerTitle .partnerTE {
    font-weight: bold;
    font-size: 0.25rem;
    color: #ffffff;
    line-height: 0.3625rem;
    letter-spacing: 0.025rem;
  }
  .panel-partner .partnerM .partnerTitle .partnerTAdd {
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #cd7d55;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0.325rem;
  }
  .panel-partner .partnerM .partnerTitle .partnerTAdd .partnerTAddI {
    width: 0.4rem;
    height: 0.4rem;
  }
  .panel-partner .partnerM .partnerDetails {
    font-weight: 400;
    font-size: 0.7625rem;
    color: #000000;
    line-height: 1.025rem;
    text-align: center;
    width: 100%;
    padding: 0 1.025rem;
    position: absolute;
    bottom: 0.7625rem;
    left: 0;
  }
  .panel-partner .partnerList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @keyframes floatAnimation {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    50% {
      transform: translate(0, 0.25rem) rotate(2deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
  }
  .panel-partner .partnerList .partnerLi {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 0.075rem solid #fe9805;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    transform-origin: center;
    transition: transform 0.3s ease;
    animation: floatAnimation 3s ease-in-out infinite;
    /* 动画持续3秒，无限循环 */
  }
  .panel-partner .partnerList .partnerLi:nth-child(1) {
    left: 1.75rem;
    top: 5.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(2) {
    left: 4.25rem;
    top: 3.75rem;
    width: 2rem;
    height: 2rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(3) {
    left: 8rem;
    top: 3.125rem;
    width: 2.125rem;
    height: 2.125rem;
  }
  /*.panel-partner .partnerList .partnerLi:nth-child(4) {*/
  /*  left: 9.625rem;*/
  /*  top: 1.175rem;*/
  /*  width: 1.5rem;*/
  /*  height: 1.5rem;*/
  /*}*/
  .panel-partner .partnerList .partnerLi:nth-child(4) {
    left: 16.525rem;
    top: 1.4rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(5) {
    left: 15.25rem;
    top: 7.125rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(6) {
    left: 19.05rem;
    top: 4.725rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(7) {
    left: 2.8rem;
    top: 2.225rem;
    width: 2rem;
    height: 2rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(8) {
    left: 6.425rem;
    top: 1.175rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(10) {
    left: 18.6rem;
    top: 2.675rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(11) {
    left: 16.1rem;
    top: 3.925rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(12) {
    left: 2.35rem;
    top: 5.175rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .panel-partner .partnerList .partnerLi:nth-child(2n) {
    animation-delay: 1s;
  }
  .panel-partner .partnerList .partnerLi:nth-child(2n + 1) {
    animation-delay: 0.5s;
  }
  .panel-partner .partnerList .partnerLi .partnerLiI {
    height: 100%;
    object-fit: contain;
  }
  .panel-videocenter {
    background: #fff;
    padding: 1.925rem 0 0;
    margin: 0 0 1.675rem;
  }
  .panel-videocenter .videocenterTop {
    margin-bottom: 0.775rem;
    width: 100%;
  }
  .panel-videocenter .videocenterTop .videocenterTitle .videocenterTitleC {
    font-weight: 700;
    font-size: 1.5375rem;
    color: #000000;
    line-height: 1.5375rem;
    text-align: center;
  }
  .panel-videocenter .videocenterTop .videocenterTitle .videocenterTitleE {
    margin-top: 0.7625rem;
    font-weight: 400;
    font-size: 1.15rem;
    color: #9e9e9e;
    line-height: 1.15rem;
    position: relative;
    z-index: 1;
    padding-bottom: 0.825rem;
    text-align: center;
  }
  .panel-videocenter .videocenterTop .videocenterTitle .videocenterTitleE::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    width: 3.3875rem;
    height: 0.0625rem;
    background: #623d1e;
  }
  .panel-videocenter .videocenterTop .videocenterMore {
    display: none;
  }
  .panel-videocenter .videocenterList .slide-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .panel-videocenter .videocenterList .slide-pagination .swiper-pagination-bullet {
    width: 0.6375rem;
    height: 0.6375rem;
    background: #d8d8d8;
    border-radius: 0.6375rem;
    margin-left: 1.025rem;
  }
  .panel-videocenter .videocenterList .slide-pagination .swiper-pagination-bullet:nth-child(1) {
    margin-left: 0;
  }
  .panel-videocenter .videocenterList .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #83553b !important;
  }
  .panel-videocenter .videocenterList .videocenterLi {
    width: calc(100% - 2.05rem);
    background: #ffffff;
    box-shadow: 0 0.25rem 0.6375rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.6375rem;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0.25rem auto 2.425rem;
  }
  .panel-videocenter .videocenterList .videocenterLi:hover .videocenterTitle {
    color: #623d1e;
  }
  .panel-videocenter .videocenterList .videocenterLi .videocenterIMain {
    height: 12.5rem;
    overflow: hidden;
    position: relative;
  }
  .panel-videocenter .videocenterList .videocenterLi .videocenterIMain .aboutPlay {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-videocenter .videocenterList .videocenterLi .videocenterTitle {
    margin: 0.75rem 0;
    font-weight: 700;
    font-size: 1.275rem;
    color: #000;
    line-height: 1.5375rem;
    transition: 0.3s;
    text-align: center;
  }
}
