<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: 0;
	/*-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	box-sizing: border-box */
}
li{
	list-style: none;
}
.navfix a{
	text-decoration: none;
    color: #333 !important;
}
body {
	font-family: SourceHanSansSC-Bold;
	font-size: 14px;
	color: #1B1B1B;
	background: #f8f8f8;
	overflow-x: hidden;
	position:relative
}

.w1000 {
	width: 1140px;
	margin: auto
}

.header {
	height: 120px;
	padding: 25px 0 0;
	background: #fff;
}

.header .fl {
	line-height: 40px;
	color: gray;
	font-size: 18px;
	float: left
}


.header .fl .logo {
	display: inline-block;
	width: 180px;
	height: 40px;
	background: url(../img/logo2.png) no-repeat center left;
	background-size: contain;
	vertical-align: top
}

.header .fl span {
	padding: 0 5px
}

.header .fr {
	text-align: center;
	position: relative;
	top: -5px;
	float: right
}

.header .fr .phone {
	font-size: 30px;
	color: #606060;
	font-weight: 700
}

.header .fr .sub {
	line-height: 20px;
	font-size: 16px;
	color: #4e4e4e
}

.header .icon {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	vertical-align: middle
}

.header .icon.icon-phone {
	background-image: url(../img/phone2.png);
}


.navfix {
	width: 100%;
	height: 50px;
	background-color: #E60012;
	font-size:18px;
	position: absolute;
	top:101px;
	left:0;
	z-index:1000
}
.all {
	width: 1140px;
	height: 50px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;


}

.all .one {
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-weight:500
}


.all .one .two {
	position: absolute;
	left: 0;
	top: 50px;
	width: 162px;
	display: none;
	background-color: #fff;
	color: #333 !important;
	z-index: 10000;
}

.all .one .two  li {
	color: #333 !important;
	z-index: 10000;

}
.three a{
	color: #fff !important;
}
.three{
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-weight:500
}</pre></body></html>