<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import "flat-ui.min.css";
@import "animate.min.css"; */
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
}
body,
html {
  height: 100%;
}
a {
  text-decoration: none;
  }
.nav .open &gt; a {
  background-color: transparent;
}
.nav .open &gt; a:hover {
  background-color: transparent;
}
.nav .open &gt; a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 220px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.container {
width: 100%;
}

/* 鏍囬鏍峰紡 */
header {
  text-align: center;
  margin: 30px 0 40px;
  padding: 20px;
}

h1 {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 15px;
}

.subtitle {
  color: #6c757d;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* 瀵艰埅瀹瑰櫒 */
.nav-container {
  background: #fff;
  max-width: 1150px;
  margin: 0 auto;

}

/* 绉诲姩绔垏鎹㈡寜閽� */
.mobile-toggle {
  display: none;
  background: #fff;
  border: none;
  padding: 18px 25px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  position: relative;
}

.mobile-toggle i {
  margin-right: 10px;
}

.mobile-toggle:after {
  content: "鈽�";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.8rem;
  transition: transform 0.3s ease;
}

.mobile-toggle.active:after {
  content: "脳";
  font-size: 2.2rem;
}

/* 涓€绾у鑸� */
.nav-primary {
  display: flex;
  list-style: none;
  /* background: linear-gradient(to right, #3498db, #2c3e50); */
  /* position: relative; */
}

.nav-item {
  position: static;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  background: Url("../images/nav-ico1.png") no-repeat right center;
  border-left: 1px solid #eee;
  margin-right: 15px;
}

.nav-link i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.nav-link.active {
  background: rgba(255, 255, 255, 0.2);
}

/* 浜岀骇瀵艰埅 */
.nav-secondary {
  position: absolute;
  top: 341%;
  left: 0;
  width: 100%;
  background: white;
  list-style: none;
  display: none;
  padding: 10px 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  z-index: 100;
  text-decoration: none;
  font-size: 14px;
}

.nav-secondary.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

.nav-secondary-item {
  position: relative;
  width: 25%;
  float: left;
}

.nav-secondary-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  border-left: 4px solid transparent;
}

/* .nav-secondary-link:hover {
  background: #f0f7ff;
  border-left-color: #CB010F;
  text-decoration: none;
} */

.nav-secondary-link .arrow {
  font-size: 0.8rem;
  opacity: 0.7;
}

/* 涓夌骇瀵艰埅 */
.nav-tertiary {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  background: white;
  list-style: none;
  display: none;
  padding: 10px 0;
  border-radius: 0 8px 8px 8px;
  box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
  z-index: 101;
  text-decoration: none;
}


.nav-tertiary-item {
  position: relative;
}

.nav-tertiary-link {
  display: block;
  padding: 5px 20px;
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-tertiary-link:hover {
  text-decoration: none;
  background: #dedede;
}
.nav-ul{
  display: block;
  width: 100%;
  overflow: hidden;
  /* border-right: 1px solid #dedede; */
}


/* 鍝嶅簲寮忚璁� */


@media (max-width: 1024px) {
   .container {
    width: 100%;
    }
  .nav-tertiary_cp {
    display: none;
  }
  .nav-secondary-item {
    position: relative;
    width: 100%;
  }
  .nav-secondary-item::after {
    content: "";
    display: table;
    clear: both;
  }
  .mobile-toggle {
      display: block;
     
  }
 .mobile-logo{  
        width: 38%;
        background: Url("../images/logonew.png") no-repeat;
        background-size: cover;
        background-position: center;
        height: 57px;
  }
  .nav-tertiary.active {
    display: block;
    animation: fadeIn 0.4s ease;
  }
  .nav-primary {
      flex-direction: column;
      display: none;
  }
  
  .nav-primary.active {
      display: flex;
  }
  
  .nav-item {
      border-bottom: 1px solid #eee;
  }
  
  .nav-secondary, 
  .nav-tertiary {
      position: static;
      box-shadow: none;
      border-radius: 0;
      width: 100%;
      display: none;
    }
  
  .nav-secondary.active,
  .nav-tertiary.active {
      display: block;
      animation: none;
  }
  
  .nav-tertiary {
      padding-left: 40px;
  }
  
  h1 {
      font-size: 2.3rem;
  }
  
  .nav-link {
      padding: 18px 25px;
  }
}

@media (max-width: 576px) {

  .logo{
    display: none;
  }
 .header_r{
  width: 100%;
 }
  .nav-tertiary.active {
    display: block;
    animation: fadeIn 0.4s ease;
  }
  .content {
      grid-template-columns: 1fr;
  }
  
  h1 {
      font-size: 2rem;
  }
}

/* 鍔ㄧ敾 */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}



/* 瀵艰埅鎸囩ず鍣� */
.nav-indicator {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px 15px;
  background: #3498db;
  color: white;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1000;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 20px;
  width: 32px;
  z-index: 999;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color:#918F8F;
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
   background-color:#918F8F;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
   background-color:#918F8F;
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
/* SOME DEMO STYLES - NOT REQUIRED */

.bg_box_1{
  background-color: #0044d7;
}</pre></body></html>