@charset "utf-8"; 
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","\5fae\8f6f\96c5\9ed1";
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}
body {
    /*修改和去除移动端点击事件出现的背景框*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}
ul,
ol,
li {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    text-decoration: none; 
    color:#000;
}
a:hover {
    text-decoration: none;
    color:red;
}
a:focus {
    /*去掉FF浏览器a标签虚框*/
    outline: none;
}
select,
select:hover {
    outline: none;
    border-color: #fff;
}
.block{display: block!important;}
.br5{border-radius: 5px}
.zoom_img{
    -webkit-animation: sliderzoom linear 160s infinite alternate;
    -moz-animation: sliderzoom linear 160s infinite alternate;
    animation: sliderzoom linear 160s infinite alternate;
}
.zoom_img1{
    -webkit-animation: sliderzoom linear 60s infinite alternate;
    -moz-animation: sliderzoom linear 60s infinite alternate;
    animation: sliderzoom linear 60s infinite alternate;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .zoom_img{animation: none;}
}
@-webkit-keyframes sliderzoom {
    from {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    to {-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);-o-transform: scale(1.3);transform: scale(1.3);}
}
@-moz-keyframes sliderzoom {
    from {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    to {-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);-o-transform: scale(1.3);transform: scale(1.3);}
}
@keyframes sliderzoom {
    from {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    to {-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);-o-transform: scale(1.3);transform: scale(1.3);}
}


