﻿/*初始化类*/

@charset "UTF-8";
html {
    font-family: sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html,
body {
    -webkit-touch-callout: none;
    width: 100%;
    font-family: arial;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body {
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    outline: 0;
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

ul,
li {
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

pre {
    overflow: auto;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    outline: 0;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

.cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cle {
    zoom: 1
}

.fl,
.fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

.txtov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

input,
textarea,
select,
button {
    outline: none;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
}

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

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

hr {
    height: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 0;
    color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    -webkit-padding-start: 0
}

dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

html {
    width: 100%;
    margin: 0px auto;
}

body {
    margin: 0px auto;
}

.h_normal {
    font-weight: normal;
}

.w {
    width: 96%;
    max-width: 1440px;
    margin: 0px auto;
    clear: both;
}

.w98{
    width: 96%;
    margin: 0px auto;
    clear: both;
}

input {
    outline: medium;
}

.img_box {
    overflow: hidden;
}

.img_box img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.img_box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
