@charset "utf-8";.loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998
}

.loader .loaders {
    background: #ba0714;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    border-radius: 100%;
    animation-fill-mode: both;
    animation: ball-scale 1s 0s ease-in-out infinite
}

@keyframes ball-scale {
    0% {
        transform: scale(0)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@font-face {
    font-family: "cam";
    font-weight: normal;
    src:  format("woff");
    font-display: swap
}

.cam {
    font-family: "cam"
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    margin: 0;
    padding: 0;
    border: 0
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333
}

a:hover {
    color: #ba0714
}

button {
    user-select: none
}

img:not([src]),img[] {
    opacity: 0
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

ul,ol {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,select,button,textarea {
    font-size: 100%;
    font: inherit
}

hr {
    height: 0;
    border: none;
    border-top: 1px 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
}

body {
    color: #333;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem;
    font-family: microsoft yahei, -apple-system, blinkmacsystemfont, "pingfang sc", arial, helvetica neue, "helvetica neue", "open sans", "hiragino sans gb", sans-serif
}

select::-ms-expand {
    display: none
}

i,em {
    font-style: 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: .5;
    font-size: inherit
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

select::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

::-webkit-input-placeholder {
    color: #999;
    font-size: inherit
}

input:-ms-input-placeholder {
    color: #999;
    font-size: inherit
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: #ba0714;
    border-radius: 5px
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block\0
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block\0
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: block\0
}

.line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: block\0
}

.line6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: block\0
}

.line8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: block\0
}

.zi2 {
    position: relative;
    z-index: 2
}

.zi5 {
    position: relative;
    z-index: 5
}

.check:checked,.check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked label,.check:not(:checked) label {
    position: relative;
    display: inline-block;
    height: 16px;
    cursor: pointer;
    padding-left: 24px;
    line-height: 18px
}

.check label:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    top: 5px;
    left: 5px;
    content: ""
}

.check label:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    content: "";
    background: #fff;
    border: 1px solid #888
}

.check:checked label:after {
    background: #ba0714
}

.check:checked label:before {
    border-color: #ba0714
}

.radio:checked label,.radio:not(:checked) label {
    position: relative;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 24px
}

.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 #ba0714
}

.radio:checked label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ba0714;
    top: 4px;
    left: 5px
}

.imgbox {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.imgbox .img {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background: #eee
}

.imgbox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}

.imgbox img {
    display: none\0
}

.none {
    display: none
}

.overhide {
    overflow: hidden
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.fl {
    float: left
}

.fr {
    float: right
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700
}

.text-light {
    font-weight: 100
}

.text-upper {
    text-transform: uppercase
}

.text-lower {
    text-transform: lowercase
}

.text-ver {
    writing-mode: tr-lr;
    writing-mode: vertical-lr
}

.bgbox {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.aburl {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0)
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexc {
    align-items: center
}

.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
}

.scbox {
    overflow-y: auto
}

.scbox::-webkit-scrollbar {
    width: 4px;
    display: block
}

.scbox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ba0714
}

.aline_w {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.alin_w:hover .aline_w {
    background-size: 100% 1px;
    color: #fff
}

.aline_w:hover {
    background-size: 100% 1px
}

.aline_r {
    position: relative;
    background-image: linear-gradient(#203e6e, #203e6e);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: #203e6e
}

.aline_r:hover {
    background-size: 100% 1px
}

.compensate-for-scrollbar {
    margin-right: 0!important
}

@keyframes sca {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@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)
    }
}

.wp {
    max-width: 14.6rem;
    margin: 0 auto;
    width: 96%
}

.wpa {
    width: 94%;
    margin: 0 auto;
    max-width: 17.5rem
}

.transimg {
    display: block;
    overflow: hidden
}

.transimg img {
    transition: .5s
}

@media screen and (min-width: 1201px) {
    .imgbox.trans:hover .img {
        -webkit-transform: scale(1.05)
    }

    .imgbox.trans:hover img {
        -webkit-transform: scale(1.05)
    }

    .a:hover .imgbox.trans .img {
        -webkit-transform: scale(1.05)
    }

    .a:hover .imgbox.trans img {
        -webkit-transform: scale(1.05)
    }

    .transimg:hover img {
        -webkit-transform: scale(1.05)
    }

    .a:hover .transimg img {
        -webkit-transform: scale(1.05)
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 95px!important
    }

    .wp {
        width: 94%
    }
}

@media (max-width: 900px) {
    html {
        font-size: 90px!important
    }
}

@media (max-width: 750px) {
    html {
        font-size: 85px!important
    }

    .wp {
        width: 90%
    }
}

@media (max-width: 540px) {
    html {
        font-size: 80px!important
    }

    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal
    }
}

@media (max-width: 360px) {
    html {
        font-size: 75px!important
    }
}

.swiper-dots {
    position: absolute;
    z-index: 5;
    text-align: center
}

.swiper-dots span.active {
    opacity: 1
}

.swiper-btn a {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 5
}

.swiper-btn a.prev {
    left: 10px
}

.swiper-btn a.next {
    right: 10px
}

.swiper-container {
    margin: 0
}

.totop {
    position: fixed;
    z-index: 90;
    bottom: .3rem;
    right: .1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    width: .46rem;
    height: .46rem;
    line-height: .46rem;
    background: #ba0714;
    overflow: hidden;
    border-radius: 50%;
    display: none
}

.totop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0
}

.ser-layer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    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;
    backdrop-filter: blur(5px)
}

.ser-layer.showdiv {
    opacity: 1;
    visibility: visible
}

.ser-layer .serclose {
    font-size: .3rem;
    position: absolute;
    right: .3rem;
    top: .25rem;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    cursor: pointer;
    color: #ccc
}

.ser-layer .serform {
    width: 90%;
    margin: 0 auto;
    margin: 0\0;
    transform: translatey(1.5rem);
    transition: .2s .1s
}

.ser-layer.showdiv .serform {
    transform: translatey(0);
    transition: .5s .3s
}

.ser-layer .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto
}

.ser-layer .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .9rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0
}

.ser-layer .serform .input-group .sub:before {
    content: '';
    background: #ba0714;
    transform: skewx(-12deg);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    right: -6px;
    transform-origin: left bottom
}

.ser-layer .serform .input-group .sub:after {
    content: '';
    background: url(/uploads/image/timages/ser.svg) no-repeat .35rem center;
    background-size: .26rem .26rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0
}

.ser-layer .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .15rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px
}

@media (max-width: 640px) {
    .ser-layer .serclose {
        right: 4%;
        top: .2rem
    }
}

.popcode {
    position: relative;
    z-index: 10
}

.popcode span {
    width: 1.2rem;
    position: absolute;
    bottom: calc(100%   15px);
    left: 50%;
    z-index: 5;
    background: #fff;
    transform: translatex(-50%);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 10;
    display: flex;
    text-align: center;
    font-size: .14rem;
    color: #444
}

.popcode span:before {
    content: '';
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translatex(-50%)
}

.popcode span img {
    width: 100%
}

.popcode:hover span {
    opacity: 1;
    visibility: visible
}

.popcode.sp span {
    width: 2.2rem;
    padding-bottom: 8px
}

.popcode em {
    width: 1.1rem;
    position: absolute;
    top: calc(100%   15px);
    left: 50%;
    z-index: 5;
    background: #fff;
    transform: translatex(-50%);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 10
}

.popcode em:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translatex(-50%)
}

.popcode em img {
    width: 100%
}

.popcode:hover em {
    opacity: 1;
    visibility: visible
}

.header @media (max-width: 1024px) {
    .popcode span {
        left: 50%;
        transform: translatex(-50%) translatey(0);
        top: calc(100%   15px)
    }

    .popcode span:before {
        border-right-color: transparent;
        border-bottom-color: #fff;
        top: auto;
        right: 50%;
        transform: translatey(0) translatex(50%);
        bottom: 100%
    }
}

.header .navbtn {
    width: .36rem;
    transition: .3s;
    z-index: 5;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: none
}

.menu-btn {
    overflow: hidden;
    width: .36rem;
    height: .36rem;
    background: 0 0;
    opacity: 1;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
    left: 0
}

.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3 {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: .36rem;
    height: 2px;
    background: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color;
    margin-top: -1px
}

.menu-btn .line-1 {
    margin-top: -.1rem;
    width: .3rem
}

.menu-btn .line-3 {
    margin-top: .08rem;
    width: .3rem
}

body.navshow .menu-btn .line-1 {
    visibility: hidden
}

body.navshow .menu-btn .line-2 {
    margin-top: -1px!important;
    width: 90%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.navshow .menu-btn .line-3 {
    margin-top: -1px!important;
    width: 90%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: .2rem 0;
    transition: .3s;
    background: #be0217
}

.header .wp {
    align-items: center;
    transition: .3s
}

.header .logo img {
    height: .67rem
}
.header .topnav{margin-top:30px;}
.header .topnav ul {
    align-items: center;
}

.header .topnav ul li {
    font-size: .18rem;
    position: relative;
    padding: 0 0.28rem;
    transition: .3s
}

.header .topnav ul li i.plus {
    position: absolute;
    right: 0;
    top: .15rem;
    color: #fff;
    display: block;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    display: none
}

.header .topnav ul li>a {
    color: #fff;
    display: block;
    position: relative
}

.header .topnav ul li.on>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    bottom: -.1rem
}

.header .topnav ul li.on>a {
    font-weight: bold
}

.header .topnav ul li .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .3rem;
    min-width: 1.5rem;
    transform: translatex(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.header .topnav ul li .sub-nav .sub-nav-h {
    position: relative;
    background: #fff;
    padding: .2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff
}

.header .topnav ul li .sub-nav .sub-nav-h:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ba0714;
    display: none
}

.header .topnav ul li .sub-nav .sub-nav-h a {
    display: block;
    font-size: .16rem;
    padding: 0 .1rem;
    white-space: nowrap;
    line-height: .35rem;
    text-align: center
}

.header .topnav ul li .sub-nav .sub-nav-h a:hover {
    color: #ba0714
}

.header .topnav ul li .sub-nav .sub-nav-h:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
    bottom: 100%
}

.header .topnav ul li:hover .sub-nav {
    opacity: 1;
    visibility: inherit
}

.header .topnav .topser:before {
    content: '';
    width: 1px;
    height: .24rem;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: -.02rem;
    top: 50%;
    margin-top: -.12rem
}

.header .topnav .topser a {
    font-size: .26rem
}

.header .topnav::-webkit-scrollbar {
    display: none
}

body {
    padding-top: 1rem
}

@media (max-width: 1200px) {
    .header .topnav ul li {
        padding: 0.15rem;
    }
}

@media (max-width: 1050px) {
    .header .topnav ul li {
        padding: 0.13rem;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: .76rem
    }

    .header {
        padding: .15rem 0;
        border-bottom: 0
    }

    .topser{
        text-align: center;
    }

    .header .topnav .topser:before {
        display: none
    }

    .header .topnav {
        position: fixed;
        top: .8rem;
        right: -100%;
        height: calc(100vh - 1.5rem);
        z-index: 50;
        display: block;
        width: 100vw;
        padding: 0 5%;
        overflow: auto;
        text-align: left
    }

    .header .topnav ul {
        display: block;
        margin-right: 0;
        padding: 0 .2rem
    }

    .header .topnav ul li {
        margin-left: 0;
        padding: .15rem 0
    }

    .header .topnav ul li:after {
        bottom: 0;
        height: 2px
    }

    .header .topnav .btn {
        display: inline-block
    }

    .header .navbtn {
        display: block
    }

    .header .logo img {
        height: .4rem
    }

    .header .logo a {
        font-size: .2rem
    }

    .scrolling .header .topnav ul li:after {
        bottom: 0
    }

    .header .topnavt {
        justify-content: center
    }

    .navshow .header .wp {
        border-bottom: 0
    }

    .navshow .header .topnav {
        right: 0;
        transition: .5s
    }

    .navshow .header {
        backdrop-filter: blur(5px);
        bottom: 0
    }

    .navshow #app {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99999;
    }

    .header .topnav ul li i.plus {
        display: block
    }

    .header .topnav ul li .sub-nav {
        position: static;
        transform: translatex(0);
        opacity: 1;
        visibility: visible;
        transition: none;
        display: none;
        min-width: inherit
    }

    .header .topnav ul li .sub-nav .sub-nav-h:before,.header .topnav ul li .sub-nav .sub-nav-h:after {
        display: none
    }

    .header .topnav ul li .sub-nav .sub-nav-h {
        text-align: left;
        background: transparent;
        box-shadow: none;
        padding-bottom: 0
    }

    .header .topnav ul li .sub-nav .sub-nav-h a {
        background: transparent;
        font-size: .16rem;
        text-align: left;
        color: #fff
    }

    .header .topnav ul li .sub-nav .sub-nav-h a:hover {
        background: transparent;
        color: #e20c1b;
    }

    .header .topnav ul li>a {
        font-size: .19rem
    }

    .header .topnav ul li .sub-nav .sub-nav-h {
        padding: .2rem 0 0
    }

    .header .topnav ul li.on>a:after {
        display: none
    }

    .header .topnavt span a {
        line-height: .38rem
    }

    .header .topnav .topser .inp {
        line-height: .38rem;
        width: 2.5rem;
        height: .38rem
    }

    .header .topnav .topser .sub {
        width: .4rem;
        line-height: .38rem;
        font-size: .24rem
    }
}

@media (max-width: 640px) {
    .header .topnav .topser {
        margin-left: 0
    }

    .header .logo img {
        height: .25rem;
    }

    .header .logo a {
        font-size: .16rem
    }

    body {
        padding-top: .66rem
    }

    .header .topnav ul li .sub-nav {
        padding-top: 0
    }

    .header .topnav ul li .sub-nav .sub-nav-h a {
        font-size: .18rem
    }

    .header .topnav ul li .sub-nav .sub-nav-h .img {
        display: none
    }

    .header .topnav ul li .sub-nav .sub-nav-h .list {
        margin-right: 0;
        width: 100%
    }

    .header .topnav ul li .sub-nav .sub-nav-h .list span {
        width: 33.33333%;
        text-align: center;
        margin-right: 0
    }
}

@media (max-width: 375px) {
    .header .logo img {
        height: .22rem;
    }
}

@media (max-width: 350px) {
    .header .logo img {
        height: .3rem;
    }

    body {
        padding-top: .6rem
    }

    .header .topnav {
        top: .62rem
    }
}

.footer {
    background: url(/uploads/image/timages/ftbg.jpg) no-repeat top center;
    color: #fff;
    padding: .4rem 0 .4rem;
    position: relative;
    background-size: cover;
    font-size: .16rem
}

.footer .txt {
    margin-right: .6rem
}

.footer .txt1 p span {
    position: relative;
    display: inline-block;
    padding: 3px 0;
    padding-left: .25rem
}

.footer .txt1 p span img {
    position: absolute;
    width: .2rem;
    top: .04rem;
    left: 0
}

.footer .txt p span span {
    margin-left: .2rem
}

.footer .txt a {
    color: #fff
}

.footer .txt .url a {
    text-decoration: underline;
    background: url(/uploads/image/timages/link.png) no-repeat left center;
    padding-left: .28rem
}

.footer .txt p p {
    margin-top: .15rem
}

.footer .codes a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: .18rem;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: .1rem .3rem
}

.footer .codes a a {
    margin-left: .35rem
}

.footer .codes a i {
    font-size: .3rem;
    margin-right: .1rem
}

@media (max-width: 1024px) {
    .footer .codes {
        width: 100%;
        margin-top: .3rem
    }
}

@media (max-width: 900px) {
    .footer .codes {
        justify-content: center
    }

    .footer .txt {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .footer .infos .txt:nth-child(1) {
        margin-bottom: .2rem
    }

    .footer .logoft img {
        height: auto
    }

    .footer .logoft {
        text-align: center
    }
}

@media (max-width: 480px) {
    .footer .codes a {
        padding: .1rem .2rem
    }

    .footer .codes a a {
        margin-left: .2rem
    }
}

@media (max-width: 360px) {
    .footer .codes a {
        padding: .1rem .15rem
    }

    .footer .codes a a {
        margin-left: .1rem
    }
}
.header .topnav ul li i.plus.show {
    transform: rotate(-180deg);
}
.wzsy {
     position: absolute;
    width: 100px;
    margin-left: -28px;
    margin-top: -28px;
}

.wzsy a {
    font-size: .16rem!important;
    color: #fff;
}