<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* navigation */
.navigation&gt;ul&gt;li{ padding: 20px 0; margin-left: 36px; transition: .3s;}
.navigation&gt;ul&gt;li&gt;a {position: relative; z-index: 1; display: block; line-height: 40px; font-size: 16px; color: #999;}
.navigation-li&gt;a{padding-right: 18px;}
.navigation-li&gt;a::before{position: absolute; top: 16px; right: 0; content: ''; border-top: 6px solid #666; border-left: 6px solid transparent; border-right: 6px solid transparent;}
.navigation&gt;ul&gt;li.on&gt;a,
.navigation&gt;ul&gt;li&gt;a:hover {color: #333;}
@media (max-width:1230px) {
	.navigation&gt;ul&gt;li { margin-left: 26px;}
	.navigation&gt;li&gt;a {padding: 0 10px;}
}

@media (max-width:1100px) {
	.navigation&gt;ul&gt;li { margin-left: 18px;}

}

@media (max-width:980px) {
	.navigation&gt;ul {display: none;}
}

.dark-header .navigation&gt;ul&gt;li.on&gt;a,
.dark-header .navigation&gt;ul&gt;li&gt;a:hover {color: #fff;}
/* dropdown */
.dropdown-bg{position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; opacity: 0; z-index: 2000; visibility: hidden; transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .2s;}

.dropdown-bg.open{ opacity: .68; visibility: visible; transition: all .6s cubic-bezier(0.4, 0, 0.2, 1);}

.dropdown-fix{position: absolute; top: 80px; left: 0; right: 0; padding: 30px 0; border-top: 1px solid #EAEAEA; background: #fff; display: none;  overflow: hidden;}

.dropdown-wrap{ height: 480px;}
.dropdown-menus-ico{ width: 20px; height: 20px;}
/* f1 */
.dropdown-menus-f1{position: relative; width: 240px; height: 100%;}
.dropdown-menus-f1&gt;ul&gt;li{margin-bottom: 30px; padding-right: 36px; display: flex; justify-content: space-between; align-items: center; }
.dropdown-menus-f1&gt;ul&gt;li&gt;a{ position: relative; color: #999; font-size: 18px;}
.dropdown-menus-f1&gt;ul&gt;li.active a{color: #333;}
/*  */
.dropdown-menus-f2 {position: relative; flex: 1; height: 100%;}
.dropdown-menus-f2 .dropdown-menus-f2-item{ width: 240px; height: 100%; padding: 0 36px; border-right: 1px solid #eee; border-left: 1px solid #eee; display: none;}
.dropdown-menus-f2 .dropdown-menus-f2-item ul li a{ position: relative; display: block; margin-bottom: 20px; color: #999; font-size: 16px;}
.dropdown-menus-f2 .dropdown-menus-f2-item:first-child{display: block;}
.dropdown-menus-f2 .dropdown-menus-f2-item:first-child ul li:first-child .dropdown-poster{display: block;}
.dropdown-menus-f2 .dropdown-menus-f2-item ul li.active a{color: #333;}
/*  */

.dropdown-poster{ position: absolute; top: 0; right: 0; padding-right: 21px;  width: calc(100% - 276px); display: none;}
.dropdown-poster-swiper .swiper{ padding-bottom: 30px;}
.dropdown-poster-item{ display: block; width: 100%;}
.dropdown-poster-pic{ position: relative; padding: 15px; height: 200px; background-color: #f6f6f6; justify-content: center; align-items: center;}
.dropdown-poster-pic img{max-width: 100%; max-height: 100%;}

.dropdown-poster-title{padding-top: 15px;}
.dropdown-poster-title h3{ line-height: 40px; font-size: 16px; color: #333;}

@media (max-width:980px) {
	.dropdown-poster{display: none!important;}
}


/* sub */
.navigation .nav-menu-sub{position: absolute; top: 80px; left: 50%; z-index: 4; margin-left: -70px; width: 140px; background-color: #fff; transform: translateY(-5px); opacity: 0; visibility: hidden; transition:.3s}
.navigation .nav-menu-sub ul li a{display: block; padding: 0 15px; line-height: 50px; font-size: 16px; text-align: center; color: #999; white-space: nowrap;}
.navigation .nav-menu-sub ul li a:hover{color: #333;}
.navigation&gt;ul&gt;li:hover .nav-menu-sub{ transform: translateY(0); opacity: 1; visibility: visible;}

@media (max-width:1400px) {
	.navigation .nav-menu-sub{}
	.navigation .nav-menu-sub ul li a{ line-height: 50px; font-size: 14px;}
}



/* open */
.navbar {  margin-left:12px; width: 26px; height: 29px; padding: 6px 0; cursor: pointer; display: none;}
.navbar div{ height: 100%; justify-content: space-between; flex-direction: column;}
.navbar span {display: block; width: 100%; height: 1px; background-color: #666; transition: .3s;}

.navbar-active span{background-color: #000;}
.navbar-active span:first-child ,
.navbar-active span:last-child {width: 0;}
.navbar-active span:nth-child(2){ transform: rotate(-45deg);}
.navbar-active span:nth-child(2):before {position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: 1px; background-color:#000;transform: rotate(90deg);}

@media(max-width: 980px) {
	.navbar {display: block;}
}

/* burger */
.burger-bg {position: fixed;top: 0;left: 0; z-index: 3378; width: 100%; height: 100%; padding: 60px 15px 20px; background-color: #fff; transition: all .3s;}
.burger-scroll{ height: 100%; overflow-y: auto;}

.burger-logo{position: fixed; top: 20px; left: 15px;}
.burger-logo img{ height: 30px;}

@media (max-width:768px) {
	.burger-logo img{ height: 20px;}
}
/* close */
.close-burger {position: fixed; top: 15px;right: 15px;width: 34px;height: 29px;}
.close-burger span {position: absolute;top: 17px;left: 6px;width: 25px;height: 1px;background-color: #000;}
.close-burger span:first-child {transform: rotate(45deg);}
.close-burger span:last-child {transform: rotate(-45deg);}

/* active */
.burger-bg-active {visibility: hidden;opacity: 0;transform: translateX(120px);}

/* menu */
.burger-nav { position: relative; padding-top: 20px; height: 100%;}
.burger-nav-lists {}

.burger-nav-lists&gt;li {position: relative; border-bottom: 1px solid #eee;}
.burger-nav-lists&gt;li&gt;a { font-size: 18px; color: #333; font-weight: bold; line-height: 45px;}

.burger-nav-f1 {display: none;}
.burger-nav-f1&gt;li {position: relative; padding-left: 10px;  border-bottom: 1px solid #eee;}
.burger-nav-f1&gt;li:last-child{border-bottom: none;}
.burger-nav-f1&gt;li a{line-height: 45px; font-size: 16px; color: #333;}

.burger-nav-f2 {display: none; padding-bottom: 15px;}
.burger-nav-f2 li { }
.burger-nav-f2 li a {color: #333; padding-left: 10px; line-height: 35px; font-size: 14px;}

/*  */
.burger-nav-lists li span{position: absolute; top: 14px; right: 15px; width: 8px; height: 8px; border-top: 1px solid #333; border-right: 1px solid #333; transform: rotate(135deg);}

</pre></body></html>