@charset "utf-8";
@import url('animate.css');
@import url('lib.css');
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    ;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#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
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background-size: 100% 100%;
    z-index: 999;
}

html {
    font-size: 100px
}

@font-face {
    font-family: 'impact';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/impact.woff) format("woff")
}

@font-face {
    font-family: 'sys';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/SourceHanSerifSC-Bold.woff) format("woff")
}

.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: .18rem;
    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: #027965
}

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,
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;
    text-align: left;
}

.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;
    align-items: center;}
}

.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;
}

.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;
}

.bb {
    background: url(../images/dt2.png)center no-repeat;
    position: absolute;
    left: 50%;
    bottom: 60px;
    text-align: center;
    /* transform:translateX(-50%); */
    color: transparent;
    font-size: 36px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    padding: 0 10px;
    animation: bb 2s linear 0s infinite;
    font-weight: bold;
    z-index: 999;
    width: 40px;
    height: 60px;
    background-size: 100% 100%;
}

@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;
    }
}

.bb {
    opacity: 1;
    z-index: 9999999;
}

.bb:hover {
    animation-play-state: paused;
    color: transparent;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.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);
}

.homef .flex span {
    float: right;
    margin-right: 20px;
    color: #000;
    line-height: 0px;
    font-weight: bold;
}

.wp {
    margin: 0 auto;
    max-width: 17rem;
    padding: 0 .2rem;
}

.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 {
    color: #027965;
    position: relative;
    background-image: linear-gradient(#027965, #027965);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

#titlin_r:hover {
    box-shadow: 3px 35px 77px -8px rgb(0 0 0 / 90%);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transition: all .8s;
    -webkit-transition: all .8s;
}

.titlin_r:hover .titline_r {
    background-size: 100% 1px;
    color: #027965
}

.sjmt {
    width: 100%;
}

.sjmt_l {
    width: 67%;
    float: left;
}

.hygz {
    width: 100%;
    padding: 30px 50px;
    background: url(../images//KEN01142.png)center no-repeat;
    background-size: 100% 100%;
    height: auto;
}

.rwm {
    position: relative;
    top: -50px;
    right: -172px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 2s;
    -webkit-transition: all .8s;
}

.hygz li:hover .rwm {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transition: all .8s;
    -webkit-transition: all .8s;
}

.hygz h1 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 110px;
    text-align: center;
}

.hygz ul {
    height: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.sjmt_bt1 li:hover {
    box-shadow: 3px 10px 12px 2px rgb(181 177 177 / 90%);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transition: all .8s;
    -webkit-transition: all .8s;
}

.sjmt_r li:hover {
    box-shadow: 3px 10px 12px 2px rgb(181 177 177 / 90%);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transition: all .8s;
    -webkit-transition: all .8s;
}

.hygz ul li {
    border: 1px solid #12a58c;
    width: 28.7%;
    height: 50px;
    margin: 10px 20px;
    float: left;
    font-size: .21rem;
    line-height: 50px;
    padding-left: 20px;
    background: url(../images/jiantou24.png)right 20px center no-repeat;
}

.hygz ul li a {
    color: #fff;
    display: block;
}

.hygz ul li img {
    display: inline-block;
}

.sjmt_bt1 ul li {
    width: 50%;
    height: 233px;
    float: right;
    margin-top: 20px;
    background-size: 100% 100% !important;
}

.sjmt_bt1 {
    width: 100%;
    height: 500px;
}

.sjmt_st {
    width: 50% !important;
    min-height: 394px !important;
    float: left !important;
    background-size: 100% 100%;
}

.sjmt_st a {
    bottom: -294px !important;
}

.sjmt_bt a {
    display: block;
    padding: 12px 20px;
    position: relative;
    height: 100px;
    bottom: -134px;
    background: linear-gradient(rgb(230, 230, 230, 0.1), rgba(0, 0, 0, 0.8));
}

.sjmt_bt a img {
    display: inline-block;
    float: left;
    margin-right: 14px;
}

.sjmt_bt a p {
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 14px;
}

.sjmt_bt a span {
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 14px;
}

.sjmt_bt h2 {
    font-size: .2rem;
    color: #fff;
    line-height: 50px;
    width: 100%;
    font-weight: bold;
    background-image: linear-gradient(#027965, #027965);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sjmt_bt h2:hover {
    background-size: 100% 1px;
    color: #027965;
}

.sjmt_r {
    width: 32%;
    float: right;
}

.sjmt_r ul li {
    width: 100%;
    height: 331px;
    margin-top: 22px;
    background-size: 100% 100% !important;
}

.sjmt_r_st {
    margin-top: 0px !important;
}

.sjmt_r .sjmt_bt a {
    bottom: -231px;
}

.lists {
    margin: .5rem 0 1rem 0;
}

.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
}

@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);
    }
}

.overhide {
    overflow: hidden
}

.menu-btn {
    z-index: 999;
    overflow: hidden;
    margin-left: 35px;
    width: 30px;
    height: 30px;
    background: 0 0;
    text-indent: -5260px;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    right: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
    margin-top: -9px;
    width: 26px
}

.menu-btn .line-3 {
    margin-top: 9px;
    width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
    visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
    margin-top: 0!important;
    width: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawerMenu-open .menu-btn .line-3 {
    margin-top: 0!important;
    width: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.searchbtn {
    width: 30px;
    text-align: center;
    line-height: 40px
}

.searchbtn i {
    color: #c80d17;
    font-size: 18px
}

.mobNav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 98;
    padding-top: 53px;
    padding: 40px 8% 30px;
    display: none
}

.mobNav ul {
    max-height: 70vh;
    overflow: auto;
}

.mobNav ul::-webkit-scrollbar {
    display: none;
}

.mobNav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.mobNav ul li .navp a {
    font-size: 15px;
    color: #183782;
    font-weight: bold;
    background-size: auto 100%
}

.mobNav ul li .navp i {
    display: block;
    width: 16px;
    transition: .3s;
    transform-origin: center;
    margin-right: 5px;
    height: 16px;
    background: url(../images/more.svg) no-repeat center;
    background-size: 16px 16px
}

.mobNav ul li.on .navp i {
    transform: rotate(-45deg);
}

.mobNav ul li .subNavm {
    margin-top: 10px;
    padding-left: 10px;
    display: none
}

.mobNav ul li .subNavm a {
    display: block;
    line-height: 30px;
    font-size: 14px
}

.mobNav .toplink {
    margin-bottom: 20px
}

.mobNav .toplink a i {
    font-size: 24px;
}

.mobNav .toplink a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    transition: .3s;
    color: #bd2323;
    background: #f2f2f2;
    position: relative;
}

.mobNav .toplink a span {
    width: 100px;
    height: 100px;
    background: #fff;
    top: 100%;
    left: -15px;
    position: absolute;
    z-index: 10;
    padding: 3px;
    display: none
}

.mobNav .toplink a:hover span {
    display: block;
}

.headerm {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 4px
}

.headerm:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .9rem;
    background: url(../images/topmask2.png) center no-repeat;
    background-size: 101% 100%;
    z-index: 0
}

.headerm:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(45deg,#ff1900  0%,  #027965 100%);
    ;
    z-index: 1
}

.headerm .logo {
    padding-top: .1rem
}

.headerm .logo img {
    height: .6rem
}

.headerm .navbtnm {
    width: .96rem;
    height: .66rem;
    background: url(../images/tx1.png) no-repeat top right;
    background-size: .96rem .66rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: .66rem;
    padding-left: .1rem
}

.headerm .navbtnm i {
    font-size: .3rem;
    transition: .3s
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5999990;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.3rem;
    background: url(../images/topmask2.png) center no-repeat;
    background-size: 101% 100%;
    z-index: 0
}

.bsdt {
    width: 100%;
}

.wp1 {
    width: 48%;
    float: left;
}

.tzgg {
    width: 100%;
    padding: 45px 0;
    display: inline-block;
    border-bottom: 1px dashed #999;
    margin-top: -5px;
}

.tzgg:hover {
    background: #128875;
    padding-left: 30px;
    box-sizing: content-box;
}

.tzgg:hover .tzgg_bt h4 {
    color: #fff;
}

.tzgg:hover .tzgg_bt p {
    color: #a3d9d0;
}

.tzgg:hover .time span {
    background: #fff;
    color: #128875;
}

.time {
    width: 72px;
    height: 72px;
    float: left;
}

.time span {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #128875;
    font-weight: bold;
}

.time p {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #128875;
    text-align: center;
    background: #efeee9;
}

.tzgg_bt {
    width: calc(100% - 90px);
    float: right;
}

.tzgg_bt h4 {
    font-size: 18px;
    color: #555;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    box-sizing: content-box;
}

.tzgg_bt p {
    font-size: 16px;
    color: #999;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    box-sizing: content-box;
}

.wrap {
    position: relative;
    width: 1660px;
    height: 560px;
    margin: 60px auto;
}

.content {
    position: absolute;
    width: 1660px;
    height: 560px;
}

.content li {
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
}

.li1 img {
    width: 100%;
    height: 100%;
}

.wrap a {
    position: absolute;
    display: block !important;
    z-index: 999;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font: 36px/60px "宋体";
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: rgb(255, 100, 0);
    background: rgba(255, 100, 0, .6);
    transition: background 1s ease;
}

.wrap .prev:hover {
    display: block !important;
}

.wrap .next:hover {
    display: block !important;
}

.wrap .content li a {
    display: block;
}

.wrap .content li a {
    display: block !important;
    width: 100%;
    height: 10%;
    top:unset;
    bottom: 0%;
    background: rgba(0,0,0,.5);
}

.wrap .content .aaa a {
    display: block !important;
}

.wrap .content li a span {
    font-size: 16px;
    color: #fff !important;
    line-height: 30px;
    text-align: center;
    position: absolute;
    
    font-weight: bold;
}

.wrap .content li a p {
    width: 100%;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    position: absolute;
   
}
#11111 {display:block !important;}
.prev {
    left: 355px;
}

.next {
    right: 335px;
}

.bsdt li {
    width: 33.333% !important;
    padding: 0 3%;
    float: left;
    margin: 14px 0;
    border-radius: 5px;
    transition: all .3s;
}

.bsdt li:hover {
    padding: 0 1.5%;
}

.next:hover {
    transition: all .6s;
    transform: scale(1.1);
}

.prev:hover {
    transition: all .6s;
    transform: scale(1.1);
}

.xysh_new {
    padding-top: 60px;
}

.bsdt li img {
    display: inline-block;
    float: left;
    margin: 11px 44px;
}

.bsdt li a {
    font-size: 20px !important;
    font-weight: bold;
    display: block;
    background: #d7efe0 !important;
    color: #027965;
    line-height: 50px;
    border-radius: 5px;
}


/*.header:after{content: "";display: block;position: absolute;left: 0;top:0;right: 0;height: 5px;background:linear-gradient(45deg,#027965 0%,#3e8ed5 100%);;z-index: 1 }*/

.header .wp {
    max-width: inherit;
    padding-left: .5rem;
    width: 100%;
    padding-right: .5rem
}

.header .logo {
    padding-top: .15rem
}

.header .logo img {
    height: .55rem;
    width: 4rem;
}

.header .wp {
    position: relative;
    z-index: 3
}

.header .hd-nav li {
    line-height: .36rem;
    font-size: .2rem;
    font-weight: bold;
    margin-left: .35rem;
    position: relative;
    ;
}

.header .hd-nav li:first-child {
    margin-left: 0
}

.szyz {
    color: #fff;
}

.header .hd-nav li:before {
    position: absolute;
    bottom: -.33rem;
    left: 50%;
    width: 0;
    opacity: 0;
    height: 3px;
    background: #fff;
    content: "";
    transition: width .5s
}

.header .hd-nav li:after {
    position: absolute;
    bottom: -.33rem;
    right: 50%;
    width: 0;
    opacity: 0;
    height: 3px;
    background: #fff;
    content: "";
    transition: width .5s
}

.header .hd-nav li>a {
    color: #fff;
    display: block;
    line-height: .36rem;
    position: relative;
}

.header .hd-nav li>a.has-child:after {
    content: "\eabd";
    font-family: "swiper-icons";
    margin-left: 5px;
    font-size: .16rem;
    color: transparent;
    background: url(../images/raw-b.png) center no-repeat;
}

.header .hd-nav li:hover>a.has-child:after {
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    top: -1px
}

.header .hd-nav li.wzlm>a.has-child:after {
    display: none;
}

.header .hd-nav li>a {
    color: #fff
}

.header .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;
}

.header .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)
}

.header .hd-nav li .sub-nav .sub-nav-h:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #027965;
}

.header .hd-nav li .sub-nav .sub-nav-h a {
    display: block;
    font-size: .16rem;
    padding: 0 .13rem;
    margin-bottom: 1px;
    background: #fff;
    color: #027965;
    white-space: nowrap;
    line-height: .42rem
}

.header .hd-nav li .sub-nav .sub-nav-h a:hover {
    background: #ededed;
}

.xw-slick {
    height: 100%;
}

.xw-slick .slick-list {
    height: 100%;
}

.xw-slick .slick-prev {
    width: 25px;
    height: 38px;
    background: url(../images/left.png)center no-repeat;
}

.xw-slick .slick-next {
    width: 25px;
    height: 38px;
    background: url(../images/right.png)center no-repeat;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.xw-slick .slick-track {
    height: 100%;
}

.xw-slick .slick-dots {
    display: none !important;
    position: relative;
    top: 10px;
}

.xw-slick .pic {
    width: 100%;
    height: 100%;
}

.xw-slick .slick-slide img {
    width: 100%;
    height: 100%;
display: contents;
}

.xysh .txt {
    width: 100%;
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7), rgb(0, 0, 0, 0.1));
}

.zsjy {
    width: 100%;
    margin: 80px 0;
}

.zsjy_bt {
    display: block;
    padding: 2px 0px 0px 0px;
    background-size: 100% 100% !important;
    margin: 0 20px;
    overflow: hidden;
}

.zsjy_bt img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100%;
    border: 6px solid #eee;
}

.zsjy_bt span {
    float: left;
    color: #027965;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 20px 20px;
    display: block;
    width: 100%;
    background: #fff;
    /*background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));*/
}

.zsjy_bt h3 {
    font-size: .24rem;
    color: #027965;
    line-height: 34px;
    clear: both;
    padding: 0 20px;
    font-weight: bold;
    height: 76px;
    overflow: hidden;
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    margin-bottom: 0px;
    background: #fff;
    /* background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));*/
}

.zsjy_bt p {
    font-size: .2rem;
    color: #777;
    line-height: 34px;
    background: #fff;
    padding: 0 20px 20px 20px;
}

.zsjy_bt p:hover {
    background-size: 100% 1px;
    color: #027965;
}


/*.header .hd-nav  li .sub-nav .sub-nav-h:before{content: '';position: absolute;left: 50%;transform: translateX(-50%);
border: 8px solid transparent;border-bottom-color: #fff;top:-.16rem;}*/

.header .hd-nav li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
}

.header .hdr-t {
    line-height: .46rem;
    color: #fff;
    font-size: .13rem;
    transition: .3s;
    margin-bottom: .05rem
}

.header .hdr-t .btn-link {
    color: rgba(255, 255, 255, .6);
}

.header .hdr-t a {
    ;
    color: #fff;
    margin: 0 .12rem
}

.header .hdr-t .links {
    position: relative;
    padding: 0 .15rem
}

.header .hdr-t .links:after {
    content: '';
    height: 18px;
    width: 1px;
    background: rgba(255, 255, 255, .6);
    right: 0;
    top: 50%;
    margin-top: -9px;
    position: absolute
}

.header .hdr-t .links:last-child:after {
    display: none
}

.header .hdr-t .links .quickUrl {
    position: relative;
    padding: 0 .12rem;
    color: #fff;
    cursor: pointer;
}

.header .hdr-t .links .quickUrl:hover {
    background: #fff;
    color: #444;
}

.header .hdr-t .links .quickUrl:hover .quickSub {
    display: block;
}

.header .hdr-t .links .quickUrl:hover:after {
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    top: -1px
}

.header .hdr-t .links .quickUrl:after {
    content: "\eabd";
    font-family: "swiper-icons" !important;
    margin-left: 5px
}

.header .hdr-t .links .quickUrl .quickSub {
    position: absolute;
    min-width: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 5;
    background: #fff;
    padding: .1rem 0;
    display: none
}

.header .hdr-t .links .quickUrl .quickSub a {
    color: #444;
    display: block;
    line-height: .35rem;
    font-size: .14rem;
    white-space: nowrap;
    margin: 0;
    padding: 0 .3rem
}

.header .hdr-t .links .quickUrl .quickSub a:hover {
    color: #027965;
    background: #ededed;
}

.header .navbtn {
    width: 1.21rem;
    height: .64rem;
    background: url(../images/tx1.svg) no-repeat top right;
    background-size: 1.21rem .64rem;
    position: absolute;
    top: .25rem;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: .64rem;
    padding-left: .15rem
}

.header .navbtn i {
    font-size: .38rem;
    transition: .3s
}

.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #027965;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto
}

.big-nav .scroll ul {
    max-width: 17.85rem;
    margin: 0 auto
}

.big-nav .scroll li {
    width: 11.111%;
    text-align: center;
    padding-top: .45rem
}

.big-nav .scroll li h2 {
    font-size: .19rem;
    font-weight: bold;
}

.big-nav .scroll li a {
    color: #fff
}

.big-nav .scroll li .list {
    padding: .2rem 0
}

.big-nav .scroll li .list h3 {
    font-weight: 400;
    font-size: .17rem;
    line-height: .36rem
}

.big-nav .scroll li .list dl {
    padding-bottom: .2rem
}

.big-nav .scroll li .list dd {
    font-size: .14rem;
    line-height: .3rem;
    opacity: .65
}

body.navShow {
    overflow: hidden;
    position: fixed;
}

body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
}

body.navShow .header .hd-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

body.navShow .header .hdr-t {
    padding-top: .2rem
}

body.navShow .header .navbtn i:before {
    content: "\eca0";
}

body.navShow .headerm .navbtnm i:before {
    content: "\eca0";
}

.tsmouse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    bottom: .15rem;
    z-index: 5;
    text-align: center;
    cursor: pointer;
}

.tsmouse span {
    display: block;
}

.tsmouse i {
    font-size: .3rem;
    animation: up linear 1.5s infinite;
    display: block;
}


/*.header .hdr-ts:before{content: "\e614";font-family: "swiper-icons" !important;}*/

.header .hdr-t .search {
    width: .26rem;
    height: .46rem;
    position: relative;
    z-index: 20;
}

.header .hdr-t .search .btn {
    font-size: .18rem;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: .36rem;
    height: .26rem;
    width: .26rem;
    margin-top: .03rem;
margin-left: -22px;
}




.header .hdr-t .search .btn input {
    width: 100%;
    height: .26rem;
    cursor: pointer;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    background: transparent;
    border: 0
}

.header .hdr-t .search .btn i {
    font-size: .2rem;
}

.swi-sousuo:before {
    display: inline-block;
    animation: aa 2s linear 0s infinite;
    color: transparent !important;
}

@keyframes aa {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1.3);
        font-weight: bold;
    }
    40% {
        transform: scale(1.4);
        font-weight: bold;
    }
    50% {
        transform: scale(1.5);
        color: #027965;
        font-weight: bold;
    }
    60% {
        transform: scale(1.4);
        font-weight: bold;
    }
    70% {
        transform: scale(1.3);
        font-weight: bold;
    }
    80% {
        transform: scale(1.2);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.header .hdr-t .search .btn:hover {
    opacity: 1
}

.header .hdr-t .search .input {
    position: absolute;
    z-index: -1;
    left: auto;
    right: -.1rem;
    top: .05rem;
    bottom: auto;
    height: .36rem;
    width: .2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.header .hdr-t .search .input input {
    width: 90%;
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    padding: 0 .12rem;
    border: 0;
    color: #555;
    display: block;
}

.header .hdr-t .search:hover .btn {
    color: #027965
}

.header .hdr-t .search:hover .input {
    width: 3rem;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 980px) {


    .tsmouse {
        display: none
    }
    .big-nav {
        background: #027965;
        overflow-y: auto;
    }
    .big-nav .scroll {
        position: static;
        padding-top: 1rem;
    }
    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .big-nav .scroll li h2 {
        font-size: .2rem;
        line-height: .65rem;
        padding-left: 6%;
        position: relative
    }
    .big-nav .scroll li h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 6%;
        font-size: .2rem;
        font-family: "swiper-icons" !important;
        content: "\e600";
        color: #fff;
        transition: .3s;
    color: transparent;
    background: url(../images/raw-b.png) center no-repeat;
    }
    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none;
background: #208d7b;
    }
    .big-nav .scroll li .list h3 {
        font-size: .19rem;
        line-height: .56rem;
        border-top: rgba(255, 255, 255, .13) solid 1px
    }
    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0
    }
    .big-nav .scroll li .list dl {
        margin-left: -6%;
        padding: 0 .2rem .2rem 0;
        margin-top: -.05rem;
        display: flex;
        flex-wrap: wrap;
    }
    .big-nav .scroll li .list dd {
        font-size: .16rem;
        line-height: .4rem;
        min-width: 25%;
        padding-left: 6%
    }
    .big-nav .scroll li .list dd a {
        display: block;
        height: .4rem
    }
    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .big-nav .search {
        position: relative;
        padding: .2rem 6% .4rem;
        width: 100%;
display:none;
    }
    .big-nav .search .input {
        height: .55rem;
        background: #fff
    }
    .big-nav .search .input input {
        width: calc(100% - .6rem);
        border: 0;
        height: .55rem;
        line-height: .55rem;
        padding: 0 0 0 .1rem
    }
    .big-nav .search .btn {
        font-size: .3rem;
        color: #027965;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        line-height: .55rem;
        width: .6rem;
        text-align: center
    }
    .big-nav .search .btn input {
        width: 100%;
        height: .55rem;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        border: 0;
        background: transparent
    }
    .btn-link {
        line-height: .35rem;
        color: #fff;
        font-size: .18rem;
        padding: .2rem 5%;
        transition: .3s;
        width: 100%;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .btn-link a {
        color: #fff;
        margin: 0 .05rem
    }
    .btn-link .quickUrl {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        padding: .15rem 0;
        margin-top: .15rem;
        margin-bottom: .15rem
    }
    .btn-link .quickSub {
        display: flex;
        flex-wrap: wrap;
    }
    .btn-link .quickSub a {
        color: #fff;
        margin: 0;
        font-size: .14rem;
        width: 25%;
        text-align: center;
    }
    .btn-link .links:nth-child(2) {
        margin-right: .1rem
    }
    .btn-link .links:nth-child(2) a {
        margin: 0 .15rem
    }
}

.kslj {
    width: 100%;
}

.kslj_bt {
    float: left;
    text-align: center;
    height: 60px;
    margin: 36px 40px;
    padding: 0 70px 0 20px;
    background: #d7efe0 !important;
    color: #027965;
    line-height: 58px;
    border-radius: 5px;
}

.kslj_bt:hover {
    transform: scale(1.1);
    transition: .6s;
}

#kslj_bt {
    margin-left: 240px;
}

.kslj_bt img {
    display: inline-block;
    float: left;
    margin: 10px 45px;
}

.kslj_bt a {
    font-size: 30px;
    font-weight: bold;
    color: #027965;
    display: block;
}

.xydt {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.img-banner {
    display: none;
}

.banner .slide-banner .swiper-slide {
    overflow: hidden;
}

.banner .slide-banner .swiper-slide-active .imgPc a.pic .sc {
    transform: scale(1);
    transition: linear 5s;
}

.banner .slide-banner .imgPc a.pic .sc {
    transform: scale(1);
    height: 100%
}

.banner .slide-banner .imgPc a.pic {
    position: relative;
    display: block;
    height: 55vh;
    overflow: hidden;
}

.banner .slide-banner .imgPc a.pic img {
    position: absolute;
    left: 0%;
    top: 0%;
    min-height: 100%;
    max-height: inherit;
   width:100%;
}


/*.banner .slide-banner a.pic:after{position: absolute;content: '';left: 0;bottom: 0;right: 0;z-index: 1;height: 30%;
background: url(../images/bamask.png) no-repeat bottom center;background-size: 101% 101%}*/

.banner .slide-banner h4 {
    position: absolute;
    left: .5rem;
    bottom: .9rem;
    z-index: 5;
    right: .5rem
}

.banner .slide-banner h4 a {
    color: #fff;
    font-size: .28rem;
    display: block;
    line-height: 1.4em
}

.banner .baTool {
    position: absolute;
    right: -88%;
    transform: translateX(-50%);
    bottom: .3rem;
    z-index: 10;
    width: 100%
}

.banner .baTool .icon-videoplay {
    color: #fff;
    font-size: .24rem;
    margin-left: .2rem;
    position: relative;
    top: .0rem;
}

.banner .swiper-pagination-bullets {
    width: auto;
    left: 0;
    position: static;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .45rem;
    height: 4px;
    opacity: .6;
    background: #fff;
    border-radius: 0;
    margin: 0 8px;
    font-size: .14rem;
    position: relative;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .slide-banner .imgM {
    display: none
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #d8b95a;
}


/*.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:after{width:100%;}*/

.banner .swiper-pagination-bullet-active.ani:after {
    width: 100%;
    transition: width linear 5s
}

.banner .stop-status:before {
    content: "\e61c";
}

@keyframes awidth {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.banner .pagBa span.swiper-pagination-bullet-active:nth-child(1):after {
    animation: awidth linear 5s forwards
}


/*内页头部*/

.nypage {
    padding-top: 1rem
}

.nypage .header {
    height: 1rem;
}

.nypage .header:before {
    background: #fff;
    height: 1rem;
    border-bottom: 4px solid #990000
}

.nypage .header .hdr-t {
    color: #333
}

.nypage .header .hdr-t a,
.nypage.header .hdr-t .links .quickUrl {
    color: #333
}

.nypage .header .hdr-t a:hover {
    color: #990000
}

.header .hdr-t .links .quickUrl:hover {
    color: #990000
}

.nypage .header .hdr-t .links:after {
    background: #ccc
}

.nypage .header .hdr-t .search .input input {
    border: 1px solid #ccc
}

.nypage .header .logo img {
    height: .69rem;
    width: 2.4rem
}

.nypage .header .hdr-t .links .quickUrl .quickSub {
    border: 1px solid #ddd
}

.nypage .header .hdr-t .links .quickUrl .quickSub:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .1rem;
    height: .1rem;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    top: -.06rem;
    background: #fff
}

.nypage .header .hd-nav li>a {
    color: #333
}

.nypage .header .hd-nav li:hover>a {
    color: #990000
}


/*.nypage .headerm .logo{padding-top: .05rem}
.nypage .headerm .logo img{height: .5rem}
.headerm .navbtnm{width:1.1rem;height: .68rem;background-size: 100% 100%;
 line-height: .68rem;padding-left: .1rem;background-image: url(../images/tx1.png); }*/

@media screen and (max-width: 1680px) {
    .wrap {
        zoom: .9;
    }
    #yz {
        padding: 0 .5rem !important;
    }
    .banner .slide-banner .imgPc a.pic img {
        max-width: 100%
    }
    .header .hd-nav li {
        margin-left: .2rem;
    }
    .header .hd-nav li {
        font-size: .16rem;
    }
}

@media screen and (max-width: 1600px) {
    .wrap {
        zoom: .85;
    }
    .hygz ul li {
        width: 27.7%;
    }
    #kslj_bt {
        margin-left: 180px;
    }
}

@media screen and (max-width: 1439px) {
    .wrap {
        zoom: .8;
    }
    .kslj_bt img {
        margin: 10px 30px;
    }
    .tzgg {
        padding: 25px 0;
    }
    .tzgg:hover {
        padding-left: 25px;
    }
}

@media screen and (max-width: 1399px) {
    .wrap {
        zoom: .74;
    }
    .zsjy .slick-dots {
        bottom: -55px;
    }
    .zs ul li {
        width: 85% !important;
        font-size: .22rem !important;
        line-height: 50px !important;
    }
    .hygz h1 {
        line-height: 70px;
    }
    .sjmt_st {
        min-height: 345px !important;
    }
    .sjmt_st a {
        bottom: -246px !important;
    }
    .bsdt li img {
        margin: 11px 36px;
    }
    #kslj_bt {
        margin-left: 90px;
    }
    .kslj_bt {
        padding: 0 50px 0 20px;
    }
    #yz {
        margin: 20px auto 40px !important;
    }
    .rwm {
        right: -142px;
    }
    .sjmt_bt1 {
        height: auto;
    }
    .hygz {
        padding: 30px 20px;
    }
    .sjmt_bt1 ul li {
        height: 190px;
    }
    .sjmt_r ul li {
        height: 287px;
    }
    .sjmt_bt a {
        bottom: -90px;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -187px;
    }
    .header .wp {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .img-banner {
        display: block;
    }
    .home1 {
        display: none;
    }
    .slick-slider {
        margin-bottom: 0px;
    }
    .home2 {
        padding-top: 0px !important;
    }
    .img-banner .slick-dots {
        bottom: 20px;
    }
}

@media screen and (max-width: 1245px) {
.header .hdr-t .search{margin-left: 10px;}
.footer .fta .aright a {
    font-size: .7rem;}
    .wrap {
        zoom: .7;
    }
    .homed .kdOne .item {
        padding: .4rem .6rem 1rem 0;
    }
    .kslj_bt a {
        font-size: 26px;
    }
    .hygz {
        padding: 30px 9px;
    }
    .hygz ul li {
        margin: 10px 18px;
    }
    .rwm {
        right: -132px;
    }
}

@media screen and (max-width: 1180px) {
    .wrap {
        zoom: .6;
    }
    .sjmt_st {
        min-height: 270px !important;
    }
    .sjmt_st a {
        bottom: -170px !important;
    }
    .sjmt_r ul li {
        height: 249px;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -149px;
    }
    .zsjy {
        margin: 0px 0;
    }
    .bsdt li img {
        margin: 11px 23px;
    }
    .bsdt li a {
        font-size: 18px !important;
    }
    .bsdt li {
        padding: 0 3%;
    }
    .zsjy_bt {
        padding: 20px 0px 0px 0px;
        ;
    }
    .img-banner .slick-next:before,
    .img-banner .slick-prev:before {
        display: none;
    }
    .banner .slide-banner .imgPc a.pic {
        height: auto;
        overflow: hidden;
    }
    .banner .slide-banner .imgPc a.pic img {
        position: static;
        left: 50%;
        width: 100%;
        transform: translate(0, 0);
    }
    .rwm {
        right: -110px;
    }
    .kslj_bt {
        zoom: .8;
    }
.banner {
    width: 95%;
    margin: 0 auto;
}
}

@media screen and (max-width: 1100px) {
    .wrap {
        zoom: .56;
    }
    .hygz ul li {
        margin: 10px 16px;
    }
    .hygz ul {
        height: 50px;
        margin-bottom: 20px;
    }
    .sjmt_st {
        min-height: 240px !important;
    }
    .sjmt_st a {
        bottom: -140px !important;
    }
    .sjmt_r ul li {
        height: 219px;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -119px;
    }
}

@media screen and (max-width: 991px) {

    .wrap {
        zoom: .5;
    }
    .zsjy_bt {
        padding: 20px 0px 0px 0px;
    }
    .wp1 {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:980px) {
    .sjmt_bt h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .kslj_bt {
        zoom: .6;
    }
    #kslj_bt {
        margin-left: 110px;
    }
    .homef .flex span {
        margin-top: 26px;
    }
    .homee {
        padding: .65rem 0 .85rem !important;
    }
    .sjmt_l {
        width: 100%;
    }
    .sjmt_r {
        width: 100%;
        margin-top: 20px;
    }
    .sjmt_r ul li {
        height: 370px;
        background-size: 100% !important;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -270px;
    }
    .wp {
        width: 96%;
        padding: 0 .1rem;
    }
    .header {
        display: none
    }
    .headerm {
        display: flex;
    }
    .nypage {
        padding-top: 0
    }
    .banner .baTool {
        bottom: .2rem
    }
    html {
        font-size: 85px!important;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: .8rem
    }
    .rwm {
        right: -146px;
    }
}

@media screen and (max-width:900px) {
    .wrap {
        zoom: .46;
    }
}

@media screen and (max-width:820px) {
    .wrap {
        zoom: .42;
    }
    .bsdt li img {
        margin: 11px 14px;
    }
    #kslj_bt {
        margin-left: 90px;
    }
    .kslj_bt img {
        margin: 10px 30px;
    }
    .rwm {
    top: 15px;
    right: -40px;
    }
}

@media screen and (max-width:780px) {
    .wrap {
        zoom: .36;
    }
    .bsdt li {
        padding: 0 2%;
    }
    .kslj_bt {
        zoom: .5;
    }
    .sjmt_st {
        min-height: 220px !important;
    }
    .sjmt_st a {
        bottom: -120px !important;
    }
    .sjmt_r ul li {
        height: 240px;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -140px;
    }
    .zsjy_bt {
        padding: 20px 0px 0px 0px;
        ;
    }
    .kslj_bt a {
        font-size: 26px;
    }
    .hygz ul li {
        margin: 10px 10px;
    }
}

@media screen and (max-width:660px) {
    .wrap {
        zoom: .34;
    }
    .bsdt li a {
        font-size: 16px !important;
    }
    .bsdt li img {
        margin: 16px 18px;
        zoom: .8;
    }
    .zsjy_bt {
        padding: 20px 0px 0px 0px;
        ;
    }
    .kslj_bt {
        zoom: .5;
    }
    #kslj_bt {
        margin-left: 0px;
    }
    .hygz ul {
        height: 80px;
    }
    .hygz ul li {
        width: 43.7%;
        height: 40px;
        line-height: 40px;
        font-size: .18rem;
    }

}

@media screen and (max-width:640px) {
    .wrap {
        zoom: .3;
    }
    .slick-dots li {
        width: 8px;
    }
    .homea .lists ul:nth-child(1) li .txt {
        top: 2.5rem !important;
    }
    .kslj_bt {
        padding: 0 40px 0 20px;
    }
    .xydt {
        width: 100%;
        margin-bottom: 20px;
    }
    .sjmt_st {
        width: 100% !important;
    }
    .sjmt_st {
        min-height: 310px !important;
    }
    .sjmt_st a {
        bottom: -210px !important;
    }
    .sjmt_bt1 ul li {
        width: 100%;
    }
    .banner .baTool .next {
        top: .03rem
    }
    .headerm .logo img {
        height: .55rem
    }
    html {
        font-size: 78px!important;
    }
    .banner .slide-banner .imgM {
        display: block;
    }
    .banner .slide-banner .imgPc {
        display: none;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: .4rem;
        height: 3px
    }
    .sjmt_st {
        min-height: 300px !important;
    }
    .sjmt_st a {
        bottom: -200px !important;
    }
    .sjmt_r ul li {
        height: 270px;
        background-size: 100% 100% !important;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -170px;
    }
}

@media screen and (max-width:590px) {
    .kslj_bt {
        padding: 0 24px 0 20px;
    }
}

@media screen and (max-width:560px) {
    .wrap {
        zoom: .27;
    }
    .bsdt li img {
        margin: 18px 8px;
        zoom: .8;
    }
    .bsdt li a {
        font-size: 16px !important;
    }
    .kslj_bt {
        padding: 0 30px 0 20px;
        margin: 36px 26px;
    }
    .kslj_bt img {
        margin: 10px 20px;
    }
    .sjmt_st {
        min-height: 250px !important;
    }
    .sjmt_st a {
        bottom: -150px !important;
    }
}

@media screen and (max-width:500px) {
    .wrap {
        zoom: .25;
    }
    .kslj_bt {
        margin: 36px 10px;
    }
    .bsdt li a {
        line-height: 38px;
    }
    .bsdt li img {
        margin: 10px 8px;
        zoom: .8;
    }
    .bsdt li a {
        font-size: 14px !important;
    }
    .sjmt_st {
        min-height: 210px !important;
    }
    .sjmt_st a {
        bottom: -110px !important;
    }
    .sjmt_r ul li {
        height: 190px;
        background-size: 100% 100% !important;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -90px;
    }
}

@media screen and (max-width:480px) {
    .wrap {
        zoom: .22;
    }
    .bsdt li img {
        margin: 10px 30px;
    }
}

@media screen and (max-width:460px) {
    .wrap {
        zoom: .2;
    }
    .kslj_bt {
        zoom: .45;
    }
    .hygz ul li {
        width: 92%;
    }
    .sjmt_r ul li {
        height: 210px;
        background-size: 100% 100% !important;
    }
    .sjmt_r .sjmt_bt a {
        bottom: -110px;
    }
}

@media screen and (max-width:430px) {
    .kslj_bt img {
        margin: 10px 15px;
    }
    .bsdt li img {
        margin: 10px 20px !important;
    }
}

@media screen and (max-width:410px) {
    .hygz ul {
        height: 145px;
    }
}

@media screen and (max-width:400px) {
    .bsdt li img {
        margin: 10px 20px;
    }
    html {
        font-size: 72px!important;
    }
    .kslj_bt {
        zoom: .4;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 68px!important;
    }
    .menu-btn {
        margin-left: 10px
    }
    .headerm .logo img {
        height: 30px
    }
}

.footer {
    background: url(../images/ftbg.jpg) no-repeat center;
    background-size: cover;
}

.footer .fta {
    padding: .40rem 0;
    color: #fff;
    font-size: .15rem
}

.footer .fta .ftinfo {
    padding-left: .3rem;
    margin-left: .3rem;
    position: relative;
}

.footer .fta .ftinfo p {
    padding: .03rem 0
}

.footer .fta .ftinfo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .5rem;
    background: rgba(255, 255, 255, .4);
}

.footer .fta .aright {
    padding-top: 0
}

.footer .fta .aright a {
    font-size: .7rem;
    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: rgba(0, 0, 0, .5);
    padding: .15rem 0;
    color: #beb1ab;
    font-size: .14rem
}

.footer .ftb a {
    color: #beb1ab;
}

.footer .ftb a:hover {
    color: #ddd;
}

.footer .ftb img {
    height: .25rem;
    display: inline-block;
    ;
    vertical-align: -.07rem
}

.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;
    }
    .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
    }
.wrap .content li a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
}

@media screen and (max-width:640px) {
    .footer .fta {
        font-size: .16rem;
    }
    .footer .fta .aleft a {
        margin-bottom: .1rem;
        display: inline-block;
    }
.banner {
    width: 100%;
}
}

.topser .serpc {
    display: none;
    position: absolute;
    ;
    width: 3rem;
    height: .5rem;
    padding: .05rem 0;
    top: .35rem;
    right: -.32rem;
    z-index: 66;
    background: transparent;
    border-radius: .5rem
}

.topser .inp {
    width: calc(100% - .3rem);
    height: .4rem;
    line-height: .4rem;
    padding: 0 .4rem 0 .15rem;
    font-size: .14rem;
    color: #444;
    background: none;
    border: 1px solid #eee;
    border-radius: .4rem;
    background: #fff
}

.topser .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: .35rem;
    top: 0;
    height: .4rem;
    width: .4rem;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    color: #8f0e16;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: .2rem .2rem
}

.topser .close {
    position: absolute;
    right: 0;
    width: .2rem;
    height: .2rem;
    top: 50%;
    margin-top: -.12rem;
    transition: 0.5s;
    font-size: .2rem;
    color: #fff;
    ;
    cursor: pointer;
}

.sermob {
    position: fixed;
    ;
    width: 100%;
    padding: 10px;
    top: 60px;
    right: 0;
    z-index: 66;
    background: #fff;
    display: none
}

.sermob .inp {
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: none;
    border: 1px solid #eee;
}

.sermob .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.sermob .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .sermob {
        top: 55px;
    }
.wrap .content li a p {
    font-size: 12px;}
}


/*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) {}