/*Í¨ÓÃÑùÊ½*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
select,
option,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'DFQingGothicSC24-W4'!important;
}
@font-face {
    font-family: 'DFQingGothicSC24-W4';
    src: url('./fonts/DFQingGothicSC24-W4.otf');
    font-weight: normal;
    font-style: normal;
  }
@font-face {font-family: 'iconfont';
    src: url('./iconfont.eot');
    src: url('./iconfont.eot?#iefix') format('embedded-opentype'),
    url('./iconfont.woff') format('woff'),
    url('./iconfont.ttf') format('truetype'),
    url('./iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.consult {
    width: 150px;
    position: fixed;
    right: 10px;
    top: 450px;
    z-index: 1000;
    opacity: .9;
    /*animation: move 4s ease-in 2s forwards infinite alternate;*/
}
.consult img{
    display:block;
    width:100%;

}
.consult:hover {
    animation-play-state: paused;
}

@keyframes move{
    0%{

    }
    100%{
        transform: translateY(100px);
    }
}