
@keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
    margin: 0;
    padding: 0
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: normal
}

html, body, fieldset, img, iframe, abbr {
    border: 0
}

i, cite, em, var, address, dfn {
    font-style: normal
}

[hidefocus], summary {
    outline: 0
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%
}

sup, sub {
    font-size: 40%
}

pre, code, kbd, samp {
    font-family: inherit
}

q:before, q:after {
    content: none
}

p {
    margin: 0 0 9px
}

textarea {
    overflow: auto;
    resize: none
}

label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold
}

del, ins, u, s, a, a:hover {
    text-decoration: none
}

body, textarea, input, button, select, keygen, legend {
    /*font: 14px/1.8 "sourcehansans";*/
    outline: 0
}

body {
    background: #fff;
    color: #555;
    /*font-family: "sourcehansans";*/
}

@font-face {
    font-family: "sourcehansans"; /* 这个名字可以自己定义 */
    src: url("/assets/img2021/css/syzt/fonts/sourcehansans.eot"); /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url("/assets/img2021/css/syzt/fonts/sourcehansans.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("/assets/img2021/css/syzt/fonts/sourcehansans.woff") format("woff"),
        /* Modern Browsers */ url("/assets/img2021/css/syzt/fonts/sourcehansans.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("/assets/img2021/css/syzt/fonts/sourcehansans.svg#YourWebFontName") format("svg"); /* Legacy iOS */
    /*font-weight: bold;*/
    /*font-style: normal;*/
}
.tp{
    margin-top: 30px;
}
.kbt{
    line-height: 131px;
    font-size: 35px;
    color: #333333;
    font-weight: bold;
}
.ktp{
    margin-top: 42px;
    margin-left: 14px;
}
.jh{
    /*width: 400px;*/
}
.jhwz{
    line-height: 36px;
    font-size: 18px;
    color: #555555;
    text-indent: 2em;
    font-family: "sourcehansans";
}
.jhwz1{
    line-height: 36px;
    font-size: 18px;
    color: #555555;
    text-indent: 2em;
    margin-top: 15px;
    font-family: "sourcehansans";
}
.kbt{
    margin-top: 40px;
}
