/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 06:07:06 */
form {
	--form-field-padding: 0 18px;
}

[data-prefix="single_page"] .hero-section[data-type="type-2"]{
	background-image:none;
}

[data-menu*=type-2]>ul>li>a:after {
    height: 3px;
}


#search-modal{
	    display: flex;
    align-items: center;
}

#search-modal .ct-toggle-close{
	display:none;
}

.ct-panel-content{
	background:#fff;
	padding:20px;
	width:100%;
	max-width:500px;
	max-height:120px;
	border-radius:10px;
	box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ct-panel-actions {
    height: 50px;
}

#search-modal input {
    --theme-form-font-size: 20px;
    --theme-form-field-height: 50px;
    --theme-form-field-padding: 0 0px 0 0;
    margin-bottom: 10px;
}

#search-modal form .ct-search-form-controls {
    top: 10px;
}

#search-modal form {
    --search-button-size: 35px;
}


#sb_instagram #sbi_load{
	margin-top:30px;
}

#sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a{
	font-size:20px;
	border-radius:25px;
}

#menu-main-menu{
	gap:30px;
}

.post .entry-content strong {
  color: #013373;       /* 深蓝色 */
  font-weight: bold;    /* 保持加粗 */
}

.post .entry-content ul{
	list-style:none  !important;
	gap:10px;
}

.post .entry-content ul li{
	font-weight:900;
}

.post .entry-content ol{
	list-style:none  !important;
	gap:10px;
}

.post .entry-content ol li{
	font-weight:900;
}

.post .entry-content h2{
	  font-size: 24px;
	color: #013373;
	margin:50px 0 30px 0 !important;
	padding:0 0 0 30px !important;
	position:relative;
	border:0 !important;
	
}

.post .entry-content h2::before{
    content: "";
	   display:block;
	   top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 6px;
    height: 100%;
    background: #013373;
}

.post .entry-content h3{
	position:relative;
	padding: 0 0.5em 0.5em;
	margin: 2em 0 1em;
	font-size: 20px;
	color: #013373;
}

.post .entry-content h3::before{
    content: "";
	   display:block;
	   bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #013373 0%, #013373 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}

.readmore{
	 border: 1px solid #013373;
    background-color: #fff;
    padding: 10px 20px;
    margin: 30px 0;
    border-radius: 8px;
    position: relative;
}

.readmore_title{
	   position: absolute;
    top: -15px;
    left: 20px;
    background-color: #fff;
    padding: 0 10px;
    font-weight: bold;
    color: #013373;
    font-size: 18px;
}
.readmore ul{
	 list-style: disc !important;
    margin: 10px 20px !important;
}

.readmore ul li{
	margin-bottom: 10px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
}

.compare-table th,
.compare-table td {
  padding: 15px 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.compare-table thead tr {
  background-color: #013373;
  color: #ffffff;
}

.compare-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}



.key-points-box {
  background-color: #f0f8ff;
  border-left: 5px solid #013373;
  padding: 20px;
  margin: 20px 0;
}

.key-points-box h3 {
  margin-top: 0 !important;
  color: #013373;
}

.key-points-box ul {
  list-style-type: circle;
  padding-left: 20px;
}

.key-points-box li {
  margin-bottom: 10px;
}


.site-description:not(:only-child) {
    margin-top: -0.5em;
}

.index_newslist .uagb-post-grid-byline{
	float:left;
	width:75%;
}

.index_newslist .wp-block-button{
	float:left;
	width:25%;
	height:auto;
}
.index_newslist .wp-block-button a{
 display:inline-block;
	min-height:20px;
}

.index_newslist .uagb-post__inner-wrap:hover a,.index_newslist .uagb-post__inner-wrap:hover .uagb-post__text,.index_newslist .uagb-post__inner-wrap:hover .wp-block-button .uagb-text-link{
	color:#fff !important;
}

.index_newslist .uagb-post__inner-wrap:hover{
	background: #013373;
}

.tab_txt p{
	text-wrap:nowrap;
}

[lang="en"] :is(.stk-2b06cfa, .stk-3beaf02, .stk-b57ca08, .stk-e65b247) .stk-block-text__text{
	    font-size: 14px !important;
}

[lang="en"]  .newslist02 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6
}

.process_list li{
	background:#F2F5F8;
	border-radius:5px;
	padding:10px;
}


.blocksy-subcat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
 margin-top: 40px;
}

.blocksy-subcat-nav .subcat-link {
  display: inline-block;
  padding: 2px 20px;
  border-radius: 20px;
  background: #013373;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 18px;
 font-weight: 600;
}

.blocksy-subcat-nav .subcat-link:hover {
  background: var(--theme-link-color, #0073aa);
  color: #fff;
}

.blocksy-subcat-nav .subcat-link.active {
  background: var(--theme-link-color, #0073aa);
  color: #fff;
}

@media (max-width: 431px) {
	.blocksy-subcat-nav .subcat-link{		
	   font-size: 14px;
       padding: 2px 13px;
	}
	
}



.entry-card{
  transition: all 0.2s ease;
}

.entry-card:hover{
	background: #013373;
	color:#fff;
}
.entry-card:hover .entry-excerpt,.entry-card:hover .entry-meta,.entry-card:hover .entry-title{
	color:#fff;
}

.entry-card .entry-title a:hover{
	color:#fff;
	text-decoration:underline;
}

#fluentform_3 .ff-el-input--label{
	display:none;
}

#fluentform_3 .ff-el-form-control{
	background: none;
	border:solid 1px #6c9fe1;
	color: #ffffff;
	text-decoration-color:#fff;
}

#fluentform_3 input::placeholder {  
   color: #fff;
  }

#fluentform_3 .ff-btn-submit{
    background-color: #202020;
    color: #ffffff;
    font-size: 20px;
}

#fluentform_3 .ff-btn-submit:hover{
    background-color: #6c9fe1;
	  color: #013373;
}

#ff_3_dropdown_1,#ff_3_dropdown_2,#ff_3_dropdown{
	padding: 16px;
	background:url(/wp-content/uploads/2025/05/arrow_f.png) !important;
	background-repeat:no-repeat !important;
	 background-position: 250px !important;
}


#fluentform_4 .ff-el-input--label label{
	color:#013373;
	font-size:20px;
	font-weight:600;
}

#fluentform_4 .ff-el-form-control{
	background:#F2F5F8;
}

#fluentform_4 .ff-btn{
	font-size:20px;
	background:#013373;	
}

#fluentform_1 .ff-el-input--label label{
	color:#013373;
	font-size:20px;
	font-weight:600;
}

#fluentform_1 .ff-el-form-control{
	background:#fff;
}

.ct-sidebar li{
	border-bottom:solid 1px #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
}

.ct-sidebar .post-date{
	display:block;	
}

.ct-sidebar li:hover a{
	color:#2067c5;
}

.gt_selector{
 font-size:14px;
height: 35px;
}

.header_language_box {
  position: relative;
  display: inline-block;
	z-index:99;
}

/* 地球图标 */
.header_language_nav {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50%;
  transition: background 0.2s;
	  position: relative;
		z-index:99;
}
.header_language_nav:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ct-header-text{
	position:relative;
	z-index:999;
}

/* 下拉层默认隐藏 */
.header_language_inner {
  position: absolute;
  top: calc(100% + 0px);
  right: 0;
  background: #013373;
  border: 1px solid #eee;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-radius: 10px;
  transition: all 0.25s ease;
  z-index: 999;
  width: 200px;
  padding: 0;
 display:none;
}

/* 点击地球后显示 */
#lang-toggle:checked ~ .header_language_inner {
  max-height: 800px;
  opacity: 1;
  pointer-events: auto;
  padding: 12px 0;
}

/* 标题 */
.header_language_title {
  font-weight: bold;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
}

/* 列表布局 */
.language_title_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
}

.language_title_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language_title_box li {
  margin-bottom: 10px;
}

.language_title_box a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  margin-bottom: 5px;
}
.language_title_box a:hover {
  color: #0073e6;
}

.language_title_box .gt-current-lang{
	color: #0073e6;
}

/* 图标尺寸 */
.language_title_box span[class^="icon_"] {
  width: 20px;
  height: 14px;
  display: inline-block;
  background-size: cover;
}

.ct-header-socials{
	margin:0 !important;
}

.ct-header-cta .ct-button{
	min-height:20px !important;
}

.ct-header-search{
	 width: 20px !important;
    height: 20px !important;
	 background: #013373 !important;
    border-radius: 100% !important;
    padding: 5px !important;
}
.ct-header-search:hover{
	background: #0073e6 !important;
}

.ct-header-search svg{
	fill:#fff !important;
	color:#fff !important;
}

.index_banner {
  position: relative;
}

.index_banner::after {
 content:"" !important;
  display: block;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div{
	    --grid-template-columns: 0.5fr 2fr;
}

#nav_menu-5{
	width:100%;
}

/* 底部导航菜单整体 */
#menu-foot-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    list-style: none;
    padding: 0;
}

/* 一级菜单 */
#menu-foot-menu > li {
  text-align: left;
  min-width: 120px;
}

#menu-foot-menu > li > a {
  display: block;
  color: #fff; /* 深色底部用白字 */
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

#menu-foot-menu > li > a:hover {
  color: #2067c5; /* 可换品牌色 */
}

/* 二级菜单（常显） */
#menu-foot-menu .sub-menu {
  display: block; /* 永远显示 */
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-foot-menu .sub-menu li {
  margin-bottom: 6px;
}

#menu-foot-menu .sub-menu li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

#menu-foot-menu .sub-menu li a:hover {
  color: #2067c5;
}

.foot_social li{
	float:left;
	margin:0 5px;
}

/* 响应式布局 */

@media only screen and (max-width: 1200px) {
	
	#menu-main-menu {
    gap: 10px;
}
	
}

@media only screen and (max-width:1100px) {
	
	#menu-main-menu {
    gap: 5px;
}
	#header-menu-1{
		margin:0;
	}
	
}

@media (max-width: 768px) {

  #menu-foot-menu > li {
    min-width: auto;
  }

  #menu-foot-menu > li > a {
    font-size: 15px;
  }

  #menu-foot-menu .sub-menu li a {
    font-size: 13px;
  }
	
		[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --grid-template-columns: 1fr;		
}
	
}

@media (max-width: 430px) {
	
	
}
