* {
	margin: 0;
	padding: 0;
	max-height: 10000px;
}

label {
	vertical-align: middle;
}

button,
input {
	width: auto;
	overflow: visible;
}

sup {
	vertical-align: super;
	font-size: 75%;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul li,
ol li {
	list-style-position: inside;
}

a,
a:hover {
	text-decoration: none;
}

img {
	border-style: none;
}

.footer-links #phone{
	line-height: 36px;
}


a:active {
	background-color: transparent;
}


#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* width: 100vw; */
	/* height: 75px; */
	background: #ffffff;

}

.w1 {
	/* position: relative; */
	max-width: 1140px;
	margin: 0 auto;
}

#header {
	padding: 0 20px;
}

.navigation {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-menu {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	list-style: none;
	z-index: 1000;
}

.menu-item:hover .sub-menu {
	display: block;
}

.sub-menu .menu-item {
	margin: 0;
	padding: 10px 20px;
}

/* 移动端样式 */
.mobile-menu {
	display: none;
}

.mobile-menu-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
}

.icon-bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px 0;
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.disw-header{
		height: 66px;
	}
	.disw-content-lang-cart,
	.disw-bottom-links {
		display: none !important;
	}

	.disw-top-links {
		padding: 8px 0px !important;
	}
	

	.wrap h1 {
		color: #ffffff !important;
	}

	.heading-holder,
	.footer-nav,
	.footer-holder,
	.sub-menu::before {
		display: none !important;
	}

	.copy {
		padding-left: 20px !important;
	}

	#footer {
		padding: 10px 0 !important;
	}

	.navigation.active {
		display: flex;
	}

	#nav a,
	.drop {
		color: #fff!important;
	}

	#nav ul>li>a {
		padding: 20px 25px !important;
	}

	#nav ul ul{
		background: #ffffff00!important;
	}

	.activedis{
		display: none !important;
	}

	.navigation {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: calc(100vh - 66px);
		overflow-y: scroll;
		background-color: #0a0a26d4;
	}

	.menu-item {
		margin: 0;
		padding: 5px 20px;
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.sub-menu {
		position: static !important;
		float: none !important;
		/* padding: 0 20px !important; */
		width: 100% !important;
		background-color: none!important;
	}

	.sub-menu .menu-item {
		border-bottom: none;
		border-top: 1px solid  #a8a8a8;
		padding: 5px 0 !important;
	}

	.menu-item:hover .sub-menu {
		display: none;
	}

	.menu-item.active .sub-menu {
		display: block;
	}

	.mobile-menu {
		display: block;
	}
}

#nav {
	overflow: hidden;
	font: bold 15px/15px 'Roboto', helvetica, arial, sans-serif;
	/* 	border-radius: 4px; */
	letter-spacing: 0.5px;
}


#nav ul {
	/* float: right; */
	margin: 0;
	padding: 0;
}

#nav ul li {
	position: relative;
	list-style: outside none;
}


#nav a {
	color: #000028cc;
}

.logo {
	display: block;
	width: 75px;
	height: 50px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
	top: 10px;
	left: 0px;
	z-index: 2;
}

.logo a {
	display: block;
	height: 100%;
}

#main {
	padding-top: 197px;
	position: relative;
	z-index: 1;
}

#main.top {
	padding-top: 90px;
}


@media (max-width: 780px) {
	#main {
		padding-top: 66px !important;
	}
}

