/* Mobile */
@media (max-width: 600px) {
  /* 菜单部分 */
  .mMenu_Box {
    display: none;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    overflow: hidden;
  }

  .mMenu_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(169, 5, 3, 0.9),
      rgba(114, 16, 5, 0.9)
    );
    overflow: hidden;
  }

  .Menu_Close_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    /* border: 1px solid goldenrod; */
  }

  .Menu_Close_Div img {
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    margin-right: 4%;
    margin-top: 20px;
  }

  .mMenu_Div ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
  }

  .mMenu_Div li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #fff;
    /* border: 1px solid goldenrod; */
  }

  .mMenu_Div li .Menu_Line a {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    width: 70%;
    margin-left: 5%;
  }

  .mMenu_Div li em {
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    color: #1b0f0f;
    width: 20px;
    height: 20px;
    margin-right: 5%;
    margin-top: 10px;
    background: url(../images/Mobile/mMenu_Plus.png) center center no-repeat;
    background-size: 20px 20px;
  }

  .Menu_Line {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
  }

  .MenuLevel2 {
    position: relative;
    margin: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #262626;
    list-style: none;
  }

  .MenuLevel2_Line {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 6%;
    width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "微软雅黑";
  }

  .MenuLevel2_Line a {
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: "微软雅黑";
  }
}

@media (max-width: 600px) {
  /* Top_Info_Box */
  .Top_Info_Box {
    width: 100%;
    /* height: 86px; */
    background-color: #f5f5f5;
    overflow: hidden;
  }

  .Top_Info_Div {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
  }

  .Top_Info_Content {
    width: calc(100% - 40px);
    font-size: 10px;
    line-height: 18px;
    color: #918686;
  }

  .Top_Info_Close {
    width: 23px;
    height: 25px;
    margin-left: 16px;

    cursor: pointer;
  }

  /* Menu_Box */
  .Menu_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 100%;
    height: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .Menu_Div {
    height: auto;
  }

  .Menu_MenuIcon {
    width: 19px;
    height: 18px;
    margin-right: 64px;
    margin-top: 7px;
  }

  .Menu_MenuIcon img {
    width: 19px;
    height: 18px;
  }

  .Menu_Logo {
    width: 194px;
    height: 32px;
  }

  .Menu_Logo img {
    width: 194px;
    height: 32px;
  }

  .Menu_Search {
    width: 19px;
    height: 19px;
    margin-top: 7px;
  }

  .Menu_Search img {
    width: 19px;
    height: 19px;
  }

  .Menu_List_Box {
    width: 814px;
    height: 80px;
  }

  .Menu_List_Box ul {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 80px;
    list-style: none;
    margin-top: 100px;
    border-top: 1px solid #dadada;
  }

  .Menu_List_Box li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 78px;
    line-height: 78px;

    font-size: 18px;
    color: #3b3939;
    /* border-top: 2px solid #C7000B; */
    border-top: 2px solid transparent;
  }

  .Menu_List_Box li .Menu_Line a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #3b3939;
  }

  .Menu_List_Box li:hover {
    border-top: 2px solid #c7000b;
  }

  .Menu_List_Box li:hover .MenuLevel2 {
    display: block;
  }

  .MenuLevel2 {
    display: none;
    position: relative;
    margin: 0;
    padding: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    list-style: none;
    z-index: 12;
  }

  .MenuLevel2_Line {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-family: "Verdana";
    border-bottom: 1px solid #fff;
  }

  .MenuLevel2_Line:first-child {
    border-top: 1px solid #fff;
  }

  .MenuLevel2_Line:last-child {
    border-bottom: 0px;
  }

  .MenuLevel2_Line a {
    margin-left: 5%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: "Verdana";
  }

  .Menu_Link_Div {
    margin-top: 40px;
    margin-bottom: 22px;
  }

  .Menu_Link_Line1 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 55px;
  }

  .Menu_Link_Line2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 55px;
  }

  .Menu_Link_BT {
    width: calc(100vw * 0.4);
    height: 34px;
    border-radius: 17px;
    border: 1px solid #fff;
  }

  .Menu_Link_BT a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }

  .Menu_Icons_Div {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
  }

  .Menu_Icons {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: calc(100vw * 0.75);
    height: 60px;
    margin-top: 16px;
    overflow: hidden;
  }

  .Menu_Icon_item {
    position: relative;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
  }

  .Menu_Icon_item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .Menu_Icon_item a.facebook {
    content: url(../images/svg/facebook.svg);
  }

  .Menu_Icon_item a.twitter {
    content: url(../images/svg/twitter.svg);
  }

  .Menu_Icon_item a.youtube {
    content: url(../images/svg/youtube.svg);
  }

  .Menu_Icon_item a.linkedin {
    content: url(../images/svg/linkedin.svg);
  }

  /* Home_Banner */
  .Home_Banner {
    width: 100%;
    height: calc(100vw * 0.92 * 0.71 + 44px);
  }

  .mHome_Banner_Swiper {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vw * 0.92 * 0.71);
    overflow: hidden;
  }

  .mHome_Banner_Swiper p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 100%;
    height: calc(100vw * 0.92 * 0.71);
  }

  .mHome_Banner_Swiper p img {
    width: 100%;
  }

  .mHome_Banner_Swiper h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.98)
    );
    width: 100%;
    height: 123px;
  }

  .mHome_Banner_Swiper h4 a {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 12px;
    left: 10px;
    width: calc(100% - 20px);
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .mHome_Banner_pagination {
    display: block;
    position: absolute;
    /* border: 1px solid #B20303; */
    bottom: 10px !important;
    width: 100%;
    height: 30px;
    font-size: 12px;
    right: auto !important;
    left: auto !important;
  }

  .mHome_Banner_pagination .swiper-pagination-bullet {
    border-radius: 2px;
    width: 30px;
    height: 5px;
    background-color: #646464;
    opacity: 1;
  }

  .mHome_Banner_pagination .swiper-pagination-bullet-active {
    background-color: #b20303;
  }

  /* mMainSearch_Box */
  .mMainSearch_Box {
    display: none;
    position: absolute;
    top: 62px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
  }

  .mMain_Search_Div {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 34px;
    background-color: #fff;
    margin-top: 13px;
    border-radius: 8px;
  }

  .mMain_Input {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100% - 64px);
    height: 32px;
  }

  .mMain_Input input {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-indent: 20px;
    font-size: 16px;
    color: #818181;
    border-radius: 8px;
  }

  .mMain_Search_BT {
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    width: 18px;
    height: 19px;
    margin-right: 10px;
  }

  .mMain_Search_BT img {
    width: 18px;
    height: 19px;
  }

  /* Home_Part1_Box */
  .Home_Part1_Box {
    width: 100%;
    height: calc(100vw * 0.9 + 40px);

    /* margin-top: 120px; */
    background-size: cover;
    overflow: hidden;
  }

  .Home_Part1_Title {
    height: 45px;
    text-align: center;
    font-size: 40px;
    line-height: 22px;
    width: 100%;
  }

  .Home_Part1_Title a {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #b10303;
  }

  .Home_Part1_Info_Box {
    width: 100%;
    height: calc(100vw * 0.9);
    background: url(../images/Mobile/mPart1_BK.jpg) center top no-repeat;
    overflow: hidden;
  }

  .Home_Part1_Info_Div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    height: calc(100vw * 0.9);
  }

  .Home_Part1_Info_Div h4 {
    height: 50px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #000;
  }

  .Home_Part1_Info_Div h5 {
    /* height: 140px; */
    font-size: 17px;
    line-height: 24px;
    /* text-align: center; */
    color: #2a2a2a;
  }

  .Home_Part1_Info_Div p {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #000;
  }

  .Home_Part1_Info_Div p a {
    color: #000;
  }

  .Home_Part1_Info_Div p a:hover {
    color: #000;
  }

  .Home_Part1_Info_Div ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 68px;
    list-style: none;
  }

  .Home_Part1_Info_Div li {
    display: block;
    position: relative;
    padding: 0;
    width: 108px;
    height: 36px;
    /* background-color: rgba(142, 1, 1, 0.7); */
    background-color: #8e0807;
    list-style: none;
    border-radius: 10px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
  }

  .Home_Part1_Info_Div li a {
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #fff;
  }

  /* Home_Part2_Box */
  .Home_Part2_Box {
    width: 100%;

    overflow: hidden;
  }

  .Home_Part2_div {
    padding-top: 20px;
    /* height: 350px; */
    overflow: hidden;
  }

  .Home_Part2_Pic {
    display: block;
    position: relative;
    width: calc(100vw * 0.44);
    height: calc(100vw * 0.456);
  }

  .Home_Part2_Pic p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100vw * 0.44);
    height: calc(100vw * 0.456);
  }

  .Home_Part2_Pic img {
    width: 100%;
  }

  .Home_Part2_Pic h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
    background-color: rgba(64, 64, 64, 0.8);
  }

  .Home_Part2_Pic h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 8px;
    width: calc(100% - 20px);
    height: 32px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Part2_BT {
    width: 100%;
    overflow: hidden;
  }

  .Home_Part2_BT1 {
    width: 100%;
    height: 62px;
    margin-top: 40px;
  }

  .Home_Part2_BT1 img {
    margin: 0 auto;
    width: 231px;
    height: 34px;
  }

  .Home_Part2_BT2 {
    margin: 0 auto;
    width: 216px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #1a96a4;
    background: url(../images/Icon_Arrow_Green.png) center center no-repeat;
    background-position: 30px;
    background-size: 15px 7px;
    margin-bottom: 58px;
  }

  .Home_Part2_BT2 a {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 60px;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    color: #1a96a4;
  }

  /* Home_Part3_Box */
  .Home_Part3_Box {
    width: 100%;
    overflow: hidden;
  }

  /* .Home_Part3_div {
  } */

  .Home_Part_Title {
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 20px;
    color: #b10303;
  }

  .Home_Part_Title p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 100%;
    height: 61px;
    background: url(../images/Icon_DownArrow.png) center bottom no-repeat;
  }

  .Home_Part_Title a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    width: 100%;
    height: 50px;
    line-height: 22px;
    font-size: 22px;

    color: #b10303;
    text-align: center;
  }

  .Home_Part_Content {
    width: 100%;
    height: 105px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-family: "Times New Roman";
    color: #616161;
  }

  .Home_Part3_IconList {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 190px;
  }

  .Home_Part3_Swiper {
    margin: 0 auto;
    width: 320px;
    height: 125px;
    overflow: hidden;
  }

  .Home_Part3_Swiper .swiper-slide {
    display: block;
    width: 330px;
    height: 125px;
  }

  .Home_Part3_Swiper .Home_Swiper_Item {
    float: left;
    display: block;
    width: 67px;
    height: 125px;
    margin-left: 0px;
    margin-right: 15px;
  }

  .Home_Part3_Swiper .Home_Swiper_Item:last-child {
    margin-right: 0px;
  }

  .Home_Part3_Swiper p {
    width: 67px;
    height: 63px;
    background-size: 67px 63px;
  }

  .Home_Part3_Swiper p img {
    width: 67px;
    height: 63px;
  }

  .Home_Part3_Swiper h4 {
    display: block;
    position: absolute;
    left: -10px;
    bottom: 24px;
    margin: 0;
    padding: 0;
    width: 87px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #616161;
  }

  .Home_Part3_IconList li a {
    font-size: 12px;
    line-height: 14px;
    color: #616161;
  }

  .Home_Part3_IconList li:hover h4 {
    font-size: 16px;
    color: #b10303;
    text-decoration: underline;
  }

  #Part3_1 p {
    background: url(../images/Part3_Icon1_On.png) center center no-repeat;
    background-size: 67px 63px;
  }

  #Part3_2 p {
    background: url(../images/Part3_Icon2_On.png) center center no-repeat;
    background-size: 67px 63px;
  }

  #Part3_3 p {
    background: url(../images/Part3_Icon3_on.png) center center no-repeat;
    background-size: 67px 63px;
  }

  #Part3_4 p {
    background: url(../images/Part3_Icon4_on.png) center center no-repeat;
    background-size: 67px 63px;
  }

  #Part3_5 p {
    background: url(../images/Part3_Icon5_on.png) center center no-repeat;
    background-size: 67px 63px;
  }

  #Part3_6 p {
    background: url(../images/Part3_Icon6_on.png) center center no-repeat;
    background-size: 67px 63px;
  }

  #Part3_7 p {
    background: url(../images/Part3_Icon7_on.png) center center no-repeat;
    background-size: 67px 63px;
  }

  .Home_Part3_BTPrev {
    position: absolute;
    left: -12px;
    top: 29%;
    width: 22px;
    height: 22px;
    background: url(../images/Part7_Prev.png);
    background-size: 22px 22px;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Part3_BTNext {
    position: absolute;
    left: auto;
    right: -12px;
    top: 29%;
    width: 22px;
    height: 22px;
    background: url(../images/Part7_Next.png);
    background-size: 22px 22px;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Part3_pagination {
    font-size: 12px;
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 20px !important;
  }

  .Home_Part3_pagination .swiper-pagination-bullet {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: #dbdbdb;
    opacity: 1;
  }

  .Home_Part3_pagination .swiper-pagination-bullet-active {
    background-color: #2a2b2e;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }

  /* Home_Part4_Box */
  .Home_Part4_Box {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
  }

  .Home_Part4_div {
    height: 50px;
  }

  .Home_Part4_Content {
    height: 88px !important;
  }

  .Home_Part4_List_Box {
    width: 100%;

    background-color: #f5f5f5;
    overflow: hidden;
  }

  .Home_Part4_List_Div {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .Home_Part4_List_Div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .Home_Part4_List_Div li {
    display: block;
    position: relative;
    margin: 0;
    padding: 7px;
    width: calc(100vw * 0.415);
    height: calc(100vw * 0.497);

    font-size: 12px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 7px;
    transition: all 0.5s;
  }

  .Home_Part4_List_Div li p {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 7px;
    width: calc(100vw * 0.415);
    height: calc(100vw * 0.497);
  }

  .Home_Part4_List_Div li p img {
    width: 100%;
  }

  .Home_Part4_List_Div li h3 {
    display: block;
    position: absolute;
    top: 7px;
    width: calc(100vw * 0.415);
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: center;
    color: #fff;
    z-index: 3;
    overflow: hidden;
  }

  .Home_Part4_List_Div li:hover .Home_Part4_List_Block {
    opacity: 1;
    transition: all 0.5s;
  }

  .Home_Part4_List_Div li:hover h3 {
    background-color: #b20303;
    /* text-decoration: underline; */
    transition: all 0.5s;
  }

  .Home_Part4_List_Block {
    display: block;
    position: absolute;
    top: 16px;
    width: 208px;
    height: 252px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
  }

  .Home_Part4_List_Block h4 {
    display: block;
    position: relative;
    margin-top: 76px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    font-weight: bold;
    color: #b10303;
    text-align: center;
  }

  .Home_Part4_List_Block h5 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 66px;
    line-height: 16px;
    font-size: 14px;
    color: #616161;
    text-align: center;
  }

  .Home_Part4_List_Block img {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 58px;
    height: 56px;
  }

  /* Home_Part5_Box */
  .Home_Part5_Box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  /* .Home_Part5_div {
  } */

  .Home_Part5_TitleContent {
    height: 50px !important;
  }

  /* .Home_Part5_Content_Div {
    height: 234px;
  } */

  .Home_Part5_Swiper {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vw * 0.92 * 0.67 + 120px);
    overflow: hidden;
  }

  .Home_Part5_Swiper p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100vw * 0.92);
    height: calc(100vw * 0.92 * 0.67);
  }

  .Home_Part5_Swiper p img {
    width: 100%;
  }

  .Home_Part5_Swiper h4 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100vw * 0.92);
    height: 46px;
    margin-top: 23px;
    overflow: hidden;
  }

  .Home_Part5_Swiper h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 46px;
    font-size: 20px;
    color: #515151;
    line-height: 23px;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Part5_pagination {
    right: 0 !important;
    left: auto !important;
    height: 30px !important;
    bottom: 0px !important;
    font-size: 12px;
  }

  .Home_Part5_pagination .swiper-pagination-bullet {
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: #dbdbdb;
    opacity: 1;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
  }

  .Home_Part5_pagination .swiper-pagination-bullet-active {
    background-color: #b20303;
  }

  .Home_Part5_List {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 38px;
    overflow: hidden;
  }

  .Home_Part5_List ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }

  .Home_Part5_List li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: calc(100% - 20px);
    font-size: 18px;
    color: #616161;
    line-height: 28px;
    border-bottom: 1px solid #e8e8e8;
  }

  .Home_Part5_List li::before {
    content: "";
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 30px;
    width: 20px;
    height: 18px;
    background: url(../images/Dot_Part5.png) center center no-repeat;
  }

  .Home_Part5_List li a {
    color: #616161;
  }

  /* Home_Part6_Box */
  .Home_Part6_Box {
    width: 100%;
    margin-bottom: 60px;
  }

  /* .Home_Part6_Div {
  } */

  .Home_Part6_PIC {
    width: 100%;
    margin-bottom: 22px;
  }

  .Home_Part6_PIC img {
    width: 100%;
  }

  /* Home_Part7_Box */
  .Home_Part7_Box {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }

  .Home_Part7_Div {
    height: 56px;
  }

  /* .Home_Part7_Content_Div {
  } */

  .Home_Part7_Swiper_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
  }

  .Home_Part7_Swiper {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vw * 0.92 * 0.66 + 60px);
    overflow: hidden;
  }

  .Home_Part7_Swiper_Top {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100vw * 0.92);
    height: calc(100vw * 0.92 * 0.66);
  }

  .Home_Part7_Swiper_Top p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100vw * 0.92);
    height: calc(100vw * 0.92 * 0.66);
  }

  .Home_Part7_Swiper_Top p img {
    width: 100%;
  }

  .Home_Part7_Swiper_Top h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #b20303;
    overflow: hidden;
  }

  .Home_Part7_Swiper_Top h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 20px);
    height: 55px;
    font-size: 18px;
    color: #fff;
    line-height: 55px;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Part7_Swiper_Down {
    width: 100%;
    height: 60px;
    border-top: 1px solid #fff;
    background-color: #b4b4b4;
  }

  .Home_Part7_Swiper_Down h3 {
    float: left;
    width: 50%;
    height: 60px;
    margin-top: 22px;
  }

  .Home_Part7_Swiper_Down em {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 16px;
    margin-right: 6px;
    width: 12px;
    height: 16px;
  }

  .Home_Part7_Swiper_Down em img {
    width: 12px;
    height: 16px;
  }

  .Home_Part7_Swiper_Down p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
  }

  .Home_Part7_BTPrev {
    position: absolute;
    left: 0px;
    top: 33%;
    width: 22px;
    height: 22px;
    background: url(../images/Part7_Prev.png);
    background-size: 22px 22px;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Part7_BTNext {
    position: absolute;
    left: auto;
    right: 0px;
    top: 33%;
    width: 22px;
    height: 22px;
    background: url(../images/Part7_Next.png);
    background-size: 22px 22px;
    z-index: 2;
    cursor: pointer;
  }

  .Home_Part7_List {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .Home_Part7_List ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }

  .Home_Part7_List li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;

    margin-bottom: 14px;
    font-size: 18px;
    color: #616161;
  }

  .Home_Part7_List li p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .Home_Part7_List li p img {
    width: 100%;
  }

  .Home_Part7_List li h4 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 23px;
    margin-bottom: 23px;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    color: #0e0e0e;
  }

  .Home_Part7_List li h4 a {
    font-size: 18px;
    line-height: 24px;
    color: #0e0e0e;
  }

  /* Home_Part8_Box */
  .Home_Part8_Box {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }

  .Home_Part8_div {
    height: auto;
  }

  .Home_Part8_TitleContent {
    height: 57px !important;
  }

  .Home_Part82_Box {
    width: 100%;

    background-color: #f6f6f6;
    overflow: hidden;
  }

  .Home_Part8_List_Div {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .Home_Part8_List_Div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 46px;
    width: 323px;
    overflow: hidden;
  }

  .Home_Part8_List_Div li {
    width: 139px;
    height: 139px;
    background: url(../images/Part8_ItemBK.png) center center no-repeat;
    background-size: 139px 139px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 29px;
  }

  .Home_Part8_List_Div li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 139px;
    height: 139px;
    overflow: hidden;
    font-size: 12px;
    color: #b10303;
  }

  .Home_Part8_List_Div li a:hover h4 {
    color: #b10303;
    text-decoration: underline;
  }

  .Home_Part8_List_Div li em {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    margin: 0 auto;
    margin-top: 24px;
    width: 64px;
    height: 64px;
  }

  .Home_Part8_List_Div li em img {
    width: 64px;
    height: 64px;
  }

  .Home_Part8_List_Div li h4 {
    width: 100%;
    margin-top: 13px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #b10303;
    text-align: center;
  }

  /* Home_Part9_Box */
  .Home_Part9_Box {
    width: 100%;
  }

  .Home_Part9_Div {
    height: 50px;
  }

  .Home_Part9_Content_Box {
    width: 100%;
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .Home_Part9_Content_Div {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vw * 1.23);
    background: url(../images/Mobile/mPart9_BK.jpg) top center no-repeat;
    background-size: contain;

    overflow: hidden;
  }

  .Home_Part9_Content_Form {
    margin: 0 auto;
    width: 80%;
    height: auto;
    overflow: hidden;
  }

  .Home_Part9_Content_Form p {
    margin: 0 auto;
    width: 20px;
    height: calc(100vw * 0.064);
  }

  .Home_Part9_Content_Form p img {
    width: 20px;
    height: 18px;
  }

  .Home_Part9_Content_Form h3 {
    width: 100%;
    text-align: center;
    height: calc(100vw * 0.128);
    font-size: 20px;
    line-height: 20px;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
  }

  .Home_Part9_Content_Form h4 {
    width: 100%;
    text-align: center;
    height: calc(100vw * 0.128);
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
  }

  .Home_Part9_Conten_FormBlock {
    margin: 0 auto;
    width: 100%;
  }

  .Home_Part9_Conten_FormInfo {
    width: 100%;
    height: calc(100vw * 0.06);
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
  }

  .Home_Part9_Conten_Form_Msg {
    width: 100%;
    margin-bottom: calc(100vw * 0.1);
  }

  .Home_Part9_Conten_Form_Msg textarea {
    width: calc(100% - 20px);
    height: calc(100vw * 0.2);
    padding: 10px;
    border-color: #fff;
    border-radius: 8px;
    font-size: 18px;
    color: #3d3b37;
    line-height: 22px;
    resize: none;
    outline: none;
  }

  .Home_Part9_Conten_Form_Addr {
    width: 100%;
    margin-bottom: calc(100vw * 0.1);
  }

  .Home_Part9_Conten_Form_Addr input {
    padding: 0 10px;
    width: calc(100% - 20px);
    height: calc(100vw * 0.09);
    border-color: #fff;
    border-radius: 8px;
    color: #3d3b37;
    line-height: 35px;
    font-size: 18px;
  }

  .Home_Part9_Conten_Form_BT {
    width: calc(100% - 2px);
    height: calc(100vw * 0.09);
    margin-bottom: calc(100vw * 0.06);
    line-height: calc(100vw * 0.09);
    background-color: #920505;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    cursor: pointer;
  }

  .Home_Part9_Content_List {
    width: 100%;
    /* height: 320px;         */
    font-size: 16px;
    color: #3d3b37;
  }

  .Home_Part9_Content_List ul {
    margin: 0 auto;
    width: 90%;
    /* height: 320px; */
    margin-top: 20px;
    list-style: none;
    font-size: 16px;
    color: #3d3b37;
    margin-bottom: 40px;
  }

  .Home_Part9_Content_List li {
    width: auto;
    padding-left: 20px;
    margin-top: calc(100vw * 0.033);
    margin-bottom: calc(100vw * 0.033);

    line-height: 18px;
    font-size: 16px;
    color: #3d3b37;
    background: url(../images/Mobile/mPart9_Dot.png) left top no-repeat;
    background-position: left 5px top 5px;
  }

  .Home_Part9_Content_List li a {
    color: #3d3b37;
  }

  /* BackTop_Box */
  .BackTop_Box {
    width: 100%;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
  }

  .BackTop_Div {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 34px;
    padding: 0;
    width: 34px;
    height: 36px;
  }

  .BackTop {
    display: block;
    margin: 0 auto;
    padding: 0;

    width: 34px;
    height: 36px;
  }

  .BackTop_Div img {
    width: 34px;
    height: 36px;
  }

  /* Bottom_Box */
  .Bottom_Box {
    width: 100%;
    /* height: calc(100vw*1.035); */
    height: auto;
    background: url(../images/Mobile/mBottom_BK.jpg) center top no-repeat;
    background-color: #37393d;
    background-size: cover;
    font-size: 12px;
    border: 1px solid transparent;
    /* overflow: hidden; */
  }

  .Bottom_Red_Line {
    width: 100%;
    height: 13px;
    background-color: #b20303;
  }

  .Bottom_Div {
    height: auto;
    /* overflow: hidden; */
  }

  .Bottom_Follow_Div {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 54px;
    /* overflow: hidden; */
    /* border: 1px solid #1A96A4; */
  }

  .Bottom_Info_Box {
    height: 54px;
    text-align: center;
    background-color: #5c5c5c;
    font-size: 16px;
    color: #fff;
    line-height: 54px;
  }

  .Bottom_Follow_Title {
    width: 100%;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  .Bottom_Follow_Title a {
    color: #fff;
  }

  .Bottom_Follow_Icons {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 60px;
    margin-bottom: 45px;
  }

  .Bottom_Follow_Icons span {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 8px;
  }

  .Bottom_Follow_Icons span a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .Bottom_Follow_Icons span a.facebook {
    content: url(../images/svg/facebook.svg);
  }

  .Bottom_Follow_Icons span a.twitter {
    content: url(../images/svg/twitter.svg);
  }

  .Bottom_Follow_Icons span a.youtube {
    content: url(../images/svg/youtube.svg);
  }

  .Bottom_Follow_Icons span a.linkedin {
    content: url(../images/svg/linkedin.svg);
  }

  .Bottom_Follow_Links_Div {
    height: 54px;
  }

  .Bottom_Follow_Links {
    width: calc(100% - 2px);
    height: 30px;
    border: 1px solid #fff;
    background: url(../images/Bottom_Arrow.png) right center no-repeat;
    background-position: right 12px center;
    cursor: pointer;
  }

  .Bottom_Follow_Contact {
    margin: 0 auto;
    width: 80%;

    color: #fefefe;
    text-align: center;
  }

  .Bottom_Follow_Contact h3 {
    font-size: 12px;
    line-height: 20px;
    color: #fefefe;
    text-align: center;
  }

  .Bottom_Follow_Contact h4 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #fefefe;
    text-align: center;
  }

  .Bottom_Follow_Contact h4 span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #fefefe;
    text-align: center;
  }

  .Bottom_Follow_Contact h4 span img {
    width: 10px;
    height: 11px;
  }

  .Bottom_Follow_Links_Pop {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 55px;
    width: 100%;
    height: auto;
    z-index: 3;
  }

  .Bottom_Follow_Links_Pop ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .Bottom_Follow_Links_Pop li {
    display: block;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    font-family: "Verdana";
    border-bottom: 1px solid #383636;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }
  .Bottom_Follow_Links_Pop li:hover {
    background-color: rgba(90, 90, 90, 1);
  }
  .Bottom_Follow_Links_Pop li a {
    color: #fff;
  }

  /* Page_Banner_Box */
  .Page_Banner_Box {
    width: 100%;
    height: calc(100vw * 0.38);
    overflow: hidden;
  }

  .Page_Banner_Div {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vw * 0.38);
  }

  .Page_Banner_Div img {
    width: 100%;
  }

  .Page_Title_Div {
    width: 92%;
    display: flex;
    align-items: center;
    height: calc(100vw * 0.38);
  }

  .Page_Title_Div h3 {
    /* height: 28px; */
    line-height: 34px;
    font-size: 28px;
    font-family: "Cambria Math";
    color: #b10303;
  }

  .Page_Title_Div h3 a {
    font-family: "Cambria Math";
    font-size: 28px;
    color: #b10303;
  }

  /* Page_Box */
  .Page_Box {
    width: 100%;
    height: auto;
  }

  .Page_Div {
    /* width: 100%; */
    height: auto;
  }

  .Indus_List_Box {
    width: 100%;
    background-color: #f5f5f5;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .Indus_List_Div {
    margin-bottom: 35px;
    overflow: hidden;
  }

  .Indus_List_Div ul {
    margin: 0 auto;
    margin-top: 20px;
    /* margin-bottom: 20px; */

    height: auto;
    list-style: none;
    overflow: hidden;
  }

  .Indus_List_Div li {
    float: left;
    padding: calc(100vw * 0.02);
    width: calc(100vw * 0.4);
    height: calc(100vw * 0.4 * 1.03);

    background-color: #fff;
    margin-bottom: calc(100vw * 0.04);
    overflow: hidden;
  }

  .Indus_List_Div li:nth-child(2n) {
    float: right;
  }

  .Indus_List_Div p {
    margin: 0;
    width: calc(100vw * 0.4);
    height: calc(100vw * 0.4 * 1.03);
    overflow: hidden;
  }

  .Indus_List_Div p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .Indus_List_Div h4 {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: calc(100vw * 0.02);
    width: calc(100vw * 0.4);
    height: 58px;
  }

  .Indus_List_Div h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 5px;
    width: calc(100% - 20px);
    height: 48px;
    line-height: 16px;
    font-size: 13px;
    color: #fff;
    text-align: left;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Indus_List_More {
    margin: 0 auto;
    margin-bottom: 45px;
    width: 120px;
    height: 36px;
    border-radius: 6px;
    background-color: #b20303;
  }

  .Indus_List_More a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
  }

  /* Indus2 */

  .IndusHC_Part1_Div {
    overflow: hidden;
  }

  .IndusHC_Part1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 78px;
    overflow: hidden;
  }

  .IndusHC_Part1_Title {
    margin-top: 30px;
  }

  .IndusHC_Part1_Picture_Div {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .IndusHC_Part1_Picture p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .IndusHC_Part1_Picture p img {
    width: 100%;
  }

  .IndusHC_Part1_Picture h4 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #b20303;
    overflow: hidden;
  }

  .IndusHC_Part1_Picture h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;

    width: calc(100% - 20px);
    font-size: 18px;
    color: #fff;
    line-height: 25px;
  }

  .IndusHC_Part1_Info_Div {
    width: 100%;
    margin-top: 20px;
  }

  .IndusHC_Part1_Info {
    width: 100%;
  }

  .IndusHC_Part1_Info p {
    line-height: 25px;
    font-size: 18px;
    color: #616161;
    margin-bottom: 25px;
  }

  .IndusHC_Part1_Info span {
    display: inline;
    color: #b10303;
  }

  .IndusHC_Part1_Info_More {
    margin: 0 auto;
    width: 96px;
    height: 30px;
    margin-top: 23px;
    margin-bottom: 37px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #b20303;
    border-radius: 6px;
    text-align: center;
  }

  .IndusHC_Part1_Info_More a {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  /* IndusHC_Part2_Box */
  .IndusHC_Part2_Box {
    width: 100%;
    height: auto;
    margin-bottom: 44px;
  }

  .IndusHC_Part2 {
    height: 47px;
  }

  .IndusHC_Part2_List_Box {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  .IndusHC_Part2_List_Div {
    height: auto;
  }

  .IndusHC_Part2_List {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .IndusHC_Part2_List ul {
    width: 100%;
    height: 282px;
  }

  .IndusHC_Part2_List li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .IndusHC_Part2_List li p {
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 13px;
    width: calc(100vw * 0.92 - 26px);
  }

  .IndusHC_Part2_List p img {
    width: 100%;
  }

  .IndusHC_Part2_List h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;

    right: 13px;
    bottom: 13px;
    width: 292px;
    height: auto;
    background-color: rgba(143, 1, 1, 0.6);
    overflow: hidden;
  }

  .IndusHC_Part2_List h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    height: auto;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    /* text overflow
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden; */
  }

  /* IndusHC_Part3_Box */
  .IndusHC_Part3_Box {
    width: 100%;
    height: auto;
    margin-bottom: 33px;
  }

  .IndusHC_Part3 {
    height: 46px;
    overflow: hidden;
  }

  IndusHC_Part3_Title {
    margin-top: 44px;
  }

  .IndusHC_Part3_List_Box {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  .IndusHC_Part3_List_Div {
    height: auto;
  }

  .IndusHC_Part3_List {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .IndusHC_Part3_List ul {
    width: 100%;
  }

  .IndusHC_Part3_List li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 49%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .IndusHC_Part3_List li:nth-child(2n) {
    float: right;
  }

  .IndusHC_Part3_List li p {
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 9px;
    width: calc(100vw * 0.92 * 0.49 - 18px);
  }

  .IndusHC_Part3_List p img {
    width: 100%;
  }

  .IndusHC_Part3_List h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;

    right: 9px;
    bottom: 9px;
    width: calc(100vw * 0.92 * 0.49 - 18px);
    height: 56px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }

  .IndusHC_Part3_List h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 4px;
    width: calc(100% - 20px);
    height: 48px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  /* IndusHC_Part4_Box */
  .IndusHC_Part4_Box {
    width: 100%;
    overflow: hidden;
  }

  .IndusHC_Part4 {
    height: 57px;
  }

  .IndusHC_Part4_Swiper_Box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    width: 100vw;
    height: calc(100vw * 1.29);
    background: url(../images/Mobile/Indus_HC_Part3_BK.jpg) top center no-repeat;
  }

  .IndusHC_Part4_Swiper_Div {
    width: 100%;
    font-size: 12px;
    overflow: hidden;
  }

  .IndusHC_Part4_Swiper_item {
    width: 100%;
    overflow: hidden;
  }

  .IndusHC_Part4_Swiper_item_Left {
    margin: 0 auto;
    width: 92%;
    overflow: hidden;
  }

  .IndusHC_Part4_Swiper_item_Left h4 {
    width: 100%;
    height: calc(100vw * 0.22);
    font-size: calc(100vw * 0.0512);
    font-weight: bold;
    line-height: calc(100vw * 0.07);
    text-align: center;
    color: #000;
  }

  .IndusHC_Part4_Swiper_item_Left h4 a {
    color: #000;
  }

  .IndusHC_Part4_Swiper_item_Left h5 {
    width: 100%;
    height: calc(100vw * 0.36);

    font-size: calc(100vw * 0.04);
    line-height: calc(100vw * 0.06);

    color: #000;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .IndusHC_Part4_Swiper_item_Left h5 a {
    color: #000;
  }

  .IndusHC_Part4_Swiper_item_Left h6 {
    margin: 0 auto;
    width: 126px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 26px;
    color: #000;
    background: url(../images/Indus_Right_Arrow.png) right center no-repeat;
    background-size: 20px 9px;
    margin-bottom: calc(100vw * 0.048);
  }

  .IndusHC_Part4_Swiper_item_Left h6 a {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 26px;
    color: #000;
  }

  .IndusHC_Part4_Swiper_item_Right {
    width: 100%;
  }

  .IndusHC_Part4_Swiper_item_Right p {
    margin: 0 auto;
    width: 196px;
  }

  .IndusHC_Part4_Swiper_item_Right p img {
    width: 100%;
  }

  .IndusHC_Part4_BTPrev {
    position: absolute;
    left: 4%;
    top: 73%;
    width: calc(100vw * 0.12);
    height: calc(100vw * 0.12);
    background: url(../images/Part7_Prev.png);
    background-size: calc(100vw * 0.12);
    z-index: 2;
    cursor: pointer;
  }

  .IndusHC_Part4_BTNext {
    position: absolute;
    left: auto;
    right: 4%;
    top: 73%;
    width: calc(100vw * 0.12);
    height: calc(100vw * 0.12);

    background: url(../images/Part7_Next.png);
    background-size: calc(100vw * 0.12);
    z-index: 2;
    cursor: pointer;
  }

  /* IndusHC_Part5_Box */
  .IndusHC_Part5_Box {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
  }

  .IndusHC_Part5 {
    height: 48px;
  }

  /* .IndusHC_Part5_List_Div {
  } */

  .IndusHC_Part5_List_Item {
    width: 100%;
  }

  .IndusHC_Part5_List_Item p {
    width: 100%;
  }

  .IndusHC_Part5_List_Item p img {
    width: 100%;
  }

  .IndusHC_Part5_List_Item h4 {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
  }

  .IndusHC_Part5_List_Item h4 a {
    color: #000;
  }

  /* Region1_Part1 */
  .Region1_Part1_Div {
    height: auto;
    font-size: 14px;
    /* margin-bottom: 140px; */
    overflow: hidden;
  }

  .Region1_Part1 {
    height: 91px;
    overflow: hidden;
  }

  .Region1_Part1_Title {
    margin-top: 38px;
  }

  .Region1_Part1_Table_Div {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    overflow: hidden;
    padding-bottom: 16px;
  }

  .Region1_Part1_Table_Title {
    display: block;
    height: auto;
    margin-top: 16px;

    height: 36px;
    line-height: 36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #950c0c;

    border-bottom: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
  }

  .Region1_Part1_Table_item {
    float: left;
    width: calc(90% - 10px);
    margin-left: 10px;
  }

  .Region1_Part1_Table_Control {
    float: right;
    width: 21px;
    height: 21px;
    margin-top: 8px;
    margin-right: 10px;
    cursor: pointer;
    background: url(../images/Mobile/Region_Minus.png) center center no-repeat;
  }

  .Region1_Part1_Table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
  }

  .Region1_Part1_Table span {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 4px;
  }

  .Table_Title {
    display: block;
    padding: 10px;
    width: 70px;
    height: auto;
    line-height: 20px;

    color: #950c0c;
  }

  .Table_Title1 {
    background-color: #fafafa;
  }

  .Table_Title2 {
    background-color: #f0f0f0;
  }

  .Table_Content {
    padding: 10px;

    height: auto;
    line-height: 20px;

    color: #535353;
  }

  .Table_Content1 {
    background-color: #fff;
  }

  .Table_Content2 {
    background-color: #eaeaea;
  }

  #Region1_Table2 {
    display: none;
  }

  /* Region1_Part234_Box */
  .Region1_Part234_Box {
    width: 100%;
    margin-bottom: 40px;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  .Region1_Part2_Div {
    margin: 0 auto;
    width: 96%;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  /* .Region1_Part2 {
  } */

  .Region1_Part2_Title_Div {
    height: 80px;
    overflow: hidden;
  }

  .Region1_Part2_Title {
    margin-top: 32px;
  }

  .Region1_Part2_Item {
    float: left;
    position: relative;
    width: calc(100vw * 0.96 * 0.48);
    height: calc(100vw * 0.96 * 0.48 * 1.32 + 15px);
    background: url(../images/Region1_Box_BK.png) top center no-repeat;
    background-size: calc(100vw * 0.96 * 0.48)
      calc(100vw * 0.96 * 0.48 * 1.32 + 15px);
    margin-bottom: calc(100vw * 0.03);
    z-index: 1;
    overflow: hidden;
  }

  .Region1_Part2_Item:nth-child(2n) {
    float: right;
  }

  .Region1_Part2_ItemTu {
    margin: 0 auto;
    margin-top: 18px;
    width: calc(100vw * 0.96 * 0.41);
    overflow: hidden;
  }

  .Region1_Part2_ItemTu p {
    width: calc(100vw * 0.96 * 0.41);
  }

  .Region1_Part2_ItemTu img {
    width: 100%;
  }

  .Region1_Part2_ItemTu h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    font-size: 14px;
    background-color: rgba(143, 1, 1, 0.6);
  }

  .Region1_Part2_ItemTu h4 a {
    margin: 0 auto;
    margin-top: 5px;
    width: calc(100% - 20px);
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Region1_Part2_ItemWen {
    margin: 0 auto;
    width: calc(100vw * 0.92 * 0.41);
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }

  .Region1_Part2_ItemWen a {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 18px;
    color: #5f0000;

    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Region1_Part3_Div {
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }

  .Region1_Part3_AD {
    margin-top: calc(100vw * 0.04);
    margin-bottom: calc(100vw * 0.04);
    width: calc(100vw * 0.92);
    height: calc(100vw * 0.92 * 0.38);
    background: url(../images/Mobile/mRegion_AD_BK.jpg) center center no-repeat;
    overflow: hidden;
  }

  .Region1_Part3_AD img {
    width: 100%;
  }

  .Region1_Part3_Logo {
    margin: 0 auto;
    width: calc(100vw * 0.641);
    height: calc(100vw * 0.091);
    margin-top: calc(100vw * 0.064);
  }
  .Region1_Part3_Logo img {
    width: 100%;
  }
  .Region1_Part3_BT {
    margin-top: 48px;
    margin-left: auto !important;
    margin-right: 450px;
  }

  .Region1_Button {
    margin: 0 auto;
    margin-top: calc(100vw * 0.041);
    width: calc(100vw * 0.653);
    height: calc(100vw * 0.1077);
    border-radius: calc(100vw * 0.054);
    border: 1px solid #033867;
    background: url(../images/Icon_Arrow_Blue.png) left center no-repeat;
    background-position: left calc(30% - 40px) center;
    background-size: 29px 13px;
  }

  .Region1_Button a {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left: 30%;

    font-size: calc(100vw * 0.041);
    height: calc(100vw * 0.1077);
    line-height: calc(100vw * 0.1077);
    color: #033867;
  }

  .Region1_Part4_Div {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 266px;
  }

  .Region1_Part4_Swiper {
    margin: 0 auto;
    width: 258px;
    height: 266px;
    overflow: hidden;
  }

  .Region1_Part4_Swiper .swiper-slide {
    width: 258px;
    height: 266px;
  }

  .Region1_Part4_Swiper p {
    width: 258px;
    height: 266px;
  }

  .Region1_Part4_Swiper p img {
    width: 100%;
  }

  .Region1_Part4_Swiper h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    font-size: 14px;
    background-color: rgba(64, 64, 64, 0.8);
  }

  .Region1_Part4_Swiper h4 a {
    margin: 0 auto;
    margin-top: 10px;
    width: calc(100% - 20px);
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Region1_Part4_BTPrev {
    position: absolute;
    left: 0%;
    top: 42%;
    width: calc(100vw * 0.115);
    height: calc(100vw * 0.115);

    background: url(../images/Part7_Prev.png);
    background-size: calc(100vw * 0.115);
    z-index: 2;
    cursor: pointer;
  }

  .Region1_Part4_BTNext {
    position: absolute;
    left: auto;
    right: 0%;
    top: 42%;
    width: calc(100vw * 0.115);
    height: calc(100vw * 0.115);

    background: url(../images/Part7_Next.png);
    background-size: calc(100vw * 0.115);
    z-index: 2;
    cursor: pointer;
  }

  /* Region2_Part1 */
  .Region2_Part1_Div {
    height: auto;
  }

  .Region2_Part1_Title_Div {
    height: 77px;
    overflow: hidden;
  }

  .Region2_Part1_Title {
    margin-top: 30px;
  }

  /* .Region2_Part1_Left {
  } */

  .Region2_Part1_Left img {
    width: 100%;
  }

  .Region2_Part1_Right {
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
  }

  .Region2_Part1_Right h3 {
    width: 100%;
    line-height: 38px;
    font-size: 38px;
    color: #b10303;
  }

  .Region2_Part1_Right h3 a {
    color: #b10303;
  }

  .Region2_Part1_Right h4 {
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    color: #616161;
    margin-bottom: 30px;
  }

  .Region2_Part1_Right h4 a {
    color: #616161;
  }

  .Region2_BT_More {
    margin: 0 auto;
    width: 120px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 6px;
    background-color: #b10303;
    text-align: center;
  }

  .Region2_BT_More a {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
  }

  .Region2_Part2_Div {
    height: auto;
    overflow: hidden;
  }

  .Region2_Part2_item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .Region2_Part2_item_Title {
    padding: 10px;
    width: calc(100% - 20px);
    height: auto;
    border: 1px solid #970409;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #970409;
    font-size: 18px;
    line-height: 22px;

    color: #fff;
  }

  .Region2_Part2_item_Title a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
  }

  .Region2_Part2_item_body {
    padding: 10px;
    border: 1px solid #970409;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .Region2_Part2_item_body h4 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #484848;
  }

  .Region2_Part2_item_body h4 a {
    color: #484848;
  }

  .Region2_Part2_item_More {
    width: 100%;
    text-align: right;
    background-color: #fff !important;
  }

  .Region2_Part2_item_More a {
    color: #b10303 !important;
  }

  .Region2_Part3_Title_Div {
    height: 85px;
    overflow: hidden;
  }

  .Region2_Part3_Title {
    margin-top: 37px;
  }

  .Region2_Part3_Box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
  }

  .Region2_Part3_Div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .Region2_Part4_Title_Div {
    height: 86px;
    overflow: hidden;
  }

  .Region2_Part4_Title {
    margin-top: 36px;
  }

  .Region2_Part4_Box {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .Region2_Part4_Box .Region1_Part2_Div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* Artical1 */
  .Artical1_Left {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 16px 9px;
    background-color: #f6f6f6;
    height: auto;
    font-size: 12px;
  }

  .Artical_Boby {
    padding: 36px 19px;
    background-color: #fff;
    border: 1px solid #eeeeee;
  }

  .Artical_Title h4 {
    font-size: 25px;
    line-height: 30px;
    color: #1a1a1a;
  }

  .Artical_Title h5 {
    font-size: 14px;
    line-height: 18px;
    color: #1a1a1a;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0e0e0e;
  }

  .Artical_Title h5 em {
    display: block;
    padding-left: 2px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #666;
  }

  .Artical_Title h5 span {
    display: inline;
    padding-right: 4px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #666;
  }

  .Artical_Title h5 span:last-child {
    padding-left: 6px;
    border-left: 1px solid #666;
  }

  .Artical_Content {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .Artical_Content p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .Artical_Content span {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .Artical_Content img {
    width: 100%;
  }

  .Artical_Content em {
    font-style: italic;
    display: inline;
  }

  .Artical_Boby .PageControl_Box {
    margin-bottom: 0 !important;
  }

  .Artical1_Right {
    margin-top: 25px;

    height: auto;
    margin-bottom: 45px;
  }

  .MostStory_Div {
    width: 100%;
    padding-bottom: 30px;

    background-color: #f6f6f6;
    height: auto;
  }

  .MostStory_Line {
    height: 2px;
    background-color: #b20303;
  }

  .MostStory_Bar {
    height: 4px;
    background-color: #dedede;
  }

  .MostStory_Title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #b10303;
  }

  .MostStory_Title a {
    color: #b10303;
  }

  .MostStory_Pic {
    margin: 0 auto;
    width: 92%;
  }

  .MostStory_Pic img {
    width: 100%;
  }

  .MostStory_Top_One {
    margin: 0 auto;
    width: 92%;
    display: flex;
    align-items: center;
    height: auto;
    padding-top: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid #bdbdbd;
    clear: both;
  }

  .MostStory_Top_One h3 {
    float: left;
    width: 55px;
    height: 50px;
    background: url(../images/Right_Medal.png) center center no-repeat;
    line-height: 50px;
    font-size: 30px;
    text-align: center;

    color: #fff;
  }

  .MostStory_Top_One h3 a {
    width: 55px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
  }

  .MostStory_Top_One h4 {
    float: left;
    width: calc(100% - 68px);
    padding-left: 12px;
    height: auto;
    line-height: 25px;
    font-size: 18px;
    text-align: left;
    color: #282828;

    border-left: 1px solid #bdbdbd;
  }

  .MostStory_Top_One h4 a {
    line-height: 25px;
    font-size: 18px;
    text-align: left;
    color: #282828;
  }

  .MostStory_Top_Line {
    margin: 0 auto;
    width: 92%;
    display: flex;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #fff;
    clear: both;
  }

  .MostStory_Top_Line h3 {
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    color: #950c0c;
  }

  .MostStory_Top_Line h3 a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #950c0c;
    text-align: center;
  }

  .MostStory_Top_Line h4 {
    float: left;
    padding-left: 14px;
    width: calc(100% - 38px);
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #282828;
  }

  .MostStory_Top_Line h4 a {
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #282828;
  }

  /* Artical1 */
  .Artical_Full {
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 25px 23px;
    width: calc(100% - 46px);
    background-color: #f6f6f6;
    height: auto;
    font-size: 12px;
  }

  .Artical2_Part1 {
    height: 86px;
    overflow: hidden;
  }

  .Artical2_Part1_Title {
    margin-top: 40px;
    text-align: center;
  }

  .Artical2_Part1_List_Box {
    width: 100%;

    background-color: #f6f6f6;
    overflow: hidden;
  }
  .Artical2_Part1_List_Box_White {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }

  .Artical2_Part1_List {
    /* padding-bottom: 20px; */
    overflow: hidden;
  }
  .Artical2_Part1_List_Gray {
    background-color: #f6f6f6;
  }
  .Artical2_Part1_List ul {
    display: block;
    margin: 0 auto;
    padding: calc(100vw * 0.056);
    padding-bottom: 0;
    overflow: hidden;
  }

  .Artical2_Part1_List li {
    float: left;
    width: calc(100vw * 0.37);
    height: calc(100vw * 0.37);

    background: url(../images/Part8_ItemBK.png) center center no-repeat;
    background-size: calc(100vw * 0.37);
    overflow: hidden;
    font-size: 12px;
    margin-bottom: calc(100vw * 0.056);
  }
  .Artical2_Part1_List li:nth-child(2n) {
    float: right;
  }
  .Artical2_Part1_List li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100vw * 0.37);
    height: calc(100vw * 0.37);
    overflow: hidden;
    font-size: 12px;
    color: #b10303;
  }

  .Artical2_Part1_List li a:hover h4 {
    color: #b10303;
    text-decoration: underline;
  }

  .Artical2_Part1_List li em {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    margin: 0 auto;
    margin-top: calc(100vw * 0.07);
    width: calc(100vw * 0.143);
    height: calc(100vw * 0.143);
  }

  .Artical2_Part1_List li em img {
    width: 100%;
  }

  .Artical2_Part1_List li h4 {
    width: 100%;
    margin-top: calc(100vw * 0.033);
    line-height: 18px;
    font-size: 14px;
    color: #b10303;
    text-align: center;
  }

  /* Artical2_Part2_Box */
  .Artical2_Part2_Box {
    width: 100%;
    height: auto;
  }

  .Artical2_Part2 {
    height: 100px;
    overflow: hidden;
  }

  .Artical2_Part2_Title {
    margin-top: 57px;
  }

  .Artical2_Part2_List_Box {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  .Artical2_Part2_List_Div {
    height: auto;
  }

  .Artical2_Part2_List {
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
    height: auto;
  }

  .Artical2_Part2_List ul {
    width: 100%;
    height: auto;
  }

  .Artical2_Part2_List li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    padding: 25px;
    background-color: #fff;
    width: cal(100% - 50px);
    margin-bottom: 25px;
    overflow: hidden;
  }

  .Artical2_Part2_List li:last-child {
    margin-right: 0px;
  }

  .Artical2_Part2_List li p {
    margin: 0 auto;
    width: calc(100vw * 0.92 - 50px);
    height: calc((100vw * 0.92 - 50px) * 0.76);
  }

  .Artical2_Part2_List p img {
    width: calc(100vw * 0.92 - 50px);
    height: calc((100vw * 0.92 - 50px) * 0.76);
  }

  .Artical2_Part2_List h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;

    right: 25px;
    bottom: 25px;
    width: 292px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(143, 1, 1, 0.6);
    overflow: hidden;
  }

  .Artical2_Part2_List h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    /* margin-top: 20px; */
    width: calc(100% - 40px);

    font-size: 20px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  /* Artical2_Part3_Box */
  .Artical2_Part3_Box {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }

  .Artical2_Part3 {
    height: 100px;
    overflow: hidden;
  }

  .Artical2_Part3_Title {
    margin-top: 46px;
  }

  .Artical2_Part3_List_Box {
    height: auto;
    background-color: #f5f5f5;
    overflow: hidden;
  }

  .Artical2_Part3_List_Div {
    margin: 0 auto;
    width: 92%;
    height: auto;
  }
  .Artical2_Part3_List_Div .Indus_List_Div {
    margin-bottom: 20px !important;
  }

  .Artical2_Part3_List {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .Artical2_Part3_List ul {
    width: 100%;
  }

  .Artical2_Part3_List li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 49%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .Artical2_Part3_List li:nth-child(2n) {
    float: right;
  }

  .Artical2_Part3_List li p {
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 9px;
    width: calc(100vw * 0.92 * 0.49 - 18px);
  }

  .Artical2_Part3_List p img {
    width: 100%;
  }

  .Artical2_Part3_List h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;

    right: 9px;
    bottom: 9px;
    width: calc(100vw * 0.92 * 0.49 - 18px);
    height: 56px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }

  .Artical2_Part3_List h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 4px;
    width: calc(100% - 20px);
    height: 48px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }
  /* List_Left */
  .List_Left {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px;

    background-color: #f6f6f6;
    height: auto;
    font-size: 12px;
    overflow: hidden;
  }

  .List_Boby {
    /* background-color: #F6F6F6; */
    background-color: #fff;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .List_Right {
    margin-top: 35px;
    width: 100%;
    background-color: #f6f6f6;
    height: auto;
    margin-bottom: 45px;
  }
  .List_Content {
    padding-left: 22px;
    padding-right: 22px;
    height: auto;
  }
  .List_Content ul {
    width: 100%;
    list-style: none;
    height: auto;
    overflow: hidden;
  }
  .List_Content li {
    width: 100%;
    list-style: none;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
    /*min-height: calc(100vw * 0.36 * 0.68);*/
  }
  .List_Content li:last-child {
    border-bottom: 0px solid #dedede;
  }
  .List_Content_Pic {
    float: left;
    width: calc(100vw * 0.36);
    height: calc(100vw * 0.36 * 0.68);

    margin-right: 15px;
  }
  .List_Content_Pic img {
    width: 100%;
  }
  /*.List_Content_Words {
    float: left;
    width: calc(100vw * 0.64 - 100px);
  }*/
  .List_Content_Words h4 {
    font-size: 14px;
    line-height: 20px;
    color: #0e0e0e;
    margin-bottom: 12px;
    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }
  .List_Content_Words h4 a {
    color: #0e0e0e;
  }
  .List_Content_Words h5 {
    width: 92px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #940c0c;
    background-color: #f6f6f6;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
  }
  .List_Content_Words h5 a {
    color: #940c0c;
  }
  .List_Boby .PageControl_Box {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

  /* Left1 */
  .Left1_Swiper_Div {
    width: 100%;
    height: calc(100vw * 0.92 * 0.58 + 120px);
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .mLeft1_Swiper {
    margin: 0 auto;
    width: 100%;
    height: calc(100vw * 0.92 * 0.58 + 70px);
    overflow: hidden;
  }

  .mLeft1_Swiper p {
    width: 100%;
    height: calc(100vw * 0.92 * 0.58);
  }

  .mLeft1_Swiper p img {
    width: 100%;
    height: calc(100vw * 0.92 * 0.58);
  }

  .mLeft1_Swiper h4 {
    width: 100%;
    height: 70px;
    background-color: #970409;
    overflow: hidden;
  }

  .mLeft1_Swiper h4 a {
    margin: 0 auto;
    margin-top: 10px;
    width: calc(100% - 24px);
    height: 50px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .mLeft1_Swiper_pagination {
    font-size: 12px;
    left: auto !important;
    right: 0 !important;
    bottom: 0px !important;
    width: 100% !important;
    height: 20px !important;
  }

  .mLeft1_Swiper_pagination .swiper-pagination-bullet {
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: #bebebe;
    opacity: 1;
  }

  .mLeft1_Swiper_pagination .swiper-pagination-bullet-active {
    background-color: #b20303;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
  }

  .Left_Div {
    margin-bottom: 40px;
    background-color: #fff;
  }
  .Left1_Full_Div {
    width: 100%;
    height: auto;
  }
  .Left1_Left {
    width: 293px;
    /* overflow: hidden; */
  }

  .Left1_Right {
    width: 100%;
    background-color: #f6f6f6;
    height: auto;
    font-size: 12px;
    overflow: hidden;
  }
  .Left_Body .Indus_List_More {
    margin-bottom: 0 !important;
  }

  .Left_Body {
    background-color: #f6f6f6;
  }
  .Left_List_Left {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px 20px;

    background-color: #f6f6f6;
    height: auto;
    font-size: 12px;
    overflow: hidden;
  }
  .Left_List_Left4 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px 20px;

    background-color: #f6f6f6;
    height: auto;
    font-size: 12px;
    overflow: hidden;
  }
  .Left_List_Left_White {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px 20px;

    background-color: #f6f6f6;
    height: auto;
    font-size: 12px;
    overflow: hidden;
  }
  /* Left2 */

  .Left2_List {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }

  .Left2_List {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .Left2_List ul {
    width: 100%;
  }

  .Left2_List li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 49%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .Left2_List li:nth-child(2n) {
    float: right;
  }

  .Left2_List li p {
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 9px;
    width: calc(100vw * 0.92 * 0.49 - 18px);
  }

  .Left2_List p img {
    width: 100%;
  }

  .Left2_List h4 {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;

    right: 7px;
    bottom: 9px;
    width: calc(100vw * 0.92 * 0.49 - 18px);
    height: 56px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }

  .Left2_List h4 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 4px;
    width: calc(100% - 20px);
    height: 48px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    /* text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }
  /* Left3 */
  .Left3_Right {
    margin-bottom: 100px;
    padding: 40px 36px;
    width: 812px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    height: auto;
    font-size: 12px;
    overflow: hidden;
  }
  .Left3_Full_Div {
    width: 100%;
    height: auto;
    margin-top: 77px;
  }
  .Left3_List_Div {
    margin-top: 50px;
    /* overflow: hidden; */
  }
  .Left3_List {
    width: 100%;
    height: auto;
  }
  .Left3_List ul {
    width: 100%;
    height: auto;
    list-style: none;
  }
  .Left3_List li {
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #efefef;
    height: auto;
    min-height: 123px;
  }
  .Left3_List_Title {
    padding: 55px 25px 35px 25px;
    height: auto;
    min-height: 30px;
    background-color: #f5f5f5;
  }
  .Left3_List_Title h3 {
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 93px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    background-color: #960000;
    z-index: 1;
  }
  .Left3_List_Title h4 {
    display: block;

    line-height: 30px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #960000;
  }
  .Left3_List_Title h4 a {
    color: #960000;
  }
  .Left3_List_Title em {
    display: none;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 52px;
    height: 52px;
    background: url(../images/Left_Plus.png) center center no-repeat;
    z-index: 1;
    cursor: pointer;
  }
  .Left3_List_Content {
    display: block !important;
    padding: 25px 25px 30px 25px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 20px;
  }
  .Left3_List_Content span {
    display: inline;
    color: #960000;
  }
  .Left3_List_Div .Indus_List_More {
    margin-bottom: 60px !important;
  }

  /* Left4 */
  .Left4_Artical_Div {
    width: 100%;
    height: auto;
  }
  .Left4_Artical_Title {
    font-size: 36px;
    line-height: 40px;
    color: #1a1a1a;
    margin-bottom: 50px;
  }
  .Left4_Artical_Content {
    height: auto;
    padding-bottom: 30px;
  }
  .Left4_Artical_Content p {
    font-size: 18px;
    line-height: 22px;
    color: #1a1a1a;
    margin-bottom: 30px;
  }
  .Left4_Artical_Content span {
    width: 100%;
  }
  .Left4_Artical_Content span img {
    margin: 0 auto;
  }
  .Left4_Artical_More {
    width: 100%;
  }
  .Left4_Artical_More h4 {
    margin: 0 auto;
    width: 72px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background-color: #b20303;
  }

  .Left4_Artical_More h4 a {
    color: #fff;
    line-height: 21px;
  }

  .Top_Info_Close {
    width: 24px;
    height: 24px;
    content: url(../images/svg/close.svg);
  }

  .BackTop {
    width: 34px;
    height: 34px;
    background-image: url(../images/svg/up.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f1f1f1;
    border-bottom: 2px solid #b20303;
  }

  /* PageControl_Box  */
  .PageControl_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    /* margin-bottom: 70px; */
  }

  .PageControl_Div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 27px;
    min-width: 100px;
    /* border: 1px solid saddlebrown; */
  }

  .PageControl_Next,
  .PageControl_Prev {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    /* background-color: #fff; */
    height: 27px;
    width: 27px;
    margin-right: 16px;
    margin-left: 16px;
    /* border: 1px solid #E6E6E6; */
  }

  .PageControl_Next a,
  .PageControl_Prev a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 27px;
    line-height: 27px;
  }

  .PageControl_Num {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 27px;
  }

  .PageControl_Num ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 27px;
    list-style: none;
  }

  .PageControl_Num li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 27px;
    height: 27px;
    line-height: 27px;
    color: #4a4a4a;
    /* background-color: #fff; */
    font-size: 16px;
    text-align: center;
  }

  .PageControl_Num ul .NumOn {
    border-radius: 13px;
    color: #fff;
    font-weight: bold;
    background-color: #8f0101;
  }

  .PageControl_Num ul .NumOn a {
    color: #fff;
    font-weight: bold;
  }

  .PageControl_Num li a {
    color: #4a4a4a;
  }

  .PageControl_Next a {
    content: url(../images/svg/page-right.svg);
  }

  .PageControl_Prev a {
    content: url(../images/svg/page-left.svg);
  }

  .Left2_List li:nth-child(2n+1) {
    clear: both;
  }

  .Home_Part9_Conten_Form_Msg textarea {
    border: none;
    width: 100%;
    padding: 10px 0;
  }

  .Home_Part9_Conten_Form_Addr input {
    font-family: monospace;
    padding: 6px 10px;
  }

  .Home_Part4_List_Div li h3 {
    width: calc(100% - 14px);
    box-sizing: border-box;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
  }

  .Home_Part7_Swiper {
    height: auto;
  }

  .Home_Part7_Swiper_Down {
    height: auto;
    padding-bottom: 22px;
  }

  .Home_Part7_Swiper_Down h3 {
    float: none;
    width: 100%;
    height: auto;
    display: flex;
  }

  .Indus_List_Div h4 {
    height: auto;
  }

  .Indus_List_Div h4 a {
    display: block;
    height: auto;
    margin-bottom: 5px;
    width: calc(100% - 10px);
  }

  .IndusHC_Part4_Swiper_Box {
    height: auto;
    padding: 20px 0;
  }

  .List_Content_Pic {height: auto;}

  .Artical2_Part2_Box.Indus1 .Artical2_Part2 {
    height: auto;
  }

  .Artical2_Part2_Box.Indus1 .Artical2_Part2_Title {
    margin-top: 0;
  }

  .Artical2_Part2_Box.Indus1 .Artical2_Part2_List_Box {
    margin-bottom: 2rem;
  }
}
