@charset "utf-8";#miso {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 100000000
}

body {
    background: #fff
}

* {
    box-sizing: border-box
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100vw
}

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: #ff6a01
}

.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;
    width: 100vw
}

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: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: #ff6a01;
    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: #ff6a01
}

.check:checked+label:before {
    border-color: #ff6a01
}

.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 #ff6a01
}

.radio:checked+label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6a01;
    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: #fff;
}

.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: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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: #ff6a01
}

.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)
    }
}

#gotop {
    position: fixed;
    bottom: .8rem;
    right: .1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    width: .68rem;
    height: .68rem;
    line-height: .68rem;
    background: #fc5e03;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    border-radius: 50%;
    z-index: 10000;
    display: none;
}

#gotop .bg {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s
}

#gotop .bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/top.png) center no-repeat;
    background-size: 100% 100%;
    transition: all .5s;
    animation: roted 10s infinite linear
}

#gotop:after {
    content: "TOP";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: .18rem;
    color: #fff;
    font-family: 'Century Gothic';
    transform: translateY(101%);
    transition: all .5s
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: .5s
}

#gotop:hover .bg {
    transform: translateY(-101%)
}

#gotop:hover:after {
    transform: translateY(0)
}

.wp {
    max-width: 15.6rem;
    margin: 0 auto;
    width: 94%;
    padding: 0 .7rem;
}

.transImg {
    display: block;
    overflow: hidden
}

.transImg img {
    transition: .5s
}

@media screen and (min-width: 1201px) {
    .imgBox.trans:hover .img {
        -webkit-transform: scale(1.05)
    }

    .ieFiximg.trans:hover img {
        -webkit-transform: scale(1.1)
    }

    .imgBox.trans:hover img {
        -webkit-transform: scale(1.05)
    }

    .a:hover .imgBox.trans .img {
        transform: scale(1.1)
    }

    .a:hover .imgBox.trans img {
        /* transform: scale(1.1); */
    }

    .a:hover .ieFiximg.trans img {
        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) {
    .header .wp {
        max-width: 94%;
        padding: 0
    }

    html {
        font-size: 85px !important
    }

    .wp {
        padding: 0 .7rem
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 85px !important
    }

    .wp {
        padding: 0 15px
    }
}

@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
    }
}

@media(max-width: 768px) {
    #gotop {
        right: 0;
        transform: scale(0.7);
        bottom: 2rem
    }
}

.arc-con {
    line-height: 2;
    color: #000000;
    text-align: justify
}

.arc-con img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important
}

.arc-con img.spimg {
    max-width: inherit
}

.arc-con p {
    margin-bottom: .36rem;
    font-size: 0.18rem !important;
    text-indent: 2em;
    line-height: 2 !important;
}
.arc-con p span{ font-size: 0.18rem !important; line-height: 2 !important;}

.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 #cfcac1 !important;
    padding: 15px;
    text-align: center
}

.h4s1 {
    font-size: .2rem;
    color: #261e1c;
    line-height: .28rem;
    transition: .5s;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.h4s2 {
    font-size: .2rem;
    color: #261e1c;
    line-height: .28rem;
    max-height: calc(.28rem*2)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.h4s3 {
    font-size: .2rem;
    color: #261e1c;
    line-height: .28rem;
    max-height: calc(.28rem*3)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.h6s1 {
    font-size: .16rem;
    color: #ff6a01;
    line-height: 1.25;
    transition: .5s;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Century Gothic'
}

.ps2 {
    font-size: .16rem;
    color: #606060;
    line-height: .24rem;
    max-height: calc(.24rem*2)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ps3 {
    font-size: .16rem;
    color: #606060;
    line-height: .24rem;
    max-height: calc(.24rem*2)\0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

h4, h5, h6 {
    font-weight: normal
}

.bd_li {
    transition: .5s
}

.list16 {
    min-height: 600px
}

.list18 {
    min-height: 600px
}

.list15 {
    min-height: 600px
}

.list14 {
    min-height: 600px
}

.list13 {
    min-height: 600px
}

@font-face {
    font-family: 'Helvetica-Condensed-Black-Se';
    src: url("../fonts/ROBOTO-BOLD-3_0.TTF")
}

@font-face {
    font-family: 'Century Gothic';
    src: url("../fonts/GOTHIC.TTF")
}

@font-face {
    font-family: 'Century Gothic Bold ltalic';
    src: url("../fonts/GOTHICBI.TTF")
}

@font-face {
    font-family: "思源黑体 Heavy";
    font-weight: 900;
    src: url("") format("woff2"), url("../fonts/FeahnRUcyzoy.woff") format("woff");
    font-display: swap
}

header {
    height: .75rem;
    position: relative;
    z-index: 10000;
    width: 100vw
}

.header {
    height: 0.75rem;
    position: fixed;
    background: rgba(255,255,255,.7);
    left: 0;
    right: 0;
    transition: .5s;
    width: 100vw;
}

.header .before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 5.2rem;
    height: .4rem;
    background: rgba(255,255,255,.7);
    transition: .5s
}

.header .wp {
    height: 100%;
    align-items: center;
    max-width: 90%
}

.header .topr {
    align-items: center
}
.list0{ align-items: center}
.list0 li{position: relative;margin: 0 .3rem 0 0;}
.list0 li:before{content: "";position: absolute;right: -.15rem;width: 1px;height: .12rem;background: rgba(0,0,0,.2);top: 50%;transform: translateY(-50%);}

.header .topr a {
    font-size: .18rem;
    color: #333333;
    display: flex;
    align-items: center;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.header .topr a img {
    width: .23rem;
    margin: 0 .1rem 0 0
}

.header .topr a img.i2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    transition: .5s
}

.header .topr .navbtn {
    margin: 0 0 0 .35rem
}

.logo {
    width: 3.17rem;
    max-width: 25%;
    transform: translate(0, .2rem);
    transition: .3s;
    position: relative;
    z-index: 1
}

.logo img {
    width: 100%
}

.logo img.i2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s
}

.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: .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
    }
}

footer {
    background: #f7f7f7 url(../images/footer.png) left bottom no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 100;
    background-size: auto calc(100% - 1.18rem);
}

.home4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f7f7 url(../images/footer.png) left bottom no-repeat;
    background-size: auto calc(100% - 1.18rem);
    z-index: -1;
}

footer .fl1 {
    justify-content: flex-end;
    padding: .5rem 0;
    position: relative;
    z-index: 1
}

footer .fl1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 53.84%;
    width: 100vw;
    height: 1.18rem;
    background: #fff
}

footer .fl1 img {
    width: 7.45rem;
    max-width: 47.76%
}

.list9 dt a {
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: bold
}

.list9 dd a {
    font-size: .16rem;
    line-height: .4rem;
    transition: .5s
}

footer .fl2 {
    padding: .9rem 0;
    align-items: flex-start
}

footer .fl3 .left p {
    font-size: .18rem;
    line-height: .32rem
}

.list10 {
    width: 5rem;
    margin-right: -.35rem
}

.list10 li {
    width: 25%;
    line-height: .32rem
}

.list10 .a {
    font-size: .18rem;
    position: relative;
    display: block;
    padding: 0 0 0 .12rem
}

.list10 .a:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: .18rem;
    color: #fff;
    transform: translate(0, -50%)
}

.list9 {
    text-align: center;
    position: relative;
    z-index: 1
}

.list9.on .after {
    content: "";
    position: absolute;
    background: url(../images/list9_s1.png) center no-repeat;
    width: .18rem;
    height: .12rem;
    background-size: cover;
    bottom: .02rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: .5s;
    cursor: pointer
}

.list9 dt {
    margin: 0 0 .24rem;
    position: relative;
    z-index: 1
}

.list9 dt::before {
    content: "";
    position: absolute;
    bottom: -.18rem;
    background: url(../images/list9_s.svg) center no-repeat;
    width: .53rem;
    height: .03rem;
    background-size: cover;
    left: 50%;
    transform: translate(-50%, 0)
}

.list9 .box {
    height: 3.6rem;
    mask: linear-gradient(0deg, transparent, #fff 24%, #fff 100%);
    -webkit-mask: linear-gradient(0deg, transparent, #fff 24%, #fff 100%);
    overflow: hidden
}

.list9.on1 .after {
    transform: translate(-50%, .2rem) rotate(180deg)
}

.list9.on1 .box {
    mask: inherit;
    webkit-mask: inherit;
    height: auto
}

footer .fl4 {
    border-top: #969696 1px solid;
    padding: .18rem 0;
    margin: .4rem 0 0
}

footer .fl4 p {
    font-size: .14rem;
    line-height: 1.5
}

.wangzhan_map {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5.38rem;
    z-index: 100000;
    transform: translateX(-100%);
    transition: 0.6s;
    max-width: 100%;
    background: #fff
}

.wangzhan_map.on {
    transform: translateX(0)
}

.wangzhan_map .top {
    line-height: .68rem;
    background: #ff6a01;
    padding: 0 .3rem;
    font-weight: bold;
    font-size: .2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wangzhan_map .box1 {
    padding: .3rem;
    height: calc(100% - .68rem)
}

.wangzhan_map .box1li {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%
}

.wangzhan_map .box1li::-webkit-scrollbar {
    width: 0px;
    height: 8px;
    background-color: #F5F5F5
}

.wangzhan_map .box1li::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

.wangzhan_map .box1li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333
}

.wangzhan_map .box1 dl {
    padding: .16rem 0;
    border-bottom: #e5e5e5 1px solid;
    font-size: 0
}

.wangzhan_map .box1 dl dt {
    font-size: .18rem;
    color: #000;
    margin: 0.08rem 0;
    font-weight: bold
}

.wangzhan_map .box1 dl dt a {
    color: inherit;
    transition: 0.6s
}

.wangzhan_map .box1 dl dd {
    font-size: .14rem;
    color: #636364;
    min-width: 33.333333%;
    display: inline-block;
    line-height: .3rem
}

.wangzhan_map .box1 dl dd a {
    color: inherit;
    transition: 0.6s
}

.wangzhan_map .top svg {
    width: .2rem;
    height: .2rem;
    fill: #fff;
    transition: 0.5s;
    cursor: pointer;
    display: inline-block
}

.wangzhan_map .top svg:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: absolute
}

body>.after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    transition: 0.6s;
    opacity: 0
}

body.on>.after {
    visibility: visible;
    opacity: 1
}

.wangzhan_map .box1 ul {
    font-size: 0;
    padding: 1.75rem 2.75rem;
    border-bottom: #e5e5e5 1px solid
}

.wangzhan_map .box1 ul li {
    font-size: 16px;
    color: #000000;
    width: 33.333333%;
    display: inline-block;
    line-height: 1.875rem
}

.wangzhan_map .box1 ul li a {
    color: inherit
}

.wangzhan_map .box1 dl dd a:hover {
    color: #d70029
}

body>.after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    visibility: hidden;
    transition: 0.6s;
    opacity: 0
}

body.on>.after {
    visibility: visible;
    opacity: 1
}

@media(min-width: 1024px) {

    .a:hover h4, .list9 dd a:hover {
        color: #ff6a01
    }

    .header .topr a:hover {
        color: #ff6a01
    }
}

@media(max-width: 1024px) {
.header .before{    display: none;}
  .logo{ margin-top: -20px;} 
    .min {
        min-height: 550px
    }

    .header.on {
        height: .75rem;
    }

    .wangzhan_map {
        width: 100%
    }

    footer .fl2 {
        display: none
    }

    footer .fl3 .left {
        width: 100%;
        text-align: center
    }

    .list10 {
        width: 100%;
        padding: .2rem 0
    }

    .list10 li {
        text-align: center
    }

    .list10 .a {
        padding: 0
    }

    .list10 .a:before {
        display: none
    }

    footer .fl4 p {
        width: 100%;
        text-align: center
    }

    .wangzhan_map .box1 dl:nth-child(5) dd {
        min-width: 50%
    }

    .cursor {
        display: none
    }
}

@media(max-width: 800px) {
    .header .topr{justify-content: center;width: 100%;}
    .header .topr a {
        font-size: .16rem;
    }

    .header .topr .navbtn {
        margin-left: .25rem;
    }

    .header .topr a img {
        width: .16rem;
        margin: 0 .05rem 0 0
    }

    .logo {
        max-width: 41vw;
        transform: translate(0, 0);
        margin: 0 auto;
        width: 2.17rem;
    }

    .header::before {
        width: 55vw;
        height: .15rem
    }

    .list10 .a {
        font-size: .14rem;
        line-height: 1.5
    }

    footer .fl1 {
        padding: .2rem 0
    }

    footer .fl1::after {
        height: .4rem
    }

    footer .fl2 {
        padding: .4rem 0
    }

    footer .fl3 .left p {
        font-size: .14rem;
        line-height: 1.5
    }

    footer .fl4 {
        margin-top: 0
    }

    footer, footer:before {
        background-size: auto calc(100% - .4rem)
    }
}

@media(max-width: 560px) {
    footer .fl4 p, footer .fl3 .left p {
        font-size: .13rem
    }
}

@media(max-width: 800px) {
  header{height: .75rem;}
    .list0{justify-content: space-around;/* width: 100%; *//* margin-bottom: .06rem; */}
    .list0 li{position: relative;/* width: 20%; */margin: 0 .25rem 0 0;}
.list0 li:before{ display: none}
    .list0 li:nth-child(5), .list0 li:nth-child(7){ display: none}
    .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
    }

    .ar_article, .ar_article p {
        font-size: .18rem
    }
}

.rightBtn {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
    transition: .5s;
    -webkit-transition: .5s;
    text-align: center;
    width: 80px;
    height: 160px;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    background-size: cover;
}

.rightBtn img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.rightBtn:before {
    content: "";
    position: absolute;
    top: -11px;
    right: 12px;
    bottom: 0;
    left: -12px;
    border: #269092 1px dashed;
    background: rgba(255,255,255,0.65);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    -webkit-animation: roted 25s linear infinite;
    -moz-animation: roted 25s linear infinite;
    animation: roted 25s linear infinite;
    z-index: 99;
}

.rightBtn_box {
    position: fixed;
    left: .25rem;
    top: 50%;
    z-index: 999;
    transition: .2s;
    -webkit-transition: .2s;
    text-align: center;
    width: .75rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-1.2rem) scale(1);
    margin-top: .44rem;
    background-size: cover;
    background: #fff;
    border-radius: .2rem;
}

.rightBtn_box.on, .rightBtn_box.on1 {
    transform: translateY(-50%);
}

.online_q {
    position: relative;
    z-index: 1;
    padding: 0.6rem 0 0;
}

.rightBtn_box::after {
    content: "";
    position: absolute;
    width: .95rem;
    height: .95rem;
    background: #fff url(../images/btn_m.png) center no-repeat;
    background-size: cover;
    top: -.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 50%;
}

.rightBtn_box::before {
    content: "";
    position: absolute;
    border-right: transparent .04rem solid;
    border-left: transparent .04rem solid;
    border-top: #261e1c .04rem solid;
    left: 50%;
    top: -.04rem;
    transform: translate(-50%, 0);
    z-index: 10;
}

.online_q.hide {
    transform: translateY(-50%) translateX(2rem);
}

.online_q .btn2 {
    cursor: pointer;
    position: relative;
    margin-bottom: 0rem;
}

.online_q .btn2 a {
    font-size: .16rem;
    color: #fff;
    display: block;
}

.online_q .btn2 span {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: .75rem;
    height: .75rem;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    background: url(../images/btn_m1.png) center no-repeat;
    background-size: .36rem .36rem !important;
    padding-top: .25rem;
    background-position-y: 0 !important;
    margin: 0 auto;
}

.online_q .btn2 span img {
    margin: 0 .1rem 0 0;
    transition: .5s;
    max-height: .2rem;
    max-width: .22rem;
    display: none;
}

.online_q .btn2 h5 {
    font-size: .16rem;
    color: #261e1c;
}

.online_q .open.pic {
    position: absolute;
    background: #ddd;
    width: 100px;
    height: 100px;
    right: 80px;
    top: 50%;
    margin-top: -50px;
    text-align: right;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden;
}

.online_q .open.pic img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: 10px;
}

.online_q .btn2:hover span img {
    transform: rotateY(180deg);
    transition: 0.5s;
}

.online_q .btn2:hover .open.pic {
    opacity: 1;
    right: 4.5rem;
    visibility: visible;
}

.online_q .open.phone {
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    z-index: 0;
    background: #eee;
    color: #ff602a;
    font-family: arial;
    font-size: 18px;
    transition: width 0s;
    -webkit-transition: width 0s;
    text-align: center;
    width: 150px;
}

.online_q .btn2:hover .open.phone {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    visibility: visible;
}

.online_q .btn2:last-child a {
    border: none
}

.online_q .btn-02.btn-tel:hover span {
    background: url(piaofu_tel.png) center no-repeat #fff;
    border: 2px solid #037ccf;
}

.online_q .open.pic:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #ddd;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -10px;
}

#gotop.hide {
    height: 0;
    overflow: hidden;
    display: block !important;
}

.online_q .btn-top {
    padding: 0;
    transition: .5s;
    overflow: hidden;
    margin-top: .1rem;
}

.online_q .btn-top span {
    border: none !important;
    height: auto;
    flex-direction: column;
}

.online_q .btn-top span img {
    margin: 0 0 0 0;
    height: .06rem;
}

.online_q .btn2:nth-child(1) span {
    background: url(../images/btn_m1.png) center no-repeat;
    background-size: .62rem .62rem;
}

.online_q .btn2:nth-child(2) span {
    background: url(../images/btn_m4.png) center no-repeat;
    background-size: .62rem .62rem;
}

.online_q .btn2:nth-child(3) span {
    background: url(../images/btn_m2.png) center no-repeat;
    background-size: .62rem .62rem;
}

.online_q .btn2:nth-child(4) span {
    background: url(../images/btn_m3.png) center no-repeat;
    background-size: .62rem .62rem;
}

.online_q .btn2:nth-child(5) span {
    background: url(../images/btn_m2.png) center no-repeat;
    background-size: .62rem .62rem;
}

.online_q .btn2:nth-child(6) span {
    background: url(../images/btn_m5.png) center no-repeat;
    background-size: .62rem .62rem;
}
.online_q .btn2:nth-child(7) span {
    background: url(../images/btn_m7.png) center no-repeat;
    background-size: .62rem .62rem;
}
@media(max-width: 1024px) {
    .rightBtn_box {
        transform: translateY(calc(-50% + 0.44rem)) translateX(0) scale(.65);
        left: 0;
        display: none;
    }

    .rightBtn_box.on {
        transform: translateY(-50%) translateX(0) scale(.65);
    }
}