@charset "UTF-8";

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}

	.container-md {
		max-width: 1400px;
	}

	.container-lg {
		max-width: 1400px;
	}

	.container-xl {
		max-width: 1400px;
	}
}

:root {
	--notech-font: 'Kumbh Sans', sans-serif;
	--notech-reey-font: "reeyregular";
	--notech-gray: #f7f8fa;
	--notech-gray-rgb: 247, 248, 250;
	--notech-white: #fff;
	--notech-white-rgb: 255, 255, 255;
	--notech-black: #000000;
	--notech-black-rgb: 0, 0, 0;
	/* --notech-base: #0b61e1;
	--notech-base-rgb: 11, 97, 225; */
	--notech-base: #0464ca;
	--notech-base-rgb: 4, 100, 202;
	--notech-primary: #2be4ac;
	--notech-primary-rgb: 43, 228, 172;
	--notech-red: #bd1a2d;
	--notech-red-rgb: 189, 26, 45;
	--notech-extra: #f7f7f9;
	--notech-extra-rgb: 247, 247, 249;
	--notech-bdr-color: #e9e9ee;
	--notech-bdr-color-rgb: 233, 233, 238;
	--notech-muted: #bfbfbf;
	--notech-muted-rgb: 191, 191, 191;
	--notech-orange: #ffba00;
	--notech-orange-rgb: 255, 186, 0;
	--notech-golden: #fdffd3;
	--notech-golden-rgb: 253, 255, 211;
	--notech-e4e4e4: #e4e4e4;
	--notech-e4e4e4-rgb: 228, 228, 228;
	--notech-b5b5b5: #b5b5b5;
	--notech-b5b5b5-rgb: 181, 181, 181;
	--notech-f8f8f8: #f8f8f8;
	--notech-f8f8f8-rgb: 248, 248, 248;

}

.overflow-x-hidden {
	overflow-x: hidden;
}

.background-light-rgba-10 {
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	background-color: rgba(255, 255, 255, .1) !important;
}

.background-light-rgba-20 {
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	background-color: rgba(255, 255, 255, .2) !important;
}

.background-light-rgba-30 {
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	background-color: rgba(255, 255, 255, .3) !important;
}

.thumb-img-16-9 {
	height: 0;
	padding-top: 56.25%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.thumb-img-16-10 {
	height: 0;
	padding-top: 62.5%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.aspect-ratio-1-1 {
	aspect-ratio: 1 / 1;
}

.bg-base {
	background-color: var(--notech-base) !important;
}

.border-color-base {
	border-color: var(--notech-base) !important;
}

.btn-base {
	color: #fff;
	background-color: var(--notech-base) !important;
	border-color: var(--notech-base) !important;
}

.btn-base:hover {
	color: #fff;
	background-color: #0069d9 !important;
	border-color: #0062cc !important;
}

.btn-orange {
	color: #fff;
	background-color: var(--notech-orange) !important;
	border-color: var(--notech-orange) !important;
}

.btn-orange:hover {
	color: #fff;
	background-color: #ffc107 !important;
	border-color: #d39e00 !important;
}

.bg-orange {
	background-color: var(--notech-orange) !important;
}

.bg-f8f8f8 {
	background-color: var(--notech-f8f8f8);
}

.btn-2da7f2 {
	color: #fff;
	background-color: #2da7f2;
	border-color: #2da7f2
}

.btn-2da7f2:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.text-e4e4e4 {
	color: var(--notech-e4e4e4);
}

.text-b5b5b5 {
	color: var(--notech-b5b5b5);
}

.text-base {
	color: var(--notech-base) !important;
}

.text-primary {
	color: var(--notech-primary) !important;
}

.line-clamp-2 {
	flex: 1;
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: normal;
	overflow-wrap: break-word;
}

.line-clamp-4 {
	flex: 1;
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: normal;
	overflow-wrap: break-word;
}

.border-width-2 {
	border-width: 0.125rem !important;
}

.transition-05 {
	transition: all 0.5s ease;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.shadow-white {
	box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, .16);
}

body {
	font-size: 1.125rem !important;
}

#searchWord1 {
	box-shadow: none;
}

#searchWord1::placeholder {
	color: var(--notech-white);
}

@media (min-width: 1200px) {
	.nav-sub input {
		height: calc(1.5em + 1rem + 2px);
		padding: .5rem 1rem;
		font-size: 1.25rem;
		line-height: 1.5;
		border-radius: .3rem;
	}

	.nav-sub .btn {
		padding: .5rem 1rem;
		font-size: 1.25rem;
		line-height: 1.5;
		border-radius: .3rem;
	}
}

/* 导航开始 */

.nav-bg-main {
	background-image:
		url(../images/nav_bg.png),
		linear-gradient(var(--notech-base) 20%, #106ce4 40%, #1980ea 60%, #2191ef 80%, #279ff3 100%);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	z-index: 1000;
}

.nav-bg-stricky {
	background-image:
		linear-gradient(var(--notech-base) 20%, #106ce4 40%, #1980ea 60%, #2191ef 80%, #279ff3 100%);
	z-index: 1000;
}

@media (max-width: 768px) {
	.nav-bg-main {
		background-size: contain;
	}
}

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-header__top {
	position: relative;
	display: block
}

.main-header__top-inner {
	position: relative;
	display: block;
	padding: 4px 80px;
	border-bottom: 1px solid var(--notech-bdr-color)
}

.main-header__top-left {
	position: relative;
	display: block;
	float: left
}

.main-header__top-address {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-header__top-address li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-header__top-address li+li {
	margin-left: 40px
}

.main-header__top-address li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-header__top-address li .icon span {
	font-size: 12px;
	color: var(--notech-base)
}

.main-header__top-address li .text {
	margin-left: 10px
}

.main-header__top-address li .text p {
	font-size: 12px;
	line-height: 34px
}

.main-header__top-address li .text p a {
	color: var(--notech-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-header__top-address li .text p a:hover {
	color: var(--notech-base)
}

.main-header__top-right {
	position: relative;
	display: block;
	float: right
}

.main-header__top-right-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-header__top-right-menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px
}

.main-header__top-right-menu li {
	position: relative;
	display: block
}

.main-header__top-right-menu li+li {
	margin-left: 30px
}

.main-header__top-right-menu li a {
	position: relative;
	font-size: 12px;
	color: var(--notech-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-header__top-right-menu li a:hover {
	color: var(--notech-base)
}

.main-header__top-right-menu li a:before {
	position: absolute;
	top: 3px;
	right: -16px;
	height: 10px;
	width: 1px;
	content: "";
	background-color: var(--notech-gray);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}

.main-header__top-right-menu li:last-child a:before {
	display: none
}

.main-header__top-right-social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
	z-index: 1
}

.main-header__top-right-social:before {
	position: absolute;
	top: -14px;
	bottom: -13px;
	left: 0;
	right: -100000000000px;
	content: "";
	background-color: var(--notech-extra);
	z-index: -1
}

.main-header__top-right-social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--notech-black);
	font-size: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-header__top-right-social a+a {
	margin-left: 25px
}

.main-header__top-right-social a:hover {
	color: var(--notech-base)
}

.main-menu {
	position: relative;
	display: block;
	z-index: 91
}

.main-menu__wrapper {
	position: relative;
	display: block
}

.main-menu__left {
	position: relative;
	display: block;
	float: left
}

.main-menu__logo {
	position: relative;
	display: block;
	float: left;
}

.main-menu .main-menu__logo {
	padding: 1rem 0;
}

@media (min-width: 1200px) {
	.main-menu .main-menu__logo {
		padding: 3rem 0;
	}
}

.stricky-header .main-menu__logo {
	padding: 1rem 0;
}

.main-menu__main-menu-box {
	position: relative;
	display: block;
	float: right;
}

.main-menu__right {
	position: relative;
	display: block;
	float: right;
	padding: 35px 0
}

.main-menu__search-call {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-menu__call {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-menu__call-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-menu__call-icon img {
	width: auto
}

.main-menu__call-number {
	margin-left: 15px
}

.main-menu__call-number p {
	font-size: 14px;
	line-height: 27px
}

.main-menu__call-number h5 {
	font-size: 16px;
	font-weight: 400
}

.main-menu__call-number h5 a {
	color: var(--notech-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-menu__call-number h5 a:hover {
	color: var(--notech-base)
}

.main-menu__call-number h5 a span {
	font-size: 16px;
	color: var(--notech-gray)
}

.main-menu__search-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 75px
}

.main-menu__search-box:before {
	position: absolute;
	top: -13px;
	bottom: -13px;
	left: -30px;
	content: "";
	background-color: var(--notech-bdr-color);
	width: 1px
}

.main-menu__search {
	font-size: 24px;
	color: var(--notech-black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-menu__search:hover {
	color: var(--notech-base)
}

.stricky-header.main-menu {
	background-color: var(--notech-white)
}

.stricky-header .main-menu__main-menu-box {
	position: relative;
	display: block;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
	margin: 0;
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none
}

.main-menu .main-menu__list {
	padding-top: 1.5rem;
}

@media(min-width:1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
	/* padding-top: 42px;
	padding-bottom: 42px; */
	position: relative
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
	margin-left: 20px;
}

@media (min-width: 1400px) {

	.main-menu .main-menu__list>li+li,
	.stricky-header .main-menu__list>li+li {
		margin-left: 30px;
	}
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--notech-white);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: bold;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
	content: "";
	height: 4px;
	border-radius: 0;
	background-color: var(--notech-orange);
	position: absolute;
	bottom: -1rem;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: 1
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
	color: var(--notech-white);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
	background-color: var(--notech-orange);
}

.main-menu .main-menu__list>li:hover>a::before {
	background-color: var(--notech-orange)
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
	position: absolute;
	top: 170%;
	left: 0;
	min-width: 220px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
	z-index: 99;
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
	border-top: 1px solid RGBA(var(--notech-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
	font-size: 16px;
	line-height: 30px;
	color: var(--notech-white);
	letter-spacing: 0;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: 500ms;
	transition: 500ms
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
	color: var(--notech-golden);
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
	top: 0;
	left: 100%
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
	display: none
}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

@media(max-width:1199px) {
	.stricky-header {
		display: none !important
	}
}

.stricky-header.stricky-fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

.stricky-header .main-menu__inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-right: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto
}

.mobile-nav__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: 10px
}

@media(min-width:1200px) {
	.mobile-nav__buttons {
		display: none
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--notech-black);
	cursor: pointer
}

.mobile-nav__buttons a+a {
	margin-left: 10px
}

.mobile-nav__buttons a:hover {
	color: var(--notech-base)
}

.main-menu .mobile-nav__toggler {
	font-size: 20px;
	color: var(--notech-white);
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms
}

.main-menu .mobile-nav__toggler:hover {
	color: var(--notech-primary)
}

@media(min-width:1200px) {

	.main-menu .mobile-nav__toggler,
	.stricky-header .mobile-nav__toggler {
		display: none
	}
}

.main-header--one {
	position: relative
}

.main-menu__left--two {
	position: static
}

.main-menu__main-menu-box--two,
.stricky-header .main-menu__main-menu-box--two {
	position: static;
}

.main-menu .main-menu__list .megamenu {
	position: static
}

.main-menu .main-menu__list .megamenu>ul {
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.main-menu .main-menu__list li ul>li,
.stricky-header .main-menu__list li ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	visibility: hidden;
}

.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0
}

.mobile-nav__wrapper.expanded {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
	-webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .5;
	cursor: pointer
}

.mobile-nav__content {
	width: 300px;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(0, 0, 0, .2) !important;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms
}

.mobile-nav__content .notech-btn {
	padding: 8px 0;
	width: 100%;
	text-align: center
}

.mobile-nav__content .logo-box {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--notech-extra);
	cursor: pointer
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-left: 10px
}

.mobile-nav__content .main-menu__list .megamenu ul {
	margin-left: 0
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav__content .main-menu__list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-family: var(--notech-font);
	font-weight: 500;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 500ms;
	transition: 500ms
}

.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--notech-base)
}

.mobile-nav__content .main-menu__list li a button {
	width: 30px;
	height: 30px;
	background-color: var(--notech-base);
	border: 0;
	outline: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease
}

.mobile-nav__content .main-menu__list li a button.expanded {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-color: #fff;
	color: var(--notech-black)
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px
}

.mobile-nav__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.mobile-nav__top .main-menu__login a {
	color: var(--notech-text-dark)
}

.mobile-nav__container {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile-nav__social a {
	font-size: 16px;
	color: var(--notech-white);
	-webkit-transition: 500ms;
	transition: 500ms
}

.mobile-nav__social a+a {
	margin-left: 30px
}

.mobile-nav__social a:hover {
	color: var(--notech-base)
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px
}

.mobile-nav__contact li {
	color: var(--notech-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile-nav__contact li+li {
	margin-top: 15px
}

.mobile-nav__contact li a {
	color: #fff;
	-webkit-transition: 500ms;
	transition: 500ms
}

.mobile-nav__contact li a:hover {
	color: var(--notech-base)
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--notech-base);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
	color: #fff
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
	display: none
}

.main-header-two {
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-header-two .main-header__top-inner {
	background-color: var(--notech-black);
	border: 0
}

.main-header-two .main-header__top-address li .text p {
	color: #aea8b9
}

.main-header-two .main-header__top-address li .text p a {
	color: #aea8b9
}

.main-header-two .main-header__top-address li .text p a:hover {
	color: var(--notech-white)
}

.main-header-two .main-header__top-right-menu li a {
	color: #aea8b9
}

.main-header-two .main-header__top-right-menu li a:hover {
	color: var(--notech-white)
}

.main-header-two .main-header__top-right-menu li a:before {
	background-color: #aea8b9
}

.main-header-two .main-header__top-right-social:before {
	background-color: #100d17
}

.main-header-two .main-header__top-right-social a {
	color: #aea8b9
}

.main-header-two .main-header__top-right-social a:hover {
	color: var(--notech-white)
}

.main-menu-two:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	background-color: rgba(var(--notech-white-rgb), 0.1)
}

.main-menu-two .main-menu__call-number p {
	color: #aea8b9
}

.main-menu-two .main-menu__call-number h5 a {
	color: var(--notech-white)
}

.main-menu-two .main-menu__call-number h5 a:hover {
	color: var(--notech-primary)
}

.main-menu-two .main-menu__call-number h5 a span {
	color: #aea8b9
}

.main-menu-two .main-menu__search {
	color: var(--notech-white)
}

.main-menu-two .main-menu__search:hover {
	color: var(--notech-primary)
}

.main-menu-two .main-menu__search-box:before {
	background-color: rgba(var(--notech-white-rgb), 0.1)
}

.stricky-header.main-menu-two {
	background-color: var(--notech-black)
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
	color: var(--notech-white)
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
	color: var(--notech-white)
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
	background-color: var(--notech-primary)
}

.main-menu-two .main-menu__list>li.current>a::before {
	background-color: var(--notech-primary)
}

.main-menu-two .main-menu__list>li:hover>a::before {
	background-color: var(--notech-primary)
}

.main-header-three {
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-header-three:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	background-color: rgba(var(--notech-white-rgb), 0.1)
}

.main-menu-three {
	padding: 0 80px
}

.main-menu-three .main-menu__call-number p {
	color: var(--notech-white)
}

.main-menu-three .main-menu__call-number h5 a {
	color: var(--notech-white)
}

.main-menu-three .main-menu__call-number h5 a:hover {
	color: var(--notech-primary)
}

.main-menu-three .main-menu__call-number h5 a span {
	color: var(--notech-white)
}

.main-menu-three .main-menu__search-box:before {
	background-color: rgba(var(--notech-white-rgb), 0.1)
}

.main-menu-three .main-menu__search-box {
	margin-right: 0
}

.main-menu-three .main-menu__search {
	color: var(--notech-white)
}

.main-menu-three .main-menu__search:hover {
	color: var(--notech-primary)
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
	color: var(--notech-white)
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
	color: var(--notech-white)
}

.main-menu-three .main-menu__list>li>a::before,
.stricky-header.main-menu-three .main-menu__list>li>a::before {
	background-color: var(--notech-primary)
}

.main-menu-three .main-menu__list>li.current>a::before {
	background-color: var(--notech-primary)
}

.main-menu-three .main-menu__list>li:hover>a::before {
	background-color: var(--notech-primary)
}

.stricky-header.main-menu-three {
	padding: 0 80px;
	background-color: var(--notech-base)
}

.main-header--one .main-menu__left .main-menu__logo .logo-light,
.main-menu .main-menu__left .main-menu__logo .logo-light {
	display: none
}

.main-header--one .main-menu__left .main-menu__logo .logo-dark,
.main-menu .main-menu__left .main-menu__logo .logo-dark {
	display: block
}

.main-menu-three .main-menu__left--two .main-menu__logo .logo-light,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-light {
	display: block
}

.main-menu-three .main-menu__left--two .main-menu__logo .logo-dark,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-dark {
	display: none
}


@media only screen and (min-width:992px) and (max-width:1200px) {
	.main-header__top-inner {
		padding: 4px 40px
	}

	.main-menu {
		padding: 0 40px
	}

	.main-menu__logo {
		margin-right: 50px
	}

	.main-menu .mobile-nav__toggler {
		padding: 42px 0;
		display: inline-block
	}

	.main-menu__search-box {
		margin-right: 0
	}

	.main-menu-two .mobile-nav__toggler {
		color: var(--notech-white)
	}

	.main-menu-three .mobile-nav__toggler {
		color: var(--notech-white)
	}

	.megamenu-box__inner {
		padding: 40px;
		padding-bottom: 10px
	}

	.megamenu-box__single {
		min-height: 260px;
		margin-bottom: 14px
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.main-header__top {
		display: none
	}

	.main-menu {
		padding: 0 30px
	}

	.main-menu__logo {
		margin-right: 50px
	}

	.main-menu .mobile-nav__toggler {
		padding: 42px 0;
		display: inline-block
	}

	.main-menu__search-box {
		margin-right: 0
	}

	.main-menu-two .mobile-nav__toggler {
		color: var(--notech-white)
	}

	.main-menu-three .mobile-nav__toggler {
		color: var(--notech-white)
	}

	.megamenu-box__inner {
		padding: 40px;
		padding-bottom: 10px
	}

	.megamenu-box__single {
		min-height: 260px;
		margin-bottom: 14px
	}
}

@media(max-width:768px) {
	.main-header__top {
		display: none
	}

	.main-menu {
		padding: 0 30px;
	}

	.main-menu__right {
		display: none
	}

	.main-menu__left {
		float: none
	}

	.main-menu__logo {
		max-width: 75%;
		margin-right: 0
	}

	.main-menu__main-menu-box {
		float: right
	}

	.main-menu .mobile-nav__toggler {
		padding: 42px 0;
		display: inline-block
	}

	.main-menu-two .mobile-nav__toggler {
		color: var(--notech-white)
	}

	.main-menu-three .mobile-nav__toggler {
		color: var(--notech-white)
	}

	.megamenu-box__inner {
		padding: 40px;
		padding-bottom: 10px
	}

	.megamenu-box__single {
		min-height: 260px;
		margin-bottom: 14px
	}
}

/* 导航结束 */