<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 * style.css
 * author: Liuyong
 * time: 2015-03-28
*/

/* reset styles */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, form, fieldset, legend, button, input, select, textarea, th, td {
    margin: 0;
    padding: 0;
}

button, input, select, textarea {
font-size: 12px;
color: #464646;
font: inherit;
outline: none;
}

button, select, input, textarea {
font-family: inherit;
font-size: inherit;
outline: 0;
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

textarea {
	resize: none;
	overflow-y: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

ol, ul {
	list-style: none;
}

em, strong {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #0b83f6;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0b83f6;
	text-decoration: underline;
}


.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}

body {
font-family: arial,'Microsoft YaHei';
font-size: 12px;
color: #464646; padding-top: 39px; background: #fff; min-width: 1200px;background-attachment: scroll;}

html {_background: url(about: blank);}


#maplayer div.anchorBL{ /* 去掉baidu map logo */
	display:none;
}
</pre></body></html>