﻿@charset "utf-8";
html {
    background: #f3f3f3;
    color: black;
}

body {
    -webkit-font-smoothing: antialiased;
}

a {
    cursor: pointer;
}

body,
input,
textarea {
    font: 12px \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, arial, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

input,
select,
textarea {
    font-size: 100%;
    border: 0;
}

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

th {
    text-align: inherit;
}

img {
    display: inline-block;
    border: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

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

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a:hover {
    text-decoration: none;
}

ins,
a {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.block {
    display: block !important;
}

.fl,
.fr {
    display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.icon {
    background: transparent url("../images/icon.png") 0 0 no-repeat;
    cursor: pointer;
}

/*a:visited{
    background:#f4f4f4;
    color: #999;
}*/

a::selection {
    background: #f4f4f4;
    color: #999;
}

a::-moz-selection {
    background: #f4f4f4;
    color: #999;
}

a::-webkit-selection {
    background: #f4f4f4;
    color: #999;
}

.overHidden {
    overflow: hidden;
}

.color_light_blue {
    color: #6bade1;
}

.color_666 {
    color: #666666;
}

.color_org {
    color: #ff7800;
}

.color_white {
    background-color: white;
}

.sprite_icon {
    background: url(../images/sprites.png) no-repeat;
}
.footer_erweima .erweima img {
    width: 119px;
    height: 119px;
}
.search_term_list em a{
	color: black;
}