/* É¨³ýÄÚÍâ±ß¾à */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements ½á¹¹ÔªËØ */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements ÁÐ±íÔªËØ */
pre,
/* text formatting elements ÎÄ±¾ÃûÌÃÔªËØ */
fieldset,
lengend,
button,
input,
textarea,
/* form elements ±íµ¥Î»ËØ */
th,
td {
    /* table elements ±í¸ñÔªËØ */
    margin: 0;
    padding: 0;
}

/* ÉèÖÃÄ¬ÈÏ×ÖÌå */
body,
button,
input,
select,
textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "ËÎÌå", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ, "Microsoft JhengHei";
    /* ÓÃ ascii ×Ö·ûÌåÏÖ£¬Ê¹µÃÔÚÈÎºÎ±àÂëÏÂ¶¼ÎÞÎÊÌâ */
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* ½«Ð±Ìå·öÕý */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* Í³Ò»µÈ¿í×ÖÌå */
small {
    font-size: 12px;
}

/* Ð¡ÓÚ 12px µÄÖÐÎÄºÜÄÑÔÄ¶Á£¬ÈÃ small Õý³£»¯ */

/* ÖØÖÃÁÐ±íÔªËØ */
ul,
ol {
    list-style: none;
}

/* ÖØÖÃÎÄ±¾ÃûÌÃÔªËØ */
a {
    text-decoration: none;
}

a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    /* ×¢£º1.ie6 ²»Ö§³Ö abbr; 2.ÕâÀïÓÃÁËÊôÐÔÑ¡Ôñ·û£¬ie6 ÏÂÎÞÐ§¹û */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

/* ÖØÖÃ±íµ¥Î»ËØ */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img ³Ë³µ£ºÈÃÁ´½ÓÀïµÄ img ÎÞ±ß¿ò */
/* ×¢£ºoptgroup ÎÞ·¨·öÕý */
button,
input,
select,
textarea {
    font-size: 100%;
    /* Ê¹µÃ±íµ¥Î»ËØÔÚ ie ÏÂÄÜ¼ÌÐø×ÖÌå¾ÞÏ¸ */
}

/* ÖØÖÃ±í¸ñÔªËØ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ÖØÖÃ hr */
hr {
    border: none;
    height: 1px;
}

img {
    max-width: 100%;
}

.map img{
    max-width: none !important;
}<!--ºÄÊ±1763451638.9397Ãë-->