html {
  overflow-x: hidden; }

body { font-family:"微软雅黑";}

.navbar {
  margin-bottom: 0px; }
  .navbar header:after {
    clear: none !important; }

.navbar-inverse .navbar-brand {
  color: #B4B4B4; }

.sidebar-brand {
  border-bottom: 1px solid silver;
  clear: both;
  padding-bottom: 10px; }


.sidebar-brands {

  clear: both;
  padding-bottom: 10px; }



.sidebar-nav a:hover, .sidebar-nav a.on {
  color: #FD7522; }

.sub-menu {
  list-style-type: none;
  padding: 10px 0px 0px 1.2em; }
  .sub-menu li {
    margin: 0px; }

.sub-menu:empty {
  display: none; }

.logo-big {
  display: none;
        color:white;
  width: 95px;
  height: 50px;
  margin-top: -5px;
  margin-left: -7px;
background: url("../img/logo.png") 0 0 no-repeat;
  text-indent: -9999px; }

.logo-small {
  display: block;
    color:white;
  width: 39px;
  height: 50px;
background: url("../img/slogo.png") 0 0 no-repeat;
  text-indent: -9999px;
  margin-top: -4px;
  margin-left: -4px; }

.container {
  width: 100%; }
  .container .row {
    /* flexbox specific properties */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

.intro {
  width: 200px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #FD7522;
  padding: 20px 15px 15px 15px;
  font-size: 0.95em; }

.menu-item {
  padding-top: 23px; }

#content-block {
  width: 100%; }
  #content-block > .col-item {
    float: none;
    display: inline-block;
    vertical-align: top; }

#home-container .img {
  margin-top: 15px; }
#home-container h2 {
  font-size: 24px;
  margin-bottom: .25em; }
#home-container h3 {
  font-size: 16px;
    line-height: 24px;
  margin: 0 0 .5em 0;
  font-weight: normal;
 /* font-style: italic;*/ }
#home-container .jumbotron {
  background-color: none;
  padding-left: 0px;
  padding-right: 0px; }
  #home-container .jumbotron h2 {
    font-size: 20px; }

.jumbotron {
  background-color: inherit;
  padding: 18px 0px 18px 0px; }
  .jumbotron h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: black; }
  .jumbotron ul, .jumbotron ol {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px; }

.col-item.link a {
  color: #333; }

.col-item {
  padding: 15px; }

#news-block .col-item h1 {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
  margin-top: 0px;
  padding: 0; }

#news-block .col-item h2 {
  font-size:16px; 
font-weight:bold;
 font-family: "微软雅黑";
    line-height: 20px;
    height: 44px;
    
}

#news-block h1 {
  font-family: "微软雅黑";
  font-weight: bold;
  padding-left: 15px;
  margin: 0; }

.btn-primary, .btn-default {
  background-color: #189ACA;
  color: #fff;
  border-color: #0381af; }

.btn-primary:hover, .btn-default:hover {
  background-color: #FD7522;
  color: #fff;
  border-color: #e26214;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.main-link {
  color: #FD7522;
  font-size: 1.1em; }

.main-link:hover {
  color: #0381af;
  text-decoration: none; }

.glyphicon-download:before {
  font-size: 24px; }

.link-menu {
  margin-top: -50px; }

.img a.gallery {
  cursor: pointer; }

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 200px;
  position: fixed;
  left: 0;
  right: 0; }
  #wrapper.toggled #sidebar-wrapper {
    width: 200px; }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 200px;
  width: 0;
  height: 94%;
  margin-left: -200px;
  overflow-y: auto;



  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 


  
}




/* 滚动条整体样式 */
#sidebar-wrapper::-webkit-scrollbar {
  width: 3px;  /* 纵向滚动条宽度 */
  height: 0px; /* 横向滚动条高度 */
}

/* 滚动条轨道 */
#sidebar-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道背景色 */
  border-radius: 10px; /* 轨道圆角 */
}

/* 滚动条滑块 */
#sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #666; /* 滑块背景色 */
  border-radius: 10px; /* 滑块圆角 */
  transition: background 0.3s ease; /* 过渡效果 */
}

/* 滚动条滑块悬停状态 */
#sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8; /* 悬停时滑块颜色 */
}

/* 滚动条边角（轨道交汇处） */
#sidebar-wrapper::-webkit-scrollbar-corner {
  background: #f1f1f1; /* 边角背景色 */
}

/* 定义滚动容器 */










#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

.footer-menu {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }
  .footer-menu a {
    margin-right: 10px; }

/* Sidebar Styles */
.sidebar-nav {
  width: 200px;
  margin: 15px 0px 0px 0px;
  padding: 0;
  list-style: none;
  font-size: 1.2em; }
  .sidebar-nav li {
    text-indent: 18px;
    margin-bottom: 10px; }
    .sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: #68686B; }

@media (min-width: 768px) {
  #wrapper {
    padding-left: 200px; }

  #wrapper.toggled {
    padding-left: 200px; }
    #wrapper.toggled #sidebar-wrapper {
      width: 200px; }
    #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0; }

  #sidebar-wrapper {
    width: 200px; }

  #page-content-wrapper {
    padding: 20px;
    position: relative; }

  .logo-big {
    display: block; }

  .logo-small {
    display: none; }

  .modal-dialog {
    width: auto;
    max-width: 1000px; }

  .jumbotron h1 {
    font-size: 40px; font-family: "黑体"; } }
@media (min-width: 992px) {
  #content-block .col-item {
    width: 33%; }

  #home-container {
    /* flexbox specific properties */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }
@media (min-width: 1280px) {
  #wrapper {
    width: 1280px;
    margin: 0 auto; } }
@media (max-width: 768px) {
  .single-image {
    width: 100% !important; }

  .jumbotron h2:first-of-type {
    font-size: 18px !important;
    margin-top: 0px; }

  .navbar-brand {
    font-size: 15px;
    padding-right: 0;
    color: #68686B !important; }

  .open > .link-wrapper {
    display: block; }

  .link-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .link-wrapper a {
      clear: both;
      padding-top: 5px;
      padding-bottom: 5px;
      height: inherit; }
    .link-wrapper a:hover {
      color: inherit !important; }

  .dropdown-toggle {
    font-size: 20px;
    line-height: .5em;
    padding: 5px;
    display: inline-block;
    margin-top: 16px;
    margin-left: 5px;
    background-color: silver; } }
@media (min-width: 480px) and (max-width: 992px) {
  #home-container .col-item {
    width: 33.33333333%;
    float: left; }

  #home-container .col-item img {
    width: 100%; }

  #home-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }

/*# sourceMappingURL=base.css.map */


/*page*/
.dede_pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
    margin-bottom: 40px;
    
}
.dede_pages a {
	display: inline-block;
    
}
.dede_pages a {
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #0066cc;
	margin: 0 2px;
    color: #0066cc;
   
}
.dede_pages a:hover {
	background: #eee;
    text-decoration:none;
    
}
.dede_pages a.active a {
	background: #eee;
	color: #0066cc;
}
.dede_pages select {
	vertical-align: middle;
	font-size: 8pt; 
	padding: 0px;
}
.dede_pages b {
	font-weight: normal;
}

.dede_pages .thisclass{
	border: 1px solid #0066cc;
	background: #0066cc;
	color: #fff;
	
}

.dede_pages .thisclass:hover{
	border: 1px solid #0066cc;
	background: #0066cc;
	color: aliceblue;
	
}

.dede_pages select{height: 32px; margin-bottom: 4px; padding-left: 3px; padding-right: 3px;}

.dede_pages .pageinfo{ color: #666; font-size: 14px;} 





/*end*/


.pic_sok{width:232px; height:150px; border: #e1e1e1 solid 1px; padding: 1px; border-radius: 5px;}

@media (min-width: 300px) and (max-width: 640px) {
.pic_sok{ width:99%; height: auto;}
}

.sylj{    padding-bottom: 10px; height: auto; padding-top: 8px; margin-top: 8px;} 


.news_list_title{  padding-bottom: 0px; line-height: 30px; color: #255B94; font-size: 16px;  font-weight: 600; font-family: "微软雅黑";}
.leftsok{ border-right: #e1e1e1 solid 1px; background: #e9e9e9; }
.footer_sok{  color: #999; }

.sytu{margin-top: -50px; margin-bottom: 1px;}


@media (min-width: 300px) and (max-width: 640px) {
.sytu img{ width: 99%;}
}


.sok_content{ font-size:16px; line-height: 30px;  } 
.sok_content img{ width: 80%;  } 

.sok_syp{ font-size: 12px; color: #999; line-height: 28px; padding-left: 20px; }
.syyqlj{ margin-top:5px; padding:10px; display:inline-block; width: 100%;   }

.syyqlj a{ color: #ccc; padding-right: 10px; }



.news_pic{margin-bottom: 0px;  margin-top: 20px; height: 160px; padding-bottom: 20px; border: #ccc dotted 1px;}
.news_img{ float: left; width: 202px;  margin-right: 10px; }
.news_img img{  width: 200px; height: 130px;   }


@media (min-width: 300px) and (max-width: 640px) {
.news_pic{margin-bottom: 0px;  margin-top: 10px; height: auto; padding-bottom: 8px;}
.news_img{ float: left; width:100%;  margin-right: 10px; }
.news_img img{ width: 100%; margin-left: auto; margin-right: auto;}
}

#content-block img{ max-width:760px; }

@media (max-width: 640px) {
#content-block img{ max-width:350px; }

  }


/* 精致化视觉优化：仅增强质感与细节，不改变原有布局结构 */
:root {
  --sok-primary: #1f6fff;
  --sok-primary-deep: #164fc4;
  --sok-accent: #ff8a3d;
  --sok-gold: #f6c86f;
  --sok-text: #243044;
  --sok-muted: #7b8496;
  --sok-line: rgba(42, 61, 94, .11);
  --sok-card: rgba(255, 255, 255, .92);
  --sok-shadow: 0 16px 45px rgba(36, 48, 68, .10);
  --sok-shadow-soft: 0 8px 24px rgba(36, 48, 68, .08);
}

html {
  background: #f4f7fb;
}

body {
  color: var(--sok-text);
  background:
    radial-gradient(circle at 12% 4%, rgba(31, 111, 255, .10), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(255, 138, 61, .10), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f3f6fb 48%, #f8fafc 100%);
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

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

.navbar.navbar-inverse {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  min-height: 56px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(18, 31, 56, .98), rgba(24, 51, 91, .96) 48%, rgba(20, 38, 68, .98));
  box-shadow: 0 10px 30px rgba(15, 35, 68, .18);
  backdrop-filter: blur(10px);
}

.navbar.navbar-inverse:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 200, 111, .72), rgba(31, 111, 255, .55), transparent);
}

.navbar-inverse .navbar-brand {
  color: rgba(255, 255, 255, .88);
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
}

.navbar-brand img {
  height: 36px;
  width: auto;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .20));
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  height: 56px;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.navbar-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 2;
}

.navbar-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  z-index: 2;
  margin-left: auto;
}

#translate {
  color: rgba(255, 255, 255, .78) !important;
  margin: 0;
  line-height: 56px;
}

@media (min-width: 769px) {
  .link-menu {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .nav-center-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em;
    white-space: nowrap;
  }

  .nav-center-brand:hover {
    color: #fff;
    text-decoration: none;
  }

  .link-menu #translate {
    order: 99;
    margin-left: auto;
    margin-right: 12px;
  }

  .link-menu .dropdown-toggle {
    order: 100;
  }
}

.translateSelectLanguage {
  border-color: rgba(255, 255, 255, .32) !important;
  background: rgba(255, 255, 255, .92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 4px 16px rgba(0, 0, 0, .12);
}

.dropdown-toggle {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .10);
  color: #fff;
  border-radius: 12px;
}

.dropdown-toggle:hover {
  background: rgba(255, 255, 255, .18);
}

.link-wrapper .menu-item,
.sylj {
  color: rgba(255, 255, 255, .88) !important;
  border-radius: 999px;
}

.link-wrapper .menu-item:hover,
.sylj:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .08);
}

#wrapper {
  position: relative;
}

#page-content-wrapper {
  padding-top: 24px;
}

.leftsok {
  border-right: 1px solid rgba(31, 111, 255, .10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(247, 250, 255, .94)),
    radial-gradient(circle at 20% 0%, rgba(31, 111, 255, .10), transparent 36%);
  box-shadow: 12px 0 36px rgba(42, 61, 94, .08);
}

.intro {
  color: var(--sok-primary-deep);
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  line-height: 1.8;
  border-bottom: 1px solid var(--sok-line);
  background: linear-gradient(135deg, rgba(31, 111, 255, .08), rgba(255, 255, 255, .45));
}

.sidebar-brand {
  border-bottom: 1px solid rgba(42, 61, 94, .08);
  padding-bottom: 8px;
}

.sidebar-nav li {
  margin: 0 12px 10px 12px;
  text-indent: 0;
}

.sidebar-nav li a {
  position: relative;
  padding: 10px 14px 10px 18px;
  color: #4d5b72;
  border-radius: 14px;
  font-weight: 500;
  letter-spacing: .03em;
}

.sidebar-nav li a:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(31, 111, 255, .32);
  transform: translateY(-50%);
  transition: all .25s ease;
}

.sidebar-nav a:hover,
.sidebar-nav a.on {
  color: var(--sok-primary);
  background: linear-gradient(90deg, rgba(31, 111, 255, .10), rgba(31, 111, 255, .03));
  box-shadow: inset 0 0 0 1px rgba(31, 111, 255, .08);
}

.sidebar-nav a:hover:before,
.sidebar-nav a.on:before {
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--sok-primary), var(--sok-accent));
}

.jumbotron {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .88)),
    radial-gradient(circle at 88% 16%, rgba(246, 200, 111, .18), transparent 28%);
  box-shadow: var(--sok-shadow);
}

.jumbotron:before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, var(--sok-primary), var(--sok-gold), var(--sok-accent));
  opacity: .85;
}

.jumbotron h1 {
  color: #17243a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
  letter-spacing: .04em;
}

.jumbotron h2 {
  color: var(--sok-muted);
  line-height: 1.7;
}

.swiper-container {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .85);
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 73, 125, .16);
}

.swiper-slide img {
  display: block;
  object-fit: cover;
  transition: transform .7s ease, filter .7s ease;
}

.swiper-slide:hover img {
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.03);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .92);
  opacity: .86;
  box-shadow: 0 0 0 1px rgba(31, 111, 255, .18);
}

.swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sok-primary), var(--sok-accent));
}

#content-block > .col-item,
#news-block .col-item,
.news_pic {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .76);
  box-shadow: var(--sok-shadow-soft);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

#content-block > .col-item:before,
#news-block .col-item:before,
.news_pic:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .95), transparent);
}

#content-block > .col-item:hover,
#news-block .col-item:hover,
.news_pic:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 111, 255, .20);
  box-shadow: 0 20px 48px rgba(31, 73, 125, .16);
}

#content-block > .col-item:nth-of-type(1) {
  background: linear-gradient(135deg, #ffe68c, #ffc84f) !important;
}

#content-block > .col-item:nth-of-type(2) {
  background: linear-gradient(135deg, #d7dd53, #aab72e) !important;
}

#content-block > .col-item:nth-of-type(3) {
  background: linear-gradient(135deg, #8fd3ff, #4da6e7) !important;
}

#home-container h2 {
  color: #16243b;
  font-weight: 700;
  letter-spacing: .03em;
}

#home-container h3 {
  color: rgba(36, 48, 68, .76);
}

#news-block {
  margin-top: 12px;
}

#news-block > h1,
#news-block h1[style] {
  position: relative;
  display: inline-block;
  margin-bottom: 16px !important;
  color: #17243a;
  letter-spacing: .04em;
}

#news-block > h1:after,
#news-block h1[style]:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -7px;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sok-primary), var(--sok-accent));
}

#news-block .col-item {
  background: var(--sok-card);
}

#news-block .col-item h2 {
  color: #1d2c44;
}

#news-block .col-item p {
  color: var(--sok-muted) !important;
  line-height: 1.75;
}

.main-link {
  display: inline-block;
  padding: 7px 14px;
  color: #fff;
  font-size: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sok-primary), var(--sok-primary-deep));
  box-shadow: 0 8px 18px rgba(31, 111, 255, .24);
}

.main-link:hover {
  color: #fff;
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--sok-accent), #f16b24);
  box-shadow: 0 10px 22px rgba(255, 138, 61, .26);
}

hr {
  border-top: 1px solid rgba(42, 61, 94, .10);
}

.news_pic {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(42, 61, 94, .08);
  border-radius: 20px;
}

.news_img img,
.pic_sok {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(42, 61, 94, .12);
  object-fit: cover;
}

.news_list_title,
.news_list_title a {
  color: #1f4f91;
}

.news_list_title a:hover {
  color: var(--sok-accent);
}

.sok_content {
  color: #334155;
  line-height: 2;
}

.sok_content > div[style*="dashed"] {
  border: 1px solid rgba(31, 111, 255, .18) !important;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 111, 255, .06), rgba(255, 255, 255, .72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.sok_content img {
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(42, 61, 94, .14);
}

#ip,
input[type="text"] {
  height: 34px;
  border: 1px solid rgba(42, 61, 94, .16);
  border-radius: 999px;
  padding: 6px 13px;
  outline: none;
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 0 1px 3px rgba(42, 61, 94, .05);
}

#ip:focus,
input[type="text"]:focus {
  border-color: rgba(31, 111, 255, .55);
  box-shadow: 0 0 0 4px rgba(31, 111, 255, .10);
}

#button,
input[type="submit"],
.btn-primary,
.btn-default {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sok-primary), var(--sok-primary-deep));
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 111, 255, .22);
}

#button:hover,
input[type="submit"]:hover,
.btn-primary:hover,
.btn-default:hover {
  background: linear-gradient(135deg, var(--sok-accent), #f16b24);
  box-shadow: 0 10px 22px rgba(255, 138, 61, .24);
}

.dede_pages a,
#page a,
#page p {
  border-color: rgba(31, 111, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .90);
  color: #4b5d76;
}

.dede_pages a:hover,
#page a:hover {
  color: var(--sok-primary);
  border-color: rgba(31, 111, 255, .45);
  box-shadow: 0 7px 18px rgba(31, 111, 255, .12);
}

.dede_pages .thisclass,
#page a.cur {
  border-color: transparent;
  background: linear-gradient(135deg, var(--sok-primary), var(--sok-primary-deep));
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 111, 255, .22);
}

.syyqlj {
  border-radius: 18px;
  background: rgba(255, 255, 255, .54);
  box-shadow: inset 0 0 0 1px rgba(42, 61, 94, .06);
}

.syyqlj a {
  color: #8a95a8;
}

.syyqlj a:hover {
  color: var(--sok-primary);
}

footer {
  margin-top: 18px;
  padding: 24px 18px 10px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(248, 250, 252, .68));
}

.footer-menu {
  border-bottom: 1px solid rgba(42, 61, 94, .10);
}

.footer-menu a {
  color: #64748b;
}

.footer-menu a:hover {
  color: var(--sok-primary);
}

.footer_sok {
  color: #94a3b8;
}

@media (max-width: 768px) {
  #page-content-wrapper {
    padding: 14px;
  }

  .jumbotron {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .swiper-container,
  #content-block > .col-item,
  #news-block .col-item,
  .news_pic {
    border-radius: 18px;
  }

  .navbar-inner {
    flex-wrap: nowrap;
    height: 56px;
    padding: 0 12px;
  }

  .navbar-left {
    width: auto;
    justify-content: flex-start;
  }

  .navbar-right {
    width: auto;
    justify-content: flex-end;
    margin-top: 0;
  }

  .link-wrapper {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(42, 61, 94, .18);
  }

  .link-wrapper .menu-item,
  .sylj {
    color: #334155 !important;
  }
}


/* 首页布局修正：轮播、三栏介绍、新闻区分层展示，避免内容挤压错位 */
#home-container {
  display: block !important;
  width: 100%;
}

#home-container:before,
#home-container:after,
#news-block:before,
#news-block:after {
  content: "";
  display: table;
  clear: both;
}

#home-container > .swiper-container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px 0 !important;
  clear: both;
}

#home-container > .swiper-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: 300px !important;
  object-fit: cover;
}

#home-container > .col-md-4.col-item {
  float: left;
  display: block;
  width: calc(33.333333% - 8px);
  min-height: 152px;
  margin: 0 12px 18px 0;
  padding: 28px 26px;
  border-radius: 22px;
}

#home-container > .col-md-4.col-item:nth-of-type(5) {
  margin-right: 0;
}

#home-container > .col-md-4.col-item:nth-of-type(3) {
  background: linear-gradient(135deg, #ffe46a 0%, #ffc400 100%) !important;
}

#home-container > .col-md-4.col-item:nth-of-type(4) {
  background: linear-gradient(135deg, #d2da4c 0%, #aebb22 100%) !important;
}

#home-container > .col-md-4.col-item:nth-of-type(5) {
  background: linear-gradient(135deg, #75c2ee 0%, #45a4df 100%) !important;
}

#home-container > .col-md-4.col-item h2 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #102033;
  font-size: 23px;
  line-height: 1.25;
}

#home-container > .col-md-4.col-item h3 {
  color: rgba(16, 32, 51, .72);
  font-size: 14px;
  line-height: 1.75;
}

#news-block {
  clear: both;
  display: block;
  width: 100%;
  margin-top: 16px;
  padding-top: 4px;
}

#news-block > h1,
#news-block h1[style] {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 18px 0 !important;
  padding-left: 0 !important;
}

#news-block > h1:after,
#news-block h1[style]:after {
  left: 0;
}

#news-block .col-md-3.col-item {
  float: left;
  display: block;
  width: calc(25% - 12px);
  min-height: 158px;
  margin: 0 16px 18px 0;
  padding: 24px 22px 20px;
}

#news-block .col-md-3.col-item:nth-of-type(4n) {
  margin-right: 0;
}

#news-block .col-md-3.col-item h2 {
  height: auto;
  min-height: 44px;
  margin-top: 0;
  margin-bottom: 12px;
  overflow: hidden;
}

#news-block .col-md-3.col-item p {
  height: auto !important;
  min-height: 50px;
  margin-bottom: 14px;
}

.syyqlj {
  clear: both;
}

@media (min-width: 992px) {
  #home-container {
    display: block !important;
  }
}

@media (max-width: 991px) {
  #home-container > .col-md-4.col-item,
  #news-block .col-md-3.col-item {
    width: 100%;
    margin-right: 0;
  }

  #home-container > .swiper-container img {
    height: auto !important;
  }
}


/* 首页顶部介绍区精修 */
#home-container #content-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#home-container #content-block .jumbotron {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: 178px;
  margin: 0 0 22px 0;
  padding: 42px 48px 34px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 26px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .98) 0%, rgba(244, 249, 255, .96) 48%, rgba(255, 250, 244, .92) 100%),
    radial-gradient(circle at 88% 14%, rgba(255, 138, 61, .16), transparent 30%),
    radial-gradient(circle at 8% 8%, rgba(31, 111, 255, .18), transparent 28%);
  box-shadow:
    0 24px 60px rgba(25, 44, 78, .12),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  isolation: isolate;
}

#home-container #content-block .jumbotron:before {
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #1f6fff 0%, #66b7ff 32%, #f6c86f 64%, #ff8a3d 100%);
  box-shadow: 0 6px 18px rgba(31, 111, 255, .18);
}

#home-container #content-block .jumbotron:after {
  content: "";
  position: absolute;
  right: 38px;
  bottom: 22px;
  width: 190px;
  height: 86px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 42%, rgba(31, 111, 255, .18), transparent 34%),
    radial-gradient(circle at 72% 45%, rgba(255, 138, 61, .16), transparent 38%);
  filter: blur(2px);
  opacity: .8;
  z-index: -1;
}

#home-container #content-block .jumbotron h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 18px 0;
  color: #102033;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: .08em;
}

#home-container #content-block .jumbotron h1:after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -8px;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6fff, #ff8a3d);
}

#home-container #content-block .jumbotron h2 {
  max-width: 980px;
  margin: 0;
  color: #1d2a3f;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: .025em;
}

#home-container #content-block .jumbotron h2:before {
 
  display: inline-block;
  margin: 0 0 12px 0;
  padding: 5px 14px;
  color: #1f6fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  border: 1px solid rgba(31, 111, 255, .16);
  border-radius: 999px;
  background: rgba(31, 111, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

@media (max-width: 768px) {
  #home-container #content-block {
    padding-left: 0;
    padding-right: 0;
  }

  #home-container #content-block .jumbotron {
    min-height: auto;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }

  #home-container #content-block .jumbotron h1 {
    font-size: 28px;
  }

  #home-container #content-block .jumbotron h2 {
    font-size: 15px !important;
    line-height: 1.75;
  }
}


/* 案例图片列表页布局精修 */
.case-list-block {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4px 10px 20px;
}

.case-list-head {
  margin: 0 0 24px;
  line-height: normal;
  text-align: center;
}

.case-list-head > div:first-child {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(42, 61, 94, .12);
}

.case-list-head span {
  position: relative;
  display: inline-block;
  color: #17243a;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .06em;
}

.case-list-head span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sok-primary), var(--sok-accent));
  transform: translateX(-50%);
}

.case-list-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  padding: 6px;
  line-height: normal;
  border: 1px solid rgba(31, 111, 255, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.case-list-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  color: #2d6ebd;
  font-size: 14px;
  border-radius: 999px;
}

.case-list-nav a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--sok-primary), var(--sok-primary-deep));
  box-shadow: 0 8px 18px rgba(31, 111, 255, .18);
}

.case-list-block .case-card {
  float: left;
  display: block;
  width: calc(25% - 18px);
  min-height: 292px;
  margin: 0 24px 26px 0;
  padding: 22px 20px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .94));
  box-shadow: 0 14px 36px rgba(25, 44, 78, .10);
}

.case-list-block .case-card:nth-of-type(4n + 1) {
  margin-right: 0;
}

.case-list-block .case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(31, 73, 125, .16);
}

.case-img-wrap {
  position: relative;
  height: 150px;
  margin: 0 0 16px;
  overflow: visible;
}

.case-img-wrap:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -8px;
  height: 30px;
  border-radius: 50%;
  background: rgba(31, 111, 255, .10);
  filter: blur(10px);
}

.case-img-link {
  display: block;
  width: 100%;
  height: 150px;
  padding: 0 !important;
  border-radius: 18px;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.case-img-link:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.case-list-block .pic_sok {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 150px;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 16px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 12px 26px rgba(25, 44, 78, .14);
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.case-card:hover .pic_sok {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.03);
  box-shadow: 0 16px 34px rgba(25, 44, 78, .18);
}

.case-card-title {
  height: 54px;
  padding: 0;
  line-height: 1.6;
  overflow: hidden;
}

.case-card-title a {
  color: #2d6ebd;
  font-size: 15px;
  font-weight: 600;
}

.case-card-title a:hover {
  color: var(--sok-accent);
}

.case-list-block + .dede_pages,
.case-list-block ~ .dede_pages {
  clear: both;
}

@media (max-width: 1100px) {
  .case-list-block .case-card {
    width: calc(33.333333% - 16px);
  }

  .case-list-block .case-card:nth-of-type(4n + 1) {
    margin-right: 24px;
  }

  .case-list-block .case-card:nth-of-type(3n + 1) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .case-list-block .case-card {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .case-list-block .case-card:nth-of-type(3n + 1),
  .case-list-block .case-card:nth-of-type(4n + 1) {
    margin-right: 20px;
  }

  .case-list-block .case-card:nth-of-type(2n + 1) {
    margin-right: 0;
  }
}

@media (max-width: 520px) {
  .case-list-block .case-card {
    width: 100%;
    margin-right: 0 !important;
  }

  .case-list-nav {
    border-radius: 18px;
  }
}

/* 案例页高权重覆盖，避免首页新闻卡片规则影响图片列表 */
#news-block.case-list-block .case-card {
  width: calc(25% - 18px) !important;
  min-height: 292px;
  margin: 0 24px 26px 0 !important;
}

#news-block.case-list-block .case-card:nth-of-type(4n + 1) {
  margin-right: 0 !important;
}

#news-block.case-list-block .case-img-wrap {
  height: 150px !important;
  min-height: 0 !important;
  margin: 0 0 16px !important;
}

#news-block.case-list-block .case-img-link {
  display: block;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#news-block.case-list-block .pic_sok {
  width: 100% !important;
  height: 150px !important;
  max-width: none !important;
}

@media (max-width: 1100px) {
  #news-block.case-list-block .case-card {
    width: calc(33.333333% - 16px) !important;
    margin-right: 24px !important;
  }

  #news-block.case-list-block .case-card:nth-of-type(3n + 1) {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  #news-block.case-list-block .case-card {
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
  }

  #news-block.case-list-block .case-card:nth-of-type(2n + 1) {
    margin-right: 0 !important;
  }
}

@media (max-width: 520px) {
  #news-block.case-list-block .case-card {
    width: 100% !important;
    margin-right: 0 !important;
  }
}


/* 左侧导航：大类默认显示，小类点击展开 */
.sidebar-nav .sidebar-parent {
  padding-bottom: 0;
}

.sidebar-nav .sidebar-parent.has-children > .sidebar-parent-link {
  padding-right: 34px;
}

.sidebar-nav .sidebar-arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid rgba(77, 91, 114, .55);
  border-bottom: 2px solid rgba(77, 91, 114, .55);
  transform: rotate(45deg);
  transition: transform .25s ease, border-color .25s ease;
}

.sidebar-nav .sidebar-parent.open > .sidebar-parent-link .sidebar-arrow,
.sidebar-nav .sidebar-parent.has-children > .sidebar-parent-link:hover .sidebar-arrow {
  border-color: var(--sok-primary);
}

.sidebar-nav .sidebar-parent.open > .sidebar-parent-link .sidebar-arrow {
  margin-top: -2px;
  transform: rotate(-135deg);
}

.sidebar-sub-menu {
  display: none;
  margin: 4px 0 6px 0;
  padding: 6px 0 8px 20px;
  list-style: none;
  border-left: 1px solid rgba(31, 111, 255, .12);
}

.sidebar-parent.open > .sidebar-sub-menu {
  display: block;
}

.sidebar-sub-menu li {
  margin: 0 8px 4px 0 !important;
  text-indent: 0 !important;
}

.sidebar-sub-menu li a {
  padding: 7px 12px !important;
  color: #6b7688 !important;
  font-size: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .46);
}

.sidebar-sub-menu li a:before {
  width: 3px;
  height: 3px;
  left: 4px;
  background: rgba(31, 111, 255, .28);
}

.sidebar-sub-menu li a:hover {
  color: var(--sok-primary) !important;
  background: rgba(31, 111, 255, .08);
}


/* 资讯卡片按钮简洁化 */
#news-block .main-link,
.main-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  color: #315f93 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid rgba(49, 95, 147, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: none !important;
  transform: none !important;
}

#news-block .main-link:hover,
.main-link:hover {
  color: #174d8a !important;
  border-color: rgba(49, 95, 147, .34);
  background: rgba(241, 247, 255, .92) !important;
  box-shadow: 0 4px 12px rgba(49, 95, 147, .08) !important;
}
