body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, th, var, optgroup { font-style:normal; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
img { border:0;outline:0;}

body {
    font-family: "Microsoft YaHei";
    background: #FFF;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: table;
    content: '';
    clear: both;
}
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #212121;
}
a:hover {
    color: #D72523;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.f_16{
    font-size: 16px;
}

.f_18{
    font-size: 18px;
}

.f_20{
    font-size: 20px;
}

.bold {
    font-weight: bold;
}
.mt0 {
    margin-top: 0!important;
}
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 90px;
}

.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt70 {
    padding-top: 70px;
}
.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.ml5{
    margin-left: 5px;
}

.ml25{
    margin-left: 25px;
}
.ml30{
    margin-left: 30px;
}

/* 动画效果 */
@-webkit-keyframes shortInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes shortInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.shortInLeft {
    -webkit-animation-name: shortInLeft;
    animation-name: shortInLeft;
}

@-webkit-keyframes shortInRight {
    from {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes shortInRight {
    from {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.shortInRight {
    -webkit-animation-name: shortInRight;
    animation-name: shortInRight;
}

@-webkit-keyframes shortInTop {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes shortInTop {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.shortInTop {
    -webkit-animation-name: shortInTop;
    animation-name: shortInTop;
}
