@font-face {
  font-family: Gilroy-Black;
  src: url("/_upload/tpl/0e/90/3728/template3728/lib/fonts/Gilroy-Black.ttf");
}

@font-face {
  font-family: Gilroy-ExtraBold;
  src: url("/_upload/tpl/0e/90/3728/template3728/lib/fonts/Gilroy-ExtraBold.ttf");
}

@font-face {
  font-family: Gilroy-Bold;
  src: url("/_upload/tpl/0e/90/3728/template3728/lib/fonts/Gilroy-Bold.ttf");
}

HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
  border: none;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  margin: 0px;
  padding: 0px;
}

.center-area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.zxgk {
  max-width: 100%;
}
.page-content-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

* {
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: inherit;
}

a[href] {
  cursor: pointer;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

body .header-scrolldown {
  position: fixed;
  background: #ffffff;
  transition: visibility 1.5s ease-in-out 0s;
  z-index: 5;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2vw 0 2vw;
}
.header .header-content .logo-content .logo,
.header .header-content .logo-content-second .logo {
  display: block;
}

.header .header-content .menuBtn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 48px;
  background-color: #0355d0;
}

.header .header-content .menuBtn .fa-bars,
.header .header-content .menuBtn .fa-times {
  color: #ffffff;
  font-size: 24px;
  margin: 0 auto;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .topbar .topbar-inner {
  padding-left: 50px;
  padding-right: 50px;
}
.header .topbar .topbar-inner nav > ul {
  /* display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin-left: 50px;
  margin-right: 50px; */
}

.header .topbar .topbar-inner nav > ul > li {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 30px 16px; */
  flex: 1; 
  text-align: center;
  position: relative; 
  padding: 20px 16px; 
}

.header .topbar .topbar-inner nav > ul > li a {
  font-size: 1rem;
  color: #737373;
  font-weight: 700;
  cursor: pointer;
}
.logo-group {
  display: flex;
  align-items: center;
  gap: 15px; /* LOGO之间的间距 */
  flex-shrink: 0; /* 防止压缩 */
  padding-right: 15px;
}
/* .header .header-content .logo-content .logo-new{
  width: 90px;
} */
.header .header-content .logo-content .logo,
.header .header-content .logo-content-second .logo  {
  padding-left: 15px;
  width: 30px;
}
.header .topbar .topbar-inner nav > ul > li a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-weight: normal;
  background: #f06e00;
}

.header .topbar .topbar-inner nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 140%;
  top: 60px;
  z-index: 99999;
  background: #f9f9f9;
}
.header .topbar .topbar-inner nav > ul > li > ul > li {
  padding: 14px 0;
  border-bottom: 1px dashed #c6c6c6;
}

.header .topbar .topbar-inner nav > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.header .topbar .topbar-inner nav > ul > li > ul > li a {
  font-size: 14px;
  color: #737373;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 0;
}

.header .topbar .topbar-inner nav > ul > li:hover > a::after {
  width: 60%;
}
.header .header-content .logo-content .logo {
  width: 200px;
  padding-left: 50px;
}
.header .header-content .logo-content-second .logo {
  width: 90px;
  /* padding-left: 25px; */
}
.search {
  display: inline-block;
  width: auto;
  height: 30px;
  background: #e4e4e4;
  border-radius: 15px;
  margin-right:100px;
}

.search img {
  width: 18px;
  height: 18px;
  padding: 6px 17px;
}

.contact-us {
  background: #3b3b3b;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-us .content {
  display: flex;

  align-items: baseline;
}

.contact-us .content .top-title {
  display: inline-block;
  width:350px;
}

.contact-us .content .top-title .title-cn {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}

.contact-us .content .top-title .title-en {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 900;
}

.contact-us .content .top-title::after {
  display: none;
}

.contact-us .content .text p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.top-content {
  position: relative;
}

.top-content .cn {
  font-size: 36px;
  color: #2c2d31;
  font-weight: 600;
}

.top-content .en {
  height: 120px;
  opacity: 0;
  font-family: Gilroy-ExtraBold;
  font-size: 56px;
  color: #2c2d31;
  letter-spacing: 0;
  font-weight: 900;
}

.top-content .breadcrumb {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
}

.top-content .breadcrumb a {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
}

.top-content .breadcrumb .possplit {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
}

.top-content .breadcrumb::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ff9e00;
  display: inline-block;
  margin-right: 8px;
  transform: translateY(-75%);
}

.top-content .tab {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.top-content .tab ul {
  display: flex;
}

.top-content .tab ul li a {
  font-size: 20px;
  color: #323338;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 25px;
  position: relative;
}

.top-content .tab ul li a::before {
  content: "|";
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -25px;
}

.top-content .tab ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  opacity: 1;
  color: #ff9e00;
  background: #ff9e00;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-content .tab ul li:hover a::after {
  width: 85%;
}

.top-content .tab ul li:nth-child(1) a::before {
  display: none;
}

.top-content .tab ul .selected a::after {
  content: "";
  width: 85%;
  height: 2px;
  opacity: 1;
  color: #ff9e00;
  background: #ff9e00;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section1 {
  width: 100% !important;
  margin: 0 !important;
}
.list {
  position: relative;
  padding: 20px 0 160px 0;
  width: 100%;
}

footer {
  background: #ffc700;
  width: 100%;
  height: auto;
}

footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding: 35px;
}
.logo-hg {
 max-width:200px;
}
footer .footer-content .footer-left .f-logo {
  font-family: Gilroy-Black;
  font-size: 37.5px;
  color: #3b3b3b;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 900;
  width: 190px;
  display: flex;    
  height: 50px; 
  align-items: center;  
  gap: 20px;  
  /* padding-bottom: 40px; */
}

footer .footer-content .footer-left ul {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-content .footer-left ul li {
  width: 25%;
  padding: 0 0 15px 0;
}

footer .footer-content .footer-left ul li a {
  font-size: 16px;
  color: #394854;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
}

footer .footer-content .footer-right {
  padding-top: 45px;
}

footer .footer-content .footer-right .address {
  font-size: 16px;
  color: #3b3b3b;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 30px;
}

footer .footer-content .footer-right .copyright {
  font-size: 14px;
  color: #3b3b3b;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  padding-bottom: 14px;
}

footer .footer-content .footer-right a {
  font-size: 14px;
  color: #3b3b3b;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  display: inline-block;
}

footer .footer-content .footer-right span {
  font-size: 14px;
  color: #3b3b3b;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}
.address-span {
 display: inline-block; 
  vertical-align: middle; 
  font-size: 16px;  
  height: 50px;    
}

.topbar-inner-open {
  background-color: #fff;
  display: block;
  height: calc(100vh - 3.3334rem);
  left: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: calc(3.3334rem);
  padding: 0 1.40625rem;
  width: 100%;
}

.fullscreen-image {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  /* 现代浏览器优化 */
  @supports (object-fit: cover) {
    object-fit: cover;
  }
}
.section1 {
  padding-top: 0px !important;
  position: relative;
  padding: 0 20px;
  
  overflow: hidden;
}
/* 层级重构 */
.conference-hero {
  /* height: 120px; */
  /* width: 700px; */
  isolation: isolate; /* 创建新的层叠上下文 */
  /* overflow: hidden; */
  background: rgba(0,0,0,0.6);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  padding:0 !important;
  position: absolute;
  top:50%;
  left:5%;
}

.section-btn {
  display: block;
  /* background-color: red; */
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.3);
  color: white !important;
  margin: 5px;
}
.section-btn:hover {
  background-color: #004CBD;
  border: 1px solid #004CBD;
}
.blur-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px) brightness(0.9);
  transform: scale(1.1); /* 补偿模糊边缘 */
}

/* 毛玻璃优化 */
@supports (backdrop-filter: blur(10px)) {
  .text-layer::before {
    content: '';
    position: absolute;
    /* width: 120%;
    height: 120%; */
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.1);
    z-index: -1;
  }
}


.conference-title {
  width: 600px;
  font-size: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.3;
  color: #fff;
}
.section-btn {
  max-width: 65px;
  /* margin-top: 20px; */
  /* position: absolute; */
  margin-bottom: 15px;
}
.section2 {
  padding-top:0px !important;
}
@media screen and (max-width: 1280px) {
  .center-area {
    max-width: 1200px;
    margin: 0 auto;
    width: 93.4%;
  }
 .secondary-navigation > ul >li {
  width:400px;
}

  .page-content-1000 {
    max-width: 1000px;
    margin: 0 auto;
    width: 83.4%;
  }
  .header .header-content .logo-content .logo {
    width: 200px;
    padding-left: 50px;
  }
}


@media screen and (max-width: 1200px) {
  .header .header-content {
    width: 90%;
    height: 48px;
  }
  .header .header-content .logo-content .logo {
    width: 120px;
  }
  .header .header-content .logo-content-second .logo {
    width: 60px;
    padding-left: 15px;
  }
  .header .topbar .topbar-inner nav > ul > li {
    padding: 20px 14px;
  }
  .header .topbar .topbar-inner nav > ul > li a {
    font-size: 12px;
  }
  .center-area {
    max-width: 1200px;
    margin: 0 auto !important;
    width: 83.4% !important;
  }
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
  .header .topbar,
  .header .search {
    display: none;
  }
    .header .topbar {
        display: none;
        width: 100%;
        position: static;
        background: #0355d0;
    }

  .header .header-content .menuBtn {
    display: block;
  }
  .header {
    background-color: white !important;
  }
  .pc-logo,
  .pc-logo .logo {
    display: none !important;
  }
  .photo-logo {
    display: block !important;
    /* width: 80px !important; */
    filter: none ! important;
  }
.logo-fg {
 display: none;
}
  .center-area {
    margin: 0 auto;
    width: 90%;
  }
  .page-content-1000 {
    margin: 0 auto;
    width: 90%;
  }
  .list {
    padding-bottom: 40px;
  }
  .top-content .cn {
    font-size: 26px;
    line-height: 36px;
  }
  .contact-us {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  .contact-us .content {
    display: block;
  }
  .contact-us .content .top-title {
    padding-bottom: 38px;
  }
  .contact-us .content .top-title .title-cn {
    font-size: 16px;
  }
  .contact-us .content .top-title .title-en {
    font-size: 20px;
  }
  .contact-us .content .text p {
    font-size: 13px;
    display: inline;
  }
  footer {
    height: unset;
    padding-bottom: 30px;
  }
  footer .footer-content {
    display: block;
    padding-top: 30px;
  }
  footer .footer-content .footer-left .f-logo {
    width: unset;
    font-size: 18px;       
    }

  footer .footer-content .footer-left ul li a {
    font-size: 14px;
  }
  footer .footer-content .footer-right .address {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }
.address span {
display: inline-block;
vertical-align: middle;
height:100px 
}
  footer .footer-content .footer-right .copyright {
    font-size: 12px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  footer .footer-content .footer-right .copyright,
  footer .footer-content .footer-right .beian,
  footer .footer-content .footer-right p,
  footer .footer-content .footer-right a {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
  }
    .header .topbar-inner nav > ul > li > ul {
        position: static !important;
        width: 100% !important;
        background: #e0e0e0 !important; /* 子菜单背景色 */
        box-shadow: none;
        margin-top: 8px;
    }
    
    .header .topbar-inner nav > ul > li > ul > li {
        padding: 8px 0 !important;
        border-bottom: 1px solid #ccc;
    }
    
    .header .topbar-inner nav > ul > li a {
        color: #333 !important;
        font-size: 16px !important;
    }
    
    .header .topbar-inner nav > ul > li a::after {
        display: none !important;
    }
    
    .logo.photo-logo {
        max-width: 180px !important;
    }
  .header .header-content .logo-content .logo {
   padding-left:0px !important;
   }
}

html.hidden {
  overflow-y: hidden;
}

.header.active {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  box-sizing: border-box;
  background-color: #f9f9f9 ! important;
  display: block;
  overflow: hidden;
}

.header.active .topbar {
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.header.active .topbar-inner nav > ul {
  display: block;
}

.header.active .topbar-inner nav > ul > li a {
  font-size: 16px;
}

.header.active .topbar-inner nav > ul > li a::after {
  display: none;
}

.header.active .topbar-inner nav > ul > li > ul {
  display: none;
  position: static;
  width: 140%;
  /* top: 70px; */
  z-index: 99999;
  background: #ffffff;
}

.header.active .topbar-inner nav > ul > li > ul > li {
  padding: 10px 0;
  border-bottom: unset;
}

.wp_articlecontent p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin: 15px 0;
}

.wp_articlecontent h1 {
  font-size: 28px;
  color: #2c2d31;
  font-weight: 500;
  line-height: 60px;
}

.wp_articlecontent h2 {
  font-size: 22px;
  color: #2c2d31;
  font-weight: 500;
  line-height: 55px;
}

.wp_articlecontent h2::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff9e00;
  display: inline-block;
  margin-right: 12px;
  transform: translateY(-75%);
}

.wp_articlecontent h3 {
  font-size: 20px;
  color: #2c2d31;
  font-weight: 500;
  line-height: 55px;
}

.wp_articlecontent img {
  width: 100%;
  max-width: 100%;
}

.wp_articlecontent table {
  width: 100%;
}

.wp_articlecontent .special-table tr {
  border: 1px solid #8ebafa;
}

.wp_articlecontent .special-table tr:nth-of-type(odd) {
  background: rgba(0, 76, 189, 0.1);
}

.wp_articlecontent .special-table td {
  border: 1px solid #8ebafa !important;
}

.wp_articlecontent .special-table tbody tr:nth-of-type(1) {
  background: #004CBD;
  border: 1px solid #ffffff;
}

.wp_articlecontent .special-table tbody tr:nth-of-type(1) td {
  border: 1px solid #8ebafa;
  background: #004CBD !important;
  color: #ffffff;
}

.wp_articlecontent .special-table tbody tr:nth-of-type(1) td P {
  color: #ffffff;
}

.wp_articlecontent table tbody td {
  padding: 10px 10px !important;
  font-size: 14px;
  color: #5E5E5E;
  font-weight: 400;
}

.wp_articlecontent table tbody td p {
  margin: 0;
}

.possplit {
  background-image: none;
  text-indent: unset;
  border: unset;
  padding: 0 5px;
  width: unset;
}

.under-construction {
  margin-top: 100px;
}

.under-construction img {
  display: block;
  margin: 0 auto;
}

.under-construction h2 {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #aeafb1;
  line-height: 42px;
  letter-spacing: 1.88px;
}

.contactUs img {
  width: 50%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  .contactUs img {
    float: none;
    width: 100%;
  }
}

.wp_entry a:hover {
  text-decoration: none;
  color: inherit;
}

.logo {
  filter: brightness(0) invert(1);
}


.logo:hover {
  filter: brightness(0) invert(1) drop-shadow(0 0 4px rgba(255,255,255,0.8));
}

.nav-item {
color:white;
}


.header {
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease; /* 添加过渡动画 */
}

/* 滚动后状态 */
.header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.3s ease;
}

/* 内容区补偿 */
.header-placeholder {
  height: 100px; /* 初始高度与导航栏一致 */
  transition: height 0.3s ease;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .header.scrolled {
    position: fixed;
    height: 60px; /* 压缩后的导航栏高度 */
  }
  
  .header-placeholder {

  }
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}