@media (min-width: 979px) {
  .BgBlue.Banner_BG {
    background: url(../images/about/banner.png);
    background-size: 100% 400px;
    background-repeat: no-repeat;
  }

  .BgGray {
    background: #fff;
  }
  .banner-main,
  .banner-main-img {
    height: 400px;
  }
  .BannerContLt {
    margin-top: 130px;
  }
  .BannerContLt .BannerTit {
    font-size: 44px;
    color: #e6251f;
    letter-spacing: 0;
    line-height: 56px;
    font-weight: 700;
  }

  .BannerContLt .BannerFuTit {
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: 500;
  }

  /*	二级banner位	*/
  .BannerNav {
    display: flex;
    justify-content: space-around;
  }
  .BannerNavItem {
    padding: 25px 0;
    font-size: 16px;
    color: #000;
  }
  .BannerNavItem.Act {
    color: #e6251f;
    border-bottom: 2px solid #e6251f;
  }
  .PosHeaderNav_Height {
    height: 74px;
  }

  .CommContTop {
    text-align: center;
  }

  .CommContTop .CommContTopTit {
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
  }

  .CommContTop .CommContTopFuTit {
    font-size: 16px;
    color: #666666;
  }

  .ABOUT_AA_BG {
    height: 630px;
    background-image: linear-gradient(0deg, #ffffff 47%, #f9f9ff 100%);
  }
  .ABOUT_AA {
    width: 1200px;
    margin: 0 auto;
  }

  .ABOUT_AA .ABOUT_AA_block {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }

  .ABOUT_AA .ABOUT_AA_block .ABOUT_AA_txt {
    width: 530px;
    margin-top: 40px;
  }

  .ABOUT_AA .ABOUT_AA_block .ABOUT_AA_txt .ABOUT_AA_tit {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
  }
  .ABOUT_AA .ABOUT_AA_block .ABOUT_AA_txt .ABOUT_AA_tit span {
    font-size: 24px;
    color: #e6251f;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
  }

  .ABOUT_AA .ABOUT_AA_block .ABOUT_AA_desc {
    width: 500px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
  }

  .ABOUT_AA .ABOUT_AA_block .ABOUT_AA_desc div {
    margin: 0 0 10px;
  }

  .ABOUT_AA .ABOUT_AA_block .ABOUT_AA_video {
    background: url(../images/about/aa_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 670px;
    height: 420px;
    position: relative;
  }

  /********************************************************************************/

  .video-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(20px) saturate(18%);
    backdrop-filter: blur(20px) saturate(18%);
  }
  .video-container .close {
    position: absolute;
    left: calc(50% + 480px);
    top: calc(50% - 280px);
    font-size: 32px;
    line-height: 14px;
    color: hsla(0, 0%, 100%, 0.8);
    cursor: pointer;
  }
  .video-container .video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 843px;
    height: 474px;
    transform: translate(-50%, -50%);
  }

  .video-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/oldindex/video-btn.svg) center no-repeat;
    left: 50%;
    margin-left: -30px;
    top: 170px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.8;
  }

  .video-btn::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 1;
    -webkit-animation: water 1s linear infinite;
    animation: water 1s linear infinite;
  }

  @-webkit-keyframes water {
    0% {
      opacity: 0.8;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
    }
  }

  /********************************************************************************/

  .ABOUT_BB {
    width: 1180px;
    margin: 0 auto 50px;
  }
  .ABOUT_BB .ABOUT_BB_block {
    background: url(../images/about/bb_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1180px;
    height: 730px;
  }
  .ABOUT_BB .ABOUT_BB_block * {
    opacity: 0;
  }
  .ABOUT_BB .ABOUT_BB_block .block_a {
    font-size: 20px;
    color: #e6251f;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    padding-top: 55px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_b {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    padding-top: 40px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_b div:nth-child(1) {
    width: 493px;
    text-align: center;
  }
  .ABOUT_BB .ABOUT_BB_block .block_b div:nth-child(2) {
    text-align: center;
    width: 580px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_b div:nth-child(3) {
    text-align: center;
    width: 82px;
    margin-top: 0px;
    font-size: 12px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_c {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 1123px;
    margin: 0 auto;

    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_1_1 {
    width: 440px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_1_1:nth-child(1) span {
    width: 144px;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
  }

  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_1_1:nth-child(2) {
    width: 683px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_1_1:nth-child(2) div span {
    width: 225px;
    text-align: center;
    margin-top: 27px;
    display: inline-block;
  }

  .ABOUT_BB .ABOUT_BB_block .block_d {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    padding-top: 35px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_d div:nth-child(1) {
    width: 868px;
    text-align: center;
  }
  .ABOUT_BB .ABOUT_BB_block .block_d div:nth-child(2) {
    text-align: center;
    width: 216px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_d div:nth-child(3) {
    text-align: center;
    margin-top: 0px;
    font-size: 12px;
  }

  /**********************************************************************************/

  .ABOUT_BB .ABOUT_BB_block .block_e {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 1125px;
    margin: 0 auto;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 {
    width: 843px;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_1 {
    width: 843px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_1 div {
    text-align: center;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    padding-top: 30px;
    margin-left: 10px;
    width: 109px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_1 div:nth-child(1) {
    width: 109px;
    margin-left: 10px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 {
    width: 843px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div {
    margin: 38px 0 0;
    width: 22px;
    padding-left: 0px;
    text-align: center;
    margin-left: 7px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(1),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(9),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(13),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(17),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(21),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(25) {
    margin-left: 10px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(5) {
    margin-left: 11px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(13),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(14),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(15),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_2 div:nth-child(16) {
    padding-top: 8px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_1 .block_e_1_1 div span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }

  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_2 {
    width: 282px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    margin-top: 40px;
    font-weight: 400;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_2 div {
    width: 125px;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
    height: 35px;
    padding-left: 35px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_2 div:nth-child(8),
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_2 div:nth-child(9) {
    line-height: 17px;
    padding-top: 6px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e .block_e_2 span {
    writing-mode: lr-tb;
  }

  /**********************************************************************************/

  .ABOUT_BB .ABOUT_BB_block .block_f {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    color: #809df4;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    padding-top: 40px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_f div:nth-child(1) {
    width: 615px;
    text-align: center;
  }
  .ABOUT_BB .ABOUT_BB_block .block_f div:nth-child(2) {
    text-align: center;
    width: 470px;
  }

  .ABOUT_BB .ABOUT_BB_block .block_f div:nth-child(3) {
    text-align: center;
    margin-top: 0px;
    font-size: 12px;
    color: #000;
  }

  /**********************************************************************************/

  .ABOUT_BB .ABOUT_BB_block .block_g {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    color: #809df4;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    padding-top: 29px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div {
    width: 140px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:nth-child(1) {
    margin-left: 30px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:nth-child(2) {
    margin-left: 10px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:nth-child(3) {
    margin-left: 6px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:nth-child(5) {
    margin-left: 15px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:nth-child(6) {
    width: 100px;
    margin-left: 5px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:nth-child(7) {
    width: 100px;
    margin-left: 28px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:nth-child(8) {
    margin-left: 12px;
  }
  /**********************************************************************************/

  .ABOUT_BB .ABOUT_BB_block .block_h {
    width: 1180px;
    font-size: 14px;
    color: #809df4;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    font-weight: 500;
    padding-top: 34px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_h div {
    text-align: right;
    margin: 0 34px 0 0;
    font-size: 12px;
    color: #000;
  }

  /**********************************************************************************/

  /**********************************************************************************/

  .ABOUT_BB .ABOUT_BB_block .block_i {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    color: #809df4;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    padding-top: 12px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div {
    width: 140px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div:nth-child(1) {
    margin-left: 35px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div:nth-child(2) {
    margin-left: 18px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div:nth-child(3) {
    margin-left: 18px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div:nth-child(4) {
    margin-left: 20px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div:nth-child(5) {
    margin-left: 20px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div:nth-child(6) {
    margin-left: 25px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_i div:nth-child(7) {
    margin-left: 20px;
  }
  /**********************************************************************************/

  /*
  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_2{
    width : 340px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
  }
  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_2 div{
      width: 20px;
      text-align: center;
      margin: 15px 12.6px 0 5px;
      line-height: 17px;
      padding-top: 14px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_2 div:nth-child(8),
  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_2 div:nth-child(9){
      line-height: 17px;
      padding-top: 6px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_c .block_c_2 span{
    writing-mode:lr-tb;
  }
  .ABOUT_BB .ABOUT_BB_block .block_d{
    width  : 1180px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    margin-top: 24px;
    font-weight: 500;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width : 1086px;
    margin : 0 auto;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e div{
  
    width: 163px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  margin-top : 14px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_e div:not(:first-child){    
    margin-left: 21px;
  }
  
  
  .ABOUT_BB .ABOUT_BB_block .block_f{
    width  : 1180px;
  font-size: 14px;
  color: #6183F1;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  margin-top : 38px;
  }
  
  
  
  .ABOUT_BB .ABOUT_BB_block .block_g{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width : 1126px;
    margin : 0 auto;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div{
      width: 273px;
    font-size: 14px;
    color: #6183F1;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    margin-top : 25px;
  }
  .ABOUT_BB .ABOUT_BB_block .block_g div:not(:first-child){    
    margin-left: 11px;
  }
  */

  /********************************************************************************/

  .ABOUT_CC_BG {
    background: url(../images/about/cc_bg.png);
    background-size: 100% 270px;
    background-repeat: no-repeat;
    height: 270px;
  }
  .ABOUT_CC {
    width: 1200px;
    margin: 0 auto;
  }

  .ABOUT_CC .CommContTopTit {
    padding: 40px 0 10px;
    color: #fff;
  }

  .ABOUT_CC .CommContTopFuTit {
    color: #fff;
  }

  .ABOUT_CC .ABOUT_CC_block {
    width: 1180px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .ABOUT_CC .ABOUT_CC_block .ABOUT_CC_list {
    text-align: center;
    color: #ffffff;
    /* width: 236px; */
    width: 25%;
    margin-top: 10px;
  }
  .ABOUT_CC .ABOUT_CC_block .ABOUT_CC_list div {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 10px;
  }
  .ABOUT_CC .ABOUT_CC_block .ABOUT_CC_list div span {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 600;
  }
  .ABOUT_CC .ABOUT_CC_block .ABOUT_CC_list div:nth-child(2) {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
  }

  /********************************************************************************/

  .ABOUT_DD_BG {
    background: #fafaff;
  }
  .ABOUT_DD {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
  }

  .ABOUT_DD .ABOUT_DD_block {
  }

  .ABOUT_DD_block .ABOUT_DD_list {
    width: 1200px;
    height: 174px;
    padding-top: 40px;
    padding-left: 30px;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0px 30px 60px 0px rgba(236, 237, 245, 0.5);
    border-radius: 10px;
  }
  .ABOUT_DD_block .ABOUT_DD_list div:nth-child(1) {
    font-size: 24px;
    color: #e6251f;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
  }
  .ABOUT_DD_block .ABOUT_DD_list div:nth-child(2) {
    width: 660px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
  }

  .ABOUT_DD_block .ABOUT_DD_list.d2010 {
    background: url(../images/about/dd_2010.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2011 {
    background: url(../images/about/dd_2011.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2012 {
    background: url(../images/about/dd_2012.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2013 {
    background: url(../images/about/dd_2013.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2014 {
    background: url(../images/about/dd_2014.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2015 {
    background: url(../images/about/dd_2015.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2016 {
    background: url(../images/about/dd_2016.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2017 {
    background: url(../images/about/dd_2017.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2018 {
    background: url(../images/about/dd_2018.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2019 {
    background: url(../images/about/dd_2019.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2020 {
    background: url(../images/about/dd_2020.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ABOUT_DD_block .ABOUT_DD_list.d2021 {
    background: url(../images/about/dd_2021.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .animate-element {
    opacity: 0;
  }
  .scale-large {
    -webkit-animation-name: scale-large-data-v-6793027d;
    animation-name: scale-large-data-v-6793027d;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-webkit-keyframes scale-large-data-v-6793027d {
    0% {
      transform: scale(0.2);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-large-data-v-6793027d {
    0% {
      transform: scale(0.2);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .container .timeline {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    width: 1180px;
    margin: 35px auto;
  }
  .container .timeline .line {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 2px;
    background-color: #b8c0d3;
  }
  .container .timeline .line .active {
    height: 100%;
    width: 0;
    background-color: #e6251f;
    transition: width 0.3s ease;
  }
  .container .timeline .time-node-container {
    position: relative;
    z-index: 1;
    width: 70px;
    cursor: pointer;
  }
  .container .timeline .time-node-container .time-node {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
  .container .timeline .time-node-container .time-node .time-label {
    display: inline-block;
    color: hsla(0, 0%, 100%, 0.8);
    transform-origin: center 20px;
    transition: transform 0.3s ease;
    font-size: 20px;
    color: #808dac;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
  }
  .container .timeline .time-node-container .time-node .white-point-bg {
    position: absolute;
    left: calc(50% - 12px);
    bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    margin-top: 5px;
    background-color: #e1e6f0;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }
  .container .timeline .time-node-container .time-node .white-point {
    height: 14px;
    width: 14px;
    background-color: #9ca6bd;
    border-radius: 7px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .container .timeline .time-node-container .time-node-active .time-label {
    font-weight: 500;
    color: #fff;
    transform: scale(1.15);
    font-size: 20px;
    color: #e6251f;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
  }
  .container .timeline .time-node-container .time-node-active .white-point-bg {
    background-color: #f6cfd2;
    transform: scale(1.15);
  }
  .container
    .timeline
    .time-node-container
    .time-node-active
    .white-point-bg
    .white-point {
    transform: scale(0.95);
    background: #e6251f;
  }

  /********************************************************************************/

  .ABOUT_EE {
    width: 1150px;
    margin: 0 auto;
  }

  .ABOUT_EE .ABOUT_EE_block {
    width: 1150px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }
  .ABOUT_EE .ABOUT_EE_block .ABOUT_EE_list:nth-child(1) {
    width: 710px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }
  .ABOUT_EE .ABOUT_EE_block .ABOUT_EE_list .ABOUT_EE_list_1 {
    width: 355px;
  }

  .ABOUT_EE .ABOUT_EE_block .ABOUT_EE_list .ABOUT_EE_list_1 div {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 50px;
    line-height: 26px;
    position: relative;
  }

  .ABOUT_EE
    .ABOUT_EE_block
    .ABOUT_EE_list
    .ABOUT_EE_list_1
    div:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 11px;
    left: -12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e6251f;
  }
  .ABOUT_EE .ABOUT_EE_block .ABOUT_EE_list .ABOUT_EE_list_1 div span {
    font-size: 28px;
    color: #e6251f;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }

  .ABOUT_EE .ABOUT_EE_block .ABOUT_EE_list .ABOUT_EE_list_1 div:nth-child(2) {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
  }
  .ABOUT_EE .ABOUT_EE_block .ABOUT_EE_list:nth-child(2) {
    width: 440px;
  }
  .ABOUT_EE .ABOUT_EE_block .ABOUT_EE_list:nth-child(2) img {
    width: 440px;
  }

  /********************************************************************************/

  .ABOUT_FF {
    width: 1160px;
    margin: 0 auto;
  }

  .ABOUT_FF .ABOUT_FF_list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .ABOUT_FF .ABOUT_FF_list .ABOUT_FF_list_1 {
    width: 290px;
    height: 240px;
  }
  .ABOUT_FF .ABOUT_FF_list .ABOUT_FF_list_1:hover {
    border: 0px solid #e2dede;
    box-shadow: 0 3px 15px 2px #efefef;
    border-radius: 10px;
  }

  .ABOUT_FF .ABOUT_FF_list .ABOUT_FF_list_1 div {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
  }

  .ABOUT_FF .ABOUT_FF_list .ABOUT_FF_list_1 div img {
    width: 80px;
  }
  .ABOUT_FF .ABOUT_FF_list .ABOUT_FF_list_1 div:nth-child(2) {
    margin: 20px 0 10px;
  }
  .ABOUT_FF .ABOUT_FF_list .ABOUT_FF_list_1 div:nth-child(3) {
    width: 220px;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
  }

  /********************************************************************************/

  .ABOUT_GG_BG {
    background: url(../images/about/gg_bg.png);
    background-size: 100% 650px;
    background-repeat: no-repeat;
    height: 650px;
    margin-top: 50px;
  }

  .ABOUT_GG {
    width: 1200px;
    margin: 0 auto;
  }

  .ABOUT_GG .ABOUT_GG_block {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }

  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list_1 {
    /*
    background: url(../images/about/gg_1_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    */
    width: 585px;
    height: 410px;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0px 30px 60px 0px rgba(245, 245, 245, 1);
    border-radius: 10px;
  }
  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list_1:nth-child(2) {
    margin-left: 30px;
  }

  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list_1 .ABOUT_GG_list_1_tit {
    width: 440px;
    margin: 50px auto 0;

    display: flex;
    flex: 1;
    flex-wrap: wrap;

    position: relative;
  }

  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list_1 .ABOUT_GG_list_1_tit::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 165px;
    width: 5px;
    height: 80px;
    background: #e6251f;
  }
  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list_1
    .ABOUT_GG_list_1_tit
    .ABOUT_GG_list_1_tit_avatar {
    width: 120px;
  }
  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list_1
    .ABOUT_GG_list_1_tit
    .ABOUT_GG_list_1_tit_avatar
    img {
    width: 120px;
  }

  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list_1
    .ABOUT_GG_list_1_tit
    .ABOUT_GG_list_1_tit_name {
    margin: 20px 0 0 80px;
  }
  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list_1
    .ABOUT_GG_list_1_tit
    .ABOUT_GG_list_1_tit_name
    div {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
  }

  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list_1
    .ABOUT_GG_list_1_tit
    .ABOUT_GG_list_1_tit_name
    div:nth-child(2) {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-top: 10px;
  }

  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list_1 .ABOUT_GG_list_1_desc {
    width: 440px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #7c879a;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    font-weight: 400;
  }

  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list {
    width: 585px;
    height: 410px;
    margin-left: 20px;
  }

  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list .ABOUT_GG_list_2 {
    width: 660px;
    height: 280px;
    margin: 0 auto 20px;

    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0px 30px 60px 0px rgba(245, 245, 245, 1);
    border-radius: 10px;
  }

  .ABOUT_GG .ABOUT_GG_block .ABOUT_GG_list .ABOUT_GG_list_2:nth-child(2) {
    width: 660px;
    height: 260px;
    background: #fff;
    margin: 0 auto;
  }

  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit {
    width: 580px;
    margin: 0 auto;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    position: relative;
    padding-top: 30px;
  }

  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 130px;
    width: 5px;
    height: 60px;
    background: #e6251f;
  }
  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_avatar {
    width: 100px;
  }
  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_avatar
    img {
    width: 100px;
  }

  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_name {
    width: 160px;
    margin: 20px 0 0 60px;
  }
  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_name
    div {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }

  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_2_tit
    .ABOUT_GG_list_2_tit_name
    div:nth-child(2) {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
  }

  .ABOUT_GG
    .ABOUT_GG_block
    .ABOUT_GG_list
    .ABOUT_GG_list_2
    .ABOUT_GG_list_1_desc {
    width: 580px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #7c879a;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
  }

  /********************************************************************************/

  .ABOUT_HH {
    width: 1200px;
    margin: 0 auto;
  }
  .ABOUT_HH_block {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    height: 410px;
  }

  .ABOUT_HH_block .ABOUT_HH_list {
    display: flex;
  }
  .ABOUT_HH_block .swiper-slide_FX {
    /* margin-bottom: 50px; */
  }
  .ABOUT_HH_block .ABOUT_HH_list .container_LX {
    width: 600px;
    height: 360px;
  }
  .ABOUT_HH_block .ABOUT_HH_list .HH_list {
    width: 560px;
    height: 360px;
    margin-left: 40px;
    background: #fff;
  }
  .ABOUT_HH_block .ABOUT_HH_list .HH_add {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-top: 5px;
    border-bottom: 1px solid #dbdee7;
    position: relative;
  }

  .ABOUT_HH_block .ABOUT_HH_list .HH_add:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 8px;
    left: -0px;
    width: 30px;
    height: 30px;
    background: url(../images/about/hh_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ABOUT_HH_block .ABOUT_HH_list .HH_txt {
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
  }
  .ABOUT_HH_block .ABOUT_HH_list .HH_txt div {
    margin-top: 10px;
  }
  .ABOUT_HH_block .ABOUT_HH_list .HH_txt img {
    width: 110px;
  }
  /********************************************************************************/

  /********************************************************************************/

  .InfoBg {
    background: url(../images/event/info_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
  }
  .InfoCont {
    padding: 50px 0 0 0;
  }
  .InfoContLt {
    width: 800px;
    text-align: center;
    margin: 0 auto;
  }

  .InfoContLt a {
    display: block;
    width: 204px;
    height: 48px;
    background: #ffffff;
    border-radius: 4px;
    margin: 30px auto 0;

    font-size: 18px;
    color: #e6251f;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
  }

  /********************************************************************************/
  .contact {
    width: 100%;
    margin: 30px 0 40px;
  }
  .contact .title {
    padding-top: 30px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }
  .contact .nav {
    display: flex;
    margin: 30px auto 24px;
    height: 55px;
    width: 1200px;
    border: 1px solid #dfe2eb;
    border-radius: 6px;
    overflow: hidden;
  }
  .contact .nav .nav-item {
    position: relative;
    flex: 1;
    font-size: 17px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    color: #758296;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  .contact .nav .nav-item:not(.nav-item-active):hover {
    background-color: #f6cfd2;
  }
  .contact .nav .nav-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 1px;
    height: 24px;
    background-color: #dfe2eb;
    transition: background-color 0.2s ease;
  }
  .contact .nav .nav-item-active {
    font-weight: 500;
    background: #e6251f;
    color: #f5f5f5;
  }
  .contact .nav .nav-item-active:not(:last-child):after {
    background-color: transparent;
  }
}
