@charset "utf-8";#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 100000000
}

body {
    background: #fff
}
.tit3 h3 img {
    height: .91rem;
}
@media(max-width: 1800px){
    .header .topnav ul li{ margin-left: 1.5vw;}
}
* {
    box-sizing: border-box
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
ul.list2.list2s {
    min-height: 3rem;
}
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 !important;!i;!;
    color: #333333
}

a:hover {
    color: #b1050e
}

.trans {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

button {
    user-select: none
}

img:not([src]),img[src=""] {
    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: Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", Microsoft YaHei, 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: 0;
    height: 4px
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: #b1050e;
    border-radius: 5px
}

.w100 {
    width: 100%
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 1.25
}

.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
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.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: #b1050e
}

.check:checked+label:before {
    border-color: #b1050e
}

.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 #b1050e
}

.radio:checked+label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b1050e;
    top: 4px;
    left: 5px
}

.imgBox {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.imgBox .img,.imgBox .imgLi {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important
}

.imgBox .img,.imgBox .imgLi {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background: #eee
}

.imgBox img,.imgBox video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}

.ieFiximg img {
    opacity: 0\0;
    transition: .5s
}

.ieFiximg .imgbg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .3s
}

.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;
    flex-wrap: wrap
}

.flexjs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flexc {
    display: flex;
    flex-wrap: wrap;
    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: #b1050e
}

.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)
    }
}

@keyframes roted1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.wp {
    max-width: 16rem;
    margin: 0 auto;
    width: 94%
}

.transImg {
    display: block;
    overflow: hidden
}

.transImg img {
    transition: .5s
}

@media screen and (min-width: 1201px) {
    .ieFiximg.trans:hover img {
        -webkit-transform: scale(1.1)
    }

    .imgBox.trans:hover img {
        -webkit-transform: scale(1.05)
    }

    .a:hover .imgBox.trans img {
        -webkit-transform: scale(1.05)
    }

    .a:hover .ieFiximg.trans img {
        -webkit-transform: scale(1.1)
    }

    .transImg:hover img {
        -webkit-transform: scale(1.05)
    }

    .a:hover .transImg img {
        -webkit-transform: scale(1.05)
    }
}

@media (max-width: 1024px) {

    .wp {
        padding: 0 15px;
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1024px) {
ul.list2.list2s{    min-height: auto;}
    .header .wp {
        max-width: 94%;
        padding: 0
    }

    .wp {
        padding: 0 .7rem
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 85px!important
    }

    .wp {
        padding: 0 15px
    }
.tit3 img{height: .5rem !important;!i;!;}
}

@media screen and (max-width: 640px) {
    html {
        font-size: 85px!important
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 85px!important
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 85px!important
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 70px!important
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 65px!important
    }
}

.arc-con {
    line-height: 2;
    color: #111f2d;
    text-align: justify
}

.arc-con img {
    max-width: 100%;
    margin: .2rem auto .2rem -2em;
    height: auto !important
}

.arc-con img.spimg {
    max-width: inherit
}

.arc-con p {
    /* margin-bottom: .2rem; */
    font-size: 0.175rem;
    text-indent: 2em
}

.arc-con p:last-child {
    margin-bottom: 0
}

.arc-con table {
    border: 1px solid #eee;

    margin-left: 0!important;
    width: 100%;
    background: #fff
}

.arc-con table tr th,.arc-con table tr td {
    border: 1px solid #eee!important;
    padding: 15px !important;
    text-align: center;
    width: auto !important
}

.arc-con table tr th {
    background: #bdbdbd;
    color: #fff
}

.arc-con table tr th,.arc-con table tr td {
    border: 1px solid #eee!important;
    padding: 15px !important;
    text-align: center;
    width: auto !important
}

.arc-con table tr th p,.arc-con table tr td p {
    text-indent: 0 !important;
    font-size: .16rem !important;
    line-height: 1.65 !important
}

.h4s1 {
    font-size: .2rem;
    color: #333333;
    line-height: 1.25;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.h4s2 {
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    max-height: calc(.3rem*2)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  
}

.h4s3 {
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    max-height: calc(.3rem*3)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.h5s1 {
    font-size: .2rem;
    color: #2a98ff;
    margin-bottom: .15rem;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.h6s1 {
    font-size: .18rem;
    color: #999;
    line-height: 1.25;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: .01rem
}

.ps1 {
    font-size: .18rem;
    color: #666;
    line-height: 1.25;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ps2 {
    font-size: .18rem;
    color: #666;
    line-height: .28rem;
    max-height: calc(.28rem*2)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ps3 {
    font-size: .18rem;
    color: #666;
    line-height: .28rem;
    max-height: calc(.28rem*3)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ps4 {
    font-size: .18rem;
    color: #666;
    line-height: .28rem;
    max-height: calc(.28rem*4)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

h4,h5,h6 {
    font-weight: normal
}

.bd_li {
    transition: .5s
}

@font-face {
    font-family: '方正清刻本悦宋简体';

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    transition: .3s;
    width: 100%;
    max-width: 100vw;
    background: #af090b
}

.header .wp {
    transition: .3s;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 0 1.4rem 0 1rem;
    height: 1.46rem
}

.header .logo {
    position: relative;
    width: 4.52rem;
    max-width: 27%;
    padding: .16rem 0
}

.header .logo img {
    transition: .3s
}

.header .navbtn {
    width: .36rem;
    transition: .3s;
    z-index: 5;
    text-align: center;
    position: relative;
    cursor: pointer
}

.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
}

.navBtnm {
    display: none
}

.navBtnm .topser {
    margin: 0 .2rem 0 0
}

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)
}

.ser-layer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    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;
    text-align: center;
    line-height: .3rem;
    cursor: pointer;
    color: #fff;
    font-family: 'lib'
}

.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: .8rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0
}

.ser-layer .serform .input-group .sub:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    background: url(../images/ser.png) no-repeat 0.35rem center;
    background-size: .23rem .22rem
}

.ser-layer .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .2rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px
}

@media (max-width: 640px) {
    .ser-layer .serclose {
        right: 4%;
        top: .2rem
    }
}

.header .topr {
    flex-direction: column;
    align-items: flex-end;
    padding: 0
}

.header .topnav {
    margin: .18rem 0 0
}

.header .topnav ul {
    align-items: center
}

.header .topnav ul li {
    margin-left: .22rem;
    font-size: .2rem;
    position: relative;
    transition: .3s
}

.header .topnav ul li>a {
    color: #ffedb6
}

.header .topnav ul li i.plus {
    position: absolute;
    right: 0;
    top: .15rem;
    color: #999;
    display: block;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    display: none;
    transition: .3s
}

.header .topnav ul li i.plus.show {
    transform: rotate(180deg)
}

.header .topnav ul li .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .25rem;
    min-width: 1.5rem;
    transform: scaleY(0) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform-origin: top center
}

.header .topnav ul li .sub-nav .sub-nav-h {
    position: relative;
    padding: .2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #af090b;
    border-radius: 0 0 5px 5px
}

.header .topnav ul li .sub-nav .sub-nav-h:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffedb6
}

.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;
    color: #ffedb6;
    transition: .5s
}

.header .topnav ul li .sub-nav .sub-nav-h a:hover {
    color: #fff;
}

.toplink {
    align-items: center
}

.toplink ul {
    align-items: center
}

.toplink ul li {
    margin: 0 0 0 .3rem;
    position: relative
}

.toplink ul li .a {
    font-size: .18rem;
    color: #e78789;
    line-height: 1.25
}

.toplink ul li .a img {
    height: .19rem;
    margin: 0 .1rem 0 0
}

.toplink ul li:first-child {
    margin-left: 0
}

.toplink ul li {
    margin: 0 0 0 .4rem
}

.toplink ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: .16rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .6);
    left: -.2rem
}

.toplink ul li:first-child:before {
    display: none
}

.topser {
    margin: 0 0 0 .25rem
}

.topser a,.lan a {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: rgba(255, 255, 255, .7)
}

.topser a img,.lan a img {
    margin: 0;
    height: .26rem
}

.lan {
    margin: 0 0 0 3vw
}

.header.on {
    transform: translateY(-101%);
    opacity: 0
}

.header.on.on1 {
    transform: translateY(0);
    opacity: 1
}

.header.on.on1:before {
    opacity: .7;
    height: 2rem
}

#openBtn {
    cursor: pointer;
    display: flex;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: .8rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    transform: translateY(-50%)
}

#openBtn .lcbody {
    width: .32rem;
    height: .28rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

#openBtn .lcbody .lcitem {
    width: 100%;
    height: .03rem;
    position: absolute;
    transition: transform 0.36s ease;
    left: 0;
    border-radius: 50vw
}

#openBtn .lcbody .lcitem:nth-child(1),#openBtn .lcbody .lcitem:nth-child(3) {
    width: 100%
}

#openBtn .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #ffedb6;
    border-radius: 0
}

#openBtn .lcbody .top {
    top: 0
}

#openBtn .lcbody .center {
    display: block;
    top: 50%;
    margin-top: -1px
}

#openBtn .lcbody .bottom {
    bottom: 0
}

#openBtn .lcbody:hover .lcitem.top .rect {
    animation: move 0.4s ease-in-out 1
}

#openBtn .lcbody:hover .lcitem.center .rect {
    animation: move 0.4s ease-in-out 0.1s 1
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
    animation: move 0.4s ease-in-out 0.2s 1
}

.active#openBtn .lcitem.top {
    transform: rotateZ(45deg);
    top: 49%
}

.active#openBtn .lcitem.center {
    opacity: 0
}

.active#openBtn .lcitem.bottom {
    transform: rotateZ(-45deg);
    top: 49%
}

@keyframes move {
    0% {
        right: 0
    }

    40% {
        right: 0;
        width: 0
    }

    60% {
        right: auto;
        width: 0%
    }

    100% {
        right: auto;
        width: 100%
    }
}

.site-menu {
    position: fixed;
    z-index: 100000000000000;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    clip-path: none;
    transition: opacity 0s .92s, visibility 0s .92s
}

.site-menu-close {
    font-size: .3rem;
    position: absolute;
    right: .3rem;
    top: .25rem;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: 'lib';
    z-index: 10;
    opacity: 0;
    transform: translateY(10px);
    transition: .5s
}

.site-menu-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 .2rem;
    background: #af090b;
    background-size: cover;
    backdrop-filter: blur(10px)
}

.site-menu-main {
    flex: auto;
    height: 100%;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1s .2s cubic-bezier(0.77, 0, 0.175, 1)
}

.site-menu-main .ul {
    max-width: 19rem;
    width: 94%
}

.site-menu-main .toplink {
    display: none
}

.site-menu.site-menu-is-open {
    opacity: 1;
    visibility: visible;
    clip-path: none;
    transition: opacity 0s, visibility 0s
}

.site-menu-is-open .site-menu-close {
    transform: translateY(0);
    opacity: 1
}

.site-menu.site-menu-is-open .site-menu-main {
    transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
    clip-path: inset(0 0 0 0)
}

.site-menu-main .ul li {
    transform: translateY(.2rem);
    opacity: 0;
    transition: 1s;
    padding: 1vw 1vw;
    flex: auto;
    text-align: center
}

.site-menu-main .ul li>a {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .3rem;
    display: block
}

.site-menu-main .ul li i {
    display: none
}

.site-menu-main .ul li .sub-nav a {
    font-size: .16rem;
    color: rgba(255, 255, 255, .5);
    line-height: 2;
    margin: .05rem 0;
    display: block;
    transition: .5s
}

.site-menu-main .ul li .sub-nav a:hover {
    color: #fff
}

.site-menu-main .ul li:nth-child(1) {
    transition-delay: .2s
}

.site-menu-main .ul li:nth-child(2) {
    transition-delay: .3s
}

.site-menu-main .ul li:nth-child(3) {
    transition-delay: .4s
}

.site-menu-main .ul li:nth-child(4) {
    transition-delay: .5s
}

.site-menu-main .ul li:nth-child(5) {
    transition-delay: .6s
}

.site-menu-main .ul li:nth-child(6) {
    transition-delay: .7s
}

.site-menu-main .ul li:nth-child(7) {
    transition-delay: .8s
}

.site-menu-main .ul li:nth-child(8) {
    transition-delay: .9s
}

.site-menu-main .ul li:nth-child(9) {
    transition-delay: 1s
}

.site-menu-main .ul li:nth-child(10) {
    transition-delay: 1.1s
}

.site-menu-main .ul li:nth-child(11) {
    transition-delay: 1.2s
}

.site-menu-main .ul li:nth-child(12) {
    transition-delay: 1.3s
}

.site-menu-main .ul li:nth-child(13) {
    transition-delay: 1.4s
}

.site-menu-is-open .site-menu-main .ul li {
    opacity: 1;
    transform: translateY(0)
}

.ser-layer1 {
    position: relative;
    margin: 0 0 0 .32rem
}

.ser-layer1 .serform {
    width: 100%;
    margin: 0 auto
}

.ser-layer1 .serform .input-group {
    width: 2.54rem;
    margin: 0 auto
}

.ser-layer1 .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .45rem;
    height: 100%;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0
}

.ser-layer1 .serform .input-group .sub:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    background: url(../images/ser.png) center no-repeat;
    background-size: .18rem
}

.ser-layer1 .serform .input-group .inp {
    height: .4rem;
    border-radius: 0;
    width: 100%;
    background: #fff;
    padding: 0 .9rem 0 .2rem;
    text-align: center;
    font-size: .18rem
}

@media(min-width: 1024px) {
    .a:hover h4 {
        color: #af090b;
        font-weight: 600
    }

    .header .topnav ul li:hover .sub-nav {
        opacity: 1;
        visibility: inherit;
        transform: scaleY(1) translateX(-50%)
    }
}

@media(max-width: 1024px) {
    .header1 {
        opacity: 1 !important;
        visibility: visible !important
    }

    .header2 {
        opacity: 0 !important;
        visibility: hidden !important
    }

    .header:before {
        height: 1rem
    }

    .header.on.on1:before {
        height: 1rem
    }

    .header .bg_logo {
        display: none
    }

    .header .topr {
        position: fixed;
        top: 1rem;
        transform: translateX(101%);
        height: calc(100vh - 1.8rem);
        z-index: 50;
        display: block;
        width: 100%;
        padding: 0 5%;
        overflow: auto;
        text-align: left;
        margin-top: 0;
        left: 0
    }

    .header .topnav .wp {
        width: 100%
    }

    .header .topnav ul {
        display: block;
        margin-right: 0;
        background: transparent
    }

    .header .topnav ul li {
        margin-left: 0;
        padding: .15rem 0
    }

    .header .topnav ul li:after {
        bottom: 0;
        height: 2px
    }

    .header .topnav ul li+li:before {
        display: none
    }

    .header .topnav .btn {
        display: inline-block
    }

    .header .navbtn {
        display: block
    }

    .header .wp {
        align-items: center;
        padding: 0 .9rem 0 15px;
        height: .7rem
    }

    .navShow .header .topr {
        transition: .5s;
        transform: translateX(0)
    }

    .navShow .header {
        background: rgba(163, 72, 133, .8);
        backdrop-filter: blur(15px);
        bottom: 0
    }

    .header .topnav ul li i.plus {
        display: block;
        font-size: .16rem;
        color: #fff
    }

    .header .topnav ul li .sub-nav {
        position: static;
        transform: translateX(0);
        padding-top: .15rem;
        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;
        padding: 0
    }

    .header .topnav ul li .sub-nav .sub-nav-h a {
        background: transparent;
        font-size: .18rem;
        text-align: left;
        color: rgba(255, 255, 255, .8);
        padding: .05rem .1rem .05rem .15rem;
        border: 0
    }

    .header .topnav ul li .sub-nav .sub-nav-h a:hover {
        background: transparent;
        color: #fff
    }

    .header .topnav ul li .sub-nav .sub-nav-h a:after {
        display: none
    }

    .header .topnav ul li .sub-nav .sub-nav-h a:before {
        top: 50%;
        margin-top: -5px
    }

    .navShow .toplink ul li {
        margin: 0;
        min-width: 25%;
        text-align: center;
        line-height: 2
    }

    .navBtnm {
        display: flex
    }

    .site-menu-main .ul li>a {
        margin-bottom: .1rem;
        font-size: .2rem
    }

    .site-menu-main .ul li .sub-nav .sub-nav-h {
        display: flex;
        flex-wrap: wrap
    }

    .site-menu-main .ul li .sub-nav a {
        min-width: 33.33%;
        margin: 0
    }

    .navBtnm .topser {
        display: block;
        margin: 0
    }

    .header .logo {
        max-width: 40%;
        width: 2rem
    }

    #openBtn {
        width: .6rem;
        height: .5rem;
        padding: 0
    }

    #openBtn .lcbody {
        width: .3rem;
        height: .2rem
    }

    #openBtn .lcbody .lcitem {
        height: 1px
    }

    #openBtn .lcbody .center {
        margin-top: -.5px
    }

    .header {
        padding: 0
    }

    .site-menu-main .ul li {
        width: 100%;
        padding: 0;
        margin-bottom: .3rem;
        text-align: left
    }

    .site-menu-main .ul {
        overflow: hidden;
        overflow-y: scroll;
        flex: 1;
        margin: 0
    }

    .site-menu-close {
        top: 15px;
        right: 15px
    }

    .site-menu-main .toplink {
        display: flex;
        margin: .7rem 0 .2rem;
        justify-content: center;
        align-items: center
    }

    .toplink ul {
        justify-content: center;
        margin: 0 0 .2rem
    }

    .toplink ul li {
        margin: 0;
        min-width: 20%;
        text-align: center;
        line-height: 2;
        padding: 0 .05rem
    }

    .toplink ul li:before {
        display: none
    }

    .toplink ul li:last-child {
        margin: 0
    }
}

@media(max-width: 800px) {
    .header .logo {
        max-width: 56%;
        width: 2.5rem;
        margin: -.05rem 0 0
    }

    .topser a img,.lan a img {
        height: .2rem
    }

    .toplink ul li .a {
        font-size: .14rem;
        align-items: center
    }
}

@media(max-width: 800px) {
    .h4s0 {
        font-size: .18rem !important;
        line-height: .3rem !important
    }

    .h4s1 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .3rem\0 !important
    }

    .h4s2 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .6rem\0 !important
    }

    .h4s3 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .9rem\0 !important
    }

    .ps0 {
        font-size: .16rem !important;
        line-height: .26rem !important
    }

    .ps1 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .26rem\0 !important
    }

    .ps2 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .52rem\0 !important
    }

    .ps3 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .78rem\0 !important
    }

    .ps4 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: 1.04rem\0 !important
    }

    .ps5 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: 1.3rem\0 !important
    }

    .arc-con,.arc-con p {
        font-size: .16rem
    }
}

@font-face {
    font-family: "阿里妈妈数黑体 Bold";
    font-weight: 700;

    font-display: swap
}

.piaofu {
    position: fixed;
    right: .1rem;
    top: 50%;
    margin: -2.5rem 0 0;
    z-index: 1000;
    text-align: center;
    /* display: none; */
}
.piaofu .close{position: absolute;top: -.3rem;right: 0;font-size: .22rem;transition: .5s;cursor: pointer;}
.piaofu.hide{}
.piaofu .ico {
    background: #114f9d;
    border-radius: 50%;
    padding: .04rem;
    margin: 0 auto;
    display: inline-block;
    width: .7rem;
    margin-bottom: -.5rem
}

.piaofu ul {
    width: 100%;
    padding: .4rem .1rem .5rem;
    border-radius: .05rem;
    height: 100%;
    display: none;
    background: url(../images/piaofu.png) center no-repeat;
    background-size: 100% 100%;
    width: 1.21rem;
    height: 5.11rem;
}

.piaofu ul li a {
    font-size: .14rem;
    color: #333333;
    padding: .09rem 0;
    line-height: 1.35;
    transition: .5s;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.piaofu ul li a img {
    height: .3rem;
    margin-bottom: .04rem
}

.piaofu ul li:last-child {
    border: none
}

.close1{/* position: absolute; *//* top: -.3rem; *//* right: .95rem; *//* cursor: pointer; *//* width: .2rem; *//* display: none; */}
.close1 img{ transition: .5s}
.close2{position: absolute;top: -.4rem;right: 0;cursor: pointer;width: .36rem;overflow: hidden;}
.close2 img{transition: .5s;}

.close1 {
    display: flex;
    width: .52rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: -.35rem auto .1rem;
    cursor: pointer;
    position: absolute;
    bottom: .12rem;
    right: 0;
    left: 0;
    font-size: .16rem;
    color: #ffbb92
}


#gotop img {
    margin: 0 0 0 .07rem;
    width: 0.07rem
}

.piaofu.on .close2{ display: none}
.piaofu.on ul {display: block}


@media(min-width: 1024px) {
    .piaofu ul li a:hover {
        color: #e67a18
    }
}

@media(max-width: 1024px) {
    #gotop img {
        width: 0.07rem
    }

    .piaofu {
        top: auto;
        bottom: .3rem;
        transform: translateY(0);
        display: none !important
    }
}

footer{ background: #af090b;}
footer .fl1{padding: .8rem 0 0;overflow: hidden;}
footer .fl1 .left{ width: calc(100% - 2rem - .4rem);}
footer .fl1 .right{ width: 2rem;}
footer .fl1 .right .ewm{background: rgba(255,246,230,.04);border: rgba(255,255,255,.2) 1px solid;width: 2rem;padding: .15rem;margin: 0 auto;}
footer .fl1 .right h6{font-size: .14rem;color: #ffedb6;text-align: center;margin: .2rem 0 0;}
footer .fl1 .tit{width: .86rem;height: 2.64rem;background: #fad4a1;font-size: .28rem;color: #af090b;display: flex;align-items: center;justify-content: center;writing-mode: tb-rl;letter-spacing: .04rem;}
footer .fl1 .left .con{background: rgba(255,246,230,.04);border: rgba(255,255,255,.2) 1px solid;padding: .25rem .25rem;position: relative}
footer .fl1 .left .con1{width: 3.2rem;}
footer .fl1 .left .con1 .more1{color: #ffedb6;margin: .15rem 0 0;display: inline-block;}
footer .fl1 .left .con2{width: calc(100% - 6.4rem - .86rem - .8rem);}
footer .fl1 .left .con:before{ content: ""; position: absolute; top: 0; left: 0; border-left: #fad4a1 .15rem solid; border-bottom: transparent .15rem solid}

.list11 .a{font-size: .16rem;color: #ffedb6;display: block;border-bottom: rgba(255,255,255,.1) 1px solid;line-height: .4rem;transition: .5s;}
.list11.flex{margin: 0 -.5vw;}
.list11.flex li{width: 33.33%;padding: 0 .5vw;}

footer .fl2{padding: .5rem 0;overflow: hidden;}
footer .fl2 .wp{ align-items: center}

.f_logo{width: 5.32rem;max-width: 28vw;border-bottom: #c03f3b 1px solid;margin-bottom: .2rem;padding: 0 .28rem .25rem 0;}
footer .fl2 .bottom{ align-items: center;}
footer .fl2 .bottom img{ width: .51rem; margin: 0 .14rem 0 0;}
footer .fl2 .bottom p{ font-size: .16rem; color: #e3c09b; line-height: .3rem;}
footer .fl2 .bottom p a{ color: #e3c09b;}
footer .fl2 .right{ width: 8rem;}

.miso_tab3 .hd ul{ height: 100%}
.miso_tab3 .hd ul li .a{display: flex;align-items: center;justify-content: center;width: .54rem;height: 100%;border: #e5877d 1px solid;transition: .5s;font-size: .2rem;color: #ffedb6;padding: .1rem;text-align: center;line-height: 1.25;}
.miso_tab3 .bd{background: rgba(255,246,230,.04);border: rgba(255,255,255,.2) 1px solid;flex: 1;overflow: hidden;padding: .2rem .2rem;display: flex;align-items: center;}
.miso_tab3 .bd .box.flex{ align-items: center}
.miso_tab3 .bd .box.flex img{width: 2.09rem;max-width: 14vw;margin: 0 .3rem 0 0;}
.miso_tab3 .bd .box.flex .dl{ flex: 1; overflow: hidden}
.miso_tab3 .bd .box.flex .dl p{font-size: .14rem;color: #ffedb6;line-height: .32rem;padding: .03rem 0 .03rem .28rem;position: relative;}
.miso_tab3 .bd .box.flex .dl p::before{content: "";position: absolute;width: .23rem;height: .23rem;background-size: 100% 100% !important;left: 0;top: .07rem;margin: 0 0 0;}
.miso_tab3 .bd .box.flex .dl p.p1::before{ background: url(../images/list12_i1.png) center no-repeat; }
.miso_tab3 .bd .box.flex .dl p.p2::before{ background: url(../images/list12_i2.png) center no-repeat; }
.miso_tab3 .bd .box.flex .dl p.p3::before{    display: none;background: url(../images/list12_i3.png) center no-repeat; }
.miso_tab3 .bd .box.flex .dl p.p3{       padding-left: 0; }
.miso_tab3 .hd ul li.on .a{background: #fad4a1;border: #fad4a1 1px solid;color: #981b1e;}

@media(min-width: 1024px){
    .list11 .a:hover{ border-bottom: #ffedb6 1px solid}
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    footer .fl1 .left{width: 100%;/* display: none; */}
    footer .fl1 .right{width: 100%;text-align: center;padding: 0;}
    .list11.flex li{ width: 50%;}

    footer .fl2 .left{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-top: .4rem;order: 1;}
    footer .fl2 .right{ width: 100%;}

    .f_logo{padding: 0 .1rem .15rem;max-width: 50%;}

    footer .fl1 .tit{width: 100%;writing-mode: inherit;height: .6rem;margin-bottom: .3rem;font-size: .24rem;}
    footer .fl1 .left .con{width: 100%;margin-bottom: .25rem;padding: .2rem .2rem;}

    .miso_tab3 .bd .box.flex .dl{ flex: auto; width: 100%}
    .miso_tab3 .bd .box.flex img{max-width: 50%;margin: 0 0 .15rem;display: none;}
    
} 
@media(max-width: 560px){
    footer .fl1 .right .ewm{ width: 1.5rem;}
} 

@media(min-width: 1024px){
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    footer .fl1{padding: .4rem 0 0;}
} 
@media(max-width: 560px){
    .miso_tab3 .bd .box.flex .dl p::before{background-size: .18rem .18rem !important;top: .03rem;}
    .miso_tab3 .bd .box.flex .dl p{font-size: .14rem;padding: 0 0 0 0.32rem;}
    .miso_tab3 .hd ul li .a{font-size: .16rem;width: .36rem;padding: .05rem;}
    footer .fl2 .bottom img{ width: .4rem}
} 

@media(min-width: 1024px){
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
} 
@media(max-width: 560px){
} 