@charset "utf-8";
* {
  -webkit-text-size-adjust: none
}
body {
  background: #fff;
  font-size: 1em;
  font-family: "sinkin-sans", Noto Sans SC, "Microsoft Yahei", PingFangSC-Regular, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select {}
#device_change {
  width: 50%;
  border: 1px solid #666;
  font-size: 3.5em;
  box-shadow: none
}
:root {
  --primary: #008ed6;
    --maincolor: #00182d;
  --primary-25: rgba(255, 0, 0, 1);
      --brightcolor: #008ed6;
    --redhover: #e6212a;
}
.supah-scroll {
  /*position: fixed;*/
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  will-change: transform;
  overflow: hidden
}
/* HEADER */
#sh_hd {
    position: absolute;
    z-index: 515;
    top: 0;
  width: 100%;
  font-size: 15px;
}
/* MAIN */
#sh_section {
  overflow: hidden;
  position: relative;
  min-width: 1200px;
  line-height: 1.8;
  color: #00182d;
}
/* CONTAINER */
#sh_container {
  position: relative;
  z-index: 10;
  min-width: 1200px;
  width: 100%
}
#sh_container_wrapper.sub {
  padding-top: 160px
}
#sh_content {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  min-height: 550px;
  padding: 70px 0;
  margin: 0 auto;
  background: #fff
}
/* FOOTER */
#toTop {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 101;
  display: flex;
  width: 55px;
  height: 55px;
  margin-bottom: -50px;
  border-radius: 40px;
  background: var(--primary);
  /*border:rgba(255,255,255,0.2) 1px solid;*/
  box-shadow: 4px 4px 7px rgba(0, 0, 0, .1);
  transition: all .4s
}
#toTop svg {
  margin: auto;
  color: #fff
}
#toTop.on {
    
  opacity: 1;
  margin-bottom: 0
}

#toTop:hover {
    background: var(--redhover);
}

#sh_ft {
  min-width: 1200px;
  font-size: 15px;
  color: rgba(255, 255, 255, .5);
  line-height: 2;
  background: #00182d;
}
#sh_ft .ft_nav {
  padding: 0 90px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  background: #00182d;
}
#sh_ft .ft_nav li {
  color: rgba(255, 255, 255, .7);
}
/*#sh_ft .ft_nav li + li:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 25px;
  background: rgba(255, 255, 255, .2)
}*/
#sh_ft .ft_nav li a {
opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    transition: all .2s;
}
#sh_ft .ft_nav li a:hover {
  opacity: 0.6
}
#sh_ft .inner {
  display: flex;
  justify-content: space-between;
  padding: 90px 90px
}
#sh_ft .ft_logo {
  width: 20%
}
#sh_ft .info {
  line-height: 2.2;
  color: rgba(255, 255, 255, .8)
}
#sh_ft .ft_logo img {
  width: 160px;
}
#sh_ft .info p {
  height: 36px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}


#sh_ft .info ul {
 font-weight: 600;
}

#sh_ft .info li {
  font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 2;
    display: block;
    font-weight: 400;
}

#sh_ft .info li a{
  font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 2;
    display: block;
    font-weight: 400;
}

#sh_ft .links {
  margin: auto 0 0 auto
}
#sh_ft .links a {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
}
#sh_ft .links a + a {
  margin-left: 15px
}
/* 站点地图 */
#sh_site_map {
  position: relative;
  width: 100%;
}
#sh_site_map > div {
  float: left;
  width: 32%;
  min-height: 280px;
  margin-right: 2%
}
#sh_site_map > div:nth-of-type(3n) {
  margin-right: 0
}
#sh_site_map .sh_site_map_title {
  padding: 10px 15px;
  border-bottom: 2px solid #333;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  color: #222;
}
#sh_site_map ul {
  padding: 0 15px 15px
}
#sh_site_map .sh_site_map_box {
  min-height: 155px;
  padding: 17px 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
  font-size: 14px;
  color: #333;
  line-height: 40px
}
#sh_site_map .sh_site_map_box li {
  border-bottom: 1px dotted #ccc
}
#sh_site_map .sh_site_map_box li:last-child {
  border: none
}

@media screen and (max-width:1200px) {
  #sh_container{min-width: 100%;}
    #sh_section{min-width: 100%;}
    #sh_ft{min-width: 100%;}
    #sh_ft .inner{padding:60px 20px;}
    #sh_ft .ft_nav{padding:20px;}
    #sh_ft .inner{display: none;}
    #sh_ft .ft_nav{display: block; height: auto;}
}

/* 手机端菜单按钮 */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 22px;
  height: 20px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 34px;
  z-index: 1001;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}

/* 手机端菜单 */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: right 0.3s ease;
}

.mobile-menu-inner {
  padding:70px 20px 20px;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

/* 响应式显示 */
@media (max-width: 768px) {
  /* ... existing code ... */

.mobile-menu {
  display: block; /* 确保默认显示 */
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 1000; /* 确保层级足够高 */
  transition: right 0.3s ease;
}

.mobile-menu.active {
  right: 0; /* 确保展开时位置正确 */
}

/* ... existing code ... */
  .mobile-menu-toggle {
    display: flex;
  }
  
  .sh_nav {
    display: none;
  }

  /* ... existing code ... */

.mobile-sub-menu {
  display: none; /* 默认隐藏二级菜单 */
  padding-left: 20px;
}

.mobile-menu-main.active + .mobile-sub-menu {
  display: block; /* 展开时显示 */
}

.mobile-menu-main {
  position: relative;
  padding-right: 30px;
}

.mobile-menu-main::after {
  content: '+';
  position: absolute;
  right: 10px;
  transition: transform 0.3s;
}

.mobile-menu-main.active::after {
  content: '-';
  transform: rotate(180deg);
}

/* ... existing code ... */
}

/* 菜单展开状态 */
.mobile-menu.active {
  right: 0;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}