/* chairman start*/
.chairman-banner {
  padding-top: clamp(40px, 3.125vw, 60px);
  position: relative;
}
.chairman-banner .pic {
  position: relative;
}
.chairman-banner .pic .meidia-box {
  padding-bottom: 48%;
  overflow: hidden;
  position: relative;
}
.chairman-banner .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chairman-banner .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chairman-banner .text {
  position: absolute;
  left: 0;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 35%;
}
.chairman-banner .text .name {
  font-weight: 600;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #FFFFFF;
}
.chairman-banner .text .tit {
  font-weight: 600;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: rgba(255, 255, 255, 0.8);
}
.chairman-banner .text .tips {
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: rgba(255, 255, 255, 0.8);
}
.chairman-banner .crumb {
  position: absolute;
  left: 0;
  top: 119px;
  width: 100%;
  z-index: 3;
}

.chairman-page-box .chairman-page-01 {
  padding: clamp(80px, 6.25vw, 120px) clamp(146.66667px, 11.45833vw, 220px) clamp(120px, 9.375vw, 180px);
  background: url("../images/chairman-page-01-bg.webp") no-repeat center center;
  background-size: cover;
}
.chairman-page-box .chairman-page-01 .tit {
  text-align: center;
  font-weight: 600;
  /*font-size: clamp(36px, 3.125vw, 60px);*/
  /*color: #2c2c2c;*/
  
    font-family: Manrope;
    font-size: clamp(33.33333px, 2.60417vw, 50px);
    line-height: normal;
    color: #ffffff;
}

.chairman-page-box .chairman-page-01 .tit h2{
    font-weight: bold;
}

.chairman-page-box .chairman-page-01 .tips {
  position: relative;
  /*font-weight: 300;*/
  margin: clamp(13.33333px, 1.04167vw, 20px) auto 0;
  /*font-size: clamp(26.66667px, 2.08333vw, 40px);*/
  max-width: clamp(960px, 75vw, 1440px);
  /*color: rgba(44, 44, 44, 0.8);*/
  text-align: center;
  position: relative;
  font-style: normal;

    font-family: Manrope;
    font-size: clamp(20px, 1.5625vw, 30px);
    font-weight: normal;
    line-height: normal;
    color: #ffffff;
  
}
.chairman-page-box .chairman-page-01 .tips::before {
  content: "";
  background: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(119.33333px, 9.32292vw, 179px);
  height: clamp(108px, 8.4375vw, 162px);
}
.chairman-page-box .chairman-page-01 .tips::after {
  content: "";
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(133.33333px, 10.41667vw, 200px);
  height: clamp(133.33333px, 10.41667vw, 200px);
}
.chairman-page-box .chairman-page-02 {
  padding: clamp(40px, 3.125vw, 60px) 0 0;
  background: url(../images/chairman-bg-01.png) no-repeat center center;
  background-size: cover;
}
.chairman-page-box .chairman-page-02 .pic-text .pic {
  width: 50%;
  padding: 0 10% 0 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chairman-page-box .chairman-page-02 .pic-text .pic img {
  width: 100%;
  height: auto;
}
.chairman-page-box .chairman-page-02 .pic-text .text {
  width: 50%;
}
.chairman-page-box .chairman-page-02 .pic-text .text .name {
  font-weight: 600;
  /*font-size: 40px;*/
  /*color: #2C2C2C;*/
    
    font-family: Source Sans Pro;
    font-size: clamp(26.66667px, 2.08333vw, 40px);
    line-height: normal;
    color: #000000;
}

.chairman-page-box .chairman-page-02 .pic-text .text .name h2{
    font-weight: bold;
}

.chairman-page-box .chairman-page-02 .pic-text .text .tips {
  /*font-size: clamp(17.33333px, 1.35417vw, 26px);*/
  /*color: rgba(44, 44, 44, 0.8);*/
  margin: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(26.66667px, 2.08333vw, 40px);
  
    font-family: Manrope;
    font-size: clamp(16px, 1.04167vw, 20px);
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
}

.chairman-page-box .chairman-page-02 .pic-text .text .tips ul{
    padding-left: 1.8rem;
    margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}

.chairman-page-box .chairman-page-02 .pic-text .text .tips ul li{
    list-style-type: disc;
}

.chairman-page-box .chairman-page-02 .pic-text .text .tips ul p{}

.chairman-page-box .chairman-page-02 .pic-text .text .follow {
  /*background: #E7E7E7;*/
  /*border-radius: clamp(48.66667px, 3.80208vw, 73px);*/
  /*width: clamp(153.33333px, 11.97917vw, 230px);*/
  height: clamp(46.66667px, 3.64583vw, 70px);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: 0 clamp(16.66667px, 1.30208vw, 25px);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chairman-page-box .chairman-page-02 .pic-text .text .follow span{
    margin-right: clamp(6.66667px, 0.52083vw, 10px);
}
.chairman-page-box .chairman-page-02 .pic-text .text .follow a {
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
  /*width: 50%;*/
  padding: 0 clamp(6.66667px, 0.52083vw, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chairman-page-box .chairman-page-02 .pic-text .text .follow a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.chairman-page-box .chairman-page-02 .pic-text .text .follow a img {
  width: clamp(20px, 1.5625vw, 30px);
  height: auto;
}
.chairman-page-box .chairman-page-03 {
  padding: clamp(80px, 6.25vw, 120px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #fff !important;
  background-image: none !important;
  background-size: auto;
}
.chairman-page-box .chairman-page-03 .tit-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chairman-page-box .chairman-page-03 .tit-tips .tit-page {
  width: 100%;
  text-align: center;
}
.chairman-page-box .chairman-page-03 .tit-tips .tit-page .tit {
  
  /*font-size: clamp(36px, 3.125vw, 60px);*/
  /*color: #004EA3;*/
    font-weight: bold;
    font-family: Manrope;
    font-size: clamp(33.33333px, 2.60417vw, 50px);
    font-weight: 600;
    line-height: normal;
    color: #000000;
}

.chairman-page-box .chairman-page-03 .tit-tips .tit-page .tit h2{
    font-weight: bold;
}

.chairman-page-box .chairman-page-03 .tit-tips .tit-page .page {
  display: none;
}
.chairman-page-box .chairman-page-03 .tit-tips .tit-page .page > div {
  width: clamp(30px, 2.34375vw, 45px);
  height: clamp(30px, 2.34375vw, 45px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9F9F9F;
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  --swiper-theme-color:#3D3D3D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.chairman-page-box .chairman-page-03 .tit-tips .tit-page .page > div.swiper-button-prev {
  left: 0;
}
.chairman-page-box .chairman-page-03 .tit-tips .tit-page .page > div.swiper-button-next {
  right: 0;
}
.chairman-page-box .chairman-page-03 .tit-tips .tit-page .page > div::after {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}
.chairman-page-box .chairman-page-03 .tit-tips .tit-page .page > div:hover {
  background-color: #004EA3;
  color: #fff;
}
.chairman-page-box .chairman-page-03 .tit-tips .tips {
  display: none;
  width: 100%;
  margin-top: clamp(10px, 0.78125vw, 15px);
  text-align: center;
  /*font-size: clamp(17.33333px, 1.35417vw, 26px);*/
  /*color: #2C2C2C;*/
  
    font-family: Manrope;
    font-size: clamp(16px, 1.04167vw, 20px);
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
}
.chairman-page-box .chairman-page-03 .chairman-swiper {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
}
.chairman-page-box .chairman-page-03 .chairman-swiper .swiper-slide {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.chairman-page-box .chairman-page-03 .chairman-swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.chairman-page-box .chairman-page-03 .chairman-swiper .swiper-slide .meidia-box {
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.chairman-page-box .chairman-page-03 .chairman-swiper .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chairman-page-box .chairman-page-03 .chairman-swiper .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chairman-page-box .chairman-page-03 .chairman-swiper .swiper-slide img {
  border-radius: 0;
}
.chairman-page-box .chairman-page-03 .chairman-swiper .swiper-slide .border-hover::after {
  border-radius: 0;
}
.chairman-page-box .chairman-page-03 .sc-page {
  padding-top: clamp(18px, 1.40625vw, 27px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --swiper-theme-color: #222;
}
.chairman-page-box .chairman-page-03 .sc-page .sc-page-inner {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
}
.chairman-page-box .chairman-page-03 .sc-page .swiper-pagination {
  position: relative;
  bottom: 0;
}
.chairman-page-box .chairman-page-03 .sc-page .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: #000;
  color: transparent;
  font-size: 0;
  opacity: 0.25;
}
.chairman-page-box .chairman-page-03 .sc-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.chairman-page-box .chairman-page-03 .small-content {
  margin: clamp(80px, 6.25vw, 120px) auto 0;
  max-width: clamp(960px, 75vw, 1440px);
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .pic {
  width: 50%;
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .pic a {
  display: block;
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .pic .meidia-box {
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(26.66667px, 2.08333vw, 40px);
  text-align: right;
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .text .tit {
  font-weight: 600;
  /*font-size: clamp(26.66667px, 2.08333vw, 40px);*/
  /*color: #004EA3;*/
  line-height: 1.4;
  
    font-family: Source Sans Pro;
    font-size: clamp(20px, 1.5625vw, 30px);
    line-height: 1.66666;
    color: #000000;
}
.chairman-page-box .chairman-page-03 .small-content .hot-pic-text .text .tips {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  /*color: #2C2C2C;*/
  margin: clamp(20px, 1.5625vw, 30px) 0 0;
  
    font-family: Manrope;
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text {
  margin-top: clamp(66.66667px, 5.20833vw, 100px);
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li {
  width: calc(33.3333333333% - 40px);
  margin-left: 60px;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li:nth-child(3n+1) {
  margin-left: 0;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li a {
  display: block;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li .pic .meidia-box {
  padding-bottom: 59.615%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li .pic img {
  border-radius: 0;
}
.chairman-page-box .chairman-page-03 .small-content .border-hover::after,
.chairman-page-box .chairman-page-03 .small-content img {
  border-radius: 0;
}
.chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li .text {
  font-weight: 600;
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
  /*font-size: clamp(10.66667px, 0.83333vw, 16px);*/
  /*color: #2C2C2C;*/
  text-align: center;
  
    height: initial;
    font-family: Manrope;
    font-size: clamp(16px, 1.04167vw, 20px);
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
}

/* chairman end*/
@media screen and (min-width: 1024px) {
  .chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li {
    margin-bottom: 40px;
  }

  .chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li .textSpecificity {
    line-height: 1.3;
  }

  .chairman-page-box .chairman-page-03 .small-content .hot-pic-text .pic .meidia-box img {
    transform: scale(1);
  }
}

@media screen and (max-width: 1023px) {
  .chairman-banner .crumb {
    top: 99px;
  }
  .chairman-banner .text {
    position: relative;
    padding-top: 40px;
  }
  .chairman-banner .text .name {
    color: #004EA3;
  }
  .chairman-banner .text .tit {
    color: #004EA3;
  }
  .chairman-banner .text .tips {
    color: #004EA3;
  }
  .chairman-page-box .chairman-page-01 {
    padding: 40px 20px 0;
  }
  .chairman-page-box .chairman-page-01 .tips::before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .chairman-page-box .chairman-page-01 .tips::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .chairman-page-box .chairman-page-02 .pic-text .pic {
    width: 100%;
    padding: 0 5%;
  }
  .chairman-page-box .chairman-page-02 .pic-text .text {
    width: 100%;
    padding-top: 40px;
  }
  .chairman-page-box .chairman-page-03 {
    padding-top: 40px;
  }
  .chairman-page-box .chairman-page-03 .tit-tips .tit-page {
    width: 100%;
  }
  .chairman-page-box .chairman-page-03 .tit-tips .tips {
    width: 100%;
    margin-top: 10px;
  }
  .chairman-page-box .chairman-page-03 .small-content {
    margin-top: 40px;
  }
  .chairman-page-box .chairman-page-03 .small-content .hot-pic-text .pic {
    width: 100%;
  }
  .chairman-page-box .chairman-page-03 .small-content .hot-pic-text .text {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    text-align: left;
  }
  .chairman-page-box .chairman-page-03 .small-content .list-pic-text ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .chairman-page-box .chairman-page-03 .small-content .list-pic-text {
    margin-top: 40px;
  }
}

.about-leadership-page .chairman-page-box .chairman-page-02 .pic-text .text .follow {
  display: none;
}
