body {
    margin: 0;
    font-family:'Microsoft Yahei', "Open Sans", Roboto, Oswald, Arial, Verdana, Helvetica,  Lato, sans-serif;
    font-size: 14px;
    color: #282828;
   overflow-x: hidden;
}
body * {
    -webkit-text-size-adjust: 100%;
}
a,
input,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}
a {
    text-decoration: none;
    color: #000;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
button {
    border: none;
    padding: 0;
}
h1,
h2,
h4,
figure,
ul,
p {
    margin: 0;
}
h1,
h2,
h4 {
    font-weight: normal;
}
img {
  
    border: none;
    max-width: 100%;
    max-height: 100%;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    color:#282828;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #A20202;
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
em,span,dfn,i{
    font-style: normal;
}
li{
    list-style: none;
}
/*---------------------------------------------------栅格布局样式---------------------------------*/
.flexBox{
    display: -ms-flexbox;
    display: flex;
}
/*---------------------------------------------------公用类---------------------------------*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
@-webkit-keyframes fadeInDown1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes scale1 {
    0% {
        opacity: 0;
        transform: translateY(0) scale(1.2);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        transform: scale(1);
    }
}
@keyframes scale1 {
    0% {
        opacity: 0;
        transform: translateY(0) scale(1.2);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        transform: scale(1);
    }
}

dl, ol, ul{
    margin-bottom:0!important;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1310px;
    }
}