<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0px;
	margin: 0px;
}

html,
body {
	position: relative;
	min-width: 1240px;
	max-width:1920px;
	margin:0px auto;
}

img {
	border: none;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: auto;
	image-rendering: crisp-edges;
}

a {
	text-decoration: none !important;
}

a:visited {
	color: #666;
}

a:link {
	color: #212121;
}

a:link,
a:visited {
	outline-style: none;
	text-decoration: none;
}

a {
	color: #333;
}

a {
	color: #000;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.w1200 {
	width: 1200px;
	/*1200*/
	margin: 0px auto;
	position: relative;
}


.top_bg {
	width: 100%;
}

.top_bg .w1200 {
	position: relative;
}

.top_bg .w1200 p {
	position: absolute;
	right: 20px;
	top: 28px;
	font-size: 16px;
	color: #1b1b1b;
}

.top_bg .w1200 p span {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}

.top_bg .w1200 p span img {
/*	position: relative;*/
	top: 4px;
	margin-right: 5px;
}

.top_bg ul li {
	width: 100%;
}

.top_bg ul li img {
	display: block;
	width: 100%;
}

.nav {
	background: #c50102;
}

.nav ul li {
	float: left;
	height: 58px;
	line-height: 58px;
	padding: 0px 44px;
}

.nav ul li a {
	color: white;
	font-size: 22px;
	display: inline-block;
}

.nav ul li:hover {
	font-weight: bold;
	background: url(../images/nav_bg.png) no-repeat center;
	background-size: 100% 100%;
}

.nav ul li.on {
	background: url(../images/nav_bg.png) no-repeat center;
	background-size: 100% 100%;
}

.nav ul li.on a {
	font-weight: bold;
}
.footer{
	background:url(../images/footer.jpg) no-repeat center center;
	color:white;
	font-size:18px;
	text-align: center;
	padding:88px 0px;
	margin-top:40px;
	background-size: cover;
}
.footer p{
	margin:10px 0px;
}
.footer a{
	color:white;
}

.nav_right {
    width: 128px;
    height: 180px;
    position: fixed;
    right: 30px;
    top: 360px;
    z-index: 9999;
}
.nav_right img {text-align:right;width: 18px;height: 18px;}
.nav_right_cont {
	margin-top: 18px;
	padding: 15px;
	width: 106px;
	/* height: 150px; */
	background-color: #eeeeee;
}
.ewm {width: 107px;}
.ewm img {width: 100px;height: 100px !important;margin: 0px auto;display: block;}
.ewm p {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
}
.ewm_p2 {letter-spacing: 3px !important;}
</pre></body></html>