@media (min-width: 600px) {
  .Home_Banner_Swiper {
    background-color: #fff;
  }
  .Home_Banner_thumbnails {
    background: url(../images/Home_Swiper_thumb_BK2.png) center bottom no-repeat;
  }
  /* scroll_1 */
  .mx-auto .Pub_Title {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 45px;
    padding-top: 90px;
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .policy-card {
    background-color: #c5161c; /* 中国红 */
  }
  .culture-orange-bg {
    background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
  }
  #pc-carousel {
    position: relative;
    overflow: visible;
    height: 570px;
  }
  #carousel-container {
    position: absolute;
    left: -110px;
    display: flex;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    gap: 38px;
  }
  .carousel-card {
    position: absolute;
    top: -45px;
    width: 328px;
    height: 370px; /* 固定高度使其平齐 */
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-origin: center center;
    opacity: 0.85;
    background-color: #faf1ef;
    color: #000;
    filter: grayscale(10%);
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  .carousel-card img {
    height: 240px;
    object-fit: cover;
    transition: inherit;
  }
  .carousel-card .p-4 {
    flex-grow: 1;
  }
  .carousel-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3); /* 白色半透明遮盖 */
    transition: opacity 0.6s;
    pointer-events: none;
    z-index: 5;
  }
  .carousel-card.active {
    /* 当前激活图片缩小一点（相对于之前的 1.4） */
    width: 453px;
    height: 460px;
    z-index: 20;
    top: 0px;
    opacity: 1;
    filter: grayscale(0%);
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.2);
    background-color: #ff441f;
  }
  .carousel-card.active img {
    width: 100%;
    height: 333px;
  }
  .carousel-card.active::after {
    opacity: 0; /* 激活时不遮盖 */
  }
  .carousel-card.active .text-xs {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
  }
  .carousel-card .text-xs {
    display: block;
    padding: 15px 10px;
    color: #000;
    font-size: 20px;
    line-height: 32px;
  }
  .buttomBox {
    width: 128px;
    height: 50px;
    position: absolute;
    left: 56.8%;
    bottom: 115px;
  }
  .buttomBox .button1 {
    width: 42px;
    height: 41px;
    background: url("../images/20260310/arr_l.png") no-repeat center;
    margin-right: 10px;
    cursor: pointer;
  }
  .buttomBox .button2 {
    width: 42px;
    height: 41px;
    background: url("../images/20260310/arr_r.png") no-repeat center;
    cursor: pointer;
  }
  .buttomBox .button1:hover {
    background: url("../images/20260310/arr_l.png") no-repeat center;
  }
  #mobile-layout {
    display: none;
  }
  /* scroll_1 end */
  /* scroll_2 */
  .carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 107px;
  }
  .slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
    will-change: transform;
    cursor: pointer;
  }
  .slide {
    flex: 0 0 100%;
    height: 100%;
    cursor: pointer;
  }
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
  }
  .dots {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 20;
  }
  .dot {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .dot.active {
    background: #ff441f;
    width: 13px;
    height: 13px;
  }
  /* scroll_2 end*/
  .Bottom_Chart_Div {
    top: calc(50% - 115px);
  }
  .TopBar_Logo {
    float: left;
    margin-top: 14px;
    width: 650px;
    height: 82px;
  }
  .TopBar_Logo img {
    float: left;
    margin-top: 14px;
    width: 650px;
    height: 82px;
  }
  .Home_WTS_Div a {
    color: #fff;
  }
  /* .Top_Search_Question {
  } */
  .Top_Search_Question h4 {
    margin-right: 12px;
  }
  .Top_Search_Question h5 {
    margin-right: 14px;
  }
  .buttomBox {
    width: 128px;
    height: 50px;
    position: absolute;
    left: 56.8%;
    bottom: 115px;
  }
  .buttomBox .button1:hover {
    border-radius: 50%;
    background: #ff441f url("../images/20260522/arr_l_h.png") no-repeat center;
    margin-right: 10px;
    cursor: pointer;
  }
  .buttomBox .button2:hover {
    border-radius: 50%;
    background: #ff441f url("../images/20260522/arr_r_h.png") no-repeat center;
    cursor: pointer;
  }
  body {
    overflow-x: hidden;
  }
  .Home_WTS_Div {
    background: #c51618;
    margin-bottom: 115px;
  }
  ul.ul_Cen1300 {
    display: block;
    width: 1300px;
    margin: 0 auto;
  }
  .Home_WTS_Txt h4 a {
    color: #fff;
  }
  .Home_WTS_Txt h6 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff url("../images/20260522/arr1.png") no-repeat center;
    cursor: pointer;
  }
  .Home_WTS_Txt h6:hover {
    border-radius: 50%;
    background: #fff url("../images/20260522/arr1.png") no-repeat center;
  }
  .Home_WTS_Txt h6 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Home_WTS li {
    position: relative;
    z-index: 1;
    height: 236px;
    font-size: 20px;
  }
  .Home_WTS i.i1 {
    position: absolute;
    z-index: 3;
    display: block;
    left: 0;
    top: -6px;
    height: 42px;
    width: 144px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico1.png") no-repeat center;
  }
  .Home_WTS i.i1 a {
    color: #fff;
  }
  .Home_WTS img {
    position: absolute;
    display: block;
    top: 6px;
    height: 230px;
  }
  .Home_WTS i.i2 {
    position: absolute;
    z-index: 3;
    display: block;
    left: -2px;
    top: -6px;
    height: 42px;
    width: 228px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico2.png") no-repeat center;
  }
  .Home_WTS i.i2 a {
    color: #fff;
  }
  .Home_WTS i.i3 {
    position: absolute;
    z-index: 3;
    display: block;
    left: 0;
    top: -6px;
    height: 42px;
    width: 163px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico3.png") no-repeat center;
  }
  .Home_WTS i.i3 a {
    color: #fff;
  }
  .Home_WTS i.i4 {
    position: absolute;
    z-index: 3;
    display: block;
    left: -12px;
    top: -6px;
    height: 42px;
    width: 163px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico4.png") no-repeat center;
  }
  .Home_WTS i.i4 a {
    color: #fff;
  }
  .Home_Know_Left h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .Home_Know_Left h4 a {
    color: #000;
  }
  .Home_Know_Left h5 {
    color: #000;
  }
  .Home_Know_Left h5 a {
    color: #000;
  }
  .Home_Know_Box {
    background-color: #fff;
  }
  .Home_Know_Right li h4 a {
    color: #000;
  }
  .Home_Know_Div {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Home_BJ_Div {
    padding-top: 0;
  }

  .banner_img {
    width: 1920px;
    height: 405px;
    margin: 0 auto;
  }
  .banner_img img {
    width: 100%;
    height: 405px;
  }
  .Home_WTBB_Div {
    padding-top: 80px;
    height: auto;
    overflow: hidden;
  }

  .Home_WTS_Txt2 h4 {
    color: #000;
  }
  .Home_WTS_Txt2 h4 a {
    color: #000;
  }
  .Home_WTS_Txt2 h5 {
    color: #000;
  }
  .Home_WTS_Txt2 h5 a {
    color: #000;
  }
  .Home_WTS_Txt h6 {
    background: url(../images/Home_WTS_Arrow.png) center center no-repeat;
  }
  .Home_WTS_Txt h6:hover {
    background: url(../images/Home_WTS_Arrow.png) center center no-repeat;
  }
  .tw01 {
    text-align: center;
    background: #f9fafc;
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .tw01 .tw01_bt h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .tw01 .tw01_bt h2 a {
    color: #000;
  }
  .tw01 .tw01_bt h2 a:hover {
    text-decoration: none;
  }
  .tw01 .tw01_bt h3 {
    width: 730px;
    margin: 0 auto;
    color: #535b60;
    font-size: 20px;
    line-height: 27px;
  }
  .tw01_box {
    width: 1300px;
    margin: 50px auto 0;
    overflow: hidden;
  }
  .tw01_box .tw01_cont {
    width: 328px;
    height: 230px;
    padding: 33px 40px;
    border: 1px solid #eaeaea;
    background: #fff;
    float: left;
    margin-right: 34px;
  }
  .tw01_box .mr0 {
    margin-right: 0;
  }
  .tw01_box .tw01_cont span {
    display: block;
    width: 100%;
    height: 68px;
    margin-bottom: 30px;
  }
  .tw01_box .tw01_cont span img {
    width: 68px;
    margin: 0 auto;
  }
  .tw01_box .tw01_cont p {
    width: 100%;
  }
  .tw01_box .tw01_cont p b {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    display: block;
  }
  .tw01_box .tw01_txt h5 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
  }
  .tw01_box .tw01_txt h5 a {
    color: #000;
  }
  .tw01_box .tw01_txt h5 a:hover {
    color: #000;
    text-decoration: none;
  }
  .tw01_box .tw01_txt p {
    font-size: 20px;
    line-height: 26px;
    color: #4b525c;
  }
  .tw01_box .tw01_txt p a {
    color: #4b525c;
  }
  .tw01_box .tw01_txt p a:hover {
    text-decoration: none;
  }

  .Pub_Title h3 {
    font-weight: bold;
  }
  .Pub_Title h3 a:hover {
    text-decoration: none;
  }
  .Pub_Title i {
    font-size: 20px;
    line-height: 27px;
    color: #535b60;
  }

  .tw02 {
    text-align: center;
    background: #fcf5f4;
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .tw02 h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .tw02 h2 a {
    color: #000;
  }
  .tw02 h2 a:hover {
    text-decoration: none;
  }
  .tw02 h3 {
    width: 730px;
    margin: 0 auto;
    color: #535b60;
    font-size: 20px;
    line-height: 27px;
  }
  .tw02_box {
    width: 1300px;
    margin: 50px auto 0;
    overflow: hidden;
  }
  .tw02_box .tw02_cont {
    width: 398px;
    padding: 0;
    border: 1px solid #ffd9d1;
    background: #fff;
    float: left;
    margin-right: 48px;
  }
  .tw02_box .mr0 {
    margin-right: 0;
  }
  .tw02_box .tw02_cont img {
    width: 100%;
    margin: 0 auto;
  }
  .tw02_box .tw02_cont p {
    width: 100%;
  }
  .tw02_box .tw02_cont p b {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    display: block;
  }
  .tw02_box .tw02_txt {
    padding: 0 35px 50px;
    text-align: left;
  }
  .tw02_box .tw02_txt h5 {
    margin-top: 50px;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold;
  }
  .tw02_box .tw02_txt h5 a {
    color: #000;
  }
  .tw02_box .tw02_txt h5 a:hover {
    color: #000;
    text-decoration: none;
  }
  .tw02_box .tw02_txt p {
    font-size: 17px;
    line-height: 28px;
    color: #535b60;
  }
  .tw02_box .tw02_txt p a {
    color: #535b60;
  }
  .tw02_box .tw02_txt p a:hover {
    text-decoration: none;
  }

  .tw03 {
    text-align: center;
    background: #fff;
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .tw03 h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .tw03 h2 a {
    color: #000;
  }
  .tw03 h2 a:hover {
    text-decoration: none;
  }
  .tw03 h3 {
    width: 730px;
    margin: 0 auto;
    color: #535b60;
    font-size: 20px;
    line-height: 27px;
  }
  .tw03_box {
    width: 1300px;
    margin: 50px auto 0;
    overflow: hidden;
  }
  .tw03_box .tw03_cont {
    width: 210px;
    height: 230px;
    padding: 33px 40px;
    background: #f9fafc;
    float: left;
    margin-right: 34px;
  }
  .tw03_box .mr0 {
    margin-right: 0;
  }
  .tw03_box .tw03_cont span {
    display: block;
    width: 100%;
    height: 68px;
    margin-bottom: 30px;
  }
  .tw03_box .tw03_cont span img {
    width: 68px;
    margin: 0 auto;
  }
  .tw03_box .tw03_cont p {
    width: 100%;
  }
  .tw03_box .tw03_cont p b {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    display: block;
  }
  .tw03_box .tw03_txt h5 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    color: #000;
  }
  .tw03_box .tw03_txt h5 a {
    color: #000;
  }
  .tw03_box .tw03_txt h5 a:hover {
    color: #000;
    text-decoration: none;
  }
  .tw03_box .tw03_txt p {
    font-size: 16px;
    line-height: 23px;
    color: #535b60;
  }
  .tw03_box .tw03_txt p a {
    color: #535b60;
  }
  .tw03_box .tw03_txt p a:hover {
    text-decoration: none;
  }

  .tw04 {
    height: 715px;
    width: 1920px;
    margin: 0 auto;
    background: url("../images/20260522/bg_1.png") no-repeat center;
  }
  .tw04Box {
    width: 1300px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .tw04Box h2 {
    font-size: 86px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 280px;
    margin: 0 auto;
    background: url("../images/20260522/ico_arr_r.png") no-repeat right center;
  }
  .tw04Box h2 a {
    color: #fff;
  }
  .tw04Box h3 {
    width: 860px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .txtBox {
    width: 1300px;
    margin: 40px auto 30px;
  }
  .txtBox .txt1 {
    width: 277px;
    height: 267px;
    background: #fff;
    padding: 25px 15px;
    border-radius: 7%;
    font-size: 16px;
    line-height: 24px;
    float: left;
    margin-right: 30px;
  }
  .txtBox .txt1 dl {
    margin-bottom: 20px;
    margin-right: 30px;
  }
  .txtBox .txt1 .d1 dt {
    float: left;
    font-size: 30px;
    color: #a83e20;
    padding-top: 5px;
  }
  .txtBox .txt1 .d2 dt {
    float: left;
    font-size: 30px;
    color: #f73f1b;
    padding-top: 5px;
  }
  .wtbb_bt {
    margin-bottom: 60px;
    text-align: center;
  }
  .wtbb_bt h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .wtbb_bt h2 a {
    color: #000;
  }
  .wtbb_bt h2 a:hover {
    text-decoration: none;
  }
  .wtbb_bt h3 {
    width: 730px;
    margin: 0 auto;
    color: #535b60;
    font-size: 20px;
    line-height: 27px;
  }
  .Home_WTS i a:hover {
    text-decoration: none;
  }
  .Bottom_logo_link {
    float: right;
    margin-bottom: 40px;
  }
  .Bottom_Div2 {
    border-top: 1px solid #cb2e30;
    padding-top: 40px;
  }
  .Bottom_Div2 h5 {
    width: 460px;
  }
  .Bottom_Div2 h5 span {
    float: left;
  }
  .Bottom_Div2 h5 span.s2 {
    float: right;
    width: 208px;
    padding-left: 22px;
    display: block;
    background: url("../images/20260522/gh_ico.png") no-repeat left 2px;
    text-align: right;
    padding-right: 0;
  }
  /*.mx-auto .Pub_Title {
    text-transform: inherit;
  }*/

  #BItem1 {
    width: 134px;
  }

  #BItem2 {
    width: 134px;
  }

  #BItem3 {
    width: 162px;
  }

  #BItem4 {
    width: 134px;
  }

  #BItem5 {
    width: 186px;
  }

  #BItem6 {
    width: 236px;
  }
}

/* Footer link hover */
.Bottom_ItemTitle a {
  position: relative;
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.Bottom_ItemTitle a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.Bottom_ItemTitle a:hover {
  opacity: 1;
  text-decoration: none;
}

.Bottom_ItemTitle a:hover::after {
  transform: scaleX(1);
}

.Bottom_ListItem li a {
  position: relative;
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.Bottom_ListItem li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.Bottom_ListItem li a:hover {
  opacity: 1;
  text-decoration: none;
}

.Bottom_ListItem li a:hover::after {
  transform: scaleX(1);
}

@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  .mx-auto {
    padding-bottom: 40px;
  }
  .mx-auto .Pub_Title {
    margin-bottom: 15px;
    padding-top: 25px;
  }
  #mobile-carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 3px;
    position: relative;
    left: -25px; /* 初始偏移 */
  }
  .mHome_Banner_Swiper {
    background: none;
  }
  .gap-4 {
    width: 100px;
    position: absolute;
    bottom: -5px;
    right: 30px;
  }
  .gap-4 span {
    width: 35px;
    height: 36px;
    display: block;
  }
  .gap-4 button {
    background: none;
    font-size: 0;
    padding: 0;
    margin-right: 5px;
  }
  .gap-4 button.b1 span {
    background: url("../images/20260310/arr_l.png") no-repeat center;
    background-size: 100%;
  }
  .gap-4 button.b2 span {
    background: url("../images/20260310/arr_r.png") no-repeat center;
    background-size: 100%;
  }
  .mobile-carousel-card {
    min-width: 58%;
    width: 58%;
    transition: all 0.5s ease;
    position: relative;
    opacity: 0.5;
    transform: scale(0.8);
    top: -17px;
    background: #faf1ef;
    color: #000;
  }
  .mobile-carousel-card .text-xs {
    padding: 15px;
  }
  .mobile-carousel-card.active {
    opacity: 1;
    transform: scale(1);
    position: relative;
    top: 5px;
    background: #ff441f;
  }
  .mobile-carousel-card.active .text-xs {
    padding: 15px;
    color: #fff;
  }
  .mobile-carousel-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.3);
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 5;
    opacity: 1;
  }
  .mobile-carousel-card.active::after {
    opacity: 0;
  }
  .mobile-carousel-card img {
    width: 100%;
    object-fit: cover;
  }
  #pc-carousel {
    display: none;
  }
  .mHome_Banner_thumbnails {
    background: url(../images/20260310/bg_wap.png) center bottom no-repeat;
    background-size: 100%;
  }
  /* scroll_1 end */
  /* scroll_2 */
  .carousel_wap .a {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .carousel_wap .b {
    display: flex;
    height: 100%;
  }
  .carousel_wap .b.c {
    transition: none;
    cursor: grabbing;
  }
  .carousel_wap .d {
    flex: 0 0 100%;
    height: 100%;
  }
  .carousel_wap .d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  }
  .carousel_wap .e {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    z-index: 10;
  }
  .carousel_wap .f {
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s;
  }
  .carousel_wap .f.g {
    background: #ff441f;
    width: 11px;
    border-radius: 8px;
  }
  /* scroll_2 end*/
  .Home_Keywords_Now {
    background: #faf1ef !important;
  }
  .Home_WTBB_Type li {
    width: 28vw;
    height: auto;
    font-size: 4vw;
    line-height: 5vw;
    color: #000;
    text-align: center;
    font-weight: bold;
    border-bottom: 0.6vw solid transparent;
    overflow: hidden;
    cursor: pointer;
    margin: 0 1vw 3vw;
  }
  .Home_WTBB_Type {
    width: 100vw;
  }
  .Home_WTBB_Type ul {
    width: 100vw;
    justify-content: flex-start;
  }
  .Home_WTBB_More a {
    width: 16vw;
    color: #000;
    background: none;
  }
  .Home_BJ_Pic {
    width: 60vw;
  }
  .Home_BJ_Pic p {
    width: 60vw;
  }
  .Home_BJ_Pic p img {
    width: 60vw;
  }
  .Bottom_Chart_Div {
    top: 30vh;
  }
  .Home_JB_Txt {
    width: 60vw;
  }
  .mHome_Know_Swiper .swiper-slide,
  .mHome_Know_Swiper p,
  .mHome_Know_Swiper p img {
    width: 60vw;
  }
  .Home_WTS_Div {
    margin-bottom: 8vw;
    padding-bottom: 5vw;
    padding-left: 2vw;
    background: #c51618;
  }
  .Home_WTS_Txt {
    background: none;
  }
  .Home_WTS li {
    position: relative;
    z-index: 1;
    height: auto;
  }
  .Home_WTS i.i1 {
    position: absolute;
    z-index: 3;
    display: block;
    left: -10px;
    top: -6px;
    height: 42px;
    width: 135px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico1.png") no-repeat center;
    background-size: 90%;
  }
  .Home_WTS i.i1 a {
    color: #fff;
  }
  .Home_WTS img {
    position: absolute;
    display: block;
    top: 6px;
    height: 230px;
  }
  .Home_WTS i.i2 {
    position: absolute;
    z-index: 3;
    display: block;
    left: -10px;
    top: -6px;
    height: 42px;
    width: 200px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico2.png") no-repeat center;
    background-size: 93%;
  }
  .Home_WTS i.i2 a {
    color: #fff;
  }
  .Home_WTS i.i3 {
    position: absolute;
    z-index: 3;
    display: block;
    left: -10px;
    top: -6px;
    height: 42px;
    width: 155px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico3.png") no-repeat center;
    background-size: 90%;
  }
  .Home_WTS i.i3 a {
    color: #fff;
  }
  .Home_WTS i.i4 {
    position: absolute;
    z-index: 3;
    display: block;
    left: -18px;
    top: -6px;
    height: 42px;
    width: 155px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: url("../images/20260522/ico4.png") no-repeat center;
    background-size: 90%;
  }
  .Home_WTS i.i4 a {
    color: #fff;
  }
  .Home_WTS_Txt h4 {
    color: #fff;
  }
  .Home_WTS_Txt h4 a {
    color: #fff;
  }

  .Home_WTS_Txt h6 {
    width: 7vw;
    height: 7vw;
  }
  .Home_WTS_Txt h6 {
    background: #fff url("../images/Home_WTS_Arrow.png") center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
  }
  .Home_WTS_Txt h6:hover {
    background: #fff url("../images/Home_WTS_Arrow.png") center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
  }

  .Home_WTS_Txt h5 {
    color: #fff;
  }
  .Home_WTS_Txt h5 a {
    color: #fff;
  }

  .Home_Know_Left h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .Home_Know_Left h4 a {
    color: #000;
  }
  .Home_Know_Box {
    background: none;
    margin-bottom: 4vh;
  }

  .Home_Know_Left h5 {
    color: #000;
  }
  .Home_Know_Left h5 a {
    color: #000;
  }

  .mHome_Know_Swiper h4 {
    color: #000;
    font-size: 3.6vw;
    line-height: 4.2vw;
    margin-top: 2.4vw;
  }
  .mHome_Know_Swiper h4 a {
    color: #000;
  }
  .Home_CTB_Div .Pub_Title,
  .Home_BJ_Div .Pub_Title {
    margin-bottom: 3.4vw;
  }
  .Home_BJ_Div {
    padding-top: 0;
  }
  .Home_BJ_Div .Pub_Title {
    height: 8vw;
  }

  .banner_img {
    width: 100%;
  }
  .banner_img img {
    width: 100%;
  }
  .Home_WTS_Txt h4 {
    color: #000;
  }
  .Home_WTS_Txt h4 a {
    color: #000;
  }

  .Home_WTS_Txt h5 {
    color: #000;
  }
  .Home_WTS_Txt h5 a {
    color: #000;
  }

  .tw01 {
    background: #f9fafc;
    padding-bottom: 3vh;
  }
  .tw01 .tw01_bt {
    padding: 9vw 9vw 6vw;
  }
  .tw01 h2 {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.2vw;
    text-transform: uppercase;
  }
  .tw01 h2 a {
    color: #000;
  }
  .tw01 h3 {
    font-size: 2.8vw;
    line-height: 3.8vw;
    color: #535b60;
    text-align: center;
  }
  .tw01_box .tw01_cont {
    width: 88%;
    padding: 2% 3% 6%;
    margin: 0 auto 5vw;
    border: 1px solid #ececec;
    background: #fff;
    overflow: hidden;
  }

  .tw01_box .tw01_cont span {
    display: block;
    float: left;
    padding: 4% 1% 2%;
  }
  .tw01_box .tw01_cont span img {
    width: 80%;
  }
  .tw01_txt h5 {
    font-size: 4.2vw;
    line-height: 4vw;
    margin-top: 3vw;
    font-weight: bold;
    margin-bottom: 1.5vw;
  }
  .tw01_txt h5 a {
    color: #1b1b1b;
  }
  .tw02 {
    text-align: center;
    background: #fcf5f4;
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
  .tw02 h2 {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    text-transform: uppercase;
  }
  .tw02 h2 a {
    color: #000;
  }
  .tw02 h3 {
    width: 80%;
    margin: 0 auto;
    color: #535b60;
    font-size: 2.8vw;
    line-height: 3.8vw;
  }
  .tw02_box {
    width: 100%;
    margin: 5vw auto 0;
    overflow: hidden;
  }
  .tw02_box .tw02_cont {
    width: 94%;
    margin: 0 auto 5vw;
    padding: 0;
    border: 1px solid #ffd9d1;
    background: #fff;
  }
  /* .tw02_box .mr0 {
  } */
  .tw02_box .tw02_cont img {
    width: 100%;
    margin: 0 auto;
  }
  .tw02_box .tw02_cont p {
    width: 100%;
  }
  .tw02_box .tw02_cont p b {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    display: block;
  }
  .tw02_box .tw02_txt {
    padding: 0 3vw 8vw;
    text-align: left;
  }
  .tw02_box .tw02_txt h5 {
    margin-top: 5vw;
    font-size: 5.5vw;
    line-height: 6.5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    color: #000;
  }
  .tw02_box .tw02_txt h5 a {
    color: #000;
  }
  .tw02_box .tw02_txt h5 a:hover {
    color: #000;
    text-decoration: none;
  }
  .tw02_box .tw02_txt p {
    font-size: 3.4vw;
    line-height: 4.4vw;
    color: #535b60;
  }
  .tw02_box .tw02_txt p a {
    color: #535b60;
  }
  .tw02_box .tw02_txt p a:hover {
    text-decoration: none;
  }
  .TopMenu_Left {
    float: left;
    width: 65vw;
    height: 19.5vw;
  }
  .TopMenu_Left a img {
    width: 100%;
    height: auto;
  }
  .wtbb_bt {
    margin-bottom: 5vw;
    text-align: center;
    display: block;
    padding: 0 0.6vw;
  }
  .wtbb_bt h2 {
    font-weight: bold;
    font-size: 5vw;
    line-height: 5vw;
    text-transform: uppercase;
  }
  .wtbb_bt h2 a {
    color: #000;
  }
  .wtbb_bt h3 {
    font-size: 2.8vw;
    line-height: 3.8vw;
    color: #535b60;
    width: 80%;
    margin: 1.6vw auto 0;
  }
  .Pub_Title {
    font-size: auto;
    line-height: 3.8vw;
    /*text-transform: none;*/
  }
  .Pub_Title h3 {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: bold;
  }
  .Pub_Title h3 a {
    color: #000;
  }
  .Pub_Title i {
    color: #535b60;
    font-size: 2.8vw;
    display: block;
    width: 80%;
    margin: 1.6vw auto 0;
  }

  .tw03 {
    text-align: center;
    background: #fff;
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
  .tw03 h2 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    text-transform: uppercase;
  }
  .tw03 h2 a {
    color: #000;
  }
  .tw03 h2 a:hover {
    text-decoration: none;
  }
  .tw03 h3 {
    width: 100%;
    margin: 0 auto;
    color: #535b60;
    font-size: 2.8vw;
    line-height: 3.8vw;
  }
  .tw03_box {
    width: 100%;
    margin: 5vw auto 0;
    overflow: hidden;
    background: #fff;
  }
  .tw03_box .tw03_cont {
    width: 41.5%;
    height: 16vh;
    padding: 5% 2%;
    background: #f9fafc;
    float: left;
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .tw03_box .mr0 {
    margin-right: 0;
  }
  .tw03_box .tw03_cont span {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 3vw;
  }
  .tw03_box .tw03_cont span img {
    width: 30%;
    margin: 0 auto;
  }
  .tw03_box .tw03_cont p {
    width: 100%;
  }
  .tw03_box .tw03_cont p b {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 2vw;
    display: block;
  }
  .tw03_box .tw03_txt h5 {
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 4vw;
    margin-bottom: 3vw;
    color: #000;
    display: block;
    margin-top: 3vw;
  }
  .tw03_box .tw03_txt h5 a {
    color: #000;
  }
  .tw03_box .tw03_txt h5 a:hover {
    color: #000;
    text-decoration: none;
  }
  .tw03_box .tw03_txt p {
    font-size: 2.4vw;
    line-height: 2.8vw;
    color: #535b60;
  }
  .tw03_box .tw03_txt p a {
    color: #535b60;
  }
  .tw03_box .tw03_txt p a:hover {
    text-decoration: none;
  }

  .tw04 {
    background: url("../images/20260522/bg_1_wap.png") no-repeat center top;
    background-size: 100%;
    padding-top: 5vw;
    text-align: center;
    padding: 0 2%;
  }
  .tw04Box {
    padding-top: 10vw;
  }
  .tw04Box h2 {
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
    background: url("../images/20260522/ico_arr_r.png") no-repeat center right;
    background-size: 8%;
    width: 31%;
    margin: 0 auto;
  }
  .tw04Box h2 a {
    color: #fff;
  }
  .tw04Box h3 {
    color: #fff;
    font-size: 2.6vw;
    line-height: 3.8vw;
    width: 86%;
    margin: 0 auto;
  }

  .tw02_box .tw02_txt h5 {
    margin-top: 5vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    color: #000;
  }
  .tw02_box .tw02_txt h5 a {
    color: #000;
  }
  .tw02_box .tw02_txt h5 a:hover {
    color: #000;
    text-decoration: none;
  }

  .txtBox {
    margin-top: 5%;
  }
  .txtBox .txt1 {
    width: 46%;
    height: 16vh;
    margin-right: 2%;
    background: #fff;
    border-radius: 5%;
    display: block;
    float: left;
    padding: 2.5% 1.5%;
    font-size: 2.6vw;
    line-height: 3.4vw;
  }
  .txtBox .mr0 {
    margin-right: 0;
  }
  .txtBox .txt1 dl {
    margin-bottom: 1vh;
    margin-right: 1vw;
    overflow: hidden;
  }
  .txtBox .txt1 dl.d1 dt {
    font-size: 3.8vw;
    color: #a83e20;
    padding-top: 0.5vw;
    padding-left: 0.5vw;
  }
  .txtBox .txt1 dl.d2 dt {
    font-size: 3.8vw;
    color: #ce1524;
    padding-top: 0.5vw;
    padding-left: 0.5vw;
  }
  .txtBox .txt1 dt {
    float: left;
    display: block;
    margin-right: 1.5vw;
  }
  .txtBox .txt1 dd {
    text-align: left;
    float: left;
    display: block;
    width: 80%;
    margin: 0;
  }
  .clear {
    clear: both;
  }
  .txtBox .txt2 {
    margin-top: 8vw;
    padding-bottom: 6vh;
  }
  .txtBox .txt2 img {
    width: 100%;
  }
  .Home_WTS_Div .Pub_Title {
    color: #fff;
  }
  .Home_WTS_Div .Pub_Title a {
    color: #fff;
  }
  .Home_WTS_Txt h4 {
    color: #fff;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }
  .Home_WTS_Txt h4 a {
    color: #fff;
  }
  .Home_WTS_Txt h5 {
    color: #fff;
    font-size: 2.6vw;
    margin-bottom: 2vw;
    display: block;
  }
  .Home_WTS_Txt h5 a {
    color: #fff;
  }

  .Home_WTS_Txt2 h4 {
    color: #000;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }
  .Home_WTS_Txt2 h4 a {
    color: #000;
  }
  .Home_WTS_Txt2 h5 {
    color: #000;
    font-size: 2.6vw;
    margin-bottom: 2vw;
    display: block;
  }
  .Home_WTS_Txt2 h5 a {
    color: #000;
  }

  .Bottom_Div1 {
    display: none;
  }
  .Bottom_Div2 h5 span.s2 {
    float: right;
    width: 168px;
    padding-left: 22px;
    display: block;
    background: url("../images/20260522/gh_ico.png") no-repeat left 2px;
    text-align: right;
    padding-right: 0;
  }

  .Top_PopMenu_L2 h4 a {
    display: block;
    color: #fff;
    padding: 1.2vw 0;
  }
  .Top_PopMenu_L2 h4 a:hover {
    text-decoration: none;
  }
  .share_box {
    padding-top: 3vh;
  }
  .share_box ul {
    width: 100%;
    overflow: hidden;
    display: block;
    border-top: 1px solid #fff;
    margin-top: 6vh;
    padding-top: 3vh;
  }
  .share_box ul li {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
  }
  .share_box ul li a {
    width: 100%;
    height: 50px;
  }
  .share_box ul li a img {
    width: 100%;
  }
  .nav_link_wap {
    padding: 3.5vh 0;
    font-size: 4vw;
  }
  .nav_link_wap a {
    color: #fff;
  }
}
