/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR INDEXT               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common styles
* 2. header styles
* 3. slider styles
* 4. six-num styles
* 5. the-organizers styles
* 6. three-parties styles
* 7. the-agenda styles
* 8. attending-enterprises styles
* 9. sponsors styles
* 10. media-partners styles
* 11. footer styles
* 12. kefu styles
* 13. inner-banner styles
* 14. nav-pills styles
* 15. traffic-information styles
* 16. the-hotel-is-recommended styles
* 17. Application-for-speech styles
* 18. about styles
* 19. contact styles
* 20. sponsor-list styles
* 21. news styles
* 22. pagination styles
* 23. section-report styles
* 24. section-picture styles
* 25. section-evaluation styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common styles
*/
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, PingFang SC, Noto Sans, Noto Sans CJK SC, Microsoft YaHei,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik';
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.section-title {
  text-align: center !important;
}


/* 缩小所有主要容器的左右内边距 */
.container, .container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
  max-width: 100% !important;
}



.jianbian {
  color: #7efab9;
  background: -webkit-linear-gradient(0, #7efab9, #5fcfef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.gray-bg {
  background-color: #f3f5f7;
}

.section-padding {
  padding: 60px 0;
}

.section-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}

.block-title {
  margin-bottom: 50px;
}

.block-title__tag-line {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  color: #009944;
  font-size: 17px;
  font-family: 'Rubik';
  letter-spacing: 0.1em;
}

.block-title__tag-line.block-title__white {
  opacity: 0.7;
}

.block-title__title {
  margin: 0;
  color: #222222;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .block-title__title {
    font-size: 35px;
    line-height: 1.3em;
  }

  .block-title__title br {
    display: none;
  }
}

@media (max-width: 320px) {
  .block-title__title {
    font-size: 30px;
  }
}

.block-title__text {
  margin: 0;
  color: #848484;
  font-size: 15px;
  line-height: 26px;
  margin-top: 25px;
}

.block-title__bold {
  font-weight: 700;
}

.block-title__white {
  color: #fff !important;
}

.block-title__base {
  color: #009944;
}

.block-title__black {
  color: #222222 !important;
}

.post-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-bottom: 50px;
}

.post-filter li + li {
  margin-left: 25px;
}

.post-filter li span {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Rubik';
  color: #222222;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.post-filter li span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 1);
  transform: translate(-50%, -50%) scale(0, 1);
  height: 2px;
  width: 120%;
  background-color: #009944;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.post-filter li.active span:before,
.post-filter li:hover span:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}

.thm-btn {
  outline: none;
  display: block;
  font-family: 'Rubik';
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  background: -webkit-linear-gradient(0, #20d274, #11a1ca);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  border-radius: 6px;
  height: 50px;
  width: 180px;
  line-height: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
    white-space: nowrap;       /* 不换行 */
	  display: flex; /* 用 flex 居中 */
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
}
.thm-btn::after {
  /* background: url(../images/border.png) no-repeat; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  height: 50px;
  width: 180px;
  border: 2px solid #20d274;
  border-image: -webkit-linear-gradient(#20d274, #11a1ca) 2 2;
  border-image: -moz-linear-gradient(#20d274, #11a1ca) 2 2;
  border-image: linear-gradient(#20d274, #11a1ca) 2 2;
  border-radius: 6px;
}

.thm-btn:hover {
  color: #fff !important;
  background: -webkit-linear-gradient(left top, #20d274, #11a1ca);
  background: -o-linear-gradient(left top, #20d274, #11a1ca);
  background: -moz-linear-gradient(left top, #20d274, #11a1ca);
  background: linear-gradient(left top, #20d274, #11a1ca);
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: both;
}
.thm-btn:hover span {
  color: #fff !important;
  background: -webkit-linear-gradient(0, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thm-btn:hover::after {
  width: 0;
  height: 0;
  border: 0;
}

.thm-btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 13px;
}
.btn-arrow {
  background: url(../images/arrow.png) center no-repeat;
}
.btn-arrow-blank {
  background: url(../images/arrow-blank.png) center no-repeat;
}
.thm-btn2 {
  outline: none;
  display: flex; /* 用 flex 居中 */
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  font-family: 'Rubik';
  font-weight: normal;
  font-size: 18px;
  color: #fff !important;
  background: -webkit-linear-gradient(left top, #20d274, #11a1ca);
  background: -o-linear-gradient(left top, #20d274, #11a1ca);
  background: -moz-linear-gradient(left top, #20d274, #11a1ca);
  background: linear-gradient(left top, #20d274, #11a1ca);
  position: relative;
  border-radius: 6px;
  height: 50px;
  width: 240px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  line-height: 1; /* 避免多行时偏移 */
}

.thm-btn2:hover {
  background: -webkit-linear-gradient(left top, #11a1ca, #20d274);
  background: -o-linear-gradient(left top, #11a1ca, #20d274);
  background: -moz-linear-gradient(left top, #11a1ca, #20d274);
  background: linear-gradient(left top, #11a1ca, #20d274);
}

/* 响应式优化 */
@media (max-width: 480px) {
  .thm-btn2 {
    font-size: 13px;
    width: 200px;
  }
}

}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #f2f2f2;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #009944;
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #222222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #009944;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #fff;
}

.preloader span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.png);
  -webkite-transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: pulsate 1s infinite;
  animation: pulsate 1s infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
  5% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
  15% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
  5% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
  15% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
  }
}

.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #009944;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 990;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
  }
}

.scroll-to-top i {
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 480px) {
  .scroll-to-top i {
    font-size: 14px;
    line-height: 40px;
  }
}

.scroll-to-top:hover {
  background: #222222;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*
* 2. header styles
*/
.site-header__header {
  z-index: 10000000;
  position: relative;
}
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  background-color: transparent;
  z-index: 10000;
  width: 100%;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: right;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 25px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}

.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
  font-weight: normal;
  font-family: 'Rubik';
  font-size: 16px;
  color: #fff;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.header-navigation ul.navigation-box > li > a:after {
  content: '\f107';
  font-family: FontAwesome;
  margin-left: 3px;
}

.header-navigation ul.navigation-box > li > a:only-child:after {
  content: '';
  display: none;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #009944;
}

.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  /* min-width: 220px; */
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease,
    transform 0.5s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s ease;
  border-top: 4px solid #009944;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(30px);
  transform: translateX(-50%) translateY(30px);
}

.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 8px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #fff;
  background: #009944;
}

.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #222222;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transform: translateX(30px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease,
    transform 0.5s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s ease;
  border-top: 4px solid #21bcd8;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #009944;
}

.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header-navigation ul.navigation-box > li > ul > li ul {
  /* no more nested showen */
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.stricked-menu ul.navigation-box > li {
  padding-top: 28px;
  padding-bottom: 28px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.header-one__btn {
  padding: 12px 37px;
}

/*
* 4. slider styles
*/
.slider-one {
  background: #000;
  position: relative;
  min-height: 100vh;
}
.slider-one__img {
  position: relative;
}
.slider-one__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .slider-one__img img {
    height: 100vh;
    width: auto !important;
    max-width: none;
  }
}

@media (max-width: 375px) {
  .slider-one__img img {
    width: 400% !important;
  }
}

@media (max-width: 320px) {
  .slider-one__img img {
    width: 400% !important;
  }
}
.slider-one__intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slider-one__title {
  margin: 0;
  color: #fff;
  font-size: 66px;
  line-height: 75px;
  font-weight:800;
  font-weight: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.slider-one__titles {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 75px;

  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 767px) {
  .slider-one__title {
    font-size: 38px;
    line-height: 1em;
  }
  .slider-one__titles {
    font-size: 24px;
    line-height: 1.25em;
  }
}

@media (max-width: 375px) {
  .slider-one__title {
    font-size: 18px;
  }
  .slider-one__titles {
    font-size: 35px;
  }
}

@media (max-width: 320px) {
  .slider-one__title {
    font-size: 14px;
  }
  .slider-one__titles {
    font-size: 28px;
  }
}

.slider-one__text {
  margin: 0;
  color:#ffffff;
  font-size: 36px;
  letter-spacing: 0.02em;
  margin-top: 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 767px) {
  .slider-one__text {
    width: 70%;
    line-height: 1.4em;
  }
}

@media (max-width: 375px) {
  .slider-one__text {
    width: 100%;
  }
}

.slider-one__bianse {
  display: block;
  text-align: center;
  line-height: 46px;
  font-size: 53px;
  color: #7efab9;
  background: -webkit-linear-gradient(0, #7efab9, #5fcfef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-one .active .slider-one__title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.slider-one .active .slider-one__titles {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.slider-one .active .slider-one__text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

[class*='slider-one__slider-'] {
  background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slider-one .owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .slider-one .owl-theme .owl-dots,
  .slider-two .owl-theme .owl-dots {
    display: none !important;
  }
}

.slider-one .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-top: 15px;
}

.slider-one .owl-theme .owl-dots .owl-dot span {
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  
  transition: all 500ms ease;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

/*
* 4. six-num
*/
.six-num {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
}
.six-num__box {
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.six-num__box h4 span {
  font-size: 34px;
}
.six-num__box h4 sub {
  bottom: 0;
  font-size: 32px;
  margin-left: 10px;
}


/*
* 4. conference-introduction
*/

.conference-introduction {
  position: relative;
}
.conference-introduction__carousel-box {
  position: relative;
}
.conference-introduction__carousel-box_img {
  position: relative;
}
.conference-introduction__carousel-box_intro {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
.conference-introduction__carousel-box_intro__box {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
}
.conference-introduction__carousel-box_intro__box-title {
  font-size: 32px;
  color: #fff;
}
.xian::after {
  background: -webkit-linear-gradient(left, #20d274, #11a1ca);
  background: -o-linear-gradient(left, #20d274, #11a1ca);
  background: -moz-linear-gradient(left, #20d274, #11a1ca);
  background: linear-gradient(left, #20d274, #11a1ca);
  content: '';
  width: 100px;
  height: 6px;
  display: block;
  margin-top: 10px;
}
.borderbottom::after {
  background: -webkit-linear-gradient(left, #20d274, #11a1ca);
  background: -o-linear-gradient(left, #20d274, #11a1ca);
  background: -moz-linear-gradient(left, #20d274, #11a1ca);
  background: linear-gradient(left, #20d274, #11a1ca);
  content: '';
  width: 90px;
  height: 4px;
  display: block;
  margin-top: 10px;
}
.conference-introduction {
  background-color: #f9fafb; /* 柔和底色 */
}

.conference-introduction__carousel img {
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.conference-introduction__carousel .item:hover img {
  transform: scale(1.02);
}

.conference-introduction__text-box {
  background-color: #f4f4f4;
  color: #333;
}

.conference-introduction__text-box h2 {
  color: #222;
}

.conference-introduction__text-box p {
  margin-bottom: 0;
}

/* Ensuring image and text are of equal height */
.hr-conference-section .row {
  display: flex;
  align-items: center;  /* Center both image and text vertically */
}

.hr-conference-section .hr-conference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the available space without distortion */
}

.conference-introduction__text-box {
  height: 100%; /* Ensure text box takes up full height of the image column */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center the text content vertically */
}

.conference-introduction__text-box h2 {
  font-size: 2rem;
  font-weight: 700;
}

.conference-introduction__text-box .wow {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left; /* Left align text */
}

/* Ensuring the image and text box work together */
.hr-conference-section .row {
  display: flex;
  justify-content: center;
  align-items: center;  /* Ensure the content is vertically centered */
}

.conference-introduction__text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Align content to the top */
  padding: 0; /* Remove default padding for consistent layout */
  height: auto; /* Let the content grow based on the size of the image and text */
}

.hr-conference-image {
  width: 100%;
  margin-bottom: 20px; /* Add margin below the image to create space between image and text */
}

.conference-introduction__text-box h2 {
  font-size: 2rem;
  font-weight: 700;
}

.conference-introduction__text-box .wow {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left; /* Ensure text is left aligned */
}


/*
* 5. the-organizers
*/
.the-organizers {
  width: 100%;
  position: relative;
  margin: 60px 0;
  overflow: hidden;
}
.the-organizers .the-organizers__box {
  max-width: 20%;
  float: left;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
}
.the-organizers__box img {
  max-width: 100%;
  transition: all 0.4s ease;
}
.the-organizers__box:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}

/*
* 6. three-parties
*/
.three-parties {
  width: 100%;
  position: relative;
  margin: 60px 0;
  overflow: hidden;
}
.three-parties__box-single h4 {
  display: none;
}

.three-parties__box {
  width: 100%;
      display: flex;
    align-items: center;
    justify-content: center;
  overflow: hidden;
}
.three-parties__box-single {
  width: 18%;
  float: left;
  text-align: center;
  margin: 1%;
  overflow: hidden;
}
.three-parties__box-single img {
  max-width: 100%;
  transition: all 0.4s ease;
}
.three-parties__box-single h4 {
  font-size: 16px;
  color: #111111;
  font-weight: normal;
}
.three-parties__box-single:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.three-parties__box-single:hover img {
  transform: scale(0.9);
}

/*
* 7. the-agenda
*/
.the-agenda {
  background: #060016 url(../images/background/bg-1.jpg) top center no-repeat;
  width: 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.the-agenda__box {
  text-align: center;
  background: -webkit-linear-gradient(left, #20d274, #11a1ca);
  background: -o-linear-gradient(left, #20d274, #11a1ca);
  background: -moz-linear-gradient(left, #20d274, #11a1ca);
  background: linear-gradient(left, #20d274, #11a1ca);
  padding: 30px;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.the-agenda__box a {
  display: block;
}
.the-agenda__box p {
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
}
.the-agenda__box span img {
  height: 82px;
}
.the-agenda__box:hover {
  text-align: center;
  background: -webkit-linear-gradient(left top, #11a1ca, #20d274);
  background: -o-linear-gradient(left top, #11a1ca, #20d274);
  background: -moz-linear-gradient(left top, #11a1ca, #20d274);
  background: linear-gradient(left top, #11a1ca, #20d274);
  padding: 30px;
  border-radius: 20px;
}

.the-agenda__guest {
  width: 100%;
}
.the-agenda__guest-img,
.the-agenda__guest-img img {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.the-agenda__guest-img img {
  transition: all 15s ease;
}
.the-agenda__guest-img a {
  display: flex;
  color: white;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.the-agenda__guest-img a i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px #fff solid;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease;
}
.the-agenda__guest:hover .the-agenda__guest-img a {
  opacity: 1;
}
.the-agenda__guest:hover .the-agenda__guest-img img {
  transform: scale(1.4);
}
.the-agenda__guest:hover .the-agenda__guest-img a i {
  transform: rotate(-360deg);
}
.the-agenda__guest-text {
  margin-top: 15px;
  text-align: center;
}
.the-agenda__guest-text h4 {
  font-size: 18px;
  color: #fff;
}
.the-agenda__guest-text:hover h4 {
  color: #fff;
  background: -webkit-linear-gradient(0, #20d274, #11a1ca);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.the-agenda__guest-text h6 {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  font-weight: normal;
}
.the-agenda__guest-text p {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  font-weight: bold;
  line-height: 20px;
  min-height: 40px;
}
.join-speaker h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

/*
* 8. attending-enterprises
*/
.attending-enterprises {
  width: 100%;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}
.attending-enterprises__box {
  max-width: 20%;
  text-align: center;
  transition: transform 0.4s ease;
}
.attending-enterprises__box img {
  max-width: 100%;
  display: block;
}
.attending-enterprises__box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}

/*
* 9. sponsors
*/
/* Sponsor Section - 样式整体结构美化 */

.the-organizers .section-title {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}

.section-title::after,
.xian::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0052D9, #00C9A7);
  margin: 10px auto 0;
}


.the-organizers {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9; /* 可选：背景颜色 */
}

/* 网格布局：Sponsor logo 自动换行 + 间距 */
.sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; /* 横向 + 纵向 间距 */
  margin-top: 30px;
}

/* 单个 sponsor logo 容器 */
.the-organizers__box {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 180px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover 动效：轻微放大 + 阴影增强 */
.the-organizers__box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* 图片适配：宽度自适应，居中显示 */
.the-organizers__box img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 响应式优化：在手机上适配尺寸 */
@media (max-width: 576px) {
  .the-organizers__box {
    max-width: 140px;
    padding: 12px;
  }
  .sponsors-grid {
    gap: 20px;
  }
}



/*
* 10. media-partners
*/

/* 优化后的 logo 网格布局，每行显示 5 个 */
.media-partners-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

/* 每个 logo 容器样式，确保每行显示 5 个 */
.media-partners__box {
  width: calc(20% - 20px);  /* 每行 5 个 logo */
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;  /* 纯白底色 */
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover 动效 */
.media-partners__box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* logo 图片最大尺寸 */
.media-partners__box img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}

/* 响应式：平板及更小屏幕调整每行显示更多或更少 */
@media (max-width: 1200px) {
  .media-partners__box {
    width: calc(25% - 20px);  /* 每行显示 4 个 */
  }
}

@media (max-width: 768px) {
  .media-partners__box {
    width: calc(33.33% - 20px);  /* 每行显示 3 个 */
  }
}

@media (max-width: 480px) {
  .media-partners__box {
    width: calc(50% - 20px);  /* 每行显示 2 个 */
  }
}

@media (max-width: 320px) {
  .media-partners__box {
    width: 100%;  /* 每行显示 1 个 */
  }
}



.media-partners {
  width: 100%;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}
.media-partners__box {
  max-width: 20%;
  transition: all 0.4s ease;
}
.media-partners__box img {
  max-width: 100%;
  display: block;
}
.media-partners__box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}
.media-partners__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/right.png) 200px 23px no-repeat;
  margin-top: 40px;
}
.media-partners__more .intro {
  background-color: #fff;
  padding-right: 30px;
  font-size: 18px;
  color: #132129;
}
.media-partners__more .thm-btn2 {
  float: right;
  margin: 0;
}

/*
* 11. footer
*/
footer {
  background: url(../images/background/bg-2.jpg) top center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.footer__box h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.footer__box ul li.list-group-item {
  background: none;
  border: 0;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
}
.footer__box ul li.list-group-item i {
  font-size: 16px;
  margin-right: 10px;
}
.footer__box ul li.list-group-item i.fa-mobile {
  font-size: 26px;
}
.footer__box-rqcode {
  margin-top: 15px;
}

/*
* 12. kefu
*/
.kefu {
  position: fixed;
  right: 0;
  bottom: 30%;
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  border-radius: 30px;
  padding: 10px 10px;
  z-index: 99999999;
}
.kefu a {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 10px 0;
}
.kefu a:not(:last-child) {
  border-bottom: 1px #000 solid;
}

/*
* 13. inner-banner styles
*/
.inner-banner {
  position: relative;
  background-position: center top;
  background-image: url(../images/background/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-banner .container {
  padding-top: 193px;
  padding-bottom: 183px;
  position: relative;
  text-align: center;
}

.inner-banner__title {
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.inner-banner__title.xian::after {
  margin: 20px auto 0;
}
.inner-banner__intro {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.thm-breadcrumb {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.thm-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thm-breadcrumb li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.thm-breadcrumb li a {
  font-size: 16px;
  color: #fff;
}

.thm-breadcrumb li.active a {
  color: #ff5860;
}

/*
* 14. nav-pills  styles
*/
.nav-pills {
  position: relative;
  margin-top: -106px;
  justify-content: center;
  z-index: 1000;
}
.nav-pills .nav-item {
  margin: 0 10px;
}
.nav-pills .nav-item a {
  border: 1px #fff solid;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.nav-pills .nav-item .nav-link.active {
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  border: 0;
  padding: 11px 41px;
}
.nav-pills .nav-item .nav-link.active::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-top: 8px solid #19ba9e;
  /* border-image: -webkit-linear-gradient(#20d274, #11a1ca) 2 2;
  border-image: -moz-linear-gradient(#20d274, #11a1ca) 2 2;
  border-image: linear-gradient(#20d274, #11a1ca) 2 2; */
  border-left: 8px solid transparent;
  content: '';
}

/*
* 15. traffic-information  styles
*/
.traffic-information__box {
  font-size: 16px;
  color: #222;
  line-height: 25px;
}
.traffic-information__box h4 {
  font-size: 16px;
}
.traffic-information__box h4::before {
  content: '';
  display: block;
  width: 6px;
  height: 20px;
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  float: left;
  margin-right: 5px;
  border-radius: 20px;
}

/*
* 16. the-hotel-is-recommended  styles
*/
.the-hotel-is-recommended .page-title {
  font-size: 20px;
  color: #303f48;
}
.the-hotel-is-recommended .page-title::before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  float: left;
  margin-right: 10px;
  border-radius: 20px;
}
.the-hotel-is-recommended__img {
  border-radius: 10px;
  background: #000;
}
.the-hotel-is-recommended__img img {
  width: 100%;
}
.the-hotel-is-recommended__text h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #303f48;
}
.the-hotel-is-recommended__text h2 .thm-btn2 {
  height: 35px;
  line-height: 35px;
  width: 120px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.the-hotel-is-recommended__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.the-hotel-is-recommended__text ul li {
  font-weight: normal;
  color: #303f48;
  display: flex;
  line-height: 30px;
}
.the-hotel-is-recommended__text ul li span {
  font-size: 16px;
  font-weight: bold;
  min-width: 160px;
  text-align: right;
}

/*
* 17. Application-for-speech  styles
*/
.form-check {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  align-content: space-around;
}
.form-check .form-check-label p {
  margin-top: 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.contact-us {
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  border-radius: 6px;
  padding: 4px;
}
.contact-us__box {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}
.contact-us__box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #304754;
}
.contact-us__box p {
  margin: 0;
  color: #304754;
  font-size: 16px;
}
.contact-us__box p span {
  margin-right: 40px;
}

/*
* 18. about  styles
*/
.section-about .page-title {
  font-size: 32px;
  color: #11232d;
  margin-bottom: 20px;
}
.about__content {
  color: #304754;
  font-size: 16px;
  line-height: 30px;
}

/*
* 19. contact  styles
*/
.contact__box {
  padding: 20px;
}
.contact__box-logo {
  margin-bottom: 30px;
}
.contact__box-logo h4 {
  font-size: 30px;
  color: #11242e;
  margin-top: 10px;
  font-weight: normal;
}
.contact__box-content {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
.contact__box-content span:nth-of-type(2) {
  margin-left: 20px;
}
.contact__box-content i {
  color: #20d274;
  background: -webkit-linear-gradient(0, #20d274, #11a1ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}
.contact__box-content strong {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.contact__box-content h6 {
  font-size: 24px;
  color: #000;
  font-weight: normal;
}
.contact__box-content p {
  font-size: 14px;
  color: #667b86;
}

/*
* 20. sponsor-list  styles
*/

.sponsor-list__detail {
  padding: 20px 100px;
}
.sponsor-list__detail-logo {
  margin-bottom: 30px;
}
.sponsor-list__detail-logo h4 {
  font-size: 30px;
  color: #11242e;
  margin-top: 10px;
  font-weight: normal;
}
.sponsor-list__detail-content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

/*
* 21. news  styles
*/
.news__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
}
.news__content a {
  font-size: 24px;
  color: #11232d;
  display: block;
  margin-bottom: 20px;
}
.news__content p {
  font-size: 16px;
  color: #95a8b2;
}
.news__content span {
  font-size: 14px;
  color: #727e85;
}

/*
* 22. pagination  styles
*/
.pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 2px #000 solid;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 0 5px;
}
.pagination a.active,
.pagination a:hover,.pagination a.page-num-current {
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  color: #fff;
  border: 0;
}

.section-the-agenda-title {
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.section-the-agenda .the-agenda__guest-text a h4 {
  color: #333;
}
.section-the-agenda .the-agenda__guest-text h6 {
  color: rgba(0, 0, 0, 0.6);
}
.section-the-agenda .the-agenda__guest-text p {
  color: #000000;
  opacity: 1;
}

/*
*  speaker-user styles
*/
.speaker-user__img {
  text-align: center;
  margin-top: -130px;
}
.speaker-user__img h2 {
  font-size: 36px;
  color: #000000;
  margin-top: 20px;
}
.speaker-user__img h2 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

/*
*  tabs styles
*/
.apply-pills {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -130px;
}
.apply-pills .nav-item {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
}
.apply-pills .nav-item a {
  border: 1px #fff solid;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 18px;
  position: relative;
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  border: 0;
  padding: 11px 41px;
  line-height: 24px;
  min-height: 48px;
}
.apply-pills .nav-item a::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-top: 8px solid #19ba9e;
  /* border-image: -webkit-linear-gradient(#20d274, #11a1ca) 2 2;
	border-image: -moz-linear-gradient(#20d274, #11a1ca) 2 2;
	border-image: linear-gradient(#20d274, #11a1ca) 2 2; */
  border-left: 8px solid transparent;
  content: '';
}
.apply-pills .nav-item p {
  margin-top: 15px;
  font-size: 16px;
  padding: 0 10px;
}

.apply-pills .nav-item p strong {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  display: block;
  margin-top: 10px;
}

/*
*  baihuajiang styles
*/
.baihuajiang .nav-item a {
  padding: 10px 15px;
  font-size: 16px;
}
.baihuajiang.nav-pills .nav-item .nav-link.active {
  padding: 11px 15px;
}

.baohuatitle,
.baohuaintro h2 {
  font-size: 16px;
}
.baohuatitle::before {
  content: '';
  display: block;
  width: 6px;
  height: 20px;
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  float: left;
  margin-right: 5px;
  border-radius: 20px;
}
.baohuaintro h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.baohuaintro h2::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 20px;
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
  margin-right: 5px;
  border-radius: 20px;
  margin-top: 2px;
}
.baohuaintro {
  color: #303f48;
  border-bottom: 1px #016e80 solid;
  margin-bottom: 40px;
}
.baohua_liucheng {
  line-height: 30px;
}
.baohua_liucheng p {
  margin-bottom: 5px;
}
.baohua_liucheng span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.case_type {
  color: #11232d;
  font-size: 16px;
}
.case_type span {
  font-size: 28px;
  color: #7efab9;
  background: -webkit-linear-gradient(0, #7efab9, #5fcfef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.neiye_tab {
  margin-top: 0px;
}
.neiye_tab .nav-item {
  width: 100%;
  margin: 0;
}
.neiye_tab .nav-item a {
  border: 0;
  background: #fff;
  border-radius: 0;
  color: #111111;
  text-align: center;
}
.nav-pills.neiye_tab .nav-item .nav-link.active::after {
  display: none;
}

/*
*  timeline-list styles
*/
.timeline-list {
  display: flex;
  margin-bottom: 10px;
  padding: 30px 0;
}
.timeline-list:nth-of-type(even) {
  background: #e7ebef;
}
.timeline-list__time {
  min-width: 150px;
  position: relative;
  margin-right: 40px;
  font-size: 18px;
  color: #11232d;
  text-align: center;
}

.timeline-list__time::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 16px;
  height: 100%;
  width: 1px;
  background: #c2c4c6;
}
.timeline-list__time::before {
  content: '';
  display: flex;
  height: 16px;
  width: 16px;
  background: url(../images/resources/yuan.png) top no-repeat;
  position: absolute;
  right: 0;
}
.timeline-list__intro h6 span {
  font-weight: normal;
}
.timeline-list__intro h4{ font-size:18px; font-weight:600;}  

/*
* 23. section-report styles
*/
.section-report .the-agenda__guest-text h4 {
  color: #333;
  text-align: left;
  padding: 0 15px 15px;
}
.section-report .the-agenda__guest {
  transition: all 0.5s ease;
}
.section-report .the-agenda__guest:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-15px);
}

/*
* 24. section-picture styles
*/
.section-picture {
  background: url(../images/background/bg-1.jpg) top center no-repeat;
  width: 100%;
  padding-bottom: 80px;
  margin-top: 60px;
  overflow: hidden;
}
/* .picture__carousel.owl-carousel .owl-stage-outer {
  overflow: visible !important;
} */
.videos__carousel .owl-nav {
  display: block !important;
}
.videos__carousel .owl-nav button i {
  display: block !important;
  width: 40px;
  height: 40px;
  border: 2px #20d177 solid;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}
.videos__carousel .owl-nav button:hover {
  background: none;
  border-radius: 50%;
}
.videos__carousel .owl-nav button:hover i {
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
}
.videos__carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.videos__carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}
.videos__carousel-box {
  width: 100%;
  position: relative;
}
.videos__carousel-box .videos__carousel-box_img {
  width: 100%;
  position: relative;
}
.videos__carousel-box .videos__carousel-box_text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 94%;
  padding: 3%;
}
.videos__carousel-box .videos__carousel-box_text a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.videos__carousel-box .videos__carousel-box_text .videos-start {
  float: right;
  font-size: 42px;
  position: relative;
  margin-top: -30px;
}

.picture__carousel .owl-nav button i {
  display: block !important;
  width: 65px;
  height: 65px;
  /* border: 2px #20d177 solid; */
  border-radius: 50%;
  color: #20d274;
  font-size: 60px;
  line-height: 64px;
  text-align: center;
  background: -webkit-linear-gradient(0, #20d274, #11a1ca);
  -webkit-background-clip: text;
  background-clip: text;
}
.picture__carousel .owl-nav button:hover {
  background: none;
  border-radius: 50%;
}
.picture__carousel .owl-nav button:hover i {
  color: #fff;
  background: -webkit-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -o-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: -moz-linear-gradient(left bottom, #20d274, #11a1ca) !important;
  background: linear-gradient(left bottom, #20d274, #11a1ca) !important;
}
.picture__carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.picture__carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}

/*
* 25. section-evaluation styles
*/
.evaluation__swiper-box {
  display: flex;
}
.user_swiper {
  position: relative;
  margin-top: 40px;
}
.evaswiper {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-evabutton-next,
.swiper-evabutton-prev {
  width: 45px;
  height: 45px;
  border: 2px #20d177 solid;
  border-radius: 50%;
  color: #333;

  line-height: 64px;
  text-align: center;
  background: -webkit-linear-gradient(0, #20d274, #11a1ca);
  -webkit-background-clip: text;
  background-clip: text;
}
.swiper-evabutton-next::after,
.swiper-evabutton-prev::after {
  font-size: 24px;
}
.swiper-evabutton-next {
  right: -60px;
}
.swiper-evabutton-prev {
  left: -60px;
}
.evaluation__swiper .swiper-slide {
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
}
.evaluation__swiper-box .evaluation__swiper-box_img {
  width: 45%;
}

.evaluation__swiper-box .evaluation__swiper-box_text {
  width: 53%;
  margin-left: 2%;
}
.evaluation__swiper-box .evaluation__swiper-box_text .title {
  font-size: 24px;
  color: #11232d;
}
.evaluation__swiper-box .evaluation__swiper-box_text .company {
  font-size: 16px;
  color: #304754;
}
.evaluation__swiper-box .evaluation__swiper-box_text .theme {
  font-size: 18px;
  color: #304754;
}
.evaluation__swiper-box .evaluation__swiper-box_text .intro {
  font-size: 16px;
  color: #304754;
}
/*后加*/
.navdisplay .col-lg-4:first-child {display: none;}
.videos_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000001;
  display: none;
}
.videos__box {
  position: fixed;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  background: rgba(0, 0, 0, 1);
  z-index: 10000003;
  overflow: hidden;
  display: none;
}
.videos__box .videos_close {
  color: #fff;
  float: right;
  position: absolute;
  right: 10px;
  top: 4px;
  width: 40px;
  height: 50px;
  z-index: 10000010;
  cursor: pointer;
}
.picture__carousel{
  width: 60%;
  margin: 0 auto;
}


 /* Advanced Design Enhancements */
    body {
      font-family: 'Open Sans', sans-serif;
      background: linear-gradient(to right, #1d3c6d, #4e7bb5);
     
	 
    }
    .slider-one__title {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.4;
      color: #f0f0f0;
    }
    .slider-one__text {
      font-size: 32px;
      color: #e4e4e4;
      font-weight: 400;
    }
    .section-title {
      font-size: 36px;
      color: #f0f0f0;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }
	
.thm-btn2 {
  outline: none;
  display: block;
  font-family: 'Rubik';
  font-weight: normal;
  font-size: 18px; /* 调大字体，原来是12px */
  color: #fff !important;
  background: -webkit-linear-gradient(left top, #20d274, #11a1ca);
  background: -o-linear-gradient(left top, #20d274, #11a1ca);
  background: -moz-linear-gradient(left top, #20d274, #11a1ca);
  background: linear-gradient(left top, #20d274, #11a1ca);
  position: relative;
  border-radius: 6px;
  height: 50px;
  width: 240px; /* 原来是220px，略加宽让文字更舒展 */
  line-height: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap; /* 保证文字不换行 */
}

.thm-btn2:hover {
  background: -webkit-linear-gradient(left top, #11a1ca, #20d274);
  background: -o-linear-gradient(left top, #11a1ca, #20d274);
  background: -moz-linear-gradient(left top, #11a1ca, #20d274);
  background: linear-gradient(left top, #11a1ca, #20d274);
}

/* 可选：响应式优化，手机屏幕下适当缩小按钮 */
@media (max-width: 480px) {
  .thm-btn2 {
    font-size: 13px;
    width: 200px;
  }
}

	
    .six-num__box {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 18px;
      border-radius: 8px;
      text-align: center;
      margin-bottom: 20px;
    }
    .six-num__box h4 {
      font-size: 44px;
      font-weight: 600;
      color: #fff;
    }
    .six-num__box span {
      font-size: 32px;
      color: #f0f0f0;
      text-transform: uppercase;
    }
    .media-partners__box img {
      width: 150px;
      height: auto;
      opacity: 0.8;
      transition: opacity 0.3s ease;
    }
    .media-partners__box img:hover {
      opacity: 1;
    }
    /* Add hover effect to sections */
    .section-title:hover {
      color: #007bff;
    }

.six-num {
  margin-top: 80px; /* 把整个数字区往下移动，避免遮住上面的文字 */
}


<style>
/* Modern slider intro style */
.slider-one__intro {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
}

.slider-one__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.slider-one__text {
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff; /* ✅ 改为纯白 */
  margin-bottom: 12px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.slider-one__bianse {
  color: #00cc66;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.5px;
  margin-top: 20px !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.slider-one__text.mt-5 {
  margin-top: 10px !important;
}

/* Optional: overlay to enhance text visibility */

.slider-one::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* 半透明黑色遮罩 */
  z-index: 1;
}
}
.slider-one__img {
  position: relative;
}
</style>


/* 照片*/
.explore-gallery {
  background-color: #f8f9fc;
}

.explore-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.explore-gallery-item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: transform 0.3s ease;
}

.explore-gallery-item:hover {
  transform: translateY(-6px);
}

.explore-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.explore-caption {
  padding: 20px;
}

.explore-caption h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.explore-caption p {
  font-size: 16px;
  color: #555;
}

/* 响应式适配 */
@media (max-width: 992px) {
  .explore-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .explore-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* 独立样式，仅作用于 photo-gallery 板块 */
.photo-gallery {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.photo-gallery .gallery-title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #000;
  font-weight: 600;
}

.photo-gallery .photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 20px;
}

.photo-gallery .photo-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.photo-gallery .photo-item img:hover {
  transform: scale(1.05);
}

/* 响应式：移动端每行显示 1~2 张 */
@media (max-width: 1024px) {
  .photo-gallery .photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .photo-gallery .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .photo-gallery .photo-grid {
    grid-template-columns: 1fr;
  }
}


/* 照片*/

body[class*='list_'] .the-agenda__box p,
body[class*='list_'] .the-agenda__guest-text h4,
body[class*='list_'] .the-agenda__guest-text h6,
body[class*='list_'] .the-agenda__guest-text p,
body[class*='list_'] .join-speaker h4 {
  color: #222 !important;
  opacity: 1 !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
}

/* Upcoming Events Section Styles */
/* Upcoming Events Section Styles */
.upcoming-events {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.upcoming-events .events-title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #000;
  font-weight: 600;
}

.upcoming-events .events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.upcoming-events .event-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.upcoming-events .event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.upcoming-events .event-date {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.upcoming-events .event-name {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.upcoming-events .event-location {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.upcoming-events .event-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #20d274;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.upcoming-events .event-link:hover {
  background-color: #11a1ca;
}

/* Upcoming Events Section Styles */


/* testimonials */
.testimonials-section {
  background-color: #333; /* 深色背景，适合白色文字 */
  padding: 50px 0;
}

.testimonial-card {
  background: #444; /* 稍微深一点的背景色 */
  border-radius: 12px;
  transition: all 0.3s ease;
  padding: 30px;
  color: #fff; /* 确保文字颜色为白色 */
}

.testimonial-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 16px;
  color: #fff; /* 确保文字为白色 */
  font-style: italic;
  line-height: 1.6;
}

.testimonial-icon i {
  color: #fff; /* 确保引号也是白色 */
}

.testimonial-profile img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-profile strong {
  color: #fff; /* 白色字体 */
}

.testimonial-profile small {
  color: #fff; /* 白色字体 */
}


.logo-wall-section {
  background-color: #121212;
}

.logo-wall {
  row-gap: 2rem;
  column-gap: 2rem;
}

.logo-item {
  background-color: #fff; /* 卡片式背景 */
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex: 0 1 140px;
  max-width: 160px;
  text-align: center;
  transition: transform 0.3s ease;
}

.logo-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 80px;
}

.logo-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .logo-item {
    flex: 0 1 100px;
    max-width: 120px;
  }
}
