<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   /* æ–°åŠ&nbsp; - æ¨¡å— */
   .header1 {
     width: 100%;
     height: 48px;
     border-bottom: #DDDDDD solid 1px;
     padding: 0 calc((100% - 1100px) / 2);
     display: flex;
     justify-content: space-between;
     align-items: center;
   }

   .header1 p {
     font-size: 12px;
     color: #757575;
   }

   .header1 .ss {
     width: 240px;
     height: 32px;
     background: #fafafa;
     border: #dddddd solid 1px;
     display: flex;
     justify-content: space-between;
   }

   .header1 .searchInput {
     display: flex;
     padding: 0 15px;
   }

   .header1 .subButn {
     width: 30px;
     height: 100%;
     background: url(/assets/img/search_1.png) no-repeat center;
     background-size: 20px;
   }

   .header1 img {
     display: block;
   }

   /* å¯¼èˆªæ›´æ–°ä»£ç&nbsp; */
   .header {
     margin: 0 auto;
     transition: 0s;
     height: 100px;
     background: #fff;
     position: relative;
   }


   .header .container {
     position: relative;
   }

   /* logo */
   .header .logo {
     width: 400px;
     height: 50px;
   }

   .header.on .logo .logo1 {
     display: none;
   }

   .header.on .logo .logo2 {
     display: flex;
   }

   @media (max-width: 1200px) {
     .header .logo {
       padding: 5px 0;
     }
   }

   /* å¯¼èˆª */
   .header .navBox {
     display: flex;
     justify-content: space-between;
     align-items: center;
   }

   .header .nav {
     width: calc(100% - 460px);
     max-width: 960px;
     height: 100px;
   }

   .header .nav .navbar_nav {
     width: 100%;
     display: flex;
     justify-content: space-between;
   }

   .header .navbar_nav li.dropdown {
     position: relative;
   }

   .header .navbar_nav li&gt;a {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     font-size: 14px;
     font-weight: 100;
     height: 100%;
   }


   .header .navbar_nav li.dropdown:last-child a {
     color: #FF0004;
   }

   /* äºŒçº§åˆ†ç±» */
   .header .navbar_nav li.dropdown .dropdown_menu {
     display: none;
     position: absolute;
     top: 100%;
     width: 120px;
     left: auto;
     background: #F9F9F9;
   }

   .header .navbar_nav li.dropdown:hover .dropdown_menu {
     display: block;
   }


   .header .navbar_nav li.dropdown .dropdown_menu a {
     color: #7E7E7E;
     background: #fff0;
     transition: 0s;
     font-size: 14px;
     text-align: center;
     line-height: 3;
     display: block;
     width: 100%;
   }

   .header .navbar_nav li.dropdown .dropdown_menu a:hover {
     background: var(--color);
     color: #fff;
   }



   @media (max-width: 1200px) {
     .header1 {
       display: none;
     }

     .header {
       background: #fff;
       width: 100%;
       border-bottom: 0px;
     }

     .header .navBox {
       width: 260px;
       padding: 0;
     }

     .header .w1600 {
       display: flex;
       justify-content: space-between;
     }

     .header #navToggle {
       margin: 0;
     }

     .header #navToggle span,
     .header #navToggle span:before,
     .header #navToggle span:after {
       background: #333 !important;
     }

     .header.on #navToggle span,
     .header.on #navToggle span:before,
     .header.on #navToggle span:after {
       background: #333 !important;
     }
   }
</pre></body></html>