<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

html {
    font-size: 100px
}

.imp {
    font-family: 'impact';
}

.sys {
    font-family: 'sys';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}

ol, ul {
    list-style: none
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    color: #222;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #005826
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}

address, cite, dfn, var, i {
    font-style: normal;
}

/*address,cite,dfn,em,var,i{font-style: normal;}*/
svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    border: none;
    border-top: 2px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

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

button {
    overflow: visible;
    border: none
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

select::-ms-expand {
    display: none;
}

.none {
    display: none
}

.check:checked, .check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked + label, .check:not(:checked) + label {
    position: relative;
    display: inline-block;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}

.check + label:after, .check + label:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 13px;
    border-radius: 3px;
    content: '';
    background: #000
}

.check:checked + label:after {
    background: #ca140d
}

.radio:checked + label, .radio:not(:checked) + label {
    position: relative;
    display: inline-block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 20px
}

.radio + label:after, .radio + label:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ''
}

.radio:not(:checked) + label:after, .radio:not(:checked) + label:before {
    border: 1px solid #888
}

.radio:checked, .radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:checked + label:before {
    border: 1px solid #d9a65c
}

.radio:checked + label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9a65c;
    top: 3px;
    left: 4px
}

::-webkit-input-placeholder {
    color: #999;
    opacity: .54
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

:-ms-input-placeholder {
    color: #999
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.l {
    float: left
}

.r {
    float: right
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.bor {
    border: 1px dashed #999
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.texto a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.imgInline {
    display: inline-block !important;
    vertical-align: middle
}

.imgMargin {
    margin: 0 auto
}

.imgW100 {
    width: 100%
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700;
}

.text-light {
    font-weight: 100;
}

.text-up {
    text-transform: uppercase;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}*/
.flex-v-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trans {
    transition: all .5s
}

.trans-mask {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.trans-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trans-mask:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-mask .pic {
    overflow: hidden;
}

.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
}

.wp {
    margin: 0 auto;
    max-width: 14.4rem;
    width: 90%
}

.wp1440 {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px
}

.greybg {
    background: #f2f2f2
}

.co {
    color: #0142ae
}

.fixdbody {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-show {
    display: none
}

.filter-page {
    filter: blur(5px);
}

@media screen and (max-width: 980px) {
    .pc-show {
        display: none
    }

    .m-show {
        display: block
    }
}

.titline_w {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_w:hover .titline_w {
    background-size: 100% 1px
}

.titline_w:hover {
    background-size: 100% 1px
}

.titline_b {
    position: relative;
    background-image: linear-gradient(#0042ba, #0042ba);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_b:hover .titline_b {
    background-size: 100% 1px
}

.titline_b:hover {
    background-size: 100% 1px
}

.titline_r {
    position: relative;
    background-image: linear-gradient(#005826, #005826);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_r:hover .titline_r {
    background-size: 100% 1px;
    color: #005826
}

.titline_r:hover {
    background-size: 100% 1px
}

.zi6 {
    position: relative;
    z-index: 6
}

.zi5 {
    position: relative;
    z-index: 5
}

.zi4 {
    position: relative;
    z-index: 4
}

.zi3 {
    position: relative;
    z-index: 3
}

.zi2 {
    position: relative;
    z-index: 2
}

.zi1 {
    position: relative;
    z-index: 1
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.l8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.header .wp {
    max-width: 18rem
}

.header2 .wp {
    max-width: 18rem
}


@keyframes go {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 78px !important
    }

    .header .wp {
        width: 96%
    }

    .header2 .wp {
        width: 96%
    }
}

@media screen and (max-width: 850px) {
    html {
        font-size: 76px !important
    }

}

@media screen and (max-width: 640px) {
    html {
        font-size: 72px !important
    }

    body {
        font-size: .18rem
    }

    .header .wp {
        width: 90%
    }

    .header2 .wp {
        width: 90%
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 70px !important
    }
}


.pub-hd .hdr-t {
    line-height: .45rem;
    color: #fff;
    font-size: .15rem;
    transition: .3s;
}

.pub-hd .hdr-t .btn-link {
    color: rgba(255, 255, 255, .6);
}

.pub-hd .hdr-t a {;
    color: #fff;
    margin: 0 .1rem
}

.pub-hd .hdr-t .links {
    position: relative;
    padding: 0 .15rem
}

.pub-hd .hdr-t .links:after {
    content: '';
    height: 18px;
    width: 1px;
    background: rgba(255, 255, 255, .6);
    right: 0;
    top: 50%;
    margin-top: -9px;
    position: absolute
}

.pub-hd .hdr-t .links:last-child:after {
    display: none
}

.pub-hd .hdr-t .links .quickUrl {
    position: relative;
    padding: 0 .12rem;
    color: #fff;
    cursor: pointer;
}

.pub-hd .hdr-t .links .quickUrl:hover {
    background: #fff;
    color: #444;
}

.pub-hd .hdr-t .links .quickUrl:hover .quickSub {
    display: block;
}

.pub-hd .hdr-t .links .quickUrl:hover:after {
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    top: -1px
}

.pub-hd .hdr-t .links .quickUrl:after {
    content: "\eabd";
    font-family: "swiper-icons" !important;
    margin-left: 5px
}

.pub-hd .hdr-t .links .quickUrl .quickSub {
    position: absolute;
    min-width: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    top: .45rem;
    z-index: 5;
    background: #fff;
    padding: .1rem 0;
    display: none
}

.pub-hd .hdr-t .links .quickUrl .quickSub a {
    color: #444;
    display: block;
    line-height: .35rem;
    font-size: .14rem;
    white-space: nowrap;
    margin: 0;
    padding: 0 .3rem
}

.pub-hd .hdr-t .links .quickUrl .quickSub a:hover {
    color: #005826;
    background: #ededed;
}

.pub-hd .hdr-t .search {
    width: .2rem;
    height: .45rem;
    position: relative;
    z-index: 20;
}

.pub-hd .hdr-t .search .btn {
    font-size: .18rem;
    opacity: .75;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: .45rem
}

.pub-hd .hdr-t .search .btn input {
    width: 100%;
    height: .45rem;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    background: rgba(255, 255, 255, 0);
    border: 0
}

.pub-hd .hdr-t .search .btn i {
    font-size: .2rem
}

.pub-hd .hdr-t .search .btn:hover {
    opacity: 1
}

.pub-hd .hdr-t .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -.12rem;
    top: .05rem;
    bottom: auto;
    height: .36rem;
    width: .2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding-right: .3rem;
}

.pub-hd .hdr-t .search .input input {
    width: 100%;
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    padding: 0 .12rem;
    border: 0;
    color: #555;
    display: block;
}

.pub-hd .hdr-t .search:hover .btn {
    color: #005826
}

.pub-hd .hdr-t .search:hover .input {
    width: 3rem;
    opacity: 1;
    visibility: visible
}


.pub-hd .hd-nav li {
    line-height: .36rem;
    font-size: .18rem;
    margin-left: .55rem;
    position: relative;
    font-weight: bold;
}

.pub-hd .hd-nav li:first-child {
    margin-left: 0
}

.pub-hd .hd-nav li:before {
    position: absolute;
    bottom: -.33rem;
    left: 50%;
    width: 0;
    opacity: 0;
    height: 3px;
    background: #fff;
    content: "";
    transition: width .5s
}

.pub-hd .hd-nav li:after {
    position: absolute;
    bottom: -.33rem;
    right: 50%;
    width: 0;
    opacity: 0;
    height: 3px;
    background: #fff;
    content: "";
    transition: width .5s
}

.pub-hd .hd-nav li &gt; a {
    color: #fff;
    display: block;
    line-height: .36rem;
    position: relative;
}

.pub-hd .hd-nav li &gt; a.has-child:after {
    content: "\eabd";
    font-family: "swiper-icons";
    margin-left: 5px;
    font-size: .16rem
}

.pub-hd .hd-nav li:hover &gt; a.has-child:after {
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    top: -1px
}

.pub-hd .hd-nav li &gt; a {
    color: #fff
}

.pub-hd .hd-nav li .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .12rem;
    min-width: 1.6rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.pub-hd .hd-nav li .sub-nav .sub-nav-h {
    text-align: center;
    position: relative;
    background: #fff;
    padding: .15rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.pub-hd .hd-nav li .sub-nav .sub-nav-h:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #005826;
}

.pub-hd .hd-nav li .sub-nav .sub-nav-h a {
    display: block;
    font-size: .16rem;
    padding: 0 .13rem;
    margin-bottom: 1px;
    background: #fff;
    color: #005826;
    white-space: nowrap;
    line-height: .42rem
}

.pub-hd .hd-nav li .sub-nav .sub-nav-h a:hover {
    background: #ededed;
}

.pub-hd .hd-nav li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
}

.pub-hd .tools .a {
    display: none
}

.header2 .hd-nav li &gt; a {
    color: #333;
}

.header2 .hd-nav li:hover &gt; a {
    color: #005826;
}

.header.light .hd-nav li &gt; a {
    color: #333;
}

.header.light .hd-nav li:hover &gt; a {
    color: #005826;
}


.scroll {
    z-index: 100;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    overflow-y: auto;
    position: absolute;
    background: #fff
}

.big-nav ul li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(0, 0, 0, 0.13) solid 1px;
}

.big-nav ul li:last-child {
    border-bottom: 0
}

.big-nav ul li h2 {
    font-size: .21rem;
    line-height: .65rem;
    padding-left: 6%;
    position: relative
}

.big-nav ul li h2.h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 6%;
    font-size: .2rem;
    font-family: "swiper-icons" !important;
    content: "\e600";
    color: #888;
    transition: .3s
}

.big-nav ul li .list {
    padding: 0 0 0 6%;
    display: none
}

.big-nav ul li .list h3 {
    font-size: .18rem;
    line-height: .56rem;
    border-top: rgba(0, 0, 0, .13) solid 1px;
    opacity: .8;
}

.big-nav ul li .list h3:nth-child(1) {
    border: 0
}

.big-nav ul li .list dl {
    margin-left: -6%;
    padding: 0 .2rem .2rem 0;
    margin-top: -.05rem;
    display: flex;
    flex-wrap: wrap;
}

.big-nav ul li .list dd {
    font-size: .16rem;
    line-height: .4rem;
    min-width: 25%;
    padding-left: 6%
}

.big-nav ul li .list dd a {
    display: block;
    height: .4rem;
    opacity: .7;
}

.big-nav ul li.on h2.h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


@media screen and (max-width: 1200px) {
    .pub-hd .hd-nav li {
        margin-left: 0.25rem;
    }
}

@media screen and (max-width: 992px) {
    .pub-hd .hd-nav {
        display: none
    }

    .pub-hd .tools .a {
        display: block;
    }

    .body1.page {
        padding-top: 59px;
    }
}


.footer {
    no-repeat center;
    background-size: cover;
}

.footer .fta {
    padding: .55rem 0;
    color: #fff;
    font-size: .15rem
}

.footer .fta .ftinfo {
    padding-left: .2rem;
    margin-left: .1rem;
    position: relative;
}

.footer .fta .ftinfo p {
    padding: .03rem 0
}

.footer .fta .ftinfo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.33rem;
    transform: translateY(-50%);
    width: 1px;
    height: .5rem;
    background: rgba(255, 255, 255, .4);
}

.footer .fta .aright {
    padding-top: 0;
    display: none;
}

.footer .fta .aright a {
    font-size: .3rem;
    margin-left: .3rem;
    position: relative;
}

.footer .fta .aright a span {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -.5rem;
    width: 1rem;
    height: 1.1rem;
    padding-top: .1rem;
    z-index: 4;
    display: none
}

.footer .fta .aright a:hover span {
    display: block;
}

.footer .fta a {
    color: #fff;
    margin: 0 8px
}

.footer .fta a:hover {
    color: #ddd
}

.footer .ftb {
    background: #003571;
    padding: 0.12rem 0;
    color: #beb1ab;
    font-size: .14rem
}

.footer .ftb a {
    color: #beb1ab;
}

.footer .ftb a:hover {
    color: #ddd;
}

.footer .ftb img {
    height: auto;
    display: inline-block;;
    vertical-align: -.12rem;
    width: .3rem;
    margin-right: .05rem
}

.footer .fta .ftlogo img {
    height: .55rem
}

@media screen and (max-width: 980px) {
    .footer .fta .ftlogo {
        text-align: center;
    }

    .footer .fta .aleft {
        width: 100%;
        text-align: center;
    }

    .footer .fta .aright {
        width: 100%
    }

    .footer .fta .aright a {
        margin: 0 .4rem
    }

    .footer .ftb {
        text-align: center;
    }

    .footer .ftb img {
        width: .3rem;
        height: auto;
        vertical-align: middle;
    }

    .ftlogo {
        width: 100%
    }

    .footer .fta .ftinfo:before {
        display: none
    }

    .footer .fta .ftinfo {
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        margin: .15rem 0 .2rem
    }
}

@media screen and (max-width: 640px) {
    .footer .fta {
        font-size: .18rem;
    }

    .footer .fta .aleft a {
        margin-bottom: .1rem;
        display: inline-block;
    }
}


@media screen and (max-width: 640px) {
    .sermob {
        top: 55px;
    }
}


/*print*/
@media print {

}

/*ie11*/
@media all and (-ms-high-contrast: none) {
    *:: -ms-backdrop,
}

/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}


/*new over*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, 黑体;
    min-width: 320px;
    margin: auto;
}

ol, ul, li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

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

table {
    border-collapse: collapse;
    width: 100%;
}

tr, td, th {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.3;
}

i, b, strong {
    font-style: normal;
}

/*i,em,b,strong{font-style:normal;font-weight:normal;}*/
input, textarea, select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}


.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}*/
.flex-v-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #ddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar {
    width: 6px;
}

.jspDrag {
    background: #a99479;
    border-radius: 8px;
}

.jspTrack {
    background: #f5f5f5;
    border-radius: 8px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #ddd;
    width: 2px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #333;
}

.icon {
    font-family: icon;
}

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.footer_b {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.select {
    display: inline-block;
    width: 210px;
    height: 30px;
    line-height: 30px;
    color: #707070;
    position: relative;
    border: 1px solid #ddd;
    text-align: left;
    cursor: pointer;
}

.select:before {
    content: "";
    width: 21px;
    height: 12px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
}

.select span {
    display: block;
    margin: 0 10px 0 10px;
}

.select ul {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    background: #f0f0f0;
    display: none;
}

.select li {
    padding: 0 20px;
    line-height: 40px;
}

.checkbox {
    cursor: pointer;
}

.checkbox i {
    display: inline-block;
    vertical-align: sub;
    width: 15px;
    height: 15px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 10px;
    line-height: 15px;
    font-size: 0;
}

.checkbox.ckd i:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 5px 5px 0;
}

.radio {
    cursor: pointer;
    margin-right: 45px;
}

.radio i {
    display: inline-block;
    vertical-align: sub;
    width: 15px;
    height: 15px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 10px;
    line-height: 15px;
    font-size: 0;
    border-radius: 100%;
}

.radio.ckd i:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 5px 5px 0;
    border-radius: 100%;
}

/*--通用--*/
body {
    color: #333;
    line-height: 1.6;
    min-width: 320px;
}

.h {
    line-height: 1.3;
}

.h1 {
    line-height: 1.3;
}

.h2 {
    line-height: 1.3;
}

.h3 {
    line-height: 1.3;
}

.block {
    width: 1400px;
    margin: auto;
}

.text .p {
    line-height: 1.7;
    text-align: left;
}

.nav_main_m {
    display: none;
}

.search_m {
    display: none;
}

.scmbtn {
    display: none;
}

.prev {
    cursor: pointer;
}

.next {
    cursor: pointer;
}

.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
}

.layer .close {
    font-size: 40px;
    font-family: icon;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
}

.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-bottom: .2rem;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

.layer .search_box .kw {
    background: #fff;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .search_box .ok {
    background: #005826;
    color: #fff;
    width: 100px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .picbox {
    width: 100%;
    height: 100%;
    text-align: center;
}

.layer .picbox:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.layer .picbox img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.layer .picbox video {
    width: 1000px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.layer .leader_box {
    background: #fff;
    border-top: 3px solid #ca0d0d;
    width: 1100px;
    position: relative;
}

.layer .leader_box .inner {
    padding: 60px;
}

.layer .leader_box .close {
    color: #aaa;
    right: 0;
    top: 0;
    font-size: 30px;
}

.layer .leader_box .t {
    display: flex;
    align-items: center;
}

.layer .leader_box .pic {
    width: 160px;
}

.layer .leader_box .txt {
    margin-left: 50px;
}

.layer .leader_box .txt .h {
    font-size: 18px;
}

.layer .leader_box .txt .p {
    margin-top: 15px;
}

.layer .leader_box .txt .p span {
    margin-right: 30px;
}

.layer .leader_box .text {
    margin-top: 40px;
    max-height: 300px;
    overflow: hidden;
}

.layer .leader_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ca0d0d;
}

.layer .leader_box .text p {
    margin-top: 20px;
}

.layer .leader_box .text p:first-child {
    margin-top: 0px;
}


.imgzoom .pic {
    overflow: hidden;
}

.imgzoom .pic img {
    transition: all 0.4s ease-out 0s;
}

.imgzoom:hover .pic img {
    transform: scale(1.05);
}


.fz48 {
    font-size: 48px;
    line-height: 1.3;
}

.fz40 {
    font-size: 40px;
    line-height: 1.3;
}

.fz30 {
    font-size: 30px;
    line-height: 1.3;
}

.fz24 {
    font-size: 24px;
    line-height: 1.3;
}

.fz20 {
    font-size: 20px;
    line-height: 1.3;
}

.title {
    text-align: center;
}

.title .p {
    margin-top: 10px;
}

.title .more {
    margin-top: 10px;
}

.position {
    line-height: 50px;
}

.position a {
    margin: 0 10px;
}

.position a:first-child {
    margin-left: 0;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.body {
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

.body.page {
    padding-top: 130px;
}

.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.body_home {
    background: #005826;
    height: 100%;
    overflow: hidden;
}


.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
}

/*.body_b.dis *{background-image:none;}*/
.body_b * {
    outline: none;
}

.body_b.showdiv {
    top: 0;
}

.body_b .mCSB_scrollTools {
    z-index: 4;
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #005826;
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.1);
}


.header {
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 50;
    transition: all 0.7s ease-out 0s;
}

.header {
    opacity: 0;
    transform: translateY(-100%);
}

.header.showdiv {
    opacity: 1;
    transform: none;
}

.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}

.header .d1 {
    color: #fff;
    line-height: .45rem;
    height: .45rem;
    transition: all 0.2s ease-out 0s;
}

/*.header.lit .d1{height:0;}*/
.header .d1 .nav_l i {
    margin: 0 18px;
    font-size: 12px;
}

.header .d1 .nav_l a {
    display: inline-block;
    line-height: 1;
}

.header .d1 .nav_l a:before {
    content: "";
    display: block;
    margin-bottom: 5px;
    border-top: 2px solid #d39797;
    transition: all 0.1s ease-out 0s;;
    transform: scaleX(0);
}

.header .d1 .nav_l a.now {
    color: #fff;
}

.header .d1 .nav_l a.now:before {
    transform: scaleX(1);
    border-color: #fff;
}

.header .d1 .nav_l a:hover:before {
    transform: scaleX(1);
    border-color: #fff;
}

.header .d1 .nav_r a {
    margin: 0 10px
}

.header .d1 .nav_r a:last-child {
    margin-right: 0
}

.header .d1 .nav_r a {
    display: inline-block;
    line-height: 1;
}

.header .d1 .nav_r a:before {
    content: "";
    display: block;
    margin-bottom: 5px;
    border-top: 2px solid #d39797;
    transition: all 0.1s ease-out 0s;;
    transform: scaleX(0);
}

.header .d1 .nav_r a.now {
    color: #fff;
}

.header .d1 .nav_r a.now:before {
    transform: scaleX(1);
    border-color: #fff;
}

.header .d1 .nav_r a:hover {
    color: #fff
}

.header .d2 {
    transition: all 0.3s ease-out 0s;
    height: .85rem;
    height: .85rem;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .05));
    padding-top: .15rem
}

.header .block {
    position: relative;
    height: 100%;
}

.header .logo {
    height: 100%;
    width: 3.18rem;
}

.header .logo a {
    height: 100%;
    font-size: 0;
    display: block;
}

.header .logo img {
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.header .logo a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header .tools {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header .tools .a {
    border-radius: 100%;
    margin-left: 20px;
    height: 34px;
    line-height: 34px;
    position: relative;
}

.header .tools .a &gt; a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .tools .sc a:after {
    content: "\e672";
    font-size: 26px;
    font-family: icon;
}

.header .tools .log i:after {
    content: "\e601";
    font-size: 26px;
    font-family: icon;
}

.header .tools .share-box {
    float: left;
}

.header .tools .lang {
    font-size: 16px;
    font-family: en;
    text-transform: uppercase;
    font-family: Arial;
}

.header .tools .search {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 250px;
    height: 36px;
    position: absolute;
    right: -2px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity='0');
    visibility: hidden;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    color: #333;
}

.header .tools .search.s {
    opacity: 1;
    filter: alpha(opacity='100');
    visibility: visible;
}

.header .tools .search .kw {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 190px;
    margin: 8px 0 0 12px;
    font-size: 16px;
}

.header .tools .search .ok {
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-family: icon;
    font-size: 22px;
}


.header.light {
    transform: none;
    opacity: 1;
}

.header.light .d2 {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.header.light .tools {
    color: #333;
}

.header.light .tools .a {
    border-color: #ccc;
}

.ny-body {
    padding-top: 130px
}

.header2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background: #005826;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.body_b .header2 {
    opacity: 0;
    transform: translateY(-100%);
}

.body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.header2.showdiv {
    opacity: 1;
    transform: none;
}

.header2 .d1 {
    background: #005826;
    color: #fff;
    line-height: .45rem;
    height: .45rem;
    font-size: 14px;
    transition: all 0.2s ease-out 0s;
}

/*.header2.lit .d1{height:0;}*/
.header2 .d1 .nav_l i {
    margin: 0 18px;
    font-size: 12px;
}

.header2 .d1 .nav_l a {
    display: inline-block;
    line-height: 1;
}

.header2 .d1 .nav_l a:before {
    content: "";
    display: block;
    margin-bottom: 5px;
    border-top: 2px solid #d39797;
    transition: all 0.1s ease-out 0s;;
    transform: scaleX(0);
}

.header2 .d1 .nav_l a.now {
    color: #fff;
}

.header2 .d1 .nav_l a.now:before {
    transform: scaleX(1);
    border-color: #fff;
}

.header2 .d1 .nav_l a:hover:before {
    transform: scaleX(1);
    border-color: #fff;
}

.header2 .d1 .nav_r a {
    margin: 0 10px
}

.header2 .d1 .nav_r a:last-child {
    margin-right: 0
}

.header2 .d1 .nav_r a {
    display: inline-block;
    line-height: 1;
}

.header2 .d1 .nav_r a:hover {
    color: #fff
}

.header2 .d2 {
    transition: all 0.3s ease-out 0s;
    height: .85rem;
    background: #fff;
    padding-top: .15rem
}

.header2 .block {
    position: relative;
    height: 100%;
}

.header2 .logo {
    width: 1.88rem;
}

.header2 .logo a {
    height: 100%;
    font-size: 0;
    display: block;
}

.header2 .logo img {
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.header2 .logo a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header2 .tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header2 .tools .a {
    margin-left: 20px;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.header2 .tools .a &gt; a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header2 .tools .sc a:after {
    content: "\e672";
    font-size: 26px;
    font-family: icon;
}

.header2 .tools .log i:after {
    content: "\e601";
    font-size: 26px;
    font-family: icon;
}

.header2 .tools .share-box {
    float: left;
}

.header2 .tools .lang {
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
}

.header2 .tools .search {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 250px;
    height: 36px;
    position: absolute;
    right: -2px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity='0');
    visibility: hidden;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    color: #333;
}

.header2 .tools .search.s {
    opacity: 1;
    filter: alpha(opacity='100');
    visibility: visible;
}

.header2 .tools .search .kw {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 190px;
    margin: 8px 0 0 12px;
    font-size: 16px;
}

.header2 .tools .search .ok {
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-family: icon;
    font-size: 22px;
}


.nav_mobile {
    display: none;
}

.body_home .banner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.body_home .banner .slick-list {
    height: 100%;
}

.body_home .banner .slick-track {
    height: 100%;
}

.body_home .banner .slick-slide &gt; div {
    height: 100%;
}

.body_home .banner .frame {
    height: 100%;
}

.body_home .banner .frame video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.body_home .banner .child {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #005826;
}

.body_home .banner .child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.body_home .banner .child .fz30 {
    position: absolute;
    left: 0;
    right: 380px;
    bottom: 50px;
    line-height: 1;
    padding-left: 40px;
}

.body_home .banner .child .a1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.body_home .banner .child .a2 {
    position: absolute;
    right: 15px;
    bottom: 35px;
    font-size: 24px;
    line-height: 1;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.body_home .banner .child .a2:after {
    content: "\e76c";
    display: inline-block;
    vertical-align: middle;
    font-family: icon;
}

.body_home .banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    text-align: center;
    opacity: 0;
    width: 50%;
}

.body_home .banner .showdiv .text {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all 2s ease-out 0.5s;
}

.body_home .banner .navg {
    position: absolute;
    right: 100px;
    bottom: 50px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.body_home .banner .navg li {
    margin: 0 10px;;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: .5rem;
    height: 4px;
    opacity: .6;
    font-size: 0;
    background: #fff;
    position: relative;
}

.body_home .banner .navg li.slick-active {
}

.body_home .banner .navg li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #48bcad;
}

.body_home .banner .navg li.slick-active:after {
    width: 100%;
    transition: width linear 5s
}

@keyframes awidth {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.body_home .banner .navg li.slick-active:nth-child(1):after {
    animation: awidth linear 5s forwards
}

@media screen and (max-width: 980px) {
    .body_home .banner .navg {
        width: 100%;
        right: 0
    }

    .body_home .banner .navg li {
        margin: 0 5px
    }
}


.body_home .banner .tit {
    position: absolute;
    left: 50px;
    bottom: 60px;
    right: 50px;
    background: rgba(0, 0, 0, 0.5);
    height: 80px;
    line-height: 80px;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    justify-content: justify;
    justify-content: space-between;
}


.body_home .bb {
    position: absolute;
    left: 50%;
    bottom: 30px;
    text-align: center;
    transform: translateX(-50%);
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    padding: 0 10px;
    animation: bb 2s linear 0s infinite;
    font-weight: bold;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }
    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }
    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }
    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.body_home.showdiv .bb {
    opacity: 1;
}

.body_home .bb:hover {
    animation-play-state: paused;
    color: #fff;
}

@-webkit-keyframes td {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes td {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes td1 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(360deg);
    }
}

@keyframes td1 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}</pre></body></html>